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 bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 82b187e91532f82db40e9dc8d7590bd46fa6d242+4e0bf0319480625e5379d8d5fd7b212abf0b0714 (2277c0d6a88de4a4b1e006e8c0e1537097e46837) 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:false, 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: false SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-1378’ is offline Running on prd-centos7-docker-4c-2g-1384 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/25 [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/25 # 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/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 Merge succeeded, producing b90723edb454d84e2f736a4673532903a291daf1 Checking out Revision b90723edb454d84e2f736a4673532903a291daf1 (PR-2574) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # 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/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b90723edb454d84e2f736a4673532903a291daf1 # timeout=10 Commit message: "Merge commit '4e0bf0319480625e5379d8d5fd7b212abf0b0714' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 08d6e880b65106141ebdefa456357ef590e3b5a0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-29T04:31:25.330Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-29T04:31:25.590Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-29T04:31:25.682Z] ========================================================= [2020-07-29T04:31:25.682Z] EdgeX Global Pipelines Version Info [2020-07-29T04:31:25.682Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-29T04:31:27.549Z] ------------------- [2020-07-29T04:31:27.549Z] stable info: [2020-07-29T04:31:27.549Z] ------------------- [2020-07-29T04:31:27.549Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-29T04:31:27.549Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-29T04:31:27.549Z] Message: update stable to v1.0.106 [2020-07-29T04:31:28.121Z] ------------------- [2020-07-29T04:31:28.121Z] experimental info: [2020-07-29T04:31:28.121Z] ------------------- [2020-07-29T04:31:28.121Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-29T04:31:28.121Z] Commit SHA: 626b9661e310b9d132ae9d5c3b37d89ff845648b [2020-07-29T04:31:28.121Z] Message: update experimental to v1.0.108 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-29T04:31:29.687Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-07-29T04:31:29.688Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:31:29.688Z] ++ dirname cmd/core-command/Dockerfile [2020-07-29T04:31:29.688Z] ++ cut -d/ -f2 [2020-07-29T04:31:29.688Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-29T04:31:29.688Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:31:29.688Z] ++ dirname cmd/core-data/Dockerfile [2020-07-29T04:31:29.688Z] ++ cut -d/ -f2 [2020-07-29T04:31:29.688Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-29T04:31:29.688Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:31:29.688Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-29T04:31:29.688Z] ++ cut -d/ -f2 [2020-07-29T04:31:29.688Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-29T04:31:29.688Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:31:29.688Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-29T04:31:29.688Z] ++ cut -d/ -f2 [2020-07-29T04:31:29.688Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-29T04:31:29.688Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:31:29.688Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-29T04:31:29.688Z] ++ cut -d/ -f2 [2020-07-29T04:31:29.688Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-29T04:31:29.688Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:31:29.688Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-29T04:31:29.688Z] ++ cut -d/ -f2 [2020-07-29T04:31:29.688Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-29T04:31:29.688Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:31:29.688Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-29T04:31:29.688Z] ++ cut -d/ -f2 [2020-07-29T04:31:29.688Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-29T04:31:29.688Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:31:29.688Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-29T04:31:29.688Z] ++ cut -d/ -f2 [2020-07-29T04:31:29.688Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-29T04:31:29.688Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:31:29.688Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-29T04:31:29.688Z] ++ cut -d/ -f2 [2020-07-29T04:31:29.688Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-29T04:31:29.688Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:31:29.688Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-29T04:31:29.688Z] ++ cut -d/ -f2 [2020-07-29T04:31:29.688Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-29T04:31:29.745Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:31:30.401Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T04:31:30.401Z] [2020-07-29T04:31:30.401Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:31:30.752Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T04:31:30.752Z] latest: Pulling from edgex-devops/git-semver [2020-07-29T04:31:30.752Z] 31603596830f: Pulling fs layer [2020-07-29T04:31:30.752Z] 2a8b12db71e7: Pulling fs layer [2020-07-29T04:31:30.752Z] 6ca5941a6612: Pulling fs layer [2020-07-29T04:31:30.752Z] ecc8261a40a4: Pulling fs layer [2020-07-29T04:31:30.752Z] ecc8261a40a4: Waiting [2020-07-29T04:31:30.752Z] 2a8b12db71e7: Verifying Checksum [2020-07-29T04:31:30.752Z] 2a8b12db71e7: Download complete [2020-07-29T04:31:30.752Z] 31603596830f: Verifying Checksum [2020-07-29T04:31:30.752Z] 31603596830f: Download complete [2020-07-29T04:31:31.027Z] ecc8261a40a4: Verifying Checksum [2020-07-29T04:31:31.027Z] ecc8261a40a4: Download complete [2020-07-29T04:31:31.027Z] 6ca5941a6612: Verifying Checksum [2020-07-29T04:31:31.027Z] 6ca5941a6612: Download complete [2020-07-29T04:31:31.027Z] 31603596830f: Pull complete [2020-07-29T04:31:31.288Z] 2a8b12db71e7: Pull complete [2020-07-29T04:31:31.864Z] 6ca5941a6612: Pull complete [2020-07-29T04:31:32.125Z] ecc8261a40a4: Pull complete [2020-07-29T04:31:32.125Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-29T04:31:32.125Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T04:31:32.125Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-29T04:31:32.261Z] prd-centos7-docker-4c-2g-1384 does not seem to be running inside a container [2020-07-29T04:31:32.304Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-29T04:31:34.661Z] $ docker top c8e8b51d573b47d04bfeece1e1c4b3a632d6589623d3fdc606b5009f94b09ee3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-29T04:31:34.954Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-29T04:31:34.954Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-29T04:31:35.164Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-29T04:31:35.165Z] $ docker exec c8e8b51d573b47d04bfeece1e1c4b3a632d6589623d3fdc606b5009f94b09ee3 ssh-agent [2020-07-29T04:31:35.322Z] SSH_AUTH_SOCK=/tmp/ssh-p7xv4ePdKcn8/agent.11 [2020-07-29T04:31:35.322Z] SSH_AGENT_PID=17 [2020-07-29T04:31:35.332Z] Running ssh-add (command line suppressed) [2020-07-29T04:31:35.450Z] Identity added: /w/workspace/edgex-go/25@tmp/private_key_4768187078279784473.key (/w/workspace/edgex-go/25@tmp/private_key_4768187078279784473.key) [2020-07-29T04:31:35.505Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-29T04:31:35.823Z] + git describe --exact-match --tags HEAD [2020-07-29T04:31:35.823Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-29T04:31:35.840Z] $ docker exec --env ******** --env ******** c8e8b51d573b47d04bfeece1e1c4b3a632d6589623d3fdc606b5009f94b09ee3 ssh-agent -k [2020-07-29T04:31:35.952Z] unset SSH_AUTH_SOCK; [2020-07-29T04:31:35.952Z] unset SSH_AGENT_PID; [2020-07-29T04:31:35.953Z] echo Agent pid 17 killed; [2020-07-29T04:31:36.004Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-29T04:31:36.081Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-29T04:31:36.081Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-29T04:31:36.167Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-29T04:31:36.167Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-29T04:31:36.334Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-29T04:31:36.334Z] $ docker exec c8e8b51d573b47d04bfeece1e1c4b3a632d6589623d3fdc606b5009f94b09ee3 ssh-agent [2020-07-29T04:31:36.503Z] SSH_AUTH_SOCK=/tmp/ssh-XVWkiOYY6ySD/agent.47 [2020-07-29T04:31:36.503Z] SSH_AGENT_PID=52 [2020-07-29T04:31:36.509Z] Running ssh-add (command line suppressed) [2020-07-29T04:31:36.635Z] Identity added: /w/workspace/edgex-go/25@tmp/private_key_3815952212416326231.key (/w/workspace/edgex-go/25@tmp/private_key_3815952212416326231.key) [2020-07-29T04:31:36.686Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-29T04:31:37.017Z] + git semver init [2020-07-29T04:31:37.017Z] # -> Open(): unable to determine branch for HEAD [2020-07-29T04:31:37.017Z] # $GIT_DIR = /w/workspace/edgex-go/25/.git [2020-07-29T04:31:37.017Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/25 [2020-07-29T04:31:37.017Z] # $SEMVER_REMOTE_NAME = origin [2020-07-29T04:31:37.017Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-29T04:31:37.017Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-29T04:31:37.017Z] # $SEMVER_BRANCH = PR-2574 [2020-07-29T04:31:37.017Z] # $SEMVER_TEMP = /tmp/semver-164662586 [2020-07-29T04:31:37.017Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-29T04:31:58.992Z] # '/tmp/semver-164662586' -> '/w/workspace/edgex-go/25/.semver' [2020-07-29T04:31:58.992Z] # -> Force: false [2020-07-29T04:31:58.992Z] # $SEMVER_DIR = /w/workspace/edgex-go/25/.semver [Pipeline] } [2020-07-29T04:31:59.001Z] $ docker exec --env ******** --env ******** c8e8b51d573b47d04bfeece1e1c4b3a632d6589623d3fdc606b5009f94b09ee3 ssh-agent -k [2020-07-29T04:31:59.173Z] unset SSH_AUTH_SOCK; [2020-07-29T04:31:59.174Z] unset SSH_AGENT_PID; [2020-07-29T04:31:59.174Z] echo Agent pid 52 killed; [2020-07-29T04:31:59.233Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-29T04:31:59.661Z] + git semver [Pipeline] } [2020-07-29T04:31:59.673Z] $ docker stop --time=1 c8e8b51d573b47d04bfeece1e1c4b3a632d6589623d3fdc606b5009f94b09ee3 [2020-07-29T04:32:01.321Z] $ docker rm -f c8e8b51d573b47d04bfeece1e1c4b3a632d6589623d3fdc606b5009f94b09ee3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-29T04:32:14.548Z] Stashed 26 file(s) [Pipeline] echo [2020-07-29T04:32:14.550Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-07-29T04:32:14.963Z] ========================================================= [2020-07-29T04:32:14.963Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-29T04:32:14.963Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:32:15.308Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-29T04:32:17.980Z] Sending build context to Docker daemon 323.3MB [2020-07-29T04:32:18.250Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-29T04:32:18.250Z] Step 2/7 : FROM ${BASE} [2020-07-29T04:32:18.250Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-29T04:32:18.250Z] df20fa9351a1: Pulling fs layer [2020-07-29T04:32:18.250Z] ed8968b2872e: Pulling fs layer [2020-07-29T04:32:18.250Z] a92cc7c5fd73: Pulling fs layer [2020-07-29T04:32:18.250Z] 2dd03ba5bac4: Pulling fs layer [2020-07-29T04:32:18.250Z] 1e091d79d1de: Pulling fs layer [2020-07-29T04:32:18.250Z] 481702a1767f: Pulling fs layer [2020-07-29T04:32:18.250Z] f64a6f60c768: Pulling fs layer [2020-07-29T04:32:18.250Z] e78d2573fc39: Pulling fs layer [2020-07-29T04:32:18.250Z] e876d2f968b6: Pulling fs layer [2020-07-29T04:32:18.250Z] ce8a83651883: Pulling fs layer [2020-07-29T04:32:18.250Z] 07967f4d0e4b: Pulling fs layer [2020-07-29T04:32:18.250Z] 2dd03ba5bac4: Waiting [2020-07-29T04:32:18.250Z] 1e091d79d1de: Waiting [2020-07-29T04:32:18.250Z] 481702a1767f: Waiting [2020-07-29T04:32:18.250Z] f64a6f60c768: Waiting [2020-07-29T04:32:18.250Z] e78d2573fc39: Waiting [2020-07-29T04:32:18.250Z] e876d2f968b6: Waiting [2020-07-29T04:32:18.250Z] ce8a83651883: Waiting [2020-07-29T04:32:18.250Z] 07967f4d0e4b: Waiting [2020-07-29T04:32:18.250Z] a92cc7c5fd73: Verifying Checksum [2020-07-29T04:32:18.250Z] a92cc7c5fd73: Download complete [2020-07-29T04:32:18.250Z] ed8968b2872e: Verifying Checksum [2020-07-29T04:32:18.250Z] ed8968b2872e: Download complete [2020-07-29T04:32:18.250Z] 1e091d79d1de: Verifying Checksum [2020-07-29T04:32:18.250Z] 1e091d79d1de: Download complete [2020-07-29T04:32:18.250Z] 481702a1767f: Verifying Checksum [2020-07-29T04:32:18.250Z] 481702a1767f: Download complete [2020-07-29T04:32:18.250Z] df20fa9351a1: Verifying Checksum [2020-07-29T04:32:19.248Z] df20fa9351a1: Pull complete [2020-07-29T04:32:19.248Z] f64a6f60c768: Verifying Checksum [2020-07-29T04:32:19.248Z] f64a6f60c768: Download complete [2020-07-29T04:32:19.248Z] e876d2f968b6: Verifying Checksum [2020-07-29T04:32:19.248Z] e876d2f968b6: Download complete [2020-07-29T04:32:19.829Z] 2dd03ba5bac4: Verifying Checksum [2020-07-29T04:32:19.829Z] 2dd03ba5bac4: Download complete [2020-07-29T04:32:19.829Z] 07967f4d0e4b: Verifying Checksum [2020-07-29T04:32:19.829Z] 07967f4d0e4b: Download complete [2020-07-29T04:32:20.090Z] e78d2573fc39: Verifying Checksum [2020-07-29T04:32:20.090Z] e78d2573fc39: Download complete [2020-07-29T04:32:20.090Z] ce8a83651883: Verifying Checksum [2020-07-29T04:32:20.090Z] ce8a83651883: Download complete [2020-07-29T04:32:20.662Z] ed8968b2872e: Pull complete [2020-07-29T04:32:20.662Z] a92cc7c5fd73: Pull complete [2020-07-29T04:32:27.268Z] 2dd03ba5bac4: Pull complete [2020-07-29T04:32:27.268Z] 1e091d79d1de: Pull complete [2020-07-29T04:32:27.268Z] 481702a1767f: Pull complete [2020-07-29T04:32:29.789Z] Still waiting to schedule task [2020-07-29T04:32:29.789Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-07-29T04:32:35.435Z] f64a6f60c768: Pull complete [2020-07-29T04:32:37.990Z] e78d2573fc39: Pull complete [2020-07-29T04:32:37.990Z] e876d2f968b6: Pull complete [2020-07-29T04:32:38.936Z] ce8a83651883: Pull complete [2020-07-29T04:32:39.198Z] 07967f4d0e4b: Pull complete [2020-07-29T04:32:39.198Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-29T04:32:39.198Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-29T04:32:39.198Z] ---> 5d7c900382c6 [2020-07-29T04:32:39.198Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-07-29T04:32:40.145Z] ---> Running in 77e5609e1399 [2020-07-29T04:32:40.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:32:41.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:32:41.347Z] (1/12) Installing libmagic (5.38-r0) [2020-07-29T04:32:41.608Z] (2/12) Installing file (5.38-r0) [2020-07-29T04:32:41.608Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-29T04:32:41.608Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-29T04:32:44.913Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-29T04:32:44.913Z] (6/12) Installing patch (2.7.6-r6) [2020-07-29T04:32:44.913Z] (7/12) Installing build-base (0.5-r2) [2020-07-29T04:32:44.913Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-29T04:32:44.913Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-29T04:32:44.913Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-29T04:32:44.913Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-29T04:32:45.174Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-29T04:32:45.174Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:32:45.174Z] OK: 233 MiB in 51 packages [2020-07-29T04:32:48.477Z] Removing intermediate container 77e5609e1399 [2020-07-29T04:32:48.477Z] ---> 55ee9a0e5587 [2020-07-29T04:32:48.477Z] Step 4/7 : WORKDIR /edgex-go [2020-07-29T04:32:48.738Z] ---> Running in 3f019d3ff02e [2020-07-29T04:32:48.738Z] Removing intermediate container 3f019d3ff02e [2020-07-29T04:32:48.738Z] ---> 1a38c44665e5 [2020-07-29T04:32:48.738Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-29T04:32:49.002Z] latest: Pulling from library/docker [2020-07-29T04:32:49.273Z] df20fa9351a1: Already exists [2020-07-29T04:32:49.273Z] 25ad7478873d: Pulling fs layer [2020-07-29T04:32:49.273Z] 4684f6177b5d: Pulling fs layer [2020-07-29T04:32:49.273Z] 46e300cec669: Pulling fs layer [2020-07-29T04:32:49.273Z] 63038576ad94: Pulling fs layer [2020-07-29T04:32:49.273Z] 0fdb76c4706c: Pulling fs layer [2020-07-29T04:32:49.273Z] cb7edeffdfd5: Pulling fs layer [2020-07-29T04:32:49.273Z] 63038576ad94: Waiting [2020-07-29T04:32:49.273Z] 0fdb76c4706c: Waiting [2020-07-29T04:32:49.273Z] cb7edeffdfd5: Waiting [2020-07-29T04:32:49.273Z] 4684f6177b5d: Verifying Checksum [2020-07-29T04:32:49.273Z] 4684f6177b5d: Download complete [2020-07-29T04:32:49.273Z] 25ad7478873d: Verifying Checksum [2020-07-29T04:32:49.273Z] 25ad7478873d: Download complete [2020-07-29T04:32:49.557Z] 63038576ad94: Verifying Checksum [2020-07-29T04:32:49.557Z] 63038576ad94: Download complete [2020-07-29T04:32:49.557Z] 0fdb76c4706c: Verifying Checksum [2020-07-29T04:32:49.557Z] 0fdb76c4706c: Download complete [2020-07-29T04:32:49.557Z] cb7edeffdfd5: Verifying Checksum [2020-07-29T04:32:49.557Z] cb7edeffdfd5: Download complete [2020-07-29T04:32:49.557Z] 25ad7478873d: Pull complete [2020-07-29T04:32:49.823Z] 4684f6177b5d: Pull complete [2020-07-29T04:32:50.094Z] 46e300cec669: Verifying Checksum [2020-07-29T04:32:50.094Z] 46e300cec669: Download complete [2020-07-29T04:32:52.663Z] 46e300cec669: Pull complete [2020-07-29T04:32:52.663Z] 63038576ad94: Pull complete [2020-07-29T04:32:52.663Z] 0fdb76c4706c: Pull complete [2020-07-29T04:32:52.663Z] cb7edeffdfd5: Pull complete [2020-07-29T04:32:52.663Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-29T04:32:52.663Z] Status: Downloaded newer image for docker:latest [2020-07-29T04:32:55.820Z] ---> da28f9e9b1c5 [2020-07-29T04:32:55.820Z] Step 6/7 : COPY go.mod . [2020-07-29T04:32:55.820Z] ---> ed7bf5844c75 [2020-07-29T04:32:55.820Z] Step 7/7 : RUN go mod download [2020-07-29T04:32:55.820Z] ---> Running in c50ae22ea8b1 [2020-07-29T04:32:57.209Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-29T04:32:57.209Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-29T04:32:57.209Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-29T04:32:57.209Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-29T04:32:57.209Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-29T04:32:57.209Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-29T04:32:57.209Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-29T04:32:57.209Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-29T04:32:57.209Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-29T04:32:57.209Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-29T04:32:57.209Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-29T04:32:57.209Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-29T04:32:57.209Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-29T04:32:57.209Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-29T04:32:57.209Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-29T04:32:57.209Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-29T04:32:57.472Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-29T04:32:57.472Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-29T04:32:57.472Z] go: finding github.com/fatih/color v1.7.0 [2020-07-29T04:32:57.472Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-29T04:32:57.472Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-29T04:32:57.472Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-29T04:32:57.472Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-29T04:32:57.472Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-29T04:32:57.472Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-29T04:32:57.472Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-29T04:32:57.472Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-29T04:32:57.472Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-29T04:32:57.733Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-29T04:32:57.733Z] go: finding github.com/google/uuid v1.1.0 [2020-07-29T04:32:57.733Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-29T04:32:57.733Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-29T04:32:57.733Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-29T04:32:57.733Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-29T04:32:57.733Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-29T04:32:57.733Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-29T04:32:57.733Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-29T04:32:57.733Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-29T04:32:57.733Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-29T04:32:57.733Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-29T04:32:57.994Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-29T04:32:57.994Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-29T04:32:57.994Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-29T04:32:57.994Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-29T04:32:57.994Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-29T04:32:57.994Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-29T04:32:57.994Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-29T04:32:57.994Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-29T04:32:57.994Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-29T04:32:57.994Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-29T04:32:57.994Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-29T04:32:57.994Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-29T04:32:58.255Z] go: finding github.com/kr/pty v1.1.1 [2020-07-29T04:32:58.255Z] go: finding github.com/kr/text v0.1.0 [2020-07-29T04:32:58.255Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-29T04:32:58.255Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-29T04:32:58.255Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-29T04:32:58.255Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-29T04:32:58.255Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-29T04:32:58.255Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-29T04:32:58.255Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-29T04:32:58.255Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-29T04:32:58.255Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-29T04:32:58.517Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-29T04:32:58.517Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-29T04:32:58.517Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-29T04:32:58.517Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-29T04:32:58.517Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-29T04:32:58.517Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-29T04:32:58.517Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-29T04:32:58.517Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-29T04:32:58.517Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-29T04:32:58.517Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-29T04:32:58.517Z] go: finding github.com/posener/complete v1.1.1 [2020-07-29T04:32:58.517Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-29T04:32:58.781Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-29T04:32:58.781Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-29T04:32:58.781Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-29T04:32:58.781Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-29T04:32:58.781Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-29T04:32:58.781Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-29T04:32:58.781Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-29T04:32:58.781Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-29T04:32:58.781Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-29T04:32:58.781Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-29T04:32:58.781Z] go: finding golang.org/x/text v0.3.2 [2020-07-29T04:32:59.049Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-29T04:32:59.049Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-29T04:32:59.049Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-29T04:32:59.049Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-29T04:32:59.049Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-29T04:32:59.049Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-29T04:33:13.991Z] Removing intermediate container c50ae22ea8b1 [2020-07-29T04:33:13.991Z] ---> 386b56c947db [2020-07-29T04:33:13.991Z] Successfully built 386b56c947db [2020-07-29T04:33:13.991Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:33:14.763Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-29T04:33:14.763Z] . [Pipeline] withDockerContainer [2020-07-29T04:33:14.869Z] prd-centos7-docker-4c-2g-1384 does not seem to be running inside a container [2020-07-29T04:33:14.912Z] $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-29T04:33:15.540Z] $ docker top 883241710efa4f9125754f7d8d788704e1426525d308bc70433470ae832774b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T04:33:16.015Z] + go version [2020-07-29T04:33:16.015Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-29T04:33:16.026Z] ========================================================= [2020-07-29T04:33:16.026Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-29T04:33:16.026Z] ========================================================= [Pipeline] sh [2020-07-29T04:33:16.334Z] + make test [2020-07-29T04:33:16.334Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-29T04:33:18.893Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-29T04:33:29.008Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-29T04:33:34.383Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-29T04:33:34.383Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-29T04:33:34.383Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-29T04:33:34.383Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-29T04:33:35.345Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.009s [2020-07-29T04:33:35.345Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-29T04:33:35.345Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-29T04:33:35.345Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-29T04:33:36.334Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-29T04:33:36.334Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-29T04:33:36.600Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-29T04:33:36.600Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-29T04:33:36.600Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-29T04:33:43.263Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.017s coverage: 46.6% of statements [2020-07-29T04:33:43.263Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-29T04:33:43.263Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-29T04:33:43.263Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-29T04:33:43.263Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-29T04:33:43.263Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-29T04:33:45.193Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.045s coverage: 27.4% of statements [2020-07-29T04:33:45.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-29T04:33:45.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-29T04:33:45.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-29T04:33:45.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-29T04:33:45.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-29T04:33:45.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-29T04:33:45.193Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.007s coverage: 100.0% of statements [2020-07-29T04:33:45.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-29T04:33:45.193Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.006s coverage: 100.0% of statements [2020-07-29T04:33:45.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-29T04:33:45.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.066s coverage: 29.3% of statements [2020-07-29T04:33:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-29T04:33:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-29T04:33:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-29T04:33:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-29T04:33:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-29T04:33:45.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.020s coverage: 100.0% of statements [2020-07-29T04:33:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-29T04:33:45.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.005s coverage: 100.0% of statements [2020-07-29T04:33:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-29T04:33:46.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.017s coverage: 89.8% of statements [2020-07-29T04:33:46.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-29T04:33:47.012Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.030s coverage: 97.5% of statements [2020-07-29T04:33:47.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-29T04:33:47.012Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.030s coverage: 100.0% of statements [2020-07-29T04:33:47.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-29T04:33:47.012Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-29T04:33:47.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-29T04:33:47.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-29T04:33:47.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-29T04:33:47.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-29T04:33:47.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-29T04:33:47.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-29T04:33:47.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-29T04:33:47.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-29T04:33:47.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-29T04:33:47.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-29T04:33:47.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-29T04:33:47.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-29T04:33:47.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-29T04:33:47.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-29T04:33:47.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-29T04:33:47.012Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.021s coverage: 58.8% of statements [2020-07-29T04:33:47.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.086s coverage: 63.5% of statements [2020-07-29T04:33:47.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-29T04:33:47.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-29T04:33:47.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.019s coverage: 100.0% of statements [2020-07-29T04:33:48.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.006s coverage: 92.3% of statements [2020-07-29T04:33:48.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.005s coverage: 100.0% of statements [2020-07-29T04:33:48.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2020-07-29T04:33:49.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements [2020-07-29T04:33:50.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.106s coverage: 55.9% of statements [2020-07-29T04:33:50.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-29T04:33:50.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-29T04:33:50.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-29T04:33:50.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-29T04:33:52.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.308s coverage: 86.3% of statements [2020-07-29T04:33:52.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-29T04:33:52.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.276s coverage: 72.2% of statements [2020-07-29T04:33:52.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.163s coverage: 72.1% of statements [2020-07-29T04:33:52.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.020s coverage: 82.4% of statements [2020-07-29T04:33:52.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.010s coverage: 48.4% of statements [2020-07-29T04:33:52.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-29T04:33:52.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-29T04:33:52.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-29T04:33:52.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.007s coverage: 28.8% of statements [2020-07-29T04:33:52.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-29T04:33:52.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.010s coverage: 96.8% of statements [2020-07-29T04:33:52.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-29T04:33:53.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.050s coverage: 33.7% of statements [2020-07-29T04:33:53.571Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-29T04:33:53.571Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-29T04:33:53.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.157s coverage: 84.1% of statements [2020-07-29T04:33:53.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.020s coverage: 100.0% of statements [2020-07-29T04:33:53.843Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 43.1% of statements [2020-07-29T04:33:53.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-29T04:33:53.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-29T04:33:54.438Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.014s coverage: 100.0% of statements [2020-07-29T04:33:54.439Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-29T04:33:54.439Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.036s coverage: 83.8% of statements [2020-07-29T04:33:54.439Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-29T04:33:56.405Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.024s coverage: 46.1% of statements [2020-07-29T04:33:56.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-29T04:33:56.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-29T04:33:56.405Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.013s coverage: 100.0% of statements [2020-07-29T04:33:56.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-29T04:33:56.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-29T04:33:56.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-29T04:33:56.405Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.028s coverage: 100.0% of statements [2020-07-29T04:33:56.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-29T04:33:56.405Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2020-07-29T04:33:56.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-29T04:33:57.370Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.068s coverage: 29.1% of statements [2020-07-29T04:33:57.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-29T04:33:57.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-29T04:33:57.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-29T04:33:57.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-29T04:33:57.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-29T04:33:57.636Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.025s coverage: 99.0% of statements [2020-07-29T04:33:57.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-29T04:33:57.636Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.009s coverage: 100.0% of statements [2020-07-29T04:33:57.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-29T04:33:57.636Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.004s coverage: 0.0% of statements [2020-07-29T04:33:57.636Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-29T04:33:58.229Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.009s coverage: 100.0% of statements [2020-07-29T04:33:58.229Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-29T04:33:58.229Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-29T04:33:58.229Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-29T04:33:58.229Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-29T04:33:58.814Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements [2020-07-29T04:33:58.814Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-29T04:33:58.814Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-29T04:33:58.814Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.013s coverage: 100.0% of statements [2020-07-29T04:33:58.814Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-07-29T04:33:59.386Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-07-29T04:33:59.647Z] GO111MODULE=on go vet ./... [2020-07-29T04:34:06.296Z] gofmt -l . [2020-07-29T04:34:06.296Z] [ "`gofmt -l .`" = "" ] [2020-07-29T04:34:06.572Z] ./bin/test-go-mod-tidy.sh [2020-07-29T04:34:07.561Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-07-29T04:34:09.251Z] + ls -al . [2020-07-29T04:34:09.251Z] total 564 [2020-07-29T04:34:09.251Z] drwxrwxr-x 10 1001 1001 4096 Jul 29 04:34 . [2020-07-29T04:34:09.251Z] drwxr-xr-x 4 root root 30 Jul 29 04:33 .. [2020-07-29T04:34:09.251Z] -rw-rw-r-- 1 1001 1001 11 Jul 29 04:31 .dockerignore [2020-07-29T04:34:09.251Z] drwxrwxr-x 8 1001 1001 179 Jul 29 04:31 .git [2020-07-29T04:34:09.251Z] drwxrwxr-x 3 1001 1001 60 Jul 29 04:31 .github [2020-07-29T04:34:09.251Z] -rw-rw-r-- 1 1001 1001 924 Jul 29 04:31 .gitignore [2020-07-29T04:34:09.251Z] drwx------ 3 1001 1001 47 Jul 29 04:31 .semver [2020-07-29T04:34:09.251Z] -rw-rw-r-- 1 1001 1001 178 Jul 29 04:31 .sonarcloud.properties [2020-07-29T04:34:09.251Z] -rw-rw-r-- 1 1001 1001 3804 Jul 29 04:31 CONTRIBUTING.md [2020-07-29T04:34:09.251Z] -rw-rw-r-- 1 1001 1001 1035 Jul 29 04:31 Dockerfile.build [2020-07-29T04:34:09.251Z] -rw-rw-r-- 1 1001 1001 911 Jul 29 04:31 Jenkinsfile [2020-07-29T04:34:09.251Z] -rw-rw-r-- 1 1001 1001 10775 Jul 29 04:31 LICENSE [2020-07-29T04:34:09.251Z] -rw-rw-r-- 1 1001 1001 6417 Jul 29 04:31 Makefile [2020-07-29T04:34:09.251Z] -rw-rw-r-- 1 1001 1001 5652 Jul 29 04:31 README.md [2020-07-29T04:34:09.251Z] -rw-rw-r-- 1 1001 1001 7111 Jul 29 04:31 SECURITY.md [2020-07-29T04:34:09.251Z] -rw-rw-r-- 1 1001 1001 5 Jul 29 04:32 VERSION [2020-07-29T04:34:09.251Z] -rw-rw-r-- 1 1001 1001 4131 Jul 29 04:31 ZMQWindows.md [2020-07-29T04:34:09.251Z] drwxrwxr-x 4 1001 1001 33 Jul 29 04:31 api [2020-07-29T04:34:09.251Z] drwxrwxr-x 2 1001 1001 117 Jul 29 04:31 bin [2020-07-29T04:34:09.251Z] drwxrwxr-x 15 1001 1001 4096 Jul 29 04:31 cmd [2020-07-29T04:34:09.251Z] -rw-r--r-- 1 root root 465277 Jul 29 04:33 coverage.out [2020-07-29T04:34:09.251Z] -rw-r--r-- 1 root root 1075 Jul 29 04:34 go.mod [2020-07-29T04:34:09.251Z] -rw-r--r-- 1 root root 18146 Jul 29 04:34 go.sum [2020-07-29T04:34:09.251Z] drwxrwxr-x 8 1001 1001 127 Jul 29 04:31 internal [2020-07-29T04:34:09.251Z] drwxrwxr-x 4 1001 1001 71 Jul 29 04:31 snap [2020-07-29T04:34:09.251Z] -rw-rw-r-- 1 1001 1001 168 Jul 29 04:31 version.go [Pipeline] sh [2020-07-29T04:34:09.693Z] + '[' -e coverage.out ] [2020-07-29T04:34:09.693Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-29T04:34:09.823Z] Stashed 1 file(s) [Pipeline] sh [2020-07-29T04:34:10.273Z] + make build [2020-07-29T04:34:10.273Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-29T04:34:16.986Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-29T04:34:19.534Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-29T04:34:20.920Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-29T04:34:22.349Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-29T04:34:24.271Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-29T04:34:24.843Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-29T04:34:27.393Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-29T04:34:28.793Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-29T04:34:30.197Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-29T04:34:31.596Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-29T04:34:32.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-29T04:34:34.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-07-29T04:34:35.331Z] $ docker stop --time=1 883241710efa4f9125754f7d8d788704e1426525d308bc70433470ae832774b7 [2020-07-29T04:34:36.894Z] $ docker rm -f 883241710efa4f9125754f7d8d788704e1426525d308bc70433470ae832774b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:34:38.206Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T04:34:38.206Z] [2020-07-29T04:34:38.206Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:34:38.544Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T04:34:38.544Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-29T04:34:38.544Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-29T04:34:38.544Z] ca9280d653b3: Pulling fs layer [2020-07-29T04:34:38.544Z] 7e9c9ca2126c: Pulling fs layer [2020-07-29T04:34:38.808Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-29T04:34:38.808Z] cbdbe7a5bc2a: Download complete [2020-07-29T04:34:39.068Z] ca9280d653b3: Verifying Checksum [2020-07-29T04:34:39.068Z] ca9280d653b3: Download complete [2020-07-29T04:34:39.068Z] cbdbe7a5bc2a: Pull complete [2020-07-29T04:34:40.045Z] 7e9c9ca2126c: Download complete [2020-07-29T04:34:40.310Z] ca9280d653b3: Pull complete [2020-07-29T04:34:46.921Z] 7e9c9ca2126c: Pull complete [2020-07-29T04:34:46.921Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-29T04:34:46.921Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T04:34:46.921Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-29T04:34:47.034Z] prd-centos7-docker-4c-2g-1384 does not seem to be running inside a container [2020-07-29T04:34:47.075Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-29T04:34:49.673Z] $ docker top b88586cf753ce497652d87c5539e7ba75bce66fe855fe354d4900f0651ab89fc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T04:34:50.140Z] + docker-compose build --help [2020-07-29T04:34:50.140Z] + grep parallel [2020-07-29T04:34:51.083Z] --parallel Build images in parallel. [Pipeline] } [2020-07-29T04:34:51.094Z] $ docker stop --time=1 b88586cf753ce497652d87c5539e7ba75bce66fe855fe354d4900f0651ab89fc [2020-07-29T04:34:52.440Z] $ docker rm -f b88586cf753ce497652d87c5539e7ba75bce66fe855fe354d4900f0651ab89fc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:34:53.062Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T04:34:53.062Z] . [Pipeline] withDockerContainer [2020-07-29T04:34:53.163Z] prd-centos7-docker-4c-2g-1384 does not seem to be running inside a container [2020-07-29T04:34:53.210Z] $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-29T04:34:53.902Z] $ docker top a4db79b7b95273feeb089ac2ef48e4b1c6e24f71a8d838638f3a29d101794573 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T04:34:54.369Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-29T04:34:55.314Z] Building docker-core-command-go ... [2020-07-29T04:34:55.314Z] Building docker-core-data-go ... [2020-07-29T04:34:55.314Z] Building docker-core-metadata-go ... [2020-07-29T04:34:55.314Z] Building docker-security-proxy-setup-go ... [2020-07-29T04:34:55.314Z] Building docker-security-secrets-setup-go ... [2020-07-29T04:34:55.314Z] Building docker-security-secretstore-setup-go ... [2020-07-29T04:34:55.314Z] Building docker-support-logging-go ... [2020-07-29T04:34:55.314Z] Building docker-support-notifications-go ... [2020-07-29T04:34:55.314Z] Building docker-support-scheduler-go ... [2020-07-29T04:34:55.314Z] Building docker-sys-mgmt-agent-go ... [2020-07-29T04:34:55.314Z] Building docker-core-data-go [2020-07-29T04:34:55.314Z] Building docker-security-secretstore-setup-go [2020-07-29T04:34:55.314Z] Building docker-sys-mgmt-agent-go [2020-07-29T04:34:55.314Z] Building docker-security-proxy-setup-go [2020-07-29T04:34:55.314Z] Building docker-support-scheduler-go [2020-07-29T04:35:10.955Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1389 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws [2020-07-29T04:35:10.998Z] Running in /w/workspace/edgex-go/25 [Pipeline] { [Pipeline] checkout [2020-07-29T04:35:15.719Z] using credential edgex-jenkins-ssh [2020-07-29T04:35:15.771Z] Cloning the remote Git repository [2020-07-29T04:35:15.771Z] Cloning with configured refspecs honoured and without tags [2020-07-29T04:35:15.830Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-29T04:35:15.980Z] > git init /w/workspace/edgex-go/25 # timeout=10 [2020-07-29T04:35:16.057Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-29T04:35:16.058Z] > git --version # timeout=10 [2020-07-29T04:35:16.085Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T04:35:16.179Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T04:35:27.820Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:35:27.820Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:35:27.820Z] ---> 386b56c947db [2020-07-29T04:35:27.820Z] Step 3/22 : WORKDIR /edgex-go [2020-07-29T04:35:27.820Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:35:27.820Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:35:27.820Z] ---> 386b56c947db [2020-07-29T04:35:27.820Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T04:35:27.820Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:35:27.820Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:35:27.820Z] ---> 386b56c947db [2020-07-29T04:35:27.820Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T04:35:28.100Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:35:28.100Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:35:28.100Z] ---> 386b56c947db [2020-07-29T04:35:28.100Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T04:35:28.366Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:35:28.366Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:35:28.366Z] ---> 386b56c947db [2020-07-29T04:35:28.366Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T04:35:29.325Z] ---> Running in 69bf4e9485ad [2020-07-29T04:35:29.325Z] ---> Running in d672399d2680 [2020-07-29T04:35:29.325Z] ---> Running in 3c41d275f60e [2020-07-29T04:35:29.325Z] ---> Running in 10537f3221a8 [2020-07-29T04:35:29.325Z] ---> Running in 5bfe7dc57659 [2020-07-29T04:35:29.589Z] Removing intermediate container 10537f3221a8 [2020-07-29T04:35:29.589Z] ---> 92e09291b6d6 [2020-07-29T04:35:29.589Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:35:29.589Z] Removing intermediate container 3c41d275f60e [2020-07-29T04:35:29.589Z] ---> e7d5f8d8fa45 [2020-07-29T04:35:29.589Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:35:29.589Z] Removing intermediate container 5bfe7dc57659 [2020-07-29T04:35:29.589Z] ---> b0c67dcb74de [2020-07-29T04:35:29.589Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:35:29.589Z] Removing intermediate container d672399d2680 [2020-07-29T04:35:29.589Z] ---> ce9a3232bc95 [2020-07-29T04:35:29.589Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:35:29.852Z] Removing intermediate container 69bf4e9485ad [2020-07-29T04:35:29.852Z] ---> 551ba89be2f5 [2020-07-29T04:35:29.852Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:35:29.853Z] ---> Running in 7047070332e7 [2020-07-29T04:35:29.853Z] ---> Running in da4dcfa27d31 [2020-07-29T04:35:29.853Z] ---> Running in ebe9029f251a [2020-07-29T04:35:29.853Z] ---> Running in 7391fda7e5e3 [2020-07-29T04:35:29.853Z] ---> Running in 60468cf67b68 [2020-07-29T04:35:32.424Z] Removing intermediate container ebe9029f251a [2020-07-29T04:35:32.424Z] ---> c029984b5363 [2020-07-29T04:35:32.424Z] Step 5/26 : RUN apk update && apk add make git [2020-07-29T04:35:32.424Z] Removing intermediate container 7391fda7e5e3 [2020-07-29T04:35:32.424Z] ---> abd3bdfb64e2 [2020-07-29T04:35:32.424Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T04:35:32.424Z] Removing intermediate container 7047070332e7 [2020-07-29T04:35:32.424Z] ---> 070d604ceacd [2020-07-29T04:35:32.424Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-29T04:35:32.424Z] ---> Running in 1d22ddec641e [2020-07-29T04:35:32.424Z] ---> Running in 302e47b63a4f [2020-07-29T04:35:32.424Z] ---> Running in 9d3d96456771 [2020-07-29T04:35:32.424Z] Removing intermediate container da4dcfa27d31 [2020-07-29T04:35:32.424Z] ---> ba40b9d78d6e [2020-07-29T04:35:32.424Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T04:35:32.424Z] Removing intermediate container 60468cf67b68 [2020-07-29T04:35:32.424Z] ---> b49decce59ef [2020-07-29T04:35:32.424Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-29T04:35:32.890Z] ---> Running in 46f155b042cf [2020-07-29T04:35:32.890Z] ---> Running in 5858ccd0e32b [2020-07-29T04:35:33.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:33.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:33.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:33.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:33.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:34.304Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:34.304Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:34.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:34.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:34.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:35.146Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:35:35.146Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:35:35.146Z] OK: 12749 distinct packages available [2020-07-29T04:35:35.146Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:35:35.146Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:35:35.146Z] OK: 12749 distinct packages available [2020-07-29T04:35:35.146Z] OK: 233 MiB in 51 packages [2020-07-29T04:35:35.407Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:35:35.407Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:35:35.407Z] OK: 12749 distinct packages available [2020-07-29T04:35:35.407Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:35:35.407Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:35:35.407Z] OK: 12749 distinct packages available [2020-07-29T04:35:35.407Z] OK: 233 MiB in 51 packages [2020-07-29T04:35:35.668Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:35:35.668Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:35:35.668Z] OK: 12749 distinct packages available [2020-07-29T04:35:35.668Z] OK: 233 MiB in 51 packages [2020-07-29T04:35:35.668Z] OK: 233 MiB in 51 packages [2020-07-29T04:35:35.931Z] OK: 233 MiB in 51 packages [2020-07-29T04:35:35.931Z] Removing intermediate container 1d22ddec641e [2020-07-29T04:35:35.931Z] ---> f4610f56d8bc [2020-07-29T04:35:35.931Z] Step 6/26 : COPY go.mod . [2020-07-29T04:35:36.200Z] Removing intermediate container 302e47b63a4f [2020-07-29T04:35:36.200Z] ---> 8719e2f66c66 [2020-07-29T04:35:36.200Z] Step 6/20 : COPY go.mod . [2020-07-29T04:35:36.461Z] ---> b1c400eea2b6 [2020-07-29T04:35:36.461Z] Step 7/26 : RUN go mod download [2020-07-29T04:35:36.724Z] ---> Running in d35b40d38c99 [2020-07-29T04:35:36.724Z] ---> e7c6cc2f7d35 [2020-07-29T04:35:36.724Z] Step 7/20 : RUN go mod download [2020-07-29T04:35:36.724Z] Removing intermediate container 9d3d96456771 [2020-07-29T04:35:36.724Z] ---> aff399698721 [2020-07-29T04:35:36.724Z] Step 6/22 : COPY go.mod . [2020-07-29T04:35:36.984Z] ---> Running in 08d3f2728518 [2020-07-29T04:35:36.984Z] Removing intermediate container 46f155b042cf [2020-07-29T04:35:36.984Z] ---> a47cc08264a7 [2020-07-29T04:35:36.984Z] Step 6/26 : COPY go.mod . [2020-07-29T04:35:37.245Z] Removing intermediate container 5858ccd0e32b [2020-07-29T04:35:37.245Z] ---> 827b82ab1da8 [2020-07-29T04:35:37.245Z] Step 6/20 : COPY go.mod . [2020-07-29T04:35:37.245Z] ---> 7c84ae56f620 [2020-07-29T04:35:37.245Z] Step 7/22 : RUN go mod download [2020-07-29T04:35:37.506Z] ---> Running in c4fe2e404b53 [2020-07-29T04:35:37.506Z] ---> 90b975186f26 [2020-07-29T04:35:37.506Z] Step 7/26 : RUN go mod download [2020-07-29T04:35:37.768Z] ---> 9dbda294efc7 [2020-07-29T04:35:37.768Z] Step 7/20 : RUN go mod download [2020-07-29T04:35:37.768Z] ---> Running in e4ebdde757ed [2020-07-29T04:35:37.768Z] ---> Running in 931fcf9ebdef [2020-07-29T04:35:39.189Z] Removing intermediate container d35b40d38c99 [2020-07-29T04:35:39.189Z] ---> a8ea2ab2550e [2020-07-29T04:35:39.189Z] Step 8/26 : COPY . . [2020-07-29T04:35:39.431Z] Fetching without tags [2020-07-29T04:35:39.338Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-29T04:35:39.369Z] > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # timeout=10 [2020-07-29T04:35:39.392Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T04:35:39.415Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-29T04:35:39.440Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-29T04:35:39.441Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T04:35:39.452Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T04:35:39.979Z] Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 [2020-07-29T04:35:40.131Z] Removing intermediate container 08d3f2728518 [2020-07-29T04:35:40.131Z] ---> 9e0b86c8a996 [2020-07-29T04:35:40.131Z] Step 8/20 : COPY . . [2020-07-29T04:35:40.691Z] Merge succeeded, producing ee36b10c6da0528cffa4bf49bd6b7ddcffdc81fc [2020-07-29T04:35:40.691Z] Checking out Revision ee36b10c6da0528cffa4bf49bd6b7ddcffdc81fc (PR-2574) [2020-07-29T04:35:39.996Z] > git config core.sparsecheckout # timeout=10 [2020-07-29T04:35:40.010Z] > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # timeout=10 [2020-07-29T04:35:40.299Z] > git remote # timeout=10 [2020-07-29T04:35:40.313Z] > git config --get remote.origin.url # timeout=10 [2020-07-29T04:35:40.324Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T04:35:40.333Z] > git merge 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 [2020-07-29T04:35:40.676Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-29T04:35:40.698Z] > git config core.sparsecheckout # timeout=10 [2020-07-29T04:35:40.710Z] > git checkout -f ee36b10c6da0528cffa4bf49bd6b7ddcffdc81fc # timeout=10 [2020-07-29T04:35:44.356Z] Removing intermediate container c4fe2e404b53 [2020-07-29T04:35:44.357Z] ---> 34bfc2f15f26 [2020-07-29T04:35:44.357Z] Step 8/22 : COPY . . [2020-07-29T04:35:44.961Z] Commit message: "Merge commit '4e0bf0319480625e5379d8d5fd7b212abf0b0714' into HEAD" [2020-07-29T04:35:44.983Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-29T04:35:44.967Z] > git rev-list --no-walk 08d6e880b65106141ebdefa456357ef590e3b5a0 # timeout=10 [2020-07-29T04:35:49.697Z] Removing intermediate container 931fcf9ebdef [2020-07-29T04:35:49.697Z] ---> 6b45cd3408bc [2020-07-29T04:35:49.697Z] Step 8/20 : COPY . . [2020-07-29T04:35:49.697Z] Removing intermediate container e4ebdde757ed [2020-07-29T04:35:49.697Z] ---> 58b6ff719c6d [2020-07-29T04:35:49.697Z] Step 8/26 : COPY . . [Pipeline] echo [2020-07-29T04:35:56.526Z] ========================================================= [2020-07-29T04:35:56.527Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-29T04:35:56.527Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:35:57.438Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-29T04:36:01.751Z] Sending build context to Docker daemon 323.3MB [2020-07-29T04:36:01.751Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-29T04:36:01.751Z] Step 2/7 : FROM ${BASE} [2020-07-29T04:36:01.751Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-29T04:36:01.751Z] b538f80385f9: Pulling fs layer [2020-07-29T04:36:01.751Z] 74f711af9a0d: Pulling fs layer [2020-07-29T04:36:01.751Z] 99f96fe45779: Pulling fs layer [2020-07-29T04:36:01.751Z] fd7a069fd194: Pulling fs layer [2020-07-29T04:36:01.751Z] 66aa3694b03b: Pulling fs layer [2020-07-29T04:36:01.751Z] 170f70906a0f: Pulling fs layer [2020-07-29T04:36:01.751Z] ad7c5574e4b9: Pulling fs layer [2020-07-29T04:36:01.751Z] e772456be8f7: Pulling fs layer [2020-07-29T04:36:01.751Z] c890913d741a: Pulling fs layer [2020-07-29T04:36:01.751Z] 2480fcc9aa5a: Pulling fs layer [2020-07-29T04:36:01.751Z] 09adf4765672: Pulling fs layer [2020-07-29T04:36:01.751Z] fd7a069fd194: Waiting [2020-07-29T04:36:01.751Z] 66aa3694b03b: Waiting [2020-07-29T04:36:01.751Z] 170f70906a0f: Waiting [2020-07-29T04:36:01.751Z] ad7c5574e4b9: Waiting [2020-07-29T04:36:01.751Z] e772456be8f7: Waiting [2020-07-29T04:36:01.751Z] c890913d741a: Waiting [2020-07-29T04:36:01.751Z] 2480fcc9aa5a: Waiting [2020-07-29T04:36:01.751Z] 09adf4765672: Waiting [2020-07-29T04:36:01.751Z] 99f96fe45779: Verifying Checksum [2020-07-29T04:36:01.751Z] 99f96fe45779: Download complete [2020-07-29T04:36:01.751Z] 74f711af9a0d: Download complete [2020-07-29T04:36:01.751Z] 66aa3694b03b: Download complete [2020-07-29T04:36:01.751Z] 170f70906a0f: Verifying Checksum [2020-07-29T04:36:01.751Z] 170f70906a0f: Download complete [2020-07-29T04:36:02.026Z] b538f80385f9: Verifying Checksum [2020-07-29T04:36:02.026Z] b538f80385f9: Download complete [2020-07-29T04:36:02.622Z] b538f80385f9: Pull complete [2020-07-29T04:36:03.223Z] 74f711af9a0d: Pull complete [2020-07-29T04:36:03.496Z] 99f96fe45779: Pull complete [2020-07-29T04:36:04.490Z] ad7c5574e4b9: Verifying Checksum [2020-07-29T04:36:04.490Z] ad7c5574e4b9: Download complete [2020-07-29T04:36:04.490Z] c890913d741a: Verifying Checksum [2020-07-29T04:36:04.490Z] c890913d741a: Download complete [2020-07-29T04:36:06.455Z] 2480fcc9aa5a: Verifying Checksum [2020-07-29T04:36:06.455Z] 2480fcc9aa5a: Download complete [2020-07-29T04:36:06.455Z] 09adf4765672: Verifying Checksum [2020-07-29T04:36:06.455Z] 09adf4765672: Download complete [2020-07-29T04:36:07.046Z] e772456be8f7: Verifying Checksum [2020-07-29T04:36:07.046Z] e772456be8f7: Download complete [2020-07-29T04:36:07.316Z] fd7a069fd194: Download complete [2020-07-29T04:36:19.690Z] fd7a069fd194: Pull complete [2020-07-29T04:36:19.690Z] 66aa3694b03b: Pull complete [2020-07-29T04:36:19.690Z] 170f70906a0f: Pull complete [2020-07-29T04:36:21.928Z] ---> 997e87459ce7 [2020-07-29T04:36:21.928Z] ---> 0d963dd91a33 [2020-07-29T04:36:21.928Z] Step 9/22 : RUN make cmd/core-data/core-dataStep 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-07-29T04:36:21.928Z] [2020-07-29T04:36:21.928Z] ---> dca18e251e58 [2020-07-29T04:36:21.928Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-29T04:36:21.928Z] ---> ff1ca22ae686 [2020-07-29T04:36:21.928Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-29T04:36:21.928Z] ---> Running in 9b00567aee2f [2020-07-29T04:36:21.928Z] ---> Running in 737396f4799d [2020-07-29T04:36:21.928Z] ---> Running in f9d85e1dd748 [2020-07-29T04:36:21.928Z] ---> 5f741f51ff28 [2020-07-29T04:36:21.928Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-29T04:36:21.928Z] ---> Running in 1d0a77040347 [2020-07-29T04:36:21.928Z] ---> Running in 50eeba907e1c [2020-07-29T04:36:21.928Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-29T04:36:21.928Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-29T04:36:21.928Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-29T04:36:21.928Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-29T04:36:21.928Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-29T04:36:23.086Z] ad7c5574e4b9: Pull complete [2020-07-29T04:36:27.401Z] e772456be8f7: Pull complete [2020-07-29T04:36:27.673Z] c890913d741a: Pull complete [2020-07-29T04:36:30.292Z] 2480fcc9aa5a: Pull complete [2020-07-29T04:36:30.292Z] 09adf4765672: Pull complete [2020-07-29T04:36:30.292Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-29T04:36:30.292Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-29T04:36:30.292Z] ---> 2248a725d1cf [2020-07-29T04:36:30.292Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-07-29T04:36:36.984Z] ---> Running in 549dde5a7eac [2020-07-29T04:36:37.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:36:39.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:36:40.801Z] (1/12) Installing libmagic (5.38-r0) [2020-07-29T04:36:41.390Z] (2/12) Installing file (5.38-r0) [2020-07-29T04:36:41.390Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-29T04:36:41.390Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-29T04:36:53.739Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-29T04:36:53.739Z] (6/12) Installing patch (2.7.6-r6) [2020-07-29T04:36:53.739Z] (7/12) Installing build-base (0.5-r2) [2020-07-29T04:36:53.739Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-29T04:36:53.739Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-29T04:36:53.739Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-29T04:36:53.739Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-29T04:36:53.739Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-29T04:36:53.739Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:36:53.739Z] OK: 217 MiB in 51 packages [2020-07-29T04:36:54.202Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-29T04:36:54.202Z] Removing intermediate container 50eeba907e1c [2020-07-29T04:36:54.202Z] ---> 7d5a56ec3986 [2020-07-29T04:36:54.202Z] [2020-07-29T04:36:54.202Z] Step 10/20 : FROM alpine [2020-07-29T04:36:54.202Z] latest: Pulling from library/alpine [2020-07-29T04:36:54.202Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-29T04:36:54.202Z] Status: Downloaded newer image for alpine:latest [2020-07-29T04:36:54.202Z] ---> a24bb4013296 [2020-07-29T04:36:54.202Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-29T04:36:54.202Z] ---> Running in 1f40f28c985a [2020-07-29T04:36:54.781Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-29T04:36:55.361Z] Removing intermediate container 1d0a77040347 [2020-07-29T04:36:55.361Z] ---> 0545818f95e9 [2020-07-29T04:36:55.361Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-29T04:36:56.753Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:36:56.753Z] ---> Running in 43aae50de6a2 [2020-07-29T04:36:56.753Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:36:57.026Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:36:57.026Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:36:57.026Z] OK: 12749 distinct packages available [2020-07-29T04:36:57.290Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-29T04:36:57.290Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T04:36:57.290Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-29T04:36:57.556Z] (4/4) Installing curl (7.69.1-r0) [2020-07-29T04:36:57.556Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:36:57.556Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T04:36:58.030Z] Removing intermediate container 549dde5a7eac [2020-07-29T04:36:58.030Z] ---> d29e06de107f [2020-07-29T04:36:58.030Z] Step 4/7 : WORKDIR /edgex-go [2020-07-29T04:36:58.030Z] ---> Running in ff5779bd960f [2020-07-29T04:36:58.030Z] Removing intermediate container ff5779bd960f [2020-07-29T04:36:58.030Z] ---> 0e2a205ee52e [2020-07-29T04:36:58.030Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-29T04:36:58.313Z] latest: Pulling from library/docker [2020-07-29T04:36:58.313Z] b538f80385f9: Already exists [2020-07-29T04:36:58.313Z] 259a493cd78d: Pulling fs layer [2020-07-29T04:36:58.313Z] b8e66b5100f5: Pulling fs layer [2020-07-29T04:36:58.313Z] 39dc9c94d07c: Pulling fs layer [2020-07-29T04:36:58.313Z] 551b823b3b82: Pulling fs layer [2020-07-29T04:36:58.313Z] 3c52a74df98c: Pulling fs layer [2020-07-29T04:36:58.313Z] 6c9b121b6998: Pulling fs layer [2020-07-29T04:36:58.313Z] 551b823b3b82: Waiting [2020-07-29T04:36:58.313Z] 6c9b121b6998: Waiting [2020-07-29T04:36:58.313Z] 3c52a74df98c: Waiting [2020-07-29T04:36:58.497Z] OK: 7 MiB in 18 packages [2020-07-29T04:36:58.622Z] b8e66b5100f5: Verifying Checksum [2020-07-29T04:36:58.622Z] b8e66b5100f5: Download complete [2020-07-29T04:36:58.622Z] 259a493cd78d: Verifying Checksum [2020-07-29T04:36:58.622Z] 259a493cd78d: Download complete [2020-07-29T04:36:58.622Z] 551b823b3b82: Verifying Checksum [2020-07-29T04:36:58.622Z] 551b823b3b82: Download complete [2020-07-29T04:36:58.622Z] 3c52a74df98c: Verifying Checksum [2020-07-29T04:36:58.622Z] 3c52a74df98c: Download complete [2020-07-29T04:36:58.909Z] 6c9b121b6998: Verifying Checksum [2020-07-29T04:36:58.909Z] 6c9b121b6998: Download complete [2020-07-29T04:36:59.440Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-29T04:36:59.523Z] 259a493cd78d: Pull complete [2020-07-29T04:36:59.805Z] b8e66b5100f5: Pull complete [2020-07-29T04:37:00.074Z] 39dc9c94d07c: Verifying Checksum [2020-07-29T04:37:00.074Z] 39dc9c94d07c: Download complete [2020-07-29T04:37:03.671Z] Removing intermediate container 9b00567aee2f [2020-07-29T04:37:03.671Z] ---> 91374cc7441b [2020-07-29T04:37:03.671Z] [2020-07-29T04:37:03.671Z] Step 10/20 : FROM scratch [2020-07-29T04:37:03.671Z] ---> [2020-07-29T04:37:03.671Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:37:03.671Z] Removing intermediate container 1f40f28c985a [2020-07-29T04:37:03.671Z] ---> 2e3622513763 [2020-07-29T04:37:03.671Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T04:37:04.247Z] ---> Running in 6602aef05e5a [2020-07-29T04:37:04.247Z] Removing intermediate container f9d85e1dd748 [2020-07-29T04:37:04.247Z] ---> 4ae3bb41e315 [2020-07-29T04:37:04.247Z] [2020-07-29T04:37:04.247Z] Step 10/26 : FROM alpine:3.10 [2020-07-29T04:37:04.368Z] 39dc9c94d07c: Pull complete [2020-07-29T04:37:04.640Z] 551b823b3b82: Pull complete [2020-07-29T04:37:04.820Z] 3.10: Pulling from library/alpine [2020-07-29T04:37:04.920Z] 3c52a74df98c: Pull complete [2020-07-29T04:37:05.081Z] ---> Running in 82eaf2e7de61 [2020-07-29T04:37:05.355Z] Removing intermediate container 43aae50de6a2 [2020-07-29T04:37:05.355Z] ---> 02f3f3a05e29 [2020-07-29T04:37:05.355Z] [2020-07-29T04:37:05.355Z] Step 11/26 : FROM docker:latest [2020-07-29T04:37:05.355Z] ---> 81f5749c9058 [2020-07-29T04:37:05.355Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-29T04:37:05.520Z] 6c9b121b6998: Pull complete [2020-07-29T04:37:05.520Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-29T04:37:05.520Z] Status: Downloaded newer image for docker:latest [2020-07-29T04:37:07.268Z] Removing intermediate container 6602aef05e5a [2020-07-29T04:37:07.268Z] ---> dedf39b04bf9 [2020-07-29T04:37:07.268Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-29T04:37:07.268Z] ---> Running in e1422b05dfbc [2020-07-29T04:37:07.268Z] ---> Running in 55a544f914fb [2020-07-29T04:37:07.268Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-29T04:37:07.268Z] Status: Downloaded newer image for alpine:3.10 [2020-07-29T04:37:07.268Z] ---> be4e4bea2c2e [2020-07-29T04:37:07.268Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-29T04:37:07.268Z] Removing intermediate container 737396f4799d [2020-07-29T04:37:07.268Z] ---> f5459f1518ac [2020-07-29T04:37:07.268Z] [2020-07-29T04:37:07.268Z] Step 10/22 : FROM alpine [2020-07-29T04:37:07.268Z] ---> a24bb4013296 [2020-07-29T04:37:07.268Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:37:07.268Z] Removing intermediate container 82eaf2e7de61 [2020-07-29T04:37:07.268Z] ---> 64fc2ce94a26 [2020-07-29T04:37:07.268Z] Step 13/20 : WORKDIR /edgex [2020-07-29T04:37:07.540Z] ---> Running in aea677c512d3 [2020-07-29T04:37:07.540Z] ---> Running in 28eef3b076c2 [2020-07-29T04:37:07.540Z] ---> Running in e480a1196e5b [2020-07-29T04:37:07.801Z] Removing intermediate container 55a544f914fb [2020-07-29T04:37:07.801Z] ---> 045ab9c2d6df [2020-07-29T04:37:07.801Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-29T04:37:07.801Z] ---> Running in 93b7336b861f [2020-07-29T04:37:08.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:08.066Z] Removing intermediate container aea677c512d3 [2020-07-29T04:37:08.067Z] ---> 12c5933e3a02 [2020-07-29T04:37:08.067Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-29T04:37:08.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:08.067Z] Removing intermediate container e480a1196e5b [2020-07-29T04:37:08.067Z] ---> 211b27d7b83f [2020-07-29T04:37:08.067Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-29T04:37:08.335Z] Removing intermediate container 93b7336b861f [2020-07-29T04:37:08.335Z] ---> b022e0209114 [2020-07-29T04:37:08.335Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-29T04:37:08.335Z] ---> Running in 642ace3bc858 [2020-07-29T04:37:08.335Z] (1/2) Installing readline (8.0.4-r0) [2020-07-29T04:37:08.335Z] (2/2) Installing bash (5.0.17-r0) [2020-07-29T04:37:08.335Z] Executing bash-5.0.17-r0.post-install [2020-07-29T04:37:08.335Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:37:08.335Z] OK: 12 MiB in 22 packages [2020-07-29T04:37:08.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:08.599Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:08.599Z] ---> 3fe086d4934f [2020-07-29T04:37:08.599Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-29T04:37:08.599Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-29T04:37:08.599Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-29T04:37:08.599Z] OK: 10346 distinct packages available [2020-07-29T04:37:08.599Z] Removing intermediate container 642ace3bc858 [2020-07-29T04:37:08.599Z] ---> 965e83754a04 [2020-07-29T04:37:08.599Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-29T04:37:08.863Z] ---> 3b3e8a659b08 [2020-07-29T04:37:08.863Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-29T04:37:08.863Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-29T04:37:08.863Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-29T04:37:08.863Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-29T04:37:08.863Z] (4/5) Installing curl (7.66.0-r0) [2020-07-29T04:37:08.863Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-29T04:37:08.863Z] Executing busybox-1.30.1-r3.trigger [2020-07-29T04:37:08.863Z] Executing ca-certificates-20191127-r2.trigger [2020-07-29T04:37:08.907Z] ---> a23204f506db [2020-07-29T04:37:08.907Z] Step 6/7 : COPY go.mod . [2020-07-29T04:37:09.124Z] OK: 7 MiB in 19 packages [2020-07-29T04:37:09.507Z] ---> ed35e4bfd5d0 [2020-07-29T04:37:09.507Z] Step 7/7 : RUN go mod download [2020-07-29T04:37:09.507Z] ---> Running in c3e8af897190 [2020-07-29T04:37:10.510Z] ---> Running in 6f3a5b05855b [2020-07-29T04:37:10.510Z] ---> 13590a4e6141 [2020-07-29T04:37:10.510Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-29T04:37:10.771Z] ---> 5ca4a5b0c82c [2020-07-29T04:37:10.771Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-29T04:37:10.772Z] ---> Running in b0d6a93094a0 [2020-07-29T04:37:11.345Z] Removing intermediate container 6f3a5b05855b [2020-07-29T04:37:11.345Z] ---> 0c3abac10b79 [2020-07-29T04:37:11.345Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:37:11.345Z] Removing intermediate container e1422b05dfbc [2020-07-29T04:37:11.345Z] ---> 561a9a672769 [2020-07-29T04:37:11.345Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-29T04:37:11.621Z] ---> Running in 8b5e88aea387 [2020-07-29T04:37:11.621Z] ---> Running in 3aa7b36e71cb [2020-07-29T04:37:11.621Z] ---> 8e6057052652 [2020-07-29T04:37:11.621Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:37:11.621Z] Removing intermediate container 28eef3b076c2 [2020-07-29T04:37:11.621Z] ---> 397eb6d1c974 [2020-07-29T04:37:11.621Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T04:37:11.621Z] Removing intermediate container b0d6a93094a0 [2020-07-29T04:37:11.621Z] ---> beff3fe36fba [2020-07-29T04:37:11.621Z] Step 17/20 : CMD ["--init=true"] [2020-07-29T04:37:11.903Z] ---> Running in 503526c7106c [2020-07-29T04:37:11.903Z] ---> Running in f4f6ce2242fc [2020-07-29T04:37:11.903Z] ---> Running in be9c7b948382 [2020-07-29T04:37:12.544Z] Removing intermediate container 503526c7106c [2020-07-29T04:37:12.544Z] ---> 06b51252af92 [2020-07-29T04:37:12.544Z] Step 18/20 : LABEL arch=x86_64 [2020-07-29T04:37:12.877Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-29T04:37:12.877Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-29T04:37:12.877Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-29T04:37:12.877Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-29T04:37:12.877Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-29T04:37:12.877Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-29T04:37:12.877Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-29T04:37:12.877Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-29T04:37:12.877Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-29T04:37:12.877Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-29T04:37:12.877Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-29T04:37:12.877Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-29T04:37:12.877Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-29T04:37:12.877Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-29T04:37:12.877Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-29T04:37:12.877Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-29T04:37:12.877Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-29T04:37:12.877Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-29T04:37:12.877Z] go: finding github.com/fatih/color v1.7.0 [2020-07-29T04:37:12.877Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-29T04:37:12.877Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-29T04:37:12.877Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-29T04:37:12.877Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-29T04:37:13.148Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-29T04:37:13.148Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-29T04:37:13.148Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-29T04:37:13.148Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-29T04:37:13.148Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-29T04:37:13.148Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-29T04:37:13.148Z] go: finding github.com/google/uuid v1.1.0 [2020-07-29T04:37:13.148Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-29T04:37:13.148Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-29T04:37:13.148Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-29T04:37:13.181Z] Removing intermediate container f4f6ce2242fc [2020-07-29T04:37:13.181Z] ---> 51b9e9a15dcd [2020-07-29T04:37:13.181Z] Step 13/26 : WORKDIR / [2020-07-29T04:37:13.181Z] Removing intermediate container be9c7b948382 [2020-07-29T04:37:13.181Z] ---> 458bfd9695b9 [2020-07-29T04:37:13.181Z] Step 18/20 : LABEL arch=x86_64 [2020-07-29T04:37:13.181Z] ---> Running in fd8f7e14f5d1 [2020-07-29T04:37:13.181Z] ---> Running in 432c8fa70684 [2020-07-29T04:37:13.181Z] ---> Running in 4f726126a245 [2020-07-29T04:37:13.419Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-29T04:37:13.419Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-29T04:37:13.419Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-29T04:37:13.419Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-29T04:37:13.419Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-29T04:37:13.419Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-29T04:37:13.419Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-29T04:37:13.419Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-29T04:37:13.419Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-29T04:37:13.419Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-29T04:37:13.419Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-29T04:37:13.444Z] Removing intermediate container fd8f7e14f5d1 [2020-07-29T04:37:13.444Z] ---> 7f6d92124b16 [2020-07-29T04:37:13.444Z] Step 19/20 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 [2020-07-29T04:37:13.692Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-29T04:37:13.692Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-29T04:37:13.692Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-29T04:37:13.692Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-29T04:37:13.692Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-29T04:37:13.692Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-29T04:37:13.692Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-29T04:37:13.692Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-29T04:37:13.692Z] go: finding github.com/kr/pty v1.1.1 [2020-07-29T04:37:13.692Z] go: finding github.com/kr/text v0.1.0 [2020-07-29T04:37:13.692Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-29T04:37:13.692Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-29T04:37:13.704Z] ---> Running in 07fa73f668b4 [2020-07-29T04:37:13.704Z] Removing intermediate container 4f726126a245 [2020-07-29T04:37:13.704Z] ---> 97b55061b41a [2020-07-29T04:37:13.704Z] Step 19/20 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 [2020-07-29T04:37:13.704Z] Removing intermediate container 432c8fa70684 [2020-07-29T04:37:13.704Z] ---> fa39655a1ad0 [2020-07-29T04:37:13.704Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-07-29T04:37:13.962Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-29T04:37:13.962Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-29T04:37:13.962Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-29T04:37:13.962Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-29T04:37:13.962Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-29T04:37:13.962Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-29T04:37:13.962Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-29T04:37:13.962Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-29T04:37:13.962Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-29T04:37:13.962Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-29T04:37:13.962Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-29T04:37:13.962Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-29T04:37:13.966Z] ---> Running in 855287b35c9e [2020-07-29T04:37:13.966Z] Removing intermediate container 07fa73f668b4 [2020-07-29T04:37:13.966Z] ---> 3bbcca20ac17 [2020-07-29T04:37:13.966Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T04:37:14.232Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-29T04:37:14.232Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-29T04:37:14.232Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-29T04:37:14.232Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-29T04:37:14.232Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-29T04:37:14.232Z] go: finding github.com/posener/complete v1.1.1 [2020-07-29T04:37:14.232Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-29T04:37:14.232Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-29T04:37:14.232Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-29T04:37:14.232Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-29T04:37:14.232Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-29T04:37:14.503Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-29T04:37:14.503Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-29T04:37:14.503Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-29T04:37:14.503Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-29T04:37:14.503Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-29T04:37:14.503Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-29T04:37:14.503Z] go: finding golang.org/x/text v0.3.2 [2020-07-29T04:37:14.503Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-29T04:37:14.503Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-29T04:37:14.503Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-29T04:37:14.503Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-29T04:37:14.503Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-29T04:37:14.537Z] ---> 778d2df62f6f [2020-07-29T04:37:14.537Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-29T04:37:14.778Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-29T04:37:14.797Z] ---> Running in f0201dc97fea [2020-07-29T04:37:14.797Z] Removing intermediate container 8b5e88aea387 [2020-07-29T04:37:14.797Z] ---> 455a5d6d7549 [2020-07-29T04:37:14.797Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-29T04:37:14.797Z] Removing intermediate container 855287b35c9e [2020-07-29T04:37:14.797Z] ---> 7c5b7090ad20 [2020-07-29T04:37:14.797Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T04:37:14.797Z] Removing intermediate container 3aa7b36e71cb [2020-07-29T04:37:14.797Z] ---> 80ba515ce1f4 [2020-07-29T04:37:14.797Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-29T04:37:15.064Z] ---> Running in 05adeac85ec9 [2020-07-29T04:37:15.064Z] ---> Running in dc4f8f7f01dc [2020-07-29T04:37:15.064Z] ---> Running in 2270f8d6e3fa [2020-07-29T04:37:15.064Z] Removing intermediate container f0201dc97fea [2020-07-29T04:37:15.064Z] ---> f6d62a82c298 [2020-07-29T04:37:15.064Z] [2020-07-29T04:37:15.325Z] ---> d24d757a06b9 [2020-07-29T04:37:15.325Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-29T04:37:15.325Z] Successfully built f6d62a82c298 [2020-07-29T04:37:15.591Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-29T04:37:15.591Z] Removing intermediate container dc4f8f7f01dc [2020-07-29T04:37:15.591Z] ---> c2e811359119 [2020-07-29T04:37:15.591Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-29T04:37:15.591Z]  Building docker-support-scheduler-go ... done Building docker-support-logging-go [2020-07-29T04:37:15.591Z] Removing intermediate container 2270f8d6e3fa [2020-07-29T04:37:15.591Z] ---> 097ec430ceb9 [2020-07-29T04:37:15.591Z] [2020-07-29T04:37:15.591Z] Successfully built 097ec430ceb9 [2020-07-29T04:37:15.591Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-29T04:37:15.591Z] Building docker-core-command-go [2020-07-29T04:37:15.591Z] ---> 28cb72eca992 [2020-07-29T04:37:15.591Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-29T04:37:15.591Z] ---> Running in 824a6638ccde [2020-07-29T04:37:15.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:15.856Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 824a6638ccde [2020-07-29T04:37:15.856Z] ---> f21c9f8888a2 [2020-07-29T04:37:15.856Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-29T04:37:15.856Z] ---> Running in 8868212569bb [2020-07-29T04:37:16.120Z] ---> 20e42a8a81c4 [2020-07-29T04:37:16.120Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-29T04:37:16.389Z] Removing intermediate container 8868212569bb [2020-07-29T04:37:16.389Z] ---> 4c354a5aa4f3 [2020-07-29T04:37:16.389Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-29T04:37:16.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:17.346Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-29T04:37:17.346Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-29T04:37:17.346Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-29T04:37:17.614Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-29T04:37:18.191Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-29T04:37:18.191Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:37:18.191Z] OK: 8 MiB in 19 packages [2020-07-29T04:37:22.414Z] ---> 0d7666f4e0c0 [2020-07-29T04:37:22.414Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-29T04:37:22.687Z] ---> 4d78e28f8e11 [2020-07-29T04:37:22.688Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-29T04:37:24.620Z] ---> 2283d566d03c [2020-07-29T04:37:24.620Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-29T04:37:25.208Z] ---> 6bc5e84e1d65 [2020-07-29T04:37:25.208Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-29T04:37:25.209Z] Removing intermediate container 05adeac85ec9 [2020-07-29T04:37:25.209Z] ---> 7e9f15fbdbc0 [2020-07-29T04:37:25.209Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-29T04:37:26.381Z] ---> 6223f6b29155 [2020-07-29T04:37:26.381Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-29T04:37:27.345Z] ---> 7a749950e568 [2020-07-29T04:37:27.345Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-29T04:37:29.906Z] ---> 3b649361614f [2020-07-29T04:37:29.906Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T04:37:29.906Z] ---> Running in 14f1d7119741 [2020-07-29T04:37:29.906Z] ---> 4b3d88d69e40 [2020-07-29T04:37:29.906Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-29T04:37:31.845Z] ---> 1c5ef334399a [2020-07-29T04:37:31.845Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T04:37:32.439Z] ---> ff585e7b306b [2020-07-29T04:37:32.439Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:37:32.703Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:32.703Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:32.966Z] ---> Running in 6debf946fc44 [2020-07-29T04:37:32.966Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-29T04:37:32.966Z] (2/33) Installing expat (2.2.9-r1) [2020-07-29T04:37:32.966Z] (3/33) Installing libffi (3.3-r2) [2020-07-29T04:37:32.966Z] (4/33) Installing gdbm (1.13-r1) [2020-07-29T04:37:33.082Z] Removing intermediate container c3e8af897190 [2020-07-29T04:37:33.082Z] ---> 6c77dad67f5a [2020-07-29T04:37:33.082Z] Successfully built 6c77dad67f5a [2020-07-29T04:37:33.082Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:37:33.560Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-29T04:37:33.560Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-29T04:37:33.560Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-29T04:37:33.560Z] ---> Running in 038413759ace [2020-07-29T04:37:33.788Z] + docker inspect -f . ci-base-image-arm64 [2020-07-29T04:37:33.788Z] . [Pipeline] withDockerContainer [2020-07-29T04:37:34.063Z] prd-ubuntu18.04-docker-arm64-4c-16g-1389 does not seem to be running inside a container [2020-07-29T04:37:34.138Z] $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-29T04:37:34.508Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:37:34.508Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:37:34.770Z] ---> 386b56c947db [2020-07-29T04:37:34.770Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T04:37:35.429Z] ---> Using cache [2020-07-29T04:37:35.429Z] ---> 551ba89be2f5 [2020-07-29T04:37:35.429Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:37:35.429Z] ---> Using cache [2020-07-29T04:37:35.429Z] ---> b49decce59ef [2020-07-29T04:37:35.429Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-29T04:37:35.557Z] $ docker top ef4cf47580e7448994fac26ae220c63dae2cdce8ad295de9df1a34b94780083f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T04:37:36.000Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:37:36.000Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:37:36.000Z] ---> 386b56c947db [2020-07-29T04:37:36.000Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T04:37:36.000Z] ---> Using cache [2020-07-29T04:37:36.000Z] ---> 551ba89be2f5 [2020-07-29T04:37:36.000Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:37:36.000Z] ---> Using cache [2020-07-29T04:37:36.000Z] ---> b49decce59ef [2020-07-29T04:37:36.000Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T04:37:36.567Z] + go version [2020-07-29T04:37:36.567Z] go version go1.13.13 linux/arm64 [2020-07-29T04:37:36.571Z] Removing intermediate container 038413759ace [2020-07-29T04:37:36.571Z] ---> d7f9b751a6dc [2020-07-29T04:37:36.571Z] Step 20/22 : LABEL arch=x86_64 [Pipeline] echo [2020-07-29T04:37:36.584Z] ========================================================= [2020-07-29T04:37:36.584Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-29T04:37:36.584Z] ========================================================= [Pipeline] sh [2020-07-29T04:37:37.223Z] + make test [2020-07-29T04:37:37.223Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-29T04:37:37.522Z] ---> Running in b6b5be26b879 [2020-07-29T04:37:37.522Z] ---> Running in ff1aa725ecae [2020-07-29T04:37:37.522Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-29T04:37:37.522Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-29T04:37:37.522Z] ---> Running in 392f9bafef06 [2020-07-29T04:37:37.522Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-29T04:37:37.522Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-29T04:37:37.522Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-29T04:37:37.791Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-29T04:37:37.791Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-29T04:37:37.791Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-29T04:37:37.791Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-29T04:37:37.791Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-29T04:37:38.057Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-29T04:37:38.057Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-29T04:37:38.057Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-29T04:37:38.998Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-29T04:37:39.258Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-29T04:37:39.258Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-29T04:37:39.258Z] Removing intermediate container 392f9bafef06 [2020-07-29T04:37:39.258Z] ---> 6b602556c40d [2020-07-29T04:37:39.258Z] Step 21/22 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 [2020-07-29T04:37:39.258Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-29T04:37:39.519Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-29T04:37:39.519Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-29T04:37:39.831Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-29T04:37:40.099Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-29T04:37:40.099Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-29T04:37:40.099Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-29T04:37:40.099Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-29T04:37:40.099Z] Removing intermediate container 6debf946fc44 [2020-07-29T04:37:40.099Z] ---> 5c015088961a [2020-07-29T04:37:40.099Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-29T04:37:40.099Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T04:37:40.099Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-29T04:37:40.099Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-29T04:37:40.099Z] ---> Running in 919df9695b51 [2020-07-29T04:37:40.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:41.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:41.042Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:37:41.042Z] OK: 71 MiB in 55 packages [2020-07-29T04:37:41.042Z] ---> Running in 901db707fce6 [2020-07-29T04:37:41.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:41.042Z] Removing intermediate container 919df9695b51 [2020-07-29T04:37:41.042Z] ---> 0f2280d5a509 [2020-07-29T04:37:41.042Z] Step 22/22 : LABEL version=0.0.0 [2020-07-29T04:37:41.042Z] ---> Running in 0efd5bb3230f [2020-07-29T04:37:41.309Z] Removing intermediate container 901db707fce6 [2020-07-29T04:37:41.309Z] ---> 3dfb49dbf99c [2020-07-29T04:37:41.309Z] Step 24/26 : LABEL arch=x86_64 [2020-07-29T04:37:41.309Z] ---> Running in 99a9c4a1dc81 [2020-07-29T04:37:41.580Z] Removing intermediate container 0efd5bb3230f [2020-07-29T04:37:41.580Z] ---> 3784848afe7e [2020-07-29T04:37:41.580Z] [2020-07-29T04:37:41.580Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:37:41.580Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:37:41.580Z] OK: 12749 distinct packages available [2020-07-29T04:37:41.580Z] Successfully built 3784848afe7e [2020-07-29T04:37:41.580Z] Successfully tagged docker-core-data-go:latest [2020-07-29T04:37:41.580Z]  Building docker-core-data-go ... done Building docker-support-notifications-go [2020-07-29T04:37:41.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:41.848Z] OK: 233 MiB in 51 packages [2020-07-29T04:37:42.116Z] Removing intermediate container 99a9c4a1dc81 [2020-07-29T04:37:42.116Z] ---> eedf62e3eb39 [2020-07-29T04:37:42.116Z] Step 25/26 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 [2020-07-29T04:37:42.390Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:37:42.390Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:37:42.390Z] OK: 12749 distinct packages available [2020-07-29T04:37:43.054Z] OK: 233 MiB in 51 packages [2020-07-29T04:37:44.002Z] OK: 233 MiB in 51 packages [2020-07-29T04:37:50.605Z] ---> Running in d32625ccc5d6 [2020-07-29T04:37:52.548Z] Removing intermediate container 14f1d7119741 [2020-07-29T04:37:52.548Z] ---> b2c1678121d6 [2020-07-29T04:37:52.548Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-29T04:37:52.548Z] Removing intermediate container d32625ccc5d6 [2020-07-29T04:37:52.548Z] ---> 51aa5b096a60 [2020-07-29T04:37:52.548Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T04:37:52.821Z] Removing intermediate container b6b5be26b879 [2020-07-29T04:37:52.821Z] ---> 8f8c68ce2d5a [2020-07-29T04:37:52.821Z] Step 6/21 : COPY go.mod . [2020-07-29T04:37:52.821Z] ---> Running in bec302d1dfc9 [2020-07-29T04:37:52.821Z] Removing intermediate container ff1aa725ecae [2020-07-29T04:37:52.821Z] ---> 5910be917eee [2020-07-29T04:37:52.821Z] Step 6/21 : COPY go.mod . [2020-07-29T04:37:52.821Z] ---> Running in 4d883fb086cd [2020-07-29T04:37:54.752Z] Removing intermediate container 4d883fb086cd [2020-07-29T04:37:54.752Z] ---> c34c53e3b0f9 [2020-07-29T04:37:54.752Z] [2020-07-29T04:37:54.752Z] ---> 487e0b7029a5 [2020-07-29T04:37:54.752Z] Step 7/21 : RUN go mod download [2020-07-29T04:37:54.752Z] ---> 92dc77602327 [2020-07-29T04:37:54.752Z] Step 7/21 : RUN go mod download [2020-07-29T04:37:54.752Z] Successfully built c34c53e3b0f9 [2020-07-29T04:37:55.019Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-29T04:37:55.019Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-secrets-setup-go [2020-07-29T04:37:55.283Z] ---> Running in 88b95f742fd8 [2020-07-29T04:37:55.283Z] ---> Running in 8e8a803fe15d [2020-07-29T04:37:59.520Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:37:59.520Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:37:59.520Z] ---> 386b56c947db [2020-07-29T04:37:59.520Z] Step 3/23 : WORKDIR /edgex-go [2020-07-29T04:37:59.520Z] ---> Using cache [2020-07-29T04:37:59.520Z] ---> 551ba89be2f5 [2020-07-29T04:37:59.520Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:37:59.520Z] ---> Using cache [2020-07-29T04:37:59.520Z] ---> b49decce59ef [2020-07-29T04:37:59.520Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-29T04:38:00.473Z] ---> Running in caeab6338e9c [2020-07-29T04:38:01.062Z] Collecting docker-compose==1.23.2 [2020-07-29T04:38:01.062Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-29T04:38:01.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:38:01.334Z] Collecting jsonschema<3,>=2.5.1 [2020-07-29T04:38:01.334Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-29T04:38:01.334Z] Collecting cached-property<2,>=1.2.0 [2020-07-29T04:38:01.334Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-29T04:38:01.602Z] Collecting PyYAML<4,>=3.10 [2020-07-29T04:38:01.602Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-29T04:38:01.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:38:02.467Z] Removing intermediate container 88b95f742fd8 [2020-07-29T04:38:02.467Z] ---> 8ccad8a64b1c [2020-07-29T04:38:02.467Z] Step 8/21 : COPY . . [2020-07-29T04:38:02.742Z] Removing intermediate container 8e8a803fe15d [2020-07-29T04:38:02.742Z] ---> 6f3463da31be [2020-07-29T04:38:02.742Z] Step 8/21 : COPY . . [2020-07-29T04:38:02.742Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:38:02.742Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:38:02.742Z] OK: 12749 distinct packages available [2020-07-29T04:38:03.324Z] OK: 233 MiB in 51 packages [2020-07-29T04:38:09.947Z] Collecting docker<4.0,>=3.6.0 [2020-07-29T04:38:09.947Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-29T04:38:09.947Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-07-29T04:38:10.534Z] Collecting docopt<0.7,>=0.6.1 [2020-07-29T04:38:10.534Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-29T04:38:12.204Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-29T04:38:13.243Z] Removing intermediate container caeab6338e9c [2020-07-29T04:38:13.243Z] ---> fe0889f721ac [2020-07-29T04:38:13.243Z] Step 6/23 : COPY go.mod . [2020-07-29T04:38:13.534Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:38:13.534Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-29T04:38:13.534Z] ---> 386b56c947db [2020-07-29T04:38:13.534Z] Step 3/29 : WORKDIR /edgex-go [2020-07-29T04:38:13.534Z] ---> Using cache [2020-07-29T04:38:13.534Z] ---> 551ba89be2f5 [2020-07-29T04:38:13.534Z] Step 4/29 : RUN apk update && apk add make git [2020-07-29T04:38:14.569Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-29T04:38:14.569Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-29T04:38:15.535Z] ---> 5ad4903d5a72 [2020-07-29T04:38:15.535Z] Step 7/23 : RUN go mod download [2020-07-29T04:38:15.797Z] ---> Running in f42777ab2d45 [2020-07-29T04:38:15.797Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-29T04:38:15.797Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-29T04:38:16.078Z] ---> Running in 301e8575f626 [2020-07-29T04:38:16.351Z] Collecting texttable<0.10,>=0.9.0 [2020-07-29T04:38:16.351Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-29T04:38:18.306Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-29T04:38:18.306Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-29T04:38:19.727Z] Collecting docker-pycreds>=0.4.0 [2020-07-29T04:38:19.727Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-29T04:38:19.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:38:19.727Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-29T04:38:19.727Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-29T04:38:20.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:38:20.306Z] Collecting idna<2.8,>=2.5 [2020-07-29T04:38:20.306Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-29T04:38:20.569Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-07-29T04:38:20.569Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-07-29T04:38:20.569Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-29T04:38:20.569Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-29T04:38:20.569Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-29T04:38:20.569Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-29T04:38:20.847Z] Installing collected packages: jsonschema, cached-property, PyYAML, docker-pycreds, websocket-client, urllib3, idna, requests, docker, docopt, dockerpty, texttable, docker-compose [2020-07-29T04:38:21.108Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:38:21.108Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:38:21.108Z] OK: 12749 distinct packages available [2020-07-29T04:38:21.697Z] OK: 233 MiB in 51 packages [2020-07-29T04:38:23.087Z] Running setup.py install for PyYAML: started [2020-07-29T04:38:24.484Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-29T04:38:24.622Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-29T04:38:24.622Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-29T04:38:24.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-29T04:38:24.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-29T04:38:24.622Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.035s [2020-07-29T04:38:24.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-29T04:38:24.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-29T04:38:24.622Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-29T04:38:25.871Z] Attempting uninstall: urllib3 [2020-07-29T04:38:25.871Z] Found existing installation: urllib3 1.25.9 [2020-07-29T04:38:25.871Z] Uninstalling urllib3-1.25.9: [2020-07-29T04:38:26.444Z] Removing intermediate container 301e8575f626 [2020-07-29T04:38:26.444Z] ---> be0c200ac680 [2020-07-29T04:38:26.444Z] Step 8/23 : COPY . . [2020-07-29T04:38:26.444Z] Removing intermediate container f42777ab2d45 [2020-07-29T04:38:26.444Z] ---> 57ca77d67701 [2020-07-29T04:38:26.444Z] Step 5/29 : COPY go.mod . [2020-07-29T04:38:26.444Z] Successfully uninstalled urllib3-1.25.9 [2020-07-29T04:38:26.622Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-29T04:38:27.015Z] ---> 1c45aef3c263 [2020-07-29T04:38:27.015Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-29T04:38:27.015Z] ---> 537f06ddacec [2020-07-29T04:38:27.015Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-29T04:38:27.224Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-29T04:38:27.823Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-29T04:38:27.823Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-29T04:38:27.823Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-29T04:38:30.316Z] Attempting uninstall: idna [2020-07-29T04:38:30.316Z] Found existing installation: idna 2.9 [2020-07-29T04:38:30.316Z] Uninstalling idna-2.9: [2020-07-29T04:38:30.579Z] Successfully uninstalled idna-2.9 [2020-07-29T04:38:32.493Z] ---> 56e57eff3e20 [2020-07-29T04:38:32.493Z] Step 6/29 : RUN go mod download [2020-07-29T04:38:32.754Z] Attempting uninstall: requests [2020-07-29T04:38:32.754Z] Found existing installation: requests 2.23.0 [2020-07-29T04:38:32.754Z] Uninstalling requests-2.23.0: [2020-07-29T04:38:33.013Z] Successfully uninstalled requests-2.23.0 [2020-07-29T04:38:33.273Z] ---> Running in dfaf41b8b684 [2020-07-29T04:38:33.273Z] ---> Running in e8fa72c26bfe [2020-07-29T04:38:34.660Z] ---> Running in bf1fd0f21f11 [2020-07-29T04:38:36.579Z] Running setup.py install for docopt: started [2020-07-29T04:38:37.980Z] Running setup.py install for docopt: finished with status 'done' [2020-07-29T04:38:37.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.063s coverage: 46.6% of statements [2020-07-29T04:38:37.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-29T04:38:37.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-29T04:38:37.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-29T04:38:37.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-29T04:38:37.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-29T04:38:38.244Z] Running setup.py install for dockerpty: started [2020-07-29T04:38:38.822Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-29T04:38:38.822Z] Running setup.py install for texttable: started [2020-07-29T04:38:38.822Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-29T04:38:39.404Z] Running setup.py install for texttable: finished with status 'done' [2020-07-29T04:38:39.984Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-29T04:38:40.250Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-07-29T04:38:44.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.206s coverage: 27.4% of statements [2020-07-29T04:38:44.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-29T04:38:44.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-29T04:38:44.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-29T04:38:44.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-29T04:38:44.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-29T04:38:44.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-29T04:38:44.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.021s coverage: 100.0% of statements [2020-07-29T04:38:44.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-29T04:38:44.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.023s coverage: 100.0% of statements [2020-07-29T04:38:44.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-29T04:38:45.631Z] ---> e6c6bc525264 [2020-07-29T04:38:45.631Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-29T04:38:45.631Z] Removing intermediate container bf1fd0f21f11 [2020-07-29T04:38:45.631Z] ---> 77e00bb8927e [2020-07-29T04:38:45.631Z] Step 7/29 : COPY . . [2020-07-29T04:38:45.631Z] ---> Running in d6798be0c6d9 [2020-07-29T04:38:47.359Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.298s coverage: 29.3% of statements [2020-07-29T04:38:47.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-29T04:38:47.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-29T04:38:47.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-29T04:38:47.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-29T04:38:47.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-29T04:38:47.359Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements [2020-07-29T04:38:47.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-29T04:38:47.359Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.021s coverage: 100.0% of statements [2020-07-29T04:38:47.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-29T04:38:47.601Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-29T04:38:48.811Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.116s coverage: 89.8% of statements [2020-07-29T04:38:48.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-29T04:38:49.792Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.173s coverage: 97.5% of statements [2020-07-29T04:38:49.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-29T04:38:50.782Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 100.0% of statements [2020-07-29T04:38:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-29T04:38:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-29T04:38:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-29T04:38:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-29T04:38:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-29T04:38:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-29T04:38:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-29T04:38:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-29T04:38:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-29T04:38:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-29T04:38:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-29T04:38:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-29T04:38:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-29T04:38:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-29T04:38:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-29T04:38:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-29T04:38:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-29T04:38:50.782Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2020-07-29T04:38:54.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 63.5% of statements [2020-07-29T04:38:54.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-29T04:38:54.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-29T04:38:54.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.017s coverage: 100.0% of statements [2020-07-29T04:38:54.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 92.3% of statements [2020-07-29T04:38:54.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements [2020-07-29T04:38:54.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements [2020-07-29T04:38:54.301Z] Removing intermediate container bec302d1dfc9 [2020-07-29T04:38:54.301Z] ---> 41a83f86f3a9 [2020-07-29T04:38:54.301Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-29T04:38:54.905Z] ---> Running in 4bb3bf2d0938 [2020-07-29T04:38:56.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.098s coverage: 100.0% of statements [2020-07-29T04:38:59.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.311s coverage: 55.9% of statements [2020-07-29T04:38:59.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-29T04:38:59.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-29T04:38:59.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-29T04:38:59.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-29T04:39:00.261Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:39:00.261Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:39:00.545Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T04:39:00.545Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-29T04:39:00.545Z] (3/3) Installing curl (7.69.1-r0) [2020-07-29T04:39:00.545Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:39:00.831Z] OK: 72 MiB in 58 packages [2020-07-29T04:39:06.202Z] Removing intermediate container 4bb3bf2d0938 [2020-07-29T04:39:06.203Z] ---> 56615a2ce861 [2020-07-29T04:39:06.203Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:39:06.203Z] ---> Running in 971aadf015d3 [2020-07-29T04:39:06.203Z] ---> 7d20f51ca85b [2020-07-29T04:39:06.203Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-29T04:39:06.480Z] ---> Running in 4ff35cd22a92 [2020-07-29T04:39:06.480Z] Removing intermediate container 971aadf015d3 [2020-07-29T04:39:06.480Z] ---> cc7ef400752e [2020-07-29T04:39:06.480Z] Step 24/26 : LABEL arch=x86_64 [2020-07-29T04:39:06.749Z] ---> Running in 382f4f987a6d [2020-07-29T04:39:07.039Z] Removing intermediate container 382f4f987a6d [2020-07-29T04:39:07.039Z] ---> 96b95f0c3306 [2020-07-29T04:39:07.039Z] Step 25/26 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 [2020-07-29T04:39:07.317Z] ---> Running in 079a16fc1d2d [2020-07-29T04:39:07.919Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-29T04:39:08.180Z] Removing intermediate container 079a16fc1d2d [2020-07-29T04:39:08.180Z] ---> 534a0e426eb9 [2020-07-29T04:39:08.180Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T04:39:09.586Z] ---> Running in 2518a7e19da6 [2020-07-29T04:39:09.859Z] Removing intermediate container dfaf41b8b684 [2020-07-29T04:39:09.859Z] ---> 9f61b74acafc [2020-07-29T04:39:09.859Z] [2020-07-29T04:39:09.859Z] Step 10/21 : FROM scratch [2020-07-29T04:39:09.859Z] ---> [2020-07-29T04:39:09.859Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T04:39:12.456Z] ---> Running in 071ee2947b6e [2020-07-29T04:39:12.456Z] Removing intermediate container 2518a7e19da6 [2020-07-29T04:39:12.456Z] ---> f117e54f1f49 [2020-07-29T04:39:12.456Z] [2020-07-29T04:39:12.456Z] Successfully built f117e54f1f49 [2020-07-29T04:39:13.412Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-29T04:39:13.412Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go [2020-07-29T04:39:13.984Z] Removing intermediate container 071ee2947b6e [2020-07-29T04:39:13.984Z] ---> 2ef8454be531 [2020-07-29T04:39:13.984Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-29T04:39:17.300Z] Removing intermediate container e8fa72c26bfe [2020-07-29T04:39:17.300Z] ---> 2d072321de5f [2020-07-29T04:39:17.300Z] [2020-07-29T04:39:17.300Z] Step 10/21 : FROM scratch [2020-07-29T04:39:17.300Z] ---> [2020-07-29T04:39:17.300Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:39:17.300Z] ---> Using cache [2020-07-29T04:39:17.300Z] ---> dedf39b04bf9 [2020-07-29T04:39:17.300Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-29T04:39:20.265Z] ---> Running in fc503320d077 [2020-07-29T04:39:20.265Z] ---> Running in 5c76b048c47c [2020-07-29T04:39:21.621Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 20.474s coverage: 86.3% of statements [2020-07-29T04:39:21.621Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-29T04:39:21.621Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.093s coverage: 72.2% of statements [2020-07-29T04:39:21.621Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.362s coverage: 72.1% of statements [2020-07-29T04:39:21.621Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.037s coverage: 82.4% of statements [2020-07-29T04:39:21.621Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.019s coverage: 48.4% of statements [2020-07-29T04:39:21.621Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-29T04:39:21.621Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-29T04:39:21.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-29T04:39:21.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.064s coverage: 28.8% of statements [2020-07-29T04:39:21.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-29T04:39:21.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.020s coverage: 96.8% of statements [2020-07-29T04:39:21.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-29T04:39:21.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.117s coverage: 33.7% of statements [2020-07-29T04:39:21.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-29T04:39:21.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-29T04:39:21.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.266s coverage: 84.1% of statements [2020-07-29T04:39:21.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2020-07-29T04:39:21.622Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.037s coverage: 43.1% of statements [2020-07-29T04:39:21.622Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-29T04:39:21.622Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-29T04:39:21.622Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.044s coverage: 100.0% of statements [2020-07-29T04:39:21.622Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-29T04:39:21.622Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.058s coverage: 83.8% of statements [2020-07-29T04:39:21.622Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-29T04:39:21.622Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 46.1% of statements [2020-07-29T04:39:21.622Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-29T04:39:21.622Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-29T04:39:21.622Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.026s coverage: 100.0% of statements [2020-07-29T04:39:21.622Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-29T04:39:21.622Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-29T04:39:21.622Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-29T04:39:21.622Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.041s coverage: 100.0% of statements [2020-07-29T04:39:21.622Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-29T04:39:21.622Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements [2020-07-29T04:39:21.622Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-29T04:39:22.833Z] Removing intermediate container 5c76b048c47c [2020-07-29T04:39:22.833Z] ---> 303874411182 [2020-07-29T04:39:22.833Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T04:39:23.103Z] Removing intermediate container fc503320d077 [2020-07-29T04:39:23.103Z] ---> 780285c151ba [2020-07-29T04:39:23.103Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T04:39:24.492Z] ---> Running in 5bee7ce7e83e [2020-07-29T04:39:25.064Z] ---> Running in 49d2200d3bde [2020-07-29T04:39:28.331Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.157s coverage: 29.1% of statements [2020-07-29T04:39:28.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-29T04:39:28.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-29T04:39:28.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-29T04:39:28.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-29T04:39:28.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-29T04:39:28.331Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.080s coverage: 99.0% of statements [2020-07-29T04:39:28.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-29T04:39:28.331Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements [2020-07-29T04:39:28.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-29T04:39:28.331Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2020-07-29T04:39:28.331Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-29T04:39:28.331Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements [2020-07-29T04:39:28.331Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-29T04:39:28.331Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-29T04:39:28.331Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-29T04:39:28.331Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-29T04:39:28.371Z] Removing intermediate container 5bee7ce7e83e [2020-07-29T04:39:28.371Z] ---> e2b725b377db [2020-07-29T04:39:28.371Z] Step 14/21 : WORKDIR / [2020-07-29T04:39:29.309Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.031s coverage: 87.9% of statements [2020-07-29T04:39:29.309Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-29T04:39:29.309Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-29T04:39:29.309Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.026s coverage: 100.0% of statements [2020-07-29T04:39:29.579Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements [2020-07-29T04:39:29.751Z] Removing intermediate container 49d2200d3bde [2020-07-29T04:39:29.751Z] ---> 4a35d94fce47 [2020-07-29T04:39:29.751Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-29T04:39:30.322Z] ---> Running in 7be6edc434a1 [2020-07-29T04:39:31.001Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.027s coverage: 100.0% of statements [2020-07-29T04:39:31.267Z] Removing intermediate container d6798be0c6d9 [2020-07-29T04:39:31.267Z] ---> 345b15383098 [2020-07-29T04:39:31.267Z] [2020-07-29T04:39:31.267Z] Step 10/23 : FROM scratch [2020-07-29T04:39:31.268Z] ---> [2020-07-29T04:39:31.268Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T04:39:31.268Z] ---> Using cache [2020-07-29T04:39:31.268Z] ---> 2ef8454be531 [2020-07-29T04:39:31.268Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-29T04:39:31.268Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:39:31.268Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:39:31.268Z] ---> 386b56c947db [2020-07-29T04:39:31.268Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T04:39:31.268Z] ---> Using cache [2020-07-29T04:39:31.268Z] ---> 551ba89be2f5 [2020-07-29T04:39:31.268Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:39:31.268Z] ---> Using cache [2020-07-29T04:39:31.268Z] ---> b49decce59ef [2020-07-29T04:39:31.268Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T04:39:31.268Z] ---> Using cache [2020-07-29T04:39:31.268Z] ---> 8f8c68ce2d5a [2020-07-29T04:39:31.268Z] Step 6/21 : COPY go.mod . [2020-07-29T04:39:31.268Z] ---> Using cache [2020-07-29T04:39:31.268Z] ---> 92dc77602327 [2020-07-29T04:39:31.268Z] Step 7/21 : RUN go mod download [2020-07-29T04:39:31.268Z] ---> Using cache [2020-07-29T04:39:31.268Z] ---> 8ccad8a64b1c [2020-07-29T04:39:31.268Z] Step 8/21 : COPY . . [2020-07-29T04:39:31.268Z] ---> Using cache [2020-07-29T04:39:31.268Z] ---> 537f06ddacec [2020-07-29T04:39:31.268Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-29T04:39:31.592Z] GO111MODULE=on go vet ./... [2020-07-29T04:39:32.651Z] ---> 04b8f05419ef [2020-07-29T04:39:32.651Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-29T04:39:33.222Z] ---> Running in ab49af73335c [2020-07-29T04:39:33.222Z] ---> Running in 30eb2e8e903d [2020-07-29T04:39:33.222Z] Removing intermediate container 7be6edc434a1 [2020-07-29T04:39:33.222Z] ---> 7091b0a2bb5f [2020-07-29T04:39:33.222Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-29T04:39:33.482Z] Removing intermediate container 4ff35cd22a92 [2020-07-29T04:39:33.482Z] ---> e9de4e5a696c [2020-07-29T04:39:33.482Z] [2020-07-29T04:39:33.482Z] Step 9/29 : FROM alpine:latest [2020-07-29T04:39:33.482Z] ---> aa7db7cb7bb6 [2020-07-29T04:39:33.482Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-29T04:39:33.743Z] ---> a24bb4013296 [2020-07-29T04:39:33.743Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-29T04:39:33.743Z] Removing intermediate container ab49af73335c [2020-07-29T04:39:33.743Z] ---> 0f53ccc233ab [2020-07-29T04:39:33.743Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-29T04:39:33.743Z] ---> 915c93526a5b [2020-07-29T04:39:33.743Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-29T04:39:34.005Z] ---> Running in 9ba56cd28d26 [2020-07-29T04:39:34.005Z] ---> Running in 64b5cf8b59ba [2020-07-29T04:39:34.005Z] ---> fa67fa71ed63 [2020-07-29T04:39:34.005Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-29T04:39:34.268Z] Removing intermediate container 9ba56cd28d26 [2020-07-29T04:39:34.268Z] ---> c5c881dad047 [2020-07-29T04:39:34.268Z] Step 11/29 : USER root [2020-07-29T04:39:34.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-29T04:39:34.268Z] ---> Running in 1d4cac911ffc [2020-07-29T04:39:34.268Z] Removing intermediate container 64b5cf8b59ba [2020-07-29T04:39:34.268Z] ---> fb2f10ebdd4f [2020-07-29T04:39:34.268Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-29T04:39:34.540Z] Removing intermediate container 1d4cac911ffc [2020-07-29T04:39:34.540Z] ---> 0e890d8fe396 [2020-07-29T04:39:34.540Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-29T04:39:34.540Z] ---> d53382e0f063 [2020-07-29T04:39:34.540Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-29T04:39:34.540Z] ---> b94bc374b632 [2020-07-29T04:39:34.540Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:39:34.540Z] ---> 47f5b5480929 [2020-07-29T04:39:34.540Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-29T04:39:34.803Z] ---> Running in 2cbd6df27a69 [2020-07-29T04:39:34.803Z] ---> Running in cbcc88d4c196 [2020-07-29T04:39:36.200Z] ---> eea902c5d119 [2020-07-29T04:39:36.200Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:39:36.200Z] Removing intermediate container cbcc88d4c196 [2020-07-29T04:39:36.200Z] ---> 94492c51de0a [2020-07-29T04:39:36.200Z] Step 19/21 : LABEL arch=x86_64 [2020-07-29T04:39:36.200Z] ---> 37b76553eb1f [2020-07-29T04:39:36.200Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-29T04:39:36.200Z] ---> Running in 335c9adb79bc [2020-07-29T04:39:36.200Z] ---> Running in 230da2cf6b07 [2020-07-29T04:39:36.473Z] Removing intermediate container 335c9adb79bc [2020-07-29T04:39:36.473Z] ---> 68ab9440e4cc [2020-07-29T04:39:36.473Z] Step 19/21 : LABEL arch=x86_64 [2020-07-29T04:39:36.473Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:39:36.473Z] ---> Running in 7e83656c06fb [2020-07-29T04:39:36.738Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:39:36.738Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:39:36.738Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:39:36.738Z] OK: 12749 distinct packages available [2020-07-29T04:39:37.001Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-29T04:39:37.001Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-29T04:39:37.001Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:39:37.001Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T04:39:37.260Z] OK: 6 MiB in 16 packages [2020-07-29T04:39:37.835Z] Removing intermediate container 230da2cf6b07 [2020-07-29T04:39:37.835Z] ---> c235704e1257 [2020-07-29T04:39:37.835Z] Step 20/21 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 [2020-07-29T04:39:38.804Z] ---> Running in 40d9b1c321bb [2020-07-29T04:39:38.804Z] Removing intermediate container 7e83656c06fb [2020-07-29T04:39:38.804Z] ---> 067275af0d55 [2020-07-29T04:39:38.804Z] Step 20/21 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 [2020-07-29T04:39:39.083Z] ---> dd192083aa58 [2020-07-29T04:39:39.083Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-29T04:39:39.083Z] ---> Running in 28a49afad3b6 [2020-07-29T04:39:39.682Z] Removing intermediate container 40d9b1c321bb [2020-07-29T04:39:39.682Z] ---> bf6d6445d63c [2020-07-29T04:39:39.682Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T04:39:39.967Z] ---> Running in 65d4843c79c7 [2020-07-29T04:39:39.967Z] Removing intermediate container 2cbd6df27a69 [2020-07-29T04:39:39.967Z] ---> a1acf6b012dd [2020-07-29T04:39:39.967Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-29T04:39:40.243Z] Removing intermediate container 28a49afad3b6 [2020-07-29T04:39:40.243Z] ---> a7c3cc9639da [2020-07-29T04:39:40.243Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T04:39:40.243Z] ---> 4ad7253d9d7f [2020-07-29T04:39:40.243Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-29T04:39:40.243Z] ---> Running in 8cfec44bca4e [2020-07-29T04:39:40.516Z] ---> Running in 4d0da92ea66f [2020-07-29T04:39:40.516Z] Removing intermediate container 65d4843c79c7 [2020-07-29T04:39:40.516Z] ---> 671c29dc9ca3 [2020-07-29T04:39:40.516Z] [2020-07-29T04:39:40.792Z] Successfully built 671c29dc9ca3 [2020-07-29T04:39:40.792Z] Successfully tagged docker-support-logging-go:latest [2020-07-29T04:39:40.792Z]  Building docker-support-logging-go ... done Removing intermediate container 4d0da92ea66f [2020-07-29T04:39:40.792Z] ---> 310ab602cac1 [2020-07-29T04:39:40.792Z] [2020-07-29T04:39:40.792Z] Removing intermediate container 8cfec44bca4e [2020-07-29T04:39:40.792Z] ---> c4818c8a8ccd [2020-07-29T04:39:40.793Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-29T04:39:41.075Z] Successfully built 310ab602cac1 [2020-07-29T04:39:41.075Z] Successfully tagged docker-core-command-go:latest [2020-07-29T04:39:41.075Z]  Building docker-core-command-go ... done  ---> Running in 130d1299a21e [2020-07-29T04:39:41.075Z] ---> 0726033fce2f [2020-07-29T04:39:41.075Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-29T04:39:41.382Z] Removing intermediate container 130d1299a21e [2020-07-29T04:39:41.382Z] ---> 61e10340fc7a [2020-07-29T04:39:41.382Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-29T04:39:41.382Z] ---> Running in 77c8b337e6cb [2020-07-29T04:39:41.648Z] ---> e0f3e1561af6 [2020-07-29T04:39:41.648Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:39:41.911Z] ---> Running in 06dc5f46c606 [2020-07-29T04:39:42.179Z] Removing intermediate container 06dc5f46c606 [2020-07-29T04:39:42.179Z] ---> ccdec2c51898 [2020-07-29T04:39:42.179Z] Step 21/23 : LABEL arch=x86_64 [2020-07-29T04:39:42.179Z] ---> Running in 0cc3ca6c6b1e [2020-07-29T04:39:42.760Z] Removing intermediate container 0cc3ca6c6b1e [2020-07-29T04:39:42.760Z] ---> e33b30d3012e [2020-07-29T04:39:42.760Z] Step 22/23 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 [2020-07-29T04:39:43.042Z] ---> Running in 5f8a51a3bee1 [2020-07-29T04:39:43.042Z] Removing intermediate container 77c8b337e6cb [2020-07-29T04:39:43.042Z] ---> 960e8f095e61 [2020-07-29T04:39:43.043Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-29T04:39:43.321Z] Removing intermediate container 5f8a51a3bee1 [2020-07-29T04:39:43.321Z] ---> d14fb25fafac [2020-07-29T04:39:43.321Z] Step 23/23 : LABEL version=0.0.0 [2020-07-29T04:39:43.921Z] ---> Running in 315001544d64 [2020-07-29T04:39:44.188Z] ---> c94e02b21b97 [2020-07-29T04:39:44.188Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-29T04:39:44.449Z] Removing intermediate container 315001544d64 [2020-07-29T04:39:44.449Z] ---> 7ab07b212842 [2020-07-29T04:39:44.449Z] [2020-07-29T04:39:44.449Z] Successfully built 7ab07b212842 [2020-07-29T04:39:44.449Z] Successfully tagged docker-support-notifications-go:latest [2020-07-29T04:39:44.722Z]  Building docker-support-notifications-go ... done  ---> 189449180622 [2020-07-29T04:39:44.722Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-29T04:39:44.986Z] ---> 904ee848f79a [2020-07-29T04:39:44.986Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-29T04:39:45.248Z] ---> e536d9338049 [2020-07-29T04:39:45.248Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-29T04:39:45.509Z] ---> 6c32a22c8826 [2020-07-29T04:39:45.509Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-29T04:39:45.509Z] ---> Running in 335e0b817b76 [2020-07-29T04:39:48.063Z] Removing intermediate container 335e0b817b76 [2020-07-29T04:39:48.063Z] ---> 7efba808cd32 [2020-07-29T04:39:48.063Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T04:39:48.063Z] ---> 0e5d57a30fbe [2020-07-29T04:39:48.063Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T04:39:48.323Z] ---> Running in 97a2e77dea00 [2020-07-29T04:39:49.880Z] gofmt -l . [2020-07-29T04:39:50.151Z] [ "`gofmt -l .`" = "" ] [2020-07-29T04:39:50.871Z] Removing intermediate container 30eb2e8e903d [2020-07-29T04:39:50.871Z] ---> 0f98b472e660 [2020-07-29T04:39:50.871Z] [2020-07-29T04:39:50.871Z] Step 10/21 : FROM scratch [2020-07-29T04:39:50.871Z] ---> [2020-07-29T04:39:50.871Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:39:50.871Z] Removing intermediate container 97a2e77dea00 [2020-07-29T04:39:50.871Z] ---> 93c5dad5341b [2020-07-29T04:39:50.871Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-29T04:39:50.871Z] ---> Using cache [2020-07-29T04:39:50.871Z] ---> dedf39b04bf9 [2020-07-29T04:39:50.871Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-29T04:39:50.871Z] ---> Running in 1d8bfd1a4392 [2020-07-29T04:39:50.871Z] ---> Running in 3280b20da25d [2020-07-29T04:39:50.871Z] Removing intermediate container 3280b20da25d [2020-07-29T04:39:50.871Z] ---> a73a4de01514 [2020-07-29T04:39:50.871Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T04:39:50.871Z] ---> Running in e8363a9d6a68 [2020-07-29T04:39:51.131Z] Removing intermediate container e8363a9d6a68 [2020-07-29T04:39:51.131Z] ---> 37b404c2d6e3 [2020-07-29T04:39:51.131Z] Step 14/21 : WORKDIR / [2020-07-29T04:39:51.131Z] ---> Running in 9de51e7162b3 [2020-07-29T04:39:51.392Z] Removing intermediate container 9de51e7162b3 [2020-07-29T04:39:51.392Z] ---> 4c05ab326799 [2020-07-29T04:39:51.392Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-29T04:39:51.653Z] ---> b04953f574b3 [2020-07-29T04:39:51.654Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-29T04:39:51.654Z] Removing intermediate container 1d8bfd1a4392 [2020-07-29T04:39:51.654Z] ---> 6e06158ad5f5 [2020-07-29T04:39:51.654Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T04:39:51.654Z] ---> Running in f2e4d7024606 [2020-07-29T04:39:51.913Z] Removing intermediate container f2e4d7024606 [2020-07-29T04:39:51.914Z] ---> ed0c06cddc0a [2020-07-29T04:39:51.914Z] Step 26/29 : CMD [ "generate" ] [2020-07-29T04:39:51.914Z] ---> Running in 4d3f607f90ac [2020-07-29T04:39:52.112Z] ./bin/test-go-mod-tidy.sh [2020-07-29T04:39:52.175Z] ---> 1ee76c173e30 [2020-07-29T04:39:52.175Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-29T04:39:52.175Z] Removing intermediate container 4d3f607f90ac [2020-07-29T04:39:52.175Z] ---> ab7e32bd7117 [2020-07-29T04:39:52.175Z] Step 27/29 : LABEL arch=x86_64 [2020-07-29T04:39:52.175Z] ---> Running in ec94c01c58c2 [2020-07-29T04:39:52.436Z] ---> 3b191efa2766 [2020-07-29T04:39:52.436Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:39:52.436Z] Removing intermediate container ec94c01c58c2 [2020-07-29T04:39:52.436Z] ---> 88848c93eda8 [2020-07-29T04:39:52.436Z] Step 28/29 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 [2020-07-29T04:39:52.436Z] ---> Running in 0e7e1ee2298f [2020-07-29T04:39:52.436Z] ---> Running in 122e81063fa7 [2020-07-29T04:39:52.436Z] Removing intermediate container 0e7e1ee2298f [2020-07-29T04:39:52.436Z] ---> 27eba52c1655 [2020-07-29T04:39:52.436Z] Step 19/21 : LABEL arch=x86_64 [2020-07-29T04:39:52.696Z] Removing intermediate container 122e81063fa7 [2020-07-29T04:39:52.696Z] ---> 0ef19294d520 [2020-07-29T04:39:52.696Z] Step 29/29 : LABEL version=0.0.0 [2020-07-29T04:39:52.696Z] ---> Running in 117d767f612b [2020-07-29T04:39:52.696Z] ---> Running in d4941df21d2b [2020-07-29T04:39:52.696Z] Removing intermediate container 117d767f612b [2020-07-29T04:39:52.696Z] ---> 66ccce540f17 [2020-07-29T04:39:52.696Z] Step 20/21 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 [2020-07-29T04:39:52.957Z] Removing intermediate container d4941df21d2b [2020-07-29T04:39:52.957Z] ---> 3c52ebb8ca87 [2020-07-29T04:39:52.957Z] [2020-07-29T04:39:52.957Z] Successfully built 3c52ebb8ca87 [2020-07-29T04:39:52.957Z] ---> Running in 24c37358e422 [2020-07-29T04:39:52.957Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-29T04:39:52.957Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 24c37358e422 [2020-07-29T04:39:52.957Z] ---> e9b511734f29 [2020-07-29T04:39:52.957Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T04:39:53.091Z] ./bin/test-attribution-txt.sh [2020-07-29T04:39:53.218Z] ---> Running in 1ab0ac2f24bb [2020-07-29T04:39:53.218Z] Removing intermediate container 1ab0ac2f24bb [2020-07-29T04:39:53.218Z] ---> b19e879ac191 [2020-07-29T04:39:53.218Z] [2020-07-29T04:39:53.478Z] Successfully built b19e879ac191 [2020-07-29T04:39:53.478Z] Successfully tagged docker-core-metadata-go:latest [2020-07-29T04:39:53.747Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-07-29T04:39:53.775Z] $ docker stop --time=1 a4db79b7b95273feeb089ac2ef48e4b1c6e24f71a8d838638f3a29d101794573 [2020-07-29T04:39:55.534Z] $ docker rm -f a4db79b7b95273feeb089ac2ef48e4b1c6e24f71a8d838638f3a29d101794573 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2020-07-29T04:39:56.020Z] + docker images [2020-07-29T04:39:56.020Z] + grep docker [2020-07-29T04:39:56.020Z] docker-core-metadata-go latest b19e879ac191 2 seconds ago 14.4MB [2020-07-29T04:39:56.020Z] docker-security-secrets-setup-go latest 3c52ebb8ca87 3 seconds ago 25.1MB [2020-07-29T04:39:56.020Z] docker-support-notifications-go latest 7ab07b212842 12 seconds ago 14.4MB [2020-07-29T04:39:56.020Z] docker-core-command-go latest 310ab602cac1 15 seconds ago 13MB [2020-07-29T04:39:56.020Z] docker-support-logging-go latest 671c29dc9ca3 15 seconds ago 11.8MB [2020-07-29T04:39:56.020Z] docker-sys-mgmt-agent-go latest f117e54f1f49 46 seconds ago 284MB [2020-07-29T04:39:56.021Z] docker-security-secretstore-setup-go latest c34c53e3b0f9 2 minutes ago 33.9MB [2020-07-29T04:39:56.021Z] docker-core-data-go latest 3784848afe7e 2 minutes ago 23.8MB [2020-07-29T04:39:56.021Z] docker-security-proxy-setup-go latest 097ec430ceb9 2 minutes ago 16.4MB [2020-07-29T04:39:56.021Z] docker-support-scheduler-go latest f6d62a82c298 2 minutes ago 13.1MB [2020-07-29T04:39:56.021Z] docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-07-29T04:39:56.439Z] + ls -al . [2020-07-29T04:39:56.439Z] total 596 [2020-07-29T04:39:56.439Z] drwxrwxr-x 10 1001 1001 4096 Jul 29 04:39 . [2020-07-29T04:39:56.439Z] drwxr-xr-x 4 root root 4096 Jul 29 04:37 .. [2020-07-29T04:39:56.439Z] -rw-rw-r-- 1 1001 1001 11 Jul 29 04:35 .dockerignore [2020-07-29T04:39:56.439Z] drwxrwxr-x 8 1001 1001 4096 Jul 29 04:35 .git [2020-07-29T04:39:56.439Z] drwxrwxr-x 3 1001 1001 4096 Jul 29 04:35 .github [2020-07-29T04:39:56.439Z] -rw-rw-r-- 1 1001 1001 924 Jul 29 04:35 .gitignore [2020-07-29T04:39:56.439Z] drwxrwxr-x 3 1001 1001 4096 Jul 29 04:35 .semver [2020-07-29T04:39:56.439Z] -rw-rw-r-- 1 1001 1001 178 Jul 29 04:35 .sonarcloud.properties [2020-07-29T04:39:56.439Z] -rw-rw-r-- 1 1001 1001 3804 Jul 29 04:35 CONTRIBUTING.md [2020-07-29T04:39:56.439Z] -rw-rw-r-- 1 1001 1001 1035 Jul 29 04:35 Dockerfile.build [2020-07-29T04:39:56.439Z] -rw-rw-r-- 1 1001 1001 911 Jul 29 04:35 Jenkinsfile [2020-07-29T04:39:56.439Z] -rw-rw-r-- 1 1001 1001 10775 Jul 29 04:35 LICENSE [2020-07-29T04:39:56.439Z] -rw-rw-r-- 1 1001 1001 6417 Jul 29 04:35 Makefile [2020-07-29T04:39:56.439Z] -rw-rw-r-- 1 1001 1001 5652 Jul 29 04:35 README.md [2020-07-29T04:39:56.439Z] -rw-rw-r-- 1 1001 1001 7111 Jul 29 04:35 SECURITY.md [2020-07-29T04:39:56.439Z] -rw-rw-r-- 1 1001 1001 5 Jul 29 04:32 VERSION [2020-07-29T04:39:56.439Z] -rw-rw-r-- 1 1001 1001 4131 Jul 29 04:35 ZMQWindows.md [2020-07-29T04:39:56.439Z] drwxrwxr-x 4 1001 1001 4096 Jul 29 04:35 api [2020-07-29T04:39:56.439Z] drwxrwxr-x 2 1001 1001 4096 Jul 29 04:35 bin [2020-07-29T04:39:56.439Z] drwxrwxr-x 15 1001 1001 4096 Jul 29 04:35 cmd [2020-07-29T04:39:56.439Z] -rw-r--r-- 1 root root 465277 Jul 29 04:39 coverage.out [2020-07-29T04:39:56.439Z] -rw-r--r-- 1 root root 1075 Jul 29 04:39 go.mod [2020-07-29T04:39:56.439Z] -rw-r--r-- 1 root root 18146 Jul 29 04:39 go.sum [2020-07-29T04:39:56.439Z] drwxrwxr-x 8 1001 1001 4096 Jul 29 04:35 internal [2020-07-29T04:39:56.439Z] drwxrwxr-x 4 1001 1001 4096 Jul 29 04:35 snap [2020-07-29T04:39:56.439Z] -rw-rw-r-- 1 1001 1001 168 Jul 29 04:35 version.go [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] } [2020-07-29T04:39:57.141Z] + '[' -e coverage.out ] [2020-07-29T04:39:57.142Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-29T04:39:57.217Z] Warning: overwriting stash ‘coverage-report’ [2020-07-29T04:39:58.359Z] Stashed 1 file(s) [Pipeline] sh [2020-07-29T04:39:59.044Z] + make build [2020-07-29T04:39:59.044Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-29T04:40:21.406Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-29T04:40:28.116Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-29T04:40:32.408Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-29T04:40:37.794Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-29T04:40:44.483Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-29T04:40:45.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-29T04:40:50.839Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-29T04:40:55.133Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-29T04:40:59.426Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-29T04:41:03.716Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-29T04:41:07.080Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-29T04:41:12.462Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-07-29T04:41:15.845Z] $ docker stop --time=1 ef4cf47580e7448994fac26ae220c63dae2cdce8ad295de9df1a34b94780083f [2020-07-29T04:41:18.303Z] $ docker rm -f ef4cf47580e7448994fac26ae220c63dae2cdce8ad295de9df1a34b94780083f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:41:19.757Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T04:41:19.758Z] [2020-07-29T04:41:19.758Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:41:20.128Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T04:41:20.128Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-29T04:41:20.128Z] 29e5d40040c1: Pulling fs layer [2020-07-29T04:41:20.128Z] 1ce36da41761: Pulling fs layer [2020-07-29T04:41:20.128Z] 25b303627fd3: Pulling fs layer [2020-07-29T04:41:20.401Z] 29e5d40040c1: Verifying Checksum [2020-07-29T04:41:20.401Z] 29e5d40040c1: Download complete [2020-07-29T04:41:20.675Z] 1ce36da41761: Verifying Checksum [2020-07-29T04:41:20.675Z] 1ce36da41761: Download complete [2020-07-29T04:41:20.945Z] 29e5d40040c1: Pull complete [2020-07-29T04:41:22.371Z] 1ce36da41761: Pull complete [2020-07-29T04:41:22.371Z] 25b303627fd3: Verifying Checksum [2020-07-29T04:41:22.371Z] 25b303627fd3: Download complete [2020-07-29T04:41:32.495Z] 25b303627fd3: Pull complete [2020-07-29T04:41:32.495Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-29T04:41:32.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T04:41:32.495Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-29T04:41:32.722Z] prd-ubuntu18.04-docker-arm64-4c-16g-1389 does not seem to be running inside a container [2020-07-29T04:41:32.794Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-29T04:41:36.237Z] $ docker top 54bc908fa3d963b8af28e02918077cda967420e59f220e8dc4902f64d9a3c4b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T04:41:37.609Z] + grep parallel [2020-07-29T04:41:37.610Z] + docker-compose build --help [2020-07-29T04:41:40.969Z] --parallel Build images in parallel. [Pipeline] } [2020-07-29T04:41:41.252Z] $ docker stop --time=1 54bc908fa3d963b8af28e02918077cda967420e59f220e8dc4902f64d9a3c4b0 [2020-07-29T04:41:43.105Z] $ docker rm -f 54bc908fa3d963b8af28e02918077cda967420e59f220e8dc4902f64d9a3c4b0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:41:43.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T04:41:43.865Z] . [Pipeline] withDockerContainer [2020-07-29T04:41:44.124Z] prd-ubuntu18.04-docker-arm64-4c-16g-1389 does not seem to be running inside a container [2020-07-29T04:41:44.194Z] $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-29T04:41:45.590Z] $ docker top 2c0b40181ba3a06ab36dce8a43c7097cebb7417f119946e7704dc1b7d08bebf7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T04:41:46.574Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-29T04:41:50.851Z] Building docker-core-command-go ... [2020-07-29T04:41:50.851Z] Building docker-core-data-go ... [2020-07-29T04:41:50.851Z] Building docker-core-metadata-go ... [2020-07-29T04:41:50.851Z] Building docker-security-proxy-setup-go ... [2020-07-29T04:41:50.851Z] Building docker-security-secrets-setup-go ... [2020-07-29T04:41:50.851Z] Building docker-security-secretstore-setup-go ... [2020-07-29T04:41:50.851Z] Building docker-support-logging-go ... [2020-07-29T04:41:50.851Z] Building docker-support-notifications-go ... [2020-07-29T04:41:50.851Z] Building docker-support-scheduler-go ... [2020-07-29T04:41:50.851Z] Building docker-sys-mgmt-agent-go ... [2020-07-29T04:41:50.851Z] Building docker-support-notifications-go [2020-07-29T04:41:50.851Z] Building docker-core-metadata-go [2020-07-29T04:41:50.851Z] Building docker-security-proxy-setup-go [2020-07-29T04:41:50.851Z] Building docker-sys-mgmt-agent-go [2020-07-29T04:41:50.851Z] Building docker-security-secrets-setup-go [2020-07-29T04:43:42.640Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:43:42.640Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:43:42.640Z] ---> 6c77dad67f5a [2020-07-29T04:43:42.640Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T04:43:42.640Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:43:42.640Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-29T04:43:42.640Z] ---> 6c77dad67f5a [2020-07-29T04:43:42.640Z] Step 3/29 : WORKDIR /edgex-go [2020-07-29T04:43:42.640Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:43:42.640Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:43:42.640Z] ---> 6c77dad67f5a [2020-07-29T04:43:42.640Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T04:43:42.640Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:43:42.640Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:43:42.640Z] ---> 6c77dad67f5a [2020-07-29T04:43:42.640Z] Step 3/23 : WORKDIR /edgex-go [2020-07-29T04:43:42.640Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:43:42.640Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:43:42.640Z] ---> 6c77dad67f5a [2020-07-29T04:43:42.640Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T04:43:45.254Z] ---> Running in 1b41c3b983f2 [2020-07-29T04:43:45.254Z] ---> Running in c45710f8b02b [2020-07-29T04:43:45.254Z] ---> Running in e39688e5a34d [2020-07-29T04:43:45.254Z] ---> Running in 61e5562a0b65 [2020-07-29T04:43:45.254Z] ---> Running in e890b4ccdb26 [2020-07-29T04:43:45.850Z] Removing intermediate container 1b41c3b983f2 [2020-07-29T04:43:45.850Z] ---> c319643f5108 [2020-07-29T04:43:45.850Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:43:46.125Z] Removing intermediate container 61e5562a0b65 [2020-07-29T04:43:46.125Z] ---> 765993268288 [2020-07-29T04:43:46.125Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:43:46.125Z] Removing intermediate container c45710f8b02b [2020-07-29T04:43:46.125Z] ---> 8b6ee8ed8362 [2020-07-29T04:43:46.125Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:43:46.125Z] Removing intermediate container e890b4ccdb26 [2020-07-29T04:43:46.125Z] ---> 8a03cefdb438 [2020-07-29T04:43:46.125Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:43:46.125Z] Removing intermediate container e39688e5a34d [2020-07-29T04:43:46.125Z] ---> eb74faf46d03 [2020-07-29T04:43:46.125Z] Step 4/29 : RUN apk update && apk add make git [2020-07-29T04:43:46.125Z] ---> Running in 0be567d11570 [2020-07-29T04:43:46.125Z] ---> Running in 60d139cfb489 [2020-07-29T04:43:46.125Z] ---> Running in cd2b72ec88b9 [2020-07-29T04:43:46.404Z] ---> Running in ddfee24f5db1 [2020-07-29T04:43:46.404Z] ---> Running in 7bcb2bf57cf3 [2020-07-29T04:43:49.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:43:50.098Z] Removing intermediate container 0be567d11570 [2020-07-29T04:43:50.098Z] ---> a01023b890e7 [2020-07-29T04:43:50.098Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T04:43:50.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:43:50.372Z] ---> Running in 58157a530628 [2020-07-29T04:43:50.646Z] Removing intermediate container cd2b72ec88b9 [2020-07-29T04:43:50.646Z] ---> 62a68e22e62f [2020-07-29T04:43:50.646Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T04:43:50.928Z] ---> Running in 6f3c9046e707 [2020-07-29T04:43:50.928Z] Removing intermediate container 60d139cfb489 [2020-07-29T04:43:50.928Z] ---> b320646b1a31 [2020-07-29T04:43:50.928Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-29T04:43:51.204Z] Removing intermediate container 7bcb2bf57cf3 [2020-07-29T04:43:51.204Z] ---> 386a92d9116b [2020-07-29T04:43:51.204Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-29T04:43:51.204Z] ---> Running in 8b1a84fddd2c [2020-07-29T04:43:51.479Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:43:51.479Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:43:51.479Z] OK: 12620 distinct packages available [2020-07-29T04:43:51.479Z] ---> Running in 5192d00356b2 [2020-07-29T04:43:52.466Z] OK: 217 MiB in 51 packages [2020-07-29T04:43:52.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:43:53.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:43:53.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:43:53.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:43:53.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:43:53.892Z] Removing intermediate container ddfee24f5db1 [2020-07-29T04:43:53.892Z] ---> 5997dda8b197 [2020-07-29T04:43:53.892Z] Step 5/29 : COPY go.mod . [2020-07-29T04:43:54.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:43:54.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:43:54.764Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:43:54.764Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:43:54.764Z] OK: 12620 distinct packages available [2020-07-29T04:43:54.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:43:54.764Z] ---> c1ce2162fefb [2020-07-29T04:43:54.764Z] Step 6/29 : RUN go mod download [2020-07-29T04:43:55.049Z] ---> Running in 1f0a5ddd39df [2020-07-29T04:43:55.324Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:43:55.324Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:43:55.324Z] OK: 12620 distinct packages available [2020-07-29T04:43:55.609Z] OK: 217 MiB in 51 packages [2020-07-29T04:43:55.609Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:43:55.609Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:43:55.609Z] OK: 12620 distinct packages available [2020-07-29T04:43:55.886Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:43:55.886Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:43:55.886Z] OK: 12620 distinct packages available [2020-07-29T04:43:56.487Z] OK: 217 MiB in 51 packages [2020-07-29T04:43:56.759Z] OK: 217 MiB in 51 packages [2020-07-29T04:43:56.759Z] OK: 217 MiB in 51 packages [2020-07-29T04:43:57.358Z] Removing intermediate container 58157a530628 [2020-07-29T04:43:57.358Z] ---> 1768ff7d5f7b [2020-07-29T04:43:57.358Z] Step 6/21 : COPY go.mod . [2020-07-29T04:43:58.341Z] Removing intermediate container 6f3c9046e707 [2020-07-29T04:43:58.341Z] ---> 15f763d2acb1 [2020-07-29T04:43:58.341Z] Step 6/20 : COPY go.mod . [2020-07-29T04:43:58.617Z] Removing intermediate container 8b1a84fddd2c [2020-07-29T04:43:58.617Z] ---> 50a8ef221430 [2020-07-29T04:43:58.617Z] Step 6/23 : COPY go.mod . [2020-07-29T04:43:58.617Z] Removing intermediate container 5192d00356b2 [2020-07-29T04:43:58.617Z] ---> db2c7973f672 [2020-07-29T04:43:58.617Z] Step 6/26 : COPY go.mod . [2020-07-29T04:43:58.894Z] ---> 7bc31788b5a4 [2020-07-29T04:43:58.894Z] Step 7/21 : RUN go mod download [2020-07-29T04:43:58.894Z] ---> Running in 5a5ee37501a2 [2020-07-29T04:43:59.168Z] ---> b20e0cc2fc59 [2020-07-29T04:43:59.168Z] Step 7/20 : RUN go mod download [2020-07-29T04:43:59.440Z] ---> Running in f360c3e2c875 [2020-07-29T04:43:59.440Z] Removing intermediate container 1f0a5ddd39df [2020-07-29T04:43:59.440Z] ---> 33b4a8a5ca10 [2020-07-29T04:43:59.440Z] Step 7/29 : COPY . . [2020-07-29T04:43:59.709Z] ---> e2bd7333c5c0 [2020-07-29T04:43:59.709Z] Step 7/23 : RUN go mod download [2020-07-29T04:43:59.709Z] ---> 0b77e8466adc [2020-07-29T04:43:59.709Z] Step 7/26 : RUN go mod download [2020-07-29T04:43:59.983Z] ---> Running in 6def797ea9ed [2020-07-29T04:43:59.983Z] ---> Running in 048db891e7db [2020-07-29T04:44:05.404Z] Removing intermediate container 5a5ee37501a2 [2020-07-29T04:44:05.404Z] ---> fed6c93babaa [2020-07-29T04:44:05.404Z] Step 8/21 : COPY . . [2020-07-29T04:44:06.004Z] Removing intermediate container 6def797ea9ed [2020-07-29T04:44:06.004Z] ---> b2e34493d559 [2020-07-29T04:44:06.004Z] Step 8/23 : COPY . . [2020-07-29T04:44:06.277Z] Removing intermediate container 048db891e7db [2020-07-29T04:44:06.277Z] ---> 339c986116e3 [2020-07-29T04:44:06.277Z] Step 8/26 : COPY . . [2020-07-29T04:44:06.556Z] Removing intermediate container f360c3e2c875 [2020-07-29T04:44:06.556Z] ---> 1a4c2e262672 [2020-07-29T04:44:06.556Z] Step 8/20 : COPY . . [2020-07-29T04:44:38.904Z] ---> 1490de6783ca [2020-07-29T04:44:38.904Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-29T04:44:38.904Z] ---> 7f918deb2d95 [2020-07-29T04:44:38.904Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-29T04:44:38.904Z] ---> Running in 9a1b02c25642 [2020-07-29T04:44:38.904Z] ---> 266928720434 [2020-07-29T04:44:38.904Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-29T04:44:38.904Z] ---> 5d1ba9d41c9e [2020-07-29T04:44:38.904Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-29T04:44:38.904Z] ---> f27485d28be9 [2020-07-29T04:44:38.904Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-29T04:44:38.904Z] ---> Running in 109d66b47aeb [2020-07-29T04:44:38.904Z] ---> Running in 74c06df26354 [2020-07-29T04:44:38.904Z] ---> Running in 9da937f0253f [2020-07-29T04:44:38.904Z] ---> Running in f16b57418931 [2020-07-29T04:44:38.904Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-29T04:44:38.904Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-29T04:44:38.904Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-29T04:44:38.904Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-29T04:44:38.904Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-29T04:46:00.732Z] Removing intermediate container 9a1b02c25642 [2020-07-29T04:46:00.732Z] ---> 7e6f5b6b4e47 [2020-07-29T04:46:00.732Z] [2020-07-29T04:46:00.732Z] Step 9/29 : FROM alpine:latest [2020-07-29T04:46:00.732Z] latest: Pulling from library/alpine [2020-07-29T04:46:00.732Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-29T04:46:00.732Z] Status: Downloaded newer image for alpine:latest [2020-07-29T04:46:00.732Z] ---> 62ee0e9f8440 [2020-07-29T04:46:00.732Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-29T04:46:00.732Z] ---> Running in 74cbf76343f7 [2020-07-29T04:46:00.732Z] Removing intermediate container 74cbf76343f7 [2020-07-29T04:46:00.732Z] ---> 5092281ecf48 [2020-07-29T04:46:00.732Z] Step 11/29 : USER root [2020-07-29T04:46:00.732Z] ---> Running in 851999ebedb6 [2020-07-29T04:46:00.732Z] Removing intermediate container 851999ebedb6 [2020-07-29T04:46:00.732Z] ---> 49a29e192456 [2020-07-29T04:46:00.732Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-29T04:46:00.732Z] ---> Running in 5e38e5212c46 [2020-07-29T04:46:00.732Z] Removing intermediate container 9da937f0253f [2020-07-29T04:46:00.732Z] ---> ff50b1fbaab8 [2020-07-29T04:46:00.732Z] [2020-07-29T04:46:00.732Z] Step 10/20 : FROM alpine [2020-07-29T04:46:00.732Z] ---> 62ee0e9f8440 [2020-07-29T04:46:00.732Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-29T04:46:00.732Z] ---> Running in 699443a73bd2 [2020-07-29T04:46:02.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:46:02.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:46:02.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:46:02.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:46:03.045Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:46:03.045Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:46:03.045Z] OK: 12620 distinct packages available [2020-07-29T04:46:03.045Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:46:03.045Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:46:03.045Z] OK: 12620 distinct packages available [2020-07-29T04:46:03.646Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-29T04:46:03.646Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-29T04:46:03.923Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:46:03.923Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T04:46:03.923Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-29T04:46:03.923Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T04:46:04.297Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-29T04:46:04.297Z] (4/4) Installing curl (7.69.1-r0) [2020-07-29T04:46:04.297Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:46:04.297Z] OK: 6 MiB in 16 packages [2020-07-29T04:46:04.297Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T04:46:04.618Z] OK: 7 MiB in 18 packages [2020-07-29T04:46:08.130Z] Removing intermediate container 5e38e5212c46 [2020-07-29T04:46:08.130Z] ---> 8f35a96e19d5 [2020-07-29T04:46:08.130Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-29T04:46:08.130Z] ---> Running in 753747f441c5 [2020-07-29T04:46:08.130Z] Removing intermediate container 699443a73bd2 [2020-07-29T04:46:08.130Z] ---> 33607394c9f7 [2020-07-29T04:46:08.130Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T04:46:08.406Z] ---> Running in e67d9ac6be49 [2020-07-29T04:46:09.049Z] Removing intermediate container 753747f441c5 [2020-07-29T04:46:09.049Z] ---> ed7edf155e82 [2020-07-29T04:46:09.049Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-29T04:46:09.318Z] ---> Running in 228cc4be10ee [2020-07-29T04:46:09.318Z] Removing intermediate container e67d9ac6be49 [2020-07-29T04:46:09.318Z] ---> 946d6bdfa5ef [2020-07-29T04:46:09.318Z] Step 13/20 : WORKDIR /edgex [2020-07-29T04:46:09.911Z] ---> Running in e3160cc197a4 [2020-07-29T04:46:10.505Z] Removing intermediate container 228cc4be10ee [2020-07-29T04:46:10.505Z] ---> d54b4996c802 [2020-07-29T04:46:10.505Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-29T04:46:11.098Z] ---> Running in 6ffdd45b3ea6 [2020-07-29T04:46:11.098Z] Removing intermediate container e3160cc197a4 [2020-07-29T04:46:11.098Z] ---> f7f1d27c5705 [2020-07-29T04:46:11.098Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-29T04:46:13.725Z] ---> 5dcf465bd7d8 [2020-07-29T04:46:13.725Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-29T04:46:14.328Z] Removing intermediate container f16b57418931 [2020-07-29T04:46:14.328Z] ---> 836099f45143 [2020-07-29T04:46:14.328Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-29T04:46:14.933Z] ---> Running in d2cc2c75cd14 [2020-07-29T04:46:16.378Z] ---> 1892657aa2f7 [2020-07-29T04:46:16.378Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-29T04:46:16.378Z] Removing intermediate container 6ffdd45b3ea6 [2020-07-29T04:46:16.378Z] ---> b33183810ea7 [2020-07-29T04:46:16.378Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-29T04:46:16.378Z] ---> Running in f29ca22c503d [2020-07-29T04:46:17.357Z] Removing intermediate container f29ca22c503d [2020-07-29T04:46:17.357Z] ---> 4fdc6ce535bf [2020-07-29T04:46:17.357Z] Step 17/20 : CMD ["--init=true"] [2020-07-29T04:46:17.357Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-29T04:46:17.357Z] ---> Running in 195897e8178a [2020-07-29T04:46:17.956Z] ---> e0a799053c97 [2020-07-29T04:46:17.956Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-29T04:46:18.231Z] Removing intermediate container 195897e8178a [2020-07-29T04:46:18.231Z] ---> 936bac250d78 [2020-07-29T04:46:18.231Z] Step 18/20 : LABEL arch=arm64 [2020-07-29T04:46:18.503Z] ---> Running in b9840c4823b9 [2020-07-29T04:46:19.107Z] Removing intermediate container b9840c4823b9 [2020-07-29T04:46:19.107Z] ---> aae5d4e62451 [2020-07-29T04:46:19.107Z] Step 19/20 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 [2020-07-29T04:46:19.107Z] ---> c15a6dbd8487 [2020-07-29T04:46:19.107Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-29T04:46:19.382Z] ---> Running in 6ac2cfcccc84 [2020-07-29T04:46:19.991Z] Removing intermediate container 6ac2cfcccc84 [2020-07-29T04:46:19.991Z] ---> 9c5508ee1168 [2020-07-29T04:46:19.991Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T04:46:20.271Z] ---> Running in df2bd7e674eb [2020-07-29T04:46:20.271Z] ---> 292004e2a3f3 [2020-07-29T04:46:20.271Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-29T04:46:21.260Z] Removing intermediate container df2bd7e674eb [2020-07-29T04:46:21.260Z] ---> 53513a8b47d3 [2020-07-29T04:46:21.260Z] [2020-07-29T04:46:21.875Z] ---> 6b40a1cf250c [2020-07-29T04:46:21.875Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-29T04:46:21.875Z] Successfully built 53513a8b47d3 [2020-07-29T04:46:21.875Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-29T04:46:21.875Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2020-07-29T04:46:23.353Z] ---> 0eb38ab618c4 [2020-07-29T04:46:23.353Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-29T04:46:23.949Z] ---> Running in 4f6e4fb4715b [2020-07-29T04:46:23.949Z] Removing intermediate container d2cc2c75cd14 [2020-07-29T04:46:23.949Z] ---> 54207d269a53 [2020-07-29T04:46:23.949Z] [2020-07-29T04:46:23.949Z] Step 11/26 : FROM docker:latest [2020-07-29T04:46:23.949Z] ---> ce9d55ae87f1 [2020-07-29T04:46:23.949Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-29T04:46:25.380Z] ---> Running in cfbdb3806595 [2020-07-29T04:46:26.807Z] Removing intermediate container 109d66b47aeb [2020-07-29T04:46:26.807Z] ---> e03d86eb2526 [2020-07-29T04:46:26.807Z] [2020-07-29T04:46:26.807Z] Step 10/23 : FROM scratch [2020-07-29T04:46:26.807Z] ---> [2020-07-29T04:46:26.807Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T04:46:27.417Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:46:27.417Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:46:27.688Z] ---> Running in 7c7a60ff73aa [2020-07-29T04:46:27.972Z] (1/2) Installing readline (8.0.4-r0) [2020-07-29T04:46:27.972Z] (2/2) Installing bash (5.0.17-r0) [2020-07-29T04:46:27.972Z] Executing bash-5.0.17-r0.post-install [2020-07-29T04:46:27.972Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:46:27.972Z] OK: 12 MiB in 22 packages [2020-07-29T04:46:28.572Z] Removing intermediate container 7c7a60ff73aa [2020-07-29T04:46:28.572Z] ---> b24f928edb8f [2020-07-29T04:46:28.572Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-29T04:46:28.872Z] ---> Running in 6ab8943a599d [2020-07-29T04:46:28.872Z] Removing intermediate container 4f6e4fb4715b [2020-07-29T04:46:28.872Z] ---> 0a175e3209aa [2020-07-29T04:46:28.872Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T04:46:29.856Z] Removing intermediate container 6ab8943a599d [2020-07-29T04:46:29.856Z] ---> e2cb4770c70b [2020-07-29T04:46:29.856Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-29T04:46:30.447Z] ---> Running in eb8ebbe35d9d [2020-07-29T04:46:30.448Z] ---> 0288d50b674f [2020-07-29T04:46:30.448Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T04:46:30.724Z] Removing intermediate container cfbdb3806595 [2020-07-29T04:46:30.724Z] ---> 6d469756565d [2020-07-29T04:46:30.724Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-29T04:46:30.996Z] ---> Running in fc4ce3071db5 [2020-07-29T04:46:30.996Z] ---> Running in 1a3ef7d3898a [2020-07-29T04:46:31.267Z] Removing intermediate container eb8ebbe35d9d [2020-07-29T04:46:31.267Z] ---> 4e6444c84fde [2020-07-29T04:46:31.267Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-29T04:46:32.244Z] Removing intermediate container 74c06df26354 [2020-07-29T04:46:32.244Z] ---> 0340e5ac6108 [2020-07-29T04:46:32.244Z] [2020-07-29T04:46:32.244Z] Step 10/21 : FROM scratch [2020-07-29T04:46:32.244Z] ---> [2020-07-29T04:46:32.244Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:46:32.244Z] ---> 1202151e6eab [2020-07-29T04:46:32.244Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-29T04:46:32.244Z] ---> Running in e38adfd3194a [2020-07-29T04:46:33.219Z] Removing intermediate container e38adfd3194a [2020-07-29T04:46:33.219Z] ---> 3e38c1b58ce6 [2020-07-29T04:46:33.219Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-29T04:46:33.493Z] ---> Running in 8f85a6a403b6 [2020-07-29T04:46:34.484Z] ---> d8ab74b608db [2020-07-29T04:46:34.484Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-29T04:46:34.484Z] Removing intermediate container 8f85a6a403b6 [2020-07-29T04:46:34.484Z] ---> 0b41013038be [2020-07-29T04:46:34.484Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T04:46:34.760Z] ---> Running in c6a54e34af61 [2020-07-29T04:46:35.740Z] Removing intermediate container c6a54e34af61 [2020-07-29T04:46:35.740Z] ---> 0116fad00874 [2020-07-29T04:46:35.740Z] Step 14/21 : WORKDIR / [2020-07-29T04:46:35.740Z] Removing intermediate container fc4ce3071db5 [2020-07-29T04:46:35.740Z] ---> 4f7f2b942d01 [2020-07-29T04:46:35.740Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-29T04:46:35.740Z] Removing intermediate container 1a3ef7d3898a [2020-07-29T04:46:35.740Z] ---> e7f542990342 [2020-07-29T04:46:35.740Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-29T04:46:36.017Z] ---> Running in be4345dcfa7c [2020-07-29T04:46:36.017Z] ---> Running in 78d0a34b9638 [2020-07-29T04:46:36.017Z] ---> Running in 07d10aeb196b [2020-07-29T04:46:36.290Z] ---> 637c18976033 [2020-07-29T04:46:36.290Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-29T04:46:36.908Z] Removing intermediate container 78d0a34b9638 [2020-07-29T04:46:36.908Z] ---> 061e8f196960 [2020-07-29T04:46:36.908Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-29T04:46:36.908Z] Removing intermediate container be4345dcfa7c [2020-07-29T04:46:36.908Z] ---> ed168e76a32b [2020-07-29T04:46:36.908Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-29T04:46:37.179Z] ---> Running in e78c820d419d [2020-07-29T04:46:37.457Z] ---> 3f55c5e6a80b [2020-07-29T04:46:37.457Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-29T04:46:37.733Z] Removing intermediate container e78c820d419d [2020-07-29T04:46:37.733Z] ---> 5ab1581c780c [2020-07-29T04:46:37.733Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-29T04:46:38.026Z] ---> d7521e986fda [2020-07-29T04:46:38.026Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-29T04:46:38.026Z] ---> Running in a6c24f938185 [2020-07-29T04:46:39.021Z] Removing intermediate container a6c24f938185 [2020-07-29T04:46:39.021Z] ---> 48e8e914b6aa [2020-07-29T04:46:39.021Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-29T04:46:40.001Z] ---> 85def9d1a288 [2020-07-29T04:46:40.001Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-29T04:46:40.604Z] Removing intermediate container 07d10aeb196b [2020-07-29T04:46:40.604Z] ---> 0daa22c34ed7 [2020-07-29T04:46:40.604Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T04:46:40.604Z] ---> 5c130be6f933 [2020-07-29T04:46:40.604Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-29T04:46:40.876Z] ---> fe5efd49ce85 [2020-07-29T04:46:40.876Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-29T04:46:40.876Z] ---> Running in 76dfa12d3c70 [2020-07-29T04:46:40.876Z] ---> 9ba9b11c4eb7 [2020-07-29T04:46:40.876Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:46:41.154Z] ---> Running in 5e89ed4093f8 [2020-07-29T04:46:41.426Z] Removing intermediate container 76dfa12d3c70 [2020-07-29T04:46:41.426Z] ---> 82f7301fe4fe [2020-07-29T04:46:41.426Z] Step 26/29 : CMD [ "generate" ] [2020-07-29T04:46:42.020Z] ---> 97229f6973be [2020-07-29T04:46:42.020Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:46:42.020Z] ---> Running in 498ec49b9134 [2020-07-29T04:46:42.289Z] Removing intermediate container 5e89ed4093f8 [2020-07-29T04:46:42.289Z] ---> b90243ebeb3b [2020-07-29T04:46:42.289Z] Step 21/23 : LABEL arch=arm64 [2020-07-29T04:46:42.289Z] ---> af5a6858d863 [2020-07-29T04:46:42.289Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-29T04:46:42.289Z] ---> Running in 2a4f89bf023f [2020-07-29T04:46:42.289Z] ---> Running in 54e726d71829 [2020-07-29T04:46:42.581Z] Removing intermediate container 498ec49b9134 [2020-07-29T04:46:42.581Z] ---> 6e5e0f7f7b32 [2020-07-29T04:46:42.581Z] Step 27/29 : LABEL arch=arm64 [2020-07-29T04:46:43.174Z] ---> Running in 682914fc5168 [2020-07-29T04:46:43.174Z] Removing intermediate container 2a4f89bf023f [2020-07-29T04:46:43.174Z] ---> 6ba009ba8964 [2020-07-29T04:46:43.174Z] Step 19/21 : LABEL arch=arm64 [2020-07-29T04:46:43.174Z] Removing intermediate container 54e726d71829 [2020-07-29T04:46:43.174Z] ---> 9ddae27a39ab [2020-07-29T04:46:43.174Z] Step 22/23 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 [2020-07-29T04:46:43.443Z] ---> Running in 462a3d51064b [2020-07-29T04:46:43.443Z] ---> 5bcd8306d4f0 [2020-07-29T04:46:43.443Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-29T04:46:43.722Z] ---> Running in 2ef2f4aab83c [2020-07-29T04:46:43.722Z] Removing intermediate container 682914fc5168 [2020-07-29T04:46:43.722Z] ---> ecc9b3b714d2 [2020-07-29T04:46:43.722Z] Step 28/29 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 [2020-07-29T04:46:43.994Z] ---> Running in 53f681c4692a [2020-07-29T04:46:43.994Z] ---> Running in eb3fa6544511 [2020-07-29T04:46:44.265Z] Removing intermediate container 462a3d51064b [2020-07-29T04:46:44.265Z] ---> aa843da15672 [2020-07-29T04:46:44.265Z] Step 20/21 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 [2020-07-29T04:46:44.540Z] Removing intermediate container 2ef2f4aab83c [2020-07-29T04:46:44.540Z] ---> 7aeaf785d576 [2020-07-29T04:46:44.540Z] Step 23/23 : LABEL version=0.0.0 [2020-07-29T04:46:44.540Z] ---> Running in 96e8a91b5a3a [2020-07-29T04:46:44.819Z] ---> Running in 0fb915af1b0e [2020-07-29T04:46:44.819Z] Removing intermediate container eb3fa6544511 [2020-07-29T04:46:44.819Z] ---> d518fcb92d03 [2020-07-29T04:46:44.819Z] Step 29/29 : LABEL version=0.0.0 [2020-07-29T04:46:45.098Z] ---> Running in bc448ddd535a [2020-07-29T04:46:45.098Z] Removing intermediate container 96e8a91b5a3a [2020-07-29T04:46:45.098Z] ---> f3d493764491 [2020-07-29T04:46:45.098Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T04:46:45.372Z] Removing intermediate container 0fb915af1b0e [2020-07-29T04:46:45.372Z] ---> 920b1fda7d3e [2020-07-29T04:46:45.372Z] [2020-07-29T04:46:45.644Z] ---> Running in a8ecda49df57 [2020-07-29T04:46:45.644Z] Removing intermediate container bc448ddd535a [2020-07-29T04:46:45.644Z] ---> c5b7fad4a4bf [2020-07-29T04:46:45.644Z] [2020-07-29T04:46:45.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:46:45.922Z] Successfully built 920b1fda7d3e [2020-07-29T04:46:45.922Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-29T04:46:45.922Z]  Building docker-support-notifications-go ... done Building docker-support-logging-go [2020-07-29T04:46:46.199Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:46:46.199Z] Removing intermediate container a8ecda49df57 [2020-07-29T04:46:46.199Z] ---> ff1ef27d17ed [2020-07-29T04:46:46.199Z] [2020-07-29T04:46:46.480Z] Successfully built c5b7fad4a4bf [2020-07-29T04:46:46.480Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-29T04:46:46.480Z]  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go [2020-07-29T04:46:46.480Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-29T04:46:46.480Z] (2/33) Installing expat (2.2.9-r1) [2020-07-29T04:46:46.480Z] (3/33) Installing libffi (3.3-r2) [2020-07-29T04:46:46.480Z] (4/33) Installing gdbm (1.13-r1) [2020-07-29T04:46:46.480Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-29T04:46:46.480Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-29T04:46:46.480Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-29T04:46:46.771Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:46:46.771Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:46:46.771Z] ---> 6c77dad67f5a [2020-07-29T04:46:46.771Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T04:46:46.771Z] ---> Using cache [2020-07-29T04:46:46.771Z] ---> 8a03cefdb438 [2020-07-29T04:46:46.771Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:46:46.771Z] ---> Using cache [2020-07-29T04:46:46.771Z] ---> 386a92d9116b [2020-07-29T04:46:46.771Z] Step 5/26 : RUN apk update && apk add make git [2020-07-29T04:46:47.046Z] Successfully built ff1ef27d17ed [2020-07-29T04:46:47.046Z] ---> Running in 67d29e2bc93e [2020-07-29T04:46:47.046Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-29T04:46:47.046Z] Building docker-core-command-go [2020-07-29T04:46:48.479Z]  Building docker-core-metadata-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-29T04:46:48.479Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-29T04:46:48.479Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-29T04:46:48.479Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-29T04:46:48.479Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-29T04:46:48.479Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-29T04:46:48.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:46:48.479Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-29T04:46:48.479Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-29T04:46:48.479Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-29T04:46:48.748Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-29T04:46:48.748Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-29T04:46:48.748Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-29T04:46:48.748Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-29T04:46:48.748Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-29T04:46:48.748Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-29T04:46:48.748Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-29T04:46:48.748Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-29T04:46:48.748Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-29T04:46:48.748Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-29T04:46:48.748Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-29T04:46:48.748Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-29T04:46:48.748Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-29T04:46:49.019Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-29T04:46:49.019Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-29T04:46:49.019Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-29T04:46:49.019Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-29T04:46:49.019Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:46:49.019Z] OK: 71 MiB in 55 packages [2020-07-29T04:46:49.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:46:50.274Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:46:50.274Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:46:50.274Z] OK: 12620 distinct packages available [2020-07-29T04:46:51.256Z] OK: 217 MiB in 51 packages [2020-07-29T04:46:54.636Z] Removing intermediate container 67d29e2bc93e [2020-07-29T04:46:54.636Z] ---> 151b89ea4a59 [2020-07-29T04:46:54.636Z] Step 6/26 : COPY go.mod . [2020-07-29T04:46:56.076Z] ---> ac026665a8c6 [2020-07-29T04:46:56.076Z] Step 7/26 : RUN go mod download [2020-07-29T04:46:56.676Z] ---> Running in a6191fe3f33d [2020-07-29T04:46:57.654Z] Removing intermediate container 53f681c4692a [2020-07-29T04:46:57.654Z] ---> 633e77e8d514 [2020-07-29T04:46:57.654Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-29T04:46:58.261Z] ---> Running in 314f4f1c1334 [2020-07-29T04:47:01.672Z] Removing intermediate container a6191fe3f33d [2020-07-29T04:47:01.672Z] ---> 71cd35311113 [2020-07-29T04:47:01.672Z] Step 8/26 : COPY . . [2020-07-29T04:47:05.052Z] Collecting docker-compose==1.23.2 [2020-07-29T04:47:05.052Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-29T04:47:05.326Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-07-29T04:47:05.601Z] Collecting docopt<0.7,>=0.6.1 [2020-07-29T04:47:05.601Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-29T04:47:08.228Z] Collecting cached-property<2,>=1.2.0 [2020-07-29T04:47:08.228Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-29T04:47:09.205Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-29T04:47:09.205Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-29T04:47:10.185Z] Collecting docker<4.0,>=3.6.0 [2020-07-29T04:47:10.186Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-29T04:47:11.159Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-29T04:47:11.159Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-29T04:47:13.782Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-29T04:47:13.782Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-29T04:47:14.055Z] Collecting texttable<0.10,>=0.9.0 [2020-07-29T04:47:14.055Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-29T04:47:16.681Z] Collecting jsonschema<3,>=2.5.1 [2020-07-29T04:47:16.681Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-29T04:47:17.662Z] Collecting PyYAML<4,>=3.10 [2020-07-29T04:47:17.662Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-29T04:47:23.083Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-29T04:47:23.083Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-29T04:47:24.062Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-07-29T04:47:25.496Z] Collecting idna<2.8,>=2.5 [2020-07-29T04:47:25.496Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-29T04:47:26.096Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-07-29T04:47:26.370Z] Collecting docker-pycreds>=0.4.0 [2020-07-29T04:47:26.370Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-29T04:47:26.648Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-29T04:47:26.648Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-29T04:47:26.648Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-29T04:47:26.649Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-29T04:47:26.924Z] ---> 35e3a9d7c226 [2020-07-29T04:47:26.924Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-07-29T04:47:27.916Z] Installing collected packages: docopt, cached-property, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, texttable, jsonschema, PyYAML, docker-compose [2020-07-29T04:47:27.916Z] Running setup.py install for docopt: started [2020-07-29T04:47:27.916Z] ---> Running in ece78d6c52a1 [2020-07-29T04:47:29.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-29T04:47:30.501Z] Running setup.py install for docopt: finished with status 'done' [2020-07-29T04:47:30.501Z] Attempting uninstall: urllib3 [2020-07-29T04:47:30.501Z] Found existing installation: urllib3 1.25.9 [2020-07-29T04:47:30.501Z] Uninstalling urllib3-1.25.9: [2020-07-29T04:47:30.775Z] Successfully uninstalled urllib3-1.25.9 [2020-07-29T04:47:31.371Z] Attempting uninstall: idna [2020-07-29T04:47:31.371Z] Found existing installation: idna 2.9 [2020-07-29T04:47:31.371Z] Uninstalling idna-2.9: [2020-07-29T04:47:31.646Z] Successfully uninstalled idna-2.9 [2020-07-29T04:47:32.245Z] Attempting uninstall: requests [2020-07-29T04:47:32.245Z] Found existing installation: requests 2.23.0 [2020-07-29T04:47:32.245Z] Uninstalling requests-2.23.0: [2020-07-29T04:47:32.519Z] Successfully uninstalled requests-2.23.0 [2020-07-29T04:47:34.505Z] Running setup.py install for dockerpty: started [2020-07-29T04:47:36.487Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:47:36.487Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:47:36.487Z] ---> 6c77dad67f5a [2020-07-29T04:47:36.487Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T04:47:36.487Z] ---> Using cache [2020-07-29T04:47:36.487Z] ---> 8a03cefdb438 [2020-07-29T04:47:36.487Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:47:36.487Z] ---> Using cache [2020-07-29T04:47:36.487Z] ---> 386a92d9116b [2020-07-29T04:47:36.487Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T04:47:36.487Z] ---> Using cache [2020-07-29T04:47:36.487Z] ---> 151b89ea4a59 [2020-07-29T04:47:36.487Z] Step 6/21 : COPY go.mod . [2020-07-29T04:47:36.487Z] ---> Using cache [2020-07-29T04:47:36.487Z] ---> ac026665a8c6 [2020-07-29T04:47:36.487Z] Step 7/21 : RUN go mod download [2020-07-29T04:47:36.487Z] ---> Using cache [2020-07-29T04:47:36.487Z] ---> 71cd35311113 [2020-07-29T04:47:36.487Z] Step 8/21 : COPY . . [2020-07-29T04:47:36.487Z] ---> Using cache [2020-07-29T04:47:36.487Z] ---> 35e3a9d7c226 [2020-07-29T04:47:36.487Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-29T04:47:36.487Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:47:36.487Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:47:36.487Z] ---> 6c77dad67f5a [2020-07-29T04:47:36.487Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T04:47:36.487Z] ---> Using cache [2020-07-29T04:47:36.487Z] ---> 8a03cefdb438 [2020-07-29T04:47:36.487Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:47:36.487Z] ---> Using cache [2020-07-29T04:47:36.487Z] ---> 386a92d9116b [2020-07-29T04:47:36.487Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T04:47:36.487Z] ---> Using cache [2020-07-29T04:47:36.487Z] ---> 151b89ea4a59 [2020-07-29T04:47:36.487Z] Step 6/20 : COPY go.mod . [2020-07-29T04:47:36.487Z] ---> Using cache [2020-07-29T04:47:36.487Z] ---> ac026665a8c6 [2020-07-29T04:47:36.487Z] Step 7/20 : RUN go mod download [2020-07-29T04:47:36.487Z] ---> Using cache [2020-07-29T04:47:36.487Z] ---> 71cd35311113 [2020-07-29T04:47:36.487Z] Step 8/20 : COPY . . [2020-07-29T04:47:36.487Z] ---> Using cache [2020-07-29T04:47:36.487Z] ---> 35e3a9d7c226 [2020-07-29T04:47:36.487Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-29T04:47:37.089Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:47:37.089Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:47:37.089Z] ---> 6c77dad67f5a [2020-07-29T04:47:37.089Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T04:47:37.089Z] ---> Using cache [2020-07-29T04:47:37.089Z] ---> 8a03cefdb438 [2020-07-29T04:47:37.089Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:47:37.089Z] ---> Using cache [2020-07-29T04:47:37.089Z] ---> 386a92d9116b [2020-07-29T04:47:37.089Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-29T04:47:37.369Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-29T04:47:37.653Z] Running setup.py install for texttable: started [2020-07-29T04:47:37.937Z] ---> Running in 116a2871a769 [2020-07-29T04:47:37.937Z] ---> Running in db549dc74d3a [2020-07-29T04:47:37.937Z] ---> Running in cc64044378f5 [2020-07-29T04:47:40.557Z] Running setup.py install for texttable: finished with status 'done' [2020-07-29T04:47:40.828Z] Running setup.py install for PyYAML: started [2020-07-29T04:47:41.098Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-29T04:47:41.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:47:41.368Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-29T04:47:42.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:47:43.335Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:47:43.335Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:47:43.335Z] OK: 12620 distinct packages available [2020-07-29T04:47:44.323Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-29T04:47:44.600Z] OK: 217 MiB in 51 packages [2020-07-29T04:47:45.586Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-07-29T04:47:45.586Z] OK: 217 MiB in 51 packages [2020-07-29T04:47:47.586Z] Removing intermediate container cc64044378f5 [2020-07-29T04:47:47.586Z] ---> 8c2dbdfe18da [2020-07-29T04:47:47.586Z] Step 6/21 : COPY go.mod . [2020-07-29T04:47:48.568Z] ---> 385714f1c481 [2020-07-29T04:47:48.568Z] Step 7/21 : RUN go mod download [2020-07-29T04:47:48.845Z] ---> Running in d907fe98da4f [2020-07-29T04:47:52.246Z] Removing intermediate container 314f4f1c1334 [2020-07-29T04:47:52.246Z] ---> 12e17a97da65 [2020-07-29T04:47:52.246Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-29T04:47:52.246Z] ---> Running in b765baaf6e9a [2020-07-29T04:47:54.882Z] Removing intermediate container d907fe98da4f [2020-07-29T04:47:54.882Z] ---> 5e1026592be6 [2020-07-29T04:47:54.882Z] Step 8/21 : COPY . . [2020-07-29T04:47:54.882Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:47:55.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:47:55.755Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T04:47:55.755Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-29T04:47:56.034Z] (3/3) Installing curl (7.69.1-r0) [2020-07-29T04:47:56.034Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:47:56.034Z] OK: 71 MiB in 58 packages [2020-07-29T04:47:59.434Z] Removing intermediate container b765baaf6e9a [2020-07-29T04:47:59.434Z] ---> df2f98c5d3de [2020-07-29T04:47:59.434Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:48:00.420Z] ---> Running in 08377fc0fdfb [2020-07-29T04:48:01.443Z] Removing intermediate container 08377fc0fdfb [2020-07-29T04:48:01.444Z] ---> c37286b3d290 [2020-07-29T04:48:01.444Z] Step 24/26 : LABEL arch=arm64 [2020-07-29T04:48:02.468Z] ---> Running in 61994f0305ac [2020-07-29T04:48:03.935Z] Removing intermediate container 61994f0305ac [2020-07-29T04:48:03.935Z] ---> 61c88a5c23a0 [2020-07-29T04:48:03.935Z] Step 25/26 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 [2020-07-29T04:48:03.935Z] ---> Running in 46f69457e81c [2020-07-29T04:48:04.942Z] Removing intermediate container 46f69457e81c [2020-07-29T04:48:04.942Z] ---> 6447ca585841 [2020-07-29T04:48:04.942Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T04:48:05.571Z] ---> Running in 30e025280e9e [2020-07-29T04:48:07.036Z] Removing intermediate container 30e025280e9e [2020-07-29T04:48:07.036Z] ---> 13fedaf3babb [2020-07-29T04:48:07.036Z] [2020-07-29T04:48:07.642Z] Successfully built 13fedaf3babb [2020-07-29T04:48:07.642Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-29T04:48:07.642Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-data-go [2020-07-29T04:48:23.100Z] ---> 739383c646db [2020-07-29T04:48:23.100Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-29T04:48:23.100Z] ---> Running in 44bcae0368a0 [2020-07-29T04:48:25.730Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-29T04:48:38.191Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:48:38.191Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:48:38.191Z] ---> 6c77dad67f5a [2020-07-29T04:48:38.191Z] Step 3/22 : WORKDIR /edgex-go [2020-07-29T04:48:38.191Z] ---> Using cache [2020-07-29T04:48:38.191Z] ---> 8a03cefdb438 [2020-07-29T04:48:38.191Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:48:38.191Z] ---> Using cache [2020-07-29T04:48:38.191Z] ---> 386a92d9116b [2020-07-29T04:48:38.191Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-29T04:48:39.173Z] ---> Running in 109dfe0dc887 [2020-07-29T04:48:41.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:48:42.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:48:43.754Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:48:43.754Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:48:43.754Z] OK: 12620 distinct packages available [2020-07-29T04:48:44.737Z] OK: 217 MiB in 51 packages [2020-07-29T04:48:45.347Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-29T04:48:47.355Z] Removing intermediate container 109dfe0dc887 [2020-07-29T04:48:47.355Z] ---> d6627903c638 [2020-07-29T04:48:47.355Z] Step 6/22 : COPY go.mod . [2020-07-29T04:48:47.958Z] ---> c7335f3300fb [2020-07-29T04:48:47.958Z] Step 7/22 : RUN go mod download [2020-07-29T04:48:48.236Z] ---> Running in a6d0382669d4 [2020-07-29T04:48:54.985Z] Removing intermediate container a6d0382669d4 [2020-07-29T04:48:54.985Z] ---> 1b33890bf3d2 [2020-07-29T04:48:54.985Z] Step 8/22 : COPY . . [2020-07-29T04:49:01.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-29T04:49:20.088Z] ---> 0c2a4effc442 [2020-07-29T04:49:20.088Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-29T04:49:20.088Z] ---> Running in 53c0792a8f39 [2020-07-29T04:49:21.069Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-29T04:49:21.344Z] Removing intermediate container ece78d6c52a1 [2020-07-29T04:49:21.344Z] ---> ac539507c5ed [2020-07-29T04:49:21.344Z] [2020-07-29T04:49:21.344Z] Step 10/26 : FROM alpine:3.10 [2020-07-29T04:49:21.622Z] 3.10: Pulling from library/alpine [2020-07-29T04:49:23.057Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-29T04:49:23.057Z] Status: Downloaded newer image for alpine:3.10 [2020-07-29T04:49:23.057Z] ---> 536a684cf733 [2020-07-29T04:49:23.057Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-29T04:49:23.328Z] ---> Running in b6de559c3fea [2020-07-29T04:49:25.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:49:26.243Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:49:26.843Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-29T04:49:26.843Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-29T04:49:26.843Z] OK: 10167 distinct packages available [2020-07-29T04:49:27.827Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-29T04:49:27.827Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-29T04:49:27.827Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-29T04:49:27.827Z] (4/5) Installing curl (7.66.0-r0) [2020-07-29T04:49:27.827Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-29T04:49:27.827Z] Executing busybox-1.30.1-r3.trigger [2020-07-29T04:49:27.827Z] Executing ca-certificates-20191127-r2.trigger [2020-07-29T04:49:28.102Z] OK: 7 MiB in 19 packages [2020-07-29T04:49:30.718Z] Removing intermediate container b6de559c3fea [2020-07-29T04:49:30.718Z] ---> 4ce8dac261a2 [2020-07-29T04:49:30.718Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T04:49:30.718Z] ---> Running in 6d285c0ae57b [2020-07-29T04:49:31.703Z] Removing intermediate container 6d285c0ae57b [2020-07-29T04:49:31.703Z] ---> 252b64037562 [2020-07-29T04:49:31.703Z] Step 13/26 : WORKDIR / [2020-07-29T04:49:31.703Z] ---> Running in 3cc4f6849e9c [2020-07-29T04:49:32.993Z] Removing intermediate container 3cc4f6849e9c [2020-07-29T04:49:32.993Z] ---> 6e0cef508dec [2020-07-29T04:49:32.993Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-07-29T04:49:34.442Z] ---> 90700706b8ba [2020-07-29T04:49:34.442Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-29T04:49:36.428Z] ---> 5ef8ea20c2d8 [2020-07-29T04:49:36.428Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-29T04:49:39.046Z] ---> 86b3263f53aa [2020-07-29T04:49:39.046Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-29T04:49:40.486Z] ---> a7e472010cc6 [2020-07-29T04:49:40.486Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-29T04:49:41.084Z] Removing intermediate container db549dc74d3a [2020-07-29T04:49:41.084Z] ---> 1f8a8e5b0ded [2020-07-29T04:49:41.084Z] [2020-07-29T04:49:41.084Z] Step 10/20 : FROM scratch [2020-07-29T04:49:41.084Z] ---> [2020-07-29T04:49:41.084Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:49:41.687Z] ---> Using cache [2020-07-29T04:49:41.687Z] ---> 3e38c1b58ce6 [2020-07-29T04:49:41.687Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-29T04:49:41.963Z] ---> Running in 8c6537b87590 [2020-07-29T04:49:41.963Z] Removing intermediate container 116a2871a769 [2020-07-29T04:49:41.963Z] ---> 4a01f88049c5 [2020-07-29T04:49:41.963Z] [2020-07-29T04:49:41.963Z] Step 10/21 : FROM scratch [2020-07-29T04:49:41.963Z] ---> [2020-07-29T04:49:41.963Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:49:42.568Z] ---> Using cache [2020-07-29T04:49:42.568Z] ---> 3e38c1b58ce6 [2020-07-29T04:49:42.568Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-29T04:49:42.843Z] ---> Running in 83614a9782ea [2020-07-29T04:49:42.843Z] Removing intermediate container 8c6537b87590 [2020-07-29T04:49:42.843Z] ---> d947e6d507dd [2020-07-29T04:49:42.843Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-29T04:49:42.843Z] ---> 58a53d9b938d [2020-07-29T04:49:42.843Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-29T04:49:42.843Z] ---> Running in e50da0c0e24e [2020-07-29T04:49:43.829Z] Removing intermediate container 83614a9782ea [2020-07-29T04:49:43.829Z] ---> 0e9f64a8685e [2020-07-29T04:49:43.829Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T04:49:43.829Z] Removing intermediate container e50da0c0e24e [2020-07-29T04:49:43.829Z] ---> dad819fd4120 [2020-07-29T04:49:43.829Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-29T04:49:43.829Z] ---> Running in 2b5b839873a7 [2020-07-29T04:49:44.810Z] Removing intermediate container 2b5b839873a7 [2020-07-29T04:49:44.810Z] ---> 2e148e20051e [2020-07-29T04:49:44.810Z] Step 14/21 : WORKDIR / [2020-07-29T04:49:45.413Z] ---> Running in f02f1828957d [2020-07-29T04:49:45.413Z] ---> 64426a7b2789 [2020-07-29T04:49:45.413Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-29T04:49:45.688Z] ---> c97fe2f23590 [2020-07-29T04:49:45.688Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-29T04:49:46.290Z] Removing intermediate container f02f1828957d [2020-07-29T04:49:46.290Z] ---> 186b014c699f [2020-07-29T04:49:46.290Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-29T04:49:48.280Z] ---> 5d3ed506744b [2020-07-29T04:49:48.280Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T04:49:48.280Z] ---> 89affa39a8a0 [2020-07-29T04:49:48.280Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-29T04:49:48.564Z] ---> 6b0a26ca8d22 [2020-07-29T04:49:48.564Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-29T04:49:50.002Z] ---> cd567302c9a5 [2020-07-29T04:49:50.002Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T04:49:50.278Z] ---> Running in e8f440f069ad [2020-07-29T04:49:50.556Z] ---> 0e4a231cb557 [2020-07-29T04:49:50.556Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:49:50.556Z] ---> b4ab5c8f5d71 [2020-07-29T04:49:50.556Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-29T04:49:50.832Z] ---> Running in 8e8a24446f34 [2020-07-29T04:49:51.815Z] Removing intermediate container 8e8a24446f34 [2020-07-29T04:49:51.815Z] ---> c93fb87ca2d2 [2020-07-29T04:49:51.815Z] Step 18/20 : LABEL arch=arm64 [2020-07-29T04:49:52.090Z] ---> Running in 657402a6f38e [2020-07-29T04:49:52.364Z] ---> 026aa22540b7 [2020-07-29T04:49:52.364Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:49:52.639Z] ---> Running in c32d01a574ac [2020-07-29T04:49:52.917Z] Removing intermediate container 657402a6f38e [2020-07-29T04:49:52.917Z] ---> 0bad5d73fabe [2020-07-29T04:49:52.917Z] Step 19/20 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 [2020-07-29T04:49:53.207Z] ---> Running in 230ec39ae57b [2020-07-29T04:49:53.486Z] Removing intermediate container c32d01a574ac [2020-07-29T04:49:53.486Z] ---> 284bf03f8fb2 [2020-07-29T04:49:53.486Z] Step 19/21 : LABEL arch=arm64 [2020-07-29T04:49:53.768Z] ---> Running in a779d6ad8a02 [2020-07-29T04:49:54.368Z] Removing intermediate container 230ec39ae57b [2020-07-29T04:49:54.368Z] ---> 9262aef9b518 [2020-07-29T04:49:54.368Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T04:49:54.643Z] Removing intermediate container a779d6ad8a02 [2020-07-29T04:49:54.643Z] ---> 120e9b04492d [2020-07-29T04:49:54.643Z] Step 20/21 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 [2020-07-29T04:49:54.922Z] ---> Running in 806e8a2d4efd [2020-07-29T04:49:54.922Z] Removing intermediate container e8f440f069ad [2020-07-29T04:49:54.922Z] ---> 713cf224c103 [2020-07-29T04:49:54.922Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T04:49:54.922Z] ---> Running in f38dd709e17c [2020-07-29T04:49:55.199Z] ---> Running in 4c8944f7d42f [2020-07-29T04:49:55.804Z] Removing intermediate container 806e8a2d4efd [2020-07-29T04:49:55.804Z] ---> ae923c6d8f1f [2020-07-29T04:49:55.804Z] [2020-07-29T04:49:56.081Z] Removing intermediate container f38dd709e17c [2020-07-29T04:49:56.081Z] ---> 40649d203c0b [2020-07-29T04:49:56.081Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T04:49:56.352Z] Removing intermediate container 4c8944f7d42f [2020-07-29T04:49:56.352Z] ---> 158da7b82081 [2020-07-29T04:49:56.352Z] Step 24/26 : LABEL arch=arm64 [2020-07-29T04:49:56.352Z] ---> Running in a88c71dce7e7 [2020-07-29T04:49:56.352Z] ---> Running in b7e85fbdf805 [2020-07-29T04:49:57.328Z] Successfully built ae923c6d8f1f [2020-07-29T04:49:57.328Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-29T04:49:57.601Z]  Building docker-support-scheduler-go ... done Removing intermediate container b7e85fbdf805 [2020-07-29T04:49:57.601Z] ---> 76ac135eb01f [2020-07-29T04:49:57.601Z] Step 25/26 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 [2020-07-29T04:49:57.601Z] Removing intermediate container a88c71dce7e7 [2020-07-29T04:49:57.601Z] ---> 13743adafd98 [2020-07-29T04:49:57.601Z] [2020-07-29T04:49:58.197Z] ---> Running in 7c5732cfa371 [2020-07-29T04:49:59.180Z] Successfully built 13743adafd98 [2020-07-29T04:49:59.180Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-29T04:49:59.180Z]  Building docker-core-command-go ... done Removing intermediate container 7c5732cfa371 [2020-07-29T04:49:59.180Z] ---> b17094a35804 [2020-07-29T04:49:59.180Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T04:49:59.460Z] ---> Running in 4bc28d0f145f [2020-07-29T04:50:00.064Z] Removing intermediate container 44bcae0368a0 [2020-07-29T04:50:00.064Z] ---> 152618ce4db9 [2020-07-29T04:50:00.064Z] [2020-07-29T04:50:00.064Z] Step 10/21 : FROM scratch [2020-07-29T04:50:00.064Z] ---> [2020-07-29T04:50:00.064Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T04:50:00.064Z] Removing intermediate container 4bc28d0f145f [2020-07-29T04:50:00.065Z] ---> cadd01c3dacb [2020-07-29T04:50:00.065Z] [2020-07-29T04:50:00.338Z] ---> Using cache [2020-07-29T04:50:00.338Z] ---> b24f928edb8f [2020-07-29T04:50:00.338Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-29T04:50:00.612Z] ---> Running in 66d677d3ead8 [2020-07-29T04:50:00.888Z] Successfully built cadd01c3dacb [2020-07-29T04:50:00.888Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-29T04:50:01.165Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 66d677d3ead8 [2020-07-29T04:50:01.165Z] ---> 2c158417c29b [2020-07-29T04:50:01.165Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T04:50:01.165Z] ---> Running in a8d989a4c3e2 [2020-07-29T04:50:01.763Z] Removing intermediate container a8d989a4c3e2 [2020-07-29T04:50:01.763Z] ---> f66a69ff651d [2020-07-29T04:50:01.763Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-29T04:50:03.207Z] ---> c0decd28ab4a [2020-07-29T04:50:03.207Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-29T04:50:03.805Z] ---> 98a30c01d820 [2020-07-29T04:50:03.805Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-29T04:50:05.789Z] ---> a9482ebb19cb [2020-07-29T04:50:05.789Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-29T04:50:06.771Z] ---> ab8fe8eb7a5f [2020-07-29T04:50:06.771Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:50:07.044Z] ---> Running in efd8e991a1be [2020-07-29T04:50:07.651Z] Removing intermediate container efd8e991a1be [2020-07-29T04:50:07.651Z] ---> 9c9493a9b634 [2020-07-29T04:50:07.651Z] Step 19/21 : LABEL arch=arm64 [2020-07-29T04:50:07.651Z] ---> Running in 6b47b71be32a [2020-07-29T04:50:08.250Z] Removing intermediate container 6b47b71be32a [2020-07-29T04:50:08.250Z] ---> d987e3ae60fb [2020-07-29T04:50:08.250Z] Step 20/21 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 [2020-07-29T04:50:08.525Z] ---> Running in c7911cc07b68 [2020-07-29T04:50:09.126Z] Removing intermediate container c7911cc07b68 [2020-07-29T04:50:09.126Z] ---> 9650355b0147 [2020-07-29T04:50:09.126Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T04:50:09.400Z] ---> Running in 90a3b8799d33 [2020-07-29T04:50:10.005Z] Removing intermediate container 90a3b8799d33 [2020-07-29T04:50:10.005Z] ---> 605b7150b08d [2020-07-29T04:50:10.005Z] [2020-07-29T04:50:10.605Z] Successfully built 605b7150b08d [2020-07-29T04:50:10.605Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-29T04:50:28.885Z]  Building docker-support-logging-go ... done Removing intermediate container 53c0792a8f39 [2020-07-29T04:50:28.885Z] ---> 9e8694f5bbec [2020-07-29T04:50:28.885Z] [2020-07-29T04:50:28.885Z] Step 10/22 : FROM alpine [2020-07-29T04:50:28.885Z] ---> 62ee0e9f8440 [2020-07-29T04:50:28.885Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:50:28.885Z] ---> Running in 383c111d17da [2020-07-29T04:50:28.885Z] Removing intermediate container 383c111d17da [2020-07-29T04:50:28.885Z] ---> a7225b41502e [2020-07-29T04:50:28.885Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-29T04:50:28.885Z] ---> Running in f2ef8c33fa59 [2020-07-29T04:50:28.885Z] Removing intermediate container f2ef8c33fa59 [2020-07-29T04:50:28.885Z] ---> d2f09b0f53db [2020-07-29T04:50:28.885Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-29T04:50:28.885Z] ---> Running in ee30a935b1a6 [2020-07-29T04:50:29.158Z] Removing intermediate container ee30a935b1a6 [2020-07-29T04:50:29.158Z] ---> 7247a628f11c [2020-07-29T04:50:29.158Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:50:29.158Z] ---> Running in ede4fa108ea8 [2020-07-29T04:50:31.784Z] Removing intermediate container ede4fa108ea8 [2020-07-29T04:50:31.784Z] ---> 65a573b3fb88 [2020-07-29T04:50:31.784Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-29T04:50:32.055Z] ---> Running in bc13d677acfc [2020-07-29T04:50:33.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:50:34.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:50:35.031Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-29T04:50:35.031Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-29T04:50:35.301Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-29T04:50:35.575Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-29T04:50:35.575Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-29T04:50:35.575Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:50:35.846Z] OK: 8 MiB in 19 packages [2020-07-29T04:50:37.268Z] Removing intermediate container bc13d677acfc [2020-07-29T04:50:37.268Z] ---> 5ad44d1e63d0 [2020-07-29T04:50:37.268Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-29T04:50:37.857Z] ---> e9f3429f49b7 [2020-07-29T04:50:37.857Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-29T04:50:39.286Z] ---> 474fe6693357 [2020-07-29T04:50:39.286Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-29T04:50:39.876Z] ---> 5a77eb3b6ba4 [2020-07-29T04:50:39.876Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:50:39.876Z] ---> Running in a05bfdbc95e3 [2020-07-29T04:50:40.468Z] Removing intermediate container a05bfdbc95e3 [2020-07-29T04:50:40.468Z] ---> a04543f79e0a [2020-07-29T04:50:40.468Z] Step 20/22 : LABEL arch=arm64 [2020-07-29T04:50:40.468Z] ---> Running in 9f1e5dfb0a88 [2020-07-29T04:50:41.057Z] Removing intermediate container 9f1e5dfb0a88 [2020-07-29T04:50:41.057Z] ---> d3a4d698f34a [2020-07-29T04:50:41.057Z] Step 21/22 : LABEL git_sha=b90723edb454d84e2f736a4673532903a291daf1 [2020-07-29T04:50:41.057Z] ---> Running in 58bd4f95059c [2020-07-29T04:50:41.649Z] Removing intermediate container 58bd4f95059c [2020-07-29T04:50:41.649Z] ---> fb415f8df053 [2020-07-29T04:50:41.649Z] Step 22/22 : LABEL version=0.0.0 [2020-07-29T04:50:41.649Z] ---> Running in f4663f205552 [2020-07-29T04:50:42.245Z] Removing intermediate container f4663f205552 [2020-07-29T04:50:42.245Z] ---> ae52f9e8256f [2020-07-29T04:50:42.245Z] [2020-07-29T04:50:42.514Z] Successfully built ae52f9e8256f [2020-07-29T04:50:42.788Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-29T04:50:43.076Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-07-29T04:50:43.065Z] $ docker stop --time=1 2c0b40181ba3a06ab36dce8a43c7097cebb7417f119946e7704dc1b7d08bebf7 [2020-07-29T04:50:44.983Z] $ docker rm -f 2c0b40181ba3a06ab36dce8a43c7097cebb7417f119946e7704dc1b7d08bebf7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-29T04:50:45.649Z] + grep docker [2020-07-29T04:50:45.649Z] + docker images [2020-07-29T04:50:45.918Z] docker-core-data-go-arm64 latest ae52f9e8256f 4 seconds ago 22.6MB [2020-07-29T04:50:45.918Z] docker-support-logging-go-arm64 latest 605b7150b08d 36 seconds ago 11.4MB [2020-07-29T04:50:45.918Z] docker-security-secretstore-setup-go-arm64 latest cadd01c3dacb 46 seconds ago 32.6MB [2020-07-29T04:50:45.918Z] docker-core-command-go-arm64 latest 13743adafd98 48 seconds ago 12.4MB [2020-07-29T04:50:45.918Z] docker-support-scheduler-go-arm64 latest ae923c6d8f1f 50 seconds ago 12.6MB [2020-07-29T04:50:45.918Z] docker-sys-mgmt-agent-go-arm64 latest 13fedaf3babb 2 minutes ago 266MB [2020-07-29T04:50:45.918Z] docker-core-metadata-go-arm64 latest ff1ef27d17ed 4 minutes ago 13.8MB [2020-07-29T04:50:45.918Z] docker-security-secrets-setup-go-arm64 latest c5b7fad4a4bf 4 minutes ago 24.2MB [2020-07-29T04:50:45.918Z] docker-support-notifications-go-arm64 latest 920b1fda7d3e 4 minutes ago 13.9MB [2020-07-29T04:50:45.918Z] docker-security-proxy-setup-go-arm64 latest 53513a8b47d3 4 minutes ago 15.8MB [2020-07-29T04:50:45.918Z] docker latest ce9d55ae87f1 4 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-07-29T04:50:47.276Z] provisioning config files... [2020-07-29T04:50:47.291Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/25@tmp/config8932628773015290525tmp [Pipeline] { [Pipeline] sh [2020-07-29T04:50:47.651Z] + curl -s https://codecov.io/bash [2020-07-29T04:50:47.651Z] + bash -s - -t @/w/workspace/edgex-go/25@tmp/config8932628773015290525tmp [Pipeline] } [2020-07-29T04:50:47.920Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-29T04:50:49.396Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T04:50:50.326Z] ---> package-listing.sh [2020-07-29T04:50:50.326Z] ++ facter osfamily [2020-07-29T04:50:50.326Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-29T04:50:50.326Z] + OS_FAMILY=redhat [2020-07-29T04:50:50.326Z] + workspace=/w/workspace/edgex-go/25 [2020-07-29T04:50:50.326Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-29T04:50:50.326Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-29T04:50:50.326Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-29T04:50:50.326Z] + PACKAGES=/tmp/packages_start.txt [2020-07-29T04:50:50.326Z] + '[' /w/workspace/edgex-go/25 ']' [2020-07-29T04:50:50.326Z] + PACKAGES=/tmp/packages_end.txt [2020-07-29T04:50:50.326Z] + case "${OS_FAMILY}" in [2020-07-29T04:50:50.326Z] + rpm -qa [2020-07-29T04:50:50.326Z] + sort [2020-07-29T04:50:54.544Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-29T04:50:54.544Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-29T04:50:54.544Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-29T04:50:54.544Z] + '[' /w/workspace/edgex-go/25 ']' [2020-07-29T04:50:54.544Z] + mkdir -p /w/workspace/edgex-go/25/archives/ [2020-07-29T04:50:54.544Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/25/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:50:54.953Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T04:50:54.953Z] [2020-07-29T04:50:54.953Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:50:55.295Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T04:50:55.295Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-29T04:50:55.295Z] c9b1b535fdd9: Pulling fs layer [2020-07-29T04:50:55.295Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-29T04:50:55.295Z] 756a868c4378: Pulling fs layer [2020-07-29T04:50:55.295Z] 444b2fc9a129: Pulling fs layer [2020-07-29T04:50:55.295Z] ea15f1150254: Pulling fs layer [2020-07-29T04:50:55.295Z] 41b27a9f41bf: Pulling fs layer [2020-07-29T04:50:55.295Z] 28c525ee5125: Pulling fs layer [2020-07-29T04:50:55.295Z] 094b1ea09ed8: Pulling fs layer [2020-07-29T04:50:55.295Z] 138eaada9080: Pulling fs layer [2020-07-29T04:50:55.295Z] 0622d0fa9048: Pulling fs layer [2020-07-29T04:50:55.295Z] 444b2fc9a129: Waiting [2020-07-29T04:50:55.295Z] ea15f1150254: Waiting [2020-07-29T04:50:55.295Z] 41b27a9f41bf: Waiting [2020-07-29T04:50:55.295Z] 28c525ee5125: Waiting [2020-07-29T04:50:55.295Z] 094b1ea09ed8: Waiting [2020-07-29T04:50:55.295Z] 138eaada9080: Waiting [2020-07-29T04:50:55.295Z] 0622d0fa9048: Waiting [2020-07-29T04:50:55.295Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-29T04:50:55.295Z] 2cc5ad85d9ab: Download complete [2020-07-29T04:50:55.295Z] 444b2fc9a129: Verifying Checksum [2020-07-29T04:50:55.295Z] 444b2fc9a129: Download complete [2020-07-29T04:50:55.295Z] c9b1b535fdd9: Verifying Checksum [2020-07-29T04:50:55.295Z] c9b1b535fdd9: Download complete [2020-07-29T04:50:55.295Z] ea15f1150254: Download complete [2020-07-29T04:50:55.295Z] 28c525ee5125: Verifying Checksum [2020-07-29T04:50:55.295Z] 28c525ee5125: Download complete [2020-07-29T04:50:55.572Z] 756a868c4378: Verifying Checksum [2020-07-29T04:50:55.572Z] 756a868c4378: Download complete [2020-07-29T04:50:55.834Z] c9b1b535fdd9: Pull complete [2020-07-29T04:50:55.834Z] 138eaada9080: Verifying Checksum [2020-07-29T04:50:55.834Z] 138eaada9080: Download complete [2020-07-29T04:50:55.834Z] 094b1ea09ed8: Verifying Checksum [2020-07-29T04:50:55.834Z] 094b1ea09ed8: Download complete [2020-07-29T04:50:55.834Z] 0622d0fa9048: Verifying Checksum [2020-07-29T04:50:55.834Z] 0622d0fa9048: Download complete [2020-07-29T04:50:56.099Z] 2cc5ad85d9ab: Pull complete [2020-07-29T04:50:56.363Z] 41b27a9f41bf: Verifying Checksum [2020-07-29T04:50:56.363Z] 41b27a9f41bf: Download complete [2020-07-29T04:50:57.759Z] 756a868c4378: Pull complete [2020-07-29T04:50:58.021Z] 444b2fc9a129: Pull complete [2020-07-29T04:50:58.281Z] ea15f1150254: Pull complete [2020-07-29T04:51:04.864Z] 41b27a9f41bf: Pull complete [2020-07-29T04:51:04.864Z] 28c525ee5125: Pull complete [2020-07-29T04:51:06.256Z] 094b1ea09ed8: Pull complete [2020-07-29T04:51:08.173Z] 138eaada9080: Pull complete [2020-07-29T04:51:08.433Z] 0622d0fa9048: Pull complete [2020-07-29T04:51:08.433Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-29T04:51:08.433Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T04:51:08.433Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-29T04:51:08.571Z] prd-centos7-docker-4c-2g-1384 does not seem to be running inside a container [2020-07-29T04:51:08.622Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-29T04:51:13.179Z] $ docker top 279c73f45644e184042fcc43feade90bddb27da5d2ec042294a1745190306d0b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-29T04:51:13.541Z] provisioning config files... [2020-07-29T04:51:13.556Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/25@tmp/config3005484166001361747tmp [Pipeline] { [Pipeline] echo [2020-07-29T04:51:13.621Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T04:51:13.915Z] ---> create-netrc.sh [Pipeline] echo [2020-07-29T04:51:13.924Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T04:51:14.223Z] ---> logs-deploy.sh [2020-07-29T04:51:14.223Z] + ARCHIVE_ARTIFACTS= [2020-07-29T04:51:14.223Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-29T04:51:14.223Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-29T04:51:14.223Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-29T04:51:14.223Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/25 [2020-07-29T04:51:14.223Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/25/ [2020-07-29T04:51:14.223Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/25 /w/workspace/edgex-go/25 [2020-07-29T04:51:15.164Z] Archives upload complete. [2020-07-29T04:51:15.454Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/25 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/25/ [2020-07-29T04:51:16.025Z] ---> uname -a: [2020-07-29T04:51:16.025Z] Linux 279c73f45644 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-07-29T04:51:16.025Z] [2020-07-29T04:51:16.025Z]