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 0770b02f8dbf6fa3749531d75a314b1a028befb4+2f18d68ce33577a025edc322deb728338e3be43f (bd9f4e96a4490e951fed3e76af1bbbb4c978f721) 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 on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2016 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/26 [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/26 # 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 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit 0770b02f8dbf6fa3749531d75a314b1a028befb4 Merge succeeded, producing 7357c0e613a5b77866d6e88290208b565c3e7996 Checking out Revision 7357c0e613a5b77866d6e88290208b565c3e7996 (PR-2610) > 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 0770b02f8dbf6fa3749531d75a314b1a028befb4 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7357c0e613a5b77866d6e88290208b565c3e7996 # timeout=10 Commit message: "Merge commit '2f18d68ce33577a025edc322deb728338e3be43f' into HEAD" > git rev-list --no-walk 0770b02f8dbf6fa3749531d75a314b1a028befb4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:30:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:30:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:30:42 ========================================================= 04:30:42 EdgeX Global Pipelines Version Info 04:30:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:30:43 ------------------- 04:30:43 stable info: 04:30:43 ------------------- 04:30:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:30:43 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:30:43 Message: update stable to v1.0.106 04:30:44 ------------------- 04:30:44 experimental info: 04:30:44 ------------------- 04:30:44 Commited By: **** collab-it+edgex@linuxfoundation.org 04:30:44 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 04:30:44 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:30:46 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 04:30:46 + for file in '`ls cmd/**/Dockerfile`' 04:30:46 ++ dirname cmd/core-command/Dockerfile 04:30:46 ++ cut -d/ -f2 04:30:46 + echo core-command,cmd/core-command/Dockerfile 04:30:46 + for file in '`ls cmd/**/Dockerfile`' 04:30:46 ++ dirname cmd/core-data/Dockerfile 04:30:46 ++ cut -d/ -f2 04:30:46 + echo core-data,cmd/core-data/Dockerfile 04:30:46 + for file in '`ls cmd/**/Dockerfile`' 04:30:46 ++ dirname cmd/core-metadata/Dockerfile 04:30:46 ++ cut -d/ -f2 04:30:46 + echo core-metadata,cmd/core-metadata/Dockerfile 04:30:46 + for file in '`ls cmd/**/Dockerfile`' 04:30:46 ++ dirname cmd/security-proxy-setup/Dockerfile 04:30:46 ++ cut -d/ -f2 04:30:46 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:30:46 + for file in '`ls cmd/**/Dockerfile`' 04:30:46 ++ dirname cmd/security-secrets-setup/Dockerfile 04:30:46 ++ cut -d/ -f2 04:30:46 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:30:46 + for file in '`ls cmd/**/Dockerfile`' 04:30:46 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:30:46 ++ cut -d/ -f2 04:30:46 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:30:46 + for file in '`ls cmd/**/Dockerfile`' 04:30:46 ++ dirname cmd/support-logging/Dockerfile 04:30:46 ++ cut -d/ -f2 04:30:46 + echo support-logging,cmd/support-logging/Dockerfile 04:30:46 + for file in '`ls cmd/**/Dockerfile`' 04:30:46 ++ dirname cmd/support-notifications/Dockerfile 04:30:46 ++ cut -d/ -f2 04:30:46 + echo support-notifications,cmd/support-notifications/Dockerfile 04:30:46 + for file in '`ls cmd/**/Dockerfile`' 04:30:46 ++ dirname cmd/support-scheduler/Dockerfile 04:30:46 ++ cut -d/ -f2 04:30:46 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:30:46 + for file in '`ls cmd/**/Dockerfile`' 04:30:46 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:30:46 ++ cut -d/ -f2 04:30:46 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:30:46 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 04:30:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:47 04:30:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:30:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:47 latest: Pulling from edgex-devops/git-semver 04:30:47 31603596830f: Pulling fs layer 04:30:47 2a8b12db71e7: Pulling fs layer 04:30:47 6ca5941a6612: Pulling fs layer 04:30:47 ecc8261a40a4: Pulling fs layer 04:30:47 ecc8261a40a4: Waiting 04:30:47 2a8b12db71e7: Download complete 04:30:47 31603596830f: Verifying Checksum 04:30:47 31603596830f: Download complete 04:30:48 ecc8261a40a4: Verifying Checksum 04:30:48 ecc8261a40a4: Download complete 04:30:48 6ca5941a6612: Verifying Checksum 04:30:48 6ca5941a6612: Download complete 04:30:48 31603596830f: Pull complete 04:30:48 2a8b12db71e7: Pull complete 04:30:49 6ca5941a6612: Pull complete 04:30:49 ecc8261a40a4: Pull complete 04:30:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:30:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:30:49 prd-centos7-docker-4c-2g-2016 does not seem to be running inside a container 04:30:49 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:30:52 $ docker top 7774300c8f69357cb58ba9ba731d84e16a45285b9afc212d42a5d28827007609 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:30:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:52 [ssh-agent] Looking for ssh-agent implementation... 04:30:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:52 $ docker exec 7774300c8f69357cb58ba9ba731d84e16a45285b9afc212d42a5d28827007609 ssh-agent 04:30:52 SSH_AUTH_SOCK=/tmp/ssh-2X1GkeB4JvaU/agent.13 04:30:52 SSH_AGENT_PID=18 04:30:52 Running ssh-add (command line suppressed) 04:30:52 Identity added: /w/workspace/edgex-go/26@tmp/private_key_3416857412452634263.key (/w/workspace/edgex-go/26@tmp/private_key_3416857412452634263.key) 04:30:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:53 + git describe --exact-match --tags HEAD 04:30:53 fatal: No names found, cannot describe anything. [Pipeline] } 04:30:53 $ docker exec --env ******** --env ******** 7774300c8f69357cb58ba9ba731d84e16a45285b9afc212d42a5d28827007609 ssh-agent -k 04:30:53 unset SSH_AUTH_SOCK; 04:30:53 unset SSH_AGENT_PID; 04:30:53 echo Agent pid 18 killed; 04:30:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:30:53 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:30:53 This usually means this commit has not been tagged. [Pipeline] sshagent 04:30:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:53 [ssh-agent] Looking for ssh-agent implementation... 04:30:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:53 $ docker exec 7774300c8f69357cb58ba9ba731d84e16a45285b9afc212d42a5d28827007609 ssh-agent 04:30:54 SSH_AUTH_SOCK=/tmp/ssh-uWYuhX3cUh0X/agent.47 04:30:54 SSH_AGENT_PID=52 04:30:54 Running ssh-add (command line suppressed) 04:30:54 Identity added: /w/workspace/edgex-go/26@tmp/private_key_2444669964766912365.key (/w/workspace/edgex-go/26@tmp/private_key_2444669964766912365.key) 04:30:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:54 + git semver init 04:30:54 # -> Open(): unable to determine branch for HEAD 04:30:54 # $GIT_DIR = /w/workspace/edgex-go/26/.git 04:30:54 # $GIT_WORK_TREE = /w/workspace/edgex-go/26 04:30:54 # $SEMVER_REMOTE_NAME = origin 04:30:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:30:54 # $SEMVER_USER_NAME = edgex-jenkins 04:30:54 # $SEMVER_BRANCH = PR-2610 04:30:54 # $SEMVER_TEMP = /tmp/semver-491029581 04:30:54 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:31:21 # '/tmp/semver-491029581' -> '/w/workspace/edgex-go/26/.semver' 04:31:21 # -> Force: false 04:31:21 # $SEMVER_DIR = /w/workspace/edgex-go/26/.semver [Pipeline] } 04:31:21 $ docker exec --env ******** --env ******** 7774300c8f69357cb58ba9ba731d84e16a45285b9afc212d42a5d28827007609 ssh-agent -k 04:31:21 unset SSH_AUTH_SOCK; 04:31:21 unset SSH_AGENT_PID; 04:31:21 echo Agent pid 52 killed; 04:31:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:31:21 + git semver [Pipeline] } 04:31:21 $ docker stop --time=1 7774300c8f69357cb58ba9ba731d84e16a45285b9afc212d42a5d28827007609 04:31:23 $ docker rm -f 7774300c8f69357cb58ba9ba731d84e16a45285b9afc212d42a5d28827007609 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:31:37 Stashed 30 file(s) [Pipeline] echo 04:31:37 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 04:31:37 ========================================================= 04:31:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:31:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:31:38 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 04:31:41 Sending build context to Docker daemon 323.1MB 04:31:41 Step 1/7 : ARG BASE=golang:1.13-alpine 04:31:41 Step 2/7 : FROM ${BASE} 04:31:41 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:31:41 df20fa9351a1: Pulling fs layer 04:31:41 ed8968b2872e: Pulling fs layer 04:31:41 a92cc7c5fd73: Pulling fs layer 04:31:41 2dd03ba5bac4: Pulling fs layer 04:31:41 1e091d79d1de: Pulling fs layer 04:31:41 481702a1767f: Pulling fs layer 04:31:41 f64a6f60c768: Pulling fs layer 04:31:41 e78d2573fc39: Pulling fs layer 04:31:41 e876d2f968b6: Pulling fs layer 04:31:41 ce8a83651883: Pulling fs layer 04:31:41 07967f4d0e4b: Pulling fs layer 04:31:41 481702a1767f: Waiting 04:31:41 e876d2f968b6: Waiting 04:31:41 f64a6f60c768: Waiting 04:31:41 ce8a83651883: Waiting 04:31:41 e78d2573fc39: Waiting 04:31:41 2dd03ba5bac4: Waiting 04:31:41 a92cc7c5fd73: Verifying Checksum 04:31:41 a92cc7c5fd73: Download complete 04:31:41 ed8968b2872e: Download complete 04:31:41 1e091d79d1de: Download complete 04:31:41 481702a1767f: Verifying Checksum 04:31:41 481702a1767f: Download complete 04:31:41 df20fa9351a1: Verifying Checksum 04:31:41 df20fa9351a1: Download complete 04:31:41 f64a6f60c768: Verifying Checksum 04:31:41 f64a6f60c768: Download complete 04:31:42 e876d2f968b6: Verifying Checksum 04:31:42 e876d2f968b6: Download complete 04:31:42 ce8a83651883: Verifying Checksum 04:31:42 ce8a83651883: Download complete 04:31:42 07967f4d0e4b: Verifying Checksum 04:31:42 07967f4d0e4b: Download complete 04:31:42 e78d2573fc39: Verifying Checksum 04:31:42 e78d2573fc39: Download complete 04:31:43 2dd03ba5bac4: Verifying Checksum 04:31:43 2dd03ba5bac4: Download complete 04:31:43 df20fa9351a1: Pull complete 04:31:44 ed8968b2872e: Pull complete 04:31:44 a92cc7c5fd73: Pull complete 04:31:50 2dd03ba5bac4: Pull complete 04:31:50 1e091d79d1de: Pull complete 04:31:50 481702a1767f: Pull complete 04:31:52 Still waiting to schedule task 04:31:52 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 04:31:57 f64a6f60c768: Pull complete 04:32:00 e78d2573fc39: Pull complete 04:32:00 e876d2f968b6: Pull complete 04:32:01 ce8a83651883: Pull complete 04:32:01 07967f4d0e4b: Pull complete 04:32:01 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:32:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:32:01 ---> 5d7c900382c6 04:32:01 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:32:02 ---> Running in 9bccf5f5c945 04:32:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:32:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:32:03 (1/12) Installing libmagic (5.38-r0) 04:32:04 (2/12) Installing file (5.38-r0) 04:32:04 (3/12) Installing libc-dev (0.7.2-r3) 04:32:04 (4/12) Installing g++ (9.3.0-r2) 04:32:06 (5/12) Installing fortify-headers (1.1-r0) 04:32:06 (6/12) Installing patch (2.7.6-r6) 04:32:06 (7/12) Installing build-base (0.5-r2) 04:32:06 (8/12) Installing libsodium (1.0.18-r0) 04:32:06 (9/12) Installing pkgconf (1.7.2-r0) 04:32:07 (10/12) Installing libsodium-dev (1.0.18-r0) 04:32:07 (11/12) Installing libzmq (4.3.2-r0) 04:32:07 (12/12) Installing zeromq-dev (4.3.2-r0) 04:32:07 Executing busybox-1.31.1-r16.trigger 04:32:07 OK: 233 MiB in 51 packages 04:32:11 Removing intermediate container 9bccf5f5c945 04:32:11 ---> 463b9acaba57 04:32:11 Step 4/7 : WORKDIR /edgex-go 04:32:11 ---> Running in 5f0991cf8c41 04:32:11 Removing intermediate container 5f0991cf8c41 04:32:11 ---> 326f12feb317 04:32:11 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:32:11 latest: Pulling from library/docker 04:32:11 df20fa9351a1: Already exists 04:32:11 25ad7478873d: Pulling fs layer 04:32:11 4684f6177b5d: Pulling fs layer 04:32:11 46e300cec669: Pulling fs layer 04:32:11 63038576ad94: Pulling fs layer 04:32:11 0fdb76c4706c: Pulling fs layer 04:32:11 cb7edeffdfd5: Pulling fs layer 04:32:11 63038576ad94: Waiting 04:32:11 0fdb76c4706c: Waiting 04:32:11 cb7edeffdfd5: Waiting 04:32:11 4684f6177b5d: Verifying Checksum 04:32:11 4684f6177b5d: Download complete 04:32:11 25ad7478873d: Download complete 04:32:11 63038576ad94: Verifying Checksum 04:32:11 63038576ad94: Download complete 04:32:11 0fdb76c4706c: Verifying Checksum 04:32:11 0fdb76c4706c: Download complete 04:32:12 cb7edeffdfd5: Verifying Checksum 04:32:12 cb7edeffdfd5: Download complete 04:32:12 25ad7478873d: Pull complete 04:32:12 4684f6177b5d: Pull complete 04:32:12 46e300cec669: Verifying Checksum 04:32:12 46e300cec669: Download complete 04:32:15 46e300cec669: Pull complete 04:32:15 63038576ad94: Pull complete 04:32:15 0fdb76c4706c: Pull complete 04:32:15 cb7edeffdfd5: Pull complete 04:32:15 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:32:15 Status: Downloaded newer image for docker:latest 04:32:17 ---> ae255f0a0aa7 04:32:17 Step 6/7 : COPY go.mod . 04:32:17 ---> e26c92560128 04:32:17 Step 7/7 : RUN go mod download 04:32:17 ---> Running in 4676b68ffd52 04:32:19 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:32:19 go: finding github.com/BurntSushi/toml v0.3.1 04:32:19 go: finding github.com/OneOfOne/xxhash v1.2.5 04:32:19 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:32:19 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:32:19 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:32:19 go: finding github.com/bgentry/speakeasy v0.1.0 04:32:19 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:32:19 go: finding github.com/cloudflare/gokey v0.1.0 04:32:19 go: finding github.com/davecgh/go-spew v1.1.1 04:32:19 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:32:19 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:32:19 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:32:19 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:32:19 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 04:32:19 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:32:19 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:32:19 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:32:19 go: finding github.com/fatih/color v1.7.0 04:32:19 go: finding github.com/fsnotify/fsnotify v1.4.7 04:32:19 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:32:19 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:32:19 go: finding github.com/go-kit/kit v0.8.0 04:32:19 go: finding github.com/go-logfmt/logfmt v0.4.0 04:32:19 go: finding github.com/go-playground/assert/v2 v2.0.1 04:32:19 go: finding github.com/go-playground/locales v0.13.0 04:32:19 go: finding github.com/go-playground/universal-translator v0.17.0 04:32:19 go: finding github.com/go-playground/validator/v10 v10.3.0 04:32:19 go: finding github.com/go-redis/redis/v7 v7.2.0 04:32:19 go: finding github.com/go-stack/stack v1.8.0 04:32:19 go: finding github.com/golang/protobuf v1.3.2 04:32:19 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:32:19 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:32:19 go: finding github.com/google/uuid v1.1.0 04:32:19 go: finding github.com/gorilla/mux v1.7.1 04:32:19 go: finding github.com/hashicorp/consul/api v1.1.0 04:32:19 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:32:20 go: finding github.com/hashicorp/errwrap v1.0.0 04:32:20 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:32:20 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:32:20 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:32:20 go: finding github.com/hashicorp/go-multierror v1.0.0 04:32:20 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:32:20 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:32:20 go: finding github.com/hashicorp/go-syslog v1.0.0 04:32:20 go: finding github.com/hashicorp/go-uuid v1.0.1 04:32:20 go: finding github.com/hashicorp/go.net v0.0.1 04:32:20 go: finding github.com/hashicorp/golang-lru v0.5.0 04:32:20 go: finding github.com/hashicorp/logutils v1.0.0 04:32:20 go: finding github.com/hashicorp/mdns v1.0.0 04:32:20 go: finding github.com/hashicorp/memberlist v0.1.3 04:32:20 go: finding github.com/hashicorp/serf v0.8.2 04:32:20 go: finding github.com/hpcloud/tail v1.0.0 04:32:20 go: finding github.com/imdario/mergo v0.3.6 04:32:20 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:32:20 go: finding github.com/kr/pretty v0.1.0 04:32:20 go: finding github.com/kr/pty v1.1.1 04:32:20 go: finding github.com/kr/text v0.1.0 04:32:20 go: finding github.com/leodido/go-urn v1.2.0 04:32:20 go: finding github.com/mattn/go-colorable v0.0.9 04:32:20 go: finding github.com/mattn/go-isatty v0.0.3 04:32:20 go: finding github.com/miekg/dns v1.0.14 04:32:20 go: finding github.com/mitchellh/cli v1.0.0 04:32:20 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:32:20 go: finding github.com/mitchellh/copystructure v1.0.0 04:32:20 go: finding github.com/mitchellh/go-homedir v1.0.0 04:32:20 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:32:20 go: finding github.com/mitchellh/gox v0.4.0 04:32:20 go: finding github.com/mitchellh/iochan v1.0.0 04:32:20 go: finding github.com/mitchellh/mapstructure v1.1.2 04:32:21 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:32:21 go: finding github.com/onsi/ginkgo v1.10.1 04:32:21 go: finding github.com/onsi/gomega v1.7.0 04:32:21 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:32:21 go: finding github.com/pebbe/zmq4 v1.0.0 04:32:21 go: finding github.com/pelletier/go-toml v1.2.0 04:32:21 go: finding github.com/pkg/errors v0.8.1 04:32:21 go: finding github.com/pmezard/go-difflib v1.0.0 04:32:21 go: finding github.com/posener/complete v1.1.1 04:32:21 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:32:21 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:32:21 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:32:21 go: finding github.com/stretchr/objx v0.1.0 04:32:21 go: finding github.com/stretchr/testify v1.5.1 04:32:21 go: finding github.com/ugorji/go v1.1.4 04:32:21 go: finding github.com/x448/float16 v0.8.4 04:32:21 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:32:21 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:32:21 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:32:21 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:32:21 go: finding golang.org/x/text v0.3.2 04:32:21 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:32:21 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:32:21 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:32:21 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:32:21 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:32:21 go: finding gopkg.in/yaml.v2 v2.2.8 04:32:39 Removing intermediate container 4676b68ffd52 04:32:39 ---> cba7e9e2d9a8 04:32:39 Successfully built cba7e9e2d9a8 04:32:39 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:32:40 + docker inspect -f . ci-base-image-x86_64 04:32:40 . [Pipeline] withDockerContainer 04:32:40 prd-centos7-docker-4c-2g-2016 does not seem to be running inside a container 04:32:40 $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:32:41 $ docker top 8f1e2fe3e2ddfe87b2c77c23ce1e0690ab9875527f8518551341bef0bef0b5dc -eo pid,comm [Pipeline] { [Pipeline] sh 04:32:41 + go version 04:32:41 go version go1.13.13 linux/amd64 [Pipeline] echo 04:32:41 ========================================================= 04:32:41 [edgeXBuildGoParallel] Running Tests and Build... 04:32:41 ========================================================= [Pipeline] sh 04:32:41 + make test 04:32:41 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:32:44 ? github.com/edgexfoundry/edgex-go [no test files] 04:32:54 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:33:00 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:33:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:33:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:33:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:33:02 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.005s 04:33:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:33:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:33:02 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:33:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:33:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:33:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:33:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:33:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:33:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.018s coverage: 46.6% of statements 04:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:33:11 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.050s coverage: 27.2% of statements 04:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:33:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.015s coverage: 100.0% of statements 04:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:33:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.014s coverage: 100.0% of statements 04:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:33:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.322s coverage: 77.5% of statements 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:33:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.152s coverage: 28.6% of statements 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:33:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.011s coverage: 100.0% of statements 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:33:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.005s coverage: 100.0% of statements 04:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:33:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.034s coverage: 89.8% of statements 04:33:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:33:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.020s coverage: 97.5% of statements 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:33:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.016s coverage: 100.0% of statements 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:33:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.017s coverage: 58.8% of statements 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 04:33:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 04:33:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.046s coverage: 63.5% of statements 04:33:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:33:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:33:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.030s coverage: 100.0% of statements 04:33:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.156s coverage: 55.9% of statements 04:33:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:33:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:33:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:33:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.008s coverage: 86.3% of statements 04:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.104s coverage: 72.2% of statements 04:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.103s coverage: 72.1% of statements 04:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.026s coverage: 82.4% of statements 04:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.008s coverage: 48.4% of statements 04:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:33:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.006s coverage: 28.8% of statements 04:33:18 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:33:18 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.022s coverage: 96.8% of statements 04:33:18 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:33:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.043s coverage: 26.9% of statements 04:33:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:33:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:33:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.091s coverage: 84.1% of statements 04:33:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.006s coverage: 100.0% of statements 04:33:20 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.009s coverage: 42.9% of statements 04:33:20 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:33:20 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:33:20 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.021s coverage: 100.0% of statements 04:33:20 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:33:20 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.007s coverage: 83.8% of statements 04:33:20 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:33:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.033s coverage: 45.1% of statements 04:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:33:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.020s coverage: 100.0% of statements 04:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:33:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.023s coverage: 100.0% of statements 04:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:33:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.011s coverage: 100.0% of statements 04:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:33:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.045s coverage: 29.1% of statements 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:33:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:33:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.031s coverage: 99.0% of statements 04:33:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:33:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.016s coverage: 100.0% of statements 04:33:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:33:24 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 04:33:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:33:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements 04:33:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:33:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:33:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:33:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:33:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.005s coverage: 87.9% of statements 04:33:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:33:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:33:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements 04:33:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 04:33:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 04:33:26 GO111MODULE=on go vet ./... 04:33:32 gofmt -l . 04:33:32 [ "`gofmt -l .`" = "" ] 04:33:33 ./bin/test-go-mod-tidy.sh 04:33:33 ./bin/test-attribution-txt.sh [Pipeline] sh 04:33:36 + ls -al . 04:33:36 total 556 04:33:36 drwxrwxr-x 10 1001 1001 4096 Aug 4 04:33 . 04:33:36 drwxr-xr-x 4 root root 30 Aug 4 04:32 .. 04:33:36 -rw-rw-r-- 1 1001 1001 11 Aug 4 04:30 .dockerignore 04:33:36 drwxrwxr-x 8 1001 1001 179 Aug 4 04:30 .git 04:33:36 drwxrwxr-x 3 1001 1001 60 Aug 4 04:30 .github 04:33:36 -rw-rw-r-- 1 1001 1001 932 Aug 4 04:30 .gitignore 04:33:36 drwx------ 3 1001 1001 47 Aug 4 04:31 .semver 04:33:36 -rw-rw-r-- 1 1001 1001 166 Aug 4 04:30 .sonarcloud.properties 04:33:36 -rw-rw-r-- 1 1001 1001 3804 Aug 4 04:30 CONTRIBUTING.md 04:33:36 -rw-rw-r-- 1 1001 1001 1035 Aug 4 04:30 Dockerfile.build 04:33:36 -rw-rw-r-- 1 1001 1001 865 Aug 4 04:30 Jenkinsfile 04:33:36 -rw-rw-r-- 1 1001 1001 10775 Aug 4 04:30 LICENSE 04:33:36 -rw-rw-r-- 1 1001 1001 6237 Aug 4 04:30 Makefile 04:33:36 -rw-rw-r-- 1 1001 1001 5652 Aug 4 04:30 README.md 04:33:36 -rw-rw-r-- 1 1001 1001 7111 Aug 4 04:30 SECURITY.md 04:33:36 -rw-rw-r-- 1 1001 1001 5 Aug 4 04:31 VERSION 04:33:36 -rw-rw-r-- 1 1001 1001 4131 Aug 4 04:30 ZMQWindows.md 04:33:36 drwxrwxr-x 2 1001 1001 117 Aug 4 04:30 bin 04:33:36 drwxrwxr-x 15 1001 1001 4096 Aug 4 04:30 cmd 04:33:36 -rw-r--r-- 1 root root 457515 Aug 4 04:33 coverage.out 04:33:36 -rw-r--r-- 1 root root 1019 Aug 4 04:33 go.mod 04:33:36 -rw-r--r-- 1 root root 19185 Aug 4 04:33 go.sum 04:33:36 drwxrwxr-x 8 1001 1001 127 Aug 4 04:30 internal 04:33:36 drwxrwxr-x 4 1001 1001 26 Aug 4 04:30 openapi 04:33:36 drwxrwxr-x 4 1001 1001 71 Aug 4 04:30 snap 04:33:36 -rw-rw-r-- 1 1001 1001 168 Aug 4 04:30 version.go [Pipeline] sh 04:33:36 + '[' -e coverage.out ] 04:33:36 + chown 1001:1001 coverage.out [Pipeline] stash 04:33:36 Stashed 1 file(s) [Pipeline] sh 04:33:36 + make build 04:33:36 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:33:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:33:46 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:33:48 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:33:50 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:33:52 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:33:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:33:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:33:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:33:58 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:34:00 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:34: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:34:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:34:04 $ docker stop --time=1 8f1e2fe3e2ddfe87b2c77c23ce1e0690ab9875527f8518551341bef0bef0b5dc 04:34:05 $ docker rm -f 8f1e2fe3e2ddfe87b2c77c23ce1e0690ab9875527f8518551341bef0bef0b5dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:34:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:07 04:34:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:34:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:07 latest: Pulling from edgex-devops/edgex-compose 04:34:07 cbdbe7a5bc2a: Pulling fs layer 04:34:07 ca9280d653b3: Pulling fs layer 04:34:07 7e9c9ca2126c: Pulling fs layer 04:34:07 cbdbe7a5bc2a: Download complete 04:34:07 ca9280d653b3: Verifying Checksum 04:34:07 ca9280d653b3: Download complete 04:34:07 cbdbe7a5bc2a: Pull complete 04:34:08 7e9c9ca2126c: Verifying Checksum 04:34:08 7e9c9ca2126c: Download complete 04:34:08 ca9280d653b3: Pull complete 04:34:15 7e9c9ca2126c: Pull complete 04:34:15 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:34:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:34:15 prd-centos7-docker-4c-2g-2016 does not seem to be running inside a container 04:34:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:34:18 $ docker top 536da93991c885249c14add33b32cb64bc11a15118b269696a57af841607bd71 -eo pid,comm [Pipeline] { [Pipeline] sh 04:34:19 + docker-compose build --help 04:34:19 + grep parallel 04:34:20 --parallel Build images in parallel. [Pipeline] } 04:34:20 $ docker stop --time=1 536da93991c885249c14add33b32cb64bc11a15118b269696a57af841607bd71 04:34:21 $ docker rm -f 536da93991c885249c14add33b32cb64bc11a15118b269696a57af841607bd71 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:34:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:22 . [Pipeline] withDockerContainer 04:34:22 prd-centos7-docker-4c-2g-2016 does not seem to be running inside a container 04:34:22 $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@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:34:22 $ docker top a952d9194ae8164de61241a629dffeea995c6b4d7c9874e8c5f4f3ec64643cbc -eo pid,comm [Pipeline] { [Pipeline] sh 04:34:23 + docker-compose -f ./docker-compose-build.yml build --parallel 04:34:24 Building docker-core-command-go ... 04:34:24 Building docker-core-data-go ... 04:34:24 Building docker-core-metadata-go ... 04:34:24 Building docker-security-proxy-setup-go ... 04:34:24 Building docker-security-secrets-setup-go ... 04:34:24 Building docker-security-secretstore-setup-go ... 04:34:24 Building docker-support-logging-go ... 04:34:24 Building docker-support-notifications-go ... 04:34:24 Building docker-support-scheduler-go ... 04:34:24 Building docker-sys-mgmt-agent-go ... 04:34:24 Building docker-security-secretstore-setup-go 04:34:24 Building docker-security-proxy-setup-go 04:34:24 Building docker-core-metadata-go 04:34:24 Building docker-sys-mgmt-agent-go 04:34:24 Building docker-support-scheduler-go 04:34:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2019 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws 04:34:42 Running in /w/workspace/edgex-go/26 [Pipeline] { [Pipeline] checkout 04:34:48 using credential edgex-jenkins-ssh 04:34:48 Cloning the remote Git repository 04:34:48 Cloning with configured refspecs honoured and without tags 04:34:48 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:34:48 > git init /w/workspace/edgex-go/26 # timeout=10 04:34:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:34:48 > git --version # timeout=10 04:34:48 using GIT_SSH to set credentials SSH Credentials for GitHub 04:34:48 > 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:34:56 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:34:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:34:56 ---> cba7e9e2d9a8 04:34:56 Step 3/26 : WORKDIR /edgex-go 04:34:56 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:34:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:34:56 ---> cba7e9e2d9a8 04:34:56 Step 3/21 : WORKDIR /edgex-go 04:34:56 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:34:56 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:34:56 ---> cba7e9e2d9a8 04:34:56 Step 3/20 : WORKDIR /edgex-go 04:34:56 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:34:56 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:34:56 ---> cba7e9e2d9a8 04:34:56 Step 3/20 : WORKDIR /edgex-go 04:34:56 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:34:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:34:56 ---> cba7e9e2d9a8 04:34:56 Step 3/26 : WORKDIR /edgex-go 04:34:57 ---> Running in 0e4982a84bc7 04:34:57 ---> Running in f31017807c3e 04:34:57 ---> Running in e0163a92d39f 04:34:57 ---> Running in 89eb2710e398 04:34:57 ---> Running in 04a8d77a55f5 04:34:57 Removing intermediate container 0e4982a84bc7 04:34:57 ---> 7e9a47b62f59 04:34:57 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:34:57 Removing intermediate container f31017807c3e 04:34:57 ---> 0495f50900f9 04:34:57 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:34:57 Removing intermediate container 89eb2710e398 04:34:57 ---> 9404ef42dc9a 04:34:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:34:57 Removing intermediate container e0163a92d39f 04:34:57 ---> a6da89937328 04:34:57 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:34:57 Removing intermediate container 04a8d77a55f5 04:34:57 ---> d9c37b188bd9 04:34:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:34:57 ---> Running in fef68efe3b75 04:34:57 ---> Running in 6dbbbf5074c4 04:34:58 ---> Running in 603853bfdbeb 04:34:58 ---> Running in 4c2cda0a4418 04:34:58 ---> Running in 09fa6c337e40 04:35:00 Removing intermediate container 6dbbbf5074c4 04:35:00 ---> bed84dd0ee88 04:35:00 Step 5/20 : RUN apk update && apk add make git 04:35:00 Removing intermediate container 603853bfdbeb 04:35:00 ---> f82b55df7fe7 04:35:00 Step 5/26 : RUN apk update && apk add make bash git 04:35:00 Removing intermediate container fef68efe3b75 04:35:00 ---> 8c652da1a663 04:35:00 Step 5/20 : RUN apk update && apk add make git 04:35:00 ---> Running in 614754c215cd 04:35:00 ---> Running in d8fc907971d5 04:35:00 ---> Running in 2a267696dc82 04:35:00 Removing intermediate container 09fa6c337e40 04:35:00 ---> 518684b41674 04:35:00 Step 5/26 : RUN apk update && apk add make git 04:35:00 Removing intermediate container 4c2cda0a4418 04:35:00 ---> 347787473a46 04:35:00 Step 5/21 : RUN apk update && apk add make git 04:35:00 ---> Running in 235e34ffd802 04:35:00 ---> Running in 1bcb87824b7d 04:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:02 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:02 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:02 OK: 12749 distinct packages available 04:35:02 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:02 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:02 OK: 12749 distinct packages available 04:35:02 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:02 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:02 OK: 12749 distinct packages available 04:35:03 OK: 233 MiB in 51 packages 04:35:03 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:03 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:03 OK: 12749 distinct packages available 04:35:03 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:03 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:03 OK: 12749 distinct packages available 04:35:03 OK: 233 MiB in 51 packages 04:35:03 OK: 233 MiB in 51 packages 04:35:03 OK: 233 MiB in 51 packages 04:35:03 OK: 233 MiB in 51 packages 04:35:03 Fetching without tags 04:35:04 Removing intermediate container d8fc907971d5 04:35:04 ---> e54b37beaf2b 04:35:04 Step 6/26 : COPY go.mod . 04:35:04 Removing intermediate container 235e34ffd802 04:35:04 ---> 03d036832b15 04:35:04 Step 6/21 : COPY go.mod . 04:35:04 ---> 4bda391408dd 04:35:04 Step 7/26 : RUN go mod download 04:35:04 Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit 0770b02f8dbf6fa3749531d75a314b1a028befb4 04:35:04 ---> Running in 18c540a694ba 04:35:04 Removing intermediate container 614754c215cd 04:35:04 ---> 9201cd8b6a67 04:35:04 Step 6/20 : COPY go.mod . 04:35:04 Removing intermediate container 1bcb87824b7d 04:35:04 ---> 86b5d512a444 04:35:04 Step 6/26 : COPY go.mod . 04:35:04 Removing intermediate container 2a267696dc82 04:35:04 ---> 0fb532dd3a60 04:35:04 Step 6/20 : COPY go.mod . 04:35:04 ---> d4101728ff79 04:35:04 Step 7/21 : RUN go mod download 04:35:05 ---> Running in 1f119506fe06 04:35:05 ---> 2fc72015cb88 04:35:05 Step 7/20 : RUN go mod download 04:35:05 Merge succeeded, producing 748c0f08512d60e4cae8105ca82a146340d7f67f 04:35:05 Checking out Revision 748c0f08512d60e4cae8105ca82a146340d7f67f (PR-2610) 04:35:05 ---> 5749a177822b 04:35:05 Step 7/26 : RUN go mod download 04:35:05 ---> 0eed16f9ab39 04:35:05 Step 7/20 : RUN go mod download 04:35:05 ---> Running in e95abadfcf33 04:35:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:35:03 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 04:35:03 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:35:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:35:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:35:03 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:03 > 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:04 > git config core.sparsecheckout # timeout=10 04:35:04 > git checkout -f 0770b02f8dbf6fa3749531d75a314b1a028befb4 # timeout=10 04:35:04 > git remote # timeout=10 04:35:04 > git config --get remote.origin.url # timeout=10 04:35:04 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:04 > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 04:35:05 > git rev-parse HEAD^{commit} # timeout=10 04:35:05 > git config core.sparsecheckout # timeout=10 04:35:05 > git checkout -f 748c0f08512d60e4cae8105ca82a146340d7f67f # timeout=10 04:35:05 ---> Running in 1aed6ca094ae 04:35:05 ---> Running in 8896193bb096 04:35:06 Removing intermediate container 18c540a694ba 04:35:06 ---> 93368f07b135 04:35:06 Step 8/26 : COPY . . 04:35:09 Commit message: "Merge commit '2f18d68ce33577a025edc322deb728338e3be43f' into HEAD" 04:35:09 > git rev-list --no-walk 0770b02f8dbf6fa3749531d75a314b1a028befb4 # timeout=10 04:35:09 Removing intermediate container 1f119506fe06 04:35:09 ---> 3c1422fcee9b 04:35:09 Step 8/21 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:35:10 Removing intermediate container e95abadfcf33 04:35:10 ---> 94bb94b5a6fe 04:35:10 Step 8/20 : COPY . . 04:35:16 Removing intermediate container 1aed6ca094ae 04:35:16 ---> 70298ee202a0 04:35:16 Step 8/26 : COPY . . 04:35:16 Removing intermediate container 8896193bb096 04:35:16 ---> 40048ea286a4 04:35:16 Step 8/20 : COPY . . [Pipeline] echo 04:35:21 ========================================================= 04:35:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:35:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:35:22 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 04:35:26 Sending build context to Docker daemon 323.1MB 04:35:26 Step 1/7 : ARG BASE=golang:1.13-alpine 04:35:26 Step 2/7 : FROM ${BASE} 04:35:26 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:35:26 b538f80385f9: Pulling fs layer 04:35:26 74f711af9a0d: Pulling fs layer 04:35:26 99f96fe45779: Pulling fs layer 04:35:26 fd7a069fd194: Pulling fs layer 04:35:26 66aa3694b03b: Pulling fs layer 04:35:26 170f70906a0f: Pulling fs layer 04:35:26 ad7c5574e4b9: Pulling fs layer 04:35:26 e772456be8f7: Pulling fs layer 04:35:26 c890913d741a: Pulling fs layer 04:35:26 2480fcc9aa5a: Pulling fs layer 04:35:26 09adf4765672: Pulling fs layer 04:35:26 ad7c5574e4b9: Waiting 04:35:26 e772456be8f7: Waiting 04:35:26 66aa3694b03b: Waiting 04:35:26 fd7a069fd194: Waiting 04:35:26 c890913d741a: Waiting 04:35:26 2480fcc9aa5a: Waiting 04:35:26 170f70906a0f: Waiting 04:35:26 09adf4765672: Waiting 04:35:26 99f96fe45779: Verifying Checksum 04:35:26 99f96fe45779: Download complete 04:35:26 74f711af9a0d: Verifying Checksum 04:35:26 74f711af9a0d: Download complete 04:35:26 66aa3694b03b: Verifying Checksum 04:35:26 66aa3694b03b: Download complete 04:35:26 170f70906a0f: Verifying Checksum 04:35:26 170f70906a0f: Download complete 04:35:26 b538f80385f9: Verifying Checksum 04:35:26 b538f80385f9: Download complete 04:35:27 b538f80385f9: Pull complete 04:35:28 74f711af9a0d: Pull complete 04:35:28 99f96fe45779: Pull complete 04:35:29 ad7c5574e4b9: Verifying Checksum 04:35:29 ad7c5574e4b9: Download complete 04:35:29 c890913d741a: Verifying Checksum 04:35:29 c890913d741a: Download complete 04:35:31 2480fcc9aa5a: Verifying Checksum 04:35:31 2480fcc9aa5a: Download complete 04:35:31 09adf4765672: Download complete 04:35:31 e772456be8f7: Verifying Checksum 04:35:31 e772456be8f7: Download complete 04:35:32 fd7a069fd194: Verifying Checksum 04:35:32 fd7a069fd194: Download complete 04:35:44 fd7a069fd194: Pull complete 04:35:44 66aa3694b03b: Pull complete 04:35:44 170f70906a0f: Pull complete 04:35:48 ad7c5574e4b9: Pull complete 04:35:48 ---> e0dade488906 04:35:48 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:35:48 ---> 948521b72bdf 04:35:48 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:35:48 ---> 7fd6fc15e9a2 04:35:48 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:35:48 ---> Running in 37db939b8d9b 04:35:48 ---> Running in bab6ef07b396 04:35:48 ---> Running in 52aa9773a6cd 04:35:48 ---> 2c27d6552e92 04:35:48 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:35:48 ---> b0c12b721aaa 04:35:48 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:35:48 ---> Running in 92b0228a5f3c 04:35:48 ---> Running in 032885e55804 04:35:48 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:35:48 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:48 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:35:48 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:35:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:35:52 e772456be8f7: Pull complete 04:35:52 c890913d741a: Pull complete 04:35:55 2480fcc9aa5a: Pull complete 04:35:55 09adf4765672: Pull complete 04:35:55 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:35:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:35:55 ---> 2248a725d1cf 04:35:55 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:01 ---> Running in 0a85163853a2 04:36:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:36:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:36:05 (1/12) Installing libmagic (5.38-r0) 04:36:05 (2/12) Installing file (5.38-r0) 04:36:05 (3/12) Installing libc-dev (0.7.2-r3) 04:36:05 (4/12) Installing g++ (9.3.0-r2) 04:36:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:36:15 (5/12) Installing fortify-headers (1.1-r0) 04:36:15 (6/12) Installing patch (2.7.6-r6) 04:36:16 (7/12) Installing build-base (0.5-r2) 04:36:16 (8/12) Installing libsodium (1.0.18-r0) 04:36:16 (9/12) Installing pkgconf (1.7.2-r0) 04:36:16 (10/12) Installing libsodium-dev (1.0.18-r0) 04:36:16 (11/12) Installing libzmq (4.3.2-r0) 04:36:16 (12/12) Installing zeromq-dev (4.3.2-r0) 04:36:16 Executing busybox-1.31.1-r16.trigger 04:36:16 OK: 217 MiB in 51 packages 04:36:20 Removing intermediate container 0a85163853a2 04:36:20 ---> a762f1abb60d 04:36:20 Step 4/7 : WORKDIR /edgex-go 04:36:21 ---> Running in ceb518d70a84 04:36:21 Removing intermediate container ceb518d70a84 04:36:21 ---> a6a6af048623 04:36:21 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:36:22 latest: Pulling from library/docker 04:36:22 b538f80385f9: Already exists 04:36:22 259a493cd78d: Pulling fs layer 04:36:22 b8e66b5100f5: Pulling fs layer 04:36:22 39dc9c94d07c: Pulling fs layer 04:36:22 551b823b3b82: Pulling fs layer 04:36:22 3c52a74df98c: Pulling fs layer 04:36:22 6c9b121b6998: Pulling fs layer 04:36:22 551b823b3b82: Waiting 04:36:22 3c52a74df98c: Waiting 04:36:22 6c9b121b6998: Waiting 04:36:22 b8e66b5100f5: Verifying Checksum 04:36:22 b8e66b5100f5: Download complete 04:36:22 259a493cd78d: Verifying Checksum 04:36:22 259a493cd78d: Download complete 04:36:22 551b823b3b82: Verifying Checksum 04:36:22 551b823b3b82: Download complete 04:36:22 3c52a74df98c: Verifying Checksum 04:36:22 3c52a74df98c: Download complete 04:36:22 6c9b121b6998: Verifying Checksum 04:36:22 6c9b121b6998: Download complete 04:36:22 Removing intermediate container 92b0228a5f3c 04:36:22 ---> 165d6b10f134 04:36:22 04:36:22 Step 10/20 : FROM alpine 04:36:22 Removing intermediate container bab6ef07b396 04:36:22 ---> 9360c7f29863 04:36:22 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:36:22 latest: Pulling from library/alpine 04:36:22 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:22 ---> Running in 30bade27d161 04:36:22 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:36:22 Status: Downloaded newer image for alpine:latest 04:36:22 ---> a24bb4013296 04:36:22 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:36:22 ---> Running in c6b2fba504d3 04:36:22 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:22 259a493cd78d: Pull complete 04:36:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:23 b8e66b5100f5: Pull complete 04:36:23 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:36:23 v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:36:23 OK: 12749 distinct packages available 04:36:23 39dc9c94d07c: Verifying Checksum 04:36:23 39dc9c94d07c: Download complete 04:36:23 (1/4) Installing ca-certificates (20191127-r4) 04:36:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:36:23 (3/4) Installing libcurl (7.69.1-r0) 04:36:23 (4/4) Installing curl (7.69.1-r0) 04:36:23 Executing busybox-1.31.1-r16.trigger 04:36:24 Executing ca-certificates-20191127-r4.trigger 04:36:24 OK: 7 MiB in 18 packages 04:36:25 Removing intermediate container 52aa9773a6cd 04:36:25 ---> abafa54c77b7 04:36:25 04:36:25 Step 10/20 : FROM scratch 04:36:25 ---> 04:36:25 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:36:26 ---> Running in c22b14c44cee 04:36:26 Removing intermediate container c22b14c44cee 04:36:26 ---> 17eed4b514a9 04:36:26 Step 12/20 : ENV APP_PORT=48085 04:36:26 39dc9c94d07c: Pull complete 04:36:26 551b823b3b82: Pull complete 04:36:27 3c52a74df98c: Pull complete 04:36:27 6c9b121b6998: Pull complete 04:36:27 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:36:27 Status: Downloaded newer image for docker:latest 04:36:29 Removing intermediate container c6b2fba504d3 04:36:29 ---> 5ba10c106cdc 04:36:29 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:36:29 ---> Running in 832ac6cd2d12 04:36:29 ---> Running in 0aeba0efda9a 04:36:29 Removing intermediate container 37db939b8d9b 04:36:29 ---> 791cb6f89684 04:36:29 04:36:29 Step 10/21 : FROM scratch 04:36:29 ---> 04:36:29 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:36:29 Removing intermediate container 032885e55804 04:36:29 ---> 5a12ab913de6 04:36:29 04:36:29 Step 10/26 : FROM alpine:3.10 04:36:29 ---> Using cache 04:36:29 ---> 17eed4b514a9 04:36:29 Step 12/21 : ENV APP_PORT=48081 04:36:29 Removing intermediate container 832ac6cd2d12 04:36:29 ---> 8cf9933aea02 04:36:29 Step 13/20 : EXPOSE $APP_PORT 04:36:30 3.10: Pulling from library/alpine 04:36:30 Removing intermediate container 30bade27d161 04:36:30 ---> 4d62257ba0ab 04:36:30 04:36:30 Step 11/26 : FROM docker:latest 04:36:30 ---> 81f5749c9058 04:36:30 Step 12/26 : RUN apk add --no-cache bash 04:36:30 ---> Running in 20b61523d341 04:36:30 ---> Running in d78e643f5c54 04:36:30 Removing intermediate container 0aeba0efda9a 04:36:30 ---> 32cbab65ba84 04:36:30 Step 13/20 : WORKDIR /edgex 04:36:30 ---> Running in 08073fab73ce 04:36:30 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:36:30 Removing intermediate container 20b61523d341 04:36:30 ---> ef64a677d2b2 04:36:30 Step 13/21 : EXPOSE $APP_PORT 04:36:31 Status: Downloaded newer image for alpine:3.10 04:36:31 ---> be4e4bea2c2e 04:36:31 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:36:31 ---> Running in a3f58475ff2b 04:36:31 Removing intermediate container d78e643f5c54 04:36:31 ---> 3001fc4a9546 04:36:31 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:36:31 ---> Running in 547d2fa4e518 04:36:31 ---> Running in 7b7c54e8c4cf 04:36:31 Removing intermediate container a3f58475ff2b 04:36:31 ---> 374fa5f38b03 04:36:31 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:36:31 ---> 3f737660eb62 04:36:31 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:36:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:31 Removing intermediate container 547d2fa4e518 04:36:31 ---> 276f5708d085 04:36:31 Step 14/21 : WORKDIR / 04:36:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:31 ---> 177403109e26 04:36:31 Step 6/7 : COPY go.mod . 04:36:31 ---> 5fdd5cd12a9c 04:36:31 Step 7/7 : RUN go mod download 04:36:31 ---> Running in dc74e5a8724e 04:36:31 ---> e1489692fdab 04:36:31 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:36:31 (1/2) Installing readline (8.0.4-r0) 04:36:31 (2/2) Installing bash (5.0.17-r0) 04:36:31 Executing bash-5.0.17-r0.post-install 04:36:31 Executing busybox-1.31.1-r16.trigger 04:36:31 OK: 12 MiB in 22 packages 04:36:32 ---> Running in ca09106242b7 04:36:32 Removing intermediate container dc74e5a8724e 04:36:32 ---> 7d42f18c2703 04:36:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:36:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:36:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:36:32 v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:36:32 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:36:32 OK: 10346 distinct packages available 04:36:32 ---> cefa2c38b575 04:36:32 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:36:32 (1/5) Installing ca-certificates (20191127-r2) 04:36:32 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:36:32 (3/5) Installing libcurl (7.66.0-r0) 04:36:32 (4/5) Installing curl (7.66.0-r0) 04:36:32 (5/5) Installing dumb-init (1.2.2-r1) 04:36:32 Executing busybox-1.30.1-r3.trigger 04:36:32 Executing ca-certificates-20191127-r2.trigger 04:36:32 OK: 7 MiB in 19 packages 04:36:33 ---> 8cd445f6a66b 04:36:33 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:36:34 ---> a0b8a2ac7f02 04:36:34 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:36:34 ---> 839f18d2d0db 04:36:34 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:36:34 ---> Running in 3610ad584748 04:36:34 Removing intermediate container 08073fab73ce 04:36:34 ---> b336d9fa2e5f 04:36:34 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:36:34 ---> Running in 445e8e0e5e6a 04:36:35 ---> 4f3f95a8b33b 04:36:35 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:36:35 ---> Running in 8097456c50d5 04:36:35 Removing intermediate container 3610ad584748 04:36:35 ---> 70e97e27a5be 04:36:35 Step 17/20 : CMD ["--init=true"] 04:36:35 Removing intermediate container 7b7c54e8c4cf 04:36:35 ---> 76fa6d246e13 04:36:35 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:36:35 Removing intermediate container 445e8e0e5e6a 04:36:35 ---> f50e1480cd9e 04:36:35 Step 18/20 : LABEL arch=x86_64 04:36:35 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:36:35 go: finding github.com/BurntSushi/toml v0.3.1 04:36:35 go: finding github.com/OneOfOne/xxhash v1.2.5 04:36:35 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:36:35 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:36:35 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:36:35 go: finding github.com/bgentry/speakeasy v0.1.0 04:36:35 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:36:35 go: finding github.com/cloudflare/gokey v0.1.0 04:36:35 go: finding github.com/davecgh/go-spew v1.1.1 04:36:35 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:36:35 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:36:35 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:36:35 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:36:35 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 04:36:35 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:36:35 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:36:35 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:36:35 ---> 8767c276d5f3 04:36:35 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:36:35 ---> Running in 464fa7a7cee5 04:36:35 ---> Running in 215d1a9f67f2 04:36:35 ---> Running in c3cf1be9ef57 04:36:35 go: finding github.com/fatih/color v1.7.0 04:36:35 go: finding github.com/fsnotify/fsnotify v1.4.7 04:36:35 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:36:35 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:36:35 go: finding github.com/go-kit/kit v0.8.0 04:36:35 go: finding github.com/go-logfmt/logfmt v0.4.0 04:36:35 go: finding github.com/go-playground/assert/v2 v2.0.1 04:36:35 go: finding github.com/go-playground/locales v0.13.0 04:36:35 go: finding github.com/go-playground/universal-translator v0.17.0 04:36:35 go: finding github.com/go-playground/validator/v10 v10.3.0 04:36:35 go: finding github.com/go-redis/redis/v7 v7.2.0 04:36:35 ---> Running in 3d797a9e22dd 04:36:35 Removing intermediate container 464fa7a7cee5 04:36:35 ---> f619974a47cb 04:36:35 Step 18/20 : LABEL arch=x86_64 04:36:36 go: finding github.com/go-stack/stack v1.8.0 04:36:36 go: finding github.com/golang/protobuf v1.3.2 04:36:36 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:36:36 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:36:36 go: finding github.com/google/uuid v1.1.0 04:36:36 go: finding github.com/gorilla/mux v1.7.1 04:36:36 go: finding github.com/hashicorp/consul/api v1.1.0 04:36:36 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:36:36 go: finding github.com/hashicorp/errwrap v1.0.0 04:36:36 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:36:36 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:36:36 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:36:36 go: finding github.com/hashicorp/go-multierror v1.0.0 04:36:36 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:36:36 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:36:36 go: finding github.com/hashicorp/go-syslog v1.0.0 04:36:36 go: finding github.com/hashicorp/go-uuid v1.0.1 04:36:36 go: finding github.com/hashicorp/go.net v0.0.1 04:36:36 go: finding github.com/hashicorp/golang-lru v0.5.0 04:36:36 go: finding github.com/hashicorp/logutils v1.0.0 04:36:36 Removing intermediate container 215d1a9f67f2 04:36:36 ---> 1869e62932c6 04:36:36 Step 13/26 : WORKDIR / 04:36:36 Removing intermediate container c3cf1be9ef57 04:36:36 ---> b49d6ef41212 04:36:36 Step 19/20 : LABEL git_sha=7357c0e613a5b77866d6e88290208b565c3e7996 04:36:36 Removing intermediate container 3d797a9e22dd 04:36:36 ---> 4bf12164a273 04:36:36 Step 19/21 : LABEL arch=x86_64 04:36:36 ---> Running in 070d5ae383ab 04:36:36 go: finding github.com/hashicorp/mdns v1.0.0 04:36:36 go: finding github.com/hashicorp/memberlist v0.1.3 04:36:36 go: finding github.com/hashicorp/serf v0.8.2 04:36:36 go: finding github.com/hpcloud/tail v1.0.0 04:36:36 go: finding github.com/imdario/mergo v0.3.6 04:36:36 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:36:36 go: finding github.com/kr/pretty v0.1.0 04:36:36 go: finding github.com/kr/pty v1.1.1 04:36:36 go: finding github.com/kr/text v0.1.0 04:36:36 go: finding github.com/leodido/go-urn v1.2.0 04:36:36 go: finding github.com/mattn/go-colorable v0.0.9 04:36:36 ---> Running in 09c9c44196af 04:36:36 ---> Running in 45582b0f9393 04:36:36 ---> Running in f31c3e25be99 04:36:36 Removing intermediate container 070d5ae383ab 04:36:36 ---> 491794e57ebc 04:36:36 Step 19/20 : LABEL git_sha=7357c0e613a5b77866d6e88290208b565c3e7996 04:36:37 go: finding github.com/mattn/go-isatty v0.0.3 04:36:37 go: finding github.com/miekg/dns v1.0.14 04:36:37 go: finding github.com/mitchellh/cli v1.0.0 04:36:37 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:36:37 go: finding github.com/mitchellh/copystructure v1.0.0 04:36:37 go: finding github.com/mitchellh/go-homedir v1.0.0 04:36:37 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:36:37 go: finding github.com/mitchellh/gox v0.4.0 04:36:37 go: finding github.com/mitchellh/iochan v1.0.0 04:36:37 go: finding github.com/mitchellh/mapstructure v1.1.2 04:36:37 ---> Running in 281c8d97e15b 04:36:37 Removing intermediate container 8097456c50d5 04:36:37 ---> 2eb02ecac8d2 04:36:37 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:36:37 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:36:37 go: finding github.com/onsi/ginkgo v1.10.1 04:36:37 go: finding github.com/onsi/gomega v1.7.0 04:36:37 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:36:37 go: finding github.com/pebbe/zmq4 v1.0.0 04:36:37 go: finding github.com/pelletier/go-toml v1.2.0 04:36:37 go: finding github.com/pkg/errors v0.8.1 04:36:37 go: finding github.com/pmezard/go-difflib v1.0.0 04:36:37 go: finding github.com/posener/complete v1.1.1 04:36:37 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:36:37 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:36:37 Removing intermediate container 45582b0f9393 04:36:37 ---> 05ff97ba795c 04:36:37 Step 20/20 : LABEL version=0.0.0 04:36:37 Removing intermediate container f31c3e25be99 04:36:37 ---> d11e397ac6ad 04:36:37 Step 20/21 : LABEL git_sha=7357c0e613a5b77866d6e88290208b565c3e7996 04:36:37 Removing intermediate container 09c9c44196af 04:36:37 ---> ce481731f9fb 04:36:37 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:36:37 ---> Running in ca2c3778aec1 04:36:37 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:36:37 go: finding github.com/stretchr/objx v0.1.0 04:36:37 go: finding github.com/stretchr/testify v1.5.1 04:36:37 go: finding github.com/ugorji/go v1.1.4 04:36:37 go: finding github.com/x448/float16 v0.8.4 04:36:37 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:36:37 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:36:37 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:36:37 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:36:37 go: finding golang.org/x/text v0.3.2 04:36:37 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:36:37 ---> Running in a209c7b789f7 04:36:37 ---> Running in 009244efad13 04:36:37 Removing intermediate container 281c8d97e15b 04:36:37 ---> 467044ceef33 04:36:37 Step 20/20 : LABEL version=0.0.0 04:36:37 ---> Running in acabc7a3dfd3 04:36:37 Removing intermediate container ca2c3778aec1 04:36:37 ---> 813845fe364b 04:36:37 Step 15/26 : ENV APP_PORT=48090 04:36:37 Removing intermediate container a209c7b789f7 04:36:37 ---> f669e6684054 04:36:37 04:36:37 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:36:37 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:36:37 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:36:37 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:36:37 go: finding gopkg.in/yaml.v2 v2.2.8 04:36:38 Removing intermediate container 009244efad13 04:36:38 ---> b7ad23c854d7 04:36:38 Step 21/21 : LABEL version=0.0.0 04:36:38 ---> de7276f5a908 04:36:38 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:36:38 ---> Running in 40932952c4cc 04:36:38 Successfully built f669e6684054 04:36:38 Removing intermediate container acabc7a3dfd3 04:36:38 ---> 8d2c6363b2d3 04:36:38 04:36:38 Successfully tagged docker-support-scheduler-go:latest 04:36:38 ---> Running in 69f11a98f344 04:36:38  Building docker-support-scheduler-go ... done Successfully built 8d2c6363b2d3 04:36:38 Building docker-security-secrets-setup-go 04:36:38 Successfully tagged docker-security-proxy-setup-go:latest 04:36:38 Building docker-core-data-go 04:36:38  Building docker-security-proxy-setup-go ... done Removing intermediate container 40932952c4cc 04:36:38 ---> 38d862abdcff 04:36:38 Step 16/26 : EXPOSE $APP_PORT 04:36:38 ---> c5052e548938 04:36:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:36:38 ---> Running in 1e1f0ea82223 04:36:38 Removing intermediate container 69f11a98f344 04:36:38 ---> d3032e236cbe 04:36:38 04:36:38 Successfully built d3032e236cbe 04:36:38 Successfully tagged docker-core-metadata-go:latest 04:36:38 Building docker-support-notifications-go 04:36:38  Building docker-core-metadata-go ... done  ---> f3e1fcd8f28d 04:36:38 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:36:38 Removing intermediate container 1e1f0ea82223 04:36:38 ---> 6622cf7b3465 04:36:38 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:36:39 ---> d18894910df4 04:36:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:36:39 ---> f7de684e0868 04:36:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:36:48 ---> 0828e900b33e 04:36:48 ---> 0cc7ae53313f 04:36:48 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:36:48 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:36:48 ---> 185a12a4a959 04:36:48 Step 20/26 : RUN apk --no-cache add py-pip 04:36:48 ---> 9758d0cda3a2 04:36:48 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:36:53 ---> Running in a58a273bdf90 04:36:57 ---> 91542755da3f 04:36:57 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:36:58 ---> 9910ddcc1455 04:36:58 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:36:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:59 (1/33) Installing libbz2 (1.0.8-r1) 04:36:59 (2/33) Installing expat (2.2.9-r1) 04:36:59 (3/33) Installing libffi (3.3-r2) 04:36:59 (4/33) Installing gdbm (1.13-r1) 04:36:59 (5/33) Installing xz-libs (5.2.5-r0) 04:36:59 (6/33) Installing sqlite-libs (3.32.1-r0) 04:36:59 (7/33) Installing python3 (3.8.5-r0) 04:36:59 ---> Running in dee5ef4405c7 04:36:59 Removing intermediate container ca09106242b7 04:36:59 ---> da72e463ad20 04:36:59 Successfully built da72e463ad20 04:36:59 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:00 + docker inspect -f . ci-base-image-arm64 04:37:00 . [Pipeline] withDockerContainer 04:37:01 prd-ubuntu18.04-docker-arm64-4c-16g-2019 does not seem to be running inside a container 04:37:01 $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@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:01 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:37:01 ---> cba7e9e2d9a8 04:37:01 Step 3/23 : WORKDIR /edgex-go 04:37:01 ---> Using cache 04:37:01 ---> d9c37b188bd9 04:37:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:01 ---> Using cache 04:37:01 ---> 518684b41674 04:37:01 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:37:01 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:01 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:37:01 ---> cba7e9e2d9a8 04:37:01 Step 3/29 : WORKDIR /edgex-go 04:37:01 ---> Using cache 04:37:01 ---> d9c37b188bd9 04:37:01 Step 4/29 : RUN apk update && apk add make git 04:37:02 $ docker top fe26ed7f3cfe79e0c45f983c78cc274273c095866a115bce9da3487924104ee9 -eo pid,comm 04:37:02 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:37:02 ---> cba7e9e2d9a8 04:37:02 Step 3/22 : WORKDIR /edgex-go 04:37:02 ---> Using cache 04:37:02 ---> d9c37b188bd9 04:37:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:02 ---> Using cache 04:37:02 ---> 518684b41674 04:37:02 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [Pipeline] { [Pipeline] sh 04:37:03 + go version 04:37:03 go version go1.13.13 linux/arm64 [Pipeline] echo 04:37:03 ========================================================= 04:37:03 [edgeXBuildGoParallel] Running Tests and Build... 04:37:03 ========================================================= [Pipeline] sh 04:37:04 + make test 04:37:04 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:37:04 ---> Running in 76c6fe7dd1f0 04:37:04 (8/33) Installing py3-appdirs (1.4.4-r1) 04:37:04 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:37:04 ---> Running in 3f008ceb0450 04:37:04 ---> Running in 00057c1f12cc 04:37:04 (10/33) Installing py3-parsing (2.4.7-r0) 04:37:04 (11/33) Installing py3-six (1.15.0-r0) 04:37:04 (12/33) Installing py3-packaging (20.4-r0) 04:37:04 (13/33) Installing py3-setuptools (47.0.0-r0) 04:37:04 (14/33) Installing py3-chardet (3.0.4-r4) 04:37:04 (15/33) Installing py3-idna (2.9-r0) 04:37:04 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:37:04 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:37:04 (18/33) Installing py3-requests (2.23.0-r0) 04:37:04 (19/33) Installing py3-msgpack (1.0.0-r0) 04:37:04 (20/33) Installing py3-lockfile (0.12.2-r3) 04:37:04 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:37:04 (22/33) Installing py3-colorama (0.4.3-r0) 04:37:04 (23/33) Installing py3-distlib (0.3.0-r0) 04:37:04 (24/33) Installing py3-distro (1.5.0-r1) 04:37:04 (25/33) Installing py3-webencodings (0.5.1-r3) 04:37:04 (26/33) Installing py3-html5lib (1.0.1-r4) 04:37:05 (27/33) Installing py3-pytoml (0.1.21-r0) 04:37:05 (28/33) Installing py3-pep517 (0.8.2-r0) 04:37:05 (29/33) Installing py3-progress (1.5-r0) 04:37:05 (30/33) Installing py3-toml (0.10.1-r0) 04:37:05 (31/33) Installing py3-retrying (1.3.3-r0) 04:37:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:37:05 (33/33) Installing py3-pip (20.1.1-r0) 04:37:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:05 Executing busybox-1.31.1-r16.trigger 04:37:05 OK: 71 MiB in 55 packages 04:37:06 Removing intermediate container dee5ef4405c7 04:37:06 ---> 0ea82e502832 04:37:06 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:37:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:06 ---> Running in 7751fdf2fcd4 04:37:06 ? github.com/edgexfoundry/edgex-go [no test files] 04:37:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:06 Removing intermediate container 7751fdf2fcd4 04:37:06 ---> 351f6f36cbfb 04:37:06 Step 24/26 : LABEL arch=x86_64 04:37:06 ---> Running in a389b3777310 04:37:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:07 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:37:07 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:37:07 OK: 12749 distinct packages available 04:37:07 Removing intermediate container a389b3777310 04:37:07 ---> f9576f20f29c 04:37:07 Step 25/26 : LABEL git_sha=7357c0e613a5b77866d6e88290208b565c3e7996 04:37:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:07 OK: 233 MiB in 51 packages 04:37:08 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:37:08 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:37:08 OK: 12749 distinct packages available 04:37:08 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:37:08 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:37:08 OK: 12749 distinct packages available 04:37:09 OK: 233 MiB in 51 packages 04:37:09 OK: 233 MiB in 51 packages 04:37:11 ---> Running in fd1206cc2bcd 04:37:12 Removing intermediate container a58a273bdf90 04:37:12 ---> d6e7d3480459 04:37:12 Step 21/26 : RUN pip install docker-compose==1.23.2 04:37:12 Removing intermediate container fd1206cc2bcd 04:37:12 ---> 640276f5b912 04:37:12 Step 26/26 : LABEL version=0.0.0 04:37:12 Removing intermediate container 76c6fe7dd1f0 04:37:12 ---> 6004ec0fc90b 04:37:12 Step 5/29 : COPY go.mod . 04:37:12 ---> Running in 373e892fd8c5 04:37:12 Removing intermediate container 3f008ceb0450 04:37:12 ---> 4bbe1b642b0d 04:37:12 Step 6/22 : COPY go.mod . 04:37:12 ---> Running in 94892b65f775 04:37:12 Removing intermediate container 00057c1f12cc 04:37:12 ---> 5ece4f524881 04:37:12 Step 6/23 : COPY go.mod . 04:37:12 ---> 3bf66c06f89b 04:37:12 Step 6/29 : RUN go mod download 04:37:12 ---> 3421d348f732 04:37:12 Step 7/22 : RUN go mod download 04:37:12 Removing intermediate container 94892b65f775 04:37:12 ---> 52b58e6969a8 04:37:12 04:37:13 Successfully built 52b58e6969a8 04:37:13 Successfully tagged docker-security-secretstore-setup-go:latest 04:37:13 ---> Running in 2c89a646573c 04:37:13 Building docker-core-command-go 04:37:13  Building docker-security-secretstore-setup-go ... done  ---> f0e9d35f34de 04:37:13 Step 7/23 : RUN go mod download 04:37:13 ---> Running in 93fe913a32cb 04:37:13 ---> Running in 51bb2293289b 04:37:16 Collecting docker-compose==1.23.2 04:37:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:37:17 Collecting cached-property<2,>=1.2.0 04:37:17 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:37:17 Collecting websocket-client<1.0,>=0.32.0 04:37:17 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:37:17 Collecting docker<4.0,>=3.6.0 04:37:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:37:17 Collecting jsonschema<3,>=2.5.1 04:37:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:37:18 Collecting PyYAML<4,>=3.10 04:37:18 Downloading PyYAML-3.13.tar.gz (270 kB) 04:37:18 Removing intermediate container 93fe913a32cb 04:37:18 ---> fe535c4e1bab 04:37:18 Step 8/22 : COPY . . 04:37:22 Removing intermediate container 2c89a646573c 04:37:22 ---> 930d73ef0933 04:37:22 Step 7/29 : COPY . . 04:37:23 Removing intermediate container 51bb2293289b 04:37:23 ---> 4690ec5d13bf 04:37:23 Step 8/23 : COPY . . 04:37:23 Collecting texttable<0.10,>=0.9.0 04:37:23 Downloading texttable-0.9.1.tar.gz (11 kB) 04:37:28 Collecting dockerpty<0.5,>=0.4.1 04:37:28 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:37:28 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:37:29 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:37:29 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:37:30 Collecting docopt<0.7,>=0.6.1 04:37:30 Downloading docopt-0.6.2.tar.gz (25 kB) 04:37:30 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:37:30 ---> cba7e9e2d9a8 04:37:30 Step 3/21 : WORKDIR /edgex-go 04:37:30 ---> Using cache 04:37:30 ---> d9c37b188bd9 04:37:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:30 ---> Using cache 04:37:30 ---> 518684b41674 04:37:30 Step 5/21 : RUN apk update && apk add make git 04:37:30 ---> Using cache 04:37:30 ---> 86b5d512a444 04:37:30 Step 6/21 : COPY go.mod . 04:37:30 ---> Using cache 04:37:30 ---> 5749a177822b 04:37:30 Step 7/21 : RUN go mod download 04:37:30 ---> Using cache 04:37:30 ---> 70298ee202a0 04:37:30 Step 8/21 : COPY . . 04:37:30 ---> Using cache 04:37:30 ---> b0c12b721aaa 04:37:30 Step 9/21 : RUN make cmd/core-command/core-command 04:37:32 Collecting docker-pycreds>=0.4.0 04:37:32 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:37:32 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:37:32 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:37:34 Collecting urllib3<1.25,>=1.21.1 04:37:34 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:37:35 Collecting idna<2.8,>=2.5 04:37:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:37:35 ---> Running in 7e5c521864a7 04:37:36 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:37:36 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:37:36 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:37:36 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:37:37 Installing collected packages: cached-property, websocket-client, docker-pycreds, urllib3, idna, requests, docker, jsonschema, PyYAML, texttable, dockerpty, docopt, docker-compose 04:37:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:37:42 Attempting uninstall: urllib3 04:37:42 Found existing installation: urllib3 1.25.9 04:37:42 Uninstalling urllib3-1.25.9: 04:37:43 Successfully uninstalled urllib3-1.25.9 04:37:43 Attempting uninstall: idna 04:37:43 Found existing installation: idna 2.9 04:37:43 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:37:43 Uninstalling idna-2.9: 04:37:43 Successfully uninstalled idna-2.9 04:37:46 Attempting uninstall: requests 04:37:46 Found existing installation: requests 2.23.0 04:37:46 Uninstalling requests-2.23.0: 04:37:46 Successfully uninstalled requests-2.23.0 04:37:48 Running setup.py install for PyYAML: started 04:37:50 ---> 33f2c9a6c734 04:37:50 Step 9/22 : RUN make cmd/core-data/core-data 04:37:50 Running setup.py install for PyYAML: finished with status 'done' 04:37:50 Running setup.py install for texttable: started 04:37:50 ---> 6be1db43bb54 04:37:50 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:37:50 ---> Running in 4999fe77f740 04:37:50 ---> 243698609a85 04:37:50 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:37:50 Running setup.py install for texttable: finished with status 'done' 04:37:50 Running setup.py install for dockerpty: started 04:37:50 ---> Running in d2339692f4b5 04:37:50 ---> Running in 2a17854c4c41 04:37:51 Running setup.py install for dockerpty: finished with status 'done' 04:37:51 Running setup.py install for docopt: started 04:37:52 Running setup.py install for docopt: finished with status 'done' 04:37:52 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:37:52 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:37: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:37:52 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:37:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:37:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:37:57 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:37:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:37:57 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.036s 04:37:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:37:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:37:57 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:37:58 Removing intermediate container 373e892fd8c5 04:37:58 ---> f60fe6ce14f6 04:37:58 Step 22/26 : RUN apk --no-cache add curl 04:37:58 ---> Running in 57fb01fcbb3b 04:37:58 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:37:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:58 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:37:58 (2/3) Installing libcurl (7.69.1-r0) 04:37:58 (3/3) Installing curl (7.69.1-r0) 04:37:59 Executing busybox-1.31.1-r16.trigger 04:37:59 OK: 72 MiB in 58 packages 04:38:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:38:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:38:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:38:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:38:02 Removing intermediate container 57fb01fcbb3b 04:38:02 ---> d839d0aba6b4 04:38:02 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:38:02 ---> Running in 8c271dc7666b 04:38:02 Removing intermediate container 8c271dc7666b 04:38:02 ---> e51d5d00ddda 04:38:02 Step 24/26 : LABEL arch=x86_64 04:38:02 ---> Running in fe2406521f6f 04:38:02 Removing intermediate container fe2406521f6f 04:38:02 ---> d7b608092875 04:38:02 Step 25/26 : LABEL git_sha=7357c0e613a5b77866d6e88290208b565c3e7996 04:38:03 ---> Running in 404825cf13f9 04:38:03 Removing intermediate container 404825cf13f9 04:38:03 ---> b47d51fddd18 04:38:03 Step 26/26 : LABEL version=0.0.0 04:38:03 ---> Running in e309ee3735aa 04:38:04 Removing intermediate container e309ee3735aa 04:38:04 ---> c0b0cbb04285 04:38:04 04:38:04 Successfully built c0b0cbb04285 04:38:04 Successfully tagged docker-sys-mgmt-agent-go:latest 04:38:04 Building docker-support-logging-go 04:38:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.115s coverage: 46.6% of statements 04:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:38:15 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.202s coverage: 27.2% of statements 04:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:38:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.021s coverage: 100.0% of statements 04:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:38:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements 04:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:38:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.399s coverage: 77.5% of statements 04:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] 04:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:38:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:38:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.305s coverage: 28.6% of statements 04:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:38:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements 04:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:38:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.028s coverage: 100.0% of statements 04:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:38:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.119s coverage: 89.8% of statements 04:38:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:38:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.191s coverage: 97.5% of statements 04:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:38:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.037s coverage: 100.0% of statements 04:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:38:24 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:38:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements 04:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 04:38:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 04:38:26  Building docker-sys-mgmt-agent-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:38:26 ---> cba7e9e2d9a8 04:38:26 Step 3/21 : WORKDIR /edgex-go 04:38:26 ---> Using cache 04:38:26 ---> d9c37b188bd9 04:38:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:26 ---> Using cache 04:38:26 ---> 518684b41674 04:38:26 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:38:27 ---> Running in 5d3cc73b1333 04:38:27 Removing intermediate container 2a17854c4c41 04:38:27 ---> 16bc9115eeb2 04:38:27 04:38:27 Step 9/29 : FROM alpine:latest 04:38:27 ---> a24bb4013296 04:38:27 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:38:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.244s coverage: 63.5% of statements 04:38:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:38:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:38:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.018s coverage: 100.0% of statements 04:38:27 Removing intermediate container 7e5c521864a7 04:38:27 ---> eac1d0853d72 04:38:27 04:38:27 Step 10/21 : FROM scratch 04:38:27 ---> 04:38:27 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:38:27 ---> Running in bdf1a60369a6 04:38:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:28 ---> Using cache 04:38:28 ---> 17eed4b514a9 04:38:28 Step 12/21 : ENV APP_PORT=48082 04:38:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:30 Removing intermediate container bdf1a60369a6 04:38:30 ---> 548cf98d9abb 04:38:30 Step 11/29 : USER root 04:38:30 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:30 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:30 OK: 12749 distinct packages available 04:38:30 ---> Running in 189979c04332 04:38:30 OK: 233 MiB in 51 packages 04:38:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.363s coverage: 55.9% of statements 04:38:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:38:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:38:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:38:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:38:30 ---> Running in e9fb4208bb11 04:38:30 OK: 233 MiB in 51 packages 04:38:30 Removing intermediate container d2339692f4b5 04:38:30 ---> b7e95ef7ac47 04:38:30 04:38:30 Step 10/23 : FROM scratch 04:38:30 ---> 04:38:30 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:38:32 Removing intermediate container 189979c04332 04:38:32 ---> 31ac2e8e6b57 04:38:32 Step 13/21 : EXPOSE $APP_PORT 04:38:32 Removing intermediate container e9fb4208bb11 04:38:32 ---> 0e41eee52a42 04:38:32 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:38:32 ---> Running in 92f42c3a57de 04:38:32 ---> Running in 101db5a574ec 04:38:32 ---> Running in cf07589831b2 04:38:33 Removing intermediate container 92f42c3a57de 04:38:33 ---> 833d5b549739 04:38:33 Step 12/23 : ENV APP_PORT=48060 04:38:33 ---> Running in c8a8d237997e 04:38:33 Removing intermediate container 101db5a574ec 04:38:33 ---> a785c70cec56 04:38:33 Step 14/21 : WORKDIR / 04:38:33 Removing intermediate container 5d3cc73b1333 04:38:33 ---> cfd2ebd8778e 04:38:33 Step 6/21 : COPY go.mod . 04:38:33 ---> Running in fdfd28bfe163 04:38:33 Removing intermediate container c8a8d237997e 04:38:33 ---> 366a2f1fcfda 04:38:33 Step 13/23 : EXPOSE $APP_PORT 04:38:33 ---> Running in 0b3c83969b37 04:38:33 Removing intermediate container fdfd28bfe163 04:38:33 ---> 1ad30c3d2105 04:38:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:38:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:33 ---> 104a39655b6c 04:38:33 Step 7/21 : RUN go mod download 04:38:33 Removing intermediate container 0b3c83969b37 04:38:33 ---> da53db3896ea 04:38:33 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:38:33 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:38:33 v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:38:33 OK: 12749 distinct packages available 04:38:34 ---> Running in 4c74a13ebaa7 04:38:34 ---> 91c02f5aed56 04:38:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:38:34 (1/2) Installing ca-certificates (20191127-r4) 04:38:34 (2/2) Installing dumb-init (1.2.2-r1) 04:38:34 Executing busybox-1.31.1-r16.trigger 04:38:34 Executing ca-certificates-20191127-r4.trigger 04:38:34 OK: 6 MiB in 16 packages 04:38:35 ---> 3da6462bbdb9 04:38:35 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:38:36 ---> 7e16af2a87fc 04:38:36 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:38:39 ---> 755c34ca1ae4 04:38:39 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:38:39 ---> b1219d4301e9 04:38:39 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:38:39 ---> Running in d484a8d28b48 04:38:39 Removing intermediate container 4999fe77f740 04:38:39 ---> 6139771f4c7f 04:38:39 04:38:39 Step 10/22 : FROM alpine 04:38:39 ---> a24bb4013296 04:38:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:38:39 Removing intermediate container cf07589831b2 04:38:39 ---> 2ab1b5cdcfed 04:38:39 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:38:39 ---> Running in 5325b05797a8 04:38:39 ---> Running in bdbdcb25e45d 04:38:39 Removing intermediate container d484a8d28b48 04:38:39 ---> 35efbc198fb5 04:38:39 Step 19/21 : LABEL arch=x86_64 04:38:39 Removing intermediate container 5325b05797a8 04:38:39 ---> c3283c04a27c 04:38:39 Step 14/29 : WORKDIR $BASE_DIR 04:38:39 Removing intermediate container bdbdcb25e45d 04:38:39 ---> 64f5f45e0f9e 04:38:39 Step 12/22 : ENV APP_PORT=48080 04:38:39 ---> Running in 0c9d78711ccd 04:38:40 ---> f2039ce361b7 04:38:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:38:40 ---> Running in 5acf029c1fca 04:38:40 ---> Running in 1627be99fce3 04:38:40 Removing intermediate container 0c9d78711ccd 04:38:40 ---> a9822347b794 04:38:40 Step 20/21 : LABEL git_sha=7357c0e613a5b77866d6e88290208b565c3e7996 04:38:40 Removing intermediate container 4c74a13ebaa7 04:38:40 ---> a46d63945693 04:38:40 Step 8/21 : COPY . . 04:38:40 Removing intermediate container 1627be99fce3 04:38:40 ---> 21b8e82c7b8d 04:38:40 Step 13/22 : EXPOSE $APP_PORT 04:38:40 ---> 87a7cad54567 04:38:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:38:40 ---> Running in 1683263073a0 04:38:40 Removing intermediate container 5acf029c1fca 04:38:40 ---> 73605cc4c947 04:38:40 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:38:41 ---> Running in 1e9e33afb341 04:38:41 ---> Running in cd52df6e326e 04:38:42 Removing intermediate container 1683263073a0 04:38:42 ---> 4289f6262d31 04:38:42 Step 21/21 : LABEL version=0.0.0 04:38:42 ---> 311c68b926ba 04:38:42 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:38:44 Removing intermediate container 1e9e33afb341 04:38:44 ---> 2549aa5d6bff 04:38:44 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:46 ---> Running in 86039f6bff49 04:38:46 ---> 8f64990525f5 04:38:46 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:38:46 ---> Running in 81991fbe7628 04:38:48 ---> Running in b5edf4bb7b17 04:38:48 Removing intermediate container 86039f6bff49 04:38:48 ---> 3951b88d72b8 04:38:48 04:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 18.916s coverage: 86.3% of statements 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.099s coverage: 72.2% of statements 04:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.373s coverage: 72.1% of statements 04:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.033s coverage: 82.4% of statements 04:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.021s coverage: 48.4% of statements 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.076s coverage: 28.8% of statements 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.046s coverage: 96.8% of statements 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.120s coverage: 26.9% of statements 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.286s coverage: 84.1% of statements 04:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.027s coverage: 100.0% of statements 04:38:48 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.024s coverage: 42.9% of statements 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:38:48 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.020s coverage: 100.0% of statements 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:38:48 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.073s coverage: 83.8% of statements 04:38:48 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:38:49 Successfully built 3951b88d72b8 04:38:49 Successfully tagged docker-core-command-go:latest 04:38:51  Building docker-core-command-go ... done Removing intermediate container b5edf4bb7b17 04:38:51 ---> acc9d2b6dbaa 04:38:51 Step 21/23 : LABEL arch=x86_64 04:38:53 ---> Running in b8277b85cc31 04:38:53 Removing intermediate container cd52df6e326e 04:38:53 ---> 6ea5f05df958 04:38:53 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:38:54 Removing intermediate container b8277b85cc31 04:38:54 ---> fd4a8051169f 04:38:54 Step 22/23 : LABEL git_sha=7357c0e613a5b77866d6e88290208b565c3e7996 04:38:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.138s coverage: 46.1% of statements 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:38:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.041s coverage: 100.0% of statements 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:38:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.037s coverage: 100.0% of statements 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:38:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.089s coverage: 100.0% of statements 04:38:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:38:55 ---> Running in fd2c602d621b 04:38:55 Removing intermediate container 81991fbe7628 04:38:55 ---> d4cdc9d8e5ad 04:38:55 Step 15/22 : RUN apk --no-cache add zeromq 04:38:56 ---> 38bc2e9f2309 04:38:56 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:38:56 ---> Running in f30082f351c5 04:38:57 Removing intermediate container fd2c602d621b 04:38:57 ---> 5d3f944a8f91 04:38:57 Step 23/23 : LABEL version=0.0.0 04:38:58 ---> Running in 5eefefb350c0 04:38:58 ---> 887609c3dd0a 04:38:58 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:38:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.173s coverage: 29.1% of statements 04:38:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:38:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:38:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:38:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:38:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:38:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.060s coverage: 99.0% of statements 04:38:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:38:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements 04:38:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:38:58 ok github.com/edgexfoundry/edgex-go/internal/system 0.018s coverage: 0.0% of statements 04:38:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:38:59 ---> 280dcf7a3177 04:38:59 Step 9/21 : RUN make cmd/support-logging/support-logging 04:38:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:59 ---> 5e97f87b3642 04:38:59 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:38:59 Removing intermediate container 5eefefb350c0 04:38:59 ---> ed66daf303e6 04:38:59 04:38:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 04:38:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:38:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:38:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:38:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:38:59 ---> Running in e90743ae2956 04:38:59 Successfully built ed66daf303e6 04:38:59 Successfully tagged docker-support-notifications-go:latest 04:38:59  Building docker-support-notifications-go ... done  ---> c7363a4e0626 04:38:59 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:39:00 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:00 ---> 3f9c6df3b608 04:39:00 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:39:00 ---> Running in 22949bdba277 04:39:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:01 (1/5) Installing libgcc (9.3.0-r2) 04:39:01 (2/5) Installing libsodium (1.0.18-r0) 04:39:01 (3/5) Installing libstdc++ (9.3.0-r2) 04:39:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.074s coverage: 87.9% of statements 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:39:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:39:01 Removing intermediate container 22949bdba277 04:39:01 ---> 843e10742649 04:39:01 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:39:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.022s coverage: 100.0% of statements 04:39:01 (4/5) Installing libzmq (4.3.2-r0) 04:39:01 (5/5) Installing zeromq (4.3.2-r0) 04:39:02 Executing busybox-1.31.1-r16.trigger 04:39:02 OK: 8 MiB in 19 packages 04:39:02 ---> 2b946674eb66 04:39:02 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:39:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements 04:39:02 ---> Running in eaaa34fd131e 04:39:03 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.024s coverage: 100.0% of statements 04:39:03 Removing intermediate container f30082f351c5 04:39:03 ---> 9ac3121b4984 04:39:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:39:03 GO111MODULE=on go vet ./... 04:39:04 ---> 482d30150a61 04:39:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:39:04 Removing intermediate container eaaa34fd131e 04:39:04 ---> 9ba417159850 04:39:04 Step 24/29 : RUN chmod 755 security-secrets-setup 04:39:04 ---> Running in a49f78836425 04:39:05 ---> 8dfff83ef3b9 04:39:05 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:39:05 ---> 6cea333af0f3 04:39:05 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:05 ---> Running in f7ff97a314c2 04:39:05 Removing intermediate container f7ff97a314c2 04:39:05 ---> 7c7e62b3743a 04:39:05 Step 20/22 : LABEL arch=x86_64 04:39:05 ---> Running in 47ac312f38d0 04:39:06 Removing intermediate container 47ac312f38d0 04:39:06 ---> 6d21829efeaf 04:39:06 Step 21/22 : LABEL git_sha=7357c0e613a5b77866d6e88290208b565c3e7996 04:39:06 ---> Running in 7088f238bad5 04:39:06 Removing intermediate container a49f78836425 04:39:06 ---> 6f84412e64a3 04:39:06 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:39:06 ---> Running in b850e2f14fdd 04:39:06 Removing intermediate container 7088f238bad5 04:39:06 ---> ff8e4677cfcd 04:39:06 Step 22/22 : LABEL version=0.0.0 04:39:06 Removing intermediate container b850e2f14fdd 04:39:06 ---> fb4b811cd017 04:39:06 Step 26/29 : CMD [ "generate" ] 04:39:06 ---> Running in 3a3957ecf8f2 04:39:07 ---> Running in 19d307c189f5 04:39:07 Removing intermediate container 3a3957ecf8f2 04:39:07 ---> b025d4a7a1ba 04:39:07 04:39:07 Removing intermediate container 19d307c189f5 04:39:07 ---> 6f91b5abc492 04:39:07 Step 27/29 : LABEL arch=x86_64 04:39:07 Successfully built b025d4a7a1ba 04:39:07 ---> Running in 16dbfaed5db7 04:39:07 Successfully tagged docker-core-data-go:latest 04:39:07  Building docker-core-data-go ... done Removing intermediate container 16dbfaed5db7 04:39:07 ---> 1ce0432860b2 04:39:07 Step 28/29 : LABEL git_sha=7357c0e613a5b77866d6e88290208b565c3e7996 04:39:07 ---> Running in 36c5aaa9695f 04:39:08 Removing intermediate container 36c5aaa9695f 04:39:08 ---> 6088a1710331 04:39:08 Step 29/29 : LABEL version=0.0.0 04:39:08 ---> Running in 9b5bb09a992c 04:39:09 Removing intermediate container 9b5bb09a992c 04:39:09 ---> f8ccc46208a7 04:39:09 04:39:09 Successfully built f8ccc46208a7 04:39:09 Successfully tagged docker-security-secrets-setup-go:latest 04:39:12  Building docker-security-secrets-setup-go ... done Removing intermediate container e90743ae2956 04:39:12 ---> 1bf7c51df6ca 04:39:12 04:39:12 Step 10/21 : FROM scratch 04:39:12 ---> 04:39:12 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:39:12 ---> Using cache 04:39:12 ---> 833d5b549739 04:39:12 Step 12/21 : ENV APP_PORT=48061 04:39:12 ---> Running in a0d6be5a2c77 04:39:13 Removing intermediate container a0d6be5a2c77 04:39:13 ---> 590a628148c5 04:39:13 Step 13/21 : EXPOSE $APP_PORT 04:39:13 ---> Running in b9f9355a8f17 04:39:13 Removing intermediate container b9f9355a8f17 04:39:13 ---> e59485c9f9d6 04:39:13 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:39:13 ---> d44178b225c8 04:39:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:39:14 ---> 92f74bf4fd63 04:39:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:39:14 ---> ff3cf8783e83 04:39:14 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:39:14 ---> 9aaed2fe4fb9 04:39:14 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:14 ---> Running in 06b23147aaa4 04:39:14 Removing intermediate container 06b23147aaa4 04:39:14 ---> c03a1b2881d2 04:39:14 Step 19/21 : LABEL arch=x86_64 04:39:15 ---> Running in b8d3fbb551dc 04:39:15 Removing intermediate container b8d3fbb551dc 04:39:15 ---> 0bef85ac5853 04:39:15 Step 20/21 : LABEL git_sha=7357c0e613a5b77866d6e88290208b565c3e7996 04:39:15 ---> Running in 5c8cfb6f7c1e 04:39:15 Removing intermediate container 5c8cfb6f7c1e 04:39:15 ---> 49f400cabf4b 04:39:15 Step 21/21 : LABEL version=0.0.0 04:39:15 ---> Running in c560453d429e 04:39:15 Removing intermediate container c560453d429e 04:39:15 ---> e0f715fb9cad 04:39:15 04:39:15 Successfully built e0f715fb9cad 04:39:15 Successfully tagged docker-support-logging-go:latest 04:39:16  Building docker-support-logging-go ... done  [Pipeline] } 04:39:17 $ docker stop --time=1 a952d9194ae8164de61241a629dffeea995c6b4d7c9874e8c5f4f3ec64643cbc 04:39:20 $ docker rm -f a952d9194ae8164de61241a629dffeea995c6b4d7c9874e8c5f4f3ec64643cbc [Pipeline] // withDockerContainer [Pipeline] sh 04:39:20 + docker images 04:39:20 + grep docker 04:39:20 docker-support-logging-go latest e0f715fb9cad 5 seconds ago 11.8MB 04:39:20 docker-security-secrets-setup-go latest f8ccc46208a7 12 seconds ago 25.1MB 04:39:20 docker-core-data-go latest b025d4a7a1ba 14 seconds ago 24.4MB 04:39:20 docker-support-notifications-go latest ed66daf303e6 21 seconds ago 14.5MB 04:39:20 docker-core-command-go latest 3951b88d72b8 34 seconds ago 13MB 04:39:20 docker-sys-mgmt-agent-go latest c0b0cbb04285 About a minute ago 284MB 04:39:20 docker-security-secretstore-setup-go latest 52b58e6969a8 2 minutes ago 33.9MB 04:39:20 docker-core-metadata-go latest d3032e236cbe 2 minutes ago 14.4MB 04:39:20 docker-security-proxy-setup-go latest 8d2c6363b2d3 2 minutes ago 16.4MB 04:39:20 docker-support-scheduler-go latest f669e6684054 2 minutes ago 13.1MB 04:39:20 docker latest 81f5749c9058 5 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:39:22 gofmt -l . 04:39:23 [ "`gofmt -l .`" = "" ] 04:39:26 ./bin/test-go-mod-tidy.sh 04:39:27 ./bin/test-attribution-txt.sh [Pipeline] sh 04:39:31 + ls -al . 04:39:31 total 588 04:39:31 drwxrwxr-x 10 1001 1001 4096 Aug 4 04:39 . 04:39:31 drwxr-xr-x 4 root root 4096 Aug 4 04:37 .. 04:39:31 -rw-rw-r-- 1 1001 1001 11 Aug 4 04:35 .dockerignore 04:39:31 drwxrwxr-x 8 1001 1001 4096 Aug 4 04:35 .git 04:39:31 drwxrwxr-x 3 1001 1001 4096 Aug 4 04:35 .github 04:39:31 -rw-rw-r-- 1 1001 1001 932 Aug 4 04:35 .gitignore 04:39:31 drwxrwxr-x 3 1001 1001 4096 Aug 4 04:35 .semver 04:39:31 -rw-rw-r-- 1 1001 1001 166 Aug 4 04:35 .sonarcloud.properties 04:39:31 -rw-rw-r-- 1 1001 1001 3804 Aug 4 04:35 CONTRIBUTING.md 04:39:31 -rw-rw-r-- 1 1001 1001 1035 Aug 4 04:35 Dockerfile.build 04:39:31 -rw-rw-r-- 1 1001 1001 865 Aug 4 04:35 Jenkinsfile 04:39:31 -rw-rw-r-- 1 1001 1001 10775 Aug 4 04:35 LICENSE 04:39:31 -rw-rw-r-- 1 1001 1001 6237 Aug 4 04:35 Makefile 04:39:31 -rw-rw-r-- 1 1001 1001 5652 Aug 4 04:35 README.md 04:39:31 -rw-rw-r-- 1 1001 1001 7111 Aug 4 04:35 SECURITY.md 04:39:31 -rw-rw-r-- 1 1001 1001 5 Aug 4 04:31 VERSION 04:39:31 -rw-rw-r-- 1 1001 1001 4131 Aug 4 04:35 ZMQWindows.md 04:39:31 drwxrwxr-x 2 1001 1001 4096 Aug 4 04:35 bin 04:39:31 drwxrwxr-x 15 1001 1001 4096 Aug 4 04:35 cmd 04:39:31 -rw-r--r-- 1 root root 457515 Aug 4 04:39 coverage.out 04:39:31 -rw-r--r-- 1 root root 1019 Aug 4 04:39 go.mod 04:39:31 -rw-r--r-- 1 root root 19185 Aug 4 04:39 go.sum 04:39:31 drwxrwxr-x 8 1001 1001 4096 Aug 4 04:35 internal 04:39:31 drwxrwxr-x 4 1001 1001 4096 Aug 4 04:35 openapi 04:39:31 drwxrwxr-x 4 1001 1001 4096 Aug 4 04:35 snap 04:39:31 -rw-rw-r-- 1 1001 1001 168 Aug 4 04:35 version.go [Pipeline] sh 04:39:31 + '[' -e coverage.out ] 04:39:31 + chown 1001:1001 coverage.out [Pipeline] stash 04:39:31 Warning: overwriting stash ‘coverage-report’ 04:39:33 Stashed 1 file(s) [Pipeline] sh 04:39:33 + make build 04:39:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:39:52 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:02 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:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:40:12 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:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:40:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:40:25 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: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:40:36 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:41 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:40:45 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:40:50 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:40:54 $ docker stop --time=1 fe26ed7f3cfe79e0c45f983c78cc274273c095866a115bce9da3487924104ee9 04:40:57 $ docker rm -f fe26ed7f3cfe79e0c45f983c78cc274273c095866a115bce9da3487924104ee9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:40:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:40:58 04:40:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:40:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:40:58 latest: Pulling from edgex-devops/edgex-compose-arm64 04:40:58 29e5d40040c1: Pulling fs layer 04:40:58 1ce36da41761: Pulling fs layer 04:40:58 25b303627fd3: Pulling fs layer 04:40:58 29e5d40040c1: Verifying Checksum 04:40:58 29e5d40040c1: Download complete 04:40:59 1ce36da41761: Verifying Checksum 04:40:59 1ce36da41761: Download complete 04:40:59 29e5d40040c1: Pull complete 04:41:01 1ce36da41761: Pull complete 04:41:01 25b303627fd3: Verifying Checksum 04:41:01 25b303627fd3: Download complete 04:41:09 25b303627fd3: Pull complete 04:41:09 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:41:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:41:10 prd-ubuntu18.04-docker-arm64-4c-16g-2019 does not seem to be running inside a container 04:41:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@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:13 $ docker top c0bcf94010e3e5de738db45d21696ee623eac5b024f05b1cbfbdc6a19f5f31af -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:15 + grep parallel 04:41:15 + docker-compose build --help 04:41:19 --parallel Build images in parallel. [Pipeline] } 04:41:19 $ docker stop --time=1 c0bcf94010e3e5de738db45d21696ee623eac5b024f05b1cbfbdc6a19f5f31af 04:41:21 $ docker rm -f c0bcf94010e3e5de738db45d21696ee623eac5b024f05b1cbfbdc6a19f5f31af [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:41:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:22 . [Pipeline] withDockerContainer 04:41:22 prd-ubuntu18.04-docker-arm64-4c-16g-2019 does not seem to be running inside a container 04:41:22 $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@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:24 $ docker top 03f668ef993c7e3a067604112117e3fe659b80b5ca0d23f6e58a8f2d9914c372 -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:25 + docker-compose -f ./docker-compose-build.yml build --parallel 04:41:29 Building docker-core-command-go ... 04:41:29 Building docker-core-data-go ... 04:41:29 Building docker-core-metadata-go ... 04:41:29 Building docker-security-proxy-setup-go ... 04:41:29 Building docker-security-secrets-setup-go ... 04:41:29 Building docker-security-secretstore-setup-go ... 04:41:29 Building docker-support-logging-go ... 04:41:29 Building docker-support-notifications-go ... 04:41:29 Building docker-support-scheduler-go ... 04:41:29 Building docker-sys-mgmt-agent-go ... 04:41:29 Building docker-support-notifications-go 04:41:29 Building docker-sys-mgmt-agent-go 04:41:29 Building docker-core-data-go 04:41:29 Building docker-security-proxy-setup-go 04:41:29 Building docker-security-secretstore-setup-go 04:43:36 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:36 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:43:36 ---> da72e463ad20 04:43:36 Step 3/26 : WORKDIR /edgex-go 04:43:36 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:43:36 ---> da72e463ad20 04:43:36 Step 3/23 : WORKDIR /edgex-go 04:43:36 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:36 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:43:36 ---> da72e463ad20 04:43:36 Step 3/26 : WORKDIR /edgex-go 04:43:36 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:36 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:43:36 ---> da72e463ad20 04:43:36 Step 3/20 : WORKDIR /edgex-go 04:43:36 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:43:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:43:36 ---> da72e463ad20 04:43:36 Step 3/22 : WORKDIR /edgex-go 04:43:36 ---> Running in aeb05af192ae 04:43:36 ---> Running in 1ea07ea6a2c6 04:43:36 ---> Running in 4a48d098c0c6 04:43:36 ---> Running in 56ace3a59cea 04:43:36 ---> Running in 18a2da9186c9 04:43:36 Removing intermediate container 18a2da9186c9 04:43:36 ---> 1f2e9c0a021f 04:43:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:36 Removing intermediate container 4a48d098c0c6 04:43:36 ---> 9fe97fa074a6 04:43:36 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:36 Removing intermediate container 1ea07ea6a2c6 04:43:36 ---> f4049b25e054 04:43:36 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:36 Removing intermediate container 56ace3a59cea 04:43:36 Removing intermediate container aeb05af192ae 04:43:36 ---> 1039b128aebb 04:43:36 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:36 ---> f63ed856375a 04:43:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:36 ---> Running in b340d8a39ecf 04:43:36 ---> Running in 66b8561a330b 04:43:36 ---> Running in 7636ce28a48b 04:43:36 ---> Running in bc21f624d654 04:43:36 ---> Running in 6d936aaf612e 04:43:36 Removing intermediate container b340d8a39ecf 04:43:36 ---> 3d338d2f32c3 04:43:36 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:43:36 ---> Running in 6658eceee71b 04:43:36 Removing intermediate container 66b8561a330b 04:43:36 ---> bb8cd15d68fe 04:43:36 Step 5/26 : RUN apk update && apk add make bash git 04:43:36 ---> Running in a92e7fc7d74c 04:43:36 Removing intermediate container 7636ce28a48b 04:43:36 ---> de35a6c01d7a 04:43:36 Step 5/20 : RUN apk update && apk add make git 04:43:36 ---> Running in 1b79a3bf7c21 04:43:36 Removing intermediate container bc21f624d654 04:43:36 ---> b6e14a792223 04:43:36 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:43:36 Removing intermediate container 6d936aaf612e 04:43:36 ---> 48211d83da66 04:43:36 Step 5/26 : RUN apk update && apk add make git 04:43:36 ---> Running in ee2cb554b535 04:43:36 ---> Running in 2a9d9a025191 04:43:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:36 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:36 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:36 OK: 12620 distinct packages available 04:43:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:36 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:36 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:36 OK: 12620 distinct packages available 04:43:36 OK: 217 MiB in 51 packages 04:43:36 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:36 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:36 OK: 12620 distinct packages available 04:43:36 OK: 217 MiB in 51 packages 04:43:36 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:36 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:36 OK: 12620 distinct packages available 04:43:36 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:36 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:36 OK: 12620 distinct packages available 04:43:36 OK: 217 MiB in 51 packages 04:43:37 OK: 217 MiB in 51 packages 04:43:37 OK: 217 MiB in 51 packages 04:43:37 Removing intermediate container 6658eceee71b 04:43:37 ---> 9321586fe6c2 04:43:37 Step 6/23 : COPY go.mod . 04:43:37 Removing intermediate container a92e7fc7d74c 04:43:37 ---> 4b726eb3bcf0 04:43:37 Step 6/26 : COPY go.mod . 04:43:38 Removing intermediate container 1b79a3bf7c21 04:43:38 ---> 7c20e77f88e3 04:43:38 Step 6/20 : COPY go.mod . 04:43:38 ---> 105cdd47ef4f 04:43:38 Step 7/23 : RUN go mod download 04:43:39 ---> Running in 7b8f86342fcd 04:43:39 ---> fecdb60e8014 04:43:39 Step 7/26 : RUN go mod download 04:43:39 Removing intermediate container ee2cb554b535 04:43:39 ---> 25a2820b9837 04:43:39 Step 6/22 : COPY go.mod . 04:43:39 Removing intermediate container 2a9d9a025191 04:43:39 ---> fc3d34d58cc7 04:43:39 Step 6/26 : COPY go.mod . 04:43:39 ---> Running in cd24a04a24cd 04:43:39 ---> 64c79407c2d9 04:43:39 Step 7/20 : RUN go mod download 04:43:39 ---> Running in d07f1d7d9b85 04:43:40 ---> 2e12bc1deacf 04:43:40 Step 7/22 : RUN go mod download 04:43:40 ---> 6bf2bfd9abca 04:43:40 Step 7/26 : RUN go mod download 04:43:40 ---> Running in 5c5fd2054170 04:43:40 ---> Running in f2a9cd52cf71 04:43:44 Removing intermediate container 7b8f86342fcd 04:43:44 ---> 049df79cbffa 04:43:44 Step 8/23 : COPY . . 04:43:44 Removing intermediate container cd24a04a24cd 04:43:44 ---> 31e24e939860 04:43:44 Step 8/26 : COPY . . 04:43:44 Removing intermediate container d07f1d7d9b85 04:43:44 ---> 9caef5340510 04:43:44 Step 8/20 : COPY . . 04:43:54 Removing intermediate container f2a9cd52cf71 04:43:54 ---> 4d9e22439d69 04:43:54 Step 8/22 : COPY . . 04:43:54 Removing intermediate container 5c5fd2054170 04:43:54 ---> 5fb6868c3077 04:43:54 Step 8/26 : COPY . . 04:44:16 ---> 05bdc70ee2a9 04:44:16 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:44:16 ---> 4585faba4677 04:44:16 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:44:16 ---> 13a44a217937 04:44:16 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:44:16 ---> 69c2847778e4 04:44:16 Step 9/22 : RUN make cmd/core-data/core-data 04:44:16 ---> Running in 8abd2efadfef 04:44:16 ---> Running in 3165e942a33d 04:44:16 ---> Running in 4326998c9c06 04:44:16 ---> Running in 45766047ad3f 04:44:16 ---> e6cabe90c7fa 04:44:16 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:44:16 ---> Running in 8f3a4d677711 04:44:18 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:44:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:44:18 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:44:19 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:44:19 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:45:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:45:40 Removing intermediate container 4326998c9c06 04:45:40 ---> 553d8eed7c2e 04:45:40 04:45:40 Step 10/20 : FROM alpine 04:45:40 latest: Pulling from library/alpine 04:45:41 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:45:41 Status: Downloaded newer image for alpine:latest 04:45:41 ---> 62ee0e9f8440 04:45:41 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:45:41 ---> Running in 02d7a95e2e1f 04:45:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:45 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:45:45 v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:45:45 OK: 12620 distinct packages available 04:45:46 (1/4) Installing ca-certificates (20191127-r4) 04:45:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:45:46 (3/4) Installing libcurl (7.69.1-r0) 04:45:46 (4/4) Installing curl (7.69.1-r0) 04:45:46 Executing busybox-1.31.1-r16.trigger 04:45:46 Executing ca-certificates-20191127-r4.trigger 04:45:46 OK: 7 MiB in 18 packages 04:45:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:45:50 Removing intermediate container 02d7a95e2e1f 04:45:50 ---> de7445402184 04:45:50 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:45:51 ---> Running in 7f7640a0d43c 04:45:51 Removing intermediate container 3165e942a33d 04:45:51 ---> 0c2c1194bb9b 04:45:51 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:45:51 Removing intermediate container 7f7640a0d43c 04:45:51 ---> 0338acd3a51b 04:45:51 Step 13/20 : WORKDIR /edgex 04:45:52 ---> Running in 73c5bfe8e3ec 04:45:52 ---> Running in 61fba9b4c9cd 04:45:53 Removing intermediate container 61fba9b4c9cd 04:45:53 ---> 6d718e38f14f 04:45:53 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:45:54 ---> 90bb23fe00ad 04:45:54 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:45:54 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:45:56 ---> 085a77d962b1 04:45:56 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:45:56 ---> Running in 10d0bd26540a 04:45:57 Removing intermediate container 10d0bd26540a 04:45:57 ---> 3c532002b2cc 04:45:57 Step 17/20 : CMD ["--init=true"] 04:45:57 ---> Running in 81598375e9be 04:45:58 Removing intermediate container 81598375e9be 04:45:58 ---> f6658025f2fa 04:45:58 Step 18/20 : LABEL arch=arm64 04:45:58 ---> Running in 65aeb0109815 04:45:59 Removing intermediate container 65aeb0109815 04:45:59 ---> f633a6533e8a 04:45:59 Step 19/20 : LABEL git_sha=7357c0e613a5b77866d6e88290208b565c3e7996 04:45:59 ---> Running in 4a2302f78473 04:46:00 Removing intermediate container 4a2302f78473 04:46:00 ---> 371c9ac4f1f0 04:46:00 Step 20/20 : LABEL version=0.0.0 04:46:00 ---> Running in 7edce295d929 04:46:01 Removing intermediate container 73c5bfe8e3ec 04:46:01 ---> 60038d092440 04:46:01 04:46:01 Step 11/26 : FROM docker:latest 04:46:01 ---> ce9d55ae87f1 04:46:01 Step 12/26 : RUN apk add --no-cache bash 04:46:01 ---> Running in 680bce840a7b 04:46:02 Removing intermediate container 7edce295d929 04:46:02 ---> ab1127f8e92f 04:46:02 04:46:03 Successfully built ab1127f8e92f 04:46:03 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:46:03  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 04:46:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:04 Removing intermediate container 8f3a4d677711 04:46:04 ---> e35f762258c0 04:46:04 04:46:04 Step 10/26 : FROM alpine:3.10 04:46:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:05 3.10: Pulling from library/alpine 04:46:05 (1/2) Installing readline (8.0.4-r0) 04:46:05 (2/2) Installing bash (5.0.17-r0) 04:46:05 Executing bash-5.0.17-r0.post-install 04:46:05 Executing busybox-1.31.1-r16.trigger 04:46:05 OK: 12 MiB in 22 packages 04:46:07 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:46:07 Status: Downloaded newer image for alpine:3.10 04:46:07 ---> 536a684cf733 04:46:07 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:46:08 ---> Running in 5b2b6b1b3cfb 04:46:09 Removing intermediate container 680bce840a7b 04:46:09 ---> cef6defeeb45 04:46:09 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:46:10 ---> Running in 3bc2f070c91a 04:46:11 Removing intermediate container 8abd2efadfef 04:46:11 ---> 833ee358f576 04:46:11 04:46:11 Step 10/23 : FROM scratch 04:46:11 ---> 04:46:11 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:46:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:46:11 ---> Running in 45b0ba310d7c 04:46:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:46:12 v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:46:12 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:46:12 OK: 10167 distinct packages available 04:46:12 Removing intermediate container 45b0ba310d7c 04:46:12 ---> 2bcc4a9f9a8d 04:46:12 Step 12/23 : ENV APP_PORT=48060 04:46:13 ---> Running in 941a0aef54b3 04:46:13 (1/5) Installing ca-certificates (20191127-r2) 04:46:13 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:46:13 (3/5) Installing libcurl (7.66.0-r0) 04:46:13 (4/5) Installing curl (7.66.0-r0) 04:46:13 (5/5) Installing dumb-init (1.2.2-r1) 04:46:13 Executing busybox-1.30.1-r3.trigger 04:46:13 Executing ca-certificates-20191127-r2.trigger 04:46:13 Removing intermediate container 941a0aef54b3 04:46:13 ---> ffdfa61ec30a 04:46:13 Step 13/23 : EXPOSE $APP_PORT 04:46:13 OK: 7 MiB in 19 packages 04:46:13 ---> Running in 9ff063a92e61 04:46:14 Removing intermediate container 9ff063a92e61 04:46:14 ---> 672b1da56c94 04:46:14 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:46:15 Removing intermediate container 3bc2f070c91a 04:46:15 ---> 86ecb1e9d4fe 04:46:15 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:46:15 ---> Running in 06d5f3559fbb 04:46:16 Removing intermediate container 5b2b6b1b3cfb 04:46:16 ---> d213814cd31a 04:46:16 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:46:16 ---> 4509ec5e98ef 04:46:16 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:46:17 ---> Running in b640f8a37adc 04:46:17 Removing intermediate container 06d5f3559fbb 04:46:17 ---> e14b72210541 04:46:17 Step 15/26 : ENV APP_PORT=48090 04:46:17 ---> Running in 791d139b6304 04:46:18 Removing intermediate container b640f8a37adc 04:46:18 ---> d6e38a11af97 04:46:18 Step 13/26 : WORKDIR / 04:46:18 ---> 0afbbdcfc1f3 04:46:18 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:46:18 ---> Running in fbc7a39b28c5 04:46:19 Removing intermediate container 791d139b6304 04:46:19 ---> 7f5e2cc17173 04:46:19 Step 16/26 : EXPOSE $APP_PORT 04:46:19 ---> Running in cf246df8d91a 04:46:19 Removing intermediate container fbc7a39b28c5 04:46:19 ---> 8404d309a295 04:46:19 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:46:20 ---> 7768c24b57be 04:46:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:46:20 Removing intermediate container cf246df8d91a 04:46:20 ---> 764775437e22 04:46:20 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:46:21 ---> b7872d48e69f 04:46:21 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:46:22 ---> caac9e33bcc1 04:46:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:46:23 ---> 22d6a877f0e7 04:46:23 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:46:23 ---> abf7f6ed937e 04:46:23 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:46:26 ---> 1f91be2aef8a 04:46:26 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:46:26 ---> 5580040dc306 04:46:26 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:46:26 ---> 27ff86368cce 04:46:26 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:46:27 ---> df8fe270f453 04:46:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:46:27 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:46:27 ---> da72e463ad20 04:46:27 Step 3/21 : WORKDIR /edgex-go 04:46:27 ---> Using cache 04:46:27 ---> 1039b128aebb 04:46:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:27 ---> Using cache 04:46:27 ---> 48211d83da66 04:46:27 Step 5/21 : RUN apk update && apk add make git 04:46:27 ---> Using cache 04:46:27 ---> fc3d34d58cc7 04:46:27 Step 6/21 : COPY go.mod . 04:46:27 ---> Using cache 04:46:27 ---> 6bf2bfd9abca 04:46:27 Step 7/21 : RUN go mod download 04:46:27 ---> Using cache 04:46:27 ---> 5fb6868c3077 04:46:27 Step 8/21 : COPY . . 04:46:27 ---> Using cache 04:46:27 ---> e6cabe90c7fa 04:46:27 Step 9/21 : RUN make cmd/core-command/core-command 04:46:27 ---> e679d77a0771 04:46:27 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:28 ---> 2ef1679f164f 04:46:28 Step 20/26 : RUN apk --no-cache add py-pip 04:46:28 ---> Running in f46f5033924d 04:46:28 ---> Running in 9cbeb5309b96 04:46:28 ---> Running in 958b72c6d0db 04:46:29 Removing intermediate container 9cbeb5309b96 04:46:29 ---> 227c41ef6b09 04:46:29 Step 21/23 : LABEL arch=arm64 04:46:29 ---> Running in 116e692847b9 04:46:30 ---> 7acbe610cca7 04:46:30 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:46:30 Removing intermediate container 116e692847b9 04:46:30 ---> 0205d7760cd1 04:46:30 Step 22/23 : LABEL git_sha=7357c0e613a5b77866d6e88290208b565c3e7996 04:46:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:46:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:30 Removing intermediate container 45766047ad3f 04:46:30 ---> de06aa439f04 04:46:30 04:46:30 Step 10/22 : FROM alpine 04:46:30 ---> 62ee0e9f8440 04:46:30 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:46:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:30 ---> Running in 60228b35a26e 04:46:31 ---> Running in bc0d5ce302b4 04:46:31 (1/33) Installing libbz2 (1.0.8-r1) 04:46:31 (2/33) Installing expat (2.2.9-r1) 04:46:31 (3/33) Installing libffi (3.3-r2) 04:46:31 (4/33) Installing gdbm (1.13-r1) 04:46:31 (5/33) Installing xz-libs (5.2.5-r0) 04:46:31 (6/33) Installing sqlite-libs (3.32.1-r0) 04:46:31 (7/33) Installing python3 (3.8.5-r0) 04:46:32 ---> fae427b3a1fd 04:46:32 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:46:32 Removing intermediate container bc0d5ce302b4 04:46:32 ---> fc2a97621e00 04:46:32 Step 12/22 : ENV APP_PORT=48080 04:46:32 Removing intermediate container 60228b35a26e 04:46:32 ---> def5e0191d41 04:46:32 Step 23/23 : LABEL version=0.0.0 04:46:32 ---> Running in f394d2f32ed8 04:46:32 ---> Running in c3f7a7449475 04:46:33 (8/33) Installing py3-appdirs (1.4.4-r1) 04:46:33 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:46:33 (10/33) Installing py3-parsing (2.4.7-r0) 04:46:33 (11/33) Installing py3-six (1.15.0-r0) 04:46:33 (12/33) Installing py3-packaging (20.4-r0) 04:46:33 (13/33) Installing py3-setuptools (47.0.0-r0) 04:46:33 (14/33) Installing py3-chardet (3.0.4-r4) 04:46:33 ---> 5f1d3ebeb0ce 04:46:33 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:46:33 Removing intermediate container f394d2f32ed8 04:46:33 ---> e51cad6d1ba8 04:46:33 Step 13/22 : EXPOSE $APP_PORT 04:46:34 (15/33) Installing py3-idna (2.9-r0) 04:46:34 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:46:34 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:46:34 Removing intermediate container c3f7a7449475 04:46:34 (18/33) Installing py3-requests (2.23.0-r0) 04:46:34 ---> d6d0ebe866d2 04:46:34 04:46:34 (19/33) Installing py3-msgpack (1.0.0-r0) 04:46:34 (20/33) Installing py3-lockfile (0.12.2-r3) 04:46:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:46:34 (22/33) Installing py3-colorama (0.4.3-r0) 04:46:34 (23/33) Installing py3-distlib (0.3.0-r0) 04:46:34 ---> Running in 0da84ef958a7 04:46:34 (24/33) Installing py3-distro (1.5.0-r1) 04:46:34 (25/33) Installing py3-webencodings (0.5.1-r3) 04:46:34 (26/33) Installing py3-html5lib (1.0.1-r4) 04:46:34 (27/33) Installing py3-pytoml (0.1.21-r0) 04:46:34 (28/33) Installing py3-pep517 (0.8.2-r0) 04:46:34 (29/33) Installing py3-progress (1.5-r0) 04:46:34 (30/33) Installing py3-toml (0.10.1-r0) 04:46:34 (31/33) Installing py3-retrying (1.3.3-r0) 04:46:34 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:46:34 (33/33) Installing py3-pip (20.1.1-r0) 04:46:34 Executing busybox-1.31.1-r16.trigger 04:46:34 OK: 71 MiB in 55 packages 04:46:35 Successfully built d6d0ebe866d2 04:46:35 Removing intermediate container 0da84ef958a7 04:46:35 ---> 789925f87b06 04:46:35 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:35 ---> 40d046d12b31 04:46:35 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:46:35 Successfully tagged docker-support-notifications-go-arm64:latest 04:46:35  Building docker-support-notifications-go ... done Building docker-security-secrets-setup-go 04:46:35 ---> Running in 339a7811735b 04:46:35 ---> Running in 92796e68c84d 04:46:46 Removing intermediate container 92796e68c84d 04:46:46 ---> 1596487e847b 04:46:46 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:46:46 Removing intermediate container 339a7811735b 04:46:46 ---> 86722fed84db 04:46:46 Step 15/22 : RUN apk --no-cache add zeromq 04:46:46 ---> Running in 0bf931ff6908 04:46:46 ---> Running in a540fcf280d2 04:46:46 Removing intermediate container 958b72c6d0db 04:46:46 ---> 9e982ce4fad3 04:46:46 Step 21/26 : RUN pip install docker-compose==1.23.2 04:46:46 ---> Running in da279d0be6a5 04:46:46 Removing intermediate container 0bf931ff6908 04:46:46 ---> 483cf94451ee 04:46:46 Step 24/26 : LABEL arch=arm64 04:46:46 ---> Running in e2ec02a2a625 04:46:48 Removing intermediate container e2ec02a2a625 04:46:48 ---> 3487a6e51ede 04:46:48 Step 25/26 : LABEL git_sha=7357c0e613a5b77866d6e88290208b565c3e7996 04:46:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:48 ---> Running in 785465cc9ccf 04:46:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:49 Removing intermediate container 785465cc9ccf 04:46:49 ---> 25c21de7b5ab 04:46:49 Step 26/26 : LABEL version=0.0.0 04:46:49 (1/5) Installing libgcc (9.3.0-r2) 04:46:49 ---> Running in 92fd23a1fb3c 04:46:49 (2/5) Installing libsodium (1.0.18-r0) 04:46:49 (3/5) Installing libstdc++ (9.3.0-r2) 04:46:50 (4/5) Installing libzmq (4.3.2-r0) 04:46:50 (5/5) Installing zeromq (4.3.2-r0) 04:46:50 Executing busybox-1.31.1-r16.trigger 04:46:50 OK: 8 MiB in 19 packages 04:46:51 Removing intermediate container 92fd23a1fb3c 04:46:51 ---> e6600ca198c3 04:46:51 04:46:52 Successfully built e6600ca198c3 04:46:52 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:46:52  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 04:46:53 Removing intermediate container a540fcf280d2 04:46:53 ---> d8f00f52d033 04:46:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:46:54 Collecting docker-compose==1.23.2 04:46:54 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:46:54 ---> f4be722402db 04:46:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:46:55 Collecting PyYAML<4,>=3.10 04:46:55 Downloading PyYAML-3.13.tar.gz (270 kB) 04:46:58 ---> 827fcbfe30c2 04:46:58 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:47:00 ---> e4885c4e4640 04:47:00 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:00 Collecting texttable<0.10,>=0.9.0 04:47:00 Downloading texttable-0.9.1.tar.gz (11 kB) 04:47:00 ---> Running in 8cef6a97abdf 04:47:02 Removing intermediate container 8cef6a97abdf 04:47:02 ---> 972ef96d8603 04:47:02 Step 20/22 : LABEL arch=arm64 04:47:02 ---> Running in 12a1584e8bfa 04:47:03 Collecting websocket-client<1.0,>=0.32.0 04:47:03 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:47:03 Removing intermediate container 12a1584e8bfa 04:47:03 ---> 519bf99d68a4 04:47:03 Step 21/22 : LABEL git_sha=7357c0e613a5b77866d6e88290208b565c3e7996 04:47:04 ---> Running in 4d3d2f83216c 04:47:04 Collecting cached-property<2,>=1.2.0 04:47:04 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:47:05 Collecting docker<4.0,>=3.6.0 04:47:05 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:47:05 Removing intermediate container 4d3d2f83216c 04:47:05 ---> e87db6fc0c16 04:47:05 Step 22/22 : LABEL version=0.0.0 04:47:06 ---> Running in 9c71c85f855d 04:47:06 Collecting dockerpty<0.5,>=0.4.1 04:47:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:47:07 Removing intermediate container 9c71c85f855d 04:47:07 ---> 54d53e6295d7 04:47:07 04:47:07 Successfully built 54d53e6295d7 04:47:07 Successfully tagged docker-core-data-go-arm64:latest 04:47:07 Building docker-support-logging-go 04:47:08  Building docker-core-data-go ... done Collecting jsonschema<3,>=2.5.1 04:47:08 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:47:09 Collecting docopt<0.7,>=0.6.1 04:47:09 Downloading docopt-0.6.2.tar.gz (25 kB) 04:47:12 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:47:12 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:47:12 ---> da72e463ad20 04:47:12 Step 3/29 : WORKDIR /edgex-go 04:47:12 ---> Using cache 04:47:12 ---> 1039b128aebb 04:47:12 Step 4/29 : RUN apk update && apk add make git 04:47:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:47:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:47:13 ---> Running in 1556c64c72ab 04:47:14 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:47:14 Collecting docker-pycreds>=0.4.0 04:47:14 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:47:14 Collecting idna<2.8,>=2.5 04:47:14 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:47: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:47: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:47:15 Collecting urllib3<1.25,>=1.21.1 04:47:15 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:47:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:47:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:47:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:47:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:47:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:17 Installing collected packages: PyYAML, texttable, websocket-client, cached-property, idna, urllib3, requests, docker-pycreds, docker, dockerpty, jsonschema, docopt, docker-compose 04:47:17 Running setup.py install for PyYAML: started 04:47:18 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:47:18 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:47:18 OK: 12620 distinct packages available 04:47:19 OK: 217 MiB in 51 packages 04:47:20 Running setup.py install for PyYAML: finished with status 'done' 04:47:20 Running setup.py install for texttable: started 04:47:23 Running setup.py install for texttable: finished with status 'done' 04:47:23 Attempting uninstall: idna 04:47:23 Found existing installation: idna 2.9 04:47:23 Uninstalling idna-2.9: 04:47:23 Successfully uninstalled idna-2.9 04:47:24 Attempting uninstall: urllib3 04:47:24 Removing intermediate container 1556c64c72ab 04:47:24 ---> 8c1d57985154 04:47:24 Step 5/29 : COPY go.mod . 04:47:24 Found existing installation: urllib3 1.25.9 04:47:24 Uninstalling urllib3-1.25.9: 04:47:25 Successfully uninstalled urllib3-1.25.9 04:47:25 Attempting uninstall: requests 04:47:25 Found existing installation: requests 2.23.0 04:47:25 Uninstalling requests-2.23.0: 04:47:26 Successfully uninstalled requests-2.23.0 04:47:26 ---> 980f7e6f4ef7 04:47:26 Step 6/29 : RUN go mod download 04:47:27 ---> Running in 2cf6ec7778ed 04:47:27 Running setup.py install for dockerpty: started 04:47:30 Running setup.py install for dockerpty: finished with status 'done' 04:47:30 Running setup.py install for docopt: started 04:47:32 Removing intermediate container 2cf6ec7778ed 04:47:32 ---> c7e1d266543f 04:47:32 Step 7/29 : COPY . . 04:47:32 Running setup.py install for docopt: finished with status 'done' 04:47:33 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:47:38 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:47:38 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:47:38 ---> da72e463ad20 04:47:38 Step 3/20 : WORKDIR /edgex-go 04:47:38 ---> Using cache 04:47:38 ---> 1039b128aebb 04:47:38 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:38 ---> Using cache 04:47:38 ---> 48211d83da66 04:47:38 Step 5/20 : RUN apk update && apk add make git 04:47:38 ---> Using cache 04:47:38 ---> fc3d34d58cc7 04:47:38 Step 6/20 : COPY go.mod . 04:47:38 ---> Using cache 04:47:38 ---> 6bf2bfd9abca 04:47:38 Step 7/20 : RUN go mod download 04:47:38 ---> Using cache 04:47:38 ---> 5fb6868c3077 04:47:38 Step 8/20 : COPY . . 04:47:38 ---> Using cache 04:47:38 ---> e6cabe90c7fa 04:47:38 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:47:39 ---> Running in 68cfbfc767f6 04:47:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:47:41 Removing intermediate container da279d0be6a5 04:47:41 ---> d5d49b931bc9 04:47:41 Step 22/26 : RUN apk --no-cache add curl 04:47:42 Removing intermediate container f46f5033924d 04:47:42 ---> 33d84ff57a64 04:47:42 04:47:42 Step 10/21 : FROM scratch 04:47:42 ---> 04:47:42 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:47:42 ---> Running in 7f779c736310 04:47:42 ---> Running in 0a551ad2086e 04:47:44 Removing intermediate container 0a551ad2086e 04:47:44 ---> 2e3e05af0714 04:47:44 Step 12/21 : ENV APP_PORT=48082 04:47:44 ---> Running in 26a83ab79da9 04:47:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:45 Removing intermediate container 26a83ab79da9 04:47:45 ---> fbe1e266d97d 04:47:45 Step 13/21 : EXPOSE $APP_PORT 04:47:45 ---> Running in 8b1fe2bc2f5c 04:47:45 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:47:45 (2/3) Installing libcurl (7.69.1-r0) 04:47:45 (3/3) Installing curl (7.69.1-r0) 04:47:45 Executing busybox-1.31.1-r16.trigger 04:47:45 OK: 71 MiB in 58 packages 04:47:46 Removing intermediate container 8b1fe2bc2f5c 04:47:46 ---> ec34d43bd92b 04:47:46 Step 14/21 : WORKDIR / 04:47:46 ---> Running in 13809e1491b9 04:47:47 Removing intermediate container 13809e1491b9 04:47:47 ---> e04897307bd3 04:47:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:47:48 Removing intermediate container 7f779c736310 04:47:48 ---> 7f0c979c5073 04:47:48 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:48 ---> Running in 53806591fbfc 04:47:50 Removing intermediate container 53806591fbfc 04:47:50 ---> c214a20ed887 04:47:50 Step 24/26 : LABEL arch=arm64 04:47:50 ---> 2047fd364637 04:47:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:47:50 ---> Running in 7a3a142b22a5 04:47:51 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:47:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:47:51 ---> da72e463ad20 04:47:51 Step 3/21 : WORKDIR /edgex-go 04:47:51 ---> Using cache 04:47:51 ---> 1039b128aebb 04:47:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:51 ---> Using cache 04:47:51 ---> 48211d83da66 04:47:51 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:47:51 ---> Running in 499f148cb303 04:47:51 Removing intermediate container 7a3a142b22a5 04:47:51 ---> b9c91ba2f75c 04:47:51 Step 25/26 : LABEL git_sha=7357c0e613a5b77866d6e88290208b565c3e7996 04:47:51 ---> Running in e9fd47693f35 04:47:53 Removing intermediate container e9fd47693f35 04:47:53 ---> 8cc8c2a55180 04:47:53 Step 26/26 : LABEL version=0.0.0 04:47:53 ---> Running in e299e2f95510 04:47:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:54 ---> 97a426fc9ffb 04:47:54 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:47:54 Removing intermediate container e299e2f95510 04:47:54 ---> cdb97b83696e 04:47:54 04:47:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:55 ---> 35538f4781c7 04:47:55 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:55 Successfully built cdb97b83696e 04:47:56 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:47:56  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go 04:47:56 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:47:56 v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] 04:47:56 OK: 12620 distinct packages available 04:47:56 ---> Running in c1c386b9a950 04:47:57 OK: 217 MiB in 51 packages 04:47:57 Removing intermediate container c1c386b9a950 04:47:57 ---> 0a61dd63c9e1 04:47:57 Step 19/21 : LABEL arch=arm64 04:47:57 ---> Running in 6b20c73e69c4 04:47:57 OK: 217 MiB in 51 packages 04:47:59 Removing intermediate container 6b20c73e69c4 04:47:59 ---> 3bd1d53e2fdc 04:47:59 Step 20/21 : LABEL git_sha=7357c0e613a5b77866d6e88290208b565c3e7996 04:48:00 ---> Running in da06879271eb 04:48:01 Removing intermediate container 499f148cb303 04:48:01 ---> ae5b5ddb10a9 04:48:01 Step 6/21 : COPY go.mod . 04:48:01 Removing intermediate container da06879271eb 04:48:01 ---> f669bb643e38 04:48:01 Step 21/21 : LABEL version=0.0.0 04:48:02 ---> 0c487e25be41 04:48:02 Step 7/21 : RUN go mod download 04:48:02 ---> Running in 99932299d3aa 04:48:03 ---> Running in c3550e6d65cc 04:48:03 Removing intermediate container 99932299d3aa 04:48:03 ---> 0d92915e9ac7 04:48:03 04:48:05 Successfully built 0d92915e9ac7 04:48:05 Successfully tagged docker-core-command-go-arm64:latest 04:48:07  Building docker-core-command-go ... done  ---> db5bf332ab40 04:48:07 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:48:07 ---> Running in 1a6b2c12ac18 04:48:08 Removing intermediate container c3550e6d65cc 04:48:08 ---> 366f6addd24f 04:48:08 Step 8/21 : COPY . . 04:48:10 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:48:23 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:48:23 ---> da72e463ad20 04:48:23 Step 3/21 : WORKDIR /edgex-go 04:48:23 ---> Using cache 04:48:23 ---> 1039b128aebb 04:48:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:23 ---> Using cache 04:48:23 ---> 48211d83da66 04:48:23 Step 5/21 : RUN apk update && apk add make git 04:48:23 ---> Using cache 04:48:23 ---> fc3d34d58cc7 04:48:23 Step 6/21 : COPY go.mod . 04:48:23 ---> Using cache 04:48:23 ---> 6bf2bfd9abca 04:48:23 Step 7/21 : RUN go mod download 04:48:23 ---> Using cache 04:48:23 ---> 5fb6868c3077 04:48:23 Step 8/21 : COPY . . 04:48:23 ---> Using cache 04:48:23 ---> e6cabe90c7fa 04:48:23 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:48:30 ---> Running in 326d776fd249 04:48:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:48:37 ---> ec3653ffb3f9 04:48:37 Step 9/21 : RUN make cmd/support-logging/support-logging 04:48:37 ---> Running in c76cdb2979fd 04:48:39 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:48:52 Removing intermediate container 68cfbfc767f6 04:48:52 ---> dafa9253b856 04:48:52 04:48:52 Step 10/20 : FROM scratch 04:48:52 ---> 04:48:52 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:48:52 ---> Using cache 04:48:52 ---> 2e3e05af0714 04:48:52 Step 12/20 : ENV APP_PORT=48085 04:48:52 ---> Running in 5720d645f3ec 04:48:52 Removing intermediate container 5720d645f3ec 04:48:52 ---> 7380f0357ccb 04:48:52 Step 13/20 : EXPOSE $APP_PORT 04:48:52 ---> Running in 1c6569e8bfb7 04:48:52 Removing intermediate container 1c6569e8bfb7 04:48:52 ---> a445696da5fe 04:48:52 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:48:53 ---> b81163219146 04:48:53 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:48:55 ---> cf780052deb2 04:48:55 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:48:57 ---> 6efdc056f857 04:48:57 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:57 ---> Running in f777e03934dd 04:48:57 Removing intermediate container f777e03934dd 04:48:57 ---> 8cb946a382a2 04:48:57 Step 18/20 : LABEL arch=arm64 04:48:57 ---> Running in 0d075d5cb2c5 04:48:58 Removing intermediate container 0d075d5cb2c5 04:48:58 ---> 5593fa0fbb4f 04:48:58 Step 19/20 : LABEL git_sha=7357c0e613a5b77866d6e88290208b565c3e7996 04:48:58 ---> Running in 285a4291d984 04:48:59 Removing intermediate container 285a4291d984 04:48:59 ---> 1d3a4602335b 04:48:59 Step 20/20 : LABEL version=0.0.0 04:48:59 ---> Running in 3cf0d11945ff 04:49:00 Removing intermediate container 3cf0d11945ff 04:49:00 ---> 890a79f74244 04:49:00 04:49:01 Successfully built 890a79f74244 04:49:01 Successfully tagged docker-support-scheduler-go-arm64:latest 04:49:13  Building docker-support-scheduler-go ... done Removing intermediate container 1a6b2c12ac18 04:49:13 ---> 434cf849bfa0 04:49:13 04:49:13 Step 9/29 : FROM alpine:latest 04:49:13 ---> 62ee0e9f8440 04:49:13 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:49:13 ---> Running in 0cb4689248c3 04:49:13 Removing intermediate container 0cb4689248c3 04:49:13 ---> a696d2d4ad55 04:49:13 Step 11/29 : USER root 04:49:13 ---> Running in 62d6da0dbb6f 04:49:13 Removing intermediate container 62d6da0dbb6f 04:49:13 ---> 6f9dc1a69248 04:49:13 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:49:13 ---> Running in 30c24ad10b52 04:49:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:16 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:49:16 v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:49:16 OK: 12620 distinct packages available 04:49:17 (1/2) Installing ca-certificates (20191127-r4) 04:49:17 (2/2) Installing dumb-init (1.2.2-r1) 04:49:17 Executing busybox-1.31.1-r16.trigger 04:49:17 Executing ca-certificates-20191127-r4.trigger 04:49:17 OK: 6 MiB in 16 packages 04:49:20 Removing intermediate container 30c24ad10b52 04:49:20 ---> f3d0ce10bb52 04:49:20 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:49:20 ---> Running in 23985d0c2e91 04:49:20 Removing intermediate container 23985d0c2e91 04:49:20 ---> 25df1f160d01 04:49:20 Step 14/29 : WORKDIR $BASE_DIR 04:49:20 ---> Running in b1056cedc033 04:49:21 Removing intermediate container b1056cedc033 04:49:21 ---> 8e3ec72e0757 04:49:21 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:49:21 ---> Running in c1e314a73e16 04:49:26 Removing intermediate container c1e314a73e16 04:49:26 ---> ebf45f683a25 04:49:26 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:49:27 ---> 5a07ae0b5319 04:49:27 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:49:28 ---> 8c242989d36a 04:49:28 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:49:29 ---> 863e16538f8d 04:49:29 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:49:31 ---> e28e5800c360 04:49:31 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:49:32 ---> 3b37e6522a74 04:49:32 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:49:32 ---> Running in 155e7f7c05de 04:49:36 Removing intermediate container 155e7f7c05de 04:49:36 ---> 089e85f8ba72 04:49:36 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:49:37 ---> 2e1ddd483f04 04:49:37 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:49:37 ---> Running in 418ee81541e9 04:49:42 Removing intermediate container 418ee81541e9 04:49:42 ---> 74c469f138f8 04:49:42 Step 24/29 : RUN chmod 755 security-secrets-setup 04:49:42 ---> Running in 74dc845d10b7 04:49:42 Removing intermediate container c76cdb2979fd 04:49:42 ---> 55cb54e9d0c2 04:49:42 04:49:42 Step 10/21 : FROM scratch 04:49:42 ---> 04:49:42 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:49:42 ---> Using cache 04:49:42 ---> 2bcc4a9f9a8d 04:49:42 Step 12/21 : ENV APP_PORT=48061 04:49:42 ---> Running in 3db407e13281 04:49:43 Removing intermediate container 3db407e13281 04:49:43 ---> 17456679baf5 04:49:43 Step 13/21 : EXPOSE $APP_PORT 04:49:43 ---> Running in d9095dcabeee 04:49:43 Removing intermediate container d9095dcabeee 04:49:43 ---> f478f2fd248f 04:49:43 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:49:44 ---> a5abc4e130cf 04:49:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:49:45 Removing intermediate container 74dc845d10b7 04:49:45 ---> 339c54001361 04:49:45 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:49:45 ---> 6b090cef2b96 04:49:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:49:45 ---> Running in 5688b5ffa6eb 04:49:46 Removing intermediate container 5688b5ffa6eb 04:49:46 ---> 6fb73b6874af 04:49:46 Step 26/29 : CMD [ "generate" ] 04:49:46 ---> Running in f774c97b4c42 04:49:47 ---> 944ea74376d4 04:49:47 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:49:47 Removing intermediate container f774c97b4c42 04:49:47 ---> 4471f7bfaa71 04:49:47 Step 27/29 : LABEL arch=arm64 04:49:47 ---> Running in 86c6a85674e1 04:49:47 ---> 9fc701aa3d42 04:49:47 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:49:48 ---> Running in 0c5da0720228 04:49:48 Removing intermediate container 326d776fd249 04:49:48 ---> b9de55ec0c45 04:49:48 04:49:48 Step 10/21 : FROM scratch 04:49:48 ---> 04:49:48 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:49:48 Removing intermediate container 86c6a85674e1 04:49:48 ---> a6c56b3c0b81 04:49:48 Step 28/29 : LABEL git_sha=7357c0e613a5b77866d6e88290208b565c3e7996 04:49:48 ---> Using cache 04:49:48 ---> 2e3e05af0714 04:49:48 Step 12/21 : ENV APP_PORT=48081 04:49:48 ---> Running in 69ff7dd67d27 04:49:48 ---> Running in 1f0e2431c50a 04:49:48 Removing intermediate container 0c5da0720228 04:49:48 ---> 853fa9970ad9 04:49:48 Step 19/21 : LABEL arch=arm64 04:49:48 ---> Running in 4d24d808ebe0 04:49:49 Removing intermediate container 69ff7dd67d27 04:49:49 ---> e276ddee1fa3 04:49:49 Step 29/29 : LABEL version=0.0.0 04:49:49 Removing intermediate container 1f0e2431c50a 04:49:49 ---> 41dd50f691e0 04:49:49 Step 13/21 : EXPOSE $APP_PORT 04:49:49 ---> Running in 03284466f135 04:49:49 ---> Running in 5faa3824a0f8 04:49:49 Removing intermediate container 4d24d808ebe0 04:49:49 ---> d81d1d83a7e2 04:49:49 Step 20/21 : LABEL git_sha=7357c0e613a5b77866d6e88290208b565c3e7996 04:49:49 ---> Running in 59a237538cf8 04:49:49 Removing intermediate container 03284466f135 04:49:49 ---> 6d920f8c4a00 04:49:49 Step 14/21 : WORKDIR / 04:49:49 ---> Running in 78039637eb8e 04:49:49 Removing intermediate container 5faa3824a0f8 04:49:49 ---> 7e0c0e747946 04:49:49 04:49:50 Successfully built 7e0c0e747946 04:49:50 Removing intermediate container 59a237538cf8 04:49:50 ---> bc6e177f66bf 04:49:50 Step 21/21 : LABEL version=0.0.0 04:49:50 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:49:50  Building docker-security-secrets-setup-go ... done Removing intermediate container 78039637eb8e 04:49:50 ---> 13f5259161e7 04:49:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:49:50 ---> Running in 4ed9a5836892 04:49:51 Removing intermediate container 4ed9a5836892 04:49:51 ---> da46aa177f4e 04:49:51 04:49:51 ---> 3ca4a6d5aa9d 04:49:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:49:51 Successfully built da46aa177f4e 04:49:51 Successfully tagged docker-support-logging-go-arm64:latest 04:49:52  Building docker-support-logging-go ... done  ---> 48c518badaf3 04:49:52 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:49:53 ---> b4bf4d7d8a3a 04:49:53 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:49:53 ---> Running in 167e20c061fc 04:49:53 Removing intermediate container 167e20c061fc 04:49:53 ---> ae2a910a95ea 04:49:53 Step 19/21 : LABEL arch=arm64 04:49:53 ---> Running in bdfdfcb66f2c 04:49:54 Removing intermediate container bdfdfcb66f2c 04:49:54 ---> f87184c86686 04:49:54 Step 20/21 : LABEL git_sha=7357c0e613a5b77866d6e88290208b565c3e7996 04:49:54 ---> Running in dd8592238872 04:49:55 Removing intermediate container dd8592238872 04:49:55 ---> 07c464d8d5eb 04:49:55 Step 21/21 : LABEL version=0.0.0 04:49:55 ---> Running in d8556b49c5e4 04:49:55 Removing intermediate container d8556b49c5e4 04:49:55 ---> 2b4e940d02a7 04:49:55 04:49:56 Successfully built 2b4e940d02a7 04:49:56 Successfully tagged docker-core-metadata-go-arm64:latest 04:49:56  Building docker-core-metadata-go ... done  [Pipeline] } 04:49:56 $ docker stop --time=1 03f668ef993c7e3a067604112117e3fe659b80b5ca0d23f6e58a8f2d9914c372 04:49:58 $ docker rm -f 03f668ef993c7e3a067604112117e3fe659b80b5ca0d23f6e58a8f2d9914c372 [Pipeline] // withDockerContainer [Pipeline] sh 04:49:59 + docker images 04:49:59 + grep docker 04:49:59 docker-core-metadata-go-arm64 latest 2b4e940d02a7 3 seconds ago 13.8MB 04:49:59 docker-support-logging-go-arm64 latest da46aa177f4e 8 seconds ago 11.4MB 04:49:59 docker-security-secrets-setup-go-arm64 latest 7e0c0e747946 9 seconds ago 24.2MB 04:49:59 docker-support-scheduler-go-arm64 latest 890a79f74244 59 seconds ago 12.6MB 04:49:59 docker-core-command-go-arm64 latest 0d92915e9ac7 About a minute ago 12.4MB 04:49:59 docker-sys-mgmt-agent-go-arm64 latest cdb97b83696e 2 minutes ago 266MB 04:49:59 docker-core-data-go-arm64 latest 54d53e6295d7 2 minutes ago 23.3MB 04:49:59 docker-security-secretstore-setup-go-arm64 latest e6600ca198c3 3 minutes ago 32.6MB 04:49:59 docker-support-notifications-go-arm64 latest d6d0ebe866d2 3 minutes ago 13.9MB 04:49:59 docker-security-proxy-setup-go-arm64 latest ab1127f8e92f 3 minutes ago 15.8MB 04:49:59 docker latest ce9d55ae87f1 5 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:50:00 provisioning config files... 04:50:00 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/26@tmp/config1649897032799757715tmp [Pipeline] { [Pipeline] sh 04:50:01 + curl -s https://codecov.io/bash 04:50:01 + bash -s - -t @/w/workspace/edgex-go/26@tmp/config1649897032799757715tmp [Pipeline] } 04:52:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:52:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:52:25 ---> package-listing.sh 04:52:25 ++ facter osfamily 04:52:25 ++ tr '[:upper:]' '[:lower:]' 04:52:25 + OS_FAMILY=redhat 04:52:25 + workspace=/w/workspace/edgex-go/26 04:52:25 + START_PACKAGES=/tmp/packages_start.txt 04:52:25 + END_PACKAGES=/tmp/packages_end.txt 04:52:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:52:25 + PACKAGES=/tmp/packages_start.txt 04:52:25 + '[' /w/workspace/edgex-go/26 ']' 04:52:25 + PACKAGES=/tmp/packages_end.txt 04:52:25 + case "${OS_FAMILY}" in 04:52:25 + rpm -qa 04:52:25 + sort 04:52:29 + '[' -f /tmp/packages_start.txt ']' 04:52:29 + '[' -f /tmp/packages_end.txt ']' 04:52:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:52:29 + '[' /w/workspace/edgex-go/26 ']' 04:52:29 + mkdir -p /w/workspace/edgex-go/26/archives/ 04:52:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/26/archives/ [Pipeline] isUnix [Pipeline] sh 04:52:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:52:29 04:52:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:52:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:52:30 alpine: Pulling from edgex-lftools-log-publisher 04:52:30 c9b1b535fdd9: Pulling fs layer 04:52:30 2cc5ad85d9ab: Pulling fs layer 04:52:30 756a868c4378: Pulling fs layer 04:52:30 444b2fc9a129: Pulling fs layer 04:52:30 ea15f1150254: Pulling fs layer 04:52:30 41b27a9f41bf: Pulling fs layer 04:52:30 28c525ee5125: Pulling fs layer 04:52:30 094b1ea09ed8: Pulling fs layer 04:52:30 138eaada9080: Pulling fs layer 04:52:30 0622d0fa9048: Pulling fs layer 04:52:30 444b2fc9a129: Waiting 04:52:30 ea15f1150254: Waiting 04:52:30 41b27a9f41bf: Waiting 04:52:30 28c525ee5125: Waiting 04:52:30 094b1ea09ed8: Waiting 04:52:30 138eaada9080: Waiting 04:52:30 0622d0fa9048: Waiting 04:52:30 2cc5ad85d9ab: Verifying Checksum 04:52:30 2cc5ad85d9ab: Download complete 04:52:30 444b2fc9a129: Verifying Checksum 04:52:30 444b2fc9a129: Download complete 04:52:30 c9b1b535fdd9: Verifying Checksum 04:52:30 ea15f1150254: Verifying Checksum 04:52:30 ea15f1150254: Download complete 04:52:30 28c525ee5125: Verifying Checksum 04:52:30 28c525ee5125: Download complete 04:52:30 756a868c4378: Verifying Checksum 04:52:30 756a868c4378: Download complete 04:52:30 c9b1b535fdd9: Pull complete 04:52:30 138eaada9080: Verifying Checksum 04:52:30 138eaada9080: Download complete 04:52:30 0622d0fa9048: Verifying Checksum 04:52:30 0622d0fa9048: Download complete 04:52:31 094b1ea09ed8: Verifying Checksum 04:52:31 094b1ea09ed8: Download complete 04:52:31 41b27a9f41bf: Verifying Checksum 04:52:31 41b27a9f41bf: Download complete 04:52:31 2cc5ad85d9ab: Pull complete 04:52:32 756a868c4378: Pull complete 04:52:32 444b2fc9a129: Pull complete 04:52:33 ea15f1150254: Pull complete 04:52:39 41b27a9f41bf: Pull complete 04:52:39 28c525ee5125: Pull complete 04:52:42 094b1ea09ed8: Pull complete 04:52:42 138eaada9080: Pull complete 04:52:43 0622d0fa9048: Pull complete 04:52:43 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:52:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:52:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:52:43 prd-centos7-docker-4c-2g-2016 does not seem to be running inside a container 04:52:43 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:52:48 $ docker top daf87c4da59fc7179df265eddc953fd5739e116ee26ed0926a7a31f32faa5d94 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:52:49 provisioning config files... 04:52:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/26@tmp/config6326555104514075612tmp [Pipeline] { [Pipeline] echo 04:52:49 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:52:49 ---> create-netrc.sh [Pipeline] echo 04:52:49 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:52:49 ---> logs-deploy.sh 04:52:49 + ARCHIVE_ARTIFACTS= 04:52:49 + LOGS_SERVER=https://logs.edgexfoundry.org 04:52:49 + '[' https://logs.edgexfoundry.org == None ']' 04:52:49 + NEXUS_URL=https://nexus.edgexfoundry.org 04:52:49 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/26 04:52:49 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/26/ 04:52:49 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/26 /w/workspace/edgex-go/26 04:52:50 Archives upload complete. 04:52:51 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/26 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/26/ 04:52:51 ---> uname -a: 04:52:51 Linux daf87c4da59f 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 04:52:51 04:52:51 04:52:51 ---> lscpu: 04:52:51 Architecture: x86_64 04:52:51 CPU op-mode(s): 32-bit, 64-bit 04:52:51 Byte Order: Little Endian 04:52:51 Address sizes: 40 bits physical, 48 bits virtual 04:52:51 CPU(s): 4 04:52:51 On-line CPU(s) list: 0-3 04:52:51 Thread(s) per core: 1 04:52:51 Core(s) per socket: 1 04:52:51 Socket(s): 4 04:52:51 NUMA node(s): 1 04:52:51 Vendor ID: GenuineIntel 04:52:51 CPU family: 6 04:52:51 Model: 44 04:52:51 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:52:51 Stepping: 1 04:52:51 CPU MHz: 2933.436 04:52:51 BogoMIPS: 5866.87 04:52:51 Virtualization: VT-x 04:52:51 Hypervisor vendor: KVM 04:52:51 Virtualization type: full 04:52:51 L1d cache: 128 KiB 04:52:51 L1i cache: 128 KiB 04:52:51 L2 cache: 16 MiB 04:52:51 L3 cache: 64 MiB 04:52:51 NUMA node0 CPU(s): 0-3 04:52:51 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:52:51 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:52:51 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:52:51 Vulnerability Meltdown: Mitigation; PTI 04:52:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:52:51 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:52:51 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:52:51 Vulnerability Tsx async abort: Not affected 04:52:51 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:52:51 04:52:51 04:52:51 ---> nproc: 04:52:51 4 04:52:51 04:52:51 04:52:51 ---> df -h: 04:52:51 Filesystem Size Used Available Use% Mounted on 04:52:51 overlay 50.0G 13.4G 36.6G 27% / 04:52:51 tmpfs 64.0M 0 64.0M 0% /dev 04:52:51 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:52:51 shm 64.0M 0 64.0M 0% /dev/shm 04:52:51 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/resolv.conf 04:52:51 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hostname 04:52:51 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hosts 04:52:51 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/sa 04:52:51 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/26 04:52:51 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/26@tmp 04:52:51 04:52:51 04:52:51 ---> free -m: 04:52:51 total used free shared buff/cache available 04:52:51 Mem: 1837 614 121 0 1102 1137 04:52:51 Swap: 1023 115 908 04:52:51 04:52:51 04:52:51 ---> ip addr: 04:52:51 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:52:51 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:52:51 inet 127.0.0.1/8 scope host lo 04:52:51 valid_lft forever preferred_lft forever 04:52:51 114: eth0@if115: mtu 1458 qdisc noqueue state UP 04:52:51 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 04:52:51 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 04:52:51 valid_lft forever preferred_lft forever 04:52:51 04:52:51 04:52:51 ---> sar -b -r -n DEV: 04:52:51 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/04/20 _x86_64_ (4 CPU) 04:52:51 04:52:51 04:29:45 LINUX RESTART 04:52:51 04:52:51 04:31:02 tps rtps wtps bread/s bwrtn/s 04:52:51 04:32:01 381.91 258.03 123.88 9994.38 60814.22 04:52:51 04:33:01 358.06 180.05 178.01 8696.99 32646.10 04:52:51 04:34:01 245.04 133.27 111.77 5429.56 32824.30 04:52:51 04:35:02 996.01 726.37 269.64 97683.04 169908.22 04:52:51 04:36:01 2498.38 2195.65 302.73 145315.75 158289.83 04:52:51 04:37:03 1031.03 729.46 301.57 66823.64 114788.78 04:52:51 04:38:01 2377.48 2040.64 336.84 125054.86 135906.94 04:52:51 04:39:01 1536.74 1219.98 316.75 74134.70 82947.48 04:52:51 04:40:01 101.69 44.33 57.36 4621.94 6701.98 04:52:51 04:41:01 1.57 0.07 1.50 1.07 24.03 04:52:51 04:42:01 0.58 0.02 0.57 0.27 7.11 04:52:51 04:43:01 0.15 0.02 0.13 0.27 1.23 04:52:51 04:44:01 0.23 0.00 0.23 0.00 1.95 04:52:51 04:45:01 1.72 1.43 0.28 48.49 3.20 04:52:51 04:46:01 0.82 0.08 0.73 1.47 14.47 04:52:51 04:47:01 0.38 0.10 0.28 0.80 3.38 04:52:51 04:48:01 0.35 0.12 0.23 1.47 3.10 04:52:51 04:49:01 0.55 0.32 0.23 4.13 3.38 04:52:51 04:50:01 10.34 10.07 0.27 461.22 17.92 04:52:51 04:51:01 0.62 0.18 0.43 3.60 5.71 04:52:51 04:52:01 0.35 0.00 0.35 0.00 5.01 04:52:51 Average: 452.21 356.85 95.36 25536.23 37793.68 04:52:51 04:52:51 04:31:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:52:51 04:32:01 158188 1723368 91.59 1848 1046680 1297536 44.28 565580 951244 16 04:52:51 04:33:01 96704 1784852 94.86 1244 964044 1476492 50.39 753032 783100 54452 04:52:51 04:34:01 252040 1629516 86.60 428 853376 1539936 52.56 674152 710500 51168 04:52:51 04:35:02 365444 1516112 80.58 0 843988 1943040 66.31 592052 751088 1724 04:52:51 04:36:01 259084 1622472 86.23 0 563892 2976660 101.59 731828 677680 35732 04:52:51 04:37:03 446004 1435552 76.30 0 726196 2076076 70.85 624512 622868 0 04:52:51 04:38:01 169748 1711808 90.98 0 770400 3641992 124.29 757864 731616 2600 04:52:51 04:39:01 441216 1440340 76.55 0 711776 1983964 67.71 453748 786816 2276 04:52:51 04:40:01 623704 1257852 66.85 0 716612 1187736 40.54 359344 706432 12 04:52:51 04:41:01 626640 1254916 66.70 0 716556 1161952 39.66 357256 705996 8 04:52:51 04:42:01 627340 1254216 66.66 0 716560 1156812 39.48 356824 705996 8 04:52:51 04:43:01 627616 1253940 66.64 0 716568 1154756 39.41 356528 705980 8 04:52:51 04:44:01 627508 1254048 66.65 0 716588 1154756 39.41 356664 705988 8 04:52:51 04:45:01 626192 1255364 66.72 0 717328 1154756 39.41 356820 706732 16 04:52:51 04:46:01 625932 1255624 66.73 0 717336 1154828 39.41 356872 706780 8 04:52:51 04:47:01 626476 1255080 66.70 0 717344 1154804 39.41 356752 706800 16 04:52:51 04:48:01 626532 1255024 66.70 0 717356 1154756 39.41 356800 706848 8 04:52:51 04:49:01 625872 1255684 66.74 0 717360 1154756 39.41 356680 706936 12 04:52:51 04:50:01 607624 1273932 67.71 0 728752 1166696 39.82 360376 720968 32 04:52:51 04:51:01 608332 1273224 67.67 0 728756 1164800 39.75 359068 721040 16 04:52:51 04:52:01 607464 1274092 67.71 0 728772 1164596 39.75 360320 721044 16 04:52:51 Average: 489317 1392239 73.99 168 754107 1524843 52.04 466813 725831 7054 04:52:51 04:52:51 04:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 04:52:51 04:32:01 eth0 1453.97 1030.97 6742.11 2827.98 0.00 0.00 0.00 04:52:51 04:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:32:01 docker0 331.93 275.07 25.84 1035.44 0.00 0.00 0.00 04:52:51 04:33:01 eth0 353.27 250.17 1942.51 33.75 0.00 0.00 0.00 04:52:51 04:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:33:01 vethb706e7b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 04:52:51 04:33:01 docker0 959.94 882.53 77.25 3487.02 0.00 0.00 0.00 04:52:51 04:34:01 eth0 53.21 30.34 38.25 79.96 0.00 0.00 0.00 04:52:51 04:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:34:01 vethb706e7b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:35:02 vethc8c762d 0.33 0.37 0.02 1.61 0.00 0.00 0.00 04:52:51 04:35:02 vethaf60690 0.98 1.35 0.07 10.36 0.00 0.00 0.00 04:52:51 04:35:02 vetha1a9f3d 1.30 1.63 0.09 10.38 0.00 0.00 0.00 04:52:51 04:35:02 eth0 3243.56 2520.05 15619.91 3101.77 0.00 0.00 0.00 04:52:51 04:36:01 vethb67289c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 04:52:51 04:36:01 veth7f4b836 0.00 0.13 0.00 0.01 0.00 0.00 0.00 04:52:51 04:36:01 veth4e672f7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 04:52:51 04:36:01 eth0 39.07 24.22 134.00 42.49 0.00 0.00 0.00 04:52:51 04:37:03 veth035626d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 04:52:51 04:37:03 eth0 93.69 57.12 427.74 62.80 0.00 0.00 0.00 04:52:51 04:37:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 04:52:51 04:37:03 vethbd900f6 0.00 0.53 0.00 0.03 0.00 0.00 0.00 04:52:51 04:38:01 veth4372c56 0.00 0.17 0.00 0.01 0.00 0.00 0.00 04:52:51 04:38:01 vethfa382df 0.00 0.15 0.00 0.01 0.00 0.00 0.00 04:52:51 04:38:01 eth0 3564.94 2731.80 16931.63 3368.47 0.00 0.00 0.00 04:52:51 04:38:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 04:52:51 04:39:01 vethfea9034 0.00 0.10 0.00 0.01 0.00 0.00 0.00 04:52:51 04:39:01 eth0 65.46 42.27 136.02 57.48 0.00 0.00 0.00 04:52:51 04:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:39:01 vethf976c72 3.92 5.88 0.27 43.63 0.00 0.00 0.00 04:52:51 04:40:01 eth0 16.81 9.24 14.52 7.05 0.00 0.00 0.00 04:52:51 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:40:01 docker0 1041.60 1003.89 82.40 4371.03 0.00 0.00 0.00 04:52:51 04:41:01 eth0 0.23 0.15 0.08 0.10 0.00 0.00 0.00 04:52:51 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:42:01 eth0 0.15 0.12 0.07 0.01 0.00 0.00 0.00 04:52:51 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:43:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 04:52:51 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:44:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 04:52:51 04:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:45:01 eth0 0.53 0.08 0.06 0.01 0.00 0.00 0.00 04:52:51 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:46:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 04:52:51 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:47:01 eth0 0.22 0.17 0.07 0.01 0.00 0.00 0.00 04:52:51 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:48:01 eth0 0.87 0.03 0.10 0.00 0.00 0.00 0.00 04:52:51 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:49:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 04:52:51 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:50:01 eth0 2.06 1.52 2.62 0.76 0.00 0.00 0.00 04:52:51 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:51:01 eth0 20.25 17.47 6.00 36.22 0.00 0.00 0.00 04:52:51 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:52:01 eth0 1.75 0.73 0.97 0.51 0.00 0.00 0.00 04:52:51 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 Average: eth0 108.36 75.04 539.18 153.38 0.00 0.00 0.00 04:52:51 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:51 Average: docker0 24.65 25.69 1.85 127.04 0.00 0.00 0.00 04:52:51 04:52:51 04:52:51 ---> sar -P ALL: 04:52:51 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/04/20 _x86_64_ (4 CPU) 04:52:51 04:52:51 04:29:45 LINUX RESTART 04:52:51 04:52:51 04:31:02 CPU %user %nice %system %iowait %steal %idle 04:52:51 04:32:01 all 21.73 0.00 8.21 1.64 0.91 67.52 04:52:51 04:32:01 0 19.78 0.00 9.02 1.63 0.91 68.66 04:52:51 04:32:01 1 22.48 0.00 7.57 2.04 0.90 67.01 04:52:51 04:32:01 2 19.92 0.00 8.60 1.67 1.04 68.77 04:52:51 04:32:01 3 24.71 0.00 7.64 1.20 0.79 65.66 04:52:51 04:33:01 all 26.22 0.00 10.50 9.71 0.80 52.76 04:52:51 04:33:01 0 26.59 0.00 10.82 8.39 0.91 53.29 04:52:51 04:33:01 1 25.16 0.00 10.66 9.40 0.84 53.94 04:52:51 04:33:01 2 26.98 0.00 10.62 10.74 0.77 50.89 04:52:51 04:33:01 3 26.17 0.00 9.90 10.30 0.70 52.92 04:52:51 04:34:01 all 43.05 0.00 12.43 6.50 0.34 37.68 04:52:51 04:34:01 0 42.69 0.00 12.58 6.19 0.34 38.20 04:52:51 04:34:01 1 43.30 0.00 12.69 6.99 0.36 36.66 04:52:51 04:34:01 2 44.07 0.00 12.24 5.02 0.28 38.40 04:52:51 04:34:01 3 42.13 0.00 12.25 7.81 0.36 37.45 04:52:51 04:35:02 all 18.79 0.00 17.41 17.62 0.50 45.68 04:52:51 04:35:02 0 18.07 0.00 16.79 17.34 0.50 47.29 04:52:51 04:35:02 1 20.02 0.00 17.24 18.29 0.49 43.96 04:52:51 04:35:02 2 16.95 0.00 18.01 18.18 0.52 46.34 04:52:51 04:35:02 3 20.13 0.00 17.65 16.64 0.49 45.09 04:52:51 04:36:01 all 32.31 0.00 19.25 27.13 0.82 20.50 04:52:51 04:36:01 0 31.45 0.00 19.54 27.39 0.85 20.77 04:52:51 04:36:01 1 32.01 0.00 19.34 27.95 0.85 19.84 04:52:51 04:36:01 2 32.70 0.00 18.73 27.66 0.89 20.02 04:52:51 04:36:01 3 33.08 0.00 19.33 25.51 0.68 21.39 04:52:51 04:37:03 all 36.39 0.00 17.01 23.57 0.48 22.55 04:52:51 04:37:03 0 35.41 0.00 17.58 21.10 0.49 25.43 04:52:51 04:37:03 1 36.13 0.00 17.35 26.51 0.47 19.54 04:52:51 04:37:03 2 37.39 0.00 15.59 18.15 0.54 28.33 04:52:51 04:37:03 3 36.60 0.00 17.54 28.54 0.44 16.88 04:52:51 04:38:01 all 32.79 0.00 19.22 25.97 0.60 21.42 04:52:51 04:38:01 0 32.14 0.00 19.36 27.60 0.60 20.30 04:52:51 04:38:01 1 33.67 0.00 19.30 26.08 0.58 20.37 04:52:51 04:38:01 2 32.54 0.00 17.43 20.96 0.71 28.36 04:52:51 04:38:01 3 32.79 0.00 20.78 29.29 0.53 16.61 04:52:51 04:39:01 all 36.17 0.00 17.83 22.63 0.57 22.80 04:52:51 04:39:01 0 34.87 0.00 17.90 24.18 0.63 22.43 04:52:51 04:39:01 1 36.99 0.00 17.66 21.60 0.59 23.15 04:52:51 04:39:01 2 36.86 0.00 18.32 19.97 0.45 24.40 04:52:51 04:39:01 3 35.96 0.00 17.44 24.78 0.59 21.22 04:52:51 04:40:01 all 8.80 0.00 3.18 2.64 0.07 85.31 04:52:51 04:40:01 0 8.16 0.00 3.86 1.42 0.07 86.49 04:52:51 04:40:01 1 9.27 0.00 3.06 1.08 0.07 86.53 04:52:51 04:40:01 2 9.50 0.00 2.98 3.56 0.09 83.87 04:52:51 04:40:01 3 8.24 0.00 2.82 4.48 0.09 84.37 04:52:51 04:41:01 all 0.15 0.00 0.03 0.00 0.00 99.81 04:52:51 04:41:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:52:51 04:41:01 1 0.52 0.00 0.03 0.00 0.00 99.45 04:52:51 04:41:01 2 0.05 0.00 0.03 0.00 0.00 99.92 04:52:51 04:41:01 3 0.02 0.00 0.03 0.00 0.00 99.95 04:52:51 04:42:01 all 0.15 0.00 0.02 0.00 0.00 99.83 04:52:51 04:42:01 0 0.02 0.00 0.03 0.02 0.00 99.93 04:52:51 04:42:01 1 0.48 0.00 0.02 0.00 0.00 99.50 04:52:51 04:42:01 2 0.05 0.00 0.03 0.00 0.02 99.90 04:52:51 04:42:01 3 0.05 0.00 0.00 0.00 0.00 99.95 04:52:51 04:43:01 all 0.13 0.00 0.03 0.00 0.00 99.83 04:52:51 04:43:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:52:51 04:43:01 1 0.02 0.00 0.03 0.00 0.00 99.95 04:52:51 04:43:01 2 0.43 0.00 0.03 0.00 0.00 99.53 04:52:51 04:43:01 3 0.00 0.00 0.03 0.00 0.00 99.97 04:52:51 04:44:01 all 0.07 0.00 0.03 0.00 0.00 99.89 04:52:51 04:44:01 0 0.20 0.00 0.07 0.00 0.02 99.72 04:52:51 04:44:01 1 0.03 0.00 0.03 0.00 0.00 99.93 04:52:51 04:44:01 2 0.03 0.00 0.05 0.00 0.00 99.92 04:52:51 04:44:01 3 0.03 0.00 0.02 0.00 0.00 99.95 04:52:51 04:45:01 all 0.14 0.00 0.05 0.02 0.00 99.78 04:52:51 04:45:01 0 0.47 0.00 0.02 0.00 0.00 99.52 04:52:51 04:45:01 1 0.03 0.00 0.05 0.00 0.00 99.92 04:52:51 04:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:52:51 04:45:01 3 0.05 0.00 0.08 0.10 0.02 99.75 04:52:51 04:46:01 all 0.15 0.00 0.03 0.00 0.00 99.82 04:52:51 04:46:01 0 0.02 0.00 0.05 0.00 0.02 99.92 04:52:51 04:46:01 1 0.07 0.00 0.03 0.00 0.00 99.90 04:52:51 04:46:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:52:51 04:46:01 3 0.48 0.00 0.03 0.00 0.00 99.48 04:52:51 04:47:01 all 0.12 0.00 0.02 0.00 0.00 99.85 04:52:51 04:47:01 0 0.02 0.00 0.03 0.02 0.00 99.93 04:52:51 04:47:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:52:51 04:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:52:51 04:47:01 3 0.42 0.00 0.02 0.00 0.02 99.55 04:52:51 04:48:01 all 0.10 0.00 0.03 0.01 0.00 99.86 04:52:51 04:48:01 0 0.07 0.00 0.05 0.03 0.02 99.83 04:52:51 04:48:01 1 0.17 0.00 0.05 0.00 0.02 99.77 04:52:51 04:48:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:52:51 04:48:01 3 0.13 0.00 0.03 0.00 0.00 99.83 04:52:51 04:49:01 all 0.11 0.00 0.03 0.02 0.00 99.84 04:52:51 04:49:01 0 0.37 0.00 0.02 0.03 0.00 99.58 04:52:51 04:49:01 1 0.03 0.00 0.03 0.03 0.00 99.90 04:52:51 04:49:01 2 0.02 0.00 0.03 0.02 0.00 99.93 04:52:51 04:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:52:51 04:50:01 all 0.24 0.00 0.07 0.29 0.00 99.40 04:52:51 04:50:01 0 0.58 0.00 0.08 0.22 0.00 99.12 04:52:51 04:50:01 1 0.15 0.00 0.07 0.10 0.00 99.68 04:52:51 04:50:01 2 0.17 0.00 0.05 0.57 0.02 99.20 04:52:51 04:50:01 3 0.05 0.00 0.05 0.27 0.00 99.63 04:52:51 04:51:01 all 0.24 0.00 0.13 0.00 0.05 99.58 04:52:51 04:51:01 0 0.20 0.00 0.20 0.00 0.03 99.57 04:52:51 04:51:01 1 0.13 0.00 0.07 0.00 0.08 99.72 04:52:51 04:51:01 2 0.33 0.00 0.12 0.00 0.03 99.52 04:52:51 04:51:01 3 0.27 0.00 0.15 0.02 0.03 99.53 04:52:51 04:52:01 all 0.13 0.00 0.05 0.00 0.00 99.82 04:52:51 04:52:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:52:51 04:52:01 1 0.05 0.00 0.05 0.00 0.00 99.90 04:52:51 04:52:01 2 0.37 0.00 0.05 0.00 0.02 99.57 04:52:51 04:52:01 3 0.07 0.00 0.07 0.00 0.02 99.85 04:52:51 Average: all 11.98 0.00 5.82 6.37 0.24 75.60 04:52:51 Average: 0 11.67 0.00 5.93 6.26 0.25 75.89 04:52:51 Average: 1 12.12 0.00 5.82 6.49 0.24 75.33 04:52:51 Average: 2 12.02 0.00 5.71 5.86 0.25 76.16 04:52:51 Average: 3 12.10 0.00 5.81 6.86 0.22 75.01 04:52:51 04:52:51 04:52:51