Pull request #2627 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 rather than 990eba683d6c8d69092afaca8d7341b393e8866c Obtained Jenkinsfile from a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-1549 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/20 [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/20 # 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/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # 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/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 into PR head commit 990eba683d6c8d69092afaca8d7341b393e8866c Merge succeeded, producing 990eba683d6c8d69092afaca8d7341b393e8866c Checking out Revision 990eba683d6c8d69092afaca8d7341b393e8866c (PR-2627) > git config core.sparsecheckout # timeout=10 > git checkout -f 990eba683d6c8d69092afaca8d7341b393e8866c # 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 a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 990eba683d6c8d69092afaca8d7341b393e8866c # timeout=10 Commit message: "feat(metadata): Modify Swagger to remove section and add examples" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-30T09:19:05.856Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-30T09:19:06.081Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-30T09:19:06.179Z] ========================================================= [2020-07-30T09:19:06.179Z] EdgeX Global Pipelines Version Info [2020-07-30T09:19:06.179Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 688d8d8c23cb9719cc70cef2290ff0850d9e30c6 # timeout=10 [2020-07-30T09:19:08.356Z] ------------------- [2020-07-30T09:19:08.356Z] stable info: [2020-07-30T09:19:08.356Z] ------------------- [2020-07-30T09:19:08.356Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-30T09:19:08.356Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-30T09:19:08.356Z] Message: update stable to v1.0.106 [2020-07-30T09:19:09.367Z] ------------------- [2020-07-30T09:19:09.367Z] experimental info: [2020-07-30T09:19:09.367Z] ------------------- [2020-07-30T09:19:09.367Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-30T09:19:09.367Z] Commit SHA: 8052d86f4e87d6cf935ce8d66320619a0984c2cc [2020-07-30T09:19:09.367Z] Message: update experimental to v1.0.109 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-30T09:19:11.093Z] ++ 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-30T09:19:11.093Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T09:19:11.093Z] ++ dirname cmd/core-command/Dockerfile [2020-07-30T09:19:11.093Z] ++ cut -d/ -f2 [2020-07-30T09:19:11.093Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-30T09:19:11.093Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T09:19:11.093Z] ++ dirname cmd/core-data/Dockerfile [2020-07-30T09:19:11.093Z] ++ cut -d/ -f2 [2020-07-30T09:19:11.093Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-30T09:19:11.093Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T09:19:11.093Z] ++ cut -d/ -f2 [2020-07-30T09:19:11.093Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-30T09:19:11.094Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-30T09:19:11.094Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T09:19:11.094Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-30T09:19:11.094Z] ++ cut -d/ -f2 [2020-07-30T09:19:11.094Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-30T09:19:11.094Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T09:19:11.094Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-30T09:19:11.094Z] ++ cut -d/ -f2 [2020-07-30T09:19:11.094Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-30T09:19:11.094Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T09:19:11.094Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-30T09:19:11.094Z] ++ cut -d/ -f2 [2020-07-30T09:19:11.094Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-30T09:19:11.094Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T09:19:11.094Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-30T09:19:11.094Z] ++ cut -d/ -f2 [2020-07-30T09:19:11.094Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-30T09:19:11.094Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T09:19:11.094Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-30T09:19:11.094Z] ++ cut -d/ -f2 [2020-07-30T09:19:11.094Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-30T09:19:11.094Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T09:19:11.094Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-30T09:19:11.094Z] ++ cut -d/ -f2 [2020-07-30T09:19:11.094Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-30T09:19:11.094Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T09:19:11.094Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-30T09:19:11.094Z] ++ cut -d/ -f2 [2020-07-30T09:19:11.094Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-30T09:19:11.151Z] 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-30T09:19:12.147Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-30T09:19:12.412Z] [2020-07-30T09:19:12.412Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-30T09:19:12.772Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-30T09:19:13.086Z] latest: Pulling from edgex-devops/git-semver [2020-07-30T09:19:13.086Z] 31603596830f: Pulling fs layer [2020-07-30T09:19:13.086Z] 2a8b12db71e7: Pulling fs layer [2020-07-30T09:19:13.086Z] 6ca5941a6612: Pulling fs layer [2020-07-30T09:19:13.086Z] ecc8261a40a4: Pulling fs layer [2020-07-30T09:19:13.086Z] ecc8261a40a4: Waiting [2020-07-30T09:19:13.086Z] 2a8b12db71e7: Verifying Checksum [2020-07-30T09:19:13.086Z] 2a8b12db71e7: Download complete [2020-07-30T09:19:13.376Z] 31603596830f: Verifying Checksum [2020-07-30T09:19:13.376Z] 31603596830f: Download complete [2020-07-30T09:19:13.661Z] ecc8261a40a4: Verifying Checksum [2020-07-30T09:19:13.661Z] ecc8261a40a4: Download complete [2020-07-30T09:19:13.661Z] 6ca5941a6612: Verifying Checksum [2020-07-30T09:19:13.661Z] 6ca5941a6612: Download complete [2020-07-30T09:19:13.934Z] 31603596830f: Pull complete [2020-07-30T09:19:14.196Z] 2a8b12db71e7: Pull complete [2020-07-30T09:19:15.775Z] 6ca5941a6612: Pull complete [2020-07-30T09:19:16.038Z] ecc8261a40a4: Pull complete [2020-07-30T09:19:16.038Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-30T09:19:16.038Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-30T09:19:16.038Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-30T09:19:16.378Z] prd-centos7-docker-4c-2g-1549 does not seem to be running inside a container [2020-07-30T09:19:16.527Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-30T09:19:18.719Z] $ docker top 86d3bebef18fe2e9d386f3e6e21b438042ef4f6e29d9ce02394d697fdc5c71ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-30T09:19:19.018Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-30T09:19:19.018Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-30T09:19:19.435Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-30T09:19:19.452Z] $ docker exec 86d3bebef18fe2e9d386f3e6e21b438042ef4f6e29d9ce02394d697fdc5c71ff ssh-agent [2020-07-30T09:19:19.744Z] SSH_AUTH_SOCK=/tmp/ssh-OgGjciSW1TLi/agent.12 [2020-07-30T09:19:19.744Z] SSH_AGENT_PID=17 [2020-07-30T09:19:19.787Z] Running ssh-add (command line suppressed) [2020-07-30T09:19:20.069Z] Identity added: /w/workspace/edgex-go/20@tmp/private_key_2269856805626928801.key (/w/workspace/edgex-go/20@tmp/private_key_2269856805626928801.key) [2020-07-30T09:19:20.232Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-30T09:19:20.977Z] + git describe --exact-match --tags HEAD [2020-07-30T09:19:20.977Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-30T09:19:21.046Z] $ docker exec --env ******** --env ******** 86d3bebef18fe2e9d386f3e6e21b438042ef4f6e29d9ce02394d697fdc5c71ff ssh-agent -k [2020-07-30T09:19:21.419Z] unset SSH_AUTH_SOCK; [2020-07-30T09:19:21.458Z] unset SSH_AGENT_PID; [2020-07-30T09:19:21.458Z] echo Agent pid 17 killed; [2020-07-30T09:19:21.628Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-30T09:19:21.703Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-30T09:19:21.703Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-30T09:19:21.786Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-30T09:19:21.786Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-30T09:19:22.193Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-30T09:19:22.194Z] $ docker exec 86d3bebef18fe2e9d386f3e6e21b438042ef4f6e29d9ce02394d697fdc5c71ff ssh-agent [2020-07-30T09:19:22.493Z] SSH_AUTH_SOCK=/tmp/ssh-5pj7do4yzelx/agent.45 [2020-07-30T09:19:22.493Z] SSH_AGENT_PID=50 [2020-07-30T09:19:22.501Z] Running ssh-add (command line suppressed) [2020-07-30T09:19:22.636Z] Identity added: /w/workspace/edgex-go/20@tmp/private_key_2472165090904816525.key (/w/workspace/edgex-go/20@tmp/private_key_2472165090904816525.key) [2020-07-30T09:19:22.707Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-30T09:19:23.221Z] + git semver init [2020-07-30T09:19:23.221Z] # -> Open(): unable to determine branch for HEAD [2020-07-30T09:19:23.221Z] # $GIT_DIR = /w/workspace/edgex-go/20/.git [2020-07-30T09:19:23.221Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/20 [2020-07-30T09:19:23.221Z] # $SEMVER_REMOTE_NAME = origin [2020-07-30T09:19:23.221Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-30T09:19:23.221Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-30T09:19:23.221Z] # $SEMVER_BRANCH = PR-2627 [2020-07-30T09:19:23.221Z] # $SEMVER_TEMP = /tmp/semver-433510288 [2020-07-30T09:19:23.221Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-30T09:19:55.937Z] # '/tmp/semver-433510288' -> '/w/workspace/edgex-go/20/.semver' [2020-07-30T09:19:55.937Z] # -> Force: false [2020-07-30T09:19:55.937Z] # $SEMVER_DIR = /w/workspace/edgex-go/20/.semver [Pipeline] } [2020-07-30T09:19:55.957Z] $ docker exec --env ******** --env ******** 86d3bebef18fe2e9d386f3e6e21b438042ef4f6e29d9ce02394d697fdc5c71ff ssh-agent -k [2020-07-30T09:19:56.248Z] unset SSH_AUTH_SOCK; [2020-07-30T09:19:56.249Z] unset SSH_AGENT_PID; [2020-07-30T09:19:56.249Z] echo Agent pid 50 killed; [2020-07-30T09:19:56.347Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-30T09:19:56.927Z] + git semver [Pipeline] } [2020-07-30T09:19:56.974Z] $ docker stop --time=1 86d3bebef18fe2e9d386f3e6e21b438042ef4f6e29d9ce02394d697fdc5c71ff [2020-07-30T09:19:58.521Z] $ docker rm -f 86d3bebef18fe2e9d386f3e6e21b438042ef4f6e29d9ce02394d697fdc5c71ff [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-30T09:20:23.573Z] Stashed 28 file(s) [Pipeline] echo [2020-07-30T09:20:23.575Z] [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-30T09:20:24.158Z] ========================================================= [2020-07-30T09:20:24.158Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-30T09:20:24.158Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-30T09:20:24.511Z] + 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-30T09:20:29.942Z] Sending build context to Docker daemon 322.9MB [2020-07-30T09:20:29.942Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-30T09:20:29.942Z] Step 2/7 : FROM ${BASE} [2020-07-30T09:20:29.942Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-30T09:20:29.942Z] df20fa9351a1: Pulling fs layer [2020-07-30T09:20:29.942Z] ed8968b2872e: Pulling fs layer [2020-07-30T09:20:29.942Z] a92cc7c5fd73: Pulling fs layer [2020-07-30T09:20:29.942Z] 2dd03ba5bac4: Pulling fs layer [2020-07-30T09:20:29.942Z] 1e091d79d1de: Pulling fs layer [2020-07-30T09:20:29.942Z] 481702a1767f: Pulling fs layer [2020-07-30T09:20:29.942Z] f64a6f60c768: Pulling fs layer [2020-07-30T09:20:29.942Z] e78d2573fc39: Pulling fs layer [2020-07-30T09:20:29.942Z] e876d2f968b6: Pulling fs layer [2020-07-30T09:20:29.942Z] ce8a83651883: Pulling fs layer [2020-07-30T09:20:29.942Z] 07967f4d0e4b: Pulling fs layer [2020-07-30T09:20:29.942Z] 1e091d79d1de: Waiting [2020-07-30T09:20:29.942Z] 481702a1767f: Waiting [2020-07-30T09:20:29.942Z] f64a6f60c768: Waiting [2020-07-30T09:20:29.942Z] e78d2573fc39: Waiting [2020-07-30T09:20:29.942Z] e876d2f968b6: Waiting [2020-07-30T09:20:29.942Z] ce8a83651883: Waiting [2020-07-30T09:20:29.942Z] 07967f4d0e4b: Waiting [2020-07-30T09:20:29.942Z] 2dd03ba5bac4: Waiting [2020-07-30T09:20:29.942Z] a92cc7c5fd73: Verifying Checksum [2020-07-30T09:20:29.942Z] a92cc7c5fd73: Download complete [2020-07-30T09:20:29.942Z] ed8968b2872e: Verifying Checksum [2020-07-30T09:20:29.942Z] ed8968b2872e: Download complete [2020-07-30T09:20:29.942Z] 1e091d79d1de: Verifying Checksum [2020-07-30T09:20:29.942Z] 1e091d79d1de: Download complete [2020-07-30T09:20:29.942Z] 481702a1767f: Download complete [2020-07-30T09:20:29.942Z] df20fa9351a1: Verifying Checksum [2020-07-30T09:20:29.942Z] df20fa9351a1: Download complete [2020-07-30T09:20:30.686Z] df20fa9351a1: Pull complete [2020-07-30T09:20:31.801Z] f64a6f60c768: Verifying Checksum [2020-07-30T09:20:31.801Z] f64a6f60c768: Download complete [2020-07-30T09:20:32.875Z] e876d2f968b6: Verifying Checksum [2020-07-30T09:20:32.875Z] e876d2f968b6: Download complete [2020-07-30T09:20:32.875Z] 2dd03ba5bac4: Verifying Checksum [2020-07-30T09:20:32.875Z] 2dd03ba5bac4: Download complete [2020-07-30T09:20:33.213Z] 07967f4d0e4b: Verifying Checksum [2020-07-30T09:20:33.213Z] 07967f4d0e4b: Download complete [2020-07-30T09:20:33.502Z] ed8968b2872e: Pull complete [2020-07-30T09:20:33.840Z] a92cc7c5fd73: Pull complete [2020-07-30T09:20:33.840Z] e78d2573fc39: Verifying Checksum [2020-07-30T09:20:33.840Z] e78d2573fc39: Download complete [2020-07-30T09:20:34.664Z] ce8a83651883: Verifying Checksum [2020-07-30T09:20:34.664Z] ce8a83651883: Download complete [2020-07-30T09:20:38.975Z] Still waiting to schedule task [2020-07-30T09:20:38.975Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-30T09:20:43.194Z] 2dd03ba5bac4: Pull complete [2020-07-30T09:20:43.194Z] 1e091d79d1de: Pull complete [2020-07-30T09:20:43.194Z] 481702a1767f: Pull complete [2020-07-30T09:20:51.591Z] f64a6f60c768: Pull complete [2020-07-30T09:20:56.115Z] e78d2573fc39: Pull complete [2020-07-30T09:20:56.115Z] e876d2f968b6: Pull complete [2020-07-30T09:20:58.061Z] ce8a83651883: Pull complete [2020-07-30T09:20:58.061Z] 07967f4d0e4b: Pull complete [2020-07-30T09:20:58.061Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-30T09:20:58.061Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-30T09:20:58.061Z] ---> 5d7c900382c6 [2020-07-30T09:20:58.061Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-07-30T09:20:59.548Z] ---> Running in 330a880178ea [2020-07-30T09:21:00.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T09:21:01.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T09:21:02.159Z] (1/12) Installing libmagic (5.38-r0) [2020-07-30T09:21:02.425Z] (2/12) Installing file (5.38-r0) [2020-07-30T09:21:02.425Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-30T09:21:02.425Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-30T09:21:05.945Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-30T09:21:05.945Z] (6/12) Installing patch (2.7.6-r6) [2020-07-30T09:21:05.945Z] (7/12) Installing build-base (0.5-r2) [2020-07-30T09:21:05.945Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-30T09:21:05.945Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-30T09:21:05.945Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-30T09:21:06.214Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-30T09:21:06.214Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-30T09:21:06.214Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T09:21:06.214Z] OK: 233 MiB in 51 packages [2020-07-30T09:21:09.621Z] Removing intermediate container 330a880178ea [2020-07-30T09:21:09.621Z] ---> 9aadbc97de58 [2020-07-30T09:21:09.621Z] Step 4/7 : WORKDIR /edgex-go [2020-07-30T09:21:09.621Z] ---> Running in ad00d9de3e39 [2020-07-30T09:21:09.963Z] Removing intermediate container ad00d9de3e39 [2020-07-30T09:21:09.963Z] ---> c844c6d0ac0d [2020-07-30T09:21:09.963Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-30T09:21:10.253Z] latest: Pulling from library/docker [2020-07-30T09:21:10.613Z] df20fa9351a1: Already exists [2020-07-30T09:21:10.613Z] 25ad7478873d: Pulling fs layer [2020-07-30T09:21:10.613Z] 4684f6177b5d: Pulling fs layer [2020-07-30T09:21:10.613Z] 46e300cec669: Pulling fs layer [2020-07-30T09:21:10.613Z] 63038576ad94: Pulling fs layer [2020-07-30T09:21:10.613Z] 0fdb76c4706c: Pulling fs layer [2020-07-30T09:21:10.613Z] cb7edeffdfd5: Pulling fs layer [2020-07-30T09:21:10.613Z] 63038576ad94: Waiting [2020-07-30T09:21:10.613Z] 0fdb76c4706c: Waiting [2020-07-30T09:21:10.613Z] cb7edeffdfd5: Waiting [2020-07-30T09:21:10.613Z] 4684f6177b5d: Verifying Checksum [2020-07-30T09:21:10.613Z] 4684f6177b5d: Download complete [2020-07-30T09:21:10.969Z] 25ad7478873d: Verifying Checksum [2020-07-30T09:21:10.969Z] 25ad7478873d: Download complete [2020-07-30T09:21:10.969Z] 63038576ad94: Verifying Checksum [2020-07-30T09:21:10.969Z] 63038576ad94: Download complete [2020-07-30T09:21:10.969Z] 0fdb76c4706c: Verifying Checksum [2020-07-30T09:21:10.969Z] 0fdb76c4706c: Download complete [2020-07-30T09:21:11.260Z] 25ad7478873d: Pull complete [2020-07-30T09:21:11.535Z] 4684f6177b5d: Pull complete [2020-07-30T09:21:11.535Z] 46e300cec669: Verifying Checksum [2020-07-30T09:21:11.535Z] 46e300cec669: Download complete [2020-07-30T09:21:12.115Z] cb7edeffdfd5: Verifying Checksum [2020-07-30T09:21:12.115Z] cb7edeffdfd5: Download complete [2020-07-30T09:21:14.767Z] 46e300cec669: Pull complete [2020-07-30T09:21:14.767Z] 63038576ad94: Pull complete [2020-07-30T09:21:15.379Z] 0fdb76c4706c: Pull complete [2020-07-30T09:21:15.379Z] cb7edeffdfd5: Pull complete [2020-07-30T09:21:15.379Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-30T09:21:15.379Z] Status: Downloaded newer image for docker:latest [2020-07-30T09:21:17.401Z] ---> b2f0f7829832 [2020-07-30T09:21:17.401Z] Step 6/7 : COPY go.mod . [2020-07-30T09:21:18.025Z] ---> 9a43d0cf9cfc [2020-07-30T09:21:18.026Z] Step 7/7 : RUN go mod download [2020-07-30T09:21:18.026Z] ---> Running in 6dd7c3078763 [2020-07-30T09:21:21.437Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-30T09:21:21.437Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-30T09:21:21.437Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-30T09:21:21.437Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-30T09:21:21.437Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-30T09:21:21.437Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-30T09:21:21.437Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-30T09:21:21.437Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-30T09:21:21.437Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-30T09:21:21.437Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-30T09:21:21.437Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-30T09:21:21.437Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-30T09:21:21.437Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-30T09:21:21.437Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-30T09:21:21.437Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-30T09:21:21.437Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-30T09:21:21.437Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-30T09:21:21.437Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-30T09:21:21.437Z] go: finding github.com/fatih/color v1.7.0 [2020-07-30T09:21:21.437Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-30T09:21:21.705Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-30T09:21:21.705Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-30T09:21:21.705Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-30T09:21:21.705Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-30T09:21:21.705Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-30T09:21:21.705Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-30T09:21:21.705Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-30T09:21:21.705Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-30T09:21:21.705Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-30T09:21:21.705Z] go: finding github.com/google/uuid v1.1.0 [2020-07-30T09:21:21.705Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-30T09:21:21.983Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-30T09:21:21.983Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-30T09:21:21.983Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-30T09:21:21.983Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-30T09:21:21.983Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-30T09:21:21.983Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-30T09:21:21.983Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-30T09:21:21.983Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-30T09:21:21.983Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-30T09:21:21.983Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-30T09:21:21.983Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-30T09:21:21.983Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-30T09:21:22.245Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-30T09:21:22.245Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-30T09:21:22.245Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-30T09:21:22.245Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-30T09:21:22.245Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-30T09:21:22.245Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-30T09:21:22.245Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-30T09:21:22.245Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-30T09:21:22.245Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-30T09:21:22.245Z] go: finding github.com/kr/pty v1.1.1 [2020-07-30T09:21:22.506Z] go: finding github.com/kr/text v0.1.0 [2020-07-30T09:21:22.506Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-30T09:21:22.506Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-30T09:21:22.506Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-30T09:21:22.506Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-30T09:21:22.506Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-30T09:21:22.506Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-30T09:21:22.506Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-30T09:21:22.506Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-30T09:21:22.506Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-30T09:21:22.768Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-30T09:21:22.768Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-30T09:21:22.768Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-30T09:21:22.768Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-30T09:21:22.768Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-30T09:21:22.768Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-30T09:21:22.768Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-30T09:21:22.768Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-30T09:21:22.768Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-30T09:21:22.768Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-30T09:21:22.768Z] go: finding github.com/posener/complete v1.1.1 [2020-07-30T09:21:23.035Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-30T09:21:23.035Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-30T09:21:23.035Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-30T09:21:23.035Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-30T09:21:23.035Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-30T09:21:23.035Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-30T09:21:23.035Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-30T09:21:23.035Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-30T09:21:23.035Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-30T09:21:23.035Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-30T09:21:23.306Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-30T09:21:23.306Z] go: finding golang.org/x/text v0.3.2 [2020-07-30T09:21:23.306Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-30T09:21:23.306Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-30T09:21:23.306Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-30T09:21:23.306Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-30T09:21:23.306Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-30T09:21:23.306Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-30T09:21:38.462Z] Removing intermediate container 6dd7c3078763 [2020-07-30T09:21:38.462Z] ---> 2f69f01976c2 [2020-07-30T09:21:38.462Z] Successfully built 2f69f01976c2 [2020-07-30T09:21:38.462Z] 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-30T09:21:39.110Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-30T09:21:39.465Z] . [Pipeline] withDockerContainer [2020-07-30T09:21:39.687Z] prd-centos7-docker-4c-2g-1549 does not seem to be running inside a container [2020-07-30T09:21:39.834Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-30T09:21:40.727Z] $ docker top 87bb038d9d43068f44385f52f8f75c4cb23eaa86dfe9ad23709aeabcb83356bf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T09:21:41.752Z] + go version [2020-07-30T09:21:41.752Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-30T09:21:41.795Z] ========================================================= [2020-07-30T09:21:41.795Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-30T09:21:41.795Z] ========================================================= [Pipeline] sh [2020-07-30T09:21:42.172Z] + make test [2020-07-30T09:21:42.172Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-30T09:21:46.667Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-30T09:22:05.743Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-30T09:22:10.383Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-30T09:22:10.383Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-30T09:22:10.383Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-30T09:22:10.383Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-30T09:22:14.145Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.008s [2020-07-30T09:22:14.145Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-30T09:22:14.145Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-30T09:22:14.145Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-30T09:22:14.145Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-30T09:22:14.877Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-30T09:22:14.877Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-30T09:22:14.877Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-30T09:22:14.877Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-30T09:22:20.510Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.088s coverage: 46.6% of statements [2020-07-30T09:22:20.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-30T09:22:20.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-30T09:22:20.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-30T09:22:20.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-30T09:22:20.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-30T09:22:21.142Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1550 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws [2020-07-30T09:22:21.187Z] Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout [2020-07-30T09:22:24.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.092s coverage: 27.4% of statements [2020-07-30T09:22:24.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-30T09:22:24.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-30T09:22:24.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-30T09:22:24.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-30T09:22:24.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-30T09:22:24.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-30T09:22:24.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.006s coverage: 100.0% of statements [2020-07-30T09:22:24.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-30T09:22:24.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.031s coverage: 100.0% of statements [2020-07-30T09:22:24.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-30T09:22:25.495Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.204s coverage: 29.3% of statements [2020-07-30T09:22:25.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-30T09:22:25.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-30T09:22:25.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-30T09:22:25.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-30T09:22:25.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-30T09:22:25.495Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.016s coverage: 100.0% of statements [2020-07-30T09:22:25.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-30T09:22:25.495Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.009s coverage: 100.0% of statements [2020-07-30T09:22:25.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-30T09:22:25.999Z] using credential edgex-jenkins-ssh [2020-07-30T09:22:26.059Z] Cloning the remote Git repository [2020-07-30T09:22:26.059Z] Cloning with configured refspecs honoured and without tags [2020-07-30T09:22:26.139Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-30T09:22:26.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.021s coverage: 89.8% of statements [2020-07-30T09:22:26.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-30T09:22:27.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.023s coverage: 97.5% of statements [2020-07-30T09:22:27.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-30T09:22:27.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.027s coverage: 100.0% of statements [2020-07-30T09:22:27.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-30T09:22:27.235Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-30T09:22:27.235Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-30T09:22:27.235Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-30T09:22:27.235Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-30T09:22:27.235Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-30T09:22:27.235Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-30T09:22:27.235Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-30T09:22:27.235Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-30T09:22:27.235Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-30T09:22:27.235Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-30T09:22:27.235Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-30T09:22:27.235Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-30T09:22:27.235Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-30T09:22:27.235Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-30T09:22:27.235Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-30T09:22:27.235Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-30T09:22:27.235Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2020-07-30T09:22:26.308Z] > git init /w/workspace/edgex-go/20 # timeout=10 [2020-07-30T09:22:26.394Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-30T09:22:26.395Z] > git --version # timeout=10 [2020-07-30T09:22:26.416Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-30T09:22:26.476Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-30T09:22:29.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.117s coverage: 63.5% of statements [2020-07-30T09:22:29.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-30T09:22:29.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-30T09:22:29.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.023s coverage: 100.0% of statements [2020-07-30T09:22:29.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.207s coverage: 55.9% of statements [2020-07-30T09:22:29.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-30T09:22:29.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-30T09:22:29.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-30T09:22:29.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-30T09:22:41.878Z] Fetching without tags [2020-07-30T09:22:42.425Z] Merging remotes/origin/master commit a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 into PR head commit 990eba683d6c8d69092afaca8d7341b393e8866c [2020-07-30T09:22:42.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.368s coverage: 86.3% of statements [2020-07-30T09:22:42.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-30T09:22:42.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.695s coverage: 72.2% of statements [2020-07-30T09:22:42.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.185s coverage: 72.1% of statements [2020-07-30T09:22:42.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.033s coverage: 82.4% of statements [2020-07-30T09:22:42.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.038s coverage: 48.4% of statements [2020-07-30T09:22:42.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-30T09:22:42.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-30T09:22:42.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-30T09:22:42.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.043s coverage: 28.8% of statements [2020-07-30T09:22:42.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-30T09:22:42.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.023s coverage: 96.8% of statements [2020-07-30T09:22:42.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-30T09:22:42.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.067s coverage: 26.9% of statements [2020-07-30T09:22:42.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-30T09:22:42.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-30T09:22:42.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.134s coverage: 84.1% of statements [2020-07-30T09:22:42.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.013s coverage: 100.0% of statements [2020-07-30T09:22:42.759Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.032s coverage: 43.1% of statements [2020-07-30T09:22:42.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-30T09:22:42.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-30T09:22:42.759Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.035s coverage: 100.0% of statements [2020-07-30T09:22:42.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-30T09:22:42.759Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.023s coverage: 83.8% of statements [2020-07-30T09:22:42.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-30T09:22:42.759Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.051s coverage: 45.1% of statements [2020-07-30T09:22:42.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-30T09:22:42.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-30T09:22:42.759Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.078s coverage: 100.0% of statements [2020-07-30T09:22:42.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-30T09:22:42.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-30T09:22:42.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-30T09:22:42.759Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.012s coverage: 100.0% of statements [2020-07-30T09:22:42.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-30T09:22:42.759Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.035s coverage: 100.0% of statements [2020-07-30T09:22:42.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-30T09:22:42.833Z] Merge succeeded, producing 990eba683d6c8d69092afaca8d7341b393e8866c [2020-07-30T09:22:42.833Z] Checking out Revision 990eba683d6c8d69092afaca8d7341b393e8866c (PR-2627) [2020-07-30T09:22:41.787Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-30T09:22:41.808Z] > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # timeout=10 [2020-07-30T09:22:41.826Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-30T09:22:41.861Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-30T09:22:41.902Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-30T09:22:41.903Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-30T09:22:41.916Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-30T09:22:42.457Z] > git config core.sparsecheckout # timeout=10 [2020-07-30T09:22:42.477Z] > git checkout -f 990eba683d6c8d69092afaca8d7341b393e8866c # timeout=10 [2020-07-30T09:22:42.757Z] > git remote # timeout=10 [2020-07-30T09:22:42.778Z] > git config --get remote.origin.url # timeout=10 [2020-07-30T09:22:42.793Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-30T09:22:42.804Z] > git merge a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 # timeout=10 [2020-07-30T09:22:42.829Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-30T09:22:42.853Z] > git config core.sparsecheckout # timeout=10 [2020-07-30T09:22:42.876Z] > git checkout -f 990eba683d6c8d69092afaca8d7341b393e8866c # timeout=10 [2020-07-30T09:22:46.590Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.145s coverage: 29.1% of statements [2020-07-30T09:22:46.590Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-30T09:22:46.590Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-30T09:22:46.590Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-30T09:22:46.590Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-30T09:22:46.590Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-30T09:22:46.590Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.053s coverage: 99.0% of statements [2020-07-30T09:22:46.590Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-30T09:22:46.590Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements [2020-07-30T09:22:46.590Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-30T09:22:46.590Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2020-07-30T09:22:46.590Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-30T09:22:46.590Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements [2020-07-30T09:22:46.590Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-30T09:22:46.590Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-30T09:22:46.590Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-30T09:22:46.590Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-30T09:22:46.949Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.016s coverage: 87.9% of statements [2020-07-30T09:22:46.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-30T09:22:46.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-30T09:22:47.240Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2020-07-30T09:22:47.355Z] Commit message: "feat(metadata): Modify Swagger to remove section and add examples" [2020-07-30T09:22:47.511Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-30T09:22:49.558Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.140s coverage: 100.0% of statements [2020-07-30T09:22:49.558Z] GO111MODULE=on go vet ./... [Pipeline] echo [2020-07-30T09:22:59.429Z] ========================================================= [2020-07-30T09:22:59.430Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-30T09:22:59.430Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-30T09:22:59.812Z] gofmt -l . [2020-07-30T09:23:00.105Z] [ "`gofmt -l .`" = "" ] [2020-07-30T09:23:00.370Z] + 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-30T09:23:01.060Z] ./bin/test-go-mod-tidy.sh [2020-07-30T09:23:02.491Z] ./bin/test-attribution-txt.sh [2020-07-30T09:23:04.694Z] Sending build context to Docker daemon 322.9MB [2020-07-30T09:23:04.694Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-30T09:23:04.694Z] Step 2/7 : FROM ${BASE} [2020-07-30T09:23:04.694Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-30T09:23:04.694Z] b538f80385f9: Pulling fs layer [2020-07-30T09:23:04.694Z] 74f711af9a0d: Pulling fs layer [2020-07-30T09:23:04.694Z] 99f96fe45779: Pulling fs layer [2020-07-30T09:23:04.694Z] fd7a069fd194: Pulling fs layer [2020-07-30T09:23:04.694Z] 66aa3694b03b: Pulling fs layer [2020-07-30T09:23:04.694Z] 170f70906a0f: Pulling fs layer [2020-07-30T09:23:04.694Z] ad7c5574e4b9: Pulling fs layer [2020-07-30T09:23:04.694Z] e772456be8f7: Pulling fs layer [2020-07-30T09:23:04.694Z] c890913d741a: Pulling fs layer [2020-07-30T09:23:04.694Z] 2480fcc9aa5a: Pulling fs layer [2020-07-30T09:23:04.694Z] 09adf4765672: Pulling fs layer [2020-07-30T09:23:04.694Z] fd7a069fd194: Waiting [2020-07-30T09:23:04.694Z] 66aa3694b03b: Waiting [2020-07-30T09:23:04.694Z] 170f70906a0f: Waiting [2020-07-30T09:23:04.694Z] ad7c5574e4b9: Waiting [2020-07-30T09:23:04.694Z] e772456be8f7: Waiting [2020-07-30T09:23:04.694Z] c890913d741a: Waiting [2020-07-30T09:23:04.694Z] 2480fcc9aa5a: Waiting [2020-07-30T09:23:04.694Z] 09adf4765672: Waiting [2020-07-30T09:23:04.694Z] 99f96fe45779: Verifying Checksum [2020-07-30T09:23:04.694Z] 99f96fe45779: Download complete [2020-07-30T09:23:04.694Z] 74f711af9a0d: Verifying Checksum [2020-07-30T09:23:04.694Z] 74f711af9a0d: Download complete [2020-07-30T09:23:04.694Z] 66aa3694b03b: Download complete [2020-07-30T09:23:04.694Z] 170f70906a0f: Verifying Checksum [2020-07-30T09:23:04.694Z] 170f70906a0f: Download complete [2020-07-30T09:23:04.969Z] b538f80385f9: Download complete [Pipeline] sh [2020-07-30T09:23:05.568Z] b538f80385f9: Pull complete [2020-07-30T09:23:05.782Z] + ls -al . [2020-07-30T09:23:05.782Z] total 556 [2020-07-30T09:23:05.782Z] drwxrwxr-x 10 1001 1001 4096 Jul 30 09:23 . [2020-07-30T09:23:05.782Z] drwxr-xr-x 4 root root 30 Jul 30 09:21 .. [2020-07-30T09:23:05.782Z] -rw-rw-r-- 1 1001 1001 11 Jul 30 09:19 .dockerignore [2020-07-30T09:23:05.782Z] drwxrwxr-x 8 1001 1001 179 Jul 30 09:19 .git [2020-07-30T09:23:05.782Z] drwxrwxr-x 3 1001 1001 60 Jul 30 09:19 .github [2020-07-30T09:23:05.782Z] -rw-rw-r-- 1 1001 1001 932 Jul 30 09:19 .gitignore [2020-07-30T09:23:05.782Z] drwx------ 3 1001 1001 47 Jul 30 09:19 .semver [2020-07-30T09:23:05.782Z] -rw-rw-r-- 1 1001 1001 166 Jul 30 09:19 .sonarcloud.properties [2020-07-30T09:23:05.782Z] -rw-rw-r-- 1 1001 1001 3804 Jul 30 09:19 CONTRIBUTING.md [2020-07-30T09:23:05.782Z] -rw-rw-r-- 1 1001 1001 1035 Jul 30 09:19 Dockerfile.build [2020-07-30T09:23:05.782Z] -rw-rw-r-- 1 1001 1001 865 Jul 30 09:19 Jenkinsfile [2020-07-30T09:23:05.782Z] -rw-rw-r-- 1 1001 1001 10775 Jul 30 09:19 LICENSE [2020-07-30T09:23:05.782Z] -rw-rw-r-- 1 1001 1001 6237 Jul 30 09:19 Makefile [2020-07-30T09:23:05.782Z] -rw-rw-r-- 1 1001 1001 5652 Jul 30 09:19 README.md [2020-07-30T09:23:05.782Z] -rw-rw-r-- 1 1001 1001 7111 Jul 30 09:19 SECURITY.md [2020-07-30T09:23:05.782Z] -rw-rw-r-- 1 1001 1001 5 Jul 30 09:19 VERSION [2020-07-30T09:23:05.782Z] -rw-rw-r-- 1 1001 1001 4131 Jul 30 09:19 ZMQWindows.md [2020-07-30T09:23:05.782Z] drwxrwxr-x 2 1001 1001 117 Jul 30 09:19 bin [2020-07-30T09:23:05.782Z] drwxrwxr-x 15 1001 1001 4096 Jul 30 09:19 cmd [2020-07-30T09:23:05.782Z] -rw-r--r-- 1 root root 456067 Jul 30 09:22 coverage.out [2020-07-30T09:23:05.782Z] -rw-r--r-- 1 root root 1019 Jul 30 09:23 go.mod [2020-07-30T09:23:05.782Z] -rw-r--r-- 1 root root 18146 Jul 30 09:23 go.sum [2020-07-30T09:23:05.782Z] drwxrwxr-x 8 1001 1001 127 Jul 30 09:19 internal [2020-07-30T09:23:05.782Z] drwxrwxr-x 4 1001 1001 26 Jul 30 09:19 openapi [2020-07-30T09:23:05.782Z] drwxrwxr-x 4 1001 1001 71 Jul 30 09:19 snap [2020-07-30T09:23:05.782Z] -rw-rw-r-- 1 1001 1001 168 Jul 30 09:19 version.go [Pipeline] sh [2020-07-30T09:23:06.171Z] 74f711af9a0d: Pull complete [2020-07-30T09:23:06.383Z] + '[' -e coverage.out ] [2020-07-30T09:23:06.383Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-30T09:23:06.449Z] 99f96fe45779: Pull complete [2020-07-30T09:23:06.680Z] Stashed 1 file(s) [Pipeline] sh [2020-07-30T09:23:07.655Z] + make build [2020-07-30T09:23:07.655Z] 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-30T09:23:07.897Z] ad7c5574e4b9: Verifying Checksum [2020-07-30T09:23:07.897Z] ad7c5574e4b9: Download complete [2020-07-30T09:23:07.897Z] c890913d741a: Verifying Checksum [2020-07-30T09:23:09.333Z] 2480fcc9aa5a: Verifying Checksum [2020-07-30T09:23:09.333Z] 2480fcc9aa5a: Download complete [2020-07-30T09:23:09.605Z] 09adf4765672: Verifying Checksum [2020-07-30T09:23:09.605Z] 09adf4765672: Download complete [2020-07-30T09:23:10.197Z] fd7a069fd194: Verifying Checksum [2020-07-30T09:23:10.197Z] fd7a069fd194: Download complete [2020-07-30T09:23:10.792Z] e772456be8f7: Verifying Checksum [2020-07-30T09:23:10.792Z] e772456be8f7: Download complete [2020-07-30T09:23:16.180Z] 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-30T09:23:20.936Z] fd7a069fd194: Pull complete [2020-07-30T09:23:21.208Z] 66aa3694b03b: Pull complete [2020-07-30T09:23:21.483Z] 170f70906a0f: Pull complete [2020-07-30T09:23:23.039Z] 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-30T09:23:25.741Z] 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-30T09:23:25.796Z] ad7c5574e4b9: Pull complete [2020-07-30T09:23:28.349Z] 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-30T09:23:30.096Z] e772456be8f7: Pull complete [2020-07-30T09:23:30.096Z] c890913d741a: Pull complete [2020-07-30T09:23:31.031Z] 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-30T09:23:32.031Z] 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-30T09:23:32.071Z] 2480fcc9aa5a: Pull complete [2020-07-30T09:23:32.664Z] 09adf4765672: Pull complete [2020-07-30T09:23:32.664Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-30T09:23:32.664Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-30T09:23:32.664Z] ---> 2248a725d1cf [2020-07-30T09:23:32.664Z] 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-30T09:23:34.063Z] 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-30T09:23:36.697Z] 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-30T09:23:39.376Z] ---> Running in 19a3be422643 [2020-07-30T09:23:39.455Z] 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-30T09:23:40.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T09:23:41.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T09:23:42.126Z] 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-30T09:23:42.376Z] (1/12) Installing libmagic (5.38-r0) [2020-07-30T09:23:42.376Z] (2/12) Installing file (5.38-r0) [2020-07-30T09:23:42.659Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-30T09:23:42.659Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-30T09:23:45.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-30T09:23:46.031Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-30T09:23:46.031Z] (6/12) Installing patch (2.7.6-r6) [2020-07-30T09:23:46.031Z] (7/12) Installing build-base (0.5-r2) [2020-07-30T09:23:46.031Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-30T09:23:46.031Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-30T09:23:46.302Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-30T09:23:46.302Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-30T09:23:46.302Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-30T09:23:46.574Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T09:23:46.574Z] OK: 217 MiB in 51 packages [2020-07-30T09:23:46.970Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-07-30T09:23:48.987Z] $ docker stop --time=1 87bb038d9d43068f44385f52f8f75c4cb23eaa86dfe9ad23709aeabcb83356bf [2020-07-30T09:23:50.882Z] Removing intermediate container 19a3be422643 [2020-07-30T09:23:50.882Z] ---> 15d8a13ff2ed [2020-07-30T09:23:50.882Z] Step 4/7 : WORKDIR /edgex-go [2020-07-30T09:23:50.882Z] ---> Running in 25e8c56feae2 [2020-07-30T09:23:51.478Z] Removing intermediate container 25e8c56feae2 [2020-07-30T09:23:51.478Z] ---> 0d2ab33c0bbe [2020-07-30T09:23:51.478Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-30T09:23:51.698Z] $ docker rm -f 87bb038d9d43068f44385f52f8f75c4cb23eaa86dfe9ad23709aeabcb83356bf [2020-07-30T09:23:51.751Z] latest: Pulling from library/docker [2020-07-30T09:23:51.751Z] b538f80385f9: Already exists [2020-07-30T09:23:51.751Z] 259a493cd78d: Pulling fs layer [2020-07-30T09:23:51.751Z] b8e66b5100f5: Pulling fs layer [2020-07-30T09:23:51.751Z] 39dc9c94d07c: Pulling fs layer [2020-07-30T09:23:51.751Z] 551b823b3b82: Pulling fs layer [2020-07-30T09:23:51.751Z] 3c52a74df98c: Pulling fs layer [2020-07-30T09:23:51.751Z] 6c9b121b6998: Pulling fs layer [2020-07-30T09:23:51.751Z] 551b823b3b82: Waiting [2020-07-30T09:23:51.751Z] 3c52a74df98c: Waiting [2020-07-30T09:23:51.751Z] 6c9b121b6998: Waiting [2020-07-30T09:23:52.024Z] b8e66b5100f5: Verifying Checksum [2020-07-30T09:23:52.024Z] b8e66b5100f5: Download complete [2020-07-30T09:23:52.024Z] 259a493cd78d: Verifying Checksum [2020-07-30T09:23:52.025Z] 259a493cd78d: Download complete [2020-07-30T09:23:52.025Z] 551b823b3b82: Verifying Checksum [2020-07-30T09:23:52.025Z] 551b823b3b82: Download complete [Pipeline] // withDockerContainer [Pipeline] } [2020-07-30T09:23:52.301Z] 3c52a74df98c: Verifying Checksum [2020-07-30T09:23:52.301Z] 3c52a74df98c: Download complete [2020-07-30T09:23:52.301Z] 6c9b121b6998: Verifying Checksum [2020-07-30T09:23:52.301Z] 6c9b121b6998: Download complete [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-07-30T09:23:52.902Z] 259a493cd78d: Pull complete [2020-07-30T09:23:53.174Z] b8e66b5100f5: Pull complete [2020-07-30T09:23:53.444Z] 39dc9c94d07c: Verifying Checksum [2020-07-30T09:23:53.444Z] 39dc9c94d07c: Download complete [Pipeline] isUnix [Pipeline] sh [2020-07-30T09:23:54.819Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-30T09:23:54.819Z] [2020-07-30T09:23:54.819Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-30T09:23:55.197Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-30T09:23:55.197Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-30T09:23:55.197Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-30T09:23:55.197Z] ca9280d653b3: Pulling fs layer [2020-07-30T09:23:55.197Z] 7e9c9ca2126c: Pulling fs layer [2020-07-30T09:23:55.464Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-30T09:23:55.464Z] cbdbe7a5bc2a: Download complete [2020-07-30T09:23:55.744Z] ca9280d653b3: Verifying Checksum [2020-07-30T09:23:55.744Z] ca9280d653b3: Download complete [2020-07-30T09:23:56.056Z] 39dc9c94d07c: Pull complete [2020-07-30T09:23:56.123Z] cbdbe7a5bc2a: Pull complete [2020-07-30T09:23:56.328Z] 551b823b3b82: Pull complete [2020-07-30T09:23:56.920Z] 3c52a74df98c: Pull complete [2020-07-30T09:23:57.159Z] 7e9c9ca2126c: Download complete [2020-07-30T09:23:57.191Z] 6c9b121b6998: Pull complete [2020-07-30T09:23:57.191Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-30T09:23:57.191Z] Status: Downloaded newer image for docker:latest [2020-07-30T09:23:58.190Z] ca9280d653b3: Pull complete [2020-07-30T09:24:00.584Z] ---> a9417ce6c662 [2020-07-30T09:24:00.584Z] Step 6/7 : COPY go.mod . [2020-07-30T09:24:01.560Z] ---> 9a0dec887b0f [2020-07-30T09:24:01.560Z] Step 7/7 : RUN go mod download [2020-07-30T09:24:01.560Z] ---> Running in 210ad7bed567 [2020-07-30T09:24:05.859Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-30T09:24:05.860Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-30T09:24:05.860Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-30T09:24:05.860Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-30T09:24:05.860Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-30T09:24:05.860Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-30T09:24:05.860Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-30T09:24:05.860Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-30T09:24:05.860Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-30T09:24:05.860Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-30T09:24:05.860Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-30T09:24:05.860Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-30T09:24:05.860Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-30T09:24:05.860Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-30T09:24:05.860Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-30T09:24:05.860Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-30T09:24:05.860Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-30T09:24:05.860Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-30T09:24:05.860Z] go: finding github.com/fatih/color v1.7.0 [2020-07-30T09:24:05.860Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-30T09:24:05.860Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-30T09:24:05.860Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-30T09:24:05.860Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-30T09:24:05.860Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-30T09:24:05.860Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-30T09:24:06.130Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-30T09:24:06.130Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-30T09:24:06.130Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-30T09:24:06.130Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-30T09:24:06.130Z] go: finding github.com/google/uuid v1.1.0 [2020-07-30T09:24:06.400Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-30T09:24:06.400Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-30T09:24:06.400Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-30T09:24:06.400Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-30T09:24:06.400Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-30T09:24:06.400Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-30T09:24:06.400Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-30T09:24:06.672Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-30T09:24:06.672Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-30T09:24:06.672Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-30T09:24:06.672Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-30T09:24:06.672Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-30T09:24:06.672Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-30T09:24:06.672Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-30T09:24:06.942Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-30T09:24:06.942Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-30T09:24:06.942Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-30T09:24:06.942Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-30T09:24:06.942Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-30T09:24:06.942Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-30T09:24:06.942Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-30T09:24:06.943Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-30T09:24:06.943Z] go: finding github.com/kr/pty v1.1.1 [2020-07-30T09:24:06.943Z] go: finding github.com/kr/text v0.1.0 [2020-07-30T09:24:06.943Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-30T09:24:07.214Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-30T09:24:07.214Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-30T09:24:07.214Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-30T09:24:07.214Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-30T09:24:07.214Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-30T09:24:07.214Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-30T09:24:07.214Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-30T09:24:07.214Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-30T09:24:07.214Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-30T09:24:07.214Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-30T09:24:07.486Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-30T09:24:07.486Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-30T09:24:07.486Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-30T09:24:07.486Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-30T09:24:07.486Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-30T09:24:07.486Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-30T09:24:07.486Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-30T09:24:07.486Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-30T09:24:07.486Z] go: finding github.com/posener/complete v1.1.1 [2020-07-30T09:24:07.486Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-30T09:24:07.486Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-30T09:24:07.756Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-30T09:24:07.756Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-30T09:24:07.756Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-30T09:24:07.756Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-30T09:24:07.756Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-30T09:24:07.756Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-30T09:24:07.756Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-30T09:24:07.756Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-30T09:24:07.756Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-30T09:24:07.757Z] go: finding golang.org/x/text v0.3.2 [2020-07-30T09:24:07.757Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-30T09:24:08.040Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-30T09:24:08.040Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-30T09:24:08.040Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-30T09:24:08.040Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-30T09:24:08.040Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-30T09:24:08.684Z] 7e9c9ca2126c: Pull complete [2020-07-30T09:24:08.684Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-30T09:24:08.684Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-30T09:24:08.684Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-30T09:24:08.846Z] prd-centos7-docker-4c-2g-1549 does not seem to be running inside a container [2020-07-30T09:24:09.074Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-30T09:24:11.618Z] $ docker top afbf23dc9dd72f4bedc1158c815eb964f35cbc769ff773bbf71495fb64d5a048 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T09:24:12.362Z] + docker-compose build --help [2020-07-30T09:24:12.362Z] + grep parallel [2020-07-30T09:24:13.866Z] --parallel Build images in parallel. [Pipeline] } [2020-07-30T09:24:13.887Z] $ docker stop --time=1 afbf23dc9dd72f4bedc1158c815eb964f35cbc769ff773bbf71495fb64d5a048 [2020-07-30T09:24:15.477Z] $ docker rm -f afbf23dc9dd72f4bedc1158c815eb964f35cbc769ff773bbf71495fb64d5a048 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-30T09:24:16.198Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-30T09:24:16.198Z] . [Pipeline] withDockerContainer [2020-07-30T09:24:16.578Z] prd-centos7-docker-4c-2g-1549 does not seem to be running inside a container [2020-07-30T09:24:16.760Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-30T09:24:17.602Z] $ docker top 5837f1a4bbd8092d2a56d20d3f04d86603248e2b5a1d13fbda852a2a8b307872 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T09:24:18.143Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-30T09:24:19.627Z] Building docker-core-command-go ... [2020-07-30T09:24:19.627Z] Building docker-core-data-go ... [2020-07-30T09:24:19.627Z] Building docker-core-metadata-go ... [2020-07-30T09:24:19.627Z] Building docker-security-proxy-setup-go ... [2020-07-30T09:24:19.627Z] Building docker-security-secrets-setup-go ... [2020-07-30T09:24:19.627Z] Building docker-security-secretstore-setup-go ... [2020-07-30T09:24:19.627Z] Building docker-support-logging-go ... [2020-07-30T09:24:19.627Z] Building docker-support-notifications-go ... [2020-07-30T09:24:19.627Z] Building docker-support-scheduler-go ... [2020-07-30T09:24:19.627Z] Building docker-sys-mgmt-agent-go ... [2020-07-30T09:24:19.627Z] Building docker-core-command-go [2020-07-30T09:24:19.627Z] Building docker-core-metadata-go [2020-07-30T09:24:19.627Z] Building docker-support-notifications-go [2020-07-30T09:24:19.627Z] Building docker-support-scheduler-go [2020-07-30T09:24:19.627Z] Building docker-support-logging-go [2020-07-30T09:24:26.348Z] Removing intermediate container 210ad7bed567 [2020-07-30T09:24:26.348Z] ---> 7475cacc70fe [2020-07-30T09:24:26.348Z] Successfully built 7475cacc70fe [2020-07-30T09:24:26.348Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-30T09:24:27.052Z] + docker inspect -f . ci-base-image-arm64 [2020-07-30T09:24:27.052Z] . [Pipeline] withDockerContainer [2020-07-30T09:24:27.363Z] prd-ubuntu18.04-docker-arm64-4c-16g-1550 does not seem to be running inside a container [2020-07-30T09:24:27.484Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-30T09:24:28.913Z] $ docker top ea624d3a0dce09e6a49cb42fb56e96c6fcc4eb57cdddc6ded85af7e5da21beee -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T09:24:29.984Z] + go version [2020-07-30T09:24:29.984Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-30T09:24:30.005Z] ========================================================= [2020-07-30T09:24:30.005Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-30T09:24:30.005Z] ========================================================= [Pipeline] sh [2020-07-30T09:24:30.797Z] + make test [2020-07-30T09:24:30.797Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-30T09:24:33.414Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-30T09:24:59.400Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T09:24:59.400Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-30T09:24:59.400Z] ---> 2f69f01976c2 [2020-07-30T09:24:59.400Z] Step 3/21 : WORKDIR /edgex-go [2020-07-30T09:24:59.400Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T09:24:59.400Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-30T09:24:59.400Z] ---> 2f69f01976c2 [2020-07-30T09:24:59.400Z] Step 3/21 : WORKDIR /edgex-go [2020-07-30T09:24:59.400Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T09:24:59.400Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-30T09:24:59.400Z] ---> 2f69f01976c2 [2020-07-30T09:24:59.400Z] Step 3/23 : WORKDIR /edgex-go [2020-07-30T09:24:59.681Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T09:24:59.681Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-30T09:24:59.681Z] ---> 2f69f01976c2 [2020-07-30T09:24:59.681Z] Step 3/21 : WORKDIR /edgex-go [2020-07-30T09:24:59.681Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T09:24:59.681Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-30T09:24:59.681Z] ---> 2f69f01976c2 [2020-07-30T09:24:59.681Z] Step 3/20 : WORKDIR /edgex-go [2020-07-30T09:25:00.723Z] ---> Running in be38170482d2 [2020-07-30T09:25:00.723Z] ---> Running in a486b34722ae [2020-07-30T09:25:00.723Z] ---> Running in 5c70e2ab6bcf [2020-07-30T09:25:00.723Z] ---> Running in 49b94b03e88c [2020-07-30T09:25:00.723Z] ---> Running in f186eb5cd4db [2020-07-30T09:25:01.357Z] Removing intermediate container 5c70e2ab6bcf [2020-07-30T09:25:01.357Z] ---> c0d62c28bdcf [2020-07-30T09:25:01.357Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T09:25:01.358Z] Removing intermediate container be38170482d2 [2020-07-30T09:25:01.358Z] ---> 3d7ac3cf00e0 [2020-07-30T09:25:01.358Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T09:25:01.358Z] Removing intermediate container a486b34722ae [2020-07-30T09:25:01.358Z] ---> 1fbff594e24d [2020-07-30T09:25:01.358Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T09:25:01.358Z] Removing intermediate container 49b94b03e88c [2020-07-30T09:25:01.358Z] ---> 3d7c01cb3053 [2020-07-30T09:25:01.358Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T09:25:01.628Z] Removing intermediate container f186eb5cd4db [2020-07-30T09:25:01.628Z] ---> 11065a95f81f [2020-07-30T09:25:01.628Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T09:25:01.628Z] ---> Running in 96c45a0ea974 [2020-07-30T09:25:01.628Z] ---> Running in 1f6f1284fe20 [2020-07-30T09:25:01.628Z] ---> Running in 56752cf6039a [2020-07-30T09:25:01.628Z] ---> Running in 337481ea0f43 [2020-07-30T09:25:01.918Z] ---> Running in fe3e871f14a8 [2020-07-30T09:25:05.486Z] Removing intermediate container 337481ea0f43 [2020-07-30T09:25:05.486Z] ---> 5ae94528aae8 [2020-07-30T09:25:05.486Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-30T09:25:05.486Z] Removing intermediate container 96c45a0ea974 [2020-07-30T09:25:05.486Z] ---> 779698138086 [2020-07-30T09:25:05.486Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-30T09:25:05.752Z] ---> Running in 532768acee65 [2020-07-30T09:25:05.752Z] ---> Running in 225b58fb4618 [2020-07-30T09:25:05.764Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-30T09:25:06.020Z] Removing intermediate container 56752cf6039a [2020-07-30T09:25:06.020Z] ---> b72ba2afc400 [2020-07-30T09:25:06.020Z] Step 5/20 : RUN apk update && apk add make git [2020-07-30T09:25:06.020Z] Removing intermediate container fe3e871f14a8 [2020-07-30T09:25:06.020Z] ---> bbb7de196c79 [2020-07-30T09:25:06.020Z] Step 5/21 : RUN apk update && apk add make git [2020-07-30T09:25:06.020Z] Removing intermediate container 1f6f1284fe20 [2020-07-30T09:25:06.020Z] ---> fb46b691dc0c [2020-07-30T09:25:06.020Z] Step 5/21 : RUN apk update && apk add make git [2020-07-30T09:25:06.286Z] ---> Running in bab2339af4e3 [2020-07-30T09:25:06.286Z] ---> Running in 5071b488162e [2020-07-30T09:25:06.286Z] ---> Running in 204eb8726930 [2020-07-30T09:25:07.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T09:25:07.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T09:25:07.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T09:25:07.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T09:25:07.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T09:25:08.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T09:25:08.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T09:25:08.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T09:25:08.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T09:25:08.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T09:25:08.376Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T09:25:08.376Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T09:25:08.376Z] OK: 12749 distinct packages available [2020-07-30T09:25:08.739Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T09:25:08.739Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T09:25:08.739Z] OK: 12749 distinct packages available [2020-07-30T09:25:08.739Z] OK: 233 MiB in 51 packages [2020-07-30T09:25:09.099Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T09:25:09.099Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T09:25:09.099Z] OK: 12749 distinct packages available [2020-07-30T09:25:09.099Z] OK: 233 MiB in 51 packages [2020-07-30T09:25:09.099Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T09:25:09.099Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T09:25:09.099Z] OK: 12749 distinct packages available [2020-07-30T09:25:09.475Z] OK: 233 MiB in 51 packages [2020-07-30T09:25:09.475Z] OK: 233 MiB in 51 packages [2020-07-30T09:25:09.476Z] OK: 233 MiB in 51 packages [2020-07-30T09:25:09.476Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T09:25:09.476Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T09:25:09.476Z] OK: 12749 distinct packages available [2020-07-30T09:25:09.771Z] OK: 233 MiB in 51 packages [2020-07-30T09:25:10.115Z] Removing intermediate container 225b58fb4618 [2020-07-30T09:25:10.115Z] ---> 3dd8e330b371 [2020-07-30T09:25:10.115Z] Step 6/23 : COPY go.mod . [2020-07-30T09:25:10.543Z] Removing intermediate container 5071b488162e [2020-07-30T09:25:10.543Z] ---> 59d614a25010 [2020-07-30T09:25:10.543Z] Step 6/21 : COPY go.mod . [2020-07-30T09:25:11.248Z] Removing intermediate container 204eb8726930 [2020-07-30T09:25:11.248Z] ---> dc67f9436977 [2020-07-30T09:25:11.248Z] Step 6/21 : COPY go.mod . [2020-07-30T09:25:11.248Z] Removing intermediate container 532768acee65 [2020-07-30T09:25:11.248Z] ---> 7bb0108828d6 [2020-07-30T09:25:11.248Z] Step 6/21 : COPY go.mod . [2020-07-30T09:25:11.248Z] ---> acc17f77147c [2020-07-30T09:25:11.248Z] Step 7/23 : RUN go mod download [2020-07-30T09:25:11.527Z] ---> 4e27de7af6e3 [2020-07-30T09:25:11.527Z] Step 7/21 : RUN go mod download [2020-07-30T09:25:11.527Z] ---> Running in b0798b9f7c7c [2020-07-30T09:25:11.527Z] ---> Running in 6664aec3e2c7 [2020-07-30T09:25:11.818Z] Removing intermediate container bab2339af4e3 [2020-07-30T09:25:11.818Z] ---> 5187bf92ed57 [2020-07-30T09:25:11.818Z] Step 6/20 : COPY go.mod . [2020-07-30T09:25:11.818Z] ---> 899e08a5d6e5 [2020-07-30T09:25:11.818Z] Step 7/21 : RUN go mod download [2020-07-30T09:25:12.213Z] ---> 72fe73dc4f85 [2020-07-30T09:25:12.213Z] Step 7/21 : RUN go mod download [2020-07-30T09:25:12.213Z] ---> Running in 880e7afe73f1 [2020-07-30T09:25:12.575Z] ---> fddeff17502e [2020-07-30T09:25:12.575Z] Step 7/20 : RUN go mod download [2020-07-30T09:25:12.575Z] ---> Running in d089e2a337b2 [2020-07-30T09:25:12.852Z] ---> Running in 4f88a614f5a1 [2020-07-30T09:25:16.454Z] Removing intermediate container b0798b9f7c7c [2020-07-30T09:25:16.454Z] ---> 5a331bd465c2 [2020-07-30T09:25:16.454Z] Step 8/23 : COPY . . [2020-07-30T09:25:16.454Z] Removing intermediate container 4f88a614f5a1 [2020-07-30T09:25:16.454Z] ---> bc10f68115dc [2020-07-30T09:25:16.454Z] Step 8/20 : COPY . . [2020-07-30T09:25:16.454Z] Removing intermediate container 880e7afe73f1 [2020-07-30T09:25:16.454Z] ---> 2599437aae7e [2020-07-30T09:25:16.454Z] Step 8/21 : COPY . . [2020-07-30T09:25:16.454Z] Removing intermediate container 6664aec3e2c7 [2020-07-30T09:25:16.454Z] ---> 68327d59c035 [2020-07-30T09:25:16.454Z] Step 8/21 : COPY . . [2020-07-30T09:25:16.454Z] Removing intermediate container d089e2a337b2 [2020-07-30T09:25:16.454Z] ---> 5ef215209986 [2020-07-30T09:25:16.454Z] Step 8/21 : COPY . . [2020-07-30T09:25:18.178Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-30T09:25:18.178Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-30T09:25:18.178Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-30T09:25:18.178Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-30T09:25:18.178Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.026s [2020-07-30T09:25:18.178Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-30T09:25:18.178Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-30T09:25:18.178Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-30T09:25:19.620Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-30T09:25:21.069Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-30T09:25:21.069Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-30T09:25:21.069Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-30T09:25:21.069Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-30T09:25:31.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.206s coverage: 46.6% of statements [2020-07-30T09:25:31.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-30T09:25:31.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-30T09:25:31.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-30T09:25:31.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-30T09:25:31.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-30T09:25:37.961Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.155s coverage: 27.4% of statements [2020-07-30T09:25:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-30T09:25:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-30T09:25:37.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-30T09:25:37.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-30T09:25:37.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-30T09:25:37.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-30T09:25:37.962Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements [2020-07-30T09:25:37.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-30T09:25:37.962Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.026s coverage: 100.0% of statements [2020-07-30T09:25:37.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-30T09:25:41.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.383s coverage: 29.3% of statements [2020-07-30T09:25:41.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-30T09:25:41.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-30T09:25:41.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-30T09:25:41.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-30T09:25:41.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-30T09:25:41.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements [2020-07-30T09:25:41.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-30T09:25:41.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.023s coverage: 100.0% of statements [2020-07-30T09:25:41.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-30T09:25:41.972Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 89.8% of statements [2020-07-30T09:25:41.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-30T09:25:43.418Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.267s coverage: 97.5% of statements [2020-07-30T09:25:43.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-30T09:25:43.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.058s coverage: 100.0% of statements [2020-07-30T09:25:43.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-30T09:25:43.419Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-30T09:25:43.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-30T09:25:43.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-30T09:25:43.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-30T09:25:43.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-30T09:25:43.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-30T09:25:43.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-30T09:25:43.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-30T09:25:43.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-30T09:25:43.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-30T09:25:43.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-30T09:25:43.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-30T09:25:43.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-30T09:25:43.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-30T09:25:43.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-30T09:25:43.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-30T09:25:43.419Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.018s coverage: 58.8% of statements [2020-07-30T09:25:48.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.5% of statements [2020-07-30T09:25:48.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-30T09:25:48.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-30T09:25:48.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2020-07-30T09:25:48.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.362s coverage: 55.9% of statements [2020-07-30T09:25:48.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-30T09:25:48.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-30T09:25:48.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-30T09:25:48.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-30T09:26:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.851s coverage: 86.3% of statements [2020-07-30T09:26:01.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-30T09:26:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.031s coverage: 72.2% of statements [2020-07-30T09:26:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.352s coverage: 72.1% of statements [2020-07-30T09:26:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.049s coverage: 82.4% of statements [2020-07-30T09:26:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.020s coverage: 48.4% of statements [2020-07-30T09:26:01.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-30T09:26:01.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-30T09:26:01.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-30T09:26:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.038s coverage: 28.8% of statements [2020-07-30T09:26:01.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-30T09:26:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.045s coverage: 96.8% of statements [2020-07-30T09:26:01.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-30T09:26:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.110s coverage: 26.9% of statements [2020-07-30T09:26:01.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-30T09:26:01.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-30T09:26:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.288s coverage: 84.1% of statements [2020-07-30T09:26:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.060s coverage: 100.0% of statements [2020-07-30T09:26:03.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.040s coverage: 43.1% of statements [2020-07-30T09:26:03.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-30T09:26:03.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-30T09:26:03.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.061s coverage: 100.0% of statements [2020-07-30T09:26:03.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-30T09:26:04.259Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.095s coverage: 83.8% of statements [2020-07-30T09:26:04.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-30T09:26:09.718Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.088s coverage: 46.1% of statements [2020-07-30T09:26:09.718Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-30T09:26:09.718Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-30T09:26:09.718Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.052s coverage: 100.0% of statements [2020-07-30T09:26:09.718Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-30T09:26:09.718Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-30T09:26:09.718Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-30T09:26:09.718Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.094s coverage: 100.0% of statements [2020-07-30T09:26:09.718Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-30T09:26:09.718Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.066s coverage: 100.0% of statements [2020-07-30T09:26:09.718Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-30T09:26:13.791Z] ---> 16eb0326ae60 [2020-07-30T09:26:13.792Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-30T09:26:13.792Z] ---> 3d2dc6708393 [2020-07-30T09:26:13.792Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-30T09:26:13.792Z] ---> Running in aa5e8129b458 [2020-07-30T09:26:13.792Z] ---> d2e7ec626fc5 [2020-07-30T09:26:13.792Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-30T09:26:13.792Z] ---> d8fdf0e71cdc [2020-07-30T09:26:13.792Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-30T09:26:13.792Z] ---> 9a6a530a3fa3 [2020-07-30T09:26:13.792Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-30T09:26:13.792Z] ---> Running in be41c9e699c5 [2020-07-30T09:26:13.792Z] ---> Running in 77730ee1ed4e [2020-07-30T09:26:13.792Z] ---> Running in 88631d2f029e [2020-07-30T09:26:13.792Z] ---> Running in dc5ab2d61d28 [2020-07-30T09:26:13.792Z] 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-30T09:26:13.792Z] 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-30T09:26:13.792Z] 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-30T09:26:13.792Z] 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-30T09:26:13.792Z] 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-30T09:26:14.056Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.174s coverage: 29.1% of statements [2020-07-30T09:26:14.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-30T09:26:14.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-30T09:26:14.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-30T09:26:14.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-30T09:26:14.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-30T09:26:14.056Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements [2020-07-30T09:26:14.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-30T09:26:14.332Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2020-07-30T09:26:14.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-30T09:26:14.332Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.016s coverage: 0.0% of statements [2020-07-30T09:26:14.332Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-30T09:26:15.805Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2020-07-30T09:26:15.805Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-30T09:26:15.805Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-30T09:26:15.805Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-30T09:26:15.805Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-30T09:26:17.801Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.019s coverage: 87.9% of statements [2020-07-30T09:26:17.801Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-30T09:26:17.801Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-30T09:26:17.801Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.024s coverage: 100.0% of statements [2020-07-30T09:26:18.073Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.016s coverage: 32.1% of statements [2020-07-30T09:26:19.497Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements [2020-07-30T09:26:20.093Z] GO111MODULE=on go vet ./... [2020-07-30T09:26:38.407Z] gofmt -l . [2020-07-30T09:26:38.407Z] [ "`gofmt -l .`" = "" ] [2020-07-30T09:26:40.372Z] ./bin/test-go-mod-tidy.sh [2020-07-30T09:26:40.968Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-07-30T09:26:44.231Z] + ls -al . [2020-07-30T09:26:44.231Z] total 588 [2020-07-30T09:26:44.231Z] drwxrwxr-x 10 1001 1001 4096 Jul 30 09:26 . [2020-07-30T09:26:44.231Z] drwxr-xr-x 4 root root 4096 Jul 30 09:24 .. [2020-07-30T09:26:44.231Z] -rw-rw-r-- 1 1001 1001 11 Jul 30 09:22 .dockerignore [2020-07-30T09:26:44.231Z] drwxrwxr-x 8 1001 1001 4096 Jul 30 09:22 .git [2020-07-30T09:26:44.231Z] drwxrwxr-x 3 1001 1001 4096 Jul 30 09:22 .github [2020-07-30T09:26:44.231Z] -rw-rw-r-- 1 1001 1001 932 Jul 30 09:22 .gitignore [2020-07-30T09:26:44.231Z] drwxrwxr-x 3 1001 1001 4096 Jul 30 09:22 .semver [2020-07-30T09:26:44.231Z] -rw-rw-r-- 1 1001 1001 166 Jul 30 09:22 .sonarcloud.properties [2020-07-30T09:26:44.231Z] -rw-rw-r-- 1 1001 1001 3804 Jul 30 09:22 CONTRIBUTING.md [2020-07-30T09:26:44.231Z] -rw-rw-r-- 1 1001 1001 1035 Jul 30 09:22 Dockerfile.build [2020-07-30T09:26:44.231Z] -rw-rw-r-- 1 1001 1001 865 Jul 30 09:22 Jenkinsfile [2020-07-30T09:26:44.231Z] -rw-rw-r-- 1 1001 1001 10775 Jul 30 09:22 LICENSE [2020-07-30T09:26:44.231Z] -rw-rw-r-- 1 1001 1001 6237 Jul 30 09:22 Makefile [2020-07-30T09:26:44.231Z] -rw-rw-r-- 1 1001 1001 5652 Jul 30 09:22 README.md [2020-07-30T09:26:44.231Z] -rw-rw-r-- 1 1001 1001 7111 Jul 30 09:22 SECURITY.md [2020-07-30T09:26:44.231Z] -rw-rw-r-- 1 1001 1001 5 Jul 30 09:19 VERSION [2020-07-30T09:26:44.231Z] -rw-rw-r-- 1 1001 1001 4131 Jul 30 09:22 ZMQWindows.md [2020-07-30T09:26:44.231Z] drwxrwxr-x 2 1001 1001 4096 Jul 30 09:22 bin [2020-07-30T09:26:44.231Z] drwxrwxr-x 15 1001 1001 4096 Jul 30 09:22 cmd [2020-07-30T09:26:44.231Z] -rw-r--r-- 1 root root 456067 Jul 30 09:26 coverage.out [2020-07-30T09:26:44.231Z] -rw-r--r-- 1 root root 1019 Jul 30 09:26 go.mod [2020-07-30T09:26:44.231Z] -rw-r--r-- 1 root root 18146 Jul 30 09:26 go.sum [2020-07-30T09:26:44.231Z] drwxrwxr-x 8 1001 1001 4096 Jul 30 09:22 internal [2020-07-30T09:26:44.231Z] drwxrwxr-x 4 1001 1001 4096 Jul 30 09:22 openapi [2020-07-30T09:26:44.231Z] drwxrwxr-x 4 1001 1001 4096 Jul 30 09:22 snap [2020-07-30T09:26:44.231Z] -rw-rw-r-- 1 1001 1001 168 Jul 30 09:22 version.go [Pipeline] sh [2020-07-30T09:26:44.878Z] + '[' -e coverage.out ] [2020-07-30T09:26:44.878Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-30T09:26:44.931Z] Warning: overwriting stash ‘coverage-report’ [2020-07-30T09:26:46.058Z] Stashed 1 file(s) [Pipeline] sh [2020-07-30T09:26:46.782Z] + make build [2020-07-30T09:26:46.782Z] 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-30T09:27:01.910Z] Removing intermediate container 88631d2f029e [2020-07-30T09:27:01.910Z] ---> b330e17fe2c8 [2020-07-30T09:27:01.910Z] [2020-07-30T09:27:01.910Z] Step 10/21 : FROM scratch [2020-07-30T09:27:01.910Z] ---> [2020-07-30T09:27:01.910Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-30T09:27:03.336Z] ---> Running in 8672c9d86276 [2020-07-30T09:27:05.131Z] 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-30T09:27:08.702Z] Removing intermediate container aa5e8129b458 [2020-07-30T09:27:08.702Z] ---> 8ebb04dc37ee [2020-07-30T09:27:08.702Z] [2020-07-30T09:27:08.702Z] Step 10/23 : FROM scratch [2020-07-30T09:27:08.702Z] ---> [2020-07-30T09:27:08.702Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-30T09:27:08.702Z] Removing intermediate container 8672c9d86276 [2020-07-30T09:27:08.702Z] ---> e35a9e543ae2 [2020-07-30T09:27:08.702Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-30T09:27:08.702Z] ---> Using cache [2020-07-30T09:27:08.702Z] ---> e35a9e543ae2 [2020-07-30T09:27:08.702Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-30T09:27:08.702Z] Removing intermediate container 77730ee1ed4e [2020-07-30T09:27:08.702Z] ---> 5f635e0dff23 [2020-07-30T09:27:08.702Z] [2020-07-30T09:27:08.702Z] Step 10/21 : FROM scratch [2020-07-30T09:27:08.702Z] ---> [2020-07-30T09:27:08.702Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T09:27:08.991Z] ---> Running in 84575934cec4 [2020-07-30T09:27:08.991Z] ---> Running in 818150e3cf87 [2020-07-30T09:27:08.991Z] ---> Running in 9e287f413fd2 [2020-07-30T09:27:08.991Z] Removing intermediate container dc5ab2d61d28 [2020-07-30T09:27:08.991Z] ---> 1d0b51588958 [2020-07-30T09:27:08.991Z] [2020-07-30T09:27:08.991Z] Step 10/20 : FROM scratch [2020-07-30T09:27:08.991Z] ---> [2020-07-30T09:27:08.991Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T09:27:08.991Z] Removing intermediate container be41c9e699c5 [2020-07-30T09:27:08.991Z] ---> 48395b42d03b [2020-07-30T09:27:08.991Z] [2020-07-30T09:27:08.991Z] Step 10/21 : FROM scratch [2020-07-30T09:27:08.991Z] ---> [2020-07-30T09:27:08.991Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T09:27:09.257Z] ---> Running in 4b40939fabc0 [2020-07-30T09:27:09.257Z] Removing intermediate container 818150e3cf87 [2020-07-30T09:27:09.257Z] ---> cddf3849c2d1 [2020-07-30T09:27:09.257Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-30T09:27:10.233Z] Removing intermediate container 84575934cec4 [2020-07-30T09:27:10.233Z] ---> 062c7dfacc49 [2020-07-30T09:27:10.233Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-30T09:27:10.233Z] ---> Running in f48cb0634711 [2020-07-30T09:27:10.233Z] ---> Running in 87ce6f984596 [2020-07-30T09:27:10.233Z] Removing intermediate container 9e287f413fd2 [2020-07-30T09:27:10.233Z] ---> 76c6e1b773dc [2020-07-30T09:27:10.233Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-30T09:27:10.506Z] ---> Running in 8a6ede90b08b [2020-07-30T09:27:10.506Z] Removing intermediate container 4b40939fabc0 [2020-07-30T09:27:10.506Z] ---> 865e36d6ab47 [2020-07-30T09:27:10.506Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-30T09:27:10.506Z] ---> Running in 1d753ce6542f [2020-07-30T09:27:10.506Z] ---> Running in 39ee65e7f1b7 [2020-07-30T09:27:10.506Z] Removing intermediate container f48cb0634711 [2020-07-30T09:27:10.506Z] ---> d91d19deb212 [2020-07-30T09:27:10.506Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-30T09:27:10.506Z] Removing intermediate container 87ce6f984596 [2020-07-30T09:27:10.506Z] ---> efc06649e009 [2020-07-30T09:27:10.506Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-30T09:27:10.775Z] ---> Running in b00183cbd6ea [2020-07-30T09:27:10.775Z] Removing intermediate container 8a6ede90b08b [2020-07-30T09:27:10.775Z] ---> 34dff7c4b46d [2020-07-30T09:27:10.775Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-30T09:27:10.775Z] Removing intermediate container 1d753ce6542f [2020-07-30T09:27:10.775Z] ---> 5682f8ae520f [2020-07-30T09:27:10.775Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-30T09:27:10.775Z] Removing intermediate container 39ee65e7f1b7 [2020-07-30T09:27:10.775Z] ---> ae9607065261 [2020-07-30T09:27:10.775Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-30T09:27:11.048Z] Removing intermediate container b00183cbd6ea [2020-07-30T09:27:11.048Z] ---> f8f84409b4c9 [2020-07-30T09:27:11.048Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-30T09:27:11.048Z] ---> Running in edc52e87b59d [2020-07-30T09:27:11.048Z] ---> Running in dce2713d0020 [2020-07-30T09:27:11.048Z] ---> f46260b307f9 [2020-07-30T09:27:11.048Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-30T09:27:11.048Z] ---> Running in 81ecbd9b859c [2020-07-30T09:27:11.387Z] ---> 29f1a43e8f9e [2020-07-30T09:27:11.387Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-30T09:27:11.387Z] Removing intermediate container dce2713d0020 [2020-07-30T09:27:11.387Z] ---> 445b9f9a7bd5 [2020-07-30T09:27:11.387Z] Step 14/21 : WORKDIR / [2020-07-30T09:27:11.387Z] Removing intermediate container edc52e87b59d [2020-07-30T09:27:11.387Z] ---> 309ec4dc1adb [2020-07-30T09:27:11.387Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-30T09:27:11.673Z] Removing intermediate container 81ecbd9b859c [2020-07-30T09:27:11.673Z] ---> d7c541979924 [2020-07-30T09:27:11.673Z] Step 14/21 : WORKDIR / [2020-07-30T09:27:11.673Z] ---> Running in 863067b263a3 [2020-07-30T09:27:11.673Z] ---> 29bbecb6dd14 [2020-07-30T09:27:11.673Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-30T09:27:11.673Z] ---> Running in af8d93b5b8b9 [2020-07-30T09:27:11.944Z] Removing intermediate container 863067b263a3 [2020-07-30T09:27:11.944Z] ---> 4220b0d97522 [2020-07-30T09:27:11.944Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-30T09:27:12.535Z] ---> 819f76ef399c [2020-07-30T09:27:12.535Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-30T09:27:12.535Z] Removing intermediate container af8d93b5b8b9 [2020-07-30T09:27:12.535Z] ---> 3ce3b0d59390 [2020-07-30T09:27:12.535Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-30T09:27:12.941Z] ---> 7c227418390d [2020-07-30T09:27:12.941Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-30T09:27:12.941Z] ---> 0f8ee68d48cd [2020-07-30T09:27:12.941Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-30T09:27:12.941Z] ---> 0207122ff7b0 [2020-07-30T09:27:12.941Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-30T09:27:13.248Z] ---> d7999d578bd0 [2020-07-30T09:27:13.248Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-30T09:27:13.248Z] ---> 5011a6590304 [2020-07-30T09:27:13.248Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T09:27:13.523Z] ---> e819920ccd79 [2020-07-30T09:27:13.523Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-30T09:27:13.523Z] ---> Running in f4b95e0ec0eb [2020-07-30T09:27:13.793Z] ---> 98f69446fe65 [2020-07-30T09:27:13.793Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-30T09:27:13.793Z] ---> 43bc452eddc5 [2020-07-30T09:27:13.793Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-30T09:27:14.117Z] Removing intermediate container f4b95e0ec0eb [2020-07-30T09:27:14.117Z] ---> 3eb66b6bacc1 [2020-07-30T09:27:14.117Z] Step 19/21 : LABEL arch=x86_64 [2020-07-30T09:27:14.117Z] ---> Running in d684bd4aac43 [2020-07-30T09:27:14.453Z] ---> 077aa11bc8cf [2020-07-30T09:27:14.453Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T09:27:14.453Z] ---> f64f0674c075 [2020-07-30T09:27:14.453Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-30T09:27:14.453Z] ---> 595e696b37ce [2020-07-30T09:27:14.453Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-30T09:27:14.453Z] ---> d61e7c4333bd [2020-07-30T09:27:14.453Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T09:27:14.453Z] Removing intermediate container d684bd4aac43 [2020-07-30T09:27:14.453Z] ---> 33785bf0bd6c [2020-07-30T09:27:14.453Z] Step 20/21 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c [2020-07-30T09:27:14.453Z] ---> Running in 8f3aac7d9502 [2020-07-30T09:27:14.784Z] ---> Running in 74d753f42b4c [2020-07-30T09:27:14.784Z] ---> Running in efe0571ecdc1 [2020-07-30T09:27:14.784Z] Removing intermediate container 8f3aac7d9502 [2020-07-30T09:27:14.784Z] ---> 439c91dbe15a [2020-07-30T09:27:14.784Z] Step 18/20 : LABEL arch=x86_64 [2020-07-30T09:27:15.167Z] ---> 8d048d5e1827 [2020-07-30T09:27:15.167Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T09:27:15.167Z] ---> Running in 8c6cf8321501 [2020-07-30T09:27:15.167Z] Removing intermediate container 74d753f42b4c [2020-07-30T09:27:15.167Z] ---> 84cbbd97a4a4 [2020-07-30T09:27:15.167Z] Step 21/21 : LABEL version=0.0.0 [2020-07-30T09:27:15.167Z] ---> Running in 70f0d9c02612 [2020-07-30T09:27:15.167Z] ---> 34ec925530ba [2020-07-30T09:27:15.167Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-30T09:27:15.167Z] Removing intermediate container efe0571ecdc1 [2020-07-30T09:27:15.167Z] ---> 17dc9f9463d0 [2020-07-30T09:27:15.167Z] Step 19/21 : LABEL arch=x86_64 [2020-07-30T09:27:15.271Z] 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-30T09:27:15.457Z] ---> Running in 53e33b7a86c3 [2020-07-30T09:27:15.457Z] ---> Running in 14af8dd4dff9 [2020-07-30T09:27:15.457Z] Removing intermediate container 8c6cf8321501 [2020-07-30T09:27:15.457Z] ---> ab9f6c0b9f86 [2020-07-30T09:27:15.457Z] Step 19/20 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c [2020-07-30T09:27:15.721Z] Removing intermediate container 70f0d9c02612 [2020-07-30T09:27:15.721Z] ---> 82eed43fe070 [2020-07-30T09:27:15.721Z] Step 19/21 : LABEL arch=x86_64 [2020-07-30T09:27:15.721Z] ---> Running in 40d549eedf28 [2020-07-30T09:27:15.721Z] ---> Running in eb236a5d6f2c [2020-07-30T09:27:15.721Z] ---> 352845b6a825 [2020-07-30T09:27:15.721Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T09:27:15.721Z] Removing intermediate container 53e33b7a86c3 [2020-07-30T09:27:15.721Z] ---> 07a89853cfe9 [2020-07-30T09:27:15.721Z] [2020-07-30T09:27:15.988Z] Removing intermediate container 14af8dd4dff9 [2020-07-30T09:27:15.988Z] ---> f84499b4e182 [2020-07-30T09:27:15.988Z] Step 20/21 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c [2020-07-30T09:27:16.264Z] ---> Running in fd60ed873d39 [2020-07-30T09:27:16.264Z] Successfully built 07a89853cfe9 [2020-07-30T09:27:16.264Z] Successfully tagged docker-support-logging-go:latest [2020-07-30T09:27:16.264Z] Building docker-security-proxy-setup-go [2020-07-30T09:27:16.264Z]  Building docker-support-logging-go ... done  ---> Running in 3a40797edea9 [2020-07-30T09:27:16.264Z] Removing intermediate container 40d549eedf28 [2020-07-30T09:27:16.264Z] ---> e93dd842f0aa [2020-07-30T09:27:16.264Z] Step 20/21 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c [2020-07-30T09:27:16.264Z] Removing intermediate container eb236a5d6f2c [2020-07-30T09:27:16.264Z] ---> 44302932ac16 [2020-07-30T09:27:16.264Z] Step 20/20 : LABEL version=0.0.0 [2020-07-30T09:27:16.533Z] ---> Running in 9346a4f34075 [2020-07-30T09:27:16.533Z] ---> Running in 111338ef4e1e [2020-07-30T09:27:16.533Z] Removing intermediate container 3a40797edea9 [2020-07-30T09:27:16.533Z] ---> 1428f8af92fd [2020-07-30T09:27:16.533Z] Step 21/21 : LABEL version=0.0.0 [2020-07-30T09:27:16.533Z] Removing intermediate container fd60ed873d39 [2020-07-30T09:27:16.533Z] ---> 6db7c8df0aea [2020-07-30T09:27:16.533Z] Step 21/23 : LABEL arch=x86_64 [2020-07-30T09:27:16.810Z] ---> Running in 834256caead7 [2020-07-30T09:27:16.810Z] ---> Running in 313770927bab [2020-07-30T09:27:16.810Z] Removing intermediate container 9346a4f34075 [2020-07-30T09:27:16.810Z] ---> bdae86159c81 [2020-07-30T09:27:16.810Z] [2020-07-30T09:27:16.810Z] Removing intermediate container 111338ef4e1e [2020-07-30T09:27:16.810Z] ---> 7eafb084cd3e [2020-07-30T09:27:16.810Z] Step 21/21 : LABEL version=0.0.0 [2020-07-30T09:27:17.490Z] Successfully built bdae86159c81 [2020-07-30T09:27:17.490Z] ---> Running in 46ccfb1616cf [2020-07-30T09:27:17.840Z] Removing intermediate container 834256caead7 [2020-07-30T09:27:17.840Z] ---> ea7e4c6f071b [2020-07-30T09:27:17.840Z] Step 22/23 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c [2020-07-30T09:27:17.840Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-30T09:27:17.840Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2020-07-30T09:27:17.840Z] Removing intermediate container 313770927bab [2020-07-30T09:27:17.840Z] ---> c388774ea4f0 [2020-07-30T09:27:17.840Z] [2020-07-30T09:27:18.126Z] ---> Running in b7848b2365e6 [2020-07-30T09:27:18.126Z] Successfully built c388774ea4f0 [2020-07-30T09:27:18.126Z] Successfully tagged docker-core-command-go:latest [2020-07-30T09:27:18.126Z] Building docker-sys-mgmt-agent-go [2020-07-30T09:27:18.126Z]  Building docker-core-command-go ... done Removing intermediate container 46ccfb1616cf [2020-07-30T09:27:18.126Z] ---> d2ee5c4bd07c [2020-07-30T09:27:18.126Z] [2020-07-30T09:27:18.394Z] Successfully built d2ee5c4bd07c [2020-07-30T09:27:18.394Z] Successfully tagged docker-core-metadata-go:latest [2020-07-30T09:27:18.394Z]  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go [2020-07-30T09:27:18.394Z] Removing intermediate container b7848b2365e6 [2020-07-30T09:27:18.394Z] ---> 14540bc14f96 [2020-07-30T09:27:18.394Z] Step 23/23 : LABEL version=0.0.0 [2020-07-30T09:27:18.682Z] ---> Running in 4733d73ed0f1 [2020-07-30T09:27:18.979Z] Removing intermediate container 4733d73ed0f1 [2020-07-30T09:27:18.979Z] ---> af29653abc64 [2020-07-30T09:27:18.979Z] [2020-07-30T09:27:18.979Z] Successfully built af29653abc64 [2020-07-30T09:27:20.011Z] Successfully tagged docker-support-notifications-go:latest [2020-07-30T09:27:20.011Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2020-07-30T09:27:20.672Z] 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-30T09:27:26.072Z] 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-30T09:27:32.800Z] 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-30T09:27:34.228Z] 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-30T09:27:39.635Z] 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-30T09:27:43.931Z] 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-30T09:27:49.337Z] 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-30T09:27:53.643Z] 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-30T09:27:57.008Z] 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-30T09:28:00.240Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T09:28:00.240Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-30T09:28:00.240Z] ---> 2f69f01976c2 [2020-07-30T09:28:00.240Z] Step 3/20 : WORKDIR /edgex-go [2020-07-30T09:28:00.240Z] ---> Using cache [2020-07-30T09:28:00.240Z] ---> 11065a95f81f [2020-07-30T09:28:00.240Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T09:28:00.240Z] ---> Using cache [2020-07-30T09:28:00.240Z] ---> bbb7de196c79 [2020-07-30T09:28:00.240Z] Step 5/20 : RUN apk update && apk add make git [2020-07-30T09:28:00.240Z] ---> Using cache [2020-07-30T09:28:00.240Z] ---> 59d614a25010 [2020-07-30T09:28:00.240Z] Step 6/20 : COPY go.mod . [2020-07-30T09:28:00.240Z] ---> Using cache [2020-07-30T09:28:00.240Z] ---> 4e27de7af6e3 [2020-07-30T09:28:00.240Z] Step 7/20 : RUN go mod download [2020-07-30T09:28:00.240Z] ---> Using cache [2020-07-30T09:28:00.240Z] ---> 68327d59c035 [2020-07-30T09:28:00.240Z] Step 8/20 : COPY . . [2020-07-30T09:28:00.240Z] ---> Using cache [2020-07-30T09:28:00.240Z] ---> d2e7ec626fc5 [2020-07-30T09:28:00.240Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-30T09:28:00.240Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T09:28:00.240Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-30T09:28:00.240Z] ---> 2f69f01976c2 [2020-07-30T09:28:00.240Z] Step 3/26 : WORKDIR /edgex-go [2020-07-30T09:28:00.240Z] ---> Using cache [2020-07-30T09:28:00.240Z] ---> 11065a95f81f [2020-07-30T09:28:00.240Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T09:28:00.240Z] ---> Using cache [2020-07-30T09:28:00.240Z] ---> bbb7de196c79 [2020-07-30T09:28:00.240Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-30T09:28:00.240Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T09:28:00.240Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-30T09:28:00.240Z] ---> 2f69f01976c2 [2020-07-30T09:28:00.240Z] Step 3/26 : WORKDIR /edgex-go [2020-07-30T09:28:00.240Z] ---> Using cache [2020-07-30T09:28:00.240Z] ---> 11065a95f81f [2020-07-30T09:28:00.240Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T09:28:00.240Z] ---> Using cache [2020-07-30T09:28:00.240Z] ---> bbb7de196c79 [2020-07-30T09:28:00.240Z] Step 5/26 : RUN apk update && apk add make git [2020-07-30T09:28:00.240Z] ---> Using cache [2020-07-30T09:28:00.240Z] ---> 59d614a25010 [2020-07-30T09:28:00.240Z] Step 6/26 : COPY go.mod . [2020-07-30T09:28:00.240Z] ---> Using cache [2020-07-30T09:28:00.240Z] ---> 4e27de7af6e3 [2020-07-30T09:28:00.240Z] Step 7/26 : RUN go mod download [2020-07-30T09:28:00.240Z] ---> Using cache [2020-07-30T09:28:00.240Z] ---> 68327d59c035 [2020-07-30T09:28:00.240Z] Step 8/26 : COPY . . [2020-07-30T09:28:00.240Z] ---> Using cache [2020-07-30T09:28:00.240Z] ---> d2e7ec626fc5 [2020-07-30T09:28:00.240Z] 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-30T09:28:00.911Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T09:28:00.911Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-30T09:28:00.911Z] ---> 2f69f01976c2 [2020-07-30T09:28:00.911Z] Step 3/29 : WORKDIR /edgex-go [2020-07-30T09:28:00.911Z] ---> Using cache [2020-07-30T09:28:00.911Z] ---> 11065a95f81f [2020-07-30T09:28:00.911Z] Step 4/29 : RUN apk update && apk add make git [2020-07-30T09:28:01.206Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T09:28:01.206Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-30T09:28:01.206Z] ---> 2f69f01976c2 [2020-07-30T09:28:01.206Z] Step 3/22 : WORKDIR /edgex-go [2020-07-30T09:28:01.206Z] ---> Using cache [2020-07-30T09:28:01.206Z] ---> 11065a95f81f [2020-07-30T09:28:01.206Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T09:28:01.206Z] ---> Using cache [2020-07-30T09:28:01.206Z] ---> bbb7de196c79 [2020-07-30T09:28:01.206Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-30T09:28:01.301Z] 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-30T09:28:02.718Z] ---> Running in ad88af8090f1 [2020-07-30T09:28:02.718Z] ---> Running in 64f34bcb2607 [2020-07-30T09:28:02.718Z] ---> Running in dfd41e07dc16 [2020-07-30T09:28:02.718Z] ---> Running in 223d734babab [2020-07-30T09:28:02.718Z] ---> Running in b43ce5153424 [Pipeline] } [2020-07-30T09:28:04.690Z] 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-30T09:28:04.690Z] 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-30T09:28:04.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T09:28:04.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T09:28:04.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T09:28:04.753Z] $ docker stop --time=1 ea624d3a0dce09e6a49cb42fb56e96c6fcc4eb57cdddc6ded85af7e5da21beee [2020-07-30T09:28:05.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T09:28:05.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T09:28:05.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T09:28:07.031Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T09:28:07.031Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T09:28:07.031Z] OK: 12749 distinct packages available [2020-07-30T09:28:07.031Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T09:28:07.031Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T09:28:07.031Z] OK: 12749 distinct packages available [2020-07-30T09:28:07.031Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T09:28:07.031Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T09:28:07.032Z] OK: 12749 distinct packages available [2020-07-30T09:28:07.205Z] $ docker rm -f ea624d3a0dce09e6a49cb42fb56e96c6fcc4eb57cdddc6ded85af7e5da21beee [2020-07-30T09:28:07.466Z] OK: 233 MiB in 51 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-30T09:28:08.642Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-30T09:28:08.642Z] [2020-07-30T09:28:08.642Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-30T09:28:08.696Z] OK: 233 MiB in 51 packages [2020-07-30T09:28:08.696Z] OK: 233 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh [2020-07-30T09:28:09.276Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-30T09:28:09.553Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-30T09:28:09.553Z] 29e5d40040c1: Pulling fs layer [2020-07-30T09:28:09.553Z] 1ce36da41761: Pulling fs layer [2020-07-30T09:28:09.553Z] 25b303627fd3: Pulling fs layer [2020-07-30T09:28:09.553Z] 29e5d40040c1: Verifying Checksum [2020-07-30T09:28:09.553Z] 29e5d40040c1: Download complete [2020-07-30T09:28:10.153Z] 1ce36da41761: Verifying Checksum [2020-07-30T09:28:10.153Z] 1ce36da41761: Download complete [2020-07-30T09:28:10.427Z] 29e5d40040c1: Pull complete [2020-07-30T09:28:11.398Z] 1ce36da41761: Pull complete [2020-07-30T09:28:11.670Z] 25b303627fd3: Verifying Checksum [2020-07-30T09:28:11.670Z] 25b303627fd3: Download complete [2020-07-30T09:28:11.741Z] Removing intermediate container 64f34bcb2607 [2020-07-30T09:28:11.741Z] ---> ef2f8452262e [2020-07-30T09:28:11.741Z] Step 6/22 : COPY go.mod . [2020-07-30T09:28:11.741Z] Removing intermediate container dfd41e07dc16 [2020-07-30T09:28:11.741Z] ---> dad2126d910a [2020-07-30T09:28:11.741Z] Step 5/29 : COPY go.mod . [2020-07-30T09:28:12.069Z] Removing intermediate container ad88af8090f1 [2020-07-30T09:28:12.069Z] ---> 376d41fa42ee [2020-07-30T09:28:12.069Z] Step 6/26 : COPY go.mod . [2020-07-30T09:28:13.256Z] ---> d7697c1c1c4a [2020-07-30T09:28:13.256Z] Step 7/22 : RUN go mod download [2020-07-30T09:28:13.552Z] ---> d8e70d57f0ba [2020-07-30T09:28:13.552Z] Step 6/29 : RUN go mod download [2020-07-30T09:28:13.552Z] ---> 38784a21d9ac [2020-07-30T09:28:13.552Z] Step 7/26 : RUN go mod download [2020-07-30T09:28:13.552Z] ---> Running in d9c378e69ec3 [2020-07-30T09:28:13.828Z] ---> Running in 0dbd38f26a3b [2020-07-30T09:28:13.828Z] ---> Running in 23e71ed8a8c8 [2020-07-30T09:28:17.333Z] Removing intermediate container 23e71ed8a8c8 [2020-07-30T09:28:17.333Z] ---> fb64c9d654db [2020-07-30T09:28:17.333Z] Step 8/26 : COPY . . [2020-07-30T09:28:17.333Z] Removing intermediate container d9c378e69ec3 [2020-07-30T09:28:17.333Z] ---> 5f945e387e01 [2020-07-30T09:28:17.333Z] Step 8/22 : COPY . . [2020-07-30T09:28:17.675Z] Removing intermediate container 0dbd38f26a3b [2020-07-30T09:28:17.675Z] ---> d7395cb2179d [2020-07-30T09:28:17.675Z] Step 7/29 : COPY . . [2020-07-30T09:28:21.818Z] 25b303627fd3: Pull complete [2020-07-30T09:28:21.818Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-30T09:28:21.818Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-30T09:28:21.818Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-30T09:28:22.058Z] prd-ubuntu18.04-docker-arm64-4c-16g-1550 does not seem to be running inside a container [2020-07-30T09:28:22.199Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-30T09:28:25.687Z] $ docker top 8ea94e6c95c16a545c813b3a0b08c6a68538e7ffa702be92c4c109aa3f8f8bd8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T09:28:27.060Z] + docker-compose build --help [2020-07-30T09:28:27.060Z] + grep parallel [2020-07-30T09:28:30.426Z] --parallel Build images in parallel. [Pipeline] } [2020-07-30T09:28:30.778Z] $ docker stop --time=1 8ea94e6c95c16a545c813b3a0b08c6a68538e7ffa702be92c4c109aa3f8f8bd8 [2020-07-30T09:28:32.730Z] $ docker rm -f 8ea94e6c95c16a545c813b3a0b08c6a68538e7ffa702be92c4c109aa3f8f8bd8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-30T09:28:33.462Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-30T09:28:33.462Z] . [Pipeline] withDockerContainer [2020-07-30T09:28:33.726Z] prd-ubuntu18.04-docker-arm64-4c-16g-1550 does not seem to be running inside a container [2020-07-30T09:28:33.864Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-30T09:28:35.317Z] $ docker top 50a2e8cf73c9c55edb0bed1f4cbfe19de83534758fcacec6a5c80e27e02e2c4e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T09:28:36.252Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-30T09:28:40.532Z] Building docker-core-command-go ... [2020-07-30T09:28:40.532Z] Building docker-core-data-go ... [2020-07-30T09:28:40.532Z] Building docker-core-metadata-go ... [2020-07-30T09:28:40.532Z] Building docker-security-proxy-setup-go ... [2020-07-30T09:28:40.532Z] Building docker-security-secrets-setup-go ... [2020-07-30T09:28:40.532Z] Building docker-security-secretstore-setup-go ... [2020-07-30T09:28:40.532Z] Building docker-support-logging-go ... [2020-07-30T09:28:40.532Z] Building docker-support-notifications-go ... [2020-07-30T09:28:40.532Z] Building docker-support-scheduler-go ... [2020-07-30T09:28:40.532Z] Building docker-sys-mgmt-agent-go ... [2020-07-30T09:28:40.532Z] Building docker-core-data-go [2020-07-30T09:28:40.532Z] Building docker-core-metadata-go [2020-07-30T09:28:40.532Z] Building docker-security-proxy-setup-go [2020-07-30T09:28:40.532Z] Building docker-security-secrets-setup-go [2020-07-30T09:28:40.532Z] Building docker-security-secretstore-setup-go [2020-07-30T09:28:44.800Z] 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-30T09:28:57.581Z] Removing intermediate container b43ce5153424 [2020-07-30T09:28:57.581Z] ---> ad3623a62e65 [2020-07-30T09:28:57.581Z] [2020-07-30T09:28:57.581Z] Step 10/20 : FROM alpine [2020-07-30T09:28:57.581Z] latest: Pulling from library/alpine [2020-07-30T09:28:57.581Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-30T09:28:57.581Z] Status: Downloaded newer image for alpine:latest [2020-07-30T09:28:57.581Z] ---> a24bb4013296 [2020-07-30T09:28:57.581Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-30T09:28:57.581Z] ---> 4b78c5bde14d [2020-07-30T09:28:57.581Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-30T09:28:57.581Z] ---> 0b931dfafeb5 [2020-07-30T09:28:57.581Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-30T09:28:57.581Z] ---> 2f2454b73187 [2020-07-30T09:28:57.581Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-30T09:28:57.581Z] ---> Running in e21afa49d611 [2020-07-30T09:28:57.581Z] ---> Running in 54c9542d0099 [2020-07-30T09:28:57.581Z] ---> Running in 0523dff168c8 [2020-07-30T09:28:57.581Z] ---> Running in b0e7c797bbae [2020-07-30T09:28:58.684Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T09:28:58.684Z] 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-30T09:28:58.684Z] 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-30T09:28:58.684Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T09:28:58.684Z] 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-30T09:28:59.317Z] 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-30T09:28:59.594Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-30T09:28:59.594Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-30T09:28:59.594Z] OK: 12749 distinct packages available [2020-07-30T09:29:00.297Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-30T09:29:00.297Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-30T09:29:00.297Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-30T09:29:00.297Z] (4/4) Installing curl (7.69.1-r0) [2020-07-30T09:29:00.297Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T09:29:00.297Z] Executing ca-certificates-20191127-r4.trigger [2020-07-30T09:29:00.785Z] OK: 7 MiB in 18 packages [2020-07-30T09:29:05.518Z] Removing intermediate container e21afa49d611 [2020-07-30T09:29:05.518Z] ---> fca0a271c290 [2020-07-30T09:29:05.518Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-30T09:29:05.518Z] ---> Running in d906f0fa8ce4 [2020-07-30T09:29:06.213Z] Removing intermediate container d906f0fa8ce4 [2020-07-30T09:29:06.213Z] ---> a4bc4dee9577 [2020-07-30T09:29:06.213Z] Step 13/20 : WORKDIR /edgex [2020-07-30T09:29:06.527Z] ---> Running in ec95cac639e7 [2020-07-30T09:29:08.271Z] Removing intermediate container ec95cac639e7 [2020-07-30T09:29:08.271Z] ---> 5cec998bf3a6 [2020-07-30T09:29:08.271Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-30T09:29:10.065Z] ---> 2ff291e87a16 [2020-07-30T09:29:10.065Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-30T09:29:12.303Z] Removing intermediate container 223d734babab [2020-07-30T09:29:12.303Z] ---> 600bf43b01f0 [2020-07-30T09:29:12.303Z] [2020-07-30T09:29:12.303Z] Step 10/26 : FROM alpine:3.10 [2020-07-30T09:29:12.303Z] ---> 7b25e396831b [2020-07-30T09:29:12.303Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-30T09:29:12.629Z] ---> Running in 300c094fcbff [2020-07-30T09:29:12.629Z] 3.10: Pulling from library/alpine [2020-07-30T09:29:12.918Z] Removing intermediate container 300c094fcbff [2020-07-30T09:29:12.918Z] ---> a84e8504091f [2020-07-30T09:29:12.918Z] Step 17/20 : CMD ["--init=true"] [2020-07-30T09:29:13.294Z] ---> Running in 81596220ef47 [2020-07-30T09:29:14.498Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-30T09:29:14.910Z] Status: Downloaded newer image for alpine:3.10 [2020-07-30T09:29:14.910Z] ---> be4e4bea2c2e [2020-07-30T09:29:14.910Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-30T09:29:14.910Z] Removing intermediate container 81596220ef47 [2020-07-30T09:29:14.910Z] ---> a5b1934e1b0c [2020-07-30T09:29:14.910Z] Step 18/20 : LABEL arch=x86_64 [2020-07-30T09:29:15.237Z] ---> Running in 831cfc91188c [2020-07-30T09:29:15.237Z] ---> Running in 8cfbd8558352 [2020-07-30T09:29:16.980Z] Removing intermediate container 8cfbd8558352 [2020-07-30T09:29:16.980Z] ---> 8cde10b1cbd8 [2020-07-30T09:29:16.980Z] Step 19/20 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c [2020-07-30T09:29:16.980Z] ---> Running in 6f27c3cf0680 [2020-07-30T09:29:17.291Z] Removing intermediate container 6f27c3cf0680 [2020-07-30T09:29:17.291Z] ---> 1c6d0f1b11f0 [2020-07-30T09:29:17.291Z] Step 20/20 : LABEL version=0.0.0 [2020-07-30T09:29:17.291Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-30T09:29:17.291Z] ---> Running in 30c20730c5d4 [2020-07-30T09:29:17.291Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-30T09:29:17.787Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-30T09:29:17.787Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-30T09:29:17.787Z] OK: 10346 distinct packages available [2020-07-30T09:29:17.787Z] Removing intermediate container 30c20730c5d4 [2020-07-30T09:29:17.787Z] ---> 40d31b9d69ca [2020-07-30T09:29:17.787Z] [2020-07-30T09:29:18.142Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-30T09:29:18.142Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-30T09:29:18.142Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-30T09:29:18.142Z] (4/5) Installing curl (7.66.0-r0) [2020-07-30T09:29:18.142Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-30T09:29:18.142Z] Executing busybox-1.30.1-r3.trigger [2020-07-30T09:29:18.142Z] Executing ca-certificates-20191127-r2.trigger [2020-07-30T09:29:18.771Z] Successfully built 40d31b9d69ca [2020-07-30T09:29:18.771Z] OK: 7 MiB in 19 packages [2020-07-30T09:29:18.771Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-30T09:29:21.594Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 831cfc91188c [2020-07-30T09:29:21.594Z] ---> f3cae027a31e [2020-07-30T09:29:21.594Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-30T09:29:21.933Z] ---> Running in a53ad663427e [2020-07-30T09:29:23.486Z] Removing intermediate container a53ad663427e [2020-07-30T09:29:23.486Z] ---> 29f64849b755 [2020-07-30T09:29:23.486Z] Step 13/26 : WORKDIR / [2020-07-30T09:29:23.486Z] ---> Running in 61fefad82531 [2020-07-30T09:29:24.107Z] Removing intermediate container 61fefad82531 [2020-07-30T09:29:24.107Z] ---> c7ecd8e4ab41 [2020-07-30T09:29:24.107Z] 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-30T09:29:25.174Z] ---> 29bc841387ed [2020-07-30T09:29:25.174Z] 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-30T09:29:26.217Z] ---> ef7adba1d0aa [2020-07-30T09:29:26.217Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-30T09:29:26.819Z] ---> cb9a5cedc149 [2020-07-30T09:29:26.819Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-30T09:29:27.415Z] ---> 6dc89c865941 [2020-07-30T09:29:27.415Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-30T09:29:28.412Z] ---> d39265044399 [2020-07-30T09:29:28.413Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-30T09:29:29.406Z] ---> ba4c10e75d61 [2020-07-30T09:29:29.406Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-30T09:29:31.340Z] ---> 31f12b86df96 [2020-07-30T09:29:31.340Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-30T09:29:32.303Z] Removing intermediate container 0523dff168c8 [2020-07-30T09:29:32.303Z] ---> d231539b70d1 [2020-07-30T09:29:32.303Z] [2020-07-30T09:29:32.303Z] Step 9/29 : FROM alpine:latest [2020-07-30T09:29:32.303Z] ---> a24bb4013296 [2020-07-30T09:29:32.303Z] 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-30T09:29:32.303Z] ---> 1b48be2c717c [2020-07-30T09:29:32.303Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-30T09:29:32.564Z] ---> Running in 6661e16a7fbe [2020-07-30T09:29:32.564Z] Removing intermediate container 54c9542d0099 [2020-07-30T09:29:32.564Z] ---> 39a0f748e879 [2020-07-30T09:29:32.564Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-30T09:29:32.564Z] ---> Running in 8f4e92382877 [2020-07-30T09:29:32.564Z] ---> Running in f7b7688c703a [2020-07-30T09:29:33.141Z] Removing intermediate container 6661e16a7fbe [2020-07-30T09:29:33.141Z] ---> 22d3817cc3b9 [2020-07-30T09:29:33.141Z] Step 11/29 : USER root [2020-07-30T09:29:33.466Z] ---> Running in bffe98e1ac66 [2020-07-30T09:29:33.773Z] Removing intermediate container bffe98e1ac66 [2020-07-30T09:29:33.773Z] ---> 616551eace22 [2020-07-30T09:29:33.773Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-30T09:29:35.748Z] 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-30T09:29:35.748Z] ---> Running in 9887bf8e99d9 [2020-07-30T09:29:36.877Z] Removing intermediate container 8f4e92382877 [2020-07-30T09:29:36.877Z] ---> 92feb9356062 [2020-07-30T09:29:36.877Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-30T09:29:36.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T09:29:36.877Z] ---> Running in fa9971b21ea0 [2020-07-30T09:29:36.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T09:29:37.189Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-30T09:29:37.189Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-30T09:29:37.189Z] OK: 12749 distinct packages available [2020-07-30T09:29:37.464Z] Removing intermediate container fa9971b21ea0 [2020-07-30T09:29:37.464Z] ---> ec7b1b9cc44c [2020-07-30T09:29:37.464Z] Step 24/26 : LABEL arch=x86_64 [2020-07-30T09:29:37.464Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-30T09:29:37.464Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-30T09:29:37.729Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T09:29:37.729Z] Executing ca-certificates-20191127-r4.trigger [2020-07-30T09:29:37.729Z] OK: 6 MiB in 16 packages [2020-07-30T09:29:39.137Z] ---> Running in 36b916b0341d [2020-07-30T09:29:39.404Z] Removing intermediate container b0e7c797bbae [2020-07-30T09:29:39.404Z] ---> 2a1f14568ea3 [2020-07-30T09:29:39.404Z] [2020-07-30T09:29:39.404Z] Step 10/22 : FROM alpine [2020-07-30T09:29:39.404Z] ---> a24bb4013296 [2020-07-30T09:29:39.404Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T09:29:39.731Z] Removing intermediate container 36b916b0341d [2020-07-30T09:29:39.731Z] ---> d5eb01f18aee [2020-07-30T09:29:39.731Z] Step 25/26 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c [2020-07-30T09:29:40.049Z] ---> Running in d60230f4576b [2020-07-30T09:29:40.049Z] Removing intermediate container f7b7688c703a [2020-07-30T09:29:40.049Z] ---> 34aa8d74c300 [2020-07-30T09:29:40.049Z] [2020-07-30T09:29:40.049Z] Step 11/26 : FROM docker:latest [2020-07-30T09:29:40.049Z] ---> 81f5749c9058 [2020-07-30T09:29:40.049Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-30T09:29:40.049Z] ---> Running in 9b00408f8617 [2020-07-30T09:29:40.366Z] Removing intermediate container 9887bf8e99d9 [2020-07-30T09:29:40.366Z] ---> 92fcf5b9acbb [2020-07-30T09:29:40.366Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-30T09:29:40.366Z] ---> Running in 39296b117a3b [2020-07-30T09:29:40.367Z] ---> Running in 6ee2fc607047 [2020-07-30T09:29:40.367Z] Removing intermediate container d60230f4576b [2020-07-30T09:29:40.367Z] ---> 190ada90da37 [2020-07-30T09:29:40.367Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-30T09:29:40.673Z] Removing intermediate container 9b00408f8617 [2020-07-30T09:29:40.673Z] ---> 4b4090c723c3 [2020-07-30T09:29:40.673Z] Step 26/26 : LABEL version=0.0.0 [2020-07-30T09:29:40.673Z] ---> Running in 38d5894a6c41 [2020-07-30T09:29:40.974Z] ---> Running in 22e7ba84b79c [2020-07-30T09:29:40.974Z] Removing intermediate container 6ee2fc607047 [2020-07-30T09:29:40.974Z] ---> a4ac1c58f85c [2020-07-30T09:29:40.974Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-30T09:29:40.974Z] ---> Running in 8435602ada05 [2020-07-30T09:29:41.292Z] Removing intermediate container 38d5894a6c41 [2020-07-30T09:29:41.292Z] ---> ef5661ba6ac3 [2020-07-30T09:29:41.292Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-30T09:29:41.292Z] Removing intermediate container 22e7ba84b79c [2020-07-30T09:29:41.292Z] ---> 93c336cdae52 [2020-07-30T09:29:41.292Z] [2020-07-30T09:29:41.292Z] ---> Running in c81f85863a76 [2020-07-30T09:29:41.292Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T09:29:41.292Z] Removing intermediate container 8435602ada05 [2020-07-30T09:29:41.292Z] ---> 6e16a6ab7bf6 [2020-07-30T09:29:41.292Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-30T09:29:41.624Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T09:29:41.624Z] (1/2) Installing readline (8.0.4-r0) [2020-07-30T09:29:41.624Z] (2/2) Installing bash (5.0.17-r0) [2020-07-30T09:29:41.624Z] Executing bash-5.0.17-r0.post-install [2020-07-30T09:29:42.044Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T09:29:42.044Z] OK: 12 MiB in 22 packages [2020-07-30T09:29:42.044Z] Successfully built 93c336cdae52 [2020-07-30T09:29:42.438Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-30T09:29:42.438Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 32ff45d95897 [2020-07-30T09:29:42.438Z] Removing intermediate container c81f85863a76 [2020-07-30T09:29:42.438Z] ---> 26a3047de893 [2020-07-30T09:29:42.438Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T09:29:42.749Z] ---> Running in 494ab93c9c7d [2020-07-30T09:29:43.053Z] Removing intermediate container 39296b117a3b [2020-07-30T09:29:43.053Z] ---> 4c3cf31e78b7 [2020-07-30T09:29:43.053Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-30T09:29:43.385Z] ---> Running in 0b0af5ca969c [2020-07-30T09:29:44.366Z] Removing intermediate container 32ff45d95897 [2020-07-30T09:29:44.366Z] ---> a5d365f451f3 [2020-07-30T09:29:44.366Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-30T09:29:44.366Z] Removing intermediate container 494ab93c9c7d [2020-07-30T09:29:44.366Z] ---> 834ea2a9750a [2020-07-30T09:29:44.366Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-30T09:29:44.736Z] ---> Running in dd9b1837504b [2020-07-30T09:29:44.736Z] Removing intermediate container 0b0af5ca969c [2020-07-30T09:29:44.736Z] ---> 0b56a0da9483 [2020-07-30T09:29:44.736Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-30T09:29:44.736Z] ---> Running in e6874dc0b562 [2020-07-30T09:29:45.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T09:29:45.338Z] Removing intermediate container e6874dc0b562 [2020-07-30T09:29:45.338Z] ---> d6aa38c5847b [2020-07-30T09:29:45.338Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-30T09:29:45.338Z] ---> d4c482a8d698 [2020-07-30T09:29:45.338Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-30T09:29:45.338Z] ---> Running in 78a467a652ac [2020-07-30T09:29:45.639Z] Removing intermediate container 78a467a652ac [2020-07-30T09:29:45.639Z] ---> fe09df11e26d [2020-07-30T09:29:45.639Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-30T09:29:45.639Z] ---> Running in becd19a60db0 [2020-07-30T09:29:45.639Z] ---> 7bedca9b26be [2020-07-30T09:29:45.639Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-30T09:29:45.933Z] Removing intermediate container becd19a60db0 [2020-07-30T09:29:45.933Z] ---> 609a6c2afe7e [2020-07-30T09:29:45.933Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-30T09:29:46.244Z] ---> 92c52a4d53db [2020-07-30T09:29:46.244Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-30T09:29:46.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T09:29:46.948Z] ---> 331dab6588c0 [2020-07-30T09:29:46.948Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-30T09:29:46.948Z] ---> 488325db4013 [2020-07-30T09:29:46.948Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-30T09:29:47.282Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-30T09:29:47.282Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-30T09:29:47.282Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-30T09:29:47.595Z] ---> 5d3a1d4850c1 [2020-07-30T09:29:47.595Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-30T09:29:47.595Z] ---> Running in b6a040e0add6 [2020-07-30T09:29:47.858Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-30T09:29:47.858Z] ---> 227c0ffe6389 [2020-07-30T09:29:47.858Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-30T09:29:48.128Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-30T09:29:48.128Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T09:29:48.401Z] OK: 8 MiB in 19 packages [2020-07-30T09:29:49.006Z] ---> 297112441335 [2020-07-30T09:29:49.006Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-30T09:29:49.279Z] ---> Running in 0aa753a3c37f [2020-07-30T09:29:49.279Z] Removing intermediate container dd9b1837504b [2020-07-30T09:29:49.279Z] ---> cb75a798724e [2020-07-30T09:29:49.279Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-30T09:29:49.890Z] ---> a1f2c8736ab1 [2020-07-30T09:29:49.890Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-30T09:29:49.890Z] Removing intermediate container b6a040e0add6 [2020-07-30T09:29:49.890Z] ---> 07e5c825bea9 [2020-07-30T09:29:49.890Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-30T09:29:49.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T09:29:50.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T09:29:50.183Z] ---> e8ced87d925d [2020-07-30T09:29:50.183Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-30T09:29:50.183Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-30T09:29:50.183Z] (2/33) Installing expat (2.2.9-r1) [2020-07-30T09:29:50.477Z] (3/33) Installing libffi (3.3-r2) [2020-07-30T09:29:50.477Z] (4/33) Installing gdbm (1.13-r1) [2020-07-30T09:29:50.477Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-30T09:29:50.477Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-30T09:29:50.477Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-30T09:29:50.477Z] ---> Running in 63521fc51cae [2020-07-30T09:29:50.477Z] ---> 6949087559e2 [2020-07-30T09:29:50.477Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-30T09:29:54.815Z] ---> 019ff934315e [2020-07-30T09:29:54.815Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T09:29:54.815Z] ---> Running in d0beb8b97c09 [2020-07-30T09:29:54.815Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-30T09:29:54.815Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-30T09:29:54.815Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-30T09:29:54.815Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-30T09:29:54.815Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-30T09:29:54.815Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-30T09:29:55.080Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-30T09:29:55.080Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-30T09:29:55.080Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-30T09:29:55.080Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-30T09:29:55.080Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-30T09:29:55.080Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-30T09:29:55.656Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-30T09:29:55.917Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-30T09:29:55.917Z] Removing intermediate container d0beb8b97c09 [2020-07-30T09:29:55.917Z] ---> 0eeedf548ff6 [2020-07-30T09:29:55.917Z] Step 20/22 : LABEL arch=x86_64 [2020-07-30T09:29:56.254Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-30T09:29:56.254Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-30T09:29:56.254Z] Removing intermediate container 63521fc51cae [2020-07-30T09:29:56.254Z] ---> 45f0e9c8563d [2020-07-30T09:29:56.254Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-30T09:29:56.254Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-30T09:29:56.254Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-30T09:29:56.254Z] ---> Running in f9e36c391e3b [2020-07-30T09:29:56.254Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-30T09:29:56.532Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-30T09:29:56.532Z] ---> Running in bba3708bcbc4 [2020-07-30T09:29:56.532Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-30T09:29:56.532Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-30T09:29:56.532Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-30T09:29:56.532Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-30T09:29:56.811Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-30T09:29:56.811Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-30T09:29:56.811Z] Removing intermediate container f9e36c391e3b [2020-07-30T09:29:56.811Z] ---> eb98a6ebdbee [2020-07-30T09:29:56.811Z] Step 21/22 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c [2020-07-30T09:29:57.787Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T09:29:57.787Z] OK: 71 MiB in 55 packages [2020-07-30T09:29:57.787Z] ---> Running in ffc513d536fb [2020-07-30T09:29:57.787Z] Removing intermediate container ffc513d536fb [2020-07-30T09:29:57.787Z] ---> 593969810f59 [2020-07-30T09:29:57.787Z] Step 22/22 : LABEL version=0.0.0 [2020-07-30T09:29:58.064Z] ---> Running in 8e03ccc8d9b2 [2020-07-30T09:29:58.339Z] Removing intermediate container 8e03ccc8d9b2 [2020-07-30T09:29:58.339Z] ---> a0c3f60076c4 [2020-07-30T09:29:58.339Z] [2020-07-30T09:29:58.613Z] Successfully built a0c3f60076c4 [2020-07-30T09:29:58.613Z] Successfully tagged docker-core-data-go:latest [2020-07-30T09:30:00.058Z]  Building docker-core-data-go ... done Removing intermediate container bba3708bcbc4 [2020-07-30T09:30:00.058Z] ---> 91c5285f4f6d [2020-07-30T09:30:00.058Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-30T09:30:02.019Z] ---> Running in be5b6a911cd4 [2020-07-30T09:30:02.291Z] Removing intermediate container be5b6a911cd4 [2020-07-30T09:30:02.291Z] ---> 268e596dae62 [2020-07-30T09:30:02.291Z] Step 26/29 : CMD [ "generate" ] [2020-07-30T09:30:02.291Z] Removing intermediate container 0aa753a3c37f [2020-07-30T09:30:02.291Z] ---> 9312e4897615 [2020-07-30T09:30:02.291Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-30T09:30:02.291Z] ---> Running in 19b24b0cf4c5 [2020-07-30T09:30:02.291Z] ---> Running in 81469d0dbe7f [2020-07-30T09:30:02.562Z] Removing intermediate container 19b24b0cf4c5 [2020-07-30T09:30:02.562Z] ---> 15693f71a149 [2020-07-30T09:30:02.562Z] Step 27/29 : LABEL arch=x86_64 [2020-07-30T09:30:02.829Z] ---> Running in ce7cea3e4a66 [2020-07-30T09:30:03.146Z] Removing intermediate container ce7cea3e4a66 [2020-07-30T09:30:03.146Z] ---> 97ce0340f513 [2020-07-30T09:30:03.146Z] Step 28/29 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c [2020-07-30T09:30:03.417Z] ---> Running in 4b143f7fe344 [2020-07-30T09:30:03.690Z] Removing intermediate container 4b143f7fe344 [2020-07-30T09:30:03.690Z] ---> a5713c1703cd [2020-07-30T09:30:03.690Z] Step 29/29 : LABEL version=0.0.0 [2020-07-30T09:30:03.690Z] ---> Running in 4a5afb331669 [2020-07-30T09:30:04.008Z] Removing intermediate container 4a5afb331669 [2020-07-30T09:30:04.008Z] ---> f4f941f74df3 [2020-07-30T09:30:04.008Z] [2020-07-30T09:30:04.287Z] Successfully built f4f941f74df3 [2020-07-30T09:30:04.287Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-30T09:30:04.573Z]  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 [2020-07-30T09:30:04.903Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-30T09:30:04.903Z] 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-30T09:30:05.208Z] Collecting jsonschema<3,>=2.5.1 [2020-07-30T09:30:05.208Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-30T09:30:05.208Z] Collecting cached-property<2,>=1.2.0 [2020-07-30T09:30:05.208Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-30T09:30:05.208Z] Collecting texttable<0.10,>=0.9.0 [2020-07-30T09:30:05.208Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-30T09:30:06.115Z] Collecting docopt<0.7,>=0.6.1 [2020-07-30T09:30:06.115Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-30T09:30:07.118Z] Collecting PyYAML<4,>=3.10 [2020-07-30T09:30:07.118Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-30T09:30:08.534Z] Collecting docker<4.0,>=3.6.0 [2020-07-30T09:30:08.534Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-30T09:30:08.802Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-30T09:30:08.802Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-30T09:30:08.802Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-30T09:30:08.802Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-30T09:30:09.073Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-30T09:30:09.073Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-30T09:30:10.066Z] Collecting docker-pycreds>=0.4.0 [2020-07-30T09:30:10.066Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-30T09:30:10.066Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-30T09:30:10.066Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-30T09:30:10.368Z] 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-30T09:30:10.368Z] 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-30T09:30:10.368Z] Collecting idna<2.8,>=2.5 [2020-07-30T09:30:10.368Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-30T09:30:10.368Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-30T09:30:10.368Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-30T09:30:10.368Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-30T09:30:10.368Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-30T09:30:10.632Z] Installing collected packages: jsonschema, cached-property, texttable, docopt, PyYAML, docker-pycreds, websocket-client, urllib3, idna, requests, docker, dockerpty, docker-compose [2020-07-30T09:30:10.902Z] Running setup.py install for texttable: started [2020-07-30T09:30:11.477Z] Running setup.py install for texttable: finished with status 'done' [2020-07-30T09:30:11.477Z] Running setup.py install for docopt: started [2020-07-30T09:30:12.060Z] Running setup.py install for docopt: finished with status 'done' [2020-07-30T09:30:12.060Z] Running setup.py install for PyYAML: started [2020-07-30T09:30:13.060Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-30T09:30:13.060Z] Attempting uninstall: urllib3 [2020-07-30T09:30:13.060Z] Found existing installation: urllib3 1.25.9 [2020-07-30T09:30:13.060Z] Uninstalling urllib3-1.25.9: [2020-07-30T09:30:13.322Z] Successfully uninstalled urllib3-1.25.9 [2020-07-30T09:30:13.322Z] Attempting uninstall: idna [2020-07-30T09:30:13.322Z] Found existing installation: idna 2.9 [2020-07-30T09:30:13.322Z] Uninstalling idna-2.9: [2020-07-30T09:30:13.595Z] Successfully uninstalled idna-2.9 [2020-07-30T09:30:13.595Z] Attempting uninstall: requests [2020-07-30T09:30:13.595Z] Found existing installation: requests 2.23.0 [2020-07-30T09:30:13.595Z] Uninstalling requests-2.23.0: [2020-07-30T09:30:13.913Z] Successfully uninstalled requests-2.23.0 [2020-07-30T09:30:14.891Z] Running setup.py install for dockerpty: started [2020-07-30T09:30:15.478Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-30T09:30:15.746Z] 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-30T09:30:19.116Z] Removing intermediate container 81469d0dbe7f [2020-07-30T09:30:19.116Z] ---> 98a36c27e430 [2020-07-30T09:30:19.116Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-30T09:30:19.417Z] ---> Running in c0b2adbd9988 [2020-07-30T09:30:20.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T09:30:20.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T09:30:20.586Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-30T09:30:20.586Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-30T09:30:20.586Z] (3/3) Installing curl (7.69.1-r0) [2020-07-30T09:30:20.586Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T09:30:20.586Z] OK: 72 MiB in 58 packages [2020-07-30T09:30:21.172Z] Removing intermediate container c0b2adbd9988 [2020-07-30T09:30:21.172Z] ---> 53007cad86a5 [2020-07-30T09:30:21.172Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T09:30:21.439Z] ---> Running in bda853f35447 [2020-07-30T09:30:21.722Z] Removing intermediate container bda853f35447 [2020-07-30T09:30:21.722Z] ---> d8fe8d699db9 [2020-07-30T09:30:21.722Z] Step 24/26 : LABEL arch=x86_64 [2020-07-30T09:30:21.722Z] ---> Running in c5cb20f804db [2020-07-30T09:30:22.378Z] Removing intermediate container c5cb20f804db [2020-07-30T09:30:22.378Z] ---> a03ef2a17f47 [2020-07-30T09:30:22.378Z] Step 25/26 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c [2020-07-30T09:30:22.378Z] ---> Running in 0ae1ab16b562 [2020-07-30T09:30:22.642Z] Removing intermediate container 0ae1ab16b562 [2020-07-30T09:30:22.642Z] ---> 02704e02d338 [2020-07-30T09:30:22.642Z] Step 26/26 : LABEL version=0.0.0 [2020-07-30T09:30:22.642Z] ---> Running in 4950235e7d06 [2020-07-30T09:30:22.906Z] Removing intermediate container 4950235e7d06 [2020-07-30T09:30:22.906Z] ---> 928663a34abc [2020-07-30T09:30:22.906Z] [2020-07-30T09:30:22.906Z] Successfully built 928663a34abc [2020-07-30T09:30:22.906Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-30T09:30:23.179Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-30T09:30:23.182Z] $ docker stop --time=1 5837f1a4bbd8092d2a56d20d3f04d86603248e2b5a1d13fbda852a2a8b307872 [2020-07-30T09:30:25.063Z] $ docker rm -f 5837f1a4bbd8092d2a56d20d3f04d86603248e2b5a1d13fbda852a2a8b307872 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-30T09:30:25.830Z] + docker images [2020-07-30T09:30:25.830Z] + grep docker [2020-07-30T09:30:26.410Z] docker-sys-mgmt-agent-go latest 928663a34abc 4 seconds ago 284MB [2020-07-30T09:30:26.410Z] docker-security-secrets-setup-go latest f4f941f74df3 23 seconds ago 25.1MB [2020-07-30T09:30:26.410Z] docker-core-data-go latest a0c3f60076c4 28 seconds ago 23.8MB [2020-07-30T09:30:26.410Z] docker-security-secretstore-setup-go latest 93c336cdae52 46 seconds ago 33.9MB [2020-07-30T09:30:26.410Z] docker-security-proxy-setup-go latest 40d31b9d69ca About a minute ago 16.4MB [2020-07-30T09:30:26.410Z] docker-support-notifications-go latest af29653abc64 3 minutes ago 14.4MB [2020-07-30T09:30:26.410Z] docker-core-metadata-go latest d2ee5c4bd07c 3 minutes ago 14.4MB [2020-07-30T09:30:26.410Z] docker-core-command-go latest c388774ea4f0 3 minutes ago 13MB [2020-07-30T09:30:26.410Z] docker-support-scheduler-go latest bdae86159c81 3 minutes ago 13.1MB [2020-07-30T09:30:26.410Z] docker-support-logging-go latest 07a89853cfe9 3 minutes ago 11.8MB [2020-07-30T09:30:26.410Z] 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-30T09:30:32.304Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T09:30:32.304Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-30T09:30:32.304Z] ---> 7475cacc70fe [2020-07-30T09:30:32.304Z] Step 3/22 : WORKDIR /edgex-go [2020-07-30T09:30:32.304Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T09:30:32.304Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-30T09:30:32.304Z] ---> 7475cacc70fe [2020-07-30T09:30:32.304Z] Step 3/29 : WORKDIR /edgex-go [2020-07-30T09:30:32.304Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T09:30:32.304Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-30T09:30:32.304Z] ---> 7475cacc70fe [2020-07-30T09:30:32.304Z] Step 3/21 : WORKDIR /edgex-go [2020-07-30T09:30:32.304Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T09:30:32.304Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-30T09:30:32.304Z] ---> 7475cacc70fe [2020-07-30T09:30:32.304Z] Step 3/20 : WORKDIR /edgex-go [2020-07-30T09:30:32.304Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T09:30:32.304Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-30T09:30:32.304Z] ---> 7475cacc70fe [2020-07-30T09:30:32.304Z] Step 3/26 : WORKDIR /edgex-go [2020-07-30T09:30:32.304Z] ---> Running in 8f9313171dd8 [2020-07-30T09:30:32.304Z] ---> Running in 4838cb5caa30 [2020-07-30T09:30:32.304Z] ---> Running in 84e4171f70f9 [2020-07-30T09:30:32.304Z] ---> Running in 4dfa52a412d6 [2020-07-30T09:30:32.304Z] ---> Running in 94ee9547459d [2020-07-30T09:30:32.304Z] Removing intermediate container 84e4171f70f9 [2020-07-30T09:30:32.304Z] ---> 74d92efc3dac [2020-07-30T09:30:32.304Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T09:30:32.304Z] Removing intermediate container 8f9313171dd8 [2020-07-30T09:30:32.304Z] ---> 221df2240e5c [2020-07-30T09:30:32.304Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T09:30:32.304Z] Removing intermediate container 4838cb5caa30 [2020-07-30T09:30:32.304Z] ---> 0e1cb0daec1f [2020-07-30T09:30:32.304Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T09:30:32.304Z] ---> Running in 3d42378d088e [2020-07-30T09:30:32.304Z] Removing intermediate container 94ee9547459d [2020-07-30T09:30:32.304Z] ---> 9f1bace83fcd [2020-07-30T09:30:32.304Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T09:30:32.304Z] Removing intermediate container 4dfa52a412d6 [2020-07-30T09:30:32.304Z] ---> bf55246dcd41 [2020-07-30T09:30:32.304Z] Step 4/29 : RUN apk update && apk add make git [2020-07-30T09:30:32.304Z] ---> Running in 84e24f0f29ef [2020-07-30T09:30:32.304Z] ---> Running in 0a99a54f0d9b [2020-07-30T09:30:32.304Z] ---> Running in 8049431f85cd [2020-07-30T09:30:32.304Z] ---> Running in bd5a5318100f [2020-07-30T09:30:34.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T09:30:35.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T09:30:35.915Z] Removing intermediate container 3d42378d088e [2020-07-30T09:30:35.915Z] ---> 96411a7f28d2 [2020-07-30T09:30:35.915Z] Step 5/20 : RUN apk update && apk add make git [2020-07-30T09:30:36.187Z] ---> Running in e3e4cbbd70e2 [2020-07-30T09:30:36.798Z] Removing intermediate container 84e24f0f29ef [2020-07-30T09:30:36.798Z] ---> 6803b751a620 [2020-07-30T09:30:36.798Z] Step 5/21 : RUN apk update && apk add make git [2020-07-30T09:30:36.798Z] Removing intermediate container 0a99a54f0d9b [2020-07-30T09:30:36.798Z] ---> 308c8bad00af [2020-07-30T09:30:36.798Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-30T09:30:36.798Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T09:30:36.798Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T09:30:36.798Z] OK: 12620 distinct packages available [2020-07-30T09:30:36.798Z] Removing intermediate container bd5a5318100f [2020-07-30T09:30:36.798Z] ---> b924def7b4ae [2020-07-30T09:30:36.798Z] Step 5/26 : RUN apk update && apk add make git [2020-07-30T09:30:37.068Z] ---> Running in f3b12ed8f289 [2020-07-30T09:30:37.068Z] ---> Running in 07967b702be1 [2020-07-30T09:30:37.340Z] ---> Running in 5ba189cbd74a [2020-07-30T09:30:37.612Z] OK: 217 MiB in 51 packages [2020-07-30T09:30:38.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T09:30:39.583Z] Removing intermediate container 8049431f85cd [2020-07-30T09:30:39.583Z] ---> df1036ace8d1 [2020-07-30T09:30:39.583Z] Step 5/29 : COPY go.mod . [2020-07-30T09:30:39.583Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T09:30:39.583Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T09:30:39.583Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T09:30:39.583Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T09:30:40.559Z] ---> 413f6c96e5bf [2020-07-30T09:30:40.559Z] Step 6/29 : RUN go mod download [2020-07-30T09:30:40.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T09:30:40.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T09:30:40.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T09:30:40.559Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T09:30:40.559Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T09:30:40.559Z] OK: 12620 distinct packages available [2020-07-30T09:30:40.830Z] ---> Running in 7583dd7f5e2d [2020-07-30T09:30:41.438Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T09:30:41.438Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T09:30:41.438Z] OK: 12620 distinct packages available [2020-07-30T09:30:41.711Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T09:30:41.711Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T09:30:41.711Z] OK: 12620 distinct packages available [2020-07-30T09:30:41.711Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T09:30:41.711Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T09:30:41.711Z] OK: 12620 distinct packages available [2020-07-30T09:30:41.988Z] OK: 217 MiB in 51 packages [2020-07-30T09:30:42.587Z] OK: 217 MiB in 51 packages [2020-07-30T09:30:42.587Z] OK: 217 MiB in 51 packages [2020-07-30T09:30:42.587Z] OK: 217 MiB in 51 packages [2020-07-30T09:30:43.571Z] Removing intermediate container e3e4cbbd70e2 [2020-07-30T09:30:43.571Z] ---> 08dc6253eba2 [2020-07-30T09:30:43.571Z] Step 6/20 : COPY go.mod . [2020-07-30T09:30:44.551Z] Removing intermediate container 07967b702be1 [2020-07-30T09:30:44.551Z] ---> c93deb72a50c [2020-07-30T09:30:44.551Z] Step 6/22 : COPY go.mod . [2020-07-30T09:30:44.825Z] ---> 180bf7b9684e [2020-07-30T09:30:44.825Z] Step 7/20 : RUN go mod download [2020-07-30T09:30:44.825Z] Removing intermediate container 5ba189cbd74a [2020-07-30T09:30:44.825Z] ---> d16a50430951 [2020-07-30T09:30:44.825Z] Step 6/26 : COPY go.mod . [2020-07-30T09:30:44.825Z] Removing intermediate container f3b12ed8f289 [2020-07-30T09:30:44.825Z] ---> fd5556a7014e [2020-07-30T09:30:44.825Z] Step 6/21 : COPY go.mod . [2020-07-30T09:30:45.102Z] Removing intermediate container 7583dd7f5e2d [2020-07-30T09:30:45.102Z] ---> 66284b5755c9 [2020-07-30T09:30:45.102Z] Step 7/29 : COPY . . [2020-07-30T09:30:45.102Z] ---> Running in e73b127d4887 [2020-07-30T09:30:45.703Z] ---> 3d97ed1b3d77 [2020-07-30T09:30:45.703Z] Step 7/22 : RUN go mod download [2020-07-30T09:30:46.300Z] ---> 41edb48f8ba6 [2020-07-30T09:30:46.300Z] Step 7/21 : RUN go mod download [2020-07-30T09:30:46.300Z] ---> 3b0789e19a65 [2020-07-30T09:30:46.300Z] Step 7/26 : RUN go mod download [2020-07-30T09:30:46.300Z] ---> Running in 355978c60aee [2020-07-30T09:30:47.729Z] ---> Running in f981120ce579 [2020-07-30T09:30:47.729Z] ---> Running in a4d6d4bdf2c8 [2020-07-30T09:30:52.120Z] Removing intermediate container e73b127d4887 [2020-07-30T09:30:52.120Z] ---> e0135cc31c35 [2020-07-30T09:30:52.120Z] Step 8/20 : COPY . . [2020-07-30T09:30:54.748Z] Removing intermediate container a4d6d4bdf2c8 [2020-07-30T09:30:54.748Z] ---> 0515582c978d [2020-07-30T09:30:54.748Z] Step 8/21 : COPY . . [2020-07-30T09:30:55.022Z] Removing intermediate container f981120ce579 [2020-07-30T09:30:55.022Z] ---> 2add7cce968e [2020-07-30T09:30:55.022Z] Step 8/26 : COPY . . [2020-07-30T09:30:55.022Z] Removing intermediate container 355978c60aee [2020-07-30T09:30:55.022Z] ---> 65e721abe43d [2020-07-30T09:30:55.022Z] Step 8/22 : COPY . . [2020-07-30T09:31:21.812Z] ---> f1ee5787c2ad [2020-07-30T09:31:21.812Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-30T09:31:21.812Z] ---> Running in b5183edc8227 [2020-07-30T09:31:21.812Z] ---> f09044356d2c [2020-07-30T09:31:21.812Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-30T09:31:21.812Z] ---> d0d13f56a10a [2020-07-30T09:31:21.812Z] 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-30T09:31:21.812Z] ---> Running in 02522509fcb3 [2020-07-30T09:31:21.812Z] ---> 1d425ddc182d [2020-07-30T09:31:21.812Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-30T09:31:21.812Z] ---> 6ed35294e763 [2020-07-30T09:31:21.812Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-30T09:31:21.812Z] ---> Running in 1f94626c8bb9 [2020-07-30T09:31:21.812Z] ---> Running in 74145dbab39a [2020-07-30T09:31:21.812Z] ---> Running in 1ba70c47b3dc [2020-07-30T09:31:22.086Z] 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-30T09:31:22.689Z] 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-30T09:31:23.673Z] 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-30T09:31:23.673Z] 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-30T09:31:23.950Z] 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-30T09:32:46.139Z] 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-30T09:32:46.139Z] Removing intermediate container b5183edc8227 [2020-07-30T09:32:46.139Z] ---> 5d6b4a2b98c3 [2020-07-30T09:32:46.139Z] [2020-07-30T09:32:46.139Z] Step 9/29 : FROM alpine:latest [2020-07-30T09:32:46.139Z] latest: Pulling from library/alpine [2020-07-30T09:32:46.139Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-30T09:32:46.139Z] Status: Downloaded newer image for alpine:latest [2020-07-30T09:32:46.139Z] ---> 62ee0e9f8440 [2020-07-30T09:32:46.139Z] 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-30T09:32:46.139Z] ---> Running in 0906df6c3a2b [2020-07-30T09:32:46.139Z] Removing intermediate container 0906df6c3a2b [2020-07-30T09:32:46.139Z] ---> daf346d38628 [2020-07-30T09:32:46.139Z] Step 11/29 : USER root [2020-07-30T09:32:46.139Z] ---> Running in 6259a3c2684d [2020-07-30T09:32:47.117Z] Removing intermediate container 6259a3c2684d [2020-07-30T09:32:47.117Z] ---> 41a2390ae2d9 [2020-07-30T09:32:47.117Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-30T09:32:47.117Z] ---> Running in e1893d3853e0 [2020-07-30T09:32:47.390Z] Removing intermediate container 02522509fcb3 [2020-07-30T09:32:47.390Z] ---> 226c9d251565 [2020-07-30T09:32:47.390Z] [2020-07-30T09:32:47.390Z] Step 10/20 : FROM alpine [2020-07-30T09:32:47.390Z] ---> 62ee0e9f8440 [2020-07-30T09:32:47.390Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-30T09:32:47.668Z] ---> Running in c5daf58cb72f [2020-07-30T09:32:50.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T09:32:50.570Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T09:32:50.845Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T09:32:50.845Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T09:32:51.446Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-30T09:32:51.446Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-30T09:32:51.446Z] OK: 12620 distinct packages available [2020-07-30T09:32:51.721Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-30T09:32:51.721Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-30T09:32:51.721Z] OK: 12620 distinct packages available [2020-07-30T09:32:52.319Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-30T09:32:52.319Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-30T09:32:52.319Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-30T09:32:52.319Z] (4/4) Installing curl (7.69.1-r0) [2020-07-30T09:32:52.319Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T09:32:52.595Z] Executing ca-certificates-20191127-r4.trigger [2020-07-30T09:32:52.595Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-30T09:32:52.872Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-30T09:32:52.872Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T09:32:52.872Z] Executing ca-certificates-20191127-r4.trigger [2020-07-30T09:32:52.872Z] OK: 7 MiB in 18 packages [2020-07-30T09:32:52.872Z] 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-30T09:32:53.149Z] OK: 6 MiB in 16 packages [2020-07-30T09:32:56.566Z] Removing intermediate container c5daf58cb72f [2020-07-30T09:32:56.566Z] ---> 86e449488fc5 [2020-07-30T09:32:56.566Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-30T09:32:56.566Z] Removing intermediate container e1893d3853e0 [2020-07-30T09:32:56.566Z] ---> 5aafe895fedb [2020-07-30T09:32:56.566Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-30T09:32:56.566Z] ---> Running in 95a884ec286a [2020-07-30T09:32:56.839Z] ---> Running in db31b152baec [2020-07-30T09:32:57.433Z] Removing intermediate container 95a884ec286a [2020-07-30T09:32:57.433Z] ---> 7cf9f3749881 [2020-07-30T09:32:57.433Z] Step 13/20 : WORKDIR /edgex [2020-07-30T09:32:57.433Z] Removing intermediate container db31b152baec [2020-07-30T09:32:57.433Z] ---> 117652702e08 [2020-07-30T09:32:57.433Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-30T09:32:57.717Z] ---> Running in 885d228a4bbd [2020-07-30T09:32:57.717Z] ---> Running in 620a814c96f1 [2020-07-30T09:32:58.335Z] Removing intermediate container 885d228a4bbd [2020-07-30T09:32:58.335Z] ---> c04e813ec533 [2020-07-30T09:32:58.335Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-30T09:32:58.621Z] Removing intermediate container 620a814c96f1 [2020-07-30T09:32:58.621Z] ---> a1f6d32e584e [2020-07-30T09:32:58.621Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-30T09:32:58.900Z] ---> Running in 0a9129be3495 [2020-07-30T09:32:59.874Z] ---> d03a40b7d5da [2020-07-30T09:32:59.874Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-30T09:33:02.494Z] ---> 6a75d19f37b2 [2020-07-30T09:33:02.494Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-30T09:33:02.494Z] ---> Running in 996c9463afe6 [2020-07-30T09:33:03.484Z] Removing intermediate container 0a9129be3495 [2020-07-30T09:33:03.764Z] ---> 2d5d518e8304 [2020-07-30T09:33:03.764Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-30T09:33:03.764Z] Removing intermediate container 996c9463afe6 [2020-07-30T09:33:03.764Z] ---> b7e99470a347 [2020-07-30T09:33:03.764Z] Step 17/20 : CMD ["--init=true"] [2020-07-30T09:33:04.039Z] ---> Running in b8da4465c81a [2020-07-30T09:33:05.489Z] Removing intermediate container b8da4465c81a [2020-07-30T09:33:05.489Z] ---> 164a9abd9b78 [2020-07-30T09:33:05.489Z] Step 18/20 : LABEL arch=arm64 [2020-07-30T09:33:06.089Z] ---> Running in 43c8d0a20988 [2020-07-30T09:33:06.371Z] ---> 3d0f52a36f98 [2020-07-30T09:33:06.371Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-30T09:33:07.356Z] Removing intermediate container 43c8d0a20988 [2020-07-30T09:33:07.356Z] ---> e5c672a045c8 [2020-07-30T09:33:07.356Z] Step 19/20 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c [2020-07-30T09:33:07.630Z] ---> Running in b024da788f0f [2020-07-30T09:33:07.910Z] Removing intermediate container 1f94626c8bb9 [2020-07-30T09:33:07.910Z] ---> 62f06f83f784 [2020-07-30T09:33:07.910Z] [2020-07-30T09:33:07.910Z] Step 10/26 : FROM alpine:3.10 [2020-07-30T09:33:08.196Z] ---> 071c73784765 [2020-07-30T09:33:08.196Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-30T09:33:08.196Z] 3.10: Pulling from library/alpine [2020-07-30T09:33:08.486Z] Removing intermediate container b024da788f0f [2020-07-30T09:33:08.486Z] ---> 0acbc06fa4e1 [2020-07-30T09:33:08.486Z] Step 20/20 : LABEL version=0.0.0 [2020-07-30T09:33:08.764Z] ---> Running in 6ba4d98cfaf2 [2020-07-30T09:33:09.366Z] Removing intermediate container 6ba4d98cfaf2 [2020-07-30T09:33:09.366Z] ---> 695b83614826 [2020-07-30T09:33:09.366Z] [2020-07-30T09:33:09.640Z] ---> bba5e715281f [2020-07-30T09:33:09.640Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-30T09:33:10.256Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-30T09:33:10.256Z] Status: Downloaded newer image for alpine:3.10 [2020-07-30T09:33:10.256Z] ---> 536a684cf733 [2020-07-30T09:33:10.256Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-30T09:33:10.531Z] ---> Running in a232942bba55 [2020-07-30T09:33:10.531Z] Successfully built 695b83614826 [2020-07-30T09:33:10.811Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-30T09:33:10.811Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2020-07-30T09:33:11.090Z] ---> 47a27f2344fe [2020-07-30T09:33:11.090Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-30T09:33:12.537Z] ---> 890d0668c08d [2020-07-30T09:33:12.537Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-30T09:33:12.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-30T09:33:12.822Z] ---> Running in 29f433f24969 [2020-07-30T09:33:12.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-30T09:33:13.426Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-30T09:33:13.426Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-30T09:33:13.426Z] OK: 10167 distinct packages available [2020-07-30T09:33:14.419Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-30T09:33:14.419Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-30T09:33:14.419Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-30T09:33:14.419Z] (4/5) Installing curl (7.66.0-r0) [2020-07-30T09:33:14.419Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-30T09:33:14.419Z] Executing busybox-1.30.1-r3.trigger [2020-07-30T09:33:14.419Z] Executing ca-certificates-20191127-r2.trigger [2020-07-30T09:33:14.695Z] OK: 7 MiB in 19 packages [2020-07-30T09:33:20.117Z] Removing intermediate container a232942bba55 [2020-07-30T09:33:20.117Z] ---> fd089e010901 [2020-07-30T09:33:20.117Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-30T09:33:20.117Z] Removing intermediate container 29f433f24969 [2020-07-30T09:33:20.117Z] ---> 12178dc09c02 [2020-07-30T09:33:20.117Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-30T09:33:20.117Z] ---> Running in f57373caa43c [2020-07-30T09:33:21.555Z] ---> c8f5445a2f60 [2020-07-30T09:33:21.555Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-30T09:33:21.555Z] Removing intermediate container f57373caa43c [2020-07-30T09:33:21.555Z] ---> 1c94a435a571 [2020-07-30T09:33:21.555Z] Step 13/26 : WORKDIR / [2020-07-30T09:33:22.181Z] ---> Running in 29f2552a26e2 [2020-07-30T09:33:22.181Z] ---> Running in 613887aa9b64 [2020-07-30T09:33:23.626Z] Removing intermediate container 1ba70c47b3dc [2020-07-30T09:33:23.626Z] ---> 911e51eb9d84 [2020-07-30T09:33:23.626Z] [2020-07-30T09:33:23.626Z] Step 10/21 : FROM scratch [2020-07-30T09:33:23.626Z] ---> [2020-07-30T09:33:23.626Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T09:33:23.626Z] Removing intermediate container 613887aa9b64 [2020-07-30T09:33:23.626Z] ---> 865a8a8d4ab7 [2020-07-30T09:33:23.626Z] 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-30T09:33:23.900Z] ---> Running in 31fba7c165a4 [2020-07-30T09:33:24.884Z] Removing intermediate container 31fba7c165a4 [2020-07-30T09:33:24.884Z] ---> 3d297e04bc66 [2020-07-30T09:33:24.884Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-30T09:33:25.490Z] ---> Running in 65d1b2e93809 [2020-07-30T09:33:25.490Z] ---> 5f14f8765035 [2020-07-30T09:33:25.490Z] 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-30T09:33:26.477Z] Removing intermediate container 65d1b2e93809 [2020-07-30T09:33:26.477Z] ---> 8474b11b9fb9 [2020-07-30T09:33:26.477Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-30T09:33:27.083Z] ---> Running in 18050d684f00 [2020-07-30T09:33:27.083Z] Removing intermediate container 29f2552a26e2 [2020-07-30T09:33:27.083Z] ---> b7f6039f193b [2020-07-30T09:33:27.083Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-30T09:33:27.356Z] ---> bdc2992d4a5e [2020-07-30T09:33:27.356Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-30T09:33:27.641Z] ---> Running in 4d626dc37f1e [2020-07-30T09:33:27.917Z] Removing intermediate container 18050d684f00 [2020-07-30T09:33:27.917Z] ---> f571a259c86e [2020-07-30T09:33:27.917Z] Step 14/21 : WORKDIR / [2020-07-30T09:33:28.515Z] ---> Running in ba223bd1dcfb [2020-07-30T09:33:29.121Z] ---> 0e74c8a2b895 [2020-07-30T09:33:29.121Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-30T09:33:30.103Z] Removing intermediate container ba223bd1dcfb [2020-07-30T09:33:30.103Z] ---> a72f7e6c03e6 [2020-07-30T09:33:30.103Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-30T09:33:31.556Z] ---> 593098fac324 [2020-07-30T09:33:31.556Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-30T09:33:32.150Z] ---> e812374afa3a [2020-07-30T09:33:32.150Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-30T09:33:32.748Z] Removing intermediate container 74145dbab39a [2020-07-30T09:33:32.748Z] ---> b63d042aff09 [2020-07-30T09:33:32.748Z] [2020-07-30T09:33:32.748Z] Step 10/22 : FROM alpine [2020-07-30T09:33:32.748Z] ---> 62ee0e9f8440 [2020-07-30T09:33:32.748Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T09:33:33.719Z] ---> Running in 84bdb4ec6371 [2020-07-30T09:33:33.992Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T09:33:33.992Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-30T09:33:33.992Z] ---> 7475cacc70fe [2020-07-30T09:33:33.992Z] Step 3/26 : WORKDIR /edgex-go [2020-07-30T09:33:33.992Z] ---> Using cache [2020-07-30T09:33:33.992Z] ---> bf55246dcd41 [2020-07-30T09:33:33.992Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T09:33:33.992Z] Removing intermediate container 4d626dc37f1e [2020-07-30T09:33:33.992Z] ---> c9002d476fea [2020-07-30T09:33:33.992Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-30T09:33:33.992Z] ---> 404a17c46cdd [2020-07-30T09:33:33.992Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-30T09:33:33.992Z] ---> 7eb3575ce178 [2020-07-30T09:33:33.992Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-30T09:33:33.992Z] ---> Running in 4efa862321fd [2020-07-30T09:33:34.267Z] ---> Running in 7b87d9be80b7 [2020-07-30T09:33:34.545Z] Removing intermediate container 84bdb4ec6371 [2020-07-30T09:33:34.545Z] ---> 1328137859ec [2020-07-30T09:33:34.545Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-30T09:33:34.819Z] ---> Running in c5e1dfd08b20 [2020-07-30T09:33:35.089Z] Removing intermediate container 7b87d9be80b7 [2020-07-30T09:33:35.089Z] ---> b06a097f0f77 [2020-07-30T09:33:35.089Z] Step 26/29 : CMD [ "generate" ] [2020-07-30T09:33:35.364Z] ---> fa489ceddad5 [2020-07-30T09:33:35.364Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T09:33:35.364Z] ---> Running in 058c5e91df37 [2020-07-30T09:33:35.646Z] ---> Running in 8600d48ade0a [2020-07-30T09:33:35.646Z] Removing intermediate container c5e1dfd08b20 [2020-07-30T09:33:35.646Z] ---> 079a4f6e40bd [2020-07-30T09:33:35.646Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-30T09:33:35.646Z] ---> 0e66adfebda4 [2020-07-30T09:33:35.646Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-30T09:33:35.646Z] ---> Running in b4930aa7ec72 [2020-07-30T09:33:35.920Z] Removing intermediate container 058c5e91df37 [2020-07-30T09:33:35.920Z] ---> 3ae2d63b6569 [2020-07-30T09:33:35.920Z] Step 27/29 : LABEL arch=arm64 [2020-07-30T09:33:36.196Z] ---> Running in 4627b5ca76c1 [2020-07-30T09:33:36.196Z] Removing intermediate container 8600d48ade0a [2020-07-30T09:33:36.196Z] ---> 962aa168def1 [2020-07-30T09:33:36.196Z] Step 19/21 : LABEL arch=arm64 [2020-07-30T09:33:36.477Z] Removing intermediate container b4930aa7ec72 [2020-07-30T09:33:36.477Z] ---> 72e4b773cbf4 [2020-07-30T09:33:36.477Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T09:33:36.760Z] ---> Running in a9dc282643f2 [2020-07-30T09:33:36.760Z] ---> Running in 030ed035a862 [2020-07-30T09:33:37.045Z] Removing intermediate container 4627b5ca76c1 [2020-07-30T09:33:37.045Z] ---> 68cc0f8d3705 [2020-07-30T09:33:37.045Z] Step 28/29 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c [2020-07-30T09:33:37.045Z] ---> 780fe27becc8 [2020-07-30T09:33:37.045Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-30T09:33:37.318Z] ---> Running in 55a7e427738f [2020-07-30T09:33:37.318Z] Removing intermediate container a9dc282643f2 [2020-07-30T09:33:37.318Z] ---> 044a0a37b517 [2020-07-30T09:33:37.318Z] Step 20/21 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c [2020-07-30T09:33:37.605Z] Removing intermediate container 4efa862321fd [2020-07-30T09:33:37.605Z] ---> 865bbaefc952 [2020-07-30T09:33:37.605Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-30T09:33:37.605Z] ---> Running in b88129a2f385 [2020-07-30T09:33:37.882Z] ---> Running in 8eb7953ea90c [2020-07-30T09:33:37.882Z] Removing intermediate container 55a7e427738f [2020-07-30T09:33:37.882Z] ---> 8868a7bcd834 [2020-07-30T09:33:37.882Z] Step 29/29 : LABEL version=0.0.0 [2020-07-30T09:33:38.156Z] ---> Running in 8a25d7eed5e5 [2020-07-30T09:33:38.433Z] Removing intermediate container b88129a2f385 [2020-07-30T09:33:38.433Z] ---> 1153d373e9d4 [2020-07-30T09:33:38.433Z] Step 21/21 : LABEL version=0.0.0 [2020-07-30T09:33:38.433Z] ---> 2e7b64d35efe [2020-07-30T09:33:38.433Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-30T09:33:38.709Z] ---> Running in 7a1d98875c9b [2020-07-30T09:33:38.709Z] ---> Running in 3350a9676a06 [2020-07-30T09:33:38.996Z] Removing intermediate container 8a25d7eed5e5 [2020-07-30T09:33:38.996Z] ---> 7c580c0f12f6 [2020-07-30T09:33:38.996Z] [2020-07-30T09:33:39.596Z] Removing intermediate container 7a1d98875c9b [2020-07-30T09:33:39.596Z] ---> 18cab65eabb2 [2020-07-30T09:33:39.596Z] [2020-07-30T09:33:39.870Z] Successfully built 7c580c0f12f6 [2020-07-30T09:33:39.870Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-30T09:33:39.870Z]  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go [2020-07-30T09:33:40.142Z] Successfully built 18cab65eabb2 [2020-07-30T09:33:40.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T09:33:40.142Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-30T09:33:40.142Z]  Building docker-core-metadata-go ... done Building docker-support-logging-go [2020-07-30T09:33:40.416Z] Removing intermediate container 030ed035a862 [2020-07-30T09:33:40.416Z] ---> 71674abe793a [2020-07-30T09:33:40.416Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-30T09:33:40.693Z] ---> Running in aaa69fc65c8f [2020-07-30T09:33:41.289Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T09:33:42.274Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T09:33:42.274Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T09:33:42.274Z] OK: 12620 distinct packages available [2020-07-30T09:33:42.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T09:33:42.274Z] Removing intermediate container 3350a9676a06 [2020-07-30T09:33:42.546Z] ---> e1b4a63f4248 [2020-07-30T09:33:42.546Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-30T09:33:43.149Z] OK: 217 MiB in 51 packages [2020-07-30T09:33:43.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T09:33:43.425Z] ---> Running in c3e927c6d4aa [2020-07-30T09:33:44.415Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-30T09:33:44.415Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-30T09:33:44.415Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-30T09:33:45.012Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-30T09:33:45.012Z] Removing intermediate container c3e927c6d4aa [2020-07-30T09:33:45.012Z] ---> 8f107ac5d2ec [2020-07-30T09:33:45.012Z] Step 24/26 : LABEL arch=arm64 [2020-07-30T09:33:45.012Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-30T09:33:45.012Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T09:33:45.284Z] OK: 8 MiB in 19 packages [2020-07-30T09:33:45.883Z] Removing intermediate container 8eb7953ea90c [2020-07-30T09:33:45.883Z] ---> 4cc2762945a5 [2020-07-30T09:33:45.883Z] Step 6/26 : COPY go.mod . [2020-07-30T09:33:46.487Z] ---> Running in 6cafa0c23186 [2020-07-30T09:33:49.116Z] ---> c8320acbb97d [2020-07-30T09:33:49.116Z] Step 7/26 : RUN go mod download [2020-07-30T09:33:49.116Z] Removing intermediate container 6cafa0c23186 [2020-07-30T09:33:49.116Z] ---> ba613bd7a3c8 [2020-07-30T09:33:49.116Z] Step 25/26 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c [2020-07-30T09:33:49.711Z] ---> Running in 89ba8505f93c [2020-07-30T09:33:49.711Z] Removing intermediate container aaa69fc65c8f [2020-07-30T09:33:49.711Z] ---> 741a2b07c4a1 [2020-07-30T09:33:49.711Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-30T09:33:49.984Z] ---> Running in 8abc00cf8d46 [2020-07-30T09:33:51.420Z] Removing intermediate container 8abc00cf8d46 [2020-07-30T09:33:51.420Z] ---> 161e7edc5d82 [2020-07-30T09:33:51.420Z] Step 26/26 : LABEL version=0.0.0 [2020-07-30T09:33:52.021Z] ---> bd38014a3a5a [2020-07-30T09:33:52.021Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-30T09:33:52.021Z] ---> Running in b11253b5c582 [2020-07-30T09:33:52.626Z] Removing intermediate container b11253b5c582 [2020-07-30T09:33:52.626Z] ---> 86e5970c62ed [2020-07-30T09:33:52.626Z] [2020-07-30T09:33:53.610Z] Successfully built 86e5970c62ed [2020-07-30T09:33:53.610Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-30T09:33:53.610Z] Building docker-support-notifications-go [2020-07-30T09:33:53.892Z]  Building docker-security-secretstore-setup-go ... done  ---> 74bd5cebd797 [2020-07-30T09:33:53.892Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-30T09:33:54.168Z] Removing intermediate container 89ba8505f93c [2020-07-30T09:33:54.168Z] ---> af240b27b6f4 [2020-07-30T09:33:54.168Z] Step 8/26 : COPY . . [2020-07-30T09:33:54.766Z] ---> 8a1a179c40b9 [2020-07-30T09:33:54.766Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T09:33:55.748Z] ---> Running in 83b62295764b [2020-07-30T09:33:58.495Z] Removing intermediate container 83b62295764b [2020-07-30T09:33:58.495Z] ---> ff83562a4532 [2020-07-30T09:33:58.495Z] Step 20/22 : LABEL arch=arm64 [2020-07-30T09:34:00.469Z] ---> Running in 3461994df385 [2020-07-30T09:34:02.445Z] Removing intermediate container 3461994df385 [2020-07-30T09:34:02.445Z] ---> 57d430306751 [2020-07-30T09:34:02.445Z] Step 21/22 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c [2020-07-30T09:34:04.423Z] ---> Running in 9c8260769b64 [2020-07-30T09:34:05.857Z] Removing intermediate container 9c8260769b64 [2020-07-30T09:34:05.857Z] ---> 4656814af390 [2020-07-30T09:34:05.857Z] Step 22/22 : LABEL version=0.0.0 [2020-07-30T09:34:06.838Z] ---> Running in ac0af3c57471 [2020-07-30T09:34:07.836Z] Removing intermediate container ac0af3c57471 [2020-07-30T09:34:07.836Z] ---> 7220eecfb8ee [2020-07-30T09:34:07.836Z] [2020-07-30T09:34:08.431Z] Successfully built 7220eecfb8ee [2020-07-30T09:34:08.432Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-30T09:34:08.432Z] Building docker-core-command-go [2020-07-30T09:34:13.820Z]  Building docker-core-data-go ... done  ---> 58ad98fb443d [2020-07-30T09:34:13.820Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-30T09:34:13.820Z] ---> Running in 5fa9289b91f3 [2020-07-30T09:34:15.255Z] 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-30T09:34:33.591Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T09:34:33.591Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-30T09:34:33.591Z] ---> 7475cacc70fe [2020-07-30T09:34:33.591Z] Step 3/21 : WORKDIR /edgex-go [2020-07-30T09:34:33.591Z] ---> Using cache [2020-07-30T09:34:33.591Z] ---> bf55246dcd41 [2020-07-30T09:34:33.591Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T09:34:33.591Z] ---> Using cache [2020-07-30T09:34:33.591Z] ---> 865bbaefc952 [2020-07-30T09:34:33.591Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-30T09:34:33.591Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T09:34:33.591Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-30T09:34:33.591Z] ---> 7475cacc70fe [2020-07-30T09:34:33.591Z] Step 3/20 : WORKDIR /edgex-go [2020-07-30T09:34:33.591Z] ---> Using cache [2020-07-30T09:34:33.591Z] ---> bf55246dcd41 [2020-07-30T09:34:33.591Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T09:34:33.591Z] ---> Using cache [2020-07-30T09:34:33.591Z] ---> 865bbaefc952 [2020-07-30T09:34:33.591Z] Step 5/20 : RUN apk update && apk add make git [2020-07-30T09:34:35.586Z] ---> Running in 708263a08f2c [2020-07-30T09:34:35.586Z] ---> Running in a484c7335456 [2020-07-30T09:34:38.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T09:34:38.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T09:34:39.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T09:34:39.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T09:34:41.000Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T09:34:41.000Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T09:34:41.000Z] OK: 12620 distinct packages available [2020-07-30T09:34:41.000Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T09:34:41.000Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T09:34:41.000Z] OK: 12620 distinct packages available [2020-07-30T09:34:41.594Z] OK: 217 MiB in 51 packages [2020-07-30T09:34:41.872Z] OK: 217 MiB in 51 packages [2020-07-30T09:34:43.329Z] OK: 217 MiB in 51 packages [2020-07-30T09:34:46.967Z] Removing intermediate container a484c7335456 [2020-07-30T09:34:46.967Z] ---> 48ad03170dbc [2020-07-30T09:34:46.967Z] Step 6/20 : COPY go.mod . [2020-07-30T09:34:46.967Z] Removing intermediate container 708263a08f2c [2020-07-30T09:34:46.967Z] ---> a7a8643075f2 [2020-07-30T09:34:46.967Z] Step 6/21 : COPY go.mod . [2020-07-30T09:34:49.129Z] ---> 0ffe088fc11e [2020-07-30T09:34:49.129Z] Step 7/20 : RUN go mod download [2020-07-30T09:34:49.129Z] ---> c6487fd3a839 [2020-07-30T09:34:49.129Z] Step 7/21 : RUN go mod download [2020-07-30T09:34:49.404Z] ---> Running in 5283b79c27e9 [2020-07-30T09:34:49.404Z] ---> Running in 6fe63c7d6468 [2020-07-30T09:34:52.802Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T09:34:52.802Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-30T09:34:52.802Z] ---> 7475cacc70fe [2020-07-30T09:34:52.802Z] Step 3/23 : WORKDIR /edgex-go [2020-07-30T09:34:52.802Z] ---> Using cache [2020-07-30T09:34:52.802Z] ---> bf55246dcd41 [2020-07-30T09:34:52.802Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T09:34:52.802Z] ---> Using cache [2020-07-30T09:34:52.802Z] ---> 865bbaefc952 [2020-07-30T09:34:52.802Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-30T09:34:52.802Z] ---> Running in b25302f9f512 [2020-07-30T09:34:55.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T09:34:55.709Z] Removing intermediate container 6fe63c7d6468 [2020-07-30T09:34:55.709Z] ---> 11ce8dafa889 [2020-07-30T09:34:55.709Z] Step 8/21 : COPY . . [2020-07-30T09:34:55.981Z] Removing intermediate container 5283b79c27e9 [2020-07-30T09:34:55.981Z] ---> ec84167496f6 [2020-07-30T09:34:55.981Z] Step 8/20 : COPY . . [2020-07-30T09:34:56.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T09:34:57.687Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T09:34:57.687Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T09:34:57.687Z] OK: 12620 distinct packages available [2020-07-30T09:34:58.283Z] OK: 217 MiB in 51 packages [2020-07-30T09:35:00.266Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T09:35:00.266Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-30T09:35:00.266Z] ---> 7475cacc70fe [2020-07-30T09:35:00.266Z] Step 3/21 : WORKDIR /edgex-go [2020-07-30T09:35:00.266Z] ---> Using cache [2020-07-30T09:35:00.266Z] ---> bf55246dcd41 [2020-07-30T09:35:00.266Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T09:35:00.266Z] ---> Using cache [2020-07-30T09:35:00.266Z] ---> 865bbaefc952 [2020-07-30T09:35:00.266Z] Step 5/21 : RUN apk update && apk add make git [2020-07-30T09:35:00.266Z] ---> Using cache [2020-07-30T09:35:00.266Z] ---> 48ad03170dbc [2020-07-30T09:35:00.266Z] Step 6/21 : COPY go.mod . [2020-07-30T09:35:00.266Z] ---> Using cache [2020-07-30T09:35:00.266Z] ---> 0ffe088fc11e [2020-07-30T09:35:00.266Z] Step 7/21 : RUN go mod download [2020-07-30T09:35:00.266Z] ---> Using cache [2020-07-30T09:35:00.266Z] ---> ec84167496f6 [2020-07-30T09:35:00.266Z] Step 8/21 : COPY . . [2020-07-30T09:35:05.773Z] Removing intermediate container b25302f9f512 [2020-07-30T09:35:05.773Z] ---> 5cf4c700deae [2020-07-30T09:35:05.773Z] Step 6/23 : COPY go.mod . [2020-07-30T09:35:07.781Z] ---> 59ad6e93251d [2020-07-30T09:35:07.781Z] Step 7/23 : RUN go mod download [2020-07-30T09:35:08.053Z] ---> Running in b77e5639ed3c [2020-07-30T09:35:11.437Z] Removing intermediate container 5fa9289b91f3 [2020-07-30T09:35:11.437Z] ---> 6fa121c12a9c [2020-07-30T09:35:11.437Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-30T09:35:12.030Z] ---> Running in 01d4695e2110 [2020-07-30T09:35:13.004Z] Removing intermediate container b77e5639ed3c [2020-07-30T09:35:13.004Z] ---> 0d33b5a159b8 [2020-07-30T09:35:13.004Z] Step 8/23 : COPY . . [2020-07-30T09:35:14.435Z] 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-30T09:35:22.714Z] Removing intermediate container 01d4695e2110 [2020-07-30T09:35:22.714Z] ---> 5259cf29d18b [2020-07-30T09:35:22.714Z] [2020-07-30T09:35:22.714Z] Step 11/26 : FROM docker:latest [2020-07-30T09:35:22.714Z] ---> ce9d55ae87f1 [2020-07-30T09:35:22.714Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-30T09:35:22.714Z] ---> de7fa0b51648 [2020-07-30T09:35:22.714Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-30T09:35:22.714Z] ---> 1efa47b7628d [2020-07-30T09:35:22.714Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-30T09:35:22.714Z] ---> Running in e16d6b91aefc [2020-07-30T09:35:22.988Z] ---> Running in 54dd8b4a3af8 [2020-07-30T09:35:22.988Z] ---> Running in 5fda9c58185d [2020-07-30T09:35:22.988Z] ---> 018e90321fee [2020-07-30T09:35:22.988Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-30T09:35:23.265Z] ---> Running in ed6ee5021208 [2020-07-30T09:35:25.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T09:35:25.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T09:35:25.520Z] 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-30T09:35:25.793Z] 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-30T09:35:26.394Z] (1/2) Installing readline (8.0.4-r0) [2020-07-30T09:35:26.394Z] (2/2) Installing bash (5.0.17-r0) [2020-07-30T09:35:26.394Z] 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-30T09:35:26.394Z] Executing bash-5.0.17-r0.post-install [2020-07-30T09:35:26.394Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T09:35:26.394Z] OK: 12 MiB in 22 packages [2020-07-30T09:35:29.800Z] Removing intermediate container e16d6b91aefc [2020-07-30T09:35:29.800Z] ---> f974a00eddf1 [2020-07-30T09:35:29.800Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-30T09:35:30.076Z] ---> Running in d2cfa6469684 [2020-07-30T09:35:36.813Z] Removing intermediate container d2cfa6469684 [2020-07-30T09:35:36.813Z] ---> ed534195f07e [2020-07-30T09:35:36.813Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-30T09:35:36.813Z] ---> Running in 58ed41e49e3a [2020-07-30T09:35:37.792Z] Removing intermediate container 58ed41e49e3a [2020-07-30T09:35:37.792Z] ---> 0ef1a2ded050 [2020-07-30T09:35:37.792Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-30T09:35:37.792Z] ---> Running in 2609c18e9c60 [2020-07-30T09:35:37.792Z] ---> 458082e99025 [2020-07-30T09:35:37.792Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-30T09:35:38.066Z] ---> Running in 16d0a91f699c [2020-07-30T09:35:39.046Z] Removing intermediate container 2609c18e9c60 [2020-07-30T09:35:39.046Z] ---> 78a3ee58549c [2020-07-30T09:35:39.046Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-30T09:35:39.046Z] ---> Running in ad835e42c629 [2020-07-30T09:35:40.034Z] Removing intermediate container ad835e42c629 [2020-07-30T09:35:40.034Z] ---> eb82263ce2b3 [2020-07-30T09:35:40.034Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-30T09:35:41.019Z] 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-30T09:35:42.002Z] ---> 61ebeece4732 [2020-07-30T09:35:42.002Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-30T09:35:42.984Z] ---> c80f7743d40e [2020-07-30T09:35:42.984Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-30T09:35:44.421Z] ---> e4bf40c37361 [2020-07-30T09:35:44.421Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-30T09:35:44.421Z] ---> Running in 3ea5989f7264 [2020-07-30T09:35:47.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T09:35:47.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T09:35:48.032Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-30T09:35:48.032Z] (2/33) Installing expat (2.2.9-r1) [2020-07-30T09:35:48.032Z] (3/33) Installing libffi (3.3-r2) [2020-07-30T09:35:48.032Z] (4/33) Installing gdbm (1.13-r1) [2020-07-30T09:35:48.032Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-30T09:35:48.032Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-30T09:35:48.032Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-30T09:35:50.006Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-30T09:35:50.006Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-30T09:35:50.006Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-30T09:35:50.282Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-30T09:35:50.282Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-30T09:35:50.282Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-30T09:35:50.282Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-30T09:35:50.282Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-30T09:35:50.556Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-30T09:35:50.556Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-30T09:35:50.556Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-30T09:35:50.556Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-30T09:35:50.556Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-30T09:35:50.556Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-30T09:35:50.556Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-30T09:35:50.556Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-30T09:35:50.831Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-30T09:35:50.831Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-30T09:35:50.831Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-30T09:35:50.831Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-30T09:35:50.831Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-30T09:35:50.831Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-30T09:35:50.831Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-30T09:35:51.106Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-30T09:35:51.106Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-30T09:35:51.106Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-30T09:35:51.106Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T09:35:51.384Z] OK: 71 MiB in 55 packages [2020-07-30T09:36:01.590Z] Removing intermediate container 3ea5989f7264 [2020-07-30T09:36:01.590Z] ---> 1d1e3c0e1992 [2020-07-30T09:36:01.590Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-30T09:36:01.590Z] ---> Running in a49b60ebc63e [2020-07-30T09:36:08.303Z] Collecting docker-compose==1.23.2 [2020-07-30T09:36:08.303Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-30T09:36:08.303Z] Collecting texttable<0.10,>=0.9.0 [2020-07-30T09:36:08.303Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-30T09:36:10.924Z] Collecting cached-property<2,>=1.2.0 [2020-07-30T09:36:10.924Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-30T09:36:10.924Z] Collecting docopt<0.7,>=0.6.1 [2020-07-30T09:36:11.198Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-30T09:36:14.604Z] Collecting PyYAML<4,>=3.10 [2020-07-30T09:36:14.604Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-30T09:36:18.921Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-30T09:36:18.921Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-30T09:36:21.530Z] Collecting jsonschema<3,>=2.5.1 [2020-07-30T09:36:21.530Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-30T09:36:22.126Z] Collecting docker<4.0,>=3.6.0 [2020-07-30T09:36:22.126Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-30T09:36:23.557Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-30T09:36:23.557Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-30T09:36:23.557Z] 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-30T09:36:24.991Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-30T09:36:24.991Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-30T09:36:25.263Z] Collecting docker-pycreds>=0.4.0 [2020-07-30T09:36:25.263Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-30T09:36:25.263Z] 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-30T09:36:25.263Z] 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-30T09:36:25.858Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-30T09:36:26.132Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-30T09:36:26.406Z] Collecting idna<2.8,>=2.5 [2020-07-30T09:36:26.406Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-30T09:36:26.679Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-30T09:36:26.679Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-30T09:36:26.679Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-30T09:36:26.679Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-30T09:36:27.659Z] Installing collected packages: texttable, cached-property, docopt, PyYAML, dockerpty, jsonschema, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docker-compose [2020-07-30T09:36:27.659Z] Running setup.py install for texttable: started [2020-07-30T09:36:30.278Z] Running setup.py install for texttable: finished with status 'done' [2020-07-30T09:36:30.278Z] Running setup.py install for docopt: started [2020-07-30T09:36:32.893Z] Running setup.py install for docopt: finished with status 'done' [2020-07-30T09:36:32.893Z] Running setup.py install for PyYAML: started [2020-07-30T09:36:36.282Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-30T09:36:36.282Z] Running setup.py install for dockerpty: started [2020-07-30T09:36:38.904Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-30T09:36:39.499Z] Attempting uninstall: urllib3 [2020-07-30T09:36:39.499Z] Found existing installation: urllib3 1.25.9 [2020-07-30T09:36:39.499Z] Uninstalling urllib3-1.25.9: [2020-07-30T09:36:39.772Z] Successfully uninstalled urllib3-1.25.9 [2020-07-30T09:36:40.369Z] Attempting uninstall: idna [2020-07-30T09:36:40.643Z] Found existing installation: idna 2.9 [2020-07-30T09:36:40.643Z] Uninstalling idna-2.9: [2020-07-30T09:36:40.643Z] Successfully uninstalled idna-2.9 [2020-07-30T09:36:41.625Z] Attempting uninstall: requests [2020-07-30T09:36:41.625Z] Found existing installation: requests 2.23.0 [2020-07-30T09:36:41.625Z] Uninstalling requests-2.23.0: [2020-07-30T09:36:41.625Z] Successfully uninstalled requests-2.23.0 [2020-07-30T09:36:44.247Z] 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-30T09:36:49.657Z] Removing intermediate container a49b60ebc63e [2020-07-30T09:36:49.657Z] ---> 52d87abcb9ae [2020-07-30T09:36:49.657Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-30T09:36:49.932Z] ---> Running in 5685251a481d [2020-07-30T09:36:52.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T09:36:52.559Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T09:36:53.539Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-30T09:36:53.539Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-30T09:36:53.539Z] (3/3) Installing curl (7.69.1-r0) [2020-07-30T09:36:53.539Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T09:36:53.539Z] OK: 71 MiB in 58 packages [2020-07-30T09:36:55.545Z] Removing intermediate container 5685251a481d [2020-07-30T09:36:55.545Z] ---> ae3709330ea0 [2020-07-30T09:36:55.545Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T09:36:55.545Z] ---> Running in 314f56899fcc [2020-07-30T09:36:56.155Z] Removing intermediate container 314f56899fcc [2020-07-30T09:36:56.155Z] ---> 80c165b220b9 [2020-07-30T09:36:56.155Z] Step 24/26 : LABEL arch=arm64 [2020-07-30T09:36:56.452Z] ---> Running in f1c81ccba8e9 [2020-07-30T09:36:57.055Z] Removing intermediate container f1c81ccba8e9 [2020-07-30T09:36:57.055Z] ---> f1b7be0c9525 [2020-07-30T09:36:57.055Z] Step 25/26 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c [2020-07-30T09:36:57.333Z] ---> Running in 99ec0ce12d59 [2020-07-30T09:36:57.933Z] Removing intermediate container 99ec0ce12d59 [2020-07-30T09:36:57.933Z] ---> d021b876cea5 [2020-07-30T09:36:57.933Z] Step 26/26 : LABEL version=0.0.0 [2020-07-30T09:36:58.210Z] ---> Running in db55b04191bd [2020-07-30T09:36:58.953Z] Removing intermediate container db55b04191bd [2020-07-30T09:36:58.953Z] ---> 620364055b91 [2020-07-30T09:36:58.953Z] [2020-07-30T09:36:59.865Z] Successfully built 620364055b91 [2020-07-30T09:36:59.865Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-30T09:37:05.537Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 5fda9c58185d [2020-07-30T09:37:05.537Z] ---> fff57d82e071 [2020-07-30T09:37:05.537Z] [2020-07-30T09:37:05.537Z] Step 10/21 : FROM scratch [2020-07-30T09:37:05.537Z] ---> [2020-07-30T09:37:05.537Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-30T09:37:05.813Z] ---> Running in fb45d5acc7bc [2020-07-30T09:37:06.418Z] Removing intermediate container fb45d5acc7bc [2020-07-30T09:37:06.418Z] ---> 0e2132206e4b [2020-07-30T09:37:06.418Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-30T09:37:06.418Z] ---> Running in d3410724e01b [2020-07-30T09:37:07.019Z] Removing intermediate container d3410724e01b [2020-07-30T09:37:07.019Z] ---> ae185636df34 [2020-07-30T09:37:07.019Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-30T09:37:07.292Z] ---> Running in 459f3b27697c [2020-07-30T09:37:07.891Z] Removing intermediate container 459f3b27697c [2020-07-30T09:37:07.891Z] ---> a1bd8a41aac5 [2020-07-30T09:37:07.891Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-30T09:37:08.869Z] ---> a8e8a284d5f9 [2020-07-30T09:37:08.869Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-30T09:37:10.320Z] ---> b9410be47474 [2020-07-30T09:37:10.320Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-30T09:37:11.779Z] ---> 2d563c19f7f4 [2020-07-30T09:37:11.779Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-30T09:37:12.809Z] ---> c6ed5faf95eb [2020-07-30T09:37:12.809Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T09:37:13.083Z] ---> Running in 3021d90b3caa [2020-07-30T09:37:13.685Z] Removing intermediate container 3021d90b3caa [2020-07-30T09:37:13.685Z] ---> cf532a1cfbdf [2020-07-30T09:37:13.685Z] Step 19/21 : LABEL arch=arm64 [2020-07-30T09:37:13.963Z] ---> Running in 12d11dd41127 [2020-07-30T09:37:14.564Z] Removing intermediate container 12d11dd41127 [2020-07-30T09:37:14.564Z] ---> 1cba7a667d49 [2020-07-30T09:37:14.564Z] Step 20/21 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c [2020-07-30T09:37:14.845Z] ---> Running in f63e69ca1b92 [2020-07-30T09:37:15.829Z] Removing intermediate container f63e69ca1b92 [2020-07-30T09:37:15.829Z] ---> 99e27a685753 [2020-07-30T09:37:15.829Z] Step 21/21 : LABEL version=0.0.0 [2020-07-30T09:37:16.112Z] ---> Running in 6e48b3e26edd [2020-07-30T09:37:17.106Z] Removing intermediate container 6e48b3e26edd [2020-07-30T09:37:17.106Z] ---> b2609b766675 [2020-07-30T09:37:17.106Z] [2020-07-30T09:37:17.705Z] Successfully built b2609b766675 [2020-07-30T09:37:17.705Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-30T09:37:19.680Z]  Building docker-support-logging-go ... done Removing intermediate container 54dd8b4a3af8 [2020-07-30T09:37:19.680Z] ---> 88d56f4377f6 [2020-07-30T09:37:19.680Z] [2020-07-30T09:37:19.680Z] Step 10/20 : FROM scratch [2020-07-30T09:37:19.680Z] ---> [2020-07-30T09:37:19.680Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T09:37:19.987Z] Removing intermediate container ed6ee5021208 [2020-07-30T09:37:19.987Z] ---> d3bea6fa5b8c [2020-07-30T09:37:19.987Z] [2020-07-30T09:37:19.987Z] Step 10/21 : FROM scratch [2020-07-30T09:37:19.987Z] ---> [2020-07-30T09:37:19.987Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T09:37:19.987Z] ---> Using cache [2020-07-30T09:37:19.987Z] ---> 3d297e04bc66 [2020-07-30T09:37:19.987Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-30T09:37:19.987Z] ---> Running in dd0764cdf189 [2020-07-30T09:37:20.267Z] ---> Using cache [2020-07-30T09:37:20.267Z] ---> 3d297e04bc66 [2020-07-30T09:37:20.267Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-30T09:37:20.267Z] ---> Running in ef49cd028375 [2020-07-30T09:37:20.863Z] Removing intermediate container dd0764cdf189 [2020-07-30T09:37:20.863Z] ---> 675337afc5cf [2020-07-30T09:37:20.863Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-30T09:37:20.863Z] Removing intermediate container ef49cd028375 [2020-07-30T09:37:20.863Z] ---> bbe59aef07dd [2020-07-30T09:37:20.863Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-30T09:37:20.863Z] ---> Running in 3437f3c5e91a [2020-07-30T09:37:21.140Z] ---> Running in 479296de9b66 [2020-07-30T09:37:21.740Z] Removing intermediate container 3437f3c5e91a [2020-07-30T09:37:21.740Z] ---> 2700bcc40bea [2020-07-30T09:37:21.740Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-30T09:37:21.740Z] Removing intermediate container 479296de9b66 [2020-07-30T09:37:21.740Z] ---> 00c32e4f35b3 [2020-07-30T09:37:21.740Z] Step 14/21 : WORKDIR / [2020-07-30T09:37:21.740Z] ---> Running in 51634ce6a5a2 [2020-07-30T09:37:22.738Z] Removing intermediate container 51634ce6a5a2 [2020-07-30T09:37:22.738Z] ---> 005d6d44e417 [2020-07-30T09:37:22.738Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-30T09:37:22.738Z] ---> 7f78e2bf9752 [2020-07-30T09:37:22.738Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-30T09:37:23.732Z] ---> 77c81df1bb4d [2020-07-30T09:37:23.732Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-30T09:37:24.328Z] ---> b245e281dd1e [2020-07-30T09:37:24.328Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-30T09:37:24.605Z] Removing intermediate container 16d0a91f699c [2020-07-30T09:37:24.605Z] ---> c2f8df32c530 [2020-07-30T09:37:24.605Z] [2020-07-30T09:37:24.605Z] Step 10/23 : FROM scratch [2020-07-30T09:37:24.605Z] ---> [2020-07-30T09:37:24.605Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-30T09:37:24.880Z] ---> Using cache [2020-07-30T09:37:24.880Z] ---> 0e2132206e4b [2020-07-30T09:37:24.880Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-30T09:37:25.154Z] ---> 2346d334f26c [2020-07-30T09:37:25.154Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-30T09:37:25.154Z] ---> Running in d268d1839d7e [2020-07-30T09:37:25.435Z] ---> 1df04e754140 [2020-07-30T09:37:25.435Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T09:37:25.435Z] ---> Running in 1bb66c8344c0 [2020-07-30T09:37:25.709Z] Removing intermediate container d268d1839d7e [2020-07-30T09:37:25.709Z] ---> 89a72d6f0ce0 [2020-07-30T09:37:25.709Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-30T09:37:25.709Z] ---> Running in 1e34b0fa5722 [2020-07-30T09:37:25.982Z] Removing intermediate container 1bb66c8344c0 [2020-07-30T09:37:25.982Z] ---> 1f81674cb5fb [2020-07-30T09:37:25.982Z] Step 18/20 : LABEL arch=arm64 [2020-07-30T09:37:25.982Z] ---> b6efa31d6222 [2020-07-30T09:37:25.982Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T09:37:26.256Z] ---> Running in 21ebad0dbc90 [2020-07-30T09:37:26.256Z] ---> Running in 9a2e2db5f5ee [2020-07-30T09:37:26.256Z] Removing intermediate container 1e34b0fa5722 [2020-07-30T09:37:26.256Z] ---> 4b9596795e21 [2020-07-30T09:37:26.256Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-30T09:37:26.860Z] Removing intermediate container 9a2e2db5f5ee [2020-07-30T09:37:26.860Z] ---> 02bdb3de1909 [2020-07-30T09:37:26.860Z] Step 19/21 : LABEL arch=arm64 [2020-07-30T09:37:26.860Z] Removing intermediate container 21ebad0dbc90 [2020-07-30T09:37:26.860Z] ---> 6824a4254a98 [2020-07-30T09:37:26.860Z] Step 19/20 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c [2020-07-30T09:37:26.860Z] ---> Running in 81f31b9b7441 [2020-07-30T09:37:26.860Z] ---> Running in 0b1ce90097e6 [2020-07-30T09:37:27.133Z] ---> 8c637a419df2 [2020-07-30T09:37:27.134Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-30T09:37:27.406Z] Removing intermediate container 81f31b9b7441 [2020-07-30T09:37:27.406Z] Removing intermediate container 0b1ce90097e6 [2020-07-30T09:37:27.406Z] ---> 26a2eb3a2230 [2020-07-30T09:37:27.406Z] Step 20/20 : LABEL version=0.0.0 [2020-07-30T09:37:27.406Z] ---> cbc74a6cc9a3 [2020-07-30T09:37:27.406Z] Step 20/21 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c [2020-07-30T09:37:27.682Z] ---> Running in 80504cd13b96 [2020-07-30T09:37:27.682Z] ---> Running in 4e0d5463ee4d [2020-07-30T09:37:28.279Z] ---> c7357e7264e7 [2020-07-30T09:37:28.279Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-30T09:37:28.279Z] Removing intermediate container 80504cd13b96 [2020-07-30T09:37:28.279Z] Removing intermediate container 4e0d5463ee4d [2020-07-30T09:37:28.279Z] ---> c257bd337a34 [2020-07-30T09:37:28.279Z] Step 21/21 : LABEL version=0.0.0 [2020-07-30T09:37:28.279Z] ---> 8535b79a7a1a [2020-07-30T09:37:28.279Z] [2020-07-30T09:37:28.555Z] ---> Running in b2fb68f0ec47 [2020-07-30T09:37:28.835Z] Successfully built 8535b79a7a1a [2020-07-30T09:37:29.112Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-30T09:37:29.112Z]  Building docker-support-scheduler-go ... done Removing intermediate container b2fb68f0ec47 [2020-07-30T09:37:29.112Z] ---> 2686acd83d65 [2020-07-30T09:37:29.112Z] [2020-07-30T09:37:29.729Z] Successfully built 2686acd83d65 [2020-07-30T09:37:29.729Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-30T09:37:29.729Z]  Building docker-core-command-go ... done  ---> bc15b1017c96 [2020-07-30T09:37:29.729Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-30T09:37:30.705Z] ---> 9b221e53b268 [2020-07-30T09:37:30.705Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-30T09:37:31.689Z] ---> dc4b88d35da9 [2020-07-30T09:37:31.689Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-30T09:37:32.666Z] ---> 74cb3886ddaf [2020-07-30T09:37:32.666Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T09:37:32.666Z] ---> Running in 0d130ef333c7 [2020-07-30T09:37:33.263Z] Removing intermediate container 0d130ef333c7 [2020-07-30T09:37:33.263Z] ---> e921b476b96a [2020-07-30T09:37:33.263Z] Step 21/23 : LABEL arch=arm64 [2020-07-30T09:37:33.263Z] ---> Running in 1baf290c63a6 [2020-07-30T09:37:33.856Z] Removing intermediate container 1baf290c63a6 [2020-07-30T09:37:33.856Z] ---> 08231b42d089 [2020-07-30T09:37:33.856Z] Step 22/23 : LABEL git_sha=990eba683d6c8d69092afaca8d7341b393e8866c [2020-07-30T09:37:33.856Z] ---> Running in 077ed652df2e [2020-07-30T09:37:34.148Z] Removing intermediate container 077ed652df2e [2020-07-30T09:37:34.148Z] ---> 690588cddc6b [2020-07-30T09:37:34.148Z] Step 23/23 : LABEL version=0.0.0 [2020-07-30T09:37:34.422Z] ---> Running in ec92a6b8ef22 [2020-07-30T09:37:35.015Z] Removing intermediate container ec92a6b8ef22 [2020-07-30T09:37:35.015Z] ---> 9bb5a25546fa [2020-07-30T09:37:35.015Z] [2020-07-30T09:37:35.288Z] Successfully built 9bb5a25546fa [2020-07-30T09:37:35.562Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-30T09:37:35.847Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-07-30T09:37:35.927Z] $ docker stop --time=1 50a2e8cf73c9c55edb0bed1f4cbfe19de83534758fcacec6a5c80e27e02e2c4e [2020-07-30T09:37:37.819Z] $ docker rm -f 50a2e8cf73c9c55edb0bed1f4cbfe19de83534758fcacec6a5c80e27e02e2c4e [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-30T09:37:38.400Z] + docker images [2020-07-30T09:37:38.400Z] + grep docker [2020-07-30T09:37:38.669Z] docker-support-notifications-go-arm64 latest 9bb5a25546fa 4 seconds ago 13.9MB [2020-07-30T09:37:38.669Z] docker-core-command-go-arm64 latest 2686acd83d65 9 seconds ago 12.4MB [2020-07-30T09:37:38.669Z] docker-support-scheduler-go-arm64 latest 8535b79a7a1a 10 seconds ago 12.6MB [2020-07-30T09:37:38.669Z] docker-support-logging-go-arm64 latest b2609b766675 22 seconds ago 11.4MB [2020-07-30T09:37:38.669Z] docker-sys-mgmt-agent-go-arm64 latest 620364055b91 40 seconds ago 266MB [2020-07-30T09:37:38.669Z] docker-core-data-go-arm64 latest 7220eecfb8ee 3 minutes ago 22.6MB [2020-07-30T09:37:38.669Z] docker-security-secretstore-setup-go-arm64 latest 86e5970c62ed 3 minutes ago 32.6MB [2020-07-30T09:37:38.669Z] docker-core-metadata-go-arm64 latest 18cab65eabb2 3 minutes ago 13.8MB [2020-07-30T09:37:38.669Z] docker-security-secrets-setup-go-arm64 latest 7c580c0f12f6 4 minutes ago 24.2MB [2020-07-30T09:37:38.669Z] docker-security-proxy-setup-go-arm64 latest 695b83614826 4 minutes ago 15.8MB [2020-07-30T09:37:38.669Z] 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-30T09:37:40.036Z] provisioning config files... [2020-07-30T09:37:40.061Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/20@tmp/config4238899467417231646tmp [Pipeline] { [Pipeline] sh [2020-07-30T09:37:40.471Z] + curl -s https://codecov.io/bash [2020-07-30T09:37:40.471Z] + bash -s - -t @/w/workspace/edgex-go/20@tmp/config4238899467417231646tmp [Pipeline] } [2020-07-30T09:37:41.057Z] 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-30T09:37:42.405Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-30T09:37:43.361Z] ---> package-listing.sh [2020-07-30T09:37:43.361Z] ++ facter osfamily [2020-07-30T09:37:43.361Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-30T09:37:43.682Z] + OS_FAMILY=redhat [2020-07-30T09:37:43.682Z] + workspace=/w/workspace/edgex-go/20 [2020-07-30T09:37:43.682Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-30T09:37:43.682Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-30T09:37:43.682Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-30T09:37:43.682Z] + PACKAGES=/tmp/packages_start.txt [2020-07-30T09:37:43.682Z] + '[' /w/workspace/edgex-go/20 ']' [2020-07-30T09:37:43.682Z] + PACKAGES=/tmp/packages_end.txt [2020-07-30T09:37:43.682Z] + case "${OS_FAMILY}" in [2020-07-30T09:37:43.682Z] + sort [2020-07-30T09:37:43.682Z] + rpm -qa [2020-07-30T09:37:49.274Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-30T09:37:49.274Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-30T09:37:49.274Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-30T09:37:49.274Z] + '[' /w/workspace/edgex-go/20 ']' [2020-07-30T09:37:49.274Z] + mkdir -p /w/workspace/edgex-go/20/archives/ [2020-07-30T09:37:49.274Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/20/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-30T09:37:50.024Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-30T09:37:50.289Z] [2020-07-30T09:37:50.289Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-30T09:37:50.834Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-30T09:37:51.112Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-30T09:37:51.112Z] c9b1b535fdd9: Pulling fs layer [2020-07-30T09:37:51.112Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-30T09:37:51.112Z] 756a868c4378: Pulling fs layer [2020-07-30T09:37:51.112Z] 444b2fc9a129: Pulling fs layer [2020-07-30T09:37:51.112Z] ea15f1150254: Pulling fs layer [2020-07-30T09:37:51.112Z] 41b27a9f41bf: Pulling fs layer [2020-07-30T09:37:51.112Z] 28c525ee5125: Pulling fs layer [2020-07-30T09:37:51.112Z] 094b1ea09ed8: Pulling fs layer [2020-07-30T09:37:51.112Z] 138eaada9080: Pulling fs layer [2020-07-30T09:37:51.112Z] 0622d0fa9048: Pulling fs layer [2020-07-30T09:37:51.112Z] 41b27a9f41bf: Waiting [2020-07-30T09:37:51.112Z] 28c525ee5125: Waiting [2020-07-30T09:37:51.112Z] 094b1ea09ed8: Waiting [2020-07-30T09:37:51.112Z] 138eaada9080: Waiting [2020-07-30T09:37:51.112Z] 444b2fc9a129: Waiting [2020-07-30T09:37:51.112Z] ea15f1150254: Waiting [2020-07-30T09:37:51.112Z] 0622d0fa9048: Waiting [2020-07-30T09:37:51.112Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-30T09:37:51.112Z] 2cc5ad85d9ab: Download complete [2020-07-30T09:37:51.112Z] 444b2fc9a129: Verifying Checksum [2020-07-30T09:37:51.112Z] 444b2fc9a129: Download complete [2020-07-30T09:37:51.413Z] c9b1b535fdd9: Verifying Checksum [2020-07-30T09:37:51.413Z] c9b1b535fdd9: Download complete [2020-07-30T09:37:51.413Z] ea15f1150254: Verifying Checksum [2020-07-30T09:37:51.413Z] ea15f1150254: Download complete [2020-07-30T09:37:51.704Z] 28c525ee5125: Verifying Checksum [2020-07-30T09:37:51.704Z] 28c525ee5125: Download complete [2020-07-30T09:37:51.972Z] c9b1b535fdd9: Pull complete [2020-07-30T09:37:52.253Z] 756a868c4378: Download complete [2020-07-30T09:37:52.526Z] 2cc5ad85d9ab: Pull complete [2020-07-30T09:37:52.526Z] 138eaada9080: Verifying Checksum [2020-07-30T09:37:52.526Z] 138eaada9080: Download complete [2020-07-30T09:37:53.062Z] 0622d0fa9048: Verifying Checksum [2020-07-30T09:37:53.062Z] 0622d0fa9048: Download complete [2020-07-30T09:37:55.263Z] 094b1ea09ed8: Verifying Checksum [2020-07-30T09:37:55.263Z] 094b1ea09ed8: Download complete [2020-07-30T09:37:55.263Z] 41b27a9f41bf: Verifying Checksum [2020-07-30T09:37:55.263Z] 41b27a9f41bf: Download complete [2020-07-30T09:37:58.152Z] 756a868c4378: Pull complete [2020-07-30T09:37:58.549Z] 444b2fc9a129: Pull complete [2020-07-30T09:37:58.824Z] ea15f1150254: Pull complete [2020-07-30T09:38:05.748Z] 41b27a9f41bf: Pull complete [2020-07-30T09:38:05.748Z] 28c525ee5125: Pull complete [2020-07-30T09:38:11.097Z] 094b1ea09ed8: Pull complete [2020-07-30T09:38:11.097Z] 138eaada9080: Pull complete [2020-07-30T09:38:11.097Z] 0622d0fa9048: Pull complete [2020-07-30T09:38:11.097Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-30T09:38:11.097Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-30T09:38:11.097Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-30T09:38:11.753Z] prd-centos7-docker-4c-2g-1549 does not seem to be running inside a container [2020-07-30T09:38:11.843Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-30T09:38:15.097Z] $ docker top ff3c1bceef0df0f23e3d5c54cd4e67582b07c4c766e587d1ec2fbec6af419371 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-30T09:38:15.749Z] provisioning config files... [2020-07-30T09:38:15.762Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/20@tmp/config8594974619952251225tmp [Pipeline] { [Pipeline] echo [2020-07-30T09:38:15.830Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-30T09:38:16.133Z] ---> create-netrc.sh [Pipeline] echo [2020-07-30T09:38:16.144Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-30T09:38:16.773Z] ---> logs-deploy.sh [2020-07-30T09:38:16.774Z] + ARCHIVE_ARTIFACTS= [2020-07-30T09:38:16.774Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-30T09:38:16.774Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-30T09:38:16.774Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-30T09:38:16.774Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/20 [2020-07-30T09:38:16.774Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/20/ [2020-07-30T09:38:16.774Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/20 /w/workspace/edgex-go/20 [2020-07-30T09:38:18.292Z] Archives upload complete. [2020-07-30T09:38:18.564Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/20 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/20/