Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b+b6e84d11f041a086b232d8992a39ab0cabcfc086 (24b36ab18883057b10c0dc2192901bf47a37447c) 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-1761 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/24 [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/24 # 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/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit b6e84d11f041a086b232d8992a39ab0cabcfc086 into PR head commit a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # 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/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # timeout=10 Merge succeeded, producing f2350e88acf22dec1781a969a21f8f28170e606d Checking out Revision f2350e88acf22dec1781a969a21f8f28170e606d (PR-2610) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b6e84d11f041a086b232d8992a39ab0cabcfc086 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f2350e88acf22dec1781a969a21f8f28170e606d # timeout=10 Commit message: "Merge commit 'b6e84d11f041a086b232d8992a39ab0cabcfc086' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-01T04:31:30.243Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-01T04:31:30.463Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-01T04:31:30.549Z] ========================================================= [2020-08-01T04:31:30.549Z] EdgeX Global Pipelines Version Info [2020-08-01T04:31:30.549Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk bb5f58aa036a796c64be670106db28671d795b04 # timeout=10 [2020-08-01T04:31:32.012Z] ------------------- [2020-08-01T04:31:32.012Z] stable info: [2020-08-01T04:31:32.012Z] ------------------- [2020-08-01T04:31:32.012Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-01T04:31:32.012Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-01T04:31:32.012Z] Message: update stable to v1.0.106 [2020-08-01T04:31:32.954Z] ------------------- [2020-08-01T04:31:32.954Z] experimental info: [2020-08-01T04:31:32.954Z] ------------------- [2020-08-01T04:31:32.954Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-01T04:31:32.954Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-01T04:31:32.954Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-01T04:31:34.571Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-08-01T04:31:34.571Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:31:34.571Z] ++ dirname cmd/core-command/Dockerfile [2020-08-01T04:31:34.571Z] ++ cut -d/ -f2 [2020-08-01T04:31:34.571Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-01T04:31:34.571Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:31:34.571Z] ++ dirname cmd/core-data/Dockerfile [2020-08-01T04:31:34.571Z] ++ cut -d/ -f2 [2020-08-01T04:31:34.571Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-01T04:31:34.571Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:31:34.571Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-01T04:31:34.571Z] ++ cut -d/ -f2 [2020-08-01T04:31:34.571Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-01T04:31:34.571Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:31:34.571Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-01T04:31:34.571Z] ++ cut -d/ -f2 [2020-08-01T04:31:34.571Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-01T04:31:34.571Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:31:34.571Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-01T04:31:34.571Z] ++ cut -d/ -f2 [2020-08-01T04:31:34.571Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-01T04:31:34.571Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:31:34.571Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-01T04:31:34.571Z] ++ cut -d/ -f2 [2020-08-01T04:31:34.571Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-01T04:31:34.571Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:31:34.571Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-01T04:31:34.571Z] ++ cut -d/ -f2 [2020-08-01T04:31:34.571Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-01T04:31:34.571Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:31:34.571Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-01T04:31:34.571Z] ++ cut -d/ -f2 [2020-08-01T04:31:34.571Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-01T04:31:34.571Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:31:34.571Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-01T04:31:34.571Z] ++ cut -d/ -f2 [2020-08-01T04:31:34.571Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-01T04:31:34.571Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:31:34.571Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-01T04:31:34.571Z] ++ cut -d/ -f2 [2020-08-01T04:31:34.571Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-01T04:31:34.659Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:31:35.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-01T04:31:35.624Z] [2020-08-01T04:31:35.624Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:31:36.001Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-01T04:31:36.001Z] latest: Pulling from edgex-devops/git-semver [2020-08-01T04:31:36.001Z] 31603596830f: Pulling fs layer [2020-08-01T04:31:36.001Z] 2a8b12db71e7: Pulling fs layer [2020-08-01T04:31:36.001Z] 6ca5941a6612: Pulling fs layer [2020-08-01T04:31:36.001Z] ecc8261a40a4: Pulling fs layer [2020-08-01T04:31:36.001Z] ecc8261a40a4: Waiting [2020-08-01T04:31:36.001Z] 2a8b12db71e7: Verifying Checksum [2020-08-01T04:31:36.001Z] 2a8b12db71e7: Download complete [2020-08-01T04:31:36.280Z] 31603596830f: Verifying Checksum [2020-08-01T04:31:36.280Z] 31603596830f: Download complete [2020-08-01T04:31:36.280Z] ecc8261a40a4: Verifying Checksum [2020-08-01T04:31:36.280Z] ecc8261a40a4: Download complete [2020-08-01T04:31:36.280Z] 6ca5941a6612: Verifying Checksum [2020-08-01T04:31:36.280Z] 6ca5941a6612: Download complete [2020-08-01T04:31:36.548Z] 31603596830f: Pull complete [2020-08-01T04:31:36.548Z] 2a8b12db71e7: Pull complete [2020-08-01T04:31:37.503Z] 6ca5941a6612: Pull complete [2020-08-01T04:31:37.764Z] ecc8261a40a4: Pull complete [2020-08-01T04:31:37.764Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-01T04:31:37.764Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-01T04:31:37.764Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-01T04:31:37.870Z] prd-centos7-docker-4c-2g-1761 does not seem to be running inside a container [2020-08-01T04:31:37.913Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-01T04:31:40.213Z] $ docker top b96bfbc595c7ce721c3599483bde8ac8263f55dcdbe2b8afcb73f3d85d40f1d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-01T04:31:40.682Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-01T04:31:40.682Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-01T04:31:40.926Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-01T04:31:40.926Z] $ docker exec b96bfbc595c7ce721c3599483bde8ac8263f55dcdbe2b8afcb73f3d85d40f1d6 ssh-agent [2020-08-01T04:31:41.094Z] SSH_AUTH_SOCK=/tmp/ssh-KsP39yn6FPYi/agent.11 [2020-08-01T04:31:41.094Z] SSH_AGENT_PID=16 [2020-08-01T04:31:41.106Z] Running ssh-add (command line suppressed) [2020-08-01T04:31:41.251Z] Identity added: /w/workspace/edgex-go/24@tmp/private_key_204678562910023864.key (/w/workspace/edgex-go/24@tmp/private_key_204678562910023864.key) [2020-08-01T04:31:41.311Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-01T04:31:41.638Z] + git describe --exact-match --tags HEAD [2020-08-01T04:31:41.638Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-01T04:31:41.660Z] $ docker exec --env ******** --env ******** b96bfbc595c7ce721c3599483bde8ac8263f55dcdbe2b8afcb73f3d85d40f1d6 ssh-agent -k [2020-08-01T04:31:41.780Z] unset SSH_AUTH_SOCK; [2020-08-01T04:31:41.780Z] unset SSH_AGENT_PID; [2020-08-01T04:31:41.780Z] echo Agent pid 16 killed; [2020-08-01T04:31:41.831Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-01T04:31:41.913Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-01T04:31:41.913Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-01T04:31:42.445Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-01T04:31:42.445Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-01T04:31:42.630Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-01T04:31:42.630Z] $ docker exec b96bfbc595c7ce721c3599483bde8ac8263f55dcdbe2b8afcb73f3d85d40f1d6 ssh-agent [2020-08-01T04:31:42.795Z] SSH_AUTH_SOCK=/tmp/ssh-jtv0QqVgvjUe/agent.45 [2020-08-01T04:31:42.795Z] SSH_AGENT_PID=50 [2020-08-01T04:31:42.804Z] Running ssh-add (command line suppressed) [2020-08-01T04:31:42.934Z] Identity added: /w/workspace/edgex-go/24@tmp/private_key_1171562048292417143.key (/w/workspace/edgex-go/24@tmp/private_key_1171562048292417143.key) [2020-08-01T04:31:42.992Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-01T04:31:43.320Z] + git semver init [2020-08-01T04:31:43.320Z] # -> Open(): unable to determine branch for HEAD [2020-08-01T04:31:43.320Z] # $GIT_DIR = /w/workspace/edgex-go/24/.git [2020-08-01T04:31:43.320Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/24 [2020-08-01T04:31:43.320Z] # $SEMVER_REMOTE_NAME = origin [2020-08-01T04:31:43.320Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-01T04:31:43.320Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-01T04:31:43.320Z] # $SEMVER_BRANCH = PR-2610 [2020-08-01T04:31:43.320Z] # $SEMVER_TEMP = /tmp/semver-626946888 [2020-08-01T04:31:43.320Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-01T04:32:05.343Z] # '/tmp/semver-626946888' -> '/w/workspace/edgex-go/24/.semver' [2020-08-01T04:32:05.343Z] # -> Force: false [2020-08-01T04:32:05.343Z] # $SEMVER_DIR = /w/workspace/edgex-go/24/.semver [Pipeline] } [2020-08-01T04:32:05.350Z] $ docker exec --env ******** --env ******** b96bfbc595c7ce721c3599483bde8ac8263f55dcdbe2b8afcb73f3d85d40f1d6 ssh-agent -k [2020-08-01T04:32:05.550Z] unset SSH_AUTH_SOCK; [2020-08-01T04:32:05.551Z] unset SSH_AGENT_PID; [2020-08-01T04:32:05.551Z] echo Agent pid 50 killed; [2020-08-01T04:32:05.630Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-01T04:32:06.071Z] + git semver [Pipeline] } [2020-08-01T04:32:06.085Z] $ docker stop --time=1 b96bfbc595c7ce721c3599483bde8ac8263f55dcdbe2b8afcb73f3d85d40f1d6 [2020-08-01T04:32:07.671Z] $ docker rm -f b96bfbc595c7ce721c3599483bde8ac8263f55dcdbe2b8afcb73f3d85d40f1d6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-01T04:32:22.992Z] Stashed 29 file(s) [Pipeline] echo [2020-08-01T04:32:22.994Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-08-01T04:32:23.475Z] ========================================================= [2020-08-01T04:32:23.475Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-01T04:32:23.476Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:32:23.805Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-01T04:32:27.115Z] Sending build context to Docker daemon 323.2MB [2020-08-01T04:32:27.115Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-01T04:32:27.115Z] Step 2/7 : FROM ${BASE} [2020-08-01T04:32:27.115Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-01T04:32:27.115Z] df20fa9351a1: Pulling fs layer [2020-08-01T04:32:27.115Z] ed8968b2872e: Pulling fs layer [2020-08-01T04:32:27.115Z] a92cc7c5fd73: Pulling fs layer [2020-08-01T04:32:27.115Z] 2dd03ba5bac4: Pulling fs layer [2020-08-01T04:32:27.115Z] 1e091d79d1de: Pulling fs layer [2020-08-01T04:32:27.115Z] 481702a1767f: Pulling fs layer [2020-08-01T04:32:27.115Z] f64a6f60c768: Pulling fs layer [2020-08-01T04:32:27.115Z] e78d2573fc39: Pulling fs layer [2020-08-01T04:32:27.115Z] e876d2f968b6: Pulling fs layer [2020-08-01T04:32:27.115Z] ce8a83651883: Pulling fs layer [2020-08-01T04:32:27.115Z] 07967f4d0e4b: Pulling fs layer [2020-08-01T04:32:27.115Z] f64a6f60c768: Waiting [2020-08-01T04:32:27.115Z] ce8a83651883: Waiting [2020-08-01T04:32:27.115Z] e78d2573fc39: Waiting [2020-08-01T04:32:27.115Z] e876d2f968b6: Waiting [2020-08-01T04:32:27.115Z] 1e091d79d1de: Waiting [2020-08-01T04:32:27.115Z] 481702a1767f: Waiting [2020-08-01T04:32:27.115Z] 2dd03ba5bac4: Waiting [2020-08-01T04:32:27.115Z] 07967f4d0e4b: Waiting [2020-08-01T04:32:27.115Z] a92cc7c5fd73: Verifying Checksum [2020-08-01T04:32:27.115Z] ed8968b2872e: Verifying Checksum [2020-08-01T04:32:27.115Z] ed8968b2872e: Download complete [2020-08-01T04:32:27.115Z] 1e091d79d1de: Download complete [2020-08-01T04:32:27.115Z] 481702a1767f: Verifying Checksum [2020-08-01T04:32:27.115Z] 481702a1767f: Download complete [2020-08-01T04:32:27.115Z] df20fa9351a1: Verifying Checksum [2020-08-01T04:32:27.115Z] df20fa9351a1: Download complete [2020-08-01T04:32:27.700Z] df20fa9351a1: Pull complete [2020-08-01T04:32:27.965Z] ed8968b2872e: Pull complete [2020-08-01T04:32:27.965Z] a92cc7c5fd73: Pull complete [2020-08-01T04:32:29.954Z] f64a6f60c768: Verifying Checksum [2020-08-01T04:32:29.955Z] f64a6f60c768: Download complete [2020-08-01T04:32:29.955Z] e876d2f968b6: Verifying Checksum [2020-08-01T04:32:29.955Z] e876d2f968b6: Download complete [2020-08-01T04:32:30.564Z] e78d2573fc39: Verifying Checksum [2020-08-01T04:32:30.564Z] e78d2573fc39: Download complete [2020-08-01T04:32:30.564Z] 2dd03ba5bac4: Download complete [2020-08-01T04:32:30.832Z] 07967f4d0e4b: Verifying Checksum [2020-08-01T04:32:30.832Z] 07967f4d0e4b: Download complete [2020-08-01T04:32:30.832Z] ce8a83651883: Verifying Checksum [2020-08-01T04:32:30.832Z] ce8a83651883: Download complete [2020-08-01T04:32:37.499Z] 2dd03ba5bac4: Pull complete [2020-08-01T04:32:37.499Z] 1e091d79d1de: Pull complete [2020-08-01T04:32:37.499Z] 481702a1767f: Pull complete [2020-08-01T04:32:38.290Z] Still waiting to schedule task [2020-08-01T04:32:38.290Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1763’ [2020-08-01T04:32:41.752Z] f64a6f60c768: Pull complete [2020-08-01T04:32:45.125Z] e78d2573fc39: Pull complete [2020-08-01T04:32:45.125Z] e876d2f968b6: Pull complete [2020-08-01T04:32:47.047Z] ce8a83651883: Pull complete [2020-08-01T04:32:47.047Z] 07967f4d0e4b: Pull complete [2020-08-01T04:32:47.047Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-01T04:32:47.047Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-01T04:32:47.047Z] ---> 5d7c900382c6 [2020-08-01T04:32:47.047Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-01T04:32:47.622Z] ---> Running in 297d146a1fab [2020-08-01T04:32:48.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:32:49.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:32:49.403Z] (1/12) Installing libmagic (5.38-r0) [2020-08-01T04:32:49.403Z] (2/12) Installing file (5.38-r0) [2020-08-01T04:32:49.403Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-01T04:32:49.663Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-01T04:32:52.965Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-01T04:32:52.965Z] (6/12) Installing patch (2.7.6-r6) [2020-08-01T04:32:52.965Z] (7/12) Installing build-base (0.5-r2) [2020-08-01T04:32:52.965Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-01T04:32:52.965Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-01T04:32:52.965Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-01T04:32:52.965Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-01T04:32:53.225Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-01T04:32:53.226Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:32:53.226Z] OK: 233 MiB in 51 packages [2020-08-01T04:32:57.469Z] Removing intermediate container 297d146a1fab [2020-08-01T04:32:57.469Z] ---> 54bbd1348c13 [2020-08-01T04:32:57.469Z] Step 4/7 : WORKDIR /edgex-go [2020-08-01T04:32:57.469Z] ---> Running in a1da591bb8e7 [2020-08-01T04:32:57.469Z] Removing intermediate container a1da591bb8e7 [2020-08-01T04:32:57.469Z] ---> f188d7dd7d42 [2020-08-01T04:32:57.469Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-01T04:32:57.729Z] latest: Pulling from library/docker [2020-08-01T04:32:57.729Z] df20fa9351a1: Already exists [2020-08-01T04:32:57.729Z] 25ad7478873d: Pulling fs layer [2020-08-01T04:32:57.729Z] 4684f6177b5d: Pulling fs layer [2020-08-01T04:32:57.729Z] 46e300cec669: Pulling fs layer [2020-08-01T04:32:57.729Z] 63038576ad94: Pulling fs layer [2020-08-01T04:32:57.729Z] 0fdb76c4706c: Pulling fs layer [2020-08-01T04:32:57.729Z] cb7edeffdfd5: Pulling fs layer [2020-08-01T04:32:57.729Z] 63038576ad94: Waiting [2020-08-01T04:32:57.729Z] 0fdb76c4706c: Waiting [2020-08-01T04:32:57.729Z] cb7edeffdfd5: Waiting [2020-08-01T04:32:57.993Z] 4684f6177b5d: Verifying Checksum [2020-08-01T04:32:57.993Z] 4684f6177b5d: Download complete [2020-08-01T04:32:57.993Z] 25ad7478873d: Verifying Checksum [2020-08-01T04:32:57.993Z] 25ad7478873d: Download complete [2020-08-01T04:32:57.993Z] 63038576ad94: Download complete [2020-08-01T04:32:57.993Z] 0fdb76c4706c: Verifying Checksum [2020-08-01T04:32:57.993Z] 0fdb76c4706c: Download complete [2020-08-01T04:32:58.256Z] cb7edeffdfd5: Verifying Checksum [2020-08-01T04:32:58.256Z] cb7edeffdfd5: Download complete [2020-08-01T04:32:58.256Z] 25ad7478873d: Pull complete [2020-08-01T04:32:58.520Z] 4684f6177b5d: Pull complete [2020-08-01T04:32:59.100Z] 46e300cec669: Verifying Checksum [2020-08-01T04:32:59.100Z] 46e300cec669: Download complete [2020-08-01T04:33:01.681Z] 46e300cec669: Pull complete [2020-08-01T04:33:01.681Z] 63038576ad94: Pull complete [2020-08-01T04:33:01.681Z] 0fdb76c4706c: Pull complete [2020-08-01T04:33:01.681Z] cb7edeffdfd5: Pull complete [2020-08-01T04:33:01.681Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-01T04:33:01.681Z] Status: Downloaded newer image for docker:latest [2020-08-01T04:33:03.613Z] ---> 87df523c2ad3 [2020-08-01T04:33:03.613Z] Step 6/7 : COPY go.mod . [2020-08-01T04:33:03.613Z] ---> a1124740bcb7 [2020-08-01T04:33:03.613Z] Step 7/7 : RUN go mod download [2020-08-01T04:33:03.874Z] ---> Running in 0793c0fb05ac [2020-08-01T04:33:06.423Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-01T04:33:06.423Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-01T04:33:06.423Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-01T04:33:06.423Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-01T04:33:06.423Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-01T04:33:06.423Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-01T04:33:06.423Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-01T04:33:06.423Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-01T04:33:06.423Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-01T04:33:06.423Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-01T04:33:06.423Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-01T04:33:06.423Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-01T04:33:06.423Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-01T04:33:06.423Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-01T04:33:06.423Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-01T04:33:06.423Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-01T04:33:06.423Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-01T04:33:06.423Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-01T04:33:06.423Z] go: finding github.com/fatih/color v1.7.0 [2020-08-01T04:33:06.423Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-01T04:33:06.423Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-01T04:33:06.423Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-01T04:33:06.423Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-01T04:33:06.423Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-01T04:33:06.423Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-01T04:33:06.683Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-01T04:33:06.683Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-01T04:33:06.683Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-01T04:33:06.683Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-01T04:33:06.683Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-01T04:33:06.683Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-01T04:33:06.683Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-01T04:33:06.683Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-01T04:33:06.683Z] go: finding github.com/google/uuid v1.1.0 [2020-08-01T04:33:06.683Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-01T04:33:06.684Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-01T04:33:06.684Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-01T04:33:06.945Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-01T04:33:06.945Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-01T04:33:06.945Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-01T04:33:06.945Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-01T04:33:06.945Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-01T04:33:06.945Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-01T04:33:06.945Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-01T04:33:06.945Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-01T04:33:06.945Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-01T04:33:06.945Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-01T04:33:06.945Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-01T04:33:06.945Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-01T04:33:07.205Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-01T04:33:07.205Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-01T04:33:07.205Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-01T04:33:07.205Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-01T04:33:07.205Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-01T04:33:07.205Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-01T04:33:07.205Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-01T04:33:07.205Z] go: finding github.com/kr/pty v1.1.1 [2020-08-01T04:33:07.205Z] go: finding github.com/kr/text v0.1.0 [2020-08-01T04:33:07.205Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-01T04:33:07.205Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-01T04:33:07.467Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-01T04:33:07.467Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-01T04:33:07.467Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-01T04:33:07.467Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-01T04:33:07.467Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-01T04:33:07.467Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-01T04:33:07.467Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-01T04:33:07.467Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-01T04:33:07.467Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-01T04:33:07.467Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-01T04:33:07.467Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-01T04:33:07.467Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-01T04:33:07.728Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-01T04:33:07.728Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-01T04:33:07.728Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-01T04:33:07.728Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-01T04:33:07.728Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-01T04:33:07.728Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-01T04:33:07.728Z] go: finding github.com/posener/complete v1.1.1 [2020-08-01T04:33:07.728Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-01T04:33:07.728Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-01T04:33:07.728Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-01T04:33:07.728Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-01T04:33:07.728Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-01T04:33:07.989Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-01T04:33:07.989Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-01T04:33:07.989Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-01T04:33:07.989Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-01T04:33:07.989Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-01T04:33:07.989Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-01T04:33:07.989Z] go: finding golang.org/x/text v0.3.2 [2020-08-01T04:33:07.989Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-01T04:33:07.989Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-01T04:33:07.989Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-01T04:33:07.989Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-01T04:33:07.989Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-01T04:33:08.251Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-01T04:33:30.332Z] Removing intermediate container 0793c0fb05ac [2020-08-01T04:33:30.332Z] ---> 29e3a1ac3225 [2020-08-01T04:33:30.332Z] Successfully built 29e3a1ac3225 [2020-08-01T04:33:30.332Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:33:30.937Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-01T04:33:30.937Z] . [Pipeline] withDockerContainer [2020-08-01T04:33:31.056Z] prd-centos7-docker-4c-2g-1761 does not seem to be running inside a container [2020-08-01T04:33:31.101Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-01T04:33:31.796Z] $ docker top b8f703695a9c0148fb41075fc3d5cb24c085ef2ed476f3acce820f987f7b80be -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-01T04:33:32.296Z] + go version [2020-08-01T04:33:32.296Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-01T04:33:32.309Z] ========================================================= [2020-08-01T04:33:32.309Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-01T04:33:32.309Z] ========================================================= [Pipeline] sh [2020-08-01T04:33:32.607Z] + make test [2020-08-01T04:33:32.607Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-01T04:33:35.162Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-01T04:33:47.540Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-01T04:33:52.972Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-01T04:33:52.972Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-01T04:33:52.972Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-01T04:33:52.972Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-01T04:33:55.609Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.019s [2020-08-01T04:33:55.609Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-01T04:33:55.609Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-01T04:33:55.609Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-01T04:33:55.609Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-01T04:33:56.228Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-01T04:33:56.228Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-01T04:33:56.228Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-01T04:33:56.228Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-01T04:34:02.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.033s coverage: 46.6% of statements [2020-08-01T04:34:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-01T04:34:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-01T04:34:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-01T04:34:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-01T04:34:02.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-01T04:34:04.930Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.099s coverage: 27.2% of statements [2020-08-01T04:34:04.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-01T04:34:04.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-01T04:34:04.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-01T04:34:04.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-01T04:34:04.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-01T04:34:04.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-01T04:34:04.930Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.011s coverage: 100.0% of statements [2020-08-01T04:34:04.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-01T04:34:04.931Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements [2020-08-01T04:34:04.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-01T04:34:04.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-01T04:34:05.200Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.331s coverage: 77.5% of statements [2020-08-01T04:34:05.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-01T04:34:05.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-01T04:34:05.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] [2020-08-01T04:34:05.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-01T04:34:05.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-01T04:34:05.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-01T04:34:05.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-01T04:34:06.191Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.168s coverage: 28.6% of statements [2020-08-01T04:34:06.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-01T04:34:06.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-01T04:34:06.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-01T04:34:06.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-01T04:34:06.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-01T04:34:06.191Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.011s coverage: 100.0% of statements [2020-08-01T04:34:06.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-01T04:34:06.794Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.018s coverage: 100.0% of statements [2020-08-01T04:34:06.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-01T04:34:07.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.042s coverage: 89.8% of statements [2020-08-01T04:34:07.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-01T04:34:07.981Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.035s coverage: 97.5% of statements [2020-08-01T04:34:07.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-01T04:34:08.247Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.048s coverage: 100.0% of statements [2020-08-01T04:34:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-01T04:34:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-01T04:34:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-01T04:34:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-01T04:34:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-01T04:34:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-01T04:34:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-01T04:34:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-01T04:34:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-01T04:34:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-01T04:34:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-01T04:34:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-01T04:34:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-01T04:34:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-01T04:34:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-01T04:34:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-01T04:34:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-01T04:34:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-01T04:34:08.247Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2020-08-01T04:34:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-01T04:34:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-01T04:34:08.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-01T04:34:09.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.080s coverage: 63.5% of statements [2020-08-01T04:34:09.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-01T04:34:09.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-01T04:34:09.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.010s coverage: 100.0% of statements [2020-08-01T04:34:09.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.157s coverage: 55.9% of statements [2020-08-01T04:34:09.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-01T04:34:09.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-01T04:34:09.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-01T04:34:09.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-01T04:34:22.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.271s coverage: 86.3% of statements [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-01T04:34:22.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.385s coverage: 72.2% of statements [2020-08-01T04:34:22.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.168s coverage: 72.1% of statements [2020-08-01T04:34:22.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.042s coverage: 82.4% of statements [2020-08-01T04:34:22.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.008s coverage: 48.4% of statements [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-01T04:34:22.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.011s coverage: 28.8% of statements [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-01T04:34:22.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.026s coverage: 96.8% of statements [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-01T04:34:22.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.067s coverage: 26.9% of statements [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-01T04:34:22.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.137s coverage: 84.1% of statements [2020-08-01T04:34:22.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.023s coverage: 100.0% of statements [2020-08-01T04:34:22.141Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.033s coverage: 42.9% of statements [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-01T04:34:22.141Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.029s coverage: 100.0% of statements [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-01T04:34:22.141Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.014s coverage: 83.8% of statements [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-01T04:34:22.141Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.072s coverage: 45.9% of statements [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-01T04:34:22.141Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.002s coverage: 100.0% of statements [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-01T04:34:22.141Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.020s coverage: 100.0% of statements [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-01T04:34:22.141Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.023s coverage: 100.0% of statements [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-01T04:34:22.141Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.046s coverage: 29.1% of statements [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-01T04:34:22.141Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.012s coverage: 99.0% of statements [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-01T04:34:22.141Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.008s coverage: 100.0% of statements [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-01T04:34:22.141Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-01T04:34:22.141Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.022s coverage: 100.0% of statements [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-01T04:34:22.141Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-01T04:34:23.105Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.023s coverage: 87.9% of statements [2020-08-01T04:34:23.105Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-01T04:34:23.105Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-01T04:34:23.105Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements [2020-08-01T04:34:23.105Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.015s coverage: 32.1% of statements [2020-08-01T04:34:23.369Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-08-01T04:34:23.632Z] GO111MODULE=on go vet ./... [2020-08-01T04:34:30.668Z] gofmt -l . [2020-08-01T04:34:31.246Z] [ "`gofmt -l .`" = "" ] [2020-08-01T04:34:31.826Z] ./bin/test-go-mod-tidy.sh [2020-08-01T04:34:32.416Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-01T04:34:34.124Z] + ls -al . [2020-08-01T04:34:34.124Z] total 556 [2020-08-01T04:34:34.124Z] drwxrwxr-x 10 1001 1001 4096 Aug 1 04:34 . [2020-08-01T04:34:34.124Z] drwxr-xr-x 4 root root 30 Aug 1 04:33 .. [2020-08-01T04:34:34.124Z] -rw-rw-r-- 1 1001 1001 11 Aug 1 04:31 .dockerignore [2020-08-01T04:34:34.124Z] drwxrwxr-x 8 1001 1001 179 Aug 1 04:31 .git [2020-08-01T04:34:34.124Z] drwxrwxr-x 3 1001 1001 60 Aug 1 04:31 .github [2020-08-01T04:34:34.124Z] -rw-rw-r-- 1 1001 1001 932 Aug 1 04:31 .gitignore [2020-08-01T04:34:34.124Z] drwx------ 3 1001 1001 47 Aug 1 04:32 .semver [2020-08-01T04:34:34.124Z] -rw-rw-r-- 1 1001 1001 166 Aug 1 04:31 .sonarcloud.properties [2020-08-01T04:34:34.124Z] -rw-rw-r-- 1 1001 1001 3804 Aug 1 04:31 CONTRIBUTING.md [2020-08-01T04:34:34.124Z] -rw-rw-r-- 1 1001 1001 1035 Aug 1 04:31 Dockerfile.build [2020-08-01T04:34:34.124Z] -rw-rw-r-- 1 1001 1001 865 Aug 1 04:31 Jenkinsfile [2020-08-01T04:34:34.124Z] -rw-rw-r-- 1 1001 1001 10775 Aug 1 04:31 LICENSE [2020-08-01T04:34:34.124Z] -rw-rw-r-- 1 1001 1001 6237 Aug 1 04:31 Makefile [2020-08-01T04:34:34.124Z] -rw-rw-r-- 1 1001 1001 5652 Aug 1 04:31 README.md [2020-08-01T04:34:34.124Z] -rw-rw-r-- 1 1001 1001 7111 Aug 1 04:31 SECURITY.md [2020-08-01T04:34:34.124Z] -rw-rw-r-- 1 1001 1001 5 Aug 1 04:32 VERSION [2020-08-01T04:34:34.124Z] -rw-rw-r-- 1 1001 1001 4131 Aug 1 04:31 ZMQWindows.md [2020-08-01T04:34:34.124Z] drwxrwxr-x 2 1001 1001 117 Aug 1 04:31 bin [2020-08-01T04:34:34.124Z] drwxrwxr-x 15 1001 1001 4096 Aug 1 04:31 cmd [2020-08-01T04:34:34.124Z] -rw-r--r-- 1 root root 457515 Aug 1 04:34 coverage.out [2020-08-01T04:34:34.124Z] -rw-r--r-- 1 root root 1019 Aug 1 04:34 go.mod [2020-08-01T04:34:34.124Z] -rw-r--r-- 1 root root 19185 Aug 1 04:34 go.sum [2020-08-01T04:34:34.124Z] drwxrwxr-x 8 1001 1001 127 Aug 1 04:31 internal [2020-08-01T04:34:34.124Z] drwxrwxr-x 4 1001 1001 26 Aug 1 04:31 openapi [2020-08-01T04:34:34.124Z] drwxrwxr-x 4 1001 1001 71 Aug 1 04:31 snap [2020-08-01T04:34:34.124Z] -rw-rw-r-- 1 1001 1001 168 Aug 1 04:31 version.go [Pipeline] sh [2020-08-01T04:34:34.424Z] + '[' -e coverage.out ] [2020-08-01T04:34:34.424Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-01T04:34:34.563Z] Stashed 1 file(s) [Pipeline] sh [2020-08-01T04:34:34.855Z] + make build [2020-08-01T04:34:34.855Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-01T04:34:41.517Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-01T04:34:45.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-01T04:34:46.696Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-01T04:34:48.090Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-01T04:34:50.020Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-01T04:34:50.606Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-01T04:34:53.170Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-01T04:34:54.571Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-01T04:34:55.963Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-01T04:34:57.400Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-01T04:34:58.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-01T04:35:00.197Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-08-01T04:35:01.591Z] $ docker stop --time=1 b8f703695a9c0148fb41075fc3d5cb24c085ef2ed476f3acce820f987f7b80be [2020-08-01T04:35:03.145Z] $ docker rm -f b8f703695a9c0148fb41075fc3d5cb24c085ef2ed476f3acce820f987f7b80be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:35:04.549Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-01T04:35:04.550Z] [2020-08-01T04:35:04.550Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:35:04.901Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-01T04:35:04.902Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-01T04:35:04.902Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-01T04:35:04.902Z] ca9280d653b3: Pulling fs layer [2020-08-01T04:35:04.902Z] 7e9c9ca2126c: Pulling fs layer [2020-08-01T04:35:05.185Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-01T04:35:05.185Z] cbdbe7a5bc2a: Download complete [2020-08-01T04:35:05.185Z] ca9280d653b3: Verifying Checksum [2020-08-01T04:35:05.185Z] ca9280d653b3: Download complete [2020-08-01T04:35:05.447Z] cbdbe7a5bc2a: Pull complete [2020-08-01T04:35:06.042Z] 7e9c9ca2126c: Verifying Checksum [2020-08-01T04:35:06.042Z] 7e9c9ca2126c: Download complete [2020-08-01T04:35:06.302Z] ca9280d653b3: Pull complete [2020-08-01T04:35:13.056Z] 7e9c9ca2126c: Pull complete [2020-08-01T04:35:13.056Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-01T04:35:13.056Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-01T04:35:13.056Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-01T04:35:13.185Z] prd-centos7-docker-4c-2g-1761 does not seem to be running inside a container [2020-08-01T04:35:13.230Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-01T04:35:16.256Z] $ docker top 79c2c932ff4231b126255229708e304e963780e23664667ff618ae005ea1aa59 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-01T04:35:16.837Z] + + docker-compose buildgrep --help parallel [2020-08-01T04:35:16.837Z] [2020-08-01T04:35:17.780Z] --parallel Build images in parallel. [Pipeline] } [2020-08-01T04:35:18.050Z] $ docker stop --time=1 79c2c932ff4231b126255229708e304e963780e23664667ff618ae005ea1aa59 [2020-08-01T04:35:19.429Z] $ docker rm -f 79c2c932ff4231b126255229708e304e963780e23664667ff618ae005ea1aa59 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:35:20.035Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-01T04:35:20.035Z] . [Pipeline] withDockerContainer [2020-08-01T04:35:20.146Z] prd-centos7-docker-4c-2g-1761 does not seem to be running inside a container [2020-08-01T04:35:20.190Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-01T04:35:20.894Z] $ docker top 10ca1aff7c2b7b0f6d1f2b0da7f49a97d3333eac46d17dc47bf6c78af1e24e4f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-01T04:35:21.393Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-01T04:35:22.340Z] Building docker-core-command-go ... [2020-08-01T04:35:22.340Z] Building docker-core-data-go ... [2020-08-01T04:35:22.340Z] Building docker-core-metadata-go ... [2020-08-01T04:35:22.340Z] Building docker-security-proxy-setup-go ... [2020-08-01T04:35:22.340Z] Building docker-security-secrets-setup-go ... [2020-08-01T04:35:22.340Z] Building docker-security-secretstore-setup-go ... [2020-08-01T04:35:22.340Z] Building docker-support-logging-go ... [2020-08-01T04:35:22.340Z] Building docker-support-notifications-go ... [2020-08-01T04:35:22.340Z] Building docker-support-scheduler-go ... [2020-08-01T04:35:22.340Z] Building docker-sys-mgmt-agent-go ... [2020-08-01T04:35:22.340Z] Building docker-support-logging-go [2020-08-01T04:35:22.340Z] Building docker-core-data-go [2020-08-01T04:35:22.340Z] Building docker-support-scheduler-go [2020-08-01T04:35:22.340Z] Building docker-support-notifications-go [2020-08-01T04:35:22.340Z] Building docker-sys-mgmt-agent-go [2020-08-01T04:35:44.755Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1772 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws [2020-08-01T04:35:44.798Z] Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout [2020-08-01T04:35:49.816Z] using credential edgex-jenkins-ssh [2020-08-01T04:35:49.872Z] Cloning the remote Git repository [2020-08-01T04:35:49.872Z] Cloning with configured refspecs honoured and without tags [2020-08-01T04:35:49.927Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-01T04:35:50.039Z] > git init /w/workspace/edgex-go/24 # timeout=10 [2020-08-01T04:35:50.111Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-01T04:35:50.112Z] > git --version # timeout=10 [2020-08-01T04:35:50.132Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-01T04:35:50.213Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-01T04:35:54.630Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:35:54.630Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:35:54.630Z] ---> 29e3a1ac3225 [2020-08-01T04:35:54.630Z] Step 3/20 : WORKDIR /edgex-go [2020-08-01T04:35:54.630Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:35:54.630Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:35:54.630Z] ---> 29e3a1ac3225 [2020-08-01T04:35:54.630Z] Step 3/23 : WORKDIR /edgex-go [2020-08-01T04:35:54.630Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:35:54.630Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:35:54.630Z] ---> 29e3a1ac3225 [2020-08-01T04:35:54.630Z] Step 3/26 : WORKDIR /edgex-go [2020-08-01T04:35:54.630Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:35:54.630Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:35:54.630Z] ---> 29e3a1ac3225 [2020-08-01T04:35:54.630Z] Step 3/21 : WORKDIR /edgex-go [2020-08-01T04:35:54.630Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:35:54.630Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:35:54.630Z] ---> 29e3a1ac3225 [2020-08-01T04:35:54.630Z] Step 3/22 : WORKDIR /edgex-go [2020-08-01T04:35:54.630Z] ---> Running in 782e168136c9 [2020-08-01T04:35:54.630Z] ---> Running in a131117d7341 [2020-08-01T04:35:54.630Z] ---> Running in fcca882ac49b [2020-08-01T04:35:54.630Z] ---> Running in b9aa3be4a774 [2020-08-01T04:35:54.630Z] ---> Running in f8c8f28176cc [2020-08-01T04:35:54.630Z] Removing intermediate container a131117d7341 [2020-08-01T04:35:54.630Z] ---> dd07aa8d56b5 [2020-08-01T04:35:54.630Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:35:54.630Z] Removing intermediate container 782e168136c9 [2020-08-01T04:35:54.630Z] ---> af46f0fd7ebf [2020-08-01T04:35:54.630Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:35:54.630Z] Removing intermediate container fcca882ac49b [2020-08-01T04:35:54.630Z] ---> 5d69418ff431 [2020-08-01T04:35:54.630Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:35:54.630Z] Removing intermediate container b9aa3be4a774 [2020-08-01T04:35:54.630Z] ---> 2dcd415d0d9a [2020-08-01T04:35:54.630Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:35:54.895Z] Removing intermediate container f8c8f28176cc [2020-08-01T04:35:54.895Z] ---> 3a8b474e1050 [2020-08-01T04:35:54.895Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:35:54.895Z] ---> Running in d005ce3b9d68 [2020-08-01T04:35:54.895Z] ---> Running in 3ab0b017a76b [2020-08-01T04:35:54.895Z] ---> Running in 80ef578835e7 [2020-08-01T04:35:54.895Z] ---> Running in 1b78e469e102 [2020-08-01T04:35:54.895Z] ---> Running in e38dc74c4f7b [2020-08-01T04:35:56.853Z] Removing intermediate container d005ce3b9d68 [2020-08-01T04:35:56.853Z] ---> 25d231ff5b08 [2020-08-01T04:35:56.853Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-01T04:35:57.119Z] ---> Running in 5fd43972403f [2020-08-01T04:35:57.119Z] Removing intermediate container 80ef578835e7 [2020-08-01T04:35:57.119Z] ---> 460e2c6628e9 [2020-08-01T04:35:57.119Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-01T04:35:57.119Z] Removing intermediate container 3ab0b017a76b [2020-08-01T04:35:57.119Z] ---> 5a466bcfa8eb [2020-08-01T04:35:57.119Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-01T04:35:57.119Z] Removing intermediate container 1b78e469e102 [2020-08-01T04:35:57.119Z] ---> 6c31696e145d [2020-08-01T04:35:57.119Z] Step 5/20 : RUN apk update && apk add make git [2020-08-01T04:35:57.392Z] ---> Running in 07fae80306aa [2020-08-01T04:35:57.392Z] ---> Running in f16cc3e6b747 [2020-08-01T04:35:57.392Z] Removing intermediate container e38dc74c4f7b [2020-08-01T04:35:57.392Z] ---> 679cac6033d2 [2020-08-01T04:35:57.392Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-01T04:35:57.392Z] ---> Running in 528bbf188d80 [2020-08-01T04:35:57.661Z] ---> Running in 32a868a00345 [2020-08-01T04:35:57.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:35:58.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:35:58.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:35:58.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:35:58.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:35:58.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:35:58.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:35:59.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:35:59.256Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:35:59.256Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:35:59.256Z] OK: 12749 distinct packages available [2020-08-01T04:35:59.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:35:59.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:35:59.522Z] OK: 233 MiB in 51 packages [2020-08-01T04:36:00.158Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:36:00.158Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:36:00.158Z] OK: 12749 distinct packages available [2020-08-01T04:36:00.158Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:36:00.158Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:36:00.158Z] OK: 12749 distinct packages available [2020-08-01T04:36:00.158Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:36:00.158Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:36:00.158Z] OK: 12749 distinct packages available [2020-08-01T04:36:00.158Z] Removing intermediate container 5fd43972403f [2020-08-01T04:36:00.158Z] ---> 2dbfbbde7dc4 [2020-08-01T04:36:00.158Z] Step 6/26 : COPY go.mod . [2020-08-01T04:36:00.158Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:36:00.158Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:36:00.158Z] OK: 12749 distinct packages available [2020-08-01T04:36:00.158Z] OK: 233 MiB in 51 packages [2020-08-01T04:36:00.430Z] OK: 233 MiB in 51 packages [2020-08-01T04:36:00.430Z] OK: 233 MiB in 51 packages [2020-08-01T04:36:00.430Z] OK: 233 MiB in 51 packages [2020-08-01T04:36:00.430Z] OK: 233 MiB in 51 packages [2020-08-01T04:36:00.695Z] ---> 9422888b7eb3 [2020-08-01T04:36:00.695Z] Step 7/26 : RUN go mod download [2020-08-01T04:36:00.695Z] ---> Running in 0a5ee2ed4364 [2020-08-01T04:36:01.278Z] Removing intermediate container 528bbf188d80 [2020-08-01T04:36:01.278Z] ---> 3f9507cba8f0 [2020-08-01T04:36:01.278Z] Step 6/20 : COPY go.mod . [2020-08-01T04:36:01.542Z] Removing intermediate container f16cc3e6b747 [2020-08-01T04:36:01.542Z] ---> 5ed9f99a015e [2020-08-01T04:36:01.542Z] Step 6/22 : COPY go.mod . [2020-08-01T04:36:01.820Z] ---> 9c4018004ab1 [2020-08-01T04:36:01.820Z] Step 7/20 : RUN go mod download [2020-08-01T04:36:01.820Z] Removing intermediate container 07fae80306aa [2020-08-01T04:36:01.820Z] ---> 637e716c86f0 [2020-08-01T04:36:01.820Z] Step 6/21 : COPY go.mod . [2020-08-01T04:36:01.820Z] ---> Running in 87f6328684eb [2020-08-01T04:36:02.085Z] ---> b55226aab51a [2020-08-01T04:36:02.085Z] Step 7/22 : RUN go mod download [2020-08-01T04:36:02.085Z] Removing intermediate container 32a868a00345 [2020-08-01T04:36:02.085Z] ---> 21074c3ee6e6 [2020-08-01T04:36:02.085Z] Step 6/23 : COPY go.mod . [2020-08-01T04:36:02.355Z] ---> Running in 2055eb7a17f4 [2020-08-01T04:36:02.355Z] ---> 7cdb46d2cb60 [2020-08-01T04:36:02.355Z] Step 7/21 : RUN go mod download [2020-08-01T04:36:02.355Z] ---> Running in 29ebaf6ab3c3 [2020-08-01T04:36:02.622Z] ---> 7ed53bbfeeb9 [2020-08-01T04:36:02.622Z] Step 7/23 : RUN go mod download [2020-08-01T04:36:02.892Z] ---> Running in fb0d59ef7e01 [2020-08-01T04:36:03.857Z] Removing intermediate container 87f6328684eb [2020-08-01T04:36:03.857Z] ---> c854f74cfb14 [2020-08-01T04:36:03.857Z] Step 8/20 : COPY . . [2020-08-01T04:36:05.778Z] Fetching without tags [2020-08-01T04:36:05.784Z] Removing intermediate container 0a5ee2ed4364 [2020-08-01T04:36:05.784Z] ---> 38618c8d6c88 [2020-08-01T04:36:05.784Z] Step 8/26 : COPY . . [2020-08-01T04:36:06.293Z] Merging remotes/origin/master commit b6e84d11f041a086b232d8992a39ab0cabcfc086 into PR head commit a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b [2020-08-01T04:36:06.363Z] Removing intermediate container 2055eb7a17f4 [2020-08-01T04:36:06.363Z] ---> 31a6d771442f [2020-08-01T04:36:06.363Z] Step 8/22 : COPY . . [2020-08-01T04:36:07.127Z] Merge succeeded, producing 28d7432a7c22bfa9541e194992070e3d880742d3 [2020-08-01T04:36:07.127Z] Checking out Revision 28d7432a7c22bfa9541e194992070e3d880742d3 (PR-2610) [2020-08-01T04:36:05.682Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-01T04:36:05.705Z] > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 [2020-08-01T04:36:05.722Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-01T04:36:05.745Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-01T04:36:05.786Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-01T04:36:05.787Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-01T04:36:05.799Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-01T04:36:06.302Z] > git config core.sparsecheckout # timeout=10 [2020-08-01T04:36:06.336Z] > git checkout -f a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # timeout=10 [2020-08-01T04:36:06.639Z] > git remote # timeout=10 [2020-08-01T04:36:06.656Z] > git config --get remote.origin.url # timeout=10 [2020-08-01T04:36:06.666Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-01T04:36:06.677Z] > git merge b6e84d11f041a086b232d8992a39ab0cabcfc086 # timeout=10 [2020-08-01T04:36:07.105Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-01T04:36:07.125Z] > git config core.sparsecheckout # timeout=10 [2020-08-01T04:36:07.146Z] > git checkout -f 28d7432a7c22bfa9541e194992070e3d880742d3 # timeout=10 [2020-08-01T04:36:11.295Z] Commit message: "Merge commit 'b6e84d11f041a086b232d8992a39ab0cabcfc086' into HEAD" [2020-08-01T04:36:11.323Z] First time build. Skipping changelog. [2020-08-01T04:36:11.296Z] > git rev-list --no-walk bb5f58aa036a796c64be670106db28671d795b04 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-01T04:36:13.031Z] Removing intermediate container 29ebaf6ab3c3 [2020-08-01T04:36:13.031Z] ---> 74f1891728fa [2020-08-01T04:36:13.031Z] Step 8/21 : COPY . . [2020-08-01T04:36:14.971Z] Removing intermediate container fb0d59ef7e01 [2020-08-01T04:36:14.971Z] ---> 476d88d486ae [2020-08-01T04:36:14.971Z] Step 8/23 : COPY . . [Pipeline] echo [2020-08-01T04:36:22.634Z] ========================================================= [2020-08-01T04:36:22.635Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-01T04:36:22.635Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:36:23.529Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-01T04:36:27.843Z] Sending build context to Docker daemon 323.2MB [2020-08-01T04:36:27.843Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-01T04:36:27.843Z] Step 2/7 : FROM ${BASE} [2020-08-01T04:36:27.843Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-01T04:36:27.843Z] b538f80385f9: Pulling fs layer [2020-08-01T04:36:27.843Z] 74f711af9a0d: Pulling fs layer [2020-08-01T04:36:27.843Z] 99f96fe45779: Pulling fs layer [2020-08-01T04:36:27.843Z] fd7a069fd194: Pulling fs layer [2020-08-01T04:36:27.843Z] 66aa3694b03b: Pulling fs layer [2020-08-01T04:36:27.843Z] 170f70906a0f: Pulling fs layer [2020-08-01T04:36:27.843Z] ad7c5574e4b9: Pulling fs layer [2020-08-01T04:36:27.843Z] e772456be8f7: Pulling fs layer [2020-08-01T04:36:27.843Z] c890913d741a: Pulling fs layer [2020-08-01T04:36:27.843Z] 2480fcc9aa5a: Pulling fs layer [2020-08-01T04:36:27.843Z] 09adf4765672: Pulling fs layer [2020-08-01T04:36:27.843Z] ad7c5574e4b9: Waiting [2020-08-01T04:36:27.843Z] e772456be8f7: Waiting [2020-08-01T04:36:27.843Z] c890913d741a: Waiting [2020-08-01T04:36:27.843Z] 2480fcc9aa5a: Waiting [2020-08-01T04:36:27.843Z] 09adf4765672: Waiting [2020-08-01T04:36:27.843Z] fd7a069fd194: Waiting [2020-08-01T04:36:27.843Z] 66aa3694b03b: Waiting [2020-08-01T04:36:27.843Z] 170f70906a0f: Waiting [2020-08-01T04:36:27.843Z] 99f96fe45779: Verifying Checksum [2020-08-01T04:36:27.843Z] 99f96fe45779: Download complete [2020-08-01T04:36:27.843Z] 74f711af9a0d: Verifying Checksum [2020-08-01T04:36:27.843Z] 74f711af9a0d: Download complete [2020-08-01T04:36:27.843Z] 66aa3694b03b: Verifying Checksum [2020-08-01T04:36:27.843Z] 66aa3694b03b: Download complete [2020-08-01T04:36:27.843Z] 170f70906a0f: Download complete [2020-08-01T04:36:28.119Z] b538f80385f9: Verifying Checksum [2020-08-01T04:36:28.119Z] b538f80385f9: Download complete [2020-08-01T04:36:28.719Z] b538f80385f9: Pull complete [2020-08-01T04:36:29.318Z] 74f711af9a0d: Pull complete [2020-08-01T04:36:29.591Z] 99f96fe45779: Pull complete [2020-08-01T04:36:31.025Z] ad7c5574e4b9: Verifying Checksum [2020-08-01T04:36:31.025Z] ad7c5574e4b9: Download complete [2020-08-01T04:36:31.025Z] c890913d741a: Verifying Checksum [2020-08-01T04:36:31.025Z] c890913d741a: Download complete [2020-08-01T04:36:32.455Z] e772456be8f7: Verifying Checksum [2020-08-01T04:36:32.455Z] e772456be8f7: Download complete [2020-08-01T04:36:32.455Z] 09adf4765672: Verifying Checksum [2020-08-01T04:36:32.455Z] 09adf4765672: Download complete [2020-08-01T04:36:32.455Z] 2480fcc9aa5a: Download complete [2020-08-01T04:36:33.881Z] fd7a069fd194: Verifying Checksum [2020-08-01T04:36:33.882Z] fd7a069fd194: Download complete [2020-08-01T04:36:41.868Z] ---> e2c37fc72a80 [2020-08-01T04:36:41.868Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-01T04:36:43.075Z] ---> Running in ebe543327350 [2020-08-01T04:36:44.479Z] ---> 07a472a869b9 [2020-08-01T04:36:44.479Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-01T04:36:45.874Z] ---> 53fa943d9cad [2020-08-01T04:36:45.875Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-01T04:36:46.447Z] fd7a069fd194: Pull complete [2020-08-01T04:36:46.447Z] 66aa3694b03b: Pull complete [2020-08-01T04:36:46.447Z] 170f70906a0f: Pull complete [2020-08-01T04:36:46.449Z] ---> Running in 265c7f582a75 [2020-08-01T04:36:46.718Z] ---> Running in 44005bdaa1e7 [2020-08-01T04:36:46.981Z] ---> 0d5772816bb5 [2020-08-01T04:36:46.981Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-01T04:36:46.981Z] ---> 42cfaa08e5df [2020-08-01T04:36:46.981Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-01T04:36:46.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-01T04:36:47.566Z] ---> Running in 5a6f85fa4776 [2020-08-01T04:36:47.566Z] ---> Running in 05696d6c6648 [2020-08-01T04:36:48.162Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-01T04:36:48.162Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-01T04:36:48.432Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-01T04:36:48.704Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-01T04:36:49.836Z] ad7c5574e4b9: Pull complete [2020-08-01T04:36:54.154Z] e772456be8f7: Pull complete [2020-08-01T04:36:54.431Z] c890913d741a: Pull complete [2020-08-01T04:36:57.096Z] 2480fcc9aa5a: Pull complete [2020-08-01T04:36:57.096Z] 09adf4765672: Pull complete [2020-08-01T04:36:57.096Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-01T04:36:57.096Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-01T04:36:57.096Z] ---> 2248a725d1cf [2020-08-01T04:36:57.096Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-01T04:37:03.830Z] ---> Running in e3c17255b7c2 [2020-08-01T04:37:04.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:37:05.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:37:07.201Z] (1/12) Installing libmagic (5.38-r0) [2020-08-01T04:37:07.201Z] (2/12) Installing file (5.38-r0) [2020-08-01T04:37:07.201Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-01T04:37:07.471Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-01T04:37:14.155Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-01T04:37:14.425Z] (6/12) Installing patch (2.7.6-r6) [2020-08-01T04:37:14.425Z] (7/12) Installing build-base (0.5-r2) [2020-08-01T04:37:14.425Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-01T04:37:14.695Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-01T04:37:14.695Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-01T04:37:14.695Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-01T04:37:15.289Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-01T04:37:15.289Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:37:15.289Z] OK: 217 MiB in 51 packages [2020-08-01T04:37:19.591Z] Removing intermediate container e3c17255b7c2 [2020-08-01T04:37:19.591Z] ---> 6e568a9fc5f5 [2020-08-01T04:37:19.591Z] Step 4/7 : WORKDIR /edgex-go [2020-08-01T04:37:19.591Z] ---> Running in 0a52e71ca443 [2020-08-01T04:37:20.183Z] Removing intermediate container 0a52e71ca443 [2020-08-01T04:37:20.183Z] ---> 5c62fea49b59 [2020-08-01T04:37:20.183Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-01T04:37:20.452Z] latest: Pulling from library/docker [2020-08-01T04:37:20.726Z] b538f80385f9: Already exists [2020-08-01T04:37:20.726Z] 259a493cd78d: Pulling fs layer [2020-08-01T04:37:20.726Z] b8e66b5100f5: Pulling fs layer [2020-08-01T04:37:20.726Z] 39dc9c94d07c: Pulling fs layer [2020-08-01T04:37:20.726Z] 551b823b3b82: Pulling fs layer [2020-08-01T04:37:20.726Z] 3c52a74df98c: Pulling fs layer [2020-08-01T04:37:20.726Z] 6c9b121b6998: Pulling fs layer [2020-08-01T04:37:20.726Z] 551b823b3b82: Waiting [2020-08-01T04:37:20.726Z] 3c52a74df98c: Waiting [2020-08-01T04:37:20.726Z] 6c9b121b6998: Waiting [2020-08-01T04:37:20.726Z] b8e66b5100f5: Verifying Checksum [2020-08-01T04:37:20.726Z] b8e66b5100f5: Download complete [2020-08-01T04:37:21.000Z] 259a493cd78d: Download complete [2020-08-01T04:37:21.000Z] 551b823b3b82: Verifying Checksum [2020-08-01T04:37:21.000Z] 551b823b3b82: Download complete [2020-08-01T04:37:21.000Z] 3c52a74df98c: Verifying Checksum [2020-08-01T04:37:21.000Z] 3c52a74df98c: Download complete [2020-08-01T04:37:21.000Z] 6c9b121b6998: Verifying Checksum [2020-08-01T04:37:21.000Z] 6c9b121b6998: Download complete [2020-08-01T04:37:21.598Z] 259a493cd78d: Pull complete [2020-08-01T04:37:21.872Z] b8e66b5100f5: Pull complete [2020-08-01T04:37:22.144Z] 39dc9c94d07c: Verifying Checksum [2020-08-01T04:37:22.144Z] 39dc9c94d07c: Download complete [2020-08-01T04:37:25.533Z] 39dc9c94d07c: Pull complete [2020-08-01T04:37:25.533Z] 551b823b3b82: Pull complete [2020-08-01T04:37:26.134Z] 3c52a74df98c: Pull complete [2020-08-01T04:37:26.405Z] 6c9b121b6998: Pull complete [2020-08-01T04:37:26.405Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-01T04:37:26.405Z] Status: Downloaded newer image for docker:latest [2020-08-01T04:37:29.798Z] ---> dde1a9689d95 [2020-08-01T04:37:29.798Z] Step 6/7 : COPY go.mod . [2020-08-01T04:37:30.394Z] ---> 0ba28247865d [2020-08-01T04:37:30.394Z] Step 7/7 : RUN go mod download [2020-08-01T04:37:30.394Z] ---> Running in 4a9e0b0ebc07 [2020-08-01T04:37:33.778Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-01T04:37:33.778Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-01T04:37:33.778Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-01T04:37:33.778Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-01T04:37:33.778Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-01T04:37:33.778Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-01T04:37:33.778Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-01T04:37:33.778Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-01T04:37:33.778Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-01T04:37:33.778Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-01T04:37:33.778Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-01T04:37:33.778Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-01T04:37:33.778Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-01T04:37:33.778Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-01T04:37:33.778Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-01T04:37:33.778Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-01T04:37:33.778Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-01T04:37:33.778Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-01T04:37:33.778Z] go: finding github.com/fatih/color v1.7.0 [2020-08-01T04:37:33.778Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-01T04:37:34.048Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-01T04:37:34.048Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-01T04:37:34.048Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-01T04:37:34.048Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-01T04:37:34.048Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-01T04:37:34.048Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-01T04:37:34.048Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-01T04:37:34.048Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-01T04:37:34.048Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-01T04:37:34.048Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-01T04:37:34.048Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-01T04:37:34.317Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-01T04:37:34.317Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-01T04:37:34.317Z] go: finding github.com/google/uuid v1.1.0 [2020-08-01T04:37:34.317Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-01T04:37:34.317Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-01T04:37:34.317Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-01T04:37:34.317Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-01T04:37:34.317Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-01T04:37:34.317Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-01T04:37:34.317Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-01T04:37:34.586Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-01T04:37:34.586Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-01T04:37:34.586Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-01T04:37:34.586Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-01T04:37:34.586Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-01T04:37:34.586Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-01T04:37:34.586Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-01T04:37:34.586Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-01T04:37:34.586Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-01T04:37:34.587Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-01T04:37:34.587Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-01T04:37:34.856Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-01T04:37:34.856Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-01T04:37:34.856Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-01T04:37:34.856Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-01T04:37:34.856Z] go: finding github.com/kr/pty v1.1.1 [2020-08-01T04:37:34.856Z] go: finding github.com/kr/text v0.1.0 [2020-08-01T04:37:34.856Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-01T04:37:34.856Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-01T04:37:34.856Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-01T04:37:34.856Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-01T04:37:34.856Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-01T04:37:35.125Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-01T04:37:35.125Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-01T04:37:35.125Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-01T04:37:35.125Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-01T04:37:35.125Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-01T04:37:35.125Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-01T04:37:35.125Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-01T04:37:35.125Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-01T04:37:35.125Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-01T04:37:35.125Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-01T04:37:35.125Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-01T04:37:35.125Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-01T04:37:35.412Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-01T04:37:35.412Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-01T04:37:35.412Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-01T04:37:35.412Z] go: finding github.com/posener/complete v1.1.1 [2020-08-01T04:37:35.412Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-01T04:37:35.412Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-01T04:37:35.412Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-01T04:37:35.412Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-01T04:37:35.412Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-01T04:37:35.412Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-01T04:37:35.412Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-01T04:37:35.603Z] Removing intermediate container 265c7f582a75 [2020-08-01T04:37:35.603Z] ---> 723791576518 [2020-08-01T04:37:35.603Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-01T04:37:35.603Z] Removing intermediate container 5a6f85fa4776 [2020-08-01T04:37:35.603Z] ---> cc1fc26b5c2c [2020-08-01T04:37:35.603Z] [2020-08-01T04:37:35.603Z] Step 10/21 : FROM scratch [2020-08-01T04:37:35.603Z] ---> [2020-08-01T04:37:35.603Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-01T04:37:35.603Z] ---> Running in a5e6ec440617 [2020-08-01T04:37:35.603Z] ---> Running in f0ee17b11c47 [2020-08-01T04:37:35.603Z] Removing intermediate container f0ee17b11c47 [2020-08-01T04:37:35.603Z] ---> 4d372f6f7381 [2020-08-01T04:37:35.603Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-01T04:37:35.603Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-01T04:37:35.603Z] ---> Running in eb0654c28613 [2020-08-01T04:37:35.718Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-01T04:37:35.718Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-01T04:37:35.718Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-01T04:37:35.718Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-01T04:37:35.718Z] go: finding golang.org/x/text v0.3.2 [2020-08-01T04:37:35.718Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-01T04:37:35.718Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-01T04:37:35.718Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-01T04:37:35.718Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-01T04:37:35.718Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-01T04:37:35.718Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-01T04:37:36.551Z] Removing intermediate container ebe543327350 [2020-08-01T04:37:36.551Z] ---> c74a2f5ebc4a [2020-08-01T04:37:36.551Z] [2020-08-01T04:37:36.551Z] Step 10/20 : FROM scratch [2020-08-01T04:37:36.551Z] ---> [2020-08-01T04:37:36.551Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-01T04:37:36.551Z] Removing intermediate container 05696d6c6648 [2020-08-01T04:37:36.551Z] ---> bd75b0b3824b [2020-08-01T04:37:36.551Z] [2020-08-01T04:37:36.551Z] Step 10/23 : FROM scratch [2020-08-01T04:37:36.551Z] ---> [2020-08-01T04:37:36.551Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-01T04:37:36.551Z] ---> Using cache [2020-08-01T04:37:36.551Z] ---> 4d372f6f7381 [2020-08-01T04:37:36.551Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-01T04:37:36.551Z] Removing intermediate container eb0654c28613 [2020-08-01T04:37:36.551Z] ---> b088496c3d0f [2020-08-01T04:37:36.551Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-01T04:37:36.812Z] ---> Running in 7cf07208ac5c [2020-08-01T04:37:36.812Z] ---> Running in 4d29748ef13e [2020-08-01T04:37:36.812Z] ---> Running in ff1285df3e73 [2020-08-01T04:37:37.110Z] Removing intermediate container 7cf07208ac5c [2020-08-01T04:37:37.110Z] ---> 9bfbf4d73780 [2020-08-01T04:37:37.110Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-01T04:37:37.110Z] Removing intermediate container 4d29748ef13e [2020-08-01T04:37:37.110Z] ---> 83a7612f7936 [2020-08-01T04:37:37.110Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-01T04:37:37.110Z] ---> Running in ef1cfe7a7417 [2020-08-01T04:37:37.110Z] Removing intermediate container ff1285df3e73 [2020-08-01T04:37:37.110Z] ---> 0c26510cc677 [2020-08-01T04:37:37.110Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-01T04:37:37.110Z] ---> Running in 64104166549e [2020-08-01T04:37:37.384Z] Removing intermediate container a5e6ec440617 [2020-08-01T04:37:37.384Z] ---> 1569fa0b9143 [2020-08-01T04:37:37.384Z] [2020-08-01T04:37:37.384Z] Step 11/26 : FROM docker:latest [2020-08-01T04:37:37.384Z] ---> 81f5749c9058 [2020-08-01T04:37:37.384Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-01T04:37:38.327Z] Removing intermediate container 64104166549e [2020-08-01T04:37:38.327Z] ---> 5677c8352793 [2020-08-01T04:37:38.327Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-01T04:37:38.327Z] Removing intermediate container ef1cfe7a7417 [2020-08-01T04:37:38.327Z] ---> 049323124f51 [2020-08-01T04:37:38.327Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-01T04:37:38.327Z] ---> Running in 9e31e1bb5315 [2020-08-01T04:37:38.591Z] ---> 2368242a321d [2020-08-01T04:37:38.591Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-01T04:37:38.591Z] ---> Running in a76a8b723e57 [2020-08-01T04:37:38.853Z] ---> 5c5d64fc22ef [2020-08-01T04:37:38.853Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-01T04:37:39.127Z] Removing intermediate container a76a8b723e57 [2020-08-01T04:37:39.127Z] ---> 1af53931a647 [2020-08-01T04:37:39.127Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-01T04:37:39.127Z] ---> 1719eebdfb9f [2020-08-01T04:37:39.127Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-01T04:37:39.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:37:39.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:37:39.667Z] ---> b75642a66c90 [2020-08-01T04:37:39.667Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-01T04:37:39.667Z] (1/2) Installing readline (8.0.4-r0) [2020-08-01T04:37:39.667Z] (2/2) Installing bash (5.0.17-r0) [2020-08-01T04:37:39.667Z] ---> fa8744367f3e [2020-08-01T04:37:39.667Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-01T04:37:39.667Z] Executing bash-5.0.17-r0.post-install [2020-08-01T04:37:39.667Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:37:39.941Z] OK: 12 MiB in 22 packages [2020-08-01T04:37:42.494Z] ---> e27869dd8ec9 [2020-08-01T04:37:42.494Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-01T04:37:42.494Z] ---> 4e4483a3df8e [2020-08-01T04:37:42.494Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-01T04:37:42.494Z] ---> d00e21c3d0a0 [2020-08-01T04:37:42.494Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-01T04:37:42.494Z] Removing intermediate container 44005bdaa1e7 [2020-08-01T04:37:42.494Z] ---> e4b891a50070 [2020-08-01T04:37:42.494Z] [2020-08-01T04:37:42.494Z] Step 10/22 : FROM alpine [2020-08-01T04:37:42.754Z] Removing intermediate container 9e31e1bb5315 [2020-08-01T04:37:42.754Z] ---> 35b59cbe8687 [2020-08-01T04:37:42.754Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-01T04:37:42.754Z] ---> cdb0d3e0f2fd [2020-08-01T04:37:42.754Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-01T04:37:42.754Z] ---> b1ee3a52ee4d [2020-08-01T04:37:42.754Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:37:42.754Z] latest: Pulling from library/alpine [2020-08-01T04:37:43.018Z] ---> Running in 34c4cf0f4aea [2020-08-01T04:37:43.018Z] ---> Running in 90a1e3f045fe [2020-08-01T04:37:43.281Z] ---> 4e45e693a2b7 [2020-08-01T04:37:43.281Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:37:43.281Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-01T04:37:43.281Z] Status: Downloaded newer image for alpine:latest [2020-08-01T04:37:43.281Z] ---> a24bb4013296 [2020-08-01T04:37:43.281Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-01T04:37:43.548Z] ---> Running in 9efea122316a [2020-08-01T04:37:43.548Z] ---> Running in a7a31aedade5 [2020-08-01T04:37:43.548Z] Removing intermediate container 90a1e3f045fe [2020-08-01T04:37:43.548Z] ---> 7ea03b0eb74b [2020-08-01T04:37:43.548Z] Step 19/21 : LABEL arch=x86_64 [2020-08-01T04:37:43.548Z] ---> e85a2b1b0a52 [2020-08-01T04:37:43.548Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-01T04:37:43.809Z] ---> Running in bad81ed14196 [2020-08-01T04:37:43.809Z] Removing intermediate container 9efea122316a [2020-08-01T04:37:43.809Z] ---> c2b5b43493f0 [2020-08-01T04:37:43.809Z] Step 18/20 : LABEL arch=x86_64 [2020-08-01T04:37:43.809Z] Removing intermediate container a7a31aedade5 [2020-08-01T04:37:43.809Z] ---> 5de9a0a5984e [2020-08-01T04:37:43.809Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-01T04:37:44.073Z] ---> 016e16d84324 [2020-08-01T04:37:44.073Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:37:44.073Z] ---> Running in 608188a9c790 [2020-08-01T04:37:44.073Z] ---> Running in e5664bddc585 [2020-08-01T04:37:44.340Z] Removing intermediate container bad81ed14196 [2020-08-01T04:37:44.340Z] ---> 8be29d1f11d9 [2020-08-01T04:37:44.340Z] Step 20/21 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d [2020-08-01T04:37:44.340Z] ---> Running in a0b21a99a946 [2020-08-01T04:37:44.601Z] ---> Running in 5724a9d6ff01 [2020-08-01T04:37:44.601Z] Removing intermediate container e5664bddc585 [2020-08-01T04:37:44.601Z] ---> 3b1d65449851 [2020-08-01T04:37:44.601Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-01T04:37:44.601Z] Removing intermediate container 608188a9c790 [2020-08-01T04:37:44.601Z] ---> 0fca7ba23c2e [2020-08-01T04:37:44.601Z] Step 19/20 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d [2020-08-01T04:37:44.863Z] Removing intermediate container a0b21a99a946 [2020-08-01T04:37:44.863Z] ---> 53ac8589789f [2020-08-01T04:37:44.863Z] Step 21/23 : LABEL arch=x86_64 [2020-08-01T04:37:44.863Z] ---> Running in 5c56872b8d51 [2020-08-01T04:37:44.863Z] ---> Running in f60d4f8ea182 [2020-08-01T04:37:44.863Z] Removing intermediate container 5724a9d6ff01 [2020-08-01T04:37:44.863Z] ---> 51b57f8f5c56 [2020-08-01T04:37:44.863Z] Step 21/21 : LABEL version=0.0.0 [2020-08-01T04:37:44.863Z] Removing intermediate container 34c4cf0f4aea [2020-08-01T04:37:44.863Z] ---> 25af34daf904 [2020-08-01T04:37:44.863Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-01T04:37:45.124Z] ---> Running in becefb9e8e8d [2020-08-01T04:37:45.124Z] ---> Running in faf072a79f66 [2020-08-01T04:37:45.124Z] ---> Running in 91ff0b7552e2 [2020-08-01T04:37:47.038Z] Removing intermediate container 5c56872b8d51 [2020-08-01T04:37:47.038Z] ---> 2b1e3cdda4cc [2020-08-01T04:37:47.038Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:37:47.038Z] Removing intermediate container f60d4f8ea182 [2020-08-01T04:37:47.038Z] ---> a3ea096b940e [2020-08-01T04:37:47.038Z] Step 20/20 : LABEL version=0.0.0 [2020-08-01T04:37:47.038Z] ---> Running in 6eef98e57bc6 [2020-08-01T04:37:47.038Z] ---> Running in 449abfd82875 [2020-08-01T04:37:47.038Z] Removing intermediate container becefb9e8e8d [2020-08-01T04:37:47.038Z] ---> 192a6ace59f6 [2020-08-01T04:37:47.038Z] Step 22/23 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d [2020-08-01T04:37:47.038Z] Removing intermediate container faf072a79f66 [2020-08-01T04:37:47.038Z] ---> c4c193c3596e [2020-08-01T04:37:47.038Z] [2020-08-01T04:37:47.038Z] Removing intermediate container 91ff0b7552e2 [2020-08-01T04:37:47.038Z] ---> 9d6de0790eab [2020-08-01T04:37:47.038Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-01T04:37:47.302Z] ---> Running in dc706ee49652 [2020-08-01T04:37:47.302Z] Successfully built c4c193c3596e [2020-08-01T04:37:47.302Z] Successfully tagged docker-support-logging-go:latest [2020-08-01T04:37:47.302Z] ---> Running in 404605dffec0 [2020-08-01T04:37:47.302Z] Building docker-core-metadata-go [2020-08-01T04:37:47.302Z]  Building docker-support-logging-go ... done Removing intermediate container 6eef98e57bc6 [2020-08-01T04:37:47.302Z] ---> 8f94467e2782 [2020-08-01T04:37:47.302Z] [2020-08-01T04:37:47.568Z] Removing intermediate container dc706ee49652 [2020-08-01T04:37:47.568Z] ---> 8df8c5fea371 [2020-08-01T04:37:47.568Z] Step 23/23 : LABEL version=0.0.0 [2020-08-01T04:37:47.568Z] Successfully built 8f94467e2782 [2020-08-01T04:37:47.568Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-01T04:37:47.568Z] Building docker-security-secretstore-setup-go [2020-08-01T04:37:47.568Z]  Building docker-support-scheduler-go ... done  ---> Running in b5a9e89058ed [2020-08-01T04:37:47.568Z] Removing intermediate container 404605dffec0 [2020-08-01T04:37:47.836Z] ---> 79f7f127ba4c [2020-08-01T04:37:47.836Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-01T04:37:47.836Z] ---> Running in 66845897b2ab [2020-08-01T04:37:47.836Z] Removing intermediate container b5a9e89058ed [2020-08-01T04:37:47.836Z] ---> c9e11bd5371b [2020-08-01T04:37:47.836Z] [2020-08-01T04:37:48.101Z] Successfully built c9e11bd5371b [2020-08-01T04:37:48.101Z] Removing intermediate container 66845897b2ab [2020-08-01T04:37:48.101Z] ---> 3e7766318e01 [2020-08-01T04:37:48.101Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-01T04:37:48.366Z] Successfully tagged docker-support-notifications-go:latest [2020-08-01T04:37:48.367Z] Building docker-core-command-go [2020-08-01T04:37:48.633Z]  Building docker-support-notifications-go ... done Removing intermediate container 449abfd82875 [2020-08-01T04:37:48.633Z] ---> d3f5c47bbe1d [2020-08-01T04:37:48.633Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-01T04:37:48.898Z] ---> Running in acf25d1d8009 [2020-08-01T04:37:50.827Z] ---> 1bbd69e4d8b8 [2020-08-01T04:37:50.827Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-01T04:37:56.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:37:56.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:37:56.135Z] ---> 88053a3b8aef [2020-08-01T04:37:56.135Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-01T04:37:56.396Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-01T04:37:56.659Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-01T04:37:56.659Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-01T04:37:56.923Z] ---> ad3d8a9672db [2020-08-01T04:37:56.923Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-01T04:37:56.923Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-01T04:37:56.923Z] ---> Running in 39cd9e2cadc5 [2020-08-01T04:37:56.923Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-01T04:37:57.190Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:37:57.190Z] OK: 8 MiB in 19 packages [2020-08-01T04:37:57.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:37:57.983Z] Removing intermediate container 4a9e0b0ebc07 [2020-08-01T04:37:57.983Z] ---> ee8a6c92883c [2020-08-01T04:37:57.983Z] Successfully built ee8a6c92883c [2020-08-01T04:37:57.983Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [2020-08-01T04:37:58.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2020-08-01T04:37:58.337Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-01T04:37:58.337Z] (2/33) Installing expat (2.2.9-r1) [2020-08-01T04:37:58.337Z] (3/33) Installing libffi (3.3-r2) [2020-08-01T04:37:58.337Z] (4/33) Installing gdbm (1.13-r1) [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:37:58.610Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-01T04:37:58.610Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-01T04:37:58.610Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-01T04:37:58.712Z] + docker inspect -f . ci-base-image-arm64 [2020-08-01T04:37:58.712Z] . [Pipeline] withDockerContainer [2020-08-01T04:37:58.957Z] prd-ubuntu18.04-docker-arm64-4c-16g-1772 does not seem to be running inside a container [2020-08-01T04:37:59.030Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-01T04:38:00.428Z] $ docker top 4cac98ed2a6df179592b783bdaefce3110f58cae211cd58dde2ff958cf9a5d83 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-01T04:38:01.438Z] + go version [2020-08-01T04:38:01.438Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-01T04:38:01.458Z] ========================================================= [2020-08-01T04:38:01.458Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-01T04:38:01.458Z] ========================================================= [Pipeline] sh [2020-08-01T04:38:02.106Z] + make test [2020-08-01T04:38:02.106Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-01T04:38:04.728Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-01T04:38:08.679Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-01T04:38:08.680Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-01T04:38:08.680Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-01T04:38:08.680Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-01T04:38:08.680Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-01T04:38:08.680Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-01T04:38:08.680Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-01T04:38:08.680Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-01T04:38:08.946Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-01T04:38:09.219Z] Removing intermediate container acf25d1d8009 [2020-08-01T04:38:09.219Z] ---> a23308e02794 [2020-08-01T04:38:09.219Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-01T04:38:09.219Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-01T04:38:09.219Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-01T04:38:09.219Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-01T04:38:10.167Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-01T04:38:10.430Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-01T04:38:10.693Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-01T04:38:11.638Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-01T04:38:12.601Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:38:12.601Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:38:12.601Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:38:12.601Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:38:12.601Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-01T04:38:12.870Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-01T04:38:12.870Z] ---> 29e3a1ac3225 [2020-08-01T04:38:12.870Z] Step 3/21 : WORKDIR /edgex-go [2020-08-01T04:38:12.870Z] ---> 29e3a1ac3225 [2020-08-01T04:38:12.870Z] Step 3/21 : WORKDIR /edgex-go [2020-08-01T04:38:12.870Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-01T04:38:13.140Z] ---> Using cache [2020-08-01T04:38:13.140Z] ---> 3a8b474e1050 [2020-08-01T04:38:13.140Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:38:13.140Z] ---> Using cache [2020-08-01T04:38:13.140Z] ---> 3a8b474e1050 [2020-08-01T04:38:13.140Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:38:13.140Z] ---> Using cache [2020-08-01T04:38:13.140Z] ---> 679cac6033d2 [2020-08-01T04:38:13.140Z] Step 5/21 : RUN apk update && apk add make git [2020-08-01T04:38:13.140Z] ---> Using cache [2020-08-01T04:38:13.140Z] ---> 679cac6033d2 [2020-08-01T04:38:13.140Z] Step 5/21 : RUN apk update && apk add make git [2020-08-01T04:38:14.543Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:38:14.543Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:38:14.543Z] ---> 29e3a1ac3225 [2020-08-01T04:38:14.543Z] Step 3/26 : WORKDIR /edgex-go [2020-08-01T04:38:14.543Z] ---> Using cache [2020-08-01T04:38:14.543Z] ---> 3a8b474e1050 [2020-08-01T04:38:14.543Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:38:14.543Z] ---> Using cache [2020-08-01T04:38:14.543Z] ---> 679cac6033d2 [2020-08-01T04:38:14.543Z] Step 5/26 : RUN apk update && apk add make git [2020-08-01T04:38:15.115Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-01T04:38:15.375Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-01T04:38:15.375Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-01T04:38:15.375Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-01T04:38:15.946Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-01T04:38:16.206Z] ---> f8c00e115486 [2020-08-01T04:38:16.206Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-01T04:38:16.468Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-01T04:38:16.468Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-01T04:38:17.423Z] ---> Running in 0d8d380c8b89 [2020-08-01T04:38:17.423Z] ---> Running in 479ab65d7a43 [2020-08-01T04:38:17.423Z] ---> Running in 6fe976c3c6fa [2020-08-01T04:38:17.423Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:38:17.423Z] OK: 71 MiB in 55 packages [2020-08-01T04:38:17.690Z] ---> 1790824e74eb [2020-08-01T04:38:17.690Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-01T04:38:18.458Z] ---> b259e04dda31 [2020-08-01T04:38:18.458Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:38:18.458Z] ---> Running in ae67a7173d26 [2020-08-01T04:38:18.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:38:18.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:38:18.758Z] Removing intermediate container ae67a7173d26 [2020-08-01T04:38:18.758Z] ---> f0b4761ca00c [2020-08-01T04:38:18.758Z] Step 20/22 : LABEL arch=x86_64 [2020-08-01T04:38:18.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:38:18.758Z] ---> Running in 00156f5912a5 [2020-08-01T04:38:19.365Z] Removing intermediate container 00156f5912a5 [2020-08-01T04:38:19.365Z] ---> 2b460a4d71a4 [2020-08-01T04:38:19.365Z] Step 21/22 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d [2020-08-01T04:38:19.365Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:38:19.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:38:19.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:38:20.154Z] ---> Running in 154c8b96a4ff [2020-08-01T04:38:20.154Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:38:20.154Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:38:20.154Z] OK: 12749 distinct packages available [2020-08-01T04:38:20.417Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:38:20.417Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:38:20.417Z] OK: 12749 distinct packages available [2020-08-01T04:38:20.417Z] OK: 233 MiB in 51 packages [2020-08-01T04:38:20.678Z] OK: 233 MiB in 51 packages [2020-08-01T04:38:20.678Z] Removing intermediate container 154c8b96a4ff [2020-08-01T04:38:20.678Z] ---> cc3f505c8449 [2020-08-01T04:38:20.678Z] Step 22/22 : LABEL version=0.0.0 [2020-08-01T04:38:21.633Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:38:21.633Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:38:21.633Z] OK: 12749 distinct packages available [2020-08-01T04:38:21.633Z] ---> Running in 509a00596dfa [2020-08-01T04:38:21.633Z] OK: 233 MiB in 51 packages [2020-08-01T04:38:23.565Z] Removing intermediate container 509a00596dfa [2020-08-01T04:38:23.565Z] ---> ef262d9debb8 [2020-08-01T04:38:23.565Z] [2020-08-01T04:38:23.565Z] Successfully built ef262d9debb8 [2020-08-01T04:38:23.565Z] Successfully tagged docker-core-data-go:latest [2020-08-01T04:38:23.565Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-08-01T04:38:27.787Z] Removing intermediate container 6fe976c3c6fa [2020-08-01T04:38:27.787Z] ---> b6d684a157d9 [2020-08-01T04:38:27.787Z] Step 6/26 : COPY go.mod . [2020-08-01T04:38:29.712Z] Removing intermediate container 479ab65d7a43 [2020-08-01T04:38:29.712Z] ---> 08e927e047ea [2020-08-01T04:38:29.712Z] Step 6/21 : COPY go.mod . [2020-08-01T04:38:31.111Z] Removing intermediate container 0d8d380c8b89 [2020-08-01T04:38:31.111Z] ---> 2509303c992e [2020-08-01T04:38:31.111Z] Step 6/21 : COPY go.mod . [2020-08-01T04:38:31.111Z] ---> 10d5efe49efd [2020-08-01T04:38:31.111Z] Step 7/26 : RUN go mod download [2020-08-01T04:38:31.111Z] Removing intermediate container 39cd9e2cadc5 [2020-08-01T04:38:31.111Z] ---> 0d0f583581f2 [2020-08-01T04:38:31.111Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-01T04:38:31.684Z] ---> 2e61c3fda955 [2020-08-01T04:38:31.684Z] Step 7/21 : RUN go mod download [2020-08-01T04:38:32.639Z] ---> f5607c00e635 [2020-08-01T04:38:32.639Z] Step 7/21 : RUN go mod download [2020-08-01T04:38:32.639Z] ---> Running in 97a37030601e [2020-08-01T04:38:33.228Z] ---> Running in 84cd95926c30 [2020-08-01T04:38:33.228Z] ---> Running in f04f4831ba04 [2020-08-01T04:38:33.498Z] ---> Running in 18c80d07424b [2020-08-01T04:38:37.124Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-01T04:38:37.778Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:38:37.778Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-01T04:38:37.778Z] ---> 29e3a1ac3225 [2020-08-01T04:38:37.778Z] Step 3/29 : WORKDIR /edgex-go [2020-08-01T04:38:37.778Z] ---> Using cache [2020-08-01T04:38:37.778Z] ---> 3a8b474e1050 [2020-08-01T04:38:37.778Z] Step 4/29 : RUN apk update && apk add make git [2020-08-01T04:38:38.354Z] ---> Running in 56fd77b9831d [2020-08-01T04:38:38.941Z] Removing intermediate container 18c80d07424b [2020-08-01T04:38:38.941Z] ---> 4c49abe5ccf0 [2020-08-01T04:38:38.941Z] Step 8/21 : COPY . . [2020-08-01T04:38:38.941Z] Removing intermediate container f04f4831ba04 [2020-08-01T04:38:38.941Z] ---> c9cf44f88d1d [2020-08-01T04:38:38.941Z] Step 8/21 : COPY . . [2020-08-01T04:38:38.941Z] Removing intermediate container 97a37030601e [2020-08-01T04:38:38.941Z] ---> 2777853ce774 [2020-08-01T04:38:38.941Z] Step 8/26 : COPY . . [2020-08-01T04:38:39.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:38:40.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:38:41.912Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:38:41.912Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:38:41.912Z] OK: 12749 distinct packages available [2020-08-01T04:38:42.665Z] OK: 233 MiB in 51 packages [2020-08-01T04:38:46.903Z] Collecting docker-compose==1.23.2 [2020-08-01T04:38:46.903Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-01T04:38:47.846Z] Collecting PyYAML<4,>=3.10 [2020-08-01T04:38:47.846Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-01T04:38:52.072Z] Removing intermediate container 56fd77b9831d [2020-08-01T04:38:52.072Z] ---> c2faa9a41914 [2020-08-01T04:38:52.072Z] Step 5/29 : COPY go.mod . [2020-08-01T04:38:52.224Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-01T04:38:52.224Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-01T04:38:52.224Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-01T04:38:52.224Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-01T04:38:52.224Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.064s [2020-08-01T04:38:52.224Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-01T04:38:52.224Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-01T04:38:52.224Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-01T04:38:53.041Z] Collecting docopt<0.7,>=0.6.1 [2020-08-01T04:38:53.041Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-01T04:38:53.662Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-01T04:38:55.107Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-01T04:38:55.107Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-01T04:38:55.107Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-01T04:38:55.107Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-01T04:38:55.594Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-01T04:38:55.594Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-01T04:38:56.185Z] ---> 741e921d6b80 [2020-08-01T04:38:56.185Z] Step 6/29 : RUN go mod download [2020-08-01T04:38:56.771Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-01T04:38:58.203Z] ---> Running in 88ca44679a29 [2020-08-01T04:38:58.203Z] Collecting cached-property<2,>=1.2.0 [2020-08-01T04:38:58.203Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-01T04:38:58.790Z] Collecting texttable<0.10,>=0.9.0 [2020-08-01T04:38:58.790Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-01T04:39:00.213Z] Collecting docker<4.0,>=3.6.0 [2020-08-01T04:39:00.213Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-01T04:39:00.805Z] Collecting jsonschema<3,>=2.5.1 [2020-08-01T04:39:00.805Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-01T04:39:01.404Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-01T04:39:01.404Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-01T04:39:01.989Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-01T04:39:01.989Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-01T04:39:02.251Z] Collecting docker-pycreds>=0.4.0 [2020-08-01T04:39:02.251Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-01T04:39:02.517Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-01T04:39:02.517Z] Collecting idna<2.8,>=2.5 [2020-08-01T04:39:02.517Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-01T04:39:03.097Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-01T04:39:03.097Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-01T04:39:03.097Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-01T04:39:03.699Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-01T04:39:03.699Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-01T04:39:03.699Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-01T04:39:03.699Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-01T04:39:04.039Z] Installing collected packages: PyYAML, docopt, dockerpty, cached-property, texttable, idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, docker-compose [2020-08-01T04:39:04.039Z] Running setup.py install for PyYAML: started [2020-08-01T04:39:05.261Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.072s coverage: 46.6% of statements [2020-08-01T04:39:05.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-01T04:39:05.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-01T04:39:05.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-01T04:39:05.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-01T04:39:05.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-01T04:39:07.359Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-01T04:39:07.359Z] Running setup.py install for docopt: started [2020-08-01T04:39:07.973Z] Removing intermediate container 88ca44679a29 [2020-08-01T04:39:07.973Z] ---> 61a8b50e6d54 [2020-08-01T04:39:07.973Z] Step 7/29 : COPY . . [2020-08-01T04:39:08.238Z] Running setup.py install for docopt: finished with status 'done' [2020-08-01T04:39:08.238Z] Running setup.py install for dockerpty: started [2020-08-01T04:39:08.923Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-01T04:39:08.923Z] Running setup.py install for texttable: started [2020-08-01T04:39:09.378Z] ---> 799cdc56aefc [2020-08-01T04:39:09.378Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-01T04:39:09.378Z] ---> 5b0b31047c3b [2020-08-01T04:39:09.378Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-01T04:39:09.965Z] Running setup.py install for texttable: finished with status 'done' [2020-08-01T04:39:09.965Z] Attempting uninstall: idna [2020-08-01T04:39:09.965Z] Found existing installation: idna 2.9 [2020-08-01T04:39:10.230Z] Uninstalling idna-2.9: [2020-08-01T04:39:10.811Z] Successfully uninstalled idna-2.9 [2020-08-01T04:39:10.811Z] ---> 1baaaf4511b7 [2020-08-01T04:39:10.811Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-01T04:39:11.988Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.175s coverage: 27.2% of statements [2020-08-01T04:39:11.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-01T04:39:11.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-01T04:39:11.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-01T04:39:11.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-01T04:39:11.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-01T04:39:11.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-01T04:39:11.988Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.023s coverage: 100.0% of statements [2020-08-01T04:39:11.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-01T04:39:11.988Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.091s coverage: 100.0% of statements [2020-08-01T04:39:11.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-01T04:39:11.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-01T04:39:12.739Z] Attempting uninstall: urllib3 [2020-08-01T04:39:12.739Z] Found existing installation: urllib3 1.25.9 [2020-08-01T04:39:12.739Z] Uninstalling urllib3-1.25.9: [2020-08-01T04:39:12.739Z] ---> Running in c9c099823f6a [2020-08-01T04:39:12.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.375s coverage: 77.5% of statements [2020-08-01T04:39:12.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-01T04:39:12.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-01T04:39:12.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] [2020-08-01T04:39:12.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-01T04:39:12.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-01T04:39:12.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-01T04:39:12.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-01T04:39:13.002Z] ---> Running in 3bb2255c1739 [2020-08-01T04:39:13.002Z] Successfully uninstalled urllib3-1.25.9 [2020-08-01T04:39:13.578Z] ---> Running in 038b93b5e4e7 [2020-08-01T04:39:13.578Z] Attempting uninstall: requests [2020-08-01T04:39:13.578Z] Found existing installation: requests 2.23.0 [2020-08-01T04:39:13.578Z] Uninstalling requests-2.23.0: [2020-08-01T04:39:13.852Z] Successfully uninstalled requests-2.23.0 [2020-08-01T04:39:15.275Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-01T04:39:15.275Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-01T04:39:15.275Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-01T04:39:15.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.323s coverage: 28.6% of statements [2020-08-01T04:39:15.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-01T04:39:15.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-01T04:39:15.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-01T04:39:15.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-01T04:39:15.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-01T04:39:15.616Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.053s coverage: 100.0% of statements [2020-08-01T04:39:15.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-01T04:39:17.213Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2020-08-01T04:39:17.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-01T04:39:18.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.078s coverage: 89.8% of statements [2020-08-01T04:39:18.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-01T04:39:20.645Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.113s coverage: 97.5% of statements [2020-08-01T04:39:20.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-01T04:39:20.768Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-01T04:39:20.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.116s coverage: 100.0% of statements [2020-08-01T04:39:20.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-01T04:39:20.927Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-01T04:39:20.927Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-01T04:39:20.927Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-01T04:39:20.927Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-01T04:39:20.927Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-01T04:39:20.927Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-01T04:39:20.927Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-01T04:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-01T04:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-01T04:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-01T04:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-01T04:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-01T04:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-01T04:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-01T04:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-01T04:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-01T04:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-01T04:39:20.928Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements [2020-08-01T04:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-01T04:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-01T04:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-01T04:39:24.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.271s coverage: 63.5% of statements [2020-08-01T04:39:24.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-01T04:39:24.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-01T04:39:24.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2020-08-01T04:39:24.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.309s coverage: 55.9% of statements [2020-08-01T04:39:24.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-01T04:39:24.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-01T04:39:24.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-01T04:39:24.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-01T04:39:29.277Z] Removing intermediate container 84cd95926c30 [2020-08-01T04:39:29.277Z] ---> ea68c477556d [2020-08-01T04:39:29.277Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-01T04:39:30.797Z] ---> Running in b6ef111d20c9 [2020-08-01T04:39:31.064Z] ---> a0ef15175718 [2020-08-01T04:39:31.064Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-01T04:39:31.334Z] ---> Running in c1d9deb0946c [2020-08-01T04:39:32.318Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:39:32.318Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-01T04:39:32.318Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:39:32.909Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-01T04:39:32.909Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-01T04:39:32.909Z] (3/3) Installing curl (7.69.1-r0) [2020-08-01T04:39:32.909Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:39:32.909Z] OK: 72 MiB in 58 packages [2020-08-01T04:39:34.326Z] Removing intermediate container b6ef111d20c9 [2020-08-01T04:39:34.326Z] ---> f717c77acb4f [2020-08-01T04:39:34.326Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:39:34.326Z] ---> Running in 4eb0dd42a6ff [2020-08-01T04:39:34.601Z] Removing intermediate container 4eb0dd42a6ff [2020-08-01T04:39:34.601Z] ---> 7901e1b1cb44 [2020-08-01T04:39:34.601Z] Step 24/26 : LABEL arch=x86_64 [2020-08-01T04:39:34.879Z] ---> Running in 9ee7b8ae8283 [2020-08-01T04:39:35.156Z] Removing intermediate container 9ee7b8ae8283 [2020-08-01T04:39:35.156Z] ---> df1b61eeeea2 [2020-08-01T04:39:35.156Z] Step 25/26 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d [2020-08-01T04:39:35.156Z] ---> Running in 4dbaaca282cc [2020-08-01T04:39:35.426Z] Removing intermediate container 4dbaaca282cc [2020-08-01T04:39:35.426Z] ---> 28c8e43582c1 [2020-08-01T04:39:35.426Z] Step 26/26 : LABEL version=0.0.0 [2020-08-01T04:39:35.732Z] ---> Running in 9b4c96047201 [2020-08-01T04:39:36.009Z] Removing intermediate container 9b4c96047201 [2020-08-01T04:39:36.009Z] ---> 1dada1141b65 [2020-08-01T04:39:36.009Z] [2020-08-01T04:39:36.009Z] Successfully built 1dada1141b65 [2020-08-01T04:39:36.009Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-01T04:39:36.282Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go [2020-08-01T04:39:37.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.447s coverage: 86.3% of statements [2020-08-01T04:39:37.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-01T04:39:37.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.015s coverage: 72.2% of statements [2020-08-01T04:39:37.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.447s coverage: 72.1% of statements [2020-08-01T04:39:37.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.030s coverage: 82.4% of statements [2020-08-01T04:39:37.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.023s coverage: 48.4% of statements [2020-08-01T04:39:37.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-01T04:39:37.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-01T04:39:37.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-01T04:39:37.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.042s coverage: 28.8% of statements [2020-08-01T04:39:37.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-01T04:39:37.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.072s coverage: 96.8% of statements [2020-08-01T04:39:37.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-01T04:39:37.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 26.9% of statements [2020-08-01T04:39:37.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-01T04:39:37.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-01T04:39:37.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.297s coverage: 84.1% of statements [2020-08-01T04:39:37.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements [2020-08-01T04:39:41.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.086s coverage: 42.9% of statements [2020-08-01T04:39:41.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-01T04:39:41.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-01T04:39:41.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.093s coverage: 100.0% of statements [2020-08-01T04:39:41.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-01T04:39:41.394Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.039s coverage: 83.8% of statements [2020-08-01T04:39:41.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-01T04:39:45.725Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.192s coverage: 46.1% of statements [2020-08-01T04:39:45.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-01T04:39:45.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-01T04:39:45.725Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.041s coverage: 100.0% of statements [2020-08-01T04:39:45.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-01T04:39:45.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-01T04:39:45.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-01T04:39:45.725Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements [2020-08-01T04:39:45.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-01T04:39:45.725Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.088s coverage: 100.0% of statements [2020-08-01T04:39:45.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-01T04:39:51.144Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.194s coverage: 29.1% of statements [2020-08-01T04:39:51.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-01T04:39:51.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-01T04:39:51.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-01T04:39:51.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-01T04:39:51.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-01T04:39:51.144Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.061s coverage: 99.0% of statements [2020-08-01T04:39:51.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-01T04:39:51.144Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.025s coverage: 100.0% of statements [2020-08-01T04:39:51.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-01T04:39:51.144Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2020-08-01T04:39:51.144Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-01T04:39:52.583Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.021s coverage: 100.0% of statements [2020-08-01T04:39:52.583Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-01T04:39:52.583Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-01T04:39:52.583Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-01T04:39:52.583Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-01T04:39:53.569Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.024s coverage: 87.9% of statements [2020-08-01T04:39:53.569Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-01T04:39:53.569Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-01T04:39:54.555Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.023s coverage: 100.0% of statements [2020-08-01T04:39:54.555Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements [2020-08-01T04:39:54.680Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-01T04:39:56.517Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.025s coverage: 100.0% of statements [2020-08-01T04:39:56.609Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:39:56.609Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:39:56.609Z] ---> 29e3a1ac3225 [2020-08-01T04:39:56.609Z] Step 3/20 : WORKDIR /edgex-go [2020-08-01T04:39:56.609Z] ---> Using cache [2020-08-01T04:39:56.609Z] ---> 3a8b474e1050 [2020-08-01T04:39:56.609Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:39:56.609Z] ---> Using cache [2020-08-01T04:39:56.609Z] ---> 679cac6033d2 [2020-08-01T04:39:56.609Z] Step 5/20 : RUN apk update && apk add make git [2020-08-01T04:39:56.609Z] ---> Using cache [2020-08-01T04:39:56.609Z] ---> 2509303c992e [2020-08-01T04:39:56.609Z] Step 6/20 : COPY go.mod . [2020-08-01T04:39:56.609Z] ---> Using cache [2020-08-01T04:39:56.609Z] ---> f5607c00e635 [2020-08-01T04:39:56.609Z] Step 7/20 : RUN go mod download [2020-08-01T04:39:56.609Z] ---> Using cache [2020-08-01T04:39:56.609Z] ---> 4c49abe5ccf0 [2020-08-01T04:39:56.609Z] Step 8/20 : COPY . . [2020-08-01T04:39:56.609Z] ---> Using cache [2020-08-01T04:39:56.609Z] ---> 1baaaf4511b7 [2020-08-01T04:39:56.609Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-01T04:39:56.789Z] GO111MODULE=on go vet ./... [2020-08-01T04:39:58.010Z] ---> Running in 06ce5bd46484 [2020-08-01T04:39:58.999Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-01T04:39:59.975Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-01T04:40:04.235Z] Removing intermediate container c9c099823f6a [2020-08-01T04:40:04.235Z] ---> 02ae0d7fb23d [2020-08-01T04:40:04.235Z] [2020-08-01T04:40:04.235Z] Step 10/21 : FROM scratch [2020-08-01T04:40:04.235Z] ---> [2020-08-01T04:40:04.235Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-01T04:40:05.215Z] ---> Using cache [2020-08-01T04:40:05.215Z] ---> 9bfbf4d73780 [2020-08-01T04:40:05.215Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-01T04:40:05.215Z] Removing intermediate container 038b93b5e4e7 [2020-08-01T04:40:05.215Z] ---> ce022b98da8c [2020-08-01T04:40:05.215Z] [2020-08-01T04:40:05.215Z] Step 10/21 : FROM scratch [2020-08-01T04:40:05.215Z] ---> [2020-08-01T04:40:05.215Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-01T04:40:05.215Z] ---> Using cache [2020-08-01T04:40:05.215Z] ---> 9bfbf4d73780 [2020-08-01T04:40:05.215Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-01T04:40:06.179Z] ---> Running in 78ce1e1aa2d8 [2020-08-01T04:40:06.179Z] ---> Running in a67acf40f1e0 [2020-08-01T04:40:06.179Z] Removing intermediate container c1d9deb0946c [2020-08-01T04:40:06.179Z] ---> 7000a79add0b [2020-08-01T04:40:06.179Z] [2020-08-01T04:40:06.179Z] Step 9/29 : FROM alpine:latest [2020-08-01T04:40:06.180Z] ---> a24bb4013296 [2020-08-01T04:40:06.180Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-01T04:40:06.449Z] ---> Running in 207ce26585f7 [2020-08-01T04:40:06.449Z] Removing intermediate container a67acf40f1e0 [2020-08-01T04:40:06.449Z] ---> 928eb43fb3ba [2020-08-01T04:40:06.449Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-01T04:40:06.449Z] Removing intermediate container 78ce1e1aa2d8 [2020-08-01T04:40:06.449Z] ---> c53027fb4394 [2020-08-01T04:40:06.449Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-01T04:40:07.845Z] ---> Running in fa0ddf9bd9a2 [2020-08-01T04:40:07.845Z] ---> Running in 7aa13f8bca17 [2020-08-01T04:40:09.236Z] Removing intermediate container 207ce26585f7 [2020-08-01T04:40:09.236Z] ---> 1d845ede52c8 [2020-08-01T04:40:09.236Z] Step 11/29 : USER root [2020-08-01T04:40:09.236Z] Removing intermediate container 3bb2255c1739 [2020-08-01T04:40:09.236Z] ---> 5f758da74e83 [2020-08-01T04:40:09.236Z] [2020-08-01T04:40:09.236Z] Step 10/26 : FROM alpine:3.10 [2020-08-01T04:40:09.514Z] ---> Running in 01205d17e40b [2020-08-01T04:40:09.514Z] Removing intermediate container 7aa13f8bca17 [2020-08-01T04:40:09.514Z] ---> 22114bb4adfe [2020-08-01T04:40:09.514Z] Step 14/21 : WORKDIR / [2020-08-01T04:40:09.514Z] Removing intermediate container fa0ddf9bd9a2 [2020-08-01T04:40:09.514Z] ---> 099d125f7430 [2020-08-01T04:40:09.514Z] Step 14/21 : WORKDIR / [2020-08-01T04:40:09.514Z] ---> Running in c2549cea6563 [2020-08-01T04:40:09.514Z] 3.10: Pulling from library/alpine [2020-08-01T04:40:09.780Z] ---> Running in 639f0c08c81c [2020-08-01T04:40:09.780Z] Removing intermediate container 01205d17e40b [2020-08-01T04:40:09.780Z] ---> 47c0c184ee32 [2020-08-01T04:40:09.780Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-01T04:40:11.164Z] ---> Running in bf54f92eb810 [2020-08-01T04:40:11.164Z] Removing intermediate container c2549cea6563 [2020-08-01T04:40:11.164Z] ---> 697e489a892c [2020-08-01T04:40:11.164Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-01T04:40:11.430Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-01T04:40:11.430Z] Removing intermediate container 639f0c08c81c [2020-08-01T04:40:11.430Z] ---> ed508fbc0f7c [2020-08-01T04:40:11.430Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-01T04:40:11.430Z] Status: Downloaded newer image for alpine:3.10 [2020-08-01T04:40:11.430Z] ---> be4e4bea2c2e [2020-08-01T04:40:11.430Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-01T04:40:11.712Z] ---> Running in fcfd1d8fdcc6 [2020-08-01T04:40:11.712Z] ---> 176e5d2e32b3 [2020-08-01T04:40:11.712Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-01T04:40:11.975Z] ---> 68694dc463cc [2020-08-01T04:40:11.975Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-01T04:40:12.248Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:40:12.248Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:40:12.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:40:12.548Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:40:12.548Z] v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:40:12.548Z] OK: 12749 distinct packages available [2020-08-01T04:40:12.830Z] ---> 235dad02e02b [2020-08-01T04:40:12.831Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-01T04:40:12.831Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:40:12.831Z] ---> 1c6a3b9291d9 [2020-08-01T04:40:12.831Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-01T04:40:12.831Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-01T04:40:12.831Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-01T04:40:12.831Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:40:12.831Z] Executing ca-certificates-20191127-r4.trigger [2020-08-01T04:40:12.831Z] v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-01T04:40:12.831Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-01T04:40:12.831Z] OK: 10346 distinct packages available [2020-08-01T04:40:13.093Z] OK: 6 MiB in 16 packages [2020-08-01T04:40:13.093Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-01T04:40:13.093Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-01T04:40:13.093Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-01T04:40:13.093Z] (4/5) Installing curl (7.66.0-r0) [2020-08-01T04:40:13.093Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-01T04:40:13.093Z] Executing busybox-1.30.1-r3.trigger [2020-08-01T04:40:13.093Z] Executing ca-certificates-20191127-r2.trigger [2020-08-01T04:40:13.353Z] OK: 7 MiB in 19 packages [2020-08-01T04:40:14.777Z] ---> bdab4793d946 [2020-08-01T04:40:14.778Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:40:15.052Z] ---> Running in f6dd9d480a54 [2020-08-01T04:40:15.052Z] ---> cb40f4f7842e [2020-08-01T04:40:15.052Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:40:15.091Z] gofmt -l . [2020-08-01T04:40:15.341Z] ---> Running in b57d5c67b6c4 [2020-08-01T04:40:15.604Z] Removing intermediate container f6dd9d480a54 [2020-08-01T04:40:15.604Z] ---> 4429efbeecb1 [2020-08-01T04:40:15.604Z] Step 19/21 : LABEL arch=x86_64 [2020-08-01T04:40:16.060Z] [ "`gofmt -l .`" = "" ] [2020-08-01T04:40:18.032Z] ./bin/test-go-mod-tidy.sh [2020-08-01T04:40:18.163Z] ---> Running in 0b625b5c7b72 [2020-08-01T04:40:18.163Z] Removing intermediate container bf54f92eb810 [2020-08-01T04:40:18.163Z] ---> 5a353b1d0082 [2020-08-01T04:40:18.163Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-01T04:40:18.163Z] Removing intermediate container b57d5c67b6c4 [2020-08-01T04:40:18.163Z] ---> d47f5f9409ef [2020-08-01T04:40:18.163Z] Step 19/21 : LABEL arch=x86_64 [2020-08-01T04:40:18.163Z] Removing intermediate container fcfd1d8fdcc6 [2020-08-01T04:40:18.163Z] ---> 9f79c25d9bd4 [2020-08-01T04:40:18.163Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-01T04:40:18.734Z] ---> Running in d752b5b00eda [2020-08-01T04:40:18.994Z] ---> Running in 3e20f863936e [2020-08-01T04:40:19.013Z] ./bin/test-attribution-txt.sh [2020-08-01T04:40:19.565Z] Removing intermediate container 0b625b5c7b72 [2020-08-01T04:40:19.565Z] ---> 3efc38db4cd9 [2020-08-01T04:40:19.565Z] Step 20/21 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d [2020-08-01T04:40:19.565Z] ---> Running in dba09fa9e0cc [2020-08-01T04:40:19.565Z] Removing intermediate container 06ce5bd46484 [2020-08-01T04:40:19.565Z] ---> 6f218d990eb0 [2020-08-01T04:40:19.565Z] [2020-08-01T04:40:19.565Z] Step 10/20 : FROM alpine [2020-08-01T04:40:19.565Z] ---> a24bb4013296 [2020-08-01T04:40:19.565Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-01T04:40:19.565Z] ---> Running in 317b97ef9161 [2020-08-01T04:40:19.565Z] Removing intermediate container 3e20f863936e [2020-08-01T04:40:19.565Z] ---> efeec8034496 [2020-08-01T04:40:19.565Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-01T04:40:19.565Z] Removing intermediate container d752b5b00eda [2020-08-01T04:40:19.565Z] ---> 0217d196a99e [2020-08-01T04:40:19.565Z] Step 20/21 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d [2020-08-01T04:40:19.827Z] ---> Running in c347d75d3d13 [2020-08-01T04:40:19.827Z] ---> Running in 835689c7470b [2020-08-01T04:40:19.827Z] Removing intermediate container dba09fa9e0cc [2020-08-01T04:40:19.827Z] ---> c40f7ca2612e [2020-08-01T04:40:19.827Z] Step 13/26 : WORKDIR / [2020-08-01T04:40:20.088Z] ---> Running in b33a446ccb88 [2020-08-01T04:40:20.089Z] Removing intermediate container 317b97ef9161 [2020-08-01T04:40:20.089Z] ---> 22d4644cbac8 [2020-08-01T04:40:20.089Z] Step 21/21 : LABEL version=0.0.0 [2020-08-01T04:40:20.350Z] ---> Running in 2db9f54a2e3b [2020-08-01T04:40:20.350Z] ---> Running in 5f2853c64c56 [2020-08-01T04:40:20.350Z] Removing intermediate container 835689c7470b [2020-08-01T04:40:20.350Z] ---> c76976ff32b5 [2020-08-01T04:40:20.350Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-01T04:40:20.350Z] Removing intermediate container b33a446ccb88 [2020-08-01T04:40:20.350Z] ---> b7e04ad87458 [2020-08-01T04:40:20.350Z] Step 21/21 : LABEL version=0.0.0 [2020-08-01T04:40:20.614Z] ---> Running in dddf45b307d2 [2020-08-01T04:40:20.614Z] ---> Running in a3be584b4447 [2020-08-01T04:40:20.614Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:40:20.614Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:40:20.614Z] Removing intermediate container 2db9f54a2e3b [2020-08-01T04:40:20.614Z] ---> 07fc516618b8 [2020-08-01T04:40:20.614Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-01T04:40:20.876Z] Removing intermediate container 5f2853c64c56 [2020-08-01T04:40:20.876Z] ---> 49d6e99d6fb0 [2020-08-01T04:40:20.876Z] [2020-08-01T04:40:20.876Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:40:20.876Z] v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:40:20.876Z] OK: 12749 distinct packages available [2020-08-01T04:40:21.137Z] Removing intermediate container a3be584b4447 [2020-08-01T04:40:21.137Z] ---> 972085ff0077 [2020-08-01T04:40:21.137Z] [2020-08-01T04:40:21.137Z] ---> 327fd7dbe124 [2020-08-01T04:40:21.137Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-01T04:40:21.137Z] Successfully built 49d6e99d6fb0 [2020-08-01T04:40:21.137Z] Successfully tagged docker-core-command-go:latest [2020-08-01T04:40:21.137Z]  Building docker-core-command-go ... done (1/4) Installing ca-certificates (20191127-r4) [2020-08-01T04:40:21.137Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-01T04:40:21.137Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-01T04:40:21.137Z] (4/4) Installing curl (7.69.1-r0) [2020-08-01T04:40:21.137Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:40:21.749Z] Executing ca-certificates-20191127-r4.trigger [2020-08-01T04:40:21.749Z] OK: 7 MiB in 18 packages [2020-08-01T04:40:21.749Z] Successfully built 972085ff0077 [2020-08-01T04:40:22.010Z] Successfully tagged docker-core-metadata-go:latest [Pipeline] sh [2020-08-01T04:40:22.591Z]  Building docker-core-metadata-go ... done  ---> a733792f2da0 [2020-08-01T04:40:22.591Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-01T04:40:23.052Z] + ls -al . [2020-08-01T04:40:23.052Z] total 588 [2020-08-01T04:40:23.052Z] drwxrwxr-x 10 1001 1001 4096 Aug 1 04:40 . [2020-08-01T04:40:23.052Z] drwxr-xr-x 4 root root 4096 Aug 1 04:37 .. [2020-08-01T04:40:23.052Z] -rw-rw-r-- 1 1001 1001 11 Aug 1 04:36 .dockerignore [2020-08-01T04:40:23.052Z] drwxrwxr-x 8 1001 1001 4096 Aug 1 04:36 .git [2020-08-01T04:40:23.052Z] drwxrwxr-x 3 1001 1001 4096 Aug 1 04:36 .github [2020-08-01T04:40:23.052Z] -rw-rw-r-- 1 1001 1001 932 Aug 1 04:36 .gitignore [2020-08-01T04:40:23.052Z] drwxrwxr-x 3 1001 1001 4096 Aug 1 04:36 .semver [2020-08-01T04:40:23.052Z] -rw-rw-r-- 1 1001 1001 166 Aug 1 04:36 .sonarcloud.properties [2020-08-01T04:40:23.052Z] -rw-rw-r-- 1 1001 1001 3804 Aug 1 04:36 CONTRIBUTING.md [2020-08-01T04:40:23.052Z] -rw-rw-r-- 1 1001 1001 1035 Aug 1 04:36 Dockerfile.build [2020-08-01T04:40:23.052Z] -rw-rw-r-- 1 1001 1001 865 Aug 1 04:36 Jenkinsfile [2020-08-01T04:40:23.052Z] -rw-rw-r-- 1 1001 1001 10775 Aug 1 04:36 LICENSE [2020-08-01T04:40:23.052Z] -rw-rw-r-- 1 1001 1001 6237 Aug 1 04:36 Makefile [2020-08-01T04:40:23.052Z] -rw-rw-r-- 1 1001 1001 5652 Aug 1 04:36 README.md [2020-08-01T04:40:23.052Z] -rw-rw-r-- 1 1001 1001 7111 Aug 1 04:36 SECURITY.md [2020-08-01T04:40:23.052Z] -rw-rw-r-- 1 1001 1001 5 Aug 1 04:32 VERSION [2020-08-01T04:40:23.052Z] -rw-rw-r-- 1 1001 1001 4131 Aug 1 04:36 ZMQWindows.md [2020-08-01T04:40:23.052Z] drwxrwxr-x 2 1001 1001 4096 Aug 1 04:36 bin [2020-08-01T04:40:23.052Z] drwxrwxr-x 15 1001 1001 4096 Aug 1 04:36 cmd [2020-08-01T04:40:23.052Z] -rw-r--r-- 1 root root 457515 Aug 1 04:39 coverage.out [2020-08-01T04:40:23.052Z] -rw-r--r-- 1 root root 1019 Aug 1 04:40 go.mod [2020-08-01T04:40:23.052Z] -rw-r--r-- 1 root root 19185 Aug 1 04:40 go.sum [2020-08-01T04:40:23.052Z] drwxrwxr-x 8 1001 1001 4096 Aug 1 04:36 internal [2020-08-01T04:40:23.052Z] drwxrwxr-x 4 1001 1001 4096 Aug 1 04:36 openapi [2020-08-01T04:40:23.052Z] drwxrwxr-x 4 1001 1001 4096 Aug 1 04:36 snap [2020-08-01T04:40:23.052Z] -rw-rw-r-- 1 1001 1001 168 Aug 1 04:36 version.go [Pipeline] sh [2020-08-01T04:40:23.534Z] ---> d3e4bfe36de7 [2020-08-01T04:40:23.534Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-01T04:40:23.534Z] Removing intermediate container dddf45b307d2 [2020-08-01T04:40:23.534Z] ---> 49f99cbcf46b [2020-08-01T04:40:23.534Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-01T04:40:23.534Z] Removing intermediate container c347d75d3d13 [2020-08-01T04:40:23.534Z] ---> 136a83c7ddf2 [2020-08-01T04:40:23.534Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-01T04:40:23.534Z] ---> Running in 9db0e6ec7498 [2020-08-01T04:40:23.716Z] + '[' -e coverage.out ] [2020-08-01T04:40:23.716Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-01T04:40:23.738Z] Warning: overwriting stash ‘coverage-report’ [2020-08-01T04:40:23.805Z] ---> 5fbd50872736 [2020-08-01T04:40:23.805Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-01T04:40:23.805Z] Removing intermediate container 9db0e6ec7498 [2020-08-01T04:40:23.805Z] ---> aaeef52ad2f8 [2020-08-01T04:40:23.805Z] Step 13/20 : WORKDIR /edgex [2020-08-01T04:40:24.067Z] ---> Running in 9fa5dbbc617e [2020-08-01T04:40:24.067Z] ---> 17a3caa97fdf [2020-08-01T04:40:24.067Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-01T04:40:24.333Z] Removing intermediate container 9fa5dbbc617e [2020-08-01T04:40:24.334Z] ---> 128c6fbf238d [2020-08-01T04:40:24.334Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-01T04:40:24.334Z] ---> 8171d313cbec [2020-08-01T04:40:24.334Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-01T04:40:24.334Z] ---> 4f05f5aa92d5 [2020-08-01T04:40:24.334Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-01T04:40:24.842Z] Stashed 1 file(s) [Pipeline] sh [2020-08-01T04:40:25.279Z] ---> b7da4edb6b55 [2020-08-01T04:40:25.279Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-01T04:40:25.279Z] ---> 2b1396b2f0fe [2020-08-01T04:40:25.279Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-01T04:40:25.279Z] ---> 0bc91cfe7022 [2020-08-01T04:40:25.279Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-01T04:40:25.526Z] + make build [2020-08-01T04:40:25.527Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-01T04:40:25.541Z] ---> 5b3e5f803fe5 [2020-08-01T04:40:25.541Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-01T04:40:25.541Z] ---> 8645b392e3a0 [2020-08-01T04:40:25.541Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-01T04:40:25.803Z] ---> 0d910d7f4628 [2020-08-01T04:40:25.803Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-01T04:40:25.803Z] ---> Running in f1d4465c95b1 [2020-08-01T04:40:25.803Z] ---> d1595d4f37c0 [2020-08-01T04:40:25.803Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-01T04:40:25.803Z] ---> Running in a9ab190a2851 [2020-08-01T04:40:26.063Z] ---> c92e13d2fd58 [2020-08-01T04:40:26.063Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-01T04:40:26.063Z] Removing intermediate container f1d4465c95b1 [2020-08-01T04:40:26.063Z] ---> e7f88cb4440d [2020-08-01T04:40:26.063Z] Step 17/20 : CMD ["--init=true"] [2020-08-01T04:40:26.326Z] ---> Running in ce8f9bcb0c6f [2020-08-01T04:40:26.326Z] ---> Running in 60d088921e9b [2020-08-01T04:40:26.589Z] Removing intermediate container 60d088921e9b [2020-08-01T04:40:26.589Z] ---> ed822291fa7d [2020-08-01T04:40:26.589Z] Step 18/20 : LABEL arch=x86_64 [2020-08-01T04:40:26.589Z] ---> Running in 5a55912134db [2020-08-01T04:40:26.852Z] Removing intermediate container 5a55912134db [2020-08-01T04:40:26.852Z] ---> 01902171db44 [2020-08-01T04:40:26.852Z] Step 19/20 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d [2020-08-01T04:40:27.115Z] ---> Running in 7489b22c115a [2020-08-01T04:40:27.115Z] Removing intermediate container a9ab190a2851 [2020-08-01T04:40:27.115Z] ---> 3e129e2171fa [2020-08-01T04:40:27.115Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-01T04:40:27.380Z] Removing intermediate container 7489b22c115a [2020-08-01T04:40:27.380Z] ---> 12bf980409b8 [2020-08-01T04:40:27.380Z] Step 20/20 : LABEL version=0.0.0 [2020-08-01T04:40:27.380Z] ---> Running in 97cb92464a40 [2020-08-01T04:40:27.951Z] Removing intermediate container ce8f9bcb0c6f [2020-08-01T04:40:27.951Z] ---> 61a341ab4e62 [2020-08-01T04:40:27.951Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-01T04:40:27.951Z] ---> 10b1abe32203 [2020-08-01T04:40:27.951Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-01T04:40:28.210Z] Removing intermediate container 97cb92464a40 [2020-08-01T04:40:28.210Z] ---> 48828de03618 [2020-08-01T04:40:28.210Z] [2020-08-01T04:40:28.210Z] ---> Running in 8794eb6095b1 [2020-08-01T04:40:28.210Z] Successfully built 48828de03618 [2020-08-01T04:40:28.210Z] ---> Running in 5c613435be96 [2020-08-01T04:40:28.210Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-01T04:40:28.470Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 8794eb6095b1 [2020-08-01T04:40:28.470Z] ---> 44cf83f94722 [2020-08-01T04:40:28.470Z] Step 24/26 : LABEL arch=x86_64 [2020-08-01T04:40:28.470Z] ---> Running in 785e98566cf0 [2020-08-01T04:40:28.732Z] Removing intermediate container 785e98566cf0 [2020-08-01T04:40:28.732Z] ---> 84e91f91cd46 [2020-08-01T04:40:28.732Z] Step 25/26 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d [2020-08-01T04:40:28.732Z] ---> Running in 1c7c3c5a062a [2020-08-01T04:40:28.993Z] Removing intermediate container 1c7c3c5a062a [2020-08-01T04:40:28.993Z] ---> 5e3110f2b5ea [2020-08-01T04:40:28.993Z] Step 26/26 : LABEL version=0.0.0 [2020-08-01T04:40:28.993Z] ---> Running in a4b4498651ff [2020-08-01T04:40:29.253Z] Removing intermediate container 5c613435be96 [2020-08-01T04:40:29.253Z] ---> be819c28be2c [2020-08-01T04:40:29.253Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-01T04:40:29.514Z] ---> Running in d09d76bec416 [2020-08-01T04:40:29.514Z] Removing intermediate container a4b4498651ff [2020-08-01T04:40:29.514Z] ---> b88275a22d62 [2020-08-01T04:40:29.514Z] [2020-08-01T04:40:29.773Z] Successfully built b88275a22d62 [2020-08-01T04:40:29.773Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-01T04:40:30.715Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d09d76bec416 [2020-08-01T04:40:30.715Z] ---> 39a95835e47f [2020-08-01T04:40:30.715Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-01T04:40:30.715Z] ---> Running in 4f37cee03535 [2020-08-01T04:40:30.715Z] Removing intermediate container 4f37cee03535 [2020-08-01T04:40:30.715Z] ---> fe696bdde987 [2020-08-01T04:40:30.715Z] Step 26/29 : CMD [ "generate" ] [2020-08-01T04:40:30.715Z] ---> Running in a249cccb9a20 [2020-08-01T04:40:30.975Z] Removing intermediate container a249cccb9a20 [2020-08-01T04:40:30.975Z] ---> bc1169e1b4cc [2020-08-01T04:40:30.975Z] Step 27/29 : LABEL arch=x86_64 [2020-08-01T04:40:30.975Z] ---> Running in 7417ec53e37b [2020-08-01T04:40:31.236Z] Removing intermediate container 7417ec53e37b [2020-08-01T04:40:31.236Z] ---> b231ea0331e6 [2020-08-01T04:40:31.236Z] Step 28/29 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d [2020-08-01T04:40:31.236Z] ---> Running in 86cb950424dc [2020-08-01T04:40:31.496Z] Removing intermediate container 86cb950424dc [2020-08-01T04:40:31.496Z] ---> d098b9f66b09 [2020-08-01T04:40:31.496Z] Step 29/29 : LABEL version=0.0.0 [2020-08-01T04:40:31.496Z] ---> Running in 0cd8de40e8c4 [2020-08-01T04:40:31.756Z] Removing intermediate container 0cd8de40e8c4 [2020-08-01T04:40:31.756Z] ---> 08fa3955419c [2020-08-01T04:40:31.756Z] [2020-08-01T04:40:31.756Z] Successfully built 08fa3955419c [2020-08-01T04:40:31.756Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-01T04:40:32.030Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-08-01T04:40:32.063Z] $ docker stop --time=1 10ca1aff7c2b7b0f6d1f2b0da7f49a97d3333eac46d17dc47bf6c78af1e24e4f [2020-08-01T04:40:33.681Z] $ docker rm -f 10ca1aff7c2b7b0f6d1f2b0da7f49a97d3333eac46d17dc47bf6c78af1e24e4f [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-01T04:40:34.171Z] + docker images [2020-08-01T04:40:34.171Z] + grep docker [2020-08-01T04:40:34.171Z] docker-security-secrets-setup-go latest 08fa3955419c 3 seconds ago 25.1MB [2020-08-01T04:40:34.172Z] docker-security-secretstore-setup-go latest b88275a22d62 5 seconds ago 33.9MB [2020-08-01T04:40:34.172Z] docker-security-proxy-setup-go latest 48828de03618 7 seconds ago 16.4MB [2020-08-01T04:40:34.172Z] docker-core-metadata-go latest 972085ff0077 14 seconds ago 14.4MB [2020-08-01T04:40:34.172Z] docker-core-command-go latest 49d6e99d6fb0 14 seconds ago 13MB [2020-08-01T04:40:34.172Z] docker-sys-mgmt-agent-go latest 1dada1141b65 59 seconds ago 284MB [2020-08-01T04:40:34.172Z] docker-core-data-go latest ef262d9debb8 2 minutes ago 24.4MB [2020-08-01T04:40:34.172Z] docker-support-notifications-go latest c9e11bd5371b 2 minutes ago 14.5MB [2020-08-01T04:40:34.172Z] docker-support-scheduler-go latest 8f94467e2782 2 minutes ago 13.1MB [2020-08-01T04:40:34.172Z] docker-support-logging-go latest c4c193c3596e 2 minutes ago 11.8MB [2020-08-01T04:40:34.172Z] docker latest 81f5749c9058 5 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-01T04:40:43.810Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-01T04:40:56.181Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-01T04:41:00.470Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-01T04:41:05.859Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-01T04:41:11.244Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-01T04:41:13.213Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-01T04:41:17.518Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-01T04:41:24.208Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-01T04:41:27.580Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-01T04:41:32.975Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-01T04:41:37.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-01T04:41:40.638Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-08-01T04:41:44.013Z] $ docker stop --time=1 4cac98ed2a6df179592b783bdaefce3110f58cae211cd58dde2ff958cf9a5d83 [2020-08-01T04:41:46.618Z] $ docker rm -f 4cac98ed2a6df179592b783bdaefce3110f58cae211cd58dde2ff958cf9a5d83 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:41:48.104Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-01T04:41:48.104Z] [2020-08-01T04:41:48.104Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:41:48.523Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-01T04:41:48.523Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-01T04:41:48.523Z] 29e5d40040c1: Pulling fs layer [2020-08-01T04:41:48.523Z] 1ce36da41761: Pulling fs layer [2020-08-01T04:41:48.523Z] 25b303627fd3: Pulling fs layer [2020-08-01T04:41:48.804Z] 29e5d40040c1: Verifying Checksum [2020-08-01T04:41:48.804Z] 29e5d40040c1: Download complete [2020-08-01T04:41:49.511Z] 1ce36da41761: Verifying Checksum [2020-08-01T04:41:49.511Z] 1ce36da41761: Download complete [2020-08-01T04:41:49.511Z] 29e5d40040c1: Pull complete [2020-08-01T04:41:50.938Z] 25b303627fd3: Verifying Checksum [2020-08-01T04:41:50.938Z] 25b303627fd3: Download complete [2020-08-01T04:41:50.938Z] 1ce36da41761: Pull complete [2020-08-01T04:42:01.071Z] 25b303627fd3: Pull complete [2020-08-01T04:42:01.071Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-01T04:42:01.071Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-01T04:42:01.071Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-01T04:42:01.340Z] prd-ubuntu18.04-docker-arm64-4c-16g-1772 does not seem to be running inside a container [2020-08-01T04:42:01.409Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-01T04:42:04.915Z] $ docker top d29f5d774ca9edf0714e1d071524d65c7ebc4c9ba85cbce39d0aa94e0abb12aa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-01T04:42:06.319Z] + docker-compose build --help [2020-08-01T04:42:06.319Z] + grep parallel [2020-08-01T04:42:09.683Z] --parallel Build images in parallel. [Pipeline] } [2020-08-01T04:42:09.962Z] $ docker stop --time=1 d29f5d774ca9edf0714e1d071524d65c7ebc4c9ba85cbce39d0aa94e0abb12aa [2020-08-01T04:42:11.937Z] $ docker rm -f d29f5d774ca9edf0714e1d071524d65c7ebc4c9ba85cbce39d0aa94e0abb12aa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:42:12.699Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-01T04:42:12.699Z] . [Pipeline] withDockerContainer [2020-08-01T04:42:12.958Z] prd-ubuntu18.04-docker-arm64-4c-16g-1772 does not seem to be running inside a container [2020-08-01T04:42:13.025Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-01T04:42:14.486Z] $ docker top 719df221658c8fc565b5da19fbbf3a8531d7d49054deb2f72bd5dcd31ca88026 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-01T04:42:15.511Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-01T04:42:19.786Z] Building docker-core-command-go ... [2020-08-01T04:42:19.786Z] Building docker-core-data-go ... [2020-08-01T04:42:19.786Z] Building docker-core-metadata-go ... [2020-08-01T04:42:19.786Z] Building docker-security-proxy-setup-go ... [2020-08-01T04:42:19.786Z] Building docker-security-secrets-setup-go ... [2020-08-01T04:42:19.787Z] Building docker-security-secretstore-setup-go ... [2020-08-01T04:42:19.787Z] Building docker-support-logging-go ... [2020-08-01T04:42:19.787Z] Building docker-support-notifications-go ... [2020-08-01T04:42:19.787Z] Building docker-support-scheduler-go ... [2020-08-01T04:42:19.787Z] Building docker-sys-mgmt-agent-go ... [2020-08-01T04:42:19.787Z] Building docker-support-scheduler-go [2020-08-01T04:42:19.787Z] Building docker-core-data-go [2020-08-01T04:42:19.787Z] Building docker-support-notifications-go [2020-08-01T04:42:19.787Z] Building docker-sys-mgmt-agent-go [2020-08-01T04:42:19.787Z] Building docker-support-logging-go [2020-08-01T04:44:11.558Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:44:11.558Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:44:11.558Z] ---> ee8a6c92883c [2020-08-01T04:44:11.558Z] Step 3/23 : WORKDIR /edgex-go [2020-08-01T04:44:11.558Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:44:11.558Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:44:11.558Z] ---> ee8a6c92883c [2020-08-01T04:44:11.558Z] Step 3/22 : WORKDIR /edgex-go [2020-08-01T04:44:11.558Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:44:11.558Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:44:11.558Z] ---> ee8a6c92883c [2020-08-01T04:44:11.558Z] Step 3/21 : WORKDIR /edgex-go [2020-08-01T04:44:11.558Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:44:11.558Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:44:11.558Z] ---> ee8a6c92883c [2020-08-01T04:44:11.558Z] Step 3/20 : WORKDIR /edgex-go [2020-08-01T04:44:11.558Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:44:11.558Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:44:11.558Z] ---> ee8a6c92883c [2020-08-01T04:44:11.558Z] Step 3/26 : WORKDIR /edgex-go [2020-08-01T04:44:13.564Z] ---> Running in 3086e83d8f25 [2020-08-01T04:44:13.565Z] ---> Running in 85d376e64d0c [2020-08-01T04:44:13.565Z] ---> Running in 821b0bf5f3ae [2020-08-01T04:44:13.565Z] ---> Running in 49d593b0f367 [2020-08-01T04:44:13.565Z] ---> Running in 3f67f6086efd [2020-08-01T04:44:14.204Z] Removing intermediate container 3f67f6086efd [2020-08-01T04:44:14.204Z] ---> 0b81afba8fdf [2020-08-01T04:44:14.204Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:44:14.478Z] Removing intermediate container 821b0bf5f3ae [2020-08-01T04:44:14.478Z] ---> f815d74b2a13 [2020-08-01T04:44:14.478Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:44:14.478Z] Removing intermediate container 85d376e64d0c [2020-08-01T04:44:14.478Z] ---> 3660d00166ea [2020-08-01T04:44:14.478Z] Removing intermediate container 3086e83d8f25 [2020-08-01T04:44:14.478Z] ---> 6415e60a9f7d [2020-08-01T04:44:14.478Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:44:14.478Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:44:14.478Z] Removing intermediate container 49d593b0f367 [2020-08-01T04:44:14.478Z] ---> 10edfd2e63cf [2020-08-01T04:44:14.478Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:44:14.478Z] ---> Running in 8d27f1a10a3a [2020-08-01T04:44:14.751Z] ---> Running in 5393c9c7cc93 [2020-08-01T04:44:14.751Z] ---> Running in d037ba5908a8 [2020-08-01T04:44:14.751Z] ---> Running in fc5a5d3666ca [2020-08-01T04:44:14.751Z] ---> Running in 4e6aae249f67 [2020-08-01T04:44:19.093Z] Removing intermediate container 8d27f1a10a3a [2020-08-01T04:44:19.093Z] ---> 6171bc8899ab [2020-08-01T04:44:19.093Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-01T04:44:19.093Z] ---> Running in 5efec4163917 [2020-08-01T04:44:19.093Z] Removing intermediate container d037ba5908a8 [2020-08-01T04:44:19.093Z] ---> a71e3d34a6fa [2020-08-01T04:44:19.093Z] Step 5/20 : RUN apk update && apk add make git [2020-08-01T04:44:19.093Z] ---> Running in 701a0f3d470d [2020-08-01T04:44:19.364Z] Removing intermediate container fc5a5d3666ca [2020-08-01T04:44:19.364Z] ---> e04eac1e2664 [2020-08-01T04:44:19.364Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-01T04:44:19.634Z] Removing intermediate container 4e6aae249f67 [2020-08-01T04:44:19.634Z] ---> eb3bea6e175b [2020-08-01T04:44:19.634Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-01T04:44:19.634Z] ---> Running in 832b7930344b [2020-08-01T04:44:19.634Z] Removing intermediate container 5393c9c7cc93 [2020-08-01T04:44:19.634Z] ---> 27ee0249d9bc [2020-08-01T04:44:19.634Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-01T04:44:19.905Z] ---> Running in f03d949f6dcd [2020-08-01T04:44:19.905Z] ---> Running in b69853a29c28 [2020-08-01T04:44:20.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:21.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:21.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:21.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:22.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:22.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:22.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:22.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:22.623Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:44:22.623Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:44:22.623Z] OK: 12620 distinct packages available [2020-08-01T04:44:23.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:23.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:23.219Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:44:23.219Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:44:23.219Z] OK: 12620 distinct packages available [2020-08-01T04:44:23.492Z] OK: 217 MiB in 51 packages [2020-08-01T04:44:23.492Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:44:23.492Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:44:23.492Z] OK: 12620 distinct packages available [2020-08-01T04:44:24.089Z] OK: 217 MiB in 51 packages [2020-08-01T04:44:24.089Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:44:24.089Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:44:24.089Z] OK: 12620 distinct packages available [2020-08-01T04:44:24.089Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:44:24.089Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:44:24.089Z] OK: 12620 distinct packages available [2020-08-01T04:44:24.369Z] OK: 217 MiB in 51 packages [2020-08-01T04:44:24.650Z] OK: 217 MiB in 51 packages [2020-08-01T04:44:24.932Z] OK: 217 MiB in 51 packages [2020-08-01T04:44:25.223Z] OK: 217 MiB in 51 packages [2020-08-01T04:44:25.837Z] Removing intermediate container 701a0f3d470d [2020-08-01T04:44:25.837Z] ---> deb541635292 [2020-08-01T04:44:25.837Z] Step 6/20 : COPY go.mod . [2020-08-01T04:44:26.434Z] Removing intermediate container 5efec4163917 [2020-08-01T04:44:26.434Z] ---> c1b8b17a735d [2020-08-01T04:44:26.434Z] Step 6/21 : COPY go.mod . [2020-08-01T04:44:26.709Z] Removing intermediate container 832b7930344b [2020-08-01T04:44:26.709Z] ---> 1c011a3b59f6 [2020-08-01T04:44:26.709Z] Step 6/26 : COPY go.mod . [2020-08-01T04:44:26.978Z] ---> ac27efb7ae73 [2020-08-01T04:44:26.978Z] Step 7/20 : RUN go mod download [2020-08-01T04:44:27.258Z] Removing intermediate container b69853a29c28 [2020-08-01T04:44:27.258Z] ---> f039cd28e7b4 [2020-08-01T04:44:27.258Z] Step 6/23 : COPY go.mod . [2020-08-01T04:44:27.258Z] ---> Running in f6d2687ed42c [2020-08-01T04:44:27.258Z] Removing intermediate container f03d949f6dcd [2020-08-01T04:44:27.258Z] ---> 0c629e76309c [2020-08-01T04:44:27.258Z] Step 6/22 : COPY go.mod . [2020-08-01T04:44:27.531Z] ---> d4fc1319ea42 [2020-08-01T04:44:27.531Z] Step 7/21 : RUN go mod download [2020-08-01T04:44:27.800Z] ---> 80ba439c26e9 [2020-08-01T04:44:27.800Z] Step 7/26 : RUN go mod download [2020-08-01T04:44:27.800Z] ---> Running in d6bb4038074d [2020-08-01T04:44:28.071Z] ---> Running in 4f4307a7a52b [2020-08-01T04:44:28.342Z] ---> 0483c72fc92a [2020-08-01T04:44:28.342Z] Step 7/23 : RUN go mod download [2020-08-01T04:44:28.342Z] ---> 34546cc68a63 [2020-08-01T04:44:28.342Z] Step 7/22 : RUN go mod download [2020-08-01T04:44:28.619Z] ---> Running in 8e4a9406f112 [2020-08-01T04:44:28.619Z] ---> Running in 8e6807685a28 [2020-08-01T04:44:32.933Z] Removing intermediate container f6d2687ed42c [2020-08-01T04:44:32.933Z] ---> 527005fab986 [2020-08-01T04:44:32.933Z] Step 8/20 : COPY . . [2020-08-01T04:44:32.933Z] Removing intermediate container d6bb4038074d [2020-08-01T04:44:32.933Z] ---> 8bb2070fe41a [2020-08-01T04:44:32.933Z] Step 8/21 : COPY . . [2020-08-01T04:44:32.933Z] Removing intermediate container 4f4307a7a52b [2020-08-01T04:44:32.933Z] ---> aa90ce92770c [2020-08-01T04:44:32.933Z] Step 8/26 : COPY . . [2020-08-01T04:44:33.533Z] Removing intermediate container 8e4a9406f112 [2020-08-01T04:44:33.533Z] ---> 14943b51947e [2020-08-01T04:44:33.533Z] Step 8/23 : COPY . . [2020-08-01T04:44:34.512Z] Removing intermediate container 8e6807685a28 [2020-08-01T04:44:34.512Z] ---> 25dbf7584b02 [2020-08-01T04:44:34.512Z] Step 8/22 : COPY . . [2020-08-01T04:45:06.876Z] ---> b73a5dbcd3c5 [2020-08-01T04:45:06.876Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-01T04:45:06.876Z] ---> c41e40c1e3f1 [2020-08-01T04:45:06.876Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-01T04:45:06.876Z] ---> 330ba80f5fa1 [2020-08-01T04:45:06.876Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-01T04:45:06.876Z] ---> Running in cb3d1e1e88ef [2020-08-01T04:45:06.876Z] ---> 514b6246ec5d [2020-08-01T04:45:06.876Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-01T04:45:06.876Z] ---> Running in 6de35122bca7 [2020-08-01T04:45:06.876Z] ---> 2f5a9e815d81 [2020-08-01T04:45:06.876Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-01T04:45:06.876Z] ---> Running in 6019c76d0c92 [2020-08-01T04:45:06.876Z] ---> Running in 060f229ea1f5 [2020-08-01T04:45:06.876Z] ---> Running in 6542b21f98b1 [2020-08-01T04:45:06.876Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-01T04:45:07.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-01T04:45:07.427Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-01T04:45:07.427Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-01T04:45:07.704Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-01T04:46:44.575Z] Removing intermediate container 6de35122bca7 [2020-08-01T04:46:44.575Z] ---> f7e0d85003ef [2020-08-01T04:46:44.575Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-01T04:46:44.575Z] ---> Running in d2a91ac92021 [2020-08-01T04:46:44.575Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-01T04:46:50.018Z] Removing intermediate container d2a91ac92021 [2020-08-01T04:46:50.018Z] ---> ac3f9ce58ad3 [2020-08-01T04:46:50.018Z] [2020-08-01T04:46:50.018Z] Step 11/26 : FROM docker:latest [2020-08-01T04:46:50.018Z] ---> ce9d55ae87f1 [2020-08-01T04:46:50.018Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-01T04:46:50.018Z] ---> Running in 39c53b64715c [2020-08-01T04:46:50.288Z] Removing intermediate container 060f229ea1f5 [2020-08-01T04:46:50.288Z] ---> ced29d978925 [2020-08-01T04:46:50.288Z] [2020-08-01T04:46:50.288Z] Step 10/21 : FROM scratch [2020-08-01T04:46:50.288Z] ---> [2020-08-01T04:46:50.288Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-01T04:46:50.558Z] ---> Running in 2697d8c4d1dc [2020-08-01T04:46:51.543Z] Removing intermediate container 2697d8c4d1dc [2020-08-01T04:46:51.543Z] ---> bb36672dba38 [2020-08-01T04:46:51.543Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-01T04:46:51.543Z] ---> Running in 7562e550a28f [2020-08-01T04:46:52.540Z] Removing intermediate container 7562e550a28f [2020-08-01T04:46:52.540Z] ---> 202264146e9f [2020-08-01T04:46:52.540Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-01T04:46:52.540Z] ---> Running in 3ce70e0dc6b0 [2020-08-01T04:46:52.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:46:53.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:46:53.374Z] Removing intermediate container 3ce70e0dc6b0 [2020-08-01T04:46:53.374Z] ---> cdaaae7bb3dc [2020-08-01T04:46:53.374Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-01T04:46:53.974Z] (1/2) Installing readline (8.0.4-r0) [2020-08-01T04:46:53.974Z] (2/2) Installing bash (5.0.17-r0) [2020-08-01T04:46:53.974Z] Executing bash-5.0.17-r0.post-install [2020-08-01T04:46:53.974Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:46:53.974Z] OK: 12 MiB in 22 packages [2020-08-01T04:46:54.577Z] ---> 04a600b19661 [2020-08-01T04:46:54.577Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-01T04:46:56.054Z] ---> 633076572b7f [2020-08-01T04:46:56.054Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-01T04:46:56.331Z] Removing intermediate container 39c53b64715c [2020-08-01T04:46:56.331Z] ---> 7a20ca96b366 [2020-08-01T04:46:56.331Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-01T04:46:56.934Z] ---> Running in c59ec2dbdf8a [2020-08-01T04:46:59.571Z] ---> 1090c02a9cf1 [2020-08-01T04:46:59.571Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-01T04:47:01.023Z] ---> 0d60b18c2d4d [2020-08-01T04:47:01.023Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:47:01.468Z] ---> Running in af516402c1a9 [2020-08-01T04:47:01.814Z] Removing intermediate container 6019c76d0c92 [2020-08-01T04:47:01.814Z] ---> 054885ef720c [2020-08-01T04:47:01.814Z] [2020-08-01T04:47:01.814Z] Step 10/23 : FROM scratch [2020-08-01T04:47:01.814Z] ---> [2020-08-01T04:47:01.814Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-01T04:47:01.814Z] Removing intermediate container c59ec2dbdf8a [2020-08-01T04:47:01.814Z] ---> 3c3f89c42326 [2020-08-01T04:47:01.814Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-01T04:47:01.814Z] ---> Using cache [2020-08-01T04:47:01.814Z] ---> bb36672dba38 [2020-08-01T04:47:01.814Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-01T04:47:02.102Z] ---> Running in 7d846d85f9c6 [2020-08-01T04:47:02.102Z] ---> Running in 8d8524ae6a4d [2020-08-01T04:47:02.394Z] Removing intermediate container af516402c1a9 [2020-08-01T04:47:02.394Z] ---> f50b0bfe666d [2020-08-01T04:47:02.394Z] Step 19/21 : LABEL arch=arm64 [2020-08-01T04:47:02.676Z] Removing intermediate container cb3d1e1e88ef [2020-08-01T04:47:02.676Z] ---> 785401322f90 [2020-08-01T04:47:02.676Z] [2020-08-01T04:47:02.676Z] Step 10/20 : FROM scratch [2020-08-01T04:47:02.676Z] ---> [2020-08-01T04:47:02.676Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-01T04:47:02.676Z] ---> Running in 5a05c5eba393 [2020-08-01T04:47:02.965Z] Removing intermediate container 8d8524ae6a4d [2020-08-01T04:47:02.965Z] ---> 20e9d0d3008d [2020-08-01T04:47:02.965Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-01T04:47:02.965Z] ---> Running in 27ff5d67794b [2020-08-01T04:47:03.258Z] ---> Running in 4caa38c9d01e [2020-08-01T04:47:03.258Z] Removing intermediate container 7d846d85f9c6 [2020-08-01T04:47:03.258Z] ---> c476c7f8a85a [2020-08-01T04:47:03.258Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-01T04:47:03.530Z] ---> Running in c91128cb1b66 [2020-08-01T04:47:03.530Z] Removing intermediate container 5a05c5eba393 [2020-08-01T04:47:03.530Z] ---> e4ce25d0bc8e [2020-08-01T04:47:03.530Z] Step 20/21 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d [2020-08-01T04:47:03.804Z] Removing intermediate container 27ff5d67794b [2020-08-01T04:47:03.804Z] ---> 02814a126572 [2020-08-01T04:47:03.804Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-01T04:47:03.804Z] ---> Running in a2a31845a22c [2020-08-01T04:47:03.804Z] Removing intermediate container 4caa38c9d01e [2020-08-01T04:47:03.804Z] ---> b01c00a57d50 [2020-08-01T04:47:03.804Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-01T04:47:03.804Z] ---> Running in 84ab5c336dba [2020-08-01T04:47:04.078Z] Removing intermediate container c91128cb1b66 [2020-08-01T04:47:04.078Z] ---> 22edc98ef24e [2020-08-01T04:47:04.078Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-01T04:47:04.360Z] ---> Running in 04c5e36b23c8 [2020-08-01T04:47:04.636Z] Removing intermediate container a2a31845a22c [2020-08-01T04:47:04.636Z] ---> f1daa8d13e81 [2020-08-01T04:47:04.636Z] Step 21/21 : LABEL version=0.0.0 [2020-08-01T04:47:04.916Z] Removing intermediate container 84ab5c336dba [2020-08-01T04:47:04.916Z] ---> a30dc86f828c [2020-08-01T04:47:04.916Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-01T04:47:04.916Z] ---> Running in 1e323e4cdba8 [2020-08-01T04:47:04.916Z] ---> 00138d7885c8 [2020-08-01T04:47:04.916Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-01T04:47:04.916Z] ---> Running in a4bb4c702b72 [2020-08-01T04:47:05.193Z] Removing intermediate container 04c5e36b23c8 [2020-08-01T04:47:05.193Z] ---> 500e1a205697 [2020-08-01T04:47:05.193Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-01T04:47:05.484Z] Removing intermediate container 1e323e4cdba8 [2020-08-01T04:47:05.771Z] ---> 83f8619d69a4 [2020-08-01T04:47:05.771Z] [2020-08-01T04:47:05.771Z] Removing intermediate container a4bb4c702b72 [2020-08-01T04:47:05.771Z] ---> c549888c6e6a [2020-08-01T04:47:05.771Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-01T04:47:06.373Z] Successfully built 83f8619d69a4 [2020-08-01T04:47:06.373Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-01T04:47:06.373Z]  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go [2020-08-01T04:47:07.358Z] ---> b385b03146b5 [2020-08-01T04:47:07.358Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-01T04:47:07.358Z] ---> d39130590cb5 [2020-08-01T04:47:07.358Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-01T04:47:07.358Z] ---> bce5751c656c [2020-08-01T04:47:07.358Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-01T04:47:09.976Z] ---> d502fd539dc6 [2020-08-01T04:47:09.976Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-01T04:47:09.976Z] ---> 9f2ca966b70b [2020-08-01T04:47:09.976Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-01T04:47:09.976Z] ---> ab794b9b5fb1 [2020-08-01T04:47:09.976Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-01T04:47:11.408Z] ---> b761e2236c32 [2020-08-01T04:47:11.408Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-01T04:47:11.684Z] ---> 74b8b792292b [2020-08-01T04:47:11.684Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-01T04:47:11.684Z] ---> b882f038be55 [2020-08-01T04:47:11.684Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:47:11.962Z] ---> Running in 1bf691fb327c [2020-08-01T04:47:12.246Z] ---> Running in b2172894a042 [2020-08-01T04:47:13.240Z] Removing intermediate container b2172894a042 [2020-08-01T04:47:13.240Z] ---> dee0fa47e72b [2020-08-01T04:47:13.240Z] Step 18/20 : LABEL arch=arm64 [2020-08-01T04:47:13.848Z] ---> Running in 0e70a0df0d2a [2020-08-01T04:47:14.120Z] ---> 2c5a8fae2d03 [2020-08-01T04:47:14.120Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-01T04:47:14.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:47:14.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:47:14.664Z] Removing intermediate container 0e70a0df0d2a [2020-08-01T04:47:14.664Z] ---> e89274daee4f [2020-08-01T04:47:14.664Z] Step 19/20 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d [2020-08-01T04:47:14.937Z] ---> Running in 82265db8f331 [2020-08-01T04:47:15.209Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-01T04:47:15.209Z] (2/33) Installing expat (2.2.9-r1) [2020-08-01T04:47:15.209Z] (3/33) Installing libffi (3.3-r2) [2020-08-01T04:47:15.209Z] ---> b7a0e85957eb [2020-08-01T04:47:15.209Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:47:15.209Z] (4/33) Installing gdbm (1.13-r1) [2020-08-01T04:47:15.209Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-01T04:47:15.209Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-01T04:47:15.209Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-01T04:47:15.508Z] ---> Running in 265a57027e99 [2020-08-01T04:47:16.110Z] Removing intermediate container 82265db8f331 [2020-08-01T04:47:16.110Z] ---> 452b1b07b6c7 [2020-08-01T04:47:16.110Z] Step 20/20 : LABEL version=0.0.0 [2020-08-01T04:47:16.381Z] Removing intermediate container 265a57027e99 [2020-08-01T04:47:16.381Z] ---> 856fc71ce512 [2020-08-01T04:47:16.381Z] Step 21/23 : LABEL arch=arm64 [2020-08-01T04:47:16.381Z] ---> Running in 4fa6f25a7d09 [2020-08-01T04:47:16.673Z] ---> Running in e642413ff979 [2020-08-01T04:47:17.651Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-01T04:47:17.651Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-01T04:47:17.651Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-01T04:47:17.651Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-01T04:47:17.651Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-01T04:47:17.651Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-01T04:47:17.651Z] Removing intermediate container 4fa6f25a7d09 [2020-08-01T04:47:17.651Z] ---> 3ced69d89950 [2020-08-01T04:47:17.651Z] [2020-08-01T04:47:17.651Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-01T04:47:17.651Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-01T04:47:17.651Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-01T04:47:17.651Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-01T04:47:17.939Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-01T04:47:17.939Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-01T04:47:17.939Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-01T04:47:17.939Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-01T04:47:17.939Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-01T04:47:17.939Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-01T04:47:17.939Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-01T04:47:17.939Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-01T04:47:17.939Z] Removing intermediate container e642413ff979 [2020-08-01T04:47:17.939Z] ---> 74fa67b36953 [2020-08-01T04:47:17.939Z] Step 22/23 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d [2020-08-01T04:47:17.939Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-01T04:47:17.939Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-01T04:47:18.222Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-01T04:47:18.222Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-01T04:47:18.222Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-01T04:47:18.222Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-01T04:47:18.222Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-01T04:47:18.222Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-01T04:47:18.222Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:47:18.496Z] OK: 71 MiB in 55 packages [2020-08-01T04:47:18.496Z] Successfully built 3ced69d89950 [2020-08-01T04:47:18.769Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-01T04:47:18.769Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2020-08-01T04:47:18.769Z] ---> Running in df586f2c0fa3 [2020-08-01T04:47:19.754Z] Removing intermediate container df586f2c0fa3 [2020-08-01T04:47:19.754Z] ---> 8013b0de72da [2020-08-01T04:47:19.754Z] Step 23/23 : LABEL version=0.0.0 [2020-08-01T04:47:20.351Z] Removing intermediate container 6542b21f98b1 [2020-08-01T04:47:20.351Z] ---> a41e1b8194c7 [2020-08-01T04:47:20.351Z] [2020-08-01T04:47:20.351Z] Step 10/22 : FROM alpine [2020-08-01T04:47:20.351Z] ---> Running in 4c20af84bb7f [2020-08-01T04:47:20.625Z] latest: Pulling from library/alpine [2020-08-01T04:47:20.897Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-01T04:47:21.174Z] Status: Downloaded newer image for alpine:latest [2020-08-01T04:47:21.174Z] ---> 62ee0e9f8440 [2020-08-01T04:47:21.174Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-01T04:47:21.448Z] Removing intermediate container 4c20af84bb7f [2020-08-01T04:47:21.448Z] ---> eb0e777f2659 [2020-08-01T04:47:21.448Z] [2020-08-01T04:47:21.724Z] ---> Running in bc6154b4803a [2020-08-01T04:47:22.318Z] Successfully built eb0e777f2659 [2020-08-01T04:47:22.590Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-01T04:47:22.590Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2020-08-01T04:47:22.590Z] Removing intermediate container bc6154b4803a [2020-08-01T04:47:22.590Z] ---> 9682e219eee9 [2020-08-01T04:47:22.590Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-01T04:47:23.183Z] ---> Running in 0f08435cd459 [2020-08-01T04:47:23.782Z] Removing intermediate container 0f08435cd459 [2020-08-01T04:47:23.782Z] ---> 88fffb7d6c0f [2020-08-01T04:47:23.782Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-01T04:47:24.055Z] ---> Running in 7b7d31be328c [2020-08-01T04:47:25.033Z] Removing intermediate container 7b7d31be328c [2020-08-01T04:47:25.033Z] ---> 58ce0b20f97a [2020-08-01T04:47:25.033Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:47:25.833Z] ---> Running in a15a9becebb9 [2020-08-01T04:47:26.805Z] Removing intermediate container 1bf691fb327c [2020-08-01T04:47:26.805Z] ---> 2b91db729bb4 [2020-08-01T04:47:26.805Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-01T04:47:27.410Z] ---> Running in eff54eca0647 [2020-08-01T04:47:30.182Z] Removing intermediate container a15a9becebb9 [2020-08-01T04:47:30.182Z] ---> 16c2c9a1cdf6 [2020-08-01T04:47:30.182Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-01T04:47:30.182Z] ---> Running in f1b43583e920 [2020-08-01T04:47:32.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:47:32.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:47:33.359Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-01T04:47:33.359Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-01T04:47:33.631Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-01T04:47:33.906Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-01T04:47:33.906Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-01T04:47:34.176Z] Collecting docker-compose==1.23.2 [2020-08-01T04:47:34.176Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:47:34.176Z] OK: 8 MiB in 19 packages [2020-08-01T04:47:34.176Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-01T04:47:36.170Z] Collecting PyYAML<4,>=3.10 [2020-08-01T04:47:36.170Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-01T04:47:37.150Z] Removing intermediate container f1b43583e920 [2020-08-01T04:47:37.150Z] ---> db9f5c8b71de [2020-08-01T04:47:37.151Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-01T04:47:38.598Z] ---> 5924fc56f196 [2020-08-01T04:47:38.598Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-01T04:47:40.147Z] ---> f0ee8fcc52cd [2020-08-01T04:47:40.436Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-01T04:47:40.730Z] Collecting docker<4.0,>=3.6.0 [2020-08-01T04:47:40.731Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-01T04:47:41.350Z] ---> 598f4f004eb9 [2020-08-01T04:47:41.350Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:47:41.622Z] Collecting texttable<0.10,>=0.9.0 [2020-08-01T04:47:41.622Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-01T04:47:41.622Z] ---> Running in cae1df56f4aa [2020-08-01T04:47:42.603Z] Removing intermediate container cae1df56f4aa [2020-08-01T04:47:42.603Z] ---> 41417420c214 [2020-08-01T04:47:42.603Z] Step 20/22 : LABEL arch=arm64 [2020-08-01T04:47:42.880Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:47:42.880Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:47:42.880Z] ---> ee8a6c92883c [2020-08-01T04:47:42.880Z] Step 3/26 : WORKDIR /edgex-go [2020-08-01T04:47:42.880Z] ---> Using cache [2020-08-01T04:47:42.880Z] ---> 10edfd2e63cf [2020-08-01T04:47:42.880Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:47:42.880Z] ---> Using cache [2020-08-01T04:47:42.880Z] ---> e04eac1e2664 [2020-08-01T04:47:42.880Z] Step 5/26 : RUN apk update && apk add make git [2020-08-01T04:47:43.152Z] ---> Running in 4c6d45162558 [2020-08-01T04:47:43.152Z] ---> Running in 70d200ba6ac0 [2020-08-01T04:47:44.132Z] Removing intermediate container 4c6d45162558 [2020-08-01T04:47:44.132Z] ---> b21ade98c8ef [2020-08-01T04:47:44.132Z] Step 21/22 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d [2020-08-01T04:47:44.132Z] Collecting docopt<0.7,>=0.6.1 [2020-08-01T04:47:44.132Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-01T04:47:44.403Z] ---> Running in cca32cf2663c [2020-08-01T04:47:45.000Z] Removing intermediate container cca32cf2663c [2020-08-01T04:47:45.000Z] ---> 12976effe9fa [2020-08-01T04:47:45.000Z] Step 22/22 : LABEL version=0.0.0 [2020-08-01T04:47:45.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:47:45.000Z] ---> Running in f3068b7eaf36 [2020-08-01T04:47:45.604Z] Removing intermediate container f3068b7eaf36 [2020-08-01T04:47:45.604Z] ---> 8859e24fe6b7 [2020-08-01T04:47:45.604Z] [2020-08-01T04:47:45.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:47:46.468Z] Successfully built 8859e24fe6b7 [2020-08-01T04:47:46.468Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-01T04:47:46.468Z] Building docker-security-proxy-setup-go [2020-08-01T04:47:46.748Z]  Building docker-core-data-go ... done Collecting cached-property<2,>=1.2.0 [2020-08-01T04:47:46.748Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-01T04:47:46.748Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:47:46.748Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:47:46.748Z] OK: 12620 distinct packages available [2020-08-01T04:47:47.026Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-01T04:47:47.629Z] OK: 217 MiB in 51 packages [2020-08-01T04:47:48.227Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-01T04:47:48.227Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-01T04:47:49.207Z] Collecting jsonschema<3,>=2.5.1 [2020-08-01T04:47:49.479Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-01T04:47:49.751Z] Removing intermediate container 70d200ba6ac0 [2020-08-01T04:47:49.751Z] ---> b4109a8cb15b [2020-08-01T04:47:49.751Z] Step 6/26 : COPY go.mod . [2020-08-01T04:47:50.736Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-01T04:47:50.736Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-01T04:47:51.008Z] ---> 9b5996d26a2c [2020-08-01T04:47:51.008Z] Step 7/26 : RUN go mod download [2020-08-01T04:47:51.286Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-01T04:47:51.286Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-01T04:47:51.559Z] ---> Running in 4dced49aa2ee [2020-08-01T04:47:54.163Z] Collecting docker-pycreds>=0.4.0 [2020-08-01T04:47:54.163Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-01T04:47:54.163Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-01T04:47:54.760Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-01T04:47:54.760Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-01T04:47:55.758Z] Collecting idna<2.8,>=2.5 [2020-08-01T04:47:55.758Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-01T04:47:56.032Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-01T04:47:56.032Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-01T04:47:56.032Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-01T04:47:56.032Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-01T04:47:56.032Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-01T04:47:56.307Z] Removing intermediate container 4dced49aa2ee [2020-08-01T04:47:56.307Z] ---> d6bfd0874ed4 [2020-08-01T04:47:56.307Z] Step 8/26 : COPY . . [2020-08-01T04:47:57.285Z] Installing collected packages: PyYAML, docker-pycreds, websocket-client, urllib3, idna, requests, docker, texttable, docopt, cached-property, jsonschema, dockerpty, docker-compose [2020-08-01T04:47:57.285Z] Running setup.py install for PyYAML: started [2020-08-01T04:47:59.904Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-01T04:48:00.178Z] Attempting uninstall: urllib3 [2020-08-01T04:48:00.178Z] Found existing installation: urllib3 1.25.9 [2020-08-01T04:48:00.178Z] Uninstalling urllib3-1.25.9: [2020-08-01T04:48:00.450Z] Successfully uninstalled urllib3-1.25.9 [2020-08-01T04:48:01.051Z] Attempting uninstall: idna [2020-08-01T04:48:01.051Z] Found existing installation: idna 2.9 [2020-08-01T04:48:01.051Z] Uninstalling idna-2.9: [2020-08-01T04:48:01.051Z] Successfully uninstalled idna-2.9 [2020-08-01T04:48:01.656Z] Attempting uninstall: requests [2020-08-01T04:48:01.656Z] Found existing installation: requests 2.23.0 [2020-08-01T04:48:01.656Z] Uninstalling requests-2.23.0: [2020-08-01T04:48:01.928Z] Successfully uninstalled requests-2.23.0 [2020-08-01T04:48:03.361Z] Running setup.py install for texttable: started [2020-08-01T04:48:05.341Z] Running setup.py install for texttable: finished with status 'done' [2020-08-01T04:48:05.341Z] Running setup.py install for docopt: started [2020-08-01T04:48:07.972Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:48:07.972Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:48:07.972Z] ---> ee8a6c92883c [2020-08-01T04:48:07.972Z] Step 3/21 : WORKDIR /edgex-go [2020-08-01T04:48:07.972Z] ---> Using cache [2020-08-01T04:48:07.972Z] ---> 10edfd2e63cf [2020-08-01T04:48:07.972Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:48:07.972Z] ---> Using cache [2020-08-01T04:48:07.972Z] ---> e04eac1e2664 [2020-08-01T04:48:07.972Z] Step 5/21 : RUN apk update && apk add make git [2020-08-01T04:48:07.972Z] ---> Using cache [2020-08-01T04:48:07.972Z] ---> b4109a8cb15b [2020-08-01T04:48:07.972Z] Step 6/21 : COPY go.mod . [2020-08-01T04:48:07.972Z] ---> Using cache [2020-08-01T04:48:07.972Z] ---> 9b5996d26a2c [2020-08-01T04:48:07.972Z] Step 7/21 : RUN go mod download [2020-08-01T04:48:07.972Z] ---> Using cache [2020-08-01T04:48:07.972Z] ---> d6bfd0874ed4 [2020-08-01T04:48:07.972Z] Step 8/21 : COPY . . [2020-08-01T04:48:07.972Z] Running setup.py install for docopt: finished with status 'done' [2020-08-01T04:48:08.247Z] Running setup.py install for dockerpty: started [2020-08-01T04:48:10.875Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-01T04:48:11.864Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-01T04:48:12.173Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:48:12.173Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:48:12.173Z] ---> ee8a6c92883c [2020-08-01T04:48:12.173Z] Step 3/21 : WORKDIR /edgex-go [2020-08-01T04:48:12.173Z] ---> Using cache [2020-08-01T04:48:12.173Z] ---> 10edfd2e63cf [2020-08-01T04:48:12.173Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:48:12.173Z] ---> Using cache [2020-08-01T04:48:12.173Z] ---> e04eac1e2664 [2020-08-01T04:48:12.173Z] Step 5/21 : RUN apk update && apk add make git [2020-08-01T04:48:12.173Z] ---> Using cache [2020-08-01T04:48:12.173Z] ---> b4109a8cb15b [2020-08-01T04:48:12.173Z] Step 6/21 : COPY go.mod . [2020-08-01T04:48:12.173Z] ---> Using cache [2020-08-01T04:48:12.173Z] ---> 9b5996d26a2c [2020-08-01T04:48:12.173Z] Step 7/21 : RUN go mod download [2020-08-01T04:48:12.173Z] ---> Using cache [2020-08-01T04:48:12.173Z] ---> d6bfd0874ed4 [2020-08-01T04:48:12.173Z] Step 8/21 : COPY . . [2020-08-01T04:48:24.603Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:48:24.604Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:48:24.604Z] ---> ee8a6c92883c [2020-08-01T04:48:24.604Z] Step 3/20 : WORKDIR /edgex-go [2020-08-01T04:48:24.604Z] ---> Using cache [2020-08-01T04:48:24.604Z] ---> 10edfd2e63cf [2020-08-01T04:48:24.604Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:48:24.604Z] ---> Using cache [2020-08-01T04:48:24.604Z] ---> e04eac1e2664 [2020-08-01T04:48:24.604Z] Step 5/20 : RUN apk update && apk add make git [2020-08-01T04:48:24.604Z] ---> Using cache [2020-08-01T04:48:24.604Z] ---> b4109a8cb15b [2020-08-01T04:48:24.604Z] Step 6/20 : COPY go.mod . [2020-08-01T04:48:24.604Z] ---> Using cache [2020-08-01T04:48:24.604Z] ---> 9b5996d26a2c [2020-08-01T04:48:24.604Z] Step 7/20 : RUN go mod download [2020-08-01T04:48:24.604Z] ---> Using cache [2020-08-01T04:48:24.604Z] ---> d6bfd0874ed4 [2020-08-01T04:48:24.604Z] Step 8/20 : COPY . . [2020-08-01T04:48:24.604Z] ---> Using cache [2020-08-01T04:48:24.604Z] ---> 18ec2f2b8026 [2020-08-01T04:48:24.604Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-01T04:48:34.742Z] ---> Running in 55e8ff291c2c [2020-08-01T04:48:34.742Z] ---> 18ec2f2b8026 [2020-08-01T04:48:34.742Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-01T04:48:34.742Z] ---> 69bdda9bb6a3 [2020-08-01T04:48:34.742Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-01T04:48:34.742Z] ---> Running in 72b26b7c4103 [2020-08-01T04:48:34.742Z] ---> 2434e1fa17dc [2020-08-01T04:48:34.742Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-01T04:48:34.742Z] ---> Running in 6036aa238174 [2020-08-01T04:48:35.012Z] ---> Running in 41d097be30c4 [2020-08-01T04:48:35.611Z] Removing intermediate container eff54eca0647 [2020-08-01T04:48:35.611Z] ---> 8001f8c27608 [2020-08-01T04:48:35.611Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-01T04:48:35.883Z] ---> Running in 3faca9a70022 [2020-08-01T04:48:35.883Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-01T04:48:37.351Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-01T04:48:37.351Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-01T04:48:37.351Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-01T04:48:38.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:48:38.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:48:39.828Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-01T04:48:39.828Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-01T04:48:39.828Z] (3/3) Installing curl (7.69.1-r0) [2020-08-01T04:48:39.828Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:48:39.828Z] OK: 71 MiB in 58 packages [2020-08-01T04:48:41.260Z] Removing intermediate container 3faca9a70022 [2020-08-01T04:48:41.260Z] ---> 8f35cbc90e79 [2020-08-01T04:48:41.260Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:48:41.529Z] ---> Running in a2909d34c16b [2020-08-01T04:48:42.122Z] Removing intermediate container a2909d34c16b [2020-08-01T04:48:42.122Z] ---> 8d4416d8aefe [2020-08-01T04:48:42.122Z] Step 24/26 : LABEL arch=arm64 [2020-08-01T04:48:42.122Z] ---> Running in 50334a8ca03d [2020-08-01T04:48:43.100Z] Removing intermediate container 50334a8ca03d [2020-08-01T04:48:43.100Z] ---> b461ea5b5b8b [2020-08-01T04:48:43.100Z] Step 25/26 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d [2020-08-01T04:48:43.100Z] ---> Running in fcef90555a1e [2020-08-01T04:48:44.080Z] Removing intermediate container fcef90555a1e [2020-08-01T04:48:44.080Z] ---> 85803bf45cc5 [2020-08-01T04:48:44.080Z] Step 26/26 : LABEL version=0.0.0 [2020-08-01T04:48:44.352Z] ---> Running in 3fe24be5a612 [2020-08-01T04:48:44.946Z] Removing intermediate container 3fe24be5a612 [2020-08-01T04:48:44.946Z] ---> 3366dea144ba [2020-08-01T04:48:44.946Z] [2020-08-01T04:48:45.546Z] Successfully built 3366dea144ba [2020-08-01T04:48:45.546Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-01T04:48:45.546Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-secrets-setup-go [2020-08-01T04:49:12.350Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:49:12.350Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-01T04:49:12.350Z] ---> ee8a6c92883c [2020-08-01T04:49:12.350Z] Step 3/29 : WORKDIR /edgex-go [2020-08-01T04:49:12.350Z] ---> Using cache [2020-08-01T04:49:12.350Z] ---> 10edfd2e63cf [2020-08-01T04:49:12.350Z] Step 4/29 : RUN apk update && apk add make git [2020-08-01T04:49:13.332Z] ---> Running in 335275d3f839 [2020-08-01T04:49:15.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:49:16.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:49:17.537Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:49:17.537Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:49:17.537Z] OK: 12620 distinct packages available [2020-08-01T04:49:18.523Z] OK: 217 MiB in 51 packages [2020-08-01T04:49:20.524Z] Removing intermediate container 335275d3f839 [2020-08-01T04:49:20.524Z] ---> eb888da93a0d [2020-08-01T04:49:20.524Z] Step 5/29 : COPY go.mod . [2020-08-01T04:49:21.510Z] ---> ff3f1d5e8ada [2020-08-01T04:49:21.510Z] Step 6/29 : RUN go mod download [2020-08-01T04:49:21.510Z] ---> Running in df8540c7ac57 [2020-08-01T04:49:26.921Z] Removing intermediate container df8540c7ac57 [2020-08-01T04:49:26.921Z] ---> f90634124fd1 [2020-08-01T04:49:26.921Z] Step 7/29 : COPY . . [2020-08-01T04:49:53.724Z] ---> 78e449d393b1 [2020-08-01T04:49:53.724Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-01T04:49:53.724Z] ---> Running in 117b6912e772 [2020-08-01T04:49:54.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-01T04:50:00.154Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-01T04:50:00.154Z] Removing intermediate container 55e8ff291c2c [2020-08-01T04:50:00.154Z] ---> 24a9c25377a7 [2020-08-01T04:50:00.154Z] [2020-08-01T04:50:00.154Z] Step 10/20 : FROM alpine [2020-08-01T04:50:00.154Z] ---> 62ee0e9f8440 [2020-08-01T04:50:00.154Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-01T04:50:00.429Z] ---> Running in a375d38819ef [2020-08-01T04:50:03.048Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:50:03.329Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:50:03.926Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:50:03.926Z] v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:50:03.926Z] OK: 12620 distinct packages available [2020-08-01T04:50:04.906Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-01T04:50:04.906Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-01T04:50:04.906Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-01T04:50:04.906Z] (4/4) Installing curl (7.69.1-r0) [2020-08-01T04:50:04.906Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:50:04.906Z] Executing ca-certificates-20191127-r4.trigger [2020-08-01T04:50:05.180Z] OK: 7 MiB in 18 packages [2020-08-01T04:50:08.123Z] Removing intermediate container a375d38819ef [2020-08-01T04:50:08.123Z] ---> 48b30c0408aa [2020-08-01T04:50:08.123Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-01T04:50:08.717Z] ---> Running in 662966778ae2 [2020-08-01T04:50:09.306Z] Removing intermediate container 662966778ae2 [2020-08-01T04:50:09.306Z] ---> efbab9c293b5 [2020-08-01T04:50:09.306Z] Step 13/20 : WORKDIR /edgex [2020-08-01T04:50:09.577Z] ---> Running in f20c2afc9bf1 [2020-08-01T04:50:10.168Z] Removing intermediate container f20c2afc9bf1 [2020-08-01T04:50:10.168Z] ---> 7ad1c1b8b56a [2020-08-01T04:50:10.168Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-01T04:50:11.598Z] ---> 4d947dbe20d3 [2020-08-01T04:50:11.598Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-01T04:50:13.045Z] ---> 816041cb0203 [2020-08-01T04:50:13.045Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-01T04:50:13.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-01T04:50:13.320Z] ---> Running in e155564f28ec [2020-08-01T04:50:13.922Z] Removing intermediate container e155564f28ec [2020-08-01T04:50:13.922Z] ---> f336a7a4313d [2020-08-01T04:50:13.922Z] Step 17/20 : CMD ["--init=true"] [2020-08-01T04:50:14.193Z] ---> Running in e25b3ccd873e [2020-08-01T04:50:14.789Z] Removing intermediate container e25b3ccd873e [2020-08-01T04:50:14.789Z] ---> 4fafbd5ff5b1 [2020-08-01T04:50:14.789Z] Step 18/20 : LABEL arch=arm64 [2020-08-01T04:50:15.060Z] ---> Running in 4c47765b7ad0 [2020-08-01T04:50:16.049Z] Removing intermediate container 4c47765b7ad0 [2020-08-01T04:50:16.049Z] ---> 408b47c4b36f [2020-08-01T04:50:16.049Z] Step 19/20 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d [2020-08-01T04:50:16.049Z] ---> Running in 6f3356e9fa94 [2020-08-01T04:50:16.656Z] Removing intermediate container 6f3356e9fa94 [2020-08-01T04:50:16.656Z] ---> 662527c21bb0 [2020-08-01T04:50:16.656Z] Step 20/20 : LABEL version=0.0.0 [2020-08-01T04:50:16.933Z] ---> Running in abaf3d455681 [2020-08-01T04:50:17.532Z] Removing intermediate container abaf3d455681 [2020-08-01T04:50:17.532Z] ---> 11ebdfa4ad9a [2020-08-01T04:50:17.532Z] [2020-08-01T04:50:18.140Z] Successfully built 11ebdfa4ad9a [2020-08-01T04:50:18.140Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-01T04:50:26.422Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 72b26b7c4103 [2020-08-01T04:50:26.422Z] ---> 55cba3c07ae0 [2020-08-01T04:50:26.422Z] [2020-08-01T04:50:26.422Z] Step 10/26 : FROM alpine:3.10 [2020-08-01T04:50:26.422Z] 3.10: Pulling from library/alpine [2020-08-01T04:50:27.869Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-01T04:50:27.869Z] Status: Downloaded newer image for alpine:3.10 [2020-08-01T04:50:27.869Z] ---> 536a684cf733 [2020-08-01T04:50:27.869Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-01T04:50:27.869Z] ---> Running in 0087136f8ad7 [2020-08-01T04:50:30.494Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:50:30.494Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:50:30.771Z] v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-01T04:50:30.771Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-01T04:50:30.771Z] OK: 10167 distinct packages available [2020-08-01T04:50:31.368Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-01T04:50:31.641Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-01T04:50:31.641Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-01T04:50:31.641Z] (4/5) Installing curl (7.66.0-r0) [2020-08-01T04:50:31.641Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-01T04:50:31.641Z] Executing busybox-1.30.1-r3.trigger [2020-08-01T04:50:31.641Z] Executing ca-certificates-20191127-r2.trigger [2020-08-01T04:50:31.919Z] OK: 7 MiB in 19 packages [2020-08-01T04:50:35.313Z] Removing intermediate container 0087136f8ad7 [2020-08-01T04:50:35.313Z] ---> a30816bbbca7 [2020-08-01T04:50:35.313Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-01T04:50:35.313Z] ---> Running in e42f8b7ca1f5 [2020-08-01T04:50:35.313Z] Removing intermediate container 6036aa238174 [2020-08-01T04:50:35.313Z] ---> 5208b52471d8 [2020-08-01T04:50:35.313Z] [2020-08-01T04:50:35.313Z] Step 10/21 : FROM scratch [2020-08-01T04:50:35.313Z] ---> [2020-08-01T04:50:35.313Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-01T04:50:35.586Z] ---> Using cache [2020-08-01T04:50:35.586Z] ---> 02814a126572 [2020-08-01T04:50:35.586Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-01T04:50:35.865Z] ---> Running in 20606d8880ef [2020-08-01T04:50:36.146Z] Removing intermediate container e42f8b7ca1f5 [2020-08-01T04:50:36.146Z] ---> fcd0b79b0dfb [2020-08-01T04:50:36.146Z] Step 13/26 : WORKDIR / [2020-08-01T04:50:36.146Z] ---> Running in 02fb77181623 [2020-08-01T04:50:36.753Z] Removing intermediate container 20606d8880ef [2020-08-01T04:50:36.753Z] ---> ec5b963207c3 [2020-08-01T04:50:36.753Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-01T04:50:37.024Z] ---> Running in 9152c89d0c1d [2020-08-01T04:50:37.024Z] Removing intermediate container 02fb77181623 [2020-08-01T04:50:37.024Z] ---> d1dbb0aa6aac [2020-08-01T04:50:37.024Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-01T04:50:38.007Z] Removing intermediate container 9152c89d0c1d [2020-08-01T04:50:38.007Z] ---> d3297f60a731 [2020-08-01T04:50:38.007Z] Step 14/21 : WORKDIR / [2020-08-01T04:50:38.284Z] ---> Running in 2323dc2247f3 [2020-08-01T04:50:38.558Z] ---> a28d16bda7fa [2020-08-01T04:50:38.558Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-01T04:50:39.540Z] Removing intermediate container 2323dc2247f3 [2020-08-01T04:50:39.540Z] ---> 47b14b8c4e66 [2020-08-01T04:50:39.540Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-01T04:50:40.141Z] ---> 4b9915208a97 [2020-08-01T04:50:40.141Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-01T04:50:41.117Z] ---> a97955002ed8 [2020-08-01T04:50:41.117Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-01T04:50:41.715Z] ---> 993de5ae887e [2020-08-01T04:50:41.715Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-01T04:50:41.715Z] Removing intermediate container 41d097be30c4 [2020-08-01T04:50:41.715Z] ---> cbe160104b7c [2020-08-01T04:50:41.715Z] [2020-08-01T04:50:41.715Z] Step 10/21 : FROM scratch [2020-08-01T04:50:41.715Z] ---> [2020-08-01T04:50:41.715Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-01T04:50:41.715Z] ---> Using cache [2020-08-01T04:50:41.715Z] ---> 02814a126572 [2020-08-01T04:50:41.715Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-01T04:50:42.316Z] ---> Running in 636b681c60db [2020-08-01T04:50:42.594Z] ---> edf1fb128b9c [2020-08-01T04:50:42.594Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-01T04:50:42.872Z] Removing intermediate container 636b681c60db [2020-08-01T04:50:42.872Z] ---> 5820bb15dfeb [2020-08-01T04:50:42.872Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-01T04:50:42.872Z] ---> a1c0c7170fa5 [2020-08-01T04:50:42.872Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-01T04:50:43.149Z] ---> Running in 18d8cb2f59bd [2020-08-01T04:50:44.130Z] Removing intermediate container 18d8cb2f59bd [2020-08-01T04:50:44.130Z] ---> 3aa06ffc2697 [2020-08-01T04:50:44.130Z] Step 14/21 : WORKDIR / [2020-08-01T04:50:44.130Z] ---> Running in 49759519018a [2020-08-01T04:50:44.130Z] ---> 81793f2033d9 [2020-08-01T04:50:44.130Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-01T04:50:44.130Z] ---> 4af52e10a302 [2020-08-01T04:50:44.130Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:50:44.403Z] ---> Running in 169a43aade35 [2020-08-01T04:50:45.015Z] Removing intermediate container 49759519018a [2020-08-01T04:50:45.015Z] ---> 6bc1eb663852 [2020-08-01T04:50:45.015Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-01T04:50:45.015Z] Removing intermediate container 169a43aade35 [2020-08-01T04:50:45.015Z] ---> 49b538d24426 [2020-08-01T04:50:45.015Z] Step 19/21 : LABEL arch=arm64 [2020-08-01T04:50:45.291Z] ---> Running in 1ab0330d6a00 [2020-08-01T04:50:45.570Z] ---> 0356ecbec37e [2020-08-01T04:50:45.570Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-01T04:50:45.840Z] ---> 0363419e22fb [2020-08-01T04:50:45.840Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-01T04:50:46.128Z] Removing intermediate container 1ab0330d6a00 [2020-08-01T04:50:46.128Z] ---> 48b8b9587af7 [2020-08-01T04:50:46.128Z] Step 20/21 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d [2020-08-01T04:50:46.406Z] ---> Running in 01999da840e7 [2020-08-01T04:50:47.407Z] Removing intermediate container 01999da840e7 [2020-08-01T04:50:47.407Z] ---> 0bf686857154 [2020-08-01T04:50:47.407Z] Step 21/21 : LABEL version=0.0.0 [2020-08-01T04:50:47.407Z] ---> 13a1962835b1 [2020-08-01T04:50:47.407Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-01T04:50:47.407Z] ---> Running in cdc4f0e39d3c [2020-08-01T04:50:47.677Z] ---> 00ca84b7c332 [2020-08-01T04:50:47.677Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-01T04:50:48.267Z] Removing intermediate container cdc4f0e39d3c [2020-08-01T04:50:48.267Z] ---> 1702ce7e881c [2020-08-01T04:50:48.267Z] [2020-08-01T04:50:48.267Z] ---> e0f02ed3450a [2020-08-01T04:50:48.267Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-01T04:50:48.548Z] ---> Running in 5c151aad2723 [2020-08-01T04:50:48.817Z] Successfully built 1702ce7e881c [2020-08-01T04:50:48.817Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-01T04:50:48.817Z]  Building docker-core-command-go ... done  ---> 9271dbc05e45 [2020-08-01T04:50:48.817Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:50:49.086Z] ---> Running in 4210974b436e [2020-08-01T04:50:50.116Z] Removing intermediate container 4210974b436e [2020-08-01T04:50:50.116Z] ---> 86b6088ea499 [2020-08-01T04:50:50.116Z] Step 19/21 : LABEL arch=arm64 [2020-08-01T04:50:50.418Z] ---> Running in 6d8b94e7db46 [2020-08-01T04:50:51.066Z] Removing intermediate container 6d8b94e7db46 [2020-08-01T04:50:51.066Z] ---> c4b0ebd424ec [2020-08-01T04:50:51.066Z] Step 20/21 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d [2020-08-01T04:50:51.340Z] ---> Running in 1639e8792bc7 [2020-08-01T04:50:51.615Z] Removing intermediate container 117b6912e772 [2020-08-01T04:50:51.615Z] ---> f9043281db33 [2020-08-01T04:50:51.615Z] [2020-08-01T04:50:51.615Z] Step 9/29 : FROM alpine:latest [2020-08-01T04:50:51.615Z] ---> 62ee0e9f8440 [2020-08-01T04:50:51.615Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-01T04:50:51.885Z] ---> Running in 9d8ee7391773 [2020-08-01T04:50:52.156Z] Removing intermediate container 1639e8792bc7 [2020-08-01T04:50:52.156Z] ---> 0db502e92f23 [2020-08-01T04:50:52.156Z] Step 21/21 : LABEL version=0.0.0 [2020-08-01T04:50:52.156Z] Removing intermediate container 5c151aad2723 [2020-08-01T04:50:52.156Z] ---> 474d5b331288 [2020-08-01T04:50:52.156Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-01T04:50:52.435Z] ---> Running in f870a2ec577d [2020-08-01T04:50:52.435Z] ---> Running in e08e97371035 [2020-08-01T04:50:52.435Z] Removing intermediate container 9d8ee7391773 [2020-08-01T04:50:52.435Z] ---> e523842f1f4b [2020-08-01T04:50:52.435Z] Step 11/29 : USER root [2020-08-01T04:50:52.704Z] ---> Running in be06c1450cc5 [2020-08-01T04:50:52.974Z] Removing intermediate container f870a2ec577d [2020-08-01T04:50:52.974Z] ---> 43b07f503f49 [2020-08-01T04:50:52.974Z] [2020-08-01T04:50:53.243Z] Removing intermediate container e08e97371035 [2020-08-01T04:50:53.243Z] ---> 365b1c2f609e [2020-08-01T04:50:53.243Z] Step 24/26 : LABEL arch=arm64 [2020-08-01T04:50:53.516Z] Successfully built 43b07f503f49 [2020-08-01T04:50:53.516Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-01T04:50:53.516Z]  Building docker-core-metadata-go ... done Removing intermediate container be06c1450cc5 [2020-08-01T04:50:53.516Z] ---> 44cbbcb3db9c [2020-08-01T04:50:53.516Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-01T04:50:53.516Z] ---> Running in 899f9bd75a08 [2020-08-01T04:50:53.790Z] ---> Running in 0a477209836b [2020-08-01T04:50:54.067Z] Removing intermediate container 899f9bd75a08 [2020-08-01T04:50:54.067Z] ---> 8770cfc4f201 [2020-08-01T04:50:54.067Z] Step 25/26 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d [2020-08-01T04:50:54.339Z] ---> Running in 798a385b233c [2020-08-01T04:50:54.928Z] Removing intermediate container 798a385b233c [2020-08-01T04:50:54.928Z] ---> 720dac74a462 [2020-08-01T04:50:54.928Z] Step 26/26 : LABEL version=0.0.0 [2020-08-01T04:50:54.928Z] ---> Running in dc2d1e3b27df [2020-08-01T04:50:55.199Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:50:55.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:50:55.472Z] Removing intermediate container dc2d1e3b27df [2020-08-01T04:50:55.472Z] ---> b1023eabc1d4 [2020-08-01T04:50:55.472Z] [2020-08-01T04:50:56.061Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:50:56.061Z] v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:50:56.061Z] OK: 12620 distinct packages available [2020-08-01T04:50:56.061Z] Successfully built b1023eabc1d4 [2020-08-01T04:50:56.061Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-01T04:50:56.650Z]  Building docker-security-secretstore-setup-go ... done (1/2) Installing ca-certificates (20191127-r4) [2020-08-01T04:50:56.650Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-01T04:50:56.650Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:50:56.650Z] Executing ca-certificates-20191127-r4.trigger [2020-08-01T04:50:56.920Z] OK: 6 MiB in 16 packages [2020-08-01T04:50:58.881Z] Removing intermediate container 0a477209836b [2020-08-01T04:50:58.882Z] ---> 17781e97a7ad [2020-08-01T04:50:58.882Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-01T04:50:58.882Z] ---> Running in 1189b421a9d8 [2020-08-01T04:50:59.151Z] Removing intermediate container 1189b421a9d8 [2020-08-01T04:50:59.151Z] ---> f1dbbec87fa2 [2020-08-01T04:50:59.151Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-01T04:50:59.422Z] ---> Running in 75c4b6c40ba7 [2020-08-01T04:51:00.010Z] Removing intermediate container 75c4b6c40ba7 [2020-08-01T04:51:00.010Z] ---> d043a7e00542 [2020-08-01T04:51:00.010Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-01T04:51:00.010Z] ---> Running in 8c2ce178918f [2020-08-01T04:51:02.612Z] Removing intermediate container 8c2ce178918f [2020-08-01T04:51:02.612Z] ---> 580b1b82fa61 [2020-08-01T04:51:02.612Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-01T04:51:03.590Z] ---> eb095271ee0a [2020-08-01T04:51:03.590Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-01T04:51:04.559Z] ---> f943c51da74a [2020-08-01T04:51:04.559Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-01T04:51:05.527Z] ---> 86183157468a [2020-08-01T04:51:05.527Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-01T04:51:06.116Z] ---> 47d936edf2df [2020-08-01T04:51:06.116Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-01T04:51:07.086Z] ---> 7fa60b558129 [2020-08-01T04:51:07.086Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-01T04:51:07.086Z] ---> Running in a464b223de7f [2020-08-01T04:51:09.687Z] Removing intermediate container a464b223de7f [2020-08-01T04:51:09.687Z] ---> 8192cf82c654 [2020-08-01T04:51:09.687Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-01T04:51:10.276Z] ---> 37e67ecd7b74 [2020-08-01T04:51:10.276Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-01T04:51:10.547Z] ---> Running in e264a186165c [2020-08-01T04:51:13.160Z] Removing intermediate container e264a186165c [2020-08-01T04:51:13.160Z] ---> ef18a02fff54 [2020-08-01T04:51:13.160Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-01T04:51:13.160Z] ---> Running in 96bb9481b48b [2020-08-01T04:51:15.767Z] Removing intermediate container 96bb9481b48b [2020-08-01T04:51:15.767Z] ---> 7712408aab88 [2020-08-01T04:51:15.767Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-01T04:51:16.039Z] ---> Running in f15d78c29ca9 [2020-08-01T04:51:16.309Z] Removing intermediate container f15d78c29ca9 [2020-08-01T04:51:16.309Z] ---> 1d311df6dab8 [2020-08-01T04:51:16.309Z] Step 26/29 : CMD [ "generate" ] [2020-08-01T04:51:16.581Z] ---> Running in 8744cc005527 [2020-08-01T04:51:16.852Z] Removing intermediate container 8744cc005527 [2020-08-01T04:51:16.852Z] ---> 0e29fe4adea4 [2020-08-01T04:51:17.123Z] Step 27/29 : LABEL arch=arm64 [2020-08-01T04:51:17.123Z] ---> Running in 802590faf4c4 [2020-08-01T04:51:17.717Z] Removing intermediate container 802590faf4c4 [2020-08-01T04:51:17.717Z] ---> cdc38daff34c [2020-08-01T04:51:17.717Z] Step 28/29 : LABEL git_sha=f2350e88acf22dec1781a969a21f8f28170e606d [2020-08-01T04:51:17.717Z] ---> Running in ca21393d7573 [2020-08-01T04:51:17.990Z] Removing intermediate container ca21393d7573 [2020-08-01T04:51:17.990Z] ---> f47ba407b6ab [2020-08-01T04:51:17.990Z] Step 29/29 : LABEL version=0.0.0 [2020-08-01T04:51:18.260Z] ---> Running in 0d70d141d3c5 [2020-08-01T04:51:18.849Z] Removing intermediate container 0d70d141d3c5 [2020-08-01T04:51:18.849Z] ---> bbe90fdba704 [2020-08-01T04:51:18.849Z] [2020-08-01T04:51:19.119Z] Successfully built bbe90fdba704 [2020-08-01T04:51:19.119Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-01T04:51:19.403Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-08-01T04:51:19.392Z] $ docker stop --time=1 719df221658c8fc565b5da19fbbf3a8531d7d49054deb2f72bd5dcd31ca88026 [2020-08-01T04:51:21.326Z] $ docker rm -f 719df221658c8fc565b5da19fbbf3a8531d7d49054deb2f72bd5dcd31ca88026 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-01T04:51:21.960Z] + grep docker [2020-08-01T04:51:21.960Z] + docker images [2020-08-01T04:51:22.230Z] docker-security-secrets-setup-go-arm64 latest bbe90fdba704 4 seconds ago 24.2MB [2020-08-01T04:51:22.230Z] docker-security-secretstore-setup-go-arm64 latest b1023eabc1d4 27 seconds ago 32.6MB [2020-08-01T04:51:22.230Z] docker-core-metadata-go-arm64 latest 43b07f503f49 30 seconds ago 13.8MB [2020-08-01T04:51:22.230Z] docker-core-command-go-arm64 latest 1702ce7e881c 35 seconds ago 12.4MB [2020-08-01T04:51:22.230Z] docker-security-proxy-setup-go-arm64 latest 11ebdfa4ad9a About a minute ago 15.8MB [2020-08-01T04:51:22.230Z] docker-sys-mgmt-agent-go-arm64 latest 3366dea144ba 2 minutes ago 266MB [2020-08-01T04:51:22.230Z] docker-core-data-go-arm64 latest 8859e24fe6b7 3 minutes ago 23.3MB [2020-08-01T04:51:22.230Z] docker-support-notifications-go-arm64 latest eb0e777f2659 4 minutes ago 13.9MB [2020-08-01T04:51:22.230Z] docker-support-scheduler-go-arm64 latest 3ced69d89950 4 minutes ago 12.6MB [2020-08-01T04:51:22.230Z] docker-support-logging-go-arm64 latest 83f8619d69a4 4 minutes ago 11.4MB [2020-08-01T04:51:22.230Z] docker latest ce9d55ae87f1 5 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-01T04:51:23.668Z] provisioning config files... [2020-08-01T04:51:23.681Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/24@tmp/config5340148345363216813tmp [Pipeline] { [Pipeline] sh [2020-08-01T04:51:24.035Z] + curl -s https://codecov.io/bash [2020-08-01T04:51:24.035Z] + bash -s - -t @/w/workspace/edgex-go/24@tmp/config5340148345363216813tmp [Pipeline] } [2020-08-01T04:51:24.304Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-01T04:51:25.659Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-01T04:51:26.532Z] ---> package-listing.sh [2020-08-01T04:51:26.532Z] ++ facter osfamily [2020-08-01T04:51:26.532Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-01T04:51:26.532Z] + OS_FAMILY=redhat [2020-08-01T04:51:26.532Z] + workspace=/w/workspace/edgex-go/24 [2020-08-01T04:51:26.532Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-01T04:51:26.532Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-01T04:51:26.532Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-01T04:51:26.532Z] + PACKAGES=/tmp/packages_start.txt [2020-08-01T04:51:26.532Z] + '[' /w/workspace/edgex-go/24 ']' [2020-08-01T04:51:26.532Z] + PACKAGES=/tmp/packages_end.txt [2020-08-01T04:51:26.532Z] + case "${OS_FAMILY}" in [2020-08-01T04:51:26.532Z] + rpm -qa [2020-08-01T04:51:26.532Z] + sort [2020-08-01T04:51:30.733Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-01T04:51:30.733Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-01T04:51:30.733Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-01T04:51:30.733Z] + '[' /w/workspace/edgex-go/24 ']' [2020-08-01T04:51:30.733Z] + mkdir -p /w/workspace/edgex-go/24/archives/ [2020-08-01T04:51:30.733Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/24/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:51:31.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-01T04:51:31.142Z] [2020-08-01T04:51:31.142Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:51:31.629Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-01T04:51:31.629Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-01T04:51:31.629Z] c9b1b535fdd9: Pulling fs layer [2020-08-01T04:51:31.629Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-01T04:51:31.629Z] 756a868c4378: Pulling fs layer [2020-08-01T04:51:31.629Z] 444b2fc9a129: Pulling fs layer [2020-08-01T04:51:31.629Z] ea15f1150254: Pulling fs layer [2020-08-01T04:51:31.629Z] 41b27a9f41bf: Pulling fs layer [2020-08-01T04:51:31.629Z] 28c525ee5125: Pulling fs layer [2020-08-01T04:51:31.629Z] 094b1ea09ed8: Pulling fs layer [2020-08-01T04:51:31.629Z] 138eaada9080: Pulling fs layer [2020-08-01T04:51:31.629Z] 0622d0fa9048: Pulling fs layer [2020-08-01T04:51:31.629Z] 28c525ee5125: Waiting [2020-08-01T04:51:31.629Z] 094b1ea09ed8: Waiting [2020-08-01T04:51:31.629Z] 138eaada9080: Waiting [2020-08-01T04:51:31.629Z] 0622d0fa9048: Waiting [2020-08-01T04:51:31.629Z] 444b2fc9a129: Waiting [2020-08-01T04:51:31.629Z] ea15f1150254: Waiting [2020-08-01T04:51:31.629Z] 41b27a9f41bf: Waiting [2020-08-01T04:51:31.629Z] 2cc5ad85d9ab: Download complete [2020-08-01T04:51:31.629Z] 444b2fc9a129: Verifying Checksum [2020-08-01T04:51:31.629Z] 444b2fc9a129: Download complete [2020-08-01T04:51:31.629Z] c9b1b535fdd9: Verifying Checksum [2020-08-01T04:51:31.629Z] c9b1b535fdd9: Download complete [2020-08-01T04:51:31.629Z] ea15f1150254: Download complete [2020-08-01T04:51:31.629Z] 28c525ee5125: Verifying Checksum [2020-08-01T04:51:31.629Z] 28c525ee5125: Download complete [2020-08-01T04:51:31.963Z] 756a868c4378: Verifying Checksum [2020-08-01T04:51:31.963Z] 756a868c4378: Download complete [2020-08-01T04:51:31.963Z] 138eaada9080: Verifying Checksum [2020-08-01T04:51:31.963Z] 138eaada9080: Download complete [2020-08-01T04:51:31.963Z] 0622d0fa9048: Verifying Checksum [2020-08-01T04:51:31.963Z] 0622d0fa9048: Download complete [2020-08-01T04:51:32.228Z] c9b1b535fdd9: Pull complete [2020-08-01T04:51:32.228Z] 094b1ea09ed8: Verifying Checksum [2020-08-01T04:51:32.228Z] 094b1ea09ed8: Download complete [2020-08-01T04:51:32.491Z] 2cc5ad85d9ab: Pull complete [2020-08-01T04:51:32.491Z] 41b27a9f41bf: Verifying Checksum [2020-08-01T04:51:32.491Z] 41b27a9f41bf: Download complete [2020-08-01T04:51:34.411Z] 756a868c4378: Pull complete [2020-08-01T04:51:34.411Z] 444b2fc9a129: Pull complete [2020-08-01T04:51:34.674Z] ea15f1150254: Pull complete [2020-08-01T04:51:41.276Z] 41b27a9f41bf: Pull complete [2020-08-01T04:51:41.276Z] 28c525ee5125: Pull complete [2020-08-01T04:51:43.864Z] 094b1ea09ed8: Pull complete [2020-08-01T04:51:43.864Z] 138eaada9080: Pull complete [2020-08-01T04:51:43.864Z] 0622d0fa9048: Pull complete [2020-08-01T04:51:43.864Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-01T04:51:44.124Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-01T04:51:44.124Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-01T04:51:44.280Z] prd-centos7-docker-4c-2g-1761 does not seem to be running inside a container [2020-08-01T04:51:44.329Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-01T04:51:50.278Z] $ docker top 8924789de7a9e3708ab54de976abf3b17faa83ec5a4b8c4f266697cc96be84c6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-01T04:51:50.576Z] provisioning config files... [2020-08-01T04:51:50.591Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/24@tmp/config7039188977673015946tmp [Pipeline] { [Pipeline] echo [2020-08-01T04:51:50.677Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-01T04:51:50.973Z] ---> create-netrc.sh [Pipeline] echo [2020-08-01T04:51:50.982Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-01T04:51:51.280Z] ---> logs-deploy.sh [2020-08-01T04:51:51.280Z] + ARCHIVE_ARTIFACTS= [2020-08-01T04:51:51.280Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-01T04:51:51.280Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-01T04:51:51.280Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-01T04:51:51.280Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/24 [2020-08-01T04:51:51.280Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/24/ [2020-08-01T04:51:51.280Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/24 /w/workspace/edgex-go/24 [2020-08-01T04:51:52.222Z] Archives upload complete. [2020-08-01T04:51:52.483Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/24 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/24/