Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b+a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 (8bb209d9a62ca91e95a26fdc45fc2ed139af0e6e) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs: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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-1529 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/22 [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/22 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 into PR head commit a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # 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/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 Merge succeeded, producing 4605f6cf6e929e1ee115c81c735f5b828accc975 Checking out Revision 4605f6cf6e929e1ee115c81c735f5b828accc975 (PR-2610) using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4605f6cf6e929e1ee115c81c735f5b828accc975 # timeout=10 Commit message: "Merge commit 'a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:31:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:31:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:31:24 ========================================================= 04:31:24 EdgeX Global Pipelines Version Info 04:31:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a8541818e749561ac344d07fc8c697c79129a695 # timeout=10 04:31:27 ------------------- 04:31:27 stable info: 04:31:27 ------------------- 04:31:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:31:27 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:31:27 Message: update stable to v1.0.106 04:31:28 ------------------- 04:31:28 experimental info: 04:31:28 ------------------- 04:31:28 Commited By: **** collab-it+edgex@linuxfoundation.org 04:31:28 Commit SHA: 8052d86f4e87d6cf935ce8d66320619a0984c2cc 04:31:28 Message: update experimental to v1.0.109 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:31:30 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 04:31:30 + for file in '`ls cmd/**/Dockerfile`' 04:31:30 ++ cut -d/ -f2 04:31:30 ++ dirname cmd/core-command/Dockerfile 04:31:30 + echo core-command,cmd/core-command/Dockerfile 04:31:30 + for file in '`ls cmd/**/Dockerfile`' 04:31:30 ++ dirname cmd/core-data/Dockerfile 04:31:30 ++ cut -d/ -f2 04:31:30 + echo core-data,cmd/core-data/Dockerfile 04:31:30 + for file in '`ls cmd/**/Dockerfile`' 04:31:30 ++ cut -d/ -f2 04:31:30 ++ dirname cmd/core-metadata/Dockerfile 04:31:30 + echo core-metadata,cmd/core-metadata/Dockerfile 04:31:30 + for file in '`ls cmd/**/Dockerfile`' 04:31:30 ++ dirname cmd/security-proxy-setup/Dockerfile 04:31:30 ++ cut -d/ -f2 04:31:30 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:31:30 + for file in '`ls cmd/**/Dockerfile`' 04:31:30 ++ dirname cmd/security-secrets-setup/Dockerfile 04:31:30 ++ cut -d/ -f2 04:31:30 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:31:30 + for file in '`ls cmd/**/Dockerfile`' 04:31:30 ++ cut -d/ -f2 04:31:30 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:31:30 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:31:30 + for file in '`ls cmd/**/Dockerfile`' 04:31:30 ++ dirname cmd/support-logging/Dockerfile 04:31:30 ++ cut -d/ -f2 04:31:30 + echo support-logging,cmd/support-logging/Dockerfile 04:31:30 + for file in '`ls cmd/**/Dockerfile`' 04:31:30 ++ dirname cmd/support-notifications/Dockerfile 04:31:30 ++ cut -d/ -f2 04:31:30 + echo support-notifications,cmd/support-notifications/Dockerfile 04:31:30 + for file in '`ls cmd/**/Dockerfile`' 04:31:30 ++ dirname cmd/support-scheduler/Dockerfile 04:31:30 ++ cut -d/ -f2 04:31:30 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:31:30 + for file in '`ls cmd/**/Dockerfile`' 04:31:30 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:31:30 ++ cut -d/ -f2 04:31:30 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:31:30 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 04:31:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:31 04:31:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:31:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:31 latest: Pulling from edgex-devops/git-semver 04:31:31 31603596830f: Pulling fs layer 04:31:31 2a8b12db71e7: Pulling fs layer 04:31:31 6ca5941a6612: Pulling fs layer 04:31:31 ecc8261a40a4: Pulling fs layer 04:31:31 ecc8261a40a4: Waiting 04:31:32 2a8b12db71e7: Verifying Checksum 04:31:32 2a8b12db71e7: Download complete 04:31:32 31603596830f: Verifying Checksum 04:31:32 31603596830f: Download complete 04:31:32 ecc8261a40a4: Verifying Checksum 04:31:32 ecc8261a40a4: Download complete 04:31:32 6ca5941a6612: Verifying Checksum 04:31:32 6ca5941a6612: Download complete 04:31:32 31603596830f: Pull complete 04:31:32 2a8b12db71e7: Pull complete 04:31:34 6ca5941a6612: Pull complete 04:31:34 ecc8261a40a4: Pull complete 04:31:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:31:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:31:35 prd-centos7-docker-4c-2g-1529 does not seem to be running inside a container 04:31:35 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:31:37 $ docker top cbbb9f01bb70970fcdbf0aba5b4232286c7d7a3aa77b80542d455528a4633144 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:31:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:38 [ssh-agent] Looking for ssh-agent implementation... 04:31:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:38 $ docker exec cbbb9f01bb70970fcdbf0aba5b4232286c7d7a3aa77b80542d455528a4633144 ssh-agent 04:31:39 SSH_AUTH_SOCK=/tmp/ssh-wqXSn6p625nX/agent.12 04:31:39 SSH_AGENT_PID=17 04:31:39 Running ssh-add (command line suppressed) 04:31:39 Identity added: /w/workspace/edgex-go/22@tmp/private_key_641626350459284957.key (/w/workspace/edgex-go/22@tmp/private_key_641626350459284957.key) 04:31:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:40 + git describe --exact-match --tags HEAD 04:31:40 fatal: No names found, cannot describe anything. [Pipeline] } 04:31:40 $ docker exec --env ******** --env ******** cbbb9f01bb70970fcdbf0aba5b4232286c7d7a3aa77b80542d455528a4633144 ssh-agent -k 04:31:40 unset SSH_AUTH_SOCK; 04:31:40 unset SSH_AGENT_PID; 04:31:40 echo Agent pid 17 killed; 04:31:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:31:40 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:31:40 This usually means this commit has not been tagged. [Pipeline] sshagent 04:31:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:40 [ssh-agent] Looking for ssh-agent implementation... 04:31:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:41 $ docker exec cbbb9f01bb70970fcdbf0aba5b4232286c7d7a3aa77b80542d455528a4633144 ssh-agent 04:31:41 SSH_AUTH_SOCK=/tmp/ssh-OVmHVM3RTgpT/agent.46 04:31:41 SSH_AGENT_PID=52 04:31:41 Running ssh-add (command line suppressed) 04:31:41 Identity added: /w/workspace/edgex-go/22@tmp/private_key_3038775455485146138.key (/w/workspace/edgex-go/22@tmp/private_key_3038775455485146138.key) 04:31:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:42 + git semver init 04:31:42 # -> Open(): unable to determine branch for HEAD 04:31:42 # $GIT_DIR = /w/workspace/edgex-go/22/.git 04:31:42 # $GIT_WORK_TREE = /w/workspace/edgex-go/22 04:31:42 # $SEMVER_REMOTE_NAME = origin 04:31:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:31:42 # $SEMVER_USER_NAME = edgex-jenkins 04:31:42 # $SEMVER_BRANCH = PR-2610 04:31:42 # $SEMVER_TEMP = /tmp/semver-958551681 04:31:42 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:32:22 # '/tmp/semver-958551681' -> '/w/workspace/edgex-go/22/.semver' 04:32:23 # -> Force: false 04:32:23 # $SEMVER_DIR = /w/workspace/edgex-go/22/.semver [Pipeline] } 04:32:23 $ docker exec --env ******** --env ******** cbbb9f01bb70970fcdbf0aba5b4232286c7d7a3aa77b80542d455528a4633144 ssh-agent -k 04:32:24 unset SSH_AUTH_SOCK; 04:32:24 unset SSH_AGENT_PID; 04:32:24 echo Agent pid 52 killed; 04:32:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:32:24 + git semver [Pipeline] } 04:32:25 $ docker stop --time=1 cbbb9f01bb70970fcdbf0aba5b4232286c7d7a3aa77b80542d455528a4633144 04:32:27 $ docker rm -f cbbb9f01bb70970fcdbf0aba5b4232286c7d7a3aa77b80542d455528a4633144 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:32:55 Stashed 28 file(s) [Pipeline] echo 04:32: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 04:32:55 ========================================================= 04:32:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:32:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:32: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 . 04:33:01 Sending build context to Docker daemon 323.1MB 04:33:01 Step 1/7 : ARG BASE=golang:1.13-alpine 04:33:01 Step 2/7 : FROM ${BASE} 04:33:01 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:33:01 df20fa9351a1: Pulling fs layer 04:33:01 ed8968b2872e: Pulling fs layer 04:33:01 a92cc7c5fd73: Pulling fs layer 04:33:01 2dd03ba5bac4: Pulling fs layer 04:33:01 1e091d79d1de: Pulling fs layer 04:33:01 481702a1767f: Pulling fs layer 04:33:01 f64a6f60c768: Pulling fs layer 04:33:01 e78d2573fc39: Pulling fs layer 04:33:01 e876d2f968b6: Pulling fs layer 04:33:01 ce8a83651883: Pulling fs layer 04:33:01 07967f4d0e4b: Pulling fs layer 04:33:01 f64a6f60c768: Waiting 04:33:01 e78d2573fc39: Waiting 04:33:01 e876d2f968b6: Waiting 04:33:01 ce8a83651883: Waiting 04:33:01 07967f4d0e4b: Waiting 04:33:01 481702a1767f: Waiting 04:33:01 1e091d79d1de: Waiting 04:33:01 a92cc7c5fd73: Verifying Checksum 04:33:01 a92cc7c5fd73: Download complete 04:33:01 ed8968b2872e: Verifying Checksum 04:33:01 ed8968b2872e: Download complete 04:33:02 1e091d79d1de: Download complete 04:33:02 481702a1767f: Verifying Checksum 04:33:02 481702a1767f: Download complete 04:33:03 df20fa9351a1: Verifying Checksum 04:33:03 df20fa9351a1: Download complete 04:33:05 df20fa9351a1: Pull complete 04:33:05 ed8968b2872e: Pull complete 04:33:05 a92cc7c5fd73: Pull complete 04:33:08 f64a6f60c768: Verifying Checksum 04:33:08 f64a6f60c768: Download complete 04:33:08 e876d2f968b6: Verifying Checksum 04:33:08 e876d2f968b6: Download complete 04:33:09 2dd03ba5bac4: Verifying Checksum 04:33:09 2dd03ba5bac4: Download complete 04:33:10 07967f4d0e4b: Verifying Checksum 04:33:10 07967f4d0e4b: Download complete 04:33:10 Still waiting to schedule task 04:33:10 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1531’ 04:33:11 ce8a83651883: Verifying Checksum 04:33:11 ce8a83651883: Download complete 04:33:11 e78d2573fc39: Verifying Checksum 04:33:11 e78d2573fc39: Download complete 04:33:21 2dd03ba5bac4: Pull complete 04:33:21 1e091d79d1de: Pull complete 04:33:21 481702a1767f: Pull complete 04:33:26 f64a6f60c768: Pull complete 04:33:31 e78d2573fc39: Pull complete 04:33:32 e876d2f968b6: Pull complete 04:33:34 ce8a83651883: Pull complete 04:33:34 07967f4d0e4b: Pull complete 04:33:34 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:33:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:33:34 ---> 5d7c900382c6 04:33:34 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:33:36 ---> Running in 69f326925c00 04:33:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:38 (1/12) Installing libmagic (5.38-r0) 04:33:39 (2/12) Installing file (5.38-r0) 04:33:39 (3/12) Installing libc-dev (0.7.2-r3) 04:33:39 (4/12) Installing g++ (9.3.0-r2) 04:33:43 (5/12) Installing fortify-headers (1.1-r0) 04:33:43 (6/12) Installing patch (2.7.6-r6) 04:33:43 (7/12) Installing build-base (0.5-r2) 04:33:43 (8/12) Installing libsodium (1.0.18-r0) 04:33:43 (9/12) Installing pkgconf (1.7.2-r0) 04:33:43 (10/12) Installing libsodium-dev (1.0.18-r0) 04:33:43 (11/12) Installing libzmq (4.3.2-r0) 04:33:43 (12/12) Installing zeromq-dev (4.3.2-r0) 04:33:43 Executing busybox-1.31.1-r16.trigger 04:33:43 OK: 233 MiB in 51 packages 04:33:47 Removing intermediate container 69f326925c00 04:33:47 ---> fb2f3e6d7ce4 04:33:47 Step 4/7 : WORKDIR /edgex-go 04:33:47 ---> Running in bc988eeac23e 04:33:47 Removing intermediate container bc988eeac23e 04:33:47 ---> e325c16c6287 04:33:47 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:33:47 latest: Pulling from library/docker 04:33:47 df20fa9351a1: Already exists 04:33:47 25ad7478873d: Pulling fs layer 04:33:47 4684f6177b5d: Pulling fs layer 04:33:47 46e300cec669: Pulling fs layer 04:33:47 63038576ad94: Pulling fs layer 04:33:47 0fdb76c4706c: Pulling fs layer 04:33:47 cb7edeffdfd5: Pulling fs layer 04:33:47 0fdb76c4706c: Waiting 04:33:47 cb7edeffdfd5: Waiting 04:33:47 63038576ad94: Waiting 04:33:48 4684f6177b5d: Download complete 04:33:48 25ad7478873d: Verifying Checksum 04:33:48 25ad7478873d: Download complete 04:33:48 63038576ad94: Verifying Checksum 04:33:48 63038576ad94: Download complete 04:33:48 0fdb76c4706c: Verifying Checksum 04:33:48 0fdb76c4706c: Download complete 04:33:48 25ad7478873d: Pull complete 04:33:48 4684f6177b5d: Pull complete 04:33:49 cb7edeffdfd5: Verifying Checksum 04:33:49 cb7edeffdfd5: Download complete 04:33:50 46e300cec669: Verifying Checksum 04:33:50 46e300cec669: Download complete 04:33:54 46e300cec669: Pull complete 04:33:54 63038576ad94: Pull complete 04:33:54 0fdb76c4706c: Pull complete 04:33:55 cb7edeffdfd5: Pull complete 04:33:55 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:33:55 Status: Downloaded newer image for docker:latest 04:33:57 ---> 585bdc4a113a 04:33:57 Step 6/7 : COPY go.mod . 04:33:57 ---> 187a3411411a 04:33:57 Step 7/7 : RUN go mod download 04:33:57 ---> Running in 6281f366ca2c 04:34:01 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:34:01 go: finding github.com/BurntSushi/toml v0.3.1 04:34:01 go: finding github.com/OneOfOne/xxhash v1.2.5 04:34:01 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:34:01 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:34:01 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:34:01 go: finding github.com/bgentry/speakeasy v0.1.0 04:34:01 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:34:01 go: finding github.com/cloudflare/gokey v0.1.0 04:34:01 go: finding github.com/davecgh/go-spew v1.1.1 04:34:01 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:34:01 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:34:01 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:34:01 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:34:01 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 04:34:01 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:34:01 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:34:01 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:34:01 go: finding github.com/fatih/color v1.7.0 04:34:01 go: finding github.com/fsnotify/fsnotify v1.4.7 04:34:01 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:34:01 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:34:01 go: finding github.com/go-kit/kit v0.8.0 04:34:01 go: finding github.com/go-logfmt/logfmt v0.4.0 04:34:01 go: finding github.com/go-playground/assert/v2 v2.0.1 04:34:01 go: finding github.com/go-playground/locales v0.13.0 04:34:01 go: finding github.com/go-playground/universal-translator v0.17.0 04:34:01 go: finding github.com/go-playground/validator/v10 v10.3.0 04:34:01 go: finding github.com/go-redis/redis/v7 v7.2.0 04:34:01 go: finding github.com/go-stack/stack v1.8.0 04:34:01 go: finding github.com/golang/protobuf v1.3.2 04:34:01 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:34:01 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:34:01 go: finding github.com/google/uuid v1.1.0 04:34:01 go: finding github.com/gorilla/mux v1.7.1 04:34:02 go: finding github.com/hashicorp/consul/api v1.1.0 04:34:02 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:34:02 go: finding github.com/hashicorp/errwrap v1.0.0 04:34:02 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:34:02 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:34:02 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:34:02 go: finding github.com/hashicorp/go-multierror v1.0.0 04:34:02 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:34:02 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:34:02 go: finding github.com/hashicorp/go-syslog v1.0.0 04:34:02 go: finding github.com/hashicorp/go-uuid v1.0.1 04:34:02 go: finding github.com/hashicorp/go.net v0.0.1 04:34:02 go: finding github.com/hashicorp/golang-lru v0.5.0 04:34:02 go: finding github.com/hashicorp/logutils v1.0.0 04:34:02 go: finding github.com/hashicorp/mdns v1.0.0 04:34:02 go: finding github.com/hashicorp/memberlist v0.1.3 04:34:02 go: finding github.com/hashicorp/serf v0.8.2 04:34:02 go: finding github.com/hpcloud/tail v1.0.0 04:34:02 go: finding github.com/imdario/mergo v0.3.6 04:34:02 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:34:02 go: finding github.com/kr/pretty v0.1.0 04:34:02 go: finding github.com/kr/pty v1.1.1 04:34:02 go: finding github.com/kr/text v0.1.0 04:34:02 go: finding github.com/leodido/go-urn v1.2.0 04:34:02 go: finding github.com/mattn/go-colorable v0.0.9 04:34:02 go: finding github.com/mattn/go-isatty v0.0.3 04:34:02 go: finding github.com/miekg/dns v1.0.14 04:34:02 go: finding github.com/mitchellh/cli v1.0.0 04:34:02 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:34:02 go: finding github.com/mitchellh/copystructure v1.0.0 04:34:02 go: finding github.com/mitchellh/go-homedir v1.0.0 04:34:02 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:34:02 go: finding github.com/mitchellh/gox v0.4.0 04:34:02 go: finding github.com/mitchellh/iochan v1.0.0 04:34:02 go: finding github.com/mitchellh/mapstructure v1.1.2 04:34:02 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:34:02 go: finding github.com/onsi/ginkgo v1.10.1 04:34:02 go: finding github.com/onsi/gomega v1.7.0 04:34:02 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:34:02 go: finding github.com/pebbe/zmq4 v1.0.0 04:34:02 go: finding github.com/pelletier/go-toml v1.2.0 04:34:02 go: finding github.com/pkg/errors v0.8.1 04:34:02 go: finding github.com/pmezard/go-difflib v1.0.0 04:34:03 go: finding github.com/posener/complete v1.1.1 04:34:03 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:34:03 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:34:03 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:34:03 go: finding github.com/stretchr/objx v0.1.0 04:34:03 go: finding github.com/stretchr/testify v1.5.1 04:34:03 go: finding github.com/ugorji/go v1.1.4 04:34:03 go: finding github.com/x448/float16 v0.8.4 04:34:03 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:34:03 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:34:03 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:34:03 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:34:03 go: finding golang.org/x/text v0.3.2 04:34:03 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:34:03 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:34:03 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:34:03 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:34:03 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:34:03 go: finding gopkg.in/yaml.v2 v2.2.8 04:34:22 Removing intermediate container 6281f366ca2c 04:34:22 ---> ceb5690d04d1 04:34:22 Successfully built ceb5690d04d1 04:34:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:34:23 + docker inspect -f . ci-base-image-x86_64 04:34:23 . [Pipeline] withDockerContainer 04:34:23 prd-centos7-docker-4c-2g-1529 does not seem to be running inside a container 04:34:23 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:34:25 $ docker top 2dce5a9951a5e97a6f0fbbc9c9bff59d9546d9a8e66a9d918eace57fc50eeb5f -eo pid,comm [Pipeline] { [Pipeline] sh 04:34:25 + go version 04:34:25 go version go1.13.13 linux/amd64 [Pipeline] echo 04:34:25 ========================================================= 04:34:25 [edgeXBuildGoParallel] Running Tests and Build... 04:34:25 ========================================================= [Pipeline] sh 04:34:25 + make test 04:34:25 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:34:30 ? github.com/edgexfoundry/edgex-go [no test files] 04:34:48 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:34:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:34:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:34:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:34:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:34:56 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.005s 04:34:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:34:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:34:56 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:34:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:35:04 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.254s coverage: 46.6% of statements 04:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:35:07 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.158s coverage: 27.3% of statements 04:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:35:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.018s coverage: 100.0% of statements 04:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:35:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.007s coverage: 100.0% of statements 04:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:35:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.371s coverage: 77.5% of statements 04:35:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:35:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:35:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] 04:35:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:35:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:35:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:35:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:35:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.178s coverage: 29.3% of statements 04:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:35:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.016s coverage: 100.0% of statements 04:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:35:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements 04:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:35:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1534 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws 04:35:11 Running in /w/workspace/edgex-go/22 [Pipeline] { [Pipeline] checkout 04:35:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.043s coverage: 89.8% of statements 04:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:35:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.084s coverage: 97.5% of statements 04:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:35:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.048s coverage: 100.0% of statements 04:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:35:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:35:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:35:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:35:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:35:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:35:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:35:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:35:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:35:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:35:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:35:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:35:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:35:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:35:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:35:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:35:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:35:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:35:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements 04:35:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:35:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 04:35:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 04:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.046s coverage: 63.5% of statements 04:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:35:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.021s coverage: 100.0% of statements 04:35:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.154s coverage: 55.9% of statements 04:35:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:35:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:35:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:35:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:35:16 using credential edgex-jenkins-ssh 04:35:16 Cloning the remote Git repository 04:35:16 Cloning with configured refspecs honoured and without tags 04:35:17 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:35:17 > git init /w/workspace/edgex-go/22 # timeout=10 04:35:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:35:17 > git --version # timeout=10 04:35:17 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:17 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.426s coverage: 86.3% of statements 04:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.505s coverage: 72.2% of statements 04:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.204s coverage: 72.1% of statements 04:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.020s coverage: 82.4% of statements 04:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.079s coverage: 48.4% of statements 04:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.024s coverage: 28.8% of statements 04:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.041s coverage: 96.8% of statements 04:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.125s coverage: 26.9% of statements 04:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.356s coverage: 84.1% of statements 04:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements 04:35:26 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.027s coverage: 43.1% of statements 04:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:35:26 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements 04:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:35:26 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.042s coverage: 83.8% of statements 04:35:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:35:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.035s coverage: 46.1% of statements 04:35:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:35:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:35:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.006s coverage: 100.0% of statements 04:35:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:35:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:35:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:35:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.064s coverage: 100.0% of statements 04:35:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:35:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.030s coverage: 100.0% of statements 04:35:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:35:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.048s coverage: 29.1% of statements 04:35:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:35:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:35:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:35:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:35:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:35:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.038s coverage: 99.0% of statements 04:35:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:35:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.011s coverage: 100.0% of statements 04:35:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:35:32 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 04:35:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:35:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.005s coverage: 100.0% of statements 04:35:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:35:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:35:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:35:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:35:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.026s coverage: 87.9% of statements 04:35:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:35:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:35:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.013s coverage: 100.0% of statements 04:35:32 Fetching without tags 04:35:32 Merging remotes/origin/master commit a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 into PR head commit a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b 04:35:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:35:32 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 04:35:32 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:35:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:35:32 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:32 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:32 > git config core.sparsecheckout # timeout=10 04:35:33 > git checkout -f a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # timeout=10 04:35:33 > git remote # timeout=10 04:35:33 > git config --get remote.origin.url # timeout=10 04:35:33 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:33 > git merge a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 # timeout=10 04:35:33 Merge succeeded, producing c0c0ee4c070fd16b3c20226a831a115e13d7479a 04:35:33 Checking out Revision c0c0ee4c070fd16b3c20226a831a115e13d7479a (PR-2610) 04:35:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.026s coverage: 32.1% of statements 04:35:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.021s coverage: 100.0% of statements 04:35:34 GO111MODULE=on go vet ./... 04:35:33 > git rev-parse HEAD^{commit} # timeout=10 04:35:33 > git config core.sparsecheckout # timeout=10 04:35:33 > git checkout -f c0c0ee4c070fd16b3c20226a831a115e13d7479a # timeout=10 04:35:38 Commit message: "Merge commit 'a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5' into HEAD" 04:35:38 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:35:38 > git rev-list --no-walk a8541818e749561ac344d07fc8c697c79129a695 # timeout=10 04:35:47 gofmt -l . 04:35:47 [ "`gofmt -l .`" = "" ] 04:35:48 ./bin/test-go-mod-tidy.sh 04:35:49 ./bin/test-attribution-txt.sh [Pipeline] echo 04:35:51 ========================================================= 04:35:51 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:35:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:35:52 + 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 . [Pipeline] sh 04:35:53 + ls -al . 04:35:53 total 556 04:35:53 drwxrwxr-x 10 1001 1001 4096 Jul 30 04:35 . 04:35:53 drwxr-xr-x 4 root root 30 Jul 30 04:34 .. 04:35:53 -rw-rw-r-- 1 1001 1001 11 Jul 30 04:31 .dockerignore 04:35:53 drwxrwxr-x 8 1001 1001 179 Jul 30 04:31 .git 04:35:53 drwxrwxr-x 3 1001 1001 60 Jul 30 04:31 .github 04:35:53 -rw-rw-r-- 1 1001 1001 932 Jul 30 04:31 .gitignore 04:35:53 drwx------ 3 1001 1001 47 Jul 30 04:32 .semver 04:35:53 -rw-rw-r-- 1 1001 1001 166 Jul 30 04:31 .sonarcloud.properties 04:35:53 -rw-rw-r-- 1 1001 1001 3804 Jul 30 04:31 CONTRIBUTING.md 04:35:53 -rw-rw-r-- 1 1001 1001 1035 Jul 30 04:31 Dockerfile.build 04:35:53 -rw-rw-r-- 1 1001 1001 865 Jul 30 04:31 Jenkinsfile 04:35:53 -rw-rw-r-- 1 1001 1001 10775 Jul 30 04:31 LICENSE 04:35:53 -rw-rw-r-- 1 1001 1001 6237 Jul 30 04:31 Makefile 04:35:53 -rw-rw-r-- 1 1001 1001 5652 Jul 30 04:31 README.md 04:35:53 -rw-rw-r-- 1 1001 1001 7111 Jul 30 04:31 SECURITY.md 04:35:53 -rw-rw-r-- 1 1001 1001 5 Jul 30 04:32 VERSION 04:35:53 -rw-rw-r-- 1 1001 1001 4131 Jul 30 04:31 ZMQWindows.md 04:35:53 drwxrwxr-x 2 1001 1001 117 Jul 30 04:31 bin 04:35:53 drwxrwxr-x 15 1001 1001 4096 Jul 30 04:31 cmd 04:35:53 -rw-r--r-- 1 root root 457776 Jul 30 04:35 coverage.out 04:35:53 -rw-r--r-- 1 root root 1019 Jul 30 04:35 go.mod 04:35:53 -rw-r--r-- 1 root root 19185 Jul 30 04:35 go.sum 04:35:53 drwxrwxr-x 8 1001 1001 127 Jul 30 04:31 internal 04:35:53 drwxrwxr-x 4 1001 1001 26 Jul 30 04:31 openapi 04:35:53 drwxrwxr-x 4 1001 1001 71 Jul 30 04:31 snap 04:35:53 -rw-rw-r-- 1 1001 1001 168 Jul 30 04:31 version.go [Pipeline] sh 04:35:54 + '[' -e coverage.out ] 04:35:54 + chown 1001:1001 coverage.out [Pipeline] stash 04:35:54 Stashed 1 file(s) [Pipeline] sh 04:35:55 + make build 04:35:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:35:56 Sending build context to Docker daemon 323.1MB 04:35:56 Step 1/7 : ARG BASE=golang:1.13-alpine 04:35:56 Step 2/7 : FROM ${BASE} 04:35:56 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:35:56 b538f80385f9: Pulling fs layer 04:35:56 74f711af9a0d: Pulling fs layer 04:35:56 99f96fe45779: Pulling fs layer 04:35:56 fd7a069fd194: Pulling fs layer 04:35:56 66aa3694b03b: Pulling fs layer 04:35:56 170f70906a0f: Pulling fs layer 04:35:56 ad7c5574e4b9: Pulling fs layer 04:35:56 e772456be8f7: Pulling fs layer 04:35:56 c890913d741a: Pulling fs layer 04:35:56 2480fcc9aa5a: Pulling fs layer 04:35:56 09adf4765672: Pulling fs layer 04:35:56 66aa3694b03b: Waiting 04:35:56 170f70906a0f: Waiting 04:35:56 ad7c5574e4b9: Waiting 04:35:56 e772456be8f7: Waiting 04:35:56 c890913d741a: Waiting 04:35:56 2480fcc9aa5a: Waiting 04:35:56 09adf4765672: Waiting 04:35:56 fd7a069fd194: Waiting 04:35:56 99f96fe45779: Verifying Checksum 04:35:56 99f96fe45779: Download complete 04:35:56 74f711af9a0d: Verifying Checksum 04:35:56 74f711af9a0d: Download complete 04:35:56 66aa3694b03b: Verifying Checksum 04:35:56 66aa3694b03b: Download complete 04:35:56 170f70906a0f: Verifying Checksum 04:35:56 170f70906a0f: Download complete 04:35:57 b538f80385f9: Verifying Checksum 04:35:57 b538f80385f9: Download complete 04:35:57 b538f80385f9: Pull complete 04:35:58 74f711af9a0d: Pull complete 04:35:58 99f96fe45779: Pull complete 04:35:59 ad7c5574e4b9: Verifying Checksum 04:35:59 ad7c5574e4b9: Download complete 04:35:59 c890913d741a: Verifying Checksum 04:35:59 c890913d741a: Download complete 04:36:01 2480fcc9aa5a: Verifying Checksum 04:36:01 2480fcc9aa5a: Download complete 04:36:01 09adf4765672: Verifying Checksum 04:36:01 09adf4765672: Download complete 04:36:01 e772456be8f7: Verifying Checksum 04:36:01 e772456be8f7: Download complete 04:36:02 fd7a069fd194: Verifying Checksum 04:36:02 fd7a069fd194: Download complete 04:36:10 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:36:14 fd7a069fd194: Pull complete 04:36:14 66aa3694b03b: Pull complete 04:36:14 170f70906a0f: Pull complete 04:36:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:36:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:36:18 ad7c5574e4b9: Pull complete 04:36:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:36:22 e772456be8f7: Pull complete 04:36:22 c890913d741a: Pull complete 04:36:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:36:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:36:25 2480fcc9aa5a: Pull complete 04:36:25 09adf4765672: Pull complete 04:36:25 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:36:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:36:26 ---> 2248a725d1cf 04:36:26 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:36:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:36:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:36:32 ---> Running in faee20d62418 04:36:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:36:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:36:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:36:35 (1/12) Installing libmagic (5.38-r0) 04:36:36 (2/12) Installing file (5.38-r0) 04:36:36 (3/12) Installing libc-dev (0.7.2-r3) 04:36:36 (4/12) Installing g++ (9.3.0-r2) 04:36:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:36:41 (5/12) Installing fortify-headers (1.1-r0) 04:36:41 (6/12) Installing patch (2.7.6-r6) 04:36:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:36:41 (7/12) Installing build-base (0.5-r2) 04:36:41 (8/12) Installing libsodium (1.0.18-r0) 04:36:42 (9/12) Installing pkgconf (1.7.2-r0) 04:36:42 (10/12) Installing libsodium-dev (1.0.18-r0) 04:36:42 (11/12) Installing libzmq (4.3.2-r0) 04:36:42 (12/12) Installing zeromq-dev (4.3.2-r0) 04:36:42 Executing busybox-1.31.1-r16.trigger 04:36:42 OK: 217 MiB in 51 packages [Pipeline] } 04:36:45 $ docker stop --time=1 2dce5a9951a5e97a6f0fbbc9c9bff59d9546d9a8e66a9d918eace57fc50eeb5f 04:36:46 Removing intermediate container faee20d62418 04:36:46 ---> acf26d172b64 04:36:46 Step 4/7 : WORKDIR /edgex-go 04:36:46 ---> Running in ffa3920398ca 04:36:47 Removing intermediate container ffa3920398ca 04:36:47 ---> f31aa1402a20 04:36:47 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:36:47 $ docker rm -f 2dce5a9951a5e97a6f0fbbc9c9bff59d9546d9a8e66a9d918eace57fc50eeb5f 04:36:47 latest: Pulling from library/docker 04:36:47 b538f80385f9: Already exists 04:36:47 259a493cd78d: Pulling fs layer 04:36:47 b8e66b5100f5: Pulling fs layer 04:36:47 39dc9c94d07c: Pulling fs layer 04:36:47 551b823b3b82: Pulling fs layer 04:36:47 3c52a74df98c: Pulling fs layer 04:36:47 6c9b121b6998: Pulling fs layer 04:36:47 551b823b3b82: Waiting 04:36:47 3c52a74df98c: Waiting 04:36:47 6c9b121b6998: Waiting 04:36:47 b8e66b5100f5: Verifying Checksum 04:36:47 b8e66b5100f5: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 04:36:48 259a493cd78d: Verifying Checksum 04:36:48 259a493cd78d: Download complete 04:36:48 551b823b3b82: Verifying Checksum 04:36:48 551b823b3b82: Download complete 04:36:48 3c52a74df98c: Verifying Checksum 04:36:48 3c52a74df98c: Download complete 04:36:48 6c9b121b6998: Download complete [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:36:48 259a493cd78d: Pull complete 04:36:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:36:49 b8e66b5100f5: Pull complete 04:36:49 39dc9c94d07c: Verifying Checksum 04:36:49 39dc9c94d07c: Download complete 04:36:49 04:36:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:36:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:36:49 latest: Pulling from edgex-devops/edgex-compose 04:36:49 cbdbe7a5bc2a: Pulling fs layer 04:36:49 ca9280d653b3: Pulling fs layer 04:36:49 7e9c9ca2126c: Pulling fs layer 04:36:50 cbdbe7a5bc2a: Verifying Checksum 04:36:50 cbdbe7a5bc2a: Download complete 04:36:50 ca9280d653b3: Verifying Checksum 04:36:50 ca9280d653b3: Download complete 04:36:50 cbdbe7a5bc2a: Pull complete 04:36:51 7e9c9ca2126c: Verifying Checksum 04:36:51 7e9c9ca2126c: Download complete 04:36:52 ca9280d653b3: Pull complete 04:36:52 39dc9c94d07c: Pull complete 04:36:52 551b823b3b82: Pull complete 04:36:52 3c52a74df98c: Pull complete 04:36:53 6c9b121b6998: Pull complete 04:36:53 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:36:53 Status: Downloaded newer image for docker:latest 04:36:56 ---> c4e6a612d0c9 04:36:56 Step 6/7 : COPY go.mod . 04:36:57 ---> 995cc9418d28 04:36:57 Step 7/7 : RUN go mod download 04:36:57 ---> Running in 44c674dd58c2 04:37:00 7e9c9ca2126c: Pull complete 04:37:00 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:37:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:37:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:37:01 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:37:01 go: finding github.com/BurntSushi/toml v0.3.1 04:37:01 go: finding github.com/OneOfOne/xxhash v1.2.5 04:37:01 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:37:01 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:37:01 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:37:01 go: finding github.com/bgentry/speakeasy v0.1.0 04:37:01 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:37:01 go: finding github.com/cloudflare/gokey v0.1.0 04:37:01 go: finding github.com/davecgh/go-spew v1.1.1 04:37:01 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:37:01 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:37:01 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:37:01 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:37:01 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 04:37:01 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:37:01 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:37:01 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:37:01 go: finding github.com/fatih/color v1.7.0 04:37:01 go: finding github.com/fsnotify/fsnotify v1.4.7 04:37:01 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:37:01 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:37:01 go: finding github.com/go-kit/kit v0.8.0 04:37:01 go: finding github.com/go-logfmt/logfmt v0.4.0 04:37:01 prd-centos7-docker-4c-2g-1529 does not seem to be running inside a container 04:37:01 go: finding github.com/go-playground/assert/v2 v2.0.1 04:37:01 go: finding github.com/go-playground/locales v0.13.0 04:37:01 go: finding github.com/go-playground/universal-translator v0.17.0 04:37:01 go: finding github.com/go-playground/validator/v10 v10.3.0 04:37:01 go: finding github.com/go-redis/redis/v7 v7.2.0 04:37:01 go: finding github.com/go-stack/stack v1.8.0 04:37:01 go: finding github.com/golang/protobuf v1.3.2 04:37:01 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:37:01 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:37:01 go: finding github.com/google/uuid v1.1.0 04:37:01 go: finding github.com/gorilla/mux v1.7.1 04:37:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:37:01 go: finding github.com/hashicorp/consul/api v1.1.0 04:37:01 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:37:01 go: finding github.com/hashicorp/errwrap v1.0.0 04:37:01 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:37:01 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:37:01 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:37:01 go: finding github.com/hashicorp/go-multierror v1.0.0 04:37:01 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:37:01 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:37:01 go: finding github.com/hashicorp/go-syslog v1.0.0 04:37:01 go: finding github.com/hashicorp/go-uuid v1.0.1 04:37:01 go: finding github.com/hashicorp/go.net v0.0.1 04:37:01 go: finding github.com/hashicorp/golang-lru v0.5.0 04:37:01 go: finding github.com/hashicorp/logutils v1.0.0 04:37:01 go: finding github.com/hashicorp/mdns v1.0.0 04:37:01 go: finding github.com/hashicorp/memberlist v0.1.3 04:37:01 go: finding github.com/hashicorp/serf v0.8.2 04:37:01 go: finding github.com/hpcloud/tail v1.0.0 04:37:01 go: finding github.com/imdario/mergo v0.3.6 04:37:01 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:37:01 go: finding github.com/kr/pretty v0.1.0 04:37:01 go: finding github.com/kr/pty v1.1.1 04:37:01 go: finding github.com/kr/text v0.1.0 04:37:02 go: finding github.com/leodido/go-urn v1.2.0 04:37:02 go: finding github.com/mattn/go-colorable v0.0.9 04:37:02 go: finding github.com/mattn/go-isatty v0.0.3 04:37:02 go: finding github.com/miekg/dns v1.0.14 04:37:02 go: finding github.com/mitchellh/cli v1.0.0 04:37:02 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:37:02 go: finding github.com/mitchellh/copystructure v1.0.0 04:37:02 go: finding github.com/mitchellh/go-homedir v1.0.0 04:37:02 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:37:02 go: finding github.com/mitchellh/gox v0.4.0 04:37:02 go: finding github.com/mitchellh/iochan v1.0.0 04:37:02 go: finding github.com/mitchellh/mapstructure v1.1.2 04:37:02 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:37:02 go: finding github.com/onsi/ginkgo v1.10.1 04:37:02 go: finding github.com/onsi/gomega v1.7.0 04:37:02 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:37:02 go: finding github.com/pebbe/zmq4 v1.0.0 04:37:02 go: finding github.com/pelletier/go-toml v1.2.0 04:37:02 go: finding github.com/pkg/errors v0.8.1 04:37:02 go: finding github.com/pmezard/go-difflib v1.0.0 04:37:02 go: finding github.com/posener/complete v1.1.1 04:37:02 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:37:02 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:37:02 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:37:02 go: finding github.com/stretchr/objx v0.1.0 04:37:02 go: finding github.com/stretchr/testify v1.5.1 04:37:02 go: finding github.com/ugorji/go v1.1.4 04:37:02 go: finding github.com/x448/float16 v0.8.4 04:37:02 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:37:02 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:37:02 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:37:02 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:37:02 go: finding golang.org/x/text v0.3.2 04:37:02 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:37:03 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:37:03 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:37:03 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:37:03 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:37:03 go: finding gopkg.in/yaml.v2 v2.2.8 04:37:04 $ docker top afa8299f169ab9c7b34f3c4317e9d290ce6f1b911d041d7659cc2efe44a9a628 -eo pid,comm [Pipeline] { [Pipeline] sh 04:37:04 + docker-compose build --help 04:37:04 + grep parallel 04:37:06 --parallel Build images in parallel. [Pipeline] } 04:37:06 $ docker stop --time=1 afa8299f169ab9c7b34f3c4317e9d290ce6f1b911d041d7659cc2efe44a9a628 04:37:08 $ docker rm -f afa8299f169ab9c7b34f3c4317e9d290ce6f1b911d041d7659cc2efe44a9a628 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:37:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:37:09 . [Pipeline] withDockerContainer 04:37:09 prd-centos7-docker-4c-2g-1529 does not seem to be running inside a container 04:37:09 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:37:11 $ docker top 3aa45d06fe0957846b55d3d812b812a80204cb23a7a7116b06cc07e08197eb37 -eo pid,comm [Pipeline] { [Pipeline] sh 04:37:11 + docker-compose -f ./docker-compose-build.yml build --parallel 04:37:13 Building docker-core-command-go ... 04:37:13 Building docker-core-data-go ... 04:37:13 Building docker-core-metadata-go ... 04:37:13 Building docker-security-proxy-setup-go ... 04:37:13 Building docker-security-secrets-setup-go ... 04:37:13 Building docker-security-secretstore-setup-go ... 04:37:13 Building docker-support-logging-go ... 04:37:13 Building docker-support-notifications-go ... 04:37:13 Building docker-support-scheduler-go ... 04:37:13 Building docker-sys-mgmt-agent-go ... 04:37:13 Building docker-core-command-go 04:37:13 Building docker-support-notifications-go 04:37:13 Building docker-core-metadata-go 04:37:13 Building docker-support-logging-go 04:37:13 Building docker-support-scheduler-go 04:37:25 Removing intermediate container 44c674dd58c2 04:37:25 ---> 0e290c36a9f5 04:37:25 Successfully built 0e290c36a9f5 04:37:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:37:25 + docker inspect -f . ci-base-image-arm64 04:37:25 . [Pipeline] withDockerContainer 04:37:26 prd-ubuntu18.04-docker-arm64-4c-16g-1534 does not seem to be running inside a container 04:37:26 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 04:37:27 $ docker top 9ed605acd119a5bbcdcd92d76d1d12f65eb54494ffbf1e54b21c1d5a4a163f21 -eo pid,comm [Pipeline] { [Pipeline] sh 04:37:28 + go version 04:37:28 go version go1.13.13 linux/arm64 [Pipeline] echo 04:37:28 ========================================================= 04:37:28 [edgeXBuildGoParallel] Running Tests and Build... 04:37:28 ========================================================= [Pipeline] sh 04:37:29 + make test 04:37:29 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:37:32 ? github.com/edgexfoundry/edgex-go [no test files] 04:37:53 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:53 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:37:53 ---> ceb5690d04d1 04:37:53 Step 3/20 : WORKDIR /edgex-go 04:37:54 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:37:54 ---> ceb5690d04d1 04:37:54 Step 3/23 : WORKDIR /edgex-go 04:37:54 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:37:54 ---> ceb5690d04d1 04:37:54 Step 3/21 : WORKDIR /edgex-go 04:37:55 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:37:55 ---> ceb5690d04d1 04:37:55 Step 3/21 : WORKDIR /edgex-go 04:37:55 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:37:55 ---> ceb5690d04d1 04:37:55 Step 3/21 : WORKDIR /edgex-go 04:37:55 ---> Running in 3336b9cf2a10 04:37:55 ---> Running in 996a7576aedb 04:37:55 ---> Running in abc6885415d6 04:37:55 ---> Running in 66b9a9c1a72e 04:37:55 ---> Running in 1f98e268ab05 04:37:56 Removing intermediate container abc6885415d6 04:37:56 ---> 8e0a9c30f1c8 04:37:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:56 Removing intermediate container 3336b9cf2a10 04:37:56 ---> f0adf6623e08 04:37:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:56 Removing intermediate container 66b9a9c1a72e 04:37:56 ---> d6d6812fc41a 04:37:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:56 Removing intermediate container 996a7576aedb 04:37:56 ---> b89fcd73a8c4 04:37:56 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:56 Removing intermediate container 1f98e268ab05 04:37:56 ---> d38c9aedbded 04:37:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:56 ---> Running in 7db55eb220aa 04:37:56 ---> Running in 6e9fa8bc77e1 04:37:56 ---> Running in 70bb65e7ead2 04:37:56 ---> Running in 776dd30e401d 04:37:56 ---> Running in 54fe2825a1cd 04:38:00 Removing intermediate container 70bb65e7ead2 04:38:00 ---> 5a4bc221bcf3 04:38:00 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:38:00 Removing intermediate container 7db55eb220aa 04:38:00 ---> a32ea6342f19 04:38:00 Step 5/21 : RUN apk update && apk add make git 04:38:00 Removing intermediate container 776dd30e401d 04:38:00 ---> 909939ea8eda 04:38:00 Step 5/20 : RUN apk update && apk add make git 04:38:00 Removing intermediate container 6e9fa8bc77e1 04:38:00 ---> c16a3491f417 04:38:00 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:38:00 ---> Running in 41374f2fe19d 04:38:00 ---> Running in ea38bef6d908 04:38:00 ---> Running in 6ba6b91276f8 04:38:00 Removing intermediate container 54fe2825a1cd 04:38:00 ---> a5d54094a45c 04:38:00 Step 5/21 : RUN apk update && apk add make git 04:38:00 ---> Running in b68fb715915a 04:38:00 ---> Running in 6cbd284a4103 04:38:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:03 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:03 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:03 OK: 12749 distinct packages available 04:38:03 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:03 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:03 OK: 12749 distinct packages available 04:38:03 OK: 233 MiB in 51 packages 04:38:03 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:03 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:03 OK: 12749 distinct packages available 04:38:03 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:03 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:03 OK: 12749 distinct packages available 04:38:04 OK: 233 MiB in 51 packages 04:38:04 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:04 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:04 OK: 12749 distinct packages available 04:38:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:38:04 OK: 233 MiB in 51 packages 04:38:04 OK: 233 MiB in 51 packages 04:38:04 OK: 233 MiB in 51 packages 04:38:04 OK: 233 MiB in 51 packages 04:38:05 Removing intermediate container 6ba6b91276f8 04:38:05 ---> 70afbdfdab69 04:38:05 Step 6/21 : COPY go.mod . 04:38:05 Removing intermediate container ea38bef6d908 04:38:05 ---> f2f75a2a9791 04:38:05 Step 6/20 : COPY go.mod . 04:38:05 Removing intermediate container 6cbd284a4103 04:38:05 ---> 3c965080a3b1 04:38:05 Step 6/21 : COPY go.mod . 04:38:05 Removing intermediate container b68fb715915a 04:38:05 ---> 7b3c54d6592b 04:38:05 Step 6/23 : COPY go.mod . 04:38:05 Removing intermediate container 41374f2fe19d 04:38:05 ---> 533f394dd75f 04:38:05 Step 6/21 : COPY go.mod . 04:38:05 ---> 855e902151c9 04:38:05 Step 7/21 : RUN go mod download 04:38:06 ---> ac7d3e886b12 04:38:06 Step 7/20 : RUN go mod download 04:38:06 ---> Running in a9edababf578 04:38:06 ---> Running in 51b9a8dc7fcf 04:38:06 ---> e7d10341cb7a 04:38:06 Step 7/21 : RUN go mod download 04:38:06 ---> c126f1d87dc9 04:38:06 Step 7/23 : RUN go mod download 04:38:06 ---> 788c3804c1db 04:38:06 Step 7/21 : RUN go mod download 04:38:07 ---> Running in 49f6b7243eef 04:38:07 ---> Running in f215a02e53f6 04:38:07 ---> Running in fd25e4555453 04:38:09 Removing intermediate container 49f6b7243eef 04:38:09 ---> 576efe29f917 04:38:09 Step 8/21 : COPY . . 04:38:09 Removing intermediate container 51b9a8dc7fcf 04:38:09 ---> f4eb8e8e1961 04:38:09 Step 8/20 : COPY . . 04:38:09 Removing intermediate container fd25e4555453 04:38:09 ---> 0e8918a3fb3c 04:38:09 Step 8/23 : COPY . . 04:38:10 Removing intermediate container f215a02e53f6 04:38:10 ---> 1aeb001db5d3 04:38:10 Step 8/21 : COPY . . 04:38:14 Removing intermediate container a9edababf578 04:38:14 ---> 73ed85d41edb 04:38:14 Step 8/21 : COPY . . 04:38:16 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:38:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:38:16 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:38:16 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:38:19 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.054s 04:38:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:38:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:38:19 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:38:21 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:38:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:38:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:38:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:38:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:38:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.072s coverage: 46.6% of statements 04:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.187s coverage: 27.3% of statements 04:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.044s coverage: 100.0% of statements 04:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.022s coverage: 100.0% of statements 04:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.369s coverage: 77.5% of statements 04:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] 04:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:38:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.319s coverage: 29.3% of statements 04:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:38:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements 04:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:38:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.022s coverage: 100.0% of statements 04:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:38:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.094s coverage: 89.8% of statements 04:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:38:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.091s coverage: 97.5% of statements 04:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:38:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 100.0% of statements 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:38:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 04:38:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 04:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.188s coverage: 63.5% of statements 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 04:38:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.296s coverage: 55.9% of statements 04:38:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:38:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:38:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:38:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:39:11 ---> d5a00f22347c 04:39:11 Step 9/21 : RUN make cmd/core-command/core-command 04:39:11 ---> cb455d37c3e7 04:39:11 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:39:11 ---> 8b34b8204f5d 04:39:11 Step 9/21 : RUN make cmd/support-logging/support-logging 04:39:11 ---> 0ac00738ed1e 04:39:11 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:39:11 ---> Running in d04cb61f649f 04:39:11 ---> Running in 77fb626fe8d3 04:39:11 ---> Running in 279142a9b93b 04:39:11 ---> Running in c2d797699037 04:39:11 ---> 4a0b623cd4f4 04:39:11 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:39:11 ---> Running in c3c091d21d46 04:39: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 04:39:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:39:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:39:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:39:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 22.521s coverage: 86.3% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.018s coverage: 72.2% of statements 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.341s coverage: 72.1% of statements 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.046s coverage: 82.4% of statements 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.034s coverage: 48.4% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.024s coverage: 28.8% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.042s coverage: 96.8% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.159s coverage: 26.9% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.278s coverage: 84.1% of statements 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.025s coverage: 100.0% of statements 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.031s coverage: 43.1% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.036s coverage: 100.0% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.043s coverage: 83.8% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.084s coverage: 46.1% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.021s coverage: 100.0% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.108s coverage: 100.0% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.067s coverage: 100.0% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.171s coverage: 29.1% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/system 0.012s coverage: 0.0% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.015s coverage: 100.0% of statements 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.021s coverage: 87.9% of statements 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.016s coverage: 100.0% of statements 04:39:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.020s coverage: 32.1% of statements 04:39:24 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.025s coverage: 100.0% of statements 04:39:25 GO111MODULE=on go vet ./... 04:39:43 gofmt -l . 04:39:44 [ "`gofmt -l .`" = "" ] 04:39:47 ./bin/test-go-mod-tidy.sh 04:39:47 ./bin/test-attribution-txt.sh [Pipeline] sh 04:39:51 + ls -al . 04:39:51 total 588 04:39:51 drwxrwxr-x 10 1001 1001 4096 Jul 30 04:39 . 04:39:51 drwxr-xr-x 4 root root 4096 Jul 30 04:37 .. 04:39:51 -rw-rw-r-- 1 1001 1001 11 Jul 30 04:35 .dockerignore 04:39:51 drwxrwxr-x 8 1001 1001 4096 Jul 30 04:35 .git 04:39:51 drwxrwxr-x 3 1001 1001 4096 Jul 30 04:35 .github 04:39:51 -rw-rw-r-- 1 1001 1001 932 Jul 30 04:35 .gitignore 04:39:51 drwxrwxr-x 3 1001 1001 4096 Jul 30 04:35 .semver 04:39:51 -rw-rw-r-- 1 1001 1001 166 Jul 30 04:35 .sonarcloud.properties 04:39:51 -rw-rw-r-- 1 1001 1001 3804 Jul 30 04:35 CONTRIBUTING.md 04:39:51 -rw-rw-r-- 1 1001 1001 1035 Jul 30 04:35 Dockerfile.build 04:39:51 -rw-rw-r-- 1 1001 1001 865 Jul 30 04:35 Jenkinsfile 04:39:51 -rw-rw-r-- 1 1001 1001 10775 Jul 30 04:35 LICENSE 04:39:51 -rw-rw-r-- 1 1001 1001 6237 Jul 30 04:35 Makefile 04:39:51 -rw-rw-r-- 1 1001 1001 5652 Jul 30 04:35 README.md 04:39:51 -rw-rw-r-- 1 1001 1001 7111 Jul 30 04:35 SECURITY.md 04:39:51 -rw-rw-r-- 1 1001 1001 5 Jul 30 04:32 VERSION 04:39:51 -rw-rw-r-- 1 1001 1001 4131 Jul 30 04:35 ZMQWindows.md 04:39:51 drwxrwxr-x 2 1001 1001 4096 Jul 30 04:35 bin 04:39:51 drwxrwxr-x 15 1001 1001 4096 Jul 30 04:35 cmd 04:39:51 -rw-r--r-- 1 root root 457776 Jul 30 04:39 coverage.out 04:39:51 -rw-r--r-- 1 root root 1019 Jul 30 04:39 go.mod 04:39:51 -rw-r--r-- 1 root root 19185 Jul 30 04:39 go.sum 04:39:51 drwxrwxr-x 8 1001 1001 4096 Jul 30 04:35 internal 04:39:51 drwxrwxr-x 4 1001 1001 4096 Jul 30 04:35 openapi 04:39:51 drwxrwxr-x 4 1001 1001 4096 Jul 30 04:35 snap 04:39:51 -rw-rw-r-- 1 1001 1001 168 Jul 30 04:35 version.go [Pipeline] sh 04:39:51 + '[' -e coverage.out ] 04:39:51 + chown 1001:1001 coverage.out [Pipeline] stash 04:39:52 Warning: overwriting stash ‘coverage-report’ 04:39:53 Stashed 1 file(s) [Pipeline] sh 04:39:53 + make build 04:39:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:40:09 Removing intermediate container d04cb61f649f 04:40:09 ---> 6e64d9fbfa5a 04:40:09 04:40:09 Step 10/21 : FROM scratch 04:40:09 ---> 04:40:09 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:40:09 ---> Running in 31bedcb5f158 04:40:09 Removing intermediate container 77fb626fe8d3 04:40:09 ---> ba7783f9a202 04:40:09 04:40:09 Step 10/21 : FROM scratch 04:40:09 ---> 04:40:09 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:40:09 Removing intermediate container 279142a9b93b 04:40:09 ---> 7d5170157455 04:40:09 04:40:09 Step 10/20 : FROM scratch 04:40:09 ---> 04:40:09 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:40:09 Removing intermediate container c2d797699037 04:40:09 ---> 4dc04f73dee0 04:40:09 04:40:09 Step 10/23 : FROM scratch 04:40:09 ---> 04:40:09 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:40:09 ---> Running in 54a96e332617 04:40:09 ---> Running in 8a119073fd9c 04:40:09 ---> Running in 5c3c2247cab7 04:40:09 Removing intermediate container 31bedcb5f158 04:40:09 ---> ca36c9fa5d0f 04:40:09 Step 12/21 : ENV APP_PORT=48061 04:40:09 ---> Running in f31dc1833ded 04:40:09 Removing intermediate container 8a119073fd9c 04:40:09 ---> 780c02313e37 04:40:09 Step 12/20 : ENV APP_PORT=48085 04:40:09 Removing intermediate container 54a96e332617 04:40:09 ---> 7573f8064922 04:40:09 Step 12/21 : ENV APP_PORT=48082 04:40:09 Removing intermediate container 5c3c2247cab7 04:40:09 ---> e7268cc31a99 04:40:09 Step 12/23 : ENV APP_PORT=48060 04:40:09 Removing intermediate container c3c091d21d46 04:40:09 ---> fed60a93377a 04:40:09 04:40:09 Step 10/21 : FROM scratch 04:40:09 ---> 04:40:09 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:40:09 ---> Running in aeadb36a3612 04:40:09 ---> Running in 211db4a84fa1 04:40:09 ---> Using cache 04:40:09 ---> 780c02313e37 04:40:09 Step 12/21 : ENV APP_PORT=48081 04:40:10 Removing intermediate container f31dc1833ded 04:40:10 ---> 134429547f50 04:40:10 Step 13/21 : EXPOSE $APP_PORT 04:40:10 ---> Running in 1f5feb1625a9 04:40:10 ---> Running in ff53584bbadc 04:40:10 ---> Running in 9f94f37bfc35 04:40:10 Removing intermediate container 211db4a84fa1 04:40:10 ---> d31e3159118a 04:40:10 Step 13/20 : EXPOSE $APP_PORT 04:40:11 Removing intermediate container aeadb36a3612 04:40:11 ---> f89d547ce446 04:40:11 Step 13/21 : EXPOSE $APP_PORT 04:40:11 ---> Running in 3c31e7f43f12 04:40:11 ---> Running in d52f57c6f0e8 04:40:11 Removing intermediate container ff53584bbadc 04:40:11 ---> 8c3d543c2cf7 04:40:11 Step 13/21 : EXPOSE $APP_PORT 04:40:11 Removing intermediate container 1f5feb1625a9 04:40:11 ---> c767e537b815 04:40:11 Step 13/23 : EXPOSE $APP_PORT 04:40:11 ---> Running in da9e2d49c246 04:40:11 Removing intermediate container 9f94f37bfc35 04:40:11 ---> ae6977808749 04:40:11 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:40:11 ---> Running in b2b6c13fbf70 04:40:11 Removing intermediate container 3c31e7f43f12 04:40:11 ---> 89ab76048814 04:40:11 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:40:11 Removing intermediate container d52f57c6f0e8 04:40:11 ---> 4491cd3cb5f5 04:40:11 Step 14/21 : WORKDIR / 04:40:11 ---> Running in f4da5deca515 04:40:11 Removing intermediate container da9e2d49c246 04:40:11 ---> 021e8d51eb1c 04:40:11 Step 14/21 : WORKDIR / 04:40:11 Removing intermediate container b2b6c13fbf70 04:40:11 ---> 47ae7db601df 04:40:11 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:40:11 ---> Running in 0c4753ed0649 04:40:11 ---> 52805365be55 04:40:11 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:40:11 ---> 85c840e34207 04:40:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:40:11 Removing intermediate container f4da5deca515 04:40:11 ---> 4cd6987fc4f7 04:40:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:40:12 Removing intermediate container 0c4753ed0649 04:40:12 ---> 5758936c2343 04:40:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:40:12 ---> c9c72e91343f 04:40:12 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:40:12 ---> 6129b39a0bf3 04:40:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:40:12 ---> c54a5344983a 04:40:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:40:13 ---> 35a2d368202a 04:40:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:40:13 ---> 655f23c69727 04:40:13 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:40:13 ---> c827b4052fac 04:40:13 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:40:13 ---> 2d317aa0f627 04:40:13 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:40:13 ---> 9f850bca0891 04:40:13 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:40:14 ---> 6a18e2a2dbfa 04:40:14 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:40:14 ---> Running in ef74526bb28f 04:40:14 ---> 91cffd05c299 04:40:14 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:40:14 ---> 2772ef7e3dcf 04:40:14 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:40:14 ---> Running in 977aebbf8075 04:40:15 ---> 557a55c1a74f 04:40:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:40:15 ---> 2ff9da4c3ebb 04:40:15 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:40:15 ---> Running in 8e6103e4da73 04:40:15 Removing intermediate container ef74526bb28f 04:40:15 ---> 6c62622218c5 04:40:15 Step 18/20 : LABEL arch=x86_64 04:40:15 Removing intermediate container 977aebbf8075 04:40:15 ---> 5e15c4640237 04:40:15 Step 19/21 : LABEL arch=x86_64 04:40:15 ---> Running in 1c8572db7998 04:40:15 ---> Running in 3cfebb5c06c8 04:40:15 Removing intermediate container 8e6103e4da73 04:40:15 ---> 3314049a37cf 04:40:15 Step 19/21 : LABEL arch=x86_64 04:40:15 ---> e24c707ed7fd 04:40:15 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:40:15 ---> 928fef78ab3a 04:40:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:40:15 ---> Running in ef224787c78d 04:40:15 ---> Running in f13f00188cec 04:40:15 Removing intermediate container 1c8572db7998 04:40:15 ---> 22a0aa0f15cd 04:40:15 Step 19/20 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 04:40:15 Removing intermediate container 3cfebb5c06c8 04:40:15 ---> da50949e554f 04:40:15 Step 20/21 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 04:40:16 ---> Running in 10abcf37d267 04:40:16 ---> Running in 82fc6e7ad086 04:40:16 Removing intermediate container ef224787c78d 04:40:16 ---> c492ea6ceb37 04:40:16 Step 19/21 : LABEL arch=x86_64 04:40:16 Removing intermediate container f13f00188cec 04:40:16 ---> 230c1babd66c 04:40:16 Step 20/21 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 04:40:16 ---> Running in b01ee57da1a0 04:40:16 ---> Running in cb17e2704d7a 04:40:16 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:40:16 Removing intermediate container 10abcf37d267 04:40:16 ---> 2995e176606a 04:40:16 Step 21/21 : LABEL version=0.0.0 04:40:16 Removing intermediate container 82fc6e7ad086 04:40:16 ---> ac934d80b198 04:40:16 Step 20/20 : LABEL version=0.0.0 04:40:16 ---> 704b68f91b30 04:40:16 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:40:17 ---> Running in 8de22f3234ae 04:40:17 ---> Running in e51ad6399d9d 04:40:17 ---> 5aa4ec94bf24 04:40:17 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:40:17 Removing intermediate container cb17e2704d7a 04:40:17 ---> 2d84892d7820 04:40:17 Step 21/21 : LABEL version=0.0.0 04:40:17 Removing intermediate container b01ee57da1a0 04:40:17 ---> b86b5d850bce 04:40:17 Step 20/21 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 04:40:17 ---> Running in bc513f89ab71 04:40:17 ---> Running in a2081efa9a97 04:40:17 Removing intermediate container 8de22f3234ae 04:40:17 ---> 5698039a5a82 04:40:17 04:40:17 Removing intermediate container e51ad6399d9d 04:40:17 ---> 691bce7d580d 04:40:17 04:40:17 ---> Running in 185cb351d969 04:40:17 Successfully built 691bce7d580d 04:40:17 Successfully tagged docker-support-scheduler-go:latest 04:40:17  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 04:40:17 Successfully built 5698039a5a82 04:40:17 Removing intermediate container a2081efa9a97 04:40:17 ---> 0ccc85890f78 04:40:17 Step 21/23 : LABEL arch=x86_64 04:40:18 Successfully tagged docker-core-command-go:latest 04:40:18 Removing intermediate container bc513f89ab71 04:40:18 ---> 3e4c24a31da3 04:40:18 04:40:18  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 04:40:18 Removing intermediate container 185cb351d969 04:40:18 ---> ecd9ef2bcb50 04:40:18 Step 21/21 : LABEL version=0.0.0 04:40:18 Successfully built 3e4c24a31da3 04:40:18 ---> Running in 9601e79c2825 04:40:18 Successfully tagged docker-support-logging-go:latest 04:40:18 Building docker-sys-mgmt-agent-go 04:40:18 ---> Running in 62127ef34067 04:40:18  Building docker-support-logging-go ... done Removing intermediate container 9601e79c2825 04:40:18 ---> 154f5fa31c30 04:40:18 Step 22/23 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 04:40:18 Removing intermediate container 62127ef34067 04:40:18 ---> 5ab44fc3c485 04:40:18 04:40:18 ---> Running in 13d6fa6a2d68 04:40:18 Successfully built 5ab44fc3c485 04:40:18 Successfully tagged docker-core-metadata-go:latest 04:40:18  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go 04:40:19 Removing intermediate container 13d6fa6a2d68 04:40:19 ---> 55ff2121193c 04:40:19 Step 23/23 : LABEL version=0.0.0 04:40:19 ---> Running in 3f20bb4753cb 04:40:20 Removing intermediate container 3f20bb4753cb 04:40:20 ---> f9499e173d80 04:40:20 04:40:20 Successfully built f9499e173d80 04:40:20 Successfully tagged docker-support-notifications-go:latest 04:40:20  Building docker-support-notifications-go ... done Building docker-core-data-go 04:40:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:40:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:40:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:40:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:40:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:40:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:40:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:40:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:40:59 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:40:59 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:40:59 04:40:59 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpineStep 2/20 : FROM ${BUILDER_BASE} AS builder 04:40:59 04:40:59 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:40:59 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:40:59 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:40:59 ---> ceb5690d04d1 04:40:59 Step 3/26 : WORKDIR /edgex-go 04:40:59 ---> ceb5690d04d1 04:40:59 ---> ceb5690d04d1 04:40:59 Step 3/26 : WORKDIR /edgex-go ---> Using cache 04:40:59 ---> d38c9aedbded 04:40:59 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:40:59 Step 3/29 : WORKDIR /edgex-go 04:40:59 04:40:59 ---> Using cache 04:40:59 ---> d38c9aedbded 04:40:59 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:40:59 ---> Using cache 04:40:59 ---> d38c9aedbded 04:40:59 Step 4/29 : RUN apk update && apk add make git 04:40:59 ---> ceb5690d04d1 04:40:59 Step 3/20 : WORKDIR /edgex-go 04:40:59 ---> Using cache 04:40:59 ---> d38c9aedbded 04:40:59 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:40:59 ---> Using cache 04:40:59 ---> a5d54094a45c 04:40:59 Step 5/20 : RUN apk update && apk add make git 04:40:59 ---> Using cache 04:40:59 ---> a5d54094a45c 04:40:59 Step 5/26 : RUN apk update && apk add make git 04:40:59 ---> Using cache 04:40:59 ---> 3c965080a3b1 04:40:59 Step 6/26 : COPY go.mod . 04:40:59 ---> Using cache 04:40:59 ---> 3c965080a3b1 04:40:59 Step 6/20 : COPY go.mod . 04:40:59 ---> Using cache 04:40:59 ---> a5d54094a45c 04:40:59 Step 5/26 : RUN apk update && apk add make bash git 04:40:59 ---> Using cache 04:40:59 ---> e7d10341cb7a 04:40:59 Step 7/20 : RUN go mod download 04:40:59 ---> Using cache 04:40:59 ---> e7d10341cb7a 04:40:59 Step 7/26 : RUN go mod download 04:40:59 ---> Using cache 04:40:59 ---> 576efe29f917 04:40:59 Step 8/20 : COPY . . 04:40:59 ---> Using cache 04:40:59 ---> 576efe29f917 04:40:59 Step 8/26 : COPY . . 04:40:59 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:40:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:40:59 ---> ceb5690d04d1 04:40:59 Step 3/22 : WORKDIR /edgex-go 04:40:59 ---> Using cache 04:40:59 ---> d38c9aedbded 04:40:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:40:59 ---> Using cache 04:40:59 ---> a5d54094a45c 04:40:59 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:40:59 ---> Using cache 04:40:59 ---> d5a00f22347c 04:40:59 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:40:59 ---> Using cache 04:40:59 ---> d5a00f22347c 04:40:59 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:40:59 ---> Running in ff0d4f65a1eb 04:40:59 ---> Running in 1c16b653acb1 04:40:59 ---> Running in 3cb67b447fbf 04:40:59 ---> Running in b3f29ad389ba 04:40:59 ---> Running in 8f18b677f10f 04:41:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:41:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:41:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:41:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:41:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:41:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:41:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:41:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:41:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:41:03 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:03 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:03 OK: 12749 distinct packages available 04:41:03 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:03 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:03 OK: 12749 distinct packages available 04:41:03 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:03 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:03 OK: 12749 distinct packages available 04:41:04 OK: 233 MiB in 51 packages 04:41:04 OK: 233 MiB in 51 packages 04:41:04 OK: 233 MiB in 51 packages 04:41:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:41:07 Removing intermediate container 1c16b653acb1 04:41:07 ---> ddc539ee14d3 04:41:07 Step 5/29 : COPY go.mod . 04:41:07 Removing intermediate container ff0d4f65a1eb 04:41:07 ---> 7d4b7cf21838 04:41:07 Step 6/22 : COPY go.mod . 04:41:07 Removing intermediate container b3f29ad389ba 04:41:07 ---> 8fa2ab34ff12 04:41:07 Step 6/26 : COPY go.mod . 04:41:08 ---> fe85a8de1384 04:41:08 Step 6/29 : RUN go mod download 04:41:08 ---> caf669148d51 04:41:08 Step 7/22 : RUN go mod download 04:41:08 ---> Running in 9373ee5a017a 04:41:08 ---> 818e7031435e 04:41:08 Step 7/26 : RUN go mod download 04:41:08 ---> Running in 0f624f677f16 04:41:08 ---> Running in fef3ad1e2bd5 04:41:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:41:14 $ docker stop --time=1 9ed605acd119a5bbcdcd92d76d1d12f65eb54494ffbf1e54b21c1d5a4a163f21 04:41:14 Removing intermediate container 0f624f677f16 04:41:14 ---> 068e23610fd9 04:41:14 Step 8/22 : COPY . . 04:41:14 Removing intermediate container 9373ee5a017a 04:41:14 ---> 7a8a9f4e5eee 04:41:14 Step 7/29 : COPY . . 04:41:14 Removing intermediate container fef3ad1e2bd5 04:41:14 ---> acd1fba9586b 04:41:14 Step 8/26 : COPY . . 04:41:17 $ docker rm -f 9ed605acd119a5bbcdcd92d76d1d12f65eb54494ffbf1e54b21c1d5a4a163f21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:41:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:18 04:41:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:41:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:19 latest: Pulling from edgex-devops/edgex-compose-arm64 04:41:19 29e5d40040c1: Pulling fs layer 04:41:19 1ce36da41761: Pulling fs layer 04:41:19 25b303627fd3: Pulling fs layer 04:41:19 29e5d40040c1: Verifying Checksum 04:41:19 29e5d40040c1: Download complete 04:41:20 1ce36da41761: Verifying Checksum 04:41:20 1ce36da41761: Download complete 04:41:20 29e5d40040c1: Pull complete 04:41:21 1ce36da41761: Pull complete 04:41:21 25b303627fd3: Verifying Checksum 04:41:21 25b303627fd3: Download complete 04:41:31 25b303627fd3: Pull complete 04:41:31 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:41:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:41:32 prd-ubuntu18.04-docker-arm64-4c-16g-1534 does not seem to be running inside a container 04:41:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 04:41:35 $ docker top c1f240cf4b4f328b8900f4d07114864f4b143b9983e5aa7a703f9dda2284bc60 -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:36 + docker-compose+ buildgrep --help parallel 04:41:36 04:41:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:41:40 --parallel Build images in parallel. [Pipeline] } 04:41:40 $ docker stop --time=1 c1f240cf4b4f328b8900f4d07114864f4b143b9983e5aa7a703f9dda2284bc60 04:41:42 $ docker rm -f c1f240cf4b4f328b8900f4d07114864f4b143b9983e5aa7a703f9dda2284bc60 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:41:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:43 . [Pipeline] withDockerContainer 04:41:43 prd-ubuntu18.04-docker-arm64-4c-16g-1534 does not seem to be running inside a container 04:41:43 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:41:44 $ docker top 253289a290c4d14107b84939caa4c082b3ef8c32e62a48c230a502aa145e01db -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:45 + docker-compose -f ./docker-compose-build.yml build --parallel 04:41:50 Building docker-core-command-go ... 04:41:50 Building docker-core-data-go ... 04:41:50 Building docker-core-metadata-go ... 04:41:50 Building docker-security-proxy-setup-go ... 04:41:50 Building docker-security-secrets-setup-go ... 04:41:50 Building docker-security-secretstore-setup-go ... 04:41:50 Building docker-support-logging-go ... 04:41:50 Building docker-support-notifications-go ... 04:41:50 Building docker-support-scheduler-go ... 04:41:50 Building docker-sys-mgmt-agent-go ... 04:41:50 Building docker-security-secretstore-setup-go 04:41:50 Building docker-support-notifications-go 04:41:50 Building docker-support-scheduler-go 04:41:50 Building docker-support-logging-go 04:41:50 Building docker-security-secrets-setup-go 04:42:00 Removing intermediate container 3cb67b447fbf 04:42:00 ---> c57a39febc3b 04:42:00 04:42:00 Step 10/20 : FROM alpine 04:42:00 latest: Pulling from library/alpine 04:42:00 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:42:00 Status: Downloaded newer image for alpine:latest 04:42:00 ---> a24bb4013296 04:42:00 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:42:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:42:01 ---> Running in 79bd0fcc8098 04:42:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:04 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:42:04 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:42:04 OK: 12749 distinct packages available 04:42:05 (1/4) Installing ca-certificates (20191127-r4) 04:42:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:42:05 (3/4) Installing libcurl (7.69.1-r0) 04:42:05 (4/4) Installing curl (7.69.1-r0) 04:42:05 Executing busybox-1.31.1-r16.trigger 04:42:05 Executing ca-certificates-20191127-r4.trigger 04:42:05 OK: 7 MiB in 18 packages 04:42:06 ---> 1a4bd9e97aa3 04:42:06 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:42:06 ---> 4774ef67271e 04:42:06 Step 9/22 : RUN make cmd/core-data/core-data 04:42:06 ---> 76d2a6c69d59 04:42:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:42:06 ---> Running in 86437a545e44 04:42:06 ---> Running in 704281f84d3a 04:42:06 ---> Running in b3ac91c30599 04:42:07 Removing intermediate container 79bd0fcc8098 04:42:07 ---> 75e3f9952ba7 04:42:07 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:42:07 ---> Running in 68a1e2a620d0 04:42:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:42:08 Removing intermediate container 68a1e2a620d0 04:42:08 ---> 203adbda3de5 04:42:08 Step 13/20 : WORKDIR /edgex 04:42:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:42:08 ---> Running in a96d5a0773bb 04:42:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:42:10 Removing intermediate container a96d5a0773bb 04:42:10 ---> ede073a85a3a 04:42:10 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:42:11 ---> 7594db790f3f 04:42:11 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:42:13 Removing intermediate container 8f18b677f10f 04:42:13 ---> 20647b4bdc86 04:42:13 04:42:13 Step 10/26 : FROM alpine:3.10 04:42:13 ---> 533b99f5e743 04:42:13 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:42:13 3.10: Pulling from library/alpine 04:42:13 ---> Running in 205d6a1180bc 04:42:14 Removing intermediate container 205d6a1180bc 04:42:14 ---> 8ccc5fd80b36 04:42:14 Step 17/20 : CMD ["--init=true"] 04:42:14 ---> Running in 89ae6593b2c5 04:42:16 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:42:16 Removing intermediate container 89ae6593b2c5 04:42:16 ---> 737de91db700 04:42:16 Step 18/20 : LABEL arch=x86_64 04:42:16 Status: Downloaded newer image for alpine:3.10 04:42:16 ---> be4e4bea2c2e 04:42:16 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:42:16 ---> Running in feef60afb9cb 04:42:16 ---> Running in 9cffde273f76 04:42:17 Removing intermediate container 9cffde273f76 04:42:17 ---> 58b134bccbb6 04:42:17 Step 19/20 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 04:42:17 ---> Running in d83d6a188e3e 04:42:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:42:17 Removing intermediate container d83d6a188e3e 04:42:17 ---> d344b94d59fc 04:42:17 Step 20/20 : LABEL version=0.0.0 04:42:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:42:17 ---> Running in 5fcb18a98105 04:42:17 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:42:17 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:42:17 OK: 10346 distinct packages available 04:42:18 Removing intermediate container 5fcb18a98105 04:42:18 ---> b022fa235c3a 04:42:18 04:42:18 (1/5) Installing ca-certificates (20191127-r2) 04:42:18 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:42:18 (3/5) Installing libcurl (7.66.0-r0) 04:42:18 (4/5) Installing curl (7.66.0-r0) 04:42:18 (5/5) Installing dumb-init (1.2.2-r1) 04:42:18 Executing busybox-1.30.1-r3.trigger 04:42:18 Executing ca-certificates-20191127-r2.trigger 04:42:18 Successfully built b022fa235c3a 04:42:18 Successfully tagged docker-security-proxy-setup-go:latest 04:42:18 OK: 7 MiB in 19 packages 04:42:20  Building docker-security-proxy-setup-go ... done Removing intermediate container feef60afb9cb 04:42:20 ---> 410fe0ac43f7 04:42:20 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:42:20 ---> Running in 7836702f76f8 04:42:21 Removing intermediate container 7836702f76f8 04:42:21 ---> 0ce2d45d4229 04:42:21 Step 13/26 : WORKDIR / 04:42:21 ---> Running in ea6c911ee27e 04:42:21 Removing intermediate container ea6c911ee27e 04:42:21 ---> 20bc0fabf4d6 04:42:21 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:42:22 ---> 6299ed80cbdf 04:42:22 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:42:23 ---> aeaee2a11cff 04:42:23 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:42:24 ---> 2f34cf8d884d 04:42:24 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:42:25 ---> 2e84b67124a0 04:42:25 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:42:28 ---> 64bd669de14b 04:42:28 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:42:30 ---> b7300e03d1c8 04:42:30 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:42:32 ---> c7876b05dbf7 04:42:32 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:42:34 ---> b7ed33b3b509 04:42:34 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:42:34 ---> Running in 650fbe783b9a 04:42:35 Removing intermediate container 86437a545e44 04:42:35 ---> 7f02565a676c 04:42:35 04:42:35 Step 9/29 : FROM alpine:latest 04:42:35 ---> a24bb4013296 04:42:35 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:42:35 ---> Running in ed7d920feec5 04:42:35 Removing intermediate container ed7d920feec5 04:42:35 ---> 1d07e6118ba1 04:42:35 Step 11/29 : USER root 04:42:36 ---> Running in 14746f3c0436 04:42:36 Removing intermediate container 14746f3c0436 04:42:36 ---> e8db87771709 04:42:36 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:42:36 ---> Running in c72cde42977b 04:42:38 Removing intermediate container 650fbe783b9a 04:42:38 ---> b041a94bee9e 04:42:38 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:42:38 ---> Running in f16ee1983c19 04:42:38 Removing intermediate container b3ac91c30599 04:42:38 ---> fb7313948ba3 04:42:38 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:42:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:39 ---> Running in 17eb88400483 04:42:39 Removing intermediate container f16ee1983c19 04:42:39 ---> 49b567b24d2c 04:42:39 Step 24/26 : LABEL arch=x86_64 04:42:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:39 ---> Running in f4301c4eb498 04:42:40 Removing intermediate container f4301c4eb498 04:42:40 ---> b229b6f8ed1f 04:42:40 Step 25/26 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 04:42:40 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:42:40 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:42:40 OK: 12749 distinct packages available 04:42:40 ---> Running in f60c014e351f 04:42:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:42:40 (1/2) Installing ca-certificates (20191127-r4) 04:42:40 (2/2) Installing dumb-init (1.2.2-r1) 04:42:40 Executing busybox-1.31.1-r16.trigger 04:42:40 Executing ca-certificates-20191127-r4.trigger 04:42:40 OK: 6 MiB in 16 packages 04:42:40 Removing intermediate container f60c014e351f 04:42:40 ---> d524ef1e866d 04:42:40 Step 26/26 : LABEL version=0.0.0 04:42:41 ---> Running in e5bdee01cf3d 04:42:42 Removing intermediate container e5bdee01cf3d 04:42:42 ---> d1b4e1e445b6 04:42:42 04:42:42 Successfully built d1b4e1e445b6 04:42:42 Successfully tagged docker-security-secretstore-setup-go:latest 04:42:42  Building docker-security-secretstore-setup-go ... done Removing intermediate container c72cde42977b 04:42:42 ---> e0485767bef2 04:42:42 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:42:43 ---> Running in ca95706a7f09 04:42:45 Removing intermediate container ca95706a7f09 04:42:45 ---> 62966d5622e9 04:42:45 Step 14/29 : WORKDIR $BASE_DIR 04:42:45 Removing intermediate container 17eb88400483 04:42:45 ---> 826752079524 04:42:45 04:42:45 Step 11/26 : FROM docker:latest 04:42:45 ---> 81f5749c9058 04:42:45 Step 12/26 : RUN apk add --no-cache bash 04:42:45 ---> Running in c2077fb06003 04:42:45 ---> Running in 93ff933bd23d 04:42:45 Removing intermediate container 93ff933bd23d 04:42:45 ---> f700d3d3dd34 04:42:45 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:42:45 ---> Running in cfcf90a512b1 04:42:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:46 (1/2) Installing readline (8.0.4-r0) 04:42:46 (2/2) Installing bash (5.0.17-r0) 04:42:46 Executing bash-5.0.17-r0.post-install 04:42:46 Executing busybox-1.31.1-r16.trigger 04:42:46 OK: 12 MiB in 22 packages 04:42:48 Removing intermediate container 704281f84d3a 04:42:48 ---> 3a8273c4fcf5 04:42:48 04:42:48 Step 10/22 : FROM alpine 04:42:48 ---> a24bb4013296 04:42:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:42:48 Removing intermediate container cfcf90a512b1 04:42:48 ---> 567cc5d0cc87 04:42:48 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:42:48 ---> Running in 781dd5d5eef8 04:42:48 Removing intermediate container c2077fb06003 04:42:48 ---> 0724e0b3d888 04:42:48 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:42:48 ---> Running in e7d89338765c 04:42:49 Removing intermediate container 781dd5d5eef8 04:42:49 ---> 56ff6c812f92 04:42:49 Step 12/22 : ENV APP_PORT=48080 04:42:49 ---> Running in fb9951e93cff 04:42:49 ---> 70a213a69280 04:42:49 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:42:49 Removing intermediate container fb9951e93cff 04:42:49 ---> ec1b23555ba6 04:42:49 Step 13/22 : EXPOSE $APP_PORT 04:42:49 ---> Running in 76e8023c149a 04:42:49 ---> 746b9703cd45 04:42:49 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:42:50 Removing intermediate container 76e8023c149a 04:42:50 ---> 44207b39c87b 04:42:50 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:50 ---> Running in ffd1811ce33f 04:42:50 ---> aaeafb56d2d5 04:42:50 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:42:51 Removing intermediate container e7d89338765c 04:42:51 ---> da0d7b854173 04:42:51 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:42:51 ---> Running in 8a7334472603 04:42:51 ---> 21e8e35c6f2e 04:42:51 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:42:51 Removing intermediate container 8a7334472603 04:42:51 ---> 20fa76822361 04:42:51 Step 15/26 : ENV APP_PORT=48090 04:42:51 ---> Running in 8ad1ae60bd1a 04:42:52 Removing intermediate container 8ad1ae60bd1a 04:42:52 ---> d4a811cdff16 04:42:52 Step 16/26 : EXPOSE $APP_PORT 04:42:52 ---> 3245d718094b 04:42:52 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:42:52 ---> Running in c022b0422865 04:42:52 ---> Running in 7a3e437efb87 04:42:52 Removing intermediate container ffd1811ce33f 04:42:52 ---> 8b892965f1f0 04:42:52 Step 15/22 : RUN apk --no-cache add zeromq 04:42:52 ---> Running in 7b004452a116 04:42:52 Removing intermediate container c022b0422865 04:42:52 ---> bcc5671c4b00 04:42:52 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:42:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:53 ---> 6de000269fc9 04:42:53 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:42:55 ---> 048f2acf7359 04:42:55 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:42:55 Removing intermediate container 7a3e437efb87 04:42:55 ---> 9b87607ed5d6 04:42:55 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:42:56 ---> 04fd0f6d88b1 04:42:56 ---> 4a5d98cdc691 04:42:56 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:42:56 Step 20/26 : RUN apk --no-cache add py-pip 04:42:56 ---> Running in 7674820d6629 04:42:56 ---> Running in 99af53a2d479 04:42:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:57 (1/33) Installing libbz2 (1.0.8-r1) 04:42:57 (2/33) Installing expat (2.2.9-r1) 04:42:57 (3/33) Installing libffi (3.3-r2) 04:42:57 (4/33) Installing gdbm (1.13-r1) 04:42:57 (5/33) Installing xz-libs (5.2.5-r0) 04:42:57 (6/33) Installing sqlite-libs (3.32.1-r0) 04:42:57 (7/33) Installing python3 (3.8.5-r0) 04:42:58 Removing intermediate container 99af53a2d479 04:42:58 ---> 5e5cda44d841 04:42:58 Step 24/29 : RUN chmod 755 security-secrets-setup 04:43:00 ---> Running in f8c1ac781037 04:43:00 (8/33) Installing py3-appdirs (1.4.4-r1) 04:43:00 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:43:00 (10/33) Installing py3-parsing (2.4.7-r0) 04:43:00 (11/33) Installing py3-six (1.15.0-r0) 04:43:00 (12/33) Installing py3-packaging (20.4-r0) 04:43:00 (13/33) Installing py3-setuptools (47.0.0-r0) 04:43:00 (14/33) Installing py3-chardet (3.0.4-r4) 04:43:00 (15/33) Installing py3-idna (2.9-r0) 04:43:00 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:43:00 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:43:00 (18/33) Installing py3-requests (2.23.0-r0) 04:43:00 (19/33) Installing py3-msgpack (1.0.0-r0) 04:43:00 (20/33) Installing py3-lockfile (0.12.2-r3) 04:43:00 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:43:00 (22/33) Installing py3-colorama (0.4.3-r0) 04:43:00 (23/33) Installing py3-distlib (0.3.0-r0) 04:43:00 (24/33) Installing py3-distro (1.5.0-r1) 04:43:00 (25/33) Installing py3-webencodings (0.5.1-r3) 04:43:00 (26/33) Installing py3-html5lib (1.0.1-r4) 04:43:00 (27/33) Installing py3-pytoml (0.1.21-r0) 04:43:00 (28/33) Installing py3-pep517 (0.8.2-r0) 04:43:00 (29/33) Installing py3-progress (1.5-r0) 04:43:00 (30/33) Installing py3-toml (0.10.1-r0) 04:43:00 (31/33) Installing py3-retrying (1.3.3-r0) 04:43:00 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:43:00 (33/33) Installing py3-pip (20.1.1-r0) 04:43:01 Executing busybox-1.31.1-r16.trigger 04:43:01 OK: 71 MiB in 55 packages 04:43:04 Removing intermediate container f8c1ac781037 04:43:04 ---> 30f89acd393a 04:43:04 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:43:04 ---> Running in 806b40bbc717 04:43:06 Removing intermediate container 806b40bbc717 04:43:06 ---> ad2502d91f24 04:43:06 Step 26/29 : CMD [ "generate" ] 04:43:08 ---> Running in 24b5e29a7700 04:43:08 Removing intermediate container 7674820d6629 04:43:08 ---> e83e51dff845 04:43:08 Step 21/26 : RUN pip install docker-compose==1.23.2 04:43:08 ---> Running in 41c92926a9ab 04:43:08 Removing intermediate container 24b5e29a7700 04:43:08 ---> 8d5f7f53fd90 04:43:08 Step 27/29 : LABEL arch=x86_64 04:43:08 ---> Running in bfa87f5404a5 04:43:09 Removing intermediate container bfa87f5404a5 04:43:09 ---> 7a18cec511a1 04:43:09 Step 28/29 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 04:43:09 ---> Running in fedd88e6cf4a 04:43:09 Removing intermediate container fedd88e6cf4a 04:43:09 ---> 5321bb28996b 04:43:09 Step 29/29 : LABEL version=0.0.0 04:43:09 ---> Running in 6c92cd1c944e 04:43:09 Removing intermediate container 6c92cd1c944e 04:43:09 ---> 5fddda01e87c 04:43:09 04:43:09 Successfully built 5fddda01e87c 04:43:09 Successfully tagged docker-security-secrets-setup-go:latest 04:43:10  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 04:43:10 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:43:10 Collecting websocket-client<1.0,>=0.32.0 04:43:10 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:43:11 Collecting docopt<0.7,>=0.6.1 04:43:11 Downloading docopt-0.6.2.tar.gz (25 kB) 04:43:11 Collecting texttable<0.10,>=0.9.0 04:43:11 Downloading texttable-0.9.1.tar.gz (11 kB) 04:43:12 Collecting cached-property<2,>=1.2.0 04:43:12 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:43:12 Collecting PyYAML<4,>=3.10 04:43:12 Downloading PyYAML-3.13.tar.gz (270 kB) 04:43:13 Collecting docker<4.0,>=3.6.0 04:43:13 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:43:13 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:43:13 Collecting jsonschema<3,>=2.5.1 04:43:13 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:43:14 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:43:14 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:43:14 Collecting dockerpty<0.5,>=0.4.1 04:43:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:43:15 Collecting docker-pycreds>=0.4.0 04:43:15 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:43:15 Collecting urllib3<1.25,>=1.21.1 04:43:15 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:43:15 Collecting idna<2.8,>=2.5 04:43:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:43:15 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:43:15 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:43:15 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:43:15 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:43:15 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:43:15 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:43:15 Installing collected packages: websocket-client, docopt, texttable, cached-property, PyYAML, urllib3, idna, requests, docker-pycreds, docker, jsonschema, dockerpty, docker-compose 04:43:15 Running setup.py install for docopt: started 04:43:16 Running setup.py install for docopt: finished with status 'done' 04:43:16 Running setup.py install for texttable: started 04:43:17 Running setup.py install for texttable: finished with status 'done' 04:43:17 Running setup.py install for PyYAML: started 04:43:18 Running setup.py install for PyYAML: finished with status 'done' 04:43:18 Attempting uninstall: urllib3 04:43:18 Found existing installation: urllib3 1.25.9 04:43:18 Uninstalling urllib3-1.25.9: 04:43:18 Successfully uninstalled urllib3-1.25.9 04:43:18 Attempting uninstall: idna 04:43:18 Found existing installation: idna 2.9 04:43:18 Uninstalling idna-2.9: 04:43:18 Successfully uninstalled idna-2.9 04:43:18 Attempting uninstall: requests 04:43:18 Found existing installation: requests 2.23.0 04:43:18 Uninstalling requests-2.23.0: 04:43:18 Successfully uninstalled requests-2.23.0 04:43:19 Running setup.py install for dockerpty: started 04:43:19 Running setup.py install for dockerpty: finished with status 'done' 04:43:20 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:43:24 Removing intermediate container 41c92926a9ab 04:43:24 ---> 1aae32936d7d 04:43:24 Step 22/26 : RUN apk --no-cache add curl 04:43:24 ---> Running in 47bf6331e549 04:43:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:43:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:43:26 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:43:26 (2/3) Installing libcurl (7.69.1-r0) 04:43:26 (3/3) Installing curl (7.69.1-r0) 04:43:26 Executing busybox-1.31.1-r16.trigger 04:43:26 OK: 72 MiB in 58 packages 04:43:26 Removing intermediate container 47bf6331e549 04:43:26 ---> 1264aeff10cb 04:43:26 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:43:27 ---> Running in 1b4b8ab7eb5a 04:43:27 Removing intermediate container 1b4b8ab7eb5a 04:43:27 ---> 6c5c38a21bce 04:43:27 Step 24/26 : LABEL arch=x86_64 04:43:27 ---> Running in 92c2d0bd8b1b 04:43:27 Removing intermediate container 92c2d0bd8b1b 04:43:27 ---> 96dff2e18dc4 04:43:27 Step 25/26 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 04:43:27 ---> Running in efc161f3c67a 04:43:27 Removing intermediate container efc161f3c67a 04:43:27 ---> e054794f91cf 04:43:27 Step 26/26 : LABEL version=0.0.0 04:43:27 ---> Running in abd99f7d318e 04:43:27 Removing intermediate container abd99f7d318e 04:43:27 ---> 10c735b88db9 04:43:27 04:43:28 Successfully built 10c735b88db9 04:43:28 Successfully tagged docker-sys-mgmt-agent-go:latest 04:43:56 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:56 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:43:56 ---> 0e290c36a9f5 04:43:56 Step 3/20 : WORKDIR /edgex-go 04:43:56 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:43:56 ---> 0e290c36a9f5 04:43:56 Step 3/26 : WORKDIR /edgex-go 04:43:56 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:56 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:43:56 ---> 0e290c36a9f5 04:43:56 Step 3/29 : WORKDIR /edgex-go 04:43:56 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:43:56 ---> 0e290c36a9f5 04:43:56 Step 3/23 : WORKDIR /edgex-go 04:43:56 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:43:56 ---> 0e290c36a9f5 04:43:56 Step 3/21 : WORKDIR /edgex-go 04:43:56 ---> Running in 20ed2a2c3d5b 04:43:56 ---> Running in 42edf9822d0e 04:43:56 ---> Running in 6403065474b8 04:43:56 ---> Running in ce581b8f5379 04:43:56 ---> Running in 8aef0139e6c6 04:43:56 Removing intermediate container 6403065474b8 04:43:56 ---> ff8d594bf55e 04:43:56 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:56 Removing intermediate container 20ed2a2c3d5b 04:43:56 ---> 6225e78e1dac 04:43:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:56 Removing intermediate container 8aef0139e6c6 04:43:56 ---> c83f0d71992b 04:43:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:56 Removing intermediate container 42edf9822d0e 04:43:56 Removing intermediate container ce581b8f5379 04:43:56 ---> e2d0e523f573 04:43:56 ---> ddab05d24d04 04:43:56 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/29 : RUN apk update && apk add make git 04:43:56 04:43:56 ---> Running in 7fe6b3c503bf 04:43:56 ---> Running in edf2998f883b 04:43:56 ---> Running in aea31d888358 04:43:56 ---> Running in 93365231c743 04:43:56 ---> Running in 10cee1afad78 04:43:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:56 Removing intermediate container 7fe6b3c503bf 04:43:56 ---> 79e04f172d44 04:43:56 Step 5/20 : RUN apk update && apk add make git 04:43:56 ---> Running in 7ab335001936 04:43:56 Removing intermediate container edf2998f883b 04:43:56 ---> 9731eb225e8c 04:43:56 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:43:56 ---> Running in 4455a6a1c0a2 04:43:56 Removing intermediate container aea31d888358 04:43:56 ---> 74b490e7960f 04:43:56 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:43:56 ---> Running in 2638c0b11b02 04:43:56 Removing intermediate container 93365231c743 04:43:56 ---> 960b94cbe8a4 04:43:56 Step 5/26 : RUN apk update && apk add make git 04:43:56 ---> Running in 945487d59f62 04:43:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:04  Building docker-sys-mgmt-agent-go ... done WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz: operation timed out 04:45:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:45:04 ERROR: unsatisfiable constraints: 04:45:04  zeromq (missing): 04:45:04 required by: world[zeromq] 04:45:04 04:45:04 ERROR: for docker-core-data-go (, "The command '/bin/sh -c apk --no-cache add zeromq' returned a non-zero code: 1") 04:45:04 Service 'docker-core-data-go' failed to build: The command '/bin/sh -c apk --no-cache add zeromq' returned a non-zero code: 1 [Pipeline] } 04:45:04 $ docker stop --time=1 3aa45d06fe0957846b55d3d812b812a80204cb23a7a7116b06cc07e08197eb37 04:45:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:04 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:04 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:04 OK: 12620 distinct packages available 04:45:04 OK: 217 MiB in 51 packages 04:45:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:04 Removing intermediate container 10cee1afad78 04:45:04 ---> 2f2ba523de54 04:45:04 Step 5/29 : COPY go.mod . 04:45:04 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:04 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:04 OK: 12620 distinct packages available 04:45:04 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:04 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:04 OK: 12620 distinct packages available 04:45:04 ---> a119235729e0 04:45:04 Step 6/29 : RUN go mod download 04:45:04 OK: 217 MiB in 51 packages 04:45:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:04 OK: 217 MiB in 51 packages 04:45:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:04 ---> Running in f1f82ad809b2 04:45:04 OK: 217 MiB in 51 packages 04:45:04 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:04 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:04 OK: 12620 distinct packages available 04:45:04 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:04 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:04 OK: 12620 distinct packages available 04:45:04 Removing intermediate container 7ab335001936 04:45:04 ---> c1728a66b5f4 04:45:04 Step 6/20 : COPY go.mod . 04:45:04 OK: 217 MiB in 51 packages 04:45:04 OK: 217 MiB in 51 packages 04:45:04 Removing intermediate container 4455a6a1c0a2 04:45:04 ---> ac88fd596995 04:45:04 Step 6/21 : COPY go.mod . 04:45:04 ---> 8bcaa8a70aac 04:45:04 Step 7/20 : RUN go mod download 04:45:04 ---> Running in dfa97dcc4a10 04:45:05 ---> e7e09932a7db 04:45:05 Step 7/21 : RUN go mod download 04:45:05 Removing intermediate container 945487d59f62 04:45:05 ---> 7b0c78d19c79 04:45:05 Step 6/26 : COPY go.mod . 04:45:05 ---> Running in 29dc546244de 04:45:05 Removing intermediate container 2638c0b11b02 04:45:05 ---> e201fa83883b 04:45:05 Step 6/23 : COPY go.mod . 04:45:06 Removing intermediate container f1f82ad809b2 04:45:06 ---> 5a48bb53aaa2 04:45:06 Step 7/29 : COPY . . 04:45:06 ---> 0df6b6dccf55 04:45:06 Step 7/26 : RUN go mod download 04:45:06 $ docker rm -f 3aa45d06fe0957846b55d3d812b812a80204cb23a7a7116b06cc07e08197eb37 04:45:06 ---> 596224bc52cb 04:45:06 Step 7/23 : RUN go mod download 04:45:06 ---> Running in be15272a8699 [Pipeline] // withDockerContainer [Pipeline] } 04:45:07 ---> Running in b4faf1149c15 [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:45:07 Failed in branch amd64 04:45:12 Removing intermediate container dfa97dcc4a10 04:45:12 ---> 2bf9301f9699 04:45:12 Step 8/20 : COPY . . 04:45:14 Removing intermediate container 29dc546244de 04:45:14 ---> 0f8a8b500b41 04:45:14 Step 8/21 : COPY . . 04:45:16 Removing intermediate container be15272a8699 04:45:16 ---> 8e594691a5cf 04:45:16 Step 8/26 : COPY . . 04:45:16 Removing intermediate container b4faf1149c15 04:45:16 ---> 58793fe87fb4 04:45:16 Step 8/23 : COPY . . 04:45:43 ---> afe2729346d1 04:45:43 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:45:43 ---> Running in b9d3b8137ca4 04:45:43 ---> d63307d0989c 04:45:43 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:45:43 ---> c8bd5ab883bd 04:45:43 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:45:43 ---> 9b4ca4362e98 04:45:43 Step 9/21 : RUN make cmd/support-logging/support-logging 04:45:43 ---> Running in 9033d82bae34 04:45:43 ---> 9ea1d112eaae 04:45:43 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:45:43 ---> Running in b42ec24c30fa 04:45:43 ---> Running in 7aab39e5d7d2 04:45:43 ---> Running in c30678991cbc 04:45:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:45:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:45:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:45:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:45:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:47:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:47:06 Removing intermediate container b9d3b8137ca4 04:47:06 ---> 89875730af49 04:47:06 04:47:06 Step 9/29 : FROM alpine:latest 04:47:06 latest: Pulling from library/alpine 04:47:06 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:47:06 Status: Downloaded newer image for alpine:latest 04:47:06 ---> 62ee0e9f8440 04:47:06 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:47:06 ---> Running in 26dbebde2f8a 04:47:06 Removing intermediate container 26dbebde2f8a 04:47:06 ---> 6675c33e2b0b 04:47:06 Step 11/29 : USER root 04:47:06 ---> Running in 0bb231924167 04:47:06 Removing intermediate container 0bb231924167 04:47:06 ---> 753222147f1e 04:47:06 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:47:06 ---> Running in beef9b7f1629 04:47:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:09 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:47:09 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:47:09 OK: 12620 distinct packages available 04:47:10 (1/2) Installing ca-certificates (20191127-r4) 04:47:10 (2/2) Installing dumb-init (1.2.2-r1) 04:47:10 Executing busybox-1.31.1-r16.trigger 04:47:10 Executing ca-certificates-20191127-r4.trigger 04:47:10 OK: 6 MiB in 16 packages 04:47:13 Removing intermediate container beef9b7f1629 04:47:13 ---> a0056831d032 04:47:13 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:47:13 ---> Running in e9b744e3d46d 04:47:14 Removing intermediate container e9b744e3d46d 04:47:14 ---> 10ff527066b4 04:47:14 Step 14/29 : WORKDIR $BASE_DIR 04:47:14 ---> Running in d9414692069a 04:47:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:47:15 Removing intermediate container d9414692069a 04:47:15 ---> 4c0d75d47288 04:47:15 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:47:15 ---> Running in c62362664e88 04:47:21 Removing intermediate container 7aab39e5d7d2 04:47:21 ---> 7e48289947fe 04:47:21 04:47:21 Step 10/21 : FROM scratch 04:47:21 ---> 04:47:21 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:47:21 ---> Running in 73809cf4c35c 04:47:21 Removing intermediate container c62362664e88 04:47:21 ---> dfa8ad5ef6e8 04:47:21 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:47:21 Removing intermediate container 73809cf4c35c 04:47:21 ---> d0fd55ce6f00 04:47:21 Step 12/21 : ENV APP_PORT=48061 04:47:21 ---> Running in 8f172a956708 04:47:22 Removing intermediate container 8f172a956708 04:47:22 ---> 4d39d948eb48 04:47:22 Step 13/21 : EXPOSE $APP_PORT 04:47:22 ---> Running in 3d3bfa236930 04:47:22 ---> 05b83de3a06c 04:47:22 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:47:23 Removing intermediate container 3d3bfa236930 04:47:23 ---> f85c8fe29749 04:47:23 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:47:24 ---> 85f574dc97ea 04:47:24 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:47:24 ---> 30bedf6238fe 04:47:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:47:25 ---> f8b14c793a98 04:47:25 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:47:26 ---> ec7891378020 04:47:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:47:26 ---> 632f34c606b4 04:47:26 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:47:29 ---> 27d7c5fe764b 04:47:29 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:47:29 Removing intermediate container b42ec24c30fa 04:47:29 ---> 7b8b4bcc7ec5 04:47:29 04:47:29 Step 10/26 : FROM alpine:3.10 04:47:29 ---> 55f797b64087 04:47:29 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:47:29 ---> Running in 6880baaa96df 04:47:29 3.10: Pulling from library/alpine 04:47:30 ---> 6c5e6e4cb5c9 04:47:30 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:31 ---> Running in 79c2c289980d 04:47:31 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:47:31 Status: Downloaded newer image for alpine:3.10 04:47:31 ---> 536a684cf733 04:47:31 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:47:31 ---> Running in d58dcebedba1 04:47:32 Removing intermediate container 79c2c289980d 04:47:32 ---> e6eecb9a7d28 04:47:32 Step 19/21 : LABEL arch=arm64 04:47:32 ---> Running in aeae9fdd603f 04:47:33 Removing intermediate container c30678991cbc 04:47:33 ---> 8491ed79d6dc 04:47:33 04:47:33 Step 10/23 : FROM scratch 04:47:33 ---> 04:47:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:47:33 ---> Using cache 04:47:33 ---> d0fd55ce6f00 04:47:33 Step 12/23 : ENV APP_PORT=48060 04:47:33 Removing intermediate container aeae9fdd603f 04:47:33 ---> 8396782065d9 04:47:33 Step 20/21 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 04:47:33 ---> Running in 7b2bcd79914c 04:47:33 Removing intermediate container 6880baaa96df 04:47:33 ---> 1d0af2839afd 04:47:33 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:47:33 ---> Running in 187859baf004 04:47:34 Removing intermediate container 9033d82bae34 04:47:34 ---> bd996769392b 04:47:34 04:47:34 Step 10/20 : FROM scratch 04:47:34 ---> 04:47:34 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:47:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:47:34 Removing intermediate container 7b2bcd79914c 04:47:34 ---> c0b04f702f62 04:47:34 Step 13/23 : EXPOSE $APP_PORT 04:47:34 ---> Running in 792b550edb2d 04:47:34 ---> Running in 05dec8918882 04:47:34 Removing intermediate container 187859baf004 04:47:34 ---> bf3ca2b9567c 04:47:34 Step 21/21 : LABEL version=0.0.0 04:47:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:47:34 ---> e064515199df 04:47:34 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:47:34 ---> Running in 22faedb67a92 04:47:34 ---> Running in 9f83f77b6a07 04:47:35 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:47:35 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:47:35 OK: 10167 distinct packages available 04:47:35 Removing intermediate container 792b550edb2d 04:47:35 ---> 8e3da9d73784 04:47:35 Step 12/20 : ENV APP_PORT=48085 04:47:35 Removing intermediate container 05dec8918882 04:47:35 ---> 218183564dbd 04:47:35 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:47:35 ---> Running in 31f9e0c9151c 04:47:35 Removing intermediate container 22faedb67a92 04:47:35 ---> db0605263f49 04:47:35 04:47:35 (1/5) Installing ca-certificates (20191127-r2) 04:47:36 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:47:36 (3/5) Installing libcurl (7.66.0-r0) 04:47:36 (4/5) Installing curl (7.66.0-r0) 04:47:36 (5/5) Installing dumb-init (1.2.2-r1) 04:47:36 Executing busybox-1.30.1-r3.trigger 04:47:36 Executing ca-certificates-20191127-r2.trigger 04:47:36 Removing intermediate container 31f9e0c9151c 04:47:36 ---> 3458270e71af 04:47:36 Step 13/20 : EXPOSE $APP_PORT 04:47:36 OK: 7 MiB in 19 packages 04:47:36 Successfully built db0605263f49 04:47:36 ---> Running in 626c290aac09 04:47:36 Successfully tagged docker-support-logging-go-arm64:latest 04:47:36  Building docker-support-logging-go ... done Building docker-core-command-go 04:47:36 ---> 2607ea3333ed 04:47:36 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:47:37 Removing intermediate container 626c290aac09 04:47:37 ---> 23c458e94767 04:47:37 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:47:39 ---> 989616a14200 04:47:39 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:47:39 Removing intermediate container d58dcebedba1 04:47:39 ---> ae16ecad97e1 04:47:39 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:47:39 ---> 02a892fd2d4f 04:47:39 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:47:40 Removing intermediate container 9f83f77b6a07 04:47:40 ---> a0b672a46514 04:47:40 Step 24/29 : RUN chmod 755 security-secrets-setup 04:47:40 ---> Running in afd6544a30a6 04:47:41 ---> Running in 4aff6d53c37c 04:47:42 Removing intermediate container afd6544a30a6 04:47:42 ---> 8e0b250f8b89 04:47:42 Step 13/26 : WORKDIR / 04:47:42 ---> f64e248a2b7f 04:47:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:47:42 ---> f7a87a9aa41a 04:47:42 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:47:42 ---> Running in 623649fc957e 04:47:43 ---> 72bf9136e03c 04:47:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:47:44 Removing intermediate container 623649fc957e 04:47:44 ---> 80247c5b1d56 04:47:44 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:47:44 ---> ab36624400b8 04:47:44 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:45 ---> Running in 1964bb96c487 04:47:45 ---> 8e635573beeb 04:47:45 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:47:45 ---> 4c93d37be076 04:47:45 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:47:45 Removing intermediate container 1964bb96c487 04:47:45 ---> 3fc97ae22f12 04:47:45 Step 18/20 : LABEL arch=arm64 04:47:45 Removing intermediate container 4aff6d53c37c 04:47:45 ---> 858415ce8e5b 04:47:45 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:47:46 ---> Running in 08d4b523c748 04:47:46 ---> Running in 24c1d25815f7 04:47:47 ---> e642a7c22d87 04:47:47 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:47 Removing intermediate container 08d4b523c748 04:47:47 ---> c7fe9bdb0b52 04:47:47 Step 19/20 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 04:47:47 ---> fe8ff06b5e2e 04:47:47 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:47:47 ---> Running in 59784351fd53 04:47:47 ---> Running in d582544a4876 04:47:47 Removing intermediate container 24c1d25815f7 04:47:47 ---> 0dfbabeb3f72 04:47:47 Step 26/29 : CMD [ "generate" ] 04:47:48 Removing intermediate container 59784351fd53 04:47:48 ---> 8e9e7d12c99b 04:47:48 Step 21/23 : LABEL arch=arm64 04:47:48 ---> Running in ccc1cc702f84 04:47:49 Removing intermediate container d582544a4876 04:47:49 ---> 9e384b796284 04:47:49 Step 20/20 : LABEL version=0.0.0 04:47:49 ---> 6869c2739886 04:47:49 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:47:49 ---> Running in 7da38a67931a 04:47:49 ---> Running in cfc47d5a7bb2 04:47:49 Removing intermediate container ccc1cc702f84 04:47:49 ---> 22932ecd0700 04:47:49 Step 27/29 : LABEL arch=arm64 04:47:50 ---> Running in 2c89cf59f112 04:47:50 Removing intermediate container 7da38a67931a 04:47:50 ---> cafec78dd57d 04:47:50 Step 22/23 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 04:47:51 ---> d7380bb3a5a4 04:47:51 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:47:51 Removing intermediate container cfc47d5a7bb2 04:47:51 ---> aea470a23d31 04:47:51 04:47:51 ---> Running in 024481ac9e77 04:47:51 Removing intermediate container 2c89cf59f112 04:47:51 ---> c1c0135c3535 04:47:51 Step 28/29 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 04:47:51 Successfully built aea470a23d31 04:47:51 Successfully tagged docker-support-scheduler-go-arm64:latest 04:47:51  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 04:47:52 ---> Running in 8f813434bb90 04:47:52 Removing intermediate container 024481ac9e77 04:47:52 ---> 3da6c332b4ce 04:47:52 Step 23/23 : LABEL version=0.0.0 04:47:52 ---> 5fac43877241 04:47:52 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:47:52 ---> Running in 110cb41d45d1 04:47:53 Removing intermediate container 8f813434bb90 04:47:53 ---> 147adbb0e4f0 04:47:53 Step 29/29 : LABEL version=0.0.0 04:47:53 ---> Running in 40e9efb93a83 04:47:53 Removing intermediate container 110cb41d45d1 04:47:53 ---> 2d7c8f740042 04:47:53 04:47:54 Successfully built 2d7c8f740042 04:47:55 Successfully tagged docker-support-notifications-go-arm64:latest 04:47:55  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 04:47:55 ---> 24b5acf4ed72 04:47:55 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:47:55 Removing intermediate container 40e9efb93a83 04:47:55 ---> 724d94b8f6e0 04:47:55 04:47:55 Successfully built 724d94b8f6e0 04:47:55 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:47:55 Building docker-sys-mgmt-agent-go 04:47:56  Building docker-security-secrets-setup-go ... done  ---> d235cff8ad1a 04:47:56 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:47:58 ---> 54742629e16e 04:47:58 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:47:58 ---> Running in 279a78e33877 04:48:04 Removing intermediate container 279a78e33877 04:48:04 ---> dc3d372e0bcb 04:48:04 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:48:05 ---> Running in 1065012782b7 04:48:05 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:48:05 ---> 0e290c36a9f5 04:48:05 Step 3/21 : WORKDIR /edgex-go 04:48:05 ---> Using cache 04:48:05 ---> ddab05d24d04 04:48:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:07 ---> Running in 2231c5040e72 04:48:07 Removing intermediate container 1065012782b7 04:48:07 ---> 917d5e234c56 04:48:07 Step 24/26 : LABEL arch=arm64 04:48:08 ---> Running in c9ae02fc23f3 04:48:10 Removing intermediate container c9ae02fc23f3 04:48:10 ---> afa9ab727f77 04:48:10 Step 25/26 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 04:48:11 ---> Running in 7b9cb927b910 04:48:12 Removing intermediate container 7b9cb927b910 04:48:12 ---> f97bc12d21d8 04:48:12 Step 26/26 : LABEL version=0.0.0 04:48:13 Removing intermediate container 2231c5040e72 04:48:13 ---> ede3a4a07b37 04:48:13 Step 5/21 : RUN apk update && apk add make git 04:48:13 ---> Running in defe64f1ef36 04:48:13 ---> Running in 408070494eaf 04:48:14 Removing intermediate container defe64f1ef36 04:48:14 ---> c58c39c75693 04:48:14 04:48:14 Successfully built c58c39c75693 04:48:14 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:48:14  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 04:48:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:17 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:17 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:17 OK: 12620 distinct packages available 04:48:18 OK: 217 MiB in 51 packages 04:48:20 Removing intermediate container 408070494eaf 04:48:20 ---> 1dec714c3f0c 04:48:20 Step 6/21 : COPY go.mod . 04:48:21 ---> b12415f77e7c 04:48:21 Step 7/21 : RUN go mod download 04:48:21 ---> Running in 68475088edf6 04:48:27 Removing intermediate container 68475088edf6 04:48:27 ---> baf59d9ff262 04:48:27 Step 8/21 : COPY . . 04:48:54 ---> 9811c48bfd05 04:48:54 Step 9/21 : RUN make cmd/core-command/core-command 04:48:54 ---> Running in 4d9292664502 04:48:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:49:00 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:49:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:49:00 ---> 0e290c36a9f5 04:49:00 Step 3/21 : WORKDIR /edgex-go 04:49:00 ---> Using cache 04:49:00 ---> ddab05d24d04 04:49:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:49:00 ---> Using cache 04:49:00 ---> ede3a4a07b37 04:49:00 Step 5/21 : RUN apk update && apk add make git 04:49:00 ---> Using cache 04:49:00 ---> 1dec714c3f0c 04:49:00 Step 6/21 : COPY go.mod . 04:49:00 ---> Using cache 04:49:00 ---> b12415f77e7c 04:49:00 Step 7/21 : RUN go mod download 04:49:00 ---> Using cache 04:49:00 ---> baf59d9ff262 04:49:00 Step 8/21 : COPY . . 04:49:00 ---> Using cache 04:49:00 ---> 9811c48bfd05 04:49:00 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:49:02 ---> Running in 258da0e9b2b9 04:49:03 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:49:03 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:49:03 ---> 0e290c36a9f5 04:49:03 Step 3/20 : WORKDIR /edgex-go 04:49:03 ---> Using cache 04:49:03 ---> ddab05d24d04 04:49:03 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:49:03 ---> Using cache 04:49:03 ---> ede3a4a07b37 04:49:03 Step 5/20 : RUN apk update && apk add make git 04:49:03 ---> Using cache 04:49:03 ---> 1dec714c3f0c 04:49:03 Step 6/20 : COPY go.mod . 04:49:03 ---> Using cache 04:49:03 ---> b12415f77e7c 04:49:03 Step 7/20 : RUN go mod download 04:49:03 ---> Using cache 04:49:03 ---> baf59d9ff262 04:49:03 Step 8/20 : COPY . . 04:49:04 ---> Using cache 04:49:04 ---> 9811c48bfd05 04:49:04 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:49:05 ---> Running in bf3d567ea40f 04:49:05 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:49:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:49:05 ---> 0e290c36a9f5 04:49:05 Step 3/26 : WORKDIR /edgex-go 04:49:05 ---> Using cache 04:49:05 ---> ddab05d24d04 04:49:05 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:49:05 ---> Using cache 04:49:05 ---> ede3a4a07b37 04:49:05 Step 5/26 : RUN apk update && apk add make bash git 04:49:05 ---> Running in 0ed69a1f37cf 04:49:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:49:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:49:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:10 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:49:10 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:49:10 OK: 12620 distinct packages available 04:49:12 OK: 217 MiB in 51 packages 04:49:15 Removing intermediate container 0ed69a1f37cf 04:49:15 ---> eb19ae994df8 04:49:15 Step 6/26 : COPY go.mod . 04:49:15 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:49:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:49:15 ---> 0e290c36a9f5 04:49:15 Step 3/22 : WORKDIR /edgex-go 04:49:15 ---> Using cache 04:49:15 ---> ddab05d24d04 04:49:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:49:15 ---> Using cache 04:49:15 ---> ede3a4a07b37 04:49:15 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:49:15 ---> Running in 567b958da089 04:49:16 ---> cc34c3b75cc7 04:49:16 Step 7/26 : RUN go mod download 04:49:16 ---> Running in ea4a2006806d 04:49:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:20 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:49:20 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:49:20 OK: 12620 distinct packages available 04:49:21 OK: 217 MiB in 51 packages 04:49:22 Removing intermediate container ea4a2006806d 04:49:22 ---> b14295a7b859 04:49:22 Step 8/26 : COPY . . 04:49:23 Removing intermediate container 567b958da089 04:49:23 ---> f062873fb30e 04:49:23 Step 6/22 : COPY go.mod . 04:49:26 ---> 559aa3a34fc9 04:49:26 Step 7/22 : RUN go mod download 04:49:26 ---> Running in 428189044a80 04:49:34 Removing intermediate container 428189044a80 04:49:34 ---> c21972ffbd56 04:49:34 Step 8/22 : COPY . . 04:49:53 ---> df6d91494b23 04:49:53 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:49:54 ---> Running in 39ba6538ff18 04:49:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:50:05 ---> 980b01789415 04:50:05 Step 9/22 : RUN make cmd/core-data/core-data 04:50:05 ---> Running in 52c26d18149a 04:50: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 04:50:34 Removing intermediate container 4d9292664502 04:50:34 ---> 64c46a64d6c5 04:50:34 04:50:34 Step 10/21 : FROM scratch 04:50:34 ---> 04:50:34 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:50:34 ---> Using cache 04:50:34 ---> 8e3da9d73784 04:50:34 Step 12/21 : ENV APP_PORT=48082 04:50:34 ---> Running in cc1c79910c3f 04:50:34 Removing intermediate container bf3d567ea40f 04:50:34 ---> 2c9311915517 04:50:34 04:50:34 Step 10/20 : FROM alpine 04:50:34 ---> 62ee0e9f8440 04:50:34 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:50:34 ---> Running in b6ec55686205 04:50:34 Removing intermediate container cc1c79910c3f 04:50:34 ---> fb4be79d898a 04:50:34 Step 13/21 : EXPOSE $APP_PORT 04:50:34 ---> Running in 0582a5210964 04:50:34 Removing intermediate container 0582a5210964 04:50:34 ---> 503aa5af50bf 04:50:34 Step 14/21 : WORKDIR / 04:50:34 ---> Running in 0a80471e313c 04:50:34 Removing intermediate container 0a80471e313c 04:50:34 ---> dcb6fb32b72a 04:50:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:50:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:34 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:50:34 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:50:34 OK: 12620 distinct packages available 04:50:34 ---> 2da14d8e0591 04:50:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:50:35 (1/4) Installing ca-certificates (20191127-r4) 04:50:35 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:50:35 (3/4) Installing libcurl (7.69.1-r0) 04:50:35 (4/4) Installing curl (7.69.1-r0) 04:50:35 Executing busybox-1.31.1-r16.trigger 04:50:35 Executing ca-certificates-20191127-r4.trigger 04:50:35 OK: 7 MiB in 18 packages 04:50:36 ---> 865d5a240e9a 04:50:36 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:50:38 ---> 9fdeced0de04 04:50:38 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:50:38 ---> Running in ce72ddc480d5 04:50:38 Removing intermediate container b6ec55686205 04:50:38 ---> 55226604ac8a 04:50:38 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:50:38 ---> Running in e7d0c0570584 04:50:39 Removing intermediate container ce72ddc480d5 04:50:39 ---> d546d0e3b56f 04:50:39 Step 19/21 : LABEL arch=arm64 04:50:39 ---> Running in ecaf9b7f1290 04:50:39 Removing intermediate container e7d0c0570584 04:50:39 ---> a79f07d34c95 04:50:39 Step 13/20 : WORKDIR /edgex 04:50:40 ---> Running in a71840fb9162 04:50:40 Removing intermediate container ecaf9b7f1290 04:50:40 ---> ec5dedd83ee7 04:50:40 Step 20/21 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 04:50:40 ---> Running in d0b63be94005 04:50:40 Removing intermediate container a71840fb9162 04:50:40 ---> de44569e628f 04:50:40 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:50:41 Removing intermediate container d0b63be94005 04:50:41 ---> 8200f6b65922 04:50:41 Step 21/21 : LABEL version=0.0.0 04:50:41 ---> Running in aeef5d955965 04:50:42 ---> 3764ac421b21 04:50:42 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:50:42 Removing intermediate container aeef5d955965 04:50:42 ---> 0f5608f11250 04:50:42 04:50:43 Successfully built 0f5608f11250 04:50:43 Successfully tagged docker-core-command-go-arm64:latest 04:50:44  Building docker-core-command-go ... done  ---> 900dfa06c56c 04:50:44 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:50:44 ---> Running in 04068b5b1a1d 04:50:45 Removing intermediate container 04068b5b1a1d 04:50:45 ---> d08614fa4f23 04:50:45 Step 17/20 : CMD ["--init=true"] 04:50:45 ---> Running in 3801f18ca19a 04:50:45 Removing intermediate container 3801f18ca19a 04:50:45 ---> 1277a8a7e8e5 04:50:45 Step 18/20 : LABEL arch=arm64 04:50:46 ---> Running in f2b6ea80fc5f 04:50:46 Removing intermediate container f2b6ea80fc5f 04:50:46 ---> ac25000a4d27 04:50:46 Step 19/20 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 04:50:47 ---> Running in 69f445596b3c 04:50:47 Removing intermediate container 69f445596b3c 04:50:47 ---> 7ca181033a2f 04:50:47 Step 20/20 : LABEL version=0.0.0 04:50:47 ---> Running in f77a2272a2f8 04:50:48 Removing intermediate container f77a2272a2f8 04:50:48 ---> 312bcc6d04b2 04:50:48 04:50:48 Successfully built 312bcc6d04b2 04:50:49 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:51:01  Building docker-security-proxy-setup-go ... done Removing intermediate container 258da0e9b2b9 04:51:01 ---> 5959cf5312e1 04:51:01 04:51:01 Step 10/21 : FROM scratch 04:51:01 ---> 04:51:01 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:51:01 ---> Using cache 04:51:01 ---> 8e3da9d73784 04:51:01 Step 12/21 : ENV APP_PORT=48081 04:51:02 ---> Running in 7a028ace25c8 04:51:02 Removing intermediate container 7a028ace25c8 04:51:02 ---> da7ca14128e2 04:51:02 Step 13/21 : EXPOSE $APP_PORT 04:51:02 ---> Running in 2d699a212b95 04:51:03 Removing intermediate container 2d699a212b95 04:51:03 ---> f5ea475459da 04:51:03 Step 14/21 : WORKDIR / 04:51:03 ---> Running in 626339fe4467 04:51:04 Removing intermediate container 626339fe4467 04:51:04 ---> 44cc49a12264 04:51:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:51:05 ---> feb1fab2ffa3 04:51:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:51:07 ---> d039fc71f463 04:51:07 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:51:09 ---> bd0fcfa1004d 04:51:09 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:51:09 ---> Running in 4a3e6197f00b 04:51:09 Removing intermediate container 4a3e6197f00b 04:51:09 ---> f9b37ebf89d5 04:51:09 Step 19/21 : LABEL arch=arm64 04:51:09 ---> Running in c6775c1be3a8 04:51:10 Removing intermediate container c6775c1be3a8 04:51:10 ---> dd56553e95c0 04:51:10 Step 20/21 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 04:51:10 ---> Running in 980837bd3caa 04:51:11 Removing intermediate container 980837bd3caa 04:51:11 ---> 7ec0a6fa5baa 04:51:11 Step 21/21 : LABEL version=0.0.0 04:51:12 ---> Running in f9bb2d62925e 04:51:13 Removing intermediate container f9bb2d62925e 04:51:13 ---> 7d9265bd6e0b 04:51:13 04:51:14 Successfully built 7d9265bd6e0b 04:51:14 Successfully tagged docker-core-metadata-go-arm64:latest 04:51:14  Building docker-core-metadata-go ... done Removing intermediate container 39ba6538ff18 04:51:14 ---> 071685a06f5a 04:51:14 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:51:14 ---> Running in 8f318ef64b13 04:51:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:51:21 Removing intermediate container 8f318ef64b13 04:51:21 ---> 5b1e294ead71 04:51:21 04:51:21 Step 11/26 : FROM docker:latest 04:51:21 ---> ce9d55ae87f1 04:51:21 Step 12/26 : RUN apk add --no-cache bash 04:51:21 ---> Running in d2dc87761103 04:51:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:23 (1/2) Installing readline (8.0.4-r0) 04:51:23 (2/2) Installing bash (5.0.17-r0) 04:51:23 Executing bash-5.0.17-r0.post-install 04:51:23 Executing busybox-1.31.1-r16.trigger 04:51:23 OK: 12 MiB in 22 packages 04:51:24 Removing intermediate container d2dc87761103 04:51:24 ---> 32090bb164e6 04:51:24 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:51:24 ---> Running in 2bf5b926313a 04:51:27 Removing intermediate container 2bf5b926313a 04:51:27 ---> 46a4f63bd2b1 04:51:27 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:51:27 ---> Running in 64ada047bc9e 04:51:27 Removing intermediate container 64ada047bc9e 04:51:27 ---> 3aa95cc791fe 04:51:27 Step 15/26 : ENV APP_PORT=48090 04:51:28 ---> Running in 5ecad29122bf 04:51:28 Removing intermediate container 5ecad29122bf 04:51:28 ---> e08dd22eccc0 04:51:28 Step 16/26 : EXPOSE $APP_PORT 04:51:28 ---> Running in cf395c0c380e 04:51:29 Removing intermediate container cf395c0c380e 04:51:29 ---> 3d54d36160c0 04:51:29 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:51:30 ---> 921a10c51298 04:51:30 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:51:31 ---> 6aa8c05efb9c 04:51:31 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:51:32 ---> d7804dd03dc4 04:51:32 Step 20/26 : RUN apk --no-cache add py-pip 04:51:32 ---> Running in ba7cd6c69339 04:51:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:35 (1/33) Installing libbz2 (1.0.8-r1) 04:51:35 (2/33) Installing expat (2.2.9-r1) 04:51:35 (3/33) Installing libffi (3.3-r2) 04:51:35 (4/33) Installing gdbm (1.13-r1) 04:51:35 (5/33) Installing xz-libs (5.2.5-r0) 04:51:35 (6/33) Installing sqlite-libs (3.32.1-r0) 04:51:35 (7/33) Installing python3 (3.8.5-r0) 04:51:36 Removing intermediate container 52c26d18149a 04:51:36 ---> dd0fd1cbdaae 04:51:36 04:51:36 Step 10/22 : FROM alpine 04:51:36 ---> 62ee0e9f8440 04:51:36 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:51:37 ---> Running in a56d29cde5ea 04:51:37 (8/33) Installing py3-appdirs (1.4.4-r1) 04:51:37 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:51:37 (10/33) Installing py3-parsing (2.4.7-r0) 04:51:37 (11/33) Installing py3-six (1.15.0-r0) 04:51:37 (12/33) Installing py3-packaging (20.4-r0) 04:51:37 (13/33) Installing py3-setuptools (47.0.0-r0) 04:51:37 (14/33) Installing py3-chardet (3.0.4-r4) 04:51:37 (15/33) Installing py3-idna (2.9-r0) 04:51:37 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:51:37 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:51:37 Removing intermediate container a56d29cde5ea 04:51:37 ---> bfbd35650001 04:51:37 Step 12/22 : ENV APP_PORT=48080 04:51:37 (18/33) Installing py3-requests (2.23.0-r0) 04:51:37 (19/33) Installing py3-msgpack (1.0.0-r0) 04:51:37 (20/33) Installing py3-lockfile (0.12.2-r3) 04:51:38 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:51:38 (22/33) Installing py3-colorama (0.4.3-r0) 04:51:38 (23/33) Installing py3-distlib (0.3.0-r0) 04:51:38 (24/33) Installing py3-distro (1.5.0-r1) 04:51:38 (25/33) Installing py3-webencodings (0.5.1-r3) 04:51:38 (26/33) Installing py3-html5lib (1.0.1-r4) 04:51:38 ---> Running in 8025564fd1de 04:51:38 (27/33) Installing py3-pytoml (0.1.21-r0) 04:51:38 (28/33) Installing py3-pep517 (0.8.2-r0) 04:51:38 (29/33) Installing py3-progress (1.5-r0) 04:51:38 (30/33) Installing py3-toml (0.10.1-r0) 04:51:38 (31/33) Installing py3-retrying (1.3.3-r0) 04:51:38 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:51:38 (33/33) Installing py3-pip (20.1.1-r0) 04:51:38 Executing busybox-1.31.1-r16.trigger 04:51:38 OK: 71 MiB in 55 packages 04:51:38 Removing intermediate container 8025564fd1de 04:51:38 ---> 7a8ec9621724 04:51:38 Step 13/22 : EXPOSE $APP_PORT 04:51:39 ---> Running in c048196f169b 04:51:39 Removing intermediate container c048196f169b 04:51:39 ---> 4453144a2ca8 04:51:39 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:39 ---> Running in a93bf8a5b8a9 04:51:43 Removing intermediate container a93bf8a5b8a9 04:51:43 ---> d07800d821a3 04:51:43 Step 15/22 : RUN apk --no-cache add zeromq 04:51:43 ---> Running in ec1f4867ae38 04:51:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:45 Removing intermediate container ba7cd6c69339 04:51:45 ---> af9c126b35ea 04:51:45 Step 21/26 : RUN pip install docker-compose==1.23.2 04:51:45 ---> Running in c20e4a68b0b8 04:51:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:48 (1/5) Installing libgcc (9.3.0-r2) 04:51:48 (2/5) Installing libsodium (1.0.18-r0) 04:51:49 (3/5) Installing libstdc++ (9.3.0-r2) 04:51:50 (4/5) Installing libzmq (4.3.2-r0) 04:51:50 Collecting docker-compose==1.23.2 04:51:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:51:50 (5/5) Installing zeromq (4.3.2-r0) 04:51:51 Executing busybox-1.31.1-r16.trigger 04:51:51 Collecting docopt<0.7,>=0.6.1 04:51:51 OK: 8 MiB in 19 packages 04:51:51 Downloading docopt-0.6.2.tar.gz (25 kB) 04:51:52 Removing intermediate container ec1f4867ae38 04:51:52 ---> 75ee3ec3cd11 04:51:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:51:53 ---> 9ac9679585b0 04:51:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:51:53 Collecting dockerpty<0.5,>=0.4.1 04:51:53 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:51:54 ---> d1c0c8861ad7 04:51:54 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:51:54 ---> 2784ef046741 04:51:54 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:51:55 ---> Running in e065c54a7bf3 04:51:55 Removing intermediate container e065c54a7bf3 04:51:55 ---> c4da82eb7400 04:51:55 Step 20/22 : LABEL arch=arm64 04:51:55 ---> Running in 6f8bac304fb0 04:51:56 Collecting docker<4.0,>=3.6.0 04:51:56 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:51:56 Removing intermediate container 6f8bac304fb0 04:51:56 ---> 2605590317fc 04:51:56 Step 21/22 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 04:51:56 ---> Running in 7a76b8055f7c 04:51:56 Removing intermediate container 7a76b8055f7c 04:51:56 ---> baedaec2c6cc 04:51:56 Step 22/22 : LABEL version=0.0.0 04:51:56 ---> Running in 7c06c6108ae7 04:51:57 Collecting PyYAML<4,>=3.10 04:51:57 Downloading PyYAML-3.13.tar.gz (270 kB) 04:51:57 Removing intermediate container 7c06c6108ae7 04:51:57 ---> 7823bcd98c1d 04:51:57 04:51:57 Successfully built 7823bcd98c1d 04:51:58 Successfully tagged docker-core-data-go-arm64:latest 04:51:59  Building docker-core-data-go ... done Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:52:00 Collecting cached-property<2,>=1.2.0 04:52:00 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:52:00 Collecting websocket-client<1.0,>=0.32.0 04:52:00 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:52:01 Collecting jsonschema<3,>=2.5.1 04:52:01 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:52:02 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:52:02 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:52:02 Collecting texttable<0.10,>=0.9.0 04:52:02 Downloading texttable-0.9.1.tar.gz (11 kB) 04:52:04 Collecting docker-pycreds>=0.4.0 04:52:04 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:52:04 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:52:05 Collecting urllib3<1.25,>=1.21.1 04:52:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:52:05 Collecting idna<2.8,>=2.5 04:52:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:52:05 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:52:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:52:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:52:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:52:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:52:06 Installing collected packages: docopt, dockerpty, websocket-client, urllib3, idna, requests, docker-pycreds, docker, PyYAML, cached-property, jsonschema, texttable, docker-compose 04:52:06 Running setup.py install for docopt: started 04:52:08 Running setup.py install for docopt: finished with status 'done' 04:52:08 Running setup.py install for dockerpty: started 04:52:10 Running setup.py install for dockerpty: finished with status 'done' 04:52:10 Attempting uninstall: urllib3 04:52:10 Found existing installation: urllib3 1.25.9 04:52:10 Uninstalling urllib3-1.25.9: 04:52:10 Successfully uninstalled urllib3-1.25.9 04:52:10 Attempting uninstall: idna 04:52:10 Found existing installation: idna 2.9 04:52:10 Uninstalling idna-2.9: 04:52:10 Successfully uninstalled idna-2.9 04:52:11 Attempting uninstall: requests 04:52:11 Found existing installation: requests 2.23.0 04:52:11 Uninstalling requests-2.23.0: 04:52:11 Successfully uninstalled requests-2.23.0 04:52:12 Running setup.py install for PyYAML: started 04:52:15 Running setup.py install for PyYAML: finished with status 'done' 04:52:15 Running setup.py install for texttable: started 04:52:17 Running setup.py install for texttable: finished with status 'done' 04:52:17 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:52:22 Removing intermediate container c20e4a68b0b8 04:52:22 ---> fb5ba3837529 04:52:22 Step 22/26 : RUN apk --no-cache add curl 04:52:22 ---> Running in c06f8676c0c7 04:52:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:24 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:52:24 (2/3) Installing libcurl (7.69.1-r0) 04:52:24 (3/3) Installing curl (7.69.1-r0) 04:52:24 Executing busybox-1.31.1-r16.trigger 04:52:24 OK: 71 MiB in 58 packages 04:52:25 Removing intermediate container c06f8676c0c7 04:52:25 ---> 5d3424e21c77 04:52:25 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:52:25 ---> Running in 771367c6b5e0 04:52:26 Removing intermediate container 771367c6b5e0 04:52:26 ---> 18c7ab834533 04:52:26 Step 24/26 : LABEL arch=arm64 04:52:26 ---> Running in 8a868a4ce804 04:52:26 Removing intermediate container 8a868a4ce804 04:52:26 ---> b4d7e789f297 04:52:26 Step 25/26 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 04:52:26 ---> Running in f0dc6f44726c 04:52:27 Removing intermediate container f0dc6f44726c 04:52:27 ---> 34daa03234ed 04:52:27 Step 26/26 : LABEL version=0.0.0 04:52:27 ---> Running in 96a48e028db6 04:52:27 Removing intermediate container 96a48e028db6 04:52:27 ---> 697a3e087412 04:52:27 04:52:28 Successfully built 697a3e087412 04:52:28 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:52:28  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:52:28 $ docker stop --time=1 253289a290c4d14107b84939caa4c082b3ef8c32e62a48c230a502aa145e01db 04:52:30 $ docker rm -f 253289a290c4d14107b84939caa4c082b3ef8c32e62a48c230a502aa145e01db [Pipeline] // withDockerContainer [Pipeline] sh 04:52:31 + grep docker 04:52:31 + docker images 04:52:31 docker-sys-mgmt-agent-go-arm64 latest 697a3e087412 4 seconds ago 266MB 04:52:31 docker-core-data-go-arm64 latest 7823bcd98c1d 34 seconds ago 23.3MB 04:52:31 docker-core-metadata-go-arm64 latest 7d9265bd6e0b About a minute ago 13.8MB 04:52:31 docker-security-proxy-setup-go-arm64 latest 312bcc6d04b2 About a minute ago 15.8MB 04:52:31 docker-core-command-go-arm64 latest 0f5608f11250 About a minute ago 12.4MB 04:52:31 docker-security-secretstore-setup-go-arm64 latest c58c39c75693 4 minutes ago 32.6MB 04:52:31 docker-security-secrets-setup-go-arm64 latest 724d94b8f6e0 4 minutes ago 24.2MB 04:52:31 docker-support-notifications-go-arm64 latest 2d7c8f740042 4 minutes ago 13.9MB 04:52:31 docker-support-scheduler-go-arm64 latest aea470a23d31 4 minutes ago 12.6MB 04:52:31 docker-support-logging-go-arm64 latest db0605263f49 4 minutes ago 11.4MB 04:52:31 docker latest ce9d55ae87f1 4 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:52:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:52:35 ---> package-listing.sh 04:52:35 ++ facter osfamily 04:52:35 ++ tr '[:upper:]' '[:lower:]' 04:52:35 + OS_FAMILY=redhat 04:52:35 + workspace=/w/workspace/edgex-go/22 04:52:35 + START_PACKAGES=/tmp/packages_start.txt 04:52:35 + END_PACKAGES=/tmp/packages_end.txt 04:52:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:52:35 + PACKAGES=/tmp/packages_start.txt 04:52:35 + '[' /w/workspace/edgex-go/22 ']' 04:52:35 + PACKAGES=/tmp/packages_end.txt 04:52:35 + case "${OS_FAMILY}" in 04:52:35 + sort 04:52:35 + rpm -qa 04:52:41 + '[' -f /tmp/packages_start.txt ']' 04:52:41 + '[' -f /tmp/packages_end.txt ']' 04:52:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:52:41 + '[' /w/workspace/edgex-go/22 ']' 04:52:41 + mkdir -p /w/workspace/edgex-go/22/archives/ 04:52:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/22/archives/ [Pipeline] isUnix [Pipeline] sh 04:52:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:52:42 04:52:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:52:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:52:42 alpine: Pulling from edgex-lftools-log-publisher 04:52:42 c9b1b535fdd9: Pulling fs layer 04:52:42 2cc5ad85d9ab: Pulling fs layer 04:52:42 756a868c4378: Pulling fs layer 04:52:42 444b2fc9a129: Pulling fs layer 04:52:42 ea15f1150254: Pulling fs layer 04:52:42 41b27a9f41bf: Pulling fs layer 04:52:42 28c525ee5125: Pulling fs layer 04:52:42 094b1ea09ed8: Pulling fs layer 04:52:42 138eaada9080: Pulling fs layer 04:52:42 0622d0fa9048: Pulling fs layer 04:52:42 41b27a9f41bf: Waiting 04:52:42 28c525ee5125: Waiting 04:52:42 094b1ea09ed8: Waiting 04:52:42 138eaada9080: Waiting 04:52:42 0622d0fa9048: Waiting 04:52:42 444b2fc9a129: Waiting 04:52:42 ea15f1150254: Waiting 04:52:42 2cc5ad85d9ab: Verifying Checksum 04:52:42 2cc5ad85d9ab: Download complete 04:52:42 444b2fc9a129: Verifying Checksum 04:52:42 444b2fc9a129: Download complete 04:52:42 c9b1b535fdd9: Verifying Checksum 04:52:42 c9b1b535fdd9: Download complete 04:52:42 ea15f1150254: Verifying Checksum 04:52:42 ea15f1150254: Download complete 04:52:43 28c525ee5125: Verifying Checksum 04:52:43 28c525ee5125: Download complete 04:52:43 c9b1b535fdd9: Pull complete 04:52:43 2cc5ad85d9ab: Pull complete 04:52:44 756a868c4378: Verifying Checksum 04:52:44 756a868c4378: Download complete 04:52:45 138eaada9080: Verifying Checksum 04:52:45 138eaada9080: Download complete 04:52:45 0622d0fa9048: Verifying Checksum 04:52:45 0622d0fa9048: Download complete 04:52:45 094b1ea09ed8: Verifying Checksum 04:52:45 094b1ea09ed8: Download complete 04:52:46 41b27a9f41bf: Verifying Checksum 04:52:46 41b27a9f41bf: Download complete 04:52:47 756a868c4378: Pull complete 04:52:48 444b2fc9a129: Pull complete 04:52:49 ea15f1150254: Pull complete 04:52:57 41b27a9f41bf: Pull complete 04:52:57 28c525ee5125: Pull complete 04:53:03 094b1ea09ed8: Pull complete 04:53:03 138eaada9080: Pull complete 04:53:04 0622d0fa9048: Pull complete 04:53:04 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:53:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:53:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:53:04 prd-centos7-docker-4c-2g-1529 does not seem to be running inside a container 04:53:05 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:53:10 $ docker top e9e8909e5bdbea264942826e381c54e93a5f88ab78fdf32590dc01fcde6d2ec8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:53:11 provisioning config files... 04:53:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/22@tmp/config6382935075293251076tmp [Pipeline] { [Pipeline] echo 04:53:11 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:53:13 ---> create-netrc.sh [Pipeline] echo 04:53:13 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:53:14 ---> logs-deploy.sh 04:53:14 + ARCHIVE_ARTIFACTS= 04:53:14 + LOGS_SERVER=https://logs.edgexfoundry.org 04:53:14 + '[' https://logs.edgexfoundry.org == None ']' 04:53:14 + NEXUS_URL=https://nexus.edgexfoundry.org 04:53:14 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/22 04:53:14 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/22/ 04:53:14 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/22 /w/workspace/edgex-go/22 04:53:17 Archives upload complete. 04:53:17 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/22 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/22/ 04:53:19 ---> uname -a: 04:53:19 Linux e9e8909e5bdb 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 04:53:19 04:53:19 04:53:20 ---> lscpu: 04:53:20 Architecture: x86_64 04:53:20 CPU op-mode(s): 32-bit, 64-bit 04:53:20 Byte Order: Little Endian 04:53:20 Address sizes: 40 bits physical, 48 bits virtual 04:53:20 CPU(s): 4 04:53:20 On-line CPU(s) list: 0-3 04:53:20 Thread(s) per core: 1 04:53:20 Core(s) per socket: 1 04:53:20 Socket(s): 4 04:53:20 NUMA node(s): 1 04:53:20 Vendor ID: GenuineIntel 04:53:20 CPU family: 6 04:53:20 Model: 44 04:53:20 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:53:20 Stepping: 1 04:53:20 CPU MHz: 2933.438 04:53:20 BogoMIPS: 5866.87 04:53:20 Virtualization: VT-x 04:53:20 Hypervisor vendor: KVM 04:53:20 Virtualization type: full 04:53:20 L1d cache: 128 KiB 04:53:20 L1i cache: 128 KiB 04:53:20 L2 cache: 16 MiB 04:53:20 L3 cache: 64 MiB 04:53:20 NUMA node0 CPU(s): 0-3 04:53:20 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:53:20 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:53:20 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:53:20 Vulnerability Meltdown: Mitigation; PTI 04:53:20 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:53:20 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:53:20 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:53:20 Vulnerability Tsx async abort: Not affected 04:53:20 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 04:53:20 04:53:20 04:53:20 ---> nproc: 04:53:20 4 04:53:20 04:53:20 04:53:20 ---> df -h: 04:53:20 Filesystem Size Used Available Use% Mounted on 04:53:20 overlay 50.0G 12.1G 37.9G 24% / 04:53:20 tmpfs 64.0M 0 64.0M 0% /dev 04:53:20 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:53:20 shm 64.0M 0 64.0M 0% /dev/shm 04:53:20 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/resolv.conf 04:53:20 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/hostname 04:53:20 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/hosts 04:53:20 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/sa 04:53:20 /dev/vda1 50.0G 12.1G 37.9G 24% /w/workspace/edgex-go/22@tmp 04:53:20 /dev/vda1 50.0G 12.1G 37.9G 24% /w/workspace/edgex-go/22 04:53:20 04:53:20 04:53:20 ---> free -m: 04:53:20 total used free shared buff/cache available 04:53:20 Mem: 1837 625 114 0 1097 1129 04:53:20 Swap: 1023 53 970 04:53:20 04:53:20 04:53:20 ---> ip addr: 04:53:20 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:53:20 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:53:20 inet 127.0.0.1/8 scope host lo 04:53:20 valid_lft forever preferred_lft forever 04:53:20 110: eth0@if111: mtu 1458 qdisc noqueue state UP 04:53:20 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 04:53:20 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 04:53:20 valid_lft forever preferred_lft forever 04:53:20 04:53:20 04:53:20 ---> sar -b -r -n DEV: 04:53:20 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/30/20 _x86_64_ (4 CPU) 04:53:20 04:53:20 04:29:53 LINUX RESTART 04:53:20 04:53:20 04:31:01 tps rtps wtps bread/s bwrtn/s 04:53:20 04:32:01 49.83 10.72 39.11 4645.56 7330.17 04:53:20 04:33:01 77.28 51.21 26.06 3870.92 18431.34 04:53:20 04:34:01 378.50 226.84 151.65 7473.67 59269.72 04:53:20 04:35:02 280.71 145.86 134.85 6511.93 17980.23 04:53:20 04:36:01 158.92 84.04 74.88 3916.55 20056.15 04:53:20 04:37:01 71.82 2.44 69.38 373.48 24573.80 04:53:20 04:38:02 980.80 754.12 226.67 94108.08 154587.82 04:53:20 04:39:02 2663.46 2413.39 250.08 139751.84 154096.37 04:53:20 04:40:01 209.20 114.34 94.86 11213.61 15131.71 04:53:20 04:41:01 1089.54 798.66 290.88 94610.78 162895.84 04:53:20 04:42:02 1896.66 1694.23 202.42 95937.52 97022.97 04:53:20 04:43:01 311.35 66.58 244.77 6688.09 24956.58 04:53:20 04:44:01 81.49 1.01 80.47 20.49 4528.93 04:53:20 04:45:01 1.88 1.51 0.37 50.18 4.61 04:53:20 04:46:02 15.51 8.94 6.57 3039.73 156.59 04:53:20 04:47:01 0.19 0.00 0.19 0.00 1.80 04:53:20 04:48:01 0.28 0.00 0.28 0.00 3.18 04:53:20 04:49:01 0.23 0.02 0.22 0.53 2.63 04:53:20 04:50:01 0.25 0.00 0.25 0.00 2.08 04:53:20 04:51:01 0.62 0.08 0.53 1.33 7.18 04:53:20 04:52:01 0.17 0.00 0.17 0.00 1.80 04:53:20 04:53:01 98.50 48.80 49.71 5543.11 15937.90 04:53:20 Average: 381.70 293.22 88.48 21817.05 35449.32 04:53:20 04:53:20 04:31:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:53:20 04:32:01 65884 1815672 96.50 2620 1210852 1302524 44.45 542180 1107584 104628 04:53:20 04:33:01 99020 1782536 94.74 2620 1204760 1277000 43.58 656340 960396 78936 04:53:20 04:34:01 133768 1747788 92.89 1492 1110868 1498056 51.13 626420 916356 1068 04:53:20 04:35:02 87352 1794204 95.36 676 840488 1819324 62.09 823360 727576 18956 04:53:20 04:36:01 352316 1529240 81.28 556 792180 1559988 53.24 658044 626772 11788 04:53:20 04:37:01 210768 1670788 88.80 532 1037124 1150352 39.26 570044 853280 100340 04:53:20 04:38:02 438452 1443104 76.70 60 833400 1919304 65.50 514500 758136 864 04:53:20 04:39:02 264988 1616568 85.92 60 1008768 1478472 50.46 680144 762324 8 04:53:20 04:40:01 411424 1470132 78.13 60 735948 2143912 73.17 643640 603956 43596 04:53:20 04:41:01 531408 1350148 71.76 60 760440 2038876 69.58 488300 685344 76 04:53:20 04:42:02 109424 1772132 94.18 60 1069644 2365236 80.72 667372 911372 7140 04:53:20 04:43:01 399244 1482312 78.78 60 876008 1435780 49.00 477488 784792 2484 04:53:20 04:44:01 389748 1491808 79.29 60 884456 1423676 48.59 501260 769988 20 04:53:20 04:45:01 399376 1482180 78.77 60 885312 1262840 43.10 494220 768800 28 04:53:20 04:46:02 349992 1531564 81.40 60 975996 1122116 38.30 496360 819284 12 04:53:20 04:47:01 350808 1530748 81.36 60 976028 1109744 37.87 495352 819204 12 04:53:20 04:48:01 350956 1530600 81.35 60 976028 1109744 37.87 495228 819204 16 04:53:20 04:49:01 351288 1530268 81.33 60 976040 1109744 37.87 495360 819220 8 04:53:20 04:50:01 351676 1529880 81.31 60 976052 1109744 37.87 495364 819220 8 04:53:20 04:51:01 350568 1530988 81.37 60 976052 1109876 37.88 495648 819260 12 04:53:20 04:52:01 351024 1530532 81.34 60 976044 1109744 37.87 495248 819260 12 04:53:20 04:53:01 64008 1817548 96.60 60 1171456 1545680 52.75 629388 948404 86564 04:53:20 Average: 291522 1590034 84.51 430 966088 1454624 49.64 565512 814533 20753 04:53:20 04:53:20 04:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 04:53:20 04:32:01 veth6e03886 588.07 464.23 55.56 1785.87 0.00 0.00 0.00 04:53:20 04:32:01 eth0 1211.28 1147.77 5453.05 167.79 0.00 0.00 0.00 04:53:20 04:32:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 04:53:20 04:32:01 docker0 588.07 464.10 47.52 1785.86 0.00 0.00 0.00 04:53:20 04:33:01 eth0 791.15 651.05 1021.56 2737.82 0.00 0.00 0.00 04:53:20 04:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:33:01 docker0 313.61 228.61 23.40 854.79 0.00 0.00 0.00 04:53:20 04:34:01 eth0 435.34 242.01 6901.93 54.81 0.00 0.00 0.00 04:53:20 04:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:34:01 vethd2f553c 17.50 21.35 1.77 14.23 0.00 0.00 0.00 04:53:20 04:34:01 docker0 936.40 756.81 73.47 3014.81 0.00 0.00 0.00 04:53:20 04:35:02 eth0 96.28 60.46 484.61 41.01 0.00 0.00 0.00 04:53:20 04:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:35:02 vethe42726c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 04:53:20 04:35:02 docker0 35.63 63.14 2.85 458.47 0.00 0.00 0.00 04:53:20 04:36:01 eth0 38.06 30.48 27.94 44.76 0.00 0.00 0.00 04:53:20 04:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:36:01 vethe42726c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:37:01 eth0 79.63 54.33 1683.61 62.39 0.00 0.00 0.00 04:53:20 04:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:38:02 vethca07b0c 0.73 0.83 0.05 5.55 0.00 0.00 0.00 04:53:20 04:38:02 veth9e86234 0.20 0.25 0.02 0.70 0.00 0.00 0.00 04:53:20 04:38:02 vetha295793 0.99 1.14 0.07 8.72 0.00 0.00 0.00 04:53:20 04:38:02 veth452c9fd 0.18 0.23 0.01 0.24 0.00 0.00 0.00 04:53:20 04:39:02 eth0 2724.27 2238.96 15799.71 3145.30 0.00 0.00 0.00 04:53:20 04:39:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 04:53:20 04:39:02 vethfce8c7b 0.00 0.43 0.00 0.02 0.00 0.00 0.00 04:53:20 04:39:02 docker0 988.50 844.61 77.25 3628.62 0.00 0.00 0.00 04:53:20 04:40:01 eth0 11.49 11.29 5.23 32.56 0.00 0.00 0.00 04:53:20 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:40:01 vethe26cdf0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 04:53:20 04:40:01 vethfce8c7b 0.00 0.44 0.00 0.02 0.00 0.00 0.00 04:53:20 04:41:01 vethd6a0bbc 0.18 0.25 0.01 0.24 0.00 0.00 0.00 04:53:20 04:41:01 vethf7c68f9 0.00 0.10 0.00 0.01 0.00 0.00 0.00 04:53:20 04:41:01 eth0 2740.31 2251.52 15735.71 3168.44 0.00 0.00 0.00 04:53:20 04:41:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 04:53:20 04:42:02 vethf7c68f9 0.00 0.23 0.00 0.01 0.00 0.00 0.00 04:53:20 04:42:02 eth0 36.74 27.98 101.73 28.99 0.00 0.00 0.00 04:53:20 04:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:42:02 vethfce8c7b 0.00 0.63 0.00 0.03 0.00 0.00 0.00 04:53:20 04:43:01 vethd41a608 0.14 0.20 0.01 0.02 0.00 0.00 0.00 04:53:20 04:43:01 eth0 142.83 90.80 551.44 91.03 0.00 0.00 0.00 04:53:20 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:43:01 vethfce8c7b 0.00 0.17 0.00 0.01 0.00 0.00 0.00 04:53:20 04:44:01 vethd41a608 0.07 0.12 0.00 0.01 0.00 0.00 0.00 04:53:20 04:44:01 eth0 42.63 25.43 78.17 32.67 0.00 0.00 0.00 04:53:20 04:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:44:01 vethfce8c7b 0.00 0.08 0.00 0.00 0.00 0.00 0.00 04:53:20 04:45:01 vethd41a608 1.53 2.70 0.10 18.80 0.00 0.00 0.00 04:53:20 04:45:01 eth0 4.18 2.36 19.94 0.73 0.00 0.00 0.00 04:53:20 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:45:01 vethfce8c7b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:46:02 eth0 2.09 1.65 2.28 0.81 0.00 0.00 0.00 04:53:20 04:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:46:02 docker0 1034.76 937.97 79.95 4228.68 0.00 0.00 0.00 04:53:20 04:47:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 04:53:20 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:48:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 04:53:20 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:49:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 04:53:20 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:50:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 04:53:20 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:51:01 eth0 1.02 0.45 0.45 0.27 0.00 0.00 0.00 04:53:20 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:52:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:53:01 eth0 113.04 62.19 2326.77 26.76 0.00 0.00 0.00 04:53:20 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 Average: eth0 125.74 102.76 799.94 150.65 0.00 0.00 0.00 04:53:20 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:53:20 Average: docker0 47.15 42.74 3.64 192.70 0.00 0.00 0.00 04:53:20 04:53:20 04:53:20 ---> sar -P ALL: 04:53:20 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/30/20 _x86_64_ (4 CPU) 04:53:20 04:53:20 04:29:53 LINUX RESTART 04:53:20 04:53:20 04:31:01 CPU %user %nice %system %iowait %steal %idle 04:53:20 04:32:01 all 4.71 0.00 2.46 1.29 16.17 75.38 04:53:20 04:32:01 0 3.88 0.00 2.55 0.72 18.58 74.28 04:53:20 04:32:01 1 3.47 0.00 2.22 1.12 14.39 78.80 04:53:20 04:32:01 2 6.09 0.00 2.96 2.96 15.66 72.34 04:53:20 04:32:01 3 5.47 0.00 2.14 0.44 16.06 75.89 04:53:20 04:33:01 all 10.38 0.00 2.34 0.74 20.74 65.80 04:53:20 04:33:01 0 7.16 0.00 2.11 0.47 25.98 64.28 04:53:20 04:33:01 1 10.02 0.00 2.01 0.79 20.62 66.57 04:53:20 04:33:01 2 11.53 0.00 2.92 1.26 18.63 65.66 04:53:20 04:33:01 3 12.93 0.00 2.31 0.44 17.57 66.74 04:53:20 04:34:01 all 7.19 0.00 4.83 2.66 21.36 63.96 04:53:20 04:34:01 0 6.96 0.00 4.64 1.82 25.18 61.39 04:53:20 04:34:01 1 6.91 0.00 4.65 2.12 21.02 65.29 04:53:20 04:34:01 2 7.79 0.00 4.75 3.07 19.54 64.85 04:53:20 04:34:01 3 7.11 0.00 5.30 3.65 19.65 64.30 04:53:20 04:35:02 all 29.46 0.00 11.52 8.39 13.28 37.35 04:53:20 04:35:02 0 27.94 0.00 11.47 8.85 14.19 37.55 04:53:20 04:35:02 1 28.65 0.00 10.98 6.50 13.93 39.95 04:53:20 04:35:02 2 30.82 0.00 11.61 11.18 12.43 33.97 04:53:20 04:35:02 3 30.44 0.00 12.02 7.05 12.56 37.94 04:53:20 04:36:01 all 31.24 0.00 11.64 3.95 23.86 29.32 04:53:20 04:36:01 0 29.96 0.00 11.68 3.62 25.46 29.28 04:53:20 04:36:01 1 33.86 0.00 12.24 5.26 21.71 26.93 04:53:20 04:36:01 2 28.07 0.00 9.79 3.57 24.86 33.71 04:53:20 04:36:01 3 33.26 0.00 12.92 3.39 23.33 27.10 04:53:20 04:37:01 all 13.01 0.00 7.75 0.66 20.49 58.09 04:53:20 04:37:01 0 13.74 0.00 7.76 0.20 21.27 57.03 04:53:20 04:37:01 1 13.40 0.00 7.72 0.52 21.29 57.07 04:53:20 04:37:01 2 12.43 0.00 7.63 1.70 20.25 57.99 04:53:20 04:37:01 3 12.45 0.00 7.91 0.23 19.14 60.26 04:53:20 04:38:02 all 13.43 0.00 12.62 14.94 17.65 41.36 04:53:20 04:38:02 0 14.14 0.00 12.75 16.22 18.54 38.35 04:53:20 04:38:02 1 12.72 0.00 12.73 14.06 18.00 42.49 04:53:20 04:38:02 2 13.47 0.00 13.21 13.30 16.42 43.61 04:53:20 04:38:02 3 13.40 0.00 11.77 16.17 17.65 41.00 04:53:20 04:39:02 all 11.87 0.00 10.91 38.35 15.01 23.85 04:53:20 04:39:02 0 13.10 0.00 12.83 39.94 14.92 19.21 04:53:20 04:39:02 1 12.19 0.00 10.66 39.02 14.86 23.27 04:53:20 04:39:02 2 10.85 0.00 10.35 40.18 15.64 22.98 04:53:20 04:39:02 3 11.40 0.00 9.87 34.22 14.63 29.89 04:53:20 04:40:01 all 60.95 0.00 12.71 6.76 13.75 5.84 04:53:20 04:40:01 0 62.45 0.00 13.42 4.71 11.97 7.45 04:53:20 04:40:01 1 62.59 0.00 13.50 7.75 11.50 4.65 04:53:20 04:40:01 2 58.44 0.00 11.98 7.46 16.77 5.36 04:53:20 04:40:01 3 60.25 0.00 11.95 7.09 14.79 5.92 04:53:20 04:41:01 all 14.62 0.00 14.17 21.72 14.87 34.62 04:53:20 04:41:01 0 14.63 0.00 15.44 22.06 14.72 33.15 04:53:20 04:41:01 1 13.28 0.00 12.92 19.90 15.22 38.68 04:53:20 04:41:01 2 15.23 0.00 13.74 21.48 14.92 34.64 04:53:20 04:41:01 3 15.35 0.00 14.61 23.52 14.61 31.91 04:53:20 04:42:02 all 22.46 0.00 12.92 32.49 18.66 13.46 04:53:20 04:42:02 0 20.26 0.00 12.17 32.53 19.27 15.77 04:53:20 04:42:02 1 22.06 0.00 11.96 32.87 18.24 14.86 04:53:20 04:42:02 2 22.12 0.00 12.73 31.56 18.94 14.66 04:53:20 04:42:02 3 25.55 0.00 14.91 33.02 18.15 8.38 04:53:20 04:43:01 all 38.32 0.00 14.58 11.09 10.94 25.07 04:53:20 04:43:01 0 38.63 0.00 16.24 7.40 10.55 27.19 04:53:20 04:43:01 1 39.80 0.00 13.09 9.05 11.12 26.95 04:53:20 04:43:01 2 37.42 0.00 14.94 11.30 10.68 25.66 04:53:20 04:43:01 3 37.44 0.00 14.02 16.77 11.43 20.34 04:53:20 04:44:01 all 4.33 0.00 2.21 3.30 4.32 85.83 04:53:20 04:44:01 0 6.27 0.00 2.88 2.26 4.13 84.46 04:53:20 04:44:01 1 2.54 0.00 2.16 6.98 4.85 83.48 04:53:20 04:44:01 2 7.31 0.00 2.46 1.70 4.48 84.04 04:53:20 04:44:01 3 1.26 0.00 1.38 2.24 3.83 91.30 04:53:20 04:45:01 all 0.25 0.00 0.14 0.03 0.37 99.21 04:53:20 04:45:01 0 0.37 0.00 0.10 0.02 0.57 98.95 04:53:20 04:45:01 1 0.15 0.00 0.18 0.10 0.23 99.33 04:53:20 04:45:01 2 0.37 0.00 0.13 0.03 0.33 99.13 04:53:20 04:45:01 3 0.10 0.00 0.12 0.00 0.33 99.45 04:53:20 04:46:02 all 0.21 0.00 0.20 0.30 0.71 98.58 04:53:20 04:46:02 0 0.08 0.00 0.22 0.61 0.68 98.41 04:53:20 04:46:02 1 0.13 0.00 0.36 0.05 0.78 98.67 04:53:20 04:46:02 2 0.30 0.00 0.10 0.43 0.94 98.23 04:53:20 04:46:02 3 0.35 0.00 0.13 0.10 0.45 98.97 04:53:20 04:47:01 all 0.12 0.00 0.03 0.00 0.04 99.80 04:53:20 04:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:53:20 04:47:01 1 0.03 0.00 0.07 0.00 0.02 99.88 04:53:20 04:47:01 2 0.00 0.00 0.03 0.00 0.03 99.93 04:53:20 04:47:01 3 0.44 0.00 0.02 0.00 0.10 99.44 04:53:20 04:48:01 all 0.10 0.00 0.02 0.00 0.06 99.81 04:53:20 04:48:01 0 0.02 0.00 0.02 0.00 0.03 99.93 04:53:20 04:48:01 1 0.27 0.00 0.05 0.00 0.02 99.67 04:53:20 04:48:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:53:20 04:48:01 3 0.12 0.00 0.03 0.00 0.20 99.65 04:53:20 04:49:01 all 0.13 0.00 0.02 0.00 0.03 99.80 04:53:20 04:49:01 0 0.02 0.00 0.02 0.00 0.03 99.93 04:53:20 04:49:01 1 0.45 0.00 0.02 0.00 0.02 99.52 04:53:20 04:49:01 2 0.05 0.00 0.05 0.00 0.03 99.87 04:53:20 04:49:01 3 0.02 0.00 0.00 0.00 0.03 99.95 04:53:20 04:50:01 all 0.10 0.00 0.03 0.00 0.26 99.61 04:53:20 04:50:01 0 0.00 0.00 0.02 0.00 0.03 99.95 04:53:20 04:50:01 1 0.32 0.00 0.03 0.00 0.07 99.58 04:53:20 04:50:01 2 0.05 0.00 0.05 0.00 0.66 99.24 04:53:20 04:50:01 3 0.03 0.00 0.02 0.00 0.25 99.70 04:53:20 04:51:01 all 0.09 0.00 0.03 0.00 0.16 99.72 04:53:20 04:51:01 0 0.02 0.00 0.00 0.00 0.05 99.93 04:53:20 04:51:01 1 0.28 0.00 0.03 0.02 0.12 99.55 04:53:20 04:51:01 2 0.05 0.00 0.07 0.00 0.32 99.57 04:53:20 04:51:01 3 0.02 0.00 0.02 0.00 0.15 99.82 04:53:20 04:52:01 all 0.08 0.00 0.04 0.00 0.07 99.82 04:53:20 04:52:01 0 0.00 0.00 0.02 0.00 0.07 99.92 04:53:20 04:52:01 1 0.23 0.00 0.05 0.00 0.15 99.57 04:53:20 04:52:01 2 0.03 0.00 0.07 0.00 0.05 99.85 04:53:20 04:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:53:20 04:53:01 all 3.67 0.00 2.24 2.92 9.30 81.87 04:53:20 04:53:01 0 3.33 0.00 2.21 2.72 10.18 81.56 04:53:20 04:53:01 1 3.27 0.00 2.26 3.37 9.15 81.95 04:53:20 04:53:01 2 4.84 0.00 2.37 3.86 9.19 79.75 04:53:20 04:53:01 3 3.26 0.00 2.13 1.74 8.71 84.16 04:53:20 Average: all 11.29 0.00 5.37 6.53 10.00 66.80 04:53:20 Average: 0 11.10 0.00 5.58 6.29 10.72 66.31 04:53:20 Average: 1 11.24 0.00 5.21 6.54 9.84 67.17 04:53:20 Average: 2 11.40 0.00 5.34 6.80 9.92 66.54 04:53:20 Average: 3 11.42 0.00 5.35 6.48 9.55 67.20 04:53:20 04:53:20 04:53:20