Pull request #2673 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of adam-intel for edgexfoundry/edgex-go Loading trusted files from base branch master at 3555043a6994042684a9c8b6423498381cadcc6f rather than c580342043709edb5b518f28a961cca9fe3013ca Obtained Jenkinsfile from 3555043a6994042684a9c8b6423498381cadcc6f Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > 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 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-415 in /w/workspace/edgexfoundry_edgex-go_PR-2673 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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 c580342043709edb5b518f28a961cca9fe3013ca Merge succeeded, producing c580342043709edb5b518f28a961cca9fe3013ca Checking out Revision c580342043709edb5b518f28a961cca9fe3013ca (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 c580342043709edb5b518f28a961cca9fe3013ca # 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 c580342043709edb5b518f28a961cca9fe3013ca # timeout=10 Commit message: "feat(sdk): Adding vault configuration default env variable This allows setting VAULT_LOCAL_CONFIG variable from the compose file. This was useful in https://github.com/edgexfoundry/edgex-examples/pull/7 to allow edgex to run in docker swarm because 'mlock' needed to be disabled in the configuration." First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:02:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 856e8538de81a0e28d6f14827764331a77fd6a43 # timeout=10 19:02:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:02:09 ========================================================= 19:02:09 EdgeX Global Pipelines Version Info 19:02:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:02:11 ------------------- 19:02:11 stable info: 19:02:11 ------------------- 19:02:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:02:11 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 19:02:11 Message: update stable to v1.0.106 19:02:12 ------------------- 19:02:12 experimental info: 19:02:12 ------------------- 19:02:12 Commited By: **** collab-it+edgex@linuxfoundation.org 19:02:12 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 19:02:12 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 19:02:13 ++ 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 19:02:13 + for file in '`ls cmd/**/Dockerfile`' 19:02:13 ++ dirname cmd/core-command/Dockerfile 19:02:13 ++ cut -d/ -f2 19:02:13 + echo core-command,cmd/core-command/Dockerfile 19:02:13 + for file in '`ls cmd/**/Dockerfile`' 19:02:13 ++ dirname cmd/core-data/Dockerfile 19:02:13 ++ cut -d/ -f2 19:02:13 + echo core-data,cmd/core-data/Dockerfile 19:02:13 + for file in '`ls cmd/**/Dockerfile`' 19:02:13 ++ dirname cmd/core-metadata/Dockerfile 19:02:13 ++ cut -d/ -f2 19:02:13 + echo core-metadata,cmd/core-metadata/Dockerfile 19:02:13 + for file in '`ls cmd/**/Dockerfile`' 19:02:13 ++ dirname cmd/security-proxy-setup/Dockerfile 19:02:13 ++ cut -d/ -f2 19:02:13 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:02:13 + for file in '`ls cmd/**/Dockerfile`' 19:02:13 ++ dirname cmd/security-secrets-setup/Dockerfile 19:02:13 ++ cut -d/ -f2 19:02:13 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 19:02:13 + for file in '`ls cmd/**/Dockerfile`' 19:02:13 ++ dirname cmd/security-secretstore-setup/Dockerfile 19:02:13 ++ cut -d/ -f2 19:02:13 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:02:13 + for file in '`ls cmd/**/Dockerfile`' 19:02:13 ++ dirname cmd/support-logging/Dockerfile 19:02:13 ++ cut -d/ -f2 19:02:13 + echo support-logging,cmd/support-logging/Dockerfile 19:02:13 + for file in '`ls cmd/**/Dockerfile`' 19:02:13 ++ dirname cmd/support-notifications/Dockerfile 19:02:13 ++ cut -d/ -f2 19:02:13 + echo support-notifications,cmd/support-notifications/Dockerfile 19:02:13 + for file in '`ls cmd/**/Dockerfile`' 19:02:13 ++ dirname cmd/support-scheduler/Dockerfile 19:02:13 ++ cut -d/ -f2 19:02:13 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:02:13 + for file in '`ls cmd/**/Dockerfile`' 19:02:13 ++ dirname cmd/sys-mgmt-agent/Dockerfile 19:02:13 ++ cut -d/ -f2 19:02:13 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:02:13 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 19:02:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:02:14 19:02:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:02:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:02:15 latest: Pulling from edgex-devops/git-semver 19:02:15 31603596830f: Pulling fs layer 19:02:15 2a8b12db71e7: Pulling fs layer 19:02:15 6ca5941a6612: Pulling fs layer 19:02:15 ecc8261a40a4: Pulling fs layer 19:02:15 ecc8261a40a4: Waiting 19:02:15 2a8b12db71e7: Verifying Checksum 19:02:15 2a8b12db71e7: Download complete 19:02:15 31603596830f: Verifying Checksum 19:02:15 31603596830f: Download complete 19:02:15 ecc8261a40a4: Verifying Checksum 19:02:15 ecc8261a40a4: Download complete 19:02:15 6ca5941a6612: Verifying Checksum 19:02:15 6ca5941a6612: Download complete 19:02:15 31603596830f: Pull complete 19:02:15 2a8b12db71e7: Pull complete 19:02:16 6ca5941a6612: Pull complete 19:02:16 ecc8261a40a4: Pull complete 19:02:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:02:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:02:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:02:17 prd-centos7-docker-4c-2g-415 does not seem to be running inside a container 19:02:17 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:02:19 $ docker top 97a0d9792b908e79f1e748ebad013f1e52aa13712c7605326376aad971d2d988 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:02:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:02:19 [ssh-agent] Looking for ssh-agent implementation... 19:02:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:02:19 $ docker exec 97a0d9792b908e79f1e748ebad013f1e52aa13712c7605326376aad971d2d988 ssh-agent 19:02:20 SSH_AUTH_SOCK=/tmp/ssh-7YTwALvhJnQr/agent.11 19:02:20 SSH_AGENT_PID=16 19:02:20 Running ssh-add (command line suppressed) 19:02:20 Identity added: /w/workspace/edgex-go/5@tmp/private_key_8021302255539389222.key (/w/workspace/edgex-go/5@tmp/private_key_8021302255539389222.key) 19:02:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:02:20 + git describe --exact-match --tags HEAD 19:02:20 fatal: No names found, cannot describe anything. [Pipeline] } 19:02:20 $ docker exec --env ******** --env ******** 97a0d9792b908e79f1e748ebad013f1e52aa13712c7605326376aad971d2d988 ssh-agent -k 19:02:20 unset SSH_AUTH_SOCK; 19:02:20 unset SSH_AGENT_PID; 19:02:20 echo Agent pid 16 killed; 19:02:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 19:02:20 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 19:02:20 This usually means this commit has not been tagged. [Pipeline] sshagent 19:02:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:02:20 [ssh-agent] Looking for ssh-agent implementation... 19:02:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:02:21 $ docker exec 97a0d9792b908e79f1e748ebad013f1e52aa13712c7605326376aad971d2d988 ssh-agent 19:02:21 SSH_AUTH_SOCK=/tmp/ssh-dQ91V98BJq97/agent.45 19:02:21 SSH_AGENT_PID=50 19:02:21 Running ssh-add (command line suppressed) 19:02:21 Identity added: /w/workspace/edgex-go/5@tmp/private_key_2494531355380812669.key (/w/workspace/edgex-go/5@tmp/private_key_2494531355380812669.key) 19:02:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:02:21 + git semver init 19:02:21 # -> Open(): unable to determine branch for HEAD 19:02:21 # $GIT_DIR = /w/workspace/edgex-go/5/.git 19:02:21 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 19:02:21 # $SEMVER_REMOTE_NAME = origin 19:02:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:02:21 # $SEMVER_USER_NAME = edgex-jenkins 19:02:21 # $SEMVER_BRANCH = PR-2673 19:02:21 # $SEMVER_TEMP = /tmp/semver-028355570 19:02:21 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:02:39 # '/tmp/semver-028355570' -> '/w/workspace/edgex-go/5/.semver' 19:02:39 # -> Force: false 19:02:39 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 19:02:39 $ docker exec --env ******** --env ******** 97a0d9792b908e79f1e748ebad013f1e52aa13712c7605326376aad971d2d988 ssh-agent -k 19:02:40 unset SSH_AUTH_SOCK; 19:02:40 unset SSH_AGENT_PID; 19:02:40 echo Agent pid 50 killed; 19:02:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:02:40 + git semver [Pipeline] } 19:02:40 $ docker stop --time=1 97a0d9792b908e79f1e748ebad013f1e52aa13712c7605326376aad971d2d988 19:02:42 $ docker rm -f 97a0d9792b908e79f1e748ebad013f1e52aa13712c7605326376aad971d2d988 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 19:02:55 Stashed 38 file(s) [Pipeline] echo 19:02:55 [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 19:02:55 ========================================================= 19:02:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 19:02:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:02:56 + 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 . 19:02:59 Sending build context to Docker daemon 323.1MB 19:02:59 Step 1/7 : ARG BASE=golang:1.13-alpine 19:02:59 Step 2/7 : FROM ${BASE} 19:02:59 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 19:02:59 df20fa9351a1: Pulling fs layer 19:02:59 ed8968b2872e: Pulling fs layer 19:02:59 a92cc7c5fd73: Pulling fs layer 19:02:59 2dd03ba5bac4: Pulling fs layer 19:02:59 1e091d79d1de: Pulling fs layer 19:02:59 481702a1767f: Pulling fs layer 19:02:59 f64a6f60c768: Pulling fs layer 19:02:59 e78d2573fc39: Pulling fs layer 19:02:59 e876d2f968b6: Pulling fs layer 19:02:59 ce8a83651883: Pulling fs layer 19:02:59 07967f4d0e4b: Pulling fs layer 19:02:59 2dd03ba5bac4: Waiting 19:02:59 1e091d79d1de: Waiting 19:02:59 481702a1767f: Waiting 19:02:59 f64a6f60c768: Waiting 19:02:59 e78d2573fc39: Waiting 19:02:59 e876d2f968b6: Waiting 19:02:59 ce8a83651883: Waiting 19:02:59 07967f4d0e4b: Waiting 19:02:59 a92cc7c5fd73: Verifying Checksum 19:02:59 a92cc7c5fd73: Download complete 19:02:59 ed8968b2872e: Verifying Checksum 19:02:59 ed8968b2872e: Download complete 19:02:59 1e091d79d1de: Verifying Checksum 19:02:59 1e091d79d1de: Download complete 19:02:59 481702a1767f: Verifying Checksum 19:02:59 481702a1767f: Download complete 19:02:59 df20fa9351a1: Verifying Checksum 19:02:59 df20fa9351a1: Download complete 19:02:59 df20fa9351a1: Pull complete 19:03:00 f64a6f60c768: Verifying Checksum 19:03:00 f64a6f60c768: Download complete 19:03:00 e876d2f968b6: Verifying Checksum 19:03:00 e876d2f968b6: Download complete 19:03:00 e78d2573fc39: Verifying Checksum 19:03:00 e78d2573fc39: Download complete 19:03:00 2dd03ba5bac4: Verifying Checksum 19:03:00 2dd03ba5bac4: Download complete 19:03:00 07967f4d0e4b: Verifying Checksum 19:03:00 07967f4d0e4b: Download complete 19:03:01 ce8a83651883: Verifying Checksum 19:03:01 ce8a83651883: Download complete 19:03:01 ed8968b2872e: Pull complete 19:03:01 a92cc7c5fd73: Pull complete 19:03:06 2dd03ba5bac4: Pull complete 19:03:06 1e091d79d1de: Pull complete 19:03:06 481702a1767f: Pull complete 19:03:10 Still waiting to schedule task 19:03:10 ‘prd-ubuntu18.04-docker-arm64-4c-16g-412’ is offline 19:03:13 f64a6f60c768: Pull complete 19:03:15 e78d2573fc39: Pull complete 19:03:15 e876d2f968b6: Pull complete 19:03:16 ce8a83651883: Pull complete 19:03:17 07967f4d0e4b: Pull complete 19:03:17 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 19:03:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 19:03:17 ---> 5d7c900382c6 19:03:17 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 19:03:18 ---> Running in 0629ff0c345e 19:03:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:03:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:03:19 (1/12) Installing libmagic (5.38-r0) 19:03:19 (2/12) Installing file (5.38-r0) 19:03:20 (3/12) Installing libc-dev (0.7.2-r3) 19:03:20 (4/12) Installing g++ (9.3.0-r2) 19:03:26 (5/12) Installing fortify-headers (1.1-r0) 19:03:26 (6/12) Installing patch (2.7.6-r6) 19:03:26 (7/12) Installing build-base (0.5-r2) 19:03:26 (8/12) Installing libsodium (1.0.18-r0) 19:03:27 (9/12) Installing pkgconf (1.7.2-r0) 19:03:27 (10/12) Installing libsodium-dev (1.0.18-r0) 19:03:27 (11/12) Installing libzmq (4.3.2-r0) 19:03:27 (12/12) Installing zeromq-dev (4.3.2-r0) 19:03:27 Executing busybox-1.31.1-r16.trigger 19:03:27 OK: 233 MiB in 51 packages 19:03:31 Removing intermediate container 0629ff0c345e 19:03:31 ---> 5535ee4b1bb0 19:03:31 Step 4/7 : WORKDIR /edgex-go 19:03:31 ---> Running in dc2b27255df1 19:03:31 Removing intermediate container dc2b27255df1 19:03:31 ---> afe55150bbf2 19:03:31 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 19:03:31 latest: Pulling from library/docker 19:03:31 df20fa9351a1: Already exists 19:03:31 25ad7478873d: Pulling fs layer 19:03:31 4684f6177b5d: Pulling fs layer 19:03:31 46e300cec669: Pulling fs layer 19:03:31 63038576ad94: Pulling fs layer 19:03:31 0fdb76c4706c: Pulling fs layer 19:03:31 cb7edeffdfd5: Pulling fs layer 19:03:31 63038576ad94: Waiting 19:03:31 0fdb76c4706c: Waiting 19:03:31 cb7edeffdfd5: Waiting 19:03:31 4684f6177b5d: Verifying Checksum 19:03:31 4684f6177b5d: Download complete 19:03:31 25ad7478873d: Verifying Checksum 19:03:31 25ad7478873d: Download complete 19:03:31 63038576ad94: Verifying Checksum 19:03:31 63038576ad94: Download complete 19:03:31 0fdb76c4706c: Verifying Checksum 19:03:31 0fdb76c4706c: Download complete 19:03:31 cb7edeffdfd5: Verifying Checksum 19:03:31 cb7edeffdfd5: Download complete 19:03:32 25ad7478873d: Pull complete 19:03:32 4684f6177b5d: Pull complete 19:03:32 46e300cec669: Verifying Checksum 19:03:32 46e300cec669: Download complete 19:03:34 46e300cec669: Pull complete 19:03:34 63038576ad94: Pull complete 19:03:34 0fdb76c4706c: Pull complete 19:03:34 cb7edeffdfd5: Pull complete 19:03:34 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 19:03:34 Status: Downloaded newer image for docker:latest 19:03:36 ---> 1cfb91e1c291 19:03:36 Step 6/7 : COPY go.mod . 19:03:36 ---> c6cef6314d4f 19:03:36 Step 7/7 : RUN go mod download 19:03:36 ---> Running in 322432f10ce1 19:03:39 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:03:39 go: finding github.com/BurntSushi/toml v0.3.1 19:03:39 go: finding github.com/OneOfOne/xxhash v1.2.5 19:03:39 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 19:03:39 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:03:39 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 19:03:39 go: finding github.com/bgentry/speakeasy v0.1.0 19:03:39 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:03:39 go: finding github.com/cloudflare/gokey v0.1.0 19:03:39 go: finding github.com/davecgh/go-spew v1.1.1 19:03:39 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 19:03:39 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 19:03:39 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 19:03:39 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:03:39 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 19:03:39 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 19:03:40 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 19:03:40 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 19:03:40 go: finding github.com/fatih/color v1.7.0 19:03:40 go: finding github.com/fsnotify/fsnotify v1.4.7 19:03:40 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:03:40 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 19:03:40 go: finding github.com/go-kit/kit v0.8.0 19:03:40 go: finding github.com/go-logfmt/logfmt v0.4.0 19:03:40 go: finding github.com/go-playground/assert/v2 v2.0.1 19:03:40 go: finding github.com/go-playground/locales v0.13.0 19:03:40 go: finding github.com/go-playground/universal-translator v0.17.0 19:03:40 go: finding github.com/go-playground/validator/v10 v10.3.0 19:03:40 go: finding github.com/go-redis/redis/v7 v7.2.0 19:03:40 go: finding github.com/go-stack/stack v1.8.0 19:03:40 go: finding github.com/golang/protobuf v1.3.2 19:03:40 go: finding github.com/gomodule/redigo v2.0.0+incompatible 19:03:40 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 19:03:40 go: finding github.com/google/uuid v1.1.0 19:03:40 go: finding github.com/gorilla/mux v1.7.1 19:03:40 go: finding github.com/hashicorp/consul/api v1.1.0 19:03:40 go: finding github.com/hashicorp/consul/sdk v0.1.1 19:03:40 go: finding github.com/hashicorp/errwrap v1.0.0 19:03:40 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:03:40 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:03:40 go: finding github.com/hashicorp/go-msgpack v0.5.3 19:03:40 go: finding github.com/hashicorp/go-multierror v1.0.0 19:03:41 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:03:41 go: finding github.com/hashicorp/go-sockaddr v1.0.0 19:03:41 go: finding github.com/hashicorp/go-syslog v1.0.0 19:03:41 go: finding github.com/hashicorp/go-uuid v1.0.1 19:03:41 go: finding github.com/hashicorp/go.net v0.0.1 19:03:41 go: finding github.com/hashicorp/golang-lru v0.5.0 19:03:41 go: finding github.com/hashicorp/logutils v1.0.0 19:03:41 go: finding github.com/hashicorp/mdns v1.0.0 19:03:41 go: finding github.com/hashicorp/memberlist v0.1.3 19:03:41 go: finding github.com/hashicorp/serf v0.8.2 19:03:41 go: finding github.com/hpcloud/tail v1.0.0 19:03:41 go: finding github.com/imdario/mergo v0.3.6 19:03:41 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 19:03:41 go: finding github.com/kr/pretty v0.1.0 19:03:41 go: finding github.com/kr/pty v1.1.1 19:03:41 go: finding github.com/kr/text v0.1.0 19:03:41 go: finding github.com/leodido/go-urn v1.2.0 19:03:42 go: finding github.com/mattn/go-colorable v0.0.9 19:03:42 go: finding github.com/mattn/go-isatty v0.0.3 19:03:42 go: finding github.com/miekg/dns v1.0.14 19:03:42 go: finding github.com/mitchellh/cli v1.0.0 19:03:42 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:03:42 go: finding github.com/mitchellh/copystructure v1.0.0 19:03:42 go: finding github.com/mitchellh/go-homedir v1.0.0 19:03:42 go: finding github.com/mitchellh/go-testing-interface v1.0.0 19:03:42 go: finding github.com/mitchellh/gox v0.4.0 19:03:42 go: finding github.com/mitchellh/iochan v1.0.0 19:03:42 go: finding github.com/mitchellh/mapstructure v1.1.2 19:03:42 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:03:42 go: finding github.com/onsi/ginkgo v1.10.1 19:03:42 go: finding github.com/onsi/gomega v1.7.0 19:03:43 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 19:03:43 go: finding github.com/pebbe/zmq4 v1.0.0 19:03:43 go: finding github.com/pelletier/go-toml v1.2.0 19:03:43 go: finding github.com/pkg/errors v0.8.1 19:03:43 go: finding github.com/pmezard/go-difflib v1.0.0 19:03:43 go: finding github.com/posener/complete v1.1.1 19:03:43 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 19:03:43 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 19:03:43 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 19:03:43 go: finding github.com/stretchr/objx v0.1.0 19:03:43 go: finding github.com/stretchr/testify v1.5.1 19:03:43 go: finding github.com/ugorji/go v1.1.4 19:03:43 go: finding github.com/x448/float16 v0.8.4 19:03:43 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 19:03:43 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 19:03:43 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 19:03:43 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 19:03:43 go: finding golang.org/x/text v0.3.2 19:03:43 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 19:03:43 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 19:03:43 go: finding gopkg.in/eapache/queue.v1 v1.1.0 19:03:43 go: finding gopkg.in/fsnotify.v1 v1.4.7 19:03:43 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 19:03:43 go: finding gopkg.in/yaml.v2 v2.2.8 19:04:01 Removing intermediate container 322432f10ce1 19:04:01 ---> 885d1f2a8189 19:04:01 Successfully built 885d1f2a8189 19:04: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 19:04:02 + docker inspect -f . ci-base-image-x86_64 19:04:02 . [Pipeline] withDockerContainer 19:04:02 prd-centos7-docker-4c-2g-415 does not seem to be running inside a container 19:04: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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:04:03 $ docker top dbb5b7766489e9013324a09d2315b2b9a6dce7f82c45bb1559a16d7186c217e5 -eo pid,comm [Pipeline] { [Pipeline] sh 19:04:04 + go version 19:04:04 go version go1.13.13 linux/amd64 [Pipeline] echo 19:04:04 ========================================================= 19:04:04 [edgeXBuildGoParallel] Running Tests and Build... 19:04:04 ========================================================= [Pipeline] sh 19:04:04 + make test 19:04:04 GO111MODULE=on go test -coverprofile=coverage.out ./... 19:04:06 ? github.com/edgexfoundry/edgex-go [no test files] 19:04:15 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:04:21 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:04:21 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:04:21 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:04:21 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:04:23 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.011s 19:04:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 19:04:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:04:23 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 19:04:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:04:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:04:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:04:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:04:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:04:29 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.033s coverage: 46.6% of statements 19:04:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:04:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:04:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:04:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:04:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:04:31 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.097s coverage: 27.2% of statements 19:04:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:04:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:04:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:04:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:04:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:04:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:04:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.019s coverage: 100.0% of statements 19:04:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:04:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.027s coverage: 100.0% of statements 19:04:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:04:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:04:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.030s coverage: 80.0% of statements 19:04:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:04:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:04:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.315s coverage: 92.9% of statements 19:04:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:04:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:04:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 19:04:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:04:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.118s coverage: 28.6% of statements 19:04:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:04:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:04:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:04:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:04:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:04:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.025s coverage: 100.0% of statements 19:04:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:04:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.032s coverage: 100.0% of statements 19:04:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:04:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.017s coverage: 89.8% of statements 19:04:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:04:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.018s coverage: 97.5% of statements 19:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:04:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.008s coverage: 100.0% of statements 19:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:04:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:04:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:04:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:04:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:04:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:04:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:04:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:04:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:04:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:04:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:04:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:04:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 19:04:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 19:04:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:04:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:04:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:04:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:04:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.018s coverage: 58.8% of statements 19:04:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:04:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 19:04:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 19:04:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.055s coverage: 63.5% of statements 19:04:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:04:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:04:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.019s coverage: 100.0% of statements 19:04:35 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.143s coverage: 55.9% of statements 19:04:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:04:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:04:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 19:04:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.737s coverage: 86.3% of statements 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.305s coverage: 72.2% of statements 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.080s coverage: 72.1% of statements 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.012s coverage: 82.4% of statements 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.008s coverage: 48.4% of statements 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.005s coverage: 28.8% of statements 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.016s coverage: 96.8% of statements 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.049s coverage: 26.9% of statements 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.154s coverage: 84.1% of statements 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.005s coverage: 100.0% of statements 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.033s coverage: 42.9% of statements 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.011s coverage: 83.8% of statements 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.036s coverage: 45.9% of statements 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.060s coverage: 100.0% of statements 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.009s coverage: 100.0% of statements 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.011s coverage: 100.0% of statements 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.058s coverage: 29.1% of statements 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.025s coverage: 99.0% of statements 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.027s coverage: 100.0% of statements 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:04:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 19:04:50 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 19:04:50 GO111MODULE=on go vet ./... 19:04:54 gofmt -l . 19:04:54 Running on prd-ubuntu18.04-docker-arm64-4c-16g-416 in /w/workspace/edgexfoundry_edgex-go_PR-2673 [Pipeline] { [Pipeline] ws 19:04:54 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 19:04:55 [ "`gofmt -l .`" = "" ] 19:04:55 ./bin/test-go-mod-tidy.sh 19:04:56 ./bin/test-attribution-txt.sh [Pipeline] sh 19:04:57 + ls -al . 19:04:57 total 552 19:04:57 drwxrwxr-x 10 1001 1001 4096 Aug 26 19:04 . 19:04:57 drwxr-xr-x 4 root root 28 Aug 26 19:04 .. 19:04:57 -rw-rw-r-- 1 1001 1001 11 Aug 26 19:02 .dockerignore 19:04:57 drwxrwxr-x 8 1001 1001 179 Aug 26 19:02 .git 19:04:57 drwxrwxr-x 3 1001 1001 60 Aug 26 19:02 .github 19:04:57 -rw-rw-r-- 1 1001 1001 932 Aug 26 19:02 .gitignore 19:04:57 drwx------ 3 1001 1001 47 Aug 26 19:02 .semver 19:04:57 -rw-rw-r-- 1 1001 1001 166 Aug 26 19:02 .sonarcloud.properties 19:04:57 -rw-rw-r-- 1 1001 1001 3804 Aug 26 19:02 CONTRIBUTING.md 19:04:57 -rw-rw-r-- 1 1001 1001 1035 Aug 26 19:02 Dockerfile.build 19:04:57 -rw-rw-r-- 1 1001 1001 865 Aug 26 19:02 Jenkinsfile 19:04:57 -rw-rw-r-- 1 1001 1001 10775 Aug 26 19:02 LICENSE 19:04:57 -rw-rw-r-- 1 1001 1001 6237 Aug 26 19:02 Makefile 19:04:57 -rw-rw-r-- 1 1001 1001 5652 Aug 26 19:02 README.md 19:04:57 -rw-rw-r-- 1 1001 1001 259 Aug 26 19:02 SECURITY.md 19:04:57 -rw-rw-r-- 1 1001 1001 5 Aug 26 19:02 VERSION 19:04:57 -rw-rw-r-- 1 1001 1001 4131 Aug 26 19:02 ZMQWindows.md 19:04:57 drwxrwxr-x 2 1001 1001 117 Aug 26 19:02 bin 19:04:57 drwxrwxr-x 15 1001 1001 4096 Aug 26 19:02 cmd 19:04:57 -rw-r--r-- 1 root root 458659 Aug 26 19:04 coverage.out 19:04:57 -rw-r--r-- 1 root root 1019 Aug 26 19:04 go.mod 19:04:57 -rw-r--r-- 1 root root 19185 Aug 26 19:04 go.sum 19:04:57 drwxrwxr-x 8 1001 1001 127 Aug 26 19:02 internal 19:04:57 drwxrwxr-x 4 1001 1001 26 Aug 26 19:02 openapi 19:04:57 drwxrwxr-x 4 1001 1001 71 Aug 26 19:02 snap 19:04:57 -rw-rw-r-- 1 1001 1001 168 Aug 26 19:02 version.go [Pipeline] sh 19:04:58 + '[' -e coverage.out ] 19:04:58 + chown 1001:1001 coverage.out [Pipeline] stash 19:04:58 Stashed 1 file(s) [Pipeline] sh 19:04:58 + make build 19:04:58 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 19:04:59 using credential edgex-jenkins-ssh 19:04:59 Cloning the remote Git repository 19:04:59 Cloning with configured refspecs honoured and without tags 19:05:00 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:05:00 > git init /w/workspace/edgex-go/5 # timeout=10 19:05:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:05:00 > git --version # timeout=10 19:05:00 > git --version # 'git version 2.17.1' 19:05:00 using GIT_SSH to set credentials SSH Credentials for GitHub 19:05:00 > 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 19:05:04 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 19:05:07 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 19:05:09 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 19:05:11 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 19:05:14 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 19:05:14 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 19:05:14 Fetching without tags 19:05:15 Merging remotes/origin/master commit 3555043a6994042684a9c8b6423498381cadcc6f into PR head commit c580342043709edb5b518f28a961cca9fe3013ca 19:05:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:05:14 > git config --add remote.origin.fetch +refs/pull/2673/head:refs/remotes/origin/PR-2673 # timeout=10 19:05:14 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:05:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:05:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:05:14 using GIT_SSH to set credentials SSH Credentials for GitHub 19:05: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 19:05:15 > git config core.sparsecheckout # timeout=10 19:05:15 > git checkout -f c580342043709edb5b518f28a961cca9fe3013ca # timeout=10 19:05:15 > git remote # timeout=10 19:05:15 > git config --get remote.origin.url # timeout=10 19:05:15 using GIT_SSH to set credentials SSH Credentials for GitHub 19:05:15 > git merge 3555043a6994042684a9c8b6423498381cadcc6f # timeout=10 19:05:15 > git rev-parse HEAD^{commit} # timeout=10 19:05:15 Merge succeeded, producing c580342043709edb5b518f28a961cca9fe3013ca 19:05:15 Checking out Revision c580342043709edb5b518f28a961cca9fe3013ca (PR-2673) 19:05:16 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 19:05:15 > git config core.sparsecheckout # timeout=10 19:05:15 > git checkout -f c580342043709edb5b518f28a961cca9fe3013ca # timeout=10 19:05:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 19:05:19 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 19:05:19 Commit message: "feat(sdk): Adding vault configuration default env variable This allows setting VAULT_LOCAL_CONFIG variable from the compose file. This was useful in https://github.com/edgexfoundry/edgex-examples/pull/7 to allow edgex to run in docker swarm because 'mlock' needed to be disabled in the configuration." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 19:05:21 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 19:05: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 19:05:23 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] } 19:05:24 $ docker stop --time=1 dbb5b7766489e9013324a09d2315b2b9a6dce7f82c45bb1559a16d7186c217e5 19:05:26 $ docker rm -f dbb5b7766489e9013324a09d2315b2b9a6dce7f82c45bb1559a16d7186c217e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:05:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:05:29 19:05:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:05:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:05:30 latest: Pulling from edgex-devops/edgex-compose 19:05:30 cbdbe7a5bc2a: Pulling fs layer 19:05:30 ca9280d653b3: Pulling fs layer 19:05:30 7e9c9ca2126c: Pulling fs layer 19:05:30 cbdbe7a5bc2a: Verifying Checksum 19:05:30 cbdbe7a5bc2a: Download complete 19:05:30 ca9280d653b3: Verifying Checksum 19:05:30 ca9280d653b3: Download complete 19:05:30 cbdbe7a5bc2a: Pull complete 19:05:31 7e9c9ca2126c: Verifying Checksum 19:05:31 7e9c9ca2126c: Download complete 19:05:31 ca9280d653b3: Pull complete [Pipeline] echo 19:05:32 ========================================================= 19:05:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 19:05:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:05:33 + 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 . 19:05:37 Sending build context to Docker daemon 323.1MB 19:05:37 Step 1/7 : ARG BASE=golang:1.13-alpine 19:05:37 Step 2/7 : FROM ${BASE} 19:05:37 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:05:37 b538f80385f9: Pulling fs layer 19:05:37 74f711af9a0d: Pulling fs layer 19:05:37 99f96fe45779: Pulling fs layer 19:05:37 fd7a069fd194: Pulling fs layer 19:05:37 66aa3694b03b: Pulling fs layer 19:05:37 170f70906a0f: Pulling fs layer 19:05:37 ad7c5574e4b9: Pulling fs layer 19:05:37 e772456be8f7: Pulling fs layer 19:05:37 c890913d741a: Pulling fs layer 19:05:37 2480fcc9aa5a: Pulling fs layer 19:05:37 09adf4765672: Pulling fs layer 19:05:37 fd7a069fd194: Waiting 19:05:37 66aa3694b03b: Waiting 19:05:37 170f70906a0f: Waiting 19:05:37 ad7c5574e4b9: Waiting 19:05:37 e772456be8f7: Waiting 19:05:37 c890913d741a: Waiting 19:05:37 2480fcc9aa5a: Waiting 19:05:37 09adf4765672: Waiting 19:05:37 99f96fe45779: Verifying Checksum 19:05:37 99f96fe45779: Download complete 19:05:37 74f711af9a0d: Download complete 19:05:37 66aa3694b03b: Verifying Checksum 19:05:37 66aa3694b03b: Download complete 19:05:37 170f70906a0f: Download complete 19:05:37 b538f80385f9: Verifying Checksum 19:05:38 7e9c9ca2126c: Pull complete 19:05:38 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:05:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:05:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:05:38 prd-centos7-docker-4c-2g-415 does not seem to be running inside a container 19:05:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:05:38 b538f80385f9: Pull complete 19:05:38 74f711af9a0d: Pull complete 19:05:39 99f96fe45779: Pull complete 19:05:40 ad7c5574e4b9: Verifying Checksum 19:05:40 ad7c5574e4b9: Download complete 19:05:40 c890913d741a: Verifying Checksum 19:05:40 c890913d741a: Download complete 19:05:41 $ docker top 6e2c9011a64323aabafc20cb732bbbf752a6e067e3339070ca7e397f1c0bed06 -eo pid,comm [Pipeline] { [Pipeline] sh 19:05:42 + docker-compose build --help 19:05:42 + grep parallel 19:05:42 2480fcc9aa5a: Verifying Checksum 19:05:42 2480fcc9aa5a: Download complete 19:05:42 09adf4765672: Verifying Checksum 19:05:42 09adf4765672: Download complete 19:05:42 e772456be8f7: Verifying Checksum 19:05:42 e772456be8f7: Download complete 19:05:42 --parallel Build images in parallel. [Pipeline] } 19:05:42 $ docker stop --time=1 6e2c9011a64323aabafc20cb732bbbf752a6e067e3339070ca7e397f1c0bed06 19:05:42 fd7a069fd194: Verifying Checksum 19:05:42 fd7a069fd194: Download complete 19:05:44 $ docker rm -f 6e2c9011a64323aabafc20cb732bbbf752a6e067e3339070ca7e397f1c0bed06 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:05:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:05:44 . [Pipeline] withDockerContainer 19:05:45 prd-centos7-docker-4c-2g-415 does not seem to be running inside a container 19:05:45 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:05:45 $ docker top fb29b2d6082c659b14fe5bc4c1d29f07e8a00019230929656eac9a3c22da5a77 -eo pid,comm [Pipeline] { [Pipeline] sh 19:05:46 + docker-compose -f ./docker-compose-build.yml build --parallel 19:05:47 Building docker-core-command-go ... 19:05:47 Building docker-core-data-go ... 19:05:47 Building docker-core-metadata-go ... 19:05:47 Building docker-security-proxy-setup-go ... 19:05:47 Building docker-security-secrets-setup-go ... 19:05:47 Building docker-security-secretstore-setup-go ... 19:05:47 Building docker-support-logging-go ... 19:05:47 Building docker-support-notifications-go ... 19:05:47 Building docker-support-scheduler-go ... 19:05:47 Building docker-sys-mgmt-agent-go ... 19:05:47 Building docker-core-data-go 19:05:47 Building docker-core-metadata-go 19:05:47 Building docker-security-proxy-setup-go 19:05:47 Building docker-security-secrets-setup-go 19:05:47 Building docker-sys-mgmt-agent-go 19:05:55 fd7a069fd194: Pull complete 19:05:55 66aa3694b03b: Pull complete 19:05:55 170f70906a0f: Pull complete 19:05:58 ad7c5574e4b9: Pull complete 19:06:03 e772456be8f7: Pull complete 19:06:03 c890913d741a: Pull complete 19:06:06 2480fcc9aa5a: Pull complete 19:06:07 09adf4765672: Pull complete 19:06:07 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 19:06:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 19:06:07 ---> 2248a725d1cf 19:06:07 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 19:06:12 ---> Running in 17b2b8e67472 19:06:13 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 19:06:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:06:13 ---> 885d1f2a8189 19:06:13 Step 3/23 : WORKDIR /edgex-go 19:06:13 Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 19:06:13 Step 2/27 : FROM ${BUILDER_BASE} AS builder 19:06:13 ---> 885d1f2a8189 19:06:13 Step 3/27 : WORKDIR /edgex-go 19:06:13 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 19:06:13 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 19:06:13 ---> 885d1f2a8189 19:06:13 Step 3/29 : WORKDIR /edgex-go 19:06:13 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 19:06:13 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:06:13 ---> 885d1f2a8189 19:06:13 Step 3/20 : WORKDIR /edgex-go 19:06:13 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 19:06:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:06:13 ---> 885d1f2a8189 19:06:13 Step 3/22 : WORKDIR /edgex-go 19:06:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:06:14 ---> Running in 92eec781acc1 19:06:14 ---> Running in c6e93cc36804 19:06:14 ---> Running in 902ccf0f1099 19:06:14 ---> Running in 31364270a614 19:06:14 ---> Running in 5cca0ee31665 19:06:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:06:14 Removing intermediate container c6e93cc36804 19:06:14 ---> a25f7f61e7c8 19:06:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:06:14 Removing intermediate container 31364270a614 19:06:14 ---> ff77d303fc3c 19:06:14 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:06:14 Removing intermediate container 92eec781acc1 19:06:14 ---> bf813cc5c48d 19:06:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:06:14 Removing intermediate container 902ccf0f1099 19:06:14 ---> fc73357573bf 19:06:14 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:06:14 Removing intermediate container 5cca0ee31665 19:06:14 ---> 7570631934af 19:06:14 Step 4/29 : RUN apk update && apk add make git 19:06:14 ---> Running in c1c38105a2f0 19:06:14 ---> Running in 3893e1a9a6ff 19:06:14 ---> Running in f69d37f7996b 19:06:14 ---> Running in ebf941502b69 19:06:14 ---> Running in b92f1389f0fe 19:06:15 (1/12) Installing libmagic (5.38-r0) 19:06:15 (2/12) Installing file (5.38-r0) 19:06:15 (3/12) Installing libc-dev (0.7.2-r3) 19:06:15 (4/12) Installing g++ (9.3.0-r2) 19:06:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:06:16 Removing intermediate container c1c38105a2f0 19:06:16 ---> 6d4aef7184d5 19:06:16 Step 5/20 : RUN apk update && apk add make git 19:06:16 ---> Running in 9f217aff1a79 19:06:16 Removing intermediate container 3893e1a9a6ff 19:06:16 ---> 7eadf56adc56 19:06:16 Step 5/22 : RUN apk update && apk add make git 19:06:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:06:17 ---> Running in f55a75b9a043 19:06:17 Removing intermediate container f69d37f7996b 19:06:17 ---> 3d5541e80267 19:06:17 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 19:06:17 Removing intermediate container ebf941502b69 19:06:17 ---> 61ee0a48bdc8 19:06:17 Step 5/27 : RUN apk update && apk add make bash git 19:06:17 ---> Running in 42076574c33b 19:06:17 ---> Running in 4c593e4a15b2 19:06:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:06:17 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 19:06:17 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 19:06:17 OK: 12746 distinct packages available 19:06:17 OK: 233 MiB in 51 packages 19:06:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:06:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:06:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:06:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:06:18 Removing intermediate container b92f1389f0fe 19:06:18 ---> 233d43cd36dd 19:06:18 Step 5/29 : COPY go.mod . 19:06:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:06:18 ---> 2d477b03383e 19:06:18 Step 6/29 : RUN go mod download 19:06:18 ---> Running in 6c1808aed457 19:06:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:06:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:06:18 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 19:06:18 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 19:06:18 OK: 12746 distinct packages available 19:06:19 OK: 233 MiB in 51 packages 19:06:19 (5/12) Installing fortify-headers (1.1-r0) 19:06:19 (6/12) Installing patch (2.7.6-r6) 19:06:19 (7/12) Installing build-base (0.5-r2) 19:06:19 (8/12) Installing libsodium (1.0.18-r0) 19:06:19 (9/12) Installing pkgconf (1.7.2-r0) 19:06:19 (10/12) Installing libsodium-dev (1.0.18-r0) 19:06:19 (11/12) Installing libzmq (4.3.2-r0) 19:06:19 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 19:06:19 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 19:06:19 OK: 12746 distinct packages available 19:06:19 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 19:06:19 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 19:06:19 OK: 12746 distinct packages available 19:06:19 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 19:06:19 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 19:06:19 OK: 12746 distinct packages available 19:06:19 Removing intermediate container 9f217aff1a79 19:06:19 ---> 87caad510e25 19:06:19 Step 6/20 : COPY go.mod . 19:06:19 OK: 233 MiB in 51 packages 19:06:19 OK: 233 MiB in 51 packages 19:06:19 (12/12) Installing zeromq-dev (4.3.2-r0) 19:06:19 Executing busybox-1.31.1-r16.trigger 19:06:19 OK: 217 MiB in 51 packages 19:06:20 OK: 233 MiB in 51 packages 19:06:20 ---> 8d825608100e 19:06:20 Step 7/20 : RUN go mod download 19:06:20 ---> Running in 7f446fac8a68 19:06:20 Removing intermediate container 42076574c33b 19:06:20 ---> 21bf8ea483bf 19:06:20 Step 6/23 : COPY go.mod . 19:06:21 Removing intermediate container f55a75b9a043 19:06:21 ---> fbb6b77363e3 19:06:21 Step 6/22 : COPY go.mod . 19:06:21 Removing intermediate container 4c593e4a15b2 19:06:21 ---> e57d40b10c05 19:06:21 Step 6/27 : COPY go.mod . 19:06:21 Removing intermediate container 6c1808aed457 19:06:21 ---> d60c4ed7b970 19:06:21 Step 7/29 : COPY . . 19:06:21 ---> b197fe249a1b 19:06:21 Step 7/23 : RUN go mod download 19:06:21 ---> Running in abc019fcd36d 19:06:21 ---> 2d777d898d0c 19:06:21 Step 7/22 : RUN go mod download 19:06:21 ---> 5489b1a7f3c3 19:06:21 Step 7/27 : RUN go mod download 19:06:22 ---> Running in b5472f318570 19:06:22 ---> Running in 4bcd4d9f7f70 19:06:24 Removing intermediate container 17b2b8e67472 19:06:24 ---> 7f4a019662e2 19:06:24 Step 4/7 : WORKDIR /edgex-go 19:06:24 ---> Running in 4754d48b5ed3 19:06:24 Removing intermediate container 4754d48b5ed3 19:06:24 ---> f5a07c7fa869 19:06:24 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 19:06:25 latest: Pulling from library/docker 19:06:25 b538f80385f9: Already exists 19:06:25 259a493cd78d: Pulling fs layer 19:06:25 b8e66b5100f5: Pulling fs layer 19:06:25 39dc9c94d07c: Pulling fs layer 19:06:25 551b823b3b82: Pulling fs layer 19:06:25 3c52a74df98c: Pulling fs layer 19:06:25 6c9b121b6998: Pulling fs layer 19:06:25 551b823b3b82: Waiting 19:06:25 3c52a74df98c: Waiting 19:06:25 6c9b121b6998: Waiting 19:06:25 b8e66b5100f5: Verifying Checksum 19:06:25 b8e66b5100f5: Download complete 19:06:25 259a493cd78d: Verifying Checksum 19:06:25 259a493cd78d: Download complete 19:06:25 551b823b3b82: Download complete 19:06:25 3c52a74df98c: Verifying Checksum 19:06:25 3c52a74df98c: Download complete 19:06:25 6c9b121b6998: Verifying Checksum 19:06:25 6c9b121b6998: Download complete 19:06:26 259a493cd78d: Pull complete 19:06:26 b8e66b5100f5: Pull complete 19:06:26 39dc9c94d07c: Verifying Checksum 19:06:26 39dc9c94d07c: Download complete 19:06:26 Removing intermediate container 7f446fac8a68 19:06:26 ---> 88bfcaa880f4 19:06:26 Step 8/20 : COPY . . 19:06:30 39dc9c94d07c: Pull complete 19:06:30 551b823b3b82: Pull complete 19:06:30 3c52a74df98c: Pull complete 19:06:30 6c9b121b6998: Pull complete 19:06:30 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 19:06:30 Status: Downloaded newer image for docker:latest 19:06:33 Removing intermediate container abc019fcd36d 19:06:33 ---> cc39d77a91c8 19:06:33 Step 8/23 : COPY . . 19:06:34 ---> 288b6ef848ba 19:06:34 Step 6/7 : COPY go.mod . 19:06:34 ---> 0879d275ba18 19:06:34 Step 7/7 : RUN go mod download 19:06:34 ---> Running in eaf53567d23c 19:06:36 Removing intermediate container b5472f318570 19:06:36 ---> c1560e12dec4 19:06:36 Step 8/22 : COPY . . 19:06:38 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:06:38 go: finding github.com/BurntSushi/toml v0.3.1 19:06:38 go: finding github.com/OneOfOne/xxhash v1.2.5 19:06:38 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 19:06:38 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:06:38 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 19:06:38 go: finding github.com/bgentry/speakeasy v0.1.0 19:06:38 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:06:38 go: finding github.com/cloudflare/gokey v0.1.0 19:06:38 go: finding github.com/davecgh/go-spew v1.1.1 19:06:38 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 19:06:38 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 19:06:38 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 19:06:38 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:06:38 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 19:06:38 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 19:06:39 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 19:06:39 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 19:06:39 go: finding github.com/fatih/color v1.7.0 19:06:39 go: finding github.com/fsnotify/fsnotify v1.4.7 19:06:39 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:06:39 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 19:06:39 go: finding github.com/go-kit/kit v0.8.0 19:06:39 go: finding github.com/go-logfmt/logfmt v0.4.0 19:06:39 go: finding github.com/go-playground/assert/v2 v2.0.1 19:06:39 go: finding github.com/go-playground/locales v0.13.0 19:06:39 go: finding github.com/go-playground/universal-translator v0.17.0 19:06:39 go: finding github.com/go-playground/validator/v10 v10.3.0 19:06:39 go: finding github.com/go-redis/redis/v7 v7.2.0 19:06:39 go: finding github.com/go-stack/stack v1.8.0 19:06:39 go: finding github.com/golang/protobuf v1.3.2 19:06:39 go: finding github.com/gomodule/redigo v2.0.0+incompatible 19:06:39 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 19:06:39 go: finding github.com/google/uuid v1.1.0 19:06:39 go: finding github.com/gorilla/mux v1.7.1 19:06:40 go: finding github.com/hashicorp/consul/api v1.1.0 19:06:40 go: finding github.com/hashicorp/consul/sdk v0.1.1 19:06:40 go: finding github.com/hashicorp/errwrap v1.0.0 19:06:40 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:06:40 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:06:40 go: finding github.com/hashicorp/go-msgpack v0.5.3 19:06:40 go: finding github.com/hashicorp/go-multierror v1.0.0 19:06:40 Removing intermediate container 4bcd4d9f7f70 19:06:40 ---> aaf7fdf67d18 19:06:40 Step 8/27 : COPY . . 19:06:40 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:06:40 go: finding github.com/hashicorp/go-sockaddr v1.0.0 19:06:40 go: finding github.com/hashicorp/go-syslog v1.0.0 19:06:40 go: finding github.com/hashicorp/go-uuid v1.0.1 19:06:40 go: finding github.com/hashicorp/go.net v0.0.1 19:06:40 go: finding github.com/hashicorp/golang-lru v0.5.0 19:06:40 go: finding github.com/hashicorp/logutils v1.0.0 19:06:40 go: finding github.com/hashicorp/mdns v1.0.0 19:06:40 go: finding github.com/hashicorp/memberlist v0.1.3 19:06:40 go: finding github.com/hashicorp/serf v0.8.2 19:06:40 go: finding github.com/hpcloud/tail v1.0.0 19:06:40 go: finding github.com/imdario/mergo v0.3.6 19:06:40 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 19:06:40 go: finding github.com/kr/pretty v0.1.0 19:06:40 go: finding github.com/kr/pty v1.1.1 19:06:40 go: finding github.com/kr/text v0.1.0 19:06:40 go: finding github.com/leodido/go-urn v1.2.0 19:06:40 go: finding github.com/mattn/go-colorable v0.0.9 19:06:40 go: finding github.com/mattn/go-isatty v0.0.3 19:06:41 go: finding github.com/miekg/dns v1.0.14 19:06:41 go: finding github.com/mitchellh/cli v1.0.0 19:06:41 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:06:41 go: finding github.com/mitchellh/copystructure v1.0.0 19:06:41 go: finding github.com/mitchellh/go-homedir v1.0.0 19:06:41 go: finding github.com/mitchellh/go-testing-interface v1.0.0 19:06:41 go: finding github.com/mitchellh/gox v0.4.0 19:06:41 go: finding github.com/mitchellh/iochan v1.0.0 19:06:41 go: finding github.com/mitchellh/mapstructure v1.1.2 19:06:41 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:06:41 go: finding github.com/onsi/ginkgo v1.10.1 19:06:41 go: finding github.com/onsi/gomega v1.7.0 19:06:41 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 19:06:41 go: finding github.com/pebbe/zmq4 v1.0.0 19:06:41 go: finding github.com/pelletier/go-toml v1.2.0 19:06:41 go: finding github.com/pkg/errors v0.8.1 19:06:41 go: finding github.com/pmezard/go-difflib v1.0.0 19:06:41 go: finding github.com/posener/complete v1.1.1 19:06:41 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 19:06:41 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 19:06:41 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 19:06:41 go: finding github.com/stretchr/objx v0.1.0 19:06:41 go: finding github.com/stretchr/testify v1.5.1 19:06:41 go: finding github.com/ugorji/go v1.1.4 19:06:41 go: finding github.com/x448/float16 v0.8.4 19:06:42 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 19:06:42 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 19:06:42 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 19:06:42 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 19:06:42 go: finding golang.org/x/text v0.3.2 19:06:42 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 19:06:42 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 19:06:42 go: finding gopkg.in/eapache/queue.v1 v1.1.0 19:06:42 go: finding gopkg.in/fsnotify.v1 v1.4.7 19:06:42 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 19:06:42 go: finding gopkg.in/yaml.v2 v2.2.8 19:07:02 ---> b1f9a780dfe9 19:07:02 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 19:07:02 ---> 92153dd4bff9 19:07:02 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 19:07:02 ---> Running in 19e6b1927c46 19:07:02 ---> Running in 970ebb00e255 19:07:04 Removing intermediate container eaf53567d23c 19:07:04 ---> c698e9dae17c 19:07:04 Successfully built c698e9dae17c 19:07:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script 19:07:04 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 19:07: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 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:07:05 ---> 40571b8d302d 19:07:05 Step 9/23 : RUN make cmd/core-data/core-data 19:07:05 + docker inspect -f . ci-base-image-arm64 19:07:05 . [Pipeline] withDockerContainer 19:07:05 ---> e1219908d729 19:07:05 Step 9/22 : RUN make cmd/core-metadata/core-metadata 19:07:05 ---> Running in 75ed3011745a 19:07:05 prd-ubuntu18.04-docker-arm64-4c-16g-416 does not seem to be running inside a container 19:07:05 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:07:05 ---> Running in ced10c56d853 19:07:07 $ docker top 548aedca61de9ac803d0347799b72e5347a5d555f995bdcefcad98a1f359cb51 -eo pid,comm [Pipeline] { [Pipeline] sh 19:07:07 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 19:07:07 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 19:07:08 + go version 19:07:08 go version go1.13.13 linux/arm64 [Pipeline] echo 19:07:08 ========================================================= 19:07:08 [edgeXBuildGoParallel] Running Tests and Build... 19:07:08 ========================================================= [Pipeline] sh 19:07:08 ---> a03a8da42fe9 19:07:08 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:07:08 ---> Running in a6dc52a93cd2 19:07:09 + make test 19:07:09 GO111MODULE=on go test -coverprofile=coverage.out ./... 19:07:09 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 19:07:11 ? github.com/edgexfoundry/edgex-go [no test files] 19:07:36 Removing intermediate container 19e6b1927c46 19:07:36 ---> cff71646caa4 19:07:36 19:07:36 Step 10/20 : FROM alpine 19:07:36 latest: Pulling from library/alpine 19:07:36 Removing intermediate container 970ebb00e255 19:07:36 ---> 4fa92b119bf8 19:07:36 19:07:36 Step 9/29 : FROM alpine:latest 19:07:36 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 19:07:36 Status: Downloaded newer image for alpine:latest 19:07:36 ---> a24bb4013296 19:07:36 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 19:07:36 ---> Running in c29501261df3 19:07:36 latest: Pulling from library/alpine 19:07:36 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 19:07:36 Status: Image is up to date for alpine:latest 19:07:36 ---> a24bb4013296 19:07:36 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 19:07:36 ---> Running in c6b278f92436 19:07:36 Removing intermediate container c6b278f92436 19:07:36 ---> 6a2c97b5dc62 19:07:36 Step 11/29 : USER root 19:07:36 ---> Running in 3489817ec350 19:07:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:07:36 Removing intermediate container 3489817ec350 19:07:36 ---> bd47505d4bd3 19:07:36 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 19:07:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:07:36 ---> Running in 1230f3a2599c 19:07:36 v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 19:07:36 v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 19:07:36 OK: 12746 distinct packages available 19:07:36 (1/4) Installing ca-certificates (20191127-r4) 19:07:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:07:36 (3/4) Installing libcurl (7.69.1-r0) 19:07:36 (4/4) Installing curl (7.69.1-r0) 19:07:36 Executing busybox-1.31.1-r16.trigger 19:07:36 Executing ca-certificates-20191127-r4.trigger 19:07:36 OK: 7 MiB in 18 packages 19:07:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:07:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:07:36 v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 19:07:36 v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 19:07:36 OK: 12746 distinct packages available 19:07:36 (1/2) Installing ca-certificates (20191127-r4) 19:07:36 (2/2) Installing dumb-init (1.2.2-r1) 19:07:36 Executing busybox-1.31.1-r16.trigger 19:07:36 Executing ca-certificates-20191127-r4.trigger 19:07:36 OK: 6 MiB in 16 packages 19:07:37 Removing intermediate container c29501261df3 19:07:37 ---> 1938949a169f 19:07:37 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:07:38 ---> Running in db27505c20c7 19:07:39 Removing intermediate container 1230f3a2599c 19:07:39 ---> 961696c3a6a6 19:07:39 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 19:07:40 Removing intermediate container db27505c20c7 19:07:40 ---> eb288b22cc52 19:07:40 Step 13/20 : WORKDIR /edgex 19:07:40 ---> Running in 48b61f15461c 19:07:40 Removing intermediate container a6dc52a93cd2 19:07:40 ---> eb2bc90c88d4 19:07:40 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:07:40 ---> Running in bcac78752d78 19:07:40 ---> Running in 16cc3f1dddf4 19:07:41 Removing intermediate container 48b61f15461c 19:07:41 ---> 6dd63814157d 19:07:41 Step 14/29 : WORKDIR $BASE_DIR 19:07:41 Removing intermediate container bcac78752d78 19:07:41 ---> f1a0a6e0268f 19:07:41 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:07:41 ---> Running in 81ffa1164c8e 19:07:42 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 19:07:42 Removing intermediate container 81ffa1164c8e 19:07:42 ---> c02527768717 19:07:42 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 19:07:42 ---> b3d7fdbaacb7 19:07:42 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:07:42 ---> Running in fd6df222805f 19:07:43 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:07:48 ---> 1c3cf1dea5ac 19:07:48 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:07:48 Removing intermediate container ced10c56d853 19:07:48 ---> 6c160d3d4c27 19:07:48 19:07:48 Step 10/22 : FROM scratch 19:07:48 ---> 19:07:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:07:48 ---> Running in a96f89a68df1 19:07:48 ---> Running in 01f255ce126c 19:07:48 Removing intermediate container a96f89a68df1 19:07:48 ---> a2fb23051d0d 19:07:48 Step 17/20 : CMD ["--init=true"] 19:07:49 Removing intermediate container 01f255ce126c 19:07:49 ---> 2cd8ee26c211 19:07:49 Step 12/22 : ENV APP_PORT=48081 19:07:50 ---> Running in a2b21286af97 19:07:50 Removing intermediate container fd6df222805f 19:07:50 ---> 1bb32a88c94f 19:07:50 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 19:07:50 Removing intermediate container 16cc3f1dddf4 19:07:50 ---> a93aade73e41 19:07:50 19:07:50 Step 11/27 : FROM docker:latest 19:07:50 ---> 81f5749c9058 19:07:50 Step 12/27 : RUN apk add --no-cache bash 19:07:50 ---> Running in 1067b1a99111 19:07:50 ---> Running in 2a6246ae1431 19:07:50 Removing intermediate container 75ed3011745a 19:07:50 ---> 584548bc1797 19:07:50 19:07:50 Step 10/23 : FROM alpine 19:07:50 ---> a24bb4013296 19:07:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:07:50 Removing intermediate container a2b21286af97 19:07:50 ---> 52abfe1c9c3b 19:07:50 Step 18/20 : LABEL arch=x86_64 19:07:50 ---> Running in c6245355b5ab 19:07:50 Removing intermediate container 1067b1a99111 19:07:50 ---> 2879ee6e8c50 19:07:50 Step 13/22 : EXPOSE $APP_PORT 19:07:50 ---> Running in b89d36a593bf 19:07:50 ---> 8748ed560202 19:07:50 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 19:07:50 ---> Running in c79a701b0c87 19:07:50 Removing intermediate container c6245355b5ab 19:07:50 ---> 737bd9d16b8a 19:07:50 Step 12/23 : ENV APP_PORT=48080 19:07:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:07:51 Removing intermediate container b89d36a593bf 19:07:51 ---> 0a1e65f21e3b 19:07:51 Step 19/20 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca 19:07:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:07:51 ---> Running in 6f578fa0cd06 19:07:51 Removing intermediate container c79a701b0c87 19:07:51 ---> fe7f54f02203 19:07:51 Step 14/22 : WORKDIR / 19:07:51 ---> Running in a6d6a2282c12 19:07:51 (1/2) Installing readline (8.0.4-r0) 19:07:51 (2/2) Installing bash (5.0.17-r0) 19:07:51 Executing bash-5.0.17-r0.post-install 19:07:51 Executing busybox-1.31.1-r16.trigger 19:07:51 OK: 12 MiB in 22 packages 19:07:51 ---> c5adc21e1d51 19:07:51 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 19:07:51 ---> Running in 8a3b2c933c05 19:07:51 Removing intermediate container 6f578fa0cd06 19:07:51 ---> c7ff2e027f06 19:07:51 Step 13/23 : EXPOSE $APP_PORT 19:07:51 Removing intermediate container a6d6a2282c12 19:07:51 ---> 7d4a57e1437b 19:07:51 Step 20/20 : LABEL version=0.0.0 19:07:51 ---> Running in ffa8e1306d77 19:07:51 Removing intermediate container 8a3b2c933c05 19:07:51 ---> 522ec0215b28 19:07:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 19:07:51 ---> 6ff2996ec934 19:07:51 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 19:07:52 ---> Running in 600ef2b4f00d 19:07:52 Removing intermediate container ffa8e1306d77 19:07:52 ---> 25ab03eb9a32 19:07:52 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:07:53 Removing intermediate container 2a6246ae1431 19:07:53 ---> cb714f81ab0b 19:07:53 Step 13/27 : RUN rm -rf /var/cache/apk/* 19:07:53 ---> ceb7736fbf29 19:07:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:07:53 ---> d41c27aa270a 19:07:53 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 19:07:53 ---> Running in 72c9625fa35b 19:07:53 ---> Running in b07604d445b2 19:07:53 Removing intermediate container 600ef2b4f00d 19:07:53 ---> d4c008e3034a 19:07:53 19:07:53 Successfully built d4c008e3034a 19:07:53 Successfully tagged docker-security-proxy-setup-go:latest 19:07:53 ---> 5823aeafcda3 19:07:53 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 19:07:53  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 19:07:54 ---> ef5a81b7fd88 19:07:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:07:54 ---> Running in 7bf09975d41c 19:07:54 ---> 117f5e9a5899 19:07:54 Step 18/22 : ENTRYPOINT ["/core-metadata"] 19:07:54 ---> Running in fb29b95dd157 19:07:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:07:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:07:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:07:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:07:58 Removing intermediate container fb29b95dd157 19:07:58 ---> 9e56552fd085 19:07:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:07:58 ---> Running in 0140c0c55442 19:07:58 Removing intermediate container 72c9625fa35b 19:07:58 ---> 2cfd1a0a5f35 19:07:58 Step 15/23 : RUN apk --no-cache add zeromq 19:07:59 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.022s 19:07:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 19:07:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:07:59 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 19:07:59 Removing intermediate container 7bf09975d41c 19:07:59 ---> 7156bb729c49 19:07:59 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 19:07:59 Removing intermediate container b07604d445b2 19:07:59 ---> 91c83b707624 19:07:59 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:07:59 ---> Running in d364b6f9604a 19:07:59 Removing intermediate container 0140c0c55442 19:07:59 ---> 6c19dddd0e6d 19:07:59 Step 20/22 : LABEL arch=x86_64 19:08:00 ---> Running in 2926125eecee 19:08:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:08:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:08:01 ---> Running in 6b1fa9033ff8 19:08:01 ---> 97c25a71666e 19:08:01 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:08:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:08:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:08:02 ---> Running in 3fe368e89455 19:08:02 Removing intermediate container 2926125eecee 19:08:02 ---> e1b9943860d0 19:08:02 Step 15/27 : ENV APP_PORT=48090 19:08:02 Removing intermediate container 6b1fa9033ff8 19:08:02 ---> cf0ed62f41ec 19:08:02 Step 21/22 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca 19:08:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:08:03 ---> Running in 7965a7055b34 19:08:03 ---> Running in 0d4766949684 19:08:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:08:04 (1/5) Installing libgcc (9.3.0-r2) 19:08:04 (2/5) Installing libsodium (1.0.18-r0) 19:08:04 (3/5) Installing libstdc++ (9.3.0-r2) 19:08:04 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 19:08:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:08:04 ---> 885d1f2a8189 19:08:04 Step 3/24 : WORKDIR /edgex-go 19:08:04 ---> Using cache 19:08:04 ---> 7570631934af 19:08:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:08:05 (4/5) Installing libzmq (4.3.2-r0) 19:08:05 (5/5) Installing zeromq (4.3.2-r0) 19:08:05 Removing intermediate container 7965a7055b34 19:08:05 ---> dce74735cf33 19:08:05 Step 22/22 : LABEL version=0.0.0 19:08:05 Removing intermediate container 0d4766949684 19:08:05 ---> 1ad8b5c353ee 19:08:05 Step 16/27 : EXPOSE $APP_PORT 19:08:05 Executing busybox-1.31.1-r16.trigger 19:08:05 OK: 8 MiB in 19 packages 19:08:05 ---> Running in 181bceca2a3e 19:08:05 ---> Running in a56a4b4b448d 19:08:06 ---> Running in b7964b6d0e94 19:08:06 Removing intermediate container a56a4b4b448d 19:08:06 ---> 211803a001e0 19:08:06 19:08:06 Removing intermediate container b7964b6d0e94 19:08:06 ---> cc6f394c8f88 19:08:06 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:08:06 Successfully built 211803a001e0 19:08:06 Successfully tagged docker-core-metadata-go:latest 19:08:06 Building docker-core-command-go 19:08:06  Building docker-core-metadata-go ... done Removing intermediate container 3fe368e89455 19:08:06 ---> 93277049a42a 19:08:06 Step 24/29 : RUN chmod 755 security-secrets-setup 19:08:07 ---> Running in 72e5b1bd8331 19:08:07 Removing intermediate container d364b6f9604a 19:08:07 ---> ed03af38350a 19:08:07 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 19:08:08 ---> 179d0fac473d 19:08:08 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:08:11 ---> 0966fa9dfd8c 19:08:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:08:11 ---> ffdd38a5af12 19:08:11 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:08:12 Removing intermediate container 181bceca2a3e 19:08:12 ---> 301661489c2c 19:08:12 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 19:08:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.140s coverage: 46.6% of statements 19:08:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:08:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:08:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:08:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:08:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:08:12 ---> 8703fabe261a 19:08:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:08:13 ---> Running in 4320b2bbbd7b 19:08:14 ---> c56b738697a4 19:08:14 Step 20/27 : RUN apk --no-cache add py-pip 19:08:17 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 19:08:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:08:17 ---> 885d1f2a8189 19:08:17 Step 3/22 : WORKDIR /edgex-go 19:08:17 ---> Using cache 19:08:17 ---> 7570631934af 19:08:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:08:17 ---> Using cache 19:08:17 ---> 301661489c2c 19:08:17 Step 5/22 : RUN apk update && apk add make git 19:08:17 ---> 510106be9492 19:08:17 Step 19/23 : ENTRYPOINT ["/core-data"] 19:08:17 ---> Running in 6b3c3aae052d 19:08:17 Removing intermediate container 72e5b1bd8331 19:08:17 ---> 8dcce65f54e5 19:08:17 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 19:08:17 ---> Running in 928d0a7745fa 19:08:17 ---> Running in 725ebedf29c8 19:08:18 ---> Running in 8ff9e7f079ed 19:08:18 Removing intermediate container 725ebedf29c8 19:08:18 ---> 53bfa0d1d203 19:08:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:08:18 Removing intermediate container 8ff9e7f079ed 19:08:18 ---> 88a497f2898f 19:08:18 Step 26/29 : CMD [ "generate" ] 19:08:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:08:18 ---> Running in 7bc74fd559f6 19:08:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:08:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:08:18 ---> Running in 7216629c0c8c 19:08:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:08:18 Removing intermediate container 7bc74fd559f6 19:08:18 ---> 83d0642a7438 19:08:18 Step 21/23 : LABEL arch=x86_64 19:08:18 (1/33) Installing libbz2 (1.0.8-r1) 19:08:18 Removing intermediate container 7216629c0c8c 19:08:18 ---> 67d174c26941 19:08:18 Step 27/29 : LABEL arch=x86_64 19:08:18 (2/33) Installing expat (2.2.9-r1) 19:08:18 (3/33) Installing libffi (3.3-r2) 19:08:18 (4/33) Installing gdbm (1.13-r1) 19:08:18 ---> Running in 721b0571fe92 19:08:18 (5/33) Installing xz-libs (5.2.5-r0) 19:08:18 (6/33) Installing sqlite-libs (3.32.1-r0) 19:08:18 (7/33) Installing python3 (3.8.5-r0) 19:08:18 ---> Running in fb8063b496b6 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.178s coverage: 27.2% of statements 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.028s coverage: 100.0% of statements 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.064s coverage: 100.0% of statements 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:08:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.079s coverage: 80.0% of statements 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:08:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:08:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:08:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:08:19 Removing intermediate container 721b0571fe92 19:08:19 ---> 1d1a40574477 19:08:19 Step 22/23 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca 19:08:20 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 19:08:20 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 19:08:20 OK: 12746 distinct packages available 19:08:20 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 19:08:20 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 19:08:20 OK: 12746 distinct packages available 19:08:20 OK: 233 MiB in 51 packages 19:08:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.409s coverage: 92.9% of statements 19:08:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:08:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:08:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 19:08:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:08:20 OK: 233 MiB in 51 packages 19:08:22 Removing intermediate container fb8063b496b6 19:08:22 ---> 1bd139fd5c99 19:08:22 Step 28/29 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca 19:08:22 ---> Running in cd8b88b77354 19:08:22 (8/33) Installing py3-appdirs (1.4.4-r1) 19:08:22 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:08:22 (10/33) Installing py3-parsing (2.4.7-r0) 19:08:22 (11/33) Installing py3-six (1.15.0-r0) 19:08:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.365s coverage: 28.6% of statements 19:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:08:22 (12/33) Installing py3-packaging (20.4-r0) 19:08:22 ---> Running in 1f01f7ccbcda 19:08:22 (13/33) Installing py3-setuptools (47.0.0-r0) 19:08:22 (14/33) Installing py3-chardet (3.0.4-r4) 19:08:23 (15/33) Installing py3-idna (2.9-r0) 19:08:23 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:08:23 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:08:23 (18/33) Installing py3-requests (2.23.0-r0) 19:08:23 (19/33) Installing py3-msgpack (1.0.0-r0) 19:08:23 (20/33) Installing py3-lockfile (0.12.2-r3) 19:08:23 Removing intermediate container cd8b88b77354 19:08:23 ---> 957e95d80935 19:08:23 Step 23/23 : LABEL version=0.0.0 19:08:24 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:08:24 (22/33) Installing py3-colorama (0.4.3-r0) 19:08:24 (23/33) Installing py3-distlib (0.3.0-r0) 19:08:24 Removing intermediate container 1f01f7ccbcda 19:08:24 ---> 0b4e1609c5d1 19:08:24 Step 29/29 : LABEL version=0.0.0 19:08:24 (24/33) Installing py3-distro (1.5.0-r1) 19:08:24 (25/33) Installing py3-webencodings (0.5.1-r3) 19:08:24 (26/33) Installing py3-html5lib (1.0.1-r4) 19:08:24 ---> Running in 94e81fc33223 19:08:24 Removing intermediate container 4320b2bbbd7b 19:08:24 ---> 14d67940d3e9 19:08:24 Step 6/24 : COPY go.mod . 19:08:24 Removing intermediate container 928d0a7745fa 19:08:24 ---> ec418fcf4f6f 19:08:24 Step 6/22 : COPY go.mod . 19:08:24 (27/33) Installing py3-pytoml (0.1.21-r0) 19:08:24 (28/33) Installing py3-pep517 (0.8.2-r0) 19:08:24 (29/33) Installing py3-progress (1.5-r0) 19:08:24 (30/33) Installing py3-toml (0.10.1-r0) 19:08:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.102s coverage: 100.0% of statements 19:08:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:08:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements 19:08:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:08:24 (31/33) Installing py3-retrying (1.3.3-r0) 19:08:24 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:08:24 (33/33) Installing py3-pip (20.1.1-r0) 19:08:24 ---> Running in 1ba942d2ee9b 19:08:24 Executing busybox-1.31.1-r16.trigger 19:08:24 OK: 71 MiB in 55 packages 19:08:25 ---> 1c7d9d8eb709 19:08:25 Step 7/24 : RUN go mod download 19:08:25 Removing intermediate container 94e81fc33223 19:08:25 ---> 6af6c197a81c 19:08:25 19:08:25 ---> 3e4811877cfd 19:08:25 Step 7/22 : RUN go mod download 19:08:25 Successfully built 6af6c197a81c 19:08:26 Successfully tagged docker-core-data-go:latest 19:08:26  Building docker-core-data-go ... done Building docker-support-logging-go 19:08:26 ---> Running in f76f32f449e5 19:08:26 Removing intermediate container 1ba942d2ee9b 19:08:26 ---> 0b0e2754a433 19:08:26 19:08:26 Successfully built 0b0e2754a433 19:08:26 ---> Running in 18c55d9a5079 19:08:26 Successfully tagged docker-security-secrets-setup-go:latest 19:08:26 Building docker-support-scheduler-go 19:08:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.133s coverage: 89.8% of statements 19:08:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:08:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.089s coverage: 97.5% of statements 19:08:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:08:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 100.0% of statements 19:08:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:08:29 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 19:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 19:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:08:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements 19:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 19:08:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 19:08:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements 19:08:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:08:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:08:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements 19:08:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.352s coverage: 55.9% of statements 19:08:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:08:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:08:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 19:08:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 19:08:41  Building docker-security-secrets-setup-go ... done Removing intermediate container 18c55d9a5079 19:08:41 ---> 6d64a8277a5c 19:08:41 Step 8/22 : COPY . . 19:08:41 Removing intermediate container f76f32f449e5 19:08:41 ---> 286b7a2d894c 19:08:41 Step 8/24 : COPY . . 19:08:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.208s coverage: 86.3% of statements 19:08:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 19:08:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.948s coverage: 72.2% of statements 19:08:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.395s coverage: 72.1% of statements 19:08:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.115s coverage: 82.4% of statements 19:08:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.018s coverage: 48.4% of statements 19:08:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 19:08:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 19:08:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 19:08:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.025s coverage: 28.8% of statements 19:08:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 19:08:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.040s coverage: 96.8% of statements 19:08:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 19:08:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.118s coverage: 26.9% of statements 19:08:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:08:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:08:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.340s coverage: 84.1% of statements 19:08:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements 19:08:48 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.028s coverage: 42.9% of statements 19:08:48 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 19:08:48 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 19:08:48 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.024s coverage: 100.0% of statements 19:08:48 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 19:08:48 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.074s coverage: 83.8% of statements 19:08:48 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 19:08:49 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 19:08:49 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:08:49 ---> 885d1f2a8189 19:08:49 Step 3/21 : WORKDIR /edgex-go 19:08:49 ---> Using cache 19:08:49 ---> 7570631934af 19:08:49 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:08:49 ---> Using cache 19:08:49 ---> 301661489c2c 19:08:49 Step 5/21 : RUN apk update && apk add make git 19:08:49 ---> Using cache 19:08:49 ---> ec418fcf4f6f 19:08:49 Step 6/21 : COPY go.mod . 19:08:49 ---> Using cache 19:08:49 ---> 3e4811877cfd 19:08:49 Step 7/21 : RUN go mod download 19:08:49 ---> Using cache 19:08:49 ---> 6d64a8277a5c 19:08:49 Step 8/21 : COPY . . 19:08:51 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 19:08:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:08:51 ---> 885d1f2a8189 19:08:51 Step 3/22 : WORKDIR /edgex-go 19:08:51 ---> Using cache 19:08:51 ---> 7570631934af 19:08:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:08:51 ---> Using cache 19:08:51 ---> 301661489c2c 19:08:51 Step 5/22 : RUN apk update && apk add make && apk add bash git 19:08:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.285s coverage: 46.1% of statements 19:08:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:08:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:08:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.056s coverage: 100.0% of statements 19:08:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:08:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:08:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:08:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.036s coverage: 100.0% of statements 19:08:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:08:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.074s coverage: 100.0% of statements 19:08:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:08:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.229s coverage: 29.1% of statements 19:08:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:08:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:08:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:08:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:08:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:08:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements 19:08:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:08:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements 19:08:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:08:59 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 19:08:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:08:59 ---> Running in ef5900720add 19:09:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.018s coverage: 100.0% of statements 19:09:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:09:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:09:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:09:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:09:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.026s coverage: 87.9% of statements 19:09:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:09:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:09:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.020s coverage: 100.0% of statements 19:09:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.020s coverage: 32.1% of statements 19:09:03 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.025s coverage: 100.0% of statements 19:09:04 GO111MODULE=on go vet ./... 19:09:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:09:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:09:06 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 19:09:06 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 19:09:06 OK: 12746 distinct packages available 19:09:06 OK: 233 MiB in 51 packages 19:09:06 OK: 233 MiB in 51 packages 19:09:08 Removing intermediate container 6b3c3aae052d 19:09:08 ---> e0cb5247b515 19:09:08 Step 21/27 : RUN pip install docker-compose==1.23.2 19:09:15 ---> Running in 67eae7379cb4 19:09:16 Removing intermediate container ef5900720add 19:09:16 ---> 8954f8c335a3 19:09:16 Step 6/22 : COPY go.mod . 19:09:17 ---> 42379dd15468 19:09:17 Step 9/24 : RUN make cmd/support-notifications/support-notifications 19:09:18 ---> 8f4e7770d054 19:09:18 Step 7/22 : RUN go mod download 19:09:18 ---> Running in 7e85226c8777 19:09:18 ---> 560e2f235610 19:09:18 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 19:09:18 ---> 74c8b3b5309d 19:09:18 Step 9/22 : RUN make cmd/core-command/core-command 19:09:19 ---> Running in a28ed4fe8f76 19:09:19 ---> Running in 865e5c7dc703 19:09:19 ---> Running in cb058ecd3a12 19:09:19 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 19:09:20 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 19:09:20 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 19:09:21 Removing intermediate container a28ed4fe8f76 19:09:21 ---> b19ba16bfa56 19:09:21 Step 8/22 : COPY . . 19:09:22 gofmt -l . 19:09:23 [ "`gofmt -l .`" = "" ] 19:09:25 Collecting docker-compose==1.23.2 19:09:25 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:09:25 ./bin/test-go-mod-tidy.sh 19:09:26 ./bin/test-attribution-txt.sh 19:09:28 Collecting PyYAML<4,>=3.10 19:09:28 Downloading PyYAML-3.13.tar.gz (270 kB) [Pipeline] sh 19:09:30 + ls -al . 19:09:30 total 584 19:09:30 drwxrwxr-x 10 1001 1001 4096 Aug 26 19:09 . 19:09:30 drwxr-xr-x 4 root root 4096 Aug 26 19:07 .. 19:09:30 -rw-rw-r-- 1 1001 1001 11 Aug 26 19:05 .dockerignore 19:09:30 drwxrwxr-x 8 1001 1001 4096 Aug 26 19:05 .git 19:09:30 drwxrwxr-x 3 1001 1001 4096 Aug 26 19:05 .github 19:09:30 -rw-rw-r-- 1 1001 1001 932 Aug 26 19:05 .gitignore 19:09:30 drwxrwxr-x 3 1001 1001 4096 Aug 26 19:05 .semver 19:09:30 -rw-rw-r-- 1 1001 1001 166 Aug 26 19:05 .sonarcloud.properties 19:09:30 -rw-rw-r-- 1 1001 1001 3804 Aug 26 19:05 CONTRIBUTING.md 19:09:30 -rw-rw-r-- 1 1001 1001 1035 Aug 26 19:05 Dockerfile.build 19:09:30 -rw-rw-r-- 1 1001 1001 865 Aug 26 19:05 Jenkinsfile 19:09:30 -rw-rw-r-- 1 1001 1001 10775 Aug 26 19:05 LICENSE 19:09:30 -rw-rw-r-- 1 1001 1001 6237 Aug 26 19:05 Makefile 19:09:30 -rw-rw-r-- 1 1001 1001 5652 Aug 26 19:05 README.md 19:09:30 -rw-rw-r-- 1 1001 1001 259 Aug 26 19:05 SECURITY.md 19:09:30 -rw-rw-r-- 1 1001 1001 5 Aug 26 19:02 VERSION 19:09:30 -rw-rw-r-- 1 1001 1001 4131 Aug 26 19:05 ZMQWindows.md 19:09:30 drwxrwxr-x 2 1001 1001 4096 Aug 26 19:05 bin 19:09:30 drwxrwxr-x 15 1001 1001 4096 Aug 26 19:05 cmd 19:09:30 -rw-r--r-- 1 root root 458659 Aug 26 19:09 coverage.out 19:09:30 -rw-r--r-- 1 root root 1019 Aug 26 19:09 go.mod 19:09:30 -rw-r--r-- 1 root root 19185 Aug 26 19:09 go.sum 19:09:30 drwxrwxr-x 8 1001 1001 4096 Aug 26 19:05 internal 19:09:30 drwxrwxr-x 4 1001 1001 4096 Aug 26 19:05 openapi 19:09:30 drwxrwxr-x 4 1001 1001 4096 Aug 26 19:05 snap 19:09:30 -rw-rw-r-- 1 1001 1001 168 Aug 26 19:05 version.go [Pipeline] sh 19:09:30 Collecting websocket-client<1.0,>=0.32.0 19:09:30 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 19:09:30 + '[' -e coverage.out ] 19:09:30 + chown 1001:1001 coverage.out [Pipeline] stash 19:09:30 Warning: overwriting stash ‘coverage-report’ 19:09:31 Stashed 1 file(s) [Pipeline] sh 19:09:32 + make build 19:09:32 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 19:09:32 Collecting texttable<0.10,>=0.9.0 19:09:32 Downloading texttable-0.9.1.tar.gz (11 kB) 19:09:34 Collecting docker<4.0,>=3.6.0 19:09:34 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:09:35 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:09:36 Collecting cached-property<2,>=1.2.0 19:09:36 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 19:09:36 Collecting jsonschema<3,>=2.5.1 19:09:36 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:09:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:09:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:09:37 Collecting dockerpty<0.5,>=0.4.1 19:09:37 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:09:38 Collecting docopt<0.7,>=0.6.1 19:09:38 Downloading docopt-0.6.2.tar.gz (25 kB) 19:09:39 Collecting docker-pycreds>=0.4.0 19:09:39 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:09:39 Collecting urllib3<1.25,>=1.21.1 19:09:39 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:09:39 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) 19:09:39 Collecting idna<2.8,>=2.5 19:09:39 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:09:39 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) 19:09:39 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:09:39 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:09:39 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:09:39 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:09:39 Installing collected packages: PyYAML, websocket-client, texttable, urllib3, idna, requests, docker-pycreds, docker, cached-property, jsonschema, dockerpty, docopt, docker-compose 19:09:39 Running setup.py install for PyYAML: started 19:09:41 Running setup.py install for PyYAML: finished with status 'done' 19:09:41 Running setup.py install for texttable: started 19:09:41 ---> 359be2ba5dc2 19:09:41 Step 9/22 : RUN make cmd/support-logging/support-logging 19:09:42 ---> Running in ee424e3c7ad1 19:09:42 Running setup.py install for texttable: finished with status 'done' 19:09:42 Attempting uninstall: urllib3 19:09:42 Found existing installation: urllib3 1.25.9 19:09:42 Uninstalling urllib3-1.25.9: 19:09:42 Successfully uninstalled urllib3-1.25.9 19:09:43 Attempting uninstall: idna 19:09:43 Found existing installation: idna 2.9 19:09:43 Uninstalling idna-2.9: 19:09:43 Successfully uninstalled idna-2.9 19:09:43 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 19:09:43 Attempting uninstall: requests 19:09:43 Found existing installation: requests 2.23.0 19:09:43 Uninstalling requests-2.23.0: 19:09:43 Successfully uninstalled requests-2.23.0 19:09:45 Running setup.py install for dockerpty: started 19:09:46 Running setup.py install for dockerpty: finished with status 'done' 19:09:46 Running setup.py install for docopt: started 19:09:47 Running setup.py install for docopt: finished with status 'done' 19:09:47 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 19:09:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:09:55 Removing intermediate container 67eae7379cb4 19:09:55 ---> 2114e2fd75aa 19:09:55 Step 22/27 : RUN apk --no-cache add curl 19:09:55 ---> Running in 7bf3d88ab8bd 19:09:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:09:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:09:56 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:09:56 (2/3) Installing libcurl (7.69.1-r0) 19:09:56 (3/3) Installing curl (7.69.1-r0) 19:09:56 Executing busybox-1.31.1-r16.trigger 19:09:57 OK: 72 MiB in 58 packages 19:10:01 Removing intermediate container 865e5c7dc703 19:10:01 ---> c9c861f18555 19:10:01 19:10:01 Step 10/21 : FROM scratch 19:10:01 ---> 19:10:01 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:10:01 Removing intermediate container 7e85226c8777 19:10:01 ---> 8cade84991d6 19:10:01 19:10:01 Step 10/24 : FROM scratch 19:10:01 ---> 19:10:01 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 19:10:01 ---> Using cache 19:10:01 ---> 2cd8ee26c211 19:10:01 Step 12/21 : ENV APP_PORT=48085 19:10:01 ---> Running in e36c8369ab95 19:10:01 Removing intermediate container 7bf3d88ab8bd 19:10:01 ---> a4f2231357ce 19:10:01 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 19:10:02 ---> Running in 66c2158bc53e 19:10:02 Removing intermediate container cb058ecd3a12 19:10:02 ---> 3d0b5e5a9753 19:10:02 19:10:02 Step 10/22 : FROM scratch 19:10:02 ---> 19:10:02 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:10:02 ---> Using cache 19:10:02 ---> 2cd8ee26c211 19:10:02 Step 12/22 : ENV APP_PORT=48082 19:10:02 ---> Running in 61d22fa8a3a1 19:10:02 ---> Running in a205286f8663 19:10:03 Removing intermediate container e36c8369ab95 19:10:03 ---> fb0a288caaf1 19:10:03 Step 13/21 : EXPOSE $APP_PORT 19:10:03 Removing intermediate container 66c2158bc53e 19:10:03 ---> d50cd749d5cd 19:10:03 Step 12/24 : ENV APP_PORT=48060 19:10:03 ---> Running in 1c1555f99896 19:10:03 Removing intermediate container 61d22fa8a3a1 19:10:03 ---> 24770095f802 19:10:03 Step 13/22 : EXPOSE $APP_PORT 19:10:03 ---> Running in ef36090f53ac 19:10:03 Removing intermediate container a205286f8663 19:10:03 ---> 124c0929816a 19:10:03 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:03 ---> Running in ef1e80fa08b9 19:10:03 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 19:10:03 ---> Running in 97f89b7a0a64 19:10:03 Removing intermediate container 1c1555f99896 19:10:03 ---> 5f7d0c47561c 19:10:03 Step 13/24 : EXPOSE $APP_PORT 19:10:03 Removing intermediate container ef36090f53ac 19:10:03 ---> bed2cc1b708c 19:10:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 19:10:03 Removing intermediate container ef1e80fa08b9 19:10:03 ---> b32812fbe877 19:10:03 Step 14/22 : WORKDIR / 19:10:04 ---> Running in 7d745edf7250 19:10:05 ---> Running in b033be000f2e 19:10:06 ---> edeff82f5267 19:10:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:10:06 Removing intermediate container 97f89b7a0a64 19:10:06 ---> bfd932519ba0 19:10:06 Step 25/27 : LABEL arch=x86_64 19:10:06 Removing intermediate container 7d745edf7250 19:10:06 ---> 3fc1aa717ddb 19:10:06 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 19:10:06 Removing intermediate container ee424e3c7ad1 19:10:06 ---> 7b1b3fde8402 19:10:06 19:10:06 Step 10/22 : FROM scratch 19:10:06 ---> 19:10:06 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 19:10:06 ---> Running in 4753b53859d3 19:10:06 ---> Using cache 19:10:06 ---> d50cd749d5cd 19:10:06 Step 12/22 : ENV APP_PORT=48061 19:10:06 ---> Running in a2ea03ce65cb 19:10:06 Removing intermediate container b033be000f2e 19:10:06 ---> 328386c138d3 19:10:06 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 19:10:06 ---> c2fb1c2d2522 19:10:06 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 19:10:06 Removing intermediate container 4753b53859d3 19:10:06 ---> 635ad89db8ae 19:10:06 Step 26/27 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca 19:10:07 Removing intermediate container a2ea03ce65cb 19:10:07 ---> c5d043b1cab6 19:10:07 Step 13/22 : EXPOSE $APP_PORT 19:10:07 ---> f112cf785518 19:10:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:10:07 ---> c77bb8d54657 19:10:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:10: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 19:10:08 ---> Running in 83124334f756 19:10:08 ---> Running in 1b7da274d728 19:10:08 ---> 850ae3509bab 19:10:08 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 19:10:08 ---> 9393c79204b4 19:10:08 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 19:10:08 ---> 7bbca93b4761 19:10:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:10:08 ---> Running in d5d81127c175 19:10:08 Removing intermediate container 83124334f756 19:10:08 ---> a3bb44016d1b 19:10:08 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 19:10:08 Removing intermediate container 1b7da274d728 19:10:08 ---> f62a258004bb 19:10:08 Step 27/27 : LABEL version=0.0.0 19:10:08 ---> fcccb959c288 19:10:08 Step 18/22 : ENTRYPOINT ["/core-command"] 19:10:08 ---> Running in 47771b275c7d 19:10:08 Removing intermediate container d5d81127c175 19:10:08 ---> f81a9105ba25 19:10:08 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:08 ---> eff0eeb63151 19:10:08 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 19:10:09 ---> 3bafc7e77fdc 19:10:09 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 19:10:09 ---> Running in 910bed0791f6 19:10:09 ---> Running in 1d49c8dfaef5 19:10:09 Removing intermediate container 47771b275c7d 19:10:09 ---> d8f06b16f50c 19:10:09 19:10:09 ---> a8406c288275 19:10:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:10:10 Successfully built d8f06b16f50c 19:10:10 Removing intermediate container 910bed0791f6 19:10:10 ---> 39ae289134c4 19:10:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:10 Successfully tagged docker-sys-mgmt-agent-go:latest 19:10:10 Building docker-security-secretstore-setup-go 19:10:10  Building docker-sys-mgmt-agent-go ... done  ---> 9940e1b27991 19:10:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 19:10:10 ---> Running in a1b290d54785 19:10:10 Removing intermediate container 1d49c8dfaef5 19:10:10 ---> cb285d54c3be 19:10:10 Step 19/21 : LABEL arch=x86_64 19:10:10 ---> Running in a0e5407c8750 19:10:10 Removing intermediate container a1b290d54785 19:10:10 ---> 2e2f8bb37743 19:10:10 Step 20/22 : LABEL arch=x86_64 19:10:10 ---> ca0aa752f8f5 19:10:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:10:10 ---> Running in 8a00dfa1d0f9 19:10:11 Removing intermediate container a0e5407c8750 19:10:11 ---> 56bdd5d5fb4b 19:10:11 Step 20/21 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca 19:10:11 ---> b7914e3c2772 19:10:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 19:10:13 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 19:10:14 ---> Running in 89b46532050b 19:10:14 ---> 0144f1a11d2d 19:10:14 Step 20/24 : ENTRYPOINT ["/support-notifications"] 19:10:14 Removing intermediate container 8a00dfa1d0f9 19:10:14 ---> d46ae1a8ef45 19:10:14 Step 21/22 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca 19:10:14 ---> 8a318c8dfd07 19:10:14 Step 18/22 : ENTRYPOINT ["/support-logging"] 19:10:14 ---> Running in c71dee87227e 19:10:14 ---> Running in 2843e3bdeab7 19:10:14 Removing intermediate container 89b46532050b 19:10:14 ---> 50b80f652633 19:10:14 Step 21/21 : LABEL version=0.0.0 19:10:14 ---> Running in 564acd4e3bf5 19:10:15 ---> Running in a50a53a990d3 19:10:15 Removing intermediate container 2843e3bdeab7 19:10:15 ---> cd4b0ddb2648 19:10:15 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:15 Removing intermediate container c71dee87227e 19:10:15 ---> 6503b71646db 19:10:15 Step 22/22 : LABEL version=0.0.0 19:10:15 Removing intermediate container 564acd4e3bf5 19:10:15 ---> 332023ffa837 19:10:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:17 ---> Running in c5345c55b1cc 19:10:17 ---> Running in 13f849dac08b 19:10:17 ---> Running in 35702b26c8ff 19:10:17 Removing intermediate container a50a53a990d3 19:10:17 ---> bb1ddf99f03f 19:10:17 19:10:17 Successfully built bb1ddf99f03f 19:10:17 Successfully tagged docker-support-scheduler-go:latest 19:10:18 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 19:10:19 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 19:10:19  Building docker-support-scheduler-go ... done Removing intermediate container c5345c55b1cc 19:10:19 ---> de6affc2e1b3 19:10:19 Step 22/24 : LABEL arch=x86_64 19:10:19 Removing intermediate container 35702b26c8ff 19:10:19 ---> bc487d9e397e 19:10:19 Step 20/22 : LABEL arch=x86_64 19:10:19 Removing intermediate container 13f849dac08b 19:10:19 ---> 31ca7f1b5021 19:10:19 19:10:19 Successfully built 31ca7f1b5021 19:10:19 Successfully tagged docker-core-command-go:latest 19:10:22  Building docker-core-command-go ... done  ---> Running in e48bed2c06b9 19:10:22 ---> Running in e278ec0bb780 19:10:22 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 19:10:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:10:22 ---> 885d1f2a8189 19:10:22 Step 3/26 : WORKDIR /edgex-go 19:10:22 ---> Using cache 19:10:22 ---> 7570631934af 19:10:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:22 ---> Using cache 19:10:22 ---> 301661489c2c 19:10:22 Step 5/26 : RUN apk update && apk add make git 19:10:22 ---> Using cache 19:10:22 ---> ec418fcf4f6f 19:10:22 Step 6/26 : COPY go.mod . 19:10:22 ---> Using cache 19:10:22 ---> 3e4811877cfd 19:10:22 Step 7/26 : RUN go mod download 19:10:22 ---> Using cache 19:10:22 ---> 6d64a8277a5c 19:10:22 Step 8/26 : COPY . . 19:10:22 ---> Using cache 19:10:22 ---> 74c8b3b5309d 19:10:22 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 19:10:22 ---> Running in bf1433c9aeef 19:10:23 Removing intermediate container e278ec0bb780 19:10:23 ---> fad8257618d9 19:10:23 Step 21/22 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca 19:10:23 Removing intermediate container e48bed2c06b9 19:10:23 ---> a5a550393b55 19:10:23 Step 23/24 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca 19:10:23 ---> Running in b9e119bd4c18 19:10:23 ---> Running in db6e8d792ab6 19:10:23 Removing intermediate container b9e119bd4c18 19:10:23 ---> 2ba522482a5c 19:10:23 Step 22/22 : LABEL version=0.0.0 19:10:23 Removing intermediate container db6e8d792ab6 19:10:23 ---> 60e9fb163426 19:10:23 Step 24/24 : LABEL version=0.0.0 19:10:23 ---> Running in 01935dc55abd 19:10:23 ---> Running in 28bb9082a889 19:10:23 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 19:10:23 Removing intermediate container 01935dc55abd 19:10:23 ---> f06f43feaee1 19:10:23 19:10:23 Removing intermediate container 28bb9082a889 19:10:23 ---> 37367fa1ae4d 19:10:23 19:10:23 Successfully built f06f43feaee1 19:10:23 Successfully tagged docker-support-logging-go:latest 19:10:23  Building docker-support-logging-go ... done Successfully built 37367fa1ae4d 19:10:23 Successfully tagged docker-support-notifications-go:latest 19:10:24 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 19:10:29 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 19:10:30  Building docker-support-notifications-go ... done 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 19:10:32 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 19:10:34 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 19:10:36 Removing intermediate container bf1433c9aeef 19:10:36 ---> 5fa5132eb45e 19:10:36 19:10:36 Step 10/26 : FROM alpine:3.10 19:10:36 3.10: Pulling from library/alpine 19:10:36 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 19:10:36 Status: Downloaded newer image for alpine:3.10 19:10:36 ---> be4e4bea2c2e 19:10:36 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 19:10:36 ---> Running in 553bcf6b9d8c 19:10:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 19:10:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 19:10:37 v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 19:10:37 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 19:10:37 OK: 10346 distinct packages available 19:10:37 (1/5) Installing ca-certificates (20191127-r2) 19:10:37 (2/5) Installing nghttp2-libs (1.39.2-r1) 19:10:37 (3/5) Installing libcurl (7.66.0-r0) 19:10:37 (4/5) Installing curl (7.66.0-r0) 19:10:37 (5/5) Installing dumb-init (1.2.2-r1) 19:10:37 Executing busybox-1.30.1-r3.trigger 19:10:37 Executing ca-certificates-20191127-r2.trigger 19:10:37 OK: 7 MiB in 19 packages 19:10:38 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 19:10:38 Removing intermediate container 553bcf6b9d8c 19:10:38 ---> 93eb0b092020 19:10:38 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:10:38 ---> Running in c5481aa201fb 19:10:38 Removing intermediate container c5481aa201fb 19:10:38 ---> e93d04dc3022 19:10:38 Step 13/26 : WORKDIR / 19:10:38 ---> Running in 2e19e624aa3c 19:10:39 Removing intermediate container 2e19e624aa3c 19:10:39 ---> 1d0664afd12c 19:10:39 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:10:39 ---> 5761389f24c6 19:10:39 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:10:39 ---> 22b40fa2bda5 19:10:39 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:10:40 ---> bbaf120c27a8 19:10:40 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 19:10:40 ---> 653c40802c81 19:10:40 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:10:40 ---> 6f1e091a761f 19:10:40 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:10:41 ---> daf5b077cb16 19:10:41 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 19:10:42 ---> 5f8ad63df85b 19:10:42 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:10:42 ---> bd702b6efda2 19:10:42 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:10:42 ---> Running in 03a72503c14e 19:10:42 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 19:10:43 Removing intermediate container 03a72503c14e 19:10:43 ---> 0026be4deb9b 19:10:43 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 19:10:43 ---> Running in 5f763fa70504 19:10:43 Removing intermediate container 5f763fa70504 19:10:43 ---> 99d6062be4d0 19:10:43 Step 24/26 : LABEL arch=x86_64 19:10:43 ---> Running in 00bd4c82e8d1 19:10:43 Removing intermediate container 00bd4c82e8d1 19:10:43 ---> a984611e82a7 19:10:43 Step 25/26 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca 19:10:43 ---> Running in d889163eac42 19:10:43 Removing intermediate container d889163eac42 19:10:43 ---> c3868445b701 19:10:43 Step 26/26 : LABEL version=0.0.0 19:10:43 ---> Running in 6e717a51bd14 19:10:44 Removing intermediate container 6e717a51bd14 19:10:44 ---> 2d10ef8f0e72 19:10:44 19:10:44 Successfully built 2d10ef8f0e72 19:10:44 Successfully tagged docker-security-secretstore-setup-go:latest 19:10:45  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 19:10:45 $ docker stop --time=1 fb29b2d6082c659b14fe5bc4c1d29f07e8a00019230929656eac9a3c22da5a77 19:10:46 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 19:10:47 $ docker rm -f fb29b2d6082c659b14fe5bc4c1d29f07e8a00019230929656eac9a3c22da5a77 [Pipeline] // withDockerContainer [Pipeline] sh 19:10:47 + docker images 19:10:47 + grep docker 19:10:47 docker-security-secretstore-setup-go latest 2d10ef8f0e72 4 seconds ago 33.9MB 19:10:47 docker-support-logging-go latest f06f43feaee1 24 seconds ago 11.8MB 19:10:47 docker-support-notifications-go latest 37367fa1ae4d 24 seconds ago 14.5MB 19:10:47 docker-core-command-go latest 31ca7f1b5021 30 seconds ago 13MB 19:10:47 docker-support-scheduler-go latest bb1ddf99f03f 32 seconds ago 13.1MB 19:10:47 docker-sys-mgmt-agent-go latest d8f06b16f50c 38 seconds ago 284MB 19:10:47 docker-security-secrets-setup-go latest 0b0e2754a433 2 minutes ago 25.1MB 19:10:47 docker-core-data-go latest 6af6c197a81c 2 minutes ago 24.5MB 19:10:47 docker-core-metadata-go latest 211803a001e0 2 minutes ago 14.4MB 19:10:47 docker-security-proxy-setup-go latest d4c008e3034a 2 minutes ago 16.4MB 19:10:47 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] } [Pipeline] } 19:10:49 $ docker stop --time=1 548aedca61de9ac803d0347799b72e5347a5d555f995bdcefcad98a1f359cb51 19:10:51 $ docker rm -f 548aedca61de9ac803d0347799b72e5347a5d555f995bdcefcad98a1f359cb51 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:10:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:10:53 19:10:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:10:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:10:54 latest: Pulling from edgex-devops/edgex-compose-arm64 19:10:54 29e5d40040c1: Pulling fs layer 19:10:54 1ce36da41761: Pulling fs layer 19:10:54 25b303627fd3: Pulling fs layer 19:10:54 29e5d40040c1: Verifying Checksum 19:10:54 29e5d40040c1: Download complete 19:10:55 29e5d40040c1: Pull complete 19:10:55 1ce36da41761: Verifying Checksum 19:10:55 1ce36da41761: Download complete 19:10:56 25b303627fd3: Verifying Checksum 19:10:56 25b303627fd3: Download complete 19:10:56 1ce36da41761: Pull complete 19:11:06 25b303627fd3: Pull complete 19:11:06 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:11:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:11:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:11:06 prd-ubuntu18.04-docker-arm64-4c-16g-416 does not seem to be running inside a container 19:11:06 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:11:10 $ docker top 3aab42c300af5e518198106a77b09dc3745d66516f3294a18da693321ab52f85 -eo pid,comm [Pipeline] { [Pipeline] sh 19:11:11 + grep parallel 19:11:11 + docker-compose build --help 19:11:15 --parallel Build images in parallel. [Pipeline] } 19:11:15 $ docker stop --time=1 3aab42c300af5e518198106a77b09dc3745d66516f3294a18da693321ab52f85 19:11:17 $ docker rm -f 3aab42c300af5e518198106a77b09dc3745d66516f3294a18da693321ab52f85 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:11:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:11:18 . [Pipeline] withDockerContainer 19:11:18 prd-ubuntu18.04-docker-arm64-4c-16g-416 does not seem to be running inside a container 19:11:18 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:11:20 $ docker top 16772acec06abd49b057dd2937308f6957a816b450652e02ef0d9cba2e49e402 -eo pid,comm [Pipeline] { [Pipeline] sh 19:11:21 + docker-compose -f ./docker-compose-build.yml build --parallel 19:11:24 Building docker-core-command-go ... 19:11:24 Building docker-core-data-go ... 19:11:24 Building docker-core-metadata-go ... 19:11:24 Building docker-security-proxy-setup-go ... 19:11:24 Building docker-security-secrets-setup-go ... 19:11:24 Building docker-security-secretstore-setup-go ... 19:11:24 Building docker-support-logging-go ... 19:11:24 Building docker-support-notifications-go ... 19:11:24 Building docker-support-scheduler-go ... 19:11:24 Building docker-sys-mgmt-agent-go ... 19:11:24 Building docker-security-proxy-setup-go 19:11:24 Building docker-core-metadata-go 19:11:24 Building docker-security-secrets-setup-go 19:11:24 Building docker-support-notifications-go 19:11:24 Building docker-core-data-go 19:13:31 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 19:13:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:13:31 ---> c698e9dae17c 19:13:31 Step 3/24 : WORKDIR /edgex-go 19:13:31 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 19:13:31 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 19:13:31 ---> c698e9dae17c 19:13:31 Step 3/29 : WORKDIR /edgex-go 19:13:31 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 19:13:31 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:13:31 ---> c698e9dae17c 19:13:31 Step 3/20 : WORKDIR /edgex-go 19:13:31 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 19:13:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:13:31 ---> c698e9dae17c 19:13:31 Step 3/22 : WORKDIR /edgex-go 19:13:31 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 19:13:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:13:31 ---> c698e9dae17c 19:13:31 Step 3/23 : WORKDIR /edgex-go 19:13:31 ---> Running in e894e7bc4cfd 19:13:31 ---> Running in 2b70162390cf 19:13:31 ---> Running in 94277c06c17c 19:13:31 ---> Running in 782ca9e10804 19:13:31 ---> Running in 6dc30efcffad 19:13:31 Removing intermediate container 2b70162390cf 19:13:31 ---> 6eea039ebce0 19:13:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:31 Removing intermediate container e894e7bc4cfd 19:13:31 ---> 2258eadc4878 19:13:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:31 Removing intermediate container 6dc30efcffad 19:13:31 ---> cf587a38f4ef 19:13:31 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:31 Removing intermediate container 782ca9e10804 19:13:31 ---> a7cbf916adef 19:13:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:13:31 Removing intermediate container 94277c06c17c 19:13:31 ---> a28a8240c6c0 19:13:31 Step 4/29 : RUN apk update && apk add make git 19:13:31 ---> Running in 54615fbaee5e 19:13:31 ---> Running in 7ca65498bd3b 19:13:31 ---> Running in 4d7556fdf54a 19:13:31 ---> Running in fd68b0e8ba41 19:13:31 ---> Running in 7f3896c705bc 19:13:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:13:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:13:31 Removing intermediate container 54615fbaee5e 19:13:31 ---> 3f123d2c73d2 19:13:31 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 19:13:31 ---> Running in 57e7b069543c 19:13:31 Removing intermediate container 4d7556fdf54a 19:13:31 ---> 6a654bcd0324 19:13:31 Step 5/20 : RUN apk update && apk add make git 19:13:31 Removing intermediate container 7ca65498bd3b 19:13:31 ---> 267093c10418 19:13:31 Step 5/22 : RUN apk update && apk add make git 19:13:31 ---> Running in 8fc7cdb55dd4 19:13:31 ---> Running in e3cf9d6eb97f 19:13:31 Removing intermediate container 7f3896c705bc 19:13:31 ---> 19c7b27edfd5 19:13:31 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 19:13:31 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 19:13:31 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 19:13:31 OK: 12617 distinct packages available 19:13:31 ---> Running in 441041abdb4b 19:13:31 OK: 217 MiB in 51 packages 19:13:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:13:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:13:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:13:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:13:32 Removing intermediate container fd68b0e8ba41 19:13:32 ---> 4298e50d59dd 19:13:32 Step 5/29 : COPY go.mod . 19:13:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:13:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:13:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:13:33 ---> 633d2572f94f 19:13:33 Step 6/29 : RUN go mod download 19:13:33 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 19:13:33 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 19:13:33 OK: 12617 distinct packages available 19:13:33 ---> Running in de1e99a690e1 19:13:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:13:33 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 19:13:33 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 19:13:33 OK: 12617 distinct packages available 19:13:34 OK: 217 MiB in 51 packages 19:13:34 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 19:13:34 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 19:13:34 OK: 12617 distinct packages available 19:13:34 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 19:13:34 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 19:13:34 OK: 12617 distinct packages available 19:13:34 OK: 217 MiB in 51 packages 19:13:34 OK: 217 MiB in 51 packages 19:13:35 OK: 217 MiB in 51 packages 19:13:35 Removing intermediate container 57e7b069543c 19:13:35 ---> b57490b166b0 19:13:35 Step 6/24 : COPY go.mod . 19:13:36 Removing intermediate container e3cf9d6eb97f 19:13:36 ---> 6bf548855f8d 19:13:36 Step 6/22 : COPY go.mod . 19:13:37 ---> 230e0bf5b552 19:13:37 Step 7/24 : RUN go mod download 19:13:37 Removing intermediate container 8fc7cdb55dd4 19:13:37 ---> fd6ffe2818da 19:13:37 Step 6/20 : COPY go.mod . 19:13:37 ---> Running in 1feeb99048f6 19:13:37 Removing intermediate container 441041abdb4b 19:13:37 ---> 6241c35ddda9 19:13:37 Step 6/23 : COPY go.mod . 19:13:37 Removing intermediate container de1e99a690e1 19:13:37 ---> 38e0faa92540 19:13:37 Step 7/29 : COPY . . 19:13:37 ---> 941261be0467 19:13:37 Step 7/22 : RUN go mod download 19:13:38 ---> 3cdbf246f677 19:13:38 Step 7/20 : RUN go mod download 19:13:38 ---> Running in 6d9aa1152716 19:13:38 ---> Running in dc1e71cd81f4 19:13:38 ---> b65f70747ae7 19:13:38 Step 7/23 : RUN go mod download 19:13:39 ---> Running in 65846ea63ab0 19:13:42 Removing intermediate container 1feeb99048f6 19:13:42 ---> 07ff078354cd 19:13:42 Step 8/24 : COPY . . 19:13:43 Removing intermediate container 6d9aa1152716 19:13:43 ---> b81be1cdb819 19:13:43 Step 8/22 : COPY . . 19:13:43 Removing intermediate container dc1e71cd81f4 19:13:43 ---> 7e3646f189c8 19:13:43 Step 8/20 : COPY . . 19:13:44 Removing intermediate container 65846ea63ab0 19:13:44 ---> e7e096b3828e 19:13:44 Step 8/23 : COPY . . 19:14:11 ---> 88b62bf8a61f 19:14:11 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 19:14:11 ---> 562633ba8ee3 19:14:11 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 19:14:11 ---> 40aa3aef23ae 19:14:11 Step 9/24 : RUN make cmd/support-notifications/support-notifications 19:14:11 ---> Running in 63ecf7bb9b15 19:14:11 ---> dbce76c7791b 19:14:11 Step 9/22 : RUN make cmd/core-metadata/core-metadata 19:14:11 ---> e86155dbb2a9 19:14:11 Step 9/23 : RUN make cmd/core-data/core-data 19:14:11 ---> Running in 4d5d94b50020 19:14:11 ---> Running in f3b19b07e3d8 19:14:11 ---> Running in c620c769415d 19:14:11 ---> Running in f9db87951d7c 19:14:13 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 19:14:13 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 19:14:13 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 19:14:14 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 19:14:14 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 19:15:36 Removing intermediate container 63ecf7bb9b15 19:15:36 ---> 4c4911fe323e 19:15:36 19:15:36 Step 9/29 : FROM alpine:latest 19:15:36 latest: Pulling from library/alpine 19:15:36 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 19:15:36 Status: Downloaded newer image for alpine:latest 19:15:36 ---> 62ee0e9f8440 19:15:36 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 19:15:36 ---> Running in 885739680cf0 19:15:37 Removing intermediate container 885739680cf0 19:15:37 ---> 6a375345e623 19:15:37 Step 11/29 : USER root 19:15:37 ---> Running in 1a8b8c1e8e48 19:15:37 Removing intermediate container 4d5d94b50020 19:15:37 ---> 86d7f67cd007 19:15:37 19:15:37 Step 10/20 : FROM alpine 19:15:37 ---> 62ee0e9f8440 19:15:37 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 19:15:38 Removing intermediate container 1a8b8c1e8e48 19:15:38 ---> 0bf93c9b54aa 19:15:38 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 19:15:38 ---> Running in 55f8c9048bef 19:15:38 ---> Running in f061689b36f8 19:15:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:15:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:15:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:15:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:15:42 v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 19:15:42 v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 19:15:42 OK: 12617 distinct packages available 19:15:42 v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 19:15:42 v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 19:15:42 OK: 12617 distinct packages available 19:15:43 (1/2) Installing ca-certificates (20191127-r4) 19:15:43 (2/2) Installing dumb-init (1.2.2-r1) 19:15:43 Executing busybox-1.31.1-r16.trigger 19:15:43 Executing ca-certificates-20191127-r4.trigger 19:15:43 (1/4) Installing ca-certificates (20191127-r4) 19:15:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:15:43 (3/4) Installing libcurl (7.69.1-r0) 19:15:43 (4/4) Installing curl (7.69.1-r0) 19:15:43 Executing busybox-1.31.1-r16.trigger 19:15:43 Executing ca-certificates-20191127-r4.trigger 19:15:44 OK: 6 MiB in 16 packages 19:15:44 OK: 7 MiB in 18 packages 19:15:47 Removing intermediate container f061689b36f8 19:15:47 ---> fca7ac7d0ca0 19:15:47 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 19:15:47 Removing intermediate container 55f8c9048bef 19:15:47 ---> 391b661fb28e 19:15:47 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:15:47 ---> Running in 091c44d10174 19:15:47 ---> Running in 088547e0d575 19:15:48 Removing intermediate container 091c44d10174 19:15:48 ---> 24c349154a4c 19:15:48 Step 14/29 : WORKDIR $BASE_DIR 19:15:48 Removing intermediate container 088547e0d575 19:15:48 ---> eebe967ab08c 19:15:48 Step 13/20 : WORKDIR /edgex 19:15:49 ---> Running in 16ce7202c749 19:15:49 ---> Running in b3574360c829 19:15:49 Removing intermediate container 16ce7202c749 19:15:49 ---> f3ec74524114 19:15:49 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 19:15:49 ---> Running in 8a9094fea90c 19:15:49 Removing intermediate container b3574360c829 19:15:49 ---> e2b794104603 19:15:49 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:15:51 ---> 2e5778b4b948 19:15:51 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:15:54 ---> 7355c5b70500 19:15:54 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:15:54 ---> Running in 19fa3c15f5c8 19:15:55 Removing intermediate container 19fa3c15f5c8 19:15:55 ---> 844f945fe130 19:15:55 Step 17/20 : CMD ["--init=true"] 19:15:55 Removing intermediate container 8a9094fea90c 19:15:55 ---> 754493447972 19:15:55 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 19:15:55 ---> Running in 358b7783e8a6 19:15:56 Removing intermediate container 358b7783e8a6 19:15:56 ---> fdc4c48771f4 19:15:56 Step 18/20 : LABEL arch=arm64 19:15:56 ---> Running in 03f3cfc688bb 19:15:57 ---> 68b6e3551464 19:15:57 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 19:15:57 Removing intermediate container 03f3cfc688bb 19:15:57 ---> 3a1c948721ba 19:15:57 Step 19/20 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca 19:15:57 ---> Running in 7122a5164b5f 19:15:58 Removing intermediate container 7122a5164b5f 19:15:58 ---> c4c74b43cc16 19:15:58 Step 20/20 : LABEL version=0.0.0 19:15:58 ---> 95df215f10ef 19:15:58 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 19:15:58 ---> Running in 30e2ee1378ba 19:15:59 Removing intermediate container 30e2ee1378ba 19:15:59 ---> 5bd9594b1b90 19:15:59 19:16:00 Successfully built 5bd9594b1b90 19:16:00 ---> 0256a52c586f 19:16:00 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 19:16:00 Successfully tagged docker-security-proxy-setup-go-arm64:latest 19:16:00  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 19:16:02 ---> 403ef9e375b4 19:16:02 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 19:16:04 ---> b4f1c94ffa51 19:16:04 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 19:16:05 ---> Running in 1432814aca99 19:16:07 Removing intermediate container f3b19b07e3d8 19:16:07 ---> 12d45cddb31e 19:16:07 19:16:07 Step 10/24 : FROM scratch 19:16:07 ---> 19:16:07 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 19:16:07 ---> Running in 806756f9e95f 19:16:09 Removing intermediate container 806756f9e95f 19:16:09 ---> 3df9b09037bd 19:16:09 Step 12/24 : ENV APP_PORT=48060 19:16:09 ---> Running in 8b9dde5d1633 19:16:10 Removing intermediate container 1432814aca99 19:16:10 ---> d56405d37b43 19:16:10 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 19:16:10 Removing intermediate container 8b9dde5d1633 19:16:10 ---> c6ce3eb7ea5e 19:16:10 Step 13/24 : EXPOSE $APP_PORT 19:16:10 ---> Running in c9ec428cd2cb 19:16:12 ---> b196e8186cd8 19:16:12 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:16:12 Removing intermediate container c9ec428cd2cb 19:16:12 ---> a66542095c0a 19:16:12 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 19:16:12 ---> Running in 2625159f23ee 19:16:14 ---> ea7fc3373e10 19:16:14 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 19:16:17 ---> 37ae703f7abc 19:16:17 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 19:16:17 Removing intermediate container f9db87951d7c 19:16:17 ---> 70239c093ca9 19:16:17 19:16:17 Step 10/22 : FROM scratch 19:16:17 ---> 19:16:17 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:16:17 Removing intermediate container 2625159f23ee 19:16:17 ---> db88d3ff8905 19:16:17 Step 24/29 : RUN chmod 755 security-secrets-setup 19:16:17 ---> Running in f358e018dcba 19:16:18 ---> Running in e73ec5dc3f3e 19:16:19 Removing intermediate container f358e018dcba 19:16:19 ---> c96e021a4d50 19:16:19 Step 12/22 : ENV APP_PORT=48081 19:16:20 ---> a343c7a86b57 19:16:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 19:16:20 ---> Running in c87b7e35f123 19:16:21 Removing intermediate container c87b7e35f123 19:16:21 ---> d93b7914aacd 19:16:21 Step 13/22 : EXPOSE $APP_PORT 19:16:22 ---> 367a4e58f6c2 19:16:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:16:22 ---> Running in de96308ba007 19:16:23 Removing intermediate container de96308ba007 19:16:23 ---> a9c060bd67b9 19:16:23 Step 14/22 : WORKDIR / 19:16:23 ---> Running in d065bfc22920 19:16:24 Removing intermediate container e73ec5dc3f3e 19:16:24 ---> 48a51f10850c 19:16:24 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 19:16:24 ---> cbda9c0f7c63 19:16:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:16:24 Removing intermediate container d065bfc22920 19:16:24 ---> 20dc921f77b6 19:16:24 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 19:16:25 ---> Running in 14deb16aa4de 19:16:25 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 19:16:25 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:16:25 ---> c698e9dae17c 19:16:25 Step 3/26 : WORKDIR /edgex-go 19:16:25 ---> Using cache 19:16:25 ---> a28a8240c6c0 19:16:25 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:16:25 ---> Running in b4404ea4faf7 19:16:26 Removing intermediate container 14deb16aa4de 19:16:26 ---> dbee29a49767 19:16:26 Step 26/29 : CMD [ "generate" ] 19:16:26 ---> 797cd74aaf5f 19:16:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:16:26 ---> Running in ef7556ee8357 19:16:26 ---> a87c65019b0f 19:16:26 Step 20/24 : ENTRYPOINT ["/support-notifications"] 19:16:26 ---> Running in def9579c9481 19:16:27 Removing intermediate container ef7556ee8357 19:16:27 ---> 5a1050f5518a 19:16:27 Step 27/29 : LABEL arch=arm64 19:16:27 Removing intermediate container def9579c9481 19:16:27 ---> a0c56636268f 19:16:27 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:16:27 ---> Running in eb6add66655e 19:16:28 ---> Running in 354ab3b30e06 19:16:28 ---> 36ac38f36589 19:16:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:16:28 Removing intermediate container eb6add66655e 19:16:28 Removing intermediate container b4404ea4faf7 19:16:28 ---> 67f8a964a1a3 19:16:28 Step 5/26 : RUN apk update && apk add make git 19:16:28 ---> 5e97331a8983 19:16:28 Step 28/29 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca 19:16:28 Removing intermediate container 354ab3b30e06 19:16:28 ---> 516acb7d55b1 19:16:28 Step 22/24 : LABEL arch=arm64 19:16:29 ---> Running in 505d5df11ae9 19:16:29 ---> Running in e99602887fe9 19:16:29 ---> Running in dcdf8f7962e1 19:16:29 ---> 97a3b47064d1 19:16:29 Step 18/22 : ENTRYPOINT ["/core-metadata"] 19:16:29 ---> Running in d488b16b83c7 19:16:30 Removing intermediate container e99602887fe9 19:16:30 ---> 97f4ef898d11 19:16:30 Step 29/29 : LABEL version=0.0.0 19:16:30 Removing intermediate container dcdf8f7962e1 19:16:30 ---> 1d9eb808598f 19:16:30 Step 23/24 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca 19:16:30 ---> Running in 83655f54f82a 19:16:30 ---> Running in e54f73d9bf49 19:16:30 Removing intermediate container d488b16b83c7 19:16:30 ---> 589e87432b6d 19:16:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:16:30 ---> Running in dc8f7317fa99 19:16:31 Removing intermediate container 83655f54f82a 19:16:31 ---> eb9f3904d625 19:16:31 19:16:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:16:31 Removing intermediate container c620c769415d 19:16:31 ---> 7804072a00c7 19:16:31 19:16:31 Step 10/23 : FROM alpine 19:16:31 ---> 62ee0e9f8440 19:16:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:16:31 Removing intermediate container e54f73d9bf49 19:16:31 ---> 58f179dec54d 19:16:31 Step 24/24 : LABEL version=0.0.0 19:16:31 ---> Running in 9a0a2cef33a8 19:16:31 Removing intermediate container dc8f7317fa99 19:16:31 ---> a2d8c6e1ed99 19:16:31 Step 20/22 : LABEL arch=arm64 19:16:31 Successfully built eb9f3904d625 19:16:31 ---> Running in 10fbbcfbfed4 19:16:31 Successfully tagged docker-security-secrets-setup-go-arm64:latest 19:16:31 Building docker-sys-mgmt-agent-go 19:16:31  Building docker-security-secrets-setup-go ... done  ---> Running in e90118093533 19:16:32 Removing intermediate container 9a0a2cef33a8 19:16:32 ---> a9015b4a2a33 19:16:32 Step 12/23 : ENV APP_PORT=48080 19:16:32 ---> Running in b8fc435a079b 19:16:32 Removing intermediate container 10fbbcfbfed4 19:16:32 ---> fedce335a293 19:16:32 19:16:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:16:32 Removing intermediate container e90118093533 19:16:32 ---> 99123f21b86b 19:16:32 Step 21/22 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca 19:16:32 ---> Running in bb3f75d089aa 19:16:32 Successfully built fedce335a293 19:16:32 Successfully tagged docker-support-notifications-go-arm64:latest 19:16:32  Building docker-support-notifications-go ... done Building docker-core-command-go 19:16:32 Removing intermediate container b8fc435a079b 19:16:32 ---> e8b5e76b34ab 19:16:32 Step 13/23 : EXPOSE $APP_PORT 19:16:33 Removing intermediate container bb3f75d089aa 19:16:33 ---> 38b366e65b21 19:16:33 Step 22/22 : LABEL version=0.0.0 19:16:33 ---> Running in 29c41045e60a 19:16:33 ---> Running in 41f661d37ed7 19:16:34 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 19:16:34 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 19:16:34 OK: 12617 distinct packages available 19:16:34 Removing intermediate container 29c41045e60a 19:16:34 ---> 33421f741876 19:16:34 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:16:34 Removing intermediate container 41f661d37ed7 19:16:34 ---> f450122eb44f 19:16:34 19:16:34 OK: 217 MiB in 51 packages 19:16:35 Successfully built f450122eb44f 19:16:35 ---> Running in ff01c57857cf 19:16:35 Successfully tagged docker-core-metadata-go-arm64:latest 19:16:35  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 19:16:37 Removing intermediate container 505d5df11ae9 19:16:37 ---> 65cf0eb718cd 19:16:37 Step 6/26 : COPY go.mod . 19:16:39 ---> e7ed468ea54e 19:16:39 Step 7/26 : RUN go mod download 19:16:40 Removing intermediate container ff01c57857cf 19:16:40 ---> 56cff11c413f 19:16:40 Step 15/23 : RUN apk --no-cache add zeromq 19:16:40 ---> Running in 4672e42b1996 19:16:41 ---> Running in ea91037f9ea2 19:16:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:16:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:16:45 (1/5) Installing libgcc (9.3.0-r2) 19:16:45 (2/5) Installing libsodium (1.0.18-r0) 19:16:45 (3/5) Installing libstdc++ (9.3.0-r2) 19:16:46 (4/5) Installing libzmq (4.3.2-r0) 19:16:46 (5/5) Installing zeromq (4.3.2-r0) 19:16:46 Executing busybox-1.31.1-r16.trigger 19:16:46 OK: 8 MiB in 19 packages 19:16:47 Removing intermediate container 4672e42b1996 19:16:47 ---> cf8030f940f8 19:16:47 Step 8/26 : COPY . . 19:16:50 Removing intermediate container ea91037f9ea2 19:16:50 ---> 7429f5630d53 19:16:50 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 19:16:53 ---> 600fe5fac221 19:16:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:16:55 ---> 0e40fea52b06 19:16:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:16:56 ---> f396809628cf 19:16:56 Step 19/23 : ENTRYPOINT ["/core-data"] 19:16:56 ---> Running in c30945b4ebdc 19:16:57 Removing intermediate container c30945b4ebdc 19:16:57 ---> 1e968fd39d44 19:16:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:16:57 ---> Running in ff0384052ff0 19:16:58 Removing intermediate container ff0384052ff0 19:16:58 ---> 6ad24891db96 19:16:58 Step 21/23 : LABEL arch=arm64 19:16:58 ---> Running in 9589f582c0a5 19:16:59 Removing intermediate container 9589f582c0a5 19:16:59 ---> 64161b7109a2 19:16:59 Step 22/23 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca 19:16:59 ---> Running in 0deb142a2a7f 19:17:00 Removing intermediate container 0deb142a2a7f 19:17:00 ---> 08467c7d29d6 19:17:00 Step 23/23 : LABEL version=0.0.0 19:17:00 ---> Running in 73d70fc95547 19:17:01 Removing intermediate container 73d70fc95547 19:17:01 ---> 160bf04e18be 19:17:01 19:17:02 Successfully built 160bf04e18be 19:17:02 Successfully tagged docker-core-data-go-arm64:latest 19:17:02 Building docker-support-logging-go 19:17:07  Building docker-core-data-go ... done  ---> 60b10296a488 19:17:07 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 19:17:07 ---> Running in 3bca0e015e82 19:17:09 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 19:17:31 Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 19:17:31 Step 2/27 : FROM ${BUILDER_BASE} AS builder 19:17:31 ---> c698e9dae17c 19:17:31 Step 3/27 : WORKDIR /edgex-go 19:17:31 ---> Using cache 19:17:31 ---> a28a8240c6c0 19:17:31 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:17:31 ---> Using cache 19:17:31 ---> 67f8a964a1a3 19:17:31 Step 5/27 : RUN apk update && apk add make bash git 19:17:36 ---> Running in 6a8cf16611ff 19:17:36 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 19:17:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:17:36 ---> c698e9dae17c 19:17:36 Step 3/22 : WORKDIR /edgex-go 19:17:36 ---> Using cache 19:17:36 ---> a28a8240c6c0 19:17:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:17:36 ---> Using cache 19:17:36 ---> 67f8a964a1a3 19:17:36 Step 5/22 : RUN apk update && apk add make git 19:17:36 ---> Using cache 19:17:36 ---> 65cf0eb718cd 19:17:36 Step 6/22 : COPY go.mod . 19:17:36 ---> Using cache 19:17:36 ---> e7ed468ea54e 19:17:36 Step 7/22 : RUN go mod download 19:17:36 ---> Using cache 19:17:36 ---> cf8030f940f8 19:17:36 Step 8/22 : COPY . . 19:17:36 ---> Using cache 19:17:36 ---> 60b10296a488 19:17:36 Step 9/22 : RUN make cmd/core-command/core-command 19:17:36 ---> Running in 7b25152d0362 19:17:37 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 19:17:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:17:37 ---> c698e9dae17c 19:17:37 Step 3/21 : WORKDIR /edgex-go 19:17:37 ---> Using cache 19:17:37 ---> a28a8240c6c0 19:17:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:17:37 ---> Using cache 19:17:37 ---> 67f8a964a1a3 19:17:37 Step 5/21 : RUN apk update && apk add make git 19:17:37 ---> Using cache 19:17:37 ---> 65cf0eb718cd 19:17:37 Step 6/21 : COPY go.mod . 19:17:37 ---> Using cache 19:17:37 ---> e7ed468ea54e 19:17:37 Step 7/21 : RUN go mod download 19:17:37 ---> Using cache 19:17:37 ---> cf8030f940f8 19:17:37 Step 8/21 : COPY . . 19:17:37 ---> Using cache 19:17:37 ---> 60b10296a488 19:17:37 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 19:17:38 ---> Running in 2a2c7798d007 19:17:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:17:38 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 19:17:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:17:40 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 19:17:40 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 19:17:40 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 19:17:40 OK: 12617 distinct packages available 19:17:41 OK: 217 MiB in 51 packages 19:17:43 Removing intermediate container 6a8cf16611ff 19:17:43 ---> f325bbbf7fe0 19:17:43 Step 6/27 : COPY go.mod . 19:17:44 ---> 1532dbdc1563 19:17:44 Step 7/27 : RUN go mod download 19:17:45 ---> Running in 3897e948df71 19:17:48 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 19:17:53 Removing intermediate container 3897e948df71 19:17:53 ---> bbe27b3068bb 19:17:53 Step 8/27 : COPY . . 19:17:58 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 19:17:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:17:58 ---> c698e9dae17c 19:17:58 Step 3/22 : WORKDIR /edgex-go 19:17:58 ---> Using cache 19:17:58 ---> a28a8240c6c0 19:17:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:17:58 ---> Using cache 19:17:58 ---> 67f8a964a1a3 19:17:58 Step 5/22 : RUN apk update && apk add make && apk add bash git 19:17:59 ---> Running in b05b19ca56e3 19:18:02 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 19:18:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:18:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:18:05 v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] 19:18:05 v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] 19:18:05 OK: 12617 distinct packages available 19:18:06 OK: 217 MiB in 51 packages 19:18:06 OK: 217 MiB in 51 packages 19:18:10 Removing intermediate container b05b19ca56e3 19:18:10 ---> cfec6eb3ad42 19:18:10 Step 6/22 : COPY go.mod . 19:18:11 ---> d180c9e95a78 19:18:11 Step 7/22 : RUN go mod download 19:18:12 ---> Running in fdee956953fe 19:18:19 Removing intermediate container 3bca0e015e82 19:18:19 ---> 9ff98994a853 19:18:19 19:18:19 Step 10/26 : FROM alpine:3.10 19:18:19 Removing intermediate container fdee956953fe 19:18:19 ---> 8f85c04a0568 19:18:19 Step 8/22 : COPY . . 19:18:19 3.10: Pulling from library/alpine 19:18:22 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 19:18:22 Status: Downloaded newer image for alpine:3.10 19:18:22 ---> 536a684cf733 19:18:22 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 19:18:23 ---> Running in 1105f9d92710 19:18:25 ---> 6b2c96c9e4f2 19:18:25 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:18:25 ---> Running in 8c57149060da 19:18:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 19:18:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 19:18:27 v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 19:18:27 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 19:18:27 OK: 10167 distinct packages available 19:18:28 (1/5) Installing ca-certificates (20191127-r2) 19:18:28 (2/5) Installing nghttp2-libs (1.39.2-r1) 19:18:28 (3/5) Installing libcurl (7.66.0-r0) 19:18:28 (4/5) Installing curl (7.66.0-r0) 19:18:28 (5/5) Installing dumb-init (1.2.2-r1) 19:18:28 Executing busybox-1.30.1-r3.trigger 19:18:28 Executing ca-certificates-20191127-r2.trigger 19:18:28 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 19:18:28 OK: 7 MiB in 19 packages 19:18:33 Removing intermediate container 1105f9d92710 19:18:33 ---> ee5cbf7b3cfd 19:18:33 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:18:33 ---> Running in 491f2d7ee7bf 19:18:34 Removing intermediate container 491f2d7ee7bf 19:18:34 ---> 133e1a3c1f17 19:18:34 Step 13/26 : WORKDIR / 19:18:34 ---> Running in 053d0f3780bc 19:18:35 Removing intermediate container 053d0f3780bc 19:18:35 ---> df2f5d7a4db7 19:18:35 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:18:36 ---> 508ed8b1f997 19:18:36 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:18:38 ---> 963f84947e82 19:18:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:18:40 ---> 03cf385edb11 19:18:40 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 19:18:42 ---> 50f210323cfc 19:18:42 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:18:45 ---> ff3ca65de7f3 19:18:45 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:18:48 ---> 5ba5537fcd51 19:18:48 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 19:18:49 ---> 0dc981e6ef87 19:18:49 Step 9/22 : RUN make cmd/support-logging/support-logging 19:18:49 ---> c55c1ef59c6e 19:18:49 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:18:49 ---> Running in 3d56c35e0212 19:18:51 ---> 6a28700d5754 19:18:51 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:18:51 ---> Running in c4202c31b2fa 19:18:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 19:18:55 Removing intermediate container c4202c31b2fa 19:18:55 ---> d07ad6e7acac 19:18:55 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 19:18:55 ---> Running in dc8035733288 19:18:56 Removing intermediate container dc8035733288 19:18:56 ---> ecb73057c9d6 19:18:56 Step 24/26 : LABEL arch=arm64 19:18:56 ---> Running in 7aec8bcb0b57 19:18:57 Removing intermediate container 7aec8bcb0b57 19:18:57 ---> 9e76bc9feb0b 19:18:57 Step 25/26 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca 19:18:57 ---> Running in 137d1eb6a8a6 19:18:58 Removing intermediate container 137d1eb6a8a6 19:18:58 ---> 767553fd067a 19:18:58 Step 26/26 : LABEL version=0.0.0 19:18:58 ---> Running in 306bb8afcb29 19:18:59 Removing intermediate container 306bb8afcb29 19:18:59 ---> 035e81b178c3 19:18:59 19:18:59 Successfully built 035e81b178c3 19:18:59 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 19:19:26  Building docker-security-secretstore-setup-go ... done Removing intermediate container 2a2c7798d007 19:19:26 ---> f1f38da3d1f2 19:19:26 19:19:26 Step 10/21 : FROM scratch 19:19:26 ---> 19:19:26 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:19:26 Removing intermediate container 7b25152d0362 19:19:26 ---> 4ee0add57aff 19:19:26 19:19:26 Step 10/22 : FROM scratch 19:19:26 ---> 19:19:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:19:26 ---> Using cache 19:19:26 ---> c96e021a4d50 19:19:26 Step 12/21 : ENV APP_PORT=48085 19:19:26 ---> Using cache 19:19:26 ---> c96e021a4d50 19:19:26 Step 12/22 : ENV APP_PORT=48082 19:19:26 ---> Running in 474e9da59fe2 19:19:26 ---> Running in afe6bcfbbd3a 19:19:26 Removing intermediate container 474e9da59fe2 19:19:26 ---> 4f3bd4f7d09e 19:19:26 Step 13/21 : EXPOSE $APP_PORT 19:19:26 ---> Running in 3205b6e9c15a 19:19:26 Removing intermediate container afe6bcfbbd3a 19:19:26 ---> 1e8b622f1a59 19:19:26 Step 13/22 : EXPOSE $APP_PORT 19:19:26 ---> Running in 3906e0ed8ffd 19:19:26 Removing intermediate container 3205b6e9c15a 19:19:26 ---> 6e3e5c6de854 19:19:26 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 19:19:26 Removing intermediate container 3906e0ed8ffd 19:19:26 ---> 0a4b53595e11 19:19:26 Step 14/22 : WORKDIR / 19:19:26 ---> Running in f384c5cea194 19:19:26 ---> 1db1c891183e 19:19:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:19:26 Removing intermediate container f384c5cea194 19:19:26 ---> 1f77f55af0d3 19:19:26 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 19:19:27 ---> 92a921a5aeaa 19:19:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:19:28 ---> 51b80b15af9c 19:19:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:19:30 ---> bc3beb5f003b 19:19:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:19:30 ---> 9c7efd572a11 19:19:30 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 19:19:30 ---> Running in 6cb8f22a1bf0 19:19:30 Removing intermediate container 6cb8f22a1bf0 19:19:30 ---> cb978a261c4e 19:19:30 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:19:31 ---> Running in 4c9d802c031f 19:19:31 ---> 76c85c138e0d 19:19:31 Step 18/22 : ENTRYPOINT ["/core-command"] 19:19:31 ---> Running in 3bf6670933c9 19:19:32 Removing intermediate container 4c9d802c031f 19:19:32 ---> 933ddeaa8179 19:19:32 Step 19/21 : LABEL arch=arm64 19:19:32 ---> Running in dd94b8724b4c 19:19:32 Removing intermediate container 3bf6670933c9 19:19:32 ---> a546309d31bb 19:19:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:19:32 ---> Running in 58318989b6c3 19:19:33 Removing intermediate container dd94b8724b4c 19:19:33 ---> 87fb69aaacd9 19:19:33 Step 20/21 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca 19:19:33 Removing intermediate container 58318989b6c3 19:19:33 ---> 57f746decc41 19:19:33 Step 20/22 : LABEL arch=arm64 19:19:33 ---> Running in 393dd83ccc77 19:19:33 ---> Running in 5e45f453f120 19:19:34 Removing intermediate container 393dd83ccc77 19:19:34 ---> 9d8392d5468c 19:19:34 Step 21/21 : LABEL version=0.0.0 19:19:34 Removing intermediate container 5e45f453f120 19:19:34 ---> 5983434cd557 19:19:34 Step 21/22 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca 19:19:34 ---> Running in cf6d4ee737dc 19:19:34 ---> Running in 1a3cbe7afe74 19:19:35 Removing intermediate container cf6d4ee737dc 19:19:35 ---> b7e6cc8d9846 19:19:35 19:19:35 Removing intermediate container 1a3cbe7afe74 19:19:35 ---> 05b5d5fcd999 19:19:35 Step 22/22 : LABEL version=0.0.0 19:19:35 ---> Running in e0ad82da8e80 19:19:35 Successfully built b7e6cc8d9846 19:19:35 Successfully tagged docker-support-scheduler-go-arm64:latest 19:19:36  Building docker-support-scheduler-go ... done Removing intermediate container e0ad82da8e80 19:19:36 ---> 22c467417030 19:19:36 19:19:36 Successfully built 22c467417030 19:19:36 Successfully tagged docker-core-command-go-arm64:latest 19:19:42  Building docker-core-command-go ... done Removing intermediate container 8c57149060da 19:19:42 ---> 4d044c0d7170 19:19:42 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:19:42 ---> Running in 19195663b4f0 19:19:43 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 19:19:47 Removing intermediate container 19195663b4f0 19:19:47 ---> 9aa131edc3e0 19:19:47 19:19:47 Step 11/27 : FROM docker:latest 19:19:47 ---> ce9d55ae87f1 19:19:47 Step 12/27 : RUN apk add --no-cache bash 19:19:47 ---> Running in 159d56265d27 19:19:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:19:48 Removing intermediate container 3d56c35e0212 19:19:48 ---> 8a68c99a126c 19:19:48 19:19:48 Step 10/22 : FROM scratch 19:19:48 ---> 19:19:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 19:19:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:19:48 ---> Using cache 19:19:48 ---> 3df9b09037bd 19:19:48 Step 12/22 : ENV APP_PORT=48061 19:19:49 ---> Running in b5ac447ff5d9 19:19:49 (1/2) Installing readline (8.0.4-r0) 19:19:49 (2/2) Installing bash (5.0.17-r0) 19:19:49 Removing intermediate container b5ac447ff5d9 19:19:49 ---> b24642bd2cb6 19:19:49 Step 13/22 : EXPOSE $APP_PORT 19:19:49 Executing bash-5.0.17-r0.post-install 19:19:49 Executing busybox-1.31.1-r16.trigger 19:19:49 OK: 12 MiB in 22 packages 19:19:49 ---> Running in 1e5887392156 19:19:50 Removing intermediate container 1e5887392156 19:19:50 ---> e9eb9fcc8c0f 19:19:50 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 19:19:51 ---> 2044c64efddc 19:19:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 19:19:51 Removing intermediate container 159d56265d27 19:19:51 ---> 08f25135c09d 19:19:51 Step 13/27 : RUN rm -rf /var/cache/apk/* 19:19:51 ---> Running in 69cafe20cb07 19:19:51 ---> aacf02af7a33 19:19:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 19:19:53 ---> 8fd6688cb169 19:19:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 19:19:53 Removing intermediate container 69cafe20cb07 19:19:53 ---> 64683f4d1fb4 19:19:53 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:19:54 ---> ab33991bed87 19:19:54 Step 18/22 : ENTRYPOINT ["/support-logging"] 19:19:54 ---> Running in afb6391c6142 19:19:54 ---> Running in 4913a454362d 19:19:54 Removing intermediate container afb6391c6142 19:19:54 Removing intermediate container 4913a454362d 19:19:54 ---> b06eeb573a29 19:19:54 ---> e63c1e666d13 19:19:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Step 15/27 : ENV APP_PORT=48090 19:19:54 19:19:54 ---> Running in 49caa6960df9 19:19:54 ---> Running in 442ff7a97f1d 19:19:55 Removing intermediate container 49caa6960df9 19:19:55 ---> fd09c6dee3c9 19:19:55 Step 20/22 : LABEL arch=arm64 19:19:55 Removing intermediate container 442ff7a97f1d 19:19:55 ---> 79ccb80d8163 19:19:55 Step 16/27 : EXPOSE $APP_PORT 19:19:55 ---> Running in 2c65c75edbee 19:19:55 ---> Running in ddbc5b98ac9d 19:19:55 Removing intermediate container 2c65c75edbee 19:19:55 ---> 35b99fb20748 19:19:55 Step 21/22 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca 19:19:55 Removing intermediate container ddbc5b98ac9d 19:19:55 ---> ef6967a153bd 19:19:55 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:19:56 ---> Running in 09af4091afff 19:19:56 Removing intermediate container 09af4091afff 19:19:56 ---> 88bb949cff08 19:19:56 Step 22/22 : LABEL version=0.0.0 19:19:56 ---> Running in c1c5326258de 19:19:57 ---> a9647cc3fef0 19:19:57 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:19:57 Removing intermediate container c1c5326258de 19:19:57 ---> 3ffe25965091 19:19:57 19:19:58 Successfully built 3ffe25965091 19:19:58 Successfully tagged docker-support-logging-go-arm64:latest 19:19:58  Building docker-support-logging-go ... done  ---> cd8a4fa9e6e7 19:19:58 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:19:58 ---> 4d42c64e4910 19:19:58 Step 20/27 : RUN apk --no-cache add py-pip 19:19:59 ---> Running in 80cb6b3f931e 19:20:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:20:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:20:01 (1/33) Installing libbz2 (1.0.8-r1) 19:20:01 (2/33) Installing expat (2.2.9-r1) 19:20:01 (3/33) Installing libffi (3.3-r2) 19:20:01 (4/33) Installing gdbm (1.13-r1) 19:20:01 (5/33) Installing xz-libs (5.2.5-r0) 19:20:01 (6/33) Installing sqlite-libs (3.32.1-r0) 19:20:01 (7/33) Installing python3 (3.8.5-r0) 19:20:03 (8/33) Installing py3-appdirs (1.4.4-r1) 19:20:03 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:20:03 (10/33) Installing py3-parsing (2.4.7-r0) 19:20:03 (11/33) Installing py3-six (1.15.0-r0) 19:20:03 (12/33) Installing py3-packaging (20.4-r0) 19:20:03 (13/33) Installing py3-setuptools (47.0.0-r0) 19:20:03 (14/33) Installing py3-chardet (3.0.4-r4) 19:20:03 (15/33) Installing py3-idna (2.9-r0) 19:20:03 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:20:03 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:20:03 (18/33) Installing py3-requests (2.23.0-r0) 19:20:03 (19/33) Installing py3-msgpack (1.0.0-r0) 19:20:03 (20/33) Installing py3-lockfile (0.12.2-r3) 19:20:03 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:20:03 (22/33) Installing py3-colorama (0.4.3-r0) 19:20:03 (23/33) Installing py3-distlib (0.3.0-r0) 19:20:03 (24/33) Installing py3-distro (1.5.0-r1) 19:20:03 (25/33) Installing py3-webencodings (0.5.1-r3) 19:20:03 (26/33) Installing py3-html5lib (1.0.1-r4) 19:20:03 (27/33) Installing py3-pytoml (0.1.21-r0) 19:20:03 (28/33) Installing py3-pep517 (0.8.2-r0) 19:20:03 (29/33) Installing py3-progress (1.5-r0) 19:20:03 (30/33) Installing py3-toml (0.10.1-r0) 19:20:03 (31/33) Installing py3-retrying (1.3.3-r0) 19:20:03 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:20:03 (33/33) Installing py3-pip (20.1.1-r0) 19:20:03 Executing busybox-1.31.1-r16.trigger 19:20:03 OK: 71 MiB in 55 packages 19:20:10 Removing intermediate container 80cb6b3f931e 19:20:10 ---> 446e306719ac 19:20:10 Step 21/27 : RUN pip install docker-compose==1.23.2 19:20:10 ---> Running in 7070369f1ebf 19:20:16 Collecting docker-compose==1.23.2 19:20:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:20:16 Collecting docopt<0.7,>=0.6.1 19:20:16 Downloading docopt-0.6.2.tar.gz (25 kB) 19:20:18 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:20:18 Collecting jsonschema<3,>=2.5.1 19:20:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:20:18 Collecting docker<4.0,>=3.6.0 19:20:18 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:20:20 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:20:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:20:20 Collecting websocket-client<1.0,>=0.32.0 19:20:20 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 19:20:21 Collecting texttable<0.10,>=0.9.0 19:20:21 Downloading texttable-0.9.1.tar.gz (11 kB) 19:20:23 Collecting cached-property<2,>=1.2.0 19:20:23 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 19:20:23 Collecting PyYAML<4,>=3.10 19:20:23 Downloading PyYAML-3.13.tar.gz (270 kB) 19:20:26 Collecting dockerpty<0.5,>=0.4.1 19:20:26 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:20:28 Collecting docker-pycreds>=0.4.0 19:20:28 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:20:28 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) 19:20:28 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) 19:20:28 Collecting idna<2.8,>=2.5 19:20:28 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:20:29 Collecting urllib3<1.25,>=1.21.1 19:20:29 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:20:29 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:20:29 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:20:29 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:20:29 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:20:30 Installing collected packages: docopt, jsonschema, docker-pycreds, websocket-client, idna, urllib3, requests, docker, texttable, cached-property, PyYAML, dockerpty, docker-compose 19:20:30 Running setup.py install for docopt: started 19:20:32 Running setup.py install for docopt: finished with status 'done' 19:20:32 Attempting uninstall: idna 19:20:32 Found existing installation: idna 2.9 19:20:32 Uninstalling idna-2.9: 19:20:32 Successfully uninstalled idna-2.9 19:20:33 Attempting uninstall: urllib3 19:20:33 Found existing installation: urllib3 1.25.9 19:20:33 Uninstalling urllib3-1.25.9: 19:20:33 Successfully uninstalled urllib3-1.25.9 19:20:33 Attempting uninstall: requests 19:20:33 Found existing installation: requests 2.23.0 19:20:33 Uninstalling requests-2.23.0: 19:20:34 Successfully uninstalled requests-2.23.0 19:20:34 Running setup.py install for texttable: started 19:20:36 Running setup.py install for texttable: finished with status 'done' 19:20:36 Running setup.py install for PyYAML: started 19:20:38 Running setup.py install for PyYAML: finished with status 'done' 19:20:38 Running setup.py install for dockerpty: started 19:20:40 Running setup.py install for dockerpty: finished with status 'done' 19:20:41 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 19:20:44 Removing intermediate container 7070369f1ebf 19:20:44 ---> 70e5b6232920 19:20:44 Step 22/27 : RUN apk --no-cache add curl 19:20:44 ---> Running in 6f96935e8025 19:20:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:20:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:20:46 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:20:46 (2/3) Installing libcurl (7.69.1-r0) 19:20:46 (3/3) Installing curl (7.69.1-r0) 19:20:46 Executing busybox-1.31.1-r16.trigger 19:20:47 OK: 71 MiB in 58 packages 19:20:48 Removing intermediate container 6f96935e8025 19:20:48 ---> 57a9db607a69 19:20:48 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 19:20:48 ---> Running in 3dd320cb61d7 19:20:49 Removing intermediate container 3dd320cb61d7 19:20:49 ---> 7adf4cd19e20 19:20:49 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:20:49 ---> Running in 6bee709fec00 19:20:49 Removing intermediate container 6bee709fec00 19:20:49 ---> fb5b7cf9b01c 19:20:49 Step 25/27 : LABEL arch=arm64 19:20:49 ---> Running in 1bf4cb69cf19 19:20:50 Removing intermediate container 1bf4cb69cf19 19:20:50 ---> 25d3a6117296 19:20:50 Step 26/27 : LABEL git_sha=c580342043709edb5b518f28a961cca9fe3013ca 19:20:50 ---> Running in 446ec4b14fbb 19:20:50 Removing intermediate container 446ec4b14fbb 19:20:50 ---> 632c84c0675c 19:20:50 Step 27/27 : LABEL version=0.0.0 19:20:50 ---> Running in f0b7d009863e 19:20:51 Removing intermediate container f0b7d009863e 19:20:51 ---> 1770673faa01 19:20:51 19:20:51 Successfully built 1770673faa01 19:20:51 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 19:20:52  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:20:51 $ docker stop --time=1 16772acec06abd49b057dd2937308f6957a816b450652e02ef0d9cba2e49e402 19:20:53 $ docker rm -f 16772acec06abd49b057dd2937308f6957a816b450652e02ef0d9cba2e49e402 [Pipeline] // withDockerContainer [Pipeline] sh 19:20:54 + docker images 19:20:54 + grep docker 19:20:54 docker-sys-mgmt-agent-go-arm64 latest 1770673faa01 4 seconds ago 266MB 19:20:54 docker-support-logging-go-arm64 latest 3ffe25965091 57 seconds ago 11.4MB 19:20:54 docker-core-command-go-arm64 latest 22c467417030 About a minute ago 12.4MB 19:20:54 docker-support-scheduler-go-arm64 latest b7e6cc8d9846 About a minute ago 12.6MB 19:20:54 docker-security-secretstore-setup-go-arm64 latest 035e81b178c3 About a minute ago 32.6MB 19:20:54 docker-core-data-go-arm64 latest 160bf04e18be 3 minutes ago 23.3MB 19:20:54 docker-core-metadata-go-arm64 latest f450122eb44f 4 minutes ago 13.8MB 19:20:54 docker-support-notifications-go-arm64 latest fedce335a293 4 minutes ago 13.9MB 19:20:54 docker-security-secrets-setup-go-arm64 latest eb9f3904d625 4 minutes ago 24.2MB 19:20:54 docker-security-proxy-setup-go-arm64 latest 5bd9594b1b90 4 minutes ago 15.8MB 19:20:54 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 19:20:56 provisioning config files... 19:20:56 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config4985372992305619465tmp [Pipeline] { [Pipeline] sh 19:20:57 + curl -s https://codecov.io/bash 19:20:57 + bash -s - -t @/w/workspace/edgex-go/5@tmp/config4985372992305619465tmp [Pipeline] } 19:20:57 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 19:20:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:21:00 ---> package-listing.sh 19:21:00 ++ facter osfamily 19:21:00 ++ tr '[:upper:]' '[:lower:]' 19:21:00 + OS_FAMILY=redhat 19:21:00 + workspace=/w/workspace/edgex-go/5 19:21:00 + START_PACKAGES=/tmp/packages_start.txt 19:21:00 + END_PACKAGES=/tmp/packages_end.txt 19:21:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:21:00 + PACKAGES=/tmp/packages_start.txt 19:21:00 + '[' /w/workspace/edgex-go/5 ']' 19:21:00 + PACKAGES=/tmp/packages_end.txt 19:21:00 + case "${OS_FAMILY}" in 19:21:00 + rpm -qa 19:21:00 + sort 19:21:05 + '[' -f /tmp/packages_start.txt ']' 19:21:05 + '[' -f /tmp/packages_end.txt ']' 19:21:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:21:05 + '[' /w/workspace/edgex-go/5 ']' 19:21:05 + mkdir -p /w/workspace/edgex-go/5/archives/ 19:21:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] isUnix [Pipeline] sh 19:21:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:21:05 19:21:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:21:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:21:06 alpine: Pulling from edgex-lftools-log-publisher 19:21:06 c9b1b535fdd9: Pulling fs layer 19:21:06 2cc5ad85d9ab: Pulling fs layer 19:21:06 756a868c4378: Pulling fs layer 19:21:06 444b2fc9a129: Pulling fs layer 19:21:06 ea15f1150254: Pulling fs layer 19:21:06 41b27a9f41bf: Pulling fs layer 19:21:06 28c525ee5125: Pulling fs layer 19:21:06 094b1ea09ed8: Pulling fs layer 19:21:06 138eaada9080: Pulling fs layer 19:21:06 0622d0fa9048: Pulling fs layer 19:21:06 444b2fc9a129: Waiting 19:21:06 138eaada9080: Waiting 19:21:06 28c525ee5125: Waiting 19:21:06 0622d0fa9048: Waiting 19:21:06 ea15f1150254: Waiting 19:21:06 41b27a9f41bf: Waiting 19:21:06 094b1ea09ed8: Waiting 19:21:06 2cc5ad85d9ab: Download complete 19:21:06 444b2fc9a129: Download complete 19:21:06 c9b1b535fdd9: Download complete 19:21:06 ea15f1150254: Verifying Checksum 19:21:06 ea15f1150254: Download complete 19:21:06 28c525ee5125: Verifying Checksum 19:21:06 28c525ee5125: Download complete 19:21:06 756a868c4378: Verifying Checksum 19:21:06 756a868c4378: Download complete 19:21:06 c9b1b535fdd9: Pull complete 19:21:06 138eaada9080: Verifying Checksum 19:21:06 138eaada9080: Download complete 19:21:06 0622d0fa9048: Verifying Checksum 19:21:06 0622d0fa9048: Download complete 19:21:07 094b1ea09ed8: Verifying Checksum 19:21:07 094b1ea09ed8: Download complete 19:21:07 2cc5ad85d9ab: Pull complete 19:21:07 41b27a9f41bf: Verifying Checksum 19:21:07 41b27a9f41bf: Download complete 19:21:08 756a868c4378: Pull complete 19:21:08 444b2fc9a129: Pull complete 19:21:08 ea15f1150254: Pull complete 19:21:14 41b27a9f41bf: Pull complete 19:21:14 28c525ee5125: Pull complete 19:21:17 094b1ea09ed8: Pull complete 19:21:18 138eaada9080: Pull complete 19:21:18 0622d0fa9048: Pull complete 19:21:18 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 19:21:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:21:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:21:18 prd-centos7-docker-4c-2g-415 does not seem to be running inside a container 19:21:18 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:21:23 $ docker top 14e1dddc3018fc923537608649488d4ac12b827ad735dd7e45e4387b81f47a20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:21:23 provisioning config files... 19:21:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config3490514542816759345tmp [Pipeline] { [Pipeline] echo 19:21:23 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:21:23 ---> create-netrc.sh [Pipeline] echo 19:21:23 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:21:24 ---> logs-deploy.sh 19:21:24 + ARCHIVE_ARTIFACTS= 19:21:24 + LOGS_SERVER=https://logs.edgexfoundry.org 19:21:24 + '[' https://logs.edgexfoundry.org == None ']' 19:21:24 + NEXUS_URL=https://nexus.edgexfoundry.org 19:21:24 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2673/5 19:21:24 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2673/5/ 19:21:24 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2673/5 /w/workspace/edgex-go/5 19:21:25 Archives upload complete. 19:21:25 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2673/5 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2673/5/ 19:21:26 ---> uname -a: 19:21:26 Linux 14e1dddc3018 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 19:21:26 19:21:26 19:21:26 ---> lscpu: 19:21:26 Architecture: x86_64 19:21:26 CPU op-mode(s): 32-bit, 64-bit 19:21:26 Byte Order: Little Endian 19:21:26 Address sizes: 40 bits physical, 48 bits virtual 19:21:26 CPU(s): 4 19:21:26 On-line CPU(s) list: 0-3 19:21:26 Thread(s) per core: 1 19:21:26 Core(s) per socket: 1 19:21:26 Socket(s): 4 19:21:26 NUMA node(s): 1 19:21:26 Vendor ID: GenuineIntel 19:21:26 CPU family: 6 19:21:26 Model: 44 19:21:26 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:21:26 Stepping: 1 19:21:26 CPU MHz: 2933.438 19:21:26 BogoMIPS: 5866.87 19:21:26 Virtualization: VT-x 19:21:26 Hypervisor vendor: KVM 19:21:26 Virtualization type: full 19:21:26 L1d cache: 128 KiB 19:21:26 L1i cache: 128 KiB 19:21:26 L2 cache: 16 MiB 19:21:26 L3 cache: 64 MiB 19:21:26 NUMA node0 CPU(s): 0-3 19:21:26 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:21:26 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:21:26 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:21:26 Vulnerability Meltdown: Mitigation; PTI 19:21:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:21:26 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:21:26 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:21:26 Vulnerability Tsx async abort: Not affected 19:21:26 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 19:21:26 19:21:26 19:21:26 ---> nproc: 19:21:26 4 19:21:26 19:21:26 19:21:26 ---> df -h: 19:21:26 Filesystem Size Used Available Use% Mounted on 19:21:26 overlay 50.0G 13.4G 36.6G 27% / 19:21:26 tmpfs 64.0M 0 64.0M 0% /dev 19:21:26 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:21:26 shm 64.0M 0 64.0M 0% /dev/shm 19:21:26 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/resolv.conf 19:21:26 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hostname 19:21:26 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hosts 19:21:26 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/sa 19:21:26 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/5 19:21:26 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/5@tmp 19:21:26 19:21:26 19:21:26 ---> free -m: 19:21:26 total used free shared buff/cache available 19:21:26 Mem: 1837 646 107 0 1084 1107 19:21:26 Swap: 1023 65 958 19:21:26 19:21:26 19:21:26 ---> ip addr: 19:21:26 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:21:26 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:21:26 inet 127.0.0.1/8 scope host lo 19:21:26 valid_lft forever preferred_lft forever 19:21:26 110: eth0@if111: mtu 1458 qdisc noqueue state UP 19:21:26 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 19:21:26 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 19:21:26 valid_lft forever preferred_lft forever 19:21:26 19:21:26 19:21:26 ---> sar -b -r -n DEV: 19:21:26 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) 19:21:26 19:21:26 19:01:09 LINUX RESTART 19:21:26 19:21:26 19:02:01 tps rtps wtps bread/s bwrtn/s 19:21:26 19:03:01 131.57 52.40 79.16 8453.72 37921.93 19:21:26 19:04:01 458.51 238.50 220.01 8374.65 58522.38 19:21:26 19:05:02 375.67 251.83 123.84 10836.21 24542.25 19:21:26 19:06:01 288.65 92.67 195.98 38792.94 119510.98 19:21:26 19:07:01 2763.57 2393.51 370.06 193421.05 204122.24 19:21:26 19:08:02 978.29 696.05 282.24 48240.31 61710.20 19:21:26 19:09:02 2062.53 1708.51 354.02 129867.73 157709.21 19:21:26 19:10:02 1439.70 1149.13 290.57 82574.66 89369.61 19:21:26 19:11:01 677.84 495.41 182.43 32040.22 44325.07 19:21:26 19:12:01 2.31 0.45 1.86 16.78 35.48 19:21:26 19:13:01 0.33 0.05 0.28 0.53 3.23 19:21:26 19:14:01 0.23 0.00 0.23 0.00 2.31 19:21:26 19:15:01 0.22 0.02 0.20 0.53 1.65 19:21:26 19:16:01 0.28 0.00 0.28 0.00 3.23 19:21:26 19:17:01 1.98 1.75 0.23 57.43 3.33 19:21:26 19:18:01 0.95 0.05 0.90 1.60 17.16 19:21:26 19:19:01 0.27 0.03 0.23 0.53 2.83 19:21:26 19:20:01 0.25 0.00 0.25 0.00 3.18 19:21:26 19:21:01 19.88 19.61 0.27 2301.96 18.58 19:21:26 Average: 485.08 374.38 110.70 29254.23 42007.59 19:21:26 19:21:26 19:02:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:21:26 19:03:01 68204 1813352 96.38 2596 1140492 1527304 52.12 708052 935804 52248 19:21:26 19:04:01 340072 1541484 81.93 1492 861976 1097528 37.46 530584 759008 20 19:21:26 19:05:02 307104 1574452 83.68 436 745668 1503844 51.32 697016 634384 33580 19:21:26 19:06:01 66080 1815476 96.49 72 1010448 2242696 76.54 759464 885908 94212 19:21:26 19:07:01 64428 1817128 96.58 20 1089260 1947996 66.48 694756 948384 102008 19:21:26 19:08:02 77892 1803664 95.86 20 1096828 1787112 60.99 731984 859416 27648 19:21:26 19:09:02 65532 1816024 96.52 20 1070944 2320964 79.21 691344 947400 58268 19:21:26 19:10:02 356384 1525172 81.06 20 706340 1965376 67.07 662208 647360 16 19:21:26 19:11:01 721696 1159860 61.64 20 579876 1182384 40.35 492236 468352 20 19:21:26 19:12:01 726300 1155256 61.40 20 580400 1157388 39.50 489308 467780 12 19:21:26 19:13:01 727392 1154164 61.34 20 580396 1150192 39.25 488636 467660 8 19:21:26 19:14:01 727672 1153884 61.33 20 580420 1150192 39.25 488628 467672 8 19:21:26 19:15:01 727892 1153664 61.31 20 580412 1150192 39.25 488760 467672 8 19:21:26 19:16:01 727868 1153688 61.32 20 580440 1150240 39.26 489024 467688 12 19:21:26 19:17:01 725656 1155900 61.43 20 581544 1150300 39.26 489456 468688 8 19:21:26 19:18:01 726056 1155500 61.41 20 581548 1150192 39.25 488644 468688 8 19:21:26 19:19:01 726164 1155392 61.41 20 581568 1150228 39.26 488828 468720 8 19:21:26 19:20:01 726344 1155212 61.40 20 581580 1150192 39.25 488648 468724 8 19:21:26 19:21:01 647444 1234112 65.59 20 649116 1167748 39.85 505684 524132 148 19:21:26 Average: 487167 1394389 74.11 258 746277 1426425 48.68 572277 622286 19381 19:21:26 19:21:26 19:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 19:21:26 19:03:01 eth0 2068.30 1584.31 9105.19 2861.95 0.00 0.00 0.00 19:21:26 19:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:03:01 docker0 846.81 743.62 67.56 2657.42 0.00 0.00 0.00 19:21:26 19:04:01 eth0 364.04 243.71 1916.78 31.57 0.00 0.00 0.00 19:21:26 19:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:04:01 docker0 123.52 177.38 8.81 835.31 0.00 0.00 0.00 19:21:26 19:05:02 eth0 62.25 44.23 38.24 89.89 0.00 0.00 0.00 19:21:26 19:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:05:02 vethc245642 0.00 0.13 0.00 0.01 0.00 0.00 0.00 19:21:26 19:05:02 docker0 970.25 920.97 76.37 3492.70 0.00 0.00 0.00 19:21:26 19:06:01 eth0 111.33 78.27 1714.18 51.59 0.00 0.00 0.00 19:21:26 19:06:01 veth0784138 0.00 0.13 0.00 0.01 0.00 0.00 0.00 19:21:26 19:06:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 19:21:26 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:07:01 vethb5598ef 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:07:01 eth0 3210.70 2328.56 15681.13 3086.59 0.00 0.00 0.00 19:21:26 19:07:01 veth0784138 0.00 0.45 0.00 0.02 0.00 0.00 0.00 19:21:26 19:07:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 19:21:26 19:08:02 veth76c277b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:08:02 eth0 62.55 43.64 135.63 69.74 0.00 0.00 0.00 19:21:26 19:08:02 veth0784138 0.00 0.20 0.00 0.01 0.00 0.00 0.00 19:21:26 19:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:09:02 veth4eaef26 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:09:02 veth45cf65f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:09:02 eth0 3383.48 2448.59 16308.23 3228.08 0.00 0.00 0.00 19:21:26 19:09:02 veth0784138 0.00 0.81 0.00 0.04 0.00 0.00 0.00 19:21:26 19:10:02 veth52107b7 0.00 0.15 0.00 0.01 0.00 0.00 0.00 19:21:26 19:10:02 eth0 52.02 30.16 117.55 23.03 0.00 0.00 0.00 19:21:26 19:10:02 veth0784138 0.00 0.10 0.00 0.00 0.00 0.00 0.00 19:21:26 19:10:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 19:21:26 19:11:01 eth0 79.27 59.85 126.87 67.81 0.00 0.00 0.00 19:21:26 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:11:01 docker0 1070.36 1056.62 82.71 4348.13 0.00 0.00 0.00 19:21:26 19:12:01 eth0 0.33 0.30 0.44 0.09 0.00 0.00 0.00 19:21:26 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:13:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 19:21:26 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:14:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 19:21:26 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:15:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 19:21:26 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:16:01 eth0 0.20 0.13 0.07 0.01 0.00 0.00 0.00 19:21:26 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:17:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 19:21:26 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:18:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 19:21:26 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:19:01 eth0 0.17 0.13 0.07 0.01 0.00 0.00 0.00 19:21:26 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:20:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 19:21:26 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:21:01 eth0 12.37 10.14 8.23 12.16 0.00 0.00 0.00 19:21:26 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 Average: eth0 156.09 115.54 724.73 172.82 0.00 0.00 0.00 19:21:26 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:26 Average: docker0 55.47 54.76 4.29 225.34 0.00 0.00 0.00 19:21:26 19:21:26 19:21:26 ---> sar -P ALL: 19:21:26 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) 19:21:26 19:21:26 19:01:09 LINUX RESTART 19:21:26 19:21:26 19:02:01 CPU %user %nice %system %iowait %steal %idle 19:21:26 19:03:01 all 20.22 0.00 7.55 1.79 0.04 70.41 19:21:26 19:03:01 0 14.07 0.00 9.34 2.79 0.03 73.77 19:21:26 19:03:01 1 13.29 0.00 6.54 0.85 0.07 79.25 19:21:26 19:03:01 2 37.63 0.00 6.65 2.37 0.02 53.33 19:21:26 19:03:01 3 15.74 0.00 7.73 1.15 0.05 75.33 19:21:26 19:04:01 all 11.89 0.00 8.63 6.47 0.04 72.96 19:21:26 19:04:01 0 11.23 0.00 9.33 4.06 0.03 75.34 19:21:26 19:04:01 1 12.19 0.00 8.03 9.56 0.03 70.18 19:21:26 19:04:01 2 11.07 0.00 8.40 5.61 0.05 74.88 19:21:26 19:04:01 3 13.09 0.00 8.74 6.65 0.05 71.48 19:21:26 19:05:02 all 54.32 0.00 14.46 7.46 0.05 23.71 19:21:26 19:05:02 0 53.84 0.00 14.19 7.31 0.02 24.65 19:21:26 19:05:02 1 57.75 0.00 14.35 9.76 0.05 18.10 19:21:26 19:05:02 2 52.55 0.00 14.17 5.79 0.07 27.42 19:21:26 19:05:02 3 53.15 0.00 15.15 6.98 0.05 24.66 19:21:26 19:06:01 all 18.69 0.00 12.91 7.77 0.05 60.58 19:21:26 19:06:01 0 16.90 0.00 12.17 7.09 0.05 63.79 19:21:26 19:06:01 1 21.17 0.00 13.54 8.21 0.02 57.06 19:21:26 19:06:01 2 18.70 0.00 13.39 9.21 0.05 58.65 19:21:26 19:06:01 3 17.99 0.00 12.55 6.57 0.05 62.85 19:21:26 19:07:01 all 20.12 0.00 22.83 28.69 0.10 28.26 19:21:26 19:07:01 0 20.45 0.00 22.71 29.32 0.12 27.40 19:21:26 19:07:01 1 19.70 0.00 22.49 29.17 0.09 28.56 19:21:26 19:07:01 2 19.70 0.00 23.03 29.96 0.10 27.21 19:21:26 19:07:01 3 20.62 0.00 23.11 26.29 0.10 29.88 19:21:26 19:08:02 all 49.45 0.00 16.37 18.77 0.04 15.37 19:21:26 19:08:02 0 48.77 0.00 16.55 19.52 0.05 15.11 19:21:26 19:08:02 1 48.57 0.00 16.68 19.82 0.03 14.90 19:21:26 19:08:02 2 51.59 0.00 15.23 19.21 0.03 13.94 19:21:26 19:08:02 3 48.91 0.00 17.00 16.52 0.03 17.53 19:21:26 19:09:02 all 13.09 0.00 18.76 38.70 0.06 29.38 19:21:26 19:09:02 0 13.72 0.00 18.69 38.71 0.07 28.81 19:21:26 19:09:02 1 12.05 0.00 19.42 37.26 0.05 31.23 19:21:26 19:09:02 2 13.30 0.00 18.53 36.73 0.07 31.37 19:21:26 19:09:02 3 13.30 0.00 18.44 42.15 0.07 26.04 19:21:26 19:10:02 all 48.16 0.00 17.63 20.42 0.05 13.73 19:21:26 19:10:02 0 47.96 0.00 16.58 19.76 0.07 15.63 19:21:26 19:10:02 1 48.52 0.00 17.27 17.54 0.05 16.62 19:21:26 19:10:02 2 49.30 0.00 16.95 20.01 0.07 13.67 19:21:26 19:10:02 3 46.89 0.00 19.73 24.39 0.02 8.97 19:21:26 19:11:01 all 13.67 0.00 9.27 11.21 0.04 65.82 19:21:26 19:11:01 0 14.17 0.00 10.05 9.86 0.03 65.88 19:21:26 19:11:01 1 13.00 0.00 8.56 13.28 0.02 65.14 19:21:26 19:11:01 2 13.22 0.00 8.95 14.16 0.03 63.63 19:21:26 19:11:01 3 14.28 0.00 9.50 7.56 0.05 68.61 19:21:26 19:12:01 all 0.16 0.00 0.04 0.00 0.00 99.80 19:21:26 19:12:01 0 0.02 0.00 0.02 0.02 0.00 99.95 19:21:26 19:12:01 1 0.32 0.00 0.03 0.00 0.00 99.65 19:21:26 19:12:01 2 0.25 0.00 0.05 0.00 0.00 99.70 19:21:26 19:12:01 3 0.05 0.00 0.05 0.00 0.00 99.90 19:21:26 19:13:01 all 0.16 0.00 0.03 0.00 0.00 99.80 19:21:26 19:13:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:21:26 19:13:01 1 0.53 0.00 0.02 0.00 0.00 99.45 19:21:26 19:13:01 2 0.03 0.00 0.03 0.00 0.00 99.93 19:21:26 19:13:01 3 0.03 0.00 0.03 0.00 0.00 99.93 19:21:26 19:14:01 all 0.15 0.00 0.03 0.00 0.00 99.83 19:21:26 19:14:01 0 0.02 0.00 0.03 0.00 0.00 99.95 19:21:26 19:14:01 1 0.50 0.00 0.02 0.00 0.00 99.48 19:21:26 19:14:01 2 0.05 0.00 0.07 0.00 0.02 99.87 19:21:26 19:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:21:26 19:15:01 all 0.15 0.00 0.02 0.00 0.00 99.83 19:21:26 19:15:01 0 0.00 0.00 0.02 0.00 0.00 99.98 19:21:26 19:15:01 1 0.52 0.00 0.02 0.00 0.00 99.47 19:21:26 19:15:01 2 0.07 0.00 0.05 0.00 0.00 99.88 19:21:26 19:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:21:26 19:16:01 all 0.15 0.00 0.02 0.00 0.00 99.82 19:21:26 19:16:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:21:26 19:16:01 1 0.52 0.00 0.02 0.00 0.00 99.47 19:21:26 19:16:01 2 0.05 0.00 0.02 0.00 0.00 99.93 19:21:26 19:16:01 3 0.02 0.00 0.03 0.00 0.00 99.95 19:21:26 19:17:01 all 0.08 0.00 0.07 0.02 0.00 99.83 19:21:26 19:17:01 0 0.05 0.00 0.08 0.07 0.00 99.80 19:21:26 19:17:01 1 0.25 0.00 0.10 0.00 0.00 99.65 19:21:26 19:17:01 2 0.02 0.00 0.07 0.00 0.00 99.92 19:21:26 19:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:21:26 19:18:01 all 0.07 0.00 0.03 0.00 0.00 99.90 19:21:26 19:18:01 0 0.03 0.00 0.05 0.00 0.00 99.92 19:21:26 19:18:01 1 0.18 0.00 0.03 0.00 0.00 99.78 19:21:26 19:18:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:21:26 19:18:01 3 0.00 0.00 0.02 0.00 0.00 99.98 19:21:26 19:19:01 all 0.15 0.00 0.02 0.00 0.00 99.83 19:21:26 19:19:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:21:26 19:19:01 1 0.52 0.00 0.02 0.02 0.00 99.45 19:21:26 19:19:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:21:26 19:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:21:26 19:20:01 all 0.15 0.00 0.02 0.00 0.00 99.82 19:21:26 19:20:01 0 0.05 0.00 0.02 0.00 0.00 99.93 19:21:26 19:20:01 1 0.52 0.00 0.00 0.00 0.00 99.48 19:21:26 19:20:01 2 0.03 0.00 0.03 0.00 0.00 99.93 19:21:26 19:20:01 3 0.03 0.00 0.03 0.00 0.00 99.93 19:21:26 19:21:01 all 0.50 0.00 0.27 0.44 0.00 98.80 19:21:26 19:21:01 0 0.30 0.00 0.35 0.35 0.00 99.00 19:21:26 19:21:01 1 0.83 0.00 0.27 0.43 0.00 98.47 19:21:26 19:21:01 2 0.42 0.00 0.23 0.52 0.00 98.83 19:21:26 19:21:01 3 0.43 0.00 0.25 0.45 0.00 98.87 19:21:26 Average: all 13.06 0.00 6.69 7.34 0.02 72.89 19:21:26 Average: 0 12.57 0.00 6.76 7.21 0.02 73.43 19:21:26 Average: 1 13.04 0.00 6.61 7.56 0.02 72.77 19:21:26 Average: 2 13.92 0.00 6.52 7.44 0.03 72.09 19:21:26 Average: 3 12.69 0.00 6.85 7.16 0.02 73.29 19:21:26 19:21:26 19:21:26