Pull request #2644 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of cherrycl for edgexfoundry/edgex-go Loading trusted files from base branch master at 4e0bf0319480625e5379d8d5fd7b212abf0b0714 rather than 52200db4b05771ddb54996de7dd78da7e7ca4697 Obtained Jenkinsfile from 4e0bf0319480625e5379d8d5fd7b212abf0b0714 ‘Jenkinsfile’ has been modified in an untrusted revision 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-1352’ is offline Running on prd-centos7-docker-4c-2g-1354 in /w/workspace/edgexfoundry_edgex-go_PR-2644 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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/2644/head:refs/remotes/origin/PR-2644 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit 52200db4b05771ddb54996de7dd78da7e7ca4697 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2644/head:refs/remotes/origin/PR-2644 # 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/2644/head:refs/remotes/origin/PR-2644 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 52200db4b05771ddb54996de7dd78da7e7ca4697 # timeout=10 Merge succeeded, producing 4b7c91fcd27f2b0b563193f0bd76fb28e4529912 Checking out Revision 4b7c91fcd27f2b0b563193f0bd76fb28e4529912 (PR-2644) > 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 4b7c91fcd27f2b0b563193f0bd76fb28e4529912 # timeout=10 Commit message: "Merge commit '4e0bf0319480625e5379d8d5fd7b212abf0b0714' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-29T03:41:25.489Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-29T03:41:25.695Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-29T03:41:25.772Z] ========================================================= [2020-07-29T03:41:25.772Z] EdgeX Global Pipelines Version Info [2020-07-29T03:41:25.772Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 332e88fc8cafc99e7e7a445406e1869d75aab629 # timeout=10 [2020-07-29T03:41:27.164Z] ------------------- [2020-07-29T03:41:27.165Z] stable info: [2020-07-29T03:41:27.165Z] ------------------- [2020-07-29T03:41:27.165Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-29T03:41:27.165Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-29T03:41:27.165Z] Message: update stable to v1.0.106 [2020-07-29T03:41:28.110Z] ------------------- [2020-07-29T03:41:28.110Z] experimental info: [2020-07-29T03:41:28.110Z] ------------------- [2020-07-29T03:41:28.110Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-29T03:41:28.110Z] Commit SHA: 626b9661e310b9d132ae9d5c3b37d89ff845648b [2020-07-29T03:41:28.110Z] Message: update experimental to v1.0.108 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-29T03:41:29.652Z] ++ 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-29T03:41:29.652Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T03:41:29.652Z] ++ dirname cmd/core-command/Dockerfile [2020-07-29T03:41:29.652Z] ++ cut -d/ -f2 [2020-07-29T03:41:29.652Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-29T03:41:29.652Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T03:41:29.652Z] ++ dirname cmd/core-data/Dockerfile [2020-07-29T03:41:29.652Z] ++ cut -d/ -f2 [2020-07-29T03:41:29.652Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-29T03:41:29.652Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T03:41:29.652Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-29T03:41:29.652Z] ++ cut -d/ -f2 [2020-07-29T03:41:29.652Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-29T03:41:29.652Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T03:41:29.652Z] ++ cut -d/ -f2 [2020-07-29T03:41:29.652Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-29T03:41:29.652Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-29T03:41:29.652Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T03:41:29.652Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-29T03:41:29.652Z] ++ cut -d/ -f2 [2020-07-29T03:41:29.652Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-29T03:41:29.652Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T03:41:29.652Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-29T03:41:29.652Z] ++ cut -d/ -f2 [2020-07-29T03:41:29.652Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-29T03:41:29.652Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T03:41:29.652Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-29T03:41:29.652Z] ++ cut -d/ -f2 [2020-07-29T03:41:29.652Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-29T03:41:29.652Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T03:41:29.652Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-29T03:41:29.652Z] ++ cut -d/ -f2 [2020-07-29T03:41:29.652Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-29T03:41:29.652Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T03:41:29.652Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-29T03:41:29.652Z] ++ cut -d/ -f2 [2020-07-29T03:41:29.652Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-29T03:41:29.652Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T03:41:29.652Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-29T03:41:29.652Z] ++ cut -d/ -f2 [2020-07-29T03:41:29.652Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-29T03:41:29.720Z] 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-29T03:41:30.692Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T03:41:30.692Z] [2020-07-29T03:41:30.692Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T03:41:31.028Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T03:41:31.028Z] latest: Pulling from edgex-devops/git-semver [2020-07-29T03:41:31.028Z] 31603596830f: Pulling fs layer [2020-07-29T03:41:31.028Z] 2a8b12db71e7: Pulling fs layer [2020-07-29T03:41:31.028Z] 6ca5941a6612: Pulling fs layer [2020-07-29T03:41:31.028Z] ecc8261a40a4: Pulling fs layer [2020-07-29T03:41:31.028Z] ecc8261a40a4: Waiting [2020-07-29T03:41:31.028Z] 2a8b12db71e7: Verifying Checksum [2020-07-29T03:41:31.028Z] 2a8b12db71e7: Download complete [2020-07-29T03:41:31.028Z] 31603596830f: Verifying Checksum [2020-07-29T03:41:31.028Z] 31603596830f: Download complete [2020-07-29T03:41:31.289Z] ecc8261a40a4: Verifying Checksum [2020-07-29T03:41:31.289Z] ecc8261a40a4: Download complete [2020-07-29T03:41:31.289Z] 6ca5941a6612: Verifying Checksum [2020-07-29T03:41:31.289Z] 6ca5941a6612: Download complete [2020-07-29T03:41:31.289Z] 31603596830f: Pull complete [2020-07-29T03:41:31.550Z] 2a8b12db71e7: Pull complete [2020-07-29T03:41:32.122Z] 6ca5941a6612: Pull complete [2020-07-29T03:41:32.382Z] ecc8261a40a4: Pull complete [2020-07-29T03:41:32.382Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-29T03:41:32.382Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T03:41:32.382Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-29T03:41:32.475Z] prd-centos7-docker-4c-2g-1354 does not seem to be running inside a container [2020-07-29T03:41:32.513Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-29T03:41:35.088Z] $ docker top 3604bef9d08b71409e4e608860e37d49df02a21f3b98a9c8bd7362d8b534686e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-29T03:41:35.336Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-29T03:41:35.336Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-29T03:41:35.524Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-29T03:41:35.523Z] $ docker exec 3604bef9d08b71409e4e608860e37d49df02a21f3b98a9c8bd7362d8b534686e ssh-agent [2020-07-29T03:41:35.683Z] SSH_AUTH_SOCK=/tmp/ssh-fepzy0119oms/agent.12 [2020-07-29T03:41:35.683Z] SSH_AGENT_PID=17 [2020-07-29T03:41:35.692Z] Running ssh-add (command line suppressed) [2020-07-29T03:41:35.803Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_2223825536380639515.key (/w/workspace/edgex-go/3@tmp/private_key_2223825536380639515.key) [2020-07-29T03:41:35.856Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-29T03:41:36.175Z] + git describe --exact-match --tags HEAD [2020-07-29T03:41:36.175Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-29T03:41:36.189Z] $ docker exec --env ******** --env ******** 3604bef9d08b71409e4e608860e37d49df02a21f3b98a9c8bd7362d8b534686e ssh-agent -k [2020-07-29T03:41:36.292Z] unset SSH_AUTH_SOCK; [2020-07-29T03:41:36.292Z] unset SSH_AGENT_PID; [2020-07-29T03:41:36.292Z] echo Agent pid 17 killed; [2020-07-29T03:41:36.345Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-29T03:41:36.413Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-29T03:41:36.413Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-29T03:41:36.502Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-29T03:41:36.502Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-29T03:41:36.659Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-29T03:41:36.657Z] $ docker exec 3604bef9d08b71409e4e608860e37d49df02a21f3b98a9c8bd7362d8b534686e ssh-agent [2020-07-29T03:41:36.812Z] SSH_AUTH_SOCK=/tmp/ssh-OXeIGR660foI/agent.45 [2020-07-29T03:41:36.812Z] SSH_AGENT_PID=51 [2020-07-29T03:41:36.817Z] Running ssh-add (command line suppressed) [2020-07-29T03:41:36.923Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_9157947797834501407.key (/w/workspace/edgex-go/3@tmp/private_key_9157947797834501407.key) [2020-07-29T03:41:36.975Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-29T03:41:37.300Z] + git semver init [2020-07-29T03:41:37.300Z] # -> Open(): unable to determine branch for HEAD [2020-07-29T03:41:37.300Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2020-07-29T03:41:37.300Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2020-07-29T03:41:37.300Z] # $SEMVER_REMOTE_NAME = origin [2020-07-29T03:41:37.300Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-29T03:41:37.300Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-29T03:41:37.300Z] # $SEMVER_BRANCH = PR-2644 [2020-07-29T03:41:37.300Z] # $SEMVER_TEMP = /tmp/semver-226930449 [2020-07-29T03:41:37.300Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-29T03:41:55.509Z] # '/tmp/semver-226930449' -> '/w/workspace/edgex-go/3/.semver' [2020-07-29T03:41:55.509Z] # -> Force: false [2020-07-29T03:41:55.509Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2020-07-29T03:41:55.515Z] $ docker exec --env ******** --env ******** 3604bef9d08b71409e4e608860e37d49df02a21f3b98a9c8bd7362d8b534686e ssh-agent -k [2020-07-29T03:41:55.671Z] unset SSH_AUTH_SOCK; [2020-07-29T03:41:55.672Z] unset SSH_AGENT_PID; [2020-07-29T03:41:55.672Z] echo Agent pid 51 killed; [2020-07-29T03:41:55.721Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-29T03:41:56.184Z] + git semver [Pipeline] } [2020-07-29T03:41:56.194Z] $ docker stop --time=1 3604bef9d08b71409e4e608860e37d49df02a21f3b98a9c8bd7362d8b534686e [2020-07-29T03:41:57.741Z] $ docker rm -f 3604bef9d08b71409e4e608860e37d49df02a21f3b98a9c8bd7362d8b534686e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-29T03:42:10.582Z] Stashed 26 file(s) [Pipeline] echo [2020-07-29T03:42:10.584Z] [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-29T03:42:11.006Z] ========================================================= [2020-07-29T03:42:11.006Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-29T03:42:11.006Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-29T03:42:11.351Z] + 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-29T03:42:13.894Z] Sending build context to Docker daemon 322.9MB [2020-07-29T03:42:13.894Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-29T03:42:13.894Z] Step 2/7 : FROM ${BASE} [2020-07-29T03:42:13.894Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-29T03:42:13.894Z] df20fa9351a1: Pulling fs layer [2020-07-29T03:42:13.894Z] ed8968b2872e: Pulling fs layer [2020-07-29T03:42:13.894Z] a92cc7c5fd73: Pulling fs layer [2020-07-29T03:42:13.894Z] 2dd03ba5bac4: Pulling fs layer [2020-07-29T03:42:13.894Z] 1e091d79d1de: Pulling fs layer [2020-07-29T03:42:13.894Z] 481702a1767f: Pulling fs layer [2020-07-29T03:42:13.894Z] f64a6f60c768: Pulling fs layer [2020-07-29T03:42:13.894Z] e78d2573fc39: Pulling fs layer [2020-07-29T03:42:13.894Z] e876d2f968b6: Pulling fs layer [2020-07-29T03:42:13.894Z] ce8a83651883: Pulling fs layer [2020-07-29T03:42:13.894Z] 07967f4d0e4b: Pulling fs layer [2020-07-29T03:42:13.894Z] f64a6f60c768: Waiting [2020-07-29T03:42:13.894Z] e78d2573fc39: Waiting [2020-07-29T03:42:13.894Z] e876d2f968b6: Waiting [2020-07-29T03:42:13.894Z] 2dd03ba5bac4: Waiting [2020-07-29T03:42:13.894Z] ce8a83651883: Waiting [2020-07-29T03:42:13.894Z] 07967f4d0e4b: Waiting [2020-07-29T03:42:13.894Z] 1e091d79d1de: Waiting [2020-07-29T03:42:13.894Z] 481702a1767f: Waiting [2020-07-29T03:42:13.894Z] a92cc7c5fd73: Verifying Checksum [2020-07-29T03:42:13.894Z] a92cc7c5fd73: Download complete [2020-07-29T03:42:13.894Z] ed8968b2872e: Verifying Checksum [2020-07-29T03:42:13.894Z] ed8968b2872e: Download complete [2020-07-29T03:42:13.894Z] 1e091d79d1de: Verifying Checksum [2020-07-29T03:42:13.894Z] 1e091d79d1de: Download complete [2020-07-29T03:42:13.894Z] 481702a1767f: Download complete [2020-07-29T03:42:13.894Z] df20fa9351a1: Verifying Checksum [2020-07-29T03:42:14.474Z] df20fa9351a1: Pull complete [2020-07-29T03:42:15.048Z] f64a6f60c768: Verifying Checksum [2020-07-29T03:42:15.048Z] f64a6f60c768: Download complete [2020-07-29T03:42:15.048Z] e876d2f968b6: Verifying Checksum [2020-07-29T03:42:15.048Z] e876d2f968b6: Download complete [2020-07-29T03:42:15.625Z] 2dd03ba5bac4: Verifying Checksum [2020-07-29T03:42:15.625Z] 2dd03ba5bac4: Download complete [2020-07-29T03:42:15.625Z] 07967f4d0e4b: Verifying Checksum [2020-07-29T03:42:15.625Z] 07967f4d0e4b: Download complete [2020-07-29T03:42:15.625Z] ce8a83651883: Verifying Checksum [2020-07-29T03:42:15.625Z] ce8a83651883: Download complete [2020-07-29T03:42:15.887Z] e78d2573fc39: Verifying Checksum [2020-07-29T03:42:15.887Z] e78d2573fc39: Download complete [2020-07-29T03:42:16.828Z] ed8968b2872e: Pull complete [2020-07-29T03:42:17.089Z] a92cc7c5fd73: Pull complete [2020-07-29T03:42:22.387Z] 2dd03ba5bac4: Pull complete [2020-07-29T03:42:22.387Z] 1e091d79d1de: Pull complete [2020-07-29T03:42:22.647Z] 481702a1767f: Pull complete [2020-07-29T03:42:25.833Z] Still waiting to schedule task [2020-07-29T03:42:25.833Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-1353’ is offline [2020-07-29T03:42:27.953Z] f64a6f60c768: Pull complete [2020-07-29T03:42:32.170Z] e78d2573fc39: Pull complete [2020-07-29T03:42:32.170Z] e876d2f968b6: Pull complete [2020-07-29T03:42:32.746Z] ce8a83651883: Pull complete [2020-07-29T03:42:32.746Z] 07967f4d0e4b: Pull complete [2020-07-29T03:42:32.746Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-29T03:42:32.746Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-29T03:42:32.746Z] ---> 5d7c900382c6 [2020-07-29T03:42:32.746Z] 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-29T03:42:34.667Z] ---> Running in 777731b44d7d [2020-07-29T03:42:34.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T03:42:35.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T03:42:36.137Z] (1/12) Installing libmagic (5.38-r0) [2020-07-29T03:42:36.398Z] (2/12) Installing file (5.38-r0) [2020-07-29T03:42:36.399Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-29T03:42:36.399Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-29T03:42:40.620Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-29T03:42:40.620Z] (6/12) Installing patch (2.7.6-r6) [2020-07-29T03:42:40.620Z] (7/12) Installing build-base (0.5-r2) [2020-07-29T03:42:40.884Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-29T03:42:40.884Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-29T03:42:40.884Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-29T03:42:41.148Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-29T03:42:41.148Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-29T03:42:41.148Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T03:42:41.148Z] OK: 233 MiB in 51 packages [2020-07-29T03:42:45.360Z] Removing intermediate container 777731b44d7d [2020-07-29T03:42:45.360Z] ---> cf4ae679723c [2020-07-29T03:42:45.360Z] Step 4/7 : WORKDIR /edgex-go [2020-07-29T03:42:45.360Z] ---> Running in 11a0c47775cd [2020-07-29T03:42:45.360Z] Removing intermediate container 11a0c47775cd [2020-07-29T03:42:45.360Z] ---> 0eac067f9f71 [2020-07-29T03:42:45.360Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-29T03:42:45.360Z] latest: Pulling from library/docker [2020-07-29T03:42:45.360Z] df20fa9351a1: Already exists [2020-07-29T03:42:45.360Z] 25ad7478873d: Pulling fs layer [2020-07-29T03:42:45.360Z] 4684f6177b5d: Pulling fs layer [2020-07-29T03:42:45.360Z] 46e300cec669: Pulling fs layer [2020-07-29T03:42:45.360Z] 63038576ad94: Pulling fs layer [2020-07-29T03:42:45.360Z] 0fdb76c4706c: Pulling fs layer [2020-07-29T03:42:45.360Z] cb7edeffdfd5: Pulling fs layer [2020-07-29T03:42:45.360Z] 0fdb76c4706c: Waiting [2020-07-29T03:42:45.360Z] cb7edeffdfd5: Waiting [2020-07-29T03:42:45.360Z] 63038576ad94: Waiting [2020-07-29T03:42:45.360Z] 4684f6177b5d: Verifying Checksum [2020-07-29T03:42:45.360Z] 4684f6177b5d: Download complete [2020-07-29T03:42:45.622Z] 25ad7478873d: Verifying Checksum [2020-07-29T03:42:45.622Z] 25ad7478873d: Download complete [2020-07-29T03:42:45.622Z] 63038576ad94: Verifying Checksum [2020-07-29T03:42:45.622Z] 63038576ad94: Download complete [2020-07-29T03:42:45.622Z] 0fdb76c4706c: Verifying Checksum [2020-07-29T03:42:45.622Z] 0fdb76c4706c: Download complete [2020-07-29T03:42:45.622Z] cb7edeffdfd5: Verifying Checksum [2020-07-29T03:42:45.622Z] cb7edeffdfd5: Download complete [2020-07-29T03:42:45.886Z] 25ad7478873d: Pull complete [2020-07-29T03:42:45.886Z] 4684f6177b5d: Pull complete [2020-07-29T03:42:46.459Z] 46e300cec669: Verifying Checksum [2020-07-29T03:42:46.459Z] 46e300cec669: Download complete [2020-07-29T03:42:49.019Z] 46e300cec669: Pull complete [2020-07-29T03:42:49.019Z] 63038576ad94: Pull complete [2020-07-29T03:42:49.019Z] 0fdb76c4706c: Pull complete [2020-07-29T03:42:49.019Z] cb7edeffdfd5: Pull complete [2020-07-29T03:42:49.019Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-29T03:42:49.019Z] Status: Downloaded newer image for docker:latest [2020-07-29T03:42:50.413Z] ---> ab0da962a124 [2020-07-29T03:42:50.413Z] Step 6/7 : COPY go.mod . [2020-07-29T03:42:50.675Z] ---> dc81b151a15a [2020-07-29T03:42:50.675Z] Step 7/7 : RUN go mod download [2020-07-29T03:42:50.675Z] ---> Running in 15386aacc924 [2020-07-29T03:42:53.220Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-29T03:42:53.220Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-29T03:42:53.220Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-29T03:42:53.220Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-29T03:42:53.220Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-29T03:42:53.220Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-29T03:42:53.220Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-29T03:42:53.220Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-29T03:42:53.220Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-29T03:42:53.220Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-29T03:42:53.220Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-29T03:42:53.220Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-29T03:42:53.220Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-29T03:42:53.220Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-29T03:42:53.220Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-29T03:42:53.220Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-29T03:42:53.220Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-29T03:42:53.484Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-29T03:42:53.484Z] go: finding github.com/fatih/color v1.7.0 [2020-07-29T03:42:53.484Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-29T03:42:53.484Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-29T03:42:53.484Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-29T03:42:53.484Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-29T03:42:53.484Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-29T03:42:53.484Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-29T03:42:53.484Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-29T03:42:53.484Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-29T03:42:53.744Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-29T03:42:53.744Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-29T03:42:53.744Z] go: finding github.com/google/uuid v1.1.0 [2020-07-29T03:42:53.744Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-29T03:42:53.744Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-29T03:42:53.744Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-29T03:42:53.744Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-29T03:42:53.744Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-29T03:42:53.744Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-29T03:42:53.744Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-29T03:42:53.744Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-29T03:42:54.008Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-29T03:42:54.008Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-29T03:42:54.008Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-29T03:42:54.008Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-29T03:42:54.008Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-29T03:42:54.008Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-29T03:42:54.008Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-29T03:42:54.008Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-29T03:42:54.008Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-29T03:42:54.008Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-29T03:42:54.008Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-29T03:42:54.268Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-29T03:42:54.268Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-29T03:42:54.268Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-29T03:42:54.268Z] go: finding github.com/kr/pty v1.1.1 [2020-07-29T03:42:54.268Z] go: finding github.com/kr/text v0.1.0 [2020-07-29T03:42:54.268Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-29T03:42:54.268Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-29T03:42:54.268Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-29T03:42:54.268Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-29T03:42:54.268Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-29T03:42:54.268Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-29T03:42:54.528Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-29T03:42:54.528Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-29T03:42:54.528Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-29T03:42:54.528Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-29T03:42:54.528Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-29T03:42:54.528Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-29T03:42:54.528Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-29T03:42:54.528Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-29T03:42:54.528Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-29T03:42:54.528Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-29T03:42:54.790Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-29T03:42:54.790Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-29T03:42:54.790Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-29T03:42:54.790Z] go: finding github.com/posener/complete v1.1.1 [2020-07-29T03:42:54.790Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-29T03:42:54.790Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-29T03:42:54.790Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-29T03:42:54.790Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-29T03:42:54.790Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-29T03:42:54.790Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-29T03:42:54.790Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-29T03:42:55.051Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-29T03:42:55.051Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-29T03:42:55.051Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-29T03:42:55.051Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-29T03:42:55.051Z] go: finding golang.org/x/text v0.3.2 [2020-07-29T03:42:55.051Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-29T03:42:55.051Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-29T03:42:55.051Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-29T03:42:55.051Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-29T03:42:55.051Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-29T03:42:55.315Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-29T03:43:07.569Z] Removing intermediate container 15386aacc924 [2020-07-29T03:43:07.569Z] ---> 7571753a8509 [2020-07-29T03:43:07.569Z] Successfully built 7571753a8509 [2020-07-29T03:43:07.569Z] 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-29T03:43:08.154Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-29T03:43:08.154Z] . [Pipeline] withDockerContainer [2020-07-29T03:43:08.251Z] prd-centos7-docker-4c-2g-1354 does not seem to be running inside a container [2020-07-29T03:43:08.291Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2020-07-29T03:43:08.876Z] $ docker top 628b350f8822268be5fdb8ad83c24dc24bcef8a010164e0fb3f1fb3ebc26c2ff -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T03:43:09.355Z] + go version [2020-07-29T03:43:09.355Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-29T03:43:09.366Z] ========================================================= [2020-07-29T03:43:09.366Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-29T03:43:09.366Z] ========================================================= [Pipeline] sh [2020-07-29T03:43:09.653Z] + make test [2020-07-29T03:43:09.653Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-29T03:43:12.235Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-29T03:43:20.456Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-29T03:43:24.758Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-29T03:43:24.758Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-29T03:43:24.758Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-29T03:43:24.758Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-29T03:43:27.342Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.021s [2020-07-29T03:43:27.342Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-29T03:43:27.342Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-29T03:43:27.342Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-29T03:43:27.342Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-29T03:43:27.919Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-29T03:43:27.919Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-29T03:43:27.919Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-29T03:43:27.919Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-29T03:43:32.205Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.020s coverage: 46.6% of statements [2020-07-29T03:43:32.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-29T03:43:32.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-29T03:43:32.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-29T03:43:32.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-29T03:43:32.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-29T03:43:35.899Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.042s coverage: 27.4% of statements [2020-07-29T03:43:35.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-29T03:43:35.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-29T03:43:35.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-29T03:43:35.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-29T03:43:35.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-29T03:43:35.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-29T03:43:35.899Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.030s coverage: 100.0% of statements [2020-07-29T03:43:35.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-29T03:43:35.899Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.024s coverage: 100.0% of statements [2020-07-29T03:43:35.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-29T03:43:35.899Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.179s coverage: 29.3% of statements [2020-07-29T03:43:35.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-29T03:43:35.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-29T03:43:35.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-29T03:43:35.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-29T03:43:35.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-29T03:43:35.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.030s coverage: 100.0% of statements [2020-07-29T03:43:35.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-29T03:43:35.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.011s coverage: 100.0% of statements [2020-07-29T03:43:35.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-29T03:43:36.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.062s coverage: 89.8% of statements [2020-07-29T03:43:36.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-29T03:43:37.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.020s coverage: 97.5% of statements [2020-07-29T03:43:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-29T03:43:37.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.018s coverage: 100.0% of statements [2020-07-29T03:43:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-29T03:43:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-29T03:43:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-29T03:43:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-29T03:43:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-29T03:43:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-29T03:43:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-29T03:43:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-29T03:43:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-29T03:43:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-29T03:43:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-29T03:43:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-29T03:43:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-29T03:43:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-29T03:43:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-29T03:43:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-29T03:43:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-29T03:43:37.149Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.023s coverage: 58.8% of statements [2020-07-29T03:43:38.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.043s coverage: 63.5% of statements [2020-07-29T03:43:38.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-29T03:43:38.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-29T03:43:38.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.015s coverage: 100.0% of statements [2020-07-29T03:43:38.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.105s coverage: 55.9% of statements [2020-07-29T03:43:38.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-29T03:43:38.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-29T03:43:38.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-29T03:43:38.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.530s coverage: 86.3% of statements [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.274s coverage: 72.2% of statements [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.154s coverage: 72.1% of statements [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.012s coverage: 82.4% of statements [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.007s coverage: 48.4% of statements [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.009s coverage: 28.8% of statements [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.012s coverage: 96.8% of statements [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.080s coverage: 26.9% of statements [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.067s coverage: 84.1% of statements [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.048s coverage: 100.0% of statements [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.016s coverage: 43.1% of statements [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.024s coverage: 83.8% of statements [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.017s coverage: 46.1% of statements [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.014s coverage: 100.0% of statements [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.013s coverage: 100.0% of statements [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.013s coverage: 100.0% of statements [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.042s coverage: 29.1% of statements [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.012s coverage: 99.0% of statements [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.026s coverage: 100.0% of statements [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.004s coverage: 0.0% of statements [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.019s coverage: 100.0% of statements [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-29T03:43:48.755Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.019s coverage: 100.0% of statements [2020-07-29T03:43:48.755Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-07-29T03:43:49.016Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.005s coverage: 100.0% of statements [2020-07-29T03:43:49.280Z] GO111MODULE=on go vet ./... [2020-07-29T03:43:54.602Z] gofmt -l . [2020-07-29T03:43:54.864Z] [ "`gofmt -l .`" = "" ] [2020-07-29T03:43:55.434Z] ./bin/test-go-mod-tidy.sh [2020-07-29T03:43:56.006Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-07-29T03:43:57.689Z] + ls -al . [2020-07-29T03:43:57.689Z] total 556 [2020-07-29T03:43:57.689Z] drwxrwxr-x 10 1001 1001 4096 Jul 29 03:43 . [2020-07-29T03:43:57.689Z] drwxr-xr-x 4 root root 28 Jul 29 03:43 .. [2020-07-29T03:43:57.689Z] -rw-rw-r-- 1 1001 1001 11 Jul 29 03:41 .dockerignore [2020-07-29T03:43:57.689Z] drwxrwxr-x 8 1001 1001 179 Jul 29 03:41 .git [2020-07-29T03:43:57.689Z] drwxrwxr-x 3 1001 1001 60 Jul 29 03:41 .github [2020-07-29T03:43:57.689Z] -rw-rw-r-- 1 1001 1001 924 Jul 29 03:41 .gitignore [2020-07-29T03:43:57.689Z] drwx------ 3 1001 1001 47 Jul 29 03:41 .semver [2020-07-29T03:43:57.689Z] -rw-rw-r-- 1 1001 1001 166 Jul 29 03:41 .sonarcloud.properties [2020-07-29T03:43:57.689Z] -rw-rw-r-- 1 1001 1001 3804 Jul 29 03:41 CONTRIBUTING.md [2020-07-29T03:43:57.689Z] -rw-rw-r-- 1 1001 1001 1035 Jul 29 03:41 Dockerfile.build [2020-07-29T03:43:57.689Z] -rw-rw-r-- 1 1001 1001 865 Jul 29 03:41 Jenkinsfile [2020-07-29T03:43:57.689Z] -rw-rw-r-- 1 1001 1001 10775 Jul 29 03:41 LICENSE [2020-07-29T03:43:57.689Z] -rw-rw-r-- 1 1001 1001 6211 Jul 29 03:41 Makefile [2020-07-29T03:43:57.689Z] -rw-rw-r-- 1 1001 1001 5652 Jul 29 03:41 README.md [2020-07-29T03:43:57.689Z] -rw-rw-r-- 1 1001 1001 7111 Jul 29 03:41 SECURITY.md [2020-07-29T03:43:57.689Z] -rw-rw-r-- 1 1001 1001 5 Jul 29 03:41 VERSION [2020-07-29T03:43:57.689Z] -rw-rw-r-- 1 1001 1001 4131 Jul 29 03:41 ZMQWindows.md [2020-07-29T03:43:57.689Z] drwxrwxr-x 2 1001 1001 117 Jul 29 03:41 bin [2020-07-29T03:43:57.689Z] drwxrwxr-x 15 1001 1001 4096 Jul 29 03:41 cmd [2020-07-29T03:43:57.689Z] -rw-r--r-- 1 root root 456067 Jul 29 03:43 coverage.out [2020-07-29T03:43:57.689Z] -rw-r--r-- 1 root root 1019 Jul 29 03:43 go.mod [2020-07-29T03:43:57.689Z] -rw-r--r-- 1 root root 18146 Jul 29 03:43 go.sum [2020-07-29T03:43:57.689Z] drwxrwxr-x 8 1001 1001 127 Jul 29 03:41 internal [2020-07-29T03:43:57.689Z] drwxrwxr-x 4 1001 1001 26 Jul 29 03:41 openapi [2020-07-29T03:43:57.689Z] drwxrwxr-x 4 1001 1001 71 Jul 29 03:41 snap [2020-07-29T03:43:57.689Z] -rw-rw-r-- 1 1001 1001 168 Jul 29 03:41 version.go [Pipeline] sh [2020-07-29T03:43:57.989Z] + '[' -e coverage.out ] [2020-07-29T03:43:57.989Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-29T03:43:58.083Z] Stashed 1 file(s) [Pipeline] sh [2020-07-29T03:43:58.368Z] + make build [2020-07-29T03:43:58.368Z] 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-29T03:44:05.078Z] 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-29T03:44:07.624Z] 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-29T03:44:09.509Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1357 in /w/workspace/edgexfoundry_edgex-go_PR-2644 [Pipeline] { [2020-07-29T03:44:09.556Z] 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 [Pipeline] ws [2020-07-29T03:44:09.558Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-07-29T03:44:10.506Z] 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-29T03:44:12.429Z] 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-29T03:44:12.692Z] 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-29T03:44:14.459Z] using credential edgex-jenkins-ssh [2020-07-29T03:44:14.532Z] Cloning the remote Git repository [2020-07-29T03:44:14.532Z] Cloning with configured refspecs honoured and without tags [2020-07-29T03:44:14.650Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-29T03:44:15.251Z] 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-29T03:44:14.800Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-07-29T03:44:14.867Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-29T03:44:14.868Z] > git --version # timeout=10 [2020-07-29T03:44:14.897Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T03:44:14.968Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2644/head:refs/remotes/origin/PR-2644 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T03:44:16.638Z] 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-29T03:44:18.039Z] 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-29T03:44:19.431Z] 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-29T03:44:20.830Z] 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-29T03:44:21.773Z] 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-29T03:44:23.169Z] $ docker stop --time=1 628b350f8822268be5fdb8ad83c24dc24bcef8a010164e0fb3f1fb3ebc26c2ff [2020-07-29T03:44:24.741Z] $ docker rm -f 628b350f8822268be5fdb8ad83c24dc24bcef8a010164e0fb3f1fb3ebc26c2ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T03:44:27.317Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T03:44:27.317Z] [2020-07-29T03:44:27.317Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T03:44:27.654Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T03:44:27.654Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-29T03:44:27.654Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-29T03:44:27.654Z] ca9280d653b3: Pulling fs layer [2020-07-29T03:44:27.654Z] 7e9c9ca2126c: Pulling fs layer [2020-07-29T03:44:27.654Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-29T03:44:27.654Z] cbdbe7a5bc2a: Download complete [2020-07-29T03:44:27.922Z] ca9280d653b3: Verifying Checksum [2020-07-29T03:44:27.922Z] ca9280d653b3: Download complete [2020-07-29T03:44:27.922Z] cbdbe7a5bc2a: Pull complete [2020-07-29T03:44:28.880Z] 7e9c9ca2126c: Download complete [2020-07-29T03:44:28.880Z] ca9280d653b3: Pull complete [2020-07-29T03:44:30.528Z] Fetching without tags [2020-07-29T03:44:31.057Z] Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit 52200db4b05771ddb54996de7dd78da7e7ca4697 [2020-07-29T03:44:31.563Z] Merge succeeded, producing 1b419894c9c28dae1abbe1d64d07acb59860198b [2020-07-29T03:44:31.563Z] Checking out Revision 1b419894c9c28dae1abbe1d64d07acb59860198b (PR-2644) [2020-07-29T03:44:30.437Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-29T03:44:30.459Z] > git config --add remote.origin.fetch +refs/pull/2644/head:refs/remotes/origin/PR-2644 # timeout=10 [2020-07-29T03:44:30.478Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T03:44:30.503Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-29T03:44:30.540Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-29T03:44:30.540Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T03:44:30.555Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2644/head:refs/remotes/origin/PR-2644 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T03:44:31.077Z] > git config core.sparsecheckout # timeout=10 [2020-07-29T03:44:31.101Z] > git checkout -f 52200db4b05771ddb54996de7dd78da7e7ca4697 # timeout=10 [2020-07-29T03:44:31.386Z] > git remote # timeout=10 [2020-07-29T03:44:31.405Z] > git config --get remote.origin.url # timeout=10 [2020-07-29T03:44:31.416Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T03:44:31.426Z] > git merge 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 [2020-07-29T03:44:31.545Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-29T03:44:31.569Z] > git config core.sparsecheckout # timeout=10 [2020-07-29T03:44:31.579Z] > git checkout -f 1b419894c9c28dae1abbe1d64d07acb59860198b # timeout=10 [2020-07-29T03:44:34.279Z] 7e9c9ca2126c: Pull complete [2020-07-29T03:44:34.279Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-29T03:44:34.279Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T03:44:34.279Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-29T03:44:34.429Z] prd-centos7-docker-4c-2g-1354 does not seem to be running inside a container [2020-07-29T03:44:34.467Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:10003/edgex-devops/edgex-compose:latest cat [2020-07-29T03:44:36.058Z] Commit message: "Merge commit '4e0bf0319480625e5379d8d5fd7b212abf0b0714' into HEAD" [2020-07-29T03:44:36.081Z] First time build. Skipping changelog. [2020-07-29T03:44:36.065Z] > git rev-list --no-walk 332e88fc8cafc99e7e7a445406e1869d75aab629 # timeout=10 [2020-07-29T03:44:37.781Z] $ docker top c0373fb346279d5f4e5e1a1d9208a671c7f93fb816e6e2c766f7849cd840e545 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-07-29T03:44:38.328Z] + docker-compose build --help [2020-07-29T03:44:38.328Z] + grep parallel [Pipeline] unstash [2020-07-29T03:44:39.271Z] --parallel Build images in parallel. [Pipeline] } [2020-07-29T03:44:39.280Z] $ docker stop --time=1 c0373fb346279d5f4e5e1a1d9208a671c7f93fb816e6e2c766f7849cd840e545 [2020-07-29T03:44:40.616Z] $ docker rm -f c0373fb346279d5f4e5e1a1d9208a671c7f93fb816e6e2c766f7849cd840e545 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T03:44:41.218Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T03:44:41.218Z] . [Pipeline] withDockerContainer [2020-07-29T03:44:41.308Z] prd-centos7-docker-4c-2g-1354 does not seem to be running inside a container [2020-07-29T03:44:41.350Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-devops/edgex-compose:latest cat [2020-07-29T03:44:41.905Z] $ docker top 97b62d302b74c03b8b35ba648b5d2ea7e666fdebeed0969f7e2910fe9be3aed2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T03:44:42.361Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-29T03:44:43.332Z] Building docker-core-command-go ... [2020-07-29T03:44:43.332Z] Building docker-core-data-go ... [2020-07-29T03:44:43.332Z] Building docker-core-metadata-go ... [2020-07-29T03:44:43.332Z] Building docker-security-proxy-setup-go ... [2020-07-29T03:44:43.332Z] Building docker-security-secrets-setup-go ... [2020-07-29T03:44:43.332Z] Building docker-security-secretstore-setup-go ... [2020-07-29T03:44:43.332Z] Building docker-support-logging-go ... [2020-07-29T03:44:43.332Z] Building docker-support-notifications-go ... [2020-07-29T03:44:43.332Z] Building docker-support-scheduler-go ... [2020-07-29T03:44:43.332Z] Building docker-sys-mgmt-agent-go ... [2020-07-29T03:44:43.332Z] Building docker-core-command-go [2020-07-29T03:44:43.332Z] Building docker-support-scheduler-go [2020-07-29T03:44:43.332Z] Building docker-support-notifications-go [2020-07-29T03:44:43.332Z] Building docker-support-logging-go [2020-07-29T03:44:43.332Z] Building docker-sys-mgmt-agent-go [Pipeline] echo [2020-07-29T03:44:49.123Z] ========================================================= [2020-07-29T03:44:49.123Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-29T03:44:49.123Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-29T03:44:49.952Z] + 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-29T03:44:54.266Z] Sending build context to Docker daemon 322.9MB [2020-07-29T03:44:54.266Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-29T03:44:54.266Z] Step 2/7 : FROM ${BASE} [2020-07-29T03:44:54.266Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-29T03:44:54.266Z] b538f80385f9: Pulling fs layer [2020-07-29T03:44:54.266Z] 74f711af9a0d: Pulling fs layer [2020-07-29T03:44:54.266Z] 99f96fe45779: Pulling fs layer [2020-07-29T03:44:54.266Z] fd7a069fd194: Pulling fs layer [2020-07-29T03:44:54.266Z] 66aa3694b03b: Pulling fs layer [2020-07-29T03:44:54.266Z] 170f70906a0f: Pulling fs layer [2020-07-29T03:44:54.266Z] ad7c5574e4b9: Pulling fs layer [2020-07-29T03:44:54.266Z] e772456be8f7: Pulling fs layer [2020-07-29T03:44:54.266Z] c890913d741a: Pulling fs layer [2020-07-29T03:44:54.266Z] 2480fcc9aa5a: Pulling fs layer [2020-07-29T03:44:54.266Z] 09adf4765672: Pulling fs layer [2020-07-29T03:44:54.266Z] fd7a069fd194: Waiting [2020-07-29T03:44:54.266Z] 66aa3694b03b: Waiting [2020-07-29T03:44:54.266Z] 170f70906a0f: Waiting [2020-07-29T03:44:54.266Z] ad7c5574e4b9: Waiting [2020-07-29T03:44:54.266Z] e772456be8f7: Waiting [2020-07-29T03:44:54.266Z] c890913d741a: Waiting [2020-07-29T03:44:54.266Z] 2480fcc9aa5a: Waiting [2020-07-29T03:44:54.266Z] 09adf4765672: Waiting [2020-07-29T03:44:54.266Z] 99f96fe45779: Verifying Checksum [2020-07-29T03:44:54.266Z] 99f96fe45779: Download complete [2020-07-29T03:44:54.266Z] 74f711af9a0d: Verifying Checksum [2020-07-29T03:44:54.266Z] 74f711af9a0d: Download complete [2020-07-29T03:44:54.266Z] 66aa3694b03b: Verifying Checksum [2020-07-29T03:44:54.266Z] 66aa3694b03b: Download complete [2020-07-29T03:44:54.266Z] 170f70906a0f: Verifying Checksum [2020-07-29T03:44:54.266Z] 170f70906a0f: Download complete [2020-07-29T03:44:54.266Z] b538f80385f9: Verifying Checksum [2020-07-29T03:44:55.250Z] b538f80385f9: Pull complete [2020-07-29T03:44:55.527Z] 74f711af9a0d: Pull complete [2020-07-29T03:44:55.806Z] 99f96fe45779: Pull complete [2020-07-29T03:44:57.782Z] ad7c5574e4b9: Verifying Checksum [2020-07-29T03:44:57.782Z] ad7c5574e4b9: Download complete [2020-07-29T03:44:57.782Z] c890913d741a: Verifying Checksum [2020-07-29T03:44:57.782Z] c890913d741a: Download complete [2020-07-29T03:44:59.216Z] fd7a069fd194: Verifying Checksum [2020-07-29T03:44:59.217Z] fd7a069fd194: Download complete [2020-07-29T03:44:59.217Z] 09adf4765672: Verifying Checksum [2020-07-29T03:44:59.217Z] 09adf4765672: Download complete [2020-07-29T03:44:59.810Z] 2480fcc9aa5a: Verifying Checksum [2020-07-29T03:44:59.810Z] 2480fcc9aa5a: Download complete [2020-07-29T03:44:59.810Z] e772456be8f7: Verifying Checksum [2020-07-29T03:44:59.810Z] e772456be8f7: Download complete [2020-07-29T03:45:09.965Z] fd7a069fd194: Pull complete [2020-07-29T03:45:10.245Z] 66aa3694b03b: Pull complete [2020-07-29T03:45:10.846Z] 170f70906a0f: Pull complete [2020-07-29T03:45:15.181Z] ad7c5574e4b9: Pull complete [2020-07-29T03:45:15.720Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T03:45:15.720Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T03:45:15.720Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T03:45:15.720Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T03:45:15.720Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T03:45:15.720Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T03:45:15.720Z] ---> 7571753a8509 [2020-07-29T03:45:15.720Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T03:45:15.720Z] ---> 7571753a8509 [2020-07-29T03:45:15.720Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T03:45:15.720Z] ---> 7571753a8509 [2020-07-29T03:45:15.720Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T03:45:15.720Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T03:45:15.720Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-29T03:45:15.720Z] ---> 7571753a8509 [2020-07-29T03:45:15.720Z] Step 3/23 : WORKDIR /edgex-goStep 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T03:45:15.720Z] [2020-07-29T03:45:15.720Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T03:45:15.720Z] ---> 7571753a8509 [2020-07-29T03:45:15.720Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T03:45:15.720Z] ---> Running in 49d3152b36b6 [2020-07-29T03:45:15.720Z] ---> Running in ddf871ce6c0f [2020-07-29T03:45:15.720Z] ---> Running in f6e9c30b90d2 [2020-07-29T03:45:15.720Z] ---> Running in cf38c68ba0f4 [2020-07-29T03:45:15.720Z] ---> Running in 7f3f3e205bf7 [2020-07-29T03:45:15.720Z] Removing intermediate container ddf871ce6c0f [2020-07-29T03:45:15.720Z] ---> 497bc99a9cbd [2020-07-29T03:45:15.720Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T03:45:15.720Z] Removing intermediate container 7f3f3e205bf7 [2020-07-29T03:45:15.720Z] ---> e904fb12da89 [2020-07-29T03:45:15.720Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T03:45:15.720Z] Removing intermediate container f6e9c30b90d2 [2020-07-29T03:45:15.720Z] ---> c3b7e7a762e5 [2020-07-29T03:45:15.720Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T03:45:15.720Z] Removing intermediate container 49d3152b36b6 [2020-07-29T03:45:15.720Z] ---> fa7741331218 [2020-07-29T03:45:15.720Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T03:45:15.720Z] Removing intermediate container cf38c68ba0f4 [2020-07-29T03:45:15.720Z] ---> ee5a18465d21 [2020-07-29T03:45:15.720Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T03:45:15.720Z] ---> Running in f362b9ef439a [2020-07-29T03:45:15.720Z] ---> Running in 287faaa98cd7 [2020-07-29T03:45:15.720Z] ---> Running in a92f2446b402 [2020-07-29T03:45:15.720Z] ---> Running in 4ed88aa94f64 [2020-07-29T03:45:15.720Z] ---> Running in c84822c8bf1d [2020-07-29T03:45:16.308Z] Removing intermediate container a92f2446b402 [2020-07-29T03:45:16.308Z] ---> c60e1df3e53f [2020-07-29T03:45:16.308Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-29T03:45:16.571Z] ---> Running in cc697b26f71d [2020-07-29T03:45:16.571Z] Removing intermediate container f362b9ef439a [2020-07-29T03:45:16.571Z] ---> 13154756499d [2020-07-29T03:45:16.571Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-29T03:45:16.846Z] ---> Running in 0f66fd956c8b [2020-07-29T03:45:17.109Z] Removing intermediate container 287faaa98cd7 [2020-07-29T03:45:17.109Z] ---> 00fe83cf8507 [2020-07-29T03:45:17.109Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-29T03:45:17.370Z] ---> Running in b8775e31a051 [2020-07-29T03:45:17.370Z] Removing intermediate container 4ed88aa94f64 [2020-07-29T03:45:17.370Z] ---> 050ac447b02e [2020-07-29T03:45:17.370Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T03:45:17.370Z] Removing intermediate container c84822c8bf1d [2020-07-29T03:45:17.370Z] ---> f4f0a0fa2c93 [2020-07-29T03:45:17.370Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T03:45:17.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T03:45:17.632Z] ---> Running in d457504e58ad [2020-07-29T03:45:17.632Z] ---> Running in 1c6d9c569cec [2020-07-29T03:45:17.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T03:45:17.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T03:45:18.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T03:45:18.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T03:45:18.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T03:45:18.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T03:45:18.744Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T03:45:18.744Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T03:45:18.744Z] OK: 12749 distinct packages available [2020-07-29T03:45:19.005Z] OK: 233 MiB in 51 packages [2020-07-29T03:45:19.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T03:45:19.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T03:45:19.276Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T03:45:19.276Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T03:45:19.276Z] OK: 12749 distinct packages available [2020-07-29T03:45:19.276Z] OK: 233 MiB in 51 packages [2020-07-29T03:45:19.518Z] e772456be8f7: Pull complete [2020-07-29T03:45:19.518Z] c890913d741a: Pull complete [2020-07-29T03:45:19.546Z] Removing intermediate container cc697b26f71d [2020-07-29T03:45:19.546Z] ---> 89de190f7ddd [2020-07-29T03:45:19.546Z] Step 6/23 : COPY go.mod . [2020-07-29T03:45:19.546Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T03:45:19.546Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T03:45:19.546Z] OK: 12749 distinct packages available [2020-07-29T03:45:19.546Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T03:45:19.546Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T03:45:19.546Z] OK: 12749 distinct packages available [2020-07-29T03:45:19.811Z] ---> ac67b68c39bf [2020-07-29T03:45:19.811Z] Step 7/23 : RUN go mod download [2020-07-29T03:45:19.811Z] OK: 233 MiB in 51 packages [2020-07-29T03:45:19.811Z] ---> Running in a403ea694740 [2020-07-29T03:45:19.811Z] OK: 233 MiB in 51 packages [2020-07-29T03:45:20.075Z] Removing intermediate container b8775e31a051 [2020-07-29T03:45:20.075Z] ---> ab1e01dfd8a7 [2020-07-29T03:45:20.075Z] Step 6/26 : COPY go.mod . [2020-07-29T03:45:20.648Z] ---> fe7bb3cdad5d [2020-07-29T03:45:20.648Z] Step 7/26 : RUN go mod download [2020-07-29T03:45:20.648Z] ---> Running in 3ea92571065e [2020-07-29T03:45:20.648Z] Removing intermediate container d457504e58ad [2020-07-29T03:45:20.648Z] ---> aefdab95425f [2020-07-29T03:45:20.648Z] Step 6/21 : COPY go.mod . [2020-07-29T03:45:20.938Z] Removing intermediate container 1c6d9c569cec [2020-07-29T03:45:20.938Z] ---> 34802acdb0f1 [2020-07-29T03:45:20.938Z] Step 6/20 : COPY go.mod . [2020-07-29T03:45:20.938Z] ---> ce0c76aa0120 [2020-07-29T03:45:20.938Z] Step 7/21 : RUN go mod download [2020-07-29T03:45:21.213Z] ---> Running in be1d35f9d414 [2020-07-29T03:45:21.213Z] ---> 7975261e0b53 [2020-07-29T03:45:21.213Z] Step 7/20 : RUN go mod download [2020-07-29T03:45:21.213Z] ---> Running in c9a85f1f35d7 [2020-07-29T03:45:21.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T03:45:22.087Z] Removing intermediate container a403ea694740 [2020-07-29T03:45:22.087Z] ---> 34dcac5dc72b [2020-07-29T03:45:22.087Z] Step 8/23 : COPY . . [2020-07-29T03:45:22.087Z] Removing intermediate container 3ea92571065e [2020-07-29T03:45:22.087Z] ---> 92cc95796169 [2020-07-29T03:45:22.087Z] Step 8/26 : COPY . . [2020-07-29T03:45:22.165Z] 2480fcc9aa5a: Pull complete [2020-07-29T03:45:22.439Z] 09adf4765672: Pull complete [2020-07-29T03:45:22.439Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-29T03:45:22.439Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-29T03:45:22.439Z] ---> 2248a725d1cf [2020-07-29T03:45:22.439Z] 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-29T03:45:24.662Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T03:45:24.662Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T03:45:24.662Z] OK: 12749 distinct packages available [2020-07-29T03:45:24.925Z] OK: 233 MiB in 51 packages [2020-07-29T03:45:25.245Z] OK: 233 MiB in 51 packages [2020-07-29T03:45:29.184Z] ---> Running in 33ddc1421248 [2020-07-29T03:45:29.516Z] Removing intermediate container c9a85f1f35d7 [2020-07-29T03:45:29.516Z] ---> 58e4bae8151b [2020-07-29T03:45:29.516Z] Step 8/20 : COPY . . [2020-07-29T03:45:29.516Z] Removing intermediate container be1d35f9d414 [2020-07-29T03:45:29.516Z] ---> d5ed5354e843 [2020-07-29T03:45:29.516Z] Step 8/21 : COPY . . [2020-07-29T03:45:30.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T03:45:31.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T03:45:31.756Z] (1/12) Installing libmagic (5.38-r0) [2020-07-29T03:45:32.030Z] (2/12) Installing file (5.38-r0) [2020-07-29T03:45:32.030Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-29T03:45:32.301Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-29T03:45:35.658Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-29T03:45:35.658Z] (6/12) Installing patch (2.7.6-r6) [2020-07-29T03:45:35.658Z] (7/12) Installing build-base (0.5-r2) [2020-07-29T03:45:35.658Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-29T03:45:35.658Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-29T03:45:35.658Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-29T03:45:35.930Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-29T03:45:35.930Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-29T03:45:35.930Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T03:45:35.930Z] OK: 217 MiB in 51 packages [2020-07-29T03:45:36.136Z] Removing intermediate container 0f66fd956c8b [2020-07-29T03:45:36.136Z] ---> cc24b0cdfcb2 [2020-07-29T03:45:36.136Z] Step 6/21 : COPY go.mod . [2020-07-29T03:45:40.252Z] Removing intermediate container 33ddc1421248 [2020-07-29T03:45:40.252Z] ---> 47bf9fe3e2e5 [2020-07-29T03:45:40.252Z] Step 4/7 : WORKDIR /edgex-go [2020-07-29T03:45:40.252Z] ---> Running in 0cd36272b717 [2020-07-29T03:45:40.846Z] Removing intermediate container 0cd36272b717 [2020-07-29T03:45:40.846Z] ---> c780f764455a [2020-07-29T03:45:40.846Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-29T03:45:41.118Z] latest: Pulling from library/docker [2020-07-29T03:45:41.118Z] b538f80385f9: Already exists [2020-07-29T03:45:41.118Z] 259a493cd78d: Pulling fs layer [2020-07-29T03:45:41.118Z] b8e66b5100f5: Pulling fs layer [2020-07-29T03:45:41.118Z] 39dc9c94d07c: Pulling fs layer [2020-07-29T03:45:41.118Z] 551b823b3b82: Pulling fs layer [2020-07-29T03:45:41.118Z] 3c52a74df98c: Pulling fs layer [2020-07-29T03:45:41.119Z] 6c9b121b6998: Pulling fs layer [2020-07-29T03:45:41.119Z] 551b823b3b82: Waiting [2020-07-29T03:45:41.119Z] 3c52a74df98c: Waiting [2020-07-29T03:45:41.119Z] 6c9b121b6998: Waiting [2020-07-29T03:45:41.394Z] b8e66b5100f5: Download complete [2020-07-29T03:45:41.394Z] 259a493cd78d: Verifying Checksum [2020-07-29T03:45:41.394Z] 259a493cd78d: Download complete [2020-07-29T03:45:41.394Z] 551b823b3b82: Verifying Checksum [2020-07-29T03:45:41.394Z] 551b823b3b82: Download complete [2020-07-29T03:45:41.459Z] ---> 2793b994557f [2020-07-29T03:45:41.460Z] Step 7/21 : RUN go mod download [2020-07-29T03:45:41.667Z] 3c52a74df98c: Verifying Checksum [2020-07-29T03:45:41.667Z] 3c52a74df98c: Download complete [2020-07-29T03:45:41.667Z] 6c9b121b6998: Verifying Checksum [2020-07-29T03:45:41.667Z] 6c9b121b6998: Download complete [2020-07-29T03:45:42.264Z] 259a493cd78d: Pull complete [2020-07-29T03:45:42.538Z] b8e66b5100f5: Pull complete [2020-07-29T03:45:42.813Z] 39dc9c94d07c: Verifying Checksum [2020-07-29T03:45:42.813Z] 39dc9c94d07c: Download complete [2020-07-29T03:45:44.887Z] ---> Running in 7335647a2bb7 [2020-07-29T03:45:46.080Z] 39dc9c94d07c: Pull complete [2020-07-29T03:45:46.352Z] 551b823b3b82: Pull complete [2020-07-29T03:45:46.625Z] 3c52a74df98c: Pull complete [2020-07-29T03:45:46.902Z] 6c9b121b6998: Pull complete [2020-07-29T03:45:46.902Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-29T03:45:47.180Z] Status: Downloaded newer image for docker:latest [2020-07-29T03:45:50.563Z] ---> 6224cd8d1860 [2020-07-29T03:45:50.563Z] Step 6/7 : COPY go.mod . [2020-07-29T03:45:51.543Z] ---> 8c7fe5b10342 [2020-07-29T03:45:51.543Z] Step 7/7 : RUN go mod download [2020-07-29T03:45:51.543Z] ---> Running in b1aa6f5edd76 [2020-07-29T03:45:53.076Z] ---> 82f81b7c4065 [2020-07-29T03:45:53.076Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-29T03:45:54.154Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-29T03:45:54.154Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-29T03:45:54.154Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-29T03:45:54.154Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-29T03:45:54.425Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-29T03:45:54.425Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-29T03:45:54.425Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-29T03:45:54.425Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-29T03:45:54.425Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-29T03:45:54.425Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-29T03:45:54.425Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-29T03:45:54.425Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-29T03:45:54.425Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-29T03:45:54.425Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-29T03:45:54.572Z] ---> 324c1227f686 [2020-07-29T03:45:54.572Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-29T03:45:54.572Z] ---> Running in f373d3f37864 [2020-07-29T03:45:54.697Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-29T03:45:54.698Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-29T03:45:54.698Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-29T03:45:54.698Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-29T03:45:54.698Z] go: finding github.com/fatih/color v1.7.0 [2020-07-29T03:45:54.698Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-29T03:45:54.698Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-29T03:45:54.698Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-29T03:45:54.698Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-29T03:45:54.698Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-29T03:45:54.975Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-29T03:45:54.975Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-29T03:45:54.975Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-29T03:45:54.975Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-29T03:45:54.975Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-29T03:45:54.975Z] go: finding github.com/google/uuid v1.1.0 [2020-07-29T03:45:54.975Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-29T03:45:54.975Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-29T03:45:54.975Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-29T03:45:54.975Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-29T03:45:54.976Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-29T03:45:55.250Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-29T03:45:55.250Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-29T03:45:55.250Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-29T03:45:55.250Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-29T03:45:55.250Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-29T03:45:55.250Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-29T03:45:55.250Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-29T03:45:55.250Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-29T03:45:55.250Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-29T03:45:55.250Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-29T03:45:55.250Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-29T03:45:55.250Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-29T03:45:55.521Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-29T03:45:55.521Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-29T03:45:55.521Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-29T03:45:55.521Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-29T03:45:55.521Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-29T03:45:55.521Z] go: finding github.com/kr/pty v1.1.1 [2020-07-29T03:45:55.521Z] go: finding github.com/kr/text v0.1.0 [2020-07-29T03:45:55.521Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-29T03:45:55.521Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-29T03:45:55.521Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-29T03:45:55.521Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-29T03:45:55.521Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-29T03:45:55.551Z] ---> 181246b25c59 [2020-07-29T03:45:55.551Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-29T03:45:55.551Z] ---> Running in d95a5453c18c [2020-07-29T03:45:55.794Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-29T03:45:55.795Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-29T03:45:55.795Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-29T03:45:55.795Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-29T03:45:55.795Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-29T03:45:55.795Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-29T03:45:55.795Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-29T03:45:55.795Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-29T03:45:55.795Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-29T03:45:55.795Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-29T03:45:55.795Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-29T03:45:55.795Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-29T03:45:55.823Z] ---> 9a1a85dfb99f [2020-07-29T03:45:55.823Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-29T03:45:55.823Z] Removing intermediate container 7335647a2bb7 [2020-07-29T03:45:55.823Z] ---> 002c55eaa2b7 [2020-07-29T03:45:55.823Z] Step 8/21 : COPY . . [2020-07-29T03:45:56.067Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-29T03:45:56.067Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-29T03:45:56.067Z] go: finding github.com/posener/complete v1.1.1 [2020-07-29T03:45:56.067Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-29T03:45:56.067Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-29T03:45:56.067Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-29T03:45:56.067Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-29T03:45:56.067Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-29T03:45:56.067Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-29T03:45:56.067Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-29T03:45:56.067Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-29T03:45:56.067Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-29T03:45:56.089Z] ---> Running in d915babf9205 [2020-07-29T03:45:56.089Z] ---> Running in 2da27e4375b1 [2020-07-29T03:45:56.339Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-29T03:45:56.339Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-29T03:45:56.339Z] go: finding golang.org/x/text v0.3.2 [2020-07-29T03:45:56.339Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-29T03:45:56.339Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-29T03:45:56.339Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-29T03:45:56.339Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-29T03:45:56.339Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-29T03:45:56.339Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-29T03:45:56.351Z] 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-29T03:45:56.351Z] 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-29T03:45:57.309Z] 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-29T03:45:57.309Z] 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-29T03:46:14.643Z] Removing intermediate container b1aa6f5edd76 [2020-07-29T03:46:14.643Z] ---> c8fe8787fb0f [2020-07-29T03:46:14.643Z] Successfully built c8fe8787fb0f [2020-07-29T03:46:14.643Z] 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-29T03:46:15.501Z] + docker inspect -f . ci-base-image-arm64 [2020-07-29T03:46:15.501Z] . [Pipeline] withDockerContainer [2020-07-29T03:46:15.576Z] ---> 1856ff047bfa [2020-07-29T03:46:15.576Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-29T03:46:15.576Z] ---> Running in e0cbbc099c09 [2020-07-29T03:46:15.742Z] prd-ubuntu18.04-docker-arm64-4c-16g-1357 does not seem to be running inside a container [2020-07-29T03:46:15.826Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat [2020-07-29T03:46:16.523Z] 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-29T03:46:17.068Z] $ docker top ed32bc7aa0174c86cf1721f453ad3ec25cea45080013b987d4feae3597a41d60 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T03:46:18.074Z] + go version [2020-07-29T03:46:18.074Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-29T03:46:18.092Z] ========================================================= [2020-07-29T03:46:18.092Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-29T03:46:18.092Z] ========================================================= [Pipeline] sh [2020-07-29T03:46:18.735Z] + make test [2020-07-29T03:46:18.735Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-29T03:46:21.348Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-29T03:46:34.743Z] Removing intermediate container d95a5453c18c [2020-07-29T03:46:34.743Z] ---> 78f102fffca5 [2020-07-29T03:46:34.743Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-29T03:46:34.743Z] ---> Running in c73bfb2f677a [2020-07-29T03:46:34.743Z] 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-29T03:46:40.026Z] Removing intermediate container d915babf9205 [2020-07-29T03:46:40.026Z] ---> 4f6b59fd38bf [2020-07-29T03:46:40.026Z] [2020-07-29T03:46:40.026Z] Step 10/20 : FROM scratch [2020-07-29T03:46:40.026Z] ---> [2020-07-29T03:46:40.026Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T03:46:40.026Z] Removing intermediate container 2da27e4375b1 [2020-07-29T03:46:40.026Z] ---> 85d88ce9dfed [2020-07-29T03:46:40.026Z] [2020-07-29T03:46:40.026Z] Step 10/21 : FROM scratch [2020-07-29T03:46:40.026Z] ---> [2020-07-29T03:46:40.026Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T03:46:40.026Z] Removing intermediate container f373d3f37864 [2020-07-29T03:46:40.026Z] ---> e177b79957ca [2020-07-29T03:46:40.026Z] [2020-07-29T03:46:40.026Z] Step 10/23 : FROM scratch [2020-07-29T03:46:40.026Z] ---> [2020-07-29T03:46:40.026Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T03:46:40.026Z] ---> Running in 6d3e661f405b [2020-07-29T03:46:40.026Z] ---> Running in f38a388e772c [2020-07-29T03:46:40.026Z] ---> Running in 33535638a293 [2020-07-29T03:46:40.026Z] Removing intermediate container 6d3e661f405b [2020-07-29T03:46:40.026Z] ---> 375f52499592 [2020-07-29T03:46:40.026Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-29T03:46:40.286Z] Removing intermediate container f38a388e772c [2020-07-29T03:46:40.286Z] ---> 713f510a250b [2020-07-29T03:46:40.286Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-29T03:46:40.286Z] Removing intermediate container 33535638a293 [2020-07-29T03:46:40.286Z] ---> 4dcaf611f45a [2020-07-29T03:46:40.286Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-29T03:46:40.286Z] ---> Running in 3ef4730d5578 [2020-07-29T03:46:40.856Z] ---> Running in cc31c530951d [2020-07-29T03:46:40.857Z] ---> Running in 6607b04d1023 [2020-07-29T03:46:40.857Z] Removing intermediate container c73bfb2f677a [2020-07-29T03:46:40.857Z] ---> ed1aa38105cd [2020-07-29T03:46:40.857Z] [2020-07-29T03:46:40.857Z] Step 11/26 : FROM docker:latest [2020-07-29T03:46:40.857Z] ---> 81f5749c9058 [2020-07-29T03:46:40.857Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-29T03:46:41.799Z] Removing intermediate container 3ef4730d5578 [2020-07-29T03:46:41.799Z] ---> c6a7f961a756 [2020-07-29T03:46:41.799Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-29T03:46:41.799Z] ---> Running in 015d2689008e [2020-07-29T03:46:41.799Z] Removing intermediate container e0cbbc099c09 [2020-07-29T03:46:41.799Z] ---> b60904d46abf [2020-07-29T03:46:41.799Z] [2020-07-29T03:46:41.799Z] Step 10/21 : FROM scratch [2020-07-29T03:46:41.799Z] ---> [2020-07-29T03:46:41.799Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T03:46:41.799Z] ---> Running in eda9e2592028 [2020-07-29T03:46:41.799Z] ---> Using cache [2020-07-29T03:46:41.799Z] ---> 4dcaf611f45a [2020-07-29T03:46:41.799Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-29T03:46:41.799Z] Removing intermediate container 6607b04d1023 [2020-07-29T03:46:41.799Z] ---> b6ac07b7072e [2020-07-29T03:46:41.799Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-29T03:46:42.061Z] Removing intermediate container cc31c530951d [2020-07-29T03:46:42.061Z] ---> 2c31a76b09b8 [2020-07-29T03:46:42.061Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T03:46:42.061Z] ---> Running in 9033895dd07e [2020-07-29T03:46:42.061Z] ---> Running in e567ca72778b [2020-07-29T03:46:42.322Z] ---> Running in a9a746f2df15 [2020-07-29T03:46:42.322Z] Removing intermediate container eda9e2592028 [2020-07-29T03:46:42.322Z] ---> 091f8a87bca9 [2020-07-29T03:46:42.322Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-29T03:46:42.322Z] Removing intermediate container 9033895dd07e [2020-07-29T03:46:42.322Z] ---> 6fd15c222722 [2020-07-29T03:46:42.322Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T03:46:42.583Z] Removing intermediate container e567ca72778b [2020-07-29T03:46:42.583Z] ---> d1003cc11e6d [2020-07-29T03:46:42.583Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-29T03:46:42.583Z] Removing intermediate container a9a746f2df15 [2020-07-29T03:46:42.583Z] ---> ee30f140bdfb [2020-07-29T03:46:42.583Z] Step 14/21 : WORKDIR / [2020-07-29T03:46:42.583Z] ---> Running in 5a90aea06cf5 [2020-07-29T03:46:42.583Z] ---> 0a539d2a7b60 [2020-07-29T03:46:42.583Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-29T03:46:42.846Z] ---> Running in fba07e167e88 [2020-07-29T03:46:42.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T03:46:42.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T03:46:43.106Z] (1/2) Installing readline (8.0.4-r0) [2020-07-29T03:46:43.106Z] (2/2) Installing bash (5.0.17-r0) [2020-07-29T03:46:43.106Z] Executing bash-5.0.17-r0.post-install [2020-07-29T03:46:43.106Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T03:46:43.106Z] OK: 12 MiB in 22 packages [2020-07-29T03:46:43.677Z] ---> 0926f203cad4 [2020-07-29T03:46:43.677Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-29T03:46:43.943Z] Removing intermediate container 5a90aea06cf5 [2020-07-29T03:46:43.943Z] ---> c83fb51c9bfd [2020-07-29T03:46:43.943Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-29T03:46:43.943Z] Removing intermediate container fba07e167e88 [2020-07-29T03:46:43.943Z] ---> d6bdae694683 [2020-07-29T03:46:43.943Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-29T03:46:44.514Z] ---> c233e6cb5496 [2020-07-29T03:46:44.514Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-29T03:46:45.087Z] ---> b0d118536e6f [2020-07-29T03:46:45.087Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-29T03:46:45.087Z] ---> b75d71fa6c79 [2020-07-29T03:46:45.087Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-29T03:46:45.087Z] Removing intermediate container 015d2689008e [2020-07-29T03:46:45.087Z] ---> 42c32793e1e3 [2020-07-29T03:46:45.087Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-29T03:46:45.087Z] ---> d8c7eb44d313 [2020-07-29T03:46:45.087Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-29T03:46:45.350Z] ---> 1984b337333e [2020-07-29T03:46:45.350Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T03:46:45.350Z] ---> Running in f5d9bb8b03c1 [2020-07-29T03:46:45.611Z] ---> Running in 8680ecbbfba2 [2020-07-29T03:46:45.611Z] ---> 686c63a53ae4 [2020-07-29T03:46:45.611Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-29T03:46:45.879Z] ---> 1cd73ac7bd2a [2020-07-29T03:46:45.879Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-29T03:46:45.879Z] ---> 440c06baaeba [2020-07-29T03:46:45.879Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-29T03:46:46.844Z] Removing intermediate container 8680ecbbfba2 [2020-07-29T03:46:46.844Z] ---> 6f2e4baedbb3 [2020-07-29T03:46:46.844Z] Step 18/20 : LABEL arch=x86_64 [2020-07-29T03:46:46.844Z] ---> c8f9635d13e9 [2020-07-29T03:46:46.844Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-29T03:46:46.844Z] ---> Running in ed06efba21c6 [2020-07-29T03:46:46.844Z] ---> 5fee4cc6a2e8 [2020-07-29T03:46:46.844Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T03:46:46.844Z] ---> 2bf487f4cc6f [2020-07-29T03:46:46.844Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-29T03:46:47.114Z] ---> Running in 170a2d1b3fff [2020-07-29T03:46:47.375Z] Removing intermediate container ed06efba21c6 [2020-07-29T03:46:47.375Z] ---> 0e0a8caf2e72 [2020-07-29T03:46:47.375Z] Step 19/20 : LABEL git_sha=4b7c91fcd27f2b0b563193f0bd76fb28e4529912 [2020-07-29T03:46:47.636Z] ---> de5e4282d1a0 [2020-07-29T03:46:47.636Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T03:46:47.636Z] ---> Running in b360cf9b5852 [2020-07-29T03:46:47.636Z] ---> 45dfbecfd89b [2020-07-29T03:46:47.636Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-29T03:46:47.636Z] Removing intermediate container 170a2d1b3fff [2020-07-29T03:46:47.636Z] ---> 05c2de8cf6b5 [2020-07-29T03:46:47.636Z] Step 19/21 : LABEL arch=x86_64 [2020-07-29T03:46:47.636Z] Removing intermediate container f5d9bb8b03c1 [2020-07-29T03:46:47.636Z] ---> 5a34b2b13bda [2020-07-29T03:46:47.636Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-29T03:46:47.900Z] ---> Running in 9d36860ed95d [2020-07-29T03:46:47.900Z] ---> Running in 5659b8794b7b [2020-07-29T03:46:47.900Z] ---> Running in 794bc176246b [2020-07-29T03:46:48.160Z] Removing intermediate container b360cf9b5852 [2020-07-29T03:46:48.160Z] ---> f3600f96782c [2020-07-29T03:46:48.160Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T03:46:48.160Z] ---> b492ed2c9f80 [2020-07-29T03:46:48.160Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T03:46:48.160Z] Removing intermediate container 9d36860ed95d [2020-07-29T03:46:48.160Z] ---> a7a1d9928d61 [2020-07-29T03:46:48.160Z] Step 19/21 : LABEL arch=x86_64 [2020-07-29T03:46:48.425Z] Removing intermediate container 5659b8794b7b [2020-07-29T03:46:48.425Z] ---> 000b1e42da55 [2020-07-29T03:46:48.425Z] Step 20/21 : LABEL git_sha=4b7c91fcd27f2b0b563193f0bd76fb28e4529912 [2020-07-29T03:46:48.425Z] ---> Running in 6d0981ab6877 [2020-07-29T03:46:48.425Z] ---> Running in b9bdd5d749a6 [2020-07-29T03:46:48.425Z] ---> Running in 58938b6e9c77 [2020-07-29T03:46:48.686Z] ---> Running in 8241dc5b58ba [2020-07-29T03:46:48.686Z] Removing intermediate container 794bc176246b [2020-07-29T03:46:48.686Z] ---> b36b903bf555 [2020-07-29T03:46:48.686Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-29T03:46:48.686Z] ---> Running in c35afeb38d78 [2020-07-29T03:46:48.948Z] Removing intermediate container 6d0981ab6877 [2020-07-29T03:46:48.948Z] ---> a8179eabb774 [2020-07-29T03:46:48.948Z] Step 21/23 : LABEL arch=x86_64 [2020-07-29T03:46:48.948Z] Removing intermediate container b9bdd5d749a6 [2020-07-29T03:46:48.948Z] ---> 198f8ff0ad6d [2020-07-29T03:46:48.948Z] [2020-07-29T03:46:48.948Z] Removing intermediate container 58938b6e9c77 [2020-07-29T03:46:48.948Z] ---> cc02eb1a01c7 [2020-07-29T03:46:48.948Z] Step 20/21 : LABEL git_sha=4b7c91fcd27f2b0b563193f0bd76fb28e4529912 [2020-07-29T03:46:48.948Z] Removing intermediate container 8241dc5b58ba [2020-07-29T03:46:48.948Z] ---> 76667c8d9644 [2020-07-29T03:46:48.948Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T03:46:48.948Z] Successfully built 198f8ff0ad6d [2020-07-29T03:46:48.948Z] ---> Running in e9514c1e4f2b [2020-07-29T03:46:49.208Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-29T03:46:49.208Z] ---> Running in 4cd1721b27c6 [2020-07-29T03:46:49.208Z] Building docker-core-metadata-go [2020-07-29T03:46:49.208Z]  Building docker-support-scheduler-go ... done  ---> Running in f5b0e401aab7 [2020-07-29T03:46:49.208Z] Removing intermediate container c35afeb38d78 [2020-07-29T03:46:49.208Z] ---> e88197dec721 [2020-07-29T03:46:49.208Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-29T03:46:49.470Z] ---> Running in 4a8dad5e738d [2020-07-29T03:46:49.470Z] Removing intermediate container e9514c1e4f2b [2020-07-29T03:46:49.470Z] ---> 1e89da53ac0e [2020-07-29T03:46:49.470Z] Step 22/23 : LABEL git_sha=4b7c91fcd27f2b0b563193f0bd76fb28e4529912 [2020-07-29T03:46:49.470Z] Removing intermediate container 4cd1721b27c6 [2020-07-29T03:46:49.470Z] ---> a4c591c2220f [2020-07-29T03:46:49.470Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T03:46:49.470Z] Removing intermediate container f5b0e401aab7 [2020-07-29T03:46:49.470Z] ---> 5ec95e100a57 [2020-07-29T03:46:49.470Z] [2020-07-29T03:46:49.731Z] Successfully built 5ec95e100a57 [2020-07-29T03:46:49.731Z] Successfully tagged docker-core-command-go:latest [2020-07-29T03:46:49.731Z] Building docker-core-data-go [2020-07-29T03:46:49.994Z]  Building docker-core-command-go ... done  ---> Running in efb003029cdc [2020-07-29T03:46:53.716Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-29T03:46:54.196Z] ---> Running in bd1dc53ead79 [2020-07-29T03:46:55.581Z] Removing intermediate container 4a8dad5e738d [2020-07-29T03:46:55.581Z] ---> 03226e38d898 [2020-07-29T03:46:55.581Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-29T03:46:56.151Z] Removing intermediate container efb003029cdc [2020-07-29T03:46:56.151Z] ---> 38ad88ffe44f [2020-07-29T03:46:56.151Z] Step 23/23 : LABEL version=0.0.0 [2020-07-29T03:46:56.413Z] Removing intermediate container bd1dc53ead79 [2020-07-29T03:46:56.413Z] ---> 5fc1cda01420 [2020-07-29T03:46:56.413Z] [2020-07-29T03:46:56.413Z] ---> 03f175a7fccb [2020-07-29T03:46:56.413Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-29T03:46:56.679Z] ---> Running in 446fa7520624 [2020-07-29T03:46:56.679Z] Successfully built 5fc1cda01420 [2020-07-29T03:46:56.940Z] Successfully tagged docker-support-logging-go:latest [2020-07-29T03:46:56.940Z] Building docker-security-proxy-setup-go [2020-07-29T03:47:05.098Z]  Building docker-support-logging-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T03:47:05.098Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-29T03:47:05.098Z] ---> 7571753a8509 [2020-07-29T03:47:05.098Z] Step 3/22 : WORKDIR /edgex-go [2020-07-29T03:47:05.098Z] ---> Using cache [2020-07-29T03:47:05.098Z] ---> ee5a18465d21 [2020-07-29T03:47:05.098Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T03:47:05.098Z] ---> Using cache [2020-07-29T03:47:05.098Z] ---> f4f0a0fa2c93 [2020-07-29T03:47:05.098Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-29T03:47:05.671Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T03:47:05.671Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T03:47:05.671Z] ---> 7571753a8509 [2020-07-29T03:47:05.671Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T03:47:05.671Z] ---> Using cache [2020-07-29T03:47:05.671Z] ---> ee5a18465d21 [2020-07-29T03:47:05.671Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T03:47:05.671Z] ---> Using cache [2020-07-29T03:47:05.671Z] ---> f4f0a0fa2c93 [2020-07-29T03:47:05.671Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T03:47:05.671Z] ---> Using cache [2020-07-29T03:47:05.671Z] ---> 34802acdb0f1 [2020-07-29T03:47:05.671Z] Step 6/21 : COPY go.mod . [2020-07-29T03:47:05.671Z] ---> Using cache [2020-07-29T03:47:05.671Z] ---> 7975261e0b53 [2020-07-29T03:47:05.671Z] Step 7/21 : RUN go mod download [2020-07-29T03:47:05.671Z] ---> Using cache [2020-07-29T03:47:05.671Z] ---> 58e4bae8151b [2020-07-29T03:47:05.671Z] Step 8/21 : COPY . . [2020-07-29T03:47:05.671Z] ---> Using cache [2020-07-29T03:47:05.671Z] ---> 181246b25c59 [2020-07-29T03:47:05.671Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-29T03:47:06.614Z] Removing intermediate container 446fa7520624 [2020-07-29T03:47:06.614Z] ---> b55da34a68be [2020-07-29T03:47:06.614Z] [2020-07-29T03:47:06.878Z] ---> 5a4f202ef869 [2020-07-29T03:47:06.878Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-29T03:47:06.878Z] Successfully built b55da34a68be [2020-07-29T03:47:07.139Z] Successfully tagged docker-support-notifications-go:latest [2020-07-29T03:47:07.139Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2020-07-29T03:47:07.139Z] ---> Running in 0bbf883992a8 [2020-07-29T03:47:07.139Z] ---> Running in bf5514267cca [2020-07-29T03:47:08.818Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-29T03:47:08.818Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-29T03:47:08.818Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-29T03:47:08.818Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-29T03:47:08.818Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.019s [2020-07-29T03:47:08.818Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-29T03:47:08.818Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-29T03:47:08.818Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-29T03:47:08.818Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-29T03:47:08.818Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-29T03:47:09.096Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-29T03:47:09.096Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-29T03:47:09.096Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-29T03:47:09.686Z] ---> bb2df92ee4a1 [2020-07-29T03:47:09.686Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-29T03:47:14.117Z] ---> Running in 3c4f349ebdc2 [2020-07-29T03:47:14.385Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T03:47:14.385Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T03:47:14.385Z] ---> 7571753a8509 [2020-07-29T03:47:14.385Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T03:47:14.385Z] ---> Using cache [2020-07-29T03:47:14.385Z] ---> ee5a18465d21 [2020-07-29T03:47:14.385Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T03:47:14.385Z] ---> Using cache [2020-07-29T03:47:14.385Z] ---> f4f0a0fa2c93 [2020-07-29T03:47:14.385Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T03:47:14.385Z] ---> Using cache [2020-07-29T03:47:14.385Z] ---> 34802acdb0f1 [2020-07-29T03:47:14.385Z] Step 6/20 : COPY go.mod . [2020-07-29T03:47:14.385Z] ---> Using cache [2020-07-29T03:47:14.385Z] ---> 7975261e0b53 [2020-07-29T03:47:14.385Z] Step 7/20 : RUN go mod download [2020-07-29T03:47:14.385Z] ---> Using cache [2020-07-29T03:47:14.385Z] ---> 58e4bae8151b [2020-07-29T03:47:14.385Z] Step 8/20 : COPY . . [2020-07-29T03:47:14.385Z] ---> Using cache [2020-07-29T03:47:14.385Z] ---> 181246b25c59 [2020-07-29T03:47:14.385Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-29T03:47:15.775Z] 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-29T03:47:15.775Z] ---> Running in 97f7044b8851 [2020-07-29T03:47:16.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T03:47:16.035Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T03:47:16.304Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T03:47:16.304Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-29T03:47:16.568Z] (2/33) Installing expat (2.2.9-r1) [2020-07-29T03:47:16.568Z] (3/33) Installing libffi (3.3-r2) [2020-07-29T03:47:16.568Z] (4/33) Installing gdbm (1.13-r1) [2020-07-29T03:47:16.568Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-29T03:47:16.568Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-29T03:47:16.568Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-29T03:47:16.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T03:47:17.140Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T03:47:17.140Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T03:47:17.140Z] OK: 12749 distinct packages available [2020-07-29T03:47:17.402Z] 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-29T03:47:17.667Z] OK: 233 MiB in 51 packages [2020-07-29T03:47:19.305Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.078s coverage: 46.6% of statements [2020-07-29T03:47:19.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-29T03:47:19.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-29T03:47:19.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-29T03:47:19.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-29T03:47:19.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-29T03:47:19.597Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-29T03:47:19.597Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-29T03:47:19.597Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-29T03:47:19.597Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-29T03:47:19.873Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-29T03:47:21.275Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-29T03:47:21.275Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-29T03:47:22.262Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-29T03:47:22.262Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-29T03:47:22.262Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-29T03:47:22.262Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-29T03:47:22.262Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-29T03:47:22.262Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-29T03:47:22.263Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-29T03:47:22.263Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-29T03:47:22.263Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-29T03:47:22.263Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-29T03:47:22.263Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-29T03:47:22.263Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-29T03:47:22.263Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-29T03:47:22.532Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-29T03:47:22.532Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-29T03:47:22.532Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-29T03:47:22.532Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-29T03:47:22.795Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-29T03:47:22.795Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-29T03:47:24.744Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T03:47:24.744Z] Removing intermediate container 0bbf883992a8 [2020-07-29T03:47:24.744Z] ---> 1598ec3489b6 [2020-07-29T03:47:24.744Z] Step 6/22 : COPY go.mod . [2020-07-29T03:47:24.744Z] OK: 71 MiB in 55 packages [2020-07-29T03:47:25.015Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T03:47:25.015Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T03:47:25.015Z] ---> 7571753a8509 [2020-07-29T03:47:25.015Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T03:47:25.015Z] ---> Using cache [2020-07-29T03:47:25.015Z] ---> ee5a18465d21 [2020-07-29T03:47:25.015Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T03:47:25.015Z] ---> Using cache [2020-07-29T03:47:25.015Z] ---> f4f0a0fa2c93 [2020-07-29T03:47:25.015Z] Step 5/26 : RUN apk update && apk add make git [2020-07-29T03:47:25.015Z] ---> Using cache [2020-07-29T03:47:25.015Z] ---> 34802acdb0f1 [2020-07-29T03:47:25.015Z] Step 6/26 : COPY go.mod . [2020-07-29T03:47:25.015Z] ---> Using cache [2020-07-29T03:47:25.015Z] ---> 7975261e0b53 [2020-07-29T03:47:25.015Z] Step 7/26 : RUN go mod download [2020-07-29T03:47:25.015Z] ---> Using cache [2020-07-29T03:47:25.015Z] ---> 58e4bae8151b [2020-07-29T03:47:25.015Z] Step 8/26 : COPY . . [2020-07-29T03:47:25.015Z] ---> Using cache [2020-07-29T03:47:25.015Z] ---> 181246b25c59 [2020-07-29T03:47:25.015Z] 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-29T03:47:25.976Z] ---> 987001b3de7b [2020-07-29T03:47:25.976Z] Step 7/22 : RUN go mod download [2020-07-29T03:47:25.976Z] ---> Running in be41eddab846 [2020-07-29T03:47:26.023Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.217s coverage: 27.4% of statements [2020-07-29T03:47:26.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-29T03:47:26.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-29T03:47:26.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-29T03:47:26.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-29T03:47:26.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-29T03:47:26.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-29T03:47:26.024Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.018s coverage: 100.0% of statements [2020-07-29T03:47:26.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-29T03:47:26.024Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.021s coverage: 100.0% of statements [2020-07-29T03:47:26.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-29T03:47:26.246Z] ---> Running in 89604969ec34 [2020-07-29T03:47:27.384Z] 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-29T03:47:28.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.268s coverage: 29.3% of statements [2020-07-29T03:47:28.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-29T03:47:28.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-29T03:47:28.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-29T03:47:28.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-29T03:47:28.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-29T03:47:28.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements [2020-07-29T03:47:28.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-29T03:47:28.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.025s coverage: 100.0% of statements [2020-07-29T03:47:28.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-29T03:47:28.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.118s coverage: 89.8% of statements [2020-07-29T03:47:28.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-29T03:47:30.631Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements [2020-07-29T03:47:30.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-29T03:47:30.631Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.040s coverage: 100.0% of statements [2020-07-29T03:47:30.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-29T03:47:30.631Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-29T03:47:30.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-29T03:47:30.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-29T03:47:30.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-29T03:47:30.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-29T03:47:30.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-29T03:47:30.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-29T03:47:30.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-29T03:47:30.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-29T03:47:30.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-29T03:47:30.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-29T03:47:30.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-29T03:47:30.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-29T03:47:30.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-29T03:47:30.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-29T03:47:30.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-29T03:47:30.631Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.020s coverage: 58.8% of statements [2020-07-29T03:47:30.755Z] Removing intermediate container 89604969ec34 [2020-07-29T03:47:30.755Z] ---> ce89c69dd3e0 [2020-07-29T03:47:30.755Z] Step 8/22 : COPY . . [2020-07-29T03:47:34.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.204s coverage: 63.5% of statements [2020-07-29T03:47:34.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-29T03:47:34.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-29T03:47:34.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.028s coverage: 100.0% of statements [2020-07-29T03:47:34.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.318s coverage: 55.9% of statements [2020-07-29T03:47:34.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-29T03:47:34.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-29T03:47:34.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-29T03:47:34.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-29T03:47:47.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.739s coverage: 86.3% of statements [2020-07-29T03:47:47.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-29T03:47:47.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.962s coverage: 72.2% of statements [2020-07-29T03:47:47.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.456s coverage: 72.1% of statements [2020-07-29T03:47:47.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.035s coverage: 82.4% of statements [2020-07-29T03:47:47.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.018s coverage: 48.4% of statements [2020-07-29T03:47:47.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-29T03:47:47.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-29T03:47:47.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-29T03:47:47.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.024s coverage: 28.8% of statements [2020-07-29T03:47:47.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-29T03:47:47.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.039s coverage: 96.8% of statements [2020-07-29T03:47:47.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-29T03:47:47.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.138s coverage: 26.9% of statements [2020-07-29T03:47:47.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-29T03:47:47.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-29T03:47:47.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.300s coverage: 84.1% of statements [2020-07-29T03:47:47.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements [2020-07-29T03:47:49.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.035s coverage: 43.1% of statements [2020-07-29T03:47:49.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-29T03:47:49.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-29T03:47:49.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.018s coverage: 100.0% of statements [2020-07-29T03:47:49.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-29T03:47:50.240Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.067s coverage: 83.8% of statements [2020-07-29T03:47:50.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-29T03:47:52.786Z] Removing intermediate container 3c4f349ebdc2 [2020-07-29T03:47:52.786Z] ---> f541c31e9f38 [2020-07-29T03:47:52.786Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-29T03:47:52.786Z] ---> Running in 6fe862e93086 [2020-07-29T03:47:52.786Z] 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-29T03:47:52.786Z] ---> bbf9e650a629 [2020-07-29T03:47:52.786Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-29T03:47:52.786Z] ---> Running in 6e84ad889678 [2020-07-29T03:47:53.054Z] Removing intermediate container 97f7044b8851 [2020-07-29T03:47:53.054Z] ---> 3f15a05a8b1e [2020-07-29T03:47:53.054Z] [2020-07-29T03:47:53.054Z] Step 10/20 : FROM alpine [2020-07-29T03:47:53.325Z] latest: Pulling from library/alpine [2020-07-29T03:47:53.593Z] 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-29T03:47:53.593Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-29T03:47:53.593Z] Status: Downloaded newer image for alpine:latest [2020-07-29T03:47:53.593Z] ---> a24bb4013296 [2020-07-29T03:47:53.593Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-29T03:47:55.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.170s coverage: 46.1% of statements [2020-07-29T03:47:55.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-29T03:47:55.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-29T03:47:55.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.032s coverage: 100.0% of statements [2020-07-29T03:47:55.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-29T03:47:55.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-29T03:47:55.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-29T03:47:55.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.041s coverage: 100.0% of statements [2020-07-29T03:47:55.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-29T03:47:55.939Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements [2020-07-29T03:47:55.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-29T03:47:56.152Z] ---> Running in 5da501a0d561 [2020-07-29T03:47:56.152Z] 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-29T03:47:57.121Z] Removing intermediate container bf5514267cca [2020-07-29T03:47:57.121Z] ---> ffbdae552703 [2020-07-29T03:47:57.121Z] [2020-07-29T03:47:57.121Z] Step 10/21 : FROM scratch [2020-07-29T03:47:57.121Z] ---> [2020-07-29T03:47:57.121Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T03:47:57.121Z] Collecting docker-compose==1.23.2 [2020-07-29T03:47:57.121Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-29T03:47:57.398Z] Collecting PyYAML<4,>=3.10 [2020-07-29T03:47:57.398Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-29T03:47:57.398Z] ---> Using cache [2020-07-29T03:47:57.398Z] ---> 713f510a250b [2020-07-29T03:47:57.398Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-29T03:47:57.670Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T03:47:57.671Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T03:47:57.941Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T03:47:57.941Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T03:47:57.941Z] OK: 12749 distinct packages available [2020-07-29T03:47:58.219Z] ---> Running in e6a194431027 [2020-07-29T03:47:58.220Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-29T03:47:58.220Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T03:47:58.220Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-29T03:47:58.220Z] (4/4) Installing curl (7.69.1-r0) [2020-07-29T03:47:58.220Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T03:47:58.220Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T03:47:58.220Z] OK: 7 MiB in 18 packages [2020-07-29T03:47:58.818Z] 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-29T03:47:59.088Z] Collecting jsonschema<3,>=2.5.1 [2020-07-29T03:47:59.088Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-29T03:48:00.080Z] Removing intermediate container e6a194431027 [2020-07-29T03:48:00.080Z] ---> 14c695adc218 [2020-07-29T03:48:00.080Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T03:48:00.080Z] ---> Running in 47d294d2ae5a [2020-07-29T03:48:00.080Z] Collecting docker<4.0,>=3.6.0 [2020-07-29T03:48:00.080Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-29T03:48:00.661Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-29T03:48:00.661Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-29T03:48:01.232Z] Removing intermediate container 47d294d2ae5a [2020-07-29T03:48:01.232Z] ---> 5429156899dd [2020-07-29T03:48:01.232Z] Step 14/21 : WORKDIR / [2020-07-29T03:48:01.232Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-29T03:48:01.232Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-29T03:48:02.685Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.202s coverage: 29.1% of statements [2020-07-29T03:48:02.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-29T03:48:02.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-29T03:48:02.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-29T03:48:02.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-29T03:48:02.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-29T03:48:02.685Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.056s coverage: 99.0% of statements [2020-07-29T03:48:02.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-29T03:48:02.685Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements [2020-07-29T03:48:02.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-29T03:48:02.685Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2020-07-29T03:48:02.685Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-29T03:48:02.685Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.021s coverage: 100.0% of statements [2020-07-29T03:48:02.685Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-29T03:48:02.685Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-29T03:48:02.685Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-29T03:48:02.685Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-29T03:48:03.150Z] Removing intermediate container 5da501a0d561 [2020-07-29T03:48:03.150Z] ---> 2861e47a8437 [2020-07-29T03:48:03.150Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T03:48:03.150Z] Collecting cached-property<2,>=1.2.0 [2020-07-29T03:48:03.150Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-29T03:48:03.734Z] ---> Running in 62347d13931e [2020-07-29T03:48:04.000Z] Collecting texttable<0.10,>=0.9.0 [2020-07-29T03:48:04.001Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-29T03:48:04.001Z] ---> Running in 4193d1aba3b4 [2020-07-29T03:48:04.130Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.019s coverage: 87.9% of statements [2020-07-29T03:48:04.130Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-29T03:48:04.130Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-29T03:48:04.287Z] Removing intermediate container be41eddab846 [2020-07-29T03:48:04.287Z] ---> f30326fd57be [2020-07-29T03:48:04.288Z] [2020-07-29T03:48:04.288Z] Step 10/26 : FROM alpine:3.10 [2020-07-29T03:48:04.288Z] Removing intermediate container 62347d13931e [2020-07-29T03:48:04.288Z] ---> fa573cf27921 [2020-07-29T03:48:04.288Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-29T03:48:04.566Z] Removing intermediate container 4193d1aba3b4 [2020-07-29T03:48:04.566Z] ---> 4f1715dee0bd [2020-07-29T03:48:04.566Z] Step 13/20 : WORKDIR /edgex [2020-07-29T03:48:04.566Z] ---> Running in f47069c3b16c [2020-07-29T03:48:04.567Z] Collecting docopt<0.7,>=0.6.1 [2020-07-29T03:48:04.567Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-29T03:48:04.567Z] 3.10: Pulling from library/alpine [2020-07-29T03:48:04.734Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.022s coverage: 100.0% of statements [2020-07-29T03:48:04.857Z] Removing intermediate container f47069c3b16c [2020-07-29T03:48:04.857Z] ---> 8976cb597b5b [2020-07-29T03:48:04.857Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-29T03:48:04.857Z] ---> 394b85542ad1 [2020-07-29T03:48:04.857Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-29T03:48:05.332Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.024s coverage: 32.1% of statements [2020-07-29T03:48:05.332Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 100.0% of statements [2020-07-29T03:48:05.448Z] ---> 37ad11726003 [2020-07-29T03:48:05.448Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-29T03:48:05.448Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-29T03:48:05.448Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-29T03:48:05.716Z] Collecting docker-pycreds>=0.4.0 [2020-07-29T03:48:05.716Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-29T03:48:05.716Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-29T03:48:05.716Z] Status: Downloaded newer image for alpine:3.10 [2020-07-29T03:48:05.716Z] ---> be4e4bea2c2e [2020-07-29T03:48:05.716Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-29T03:48:05.716Z] Collecting idna<2.8,>=2.5 [2020-07-29T03:48:05.716Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-29T03:48:06.298Z] 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-29T03:48:06.298Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-29T03:48:06.298Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-29T03:48:06.302Z] GO111MODULE=on go vet ./... [2020-07-29T03:48:06.574Z] ---> Running in da8f3fb86e50 [2020-07-29T03:48:06.858Z] 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-29T03:48:06.858Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-29T03:48:06.858Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-29T03:48:06.858Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-29T03:48:06.858Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-29T03:48:06.858Z] Installing collected packages: PyYAML, jsonschema, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, cached-property, texttable, docopt, docker-compose [2020-07-29T03:48:06.858Z] Running setup.py install for PyYAML: started [2020-07-29T03:48:06.858Z] ---> fb59519d6f3e [2020-07-29T03:48:07.128Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-29T03:48:07.128Z] ---> 8cbe36116fa6 [2020-07-29T03:48:07.128Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-29T03:48:07.400Z] ---> Running in 416a0bbcd8dc [2020-07-29T03:48:08.345Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-29T03:48:09.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-29T03:48:09.298Z] ---> 3d273780f00e [2020-07-29T03:48:09.298Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T03:48:09.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-29T03:48:09.298Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-29T03:48:09.298Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-29T03:48:09.298Z] OK: 10346 distinct packages available [2020-07-29T03:48:09.563Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-29T03:48:09.563Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-29T03:48:09.563Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-29T03:48:09.563Z] (4/5) Installing curl (7.66.0-r0) [2020-07-29T03:48:09.563Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-29T03:48:09.563Z] Executing busybox-1.30.1-r3.trigger [2020-07-29T03:48:09.563Z] Executing ca-certificates-20191127-r2.trigger [2020-07-29T03:48:09.563Z] OK: 7 MiB in 19 packages [2020-07-29T03:48:09.563Z] Removing intermediate container 416a0bbcd8dc [2020-07-29T03:48:09.563Z] ---> 68715ff0b1e3 [2020-07-29T03:48:09.563Z] Step 17/20 : CMD ["--init=true"] [2020-07-29T03:48:09.563Z] ---> Running in 5149d8e28293 [2020-07-29T03:48:09.563Z] Attempting uninstall: idna [2020-07-29T03:48:09.563Z] Found existing installation: idna 2.9 [2020-07-29T03:48:09.563Z] Uninstalling idna-2.9: [2020-07-29T03:48:10.140Z] Successfully uninstalled idna-2.9 [2020-07-29T03:48:10.717Z] Attempting uninstall: urllib3 [2020-07-29T03:48:10.717Z] Found existing installation: urllib3 1.25.9 [2020-07-29T03:48:10.717Z] Uninstalling urllib3-1.25.9: [2020-07-29T03:48:10.717Z] Successfully uninstalled urllib3-1.25.9 [2020-07-29T03:48:10.717Z] ---> Running in 01bf652ea738 [2020-07-29T03:48:11.287Z] Removing intermediate container 5149d8e28293 [2020-07-29T03:48:11.287Z] ---> b38b0a2d7ce6 [2020-07-29T03:48:11.287Z] Step 19/21 : LABEL arch=x86_64 [2020-07-29T03:48:11.547Z] Attempting uninstall: requests [2020-07-29T03:48:11.547Z] Found existing installation: requests 2.23.0 [2020-07-29T03:48:11.547Z] Uninstalling requests-2.23.0: [2020-07-29T03:48:11.547Z] Successfully uninstalled requests-2.23.0 [2020-07-29T03:48:12.117Z] ---> Running in 6d5ab76b78ea [2020-07-29T03:48:12.117Z] Removing intermediate container 01bf652ea738 [2020-07-29T03:48:12.117Z] ---> bd4757bdf53c [2020-07-29T03:48:12.117Z] Step 18/20 : LABEL arch=x86_64 [2020-07-29T03:48:13.500Z] Removing intermediate container da8f3fb86e50 [2020-07-29T03:48:13.500Z] ---> 90375278ea60 [2020-07-29T03:48:13.500Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T03:48:14.886Z] ---> Running in fbcaf5bdb774 [2020-07-29T03:48:14.886Z] Removing intermediate container 6d5ab76b78ea [2020-07-29T03:48:14.886Z] ---> 489d9037c62c [2020-07-29T03:48:14.886Z] Step 20/21 : LABEL git_sha=4b7c91fcd27f2b0b563193f0bd76fb28e4529912 [2020-07-29T03:48:15.456Z] Running setup.py install for dockerpty: started [2020-07-29T03:48:15.717Z] ---> Running in 79ab47c9eefd [2020-07-29T03:48:16.289Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-29T03:48:16.289Z] Running setup.py install for texttable: started [2020-07-29T03:48:16.552Z] ---> Running in 7acea00fa479 [2020-07-29T03:48:16.552Z] Removing intermediate container fbcaf5bdb774 [2020-07-29T03:48:16.552Z] ---> b4e3a472e236 [2020-07-29T03:48:16.552Z] Step 19/20 : LABEL git_sha=4b7c91fcd27f2b0b563193f0bd76fb28e4529912 [2020-07-29T03:48:16.552Z] Removing intermediate container 79ab47c9eefd [2020-07-29T03:48:16.552Z] ---> cc41d4e5b406 [2020-07-29T03:48:16.552Z] Step 13/26 : WORKDIR / [2020-07-29T03:48:16.552Z] ---> Running in 692fe41e0349 [2020-07-29T03:48:16.552Z] ---> Running in aec80fc0bfbd [2020-07-29T03:48:16.811Z] Removing intermediate container 7acea00fa479 [2020-07-29T03:48:16.811Z] ---> 2115325314d0 [2020-07-29T03:48:16.811Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T03:48:16.811Z] Running setup.py install for texttable: finished with status 'done' [2020-07-29T03:48:16.811Z] Running setup.py install for docopt: started [2020-07-29T03:48:17.078Z] ---> Running in 8f57bf80588e [2020-07-29T03:48:17.078Z] Removing intermediate container 692fe41e0349 [2020-07-29T03:48:17.078Z] ---> 620f6a74a7d4 [2020-07-29T03:48:17.078Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T03:48:17.078Z] Removing intermediate container aec80fc0bfbd [2020-07-29T03:48:17.078Z] ---> e0c7840db285 [2020-07-29T03:48:17.078Z] 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-29T03:48:17.078Z] ---> Running in d090d859aebd [2020-07-29T03:48:17.339Z] Removing intermediate container 8f57bf80588e [2020-07-29T03:48:17.339Z] ---> cfd027f48967 [2020-07-29T03:48:17.339Z] [2020-07-29T03:48:17.339Z] Running setup.py install for docopt: finished with status 'done' [2020-07-29T03:48:17.915Z] ---> 03e4272b2085 [2020-07-29T03:48:17.915Z] 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-29T03:48:17.915Z] Removing intermediate container d090d859aebd [2020-07-29T03:48:17.915Z] ---> 8aec59003a98 [2020-07-29T03:48:17.915Z] [2020-07-29T03:48:17.915Z] Successfully built cfd027f48967 [2020-07-29T03:48:17.915Z] Successfully tagged docker-core-metadata-go:latest [2020-07-29T03:48:17.915Z]  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go [2020-07-29T03:48:18.177Z] 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-29T03:48:18.177Z] Successfully built 8aec59003a98 [2020-07-29T03:48:18.177Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-29T03:48:24.620Z] gofmt -l . [2020-07-29T03:48:24.759Z]  Building docker-security-proxy-setup-go ... done  ---> ac89aafa170a [2020-07-29T03:48:24.759Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-29T03:48:25.025Z] Removing intermediate container 6e84ad889678 [2020-07-29T03:48:25.025Z] ---> 9ce7fe3b2e48 [2020-07-29T03:48:25.025Z] [2020-07-29T03:48:25.025Z] Step 10/22 : FROM alpine [2020-07-29T03:48:25.025Z] ---> a24bb4013296 [2020-07-29T03:48:25.025Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T03:48:25.025Z] ---> Running in 37faa12babd4 [2020-07-29T03:48:25.210Z] [ "`gofmt -l .`" = "" ] [2020-07-29T03:48:27.817Z] ./bin/test-go-mod-tidy.sh [2020-07-29T03:48:28.090Z] ./bin/test-attribution-txt.sh [2020-07-29T03:48:28.329Z] ---> b8a486315306 [2020-07-29T03:48:28.330Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-29T03:48:30.242Z] Removing intermediate container 37faa12babd4 [2020-07-29T03:48:30.242Z] ---> 678423473f9a [2020-07-29T03:48:30.242Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-29T03:48:30.503Z] ---> Running in 92d505484b23 [2020-07-29T03:48:31.445Z] ---> b9087ea683c3 [2020-07-29T03:48:31.445Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-29T03:48:31.445Z] Removing intermediate container 6fe862e93086 [2020-07-29T03:48:31.445Z] ---> 2bf1d0b0580d [2020-07-29T03:48:31.445Z] Step 22/26 : RUN apk --no-cache add curl [Pipeline] sh [2020-07-29T03:48:32.121Z] + ls -al . [2020-07-29T03:48:32.121Z] total 588 [2020-07-29T03:48:32.121Z] drwxrwxr-x 10 1001 1001 4096 Jul 29 03:48 . [2020-07-29T03:48:32.121Z] drwxr-xr-x 4 root root 4096 Jul 29 03:46 .. [2020-07-29T03:48:32.121Z] -rw-rw-r-- 1 1001 1001 11 Jul 29 03:44 .dockerignore [2020-07-29T03:48:32.121Z] drwxrwxr-x 8 1001 1001 4096 Jul 29 03:44 .git [2020-07-29T03:48:32.121Z] drwxrwxr-x 3 1001 1001 4096 Jul 29 03:44 .github [2020-07-29T03:48:32.121Z] -rw-rw-r-- 1 1001 1001 924 Jul 29 03:44 .gitignore [2020-07-29T03:48:32.121Z] drwxrwxr-x 3 1001 1001 4096 Jul 29 03:44 .semver [2020-07-29T03:48:32.121Z] -rw-rw-r-- 1 1001 1001 166 Jul 29 03:44 .sonarcloud.properties [2020-07-29T03:48:32.121Z] -rw-rw-r-- 1 1001 1001 3804 Jul 29 03:44 CONTRIBUTING.md [2020-07-29T03:48:32.121Z] -rw-rw-r-- 1 1001 1001 1035 Jul 29 03:44 Dockerfile.build [2020-07-29T03:48:32.121Z] -rw-rw-r-- 1 1001 1001 865 Jul 29 03:44 Jenkinsfile [2020-07-29T03:48:32.121Z] -rw-rw-r-- 1 1001 1001 10775 Jul 29 03:44 LICENSE [2020-07-29T03:48:32.121Z] -rw-rw-r-- 1 1001 1001 6211 Jul 29 03:44 Makefile [2020-07-29T03:48:32.121Z] -rw-rw-r-- 1 1001 1001 5652 Jul 29 03:44 README.md [2020-07-29T03:48:32.121Z] -rw-rw-r-- 1 1001 1001 7111 Jul 29 03:44 SECURITY.md [2020-07-29T03:48:32.121Z] -rw-rw-r-- 1 1001 1001 5 Jul 29 03:41 VERSION [2020-07-29T03:48:32.121Z] -rw-rw-r-- 1 1001 1001 4131 Jul 29 03:44 ZMQWindows.md [2020-07-29T03:48:32.121Z] drwxrwxr-x 2 1001 1001 4096 Jul 29 03:44 bin [2020-07-29T03:48:32.121Z] drwxrwxr-x 15 1001 1001 4096 Jul 29 03:44 cmd [2020-07-29T03:48:32.121Z] -rw-r--r-- 1 root root 456067 Jul 29 03:48 coverage.out [2020-07-29T03:48:32.121Z] -rw-r--r-- 1 root root 1019 Jul 29 03:48 go.mod [2020-07-29T03:48:32.121Z] -rw-r--r-- 1 root root 18146 Jul 29 03:48 go.sum [2020-07-29T03:48:32.121Z] drwxrwxr-x 8 1001 1001 4096 Jul 29 03:44 internal [2020-07-29T03:48:32.121Z] drwxrwxr-x 4 1001 1001 4096 Jul 29 03:44 openapi [2020-07-29T03:48:32.121Z] drwxrwxr-x 4 1001 1001 4096 Jul 29 03:44 snap [2020-07-29T03:48:32.121Z] -rw-rw-r-- 1 1001 1001 168 Jul 29 03:44 version.go [Pipeline] sh [2020-07-29T03:48:32.774Z] + '[' -e coverage.out ] [2020-07-29T03:48:32.775Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-29T03:48:32.826Z] Warning: overwriting stash ‘coverage-report’ [2020-07-29T03:48:33.393Z] Removing intermediate container 92d505484b23 [2020-07-29T03:48:33.393Z] ---> dcb15731783c [2020-07-29T03:48:33.393Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-29T03:48:33.393Z] ---> Running in 662d1c93cf70 [2020-07-29T03:48:33.726Z] ---> Running in 0c0e27316f03 [2020-07-29T03:48:33.726Z] ---> 5e494b43a612 [2020-07-29T03:48:33.726Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-29T03:48:34.026Z] Stashed 1 file(s) [Pipeline] sh [2020-07-29T03:48:34.713Z] + make build [2020-07-29T03:48:34.713Z] 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-29T03:48:35.227Z] Removing intermediate container 0c0e27316f03 [2020-07-29T03:48:35.227Z] ---> baf95d66e0f3 [2020-07-29T03:48:35.227Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T03:48:35.227Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T03:48:35.227Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T03:48:35.227Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-29T03:48:35.490Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T03:48:35.490Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T03:48:35.490Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-29T03:48:35.490Z] (3/3) Installing curl (7.69.1-r0) [2020-07-29T03:48:35.490Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T03:48:35.490Z] OK: 72 MiB in 58 packages [2020-07-29T03:48:35.749Z] ---> 7571753a8509 [2020-07-29T03:48:35.749Z] Step 3/29 : WORKDIR /edgex-go [2020-07-29T03:48:35.749Z] ---> Using cache [2020-07-29T03:48:35.749Z] ---> ee5a18465d21 [2020-07-29T03:48:35.749Z] Step 4/29 : RUN apk update && apk add make git [2020-07-29T03:48:36.326Z] ---> 2ca9ca2f10e8 [2020-07-29T03:48:36.326Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-29T03:48:36.594Z] ---> Running in 96821d8b0384 [2020-07-29T03:48:36.594Z] ---> Running in f8734addb45b [2020-07-29T03:48:37.167Z] Removing intermediate container 662d1c93cf70 [2020-07-29T03:48:37.167Z] ---> 8386a1e56812 [2020-07-29T03:48:37.167Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T03:48:37.167Z] ---> d0ec6108b119 [2020-07-29T03:48:37.167Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T03:48:37.167Z] ---> Running in 579772f90387 [2020-07-29T03:48:37.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T03:48:37.431Z] Removing intermediate container 579772f90387 [2020-07-29T03:48:37.431Z] ---> 39cc8559befd [2020-07-29T03:48:37.431Z] Step 24/26 : LABEL arch=x86_64 [2020-07-29T03:48:37.691Z] ---> 69b99000c0a3 [2020-07-29T03:48:37.691Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T03:48:38.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T03:48:38.522Z] ---> Running in 8525c615c4c8 [2020-07-29T03:48:38.522Z] ---> Running in 997e544adf02 [2020-07-29T03:48:38.795Z] Removing intermediate container 8525c615c4c8 [2020-07-29T03:48:38.795Z] ---> 9d641c0384a9 [2020-07-29T03:48:38.795Z] Step 25/26 : LABEL git_sha=4b7c91fcd27f2b0b563193f0bd76fb28e4529912 [2020-07-29T03:48:38.795Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T03:48:38.795Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T03:48:38.795Z] OK: 12749 distinct packages available [2020-07-29T03:48:38.795Z] Removing intermediate container 96821d8b0384 [2020-07-29T03:48:38.795Z] ---> 6c94cd24d61c [2020-07-29T03:48:38.795Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-29T03:48:38.795Z] ---> Running in 3ac53c66f94c [2020-07-29T03:48:39.057Z] ---> Running in 2172d88ea1d2 [2020-07-29T03:48:39.057Z] OK: 233 MiB in 51 packages [2020-07-29T03:48:39.317Z] Removing intermediate container 3ac53c66f94c [2020-07-29T03:48:39.317Z] ---> f88abb599b78 [2020-07-29T03:48:39.317Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T03:48:39.317Z] ---> Running in f6bb73490229 [2020-07-29T03:48:39.576Z] Removing intermediate container f6bb73490229 [2020-07-29T03:48:39.576Z] ---> 0034e05cf1cb [2020-07-29T03:48:39.576Z] [2020-07-29T03:48:39.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T03:48:39.576Z] Successfully built 0034e05cf1cb [2020-07-29T03:48:39.576Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-29T03:48:39.842Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 997e544adf02 [2020-07-29T03:48:39.842Z] ---> f167fca6ac50 [2020-07-29T03:48:39.842Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T03:48:39.842Z] Removing intermediate container f8734addb45b [2020-07-29T03:48:39.842Z] ---> 4e8e02d19644 [2020-07-29T03:48:39.842Z] Step 5/29 : COPY go.mod . [2020-07-29T03:48:39.842Z] ---> Running in 0fec82e03602 [2020-07-29T03:48:40.102Z] ---> 4ea667aa8e19 [2020-07-29T03:48:40.102Z] Step 6/29 : RUN go mod download [2020-07-29T03:48:40.102Z] Removing intermediate container 0fec82e03602 [2020-07-29T03:48:40.102Z] ---> 1478236ef0d0 [2020-07-29T03:48:40.102Z] Step 24/26 : LABEL arch=x86_64 [2020-07-29T03:48:40.102Z] ---> Running in 406fb26eed16 [2020-07-29T03:48:40.102Z] ---> Running in 7e6aae546424 [2020-07-29T03:48:40.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T03:48:40.372Z] Removing intermediate container 7e6aae546424 [2020-07-29T03:48:40.372Z] ---> 55108d53beaa [2020-07-29T03:48:40.372Z] Step 25/26 : LABEL git_sha=4b7c91fcd27f2b0b563193f0bd76fb28e4529912 [2020-07-29T03:48:40.372Z] ---> Running in 56bf664ae837 [2020-07-29T03:48:40.372Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-29T03:48:40.638Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-29T03:48:40.638Z] Removing intermediate container 56bf664ae837 [2020-07-29T03:48:40.638Z] ---> 244f29af312f [2020-07-29T03:48:40.638Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T03:48:40.638Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-29T03:48:40.638Z] ---> Running in 707ef0e10041 [2020-07-29T03:48:40.900Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-29T03:48:40.900Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-29T03:48:40.900Z] Removing intermediate container 707ef0e10041 [2020-07-29T03:48:40.900Z] ---> 6ddaa9a87325 [2020-07-29T03:48:40.900Z] [2020-07-29T03:48:40.900Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T03:48:40.900Z] OK: 8 MiB in 19 packages [2020-07-29T03:48:40.900Z] Successfully built 6ddaa9a87325 [2020-07-29T03:48:41.159Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-29T03:48:41.420Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 2172d88ea1d2 [2020-07-29T03:48:41.420Z] ---> deb8622e0f53 [2020-07-29T03:48:41.420Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-29T03:48:41.680Z] Removing intermediate container 406fb26eed16 [2020-07-29T03:48:41.680Z] ---> 4fced9a596cc [2020-07-29T03:48:41.680Z] Step 7/29 : COPY . . [2020-07-29T03:48:42.631Z] ---> b713ed2c81ab [2020-07-29T03:48:42.631Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-29T03:48:45.940Z] ---> 73568d718c05 [2020-07-29T03:48:45.940Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-29T03:48:47.323Z] ---> 03798f519194 [2020-07-29T03:48:47.323Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T03:48:49.884Z] ---> Running in 365a658fc5ab [2020-07-29T03:48:50.145Z] Removing intermediate container 365a658fc5ab [2020-07-29T03:48:50.145Z] ---> 69bec09468e5 [2020-07-29T03:48:50.145Z] Step 20/22 : LABEL arch=x86_64 [2020-07-29T03:48:50.720Z] ---> Running in 8d50cd8b7a5f [2020-07-29T03:48:50.981Z] Removing intermediate container 8d50cd8b7a5f [2020-07-29T03:48:50.981Z] ---> 50070ee97d09 [2020-07-29T03:48:50.981Z] Step 21/22 : LABEL git_sha=4b7c91fcd27f2b0b563193f0bd76fb28e4529912 [2020-07-29T03:48:51.560Z] ---> Running in db49eede69be [2020-07-29T03:48:52.133Z] Removing intermediate container db49eede69be [2020-07-29T03:48:52.133Z] ---> 791d0a02412c [2020-07-29T03:48:52.133Z] Step 22/22 : LABEL version=0.0.0 [2020-07-29T03:48:53.075Z] 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-29T03:48:53.085Z] ---> Running in 90a7b8eb29d8 [2020-07-29T03:48:54.468Z] Removing intermediate container 90a7b8eb29d8 [2020-07-29T03:48:54.468Z] ---> c0fe45082eac [2020-07-29T03:48:54.468Z] [2020-07-29T03:48:54.729Z] Successfully built c0fe45082eac [2020-07-29T03:48:54.729Z] Successfully tagged docker-core-data-go:latest [2020-07-29T03:48:56.120Z]  Building docker-core-data-go ... done  ---> eac5ae73a239 [2020-07-29T03:48:56.120Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-29T03:48:56.120Z] ---> Running in 6c4955e75de0 [2020-07-29T03:48:56.381Z] 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-29T03:49:05.464Z] 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-29T03:49:06.415Z] Removing intermediate container 6c4955e75de0 [2020-07-29T03:49:06.415Z] ---> 9380d8870bc3 [2020-07-29T03:49:06.415Z] [2020-07-29T03:49:06.415Z] Step 9/29 : FROM alpine:latest [2020-07-29T03:49:06.415Z] ---> a24bb4013296 [2020-07-29T03:49:06.415Z] 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-29T03:49:06.415Z] ---> Running in f248d7607c79 [2020-07-29T03:49:06.415Z] Removing intermediate container f248d7607c79 [2020-07-29T03:49:06.415Z] ---> 2f6dcbe53dd3 [2020-07-29T03:49:06.415Z] Step 11/29 : USER root [2020-07-29T03:49:06.415Z] ---> Running in 04a7084da96d [2020-07-29T03:49:06.415Z] Removing intermediate container 04a7084da96d [2020-07-29T03:49:06.415Z] ---> 06de34e5350d [2020-07-29T03:49:06.415Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-29T03:49:06.415Z] ---> Running in 348e11fc6118 [2020-07-29T03:49:06.415Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T03:49:06.415Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T03:49:06.415Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T03:49:06.415Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T03:49:06.415Z] OK: 12749 distinct packages available [2020-07-29T03:49:06.675Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-29T03:49:06.675Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-29T03:49:06.675Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T03:49:06.675Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T03:49:06.675Z] OK: 6 MiB in 16 packages [2020-07-29T03:49:07.616Z] Removing intermediate container 348e11fc6118 [2020-07-29T03:49:07.616Z] ---> 6bc96faa8b01 [2020-07-29T03:49:07.616Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-29T03:49:08.188Z] ---> Running in 9f1115009a6e [2020-07-29T03:49:08.759Z] Removing intermediate container 9f1115009a6e [2020-07-29T03:49:08.759Z] ---> 2ebaa48a7e58 [2020-07-29T03:49:08.759Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-29T03:49:08.836Z] 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-29T03:49:09.025Z] ---> Running in 5e20530c2f55 [2020-07-29T03:49:09.026Z] Removing intermediate container 5e20530c2f55 [2020-07-29T03:49:09.026Z] ---> c9b59050fdaa [2020-07-29T03:49:09.026Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-29T03:49:09.026Z] ---> Running in 5486ccfbe7a9 [2020-07-29T03:49:09.968Z] Removing intermediate container 5486ccfbe7a9 [2020-07-29T03:49:09.968Z] ---> 857ad15bdf82 [2020-07-29T03:49:09.968Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-29T03:49:10.228Z] ---> f13caa1aa985 [2020-07-29T03:49:10.228Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-29T03:49:10.488Z] ---> 5f9c4ac7da92 [2020-07-29T03:49:10.489Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-29T03:49:10.748Z] ---> bfd929b8cc7b [2020-07-29T03:49:10.748Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-29T03:49:11.009Z] ---> 4523044f72ea [2020-07-29T03:49:11.009Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-29T03:49:11.268Z] ---> 43602ed8405f [2020-07-29T03:49:11.269Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-29T03:49:11.269Z] ---> Running in ce6d3c48c55e [2020-07-29T03:49:12.207Z] Removing intermediate container ce6d3c48c55e [2020-07-29T03:49:12.208Z] ---> f63ce6922380 [2020-07-29T03:49:12.208Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T03:49:12.208Z] ---> 565aec7d3764 [2020-07-29T03:49:12.208Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T03:49:12.467Z] ---> Running in b47c8c4f4242 [2020-07-29T03:49:13.036Z] Removing intermediate container b47c8c4f4242 [2020-07-29T03:49:13.036Z] ---> 125fa7f73c2a [2020-07-29T03:49:13.036Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-29T03:49:13.036Z] ---> Running in 7f6c728b6357 [2020-07-29T03:49:13.128Z] 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-29T03:49:13.975Z] Removing intermediate container 7f6c728b6357 [2020-07-29T03:49:13.975Z] ---> 54807f7e72e8 [2020-07-29T03:49:13.975Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T03:49:13.975Z] ---> Running in 0448a0be0ffc [2020-07-29T03:49:14.235Z] Removing intermediate container 0448a0be0ffc [2020-07-29T03:49:14.235Z] ---> a227971d2988 [2020-07-29T03:49:14.235Z] Step 26/29 : CMD [ "generate" ] [2020-07-29T03:49:14.235Z] ---> Running in 3fe1d6a608b6 [2020-07-29T03:49:14.235Z] Removing intermediate container 3fe1d6a608b6 [2020-07-29T03:49:14.235Z] ---> 603e79083ca5 [2020-07-29T03:49:14.235Z] Step 27/29 : LABEL arch=x86_64 [2020-07-29T03:49:14.494Z] ---> Running in 9d210b91195d [2020-07-29T03:49:14.494Z] Removing intermediate container 9d210b91195d [2020-07-29T03:49:14.494Z] ---> e9d74e30a9b6 [2020-07-29T03:49:14.494Z] Step 28/29 : LABEL git_sha=4b7c91fcd27f2b0b563193f0bd76fb28e4529912 [2020-07-29T03:49:14.757Z] ---> Running in de4314f7459c [2020-07-29T03:49:14.757Z] Removing intermediate container de4314f7459c [2020-07-29T03:49:14.757Z] ---> 4b50c842baab [2020-07-29T03:49:14.757Z] Step 29/29 : LABEL version=0.0.0 [2020-07-29T03:49:14.757Z] ---> Running in f662a810ceb0 [2020-07-29T03:49:15.017Z] Removing intermediate container f662a810ceb0 [2020-07-29T03:49:15.017Z] ---> 16990c205c30 [2020-07-29T03:49:15.017Z] [2020-07-29T03:49:15.277Z] Successfully built 16990c205c30 [2020-07-29T03:49:15.277Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-29T03:49:15.544Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-07-29T03:49:15.562Z] $ docker stop --time=1 97b62d302b74c03b8b35ba648b5d2ea7e666fdebeed0969f7e2910fe9be3aed2 [2020-07-29T03:49:17.175Z] $ docker rm -f 97b62d302b74c03b8b35ba648b5d2ea7e666fdebeed0969f7e2910fe9be3aed2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-29T03:49:17.657Z] + docker images [2020-07-29T03:49:17.657Z] + grep docker [2020-07-29T03:49:18.229Z] docker-security-secrets-setup-go latest 16990c205c30 3 seconds ago 25.1MB [2020-07-29T03:49:18.229Z] docker-core-data-go latest c0fe45082eac 24 seconds ago 23.8MB [2020-07-29T03:49:18.229Z] docker-security-secretstore-setup-go latest 6ddaa9a87325 37 seconds ago 33.9MB [2020-07-29T03:49:18.229Z] docker-sys-mgmt-agent-go latest 0034e05cf1cb 38 seconds ago 284MB [2020-07-29T03:49:18.229Z] docker-core-metadata-go latest cfd027f48967 About a minute ago 14.4MB [2020-07-29T03:49:18.229Z] docker-security-proxy-setup-go latest 8aec59003a98 About a minute ago 16.4MB [2020-07-29T03:49:18.229Z] docker-support-notifications-go latest b55da34a68be 2 minutes ago 14.4MB [2020-07-29T03:49:18.229Z] docker-support-logging-go latest 5fc1cda01420 2 minutes ago 11.8MB [2020-07-29T03:49:18.229Z] docker-core-command-go latest 5ec95e100a57 2 minutes ago 13MB [2020-07-29T03:49:18.229Z] docker-support-scheduler-go latest 198f8ff0ad6d 2 minutes ago 13.1MB [2020-07-29T03:49:18.229Z] docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-07-29T03:49:18.500Z] 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 Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-29T03:49:19.932Z] 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-29T03:49:24.224Z] 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-29T03:49:30.905Z] 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-29T03:49:34.273Z] 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-29T03:49:38.560Z] 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-29T03:49:43.945Z] 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-29T03:49:48.240Z] 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-29T03:49:52.557Z] $ docker stop --time=1 ed32bc7aa0174c86cf1721f453ad3ec25cea45080013b987d4feae3597a41d60 [2020-07-29T03:49:54.973Z] $ docker rm -f ed32bc7aa0174c86cf1721f453ad3ec25cea45080013b987d4feae3597a41d60 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T03:49:56.419Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T03:49:56.419Z] [2020-07-29T03:49:56.419Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T03:49:56.783Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T03:49:56.783Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-29T03:49:56.783Z] 29e5d40040c1: Pulling fs layer [2020-07-29T03:49:56.783Z] 1ce36da41761: Pulling fs layer [2020-07-29T03:49:56.783Z] 25b303627fd3: Pulling fs layer [2020-07-29T03:49:57.058Z] 29e5d40040c1: Verifying Checksum [2020-07-29T03:49:57.058Z] 29e5d40040c1: Download complete [2020-07-29T03:49:57.653Z] 29e5d40040c1: Pull complete [2020-07-29T03:49:57.923Z] 1ce36da41761: Verifying Checksum [2020-07-29T03:49:57.923Z] 1ce36da41761: Download complete [2020-07-29T03:49:58.895Z] 1ce36da41761: Pull complete [2020-07-29T03:49:59.165Z] 25b303627fd3: Verifying Checksum [2020-07-29T03:49:59.165Z] 25b303627fd3: Download complete [2020-07-29T03:50:09.269Z] 25b303627fd3: Pull complete [2020-07-29T03:50:09.269Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-29T03:50:09.269Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T03:50:09.269Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-29T03:50:09.484Z] prd-ubuntu18.04-docker-arm64-4c-16g-1357 does not seem to be running inside a container [2020-07-29T03:50:09.563Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-devops/edgex-compose-arm64:latest cat [2020-07-29T03:50:13.142Z] $ docker top f4f3f308e1cc62d3d97dcf155fd597892acd9aafd2170b3b6694d3084a049fde -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T03:50:14.577Z] + docker-compose build --help [2020-07-29T03:50:14.577Z] + grep parallel [2020-07-29T03:50:18.859Z] --parallel Build images in parallel. [Pipeline] } [2020-07-29T03:50:18.890Z] $ docker stop --time=1 f4f3f308e1cc62d3d97dcf155fd597892acd9aafd2170b3b6694d3084a049fde [2020-07-29T03:50:20.848Z] $ docker rm -f f4f3f308e1cc62d3d97dcf155fd597892acd9aafd2170b3b6694d3084a049fde [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T03:50:21.645Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T03:50:21.645Z] . [Pipeline] withDockerContainer [2020-07-29T03:50:21.909Z] prd-ubuntu18.04-docker-arm64-4c-16g-1357 does not seem to be running inside a container [2020-07-29T03:50:22.002Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-29T03:50:23.233Z] $ docker top 5a5a9178a0924ada6a2caf0d1d6035939fd2c962fad0bb14b4b4572568360e5a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T03:50:24.191Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-29T03:50:29.550Z] Building docker-core-command-go ... [2020-07-29T03:50:29.550Z] Building docker-core-data-go ... [2020-07-29T03:50:29.550Z] Building docker-core-metadata-go ... [2020-07-29T03:50:29.550Z] Building docker-security-proxy-setup-go ... [2020-07-29T03:50:29.550Z] Building docker-security-secrets-setup-go ... [2020-07-29T03:50:29.550Z] Building docker-security-secretstore-setup-go ... [2020-07-29T03:50:29.550Z] Building docker-support-logging-go ... [2020-07-29T03:50:29.550Z] Building docker-support-notifications-go ... [2020-07-29T03:50:29.550Z] Building docker-support-scheduler-go ... [2020-07-29T03:50:29.550Z] Building docker-sys-mgmt-agent-go ... [2020-07-29T03:50:29.550Z] Building docker-core-command-go [2020-07-29T03:50:29.550Z] Building docker-support-scheduler-go [2020-07-29T03:50:29.550Z] Building docker-security-secretstore-setup-go [2020-07-29T03:50:29.550Z] Building docker-support-notifications-go [2020-07-29T03:50:29.550Z] Building docker-core-data-go [2020-07-29T03:52:06.260Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T03:52:06.260Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T03:52:06.260Z] ---> c8fe8787fb0f [2020-07-29T03:52:06.260Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T03:52:06.260Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T03:52:06.260Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-29T03:52:06.260Z] ---> c8fe8787fb0f [2020-07-29T03:52:06.260Z] Step 3/23 : WORKDIR /edgex-go [2020-07-29T03:52:06.859Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T03:52:06.859Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T03:52:06.859Z] ---> c8fe8787fb0f [2020-07-29T03:52:06.859Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T03:52:06.859Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T03:52:06.859Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T03:52:06.859Z] ---> c8fe8787fb0f [2020-07-29T03:52:06.859Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T03:52:07.131Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T03:52:07.131Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-29T03:52:07.131Z] ---> c8fe8787fb0f [2020-07-29T03:52:07.131Z] Step 3/22 : WORKDIR /edgex-go [2020-07-29T03:52:10.510Z] ---> Running in c14d7b94c7b2 [2020-07-29T03:52:10.510Z] ---> Running in 55fd77702b69 [2020-07-29T03:52:10.510Z] ---> Running in 878c501678b1 [2020-07-29T03:52:10.510Z] ---> Running in 4babbe8bc366 [2020-07-29T03:52:10.510Z] ---> Running in 8b770643e08c [2020-07-29T03:52:10.510Z] Removing intermediate container c14d7b94c7b2 [2020-07-29T03:52:10.510Z] ---> d0f4b0ae0e20 [2020-07-29T03:52:10.510Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T03:52:10.786Z] ---> Running in b991e034d406 [2020-07-29T03:52:10.786Z] Removing intermediate container 55fd77702b69 [2020-07-29T03:52:10.786Z] ---> dccfc024824f [2020-07-29T03:52:10.786Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T03:52:10.786Z] Removing intermediate container 878c501678b1 [2020-07-29T03:52:10.786Z] ---> b86c31cee583 [2020-07-29T03:52:10.786Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T03:52:10.787Z] Removing intermediate container 8b770643e08c [2020-07-29T03:52:10.787Z] ---> 38652df6c68b [2020-07-29T03:52:10.787Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T03:52:10.787Z] Removing intermediate container 4babbe8bc366 [2020-07-29T03:52:10.787Z] ---> 413e816043a0 [2020-07-29T03:52:10.787Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T03:52:11.060Z] ---> Running in 2adf51a4a088 [2020-07-29T03:52:11.060Z] ---> Running in 459f4d579fd4 [2020-07-29T03:52:11.060Z] ---> Running in 857618bdd8d5 [2020-07-29T03:52:11.060Z] ---> Running in 2b4e07b46729 [2020-07-29T03:52:15.364Z] Removing intermediate container b991e034d406 [2020-07-29T03:52:15.364Z] ---> 3b695f5f0a85 [2020-07-29T03:52:15.364Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-29T03:52:15.364Z] Removing intermediate container 459f4d579fd4 [2020-07-29T03:52:15.364Z] ---> b200e06e5ec1 [2020-07-29T03:52:15.364Z] Step 5/26 : RUN apk update && apk add make git [2020-07-29T03:52:15.364Z] ---> Running in a2faba481b3a [2020-07-29T03:52:15.364Z] ---> Running in 9239bc2d6034 [2020-07-29T03:52:15.364Z] Removing intermediate container 2adf51a4a088 [2020-07-29T03:52:15.364Z] ---> 951d458430fa [2020-07-29T03:52:15.364Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T03:52:15.653Z] ---> Running in 8d844e683668 [2020-07-29T03:52:15.653Z] Removing intermediate container 857618bdd8d5 [2020-07-29T03:52:15.653Z] ---> aa6ce8e9c4b8 [2020-07-29T03:52:15.653Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T03:52:15.939Z] Removing intermediate container 2b4e07b46729 [2020-07-29T03:52:15.939Z] ---> 8fbae10fbb52 [2020-07-29T03:52:15.939Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-29T03:52:16.213Z] ---> Running in 5d811090f18c [2020-07-29T03:52:16.503Z] ---> Running in 12a0a07e920e [2020-07-29T03:52:17.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T03:52:17.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T03:52:18.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T03:52:18.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T03:52:18.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T03:52:18.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T03:52:18.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T03:52:18.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T03:52:18.963Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T03:52:18.963Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T03:52:18.963Z] OK: 12620 distinct packages available [2020-07-29T03:52:19.239Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T03:52:19.239Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T03:52:19.239Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T03:52:19.239Z] OK: 12620 distinct packages available [2020-07-29T03:52:19.239Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T03:52:19.515Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T03:52:19.515Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T03:52:19.515Z] OK: 12620 distinct packages available [2020-07-29T03:52:19.789Z] OK: 217 MiB in 51 packages [2020-07-29T03:52:20.065Z] OK: 217 MiB in 51 packages [2020-07-29T03:52:20.065Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T03:52:20.065Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T03:52:20.065Z] OK: 12620 distinct packages available [2020-07-29T03:52:20.338Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T03:52:20.338Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T03:52:20.338Z] OK: 12620 distinct packages available [2020-07-29T03:52:20.338Z] OK: 217 MiB in 51 packages [2020-07-29T03:52:21.334Z] OK: 217 MiB in 51 packages [2020-07-29T03:52:21.334Z] OK: 217 MiB in 51 packages [2020-07-29T03:52:21.939Z] Removing intermediate container a2faba481b3a [2020-07-29T03:52:21.939Z] ---> 8d9bd1c9386b [2020-07-29T03:52:21.939Z] Step 6/23 : COPY go.mod . [2020-07-29T03:52:22.212Z] Removing intermediate container 9239bc2d6034 [2020-07-29T03:52:22.212Z] ---> 9eeb6a01536c [2020-07-29T03:52:22.212Z] Step 6/26 : COPY go.mod . [2020-07-29T03:52:22.212Z] Removing intermediate container 8d844e683668 [2020-07-29T03:52:22.212Z] ---> 271b92000ebd [2020-07-29T03:52:22.212Z] Step 6/20 : COPY go.mod . [2020-07-29T03:52:22.807Z] ---> 9dbdff26af39 [2020-07-29T03:52:22.807Z] Step 7/23 : RUN go mod download [2020-07-29T03:52:23.081Z] ---> Running in 47c8b6ca6462 [2020-07-29T03:52:23.369Z] Removing intermediate container 5d811090f18c [2020-07-29T03:52:23.369Z] ---> 56038adb006d [2020-07-29T03:52:23.369Z] Step 6/21 : COPY go.mod . [2020-07-29T03:52:23.369Z] Removing intermediate container 12a0a07e920e [2020-07-29T03:52:23.369Z] ---> 4f9ee38913b2 [2020-07-29T03:52:23.369Z] Step 6/22 : COPY go.mod . [2020-07-29T03:52:23.651Z] ---> 2cc6693327c8 [2020-07-29T03:52:23.651Z] Step 7/26 : RUN go mod download [2020-07-29T03:52:23.651Z] ---> 428f44fde465 [2020-07-29T03:52:23.651Z] Step 7/20 : RUN go mod download [2020-07-29T03:52:23.924Z] ---> Running in 5680a426bc77 [2020-07-29T03:52:23.924Z] ---> Running in 822677368c0b [2020-07-29T03:52:24.515Z] ---> 72ed79c1aa1d [2020-07-29T03:52:24.515Z] Step 7/22 : RUN go mod download [2020-07-29T03:52:24.515Z] ---> 36b299fad810 [2020-07-29T03:52:24.515Z] Step 7/21 : RUN go mod download [2020-07-29T03:52:24.789Z] ---> Running in 3e0f5bc0ef10 [2020-07-29T03:52:24.789Z] ---> Running in 65e64b2fff8d [2020-07-29T03:52:28.196Z] Removing intermediate container 47c8b6ca6462 [2020-07-29T03:52:28.196Z] ---> 5cb4aea7e618 [2020-07-29T03:52:28.196Z] Step 8/23 : COPY . . [2020-07-29T03:52:28.469Z] Removing intermediate container 5680a426bc77 [2020-07-29T03:52:28.469Z] ---> b064c37e817b [2020-07-29T03:52:28.469Z] Step 8/26 : COPY . . [2020-07-29T03:52:30.448Z] Removing intermediate container 822677368c0b [2020-07-29T03:52:30.448Z] ---> ef89d1acd6b5 [2020-07-29T03:52:30.448Z] Step 8/20 : COPY . . [2020-07-29T03:52:38.729Z] Removing intermediate container 65e64b2fff8d [2020-07-29T03:52:38.729Z] ---> 345023d1a8e6 [2020-07-29T03:52:38.729Z] Step 8/21 : COPY . . [2020-07-29T03:52:38.729Z] Removing intermediate container 3e0f5bc0ef10 [2020-07-29T03:52:38.729Z] ---> f22fd96e9c4e [2020-07-29T03:52:38.729Z] Step 8/22 : COPY . . [2020-07-29T03:53:00.875Z] ---> a776ec8a8b76 [2020-07-29T03:53:00.875Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-29T03:53:00.875Z] ---> 33a19a9c4c6e [2020-07-29T03:53:00.875Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-29T03:53:00.875Z] ---> 4a6e6026f619 [2020-07-29T03:53:00.875Z] 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-29T03:53:00.875Z] ---> Running in a1860f17f55e [2020-07-29T03:53:00.875Z] ---> Running in 6d89d642abff [2020-07-29T03:53:00.875Z] ---> Running in 697499394b38 [2020-07-29T03:53:01.146Z] ---> 4cc1cd03ffa6 [2020-07-29T03:53:01.146Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-29T03:53:01.146Z] ---> c184f93f5bca [2020-07-29T03:53:01.146Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-29T03:53:01.419Z] ---> Running in 4615a2b43582 [2020-07-29T03:53:01.419Z] ---> Running in 2675ed50790f [2020-07-29T03:53:03.401Z] 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-29T03:53:03.401Z] 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-29T03:53:03.999Z] 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-29T03:53:03.999Z] 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-29T03:53:04.598Z] 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-29T03:54:26.384Z] 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-29T03:54:36.535Z] 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-29T03:54:52.126Z] Removing intermediate container 697499394b38 [2020-07-29T03:54:52.126Z] ---> d168ec0c2d05 [2020-07-29T03:54:52.126Z] [2020-07-29T03:54:52.126Z] Step 10/26 : FROM alpine:3.10 [2020-07-29T03:54:52.126Z] 3.10: Pulling from library/alpine [2020-07-29T03:54:53.572Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-29T03:54:53.572Z] Status: Downloaded newer image for alpine:3.10 [2020-07-29T03:54:53.572Z] ---> 536a684cf733 [2020-07-29T03:54:53.572Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-29T03:54:54.168Z] ---> Running in 00395842b434 [2020-07-29T03:54:56.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-29T03:54:56.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-29T03:54:57.081Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-29T03:54:57.081Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-29T03:54:57.081Z] OK: 10167 distinct packages available [2020-07-29T03:54:57.679Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-29T03:54:57.953Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-29T03:54:57.954Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-29T03:54:57.954Z] (4/5) Installing curl (7.66.0-r0) [2020-07-29T03:54:57.954Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-29T03:54:57.954Z] Executing busybox-1.30.1-r3.trigger [2020-07-29T03:54:57.954Z] Executing ca-certificates-20191127-r2.trigger [2020-07-29T03:54:58.228Z] OK: 7 MiB in 19 packages [2020-07-29T03:55:01.621Z] Removing intermediate container a1860f17f55e [2020-07-29T03:55:01.621Z] ---> c76f444fafcf [2020-07-29T03:55:01.621Z] [2020-07-29T03:55:01.621Z] Step 10/23 : FROM scratch [2020-07-29T03:55:01.621Z] ---> [2020-07-29T03:55:01.621Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T03:55:01.621Z] ---> Running in 956de9de29f3 [2020-07-29T03:55:01.621Z] Removing intermediate container 2675ed50790f [2020-07-29T03:55:01.621Z] ---> a48df4e7260a [2020-07-29T03:55:01.621Z] [2020-07-29T03:55:01.621Z] Step 10/21 : FROM scratch [2020-07-29T03:55:01.621Z] ---> [2020-07-29T03:55:01.621Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T03:55:01.894Z] Removing intermediate container 6d89d642abff [2020-07-29T03:55:01.894Z] ---> ca0e315ff25f [2020-07-29T03:55:01.894Z] [2020-07-29T03:55:01.894Z] Step 10/20 : FROM scratch [2020-07-29T03:55:01.894Z] ---> [2020-07-29T03:55:01.894Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T03:55:01.894Z] Removing intermediate container 00395842b434 [2020-07-29T03:55:01.894Z] ---> 9ac1db48de6a [2020-07-29T03:55:01.894Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T03:55:02.168Z] ---> Running in 4808087223c2 [2020-07-29T03:55:02.168Z] ---> Running in 4d28b0e4e12f [2020-07-29T03:55:02.168Z] ---> Running in 1c0bb3c9bb6e [2020-07-29T03:55:02.451Z] Removing intermediate container 956de9de29f3 [2020-07-29T03:55:02.451Z] ---> 078100c1bf68 [2020-07-29T03:55:02.451Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-29T03:55:02.451Z] ---> Running in 80dba56689c5 [2020-07-29T03:55:02.722Z] Removing intermediate container 4808087223c2 [2020-07-29T03:55:02.722Z] ---> 1cbb8cfc560d [2020-07-29T03:55:02.722Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-29T03:55:02.999Z] Removing intermediate container 4d28b0e4e12f [2020-07-29T03:55:02.999Z] ---> 242d9ae791ee [2020-07-29T03:55:02.999Z] Step 13/26 : WORKDIR / [2020-07-29T03:55:02.999Z] Removing intermediate container 1c0bb3c9bb6e [2020-07-29T03:55:02.999Z] ---> 5c20c7c81d88 [2020-07-29T03:55:02.999Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-29T03:55:02.999Z] ---> Running in adc6a00350e3 [2020-07-29T03:55:02.999Z] ---> Running in bf9e992ecadc [2020-07-29T03:55:03.272Z] ---> Running in e124959d1a74 [2020-07-29T03:55:03.272Z] Removing intermediate container 80dba56689c5 [2020-07-29T03:55:03.272Z] ---> 537fcdc2bfab [2020-07-29T03:55:03.272Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-29T03:55:03.547Z] ---> Running in a8dc0fa77ad8 [2020-07-29T03:55:03.817Z] Removing intermediate container adc6a00350e3 [2020-07-29T03:55:03.817Z] ---> dc4d9da3cbbb [2020-07-29T03:55:03.817Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T03:55:04.098Z] Removing intermediate container bf9e992ecadc [2020-07-29T03:55:04.098Z] ---> a8fbbe699232 [2020-07-29T03:55:04.098Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-29T03:55:04.098Z] ---> Running in 7b908f023ca2 [2020-07-29T03:55:04.098Z] ---> Running in 42fdc533a9d3 [2020-07-29T03:55:04.372Z] Removing intermediate container a8dc0fa77ad8 [2020-07-29T03:55:04.372Z] Removing intermediate container e124959d1a74 [2020-07-29T03:55:04.372Z] ---> c29cdefe86b9 [2020-07-29T03:55:04.372Z] 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-29T03:55:04.372Z] ---> d7c8aa918730 [2020-07-29T03:55:04.372Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-29T03:55:04.645Z] Removing intermediate container 7b908f023ca2 [2020-07-29T03:55:04.645Z] ---> aae1fec6a5c0 [2020-07-29T03:55:04.645Z] Step 14/21 : WORKDIR / [2020-07-29T03:55:04.917Z] Removing intermediate container 42fdc533a9d3 [2020-07-29T03:55:04.917Z] ---> 2344f98eb57c [2020-07-29T03:55:04.917Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-29T03:55:04.917Z] ---> Running in be4bbeafc16a [2020-07-29T03:55:05.188Z] ---> bfdcd53132ac [2020-07-29T03:55:05.188Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-29T03:55:05.456Z] ---> f56200e52d7c [2020-07-29T03:55:05.456Z] 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-29T03:55:05.735Z] Removing intermediate container be4bbeafc16a [2020-07-29T03:55:05.735Z] ---> 30e4fee9828a [2020-07-29T03:55:05.735Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-29T03:55:06.007Z] ---> 89cced4ee0b2 [2020-07-29T03:55:06.007Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-29T03:55:06.605Z] ---> a870773bf416 [2020-07-29T03:55:06.605Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-29T03:55:06.879Z] ---> e09a868e48cd [2020-07-29T03:55:06.879Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-29T03:55:07.152Z] ---> 7a4494165a21 [2020-07-29T03:55:07.152Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-29T03:55:08.130Z] ---> 209cf1033566 [2020-07-29T03:55:08.130Z] ---> d989d9206f9d [2020-07-29T03:55:08.130Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-29T03:55:08.130Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-29T03:55:08.726Z] ---> a2e6b7038a56 [2020-07-29T03:55:08.726Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-29T03:55:08.995Z] ---> 3eff335332bc [2020-07-29T03:55:08.995Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-29T03:55:08.995Z] ---> 657df4c0a505 [2020-07-29T03:55:08.995Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T03:55:09.592Z] ---> Running in 8d9dc66e0c70 [2020-07-29T03:55:09.592Z] ---> 01011d4e6289 [2020-07-29T03:55:09.592Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-29T03:55:09.867Z] ---> 4467d2680ace [2020-07-29T03:55:09.867Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T03:55:10.142Z] ---> Running in d2476ec17542 [2020-07-29T03:55:10.142Z] ---> 7a4030bc4f4b [2020-07-29T03:55:10.142Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-29T03:55:10.415Z] Removing intermediate container 8d9dc66e0c70 [2020-07-29T03:55:10.415Z] ---> 701f42ae5943 [2020-07-29T03:55:10.415Z] Step 18/20 : LABEL arch=arm64 [2020-07-29T03:55:10.708Z] ---> Running in 56e93091a74d [2020-07-29T03:55:10.708Z] Removing intermediate container d2476ec17542 [2020-07-29T03:55:10.708Z] ---> efe8a5250d27 [2020-07-29T03:55:10.708Z] Step 19/21 : LABEL arch=arm64 [2020-07-29T03:55:12.145Z] ---> Running in e7282d94bb20 [2020-07-29T03:55:12.145Z] Removing intermediate container 56e93091a74d [2020-07-29T03:55:12.145Z] ---> 8e88047be6dc [2020-07-29T03:55:12.145Z] Step 19/20 : LABEL git_sha=4b7c91fcd27f2b0b563193f0bd76fb28e4529912 [2020-07-29T03:55:12.145Z] ---> 1aa0545556eb [2020-07-29T03:55:12.145Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-29T03:55:12.145Z] ---> e3c80d070d41 [2020-07-29T03:55:12.145Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-29T03:55:12.418Z] ---> Running in 2ea51b9e62a8 [2020-07-29T03:55:12.418Z] Removing intermediate container e7282d94bb20 [2020-07-29T03:55:12.418Z] ---> dcc81cf51eaf [2020-07-29T03:55:12.418Z] Step 20/21 : LABEL git_sha=4b7c91fcd27f2b0b563193f0bd76fb28e4529912 [2020-07-29T03:55:12.695Z] ---> Running in 0a5fd72297ea [2020-07-29T03:55:13.292Z] Removing intermediate container 2ea51b9e62a8 [2020-07-29T03:55:13.292Z] ---> f728ee26791d [2020-07-29T03:55:13.292Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T03:55:13.292Z] ---> 25b32a8c1480 [2020-07-29T03:55:13.292Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T03:55:13.561Z] ---> Running in 31f01ca78229 [2020-07-29T03:55:13.561Z] ---> fc5e99aa1067 [2020-07-29T03:55:13.561Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-29T03:55:13.561Z] Removing intermediate container 0a5fd72297ea [2020-07-29T03:55:13.561Z] ---> c999e2affddd [2020-07-29T03:55:13.561Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T03:55:13.829Z] Removing intermediate container 4615a2b43582 [2020-07-29T03:55:13.829Z] ---> 4a9d28235da4 [2020-07-29T03:55:13.829Z] [2020-07-29T03:55:13.829Z] Step 10/22 : FROM alpine [2020-07-29T03:55:13.829Z] ---> Running in 842c26928f59 [2020-07-29T03:55:14.099Z] ---> Running in 8b299123d162 [2020-07-29T03:55:14.099Z] latest: Pulling from library/alpine [2020-07-29T03:55:14.099Z] Removing intermediate container 31f01ca78229 [2020-07-29T03:55:14.099Z] ---> ead112c35c28 [2020-07-29T03:55:14.099Z] [2020-07-29T03:55:14.367Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-29T03:55:14.367Z] Status: Downloaded newer image for alpine:latest [2020-07-29T03:55:14.368Z] ---> 62ee0e9f8440 [2020-07-29T03:55:14.368Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T03:55:14.368Z] Removing intermediate container 842c26928f59 [2020-07-29T03:55:14.368Z] ---> 22dac783da92 [2020-07-29T03:55:14.368Z] Step 21/23 : LABEL arch=arm64 [2020-07-29T03:55:14.635Z] Successfully built ead112c35c28 [2020-07-29T03:55:14.906Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-29T03:55:14.906Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2020-07-29T03:55:14.906Z] Removing intermediate container 8b299123d162 [2020-07-29T03:55:14.906Z] ---> d51db6d4270a [2020-07-29T03:55:14.906Z] [2020-07-29T03:55:14.906Z] ---> Running in 8a3664ec1533 [2020-07-29T03:55:14.906Z] ---> Running in 980f0c66d707 [2020-07-29T03:55:15.179Z] ---> d3c18b540592 [2020-07-29T03:55:15.179Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T03:55:15.451Z] Removing intermediate container 8a3664ec1533 [2020-07-29T03:55:15.451Z] ---> bdfd68569d64 [2020-07-29T03:55:15.451Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-29T03:55:15.451Z] Successfully built d51db6d4270a [2020-07-29T03:55:15.451Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-29T03:55:15.451Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2020-07-29T03:55:15.721Z] ---> Running in c1a4f9a307f5 [2020-07-29T03:55:15.721Z] Removing intermediate container 980f0c66d707 [2020-07-29T03:55:15.721Z] ---> 29642168b760 [2020-07-29T03:55:15.721Z] Step 22/23 : LABEL git_sha=4b7c91fcd27f2b0b563193f0bd76fb28e4529912 [2020-07-29T03:55:15.990Z] ---> Running in cb6c6a05db6d [2020-07-29T03:55:15.990Z] ---> a8aed4866ed0 [2020-07-29T03:55:15.990Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T03:55:15.990Z] ---> Running in 495ac15668e1 [2020-07-29T03:55:16.263Z] Removing intermediate container c1a4f9a307f5 [2020-07-29T03:55:16.263Z] ---> 8fac7831cd05 [2020-07-29T03:55:16.263Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-29T03:55:16.533Z] Removing intermediate container cb6c6a05db6d [2020-07-29T03:55:16.533Z] ---> 2b16ab6366b1 [2020-07-29T03:55:16.533Z] Step 23/23 : LABEL version=0.0.0 [2020-07-29T03:55:16.533Z] ---> Running in eaaeb37c1cd0 [2020-07-29T03:55:16.533Z] ---> Running in 880cad3b2589 [2020-07-29T03:55:17.967Z] Removing intermediate container eaaeb37c1cd0 [2020-07-29T03:55:17.967Z] ---> 14fb9820628d [2020-07-29T03:55:17.967Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T03:55:19.945Z] Removing intermediate container 880cad3b2589 [2020-07-29T03:55:19.945Z] ---> df2eb8dfa5c4 [2020-07-29T03:55:19.945Z] [2020-07-29T03:55:19.945Z] Successfully built df2eb8dfa5c4 [2020-07-29T03:55:20.216Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-29T03:55:20.216Z]  Building docker-support-notifications-go ... done Building docker-security-secrets-setup-go [2020-07-29T03:55:20.216Z] ---> Running in 362fe4dcbbfb [2020-07-29T03:55:21.644Z] Removing intermediate container 495ac15668e1 [2020-07-29T03:55:21.644Z] ---> a49150a148fe [2020-07-29T03:55:21.644Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T03:55:23.077Z] ---> Running in ebb1ccec0fc2 [2020-07-29T03:55:25.069Z] Removing intermediate container ebb1ccec0fc2 [2020-07-29T03:55:25.069Z] ---> e98b1a1a4e30 [2020-07-29T03:55:25.069Z] Step 24/26 : LABEL arch=arm64 [2020-07-29T03:55:25.670Z] Removing intermediate container 362fe4dcbbfb [2020-07-29T03:55:25.670Z] ---> 1ca0bc771816 [2020-07-29T03:55:25.670Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-29T03:55:26.266Z] ---> Running in 06722ef9e2cb [2020-07-29T03:55:26.861Z] ---> Running in 9d1cccfb4ebd [2020-07-29T03:55:27.456Z] Removing intermediate container 06722ef9e2cb [2020-07-29T03:55:27.456Z] ---> 4029497b06c8 [2020-07-29T03:55:27.456Z] Step 25/26 : LABEL git_sha=4b7c91fcd27f2b0b563193f0bd76fb28e4529912 [2020-07-29T03:55:28.433Z] ---> Running in 55c980d42c91 [2020-07-29T03:55:29.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T03:55:29.677Z] Removing intermediate container 55c980d42c91 [2020-07-29T03:55:29.677Z] ---> 087960dea350 [2020-07-29T03:55:29.677Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T03:55:29.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T03:55:30.227Z] ---> Running in 7c4064a991ab [2020-07-29T03:55:30.496Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-29T03:55:30.765Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-29T03:55:30.765Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-29T03:55:30.765Z] Removing intermediate container 7c4064a991ab [2020-07-29T03:55:30.765Z] ---> d678a56d8838 [2020-07-29T03:55:30.765Z] [2020-07-29T03:55:31.044Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-29T03:55:31.044Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-29T03:55:31.044Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T03:55:31.044Z] OK: 8 MiB in 19 packages [2020-07-29T03:55:31.316Z] Successfully built d678a56d8838 [2020-07-29T03:55:31.316Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-29T03:55:31.316Z] Building docker-core-metadata-go [2020-07-29T03:55:32.739Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 9d1cccfb4ebd [2020-07-29T03:55:32.739Z] ---> f6d41538c6b7 [2020-07-29T03:55:32.739Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-29T03:55:33.333Z] ---> abdb25e0df19 [2020-07-29T03:55:33.333Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-29T03:55:35.305Z] ---> 07bd18c1c5ba [2020-07-29T03:55:35.305Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-29T03:55:37.277Z] ---> 336b36950838 [2020-07-29T03:55:37.277Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T03:55:37.554Z] ---> Running in 6f4eb91d0de3 [2020-07-29T03:55:38.533Z] Removing intermediate container 6f4eb91d0de3 [2020-07-29T03:55:38.533Z] ---> 7ef014d21bdb [2020-07-29T03:55:38.533Z] Step 20/22 : LABEL arch=arm64 [2020-07-29T03:55:39.127Z] ---> Running in 5a51f9b27ac8 [2020-07-29T03:55:40.102Z] Removing intermediate container 5a51f9b27ac8 [2020-07-29T03:55:40.102Z] ---> 32330a47411b [2020-07-29T03:55:40.102Z] Step 21/22 : LABEL git_sha=4b7c91fcd27f2b0b563193f0bd76fb28e4529912 [2020-07-29T03:55:40.706Z] ---> Running in 3e2cd9713c2a [2020-07-29T03:55:41.309Z] Removing intermediate container 3e2cd9713c2a [2020-07-29T03:55:41.309Z] ---> 6a1fa08dc043 [2020-07-29T03:55:41.309Z] Step 22/22 : LABEL version=0.0.0 [2020-07-29T03:55:41.578Z] ---> Running in 7884ef3287c2 [2020-07-29T03:55:42.189Z] Removing intermediate container 7884ef3287c2 [2020-07-29T03:55:42.189Z] ---> d4d42cb7a27f [2020-07-29T03:55:42.189Z] [2020-07-29T03:55:42.784Z] Successfully built d4d42cb7a27f [2020-07-29T03:55:42.784Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-29T03:55:42.784Z]  Building docker-core-data-go ... done Building docker-support-logging-go [2020-07-29T03:56:50.789Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T03:56:50.789Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T03:56:50.789Z] ---> c8fe8787fb0f [2020-07-29T03:56:50.789Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T03:56:50.789Z] ---> Using cache [2020-07-29T03:56:50.789Z] ---> 413e816043a0 [2020-07-29T03:56:50.789Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T03:56:50.789Z] ---> Using cache [2020-07-29T03:56:50.789Z] ---> 8fbae10fbb52 [2020-07-29T03:56:50.789Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T03:56:50.789Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T03:56:50.789Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T03:56:50.789Z] ---> c8fe8787fb0f [2020-07-29T03:56:50.789Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T03:56:50.789Z] ---> Using cache [2020-07-29T03:56:50.789Z] ---> 413e816043a0 [2020-07-29T03:56:50.789Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T03:56:50.789Z] ---> Using cache [2020-07-29T03:56:50.789Z] ---> 8fbae10fbb52 [2020-07-29T03:56:50.789Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-29T03:56:50.789Z] ---> Running in 7265153700fc [2020-07-29T03:56:50.789Z] ---> Running in 1ef3e0dcddb4 [2020-07-29T03:56:50.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T03:56:50.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T03:56:50.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T03:56:51.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T03:56:51.348Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T03:56:51.348Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-29T03:56:51.348Z] ---> c8fe8787fb0f [2020-07-29T03:56:51.348Z] Step 3/29 : WORKDIR /edgex-go [2020-07-29T03:56:51.348Z] ---> Using cache [2020-07-29T03:56:51.348Z] ---> 413e816043a0 [2020-07-29T03:56:51.348Z] Step 4/29 : RUN apk update && apk add make git [2020-07-29T03:56:51.626Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T03:56:51.626Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T03:56:51.626Z] OK: 12620 distinct packages available [2020-07-29T03:56:51.899Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T03:56:51.899Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T03:56:51.899Z] OK: 12620 distinct packages available [2020-07-29T03:56:52.495Z] OK: 217 MiB in 51 packages [2020-07-29T03:56:52.777Z] OK: 217 MiB in 51 packages [2020-07-29T03:56:52.777Z] ---> Running in c3c5c86ed573 [2020-07-29T03:56:54.746Z] Removing intermediate container 7265153700fc [2020-07-29T03:56:54.746Z] ---> b8c71a102f6d [2020-07-29T03:56:54.746Z] Step 6/26 : COPY go.mod . [2020-07-29T03:56:54.746Z] Removing intermediate container 1ef3e0dcddb4 [2020-07-29T03:56:54.746Z] ---> 2b6e536ceb75 [2020-07-29T03:56:54.746Z] Step 6/20 : COPY go.mod . [2020-07-29T03:56:55.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T03:56:55.621Z] ---> e1e33ef782d4 [2020-07-29T03:56:55.621Z] Step 7/26 : RUN go mod download [2020-07-29T03:56:55.898Z] ---> 208520796c5d [2020-07-29T03:56:55.898Z] Step 7/20 : RUN go mod download [2020-07-29T03:56:55.898Z] ---> Running in a2f3fc3104d3 [2020-07-29T03:56:56.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T03:56:56.172Z] ---> Running in 1a0ffcad41d1 [2020-07-29T03:56:57.153Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T03:56:57.153Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T03:56:57.153Z] OK: 12620 distinct packages available [2020-07-29T03:56:58.137Z] OK: 217 MiB in 51 packages [2020-07-29T03:56:58.735Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T03:56:58.735Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T03:56:58.735Z] ---> c8fe8787fb0f [2020-07-29T03:56:58.735Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T03:56:58.735Z] ---> Using cache [2020-07-29T03:56:58.735Z] ---> 413e816043a0 [2020-07-29T03:56:58.735Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T03:56:58.735Z] ---> Using cache [2020-07-29T03:56:58.735Z] ---> 8fbae10fbb52 [2020-07-29T03:56:58.735Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T03:56:58.735Z] ---> Using cache [2020-07-29T03:56:58.735Z] ---> 2b6e536ceb75 [2020-07-29T03:56:58.735Z] Step 6/21 : COPY go.mod . [2020-07-29T03:56:58.735Z] ---> Using cache [2020-07-29T03:56:58.735Z] ---> 208520796c5d [2020-07-29T03:56:58.735Z] Step 7/21 : RUN go mod download [2020-07-29T03:56:58.735Z] ---> Running in be51560f6a5b [2020-07-29T03:57:00.170Z] Removing intermediate container c3c5c86ed573 [2020-07-29T03:57:00.170Z] ---> e2945a7289d7 [2020-07-29T03:57:00.170Z] Step 5/29 : COPY go.mod . [2020-07-29T03:57:01.602Z] ---> 6c7ef1b9d803 [2020-07-29T03:57:01.602Z] Step 6/29 : RUN go mod download [2020-07-29T03:57:01.602Z] ---> Running in c70dd8535dd1 [2020-07-29T03:57:01.602Z] Removing intermediate container a2f3fc3104d3 [2020-07-29T03:57:01.602Z] ---> 5cab0e45fb3d [2020-07-29T03:57:01.877Z] Step 8/26 : COPY . . [2020-07-29T03:57:01.877Z] Removing intermediate container 1a0ffcad41d1 [2020-07-29T03:57:01.877Z] ---> 44f22f4ce4b0 [2020-07-29T03:57:01.877Z] Step 8/20 : COPY . . [2020-07-29T03:57:01.878Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T03:57:01.878Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T03:57:01.878Z] ---> c8fe8787fb0f [2020-07-29T03:57:01.878Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T03:57:01.878Z] ---> Using cache [2020-07-29T03:57:01.878Z] ---> 413e816043a0 [2020-07-29T03:57:01.878Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T03:57:01.878Z] ---> Using cache [2020-07-29T03:57:01.878Z] ---> 8fbae10fbb52 [2020-07-29T03:57:01.878Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-29T03:57:01.878Z] ---> Running in 3646ace40074 [2020-07-29T03:57:03.850Z] Removing intermediate container be51560f6a5b [2020-07-29T03:57:03.850Z] ---> a536c5bb209a [2020-07-29T03:57:03.850Z] Step 8/21 : COPY . . [2020-07-29T03:57:04.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T03:57:05.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T03:57:07.255Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T03:57:07.255Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T03:57:07.255Z] OK: 12620 distinct packages available [2020-07-29T03:57:07.854Z] OK: 217 MiB in 51 packages [2020-07-29T03:57:08.834Z] OK: 217 MiB in 51 packages [2020-07-29T03:57:09.429Z] Removing intermediate container c70dd8535dd1 [2020-07-29T03:57:09.429Z] ---> b387acf99cf8 [2020-07-29T03:57:09.429Z] Step 7/29 : COPY . . [2020-07-29T03:57:13.746Z] Removing intermediate container 3646ace40074 [2020-07-29T03:57:13.746Z] ---> ea2cfef6f18c [2020-07-29T03:57:13.746Z] Step 6/21 : COPY go.mod . [2020-07-29T03:57:16.360Z] ---> 5248177528de [2020-07-29T03:57:16.360Z] Step 7/21 : RUN go mod download [2020-07-29T03:57:17.369Z] ---> Running in 44e927f45351 [2020-07-29T03:57:27.504Z] ---> 8402c912e943 [2020-07-29T03:57:27.505Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-29T03:57:27.505Z] Removing intermediate container 44e927f45351 [2020-07-29T03:57:27.505Z] ---> 1f3eae9ed87e [2020-07-29T03:57:27.505Z] Step 8/21 : COPY . . [2020-07-29T03:57:27.505Z] ---> 9af022a7faaf [2020-07-29T03:57:27.505Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-29T03:57:27.505Z] ---> Running in 4d9712d2a3a3 [2020-07-29T03:57:27.505Z] ---> Running in 2bcc68b29ff9 [2020-07-29T03:57:27.505Z] ---> 646af4a074e7 [2020-07-29T03:57:27.505Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-29T03:57:28.484Z] ---> Running in a49e2ef27ca0 [2020-07-29T03:57:28.767Z] 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-29T03:57:28.767Z] 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-29T03:57:31.388Z] 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-29T03:57:39.686Z] ---> ca63db8a0e85 [2020-07-29T03:57:39.686Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-29T03:57:39.686Z] ---> Running in 640f66d5ee76 [2020-07-29T03:57:42.307Z] 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-29T03:57:57.391Z] ---> b05515e51e23 [2020-07-29T03:57:57.391Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-29T03:57:57.391Z] ---> Running in 36e3f74796cf [2020-07-29T03:57:57.391Z] 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-29T03:58:53.910Z] Removing intermediate container 2bcc68b29ff9 [2020-07-29T03:58:53.910Z] ---> 04f84fd3c551 [2020-07-29T03:58:53.910Z] [2020-07-29T03:58:53.910Z] Step 10/20 : FROM alpine [2020-07-29T03:58:53.910Z] ---> 62ee0e9f8440 [2020-07-29T03:58:53.910Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-29T03:58:53.910Z] ---> Running in 5a4b19814687 [2020-07-29T03:58:53.910Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T03:58:53.910Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T03:58:53.910Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T03:58:53.910Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T03:58:53.910Z] OK: 12620 distinct packages available [2020-07-29T03:58:53.910Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-29T03:58:53.910Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T03:58:53.910Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-29T03:58:53.910Z] (4/4) Installing curl (7.69.1-r0) [2020-07-29T03:58:53.910Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T03:58:53.910Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T03:58:54.183Z] OK: 7 MiB in 18 packages [2020-07-29T03:58:57.094Z] Removing intermediate container 5a4b19814687 [2020-07-29T03:58:57.094Z] ---> 10502e8a92b7 [2020-07-29T03:58:57.094Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T03:58:57.094Z] ---> Running in 758dc8f9cd2b [2020-07-29T03:58:57.753Z] Removing intermediate container 758dc8f9cd2b [2020-07-29T03:58:57.753Z] ---> 90c82012d03c [2020-07-29T03:58:57.753Z] Step 13/20 : WORKDIR /edgex [2020-07-29T03:58:58.371Z] ---> Running in 9b03ca4c15d2 [2020-07-29T03:58:58.676Z] Removing intermediate container 9b03ca4c15d2 [2020-07-29T03:58:58.676Z] ---> 7f4bec2fd0a2 [2020-07-29T03:58:58.676Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-29T03:59:00.227Z] ---> 206ed071a0ca [2020-07-29T03:59:00.227Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-29T03:59:03.624Z] ---> 4556aeaaa91c [2020-07-29T03:59:03.624Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-29T03:59:03.624Z] ---> Running in eefc10a2c4cb [2020-07-29T03:59:04.605Z] Removing intermediate container eefc10a2c4cb [2020-07-29T03:59:04.605Z] ---> 5fce8dd4b319 [2020-07-29T03:59:04.605Z] Step 17/20 : CMD ["--init=true"] [2020-07-29T03:59:04.880Z] ---> Running in 4bd2705720d2 [2020-07-29T03:59:05.491Z] Removing intermediate container 4d9712d2a3a3 [2020-07-29T03:59:05.491Z] ---> 601f3b022f7d [2020-07-29T03:59:05.491Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-29T03:59:05.765Z] ---> Running in 7379b00b16a4 [2020-07-29T03:59:06.046Z] Removing intermediate container 4bd2705720d2 [2020-07-29T03:59:06.046Z] ---> 19a26b2c9a78 [2020-07-29T03:59:06.046Z] Step 18/20 : LABEL arch=arm64 [2020-07-29T03:59:06.320Z] ---> Running in 219d331be08b [2020-07-29T03:59:06.592Z] Removing intermediate container 640f66d5ee76 [2020-07-29T03:59:06.870Z] ---> a0b1c74e2c34 [2020-07-29T03:59:06.870Z] [2020-07-29T03:59:06.870Z] Step 9/29 : FROM alpine:latest [2020-07-29T03:59:06.870Z] ---> 62ee0e9f8440 [2020-07-29T03:59:06.870Z] 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-29T03:59:07.143Z] ---> Running in 008b682ccbbf [2020-07-29T03:59:07.143Z] Removing intermediate container 219d331be08b [2020-07-29T03:59:07.143Z] ---> b4aaab88d4c6 [2020-07-29T03:59:07.143Z] Step 19/20 : LABEL git_sha=4b7c91fcd27f2b0b563193f0bd76fb28e4529912 [2020-07-29T03:59:07.422Z] ---> Running in 8d91d451d045 [2020-07-29T03:59:08.018Z] Removing intermediate container 008b682ccbbf [2020-07-29T03:59:08.018Z] ---> 5bacb5bb20d4 [2020-07-29T03:59:08.018Z] Step 11/29 : USER root [2020-07-29T03:59:08.018Z] ---> Running in 8e93a69e9c7e [2020-07-29T03:59:08.310Z] Removing intermediate container 8d91d451d045 [2020-07-29T03:59:08.310Z] ---> befa035a3575 [2020-07-29T03:59:08.310Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T03:59:08.310Z] 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-29T03:59:08.582Z] ---> Running in 96eb36d866f6 [2020-07-29T03:59:08.855Z] Removing intermediate container 8e93a69e9c7e [2020-07-29T03:59:08.855Z] ---> c3b8f4fd03a4 [2020-07-29T03:59:08.855Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-29T03:59:09.129Z] ---> Running in 9f79587886a1 [2020-07-29T03:59:09.402Z] Removing intermediate container 96eb36d866f6 [2020-07-29T03:59:09.402Z] ---> b5a09c04a0eb [2020-07-29T03:59:09.402Z] [2020-07-29T03:59:10.386Z] Successfully built b5a09c04a0eb [2020-07-29T03:59:10.386Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-29T03:59:11.369Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T03:59:11.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T03:59:12.625Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T03:59:12.625Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T03:59:12.625Z] OK: 12620 distinct packages available [2020-07-29T03:59:13.604Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-29T03:59:13.604Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-29T03:59:13.604Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T03:59:13.604Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T03:59:13.879Z] OK: 6 MiB in 16 packages [2020-07-29T03:59:13.879Z] Removing intermediate container 7379b00b16a4 [2020-07-29T03:59:13.879Z] ---> 9d0c34dafc72 [2020-07-29T03:59:13.879Z] [2020-07-29T03:59:13.879Z] Step 11/26 : FROM docker:latest [2020-07-29T03:59:13.879Z] ---> ce9d55ae87f1 [2020-07-29T03:59:13.879Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-29T03:59:14.154Z] ---> Running in 3664d0f5b84e [2020-07-29T03:59:16.789Z] Removing intermediate container 9f79587886a1 [2020-07-29T03:59:16.789Z] ---> 63524b31a072 [2020-07-29T03:59:16.789Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-29T03:59:16.789Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T03:59:16.789Z] ---> Running in d37235b57189 [2020-07-29T03:59:16.789Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T03:59:17.067Z] Removing intermediate container d37235b57189 [2020-07-29T03:59:17.067Z] ---> 2f840323b0cf [2020-07-29T03:59:17.067Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-29T03:59:17.346Z] ---> Running in 9dc5ce0fb0fe [2020-07-29T03:59:17.346Z] (1/2) Installing readline (8.0.4-r0) [2020-07-29T03:59:17.346Z] (2/2) Installing bash (5.0.17-r0) [2020-07-29T03:59:17.346Z] Executing bash-5.0.17-r0.post-install [2020-07-29T03:59:17.346Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T03:59:17.346Z] OK: 12 MiB in 22 packages [2020-07-29T03:59:17.951Z] Removing intermediate container 9dc5ce0fb0fe [2020-07-29T03:59:17.951Z] ---> c6dfd5902fa6 [2020-07-29T03:59:17.951Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-29T03:59:18.225Z] ---> Running in 3eb1f0a719b5 [2020-07-29T03:59:19.201Z] Removing intermediate container 3664d0f5b84e [2020-07-29T03:59:19.201Z] ---> 1eca693078f0 [2020-07-29T03:59:19.201Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-29T03:59:19.475Z] ---> Running in ed620613af72 [2020-07-29T03:59:22.108Z] Removing intermediate container 3eb1f0a719b5 [2020-07-29T03:59:22.108Z] ---> c983a7b0b7d0 [2020-07-29T03:59:22.108Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-29T03:59:23.538Z] Removing intermediate container ed620613af72 [2020-07-29T03:59:23.538Z] ---> fb5f5781f8a3 [2020-07-29T03:59:23.538Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-29T03:59:23.809Z] ---> Running in b22ca666cd41 [2020-07-29T03:59:23.809Z] ---> 794ef2ddc14f [2020-07-29T03:59:23.809Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-29T03:59:24.782Z] Removing intermediate container b22ca666cd41 [2020-07-29T03:59:24.782Z] ---> bac699bfbb6f [2020-07-29T03:59:24.782Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-29T03:59:25.056Z] Removing intermediate container 36e3f74796cf [2020-07-29T03:59:25.056Z] ---> dd80b3e8311e [2020-07-29T03:59:25.056Z] [2020-07-29T03:59:25.056Z] Step 10/21 : FROM scratch [2020-07-29T03:59:25.056Z] ---> [2020-07-29T03:59:25.056Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T03:59:25.056Z] ---> 7f730c29d5eb [2020-07-29T03:59:25.056Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-29T03:59:25.056Z] ---> Running in 4d253e05eb19 [2020-07-29T03:59:25.329Z] ---> Using cache [2020-07-29T03:59:25.329Z] ---> 078100c1bf68 [2020-07-29T03:59:25.329Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-29T03:59:25.619Z] ---> Running in 1c8de8c635e5 [2020-07-29T03:59:25.619Z] Removing intermediate container 4d253e05eb19 [2020-07-29T03:59:25.619Z] ---> 31ce7a184d0c [2020-07-29T03:59:25.619Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-29T03:59:25.619Z] Removing intermediate container a49e2ef27ca0 [2020-07-29T03:59:25.890Z] ---> 60f10f22141d [2020-07-29T03:59:25.890Z] [2020-07-29T03:59:25.890Z] Step 10/21 : FROM scratch [2020-07-29T03:59:25.890Z] ---> [2020-07-29T03:59:25.890Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T03:59:25.890Z] ---> Running in 9254b14fbea4 [2020-07-29T03:59:25.890Z] ---> Using cache [2020-07-29T03:59:25.890Z] ---> 5c20c7c81d88 [2020-07-29T03:59:25.890Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-29T03:59:26.161Z] Removing intermediate container 1c8de8c635e5 [2020-07-29T03:59:26.161Z] ---> Running in dac031012ef4 [2020-07-29T03:59:26.161Z] ---> b6a21332d2c3 [2020-07-29T03:59:26.161Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T03:59:26.161Z] ---> 687103edbb9f [2020-07-29T03:59:26.161Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-29T03:59:26.161Z] ---> Running in 87e9dab6cdb6 [2020-07-29T03:59:26.434Z] Removing intermediate container 9254b14fbea4 [2020-07-29T03:59:26.434Z] ---> 8be9e8701a96 [2020-07-29T03:59:26.434Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-29T03:59:26.707Z] Removing intermediate container dac031012ef4 [2020-07-29T03:59:26.707Z] ---> 4afb72e2e85e [2020-07-29T03:59:26.707Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T03:59:26.707Z] ---> Running in 6281265ec1de [2020-07-29T03:59:26.707Z] Removing intermediate container 87e9dab6cdb6 [2020-07-29T03:59:26.707Z] ---> bbbd0d76ba8b [2020-07-29T03:59:26.707Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-29T03:59:27.295Z] ---> 28ed4c96d750 [2020-07-29T03:59:27.295Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-29T03:59:27.295Z] Removing intermediate container 6281265ec1de [2020-07-29T03:59:27.295Z] ---> cf8d8f9af9bc [2020-07-29T03:59:27.295Z] Step 14/21 : WORKDIR / [2020-07-29T03:59:27.567Z] ---> Running in da7fe649d6ef [2020-07-29T03:59:27.567Z] ---> 3cc93ef637c4 [2020-07-29T03:59:27.567Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-29T03:59:27.839Z] ---> ba6913b5847d [2020-07-29T03:59:27.839Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-29T03:59:28.110Z] ---> f34532f490ce [2020-07-29T03:59:28.110Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-29T03:59:28.379Z] Removing intermediate container da7fe649d6ef [2020-07-29T03:59:28.379Z] ---> ec317588d129 [2020-07-29T03:59:28.379Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-29T03:59:28.379Z] ---> Running in e065ad019fb2 [2020-07-29T03:59:28.648Z] ---> a117a8882b77 [2020-07-29T03:59:28.648Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-29T03:59:28.648Z] ---> e270f40c4917 [2020-07-29T03:59:28.648Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-29T03:59:29.240Z] ---> 4a9804aba658 [2020-07-29T03:59:29.240Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-29T03:59:30.217Z] ---> 481c7c978387 [2020-07-29T03:59:30.217Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-29T03:59:30.217Z] ---> 52b316dd008e [2020-07-29T03:59:30.217Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-29T03:59:30.217Z] ---> Running in a2c705e707b1 [2020-07-29T03:59:31.207Z] ---> 61bdc7a56754 [2020-07-29T03:59:31.207Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-29T03:59:31.207Z] ---> 388710d10916 [2020-07-29T03:59:31.207Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T03:59:31.487Z] ---> Running in b3a6e05fd9ba [2020-07-29T03:59:31.487Z] Removing intermediate container e065ad019fb2 [2020-07-29T03:59:31.487Z] ---> 64136797575e [2020-07-29T03:59:31.487Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T03:59:32.079Z] Removing intermediate container b3a6e05fd9ba [2020-07-29T03:59:32.079Z] ---> ed8aa0c44b25 [2020-07-29T03:59:32.079Z] Step 19/21 : LABEL arch=arm64 [2020-07-29T03:59:32.079Z] ---> a0ffe470b16c [2020-07-29T03:59:32.079Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T03:59:32.079Z] ---> Running in 299e3b4676ce [2020-07-29T03:59:32.079Z] ---> Running in 6a76322c4812 [2020-07-29T03:59:32.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T03:59:32.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T03:59:32.627Z] ---> 3802697b2be9 [2020-07-29T03:59:32.627Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T03:59:32.904Z] ---> Running in 3ad5abee6827 [2020-07-29T03:59:32.904Z] Removing intermediate container 6a76322c4812 [2020-07-29T03:59:32.904Z] ---> f95a888035a2 [2020-07-29T03:59:32.904Z] Step 20/21 : LABEL git_sha=4b7c91fcd27f2b0b563193f0bd76fb28e4529912 [2020-07-29T03:59:32.904Z] Removing intermediate container 299e3b4676ce [2020-07-29T03:59:32.904Z] ---> 46f2d2df12a9 [2020-07-29T03:59:32.904Z] Step 19/21 : LABEL arch=arm64 [2020-07-29T03:59:32.904Z] ---> Running in 6af0752c8ba4 [2020-07-29T03:59:32.904Z] ---> Running in 4b37447508f5 [2020-07-29T03:59:33.174Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-29T03:59:33.174Z] (2/33) Installing expat (2.2.9-r1) [2020-07-29T03:59:33.174Z] (3/33) Installing libffi (3.3-r2) [2020-07-29T03:59:33.174Z] (4/33) Installing gdbm (1.13-r1) [2020-07-29T03:59:33.174Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-29T03:59:33.174Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-29T03:59:33.174Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-29T03:59:34.611Z] Removing intermediate container 6af0752c8ba4 [2020-07-29T03:59:34.611Z] ---> 48cd2e7f4e34 [2020-07-29T03:59:34.611Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T03:59:34.611Z] Removing intermediate container 4b37447508f5 [2020-07-29T03:59:34.611Z] ---> 0841a42cf792 [2020-07-29T03:59:34.611Z] Step 20/21 : LABEL git_sha=4b7c91fcd27f2b0b563193f0bd76fb28e4529912 [2020-07-29T03:59:34.611Z] ---> Running in 5c328f53d2b9 [2020-07-29T03:59:34.611Z] ---> Running in 05be4c4d562f [2020-07-29T03:59:35.207Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-29T03:59:35.207Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-29T03:59:35.207Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-29T03:59:35.207Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-29T03:59:35.207Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-29T03:59:35.207Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-29T03:59:35.477Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-29T03:59:35.477Z] Removing intermediate container 05be4c4d562f [2020-07-29T03:59:35.477Z] ---> 2018b2915049 [2020-07-29T03:59:35.477Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T03:59:35.477Z] Removing intermediate container 5c328f53d2b9 [2020-07-29T03:59:35.477Z] ---> f7d8488355de [2020-07-29T03:59:35.477Z] [2020-07-29T03:59:35.477Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-29T03:59:35.477Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-29T03:59:35.477Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-29T03:59:35.477Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-29T03:59:35.748Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-29T03:59:35.748Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-29T03:59:35.748Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-29T03:59:35.748Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-29T03:59:35.748Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-29T03:59:35.748Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-29T03:59:35.748Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-29T03:59:35.748Z] ---> Running in fd68bc461f2e [2020-07-29T03:59:35.748Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-29T03:59:35.748Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-29T03:59:35.748Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-29T03:59:35.748Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-29T03:59:35.748Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-29T03:59:36.030Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-29T03:59:36.030Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-29T03:59:36.030Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-29T03:59:36.030Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T03:59:36.030Z] OK: 71 MiB in 55 packages [2020-07-29T03:59:36.307Z] Successfully built f7d8488355de [2020-07-29T03:59:36.307Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-29T03:59:36.307Z]  Building docker-support-logging-go ... done Removing intermediate container 3ad5abee6827 [2020-07-29T03:59:36.307Z] ---> dc18534d3db5 [2020-07-29T03:59:36.307Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-29T03:59:36.307Z] Removing intermediate container fd68bc461f2e [2020-07-29T03:59:36.307Z] ---> 98264ecaf24b [2020-07-29T03:59:36.307Z] [2020-07-29T03:59:36.584Z] ---> Running in 4b89b78a0b0a [2020-07-29T03:59:36.854Z] Successfully built 98264ecaf24b [2020-07-29T03:59:37.126Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-29T03:59:40.490Z]  Building docker-core-metadata-go ... done Removing intermediate container 4b89b78a0b0a [2020-07-29T03:59:40.490Z] ---> f1bf8400df11 [2020-07-29T03:59:40.490Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T03:59:40.490Z] ---> Running in 603b1517aa36 [2020-07-29T03:59:40.490Z] Removing intermediate container 603b1517aa36 [2020-07-29T03:59:40.490Z] ---> 7c29617e9f3c [2020-07-29T03:59:40.490Z] Step 26/29 : CMD [ "generate" ] [2020-07-29T03:59:40.759Z] ---> Running in 51d31ff022cc [2020-07-29T03:59:41.345Z] Removing intermediate container 51d31ff022cc [2020-07-29T03:59:41.345Z] ---> 7d3a5cf59d8b [2020-07-29T03:59:41.345Z] Step 27/29 : LABEL arch=arm64 [2020-07-29T03:59:41.345Z] ---> Running in fb016e30cedf [2020-07-29T03:59:41.948Z] Removing intermediate container a2c705e707b1 [2020-07-29T03:59:41.948Z] ---> 1d739510ff82 [2020-07-29T03:59:41.948Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-29T03:59:41.948Z] Removing intermediate container fb016e30cedf [2020-07-29T03:59:41.948Z] ---> cb32f36f3259 [2020-07-29T03:59:41.948Z] Step 28/29 : LABEL git_sha=4b7c91fcd27f2b0b563193f0bd76fb28e4529912 [2020-07-29T03:59:41.948Z] ---> Running in fa0329e49de3 [2020-07-29T03:59:41.948Z] ---> Running in 04c1268ba38c [2020-07-29T03:59:42.541Z] Removing intermediate container 04c1268ba38c [2020-07-29T03:59:42.541Z] ---> 84eec00d5b62 [2020-07-29T03:59:42.541Z] Step 29/29 : LABEL version=0.0.0 [2020-07-29T03:59:42.817Z] ---> Running in 1263e23553f1 [2020-07-29T03:59:43.087Z] Removing intermediate container 1263e23553f1 [2020-07-29T03:59:43.087Z] ---> 29e7a454f01b [2020-07-29T03:59:43.087Z] [2020-07-29T03:59:43.684Z] Successfully built 29e7a454f01b [2020-07-29T03:59:43.684Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-29T03:59:47.056Z]  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 [2020-07-29T03:59:47.056Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-29T03:59:47.330Z] Collecting cached-property<2,>=1.2.0 [2020-07-29T03:59:47.330Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-29T03:59:47.920Z] Collecting jsonschema<3,>=2.5.1 [2020-07-29T03:59:47.920Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-29T03:59:48.524Z] Collecting docker<4.0,>=3.6.0 [2020-07-29T03:59:48.524Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-29T03:59:49.117Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-29T03:59:49.117Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-29T03:59:49.388Z] Collecting texttable<0.10,>=0.9.0 [2020-07-29T03:59:49.388Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-29T03:59:51.987Z] Collecting PyYAML<4,>=3.10 [2020-07-29T03:59:51.987Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-29T03:59:55.355Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-29T03:59:55.356Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-29T03:59:55.356Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-29T03:59:55.356Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-29T03:59:57.317Z] 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-29T03:59:57.317Z] Collecting docopt<0.7,>=0.6.1 [2020-07-29T03:59:57.317Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-29T03:59:59.272Z] Collecting docker-pycreds>=0.4.0 [2020-07-29T03:59:59.272Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-29T03:59:59.542Z] Collecting idna<2.8,>=2.5 [2020-07-29T03:59:59.542Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-29T03:59:59.542Z] 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:00:00.130Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-29T04:00:00.130Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-29T04:00:00.130Z] 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:00:00.130Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-29T04:00:00.130Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-29T04:00:00.130Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-29T04:00:00.130Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-29T04:00:01.097Z] Installing collected packages: cached-property, jsonschema, websocket-client, docker-pycreds, idna, urllib3, requests, docker, texttable, PyYAML, dockerpty, docopt, docker-compose [2020-07-29T04:00:01.686Z] Attempting uninstall: idna [2020-07-29T04:00:01.686Z] Found existing installation: idna 2.9 [2020-07-29T04:00:01.686Z] Uninstalling idna-2.9: [2020-07-29T04:00:01.686Z] Successfully uninstalled idna-2.9 [2020-07-29T04:00:02.655Z] Attempting uninstall: urllib3 [2020-07-29T04:00:02.655Z] Found existing installation: urllib3 1.25.9 [2020-07-29T04:00:02.655Z] Uninstalling urllib3-1.25.9: [2020-07-29T04:00:02.655Z] Successfully uninstalled urllib3-1.25.9 [2020-07-29T04:00:03.244Z] Attempting uninstall: requests [2020-07-29T04:00:03.244Z] Found existing installation: requests 2.23.0 [2020-07-29T04:00:03.244Z] Uninstalling requests-2.23.0: [2020-07-29T04:00:03.244Z] Successfully uninstalled requests-2.23.0 [2020-07-29T04:00:04.212Z] Running setup.py install for texttable: started [2020-07-29T04:00:06.169Z] Running setup.py install for texttable: finished with status 'done' [2020-07-29T04:00:06.169Z] Running setup.py install for PyYAML: started [2020-07-29T04:00:08.125Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-29T04:00:08.125Z] Running setup.py install for dockerpty: started [2020-07-29T04:00:10.080Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-29T04:00:10.080Z] Running setup.py install for docopt: started [2020-07-29T04:00:12.037Z] Running setup.py install for docopt: finished with status 'done' [2020-07-29T04:00:12.625Z] 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:00:16.018Z] Removing intermediate container fa0329e49de3 [2020-07-29T04:00:16.018Z] ---> cd0ea4313659 [2020-07-29T04:00:16.018Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-29T04:00:16.288Z] ---> Running in 9a8004716a4b [2020-07-29T04:00:17.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:00:17.983Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:00:18.573Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T04:00:18.573Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-29T04:00:18.573Z] (3/3) Installing curl (7.69.1-r0) [2020-07-29T04:00:18.573Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:00:18.573Z] OK: 71 MiB in 58 packages [2020-07-29T04:00:20.005Z] Removing intermediate container 9a8004716a4b [2020-07-29T04:00:20.005Z] ---> 9d5dc50f8e8a [2020-07-29T04:00:20.005Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:00:20.005Z] ---> Running in f67004457e07 [2020-07-29T04:00:20.275Z] Removing intermediate container f67004457e07 [2020-07-29T04:00:20.275Z] ---> 93ce05c937cc [2020-07-29T04:00:20.275Z] Step 24/26 : LABEL arch=arm64 [2020-07-29T04:00:20.546Z] ---> Running in c378b0bed80b [2020-07-29T04:00:20.817Z] Removing intermediate container c378b0bed80b [2020-07-29T04:00:20.817Z] ---> 46cbd22a3199 [2020-07-29T04:00:20.817Z] Step 25/26 : LABEL git_sha=4b7c91fcd27f2b0b563193f0bd76fb28e4529912 [2020-07-29T04:00:21.088Z] ---> Running in 5e9616f1b85a [2020-07-29T04:00:21.359Z] Removing intermediate container 5e9616f1b85a [2020-07-29T04:00:21.359Z] ---> e16870942bc5 [2020-07-29T04:00:21.359Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T04:00:21.630Z] ---> Running in 51cb34f8f98f [2020-07-29T04:00:21.901Z] Removing intermediate container 51cb34f8f98f [2020-07-29T04:00:21.901Z] ---> e1010e93f132 [2020-07-29T04:00:21.901Z] [2020-07-29T04:00:22.492Z] Successfully built e1010e93f132 [2020-07-29T04:00:22.492Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-29T04:00:22.777Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-29T04:00:22.794Z] $ docker stop --time=1 5a5a9178a0924ada6a2caf0d1d6035939fd2c962fad0bb14b4b4572568360e5a [2020-07-29T04:00:24.760Z] $ docker rm -f 5a5a9178a0924ada6a2caf0d1d6035939fd2c962fad0bb14b4b4572568360e5a [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-29T04:00:25.440Z] + docker images [2020-07-29T04:00:25.440Z] + grep docker [2020-07-29T04:00:25.710Z] docker-sys-mgmt-agent-go-arm64 latest e1010e93f132 4 seconds ago 266MB [2020-07-29T04:00:25.710Z] docker-security-secrets-setup-go-arm64 latest 29e7a454f01b 43 seconds ago 24.2MB [2020-07-29T04:00:25.710Z] docker-core-metadata-go-arm64 latest 98264ecaf24b 49 seconds ago 13.8MB [2020-07-29T04:00:25.710Z] docker-support-logging-go-arm64 latest f7d8488355de 51 seconds ago 11.4MB [2020-07-29T04:00:25.710Z] docker-security-proxy-setup-go-arm64 latest b5a09c04a0eb About a minute ago 15.8MB [2020-07-29T04:00:25.710Z] docker-core-data-go-arm64 latest d4d42cb7a27f 4 minutes ago 22.6MB [2020-07-29T04:00:25.710Z] docker-security-secretstore-setup-go-arm64 latest d678a56d8838 4 minutes ago 32.6MB [2020-07-29T04:00:25.710Z] docker-support-notifications-go-arm64 latest df2eb8dfa5c4 5 minutes ago 13.9MB [2020-07-29T04:00:25.710Z] docker-core-command-go-arm64 latest d51db6d4270a 5 minutes ago 12.4MB [2020-07-29T04:00:25.710Z] docker-support-scheduler-go-arm64 latest ead112c35c28 5 minutes ago 12.6MB [2020-07-29T04:00:25.710Z] 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:00:27.177Z] provisioning config files... [2020-07-29T04:00:27.191Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config192667544718260248tmp [Pipeline] { [Pipeline] sh [2020-07-29T04:00:27.551Z] + curl -s https://codecov.io/bash [2020-07-29T04:00:27.551Z] + bash -s - -t @/w/workspace/edgex-go/3@tmp/config192667544718260248tmp [Pipeline] } [2020-07-29T04:00:27.821Z] 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:00:29.300Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T04:00:30.188Z] ---> package-listing.sh [2020-07-29T04:00:30.188Z] ++ facter osfamily [2020-07-29T04:00:30.188Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-29T04:00:30.188Z] + OS_FAMILY=redhat [2020-07-29T04:00:30.188Z] + workspace=/w/workspace/edgex-go/3 [2020-07-29T04:00:30.188Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-29T04:00:30.188Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-29T04:00:30.188Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-29T04:00:30.188Z] + PACKAGES=/tmp/packages_start.txt [2020-07-29T04:00:30.188Z] + '[' /w/workspace/edgex-go/3 ']' [2020-07-29T04:00:30.188Z] + PACKAGES=/tmp/packages_end.txt [2020-07-29T04:00:30.188Z] + case "${OS_FAMILY}" in [2020-07-29T04:00:30.188Z] + rpm -qa [2020-07-29T04:00:30.188Z] + sort [2020-07-29T04:00:34.395Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-29T04:00:34.395Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-29T04:00:34.395Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-29T04:00:34.395Z] + '[' /w/workspace/edgex-go/3 ']' [2020-07-29T04:00:34.395Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2020-07-29T04:00:34.395Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:00:34.881Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T04:00:34.882Z] [2020-07-29T04:00:34.882Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:00:35.226Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T04:00:35.226Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-29T04:00:35.226Z] c9b1b535fdd9: Pulling fs layer [2020-07-29T04:00:35.226Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-29T04:00:35.226Z] 756a868c4378: Pulling fs layer [2020-07-29T04:00:35.226Z] 444b2fc9a129: Pulling fs layer [2020-07-29T04:00:35.226Z] ea15f1150254: Pulling fs layer [2020-07-29T04:00:35.226Z] 41b27a9f41bf: Pulling fs layer [2020-07-29T04:00:35.226Z] 28c525ee5125: Pulling fs layer [2020-07-29T04:00:35.226Z] 094b1ea09ed8: Pulling fs layer [2020-07-29T04:00:35.226Z] 138eaada9080: Pulling fs layer [2020-07-29T04:00:35.226Z] 0622d0fa9048: Pulling fs layer [2020-07-29T04:00:35.226Z] 41b27a9f41bf: Waiting [2020-07-29T04:00:35.226Z] 28c525ee5125: Waiting [2020-07-29T04:00:35.226Z] 444b2fc9a129: Waiting [2020-07-29T04:00:35.226Z] 138eaada9080: Waiting [2020-07-29T04:00:35.226Z] 0622d0fa9048: Waiting [2020-07-29T04:00:35.226Z] ea15f1150254: Waiting [2020-07-29T04:00:35.226Z] 2cc5ad85d9ab: Download complete [2020-07-29T04:00:35.226Z] 444b2fc9a129: Download complete [2020-07-29T04:00:35.226Z] c9b1b535fdd9: Verifying Checksum [2020-07-29T04:00:35.492Z] ea15f1150254: Verifying Checksum [2020-07-29T04:00:35.492Z] ea15f1150254: Download complete [2020-07-29T04:00:35.492Z] 28c525ee5125: Verifying Checksum [2020-07-29T04:00:35.492Z] 28c525ee5125: Download complete [2020-07-29T04:00:35.764Z] 756a868c4378: Verifying Checksum [2020-07-29T04:00:35.764Z] 756a868c4378: Download complete [2020-07-29T04:00:35.764Z] c9b1b535fdd9: Pull complete [2020-07-29T04:00:35.764Z] 138eaada9080: Verifying Checksum [2020-07-29T04:00:35.764Z] 138eaada9080: Download complete [2020-07-29T04:00:35.764Z] 0622d0fa9048: Verifying Checksum [2020-07-29T04:00:35.764Z] 0622d0fa9048: Download complete [2020-07-29T04:00:36.025Z] 094b1ea09ed8: Verifying Checksum [2020-07-29T04:00:36.025Z] 094b1ea09ed8: Download complete [2020-07-29T04:00:36.025Z] 2cc5ad85d9ab: Pull complete [2020-07-29T04:00:36.287Z] 41b27a9f41bf: Verifying Checksum [2020-07-29T04:00:36.287Z] 41b27a9f41bf: Download complete [2020-07-29T04:00:37.671Z] 756a868c4378: Pull complete [2020-07-29T04:00:37.671Z] 444b2fc9a129: Pull complete [2020-07-29T04:00:38.613Z] ea15f1150254: Pull complete [2020-07-29T04:00:45.199Z] 41b27a9f41bf: Pull complete [2020-07-29T04:00:45.199Z] 28c525ee5125: Pull complete [2020-07-29T04:00:46.145Z] 094b1ea09ed8: Pull complete [2020-07-29T04:00:47.531Z] 138eaada9080: Pull complete [2020-07-29T04:00:48.102Z] 0622d0fa9048: Pull complete [2020-07-29T04:00:48.102Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-29T04:00:48.102Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T04:00:48.102Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-29T04:00:48.265Z] prd-centos7-docker-4c-2g-1354 does not seem to be running inside a container [2020-07-29T04:00:48.312Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-29T04:00:52.426Z] $ docker top 42feaea949d0c96633bec02c8e13cd3ce9a37e568fa61d34f9b2f6d447288740 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-29T04:00:52.710Z] provisioning config files... [2020-07-29T04:00:52.723Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config1652945146450435556tmp [Pipeline] { [Pipeline] echo [2020-07-29T04:00:52.790Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T04:00:53.080Z] ---> create-netrc.sh [Pipeline] echo [2020-07-29T04:00:53.089Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T04:00:53.381Z] ---> logs-deploy.sh [2020-07-29T04:00:53.381Z] + ARCHIVE_ARTIFACTS= [2020-07-29T04:00:53.381Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-29T04:00:53.381Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-29T04:00:53.381Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-29T04:00:53.381Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2644/3 [2020-07-29T04:00:53.381Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2644/3/ [2020-07-29T04:00:53.381Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2644/3 /w/workspace/edgex-go/3 [2020-07-29T04:00:54.321Z] Archives upload complete. [2020-07-29T04:00:54.321Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2644/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2644/3/