Pull request #2673 opened 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 adam-intel for edgexfoundry/edgex-go Loading trusted files from base branch master at 3555043a6994042684a9c8b6423498381cadcc6f rather than b4bfd58027c81c708385082aa5fd62a8126638b5 Obtained Jenkinsfile from 3555043a6994042684a9c8b6423498381cadcc6f Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 --version # 'git version 2.16.6' > 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2673/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-409 in /w/workspace/edgexfoundry_edgex-go_PR-2673 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2673/head:refs/remotes/origin/PR-2673 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 3555043a6994042684a9c8b6423498381cadcc6f into PR head commit b4bfd58027c81c708385082aa5fd62a8126638b5 Merge succeeded, producing b4bfd58027c81c708385082aa5fd62a8126638b5 Checking out Revision b4bfd58027c81c708385082aa5fd62a8126638b5 (PR-2673) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2673/head:refs/remotes/origin/PR-2673 # 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/2673/head:refs/remotes/origin/PR-2673 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b4bfd58027c81c708385082aa5fd62a8126638b5 # 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 3555043a6994042684a9c8b6423498381cadcc6f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b4bfd58027c81c708385082aa5fd62a8126638b5 # timeout=10 Commit message: "Adding vault config default env var and allowing setting VAULT_LOCAL_CONFIG" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:30:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:30:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:30:05 ========================================================= 18:30:05 EdgeX Global Pipelines Version Info 18:30:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:30:06 ------------------- 18:30:06 stable info: 18:30:06 ------------------- 18:30:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:30:06 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 18:30:06 Message: update stable to v1.0.106 18:30:07 ------------------- 18:30:07 experimental info: 18:30:07 ------------------- 18:30:07 Commited By: **** collab-it+edgex@linuxfoundation.org 18:30:07 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 18:30:07 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 18:30:09 ++ 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 18:30:09 + for file in '`ls cmd/**/Dockerfile`' 18:30:09 ++ dirname cmd/core-command/Dockerfile 18:30:09 ++ cut -d/ -f2 18:30:09 + echo core-command,cmd/core-command/Dockerfile 18:30:09 + for file in '`ls cmd/**/Dockerfile`' 18:30:09 ++ dirname cmd/core-data/Dockerfile 18:30:09 ++ cut -d/ -f2 18:30:09 + echo core-data,cmd/core-data/Dockerfile 18:30:09 + for file in '`ls cmd/**/Dockerfile`' 18:30:09 ++ dirname cmd/core-metadata/Dockerfile 18:30:09 ++ cut -d/ -f2 18:30:09 + echo core-metadata,cmd/core-metadata/Dockerfile 18:30:09 + for file in '`ls cmd/**/Dockerfile`' 18:30:09 ++ dirname cmd/security-proxy-setup/Dockerfile 18:30:09 ++ cut -d/ -f2 18:30:09 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:30:09 + for file in '`ls cmd/**/Dockerfile`' 18:30:09 ++ dirname cmd/security-secrets-setup/Dockerfile 18:30:09 ++ cut -d/ -f2 18:30:09 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 18:30:09 + for file in '`ls cmd/**/Dockerfile`' 18:30:09 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:30:09 ++ cut -d/ -f2 18:30:09 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:30:09 + for file in '`ls cmd/**/Dockerfile`' 18:30:09 ++ dirname cmd/support-logging/Dockerfile 18:30:09 ++ cut -d/ -f2 18:30:09 + echo support-logging,cmd/support-logging/Dockerfile 18:30:09 + for file in '`ls cmd/**/Dockerfile`' 18:30:09 ++ dirname cmd/support-notifications/Dockerfile 18:30:09 ++ cut -d/ -f2 18:30:09 + echo support-notifications,cmd/support-notifications/Dockerfile 18:30:09 + for file in '`ls cmd/**/Dockerfile`' 18:30:09 ++ dirname cmd/support-scheduler/Dockerfile 18:30:09 ++ cut -d/ -f2 18:30:09 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:30:09 + for file in '`ls cmd/**/Dockerfile`' 18:30:09 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:30:09 ++ cut -d/ -f2 18:30:09 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:30:09 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 18:30:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:30:11 18:30:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:30:11 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:30:11 latest: Pulling from edgex-devops/git-semver 18:30:11 31603596830f: Pulling fs layer 18:30:11 2a8b12db71e7: Pulling fs layer 18:30:11 6ca5941a6612: Pulling fs layer 18:30:11 ecc8261a40a4: Pulling fs layer 18:30:11 ecc8261a40a4: Waiting 18:30:11 2a8b12db71e7: Verifying Checksum 18:30:11 2a8b12db71e7: Download complete 18:30:11 31603596830f: Verifying Checksum 18:30:11 31603596830f: Download complete 18:30:11 ecc8261a40a4: Verifying Checksum 18:30:11 ecc8261a40a4: Download complete 18:30:11 6ca5941a6612: Verifying Checksum 18:30:11 6ca5941a6612: Download complete 18:30:12 31603596830f: Pull complete 18:30:12 2a8b12db71e7: Pull complete 18:30:13 6ca5941a6612: Pull complete 18:30:13 ecc8261a40a4: Pull complete 18:30:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:30:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:30:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:30:13 prd-centos7-docker-4c-2g-409 does not seem to be running inside a container 18:30:13 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:30:15 $ docker top 345a95f09699da58bfd115c28d19d306e71eb276b7d19e0d351783f5a61e4ef8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:30:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:30:15 [ssh-agent] Looking for ssh-agent implementation... 18:30:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:30:16 $ docker exec 345a95f09699da58bfd115c28d19d306e71eb276b7d19e0d351783f5a61e4ef8 ssh-agent 18:30:16 SSH_AUTH_SOCK=/tmp/ssh-uEstcbvV2nNo/agent.11 18:30:16 SSH_AGENT_PID=16 18:30:16 Running ssh-add (command line suppressed) 18:30:16 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8123120803465893051.key (/w/workspace/edgex-go/1@tmp/private_key_8123120803465893051.key) 18:30:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:30:16 + git describe --exact-match --tags HEAD 18:30:16 fatal: No names found, cannot describe anything. [Pipeline] } 18:30:16 $ docker exec --env ******** --env ******** 345a95f09699da58bfd115c28d19d306e71eb276b7d19e0d351783f5a61e4ef8 ssh-agent -k 18:30:17 unset SSH_AUTH_SOCK; 18:30:17 unset SSH_AGENT_PID; 18:30:17 echo Agent pid 16 killed; 18:30:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 18:30:17 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 18:30:17 This usually means this commit has not been tagged. [Pipeline] sshagent 18:30:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:30:17 [ssh-agent] Looking for ssh-agent implementation... 18:30:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:30:17 $ docker exec 345a95f09699da58bfd115c28d19d306e71eb276b7d19e0d351783f5a61e4ef8 ssh-agent 18:30:17 SSH_AUTH_SOCK=/tmp/ssh-SWmGW8Wn4Tif/agent.45 18:30:17 SSH_AGENT_PID=51 18:30:17 Running ssh-add (command line suppressed) 18:30:17 Identity added: /w/workspace/edgex-go/1@tmp/private_key_3004534095873178024.key (/w/workspace/edgex-go/1@tmp/private_key_3004534095873178024.key) 18:30:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:30:18 + git semver init 18:30:18 # -> Open(): unable to determine branch for HEAD 18:30:18 # $GIT_DIR = /w/workspace/edgex-go/1/.git 18:30:18 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 18:30:18 # $SEMVER_REMOTE_NAME = origin 18:30:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:30:18 # $SEMVER_USER_NAME = edgex-jenkins 18:30:18 # $SEMVER_BRANCH = PR-2673 18:30:18 # $SEMVER_TEMP = /tmp/semver-679413356 18:30:18 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:30:36 # '/tmp/semver-679413356' -> '/w/workspace/edgex-go/1/.semver' 18:30:36 # -> Force: false 18:30:36 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 18:30:36 $ docker exec --env ******** --env ******** 345a95f09699da58bfd115c28d19d306e71eb276b7d19e0d351783f5a61e4ef8 ssh-agent -k 18:30:36 unset SSH_AUTH_SOCK; 18:30:36 unset SSH_AGENT_PID; 18:30:36 echo Agent pid 51 killed; 18:30:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:30:37 + git semver [Pipeline] } 18:30:37 $ docker stop --time=1 345a95f09699da58bfd115c28d19d306e71eb276b7d19e0d351783f5a61e4ef8 18:30:39 $ docker rm -f 345a95f09699da58bfd115c28d19d306e71eb276b7d19e0d351783f5a61e4ef8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 18:30:52 Stashed 38 file(s) [Pipeline] echo 18:30:52 [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 18:30:53 ========================================================= 18:30:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 18:30:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:30:53 + 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 . 18:30:56 Sending build context to Docker daemon 323.1MB 18:30:56 Step 1/7 : ARG BASE=golang:1.13-alpine 18:30:56 Step 2/7 : FROM ${BASE} 18:30:56 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 18:30:56 df20fa9351a1: Pulling fs layer 18:30:56 ed8968b2872e: Pulling fs layer 18:30:56 a92cc7c5fd73: Pulling fs layer 18:30:56 2dd03ba5bac4: Pulling fs layer 18:30:56 1e091d79d1de: Pulling fs layer 18:30:56 481702a1767f: Pulling fs layer 18:30:56 f64a6f60c768: Pulling fs layer 18:30:56 e78d2573fc39: Pulling fs layer 18:30:56 e876d2f968b6: Pulling fs layer 18:30:56 ce8a83651883: Pulling fs layer 18:30:56 07967f4d0e4b: Pulling fs layer 18:30:56 f64a6f60c768: Waiting 18:30:56 e78d2573fc39: Waiting 18:30:56 ce8a83651883: Waiting 18:30:56 2dd03ba5bac4: Waiting 18:30:56 07967f4d0e4b: Waiting 18:30:56 1e091d79d1de: Waiting 18:30:56 e876d2f968b6: Waiting 18:30:56 481702a1767f: Waiting 18:30:56 a92cc7c5fd73: Verifying Checksum 18:30:56 a92cc7c5fd73: Download complete 18:30:56 ed8968b2872e: Verifying Checksum 18:30:56 ed8968b2872e: Download complete 18:30:56 1e091d79d1de: Verifying Checksum 18:30:56 1e091d79d1de: Download complete 18:30:56 481702a1767f: Verifying Checksum 18:30:56 481702a1767f: Download complete 18:30:56 df20fa9351a1: Verifying Checksum 18:30:56 df20fa9351a1: Download complete 18:30:57 df20fa9351a1: Pull complete 18:30:57 f64a6f60c768: Verifying Checksum 18:30:57 f64a6f60c768: Download complete 18:30:57 e876d2f968b6: Verifying Checksum 18:30:57 e876d2f968b6: Download complete 18:30:57 2dd03ba5bac4: Verifying Checksum 18:30:57 2dd03ba5bac4: Download complete 18:30:58 ce8a83651883: Verifying Checksum 18:30:58 ce8a83651883: Download complete 18:30:58 e78d2573fc39: Verifying Checksum 18:30:58 e78d2573fc39: Download complete 18:30:58 07967f4d0e4b: Verifying Checksum 18:30:58 07967f4d0e4b: Download complete 18:30:59 ed8968b2872e: Pull complete 18:30:59 a92cc7c5fd73: Pull complete 18:31:04 2dd03ba5bac4: Pull complete 18:31:04 1e091d79d1de: Pull complete 18:31:04 481702a1767f: Pull complete 18:31:07 Still waiting to schedule task 18:31:07 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-406’ 18:31:12 f64a6f60c768: Pull complete 18:31:14 e78d2573fc39: Pull complete 18:31:14 e876d2f968b6: Pull complete 18:31:15 ce8a83651883: Pull complete 18:31:16 07967f4d0e4b: Pull complete 18:31:16 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 18:31:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 18:31:16 ---> 5d7c900382c6 18:31:16 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 18:31:16 ---> Running in 04127f33bdba 18:31:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:31:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:31:18 (1/12) Installing libmagic (5.38-r0) 18:31:18 (2/12) Installing file (5.38-r0) 18:31:19 (3/12) Installing libc-dev (0.7.2-r3) 18:31:19 (4/12) Installing g++ (9.3.0-r2) 18:31:24 (5/12) Installing fortify-headers (1.1-r0) 18:31:24 (6/12) Installing patch (2.7.6-r6) 18:31:24 (7/12) Installing build-base (0.5-r2) 18:31:24 (8/12) Installing libsodium (1.0.18-r0) 18:31:25 (9/12) Installing pkgconf (1.7.2-r0) 18:31:25 (10/12) Installing libsodium-dev (1.0.18-r0) 18:31:25 (11/12) Installing libzmq (4.3.2-r0) 18:31:25 (12/12) Installing zeromq-dev (4.3.2-r0) 18:31:25 Executing busybox-1.31.1-r16.trigger 18:31:25 OK: 233 MiB in 51 packages 18:31:29 Removing intermediate container 04127f33bdba 18:31:29 ---> 1043931b0183 18:31:29 Step 4/7 : WORKDIR /edgex-go 18:31:29 ---> Running in 9c2bdae4ad1f 18:31:29 Removing intermediate container 9c2bdae4ad1f 18:31:29 ---> 438f3d65f57f 18:31:29 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:31:30 latest: Pulling from library/docker 18:31:30 df20fa9351a1: Already exists 18:31:30 25ad7478873d: Pulling fs layer 18:31:30 4684f6177b5d: Pulling fs layer 18:31:30 46e300cec669: Pulling fs layer 18:31:30 63038576ad94: Pulling fs layer 18:31:30 0fdb76c4706c: Pulling fs layer 18:31:30 cb7edeffdfd5: Pulling fs layer 18:31:30 63038576ad94: Waiting 18:31:30 0fdb76c4706c: Waiting 18:31:30 cb7edeffdfd5: Waiting 18:31:30 25ad7478873d: Verifying Checksum 18:31:30 25ad7478873d: Download complete 18:31:30 4684f6177b5d: Verifying Checksum 18:31:30 4684f6177b5d: Download complete 18:31:30 0fdb76c4706c: Verifying Checksum 18:31:30 0fdb76c4706c: Download complete 18:31:30 63038576ad94: Verifying Checksum 18:31:30 63038576ad94: Download complete 18:31:30 25ad7478873d: Pull complete 18:31:30 cb7edeffdfd5: Verifying Checksum 18:31:30 cb7edeffdfd5: Download complete 18:31:30 4684f6177b5d: Pull complete 18:31:31 46e300cec669: Verifying Checksum 18:31:31 46e300cec669: Download complete 18:31:33 46e300cec669: Pull complete 18:31:33 63038576ad94: Pull complete 18:31:33 0fdb76c4706c: Pull complete 18:31:33 cb7edeffdfd5: Pull complete 18:31:33 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 18:31:33 Status: Downloaded newer image for docker:latest 18:31:35 ---> 7fae1c1f7928 18:31:35 Step 6/7 : COPY go.mod . 18:31:35 ---> f7d363c1987f 18:31:35 Step 7/7 : RUN go mod download 18:31:35 ---> Running in eff5672d4fa9 18:31:39 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:31:39 go: finding github.com/BurntSushi/toml v0.3.1 18:31:39 go: finding github.com/OneOfOne/xxhash v1.2.5 18:31:39 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 18:31:39 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:31:39 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 18:31:39 go: finding github.com/bgentry/speakeasy v0.1.0 18:31:39 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 18:31:39 go: finding github.com/cloudflare/gokey v0.1.0 18:31:39 go: finding github.com/davecgh/go-spew v1.1.1 18:31:39 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:31:39 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 18:31:39 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 18:31:39 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 18:31:39 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 18:31:39 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 18:31:39 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 18:31:39 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 18:31:39 go: finding github.com/fatih/color v1.7.0 18:31:39 go: finding github.com/fsnotify/fsnotify v1.4.7 18:31:39 go: finding github.com/fxamacker/cbor/v2 v2.2.0 18:31:39 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 18:31:39 go: finding github.com/go-kit/kit v0.8.0 18:31:39 go: finding github.com/go-logfmt/logfmt v0.4.0 18:31:39 go: finding github.com/go-playground/assert/v2 v2.0.1 18:31:39 go: finding github.com/go-playground/locales v0.13.0 18:31:39 go: finding github.com/go-playground/universal-translator v0.17.0 18:31:39 go: finding github.com/go-playground/validator/v10 v10.3.0 18:31:40 go: finding github.com/go-redis/redis/v7 v7.2.0 18:31:40 go: finding github.com/go-stack/stack v1.8.0 18:31:40 go: finding github.com/golang/protobuf v1.3.2 18:31:40 go: finding github.com/gomodule/redigo v2.0.0+incompatible 18:31:40 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 18:31:40 go: finding github.com/google/uuid v1.1.0 18:31:40 go: finding github.com/gorilla/mux v1.7.1 18:31:40 go: finding github.com/hashicorp/consul/api v1.1.0 18:31:40 go: finding github.com/hashicorp/consul/sdk v0.1.1 18:31:40 go: finding github.com/hashicorp/errwrap v1.0.0 18:31:40 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 18:31:40 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 18:31:40 go: finding github.com/hashicorp/go-msgpack v0.5.3 18:31:40 go: finding github.com/hashicorp/go-multierror v1.0.0 18:31:40 go: finding github.com/hashicorp/go-rootcerts v1.0.0 18:31:40 go: finding github.com/hashicorp/go-sockaddr v1.0.0 18:31:40 go: finding github.com/hashicorp/go-syslog v1.0.0 18:31:40 go: finding github.com/hashicorp/go-uuid v1.0.1 18:31:40 go: finding github.com/hashicorp/go.net v0.0.1 18:31:40 go: finding github.com/hashicorp/golang-lru v0.5.0 18:31:40 go: finding github.com/hashicorp/logutils v1.0.0 18:31:41 go: finding github.com/hashicorp/mdns v1.0.0 18:31:41 go: finding github.com/hashicorp/memberlist v0.1.3 18:31:41 go: finding github.com/hashicorp/serf v0.8.2 18:31:41 go: finding github.com/hpcloud/tail v1.0.0 18:31:41 go: finding github.com/imdario/mergo v0.3.6 18:31:41 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 18:31:41 go: finding github.com/kr/pretty v0.1.0 18:31:41 go: finding github.com/kr/pty v1.1.1 18:31:41 go: finding github.com/kr/text v0.1.0 18:31:41 go: finding github.com/leodido/go-urn v1.2.0 18:31:41 go: finding github.com/mattn/go-colorable v0.0.9 18:31:41 go: finding github.com/mattn/go-isatty v0.0.3 18:31:41 go: finding github.com/miekg/dns v1.0.14 18:31:41 go: finding github.com/mitchellh/cli v1.0.0 18:31:41 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:31:41 go: finding github.com/mitchellh/copystructure v1.0.0 18:31:41 go: finding github.com/mitchellh/go-homedir v1.0.0 18:31:41 go: finding github.com/mitchellh/go-testing-interface v1.0.0 18:31:41 go: finding github.com/mitchellh/gox v0.4.0 18:31:41 go: finding github.com/mitchellh/iochan v1.0.0 18:31:41 go: finding github.com/mitchellh/mapstructure v1.1.2 18:31:41 go: finding github.com/mitchellh/reflectwalk v1.0.0 18:31:41 go: finding github.com/onsi/ginkgo v1.10.1 18:31:42 go: finding github.com/onsi/gomega v1.7.0 18:31:42 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 18:31:42 go: finding github.com/pebbe/zmq4 v1.0.0 18:31:42 go: finding github.com/pelletier/go-toml v1.2.0 18:31:42 go: finding github.com/pkg/errors v0.8.1 18:31:42 go: finding github.com/pmezard/go-difflib v1.0.0 18:31:42 go: finding github.com/posener/complete v1.1.1 18:31:42 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:31:42 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 18:31:42 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 18:31:42 go: finding github.com/stretchr/objx v0.1.0 18:31:42 go: finding github.com/stretchr/testify v1.5.1 18:31:42 go: finding github.com/ugorji/go v1.1.4 18:31:42 go: finding github.com/x448/float16 v0.8.4 18:31:42 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 18:31:42 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:31:42 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 18:31:42 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 18:31:43 go: finding golang.org/x/text v0.3.2 18:31:43 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 18:31:43 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 18:31:43 go: finding gopkg.in/eapache/queue.v1 v1.1.0 18:31:43 go: finding gopkg.in/fsnotify.v1 v1.4.7 18:31:43 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 18:31:43 go: finding gopkg.in/yaml.v2 v2.2.8 18:32:01 Removing intermediate container eff5672d4fa9 18:32:01 ---> 25822bd0f932 18:32:01 Successfully built 25822bd0f932 18:32:01 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 18:32:02 + docker inspect -f . ci-base-image-x86_64 18:32:02 . [Pipeline] withDockerContainer 18:32:02 prd-centos7-docker-4c-2g-409 does not seem to be running inside a container 18:32:02 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:32:03 $ docker top 02e9264d4b563ccaa597832d719c808610946dcf4fb47c3a284894704f177f87 -eo pid,comm [Pipeline] { [Pipeline] sh 18:32:03 + go version 18:32:03 go version go1.13.13 linux/amd64 [Pipeline] echo 18:32:03 ========================================================= 18:32:03 [edgeXBuildGoParallel] Running Tests and Build... 18:32:03 ========================================================= [Pipeline] sh 18:32:04 + make test 18:32:04 GO111MODULE=on go test -coverprofile=coverage.out ./... 18:32:06 ? github.com/edgexfoundry/edgex-go [no test files] 18:32:16 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:32:21 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:32:21 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:32:21 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:32:21 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:32:23 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.016s 18:32:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 18:32:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:32:23 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 18:32:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:32:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:32:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:32:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:32:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:32:28 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.020s coverage: 46.6% of statements 18:32:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:32:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:32:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:32:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:32:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:32:30 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.086s coverage: 27.2% of statements 18:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:32:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements 18:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:32:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.005s coverage: 100.0% of statements 18:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:32:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.016s coverage: 80.0% of statements 18:32:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:32:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:32:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.349s coverage: 92.9% of statements 18:32:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:32:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:32:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:32:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:32:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.099s coverage: 28.6% of statements 18:32:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:32:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:32:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:32:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:32:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:32:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.031s coverage: 100.0% of statements 18:32:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:32:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements 18:32:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:32:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.031s coverage: 89.8% of statements 18:32:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:32:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.021s coverage: 97.5% of statements 18:32:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:32:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.011s coverage: 100.0% of statements 18:32:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:32:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:32:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:32:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:32:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:32:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:32:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:32:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:32:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:32:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:32:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:32:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:32:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 18:32:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 18:32:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:32:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:32:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:32:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:32:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements 18:32:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:32:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 18:32:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 18:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.077s coverage: 63.5% of statements 18:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.023s coverage: 100.0% of statements 18:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.130s coverage: 55.9% of statements 18:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 18:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 18:32:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.001s coverage: 86.3% of statements 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 18:32:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.345s coverage: 72.2% of statements 18:32:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.106s coverage: 72.1% of statements 18:32:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.014s coverage: 82.4% of statements 18:32:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.022s coverage: 48.4% of statements 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 18:32:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.005s coverage: 28.8% of statements 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 18:32:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.034s coverage: 96.8% of statements 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 18:32:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.050s coverage: 26.9% of statements 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:32:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.081s coverage: 84.1% of statements 18:32:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements 18:32:45 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.007s coverage: 42.9% of statements 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 18:32:45 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 18:32:45 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.013s coverage: 83.8% of statements 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 18:32:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.019s coverage: 46.1% of statements 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:32:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.010s coverage: 100.0% of statements 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:32:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.040s coverage: 100.0% of statements 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:32:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.008s coverage: 100.0% of statements 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:32:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.042s coverage: 29.1% of statements 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:32:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.014s coverage: 99.0% of statements 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:32:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.011s coverage: 100.0% of statements 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:32:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:32:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.010s coverage: 100.0% of statements 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:32:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:32:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements 18:32:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:32:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:32:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements 18:32:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 18:32:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 18:32:46 GO111MODULE=on go vet ./... 18:32:53 gofmt -l . 18:32:53 [ "`gofmt -l .`" = "" ] 18:32:53 ./bin/test-go-mod-tidy.sh 18:32:54 ./bin/test-attribution-txt.sh [Pipeline] sh 18:32:55 + ls -al . 18:32:55 total 552 18:32:55 drwxrwxr-x 10 1001 1001 4096 Aug 26 18:32 . 18:32:55 drwxr-xr-x 4 root root 28 Aug 26 18:32 .. 18:32:55 -rw-rw-r-- 1 1001 1001 11 Aug 26 18:29 .dockerignore 18:32:55 drwxrwxr-x 8 1001 1001 179 Aug 26 18:30 .git 18:32:55 drwxrwxr-x 3 1001 1001 60 Aug 26 18:29 .github 18:32:55 -rw-rw-r-- 1 1001 1001 932 Aug 26 18:29 .gitignore 18:32:55 drwx------ 3 1001 1001 47 Aug 26 18:30 .semver 18:32:55 -rw-rw-r-- 1 1001 1001 166 Aug 26 18:29 .sonarcloud.properties 18:32:55 -rw-rw-r-- 1 1001 1001 3804 Aug 26 18:29 CONTRIBUTING.md 18:32:55 -rw-rw-r-- 1 1001 1001 1035 Aug 26 18:29 Dockerfile.build 18:32:55 -rw-rw-r-- 1 1001 1001 865 Aug 26 18:29 Jenkinsfile 18:32:55 -rw-rw-r-- 1 1001 1001 10775 Aug 26 18:29 LICENSE 18:32:55 -rw-rw-r-- 1 1001 1001 6237 Aug 26 18:29 Makefile 18:32:55 -rw-rw-r-- 1 1001 1001 5652 Aug 26 18:29 README.md 18:32:55 -rw-rw-r-- 1 1001 1001 259 Aug 26 18:29 SECURITY.md 18:32:55 -rw-rw-r-- 1 1001 1001 5 Aug 26 18:30 VERSION 18:32:55 -rw-rw-r-- 1 1001 1001 4131 Aug 26 18:29 ZMQWindows.md 18:32:55 drwxrwxr-x 2 1001 1001 117 Aug 26 18:29 bin 18:32:55 drwxrwxr-x 15 1001 1001 4096 Aug 26 18:29 cmd 18:32:55 -rw-r--r-- 1 root root 458659 Aug 26 18:32 coverage.out 18:32:55 -rw-r--r-- 1 root root 1019 Aug 26 18:32 go.mod 18:32:55 -rw-r--r-- 1 root root 19185 Aug 26 18:32 go.sum 18:32:55 drwxrwxr-x 8 1001 1001 127 Aug 26 18:30 internal 18:32:55 drwxrwxr-x 4 1001 1001 26 Aug 26 18:30 openapi 18:32:55 drwxrwxr-x 4 1001 1001 71 Aug 26 18:30 snap 18:32:55 -rw-rw-r-- 1 1001 1001 168 Aug 26 18:30 version.go [Pipeline] sh 18:32:56 + '[' -e coverage.out ] 18:32:56 + chown 1001:1001 coverage.out [Pipeline] stash 18:32:56 Stashed 1 file(s) [Pipeline] sh 18:32:56 + make build 18:32:56 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 18:33:03 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 18:33:05 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 18:33:07 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 18:33:09 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 18:33:11 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 18:33:12 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 18:33:14 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 18:33:16 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 18:33:17 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 18:33:19 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 18:33:20 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 18:33:21 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] } 18:33:22 $ docker stop --time=1 02e9264d4b563ccaa597832d719c808610946dcf4fb47c3a284894704f177f87 18:33:24 $ docker rm -f 02e9264d4b563ccaa597832d719c808610946dcf4fb47c3a284894704f177f87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:33:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:33:27 18:33:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:33:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:33:28 latest: Pulling from edgex-devops/edgex-compose 18:33:28 cbdbe7a5bc2a: Pulling fs layer 18:33:28 ca9280d653b3: Pulling fs layer 18:33:28 7e9c9ca2126c: Pulling fs layer 18:33:28 cbdbe7a5bc2a: Verifying Checksum 18:33:28 cbdbe7a5bc2a: Download complete 18:33:28 ca9280d653b3: Verifying Checksum 18:33:28 ca9280d653b3: Download complete 18:33:28 cbdbe7a5bc2a: Pull complete 18:33:29 7e9c9ca2126c: Download complete 18:33:29 ca9280d653b3: Pull complete 18:33:34 7e9c9ca2126c: Pull complete 18:33:34 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:33:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:33:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:33:35 prd-centos7-docker-4c-2g-409 does not seem to be running inside a container 18:33:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:33:38 $ docker top e33b745add1d78cf2b1afc50e93a5acd4de376bbaca98c08d1db5dd9c93a4fbc -eo pid,comm [Pipeline] { [Pipeline] sh 18:33:38 + docker-compose build --help 18:33:38 + grep parallel 18:33:39 --parallel Build images in parallel. [Pipeline] } 18:33:39 $ docker stop --time=1 e33b745add1d78cf2b1afc50e93a5acd4de376bbaca98c08d1db5dd9c93a4fbc 18:33:41 $ docker rm -f e33b745add1d78cf2b1afc50e93a5acd4de376bbaca98c08d1db5dd9c93a4fbc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:33:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:33:42 . [Pipeline] withDockerContainer 18:33:42 prd-centos7-docker-4c-2g-409 does not seem to be running inside a container 18:33:42 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:33:43 $ docker top 882c497271851a611d5bd862e742b5edcf96be0d3243a91a02d1bae82a523e9c -eo pid,comm [Pipeline] { [Pipeline] sh 18:33:43 + docker-compose -f ./docker-compose-build.yml build --parallel 18:33:44 Building docker-core-command-go ... 18:33:44 Building docker-core-data-go ... 18:33:44 Building docker-core-metadata-go ... 18:33:44 Building docker-security-proxy-setup-go ... 18:33:44 Building docker-security-secrets-setup-go ... 18:33:44 Building docker-security-secretstore-setup-go ... 18:33:44 Building docker-support-logging-go ... 18:33:44 Building docker-support-notifications-go ... 18:33:44 Building docker-support-scheduler-go ... 18:33:44 Building docker-sys-mgmt-agent-go ... 18:33:44 Building docker-support-scheduler-go 18:33:44 Building docker-core-command-go 18:33:44 Building docker-security-proxy-setup-go 18:33:44 Building docker-support-logging-go 18:33:44 Building docker-security-secretstore-setup-go 18:33:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-410 in /w/workspace/edgexfoundry_edgex-go_PR-2673 [Pipeline] { [Pipeline] ws 18:33:49 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 18:33:54 using credential edgex-jenkins-ssh 18:33:54 Cloning the remote Git repository 18:33:54 Cloning with configured refspecs honoured and without tags 18:33:54 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:33:54 > git init /w/workspace/edgex-go/1 # timeout=10 18:33:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:33:54 > git --version # timeout=10 18:33:54 > git --version # 'git version 2.17.1' 18:33:54 using GIT_SSH to set credentials SSH Credentials for GitHub 18:33:55 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2673/head:refs/remotes/origin/PR-2673 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:34:14 Fetching without tags 18:34:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:34:13 > git config --add remote.origin.fetch +refs/pull/2673/head:refs/remotes/origin/PR-2673 # timeout=10 18:34:13 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:34:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:34:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:34:14 using GIT_SSH to set credentials SSH Credentials for GitHub 18:34:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2673/head:refs/remotes/origin/PR-2673 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:34:14 Merging remotes/origin/master commit 3555043a6994042684a9c8b6423498381cadcc6f into PR head commit b4bfd58027c81c708385082aa5fd62a8126638b5 18:34:15 Merge succeeded, producing b4bfd58027c81c708385082aa5fd62a8126638b5 18:34:15 Checking out Revision b4bfd58027c81c708385082aa5fd62a8126638b5 (PR-2673) 18:34:14 > git config core.sparsecheckout # timeout=10 18:34:14 > git checkout -f b4bfd58027c81c708385082aa5fd62a8126638b5 # timeout=10 18:34:14 > git remote # timeout=10 18:34:14 > git config --get remote.origin.url # timeout=10 18:34:14 using GIT_SSH to set credentials SSH Credentials for GitHub 18:34:15 > git merge 3555043a6994042684a9c8b6423498381cadcc6f # timeout=10 18:34:15 > git rev-parse HEAD^{commit} # timeout=10 18:34:15 > git config core.sparsecheckout # timeout=10 18:34:15 > git checkout -f b4bfd58027c81c708385082aa5fd62a8126638b5 # timeout=10 18:34:16 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 18:34:16 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:34:16 ---> 25822bd0f932 18:34:16 Step 3/21 : WORKDIR /edgex-go 18:34:16 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 18:34:16 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:34:16 ---> 25822bd0f932 18:34:16 Step 3/26 : WORKDIR /edgex-go 18:34:16 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 18:34:16 Step 2/20 : FROM ${BUILDER_BASE} AS builder 18:34:16 ---> 25822bd0f932 18:34:16 Step 3/20 : WORKDIR /edgex-go 18:34:16 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 18:34:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:34:16 ---> 25822bd0f932 18:34:16 Step 3/22 : WORKDIR /edgex-go 18:34:16 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 18:34:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:34:16 ---> 25822bd0f932 18:34:16 Step 3/22 : WORKDIR /edgex-go 18:34:16 ---> Running in e16dd8fc92d6 18:34:16 ---> Running in cf1e9d76cca9 18:34:16 ---> Running in 9cc9608dbd9e 18:34:16 ---> Running in 72a8fe7b74f8 18:34:16 ---> Running in 4782147768cf 18:34:16 Removing intermediate container 72a8fe7b74f8 18:34:16 ---> 2e2b3f5d7d0d 18:34:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:16 Removing intermediate container 9cc9608dbd9e 18:34:16 ---> e66f0be6f75b 18:34:16 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:16 Removing intermediate container cf1e9d76cca9 18:34:16 ---> 05a5bcd717ab 18:34:16 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:16 Removing intermediate container e16dd8fc92d6 18:34:16 ---> 213c1076101b 18:34:16 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:16 Removing intermediate container 4782147768cf 18:34:16 ---> 68eccf82f0f3 18:34:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:16 ---> Running in 8645601b3a5e 18:34:16 ---> Running in 915485f781b9 18:34:16 ---> Running in 8ef2d4d1dfbd 18:34:16 ---> Running in 59120abe167f 18:34:16 ---> Running in ad3e1f21561a 18:34:16 Removing intermediate container 915485f781b9 18:34:16 ---> 4236ce558ab0 18:34:16 Step 5/20 : RUN apk update && apk add make git 18:34:16 ---> Running in a6e79277077e 18:34:16 Removing intermediate container 8645601b3a5e 18:34:16 ---> ee330a92f7ea 18:34:16 Step 5/21 : RUN apk update && apk add make git 18:34:16 Removing intermediate container 8ef2d4d1dfbd 18:34:16 ---> 7378e532bb07 18:34:16 Step 5/22 : RUN apk update && apk add make && apk add bash git 18:34:16 ---> Running in df8d2b7da512 18:34:16 ---> Running in 1072f2760342 18:34:16 Removing intermediate container 59120abe167f 18:34:16 ---> b16d3b2bcc92 18:34:16 Step 5/26 : RUN apk update && apk add make git 18:34:16 Removing intermediate container ad3e1f21561a 18:34:16 ---> cc2151e71d41 18:34:16 Step 5/22 : RUN apk update && apk add make git 18:34:16 ---> Running in d00923ff22e0 18:34:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:34:16 ---> Running in 86c5766a5039 18:34:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:34:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:34:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:34:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:34:19 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 18:34:19 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:34:19 OK: 12746 distinct packages available 18:34:19 Commit message: "Adding vault config default env var and allowing setting VAULT_LOCAL_CONFIG" 18:34:19 > git --version # timeout=10 18:34:19 > git --version # 'git version 2.17.1' 18:34:19 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 18:34:19 OK: 233 MiB in 51 packages 18:34:19 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 18:34:19 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:34:19 OK: 12746 distinct packages available [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 18:34:19 Removing intermediate container a6e79277077e 18:34:19 ---> e211be23555a 18:34:19 Step 6/20 : COPY go.mod . 18:34:19 OK: 233 MiB in 51 packages 18:34:19 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 18:34:19 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:34:19 OK: 12746 distinct packages available 18:34:19 ---> 5343681e1cd2 18:34:19 Step 7/20 : RUN go mod download [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 18:34:20 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 18:34:20 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:34:20 OK: 12746 distinct packages available 18:34:20 ---> Running in 41f3b067e141 18:34:20 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 18:34:20 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:34:20 OK: 12746 distinct packages available 18:34:20 OK: 233 MiB in 51 packages 18:34:20 OK: 233 MiB in 51 packages 18:34:20 OK: 233 MiB in 51 packages 18:34:20 Removing intermediate container df8d2b7da512 18:34:20 ---> bbdf93e4bfb1 18:34:20 Step 6/21 : COPY go.mod . 18:34:20 OK: 233 MiB in 51 packages 18:34:21 ---> bb2c67945500 18:34:21 Step 7/21 : RUN go mod download 18:34:21 Removing intermediate container 86c5766a5039 18:34:21 ---> 091075c8f31f 18:34:21 Step 6/22 : COPY go.mod . 18:34:21 ---> Running in 065a88ac55a8 18:34:21 Removing intermediate container d00923ff22e0 18:34:21 ---> 7fe5bb3955da 18:34:21 Step 6/26 : COPY go.mod . 18:34:21 ---> 3fb07fc88c94 18:34:21 Step 7/22 : RUN go mod download 18:34:21 Removing intermediate container 1072f2760342 18:34:21 ---> 28194e24e17b 18:34:21 Step 6/22 : COPY go.mod . 18:34:21 ---> 831808510eea 18:34:21 Step 7/26 : RUN go mod download 18:34:21 ---> Running in a9f963b392c4 18:34:21 ---> Running in 2ddd2c7b8c23 18:34:22 ---> 65ae82b90317 18:34:22 Step 7/22 : RUN go mod download 18:34:22 ---> Running in 08d17ee61011 18:34:22 Removing intermediate container 41f3b067e141 18:34:22 ---> a9b65c068df4 18:34:22 Step 8/20 : COPY . . 18:34:22 Removing intermediate container 065a88ac55a8 18:34:22 ---> 501b367acdc2 18:34:22 Step 8/21 : COPY . . 18:34:28 Removing intermediate container a9f963b392c4 18:34:28 ---> 46f4c6e8d8db 18:34:28 Step 8/22 : COPY . . [Pipeline] echo 18:34:31 ========================================================= 18:34:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 18:34:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:34:32 + 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 . 18:34:36 Sending build context to Docker daemon 323.1MB 18:34:36 Step 1/7 : ARG BASE=golang:1.13-alpine 18:34:36 Step 2/7 : FROM ${BASE} 18:34:36 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:34:36 b538f80385f9: Pulling fs layer 18:34:36 74f711af9a0d: Pulling fs layer 18:34:36 99f96fe45779: Pulling fs layer 18:34:36 fd7a069fd194: Pulling fs layer 18:34:36 66aa3694b03b: Pulling fs layer 18:34:36 170f70906a0f: Pulling fs layer 18:34:36 ad7c5574e4b9: Pulling fs layer 18:34:36 e772456be8f7: Pulling fs layer 18:34:36 c890913d741a: Pulling fs layer 18:34:36 2480fcc9aa5a: Pulling fs layer 18:34:36 09adf4765672: Pulling fs layer 18:34:36 170f70906a0f: Waiting 18:34:36 ad7c5574e4b9: Waiting 18:34:36 c890913d741a: Waiting 18:34:36 09adf4765672: Waiting 18:34:36 2480fcc9aa5a: Waiting 18:34:36 fd7a069fd194: Waiting 18:34:36 66aa3694b03b: Waiting 18:34:36 99f96fe45779: Download complete 18:34:36 74f711af9a0d: Download complete 18:34:36 66aa3694b03b: Verifying Checksum 18:34:36 66aa3694b03b: Download complete 18:34:36 170f70906a0f: Download complete 18:34:36 b538f80385f9: Verifying Checksum 18:34:36 b538f80385f9: Download complete 18:34:36 Removing intermediate container 2ddd2c7b8c23 18:34:36 ---> 05c9ce79f1b2 18:34:36 Step 8/26 : COPY . . 18:34:37 b538f80385f9: Pull complete 18:34:38 74f711af9a0d: Pull complete 18:34:38 99f96fe45779: Pull complete 18:34:39 Removing intermediate container 08d17ee61011 18:34:39 ---> 5e29118459f3 18:34:39 Step 8/22 : COPY . . 18:34:40 ad7c5574e4b9: Verifying Checksum 18:34:40 ad7c5574e4b9: Download complete 18:34:40 c890913d741a: Download complete 18:34:41 e772456be8f7: Verifying Checksum 18:34:41 e772456be8f7: Download complete 18:34:41 09adf4765672: Verifying Checksum 18:34:41 09adf4765672: Download complete 18:34:42 2480fcc9aa5a: Verifying Checksum 18:34:42 2480fcc9aa5a: Download complete 18:34:42 fd7a069fd194: Download complete 18:34:54 fd7a069fd194: Pull complete 18:34:54 66aa3694b03b: Pull complete 18:34:54 170f70906a0f: Pull complete 18:34:57 ---> 1dc769cd0c8d 18:34:57 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 18:34:57 ---> 912e7d86081f 18:34:57 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 18:34:58 ad7c5574e4b9: Pull complete 18:35:00 ---> Running in 938818f85213 18:35:00 ---> Running in 10a175180c5f 18:35:02 e772456be8f7: Pull complete 18:35:02 c890913d741a: Pull complete 18:35:02 ---> 2600fc8a1035 18:35:02 Step 9/22 : RUN make cmd/core-command/core-command 18:35:03 ---> Running in 75f8d8254e44 18:35:04 2480fcc9aa5a: Pull complete 18:35:04 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 18:35:04 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 18:35: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 18:35:04 09adf4765672: Pull complete 18:35:04 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 18:35:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 18:35:04 ---> 2248a725d1cf 18:35:04 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 18:35:05 ---> 5543f513e94b 18:35:05 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 18:35:06 ---> 12f8f14ce870 18:35:06 Step 9/22 : RUN make cmd/support-logging/support-logging 18:35:06 ---> Running in 8c0ed65ef636 18:35:06 ---> Running in 206eb60af708 18:35:06 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 18:35:06 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 18:35:11 ---> Running in 2a22c7c76dff 18:35:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:35:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:35:15 (1/12) Installing libmagic (5.38-r0) 18:35:16 (2/12) Installing file (5.38-r0) 18:35:16 (3/12) Installing libc-dev (0.7.2-r3) 18:35:16 (4/12) Installing g++ (9.3.0-r2) 18:35:31 (5/12) Installing fortify-headers (1.1-r0) 18:35:31 (6/12) Installing patch (2.7.6-r6) 18:35:31 (7/12) Installing build-base (0.5-r2) 18:35:31 (8/12) Installing libsodium (1.0.18-r0) 18:35:31 (9/12) Installing pkgconf (1.7.2-r0) 18:35:31 (10/12) Installing libsodium-dev (1.0.18-r0) 18:35:31 (11/12) Installing libzmq (4.3.2-r0) 18:35:31 (12/12) Installing zeromq-dev (4.3.2-r0) 18:35:31 Executing busybox-1.31.1-r16.trigger 18:35:31 OK: 217 MiB in 51 packages 18:35:33 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 18:35:33 Removing intermediate container 10a175180c5f 18:35:33 ---> 9897fa02675a 18:35:33 18:35:33 Step 10/20 : FROM alpine 18:35:33 latest: Pulling from library/alpine 18:35:33 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 18:35:33 Status: Downloaded newer image for alpine:latest 18:35:33 ---> a24bb4013296 18:35:33 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 18:35:33 ---> Running in b05fa961eafd 18:35:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:35:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:35:35 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 18:35:35 v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 18:35:35 v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 18:35:35 OK: 12746 distinct packages available 18:35:36 (1/4) Installing ca-certificates (20191127-r4) 18:35:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:35:36 (3/4) Installing libcurl (7.69.1-r0) 18:35:36 (4/4) Installing curl (7.69.1-r0) 18:35:36 Executing busybox-1.31.1-r16.trigger 18:35:36 Executing ca-certificates-20191127-r4.trigger 18:35:36 OK: 7 MiB in 18 packages 18:35:36 Removing intermediate container 2a22c7c76dff 18:35:36 ---> c0d10c045738 18:35:36 Step 4/7 : WORKDIR /edgex-go 18:35:36 ---> Running in 59fe4ac334b4 18:35:36 Removing intermediate container 59fe4ac334b4 18:35:36 ---> 5b81ebd170b6 18:35:36 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:35:36 latest: Pulling from library/docker 18:35:36 b538f80385f9: Already exists 18:35:36 259a493cd78d: Pulling fs layer 18:35:36 b8e66b5100f5: Pulling fs layer 18:35:36 39dc9c94d07c: Pulling fs layer 18:35:36 551b823b3b82: Pulling fs layer 18:35:36 3c52a74df98c: Pulling fs layer 18:35:36 6c9b121b6998: Pulling fs layer 18:35:36 551b823b3b82: Waiting 18:35:36 3c52a74df98c: Waiting 18:35:36 6c9b121b6998: Waiting 18:35:36 b8e66b5100f5: Download complete 18:35:37 259a493cd78d: Verifying Checksum 18:35:37 259a493cd78d: Download complete 18:35:37 3c52a74df98c: Verifying Checksum 18:35:37 3c52a74df98c: Download complete 18:35:37 551b823b3b82: Verifying Checksum 18:35:37 551b823b3b82: Download complete 18:35:37 6c9b121b6998: Verifying Checksum 18:35:37 6c9b121b6998: Download complete 18:35:37 259a493cd78d: Pull complete 18:35:38 b8e66b5100f5: Pull complete 18:35:38 39dc9c94d07c: Verifying Checksum 18:35:38 39dc9c94d07c: Download complete 18:35:40 Removing intermediate container 206eb60af708 18:35:40 ---> 314c79438a85 18:35:40 18:35:40 Step 10/22 : FROM scratch 18:35:40 ---> 18:35:40 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:35:40 Removing intermediate container 75f8d8254e44 18:35:40 ---> 4cc48d6c9b75 18:35:40 18:35:40 Step 10/22 : FROM scratch 18:35:40 ---> 18:35:40 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:35:41 39dc9c94d07c: Pull complete 18:35:41 ---> Running in fa09430c7d41 18:35:41 551b823b3b82: Pull complete 18:35:42 3c52a74df98c: Pull complete 18:35:42 6c9b121b6998: Pull complete 18:35:42 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 18:35:42 Status: Downloaded newer image for docker:latest 18:35:43 Removing intermediate container b05fa961eafd 18:35:43 ---> a2b8c6efde3f 18:35:43 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:35:44 ---> Running in e4fc341877f2 18:35:44 Removing intermediate container fa09430c7d41 18:35:44 ---> e05b6a772848 18:35:44 Step 12/22 : ENV APP_PORT=48061 18:35:44 ---> Running in d9de7e3b41c2 18:35:45 Removing intermediate container 938818f85213 18:35:45 ---> dcdaf4c5488d 18:35:45 18:35:45 Step 10/21 : FROM scratch 18:35:45 ---> 18:35:45 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:35:45 ---> Using cache 18:35:45 ---> 6dc7e362f989 18:35:45 Step 12/21 : ENV APP_PORT=48085 18:35:45 ---> Running in 91b06ac49f47 18:35:45 Removing intermediate container 8c0ed65ef636 18:35:45 ---> d287bb5b5e08 18:35:45 18:35:45 Step 10/26 : FROM alpine:3.10 18:35:45 Removing intermediate container e4fc341877f2 18:35:45 ---> 6dc7e362f989 18:35:45 Step 12/22 : ENV APP_PORT=48082 18:35:45 ---> Running in afb2c4d09ad7 18:35:45 ---> Running in ab444d8779e5 18:35:45 Removing intermediate container d9de7e3b41c2 18:35:45 ---> db98375f7edc 18:35:45 Step 13/20 : WORKDIR /edgex 18:35:45 Removing intermediate container 91b06ac49f47 18:35:45 ---> e196f9205b5a 18:35:45 Step 13/22 : EXPOSE $APP_PORT 18:35:45 ---> Running in a79886fdcf10 18:35:45 ---> Running in e201c0f35903 18:35:45 3.10: Pulling from library/alpine 18:35:45 Removing intermediate container afb2c4d09ad7 18:35:45 ---> 019cce5646f2 18:35:45 Step 13/22 : EXPOSE $APP_PORT 18:35:45 Removing intermediate container ab444d8779e5 18:35:45 ---> 11faf9890c24 18:35:45 Step 13/21 : EXPOSE $APP_PORT 18:35:45 ---> Running in 42ff62ae6763 18:35:45 ---> Running in 6117dac66999 18:35:45 Removing intermediate container e201c0f35903 18:35:45 ---> b3400683ed62 18:35:45 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 18:35:45 Removing intermediate container a79886fdcf10 18:35:45 ---> 1b2afe69f6b3 18:35:45 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:35:46 Removing intermediate container 6117dac66999 18:35:46 ---> bebe357d5184 18:35:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 18:35:46 Removing intermediate container 42ff62ae6763 18:35:46 ---> d97dde3553dc 18:35:46 Step 14/22 : WORKDIR / 18:35:46 ---> Running in 020e41f850d5 18:35:46 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 18:35:46 ---> efbbc9fb70eb 18:35:46 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 18:35:46 ---> 910bff0a532d 18:35:46 Step 6/7 : COPY go.mod . 18:35:46 ---> c1838d2b9ae0 18:35:46 Step 7/7 : RUN go mod download 18:35:46 Status: Downloaded newer image for alpine:3.10 18:35:46 ---> be4e4bea2c2e 18:35:46 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 18:35:46 ---> 8a93a4077e59 18:35:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:35:46 ---> eec265271772 18:35:46 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:35:46 ---> Running in b27582631f42 18:35:46 ---> Running in 84ac7ca1684d 18:35:47 Removing intermediate container 020e41f850d5 18:35:47 ---> 043eb2c26238 18:35:47 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 18:35:47 ---> 5848abcbde23 18:35:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 18:35:47 ---> 156bc975d3ce 18:35:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:35:47 ---> 9bf3771ea6b9 18:35:47 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:35:47 ---> bd55142d87a3 18:35:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:35:47 ---> Running in 9c10532ddd89 18:35:47 ---> e4b5fee0c5d7 18:35:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 18:35:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 18:35:47 Removing intermediate container 9c10532ddd89 18:35:47 ---> 682113202556 18:35:47 Step 17/20 : CMD ["--init=true"] 18:35:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 18:35:48 v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 18:35:48 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 18:35:48 OK: 10346 distinct packages available 18:35:48 (1/5) Installing ca-certificates (20191127-r2) 18:35:48 (2/5) Installing nghttp2-libs (1.39.2-r1) 18:35:48 (3/5) Installing libcurl (7.66.0-r0) 18:35:48 (4/5) Installing curl (7.66.0-r0) 18:35:48 (5/5) Installing dumb-init (1.2.2-r1) 18:35:48 Executing busybox-1.30.1-r3.trigger 18:35:48 Executing ca-certificates-20191127-r2.trigger 18:35:48 OK: 7 MiB in 19 packages 18:35:49 ---> 21f974f51dd9 18:35:49 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 18:35:49 ---> Running in abf8ae41bc31 18:35:49 ---> e048c801cd9e 18:35:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:35:49 ---> 9b956960555c 18:35:49 Step 18/22 : ENTRYPOINT ["/support-logging"] 18:35:49 ---> Running in 17a440321670 18:35:49 ---> Running in 2ff047341760 18:35:49 Removing intermediate container abf8ae41bc31 18:35:49 ---> 9e557214f412 18:35:49 Step 18/20 : LABEL arch=x86_64 18:35:50 ---> Running in 442105de7822 18:35:50 Removing intermediate container 17a440321670 18:35:50 ---> 62c6db11ec7d 18:35:50 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:35:50 ---> 729897d38d38 18:35:50 Step 18/22 : ENTRYPOINT ["/core-command"] 18:35:50 Removing intermediate container 2ff047341760 18:35:50 ---> ae64a612d509 18:35:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:35:50 Removing intermediate container b27582631f42 18:35:50 ---> bb8f6e39da70 18:35:50 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:35:50 ---> Running in a3175374ca01 18:35:50 ---> Running in 1341479d5e98 18:35:50 ---> Running in e2f5df6f7575 18:35:50 ---> Running in 772b3a628e6a 18:35:50 Removing intermediate container 442105de7822 18:35:50 ---> b1089bdc12fa 18:35:50 Step 19/20 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 18:35:50 Removing intermediate container a3175374ca01 18:35:50 ---> 63ac3d6278d7 18:35:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:35:51 ---> Running in b5b842f4bf14 18:35:51 Removing intermediate container 1341479d5e98 18:35:51 ---> 63556c61b246 18:35:51 Step 19/21 : LABEL arch=x86_64 18:35:51 ---> Running in e687aa018706 18:35:51 Removing intermediate container e2f5df6f7575 18:35:51 ---> 342038ec8306 18:35:51 Step 20/22 : LABEL arch=x86_64 18:35:51 Removing intermediate container 772b3a628e6a 18:35:51 ---> 773fe6f70df7 18:35:51 Step 13/26 : WORKDIR / 18:35:51 ---> Running in 405f36400c1d 18:35:51 ---> Running in 8f7e9c488ff3 18:35:51 ---> Running in ff3368f4ce2a 18:35:51 Removing intermediate container b5b842f4bf14 18:35:51 ---> 1344631b7130 18:35:51 Step 20/20 : LABEL version=0.0.0 18:35:51 Removing intermediate container e687aa018706 18:35:51 ---> 5cedc259f656 18:35:51 Step 20/22 : LABEL arch=x86_64 18:35:51 Removing intermediate container 405f36400c1d 18:35:51 ---> 437f09948ed6 18:35:51 Step 20/21 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 18:35:51 ---> Running in 877e28ca48e3 18:35:51 ---> Running in 30fb26f2e174 18:35:51 ---> Running in fcf29fe4868e 18:35:52 Removing intermediate container 8f7e9c488ff3 18:35:52 ---> 4a0b61385959 18:35:52 Step 21/22 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 18:35:52 Removing intermediate container ff3368f4ce2a 18:35:52 ---> a3ce44e7964a 18:35:52 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:35:52 ---> Running in 81349a9d1fd6 18:35:52 Removing intermediate container 877e28ca48e3 18:35:52 ---> 48d3f0d17f25 18:35:52 18:35:52 Removing intermediate container 30fb26f2e174 18:35:52 ---> eb6c63742718 18:35:52 Step 21/22 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 18:35:52 Successfully built 48d3f0d17f25 18:35:52 Removing intermediate container fcf29fe4868e 18:35:52 ---> 482e157cc0e8 18:35:52 Step 21/21 : LABEL version=0.0.0 18:35:52 Successfully tagged docker-security-proxy-setup-go:latest 18:35:52  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 18:35:52 ---> b2aa9b330050 18:35:52 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:35:52 ---> Running in 180c14ca4690 18:35:52 ---> Running in 40340f8a3b8f 18:35:52 Removing intermediate container 81349a9d1fd6 18:35:52 ---> b5f77dbd26b9 18:35:52 Step 22/22 : LABEL version=0.0.0 18:35:52 ---> Running in 02182f7e8aa7 18:35:53 ---> 40d2ef833112 18:35:53 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:35:53 Removing intermediate container 180c14ca4690 18:35:53 ---> 2928e8e7b6bb 18:35:53 Step 22/22 : LABEL version=0.0.0 18:35:53 Removing intermediate container 40340f8a3b8f 18:35:53 ---> cd6a763ff37a 18:35:53 18:35:53 ---> Running in f6a134f52f33 18:35:53 Removing intermediate container 02182f7e8aa7 18:35:53 ---> c56c940db624 18:35:53 18:35:53 Successfully built cd6a763ff37a 18:35:53 Successfully built c56c940db624 18:35:53 Successfully tagged docker-support-scheduler-go:latest 18:35:53  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 18:35:53 Successfully tagged docker-support-logging-go:latest 18:35:53  Building docker-support-logging-go ... done Building docker-support-notifications-go 18:35:54 ---> cdd9657deb34 18:35:54 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 18:35:55 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:35:55 go: finding github.com/BurntSushi/toml v0.3.1 18:35:55 go: finding github.com/OneOfOne/xxhash v1.2.5 18:35:55 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 18:35:55 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:35:55 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 18:35:55 go: finding github.com/bgentry/speakeasy v0.1.0 18:35:55 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 18:35:55 go: finding github.com/cloudflare/gokey v0.1.0 18:35:55 go: finding github.com/davecgh/go-spew v1.1.1 18:35:55 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:35:55 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 18:35:55 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 18:35:55 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 18:35:55 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 18:35:56 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 18:35:56 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 18:35:56 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 18:35:56 go: finding github.com/fatih/color v1.7.0 18:35:56 go: finding github.com/fsnotify/fsnotify v1.4.7 18:35:56 go: finding github.com/fxamacker/cbor/v2 v2.2.0 18:35:56 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 18:35:56 go: finding github.com/go-kit/kit v0.8.0 18:35:56 go: finding github.com/go-logfmt/logfmt v0.4.0 18:35:56 go: finding github.com/go-playground/assert/v2 v2.0.1 18:35:56 go: finding github.com/go-playground/locales v0.13.0 18:35:56 go: finding github.com/go-playground/universal-translator v0.17.0 18:35:56 go: finding github.com/go-playground/validator/v10 v10.3.0 18:35:56 go: finding github.com/go-redis/redis/v7 v7.2.0 18:35:56 go: finding github.com/go-stack/stack v1.8.0 18:35:56 go: finding github.com/golang/protobuf v1.3.2 18:35:56 go: finding github.com/gomodule/redigo v2.0.0+incompatible 18:35:56 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 18:35:56 go: finding github.com/google/uuid v1.1.0 18:35:56 go: finding github.com/gorilla/mux v1.7.1 18:35:57 go: finding github.com/hashicorp/consul/api v1.1.0 18:35:57 go: finding github.com/hashicorp/consul/sdk v0.1.1 18:35:57 go: finding github.com/hashicorp/errwrap v1.0.0 18:35:57 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 18:35:57 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 18:35:57 go: finding github.com/hashicorp/go-msgpack v0.5.3 18:35:57 go: finding github.com/hashicorp/go-multierror v1.0.0 18:35:57 go: finding github.com/hashicorp/go-rootcerts v1.0.0 18:35:57 go: finding github.com/hashicorp/go-sockaddr v1.0.0 18:35:57 go: finding github.com/hashicorp/go-syslog v1.0.0 18:35:57 go: finding github.com/hashicorp/go-uuid v1.0.1 18:35:57 go: finding github.com/hashicorp/go.net v0.0.1 18:35:57 go: finding github.com/hashicorp/golang-lru v0.5.0 18:35:57 go: finding github.com/hashicorp/logutils v1.0.0 18:35:57 go: finding github.com/hashicorp/mdns v1.0.0 18:35:57 go: finding github.com/hashicorp/memberlist v0.1.3 18:35:57 go: finding github.com/hashicorp/serf v0.8.2 18:35:57 go: finding github.com/hpcloud/tail v1.0.0 18:35:57 go: finding github.com/imdario/mergo v0.3.6 18:35:57 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 18:35:57 Removing intermediate container f6a134f52f33 18:35:57 ---> 3725ac1ced28 18:35:57 18:35:57 go: finding github.com/kr/pretty v0.1.0 18:35:57 go: finding github.com/kr/pty v1.1.1 18:35:57 go: finding github.com/kr/text v0.1.0 18:35:57 go: finding github.com/leodido/go-urn v1.2.0 18:35:57 go: finding github.com/mattn/go-colorable v0.0.9 18:35:57 go: finding github.com/mattn/go-isatty v0.0.3 18:35:57 go: finding github.com/miekg/dns v1.0.14 18:35:58 go: finding github.com/mitchellh/cli v1.0.0 18:35:58 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:35:58 go: finding github.com/mitchellh/copystructure v1.0.0 18:35:58 go: finding github.com/mitchellh/go-homedir v1.0.0 18:35:58 go: finding github.com/mitchellh/go-testing-interface v1.0.0 18:35:58 go: finding github.com/mitchellh/gox v0.4.0 18:35:58 Successfully built 3725ac1ced28 18:35:58 go: finding github.com/mitchellh/iochan v1.0.0 18:35:58 go: finding github.com/mitchellh/mapstructure v1.1.2 18:35:58 go: finding github.com/mitchellh/reflectwalk v1.0.0 18:35:58 go: finding github.com/onsi/ginkgo v1.10.1 18:35:58 go: finding github.com/onsi/gomega v1.7.0 18:35:58 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 18:35:58 go: finding github.com/pebbe/zmq4 v1.0.0 18:35:58 go: finding github.com/pelletier/go-toml v1.2.0 18:35:58 go: finding github.com/pkg/errors v0.8.1 18:35:58 go: finding github.com/pmezard/go-difflib v1.0.0 18:35:58 go: finding github.com/posener/complete v1.1.1 18:35:58 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:35:58 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 18:35:59 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 18:35:59 go: finding github.com/stretchr/objx v0.1.0 18:35:59 go: finding github.com/stretchr/testify v1.5.1 18:35:59 go: finding github.com/ugorji/go v1.1.4 18:35:59 go: finding github.com/x448/float16 v0.8.4 18:35:59 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 18:35:59 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:35:59 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 18:35:59 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 18:35:59 go: finding golang.org/x/text v0.3.2 18:35:59 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 18:35:59 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 18:35:59 go: finding gopkg.in/eapache/queue.v1 v1.1.0 18:35:59 go: finding gopkg.in/fsnotify.v1 v1.4.7 18:35:59 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 18:35:59 go: finding gopkg.in/yaml.v2 v2.2.8 18:36:00 Successfully tagged docker-core-command-go:latest 18:36:00 Building docker-security-secrets-setup-go 18:36:01  Building docker-core-command-go ... done  ---> a5b83d7aa6e3 18:36:01 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:36:01 ---> 9e5a29f99043 18:36:01 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:36:12 ---> 32539fd2750e 18:36:12 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 18:36:13 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 18:36:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:36:13 ---> 25822bd0f932 18:36:13 Step 3/22 : WORKDIR /edgex-go 18:36:13 ---> Using cache 18:36:13 ---> 68eccf82f0f3 18:36:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:13 ---> Using cache 18:36:13 ---> cc2151e71d41 18:36:13 Step 5/22 : RUN apk update && apk add make git 18:36:13 ---> Using cache 18:36:13 ---> 091075c8f31f 18:36:13 Step 6/22 : COPY go.mod . 18:36:13 ---> Using cache 18:36:13 ---> 3fb07fc88c94 18:36:13 Step 7/22 : RUN go mod download 18:36:13 ---> Using cache 18:36:13 ---> 46f4c6e8d8db 18:36:13 Step 8/22 : COPY . . 18:36:13 ---> Using cache 18:36:13 ---> 2600fc8a1035 18:36:13 Step 9/22 : RUN make cmd/core-metadata/core-metadata 18:36:13 Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 18:36:13 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:36:13 ---> 25822bd0f932 18:36:13 Step 3/27 : WORKDIR /edgex-go 18:36:13 ---> Using cache 18:36:13 ---> 68eccf82f0f3 18:36:13 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:13 ---> Using cache 18:36:13 ---> cc2151e71d41 18:36:13 Step 5/27 : RUN apk update && apk add make bash git 18:36:13 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 18:36:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:36:13 ---> 25822bd0f932 18:36:13 Step 3/24 : WORKDIR /edgex-go 18:36:13 ---> Using cache 18:36:13 ---> 68eccf82f0f3 18:36:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:13 ---> Using cache 18:36:13 ---> cc2151e71d41 18:36:13 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 18:36:15 ---> 54070a70aa0f 18:36:15 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:36:16 ---> Running in 5a7431966c38 18:36:16 ---> Running in cf4c01790dde 18:36:16 ---> Running in 10c136c9cdea 18:36:17 ---> 586c60c5dd48 18:36:17 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:36:17 ---> Running in f6e000c62533 18:36:19 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 18:36:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:36:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:36:19 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 18:36:19 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 18:36:19 ---> 25822bd0f932 18:36:19 Step 3/29 : WORKDIR /edgex-go 18:36:19 ---> Using cache 18:36:19 ---> 68eccf82f0f3 18:36:19 Step 4/29 : RUN apk update && apk add make git 18:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:36:20 ---> Running in 6e7ab53df3c2 18:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:36:20 Removing intermediate container f6e000c62533 18:36:20 ---> 1a7ee62844f1 18:36:20 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 18:36:20 ---> Running in bfc835c77a28 18:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:36:20 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 18:36:20 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:36:20 OK: 12746 distinct packages available 18:36:20 Removing intermediate container bfc835c77a28 18:36:20 ---> 7c6eecc0b139 18:36:20 Step 24/26 : LABEL arch=x86_64 18:36:21 ---> Running in d4f81336c7b2 18:36:21 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 18:36:21 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:36:21 OK: 12746 distinct packages available 18:36:21 OK: 233 MiB in 51 packages 18:36:21 Removing intermediate container d4f81336c7b2 18:36:21 ---> a9e4beca387f 18:36:21 Step 25/26 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 18:36:21 ---> Running in 321dc058b08c 18:36:21 OK: 233 MiB in 51 packages 18:36:21 Removing intermediate container 321dc058b08c 18:36:21 ---> 08942e574b98 18:36:21 Step 26/26 : LABEL version=0.0.0 18:36:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:36:22 ---> Running in cb3f08f215d7 18:36:22 Removing intermediate container 84ac7ca1684d 18:36:22 ---> 85fa614693a9 18:36:22 Successfully built 85fa614693a9 18:36:22 Successfully tagged ci-base-image-arm64:latest 18:36:22 Removing intermediate container cb3f08f215d7 18:36:22 ---> 107192725e14 18:36:22 18:36:22 Removing intermediate container cf4c01790dde 18:36:22 ---> 722cd6c601b2 18:36:22 Step 6/27 : COPY go.mod . [Pipeline] } [Pipeline] // script [Pipeline] } 18:36:22 Successfully built 107192725e14 18:36:22 Successfully tagged docker-security-secretstore-setup-go:latest 18:36:22 Removing intermediate container 5a7431966c38 18:36:22 ---> e880cd298467 18:36:22 Step 6/24 : COPY go.mod . 18:36:22  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix 18:36:23 ---> 8a0d9581dda5 18:36:23 Step 7/27 : RUN go mod download 18:36:23 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 18:36:23 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:36:23 OK: 12746 distinct packages available 18:36:23 ---> Running in 1985dbe43502 18:36:23 ---> 46b7d8bc3533 18:36:23 Step 7/24 : RUN go mod download [Pipeline] sh 18:36:23 OK: 233 MiB in 51 packages 18:36:23 ---> Running in be87803953a8 18:36:23 + docker inspect -f . ci-base-image-arm64 18:36:23 . [Pipeline] withDockerContainer 18:36:23 prd-ubuntu18.04-docker-arm64-4c-16g-410 does not seem to be running inside a container 18:36:23 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:36:25 $ docker top 7375a655f23275e018988175e2254177120c23fde0ffca14da7c3bbd50355f69 -eo pid,comm [Pipeline] { [Pipeline] sh 18:36:26 + go version 18:36:26 go version go1.13.13 linux/arm64 [Pipeline] echo 18:36:26 ========================================================= 18:36:26 [edgeXBuildGoParallel] Running Tests and Build... 18:36:26 ========================================================= [Pipeline] sh 18:36:27 + make test 18:36:27 GO111MODULE=on go test -coverprofile=coverage.out ./... 18:36:27 Removing intermediate container 6e7ab53df3c2 18:36:27 ---> 2f30f2835655 18:36:27 Step 5/29 : COPY go.mod . 18:36:27 ---> 483aafd95402 18:36:27 Step 6/29 : RUN go mod download 18:36:27 Removing intermediate container 1985dbe43502 18:36:27 ---> 32049ca1f37c 18:36:27 Step 8/27 : COPY . . 18:36:27 ---> Running in c63e8459619f 18:36:29 Removing intermediate container be87803953a8 18:36:29 ---> efd3bbdef227 18:36:29 Step 8/24 : COPY . . 18:36:30 ? github.com/edgexfoundry/edgex-go [no test files] 18:36:41 Removing intermediate container c63e8459619f 18:36:41 ---> a1366c2c6391 18:36:41 Step 7/29 : COPY . . 18:36:48 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 18:36:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:36:48 ---> 25822bd0f932 18:36:48 Step 3/23 : WORKDIR /edgex-go 18:36:48 ---> Using cache 18:36:48 ---> 68eccf82f0f3 18:36:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:48 ---> Using cache 18:36:48 ---> cc2151e71d41 18:36:48 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 18:36:50 ---> Running in dd78d9048664 18:36:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:36:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:36:55 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 18:36:55 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:36:55 OK: 12746 distinct packages available 18:36:55 OK: 233 MiB in 51 packages 18:36:58 ---> 5cc572af3d34 18:36:58 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:36:58 ---> 53a3b9eb77a9 18:36:58 Step 9/24 : RUN make cmd/support-notifications/support-notifications 18:36:58 ---> Running in b36a58847f64 18:36:59 ---> Running in b5ce62e52899 18:36:59 Removing intermediate container dd78d9048664 18:36:59 ---> b65134c40121 18:36:59 Step 6/23 : COPY go.mod . 18:37:01 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 18:37:01 ---> e3acb394ae1b 18:37:01 Step 7/23 : RUN go mod download 18:37:01 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 18:37:02 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:37:03 ---> Running in c4a899cbd334 18:37:07 ---> a1b76eda8aef 18:37:07 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 18:37:07 Removing intermediate container 10c136c9cdea 18:37:07 ---> cbdc455956af 18:37:07 18:37:07 Step 10/22 : FROM scratch 18:37:07 ---> 18:37:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:37:07 ---> Running in 47280c396023 18:37:07 ---> Using cache 18:37:07 ---> 6dc7e362f989 18:37:07 Step 12/22 : ENV APP_PORT=48081 18:37:08 ---> Running in 85f7bad998ca 18:37:08 Removing intermediate container c4a899cbd334 18:37:08 ---> 44f011a42328 18:37:08 Step 8/23 : COPY . . 18:37:08 Removing intermediate container 85f7bad998ca 18:37:08 ---> 691d47a8c59e 18:37:08 Step 13/22 : EXPOSE $APP_PORT 18:37:08 ---> Running in 4dd3b7d8e775 18:37:08 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 18:37:09 Removing intermediate container 4dd3b7d8e775 18:37:09 ---> bc02b45e60e5 18:37:09 Step 14/22 : WORKDIR / 18:37:10 ---> Running in c49272e784ea 18:37:15 Removing intermediate container c49272e784ea 18:37:15 ---> e65cf3564076 18:37:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 18:37:17 ---> dc3229e75577 18:37:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:37:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:37:17 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:37:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:37:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:37:17 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.038s 18:37:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 18:37:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:37:17 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 18:37:19 ---> 85bbeeb5e3da 18:37:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:37:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:37:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:37:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:37:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:37:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:37:22 ---> 03ad266883d8 18:37:22 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:37:22 ---> Running in 81b8c3d5296d 18:37:25 Removing intermediate container 81b8c3d5296d 18:37:25 ---> 8f5b9daedfa5 18:37:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:37:26 ---> Running in 784be5a955bf 18:37:29 ---> 23ee61eaacb3 18:37:29 Step 9/23 : RUN make cmd/core-data/core-data 18:37:29 Removing intermediate container 784be5a955bf 18:37:29 ---> 061a8eb20bb0 18:37:29 Step 20/22 : LABEL arch=x86_64 18:37:29 ---> Running in 10e1e74788d7 18:37:29 ---> Running in 9e25410524fd 18:37:29 Removing intermediate container 9e25410524fd 18:37:29 ---> d6a1074e01fe 18:37:29 Step 21/22 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 18:37:29 ---> Running in e92e52d87443 18:37:30 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 18:37:30 Removing intermediate container e92e52d87443 18:37:30 ---> a206a0e3cc3f 18:37:30 Step 22/22 : LABEL version=0.0.0 18:37:30 ---> Running in afbec1e9f173 18:37:30 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.109s coverage: 46.6% of statements 18:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:37:31 Removing intermediate container afbec1e9f173 18:37:31 ---> 17223a149b33 18:37:31 18:37:31 Successfully built 17223a149b33 18:37:31 Successfully tagged docker-core-metadata-go:latest 18:37:34  Building docker-core-metadata-go ... done Removing intermediate container 47280c396023 18:37:34 ---> 45f969b99e38 18:37:34 18:37:34 Step 9/29 : FROM alpine:latest 18:37:34 ---> a24bb4013296 18:37:34 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 18:37:36 ---> Running in ca9f913f0e7a 18:37:37 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.177s coverage: 27.2% of statements 18:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:37:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements 18:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:37:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements 18:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:37:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.464s coverage: 82.5% of statements 18:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:37:37 Removing intermediate container b36a58847f64 18:37:37 ---> b0525a644406 18:37:37 18:37:37 Step 10/24 : FROM scratch 18:37:37 ---> 18:37:37 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:37:37 Removing intermediate container b5ce62e52899 18:37:37 ---> 0da25f3fa96a 18:37:37 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:37:37 ---> Running in 84a5ebd344ce 18:37:38 ---> Using cache 18:37:38 ---> e05b6a772848 18:37:38 Step 12/24 : ENV APP_PORT=48060 18:37:38 Removing intermediate container ca9f913f0e7a 18:37:38 ---> a50fd90084fc 18:37:38 Step 11/29 : USER root 18:37:38 ---> Running in 8f8b7b9233be 18:37:38 ---> Running in ccc03d39affb 18:37:38 Removing intermediate container 8f8b7b9233be 18:37:38 ---> a37808bde1e4 18:37:38 Step 13/24 : EXPOSE $APP_PORT 18:37:38 Removing intermediate container ccc03d39affb 18:37:38 ---> ee8c982228d4 18:37:38 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 18:37:38 ---> Running in ad9703e29ce3 18:37:38 ---> Running in cae47948c97d 18:37:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.368s coverage: 92.9% of statements 18:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:37:38 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 18:37:38 Removing intermediate container ad9703e29ce3 18:37:38 ---> 4514d2e1f536 18:37:38 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 18:37:39 ---> 7d04747d7ebe 18:37:39 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 18:37:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:37:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:37:40 v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 18:37:40 v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 18:37:40 OK: 12746 distinct packages available 18:37:40 (1/2) Installing ca-certificates (20191127-r4) 18:37:40 (2/2) Installing dumb-init (1.2.2-r1) 18:37:40 Executing busybox-1.31.1-r16.trigger 18:37:40 Executing ca-certificates-20191127-r4.trigger 18:37:40 OK: 6 MiB in 16 packages 18:37:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.372s coverage: 28.6% of statements 18:37:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:37:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:37:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:37:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:37:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:37:42 ---> b675dada53d9 18:37:42 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 18:37:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements 18:37:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:37:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements 18:37:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:37:44 Removing intermediate container cae47948c97d 18:37:44 ---> 37e628b90cd7 18:37:44 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 18:37:44 Removing intermediate container 84a5ebd344ce 18:37:44 ---> 16d181dedd07 18:37:44 18:37:44 Step 11/27 : FROM docker:latest 18:37:44 ---> 81f5749c9058 18:37:44 Step 12/27 : RUN apk add --no-cache bash 18:37:44 ---> b3f3a9f6f89b 18:37:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 18:37:44 ---> Running in b83c731b081c 18:37:44 ---> Running in e3dda277b8f9 18:37:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.076s coverage: 89.8% of statements 18:37:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:37:45 Removing intermediate container e3dda277b8f9 18:37:45 ---> f4e265f7f4bc 18:37:45 Step 14/29 : WORKDIR $BASE_DIR 18:37:45 ---> 795816175d44 18:37:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:37:45 ---> Running in 6b1b334c2a18 18:37:45 Removing intermediate container 6b1b334c2a18 18:37:45 ---> 7e746c73fafb 18:37:45 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 18:37:46 ---> Running in e9fba5352f51 18:37:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:37:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:37:46 (1/2) Installing readline (8.0.4-r0) 18:37:46 (2/2) Installing bash (5.0.17-r0) 18:37:46 Executing bash-5.0.17-r0.post-install 18:37:46 Executing busybox-1.31.1-r16.trigger 18:37:46 OK: 12 MiB in 22 packages 18:37:46 ---> ab0af642d244 18:37:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:37:47 ---> f9913db1ee6b 18:37:47 Step 20/24 : ENTRYPOINT ["/support-notifications"] 18:37:47 ---> Running in 3be2fc793e97 18:37:47 Removing intermediate container b83c731b081c 18:37:47 ---> 2102fe12ab02 18:37:47 Step 13/27 : RUN rm -rf /var/cache/apk/* 18:37:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.140s coverage: 97.5% of statements 18:37:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:37:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 100.0% of statements 18:37:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:37:47 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:37:47 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:37:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:37:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:37:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:37:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:37:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:37:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:37:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:37:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:37:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:37:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 18:37:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 18:37:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:37:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:37:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:37:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:37:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements 18:37:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:37:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 18:37:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 18:37:47 Removing intermediate container 3be2fc793e97 18:37:47 ---> 39eae1e43b69 18:37:47 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:37:47 ---> Running in 3184353b6956 18:37:47 ---> Running in c8c06e38c8f3 18:37:48 Removing intermediate container c8c06e38c8f3 18:37:48 ---> 8b663d9f78cd 18:37:48 Step 22/24 : LABEL arch=x86_64 18:37:48 Removing intermediate container e9fba5352f51 18:37:48 ---> 7000a323713c 18:37:48 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 18:37:48 ---> Running in 8ef7dc5d4051 18:37:48 Removing intermediate container 8ef7dc5d4051 18:37:48 ---> 9e48dfab5f06 18:37:48 Step 23/24 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 18:37:49 ---> Running in 7ed8af4410e3 18:37:49 ---> 1a28b8a32296 18:37:49 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 18:37:49 Removing intermediate container 3184353b6956 18:37:49 ---> ed1029496e51 18:37:49 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:37:49 Removing intermediate container 7ed8af4410e3 18:37:49 ---> df8fe37f919c 18:37:49 Step 24/24 : LABEL version=0.0.0 18:37:49 ---> Running in 4078982308a4 18:37:49 ---> Running in 8e0dded7405a 18:37:49 ---> a8052b2ace9a 18:37:49 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 18:37:49 Removing intermediate container 4078982308a4 18:37:49 ---> 71bbf4e980a1 18:37:49 Step 15/27 : ENV APP_PORT=48090 18:37:49 ---> Running in 3897db3cb7e8 18:37:49 Removing intermediate container 8e0dded7405a 18:37:49 ---> 3234afec265f 18:37:49 18:37:49 ---> 9af2b3ae594f 18:37:49 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 18:37:49 Successfully built 3234afec265f 18:37:49 Successfully tagged docker-support-notifications-go:latest 18:37:49  Building docker-support-notifications-go ... done Removing intermediate container 3897db3cb7e8 18:37:49 ---> b1dcfb29c802 18:37:49 Step 16/27 : EXPOSE $APP_PORT 18:37:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.153s coverage: 63.5% of statements 18:37:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:37:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:37:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 18:37:50 ---> Running in 86359471a018 18:37:51 ---> 3acea42f4464 18:37:51 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 18:37:51 Removing intermediate container 86359471a018 18:37:51 ---> c0d8b8fbe43b 18:37:51 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:37:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.388s coverage: 55.9% of statements 18:37:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:37:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:37:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 18:37:51 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 18:37:51 ---> 49b01dc2dec2 18:37:51 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 18:37:51 ---> Running in 52904dcbc19a 18:37:53 ---> 74c82b81abf6 18:37:53 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:37:53 ---> bfad1db0dc0f 18:37:53 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:37:53 Removing intermediate container 52904dcbc19a 18:37:53 ---> ed406e490b6e 18:37:53 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 18:37:53 ---> 652db908d7f5 18:37:53 Step 20/27 : RUN apk --no-cache add py-pip 18:37:54 ---> Running in e60a1b70b780 18:37:55 ---> 45095a430ff9 18:37:55 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:37:55 ---> Running in 027cbfb2e800 18:37:55 Removing intermediate container 10e1e74788d7 18:37:55 ---> 8c4f247f7d16 18:37:55 18:37:55 Step 10/23 : FROM alpine 18:37:55 ---> a24bb4013296 18:37:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:37:56 ---> Running in 48da243ca0aa 18:37:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:37:56 Removing intermediate container 48da243ca0aa 18:37:56 ---> b7f28b1556d2 18:37:56 Step 12/23 : ENV APP_PORT=48080 18:37:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:37:56 ---> Running in c96c38ab0699 18:37:56 (1/33) Installing libbz2 (1.0.8-r1) 18:37:56 (2/33) Installing expat (2.2.9-r1) 18:37:56 (3/33) Installing libffi (3.3-r2) 18:37:56 (4/33) Installing gdbm (1.13-r1) 18:37:56 Removing intermediate container c96c38ab0699 18:37:56 ---> c55c5c8bfede 18:37:56 Step 13/23 : EXPOSE $APP_PORT 18:37:56 (5/33) Installing xz-libs (5.2.5-r0) 18:37:56 (6/33) Installing sqlite-libs (3.32.1-r0) 18:37:56 (7/33) Installing python3 (3.8.5-r0) 18:37:56 ---> Running in 3a7dc07b1d01 18:38:01 Removing intermediate container 3a7dc07b1d01 18:38:01 ---> bc9484defec8 18:38:01 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:38:01 (8/33) Installing py3-appdirs (1.4.4-r1) 18:38:01 Removing intermediate container 027cbfb2e800 18:38:01 ---> 80fb27757168 18:38:01 Step 24/29 : RUN chmod 755 security-secrets-setup 18:38:01 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:38:01 (10/33) Installing py3-parsing (2.4.7-r0) 18:38:01 (11/33) Installing py3-six (1.15.0-r0) 18:38:01 (12/33) Installing py3-packaging (20.4-r0) 18:38:01 ---> Running in 10a1851fb997 18:38:01 (13/33) Installing py3-setuptools (47.0.0-r0) 18:38:01 (14/33) Installing py3-chardet (3.0.4-r4) 18:38:01 (15/33) Installing py3-idna (2.9-r0) 18:38:01 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:38:01 ---> Running in d64e73829272 18:38:01 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:38:01 (18/33) Installing py3-requests (2.23.0-r0) 18:38:01 (19/33) Installing py3-msgpack (1.0.0-r0) 18:38:01 (20/33) Installing py3-lockfile (0.12.2-r3) 18:38:01 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:38:01 (22/33) Installing py3-colorama (0.4.3-r0) 18:38:02 (23/33) Installing py3-distlib (0.3.0-r0) 18:38:02 (24/33) Installing py3-distro (1.5.0-r1) 18:38:02 (25/33) Installing py3-webencodings (0.5.1-r3) 18:38:02 (26/33) Installing py3-html5lib (1.0.1-r4) 18:38:02 (27/33) Installing py3-pytoml (0.1.21-r0) 18:38:02 (28/33) Installing py3-pep517 (0.8.2-r0) 18:38:02 (29/33) Installing py3-progress (1.5-r0) 18:38:02 (30/33) Installing py3-toml (0.10.1-r0) 18:38:02 (31/33) Installing py3-retrying (1.3.3-r0) 18:38:02 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:38:02 (33/33) Installing py3-pip (20.1.1-r0) 18:38:02 Executing busybox-1.31.1-r16.trigger 18:38:02 OK: 71 MiB in 55 packages 18:38:08 Removing intermediate container d64e73829272 18:38:08 ---> 6e74fa47b629 18:38:08 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 18:38:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 16.874s coverage: 86.3% of statements 18:38:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 18:38:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.955s coverage: 72.2% of statements 18:38:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.367s coverage: 72.1% of statements 18:38:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.044s coverage: 82.4% of statements 18:38:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.024s coverage: 48.4% of statements 18:38:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 18:38:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 18:38:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 18:38:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.039s coverage: 28.8% of statements 18:38:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 18:38:09 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.028s coverage: 96.8% of statements 18:38:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 18:38:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 26.9% of statements 18:38:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:38:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:38:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.270s coverage: 84.1% of statements 18:38:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements 18:38:09 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.033s coverage: 42.9% of statements 18:38:09 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 18:38:09 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 18:38:09 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.021s coverage: 100.0% of statements 18:38:09 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 18:38:09 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.082s coverage: 83.8% of statements 18:38:09 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 18:38:10 ---> Running in 9dff50c386ab 18:38:10 Removing intermediate container 10a1851fb997 18:38:10 ---> 3581fc92fa52 18:38:10 Step 15/23 : RUN apk --no-cache add zeromq 18:38:10 ---> Running in 642fcdf0c271 18:38:10 Removing intermediate container e60a1b70b780 18:38:10 ---> 7bdba2f61c22 18:38:10 Step 21/27 : RUN pip install docker-compose==1.23.2 18:38:10 ---> Running in f95836792938 18:38:10 Removing intermediate container 9dff50c386ab 18:38:10 ---> e6dbe47bdc2d 18:38:10 Step 26/29 : CMD [ "generate" ] 18:38:10 ---> Running in e5d9ef0e50bb 18:38:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:38:10 Removing intermediate container e5d9ef0e50bb 18:38:10 ---> e4700ba16078 18:38:10 Step 27/29 : LABEL arch=x86_64 18:38:10 ---> Running in 8995719c4c3a 18:38:11 Removing intermediate container 8995719c4c3a 18:38:11 ---> 8bc8f20e778a 18:38:11 Step 28/29 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 18:38:11 ---> Running in f9b77ccbc7c5 18:38:11 Removing intermediate container f9b77ccbc7c5 18:38:11 ---> e93ef6f5d710 18:38:11 Step 29/29 : LABEL version=0.0.0 18:38:11 ---> Running in 280d339ba9e5 18:38:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:38:11 Removing intermediate container 280d339ba9e5 18:38:11 ---> 0db3c85fcd36 18:38:11 18:38:11 Successfully built 0db3c85fcd36 18:38:11 Successfully tagged docker-security-secrets-setup-go:latest 18:38:11  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 18:38:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:38:12 Collecting PyYAML<4,>=3.10 18:38:12 Downloading PyYAML-3.13.tar.gz (270 kB) 18:38:12 (1/5) Installing libgcc (9.3.0-r2) 18:38:12 (2/5) Installing libsodium (1.0.18-r0) 18:38:12 (3/5) Installing libstdc++ (9.3.0-r2) 18:38:12 (4/5) Installing libzmq (4.3.2-r0) 18:38:13 (5/5) Installing zeromq (4.3.2-r0) 18:38:13 Executing busybox-1.31.1-r16.trigger 18:38:13 OK: 8 MiB in 19 packages 18:38:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.090s coverage: 46.1% of statements 18:38:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:38:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:38:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.039s coverage: 100.0% of statements 18:38:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:38:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:38:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:38:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.093s coverage: 100.0% of statements 18:38:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:38:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.029s coverage: 100.0% of statements 18:38:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:38:14 Collecting texttable<0.10,>=0.9.0 18:38:14 Downloading texttable-0.9.1.tar.gz (11 kB) 18:38:15 Collecting docker<4.0,>=3.6.0 18:38:15 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:38:15 Removing intermediate container 642fcdf0c271 18:38:15 ---> 8f13dd86bae1 18:38:15 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 18:38:15 Collecting dockerpty<0.5,>=0.4.1 18:38:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:38:15 ---> 0a0df38d4674 18:38:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:38:15 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:38:15 Collecting docopt<0.7,>=0.6.1 18:38:15 Downloading docopt-0.6.2.tar.gz (25 kB) 18:38:16 ---> 797e60e62d11 18:38:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:38:16 Collecting cached-property<2,>=1.2.0 18:38:16 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 18:38:16 ---> 57f79ac3b363 18:38:16 Step 19/23 : ENTRYPOINT ["/core-data"] 18:38:16 Collecting jsonschema<3,>=2.5.1 18:38:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:38:16 ---> Running in a0126ff1f98e 18:38:16 Collecting websocket-client<1.0,>=0.32.0 18:38:16 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:38:16 Removing intermediate container a0126ff1f98e 18:38:16 ---> 95e28d527833 18:38:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:38:16 ---> Running in 60c4cdabf98f 18:38:16 Removing intermediate container 60c4cdabf98f 18:38:16 ---> 363e7a0d5f6b 18:38:16 Step 21/23 : LABEL arch=x86_64 18:38:16 ---> Running in 893e1c80a89d 18:38:16 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:38:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:38:17 Collecting docker-pycreds>=0.4.0 18:38:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:38:17 Removing intermediate container 893e1c80a89d 18:38:17 ---> 38bb75316ff5 18:38:17 Step 22/23 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 18:38:17 Collecting idna<2.8,>=2.5 18:38:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:38:17 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) 18:38:17 ---> Running in 446e3c4de25c 18:38:17 Collecting urllib3<1.25,>=1.21.1 18:38:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:38:17 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) 18:38:17 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:38:17 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:38:17 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:38:17 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:38:17 Removing intermediate container 446e3c4de25c 18:38:17 ---> 844b488fdac9 18:38:17 Step 23/23 : LABEL version=0.0.0 18:38:17 ---> Running in 1ab5bb7c6502 18:38:17 Installing collected packages: PyYAML, texttable, idna, urllib3, requests, websocket-client, docker-pycreds, docker, dockerpty, docopt, cached-property, jsonschema, docker-compose 18:38:17 Running setup.py install for PyYAML: started 18:38:17 Removing intermediate container 1ab5bb7c6502 18:38:17 ---> 7b525d7aadb7 18:38:17 18:38:17 Successfully built 7b525d7aadb7 18:38:17 Successfully tagged docker-core-data-go:latest 18:38:17  Building docker-core-data-go ... done  Running setup.py install for PyYAML: finished with status 'done' 18:38:18 Running setup.py install for texttable: started 18:38:18 Running setup.py install for texttable: finished with status 'done' 18:38:18 Attempting uninstall: idna 18:38:18 Found existing installation: idna 2.9 18:38:18 Uninstalling idna-2.9: 18:38:18 Successfully uninstalled idna-2.9 18:38:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.231s coverage: 29.1% of statements 18:38:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:38:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:38:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:38:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:38:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:38:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.052s coverage: 99.0% of statements 18:38:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:38:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements 18:38:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:38:18 ok github.com/edgexfoundry/edgex-go/internal/system 0.014s coverage: 0.0% of statements 18:38:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:38:18 Attempting uninstall: urllib3 18:38:18 Found existing installation: urllib3 1.25.9 18:38:18 Uninstalling urllib3-1.25.9: 18:38:18 Successfully uninstalled urllib3-1.25.9 18:38:19 Attempting uninstall: requests 18:38:19 Found existing installation: requests 2.23.0 18:38:19 Uninstalling requests-2.23.0: 18:38:19 Successfully uninstalled requests-2.23.0 18:38:19 Running setup.py install for dockerpty: started 18:38:19 Running setup.py install for dockerpty: finished with status 'done' 18:38:19 Running setup.py install for docopt: started 18:38:20 Running setup.py install for docopt: finished with status 'done' 18:38:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 18:38:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:38:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:38:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:38:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:38:20 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 18:38:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.026s coverage: 87.9% of statements 18:38:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:38:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:38:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.024s coverage: 100.0% of statements 18:38:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.016s coverage: 32.1% of statements 18:38:23 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements 18:38:24 Removing intermediate container f95836792938 18:38:24 ---> c28b6a0ef308 18:38:24 Step 22/27 : RUN apk --no-cache add curl 18:38:24 ---> Running in 053d466bcf96 18:38:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:38:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:38:24 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:38:24 (2/3) Installing libcurl (7.69.1-r0) 18:38:24 (3/3) Installing curl (7.69.1-r0) 18:38:24 Executing busybox-1.31.1-r16.trigger 18:38:24 OK: 72 MiB in 58 packages 18:38:24 GO111MODULE=on go vet ./... 18:38:24 Removing intermediate container 053d466bcf96 18:38:24 ---> 3ad19bca7451 18:38:24 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 18:38:24 ---> Running in dac21a543c51 18:38:25 Removing intermediate container dac21a543c51 18:38:25 ---> 60ccbb56d9de 18:38:25 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:38:25 ---> Running in ae3242d60da9 18:38:25 Removing intermediate container ae3242d60da9 18:38:25 ---> 22abc1495238 18:38:25 Step 25/27 : LABEL arch=x86_64 18:38:25 ---> Running in bdbe92ffe123 18:38:25 Removing intermediate container bdbe92ffe123 18:38:25 ---> b2cf4fd43415 18:38:25 Step 26/27 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 18:38:25 ---> Running in 6a37ec977d69 18:38:25 Removing intermediate container 6a37ec977d69 18:38:25 ---> 4fc9d27be83f 18:38:25 Step 27/27 : LABEL version=0.0.0 18:38:25 ---> Running in 54ace191052e 18:38:25 Removing intermediate container 54ace191052e 18:38:25 ---> 7dbc050ac8cf 18:38:25 18:38:26 Successfully built 7dbc050ac8cf 18:38:26 Successfully tagged docker-sys-mgmt-agent-go:latest 18:38:26  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:38:26 $ docker stop --time=1 882c497271851a611d5bd862e742b5edcf96be0d3243a91a02d1bae82a523e9c 18:38:28 $ docker rm -f 882c497271851a611d5bd862e742b5edcf96be0d3243a91a02d1bae82a523e9c [Pipeline] // withDockerContainer [Pipeline] sh 18:38:28 + docker images 18:38:28 + grep docker 18:38:28 docker-sys-mgmt-agent-go latest 7dbc050ac8cf 3 seconds ago 284MB 18:38:28 docker-core-data-go latest 7b525d7aadb7 11 seconds ago 24.5MB 18:38:28 docker-security-secrets-setup-go latest 0db3c85fcd36 17 seconds ago 25.1MB 18:38:28 docker-support-notifications-go latest 3234afec265f 39 seconds ago 14.5MB 18:38:28 docker-core-metadata-go latest 17223a149b33 58 seconds ago 14.4MB 18:38:28 docker-security-secretstore-setup-go latest 107192725e14 2 minutes ago 33.9MB 18:38:28 docker-support-logging-go latest c56c940db624 2 minutes ago 11.8MB 18:38:28 docker-core-command-go latest 3725ac1ced28 2 minutes ago 13MB 18:38:28 docker-security-proxy-setup-go latest 48d3f0d17f25 2 minutes ago 16.4MB 18:38:28 docker-support-scheduler-go latest cd6a763ff37a 2 minutes ago 13.1MB 18:38:28 docker latest 81f5749c9058 2 months 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] } 18:38:43 gofmt -l . 18:38:44 [ "`gofmt -l .`" = "" ] 18:38:46 ./bin/test-go-mod-tidy.sh 18:38:47 ./bin/test-attribution-txt.sh [Pipeline] sh 18:38:51 + ls -al . 18:38:51 total 584 18:38:51 drwxrwxr-x 10 1001 1001 4096 Aug 26 18:38 . 18:38:51 drwxr-xr-x 4 root root 4096 Aug 26 18:36 .. 18:38:51 -rw-rw-r-- 1 1001 1001 11 Aug 26 18:34 .dockerignore 18:38:51 drwxrwxr-x 8 1001 1001 4096 Aug 26 18:34 .git 18:38:51 drwxrwxr-x 3 1001 1001 4096 Aug 26 18:34 .github 18:38:51 -rw-rw-r-- 1 1001 1001 932 Aug 26 18:34 .gitignore 18:38:51 drwxrwxr-x 3 1001 1001 4096 Aug 26 18:34 .semver 18:38:51 -rw-rw-r-- 1 1001 1001 166 Aug 26 18:34 .sonarcloud.properties 18:38:51 -rw-rw-r-- 1 1001 1001 3804 Aug 26 18:34 CONTRIBUTING.md 18:38:51 -rw-rw-r-- 1 1001 1001 1035 Aug 26 18:34 Dockerfile.build 18:38:51 -rw-rw-r-- 1 1001 1001 865 Aug 26 18:34 Jenkinsfile 18:38:51 -rw-rw-r-- 1 1001 1001 10775 Aug 26 18:34 LICENSE 18:38:51 -rw-rw-r-- 1 1001 1001 6237 Aug 26 18:34 Makefile 18:38:51 -rw-rw-r-- 1 1001 1001 5652 Aug 26 18:34 README.md 18:38:51 -rw-rw-r-- 1 1001 1001 259 Aug 26 18:34 SECURITY.md 18:38:51 -rw-rw-r-- 1 1001 1001 5 Aug 26 18:30 VERSION 18:38:51 -rw-rw-r-- 1 1001 1001 4131 Aug 26 18:34 ZMQWindows.md 18:38:51 drwxrwxr-x 2 1001 1001 4096 Aug 26 18:34 bin 18:38:51 drwxrwxr-x 15 1001 1001 4096 Aug 26 18:34 cmd 18:38:51 -rw-r--r-- 1 root root 458659 Aug 26 18:38 coverage.out 18:38:51 -rw-r--r-- 1 root root 1019 Aug 26 18:38 go.mod 18:38:51 -rw-r--r-- 1 root root 19185 Aug 26 18:38 go.sum 18:38:51 drwxrwxr-x 8 1001 1001 4096 Aug 26 18:34 internal 18:38:51 drwxrwxr-x 4 1001 1001 4096 Aug 26 18:34 openapi 18:38:51 drwxrwxr-x 4 1001 1001 4096 Aug 26 18:34 snap 18:38:51 -rw-rw-r-- 1 1001 1001 168 Aug 26 18:34 version.go [Pipeline] sh 18:38:52 + '[' -e coverage.out ] 18:38:52 + chown 1001:1001 coverage.out [Pipeline] stash 18:38:52 Warning: overwriting stash ‘coverage-report’ 18:38:53 Stashed 1 file(s) [Pipeline] sh 18:38:54 + make build 18:38:54 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 18:39:12 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 18:39:24 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 18:39:29 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 18:39:33 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 18:39:40 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 18:39:41 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 18:39:45 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 18:39:50 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 18:39:54 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 18:39:59 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 18:40:04 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 18:40: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] } 18:40:11 $ docker stop --time=1 7375a655f23275e018988175e2254177120c23fde0ffca14da7c3bbd50355f69 18:40:14 $ docker rm -f 7375a655f23275e018988175e2254177120c23fde0ffca14da7c3bbd50355f69 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:40:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:40:15 18:40:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:40:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:40:16 latest: Pulling from edgex-devops/edgex-compose-arm64 18:40:16 29e5d40040c1: Pulling fs layer 18:40:16 1ce36da41761: Pulling fs layer 18:40:16 25b303627fd3: Pulling fs layer 18:40:16 29e5d40040c1: Download complete 18:40:17 1ce36da41761: Verifying Checksum 18:40:17 1ce36da41761: Download complete 18:40:17 29e5d40040c1: Pull complete 18:40:18 1ce36da41761: Pull complete 18:40:19 25b303627fd3: Verifying Checksum 18:40:19 25b303627fd3: Download complete 18:40:29 25b303627fd3: Pull complete 18:40:29 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:40:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:40:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:40:29 prd-ubuntu18.04-docker-arm64-4c-16g-410 does not seem to be running inside a container 18:40:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:40:33 $ docker top 369fe46c0be71d5f0c14ba8142057f22c4411ef05006ff3908307d9cb1b56adf -eo pid,comm [Pipeline] { [Pipeline] sh 18:40:35 + docker-compose build --help 18:40:35 + grep parallel 18:40:38 --parallel Build images in parallel. [Pipeline] } 18:40:38 $ docker stop --time=1 369fe46c0be71d5f0c14ba8142057f22c4411ef05006ff3908307d9cb1b56adf 18:40:40 $ docker rm -f 369fe46c0be71d5f0c14ba8142057f22c4411ef05006ff3908307d9cb1b56adf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:40:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:40:41 . [Pipeline] withDockerContainer 18:40:42 prd-ubuntu18.04-docker-arm64-4c-16g-410 does not seem to be running inside a container 18:40:42 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:40:43 $ docker top f0b6e228a8503d88f11627b520cbd606e32e2421df9ee63d1f654202463f7002 -eo pid,comm [Pipeline] { [Pipeline] sh 18:40:44 + docker-compose -f ./docker-compose-build.yml build --parallel 18:40:48 Building docker-core-command-go ... 18:40:48 Building docker-core-data-go ... 18:40:48 Building docker-core-metadata-go ... 18:40:48 Building docker-security-proxy-setup-go ... 18:40:48 Building docker-security-secrets-setup-go ... 18:40:48 Building docker-security-secretstore-setup-go ... 18:40:48 Building docker-support-logging-go ... 18:40:48 Building docker-support-notifications-go ... 18:40:48 Building docker-support-scheduler-go ... 18:40:48 Building docker-sys-mgmt-agent-go ... 18:40:48 Building docker-core-metadata-go 18:40:48 Building docker-support-scheduler-go 18:40:48 Building docker-core-data-go 18:40:48 Building docker-sys-mgmt-agent-go 18:40:48 Building docker-security-secrets-setup-go 18:42:55 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 18:42:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:42:55 ---> 85fa614693a9 18:42:55 Step 3/21 : WORKDIR /edgex-go 18:42:55 Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 18:42:55 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:42:55 ---> 85fa614693a9 18:42:55 Step 3/27 : WORKDIR /edgex-go 18:42:55 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 18:42:55 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 18:42:55 ---> 85fa614693a9 18:42:55 Step 3/29 : WORKDIR /edgex-go 18:42:55 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 18:42:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:42:55 ---> 85fa614693a9 18:42:55 Step 3/23 : WORKDIR /edgex-go 18:42:55 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 18:42:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:42:55 ---> 85fa614693a9 18:42:55 Step 3/22 : WORKDIR /edgex-go 18:42:55 ---> Running in ec8d9f4ec883 18:42:55 ---> Running in 067b3b682ceb 18:42:55 ---> Running in e8d56cf86eab 18:42:55 ---> Running in c98420db90f9 18:42:55 ---> Running in 7011572aec2c 18:42:55 Removing intermediate container 067b3b682ceb 18:42:55 ---> a5c744343b63 18:42:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:42:55 Removing intermediate container ec8d9f4ec883 18:42:55 ---> 1a77fe02f2b7 18:42:55 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:42:55 Removing intermediate container c98420db90f9 18:42:55 ---> fd5bb157d4d9 18:42:55 Step 4/29 : RUN apk update && apk add make git 18:42:55 ---> Running in af0e1f96df33 18:42:55 Removing intermediate container e8d56cf86eab 18:42:55 ---> 372eb73e899b 18:42:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:42:55 Removing intermediate container 7011572aec2c 18:42:55 ---> 6ab594ce28d3 18:42:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:42:55 ---> Running in 96e940535c31 18:42:55 ---> Running in b9c1e73a3ebd 18:42:55 ---> Running in 8e1f81089461 18:42:55 ---> Running in 5f6241f73a72 18:42:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:42:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:42:55 Removing intermediate container af0e1f96df33 18:42:55 ---> af35632ec4bb 18:42:55 Step 5/22 : RUN apk update && apk add make git 18:42:55 ---> Running in cfd1c1a56a2d 18:42:55 Removing intermediate container 96e940535c31 18:42:55 ---> eab17b08958f 18:42:55 Step 5/27 : RUN apk update && apk add make bash git 18:42:55 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 18:42:55 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:42:55 OK: 12617 distinct packages available 18:42:55 ---> Running in 41c8ac16c643 18:42:55 Removing intermediate container 5f6241f73a72 18:42:55 ---> a5044cc23127 18:42:55 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 18:42:55 Removing intermediate container 8e1f81089461 18:42:55 ---> d97a22374dcc 18:42:55 Step 5/21 : RUN apk update && apk add make git 18:42:55 ---> Running in d2045f84949b 18:42:55 ---> Running in 9cf53f28ea8d 18:42:55 OK: 217 MiB in 51 packages 18:42:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:42:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:42:55 Removing intermediate container b9c1e73a3ebd 18:42:55 ---> 2b23bbf4f041 18:42:55 Step 5/29 : COPY go.mod . 18:42:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:42:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:42:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:42:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:42:55 ---> 7fc695eba0d1 18:42:55 Step 6/29 : RUN go mod download 18:42:55 ---> Running in 159979c17f77 18:42:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:42:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:42:55 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 18:42:55 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:42:55 OK: 12617 distinct packages available 18:42:55 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 18:42:55 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:42:55 OK: 12617 distinct packages available 18:42:55 OK: 217 MiB in 51 packages 18:42:55 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 18:42:55 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:42:55 OK: 12617 distinct packages available 18:42:55 OK: 217 MiB in 51 packages 18:42:55 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 18:42:55 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:42:55 OK: 12617 distinct packages available 18:42:56 OK: 217 MiB in 51 packages 18:42:56 OK: 217 MiB in 51 packages 18:42:57 Removing intermediate container cfd1c1a56a2d 18:42:57 ---> cf66ce495345 18:42:57 Step 6/22 : COPY go.mod . 18:42:57 Removing intermediate container 41c8ac16c643 18:42:57 ---> 17b7a186d873 18:42:57 Step 6/27 : COPY go.mod . 18:42:57 ---> e0a64d549aea 18:42:57 Step 7/22 : RUN go mod download 18:42:58 ---> Running in ebf7c8d49835 18:42:58 Removing intermediate container 159979c17f77 18:42:58 ---> 74aa5be03151 18:42:58 Step 7/29 : COPY . . 18:42:58 Removing intermediate container 9cf53f28ea8d 18:42:58 ---> 28e9d692c253 18:42:58 Step 6/21 : COPY go.mod . 18:42:58 ---> c28206f8084e 18:42:58 Step 7/27 : RUN go mod download 18:42:58 Removing intermediate container d2045f84949b 18:42:58 ---> 4a6a6de3a1e2 18:42:58 Step 6/23 : COPY go.mod . 18:42:58 ---> Running in fdacd10d1ee8 18:42:59 ---> 05093755da23 18:42:59 Step 7/21 : RUN go mod download 18:43:00 ---> ff2347f84db1 18:43:00 Step 7/23 : RUN go mod download 18:43:00 ---> Running in 0d60fdf08cfb 18:43:00 ---> Running in 5dd76ed85634 18:43:03 Removing intermediate container ebf7c8d49835 18:43:03 ---> 4729ca03662c 18:43:03 Step 8/22 : COPY . . 18:43:04 Removing intermediate container fdacd10d1ee8 18:43:04 ---> 1747c7664da9 18:43:04 Step 8/27 : COPY . . 18:43:05 Removing intermediate container 5dd76ed85634 18:43:05 ---> ec00b398d374 18:43:05 Step 8/23 : COPY . . 18:43:05 Removing intermediate container 0d60fdf08cfb 18:43:05 ---> 8a73c270032d 18:43:05 Step 8/21 : COPY . . 18:43:32 ---> bb2c2c43b537 18:43:32 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 18:43:32 ---> 66c8340bd464 18:43:32 Step 9/22 : RUN make cmd/core-metadata/core-metadata 18:43:32 ---> Running in dd56f2dcb587 18:43:32 ---> 7cd081229a8b 18:43:32 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 18:43:32 ---> 39d6d92ba8b8 18:43:32 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:43:32 ---> Running in ab1409b22eee 18:43:32 ---> Running in 6072cc1a638d 18:43:32 ---> Running in 04742de78347 18:43:32 ---> 559bb7b36a10 18:43:32 Step 9/23 : RUN make cmd/core-data/core-data 18:43:32 ---> Running in f8ca578f3a83 18:43:32 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 18:43:33 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 18:43:33 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 18:43:34 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 18:43:34 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 18:44:56 Removing intermediate container dd56f2dcb587 18:44:56 ---> 6629148a38b5 18:44:56 18:44:56 Step 9/29 : FROM alpine:latest 18:44:56 latest: Pulling from library/alpine 18:44:56 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 18:44:56 Status: Downloaded newer image for alpine:latest 18:44:56 ---> 62ee0e9f8440 18:44:56 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 18:44:56 ---> Running in e5b3442c5f7c 18:44:56 Removing intermediate container e5b3442c5f7c 18:44:56 ---> 5d1607fcce71 18:44:56 Step 11/29 : USER root 18:44:56 ---> Running in a9c0db2d52c0 18:44:56 Removing intermediate container a9c0db2d52c0 18:44:56 ---> eb943c53e42b 18:44:56 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 18:44:56 ---> Running in 1a457c33428e 18:44:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:44:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:45:00 v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 18:45:00 v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 18:45:00 OK: 12617 distinct packages available 18:45:00 (1/2) Installing ca-certificates (20191127-r4) 18:45:01 (2/2) Installing dumb-init (1.2.2-r1) 18:45:01 Executing busybox-1.31.1-r16.trigger 18:45:01 Executing ca-certificates-20191127-r4.trigger 18:45:01 OK: 6 MiB in 16 packages 18:45:04 Removing intermediate container 1a457c33428e 18:45:04 ---> 994e243f6ccc 18:45:04 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 18:45:04 ---> Running in d2bc42ea6358 18:45:04 Removing intermediate container d2bc42ea6358 18:45:04 ---> 36bc00e3af08 18:45:04 Step 14/29 : WORKDIR $BASE_DIR 18:45:05 ---> Running in 2a4bb479b3b1 18:45:06 Removing intermediate container 2a4bb479b3b1 18:45:06 ---> d70850029b6f 18:45:06 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 18:45:06 ---> Running in ea5b48219989 18:45:09 Removing intermediate container 04742de78347 18:45:09 ---> 2b2a83914493 18:45:09 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:45:09 ---> Running in 3319bb3b13d7 18:45:12 Removing intermediate container ea5b48219989 18:45:12 ---> 6a2137cd1d10 18:45:12 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 18:45:12 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 18:45:13 ---> 694d02603dc8 18:45:13 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 18:45:14 ---> bb6e0b150ce4 18:45:14 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 18:45:15 ---> 4327b8cdb89f 18:45:15 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 18:45:16 ---> fbbbd883f738 18:45:16 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 18:45:17 ---> 78dc5557e7a3 18:45:17 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 18:45:17 ---> Running in 524adde3b208 18:45:18 Removing intermediate container 3319bb3b13d7 18:45:18 ---> d6bd4d841c64 18:45:18 18:45:18 Step 11/27 : FROM docker:latest 18:45:18 ---> ce9d55ae87f1 18:45:18 Step 12/27 : RUN apk add --no-cache bash 18:45:19 ---> Running in 3bcdf55c25d0 18:45:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:45:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:45:21 Removing intermediate container 524adde3b208 18:45:21 ---> 23c74d6f37b0 18:45:21 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 18:45:22 (1/2) Installing readline (8.0.4-r0) 18:45:22 (2/2) Installing bash (5.0.17-r0) 18:45:22 Executing bash-5.0.17-r0.post-install 18:45:22 Executing busybox-1.31.1-r16.trigger 18:45:22 OK: 12 MiB in 22 packages 18:45:23 ---> ea0654c9da3e 18:45:23 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:45:23 ---> Running in a59efb156f73 18:45:25 Removing intermediate container 3bcdf55c25d0 18:45:25 ---> f4ae05d28fee 18:45:25 Step 13/27 : RUN rm -rf /var/cache/apk/* 18:45:25 ---> Running in 954ef884b41b 18:45:29 Removing intermediate container a59efb156f73 18:45:29 ---> dc84bc64039b 18:45:29 Step 24/29 : RUN chmod 755 security-secrets-setup 18:45:29 ---> Running in 0727d8d8e61a 18:45:31 Removing intermediate container 6072cc1a638d 18:45:31 ---> 4d3cc3a03114 18:45:31 18:45:31 Step 10/21 : FROM scratch 18:45:31 ---> 18:45:31 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:45:31 ---> Running in d0fa95de15af 18:45:31 Removing intermediate container 954ef884b41b 18:45:31 ---> b3c606e8007c 18:45:31 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:45:32 ---> Running in 58d40124d296 18:45:32 Removing intermediate container d0fa95de15af 18:45:32 ---> 34851e93f378 18:45:32 Step 12/21 : ENV APP_PORT=48085 18:45:32 ---> Running in 7ec419203816 18:45:32 Removing intermediate container 58d40124d296 18:45:32 ---> dcc8713f9c79 18:45:32 Step 15/27 : ENV APP_PORT=48090 18:45:33 ---> Running in 779551f2f42a 18:45:33 Removing intermediate container 7ec419203816 18:45:33 ---> 9fba71514c93 18:45:33 Step 13/21 : EXPOSE $APP_PORT 18:45:34 ---> Running in f58fc7cf4d0f 18:45:34 Removing intermediate container 779551f2f42a 18:45:34 ---> c906b32d646a 18:45:34 Step 16/27 : EXPOSE $APP_PORT 18:45:34 Removing intermediate container 0727d8d8e61a 18:45:34 ---> 05e2c5f0dc91 18:45:34 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 18:45:34 ---> Running in 8b52ec725f4b 18:45:34 ---> Running in 5b9220063346 18:45:35 Removing intermediate container f58fc7cf4d0f 18:45:35 ---> 88677b785bc9 18:45:35 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 18:45:35 Removing intermediate container 8b52ec725f4b 18:45:35 ---> 722ad4f552f3 18:45:35 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:45:35 Removing intermediate container 5b9220063346 18:45:35 ---> a670a6d7d4e0 18:45:35 Step 26/29 : CMD [ "generate" ] 18:45:36 ---> Running in 38e99c542d24 18:45:36 ---> 916ee4e26221 18:45:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:45:36 Removing intermediate container ab1409b22eee 18:45:36 ---> fbfa7a90c4f3 18:45:36 18:45:36 Step 10/22 : FROM scratch 18:45:36 ---> 18:45:36 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:45:36 ---> Using cache 18:45:36 ---> 34851e93f378 18:45:36 Step 12/22 : ENV APP_PORT=48081 18:45:37 ---> Running in 406f11652d97 18:45:37 Removing intermediate container 38e99c542d24 18:45:37 ---> b61e4f9cb582 18:45:37 Step 27/29 : LABEL arch=arm64 18:45:37 ---> f678cc55745c 18:45:37 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:45:37 ---> Running in 272ff9cbefdb 18:45:37 Removing intermediate container 406f11652d97 18:45:37 ---> c651b30f5111 18:45:37 Step 13/22 : EXPOSE $APP_PORT 18:45:37 ---> Running in ef7083548a8b 18:45:38 ---> f32f10c34156 18:45:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:45:38 Removing intermediate container 272ff9cbefdb 18:45:38 ---> c0936efcfa92 18:45:38 Step 28/29 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 18:45:38 Removing intermediate container ef7083548a8b 18:45:38 ---> 7a5a5f2bf7d2 18:45:38 Step 14/22 : WORKDIR / 18:45:38 ---> Running in 3f2d18a5a080 18:45:38 ---> 176b1831859d 18:45:38 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:45:39 ---> Running in c3070dab9579 18:45:39 Removing intermediate container 3f2d18a5a080 18:45:39 ---> 948aea93c80e 18:45:39 Step 29/29 : LABEL version=0.0.0 18:45:39 ---> Running in cf413ad6c5fc 18:45:39 ---> 9594b45a802f 18:45:39 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 18:45:39 Removing intermediate container c3070dab9579 18:45:39 ---> 26b420d985fe 18:45:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 18:45:39 ---> Running in ce67617c9847 18:45:40 ---> a4a67a799539 18:45:40 Step 20/27 : RUN apk --no-cache add py-pip 18:45:40 Removing intermediate container cf413ad6c5fc 18:45:40 ---> 818b93124785 18:45:40 18:45:41 ---> Running in 99cefdfa5856 18:45:41 Successfully built 818b93124785 18:45:41 ---> e9d2b4888c84 18:45:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:45:41 Successfully tagged docker-security-secrets-setup-go-arm64:latest 18:45:41  Building docker-security-secrets-setup-go ... done Building docker-security-secretstore-setup-go 18:45:41 Removing intermediate container ce67617c9847 18:45:41 ---> 2d83cf1ffe0b 18:45:41 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:45:41 ---> Running in bb0fc3f92c34 18:45:42 Removing intermediate container bb0fc3f92c34 18:45:42 ---> 03530ac7897e 18:45:42 Step 19/21 : LABEL arch=arm64 18:45:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:45:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:45:43 ---> 4cd00d5acede 18:45:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:45:44 ---> Running in 2931b0736378 18:45:44 (1/33) Installing libbz2 (1.0.8-r1) 18:45:44 (2/33) Installing expat (2.2.9-r1) 18:45:44 (3/33) Installing libffi (3.3-r2) 18:45:44 (4/33) Installing gdbm (1.13-r1) 18:45:44 (5/33) Installing xz-libs (5.2.5-r0) 18:45:44 (6/33) Installing sqlite-libs (3.32.1-r0) 18:45:44 (7/33) Installing python3 (3.8.5-r0) 18:45:45 Removing intermediate container 2931b0736378 18:45:45 ---> e4db91b3007a 18:45:45 Step 20/21 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 18:45:46 (8/33) Installing py3-appdirs (1.4.4-r1) 18:45:46 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:45:46 (10/33) Installing py3-parsing (2.4.7-r0) 18:45:46 (11/33) Installing py3-six (1.15.0-r0) 18:45:46 (12/33) Installing py3-packaging (20.4-r0) 18:45:46 (13/33) Installing py3-setuptools (47.0.0-r0) 18:45:46 (14/33) Installing py3-chardet (3.0.4-r4) 18:45:46 (15/33) Installing py3-idna (2.9-r0) 18:45:46 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:45:46 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:45:46 (18/33) Installing py3-requests (2.23.0-r0) 18:45:46 (19/33) Installing py3-msgpack (1.0.0-r0) 18:45:46 (20/33) Installing py3-lockfile (0.12.2-r3) 18:45:46 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:45:46 (22/33) Installing py3-colorama (0.4.3-r0) 18:45:46 (23/33) Installing py3-distlib (0.3.0-r0) 18:45:46 (24/33) Installing py3-distro (1.5.0-r1) 18:45:46 (25/33) Installing py3-webencodings (0.5.1-r3) 18:45:46 (26/33) Installing py3-html5lib (1.0.1-r4) 18:45:47 (27/33) Installing py3-pytoml (0.1.21-r0) 18:45:47 (28/33) Installing py3-pep517 (0.8.2-r0) 18:45:47 (29/33) Installing py3-progress (1.5-r0) 18:45:47 (30/33) Installing py3-toml (0.10.1-r0) 18:45:47 (31/33) Installing py3-retrying (1.3.3-r0) 18:45:47 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:45:47 (33/33) Installing py3-pip (20.1.1-r0) 18:45:47 ---> c970bd891b2a 18:45:47 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:45:47 Executing busybox-1.31.1-r16.trigger 18:45:47 OK: 71 MiB in 55 packages 18:45:47 ---> Running in 09bd409bcb3f 18:45:47 ---> Running in da87966f9389 18:45:48 Removing intermediate container 09bd409bcb3f 18:45:48 ---> 2349a4dc17ca 18:45:48 Step 21/21 : LABEL version=0.0.0 18:45:49 Removing intermediate container da87966f9389 18:45:49 ---> 74f6a8e02e48 18:45:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:45:49 ---> Running in ce32229fc7ee 18:45:49 ---> Running in b2cf1839f64e 18:45:50 Removing intermediate container ce32229fc7ee 18:45:50 ---> 731b8a953936 18:45:50 18:45:50 Removing intermediate container b2cf1839f64e 18:45:50 ---> 9654ba0f8c34 18:45:50 Step 20/22 : LABEL arch=arm64 18:45:51 ---> Running in 2e0fae1c8cda 18:45:51 Successfully built 731b8a953936 18:45:51 Successfully tagged docker-support-scheduler-go-arm64:latest 18:45:51 Building docker-support-notifications-go 18:45:52  Building docker-support-scheduler-go ... done Removing intermediate container 2e0fae1c8cda 18:45:52 ---> c492b3b88bab 18:45:52 Step 21/22 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 18:45:52 ---> Running in 34bbb62d6583 18:45:54 Removing intermediate container 34bbb62d6583 18:45:54 ---> 59dc70ce438c 18:45:54 Step 22/22 : LABEL version=0.0.0 18:45:54 Removing intermediate container f8ca578f3a83 18:45:54 ---> fca4dfc1d3af 18:45:54 18:45:54 Step 10/23 : FROM alpine 18:45:54 ---> 62ee0e9f8440 18:45:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:45:55 ---> Running in 4640c4dd2c36 18:45:55 ---> Running in c6cb04e6dea6 18:45:56 Removing intermediate container 99cefdfa5856 18:45:56 ---> c7b727be60c5 18:45:56 Step 21/27 : RUN pip install docker-compose==1.23.2 18:45:57 Removing intermediate container c6cb04e6dea6 18:45:57 ---> 907365116458 18:45:57 Step 12/23 : ENV APP_PORT=48080 18:45:57 Removing intermediate container 4640c4dd2c36 18:45:57 ---> a062b829eac6 18:45:57 18:45:57 ---> Running in 094627d7c8f1 18:45:57 ---> Running in 5b1349094548 18:45:57 Successfully built a062b829eac6 18:45:57 Successfully tagged docker-core-metadata-go-arm64:latest 18:45:57 Building docker-core-command-go 18:45:58  Building docker-core-metadata-go ... done Removing intermediate container 5b1349094548 18:45:58 ---> 695e21dfd875 18:45:58 Step 13/23 : EXPOSE $APP_PORT 18:45:58 ---> Running in a2575c70a2ce 18:45:59 Removing intermediate container a2575c70a2ce 18:45:59 ---> 1c2e3fcb8f10 18:45:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:01 ---> Running in c9960f9319d2 18:46:03 Collecting docker-compose==1.23.2 18:46:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:46:05 Collecting cached-property<2,>=1.2.0 18:46:05 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 18:46:05 Removing intermediate container c9960f9319d2 18:46:05 ---> d0bc37330671 18:46:05 Step 15/23 : RUN apk --no-cache add zeromq 18:46:06 Collecting PyYAML<4,>=3.10 18:46:06 ---> Running in 8406b16bbf6e 18:46:06 Downloading PyYAML-3.13.tar.gz (270 kB) 18:46:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:10 (1/5) Installing libgcc (9.3.0-r2) 18:46:10 (2/5) Installing libsodium (1.0.18-r0) 18:46:10 (3/5) Installing libstdc++ (9.3.0-r2) 18:46:10 (4/5) Installing libzmq (4.3.2-r0) 18:46:10 (5/5) Installing zeromq (4.3.2-r0) 18:46:10 Collecting texttable<0.10,>=0.9.0 18:46:10 Downloading texttable-0.9.1.tar.gz (11 kB) 18:46:10 Executing busybox-1.31.1-r16.trigger 18:46:10 OK: 8 MiB in 19 packages 18:46:13 Collecting dockerpty<0.5,>=0.4.1 18:46:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:46:14 Removing intermediate container 8406b16bbf6e 18:46:14 ---> 2c2cf60f8fb6 18:46:14 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 18:46:15 ---> 0e92e4f09a59 18:46:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:46:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:46:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:46:18 Collecting docker<4.0,>=3.6.0 18:46:18 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:46:18 ---> 88a5d0665af3 18:46:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:46:19 Collecting jsonschema<3,>=2.5.1 18:46:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:46:19 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 18:46:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:46:19 ---> 85fa614693a9 18:46:19 Step 3/26 : WORKDIR /edgex-go 18:46:19 ---> Using cache 18:46:19 ---> 6ab594ce28d3 18:46:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:19 ---> Using cache 18:46:19 ---> d97a22374dcc 18:46:19 Step 5/26 : RUN apk update && apk add make git 18:46:19 ---> Using cache 18:46:19 ---> 28e9d692c253 18:46:19 Step 6/26 : COPY go.mod . 18:46:19 ---> Using cache 18:46:19 ---> 05093755da23 18:46:19 Step 7/26 : RUN go mod download 18:46:19 ---> Using cache 18:46:19 ---> 8a73c270032d 18:46:19 Step 8/26 : COPY . . 18:46:19 ---> Using cache 18:46:19 ---> 7cd081229a8b 18:46:19 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 18:46:19 ---> Running in 8e138bac06d8 18:46:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:46:20 ---> 8c2dc8b7798f 18:46:20 Step 19/23 : ENTRYPOINT ["/core-data"] 18:46:20 Collecting websocket-client<1.0,>=0.32.0 18:46:20 ---> Running in 64c70acc19f5 18:46:20 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:46:21 Collecting docopt<0.7,>=0.6.1 18:46:21 Downloading docopt-0.6.2.tar.gz (25 kB) 18:46:21 Removing intermediate container 64c70acc19f5 18:46:21 ---> 0bf158c0de37 18:46:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:46:21 ---> Running in 7b14ee93d548 18:46:22 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 18:46:22 Removing intermediate container 7b14ee93d548 18:46:22 ---> c153016c6023 18:46:22 Step 21/23 : LABEL arch=arm64 18:46:22 ---> Running in cd4bd208fa73 18:46:23 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) 18:46:23 Removing intermediate container cd4bd208fa73 18:46:23 ---> 71502fee3a2b 18:46:23 Step 22/23 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 18:46:24 ---> Running in 050b57078452 18:46:24 Collecting urllib3<1.25,>=1.21.1 18:46:24 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:46:25 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) 18:46:25 Collecting idna<2.8,>=2.5 18:46:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:46:25 Removing intermediate container 050b57078452 18:46:25 ---> 83ce7a0bf612 18:46:25 Step 23/23 : LABEL version=0.0.0 18:46:26 Collecting docker-pycreds>=0.4.0 18:46:26 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:46:26 ---> Running in 4ff5b5dfe685 18:46:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:46:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:46:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:46:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:46:27 Removing intermediate container 4ff5b5dfe685 18:46:27 ---> 7a20f5efd4ab 18:46:27 18:46:27 Installing collected packages: cached-property, PyYAML, texttable, dockerpty, urllib3, idna, requests, websocket-client, docker-pycreds, docker, jsonschema, docopt, docker-compose 18:46:27 Running setup.py install for PyYAML: started 18:46:28 Successfully built 7a20f5efd4ab 18:46:28 Successfully tagged docker-core-data-go-arm64:latest 18:46:28 Building docker-support-logging-go 18:46:30  Building docker-core-data-go ... done  Running setup.py install for PyYAML: finished with status 'done' 18:46:30 Running setup.py install for texttable: started 18:46:32 Running setup.py install for texttable: finished with status 'done' 18:46:32 Running setup.py install for dockerpty: started 18:46:34 Running setup.py install for dockerpty: finished with status 'done' 18:46:34 Attempting uninstall: urllib3 18:46:34 Found existing installation: urllib3 1.25.9 18:46:34 Uninstalling urllib3-1.25.9: 18:46:35 Successfully uninstalled urllib3-1.25.9 18:46:35 Attempting uninstall: idna 18:46:35 Found existing installation: idna 2.9 18:46:36 Uninstalling idna-2.9: 18:46:36 Successfully uninstalled idna-2.9 18:46:36 Attempting uninstall: requests 18:46:36 Found existing installation: requests 2.23.0 18:46:36 Uninstalling requests-2.23.0: 18:46:36 Successfully uninstalled requests-2.23.0 18:46:38 Running setup.py install for docopt: started 18:46:40 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 18:46:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:46:40 ---> 85fa614693a9 18:46:40 Step 3/24 : WORKDIR /edgex-go 18:46:40 ---> Using cache 18:46:40 ---> 6ab594ce28d3 18:46:40 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:40 ---> Using cache 18:46:40 ---> d97a22374dcc 18:46:40 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 18:46:41 Running setup.py install for docopt: finished with status 'done' 18:46:42 ---> Running in 7aa1e4b442a0 18:46:42 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 18:46:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:46 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 18:46:46 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:46:46 OK: 12617 distinct packages available 18:46:47 OK: 217 MiB in 51 packages 18:46:50 Removing intermediate container 094627d7c8f1 18:46:50 ---> b78bb8b89795 18:46:50 Step 22/27 : RUN apk --no-cache add curl 18:46:50 ---> Running in fc75ab60db2d 18:46:50 Removing intermediate container 7aa1e4b442a0 18:46:50 ---> 3b9bcd3b71c2 18:46:50 Step 6/24 : COPY go.mod . 18:46:52 ---> 56f6b574463f 18:46:52 Step 7/24 : RUN go mod download 18:46:52 ---> Running in 4865ef0cca2c 18:46:52 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 18:46:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:46:52 ---> 85fa614693a9 18:46:52 Step 3/22 : WORKDIR /edgex-go 18:46:52 ---> Using cache 18:46:52 ---> 6ab594ce28d3 18:46:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:52 ---> Using cache 18:46:52 ---> d97a22374dcc 18:46:52 Step 5/22 : RUN apk update && apk add make git 18:46:52 ---> Using cache 18:46:52 ---> 28e9d692c253 18:46:52 Step 6/22 : COPY go.mod . 18:46:52 ---> Using cache 18:46:52 ---> 05093755da23 18:46:52 Step 7/22 : RUN go mod download 18:46:52 ---> Using cache 18:46:52 ---> 8a73c270032d 18:46:52 Step 8/22 : COPY . . 18:46:52 ---> Using cache 18:46:52 ---> 7cd081229a8b 18:46:52 Step 9/22 : RUN make cmd/core-command/core-command 18:46:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:52 ---> Running in e19138504a8d 18:46:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:53 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:46:53 (2/3) Installing libcurl (7.69.1-r0) 18:46:53 (3/3) Installing curl (7.69.1-r0) 18:46:53 Executing busybox-1.31.1-r16.trigger 18:46:53 OK: 71 MiB in 58 packages 18:46:56 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 18:46:56 Removing intermediate container fc75ab60db2d 18:46:56 ---> 5e91e6d0bd5b 18:46:56 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 18:46:57 ---> Running in 5d1aba19bb0c 18:46:57 Removing intermediate container 4865ef0cca2c 18:46:57 ---> ed3a381466aa 18:46:57 Step 8/24 : COPY . . 18:46:58 Removing intermediate container 5d1aba19bb0c 18:46:58 ---> 4e6e00a63db9 18:46:58 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:46:59 ---> Running in 51fb3e7ac15e 18:47:01 Removing intermediate container 51fb3e7ac15e 18:47:01 ---> 700d53776de3 18:47:01 Step 25/27 : LABEL arch=arm64 18:47:01 ---> Running in a2c31924dd09 18:47:04 Removing intermediate container a2c31924dd09 18:47:04 ---> 9e25115dc777 18:47:04 Step 26/27 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 18:47:05 ---> Running in 781b03621c8d 18:47:06 Removing intermediate container 781b03621c8d 18:47:06 ---> 5955a2ddc1c0 18:47:06 Step 27/27 : LABEL version=0.0.0 18:47:06 ---> Running in a790d88ccb0a 18:47:07 Removing intermediate container a790d88ccb0a 18:47:07 ---> 91d7f21df551 18:47:07 18:47:09 Successfully built 91d7f21df551 18:47:09 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:47:09 Building docker-security-proxy-setup-go 18:47:12  Building docker-sys-mgmt-agent-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 18:47:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:47:12 ---> 85fa614693a9 18:47:12 Step 3/22 : WORKDIR /edgex-go 18:47:12 ---> Using cache 18:47:12 ---> 6ab594ce28d3 18:47:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:47:12 ---> Using cache 18:47:12 ---> d97a22374dcc 18:47:12 Step 5/22 : RUN apk update && apk add make && apk add bash git 18:47:14 ---> Running in 12dcd89f8609 18:47:15 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 18:47:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:47:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:47:19 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 18:47:19 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:47:19 OK: 12617 distinct packages available 18:47:20 OK: 217 MiB in 51 packages 18:47:21 OK: 217 MiB in 51 packages 18:47:27 Removing intermediate container 12dcd89f8609 18:47:27 ---> 8f84b16460c4 18:47:27 Step 6/22 : COPY go.mod . 18:47:27 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 18:47:27 ---> dc68bda58ec4 18:47:27 Step 9/24 : RUN make cmd/support-notifications/support-notifications 18:47:28 ---> Running in 8ec4842fe6cd 18:47:28 ---> 30dfcc7402d4 18:47:28 Step 7/22 : RUN go mod download 18:47:29 ---> Running in e625fcaa9cee 18:47:32 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 18:47:36 Removing intermediate container e625fcaa9cee 18:47:36 ---> 5d00cfc98f0c 18:47:36 Step 8/22 : COPY . . 18:47:42 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 18:47:42 Step 2/20 : FROM ${BUILDER_BASE} AS builder 18:47:42 ---> 85fa614693a9 18:47:42 Step 3/20 : WORKDIR /edgex-go 18:47:42 ---> Using cache 18:47:42 ---> 6ab594ce28d3 18:47:42 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:47:42 ---> Using cache 18:47:42 ---> d97a22374dcc 18:47:42 Step 5/20 : RUN apk update && apk add make git 18:47:42 ---> Using cache 18:47:42 ---> 28e9d692c253 18:47:42 Step 6/20 : COPY go.mod . 18:47:42 ---> Using cache 18:47:42 ---> 05093755da23 18:47:42 Step 7/20 : RUN go mod download 18:47:42 ---> Using cache 18:47:42 ---> 8a73c270032d 18:47:42 Step 8/20 : COPY . . 18:47:42 ---> Using cache 18:47:42 ---> 7cd081229a8b 18:47:42 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 18:47:42 ---> Running in 830a8e43c7c5 18:47:46 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 18:47:46 Removing intermediate container 8e138bac06d8 18:47:46 ---> 39eb17f65381 18:47:46 18:47:46 Step 10/26 : FROM alpine:3.10 18:47:46 3.10: Pulling from library/alpine 18:47:48 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 18:47:48 Status: Downloaded newer image for alpine:3.10 18:47:48 ---> 536a684cf733 18:47:48 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 18:47:49 ---> Running in 643009fd0b04 18:47:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 18:47:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 18:47:54 v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 18:47:54 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 18:47:54 OK: 10167 distinct packages available 18:47:55 (1/5) Installing ca-certificates (20191127-r2) 18:47:55 (2/5) Installing nghttp2-libs (1.39.2-r1) 18:47:55 (3/5) Installing libcurl (7.66.0-r0) 18:47:55 (4/5) Installing curl (7.66.0-r0) 18:47:55 (5/5) Installing dumb-init (1.2.2-r1) 18:47:55 Executing busybox-1.30.1-r3.trigger 18:47:55 Executing ca-certificates-20191127-r2.trigger 18:47:55 OK: 7 MiB in 19 packages 18:47:59 Removing intermediate container 643009fd0b04 18:47:59 ---> c9a1111651a9 18:47:59 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:48:00 ---> Running in 9bfb1f87e2ca 18:48:01 Removing intermediate container 9bfb1f87e2ca 18:48:01 ---> 094cb69198b5 18:48:01 Step 13/26 : WORKDIR / 18:48:01 ---> Running in 66955f3fb7b8 18:48:02 Removing intermediate container 66955f3fb7b8 18:48:02 ---> 47c4df4d8843 18:48:02 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:48:04 ---> c9c65ff08ddf 18:48:04 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:48:05 ---> 0dccc1fe0e3d 18:48:05 Step 9/22 : RUN make cmd/support-logging/support-logging 18:48:05 ---> 8a537a72ddce 18:48:05 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:48:05 ---> Running in 34afb3b45c27 18:48:07 ---> 2fd259c97067 18:48:07 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 18:48:08 ---> d1b6014dc509 18:48:08 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:48:08 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 18:48:10 ---> 5f7ae1b2e7a2 18:48:10 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:48:11 ---> fd303630b1cd 18:48:11 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 18:48:13 ---> 1b1f32f05094 18:48:13 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:48:14 ---> 155c3a376431 18:48:14 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:48:15 ---> Running in 55eeebc8cf71 18:48:19 Removing intermediate container 55eeebc8cf71 18:48:19 ---> 880952b498e3 18:48:19 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 18:48:19 ---> Running in c14120afcf31 18:48:20 Removing intermediate container c14120afcf31 18:48:20 ---> 8d4018c2e689 18:48:20 Step 24/26 : LABEL arch=arm64 18:48:20 ---> Running in 91707fce265d 18:48:21 Removing intermediate container 91707fce265d 18:48:21 ---> 0bfe1efb3ff0 18:48:21 Step 25/26 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 18:48:21 ---> Running in a885cfd65e01 18:48:22 Removing intermediate container a885cfd65e01 18:48:22 ---> 75b83c210667 18:48:22 Step 26/26 : LABEL version=0.0.0 18:48:22 ---> Running in 170f2449ad54 18:48:22 Removing intermediate container 170f2449ad54 18:48:22 ---> b7cf14e60fe9 18:48:22 18:48:23 Successfully built b7cf14e60fe9 18:48:23 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:48:31  Building docker-security-secretstore-setup-go ... done Removing intermediate container e19138504a8d 18:48:31 ---> 670f73f22d78 18:48:31 18:48:31 Step 10/22 : FROM scratch 18:48:31 ---> 18:48:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:48:31 ---> Using cache 18:48:31 ---> 34851e93f378 18:48:31 Step 12/22 : ENV APP_PORT=48082 18:48:31 ---> Running in bd43de348456 18:48:32 Removing intermediate container bd43de348456 18:48:32 ---> 9bd389b9e5aa 18:48:32 Step 13/22 : EXPOSE $APP_PORT 18:48:32 ---> Running in 3a26f30ea764 18:48:33 Removing intermediate container 3a26f30ea764 18:48:33 ---> 2abfe7c06637 18:48:33 Step 14/22 : WORKDIR / 18:48:33 ---> Running in 3db7d37c8b29 18:48:33 Removing intermediate container 3db7d37c8b29 18:48:33 ---> 5130d102afd4 18:48:33 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 18:48:34 ---> 70546b698117 18:48:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:48:37 ---> fb2e3ca13114 18:48:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:48:38 ---> 0b33a0fe2cde 18:48:38 Step 18/22 : ENTRYPOINT ["/core-command"] 18:48:38 ---> Running in 8f6f6ddb1345 18:48:38 Removing intermediate container 8f6f6ddb1345 18:48:38 ---> c3e4be799e87 18:48:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:48:38 ---> Running in 9f42e42c49f4 18:48:39 Removing intermediate container 9f42e42c49f4 18:48:39 ---> 5b045d1dd366 18:48:39 Step 20/22 : LABEL arch=arm64 18:48:39 ---> Running in 0c9cdc64bf45 18:48:40 Removing intermediate container 0c9cdc64bf45 18:48:40 ---> f51e5fe56da9 18:48:40 Step 21/22 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 18:48:40 ---> Running in c2c800fabcd4 18:48:41 Removing intermediate container c2c800fabcd4 18:48:41 ---> b52d5165b9b1 18:48:41 Step 22/22 : LABEL version=0.0.0 18:48:41 ---> Running in 9b28ffa72901 18:48:41 Removing intermediate container 9b28ffa72901 18:48:41 ---> 7e6dbc6aa0a5 18:48:41 18:48:42 Successfully built 7e6dbc6aa0a5 18:48:42 Successfully tagged docker-core-command-go-arm64:latest 18:49:01  Building docker-core-command-go ... done Removing intermediate container 830a8e43c7c5 18:49:01 ---> fa6902c9f390 18:49:01 18:49:01 Step 10/20 : FROM alpine 18:49:01 ---> 62ee0e9f8440 18:49:01 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 18:49:01 ---> Running in c9ef3fa9b67d 18:49:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:49:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:49:01 v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 18:49:01 v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 18:49:01 OK: 12617 distinct packages available 18:49:02 (1/4) Installing ca-certificates (20191127-r4) 18:49:02 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:49:02 (3/4) Installing libcurl (7.69.1-r0) 18:49:02 (4/4) Installing curl (7.69.1-r0) 18:49:02 Executing busybox-1.31.1-r16.trigger 18:49:02 Executing ca-certificates-20191127-r4.trigger 18:49:02 OK: 7 MiB in 18 packages 18:49:03 Removing intermediate container 8ec4842fe6cd 18:49:03 ---> c764d3fb7894 18:49:03 18:49:03 Step 10/24 : FROM scratch 18:49:03 ---> 18:49:03 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:49:03 ---> Running in dd53d7c2df2e 18:49:03 Removing intermediate container dd53d7c2df2e 18:49:03 ---> 93394338f70b 18:49:03 Step 12/24 : ENV APP_PORT=48060 18:49:04 ---> Running in f493c637cae1 18:49:04 Removing intermediate container c9ef3fa9b67d 18:49:04 ---> 5a25109244a6 18:49:04 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:49:04 ---> Running in cadcc9c84fcb 18:49:04 Removing intermediate container f493c637cae1 18:49:04 ---> 77888f4311d8 18:49:04 Step 13/24 : EXPOSE $APP_PORT 18:49:04 ---> Running in ea9178b33763 18:49:05 Removing intermediate container cadcc9c84fcb 18:49:05 ---> a506efad5d6a 18:49:05 Step 13/20 : WORKDIR /edgex 18:49:05 ---> Running in 4c3c8f174eda 18:49:05 Removing intermediate container ea9178b33763 18:49:05 ---> 79df837a702c 18:49:05 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 18:49:05 Removing intermediate container 4c3c8f174eda 18:49:05 ---> 7dd683ecafbc 18:49:05 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:49:06 ---> a87f3d6bf60f 18:49:06 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 18:49:06 ---> 08a21072fef1 18:49:06 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:49:08 ---> 016d1153e63d 18:49:08 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 18:49:08 ---> e8d47afc6a63 18:49:08 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:49:08 ---> Running in f66c911c1879 18:49:09 Removing intermediate container f66c911c1879 18:49:09 ---> 75fd77641121 18:49:09 Step 17/20 : CMD ["--init=true"] 18:49:09 ---> Running in 54a1be9ddc89 18:49:09 ---> 79c7c763702d 18:49:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 18:49:09 Removing intermediate container 34afb3b45c27 18:49:09 ---> d750fb2c2362 18:49:09 18:49:09 Step 10/22 : FROM scratch 18:49:09 ---> 18:49:09 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:49:10 ---> Using cache 18:49:10 ---> 93394338f70b 18:49:10 Step 12/22 : ENV APP_PORT=48061 18:49:10 Removing intermediate container 54a1be9ddc89 18:49:10 ---> 6a3db552a84d 18:49:10 Step 18/20 : LABEL arch=arm64 18:49:10 ---> Running in ea565c819df5 18:49:10 ---> Running in 39a3ebafa07a 18:49:10 ---> 38e337a5d817 18:49:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:49:10 Removing intermediate container ea565c819df5 18:49:10 ---> 59dbc260e4ea 18:49:10 Step 13/22 : EXPOSE $APP_PORT 18:49:10 ---> Running in c41b6a2b0b25 18:49:10 Removing intermediate container 39a3ebafa07a 18:49:10 ---> e08734aeadbb 18:49:10 Step 19/20 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 18:49:10 ---> Running in 38eb332ce2f6 18:49:11 Removing intermediate container c41b6a2b0b25 18:49:11 ---> a8c4b44ff2b3 18:49:11 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 18:49:11 Removing intermediate container 38eb332ce2f6 18:49:11 ---> 7628c25fc1cc 18:49:11 Step 20/20 : LABEL version=0.0.0 18:49:11 ---> Running in d1f434e26dc1 18:49:11 ---> 749f1d008202 18:49:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:49:11 ---> 3b2a036f2263 18:49:11 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 18:49:12 Removing intermediate container d1f434e26dc1 18:49:12 ---> 3b3272c375b3 18:49:12 18:49:12 ---> 16eb721c0a02 18:49:12 Step 20/24 : ENTRYPOINT ["/support-notifications"] 18:49:12 Successfully built 3b3272c375b3 18:49:12 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:49:12  Building docker-security-proxy-setup-go ... done  ---> Running in 9ea7f896ab4c 18:49:12 ---> 2153e9a9b02d 18:49:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 18:49:13 Removing intermediate container 9ea7f896ab4c 18:49:13 ---> 3faaf8d31867 18:49:13 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:49:13 ---> Running in e05248d9af86 18:49:14 ---> 1b1bdeffbecd 18:49:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 18:49:14 Removing intermediate container e05248d9af86 18:49:14 ---> d1b60b187170 18:49:14 Step 22/24 : LABEL arch=arm64 18:49:14 ---> Running in 8ad6dfb05481 18:49:14 Removing intermediate container 8ad6dfb05481 18:49:14 ---> f47301613fa3 18:49:14 Step 23/24 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 18:49:14 ---> 632624f874e4 18:49:14 Step 18/22 : ENTRYPOINT ["/support-logging"] 18:49:14 ---> Running in 9a960bac630d 18:49:15 ---> Running in 674c00b13950 18:49:15 Removing intermediate container 9a960bac630d 18:49:15 ---> 032b6c78e0be 18:49:15 Step 24/24 : LABEL version=0.0.0 18:49:15 Removing intermediate container 674c00b13950 18:49:15 ---> 0e83dabe4fa7 18:49:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:49:15 ---> Running in 0fc25f6f3355 18:49:15 ---> Running in b9a0fde96c51 18:49:16 Removing intermediate container 0fc25f6f3355 18:49:16 ---> 94c050b76ee0 18:49:16 18:49:16 Removing intermediate container b9a0fde96c51 18:49:16 ---> 15f42a0a2584 18:49:16 Step 20/22 : LABEL arch=arm64 18:49:16 ---> Running in 267cd4401b3d 18:49:16 Successfully built 94c050b76ee0 18:49:16 Successfully tagged docker-support-notifications-go-arm64:latest 18:49:16  Building docker-support-notifications-go ... done Removing intermediate container 267cd4401b3d 18:49:16 ---> b9f518736286 18:49:16 Step 21/22 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 18:49:17 ---> Running in 416ad499d41a 18:49:17 Removing intermediate container 416ad499d41a 18:49:17 ---> ce3b24556232 18:49:17 Step 22/22 : LABEL version=0.0.0 18:49:17 ---> Running in 437f5ac37e27 18:49:18 Removing intermediate container 437f5ac37e27 18:49:18 ---> 6215def00fb5 18:49:18 18:49:18 Successfully built 6215def00fb5 18:49:18 Successfully tagged docker-support-logging-go-arm64:latest 18:49:19  Building docker-support-logging-go ... done  [Pipeline] } 18:49:19 $ docker stop --time=1 f0b6e228a8503d88f11627b520cbd606e32e2421df9ee63d1f654202463f7002 18:49:21 $ docker rm -f f0b6e228a8503d88f11627b520cbd606e32e2421df9ee63d1f654202463f7002 [Pipeline] // withDockerContainer [Pipeline] sh 18:49:21 + docker images 18:49:21 + grep docker 18:49:22 docker-support-logging-go-arm64 latest 6215def00fb5 4 seconds ago 11.4MB 18:49:22 docker-support-notifications-go-arm64 latest 94c050b76ee0 6 seconds ago 13.9MB 18:49:22 docker-security-proxy-setup-go-arm64 latest 3b3272c375b3 10 seconds ago 15.8MB 18:49:22 docker-core-command-go-arm64 latest 7e6dbc6aa0a5 40 seconds ago 12.4MB 18:49:22 docker-security-secretstore-setup-go-arm64 latest b7cf14e60fe9 59 seconds ago 32.6MB 18:49:22 docker-sys-mgmt-agent-go-arm64 latest 91d7f21df551 2 minutes ago 266MB 18:49:22 docker-core-data-go-arm64 latest 7a20f5efd4ab 2 minutes ago 23.3MB 18:49:22 docker-core-metadata-go-arm64 latest a062b829eac6 3 minutes ago 13.8MB 18:49:22 docker-support-scheduler-go-arm64 latest 731b8a953936 3 minutes ago 12.6MB 18:49:22 docker-security-secrets-setup-go-arm64 latest 818b93124785 3 minutes ago 24.2MB 18:49:22 docker latest ce9d55ae87f1 2 months 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 18:49:24 provisioning config files... 18:49:24 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config8599358049698043755tmp [Pipeline] { [Pipeline] sh 18:49:25 + curl -s https://codecov.io/bash 18:49:25 + bash -s - -t @/w/workspace/edgex-go/1@tmp/config8599358049698043755tmp [Pipeline] } 18:49:25 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 18:49:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:49:29 ---> package-listing.sh 18:49:29 ++ facter osfamily 18:49:29 ++ tr '[:upper:]' '[:lower:]' 18:49:29 + OS_FAMILY=redhat 18:49:29 + workspace=/w/workspace/edgex-go/1 18:49:29 + START_PACKAGES=/tmp/packages_start.txt 18:49:29 + END_PACKAGES=/tmp/packages_end.txt 18:49:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:49:29 + PACKAGES=/tmp/packages_start.txt 18:49:29 + '[' /w/workspace/edgex-go/1 ']' 18:49:29 + PACKAGES=/tmp/packages_end.txt 18:49:29 + case "${OS_FAMILY}" in 18:49:29 + rpm -qa 18:49:29 + sort 18:49:33 + '[' -f /tmp/packages_start.txt ']' 18:49:33 + '[' -f /tmp/packages_end.txt ']' 18:49:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:49:33 + '[' /w/workspace/edgex-go/1 ']' 18:49:33 + mkdir -p /w/workspace/edgex-go/1/archives/ 18:49:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] isUnix [Pipeline] sh 18:49:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:49:34 18:49:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:49:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:49:34 alpine: Pulling from edgex-lftools-log-publisher 18:49:34 c9b1b535fdd9: Pulling fs layer 18:49:34 2cc5ad85d9ab: Pulling fs layer 18:49:34 756a868c4378: Pulling fs layer 18:49:34 444b2fc9a129: Pulling fs layer 18:49:34 ea15f1150254: Pulling fs layer 18:49:34 41b27a9f41bf: Pulling fs layer 18:49:34 28c525ee5125: Pulling fs layer 18:49:34 094b1ea09ed8: Pulling fs layer 18:49:34 138eaada9080: Pulling fs layer 18:49:34 0622d0fa9048: Pulling fs layer 18:49:34 444b2fc9a129: Waiting 18:49:34 ea15f1150254: Waiting 18:49:34 41b27a9f41bf: Waiting 18:49:34 28c525ee5125: Waiting 18:49:34 094b1ea09ed8: Waiting 18:49:34 138eaada9080: Waiting 18:49:34 0622d0fa9048: Waiting 18:49:34 2cc5ad85d9ab: Verifying Checksum 18:49:34 2cc5ad85d9ab: Download complete 18:49:34 444b2fc9a129: Download complete 18:49:35 ea15f1150254: Verifying Checksum 18:49:35 ea15f1150254: Download complete 18:49:35 c9b1b535fdd9: Verifying Checksum 18:49:35 c9b1b535fdd9: Download complete 18:49:35 28c525ee5125: Verifying Checksum 18:49:35 28c525ee5125: Download complete 18:49:35 c9b1b535fdd9: Pull complete 18:49:35 756a868c4378: Verifying Checksum 18:49:35 756a868c4378: Download complete 18:49:35 138eaada9080: Verifying Checksum 18:49:35 138eaada9080: Download complete 18:49:35 2cc5ad85d9ab: Pull complete 18:49:35 0622d0fa9048: Download complete 18:49:36 094b1ea09ed8: Verifying Checksum 18:49:36 094b1ea09ed8: Download complete 18:49:36 41b27a9f41bf: Verifying Checksum 18:49:36 41b27a9f41bf: Download complete 18:49:37 756a868c4378: Pull complete 18:49:37 444b2fc9a129: Pull complete 18:49:39 ea15f1150254: Pull complete 18:49:44 41b27a9f41bf: Pull complete 18:49:45 28c525ee5125: Pull complete 18:49:47 094b1ea09ed8: Pull complete 18:49:48 138eaada9080: Pull complete 18:49:48 0622d0fa9048: Pull complete 18:49:48 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 18:49:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:49:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:49:49 prd-centos7-docker-4c-2g-409 does not seem to be running inside a container 18:49:49 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:49:53 $ docker top e69264234ea291f9f9800a346e4953b2880a8aed7bed075a6ddc0ae781dda0fb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:49:54 provisioning config files... 18:49:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config6548358152536910074tmp [Pipeline] { [Pipeline] echo 18:49:54 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:49:54 ---> create-netrc.sh [Pipeline] echo 18:49:54 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:49:55 ---> logs-deploy.sh 18:49:55 + ARCHIVE_ARTIFACTS= 18:49:55 + LOGS_SERVER=https://logs.edgexfoundry.org 18:49:55 + '[' https://logs.edgexfoundry.org == None ']' 18:49:55 + NEXUS_URL=https://nexus.edgexfoundry.org 18:49:55 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2673/1 18:49:55 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2673/1/ 18:49:55 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2673/1 /w/workspace/edgex-go/1 18:49:56 Archives upload complete. 18:49:56 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2673/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2673/1/ 18:49:57 ---> uname -a: 18:49:57 Linux e69264234ea2 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 18:49:57 18:49:57 18:49:57 ---> lscpu: 18:49:57 Architecture: x86_64 18:49:57 CPU op-mode(s): 32-bit, 64-bit 18:49:57 Byte Order: Little Endian 18:49:57 Address sizes: 40 bits physical, 48 bits virtual 18:49:57 CPU(s): 4 18:49:57 On-line CPU(s) list: 0-3 18:49:57 Thread(s) per core: 1 18:49:57 Core(s) per socket: 1 18:49:57 Socket(s): 4 18:49:57 NUMA node(s): 1 18:49:57 Vendor ID: GenuineIntel 18:49:57 CPU family: 6 18:49:57 Model: 44 18:49:57 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:49:57 Stepping: 1 18:49:57 CPU MHz: 2933.442 18:49:57 BogoMIPS: 5866.88 18:49:57 Virtualization: VT-x 18:49:57 Hypervisor vendor: KVM 18:49:57 Virtualization type: full 18:49:57 L1d cache: 128 KiB 18:49:57 L1i cache: 128 KiB 18:49:57 L2 cache: 16 MiB 18:49:57 L3 cache: 64 MiB 18:49:57 NUMA node0 CPU(s): 0-3 18:49:57 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:49:57 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:49:57 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:49:57 Vulnerability Meltdown: Mitigation; PTI 18:49:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:49:57 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:49:57 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:49:57 Vulnerability Tsx async abort: Not affected 18:49:57 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 18:49:57 18:49:57 18:49:57 ---> nproc: 18:49:57 4 18:49:57 18:49:57 18:49:57 ---> df -h: 18:49:57 Filesystem Size Used Available Use% Mounted on 18:49:57 overlay 50.0G 13.4G 36.6G 27% / 18:49:57 tmpfs 64.0M 0 64.0M 0% /dev 18:49:57 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:49:57 shm 64.0M 0 64.0M 0% /dev/shm 18:49:57 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/resolv.conf 18:49:57 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hostname 18:49:57 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hosts 18:49:57 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/sa 18:49:57 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/1 18:49:57 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/1@tmp 18:49:57 18:49:57 18:49:57 ---> free -m: 18:49:57 total used free shared buff/cache available 18:49:57 Mem: 1837 649 108 0 1079 1105 18:49:57 Swap: 1023 51 972 18:49:57 18:49:57 18:49:57 ---> ip addr: 18:49:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:49:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:49:57 inet 127.0.0.1/8 scope host lo 18:49:57 valid_lft forever preferred_lft forever 18:49:57 114: eth0@if115: mtu 1458 qdisc noqueue state UP 18:49:57 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 18:49:57 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 18:49:57 valid_lft forever preferred_lft forever 18:49:57 18:49:57 18:49:57 ---> sar -b -r -n DEV: 18:49:57 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/26/20 _x86_64_ (4 CPU) 18:49:57 18:49:57 18:29:10 LINUX RESTART 18:49:57 18:49:57 18:30:02 tps rtps wtps bread/s bwrtn/s 18:49:57 18:31:01 143.00 63.97 79.04 9181.39 38796.01 18:49:57 18:32:01 453.69 246.87 206.82 8080.51 54602.56 18:49:57 18:33:01 342.06 223.90 118.16 10120.87 24293.66 18:49:57 18:34:01 284.70 89.38 195.32 39477.29 121314.50 18:49:57 18:35:02 3025.97 2664.47 361.50 191968.13 204603.84 18:49:57 18:36:01 581.98 311.19 270.80 48073.96 80075.22 18:49:57 18:37:02 2387.89 2011.97 375.92 191609.42 202776.86 18:49:57 18:38:01 843.39 519.60 323.79 43518.89 58341.13 18:49:57 18:39:01 114.00 11.49 102.51 3110.09 6875.24 18:49:57 18:40:01 2.63 1.30 1.33 30.24 17.10 18:49:57 18:41:01 0.47 0.18 0.28 2.66 2.75 18:49:57 18:42:01 0.20 0.03 0.17 0.80 2.30 18:49:57 18:43:01 0.27 0.00 0.27 0.00 3.51 18:49:57 18:44:01 0.27 0.02 0.25 0.53 2.30 18:49:57 18:45:01 1.98 1.73 0.25 54.62 3.23 18:49:57 18:46:01 0.80 0.03 0.77 1.07 14.59 18:49:57 18:47:01 0.28 0.02 0.27 0.53 3.50 18:49:57 18:48:01 0.25 0.00 0.25 0.00 2.50 18:49:57 18:49:01 0.22 0.02 0.20 0.53 2.58 18:49:57 Average: 432.64 325.35 107.29 28846.00 41816.79 18:49:57 18:49:57 18:30:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:49:57 18:31:01 73144 1808412 96.11 2596 1161040 1512504 51.62 706720 932412 44988 18:49:57 18:32:01 352304 1529252 81.28 1496 879536 1076588 36.74 516640 769280 28 18:49:57 18:33:01 308904 1572652 83.58 528 756196 1566936 53.48 703152 623628 50884 18:49:57 18:34:01 68784 1812772 96.34 112 1040276 2251704 76.85 758220 885972 48620 18:49:57 18:35:02 76832 1804724 95.92 4 1134284 1713420 58.48 701724 930500 70576 18:49:57 18:36:01 111744 1769812 94.06 4 1132592 1324248 45.19 743792 818512 75804 18:49:57 18:37:02 73224 1808332 96.11 4 1113948 2150508 73.39 580464 1034088 1048 18:49:57 18:38:01 422000 1459556 77.57 4 813240 1483864 50.64 454156 790616 744 18:49:57 18:39:01 354964 1526592 81.13 4 936572 1214144 41.44 475556 832776 8 18:49:57 18:40:01 363560 1517996 80.68 4 937144 1146892 39.14 470040 831768 8 18:49:57 18:41:01 363672 1517884 80.67 4 937144 1144812 39.07 469820 831876 8 18:49:57 18:42:01 363940 1517616 80.66 4 937168 1141728 38.97 469648 831920 8 18:49:57 18:43:01 364344 1517212 80.64 4 937180 1141728 38.97 469516 831920 8 18:49:57 18:44:01 364276 1517280 80.64 4 937168 1141728 38.97 469408 831920 8 18:49:57 18:45:01 362152 1519404 80.75 4 938172 1141812 38.97 470332 832324 16 18:49:57 18:46:01 362520 1519036 80.73 4 938180 1141764 38.97 470272 832324 8 18:49:57 18:47:01 362824 1518732 80.72 4 938188 1141728 38.97 470140 832340 8 18:49:57 18:48:01 362584 1518972 80.73 4 938196 1141728 38.97 470268 832340 16 18:49:57 18:49:01 363004 1518552 80.71 4 938192 1141728 38.97 470148 832344 8 18:49:57 Average: 288146 1593410 84.69 252 965496 1353661 46.20 544211 838887 15410 18:49:57 18:49:57 18:30:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 18:49:57 18:31:01 eth0 2045.12 1545.03 8840.13 2895.32 0.00 0.00 0.00 18:49:57 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:31:01 docker0 862.39 780.22 69.31 2702.55 0.00 0.00 0.00 18:49:57 18:32:01 eth0 292.48 210.45 1896.34 28.68 0.00 0.00 0.00 18:49:57 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:32:01 docker0 135.51 167.83 9.60 835.11 0.00 0.00 0.00 18:49:57 18:33:01 eth0 49.74 31.66 37.45 75.65 0.00 0.00 0.00 18:49:57 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:33:01 vethac5ad1f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 18:49:57 18:33:01 docker0 983.25 934.79 77.73 3491.68 0.00 0.00 0.00 18:49:57 18:34:01 veth5e88e62 0.00 0.13 0.00 0.01 0.00 0.00 0.00 18:49:57 18:34:01 eth0 3199.22 2348.88 15480.38 3066.16 0.00 0.00 0.00 18:49:57 18:34:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 18:49:57 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:35:02 veth5e88e62 0.00 0.30 0.00 0.01 0.00 0.00 0.00 18:49:57 18:35:02 veth4aac7aa 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:35:02 vethdfa804c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:35:02 eth0 3250.57 2381.67 15638.89 3108.89 0.00 0.00 0.00 18:49:57 18:36:01 veth5e88e62 0.00 0.14 0.00 0.01 0.00 0.00 0.00 18:49:57 18:36:01 eth0 49.59 32.36 145.90 14.84 0.00 0.00 0.00 18:49:57 18:36:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 18:49:57 18:36:01 docker0 1022.33 985.48 80.22 3769.43 0.00 0.00 0.00 18:49:57 18:37:02 veth5e88e62 0.00 0.18 0.00 0.01 0.00 0.00 0.00 18:49:57 18:37:02 eth0 51.90 38.36 141.30 60.71 0.00 0.00 0.00 18:49:57 18:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:37:02 vethd06994d 0.00 0.10 0.00 0.01 0.00 0.00 0.00 18:49:57 18:38:01 veth590f376 12.47 24.79 0.84 273.34 0.00 0.00 0.00 18:49:57 18:38:01 veth5e88e62 0.00 0.91 0.00 0.04 0.00 0.00 0.00 18:49:57 18:38:01 vethf294263 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:38:01 eth0 3508.01 2554.55 16656.23 3313.04 0.00 0.00 0.00 18:49:57 18:39:01 eth0 51.47 34.92 156.24 50.89 0.00 0.00 0.00 18:49:57 18:39:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 18:49:57 18:39:01 docker0 1047.55 1039.68 81.49 4305.68 0.00 0.00 0.00 18:49:57 18:40:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 18:49:57 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:41:01 eth0 0.18 0.17 0.07 0.01 0.00 0.00 0.00 18:49:57 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:42:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 18:49:57 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:43:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 18:49:57 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:44:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 18:49:57 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:45:01 eth0 0.20 0.18 0.08 0.07 0.00 0.00 0.00 18:49:57 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:46:01 eth0 0.20 0.18 0.07 0.01 0.00 0.00 0.00 18:49:57 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:47:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 18:49:57 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:48:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 18:49:57 18:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:49:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 18:49:57 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 Average: eth0 145.40 107.00 701.76 170.57 0.00 0.00 0.00 18:49:57 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:49:57 Average: docker0 55.19 54.78 4.29 226.86 0.00 0.00 0.00 18:49:57 18:49:57 18:49:57 ---> sar -P ALL: 18:49:57 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/26/20 _x86_64_ (4 CPU) 18:49:57 18:49:57 18:29:10 LINUX RESTART 18:49:57 18:49:57 18:30:02 CPU %user %nice %system %iowait %steal %idle 18:49:57 18:31:01 all 20.00 0.00 7.66 2.40 0.04 69.90 18:49:57 18:31:01 0 19.95 0.00 9.32 1.84 0.05 68.83 18:49:57 18:31:01 1 24.93 0.00 6.81 4.20 0.02 64.04 18:49:57 18:31:01 2 14.28 0.00 7.03 3.06 0.07 75.57 18:49:57 18:31:01 3 20.85 0.00 7.48 0.45 0.02 71.20 18:49:57 18:32:01 all 11.20 0.00 8.18 5.11 0.02 75.48 18:49:57 18:32:01 0 11.77 0.00 8.77 7.39 0.02 72.06 18:49:57 18:32:01 1 10.87 0.00 7.77 5.35 0.03 75.98 18:49:57 18:32:01 2 10.85 0.00 7.91 5.54 0.02 75.69 18:49:57 18:32:01 3 11.34 0.00 8.30 2.16 0.02 78.19 18:49:57 18:33:01 all 54.57 0.00 14.97 6.50 0.03 23.93 18:49:57 18:33:01 0 53.44 0.00 15.37 6.76 0.03 24.39 18:49:57 18:33:01 1 55.23 0.00 14.81 6.29 0.02 23.65 18:49:57 18:33:01 2 53.72 0.00 15.76 6.10 0.02 24.41 18:49:57 18:33:01 3 55.86 0.00 13.93 6.91 0.03 23.26 18:49:57 18:34:01 all 16.95 0.00 12.28 10.98 0.03 59.75 18:49:57 18:34:01 0 16.28 0.00 11.75 7.55 0.02 64.40 18:49:57 18:34:01 1 18.90 0.00 12.79 14.53 0.03 53.75 18:49:57 18:34:01 2 17.12 0.00 12.05 10.20 0.03 60.60 18:49:57 18:34:01 3 15.50 0.00 12.55 11.64 0.05 60.25 18:49:57 18:35:02 all 20.70 0.00 23.64 28.27 0.07 27.31 18:49:57 18:35:02 0 20.37 0.00 23.22 27.64 0.09 28.68 18:49:57 18:35:02 1 21.71 0.00 22.91 26.31 0.07 28.99 18:49:57 18:35:02 2 19.47 0.00 24.42 29.55 0.05 26.50 18:49:57 18:35:02 3 21.25 0.00 24.01 29.62 0.07 25.05 18:49:57 18:36:01 all 46.76 0.00 16.03 18.69 0.03 18.48 18:49:57 18:36:01 0 47.52 0.00 15.29 17.21 0.02 19.97 18:49:57 18:36:01 1 44.86 0.00 17.43 17.23 0.05 20.42 18:49:57 18:36:01 2 47.43 0.00 16.10 19.79 0.05 16.62 18:49:57 18:36:01 3 47.22 0.00 15.32 20.56 0.02 16.89 18:49:57 18:37:02 all 30.62 0.00 24.09 28.76 0.06 16.47 18:49:57 18:37:02 0 29.86 0.00 23.96 29.32 0.05 16.81 18:49:57 18:37:02 1 30.39 0.00 24.03 31.32 0.03 14.23 18:49:57 18:37:02 2 31.80 0.00 23.57 29.58 0.09 14.96 18:49:57 18:37:02 3 30.45 0.00 24.81 24.78 0.05 19.91 18:49:57 18:38:01 all 44.05 0.00 17.28 22.10 0.05 16.52 18:49:57 18:38:01 0 43.82 0.00 17.41 22.95 0.05 15.77 18:49:57 18:38:01 1 44.59 0.00 17.31 18.48 0.03 19.59 18:49:57 18:38:01 2 44.09 0.00 16.68 21.21 0.03 17.99 18:49:57 18:38:01 3 43.74 0.00 17.72 25.76 0.07 12.71 18:49:57 18:39:01 all 5.27 0.00 3.47 7.62 0.02 83.63 18:49:57 18:39:01 0 4.32 0.00 3.07 4.17 0.02 88.42 18:49:57 18:39:01 1 5.66 0.00 3.57 9.08 0.02 81.67 18:49:57 18:39:01 2 4.03 0.00 3.17 11.48 0.02 81.30 18:49:57 18:39:01 3 7.02 0.00 4.07 5.73 0.03 83.15 18:49:57 18:40:01 all 0.15 0.00 0.03 0.02 0.00 99.79 18:49:57 18:40:01 0 0.03 0.00 0.05 0.00 0.00 99.92 18:49:57 18:40:01 1 0.53 0.00 0.05 0.02 0.00 99.40 18:49:57 18:40:01 2 0.03 0.00 0.02 0.02 0.00 99.93 18:49:57 18:40:01 3 0.05 0.00 0.03 0.08 0.00 99.83 18:49:57 18:41:01 all 0.17 0.00 0.02 0.00 0.00 99.80 18:49:57 18:41:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:49:57 18:41:01 1 0.53 0.00 0.02 0.00 0.00 99.45 18:49:57 18:41:01 2 0.05 0.00 0.03 0.02 0.00 99.90 18:49:57 18:41:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:49:57 18:42:01 all 0.15 0.00 0.03 0.00 0.00 99.82 18:49:57 18:42:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:49:57 18:42:01 1 0.53 0.00 0.02 0.00 0.00 99.45 18:49:57 18:42:01 2 0.02 0.00 0.03 0.02 0.00 99.93 18:49:57 18:42:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:49:57 18:43:01 all 0.15 0.00 0.02 0.00 0.00 99.82 18:49:57 18:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:49:57 18:43:01 1 0.53 0.00 0.03 0.00 0.00 99.43 18:49:57 18:43:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:49:57 18:43:01 3 0.02 0.00 0.03 0.00 0.00 99.95 18:49:57 18:44:01 all 0.15 0.00 0.02 0.00 0.00 99.83 18:49:57 18:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:49:57 18:44:01 1 0.53 0.00 0.02 0.00 0.00 99.45 18:49:57 18:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:49:57 18:44:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:49:57 18:45:01 all 0.16 0.00 0.06 0.02 0.00 99.76 18:49:57 18:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:49:57 18:45:01 1 0.28 0.00 0.05 0.00 0.00 99.67 18:49:57 18:45:01 2 0.27 0.00 0.07 0.00 0.00 99.67 18:49:57 18:45:01 3 0.05 0.00 0.10 0.08 0.00 99.77 18:49:57 18:46:01 all 0.11 0.00 0.03 0.00 0.00 99.86 18:49:57 18:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:49:57 18:46:01 1 0.37 0.00 0.07 0.00 0.00 99.57 18:49:57 18:46:01 2 0.02 0.00 0.02 0.00 0.02 99.95 18:49:57 18:46:01 3 0.02 0.00 0.03 0.00 0.00 99.95 18:49:57 18:47:01 all 0.03 0.00 0.03 0.00 0.00 99.95 18:49:57 18:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:49:57 18:47:01 1 0.05 0.00 0.02 0.00 0.00 99.93 18:49:57 18:47:01 2 0.05 0.00 0.03 0.00 0.00 99.92 18:49:57 18:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:49:57 18:48:01 all 0.05 0.00 0.03 0.00 0.00 99.92 18:49:57 18:48:01 0 0.03 0.00 0.05 0.00 0.00 99.92 18:49:57 18:48:01 1 0.13 0.00 0.00 0.00 0.00 99.87 18:49:57 18:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:49:57 18:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:49:57 18:49:01 all 0.16 0.00 0.03 0.00 0.00 99.81 18:49:57 18:49:01 0 0.02 0.00 0.05 0.00 0.00 99.93 18:49:57 18:49:01 1 0.53 0.00 0.03 0.00 0.00 99.43 18:49:57 18:49:01 2 0.02 0.00 0.03 0.00 0.00 99.95 18:49:57 18:49:01 3 0.05 0.00 0.02 0.00 0.00 99.93 18:49:57 Average: all 13.03 0.00 6.63 6.76 0.02 73.57 18:49:57 Average: 0 12.84 0.00 6.67 6.47 0.02 74.01 18:49:57 Average: 1 13.53 0.00 6.62 6.89 0.02 72.94 18:49:57 Average: 2 12.61 0.00 6.58 7.08 0.02 73.71 18:49:57 Average: 3 13.13 0.00 6.65 6.60 0.02 73.60 18:49:57 18:49:57 18:49:57