Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of anonymouse64 for edgexfoundry/edgex-go Obtained Jenkinsfile from 24fe4be10d7a1552c86e1c1b8276c694f532d3a6+4e0bf0319480625e5379d8d5fd7b212abf0b0714 (b39ff7b7770be262903cac91603087119f9cdf3e) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:false, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-1378’ is offline Running on prd-centos7-docker-4c-2g-1382 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # 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/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 Merge succeeded, producing a7133deb35f5e19edc30360ad3a4db5ca109280a Checking out Revision a7133deb35f5e19edc30360ad3a4db5ca109280a (PR-2625) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # 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/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a7133deb35f5e19edc30360ad3a4db5ca109280a # timeout=10 Commit message: "Merge commit '4e0bf0319480625e5379d8d5fd7b212abf0b0714' into HEAD" > git rev-list --no-walk 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:30:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:30:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:30:15 ========================================================= 04:30:15 EdgeX Global Pipelines Version Info 04:30:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:30:16 ------------------- 04:30:16 stable info: 04:30:16 ------------------- 04:30:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:30:16 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:30:16 Message: update stable to v1.0.106 04:30:17 ------------------- 04:30:17 experimental info: 04:30:17 ------------------- 04:30:17 Commited By: **** collab-it+edgex@linuxfoundation.org 04:30:17 Commit SHA: 626b9661e310b9d132ae9d5c3b37d89ff845648b 04:30:17 Message: update experimental to v1.0.108 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:30:19 ++ 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 04:30:19 + for file in '`ls cmd/**/Dockerfile`' 04:30:19 ++ dirname cmd/core-command/Dockerfile 04:30:19 ++ cut -d/ -f2 04:30:19 + echo core-command,cmd/core-command/Dockerfile 04:30:19 + for file in '`ls cmd/**/Dockerfile`' 04:30:19 ++ dirname cmd/core-data/Dockerfile 04:30:19 ++ cut -d/ -f2 04:30:19 + echo core-data,cmd/core-data/Dockerfile 04:30:19 + for file in '`ls cmd/**/Dockerfile`' 04:30:19 ++ dirname cmd/core-metadata/Dockerfile 04:30:19 ++ cut -d/ -f2 04:30:19 + echo core-metadata,cmd/core-metadata/Dockerfile 04:30:19 + for file in '`ls cmd/**/Dockerfile`' 04:30:19 ++ dirname cmd/security-proxy-setup/Dockerfile 04:30:19 ++ cut -d/ -f2 04:30:19 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:30:19 + for file in '`ls cmd/**/Dockerfile`' 04:30:19 ++ dirname cmd/security-secrets-setup/Dockerfile 04:30:19 ++ cut -d/ -f2 04:30:19 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:30:19 + for file in '`ls cmd/**/Dockerfile`' 04:30:19 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:30:19 ++ cut -d/ -f2 04:30:19 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:30:19 + for file in '`ls cmd/**/Dockerfile`' 04:30:19 ++ dirname cmd/support-logging/Dockerfile 04:30:19 ++ cut -d/ -f2 04:30:19 + echo support-logging,cmd/support-logging/Dockerfile 04:30:19 + for file in '`ls cmd/**/Dockerfile`' 04:30:19 ++ dirname cmd/support-notifications/Dockerfile 04:30:19 ++ cut -d/ -f2 04:30:19 + echo support-notifications,cmd/support-notifications/Dockerfile 04:30:19 + for file in '`ls cmd/**/Dockerfile`' 04:30:19 ++ dirname cmd/support-scheduler/Dockerfile 04:30:19 ++ cut -d/ -f2 04:30:19 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:30:19 + for file in '`ls cmd/**/Dockerfile`' 04:30:19 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:30:19 ++ cut -d/ -f2 04:30:19 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:30:19 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 04:30:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:20 04:30:20 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:30:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:20 latest: Pulling from edgex-devops/git-semver 04:30:20 31603596830f: Pulling fs layer 04:30:20 2a8b12db71e7: Pulling fs layer 04:30:20 6ca5941a6612: Pulling fs layer 04:30:20 ecc8261a40a4: Pulling fs layer 04:30:20 ecc8261a40a4: Waiting 04:30:20 2a8b12db71e7: Verifying Checksum 04:30:20 2a8b12db71e7: Download complete 04:30:20 31603596830f: Verifying Checksum 04:30:20 31603596830f: Download complete 04:30:20 ecc8261a40a4: Verifying Checksum 04:30:20 ecc8261a40a4: Download complete 04:30:20 6ca5941a6612: Verifying Checksum 04:30:20 6ca5941a6612: Download complete 04:30:20 31603596830f: Pull complete 04:30:21 2a8b12db71e7: Pull complete 04:30:21 6ca5941a6612: Pull complete 04:30:22 ecc8261a40a4: Pull complete 04:30:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:30:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:30:22 prd-centos7-docker-4c-2g-1382 does not seem to be running inside a container 04:30:22 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:30:25 $ docker top a10ea39dee85eeddca9cc5360e9cbab876703fd7bd701a09407a9f501a551efa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:30:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:25 [ssh-agent] Looking for ssh-agent implementation... 04:30:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:25 $ docker exec a10ea39dee85eeddca9cc5360e9cbab876703fd7bd701a09407a9f501a551efa ssh-agent 04:30:25 SSH_AUTH_SOCK=/tmp/ssh-CiFHoQJNSEzz/agent.11 04:30:25 SSH_AGENT_PID=16 04:30:25 Running ssh-add (command line suppressed) 04:30:25 Identity added: /w/workspace/edgex-go/8@tmp/private_key_1638061984349320308.key (/w/workspace/edgex-go/8@tmp/private_key_1638061984349320308.key) 04:30:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:26 + git describe --exact-match --tags HEAD 04:30:26 fatal: No names found, cannot describe anything. [Pipeline] } 04:30:26 $ docker exec --env ******** --env ******** a10ea39dee85eeddca9cc5360e9cbab876703fd7bd701a09407a9f501a551efa ssh-agent -k 04:30:26 unset SSH_AUTH_SOCK; 04:30:26 unset SSH_AGENT_PID; 04:30:26 echo Agent pid 16 killed; 04:30:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:30:26 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:30:26 This usually means this commit has not been tagged. [Pipeline] sshagent 04:30:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:26 [ssh-agent] Looking for ssh-agent implementation... 04:30:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:26 $ docker exec a10ea39dee85eeddca9cc5360e9cbab876703fd7bd701a09407a9f501a551efa ssh-agent 04:30:26 SSH_AUTH_SOCK=/tmp/ssh-B2anAZk34yIr/agent.45 04:30:26 SSH_AGENT_PID=50 04:30:26 Running ssh-add (command line suppressed) 04:30:26 Identity added: /w/workspace/edgex-go/8@tmp/private_key_6703377594652757617.key (/w/workspace/edgex-go/8@tmp/private_key_6703377594652757617.key) 04:30:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:27 + git semver init 04:30:27 # -> Open(): unable to determine branch for HEAD 04:30:27 # $GIT_DIR = /w/workspace/edgex-go/8/.git 04:30:27 # $GIT_WORK_TREE = /w/workspace/edgex-go/8 04:30:27 # $SEMVER_REMOTE_NAME = origin 04:30:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:30:27 # $SEMVER_USER_NAME = edgex-jenkins 04:30:27 # $SEMVER_BRANCH = PR-2625 04:30:27 # $SEMVER_TEMP = /tmp/semver-341576629 04:30:27 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:30:45 # '/tmp/semver-341576629' -> '/w/workspace/edgex-go/8/.semver' 04:30:45 # -> Force: false 04:30:45 # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } 04:30:45 $ docker exec --env ******** --env ******** a10ea39dee85eeddca9cc5360e9cbab876703fd7bd701a09407a9f501a551efa ssh-agent -k 04:30:45 unset SSH_AUTH_SOCK; 04:30:45 unset SSH_AGENT_PID; 04:30:45 echo Agent pid 50 killed; 04:30:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:30:46 + git semver [Pipeline] } 04:30:46 $ docker stop --time=1 a10ea39dee85eeddca9cc5360e9cbab876703fd7bd701a09407a9f501a551efa 04:30:47 $ docker rm -f a10ea39dee85eeddca9cc5360e9cbab876703fd7bd701a09407a9f501a551efa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:31:00 Stashed 26 file(s) [Pipeline] echo 04:31:00 [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 04:31:01 ========================================================= 04:31:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:31:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:31:01 + 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 . 04:31:03 Sending build context to Docker daemon 323.2MB 04:31:03 Step 1/7 : ARG BASE=golang:1.13-alpine 04:31:03 Step 2/7 : FROM ${BASE} 04:31:03 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:31:03 df20fa9351a1: Pulling fs layer 04:31:03 ed8968b2872e: Pulling fs layer 04:31:03 a92cc7c5fd73: Pulling fs layer 04:31:03 2dd03ba5bac4: Pulling fs layer 04:31:03 1e091d79d1de: Pulling fs layer 04:31:03 481702a1767f: Pulling fs layer 04:31:03 f64a6f60c768: Pulling fs layer 04:31:03 e78d2573fc39: Pulling fs layer 04:31:03 e876d2f968b6: Pulling fs layer 04:31:03 ce8a83651883: Pulling fs layer 04:31:03 07967f4d0e4b: Pulling fs layer 04:31:03 481702a1767f: Waiting 04:31:03 f64a6f60c768: Waiting 04:31:03 e78d2573fc39: Waiting 04:31:03 e876d2f968b6: Waiting 04:31:03 ce8a83651883: Waiting 04:31:03 07967f4d0e4b: Waiting 04:31:03 2dd03ba5bac4: Waiting 04:31:03 1e091d79d1de: Waiting 04:31:03 a92cc7c5fd73: Verifying Checksum 04:31:03 a92cc7c5fd73: Download complete 04:31:03 ed8968b2872e: Verifying Checksum 04:31:03 ed8968b2872e: Download complete 04:31:04 1e091d79d1de: Verifying Checksum 04:31:04 1e091d79d1de: Download complete 04:31:04 481702a1767f: Verifying Checksum 04:31:04 481702a1767f: Download complete 04:31:04 df20fa9351a1: Verifying Checksum 04:31:04 df20fa9351a1: Download complete 04:31:04 df20fa9351a1: Pull complete 04:31:05 ed8968b2872e: Pull complete 04:31:05 a92cc7c5fd73: Pull complete 04:31:05 f64a6f60c768: Verifying Checksum 04:31:05 f64a6f60c768: Download complete 04:31:05 e876d2f968b6: Verifying Checksum 04:31:05 e876d2f968b6: Download complete 04:31:05 e78d2573fc39: Verifying Checksum 04:31:05 e78d2573fc39: Download complete 04:31:05 ce8a83651883: Verifying Checksum 04:31:05 ce8a83651883: Download complete 04:31:05 07967f4d0e4b: Verifying Checksum 04:31:05 07967f4d0e4b: Download complete 04:31:05 2dd03ba5bac4: Verifying Checksum 04:31:05 2dd03ba5bac4: Download complete 04:31:12 2dd03ba5bac4: Pull complete 04:31:12 1e091d79d1de: Pull complete 04:31:12 481702a1767f: Pull complete 04:31:15 Still waiting to schedule task 04:31:15 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1379’ is offline 04:31:16 f64a6f60c768: Pull complete 04:31:19 e78d2573fc39: Pull complete 04:31:19 e876d2f968b6: Pull complete 04:31:20 ce8a83651883: Pull complete 04:31:20 07967f4d0e4b: Pull complete 04:31:20 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:31:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:31:20 ---> 5d7c900382c6 04:31:20 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 04:31:22 ---> Running in e3fbada2fb3c 04:31:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:31:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:31:25 (1/12) Installing libmagic (5.38-r0) 04:31:25 (2/12) Installing file (5.38-r0) 04:31:26 (3/12) Installing libc-dev (0.7.2-r3) 04:31:26 (4/12) Installing g++ (9.3.0-r2) 04:31:29 (5/12) Installing fortify-headers (1.1-r0) 04:31:29 (6/12) Installing patch (2.7.6-r6) 04:31:29 (7/12) Installing build-base (0.5-r2) 04:31:29 (8/12) Installing libsodium (1.0.18-r0) 04:31:30 (9/12) Installing pkgconf (1.7.2-r0) 04:31:30 (10/12) Installing libsodium-dev (1.0.18-r0) 04:31:30 (11/12) Installing libzmq (4.3.2-r0) 04:31:30 (12/12) Installing zeromq-dev (4.3.2-r0) 04:31:30 Executing busybox-1.31.1-r16.trigger 04:31:30 OK: 233 MiB in 51 packages 04:31:34 Removing intermediate container e3fbada2fb3c 04:31:34 ---> ddb2a803ff6c 04:31:34 Step 4/7 : WORKDIR /edgex-go 04:31:34 ---> Running in c073ae518188 04:31:34 Removing intermediate container c073ae518188 04:31:34 ---> a4ab47a4a7ab 04:31:34 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:31:34 latest: Pulling from library/docker 04:31:34 df20fa9351a1: Already exists 04:31:34 25ad7478873d: Pulling fs layer 04:31:34 4684f6177b5d: Pulling fs layer 04:31:34 46e300cec669: Pulling fs layer 04:31:34 63038576ad94: Pulling fs layer 04:31:34 0fdb76c4706c: Pulling fs layer 04:31:34 cb7edeffdfd5: Pulling fs layer 04:31:34 63038576ad94: Waiting 04:31:34 0fdb76c4706c: Waiting 04:31:34 cb7edeffdfd5: Waiting 04:31:34 25ad7478873d: Verifying Checksum 04:31:34 25ad7478873d: Download complete 04:31:34 4684f6177b5d: Verifying Checksum 04:31:34 4684f6177b5d: Download complete 04:31:35 63038576ad94: Verifying Checksum 04:31:35 63038576ad94: Download complete 04:31:35 0fdb76c4706c: Verifying Checksum 04:31:35 0fdb76c4706c: Download complete 04:31:35 cb7edeffdfd5: Verifying Checksum 04:31:35 cb7edeffdfd5: Download complete 04:31:35 25ad7478873d: Pull complete 04:31:35 4684f6177b5d: Pull complete 04:31:35 46e300cec669: Download complete 04:31:37 46e300cec669: Pull complete 04:31:37 63038576ad94: Pull complete 04:31:37 0fdb76c4706c: Pull complete 04:31:37 cb7edeffdfd5: Pull complete 04:31:37 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:31:37 Status: Downloaded newer image for docker:latest 04:31:39 ---> e9b14dda2456 04:31:39 Step 6/7 : COPY go.mod . 04:31:39 ---> 70b82e8ee967 04:31:39 Step 7/7 : RUN go mod download 04:31:39 ---> Running in 8c88929b582f 04:31:41 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:31:41 go: finding github.com/BurntSushi/toml v0.3.1 04:31:41 go: finding github.com/OneOfOne/xxhash v1.2.5 04:31:41 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:31:41 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:31:41 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:31:41 go: finding github.com/bgentry/speakeasy v0.1.0 04:31:41 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:31:41 go: finding github.com/cloudflare/gokey v0.1.0 04:31:41 go: finding github.com/davecgh/go-spew v1.1.1 04:31:41 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:31:41 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:31:41 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:31:41 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:31:41 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:31:41 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:31:41 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:31:41 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:31:41 go: finding github.com/fatih/color v1.7.0 04:31:41 go: finding github.com/fsnotify/fsnotify v1.4.7 04:31:41 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:31:41 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:31:41 go: finding github.com/go-kit/kit v0.8.0 04:31:41 go: finding github.com/go-logfmt/logfmt v0.4.0 04:31:41 go: finding github.com/go-redis/redis/v7 v7.2.0 04:31:42 go: finding github.com/go-stack/stack v1.8.0 04:31:42 go: finding github.com/golang/protobuf v1.3.2 04:31:42 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:31:42 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:31:42 go: finding github.com/google/uuid v1.1.0 04:31:42 go: finding github.com/gorilla/mux v1.7.1 04:31:42 go: finding github.com/hashicorp/consul/api v1.1.0 04:31:42 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:31:42 go: finding github.com/hashicorp/errwrap v1.0.0 04:31:42 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:31:42 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:31:42 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:31:42 go: finding github.com/hashicorp/go-multierror v1.0.0 04:31:42 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:31:42 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:31:42 go: finding github.com/hashicorp/go-syslog v1.0.0 04:31:42 go: finding github.com/hashicorp/go-uuid v1.0.1 04:31:42 go: finding github.com/hashicorp/go.net v0.0.1 04:31:42 go: finding github.com/hashicorp/golang-lru v0.5.0 04:31:42 go: finding github.com/hashicorp/logutils v1.0.0 04:31:42 go: finding github.com/hashicorp/mdns v1.0.0 04:31:42 go: finding github.com/hashicorp/memberlist v0.1.3 04:31:42 go: finding github.com/hashicorp/serf v0.8.2 04:31:42 go: finding github.com/hpcloud/tail v1.0.0 04:31:42 go: finding github.com/imdario/mergo v0.3.6 04:31:42 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:31:42 go: finding github.com/kr/pretty v0.1.0 04:31:42 go: finding github.com/kr/pty v1.1.1 04:31:42 go: finding github.com/kr/text v0.1.0 04:31:42 go: finding github.com/mattn/go-colorable v0.0.9 04:31:42 go: finding github.com/mattn/go-isatty v0.0.3 04:31:42 go: finding github.com/miekg/dns v1.0.14 04:31:42 go: finding github.com/mitchellh/cli v1.0.0 04:31:42 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:31:42 go: finding github.com/mitchellh/copystructure v1.0.0 04:31:42 go: finding github.com/mitchellh/go-homedir v1.0.0 04:31:42 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:31:42 go: finding github.com/mitchellh/gox v0.4.0 04:31:42 go: finding github.com/mitchellh/iochan v1.0.0 04:31:42 go: finding github.com/mitchellh/mapstructure v1.1.2 04:31:42 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:31:42 go: finding github.com/onsi/ginkgo v1.10.1 04:31:42 go: finding github.com/onsi/gomega v1.7.0 04:31:42 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:31:42 go: finding github.com/pebbe/zmq4 v1.0.0 04:31:42 go: finding github.com/pelletier/go-toml v1.2.0 04:31:42 go: finding github.com/pkg/errors v0.8.1 04:31:42 go: finding github.com/pmezard/go-difflib v1.0.0 04:31:42 go: finding github.com/posener/complete v1.1.1 04:31:43 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:31:43 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:31:43 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:31:43 go: finding github.com/stretchr/objx v0.1.0 04:31:43 go: finding github.com/stretchr/testify v1.5.1 04:31:43 go: finding github.com/ugorji/go v1.1.4 04:31:43 go: finding github.com/x448/float16 v0.8.4 04:31:43 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:31:43 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:31:43 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:31:43 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:31:43 go: finding golang.org/x/text v0.3.2 04:31:43 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:31:43 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:31:43 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:31:43 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:31:43 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:31:43 go: finding gopkg.in/yaml.v2 v2.2.8 04:31:55 Removing intermediate container 8c88929b582f 04:31:55 ---> c260b440fc6a 04:31:55 Successfully built c260b440fc6a 04:31:55 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 04:31:56 + docker inspect -f . ci-base-image-x86_64 04:31:56 . [Pipeline] withDockerContainer 04:31:56 prd-centos7-docker-4c-2g-1382 does not seem to be running inside a container 04:31:56 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:31:56 $ docker top e9e650030bc8160ea1a9e69f887d36abf7ead2e6dd34d83674a2e4837277ba46 -eo pid,comm [Pipeline] { [Pipeline] sh 04:31:57 + go version 04:31:57 go version go1.13.13 linux/amd64 [Pipeline] echo 04:31:57 ========================================================= 04:31:57 [edgeXBuildGoParallel] Running Tests and Build... 04:31:57 ========================================================= [Pipeline] sh 04:31:57 + make test 04:31:57 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:32:00 ? github.com/edgexfoundry/edgex-go [no test files] 04:32:08 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:32:13 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.026s 04:32:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:32:13 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:32:14 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:32:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:32:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:32:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:32:14 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.016s coverage: 46.6% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:32:23 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.087s coverage: 27.4% of statements 04:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:32:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.024s coverage: 100.0% of statements 04:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:32:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.019s coverage: 100.0% of statements 04:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.081s coverage: 29.3% of statements 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.014s coverage: 100.0% of statements 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:32:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.027s coverage: 100.0% of statements 04:32:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:32:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.016s coverage: 89.8% of statements 04:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:32:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.031s coverage: 97.5% of statements 04:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:32:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.177s coverage: 100.0% of statements 04:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:32:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:32:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:32:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:32:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:32:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:32:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:32:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:32:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:32:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:32:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:32:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:32:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:32:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:32:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:32:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:32:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:32:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.004s coverage: 58.8% of statements 04:32:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.039s coverage: 63.5% of statements 04:32:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:32:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:32:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.004s coverage: 100.0% of statements 04:32:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.124s coverage: 55.9% of statements 04:32:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:32:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:32:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:32:27 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:32:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.070s coverage: 86.3% of statements 04:32:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:32:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.273s coverage: 72.2% of statements 04:32:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.108s coverage: 72.1% of statements 04:32:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.019s coverage: 82.4% of statements 04:32:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.008s coverage: 48.4% of statements 04:32:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:32:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:32:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:32:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.004s coverage: 28.8% of statements 04:32:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:32:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.014s coverage: 96.8% of statements 04:32:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:32:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.033s coverage: 26.9% of statements 04:32:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:32:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:32:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.080s coverage: 84.1% of statements 04:32:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.015s coverage: 100.0% of statements 04:32:32 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.005s coverage: 43.1% of statements 04:32:32 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:32:32 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:32:32 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.014s coverage: 100.0% of statements 04:32:32 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:32:32 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.008s coverage: 83.8% of statements 04:32:32 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:32:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.034s coverage: 45.1% of statements 04:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:32:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.020s coverage: 100.0% of statements 04:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:32:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.036s coverage: 100.0% of statements 04:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:32:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.011s coverage: 100.0% of statements 04:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:32:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.053s coverage: 29.1% of statements 04:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:32:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.010s coverage: 99.0% of statements 04:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:32:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.006s coverage: 100.0% of statements 04:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:32:35 ok github.com/edgexfoundry/edgex-go/internal/system 0.008s coverage: 0.0% of statements 04:32:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:32:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements 04:32:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:32:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:32:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:32:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:32:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.018s coverage: 87.9% of statements 04:32:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:32:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:32:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements 04:32:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 04:32:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.005s coverage: 100.0% of statements 04:32:36 GO111MODULE=on go vet ./... 04:32:42 gofmt -l . 04:32:42 [ "`gofmt -l .`" = "" ] 04:32:43 ./bin/test-go-mod-tidy.sh 04:32:43 ./bin/test-attribution-txt.sh [Pipeline] sh 04:32:45 + ls -al . 04:32:45 total 556 04:32:45 drwxrwxr-x 10 1001 1001 4096 Jul 29 04:32 . 04:32:45 drwxr-xr-x 4 root root 28 Jul 29 04:31 .. 04:32:45 -rw-rw-r-- 1 1001 1001 11 Jul 29 04:30 .dockerignore 04:32:45 drwxrwxr-x 8 1001 1001 179 Jul 29 04:30 .git 04:32:45 drwxrwxr-x 3 1001 1001 60 Jul 29 04:30 .github 04:32:45 -rw-rw-r-- 1 1001 1001 924 Jul 29 04:30 .gitignore 04:32:45 drwx------ 3 1001 1001 47 Jul 29 04:30 .semver 04:32:45 -rw-rw-r-- 1 1001 1001 178 Jul 29 04:30 .sonarcloud.properties 04:32:45 -rw-rw-r-- 1 1001 1001 3804 Jul 29 04:30 CONTRIBUTING.md 04:32:45 -rw-rw-r-- 1 1001 1001 1035 Jul 29 04:30 Dockerfile.build 04:32:45 -rw-rw-r-- 1 1001 1001 911 Jul 29 04:30 Jenkinsfile 04:32:45 -rw-rw-r-- 1 1001 1001 10775 Jul 29 04:30 LICENSE 04:32:45 -rw-rw-r-- 1 1001 1001 6417 Jul 29 04:30 Makefile 04:32:45 -rw-rw-r-- 1 1001 1001 5652 Jul 29 04:30 README.md 04:32:45 -rw-rw-r-- 1 1001 1001 7111 Jul 29 04:30 SECURITY.md 04:32:45 -rw-rw-r-- 1 1001 1001 5 Jul 29 04:30 VERSION 04:32:45 -rw-rw-r-- 1 1001 1001 4131 Jul 29 04:30 ZMQWindows.md 04:32:45 drwxrwxr-x 4 1001 1001 33 Jul 29 04:30 api 04:32:45 drwxrwxr-x 2 1001 1001 117 Jul 29 04:30 bin 04:32:45 drwxrwxr-x 15 1001 1001 4096 Jul 29 04:30 cmd 04:32:45 -rw-r--r-- 1 root root 456067 Jul 29 04:32 coverage.out 04:32:45 -rw-r--r-- 1 root root 1019 Jul 29 04:32 go.mod 04:32:45 -rw-r--r-- 1 root root 18146 Jul 29 04:32 go.sum 04:32:45 drwxrwxr-x 8 1001 1001 127 Jul 29 04:30 internal 04:32:45 drwxrwxr-x 4 1001 1001 71 Jul 29 04:30 snap 04:32:45 -rw-rw-r-- 1 1001 1001 168 Jul 29 04:30 version.go [Pipeline] sh 04:32:45 + '[' -e coverage.out ] 04:32:45 + chown 1001:1001 coverage.out [Pipeline] stash 04:32:45 Stashed 1 file(s) [Pipeline] sh 04:32:45 + make build 04:32:45 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 04:32:51 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 04:32:55 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 04:32:56 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 04:32:57 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 04:32:59 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 04:32:59 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 04:33:02 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 04:33:03 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 04:33:04 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 04:33:06 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 04:33:07 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 04:33:08 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] } 04:33:09 $ docker stop --time=1 e9e650030bc8160ea1a9e69f887d36abf7ead2e6dd34d83674a2e4837277ba46 04:33:10 $ docker rm -f e9e650030bc8160ea1a9e69f887d36abf7ead2e6dd34d83674a2e4837277ba46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:33:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:12 04:33:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:33:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:12 latest: Pulling from edgex-devops/edgex-compose 04:33:12 cbdbe7a5bc2a: Pulling fs layer 04:33:12 ca9280d653b3: Pulling fs layer 04:33:12 7e9c9ca2126c: Pulling fs layer 04:33:12 cbdbe7a5bc2a: Download complete 04:33:12 ca9280d653b3: Verifying Checksum 04:33:12 ca9280d653b3: Download complete 04:33:12 cbdbe7a5bc2a: Pull complete 04:33:13 7e9c9ca2126c: Verifying Checksum 04:33:13 7e9c9ca2126c: Download complete 04:33:13 ca9280d653b3: Pull complete 04:33:21 7e9c9ca2126c: Pull complete 04:33:21 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:33:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:33:21 prd-centos7-docker-4c-2g-1382 does not seem to be running inside a container 04:33:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:33:22 $ docker top e9aae7015d2a07e816d45cf1c888ad16c5d716381c53d1cd95fc6a672df6b496 -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:23 + docker-compose build --help 04:33:23 + grep parallel 04:33:23 --parallel Build images in parallel. [Pipeline] } 04:33:23 $ docker stop --time=1 e9aae7015d2a07e816d45cf1c888ad16c5d716381c53d1cd95fc6a672df6b496 04:33:25 $ docker rm -f e9aae7015d2a07e816d45cf1c888ad16c5d716381c53d1cd95fc6a672df6b496 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:33:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:26 . [Pipeline] withDockerContainer 04:33:26 prd-centos7-docker-4c-2g-1382 does not seem to be running inside a container 04:33:26 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:33:27 $ docker top 312a836c4e986d12bac56c823af8d348005fd366fc4d10a8db5866e0c8dbf2a8 -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:27 + docker-compose -f ./docker-compose-build.yml build --parallel 04:33:28 Building docker-core-command-go ... 04:33:28 Building docker-core-data-go ... 04:33:28 Building docker-core-metadata-go ... 04:33:28 Building docker-security-proxy-setup-go ... 04:33:28 Building docker-security-secrets-setup-go ... 04:33:28 Building docker-security-secretstore-setup-go ... 04:33:28 Building docker-support-logging-go ... 04:33:28 Building docker-support-notifications-go ... 04:33:28 Building docker-support-scheduler-go ... 04:33:28 Building docker-sys-mgmt-agent-go ... 04:33:28 Building docker-security-secretstore-setup-go 04:33:28 Building docker-support-scheduler-go 04:33:28 Building docker-support-notifications-go 04:33:28 Building docker-core-metadata-go 04:33:28 Building docker-security-secrets-setup-go 04:33:55 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:33:55 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:55 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:33:55 ---> c260b440fc6a 04:33:55 Step 3/23 : WORKDIR /edgex-go 04:33:55 ---> c260b440fc6a 04:33:55 Step 3/29 : WORKDIR /edgex-go 04:33:55 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:55 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:33:55 ---> c260b440fc6a 04:33:55 Step 3/26 : WORKDIR /edgex-go 04:33:55 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:55 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:33:55 ---> c260b440fc6a 04:33:55 Step 3/20 : WORKDIR /edgex-go 04:33:55 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:33:55 ---> c260b440fc6a 04:33:55 Step 3/21 : WORKDIR /edgex-go 04:33:55 ---> Running in 0da6e443f786 04:33:55 ---> Running in 1358bc899a4a 04:33:55 ---> Running in ae5e91c8db1c 04:33:55 ---> Running in eb2d4fa86ab1 04:33:55 ---> Running in 75043b38f77e 04:33:55 Removing intermediate container 1358bc899a4a 04:33:55 ---> 1084bacdf988 04:33:55 Step 4/29 : RUN apk update && apk add make git 04:33:55 Removing intermediate container eb2d4fa86ab1 04:33:55 ---> 786bb1049326 04:33:55 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1387 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws 04:33:55 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 04:33:56 Removing intermediate container ae5e91c8db1c 04:33:56 ---> 0ff21386bee0 04:33:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:56 Removing intermediate container 0da6e443f786 04:33:56 ---> 4d3e85683e01 04:33:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:56 Removing intermediate container 75043b38f77e 04:33:56 ---> 8de798c54581 04:33:56 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:56 ---> Running in a5ef68413f59 04:33:56 ---> Running in 83afc9b8f3b0 04:33:56 ---> Running in 1f9c57a119c9 04:33:56 ---> Running in 551bc8506345 04:33:56 ---> Running in f694f3e4cb6e 04:33:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:57 Removing intermediate container 83afc9b8f3b0 04:33:57 ---> eb50a3d354a3 04:33:57 Step 5/26 : RUN apk update && apk add make git 04:33:57 ---> Running in 7c039574160a 04:33:57 Removing intermediate container 1f9c57a119c9 04:33:57 ---> f49ffbb0d372 04:33:57 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:33:58 ---> Running in 5bba75f627fc 04:33:58 Removing intermediate container 551bc8506345 04:33:58 ---> 203e95c6965e 04:33:58 Step 5/21 : RUN apk update && apk add make git 04:33:58 Removing intermediate container f694f3e4cb6e 04:33:58 ---> 7e9ba23c796b 04:33:58 Step 5/20 : RUN apk update && apk add make git 04:33:58 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:58 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:58 OK: 12749 distinct packages available 04:33:58 ---> Running in 98cca2cda043 04:33:58 ---> Running in ee244fdbe5b8 04:33:58 OK: 233 MiB in 51 packages 04:33:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:59 Removing intermediate container a5ef68413f59 04:33:59 ---> 5d49b4073be9 04:33:59 Step 5/29 : COPY go.mod . 04:33:59 ---> 761bfe470880 04:33:59 Step 6/29 : RUN go mod download 04:33:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:59 ---> Running in 089524a3f4c9 04:33:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:34:00 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:34:00 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:34:00 OK: 12749 distinct packages available 04:34:00 OK: 233 MiB in 51 packages 04:34:00 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:34:00 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:34:00 OK: 12749 distinct packages available 04:34:00 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:34:00 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:34:00 OK: 12749 distinct packages available 04:34:00 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:34:00 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:34:00 OK: 12749 distinct packages available 04:34:00 OK: 233 MiB in 51 packages 04:34:00 using credential edgex-jenkins-ssh 04:34:01 Cloning the remote Git repository 04:34:01 Cloning with configured refspecs honoured and without tags 04:34:01 OK: 233 MiB in 51 packages 04:34:01 OK: 233 MiB in 51 packages 04:34:01 Removing intermediate container 7c039574160a 04:34:01 ---> 3a71b0a0ac5d 04:34:01 Step 6/26 : COPY go.mod . 04:34:01 ---> 0a67a3942557 04:34:01 Step 7/26 : RUN go mod download 04:34:01 ---> Running in 624c598dfeae 04:34:01 Removing intermediate container 5bba75f627fc 04:34:01 ---> 29a6a9b752af 04:34:01 Step 6/23 : COPY go.mod . 04:34:01 Removing intermediate container 089524a3f4c9 04:34:01 ---> 1a786a1a9d05 04:34:01 Step 7/29 : COPY . . 04:34:01 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:34:01 > git init /w/workspace/edgex-go/8 # timeout=10 04:34:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:34:01 > git --version # timeout=10 04:34:01 using GIT_SSH to set credentials SSH Credentials for GitHub 04:34:01 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:34:02 Removing intermediate container 98cca2cda043 04:34:02 ---> 0ca983201dcf 04:34:02 Step 6/21 : COPY go.mod . 04:34:03 ---> dc5c456bf407 04:34:03 Step 7/23 : RUN go mod download 04:34:03 Removing intermediate container ee244fdbe5b8 04:34:03 ---> 7b351ac5c900 04:34:03 Step 6/20 : COPY go.mod . 04:34:04 ---> Running in 61282eb9c6d3 04:34:04 ---> 9b07e6ccf0d4 04:34:04 Step 7/21 : RUN go mod download 04:34:05 ---> 2838bfc514f0 04:34:05 Step 7/20 : RUN go mod download 04:34:05 ---> Running in ea8398656c47 04:34:05 ---> Running in 988910c0faef 04:34:05 Removing intermediate container 624c598dfeae 04:34:05 ---> 3e5ad25687b0 04:34:05 Step 8/26 : COPY . . 04:34:14 Removing intermediate container 61282eb9c6d3 04:34:14 ---> 3d7c8921981a 04:34:14 Step 8/23 : COPY . . 04:34:16 Fetching without tags 04:34:17 Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 04:34:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:34:16 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 04:34:16 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:34:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:34:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:34:17 using GIT_SSH to set credentials SSH Credentials for GitHub 04:34:17 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:34:17 > git config core.sparsecheckout # timeout=10 04:34:17 > git checkout -f 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 # timeout=10 04:34:17 > git remote # timeout=10 04:34:17 > git config --get remote.origin.url # timeout=10 04:34:17 using GIT_SSH to set credentials SSH Credentials for GitHub 04:34:17 > git merge 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 04:34:18 Merge succeeded, producing db0bd42c1fcc9223fe81390e6b6d2754fbcef105 04:34:18 Checking out Revision db0bd42c1fcc9223fe81390e6b6d2754fbcef105 (PR-2625) 04:34:18 > git rev-parse HEAD^{commit} # timeout=10 04:34:18 > git config core.sparsecheckout # timeout=10 04:34:18 > git checkout -f db0bd42c1fcc9223fe81390e6b6d2754fbcef105 # timeout=10 04:34:22 Removing intermediate container ea8398656c47 04:34:22 ---> b7ce1c9e1105 04:34:22 Step 8/21 : COPY . . 04:34:22 Commit message: "Merge commit '4e0bf0319480625e5379d8d5fd7b212abf0b0714' into HEAD" 04:34:22 > git rev-list --no-walk 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:34:26 Removing intermediate container 988910c0faef 04:34:26 ---> 1c1c8c523db9 04:34:26 Step 8/20 : COPY . . 04:34:31 ---> 9178db309992 04:34:31 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [Pipeline] echo 04:34:33 ========================================================= 04:34:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:34:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:34:34 + 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 . 04:34:38 Sending build context to Docker daemon 323.2MB 04:34:38 Step 1/7 : ARG BASE=golang:1.13-alpine 04:34:38 Step 2/7 : FROM ${BASE} 04:34:38 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:34:38 b538f80385f9: Pulling fs layer 04:34:38 74f711af9a0d: Pulling fs layer 04:34:38 99f96fe45779: Pulling fs layer 04:34:38 fd7a069fd194: Pulling fs layer 04:34:38 66aa3694b03b: Pulling fs layer 04:34:38 170f70906a0f: Pulling fs layer 04:34:38 ad7c5574e4b9: Pulling fs layer 04:34:38 e772456be8f7: Pulling fs layer 04:34:38 c890913d741a: Pulling fs layer 04:34:38 2480fcc9aa5a: Pulling fs layer 04:34:38 66aa3694b03b: Waiting 04:34:38 09adf4765672: Pulling fs layer 04:34:38 170f70906a0f: Waiting 04:34:38 ad7c5574e4b9: Waiting 04:34:38 e772456be8f7: Waiting 04:34:38 c890913d741a: Waiting 04:34:38 2480fcc9aa5a: Waiting 04:34:38 09adf4765672: Waiting 04:34:38 fd7a069fd194: Waiting 04:34:38 99f96fe45779: Verifying Checksum 04:34:38 99f96fe45779: Download complete 04:34:38 74f711af9a0d: Verifying Checksum 04:34:38 74f711af9a0d: Download complete 04:34:38 66aa3694b03b: Verifying Checksum 04:34:38 66aa3694b03b: Download complete 04:34:38 170f70906a0f: Verifying Checksum 04:34:38 170f70906a0f: Download complete 04:34:38 b538f80385f9: Verifying Checksum 04:34:38 b538f80385f9: Download complete 04:34:39 b538f80385f9: Pull complete 04:34:39 74f711af9a0d: Pull complete 04:34:40 ---> Running in fff90e31fa9e 04:34:40 99f96fe45779: Pull complete 04:34:40 ---> 0f791d9bc233 04:34:40 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 04:34:41 ad7c5574e4b9: Verifying Checksum 04:34:41 ad7c5574e4b9: Download complete 04:34:41 c890913d741a: Verifying Checksum 04:34:41 c890913d741a: Download complete 04:34:43 e772456be8f7: Verifying Checksum 04:34:43 e772456be8f7: Download complete 04:34:43 09adf4765672: Verifying Checksum 04:34:43 09adf4765672: Download complete 04:34:43 ---> 65d56676b81d 04:34:43 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:34:43 2480fcc9aa5a: Verifying Checksum 04:34:43 2480fcc9aa5a: Download complete 04:34:43 fd7a069fd194: Verifying Checksum 04:34:43 fd7a069fd194: Download complete 04:34:44 ---> Running in 8fc19624444f 04:34:45 ---> Running in 550d2d08a668 04:34:45 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 04:34:46 ---> 3a6a06a99d07 04:34:46 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:34:47 ---> Running in 6336a249a50e 04:34:48 ---> 8cc6202b532b 04:34:48 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:34:48 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 04:34:48 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 04:34:49 ---> Running in eb0fed1d8a9d 04:34:49 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 04:34:50 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 04:34:56 fd7a069fd194: Pull complete 04:34:56 66aa3694b03b: Pull complete 04:34:56 170f70906a0f: Pull complete 04:34:58 ad7c5574e4b9: Pull complete 04:35:02 e772456be8f7: Pull complete 04:35:03 c890913d741a: Pull complete 04:35:05 2480fcc9aa5a: Pull complete 04:35:05 09adf4765672: Pull complete 04:35:05 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:35:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:35:05 ---> 2248a725d1cf 04:35:05 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 04:35:12 Removing intermediate container fff90e31fa9e 04:35:12 ---> 1e28f6cdac4d 04:35:12 04:35:12 Step 9/29 : FROM alpine:latest 04:35:12 latest: Pulling from library/alpine 04:35:12 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:35:12 Status: Downloaded newer image for alpine:latest 04:35:12 ---> a24bb4013296 04:35:12 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:35:12 ---> Running in d74c9014ea70 04:35:12 Removing intermediate container d74c9014ea70 04:35:12 ---> 6f9e3c8a52e8 04:35:12 Step 11/29 : USER root 04:35:12 ---> Running in d1d2dbe5655e 04:35:12 Removing intermediate container d1d2dbe5655e 04:35:12 ---> 4672ac848c87 04:35:12 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:35:12 ---> Running in 6ffa049120de 04:35:12 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 04:35:12 ---> Running in 5d3c04ca5393 04:35:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:13 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:35:13 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:35:13 OK: 12749 distinct packages available 04:35:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:35:14 (1/2) Installing ca-certificates (20191127-r4) 04:35:14 (2/2) Installing dumb-init (1.2.2-r1) 04:35:14 Executing busybox-1.31.1-r16.trigger 04:35:14 Executing ca-certificates-20191127-r4.trigger 04:35:14 OK: 6 MiB in 16 packages 04:35:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:35:15 (1/12) Installing libmagic (5.38-r0) 04:35:15 (2/12) Installing file (5.38-r0) 04:35:15 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 04:35:16 (3/12) Installing libc-dev (0.7.2-r3) 04:35:16 (4/12) Installing g++ (9.3.0-r2) 04:35:16 Removing intermediate container 6ffa049120de 04:35:16 ---> 1f70da19476e 04:35:16 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:35:16 ---> Running in 1624a9065b7c 04:35:16 Removing intermediate container 1624a9065b7c 04:35:16 ---> b415fc853f98 04:35:16 Step 14/29 : WORKDIR $BASE_DIR 04:35:16 ---> Running in c90b479f9676 04:35:17 Removing intermediate container c90b479f9676 04:35:17 ---> 5205f50d2407 04:35:17 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:35:17 ---> Running in 6f8036a31be2 04:35:19 (5/12) Installing fortify-headers (1.1-r0) 04:35:19 (6/12) Installing patch (2.7.6-r6) 04:35:19 (7/12) Installing build-base (0.5-r2) 04:35:19 (8/12) Installing libsodium (1.0.18-r0) 04:35:19 (9/12) Installing pkgconf (1.7.2-r0) 04:35:19 (10/12) Installing libsodium-dev (1.0.18-r0) 04:35:19 (11/12) Installing libzmq (4.3.2-r0) 04:35:20 Removing intermediate container 6f8036a31be2 04:35:20 ---> 8ca11adf94c0 04:35:20 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:35:20 (12/12) Installing zeromq-dev (4.3.2-r0) 04:35:20 Executing busybox-1.31.1-r16.trigger 04:35:20 OK: 217 MiB in 51 packages 04:35:22 ---> 628d7ebe8ec1 04:35:22 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:35:23 Removing intermediate container 8fc19624444f 04:35:23 ---> 2dde6317ebd5 04:35:23 04:35:23 Step 10/26 : FROM alpine:3.10 04:35:23 Removing intermediate container eb0fed1d8a9d 04:35:23 ---> 7ab4a8dd722f 04:35:23 04:35:23 Step 10/20 : FROM scratch 04:35:23 ---> 04:35:23 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:35:23 Removing intermediate container 550d2d08a668 04:35:23 ---> 036183531f45 04:35:23 04:35:23 Step 10/23 : FROM scratch 04:35:23 ---> 04:35:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:35:23 3.10: Pulling from library/alpine 04:35:24 Removing intermediate container 5d3c04ca5393 04:35:24 ---> 72d959542d08 04:35:24 Step 4/7 : WORKDIR /edgex-go 04:35:25 ---> Running in d29869b663af 04:35:25 Removing intermediate container d29869b663af 04:35:25 ---> 6fd6a301023a 04:35:25 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:35:25 latest: Pulling from library/docker 04:35:25 b538f80385f9: Already exists 04:35:25 259a493cd78d: Pulling fs layer 04:35:25 b8e66b5100f5: Pulling fs layer 04:35:25 39dc9c94d07c: Pulling fs layer 04:35:25 551b823b3b82: Pulling fs layer 04:35:25 3c52a74df98c: Pulling fs layer 04:35:25 6c9b121b6998: Pulling fs layer 04:35:25 551b823b3b82: Waiting 04:35:25 3c52a74df98c: Waiting 04:35:25 6c9b121b6998: Waiting 04:35:25 b8e66b5100f5: Verifying Checksum 04:35:25 b8e66b5100f5: Download complete 04:35:26 259a493cd78d: Verifying Checksum 04:35:26 551b823b3b82: Verifying Checksum 04:35:26 551b823b3b82: Download complete 04:35:26 3c52a74df98c: Verifying Checksum 04:35:26 3c52a74df98c: Download complete 04:35:26 6c9b121b6998: Verifying Checksum 04:35:26 6c9b121b6998: Download complete 04:35:26 259a493cd78d: Pull complete 04:35:27 39dc9c94d07c: Verifying Checksum 04:35:27 39dc9c94d07c: Download complete 04:35:27 b8e66b5100f5: Pull complete 04:35:28 ---> 2560688b517b 04:35:28 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:35:28 ---> Running in e5298af7e6a3 04:35:28 ---> Running in b0aa3a5c9b77 04:35:28 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:35:28 Status: Downloaded newer image for alpine:3.10 04:35:28 ---> be4e4bea2c2e 04:35:28 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:35:28 Removing intermediate container 6336a249a50e 04:35:28 ---> 98627717072f 04:35:28 04:35:28 Step 10/21 : FROM scratch 04:35:28 ---> 04:35:28 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:35:28 ---> Running in 9c5eb99c1bb0 04:35:28 Removing intermediate container b0aa3a5c9b77 04:35:28 ---> 106a53eb8c6a 04:35:28 Step 12/20 : ENV APP_PORT=48085 04:35:28 ---> Running in 92189bdd024d 04:35:28 Removing intermediate container e5298af7e6a3 04:35:28 ---> c9534cdb4fdb 04:35:28 Step 12/23 : ENV APP_PORT=48060 04:35:28 ---> 24890f681a54 04:35:28 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:35:28 ---> Running in 5c5ecc9c11ce 04:35:28 ---> Running in 0959c7ef7db8 04:35:28 Removing intermediate container 92189bdd024d 04:35:28 ---> 63d022bb6819 04:35:28 Step 12/21 : ENV APP_PORT=48081 04:35:28 ---> Running in dc8866480391 04:35:28 ---> 73131da6b496 04:35:28 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:35:28 Removing intermediate container 0959c7ef7db8 04:35:28 ---> e7c3c4450248 04:35:28 Step 13/23 : EXPOSE $APP_PORT 04:35:28 Removing intermediate container 5c5ecc9c11ce 04:35:28 ---> 872040e09181 04:35:28 Step 13/20 : EXPOSE $APP_PORT 04:35:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:35:28 Removing intermediate container dc8866480391 04:35:28 ---> b71c81c44aa6 04:35:28 Step 13/21 : EXPOSE $APP_PORT 04:35:28 ---> Running in 28454baf7ef1 04:35:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:35:28 ---> Running in 0e7b2f336f67 04:35:28 ---> Running in d2ec82423901 04:35:28 ---> 70bb2395794e 04:35:28 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:35:29 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:35:29 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:35:29 OK: 10346 distinct packages available 04:35:29 ---> Running in 2468def3ff47 04:35:29 Removing intermediate container 0e7b2f336f67 04:35:29 ---> 0dcf32957768 04:35:29 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:35:29 Removing intermediate container 28454baf7ef1 04:35:29 ---> 3cea50848ba0 04:35:29 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:35:29 (1/5) Installing ca-certificates (20191127-r2) 04:35:29 Removing intermediate container d2ec82423901 04:35:29 ---> 8180dd516750 04:35:29 Step 14/21 : WORKDIR / 04:35:29 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:35:29 (3/5) Installing libcurl (7.66.0-r0) 04:35:29 (4/5) Installing curl (7.66.0-r0) 04:35:29 (5/5) Installing dumb-init (1.2.2-r1) 04:35:29 Executing busybox-1.30.1-r3.trigger 04:35:29 Executing ca-certificates-20191127-r2.trigger 04:35:29 OK: 7 MiB in 19 packages 04:35:29 ---> Running in def64996024c 04:35:29 ---> 047eb43363fc 04:35:29 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:35:29 ---> 1465cb27c6f5 04:35:29 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:35:30 39dc9c94d07c: Pull complete 04:35:30 Removing intermediate container def64996024c 04:35:30 ---> 114329606a12 04:35:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:35:30 551b823b3b82: Pull complete 04:35:30 Removing intermediate container 9c5eb99c1bb0 04:35:30 ---> 735f60898a05 04:35:30 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:35:30 3c52a74df98c: Pull complete 04:35:31 6c9b121b6998: Pull complete 04:35:31 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:35:31 Status: Downloaded newer image for docker:latest 04:35:31 ---> cffe936c4619 04:35:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:35:31 ---> Running in cafb74f8e302 04:35:31 ---> d463f5284900 04:35:31 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:35:31 ---> 16ee71cd880b 04:35:31 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:35:31 Removing intermediate container cafb74f8e302 04:35:31 ---> ec0a79e897a9 04:35:31 Step 13/26 : WORKDIR / 04:35:31 Removing intermediate container 2468def3ff47 04:35:31 ---> d40377a92b0a 04:35:31 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:35:31 ---> Running in 1229978a187b 04:35:31 ---> 063a2fb78e3c 04:35:31 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:35:32 ---> 30f3cbffb220 04:35:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:35:32 ---> fc4ea70460aa 04:35:32 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:35:32 ---> Running in c9644618b894 04:35:32 ---> 104aa6e13227 04:35:32 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:35:33 Removing intermediate container 1229978a187b 04:35:33 ---> 23533bc4b696 04:35:33 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:35:33 ---> Running in bdf0ad7798c9 04:35:33 ---> 295fa1fea3b3 04:35:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:35:33 Removing intermediate container c9644618b894 04:35:33 ---> 11374b621905 04:35:33 Step 18/20 : LABEL arch=x86_64 04:35:33 ---> 05d184ca3d09 04:35:33 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:35:33 ---> Running in 963dcfbfb4df 04:35:33 ---> Running in c5a5226f9669 04:35:33 ---> 29156c7dc124 04:35:33 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:35:33 ---> 4459fb9f7648 04:35:33 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:35:33 Removing intermediate container 963dcfbfb4df 04:35:33 ---> 5bcfc538df05 04:35:33 Step 19/20 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a 04:35:33 Removing intermediate container c5a5226f9669 04:35:33 ---> edc472f31ba9 04:35:33 Step 19/21 : LABEL arch=x86_64 04:35:34 ---> Running in c651567f31dd 04:35:34 ---> Running in cbfba1e57933 04:35:34 ---> 4f64a6cbd058 04:35:34 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:35:34 ---> 322bb1d85715 04:35:34 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:35:34 ---> Running in e07a0564ced8 04:35:34 Removing intermediate container cbfba1e57933 04:35:34 ---> 184a1bdcc92b 04:35:34 Step 20/21 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a 04:35:34 Removing intermediate container c651567f31dd 04:35:34 ---> 8b857a0eb191 04:35:34 Step 20/20 : LABEL version=0.0.0 04:35:34 ---> 23b4387fe35c 04:35:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:35:34 ---> Running in e0c27855d292 04:35:34 ---> Running in 0d785b8823cb 04:35:34 Removing intermediate container bdf0ad7798c9 04:35:34 ---> 6475b145a3ef 04:35:34 Step 24/29 : RUN chmod 755 security-secrets-setup 04:35:34 Removing intermediate container e07a0564ced8 04:35:34 ---> ed522dd29a2e 04:35:34 Step 21/23 : LABEL arch=x86_64 04:35:35 ---> Running in 13f45f9eff72 04:35:35 ---> Running in f6d0dbac9a48 04:35:35 ---> 889fc4f50a99 04:35:35 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:35:35 Removing intermediate container 0d785b8823cb 04:35:35 ---> b3ad312f6d99 04:35:35 04:35:35 Removing intermediate container e0c27855d292 04:35:35 ---> a3e3e7ca0680 04:35:35 Step 21/21 : LABEL version=0.0.0 04:35:35 Successfully built b3ad312f6d99 04:35:35 ---> ec475305bfa5 04:35:35 Step 6/7 : COPY go.mod . 04:35:35 ---> a066341f43df 04:35:35 Step 7/7 : RUN go mod download 04:35:35 Successfully tagged docker-support-scheduler-go:latest 04:35:35 Building docker-core-data-go 04:35:35  Building docker-support-scheduler-go ... done  ---> Running in cd37a0e78829 04:35:35 Removing intermediate container 13f45f9eff72 04:35:35 ---> 9adb80ddf32d 04:35:35 Step 22/23 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a 04:35:36 ---> e93f6fa62834 04:35:36 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:35:36 ---> Running in 968d67b02211 04:35:36 ---> Running in 33258fca61de 04:35:38 Removing intermediate container cd37a0e78829 04:35:38 ---> 87d4b3a80da9 04:35:38 04:35:38 Successfully built 87d4b3a80da9 04:35:39 Successfully tagged docker-core-metadata-go:latest 04:35:39  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 04:35:39 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:35:39 go: finding github.com/BurntSushi/toml v0.3.1 04:35:39 go: finding github.com/OneOfOne/xxhash v1.2.5 04:35:39 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:35:39 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:35:39 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:35:39 go: finding github.com/bgentry/speakeasy v0.1.0 04:35:39 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:35:39 go: finding github.com/cloudflare/gokey v0.1.0 04:35:39 go: finding github.com/davecgh/go-spew v1.1.1 04:35:39 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:35:39 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:35:39 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:35:39 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:35:39 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:35:39 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:35:39 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:35:39 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:35:39 go: finding github.com/fatih/color v1.7.0 04:35:39 go: finding github.com/fsnotify/fsnotify v1.4.7 04:35:39 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:35:39 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:35:39 Removing intermediate container 968d67b02211 04:35:39 ---> 56977e562c49 04:35:39 Step 23/23 : LABEL version=0.0.0 04:35:39 go: finding github.com/go-kit/kit v0.8.0 04:35:39 go: finding github.com/go-logfmt/logfmt v0.4.0 04:35:39 go: finding github.com/go-redis/redis/v7 v7.2.0 04:35:39 go: finding github.com/go-stack/stack v1.8.0 04:35:39 go: finding github.com/golang/protobuf v1.3.2 04:35:39 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:35:39 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:35:39 go: finding github.com/google/uuid v1.1.0 04:35:39 go: finding github.com/gorilla/mux v1.7.1 04:35:40 go: finding github.com/hashicorp/consul/api v1.1.0 04:35:40 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:35:40 go: finding github.com/hashicorp/errwrap v1.0.0 04:35:40 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:35:40 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:35:40 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:35:40 go: finding github.com/hashicorp/go-multierror v1.0.0 04:35:40 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:35:40 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:35:40 go: finding github.com/hashicorp/go-syslog v1.0.0 04:35:40 go: finding github.com/hashicorp/go-uuid v1.0.1 04:35:40 go: finding github.com/hashicorp/go.net v0.0.1 04:35:40 go: finding github.com/hashicorp/golang-lru v0.5.0 04:35:40 go: finding github.com/hashicorp/logutils v1.0.0 04:35:40 go: finding github.com/hashicorp/mdns v1.0.0 04:35:40 go: finding github.com/hashicorp/memberlist v0.1.3 04:35:40 go: finding github.com/hashicorp/serf v0.8.2 04:35:40 go: finding github.com/hpcloud/tail v1.0.0 04:35:40 go: finding github.com/imdario/mergo v0.3.6 04:35:40 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:35:40 go: finding github.com/kr/pretty v0.1.0 04:35:40 go: finding github.com/kr/pty v1.1.1 04:35:40 go: finding github.com/kr/text v0.1.0 04:35:40 go: finding github.com/mattn/go-colorable v0.0.9 04:35:40 go: finding github.com/mattn/go-isatty v0.0.3 04:35:40 go: finding github.com/miekg/dns v1.0.14 04:35:40 go: finding github.com/mitchellh/cli v1.0.0 04:35:40 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:35:40 go: finding github.com/mitchellh/copystructure v1.0.0 04:35:40 go: finding github.com/mitchellh/go-homedir v1.0.0 04:35:40 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:35:40 go: finding github.com/mitchellh/gox v0.4.0 04:35:40 go: finding github.com/mitchellh/iochan v1.0.0 04:35:40 go: finding github.com/mitchellh/mapstructure v1.1.2 04:35:40 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:35:40 go: finding github.com/onsi/ginkgo v1.10.1 04:35:40 go: finding github.com/onsi/gomega v1.7.0 04:35:40 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:35:40 go: finding github.com/pebbe/zmq4 v1.0.0 04:35:40 go: finding github.com/pelletier/go-toml v1.2.0 04:35:40 go: finding github.com/pkg/errors v0.8.1 04:35:40 go: finding github.com/pmezard/go-difflib v1.0.0 04:35:40 go: finding github.com/posener/complete v1.1.1 04:35:40 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:35:40 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:35:41 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:35:41 go: finding github.com/stretchr/objx v0.1.0 04:35:41 go: finding github.com/stretchr/testify v1.5.1 04:35:41 go: finding github.com/ugorji/go v1.1.4 04:35:41 go: finding github.com/x448/float16 v0.8.4 04:35:41 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:35:41 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:35:41 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:35:41 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:35:41 go: finding golang.org/x/text v0.3.2 04:35:41 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:35:41 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:35:41 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:35:41 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:35:41 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:35:41 go: finding gopkg.in/yaml.v2 v2.2.8 04:35:46 ---> cfe9fd8f45e7 04:35:46 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:35:46 ---> Running in 355f111282b7 04:35:49 Removing intermediate container 355f111282b7 04:35:49 ---> c9282d4e5602 04:35:49 04:35:49 ---> 59d507305d8f 04:35:49 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:35:49 Removing intermediate container f6d0dbac9a48 04:35:49 ---> b1e0e330260a 04:35:49 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:35:50 Successfully built c9282d4e5602 04:35:50 Successfully tagged docker-support-notifications-go:latest 04:35:50  Building docker-support-notifications-go ... done Building docker-core-command-go 04:35:50 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:35:50 ---> c260b440fc6a 04:35:50 Step 3/22 : WORKDIR /edgex-go 04:35:50 ---> Using cache 04:35:50 ---> 8de798c54581 04:35:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:50 ---> Using cache 04:35:50 ---> 7e9ba23c796b 04:35:50 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:35:54 ---> Running in 43aaa7b47775 04:35:55 ---> 03f742c90d99 04:35:55 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:35:55 ---> Running in 7ad0f8866d59 04:35:56 ---> Running in 812f2f4cadac 04:35:56 Removing intermediate container 43aaa7b47775 04:35:56 ---> 6c93061760c4 04:35:56 Step 26/29 : CMD [ "generate" ] 04:35:59 ---> Running in b181ae6f8871 04:35:59 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:59 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:35:59 ---> c260b440fc6a 04:35:59 Step 3/26 : WORKDIR /edgex-go 04:35:59 ---> Using cache 04:35:59 ---> 8de798c54581 04:35:59 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:59 ---> Using cache 04:35:59 ---> 7e9ba23c796b 04:35:59 Step 5/26 : RUN apk update && apk add make bash git 04:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:59 Removing intermediate container 33258fca61de 04:35:59 ---> 95d0d01c5a00 04:35:59 Successfully built 95d0d01c5a00 04:35:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 04:35:59 ---> Running in 24b88b137582 [Pipeline] isUnix [Pipeline] sh 04:36:00 Removing intermediate container b181ae6f8871 04:36:00 ---> 97e39a419afd 04:36:00 Step 27/29 : LABEL arch=x86_64 04:36:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:00 + docker inspect -f . ci-base-image-arm64 04:36:00 . [Pipeline] withDockerContainer 04:36:00 prd-ubuntu18.04-docker-arm64-4c-16g-1387 does not seem to be running inside a container 04:36:00 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:36:00 ---> Running in 017e5cc702b8 04:36:01 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:01 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:01 OK: 12749 distinct packages available 04:36:01 OK: 233 MiB in 51 packages 04:36:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:02 $ docker top fb6ec2230efd35544b899a0d841a6bc187f89ad0c70e36eb5a34e3b9ca20dd1e -eo pid,comm [Pipeline] { 04:36:02 Removing intermediate container 017e5cc702b8 04:36:02 ---> 0a7a3ca68f55 04:36:02 Step 28/29 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a [Pipeline] sh 04:36:03 + go version 04:36:03 go version go1.13.13 linux/arm64 [Pipeline] echo 04:36:03 ========================================================= 04:36:03 [edgeXBuildGoParallel] Running Tests and Build... 04:36:03 ========================================================= [Pipeline] sh 04:36:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:03 + make test 04:36:03 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:36:03 ---> Running in 19f3bd73152d 04:36:04 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:36:04 ---> c260b440fc6a 04:36:04 Step 3/21 : WORKDIR /edgex-go 04:36:04 ---> Using cache 04:36:04 ---> 8de798c54581 04:36:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:04 ---> Using cache 04:36:04 ---> 7e9ba23c796b 04:36:04 Step 5/21 : RUN apk update && apk add make git 04:36:04 ---> Using cache 04:36:04 ---> 7b351ac5c900 04:36:04 Step 6/21 : COPY go.mod . 04:36:04 ---> Using cache 04:36:04 ---> 2838bfc514f0 04:36:04 Step 7/21 : RUN go mod download 04:36:04 ---> Using cache 04:36:04 ---> 1c1c8c523db9 04:36:04 Step 8/21 : COPY . . 04:36:04 ---> Using cache 04:36:04 ---> 8cc6202b532b 04:36:04 Step 9/21 : RUN make cmd/core-command/core-command 04:36:05 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:05 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:05 OK: 12749 distinct packages available 04:36:05 Removing intermediate container 812f2f4cadac 04:36:05 ---> 5d8f7241c7d6 04:36:05 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:36:05 ---> Running in 51f868c9d897 04:36:05 Removing intermediate container 19f3bd73152d 04:36:05 ---> 1b72d426f0ac 04:36:05 Step 29/29 : LABEL version=0.0.0 04:36:05 OK: 233 MiB in 51 packages 04:36:05 Removing intermediate container 7ad0f8866d59 04:36:05 ---> 26eab03b02e0 04:36:05 Step 6/22 : COPY go.mod . 04:36:06 ---> Running in ad47c3f5dc45 04:36:06 ---> Running in a3973ce7b130 04:36:06 ---> b9e7d6123b3c 04:36:06 Step 7/22 : RUN go mod download 04:36:06 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 04:36:06 ---> Running in 45f293719976 04:36:06 Removing intermediate container ad47c3f5dc45 04:36:06 ---> bef533d8d0f2 04:36:06 Step 24/26 : LABEL arch=x86_64 04:36:06 Removing intermediate container a3973ce7b130 04:36:06 ---> 4140a84fde3e 04:36:06 04:36:06 ? github.com/edgexfoundry/edgex-go [no test files] 04:36:06 Successfully built 4140a84fde3e 04:36:06 ---> Running in dbf18d22a181 04:36:06 Successfully tagged docker-security-secrets-setup-go:latest 04:36:06  Building docker-security-secrets-setup-go ... done Building docker-support-logging-go 04:36:06 Removing intermediate container 24b88b137582 04:36:06 ---> f434000de663 04:36:06 Step 6/26 : COPY go.mod . 04:36:06 Removing intermediate container dbf18d22a181 04:36:06 ---> 3c9d915ef516 04:36:06 Step 25/26 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a 04:36:07 ---> Running in 5d7946e96186 04:36:07 ---> b98d7c9f733e 04:36:07 Step 7/26 : RUN go mod download 04:36:11 ---> Running in c69ec563e07c 04:36:11 Removing intermediate container 5d7946e96186 04:36:11 ---> ee922b1c1c5a 04:36:11 Step 26/26 : LABEL version=0.0.0 04:36:11 ---> Running in 6cea72f71499 04:36:12 Removing intermediate container 45f293719976 04:36:12 ---> 84bb4265c506 04:36:12 Step 8/22 : COPY . . 04:36:13 Removing intermediate container 6cea72f71499 04:36:13 ---> 12237127c457 04:36:13 04:36:13 Successfully built 12237127c457 04:36:13 Successfully tagged docker-security-secretstore-setup-go:latest 04:36:13 Building docker-security-proxy-setup-go 04:36:26  Building docker-security-secretstore-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:36:26 ---> c260b440fc6a 04:36:26 Step 3/21 : WORKDIR /edgex-go 04:36:26 ---> Using cache 04:36:26 ---> 8de798c54581 04:36:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:26 ---> Using cache 04:36:26 ---> 7e9ba23c796b 04:36:26 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:36:26 Removing intermediate container c69ec563e07c 04:36:26 ---> 64fc66872298 04:36:26 Step 8/26 : COPY . . 04:36:27 ---> Running in 0203b10335c0 04:36:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:38 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:38 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:38 OK: 12749 distinct packages available 04:36:38 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:38 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:36:38 ---> c260b440fc6a 04:36:38 Step 3/20 : WORKDIR /edgex-go 04:36:38 ---> Using cache 04:36:38 ---> 8de798c54581 04:36:38 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:38 ---> Using cache 04:36:38 ---> 7e9ba23c796b 04:36:38 Step 5/20 : RUN apk update && apk add make git 04:36:38 ---> Using cache 04:36:38 ---> 7b351ac5c900 04:36:38 Step 6/20 : COPY go.mod . 04:36:38 ---> Using cache 04:36:38 ---> 2838bfc514f0 04:36:38 Step 7/20 : RUN go mod download 04:36:38 ---> Using cache 04:36:38 ---> 1c1c8c523db9 04:36:38 Step 8/20 : COPY . . 04:36:38 ---> Using cache 04:36:38 ---> 8cc6202b532b 04:36:38 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:36:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:36:38 OK: 233 MiB in 51 packages 04:36:39 OK: 233 MiB in 51 packages 04:36:40 ---> Running in 7470f3f02656 04:36:40 ---> bcef0e9f0711 04:36:40 Step 9/22 : RUN make cmd/core-data/core-data 04:36:40 ---> Running in a2da1a605e4f 04:36:41 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 04:36:43 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 04:36:44 Removing intermediate container 0203b10335c0 04:36:44 ---> b325f7dc11f3 04:36:44 Step 6/21 : COPY go.mod . 04:36:48 ---> ad2deb39f4ec 04:36:48 Step 7/21 : RUN go mod download 04:36:48 Removing intermediate container 51f868c9d897 04:36:48 ---> df256c9b65a1 04:36:48 04:36:48 Step 10/21 : FROM scratch 04:36:48 ---> 04:36:48 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:36:49 ---> Running in 5fc3b8bb7a3f 04:36:49 ---> Using cache 04:36:49 ---> 63d022bb6819 04:36:49 Step 12/21 : ENV APP_PORT=48082 04:36:49 ---> Running in 38f86b86e1f2 04:36:50 ---> 0e1d9bc56507 04:36:50 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:36:50 ---> Running in 0a002af56310 04:36:50 Removing intermediate container 38f86b86e1f2 04:36:50 ---> ad8d604499ab 04:36:50 Step 13/21 : EXPOSE $APP_PORT 04:36:50 ---> Running in 35b2e7eebd4d 04:36:50 Removing intermediate container 35b2e7eebd4d 04:36:50 ---> ee385ccd3149 04:36:50 Step 14/21 : WORKDIR / 04:36:50 ---> Running in 5f40f860b981 04:36:51 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:36:51 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:36:51 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:36:51 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:36:51 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.041s 04:36:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:36:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:36:51 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 04:36:51 Removing intermediate container 5f40f860b981 04:36:51 ---> 0fe76629b7a2 04:36:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:36:51 Removing intermediate container 5fc3b8bb7a3f 04:36:51 ---> 8451271b3005 04:36:51 Step 8/21 : COPY . . 04:36:51 ---> 5c573f0129bc 04:36:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:36:51 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:36:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:36:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:36:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:36:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:36:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:37:01 ---> 2441f57dd349 04:37:01 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:37:03 ---> c699336a2c21 04:37:03 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:04 ---> Running in 73d352c72cfd 04:37:05 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.070s coverage: 46.6% of statements 04:37:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:37:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:37:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:37:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:37:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:37:07 Removing intermediate container 73d352c72cfd 04:37:07 ---> da871b11c4c2 04:37:07 Step 19/21 : LABEL arch=x86_64 04:37:08 ---> Running in ea5097f2681b 04:37:10 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.164s coverage: 27.4% of statements 04:37:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:37:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:37:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:37:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:37:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:37:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:37:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.021s coverage: 100.0% of statements 04:37:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:37:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements 04:37:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:37:10 Removing intermediate container ea5097f2681b 04:37:10 ---> 9d8793774189 04:37:10 Step 20/21 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a 04:37:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.339s coverage: 29.3% of statements 04:37:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:37:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:37:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:37:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:37:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:37:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.044s coverage: 100.0% of statements 04:37:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:37:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.059s coverage: 100.0% of statements 04:37:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:37:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.153s coverage: 89.8% of statements 04:37:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:37:14 ---> e9e054e1e6ac 04:37:14 Step 9/21 : RUN make cmd/support-logging/support-logging 04:37:14 ---> Running in 067cecd18bc5 04:37:14 ---> Running in dd51fb7e414f 04:37:15 Removing intermediate container 7470f3f02656 04:37:15 ---> c60899c6e87d 04:37:15 04:37:15 Step 10/20 : FROM alpine 04:37:15 ---> a24bb4013296 04:37:15 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:37:15 Removing intermediate container 067cecd18bc5 04:37:15 ---> 83de2e3d80af 04:37:15 Step 21/21 : LABEL version=0.0.0 04:37:15 ---> Running in 73c17dbc0f7c 04:37:15 ---> Running in 969d929e3e86 04:37:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.099s coverage: 97.5% of statements 04:37:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:37:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.045s coverage: 100.0% of statements 04:37:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:37:15 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:37:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:37:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:37:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:37:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:37:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:37:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:37:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:37:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:37:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:37:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:37:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:37:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:37:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:37:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:37:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:37:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.019s coverage: 58.8% of statements 04:37:16 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 04:37:16 Removing intermediate container 969d929e3e86 04:37:16 ---> 81d642de9db3 04:37:16 04:37:16 Successfully built 81d642de9db3 04:37:16 Successfully tagged docker-core-command-go:latest 04:37:16  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:16 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:37:16 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:37:16 OK: 12749 distinct packages available 04:37:16 (1/4) Installing ca-certificates (20191127-r4) 04:37:16 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:37:16 (3/4) Installing libcurl (7.69.1-r0) 04:37:16 (4/4) Installing curl (7.69.1-r0) 04:37:16 Executing busybox-1.31.1-r16.trigger 04:37:16 Executing ca-certificates-20191127-r4.trigger 04:37:16 OK: 7 MiB in 18 packages 04:37:18 Removing intermediate container 0a002af56310 04:37:18 ---> 39210588a184 04:37:18 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:37:18 ---> Running in 7a5609458023 04:37:20 Removing intermediate container 73c17dbc0f7c 04:37:20 ---> f88fb1399e99 04:37:20 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:37:20 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 04:37:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 63.5% of statements 04:37:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:37:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:37:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.022s coverage: 100.0% of statements 04:37:21 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.271s coverage: 55.9% of statements 04:37:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:37:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:37:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:37:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:37:22 ---> Running in 7e8724976c0f 04:37:22 Removing intermediate container a2da1a605e4f 04:37:22 ---> 31a4c7bdab91 04:37:22 04:37:22 Step 10/22 : FROM alpine 04:37:22 ---> a24bb4013296 04:37:22 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:22 Removing intermediate container 7e8724976c0f 04:37:22 ---> 0f96d7301d33 04:37:22 Step 13/20 : WORKDIR /edgex 04:37:22 ---> Running in 3f0f14249f36 04:37:22 ---> Running in 1cc8204d83b9 04:37:22 Removing intermediate container 3f0f14249f36 04:37:22 ---> 035509e611f7 04:37:22 Step 12/22 : ENV APP_PORT=48080 04:37:23 ---> Running in f3888901c452 04:37:23 Removing intermediate container 1cc8204d83b9 04:37:23 ---> 4049ba02091f 04:37:23 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:37:23 Removing intermediate container f3888901c452 04:37:23 ---> c001869c918a 04:37:23 Step 13/22 : EXPOSE $APP_PORT 04:37:23 ---> a42e7cde5975 04:37:23 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:37:23 ---> Running in 99ffbe41786d 04:37:23 Removing intermediate container 7a5609458023 04:37:23 ---> c6b1846ac7ba 04:37:23 04:37:23 Step 11/26 : FROM docker:latest 04:37:23 ---> 81f5749c9058 04:37:23 Step 12/26 : RUN apk add --no-cache bash 04:37:24 ---> Running in 6740e7adf9b8 04:37:24 Removing intermediate container 99ffbe41786d 04:37:24 ---> c78c0048cba5 04:37:24 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:24 ---> Running in 80a554029fe8 04:37:25 ---> 81e5ccef4332 04:37:25 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:37:25 ---> Running in d42c23d99e31 04:37:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:25 Removing intermediate container d42c23d99e31 04:37:25 ---> 6060f49faf46 04:37:25 Step 17/20 : CMD ["--init=true"] 04:37:25 (1/2) Installing readline (8.0.4-r0) 04:37:25 ---> Running in 74a2f1fc8733 04:37:25 (2/2) Installing bash (5.0.17-r0) 04:37:25 Executing bash-5.0.17-r0.post-install 04:37:25 Executing busybox-1.31.1-r16.trigger 04:37:25 OK: 12 MiB in 22 packages 04:37:28 Removing intermediate container 74a2f1fc8733 04:37:28 ---> 5ef212a0d463 04:37:28 Step 18/20 : LABEL arch=x86_64 04:37:28 ---> Running in d7e76e2f13e0 04:37:28 Removing intermediate container d7e76e2f13e0 04:37:28 ---> c21e59f1ec81 04:37:28 Step 19/20 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a 04:37:28 Removing intermediate container 80a554029fe8 04:37:28 ---> fd133253ea8d 04:37:28 Step 15/22 : RUN apk --no-cache add zeromq 04:37:28 ---> Running in 5e42a4ada469 04:37:28 Removing intermediate container 6740e7adf9b8 04:37:28 ---> dd6d55d0dd23 04:37:28 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:37:28 ---> Running in b1e6366f39d8 04:37:29 ---> Running in 21e6637f59e1 04:37:29 Removing intermediate container 5e42a4ada469 04:37:29 ---> 17efb3c54717 04:37:29 Step 20/20 : LABEL version=0.0.0 04:37:30 ---> Running in f75ba841113f 04:37:30 Removing intermediate container dd51fb7e414f 04:37:30 ---> 528fdf8dce2f 04:37:30 04:37:30 Step 10/21 : FROM scratch 04:37:30 ---> 04:37:30 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:37:30 ---> Using cache 04:37:30 ---> c9534cdb4fdb 04:37:30 Step 12/21 : ENV APP_PORT=48061 04:37:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:30 Removing intermediate container f75ba841113f 04:37:30 ---> 920dcbea38f8 04:37:30 04:37:30 ---> Running in 23463c3b8f44 04:37:31 Successfully built 920dcbea38f8 04:37:31 Successfully tagged docker-security-proxy-setup-go:latest 04:37:31  Building docker-security-proxy-setup-go ... done Removing intermediate container 23463c3b8f44 04:37:31 ---> 10de82e509d0 04:37:31 Step 13/21 : EXPOSE $APP_PORT 04:37:31 ---> Running in 34bf4d3f2e56 04:37:31 Removing intermediate container 34bf4d3f2e56 04:37:31 ---> 7b007a8d2fbe 04:37:31 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:37:31 Removing intermediate container 21e6637f59e1 04:37:31 ---> e63e9499d112 04:37:31 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:37:31 ---> Running in aff7a3cdf47c 04:37:31 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.539s coverage: 86.3% of statements 04:37:31 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:37:31 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.913s coverage: 72.2% of statements 04:37:31 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.370s coverage: 72.1% of statements 04:37:31 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.039s coverage: 82.4% of statements 04:37:31 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.021s coverage: 48.4% of statements 04:37:31 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:37:31 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:37:31 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:37:31 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.028s coverage: 28.8% of statements 04:37:31 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:37:31 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.063s coverage: 96.8% of statements 04:37:31 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:37:31 ---> 96bf0a31a2b8 04:37:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:37:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:31 Removing intermediate container aff7a3cdf47c 04:37:31 ---> 57b361af14ed 04:37:31 Step 15/26 : ENV APP_PORT=48090 04:37:31 ---> Running in 91db46ce2671 04:37:31 ---> 75d7b0b1ea84 04:37:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:37:31 Removing intermediate container 91db46ce2671 04:37:31 ---> d0176b9fdd35 04:37:31 Step 16/26 : EXPOSE $APP_PORT 04:37:31 ---> Running in 2d2ea0a8101a 04:37:32 Removing intermediate container 2d2ea0a8101a 04:37:32 ---> ee768e2b3d13 04:37:32 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:37:32 (1/5) Installing libgcc (9.3.0-r2) 04:37:32 ---> a46e9af690af 04:37:32 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:37:32 (2/5) Installing libsodium (1.0.18-r0) 04:37:32 (3/5) Installing libstdc++ (9.3.0-r2) 04:37:32 ---> c9a69e68a4e2 04:37:32 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:32 ---> Running in 619504c30ea1 04:37:32 (4/5) Installing libzmq (4.3.2-r0) 04:37:32 ---> 2950947414de 04:37:32 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:37:32 (5/5) Installing zeromq (4.3.2-r0) 04:37:32 Removing intermediate container 619504c30ea1 04:37:32 ---> 11b68d42853c 04:37:32 Step 19/21 : LABEL arch=x86_64 04:37:32 Executing busybox-1.31.1-r16.trigger 04:37:32 OK: 8 MiB in 19 packages 04:37:32 ---> Running in 58e5d9789d36 04:37:32 ---> b3abe1869221 04:37:32 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:37:33 Removing intermediate container 58e5d9789d36 04:37:33 ---> a0552dacb210 04:37:33 Step 20/21 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a 04:37:33 ---> Running in 710cf0337da3 04:37:33 ---> f5c828d767bb 04:37:33 Step 20/26 : RUN apk --no-cache add py-pip 04:37:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 26.9% of statements 04:37:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:37:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:37:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.346s coverage: 84.1% of statements 04:37:33 ---> Running in 4fda33f57c9c 04:37:33 Removing intermediate container b1e6366f39d8 04:37:33 ---> 125900ca7781 04:37:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:37:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.073s coverage: 100.0% of statements 04:37:34 Removing intermediate container 710cf0337da3 04:37:34 ---> d61a225cb062 04:37:34 Step 21/21 : LABEL version=0.0.0 04:37:34 ---> Running in 7da26cd3d6f3 04:37:34 ---> 0c6327160407 04:37:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:37:34 Removing intermediate container 7da26cd3d6f3 04:37:34 ---> e9cc9e7ac9ee 04:37:34 04:37:34 Successfully built e9cc9e7ac9ee 04:37:34 Successfully tagged docker-support-logging-go:latest 04:37:34  Building docker-support-logging-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:35 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.035s coverage: 43.1% of statements 04:37:35 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:37:35 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:37:35 (1/33) Installing libbz2 (1.0.8-r1) 04:37:35 (2/33) Installing expat (2.2.9-r1) 04:37:35 (3/33) Installing libffi (3.3-r2) 04:37:35 (4/33) Installing gdbm (1.13-r1) 04:37:35 (5/33) Installing xz-libs (5.2.5-r0) 04:37:35 (6/33) Installing sqlite-libs (3.32.1-r0) 04:37:35 (7/33) Installing python3 (3.8.5-r0) 04:37:35 ---> 3297469391b1 04:37:35 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:37:36 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.045s coverage: 100.0% of statements 04:37:36 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:37:37 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.063s coverage: 83.8% of statements 04:37:37 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:37:38 ---> bc972877002c 04:37:38 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:38 ---> Running in 00dcab29be9d 04:37:38 (8/33) Installing py3-appdirs (1.4.4-r1) 04:37:38 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:37:38 (10/33) Installing py3-parsing (2.4.7-r0) 04:37:38 (11/33) Installing py3-six (1.15.0-r0) 04:37:38 (12/33) Installing py3-packaging (20.4-r0) 04:37:38 (13/33) Installing py3-setuptools (47.0.0-r0) 04:37:38 (14/33) Installing py3-chardet (3.0.4-r4) 04:37:38 (15/33) Installing py3-idna (2.9-r0) 04:37:38 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:37:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:37:39 (18/33) Installing py3-requests (2.23.0-r0) 04:37:39 (19/33) Installing py3-msgpack (1.0.0-r0) 04:37:39 (20/33) Installing py3-lockfile (0.12.2-r3) 04:37:39 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:37:39 Removing intermediate container 00dcab29be9d 04:37:39 ---> b8fe65a133e9 04:37:39 Step 20/22 : LABEL arch=x86_64 04:37:39 (22/33) Installing py3-colorama (0.4.3-r0) 04:37:39 (23/33) Installing py3-distlib (0.3.0-r0) 04:37:39 (24/33) Installing py3-distro (1.5.0-r1) 04:37:40 (25/33) Installing py3-webencodings (0.5.1-r3) 04:37:40 (26/33) Installing py3-html5lib (1.0.1-r4) 04:37:40 ---> Running in 5e2db2040626 04:37:40 (27/33) Installing py3-pytoml (0.1.21-r0) 04:37:40 (28/33) Installing py3-pep517 (0.8.2-r0) 04:37:40 (29/33) Installing py3-progress (1.5-r0) 04:37:40 (30/33) Installing py3-toml (0.10.1-r0) 04:37:40 (31/33) Installing py3-retrying (1.3.3-r0) 04:37:40 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:37:40 (33/33) Installing py3-pip (20.1.1-r0) 04:37:41 Executing busybox-1.31.1-r16.trigger 04:37:41 OK: 71 MiB in 55 packages 04:37:41 Removing intermediate container 5e2db2040626 04:37:41 ---> e39e263830c5 04:37:41 Step 21/22 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a 04:37:41 ---> Running in 174a816a5d01 04:37:41 Removing intermediate container 174a816a5d01 04:37:41 ---> 9ee5136b2a35 04:37:41 Step 22/22 : LABEL version=0.0.0 04:37:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.083s coverage: 46.1% of statements 04:37:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:37:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:37:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.059s coverage: 100.0% of statements 04:37:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:37:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:37:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:37:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements 04:37:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:37:42 ---> Running in c315741452c5 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements 04:37:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:37:46 Removing intermediate container c315741452c5 04:37:46 ---> b9c5d860534d 04:37:46 04:37:46 Successfully built b9c5d860534d 04:37:46 Removing intermediate container 4fda33f57c9c 04:37:46 ---> dd722d46381c 04:37:46 Step 21/26 : RUN pip install docker-compose==1.23.2 04:37:46 Successfully tagged docker-core-data-go:latest 04:37:46  Building docker-core-data-go ... done  ---> Running in 2b64533ccc75 04:37:47 Collecting docker-compose==1.23.2 04:37:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:37:47 Collecting cached-property<2,>=1.2.0 04:37:47 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:37:47 Collecting jsonschema<3,>=2.5.1 04:37:47 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:37:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.214s coverage: 29.1% of statements 04:37:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:37:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:37:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:37:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:37:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:37:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.057s coverage: 99.0% of statements 04:37:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:37:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.034s coverage: 100.0% of statements 04:37:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:37:47 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 04:37:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:37:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 04:37:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:37:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:37:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:37:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:37:47 Collecting PyYAML<4,>=3.10 04:37:47 Downloading PyYAML-3.13.tar.gz (270 kB) 04:37:48 Collecting texttable<0.10,>=0.9.0 04:37:48 Downloading texttable-0.9.1.tar.gz (11 kB) 04:37:49 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:37:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:37:49 Collecting dockerpty<0.5,>=0.4.1 04:37:49 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:37:49 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:37:49 Collecting websocket-client<1.0,>=0.32.0 04:37:49 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:37:49 Collecting docopt<0.7,>=0.6.1 04:37:49 Downloading docopt-0.6.2.tar.gz (25 kB) 04:37:50 Collecting docker<4.0,>=3.6.0 04:37:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:37:50 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) 04:37:50 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) 04:37:50 Collecting urllib3<1.25,>=1.21.1 04:37:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:37:50 Collecting idna<2.8,>=2.5 04:37:50 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:37:50 Collecting docker-pycreds>=0.4.0 04:37:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:37:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:37:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:37:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:37:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:37:51 Installing collected packages: cached-property, jsonschema, PyYAML, texttable, urllib3, idna, requests, dockerpty, websocket-client, docopt, docker-pycreds, docker, docker-compose 04:37:51 Running setup.py install for PyYAML: started 04:37:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.032s coverage: 87.9% of statements 04:37:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:37:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:37:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.021s coverage: 100.0% of statements 04:37:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements 04:37:51 Running setup.py install for PyYAML: finished with status 'done' 04:37:51 Running setup.py install for texttable: started 04:37:51 Running setup.py install for texttable: finished with status 'done' 04:37:51 Attempting uninstall: urllib3 04:37:51 Found existing installation: urllib3 1.25.9 04:37:51 Uninstalling urllib3-1.25.9: 04:37:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements 04:37:52 Successfully uninstalled urllib3-1.25.9 04:37:52 Attempting uninstall: idna 04:37:52 Found existing installation: idna 2.9 04:37:52 Uninstalling idna-2.9: 04:37:52 Successfully uninstalled idna-2.9 04:37:52 Attempting uninstall: requests 04:37:52 Found existing installation: requests 2.23.0 04:37:52 Uninstalling requests-2.23.0: 04:37:52 Successfully uninstalled requests-2.23.0 04:37:52 Running setup.py install for dockerpty: started 04:37:52 GO111MODULE=on go vet ./... 04:37:53 Running setup.py install for dockerpty: finished with status 'done' 04:37:53 Running setup.py install for docopt: started 04:37:53 Running setup.py install for docopt: finished with status 'done' 04:37:54 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 04:37:58 Removing intermediate container 2b64533ccc75 04:37:58 ---> bd6acab4cfdc 04:37:58 Step 22/26 : RUN apk --no-cache add curl 04:37:58 ---> Running in 937d95883e37 04:37:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:58 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:37:58 (2/3) Installing libcurl (7.69.1-r0) 04:37:58 (3/3) Installing curl (7.69.1-r0) 04:37:58 Executing busybox-1.31.1-r16.trigger 04:37:58 OK: 72 MiB in 58 packages 04:37:59 Removing intermediate container 937d95883e37 04:37:59 ---> 136f385a4489 04:37:59 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:59 ---> Running in d79c97b459a9 04:37:59 Removing intermediate container d79c97b459a9 04:37:59 ---> 09ae8e804713 04:37:59 Step 24/26 : LABEL arch=x86_64 04:37:59 ---> Running in e1347bbd9be7 04:37:59 Removing intermediate container e1347bbd9be7 04:37:59 ---> 034482a65f2d 04:37:59 Step 25/26 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a 04:37:59 ---> Running in d6f1a6e6a9d1 04:37:59 Removing intermediate container d6f1a6e6a9d1 04:37:59 ---> 7408335865ec 04:37:59 Step 26/26 : LABEL version=0.0.0 04:37:59 ---> Running in 4c3d50ebe0d2 04:37:59 Removing intermediate container 4c3d50ebe0d2 04:37:59 ---> 6bb9d5a444a4 04:37:59 04:38:00 Successfully built 6bb9d5a444a4 04:38:00 Successfully tagged docker-sys-mgmt-agent-go:latest 04:38:00  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:38:00 $ docker stop --time=1 312a836c4e986d12bac56c823af8d348005fd366fc4d10a8db5866e0c8dbf2a8 04:38:02 $ docker rm -f 312a836c4e986d12bac56c823af8d348005fd366fc4d10a8db5866e0c8dbf2a8 [Pipeline] // withDockerContainer [Pipeline] sh 04:38:02 + docker images 04:38:02 + grep docker 04:38:02 docker-sys-mgmt-agent-go latest 6bb9d5a444a4 3 seconds ago 284MB 04:38:02 docker-core-data-go latest b9c5d860534d 20 seconds ago 23.8MB 04:38:02 docker-support-logging-go latest e9cc9e7ac9ee 28 seconds ago 11.8MB 04:38:02 docker-security-proxy-setup-go latest 920dcbea38f8 32 seconds ago 16.4MB 04:38:02 docker-core-command-go latest 81d642de9db3 47 seconds ago 13MB 04:38:02 docker-security-secretstore-setup-go latest 12237127c457 About a minute ago 33.9MB 04:38:02 docker-security-secrets-setup-go latest 4140a84fde3e About a minute ago 25.1MB 04:38:02 docker-support-notifications-go latest c9282d4e5602 2 minutes ago 14.4MB 04:38:02 docker-core-metadata-go latest 87d4b3a80da9 2 minutes ago 14.4MB 04:38:02 docker-support-scheduler-go latest b3ad312f6d99 2 minutes ago 13.1MB 04:38:02 docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:38:11 gofmt -l . 04:38:11 [ "`gofmt -l .`" = "" ] 04:38:13 ./bin/test-go-mod-tidy.sh 04:38:14 ./bin/test-attribution-txt.sh [Pipeline] sh 04:38:17 + ls -al . 04:38:17 total 588 04:38:17 drwxrwxr-x 10 1001 1001 4096 Jul 29 04:38 . 04:38:17 drwxr-xr-x 4 root root 4096 Jul 29 04:36 .. 04:38:17 -rw-rw-r-- 1 1001 1001 11 Jul 29 04:34 .dockerignore 04:38:17 drwxrwxr-x 8 1001 1001 4096 Jul 29 04:34 .git 04:38:17 drwxrwxr-x 3 1001 1001 4096 Jul 29 04:34 .github 04:38:17 -rw-rw-r-- 1 1001 1001 924 Jul 29 04:34 .gitignore 04:38:17 drwxrwxr-x 3 1001 1001 4096 Jul 29 04:34 .semver 04:38:17 -rw-rw-r-- 1 1001 1001 178 Jul 29 04:34 .sonarcloud.properties 04:38:17 -rw-rw-r-- 1 1001 1001 3804 Jul 29 04:34 CONTRIBUTING.md 04:38:17 -rw-rw-r-- 1 1001 1001 1035 Jul 29 04:34 Dockerfile.build 04:38:17 -rw-rw-r-- 1 1001 1001 911 Jul 29 04:34 Jenkinsfile 04:38:17 -rw-rw-r-- 1 1001 1001 10775 Jul 29 04:34 LICENSE 04:38:17 -rw-rw-r-- 1 1001 1001 6417 Jul 29 04:34 Makefile 04:38:17 -rw-rw-r-- 1 1001 1001 5652 Jul 29 04:34 README.md 04:38:17 -rw-rw-r-- 1 1001 1001 7111 Jul 29 04:34 SECURITY.md 04:38:17 -rw-rw-r-- 1 1001 1001 5 Jul 29 04:30 VERSION 04:38:17 -rw-rw-r-- 1 1001 1001 4131 Jul 29 04:34 ZMQWindows.md 04:38:17 drwxrwxr-x 4 1001 1001 4096 Jul 29 04:34 api 04:38:17 drwxrwxr-x 2 1001 1001 4096 Jul 29 04:34 bin 04:38:17 drwxrwxr-x 15 1001 1001 4096 Jul 29 04:34 cmd 04:38:17 -rw-r--r-- 1 root root 456067 Jul 29 04:37 coverage.out 04:38:17 -rw-r--r-- 1 root root 1019 Jul 29 04:38 go.mod 04:38:17 -rw-r--r-- 1 root root 18146 Jul 29 04:38 go.sum 04:38:17 drwxrwxr-x 8 1001 1001 4096 Jul 29 04:34 internal 04:38:17 drwxrwxr-x 4 1001 1001 4096 Jul 29 04:34 snap 04:38:17 -rw-rw-r-- 1 1001 1001 168 Jul 29 04:34 version.go [Pipeline] sh 04:38:18 + '[' -e coverage.out ] 04:38:18 + chown 1001:1001 coverage.out [Pipeline] stash 04:38:18 Warning: overwriting stash ‘coverage-report’ 04:38:19 Stashed 1 file(s) [Pipeline] sh 04:38:20 + make build 04:38:20 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 04:38:38 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 04:38:48 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 04:38:53 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 04:38:59 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 04:39:05 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 04:39:07 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 04:39:12 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 04:39:18 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 04:39:23 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 04:39:27 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 04:39:33 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 04:39:37 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] } 04:39:41 $ docker stop --time=1 fb6ec2230efd35544b899a0d841a6bc187f89ad0c70e36eb5a34e3b9ca20dd1e 04:39:44 $ docker rm -f fb6ec2230efd35544b899a0d841a6bc187f89ad0c70e36eb5a34e3b9ca20dd1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:39:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:39:45 04:39:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:39:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:39:45 latest: Pulling from edgex-devops/edgex-compose-arm64 04:39:45 29e5d40040c1: Pulling fs layer 04:39:45 1ce36da41761: Pulling fs layer 04:39:45 25b303627fd3: Pulling fs layer 04:39:46 29e5d40040c1: Verifying Checksum 04:39:46 29e5d40040c1: Download complete 04:39:46 1ce36da41761: Verifying Checksum 04:39:46 1ce36da41761: Download complete 04:39:47 29e5d40040c1: Pull complete 04:39:48 1ce36da41761: Pull complete 04:39:48 25b303627fd3: Verifying Checksum 04:39:48 25b303627fd3: Download complete 04:39:58 25b303627fd3: Pull complete 04:39:58 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:39:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:39:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:39:58 prd-ubuntu18.04-docker-arm64-4c-16g-1387 does not seem to be running inside a container 04:39:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:40:02 $ docker top 85c9ede6366230c9719b2c12e4e9330d34923c15d676cb49050c5edd393031ca -eo pid,comm [Pipeline] { [Pipeline] sh 04:40:03 + docker-compose build --help 04:40:03 + grep parallel 04:40:07 --parallel Build images in parallel. [Pipeline] } 04:40:07 $ docker stop --time=1 85c9ede6366230c9719b2c12e4e9330d34923c15d676cb49050c5edd393031ca 04:40:09 $ docker rm -f 85c9ede6366230c9719b2c12e4e9330d34923c15d676cb49050c5edd393031ca [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:40:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:40:10 . [Pipeline] withDockerContainer 04:40:10 prd-ubuntu18.04-docker-arm64-4c-16g-1387 does not seem to be running inside a container 04:40:10 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:40:12 $ docker top 9a4a86c668d45ac55c18d120d75035010a7c346c27cc262687918ba9fd6a8dca -eo pid,comm [Pipeline] { [Pipeline] sh 04:40:13 + docker-compose -f ./docker-compose-build.yml build --parallel 04:40:17 Building docker-core-command-go ... 04:40:17 Building docker-core-data-go ... 04:40:17 Building docker-core-metadata-go ... 04:40:17 Building docker-security-proxy-setup-go ... 04:40:17 Building docker-security-secrets-setup-go ... 04:40:17 Building docker-security-secretstore-setup-go ... 04:40:17 Building docker-support-logging-go ... 04:40:17 Building docker-support-notifications-go ... 04:40:17 Building docker-support-scheduler-go ... 04:40:17 Building docker-sys-mgmt-agent-go ... 04:40:17 Building docker-security-proxy-setup-go 04:40:17 Building docker-core-metadata-go 04:40:17 Building docker-security-secrets-setup-go 04:40:17 Building docker-support-notifications-go 04:40:17 Building docker-core-data-go 04:42:09 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:42:09 ---> 95d0d01c5a00 04:42:09 Step 3/22 : WORKDIR /edgex-go 04:42:09 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:09 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:42:09 ---> 95d0d01c5a00 04:42:09 Step 3/20 : WORKDIR /edgex-go 04:42:09 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:42:09 ---> 95d0d01c5a00 04:42:09 Step 3/21 : WORKDIR /edgex-go 04:42:09 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:42:09 ---> 95d0d01c5a00 04:42:09 Step 3/23 : WORKDIR /edgex-go 04:42:09 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:09 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:42:09 ---> 95d0d01c5a00 04:42:09 Step 3/29 : WORKDIR /edgex-go 04:42:09 ---> Running in fece64dcfff9 04:42:09 ---> Running in f72c9650a5db 04:42:09 ---> Running in 5b4282a817fa 04:42:09 ---> Running in eba344916187 04:42:09 ---> Running in b32331c8d082 04:42:09 Removing intermediate container eba344916187 04:42:09 ---> 29b5cc05034d 04:42:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:09 Removing intermediate container 5b4282a817fa 04:42:09 ---> 5f2500668d66 04:42:09 Step 4/29 : RUN apk update && apk add make git 04:42:09 Removing intermediate container fece64dcfff9 04:42:09 ---> 719f84f6b08c 04:42:09 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:09 Removing intermediate container f72c9650a5db 04:42:09 ---> 68c829cc9944 04:42:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container b32331c8d082 04:42:09 ---> a53e1357fb36 04:42:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:09 04:42:09 ---> Running in 767f5da0b420 04:42:09 ---> Running in 418ce4d05ccc 04:42:09 ---> Running in fe71feafe351 04:42:09 ---> Running in 56a930f425ca 04:42:09 ---> Running in 51937399e80d 04:42:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:42:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:42:09 Removing intermediate container 418ce4d05ccc 04:42:09 ---> 181addaa864f 04:42:09 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:42:09 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:09 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:09 OK: 12620 distinct packages available 04:42:09 ---> Running in 21adf7a936d7 04:42:09 Removing intermediate container 51937399e80d 04:42:09 ---> cd31a1d82310 04:42:09 Step 5/20 : RUN apk update && apk add make git 04:42:09 Removing intermediate container fe71feafe351 04:42:09 ---> 121532bad5df 04:42:09 Step 5/21 : RUN apk update && apk add make git 04:42:09 Removing intermediate container 56a930f425ca 04:42:09 ---> be1e052608b3 04:42:09 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:42:09 ---> Running in e8d92b62392f 04:42:09 OK: 217 MiB in 51 packages 04:42:09 ---> Running in ca4c1a7da67a 04:42:09 ---> Running in ee36459c7fc1 04:42:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:42:10 Removing intermediate container 767f5da0b420 04:42:10 ---> 0e1acfd6cf2a 04:42:10 Step 5/29 : COPY go.mod . 04:42:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:42:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:42:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:42:11 ---> a96ea19f6db7 04:42:11 Step 6/29 : RUN go mod download 04:42:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:42:11 ---> Running in e7f852141e3f 04:42:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:42:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:42:12 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:12 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:12 OK: 12620 distinct packages available 04:42:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:42:13 OK: 217 MiB in 51 packages 04:42:13 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:13 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:13 OK: 12620 distinct packages available 04:42:13 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:13 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:13 OK: 12620 distinct packages available 04:42:13 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:42:13 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:42:13 OK: 12620 distinct packages available 04:42:14 OK: 217 MiB in 51 packages 04:42:14 OK: 217 MiB in 51 packages 04:42:15 OK: 217 MiB in 51 packages 04:42:15 Removing intermediate container 21adf7a936d7 04:42:15 ---> b00652ff4324 04:42:15 Step 6/22 : COPY go.mod . 04:42:16 ---> be224bce432f 04:42:16 Step 7/22 : RUN go mod download 04:42:16 Removing intermediate container e8d92b62392f 04:42:16 ---> 123b12d52e80 04:42:16 Step 6/20 : COPY go.mod . 04:42:16 ---> Running in 58d9cd235d8c 04:42:16 Removing intermediate container ca4c1a7da67a 04:42:16 ---> 6266f586b994 04:42:16 Step 6/23 : COPY go.mod . 04:42:17 Removing intermediate container ee36459c7fc1 04:42:17 Removing intermediate container e7f852141e3f 04:42:17 ---> 9ea0e45a21e5 04:42:17 Step 7/29 : COPY . . 04:42:17 ---> 51de981b5018 04:42:17 Step 6/21 : COPY go.mod . 04:42:17 ---> bb295abb7b94 04:42:17 Step 7/20 : RUN go mod download 04:42:17 ---> Running in 1b3147db112c 04:42:18 ---> 5bf2960d98d3 04:42:18 Step 7/23 : RUN go mod download 04:42:19 ---> f5a42c74d29f 04:42:19 Step 7/21 : RUN go mod download 04:42:19 ---> Running in 6e0f1cf61e66 04:42:20 ---> Running in bccc9790dc50 04:42:23 Removing intermediate container 58d9cd235d8c 04:42:23 ---> f6aad2197abc 04:42:23 Step 8/22 : COPY . . 04:42:23 Removing intermediate container 1b3147db112c 04:42:23 ---> eefb2b68552a 04:42:23 Step 8/20 : COPY . . 04:42:27 Removing intermediate container 6e0f1cf61e66 04:42:27 ---> f44f1b9bb60d 04:42:27 Step 8/23 : COPY . . 04:42:27 Removing intermediate container bccc9790dc50 04:42:27 ---> b7deb5e0812e 04:42:27 Step 8/21 : COPY . . 04:42:54 ---> 09e2710eca36 04:42:54 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:42:54 ---> Running in 57a0a1bbefbc 04:42:54 ---> 3856daa8add3 04:42:54 Step 9/22 : RUN make cmd/core-data/core-data 04:42:54 ---> 35e7af8f7545 04:42:54 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:42:54 ---> 1e45d6e4181c 04:42:54 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:42:54 ---> 21d6f91786ca 04:42:54 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:42:54 ---> Running in 31e5b36623ec 04:42:54 ---> Running in 517249ef538e 04:42:54 ---> Running in 5a4f87fc7288 04:42:54 ---> Running in 16a91ee346f9 04:42:55 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 04:42:55 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 04:42:55 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 04:42:56 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 04:42:56 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 04:44:18 Removing intermediate container 57a0a1bbefbc 04:44:18 ---> f7a35dc446ab 04:44:18 04:44:18 Step 9/29 : FROM alpine:latest 04:44:18 latest: Pulling from library/alpine 04:44:18 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:44:18 Status: Downloaded newer image for alpine:latest 04:44:18 ---> 62ee0e9f8440 04:44:18 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:44:19 ---> Running in cee0d0fe8a15 04:44:20 Removing intermediate container cee0d0fe8a15 04:44:20 ---> 62b737bd9e52 04:44:20 Step 11/29 : USER root 04:44:20 ---> Running in 922545b4762c 04:44:20 Removing intermediate container 5a4f87fc7288 04:44:20 ---> 38baaaa3b693 04:44:20 04:44:20 Step 10/20 : FROM alpine 04:44:20 ---> 62ee0e9f8440 04:44:20 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:44:21 ---> Running in a1e79679406d 04:44:21 Removing intermediate container 922545b4762c 04:44:21 ---> c4402fbf7d21 04:44:21 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:44:21 ---> Running in 239804370e7d 04:44:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:25 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:44:25 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:44:25 OK: 12620 distinct packages available 04:44:25 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:44:25 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:44:25 OK: 12620 distinct packages available 04:44:26 (1/4) Installing ca-certificates (20191127-r4) 04:44:26 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:44:26 (3/4) Installing libcurl (7.69.1-r0) 04:44:26 (4/4) Installing curl (7.69.1-r0) 04:44:26 Executing busybox-1.31.1-r16.trigger 04:44:26 Executing ca-certificates-20191127-r4.trigger 04:44:26 (1/2) Installing ca-certificates (20191127-r4) 04:44:26 (2/2) Installing dumb-init (1.2.2-r1) 04:44:26 Executing busybox-1.31.1-r16.trigger 04:44:26 Executing ca-certificates-20191127-r4.trigger 04:44:26 OK: 7 MiB in 18 packages 04:44:26 OK: 6 MiB in 16 packages 04:44:30 Removing intermediate container a1e79679406d 04:44:30 ---> 96789fa062b4 04:44:30 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:44:30 Removing intermediate container 239804370e7d 04:44:30 ---> d2e8eff70945 04:44:30 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:44:30 ---> Running in f57907a7659b 04:44:30 ---> Running in f2038e536715 04:44:30 Removing intermediate container f57907a7659b 04:44:30 ---> a11d74fc3870 04:44:30 Step 13/20 : WORKDIR /edgex 04:44:31 Removing intermediate container f2038e536715 04:44:31 ---> 4dffa0dfd940 04:44:31 Step 14/29 : WORKDIR $BASE_DIR 04:44:31 ---> Running in ee99462695fb 04:44:31 ---> Running in a606df62bf0d 04:44:32 Removing intermediate container ee99462695fb 04:44:32 ---> f12b88eec33a 04:44:32 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:44:32 Removing intermediate container a606df62bf0d 04:44:32 ---> 0c2ace0821b4 04:44:32 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:44:32 ---> Running in 5c6a78c7dfed 04:44:33 ---> 2194771c8430 04:44:33 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:44:35 ---> 1efa1a2a1a08 04:44:35 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:44:35 ---> Running in e74bff7575d9 04:44:36 Removing intermediate container e74bff7575d9 04:44:36 ---> 1d9f9acfe8b8 04:44:36 Step 17/20 : CMD ["--init=true"] 04:44:36 ---> Running in 621c6deb055f 04:44:37 Removing intermediate container 5c6a78c7dfed 04:44:37 ---> 47d5b5db1b17 04:44:37 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:44:37 Removing intermediate container 621c6deb055f 04:44:37 ---> 990cba7b2019 04:44:37 Step 18/20 : LABEL arch=arm64 04:44:38 ---> Running in 190eb9ef4df5 04:44:39 Removing intermediate container 190eb9ef4df5 04:44:39 ---> 802045d6632f 04:44:39 Step 19/20 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a 04:44:39 ---> Running in 2f5729424da6 04:44:39 ---> 03a4b058836a 04:44:39 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:44:40 Removing intermediate container 2f5729424da6 04:44:40 ---> 4a51401f5c84 04:44:40 Step 20/20 : LABEL version=0.0.0 04:44:40 ---> Running in 4251a547fa19 04:44:41 ---> 0ee403aff994 04:44:41 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:44:41 Removing intermediate container 4251a547fa19 04:44:41 ---> 5088c037cdd1 04:44:41 04:44:42 ---> 84d9522aea92 04:44:42 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:44:42 Successfully built 5088c037cdd1 04:44:42 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:44:42  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 04:44:44 ---> 807bc565665e 04:44:44 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:44:46 ---> 4a63d1bfd73a 04:44:46 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:44:46 ---> Running in f9df1c03ac8c 04:44:53 Removing intermediate container f9df1c03ac8c 04:44:53 ---> c58f122db1d8 04:44:53 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:44:53 Removing intermediate container 16a91ee346f9 04:44:53 ---> 0cb07983d089 04:44:53 04:44:53 Step 10/23 : FROM scratch 04:44:53 ---> 04:44:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:44:54 ---> d97e4b5ca79a 04:44:54 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:44:54 ---> Running in fec1ad8b9729 04:44:55 ---> Running in 9c1671aa6337 04:44:55 Removing intermediate container fec1ad8b9729 04:44:55 ---> b4097ac6da7a 04:44:55 Step 12/23 : ENV APP_PORT=48060 04:44:56 ---> Running in 7dafac9bf3b5 04:44:57 Removing intermediate container 7dafac9bf3b5 04:44:57 ---> 763681cbf184 04:44:57 Step 13/23 : EXPOSE $APP_PORT 04:44:58 ---> Running in c5ffd183c63f 04:44:59 Removing intermediate container c5ffd183c63f 04:44:59 ---> f6b3e17085b6 04:44:59 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:45:00 ---> 8c214ae71214 04:45:00 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:45:01 Removing intermediate container 9c1671aa6337 04:45:01 ---> d14700bfef8c 04:45:01 Step 24/29 : RUN chmod 755 security-secrets-setup 04:45:02 ---> Running in 0f261fe0e832 04:45:02 ---> 3ec97e441ed2 04:45:02 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:45:03 Removing intermediate container 517249ef538e 04:45:03 ---> 8f0e0b2e9c04 04:45:03 04:45:03 Step 10/21 : FROM scratch 04:45:03 ---> 04:45:03 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:45:04 ---> Running in 82447aa77c41 04:45:04 ---> 0b3766183992 04:45:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:45:05 Removing intermediate container 82447aa77c41 04:45:05 ---> 142fb740a605 04:45:05 Step 12/21 : ENV APP_PORT=48081 04:45:06 ---> Running in 281185ec2d9e 04:45:07 ---> 9ce3befd77ac 04:45:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:45:07 Removing intermediate container 281185ec2d9e 04:45:07 ---> 5398af2f4602 04:45:07 Step 13/21 : EXPOSE $APP_PORT 04:45:07 ---> Running in 9c95cfd01ac4 04:45:07 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:07 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:45:07 ---> 95d0d01c5a00 04:45:07 Step 3/26 : WORKDIR /edgex-go 04:45:07 ---> Using cache 04:45:07 ---> 68c829cc9944 04:45:07 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:07 ---> Using cache 04:45:07 ---> 121532bad5df 04:45:07 Step 5/26 : RUN apk update && apk add make git 04:45:07 ---> Using cache 04:45:07 ---> 51de981b5018 04:45:07 Step 6/26 : COPY go.mod . 04:45:07 ---> Using cache 04:45:07 ---> f5a42c74d29f 04:45:07 Step 7/26 : RUN go mod download 04:45:07 ---> Using cache 04:45:07 ---> b7deb5e0812e 04:45:07 Step 8/26 : COPY . . 04:45:07 ---> Using cache 04:45:07 ---> 1e45d6e4181c 04:45:07 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 04:45:07 ---> Running in 1d48442bfba0 04:45:08 Removing intermediate container 0f261fe0e832 04:45:08 ---> 42933db2b544 04:45:08 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:45:08 Removing intermediate container 9c95cfd01ac4 04:45:08 ---> 5bc19a0f7afc 04:45:08 Step 14/21 : WORKDIR / 04:45:09 ---> Running in 18dc158c6e88 04:45:09 ---> ae2ddf217c5f 04:45:09 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:45:09 ---> Running in 49b2073f270d 04:45:10 Removing intermediate container 18dc158c6e88 04:45:10 Removing intermediate container 49b2073f270d 04:45:10 ---> 410c00b769cf 04:45:10 Step 26/29 : CMD [ "generate" ] 04:45:10 ---> db3130a6cd87 04:45:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:45:10 ---> Running in 8623bf9c7916 04:45:10 ---> 9be7519a5602 04:45:10 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:45:10 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 04:45:10 ---> Running in 581d2dfe124c 04:45:10 Removing intermediate container 31e5b36623ec 04:45:10 ---> 6df4ab4ec0b3 04:45:10 04:45:10 Step 10/22 : FROM alpine 04:45:10 ---> 62ee0e9f8440 04:45:10 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:45:10 Removing intermediate container 8623bf9c7916 04:45:10 ---> 24758b62daf5 04:45:10 Step 27/29 : LABEL arch=arm64 04:45:10 ---> aef354c639f3 04:45:10 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:45:10 ---> Running in cac936f5e68b 04:45:11 ---> Running in c21fcd78893f 04:45:11 Removing intermediate container 581d2dfe124c 04:45:11 ---> 693ab9a27149 04:45:11 Step 21/23 : LABEL arch=arm64 04:45:11 ---> Running in 9b8ed1988b16 04:45:11 Removing intermediate container cac936f5e68b 04:45:11 ---> 3dd782ded737 04:45:11 Step 12/22 : ENV APP_PORT=48080 04:45:12 Removing intermediate container c21fcd78893f 04:45:12 ---> 40cd4be50f67 04:45:12 Step 28/29 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a 04:45:12 ---> Running in 70cf1d819fde 04:45:12 Removing intermediate container 9b8ed1988b16 04:45:12 ---> a4dacb88e2d3 04:45:12 Step 22/23 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a 04:45:12 ---> Running in b818e430f2be 04:45:13 ---> Running in bbc417a05aca 04:45:13 ---> f8ff8afddeeb 04:45:13 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:45:13 Removing intermediate container 70cf1d819fde 04:45:13 ---> 207e68bc98a2 04:45:13 Step 13/22 : EXPOSE $APP_PORT 04:45:13 ---> Running in 1c5a325837f2 04:45:13 Removing intermediate container b818e430f2be 04:45:13 ---> ae56f7095755 04:45:13 Step 29/29 : LABEL version=0.0.0 04:45:13 Removing intermediate container bbc417a05aca 04:45:13 ---> 8e3fb3ba3e24 04:45:13 Step 23/23 : LABEL version=0.0.0 04:45:14 ---> Running in 28cc1ef83525 04:45:14 ---> Running in 8d2f11778ca8 04:45:14 Removing intermediate container 1c5a325837f2 04:45:14 ---> 31ac6d2b9bd3 04:45:14 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:14 ---> Running in 9994f319ef74 04:45:14 ---> 6547d9e88b1b 04:45:14 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:45:15 ---> Running in 5aec8ec62028 04:45:15 Removing intermediate container 28cc1ef83525 04:45:15 ---> fe786924e2a6 04:45:15 04:45:15 Removing intermediate container 8d2f11778ca8 04:45:15 ---> 558ad54ae7b6 04:45:15 04:45:15 Removing intermediate container 5aec8ec62028 04:45:15 ---> fc709145d017 04:45:15 Step 19/21 : LABEL arch=arm64 04:45:16 ---> Running in e090ef547d92 04:45:16 Successfully built 558ad54ae7b6 04:45:16 Successfully built fe786924e2a6 04:45:16 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:45:16  Building docker-security-secrets-setup-go ... done Building docker-core-command-go 04:45:16 Successfully tagged docker-support-notifications-go-arm64:latest 04:45:16  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 04:45:17 Removing intermediate container e090ef547d92 04:45:17 ---> f4ec1dabd04e 04:45:17 Step 20/21 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a 04:45:17 ---> Running in 2a6595c05320 04:45:18 Removing intermediate container 2a6595c05320 04:45:18 ---> 099c9b1819b4 04:45:18 Step 21/21 : LABEL version=0.0.0 04:45:18 ---> Running in 46d07ca996c9 04:45:18 Removing intermediate container 46d07ca996c9 04:45:18 ---> 8d76bc113c88 04:45:18 04:45:18 Removing intermediate container 9994f319ef74 04:45:18 ---> 4458eb9e7cf6 04:45:18 Step 15/22 : RUN apk --no-cache add zeromq 04:45:19 ---> Running in 5bee5c60da92 04:45:19 Successfully built 8d76bc113c88 04:45:19 Successfully tagged docker-core-metadata-go-arm64:latest 04:45:19  Building docker-core-metadata-go ... done Building docker-support-logging-go 04:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:22 (1/5) Installing libgcc (9.3.0-r2) 04:45:22 (2/5) Installing libsodium (1.0.18-r0) 04:45:23 (3/5) Installing libstdc++ (9.3.0-r2) 04:45:23 (4/5) Installing libzmq (4.3.2-r0) 04:45:23 (5/5) Installing zeromq (4.3.2-r0) 04:45:23 Executing busybox-1.31.1-r16.trigger 04:45:23 OK: 8 MiB in 19 packages 04:45:30 Removing intermediate container 5bee5c60da92 04:45:30 ---> 9b2ea9f14582 04:45:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:45:31 ---> 905f4437e9ac 04:45:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:45:35 ---> 96a5dc0430ca 04:45:35 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:45:37 ---> a5e0c87e2c75 04:45:37 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:45:37 ---> Running in f5ca1e072b87 04:45:38 Removing intermediate container f5ca1e072b87 04:45:38 ---> abc3f703c4ed 04:45:38 Step 20/22 : LABEL arch=arm64 04:45:38 ---> Running in fdcedfd6b768 04:45:39 Removing intermediate container fdcedfd6b768 04:45:39 ---> 73891bf2ab03 04:45:39 Step 21/22 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a 04:45:39 ---> Running in f037aaef6520 04:45:39 Removing intermediate container f037aaef6520 04:45:39 ---> cf1ceba33f51 04:45:39 Step 22/22 : LABEL version=0.0.0 04:45:40 ---> Running in ed25528ea953 04:45:41 Removing intermediate container ed25528ea953 04:45:41 ---> b42dfb3dc0d8 04:45:41 04:45:41 Successfully built b42dfb3dc0d8 04:45:41 Successfully tagged docker-core-data-go-arm64:latest 04:45:41  Building docker-core-data-go ... done Building docker-support-scheduler-go 04:45:43 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 04:45:49 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 04:46:05 Removing intermediate container 1d48442bfba0 04:46:05 ---> cc50708aef8e 04:46:05 04:46:05 Step 10/26 : FROM alpine:3.10 04:46:05 3.10: Pulling from library/alpine 04:46:05 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:46:05 Status: Downloaded newer image for alpine:3.10 04:46:05 ---> 536a684cf733 04:46:05 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:46:05 ---> Running in 76a06534252c 04:46:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:46:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:46:07 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:46:07 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:46:07 OK: 10167 distinct packages available 04:46:08 (1/5) Installing ca-certificates (20191127-r2) 04:46:08 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:46:08 (3/5) Installing libcurl (7.66.0-r0) 04:46:08 (4/5) Installing curl (7.66.0-r0) 04:46:08 (5/5) Installing dumb-init (1.2.2-r1) 04:46:08 Executing busybox-1.30.1-r3.trigger 04:46:08 Executing ca-certificates-20191127-r2.trigger 04:46:08 OK: 7 MiB in 19 packages 04:46:11 Removing intermediate container 76a06534252c 04:46:11 ---> eb29f2d07bc8 04:46:11 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:46:11 ---> Running in 6beead07d96b 04:46:12 Removing intermediate container 6beead07d96b 04:46:12 ---> afe1953eb07f 04:46:12 Step 13/26 : WORKDIR / 04:46:12 ---> Running in 61adac5891e1 04:46:13 Removing intermediate container 61adac5891e1 04:46:13 ---> e8ffa4e7137b 04:46:13 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:46:14 ---> 0376ee121639 04:46:14 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:46:14 ---> 175719d8cca1 04:46:14 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:46:15 ---> 0c9257a2ae35 04:46:15 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:46:16 ---> a794ec7a9197 04:46:16 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:46:19 ---> 4f49d50cc513 04:46:19 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:46:20 ---> cc88dd00557b 04:46:20 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:46:22 ---> ebccb7db92e7 04:46:22 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:46:23 ---> 9538bff02edd 04:46:23 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:46:23 ---> Running in aed0359d9c17 04:46:26 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:46:26 ---> 95d0d01c5a00 04:46:26 Step 3/21 : WORKDIR /edgex-go 04:46:26 ---> Using cache 04:46:26 ---> 68c829cc9944 04:46:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:26 ---> Using cache 04:46:26 ---> 121532bad5df 04:46:26 Step 5/21 : RUN apk update && apk add make git 04:46:26 ---> Using cache 04:46:26 ---> 51de981b5018 04:46:26 Step 6/21 : COPY go.mod . 04:46:26 ---> Using cache 04:46:26 ---> f5a42c74d29f 04:46:26 Step 7/21 : RUN go mod download 04:46:26 ---> Using cache 04:46:26 ---> b7deb5e0812e 04:46:26 Step 8/21 : COPY . . 04:46:26 ---> Using cache 04:46:26 ---> 1e45d6e4181c 04:46:26 Step 9/21 : RUN make cmd/core-command/core-command 04:46:26 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:26 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:46:26 ---> 95d0d01c5a00 04:46:26 Step 3/26 : WORKDIR /edgex-go 04:46:26 ---> Using cache 04:46:26 ---> 68c829cc9944 04:46:26 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:26 ---> Using cache 04:46:26 ---> 121532bad5df 04:46:26 Step 5/26 : RUN apk update && apk add make bash git 04:46:26 ---> Running in 060fcde3d0fb 04:46:26 ---> Running in 2bb6b6bfc2e0 04:46:27 Removing intermediate container aed0359d9c17 04:46:27 ---> 06f878a17ba4 04:46:27 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:46:27 ---> Running in 9a2d3f694be3 04:46:28 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:46:28 ---> 95d0d01c5a00 04:46:28 Step 3/21 : WORKDIR /edgex-go 04:46:28 ---> Using cache 04:46:28 ---> 68c829cc9944 04:46:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:28 ---> Using cache 04:46:28 ---> 121532bad5df 04:46:28 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:46:28 ---> Running in 97d0dda559fb 04:46:28 Removing intermediate container 9a2d3f694be3 04:46:28 ---> 19a6b0c35eb4 04:46:28 Step 24/26 : LABEL arch=arm64 04:46:28 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 04:46:29 ---> Running in 5f11e16d12da 04:46:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:29 Removing intermediate container 5f11e16d12da 04:46:29 ---> ecde6abc574b 04:46:29 Step 25/26 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a 04:46:30 ---> Running in a8b5f856bff8 04:46:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:31 Removing intermediate container a8b5f856bff8 04:46:31 ---> 26307cc2a891 04:46:31 Step 26/26 : LABEL version=0.0.0 04:46:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:31 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:31 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:31 OK: 12620 distinct packages available 04:46:31 ---> Running in 006b9831158c 04:46:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:31 Removing intermediate container 006b9831158c 04:46:31 ---> e0fb93d529b6 04:46:31 04:46:32 OK: 217 MiB in 51 packages 04:46:32 Successfully built e0fb93d529b6 04:46:32 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:46:33  Building docker-security-secretstore-setup-go ... done v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:33 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:33 OK: 12620 distinct packages available 04:46:34 OK: 217 MiB in 51 packages 04:46:34 Removing intermediate container 060fcde3d0fb 04:46:34 ---> 4332caa38ca8 04:46:34 Step 6/26 : COPY go.mod . 04:46:34 OK: 217 MiB in 51 packages 04:46:35 ---> 434d88e52a1f 04:46:35 Step 7/26 : RUN go mod download 04:46:36 ---> Running in b52ea0cd74fa 04:46:37 Removing intermediate container 97d0dda559fb 04:46:37 ---> 924f084d4898 04:46:37 Step 6/21 : COPY go.mod . 04:46:38 ---> 1c014e5d3b42 04:46:38 Step 7/21 : RUN go mod download 04:46:38 ---> Running in a25cc4b7c59d 04:46:38 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:38 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:46:38 ---> 95d0d01c5a00 04:46:38 Step 3/20 : WORKDIR /edgex-go 04:46:38 ---> Using cache 04:46:38 ---> 68c829cc9944 04:46:38 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:38 ---> Using cache 04:46:38 ---> 121532bad5df 04:46:38 Step 5/20 : RUN apk update && apk add make git 04:46:38 ---> Using cache 04:46:38 ---> 51de981b5018 04:46:38 Step 6/20 : COPY go.mod . 04:46:38 ---> Using cache 04:46:38 ---> f5a42c74d29f 04:46:38 Step 7/20 : RUN go mod download 04:46:38 ---> Using cache 04:46:38 ---> b7deb5e0812e 04:46:38 Step 8/20 : COPY . . 04:46:38 ---> Using cache 04:46:38 ---> 1e45d6e4181c 04:46:38 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:46:38 ---> Running in 716cce5d54c6 04:46:41 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 04:46:41 Removing intermediate container b52ea0cd74fa 04:46:41 ---> e2b607ecda80 04:46:41 Step 8/26 : COPY . . 04:46:45 Removing intermediate container a25cc4b7c59d 04:46:45 ---> 42634a2a42fc 04:46:45 Step 8/21 : COPY . . 04:47:24 ---> ba729a83ebda 04:47:24 Step 9/21 : RUN make cmd/support-logging/support-logging 04:47:24 ---> e3d68eec1137 04:47:24 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:47:24 ---> Running in d195469bf101 04:47:24 ---> Running in c090e2ce54de 04:47:24 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 04:47:24 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 04:47:37 Removing intermediate container 2bb6b6bfc2e0 04:47:37 ---> 09551b0f9583 04:47:37 04:47:37 Step 10/21 : FROM scratch 04:47:37 ---> 04:47:37 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:47:37 ---> Using cache 04:47:37 ---> 142fb740a605 04:47:37 Step 12/21 : ENV APP_PORT=48082 04:47:37 ---> Running in 5e1227cff20f 04:47:37 Removing intermediate container 5e1227cff20f 04:47:37 ---> 73de111519d4 04:47:37 Step 13/21 : EXPOSE $APP_PORT 04:47:37 ---> Running in 7371100e189c 04:47:37 Removing intermediate container 7371100e189c 04:47:37 ---> 5fe55727f255 04:47:37 Step 14/21 : WORKDIR / 04:47:37 ---> Running in a3975791fd1b 04:47:38 Removing intermediate container a3975791fd1b 04:47:38 ---> 777e8144d900 04:47:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:47:39 ---> c7dd10d3c73d 04:47:39 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:47:40 ---> 33e99bfb0d29 04:47:40 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:47:42 ---> 020002be93c0 04:47:42 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:42 ---> Running in 7463833505aa 04:47:42 Removing intermediate container 7463833505aa 04:47:42 ---> d167acba3530 04:47:42 Step 19/21 : LABEL arch=arm64 04:47:42 ---> Running in fddde66d9260 04:47:43 Removing intermediate container fddde66d9260 04:47:43 ---> 4ae2bb4d6afd 04:47:43 Step 20/21 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a 04:47:44 ---> Running in 3e2921ee3354 04:47:44 Removing intermediate container 3e2921ee3354 04:47:44 ---> 1242c43471ff 04:47:44 Step 21/21 : LABEL version=0.0.0 04:47:44 ---> Running in 735c9d2992be 04:47:45 Removing intermediate container 735c9d2992be 04:47:45 ---> a577bd6afa52 04:47:45 04:47:45 Successfully built a577bd6afa52 04:47:45 Successfully tagged docker-core-command-go-arm64:latest 04:47:58  Building docker-core-command-go ... done Removing intermediate container 716cce5d54c6 04:47:58 ---> 72ec1fee53c1 04:47:58 04:47:58 Step 10/20 : FROM scratch 04:47:58 ---> 04:47:58 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:47:58 ---> Using cache 04:47:58 ---> 142fb740a605 04:47:58 Step 12/20 : ENV APP_PORT=48085 04:47:58 ---> Running in ca66b3821c9c 04:47:58 Removing intermediate container ca66b3821c9c 04:47:58 ---> 36c4a7d7caee 04:47:58 Step 13/20 : EXPOSE $APP_PORT 04:47:58 ---> Running in 0a522e725230 04:47:58 Removing intermediate container 0a522e725230 04:47:58 ---> 306738670e38 04:47:58 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:47:59 ---> 6038e8b6189c 04:47:59 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:48:01 ---> 935c79260032 04:48:01 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:48:02 ---> d0744efbb033 04:48:02 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:02 ---> Running in b501eadc5436 04:48:03 Removing intermediate container b501eadc5436 04:48:03 ---> c958344fe961 04:48:03 Step 18/20 : LABEL arch=arm64 04:48:03 ---> Running in 1c1e4a078560 04:48:04 Removing intermediate container 1c1e4a078560 04:48:04 ---> 1d8762a9a7e5 04:48:04 Step 19/20 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a 04:48:04 ---> Running in 74770e0d5621 04:48:05 Removing intermediate container 74770e0d5621 04:48:05 ---> e37a6263215e 04:48:05 Step 20/20 : LABEL version=0.0.0 04:48:05 ---> Running in 8d0ed4ba6d03 04:48:06 Removing intermediate container 8d0ed4ba6d03 04:48:06 ---> b898459e4642 04:48:06 04:48:06 Successfully built b898459e4642 04:48:06 Successfully tagged docker-support-scheduler-go-arm64:latest 04:48:19  Building docker-support-scheduler-go ... done Removing intermediate container d195469bf101 04:48:19 ---> b123224ac3b3 04:48:19 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:48:19 ---> Running in 0e793a3285bf 04:48:19 Removing intermediate container c090e2ce54de 04:48:19 ---> c872583eb6fc 04:48:19 04:48:19 Step 10/21 : FROM scratch 04:48:19 ---> 04:48:19 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:48:19 ---> Using cache 04:48:19 ---> b4097ac6da7a 04:48:19 Step 12/21 : ENV APP_PORT=48061 04:48:19 ---> Running in 98442046b606 04:48:19 Removing intermediate container 98442046b606 04:48:19 ---> 8e2a1a0372a4 04:48:19 Step 13/21 : EXPOSE $APP_PORT 04:48:19 ---> Running in 7f6470412142 04:48:19 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 04:48:20 Removing intermediate container 7f6470412142 04:48:20 ---> 80184d56fd03 04:48:20 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:48:21 ---> ecc44a1d2398 04:48:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:48:21 ---> d30ef83b0f1e 04:48:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:48:23 ---> 5fe28a5524e2 04:48:23 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:48:23 Removing intermediate container 0e793a3285bf 04:48:23 ---> 150fcfaf90f1 04:48:23 04:48:23 Step 11/26 : FROM docker:latest 04:48:23 ---> ce9d55ae87f1 04:48:23 Step 12/26 : RUN apk add --no-cache bash 04:48:23 ---> Running in d1d141dfbddf 04:48:23 ---> 1e2123e17d60 04:48:23 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:23 ---> Running in 885e03259f1a 04:48:24 Removing intermediate container 885e03259f1a 04:48:24 ---> f85685feea22 04:48:24 Step 19/21 : LABEL arch=arm64 04:48:24 ---> Running in c6e65f6779bb 04:48:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:24 Removing intermediate container c6e65f6779bb 04:48:24 ---> 406029c6a461 04:48:24 Step 20/21 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a 04:48:24 ---> Running in dc31389e927f 04:48:25 (1/2) Installing readline (8.0.4-r0) 04:48:25 (2/2) Installing bash (5.0.17-r0) 04:48:25 Executing bash-5.0.17-r0.post-install 04:48:25 Executing busybox-1.31.1-r16.trigger 04:48:25 OK: 12 MiB in 22 packages 04:48:25 Removing intermediate container dc31389e927f 04:48:25 ---> 27c3bdc5a1be 04:48:25 Step 21/21 : LABEL version=0.0.0 04:48:25 ---> Running in 66dca5f7bac7 04:48:26 Removing intermediate container 66dca5f7bac7 04:48:26 ---> 8061f247ae61 04:48:26 04:48:26 Successfully built 8061f247ae61 04:48:26 Successfully tagged docker-support-logging-go-arm64:latest 04:48:26  Building docker-support-logging-go ... done Removing intermediate container d1d141dfbddf 04:48:26 ---> 6e499dea87b1 04:48:26 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:48:26 ---> Running in 7d83a7bfd547 04:48:29 Removing intermediate container 7d83a7bfd547 04:48:29 ---> beb341bae8c5 04:48:29 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:48:29 ---> Running in 4cfa65364c49 04:48:30 Removing intermediate container 4cfa65364c49 04:48:30 ---> 1dc707a84c36 04:48:30 Step 15/26 : ENV APP_PORT=48090 04:48:30 ---> Running in 8e91fd44fb9a 04:48:30 Removing intermediate container 8e91fd44fb9a 04:48:30 ---> ff81fb992ec6 04:48:30 Step 16/26 : EXPOSE $APP_PORT 04:48:30 ---> Running in 4cb599174c4f 04:48:31 Removing intermediate container 4cb599174c4f 04:48:31 ---> e3fec037e866 04:48:31 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:48:32 ---> 9a7d77044faa 04:48:32 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:48:33 ---> ebea6b155792 04:48:33 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:48:34 ---> f7d8590dfe4d 04:48:34 Step 20/26 : RUN apk --no-cache add py-pip 04:48:34 ---> Running in db700c867aed 04:48:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:36 (1/33) Installing libbz2 (1.0.8-r1) 04:48:36 (2/33) Installing expat (2.2.9-r1) 04:48:36 (3/33) Installing libffi (3.3-r2) 04:48:36 (4/33) Installing gdbm (1.13-r1) 04:48:36 (5/33) Installing xz-libs (5.2.5-r0) 04:48:36 (6/33) Installing sqlite-libs (3.32.1-r0) 04:48:36 (7/33) Installing python3 (3.8.5-r0) 04:48:38 (8/33) Installing py3-appdirs (1.4.4-r1) 04:48:38 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:48:38 (10/33) Installing py3-parsing (2.4.7-r0) 04:48:38 (11/33) Installing py3-six (1.15.0-r0) 04:48:38 (12/33) Installing py3-packaging (20.4-r0) 04:48:38 (13/33) Installing py3-setuptools (47.0.0-r0) 04:48:38 (14/33) Installing py3-chardet (3.0.4-r4) 04:48:38 (15/33) Installing py3-idna (2.9-r0) 04:48:38 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:48:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:48:38 (18/33) Installing py3-requests (2.23.0-r0) 04:48:38 (19/33) Installing py3-msgpack (1.0.0-r0) 04:48:38 (20/33) Installing py3-lockfile (0.12.2-r3) 04:48:38 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:48:38 (22/33) Installing py3-colorama (0.4.3-r0) 04:48:38 (23/33) Installing py3-distlib (0.3.0-r0) 04:48:38 (24/33) Installing py3-distro (1.5.0-r1) 04:48:38 (25/33) Installing py3-webencodings (0.5.1-r3) 04:48:38 (26/33) Installing py3-html5lib (1.0.1-r4) 04:48:38 (27/33) Installing py3-pytoml (0.1.21-r0) 04:48:38 (28/33) Installing py3-pep517 (0.8.2-r0) 04:48:38 (29/33) Installing py3-progress (1.5-r0) 04:48:38 (30/33) Installing py3-toml (0.10.1-r0) 04:48:38 (31/33) Installing py3-retrying (1.3.3-r0) 04:48:38 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:48:38 (33/33) Installing py3-pip (20.1.1-r0) 04:48:38 Executing busybox-1.31.1-r16.trigger 04:48:38 OK: 71 MiB in 55 packages 04:48:45 Removing intermediate container db700c867aed 04:48:45 ---> 1b743a2af739 04:48:45 Step 21/26 : RUN pip install docker-compose==1.23.2 04:48:45 ---> Running in 7376342abb48 04:48:50 Collecting docker-compose==1.23.2 04:48:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:48:51 Collecting docker<4.0,>=3.6.0 04:48:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:48:52 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:48:52 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:48:53 Collecting websocket-client<1.0,>=0.32.0 04:48:53 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:48:53 Collecting jsonschema<3,>=2.5.1 04:48:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:48:54 Collecting cached-property<2,>=1.2.0 04:48:54 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:48:54 Collecting dockerpty<0.5,>=0.4.1 04:48:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:48:56 Collecting docopt<0.7,>=0.6.1 04:48:56 Downloading docopt-0.6.2.tar.gz (25 kB) 04:48:58 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:48:58 Collecting texttable<0.10,>=0.9.0 04:48:58 Downloading texttable-0.9.1.tar.gz (11 kB) 04:49:00 Collecting PyYAML<4,>=3.10 04:49:00 Downloading PyYAML-3.13.tar.gz (270 kB) 04:49:03 Collecting docker-pycreds>=0.4.0 04:49:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:49:03 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) 04:49:03 Collecting urllib3<1.25,>=1.21.1 04:49:04 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:49:04 Collecting idna<2.8,>=2.5 04:49:04 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:49:04 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) 04:49:04 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:49:04 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:49:04 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:49:04 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:49:05 Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, jsonschema, cached-property, dockerpty, docopt, texttable, PyYAML, docker-compose 04:49:05 Attempting uninstall: urllib3 04:49:05 Found existing installation: urllib3 1.25.9 04:49:05 Uninstalling urllib3-1.25.9: 04:49:05 Successfully uninstalled urllib3-1.25.9 04:49:06 Attempting uninstall: idna 04:49:06 Found existing installation: idna 2.9 04:49:06 Uninstalling idna-2.9: 04:49:06 Successfully uninstalled idna-2.9 04:49:07 Attempting uninstall: requests 04:49:07 Found existing installation: requests 2.23.0 04:49:07 Uninstalling requests-2.23.0: 04:49:07 Successfully uninstalled requests-2.23.0 04:49:08 Running setup.py install for dockerpty: started 04:49:10 Running setup.py install for dockerpty: finished with status 'done' 04:49:10 Running setup.py install for docopt: started 04:49:12 Running setup.py install for docopt: finished with status 'done' 04:49:12 Running setup.py install for texttable: started 04:49:14 Running setup.py install for texttable: finished with status 'done' 04:49:14 Running setup.py install for PyYAML: started 04:49:16 Running setup.py install for PyYAML: finished with status 'done' 04:49:17 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 04:49:21 Removing intermediate container 7376342abb48 04:49:21 ---> be2bc716d3c0 04:49:21 Step 22/26 : RUN apk --no-cache add curl 04:49:21 ---> Running in 8ed046f2ea26 04:49:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:23 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:49:23 (2/3) Installing libcurl (7.69.1-r0) 04:49:23 (3/3) Installing curl (7.69.1-r0) 04:49:23 Executing busybox-1.31.1-r16.trigger 04:49:23 OK: 71 MiB in 58 packages 04:49:24 Removing intermediate container 8ed046f2ea26 04:49:24 ---> 3da48cf8caa9 04:49:24 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:49:24 ---> Running in 89cef8e484ff 04:49:25 Removing intermediate container 89cef8e484ff 04:49:25 ---> a4c08c11d3e4 04:49:25 Step 24/26 : LABEL arch=arm64 04:49:25 ---> Running in e5949a238b97 04:49:25 Removing intermediate container e5949a238b97 04:49:25 ---> 95d9f3b4a0a4 04:49:25 Step 25/26 : LABEL git_sha=a7133deb35f5e19edc30360ad3a4db5ca109280a 04:49:26 ---> Running in a6d3da6c1b28 04:49:26 Removing intermediate container a6d3da6c1b28 04:49:26 ---> 96317fc43a02 04:49:26 Step 26/26 : LABEL version=0.0.0 04:49:26 ---> Running in b094afec3fbb 04:49:27 Removing intermediate container b094afec3fbb 04:49:27 ---> a586df9243c0 04:49:27 04:49:27 Successfully built a586df9243c0 04:49:27 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:49:27  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:49:27 $ docker stop --time=1 9a4a86c668d45ac55c18d120d75035010a7c346c27cc262687918ba9fd6a8dca 04:49:29 $ docker rm -f 9a4a86c668d45ac55c18d120d75035010a7c346c27cc262687918ba9fd6a8dca [Pipeline] // withDockerContainer [Pipeline] sh 04:49:30 + docker images 04:49:30 + grep docker 04:49:30 docker-sys-mgmt-agent-go-arm64 latest a586df9243c0 4 seconds ago 266MB 04:49:30 docker-support-logging-go-arm64 latest 8061f247ae61 About a minute ago 11.4MB 04:49:30 docker-support-scheduler-go-arm64 latest b898459e4642 About a minute ago 12.6MB 04:49:30 docker-core-command-go-arm64 latest a577bd6afa52 About a minute ago 12.4MB 04:49:30 docker-security-secretstore-setup-go-arm64 latest e0fb93d529b6 2 minutes ago 32.6MB 04:49:30 docker-core-data-go-arm64 latest b42dfb3dc0d8 3 minutes ago 22.6MB 04:49:30 docker-core-metadata-go-arm64 latest 8d76bc113c88 4 minutes ago 13.8MB 04:49:30 docker-security-secrets-setup-go-arm64 latest fe786924e2a6 4 minutes ago 24.2MB 04:49:30 docker-support-notifications-go-arm64 latest 558ad54ae7b6 4 minutes ago 13.9MB 04:49:30 docker-security-proxy-setup-go-arm64 latest 5088c037cdd1 4 minutes ago 15.8MB 04:49:30 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 04:49:32 provisioning config files... 04:49:32 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config6035316531382133693tmp [Pipeline] { [Pipeline] sh 04:49:33 + curl -s https://codecov.io/bash 04:49:33 + bash -s - -t @/w/workspace/edgex-go/8@tmp/config6035316531382133693tmp [Pipeline] } 04:49:33 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 04:49:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:49:35 ---> package-listing.sh 04:49:35 ++ facter osfamily 04:49:35 ++ tr '[:upper:]' '[:lower:]' 04:49:35 + OS_FAMILY=redhat 04:49:35 + workspace=/w/workspace/edgex-go/8 04:49:35 + START_PACKAGES=/tmp/packages_start.txt 04:49:35 + END_PACKAGES=/tmp/packages_end.txt 04:49:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:49:35 + PACKAGES=/tmp/packages_start.txt 04:49:35 + '[' /w/workspace/edgex-go/8 ']' 04:49:35 + PACKAGES=/tmp/packages_end.txt 04:49:35 + case "${OS_FAMILY}" in 04:49:35 + rpm -qa 04:49:35 + sort 04:49:40 + '[' -f /tmp/packages_start.txt ']' 04:49:40 + '[' -f /tmp/packages_end.txt ']' 04:49:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:49:40 + '[' /w/workspace/edgex-go/8 ']' 04:49:40 + mkdir -p /w/workspace/edgex-go/8/archives/ 04:49:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] isUnix [Pipeline] sh 04:49:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:49:40 04:49:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:49:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:49:40 alpine: Pulling from edgex-lftools-log-publisher 04:49:40 c9b1b535fdd9: Pulling fs layer 04:49:40 2cc5ad85d9ab: Pulling fs layer 04:49:40 756a868c4378: Pulling fs layer 04:49:40 444b2fc9a129: Pulling fs layer 04:49:40 ea15f1150254: Pulling fs layer 04:49:40 41b27a9f41bf: Pulling fs layer 04:49:40 28c525ee5125: Pulling fs layer 04:49:40 094b1ea09ed8: Pulling fs layer 04:49:40 138eaada9080: Pulling fs layer 04:49:40 0622d0fa9048: Pulling fs layer 04:49:40 28c525ee5125: Waiting 04:49:40 094b1ea09ed8: Waiting 04:49:40 138eaada9080: Waiting 04:49:40 0622d0fa9048: Waiting 04:49:40 ea15f1150254: Waiting 04:49:40 41b27a9f41bf: Waiting 04:49:40 444b2fc9a129: Waiting 04:49:40 2cc5ad85d9ab: Download complete 04:49:40 444b2fc9a129: Verifying Checksum 04:49:40 444b2fc9a129: Download complete 04:49:40 c9b1b535fdd9: Verifying Checksum 04:49:40 c9b1b535fdd9: Download complete 04:49:40 ea15f1150254: Verifying Checksum 04:49:40 ea15f1150254: Download complete 04:49:40 28c525ee5125: Verifying Checksum 04:49:40 28c525ee5125: Download complete 04:49:41 756a868c4378: Verifying Checksum 04:49:41 756a868c4378: Download complete 04:49:41 c9b1b535fdd9: Pull complete 04:49:41 138eaada9080: Verifying Checksum 04:49:41 138eaada9080: Download complete 04:49:41 094b1ea09ed8: Verifying Checksum 04:49:41 094b1ea09ed8: Download complete 04:49:41 0622d0fa9048: Download complete 04:49:41 2cc5ad85d9ab: Pull complete 04:49:41 41b27a9f41bf: Verifying Checksum 04:49:41 41b27a9f41bf: Download complete 04:49:43 756a868c4378: Pull complete 04:49:43 444b2fc9a129: Pull complete 04:49:43 ea15f1150254: Pull complete 04:49:49 41b27a9f41bf: Pull complete 04:49:49 28c525ee5125: Pull complete 04:49:51 094b1ea09ed8: Pull complete 04:49:52 138eaada9080: Pull complete 04:49:52 0622d0fa9048: Pull complete 04:49:52 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:49:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:49:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:49:52 prd-centos7-docker-4c-2g-1382 does not seem to be running inside a container 04:49:52 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:49:57 $ docker top 1f588ede34fb326e4631b2dbcbe458ffeafd930d9ac2d5bbf277cef55bc48d92 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:49:58 provisioning config files... 04:49:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config7843112060900135744tmp [Pipeline] { [Pipeline] echo 04:49:58 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:49:58 ---> create-netrc.sh [Pipeline] echo 04:49:58 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:49:58 ---> logs-deploy.sh 04:49:58 + ARCHIVE_ARTIFACTS= 04:49:58 + LOGS_SERVER=https://logs.edgexfoundry.org 04:49:58 + '[' https://logs.edgexfoundry.org == None ']' 04:49:58 + NEXUS_URL=https://nexus.edgexfoundry.org 04:49:58 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/8 04:49:58 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/8/ 04:49:58 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/8 /w/workspace/edgex-go/8 04:49:59 Archives upload complete. 04:49:59 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/8 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/8/