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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at b6e84d11f041a086b232d8992a39ab0cabcfc086 rather than 1cbfca005f39c71f14e7c2d6fc3a0b095373ec17 Obtained Jenkinsfile from b6e84d11f041a086b232d8992a39ab0cabcfc086 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-1757 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/23 [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/23 # 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/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit b6e84d11f041a086b232d8992a39ab0cabcfc086 into PR head commit 1cbfca005f39c71f14e7c2d6fc3a0b095373ec17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # 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/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1cbfca005f39c71f14e7c2d6fc3a0b095373ec17 # 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 b6e84d11f041a086b232d8992a39ab0cabcfc086 # timeout=10 Merge succeeded, producing 43a45c363427cd2c8b9de8c41a390495c419482a Checking out Revision 43a45c363427cd2c8b9de8c41a390495c419482a (PR-2627) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 43a45c363427cd2c8b9de8c41a390495c419482a # timeout=10 Commit message: "Merge commit 'b6e84d11f041a086b232d8992a39ab0cabcfc086' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:29:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:29:38 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk cce01d908c8f6fc48d99ed6a2df7812364b54c24 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:29:38 ========================================================= 04:29:38 EdgeX Global Pipelines Version Info 04:29:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:29:40 ------------------- 04:29:40 stable info: 04:29:40 ------------------- 04:29:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:29:40 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:29:40 Message: update stable to v1.0.106 04:29:41 ------------------- 04:29:41 experimental info: 04:29:41 ------------------- 04:29:41 Commited By: **** collab-it+edgex@linuxfoundation.org 04:29:41 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 04:29:41 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:29:42 ++ 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:29:42 + for file in '`ls cmd/**/Dockerfile`' 04:29:42 ++ dirname cmd/core-command/Dockerfile 04:29:42 ++ cut -d/ -f2 04:29:42 + echo core-command,cmd/core-command/Dockerfile 04:29:42 + for file in '`ls cmd/**/Dockerfile`' 04:29:42 ++ dirname cmd/core-data/Dockerfile 04:29:42 ++ cut -d/ -f2 04:29:42 + echo core-data,cmd/core-data/Dockerfile 04:29:42 + for file in '`ls cmd/**/Dockerfile`' 04:29:42 ++ dirname cmd/core-metadata/Dockerfile 04:29:42 ++ cut -d/ -f2 04:29:42 + echo core-metadata,cmd/core-metadata/Dockerfile 04:29:42 + for file in '`ls cmd/**/Dockerfile`' 04:29:42 ++ dirname cmd/security-proxy-setup/Dockerfile 04:29:42 ++ cut -d/ -f2 04:29:42 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:29:42 + for file in '`ls cmd/**/Dockerfile`' 04:29:42 ++ dirname cmd/security-secrets-setup/Dockerfile 04:29:42 ++ cut -d/ -f2 04:29:42 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:29:42 + for file in '`ls cmd/**/Dockerfile`' 04:29:42 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:29:42 ++ cut -d/ -f2 04:29:42 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:29:42 + for file in '`ls cmd/**/Dockerfile`' 04:29:42 ++ dirname cmd/support-logging/Dockerfile 04:29:42 ++ cut -d/ -f2 04:29:42 + echo support-logging,cmd/support-logging/Dockerfile 04:29:42 + for file in '`ls cmd/**/Dockerfile`' 04:29:42 ++ dirname cmd/support-notifications/Dockerfile 04:29:42 ++ cut -d/ -f2 04:29:42 + echo support-notifications,cmd/support-notifications/Dockerfile 04:29:42 + for file in '`ls cmd/**/Dockerfile`' 04:29:42 ++ dirname cmd/support-scheduler/Dockerfile 04:29:42 ++ cut -d/ -f2 04:29:42 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:29:42 + for file in '`ls cmd/**/Dockerfile`' 04:29:42 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:29:42 ++ cut -d/ -f2 04:29:42 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:29:42 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:29:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:29:43 04:29:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:29:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:29:43 latest: Pulling from edgex-devops/git-semver 04:29:43 31603596830f: Pulling fs layer 04:29:43 2a8b12db71e7: Pulling fs layer 04:29:43 6ca5941a6612: Pulling fs layer 04:29:43 ecc8261a40a4: Pulling fs layer 04:29:43 ecc8261a40a4: Waiting 04:29:43 2a8b12db71e7: Verifying Checksum 04:29:43 2a8b12db71e7: Download complete 04:29:43 31603596830f: Verifying Checksum 04:29:43 31603596830f: Download complete 04:29:44 ecc8261a40a4: Verifying Checksum 04:29:44 ecc8261a40a4: Download complete 04:29:44 6ca5941a6612: Verifying Checksum 04:29:44 6ca5941a6612: Download complete 04:29:44 31603596830f: Pull complete 04:29:44 2a8b12db71e7: Pull complete 04:29:45 6ca5941a6612: Pull complete 04:29:45 ecc8261a40a4: Pull complete 04:29:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:29:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:29:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:29:45 prd-centos7-docker-4c-2g-1757 does not seem to be running inside a container 04:29:45 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:29:47 $ docker top 5bb2ce131a31326a472ab66007ea422a7f973d73f9dffd9740f1ce89238441df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:29:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:29:48 [ssh-agent] Looking for ssh-agent implementation... 04:29:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:29:48 $ docker exec 5bb2ce131a31326a472ab66007ea422a7f973d73f9dffd9740f1ce89238441df ssh-agent 04:29:48 SSH_AUTH_SOCK=/tmp/ssh-YU2Fdj9I6lOe/agent.11 04:29:48 SSH_AGENT_PID=16 04:29:48 Running ssh-add (command line suppressed) 04:29:48 Identity added: /w/workspace/edgex-go/23@tmp/private_key_690106748799291585.key (/w/workspace/edgex-go/23@tmp/private_key_690106748799291585.key) 04:29:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:29:49 + git describe --exact-match --tags HEAD 04:29:49 fatal: No names found, cannot describe anything. [Pipeline] } 04:29:49 $ docker exec --env ******** --env ******** 5bb2ce131a31326a472ab66007ea422a7f973d73f9dffd9740f1ce89238441df ssh-agent -k 04:29:49 unset SSH_AUTH_SOCK; 04:29:49 unset SSH_AGENT_PID; 04:29:49 echo Agent pid 16 killed; 04:29:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:29:49 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:29:49 This usually means this commit has not been tagged. [Pipeline] sshagent 04:29:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:29:49 [ssh-agent] Looking for ssh-agent implementation... 04:29:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:29:49 $ docker exec 5bb2ce131a31326a472ab66007ea422a7f973d73f9dffd9740f1ce89238441df ssh-agent 04:29:49 SSH_AUTH_SOCK=/tmp/ssh-NdPeAhRVoedc/agent.44 04:29:49 SSH_AGENT_PID=50 04:29:49 Running ssh-add (command line suppressed) 04:29:49 Identity added: /w/workspace/edgex-go/23@tmp/private_key_5078157980509161506.key (/w/workspace/edgex-go/23@tmp/private_key_5078157980509161506.key) 04:29:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:29:50 + git semver init 04:29:50 # -> Open(): unable to determine branch for HEAD 04:29:50 # $GIT_DIR = /w/workspace/edgex-go/23/.git 04:29:50 # $GIT_WORK_TREE = /w/workspace/edgex-go/23 04:29:50 # $SEMVER_REMOTE_NAME = origin 04:29:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:29:50 # $SEMVER_USER_NAME = edgex-jenkins 04:29:50 # $SEMVER_BRANCH = PR-2627 04:29:50 # $SEMVER_TEMP = /tmp/semver-166955875 04:29:50 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:30:08 # '/tmp/semver-166955875' -> '/w/workspace/edgex-go/23/.semver' 04:30:08 # -> Force: false 04:30:08 # $SEMVER_DIR = /w/workspace/edgex-go/23/.semver [Pipeline] } 04:30:09 $ docker exec --env ******** --env ******** 5bb2ce131a31326a472ab66007ea422a7f973d73f9dffd9740f1ce89238441df ssh-agent -k 04:30:09 unset SSH_AUTH_SOCK; 04:30:09 unset SSH_AGENT_PID; 04:30:09 echo Agent pid 50 killed; 04:30:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:30:09 + git semver [Pipeline] } 04:30:09 $ docker stop --time=1 5bb2ce131a31326a472ab66007ea422a7f973d73f9dffd9740f1ce89238441df 04:30:11 $ docker rm -f 5bb2ce131a31326a472ab66007ea422a7f973d73f9dffd9740f1ce89238441df [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:30:23 Stashed 29 file(s) [Pipeline] echo 04:30:23 [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:30:24 ========================================================= 04:30:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:30:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:30:24 + 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:30:27 Sending build context to Docker daemon 323.1MB 04:30:27 Step 1/7 : ARG BASE=golang:1.13-alpine 04:30:27 Step 2/7 : FROM ${BASE} 04:30:27 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:30:27 df20fa9351a1: Pulling fs layer 04:30:27 ed8968b2872e: Pulling fs layer 04:30:27 a92cc7c5fd73: Pulling fs layer 04:30:27 2dd03ba5bac4: Pulling fs layer 04:30:27 1e091d79d1de: Pulling fs layer 04:30:27 481702a1767f: Pulling fs layer 04:30:27 f64a6f60c768: Pulling fs layer 04:30:27 e78d2573fc39: Pulling fs layer 04:30:27 e876d2f968b6: Pulling fs layer 04:30:27 ce8a83651883: Pulling fs layer 04:30:27 07967f4d0e4b: Pulling fs layer 04:30:27 f64a6f60c768: Waiting 04:30:27 e78d2573fc39: Waiting 04:30:27 e876d2f968b6: Waiting 04:30:27 ce8a83651883: Waiting 04:30:27 07967f4d0e4b: Waiting 04:30:27 1e091d79d1de: Waiting 04:30:27 2dd03ba5bac4: Waiting 04:30:27 481702a1767f: Waiting 04:30:27 a92cc7c5fd73: Download complete 04:30:27 ed8968b2872e: Download complete 04:30:27 1e091d79d1de: Verifying Checksum 04:30:27 1e091d79d1de: Download complete 04:30:27 481702a1767f: Verifying Checksum 04:30:27 481702a1767f: Download complete 04:30:27 df20fa9351a1: Verifying Checksum 04:30:27 df20fa9351a1: Download complete 04:30:27 df20fa9351a1: Pull complete 04:30:28 f64a6f60c768: Verifying Checksum 04:30:28 f64a6f60c768: Download complete 04:30:28 2dd03ba5bac4: Verifying Checksum 04:30:28 e78d2573fc39: Verifying Checksum 04:30:28 e78d2573fc39: Download complete 04:30:29 e876d2f968b6: Verifying Checksum 04:30:29 e876d2f968b6: Download complete 04:30:29 ed8968b2872e: Pull complete 04:30:29 07967f4d0e4b: Verifying Checksum 04:30:29 07967f4d0e4b: Download complete 04:30:29 a92cc7c5fd73: Pull complete 04:30:30 ce8a83651883: Verifying Checksum 04:30:30 ce8a83651883: Download complete 04:30:34 2dd03ba5bac4: Pull complete 04:30:34 1e091d79d1de: Pull complete 04:30:34 481702a1767f: Pull complete 04:30:38 Still waiting to schedule task 04:30:38 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:30:42 f64a6f60c768: Pull complete 04:30:46 e78d2573fc39: Pull complete 04:30:46 e876d2f968b6: Pull complete 04:30:47 ce8a83651883: Pull complete 04:30:47 07967f4d0e4b: Pull complete 04:30:47 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:30:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:30:47 ---> 5d7c900382c6 04:30:47 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:30:48 ---> Running in 6ddcba2564aa 04:30:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:30:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:30:50 (1/12) Installing libmagic (5.38-r0) 04:30:50 (2/12) Installing file (5.38-r0) 04:30:50 (3/12) Installing libc-dev (0.7.2-r3) 04:30:50 (4/12) Installing g++ (9.3.0-r2) 04:30:52 (5/12) Installing fortify-headers (1.1-r0) 04:30:52 (6/12) Installing patch (2.7.6-r6) 04:30:53 (7/12) Installing build-base (0.5-r2) 04:30:53 (8/12) Installing libsodium (1.0.18-r0) 04:30:53 (9/12) Installing pkgconf (1.7.2-r0) 04:30:53 (10/12) Installing libsodium-dev (1.0.18-r0) 04:30:53 (11/12) Installing libzmq (4.3.2-r0) 04:30:53 (12/12) Installing zeromq-dev (4.3.2-r0) 04:30:53 Executing busybox-1.31.1-r16.trigger 04:30:53 OK: 233 MiB in 51 packages 04:30:57 Removing intermediate container 6ddcba2564aa 04:30:57 ---> c4b4e83d9e4b 04:30:57 Step 4/7 : WORKDIR /edgex-go 04:30:57 ---> Running in 5cb20ff36ff0 04:30:57 Removing intermediate container 5cb20ff36ff0 04:30:57 ---> e0742d8e1bb3 04:30:57 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:30:57 latest: Pulling from library/docker 04:30:57 df20fa9351a1: Already exists 04:30:57 25ad7478873d: Pulling fs layer 04:30:57 4684f6177b5d: Pulling fs layer 04:30:57 46e300cec669: Pulling fs layer 04:30:57 63038576ad94: Pulling fs layer 04:30:57 0fdb76c4706c: Pulling fs layer 04:30:57 cb7edeffdfd5: Pulling fs layer 04:30:57 0fdb76c4706c: Waiting 04:30:57 cb7edeffdfd5: Waiting 04:30:57 63038576ad94: Waiting 04:30:58 4684f6177b5d: Verifying Checksum 04:30:58 4684f6177b5d: Download complete 04:30:58 25ad7478873d: Verifying Checksum 04:30:58 63038576ad94: Verifying Checksum 04:30:58 63038576ad94: Download complete 04:30:58 0fdb76c4706c: Verifying Checksum 04:30:58 0fdb76c4706c: Download complete 04:30:58 cb7edeffdfd5: Verifying Checksum 04:30:58 cb7edeffdfd5: Download complete 04:30:58 25ad7478873d: Pull complete 04:30:58 4684f6177b5d: Pull complete 04:30:58 46e300cec669: Verifying Checksum 04:30:58 46e300cec669: Download complete 04:31:01 46e300cec669: Pull complete 04:31:01 63038576ad94: Pull complete 04:31:01 0fdb76c4706c: Pull complete 04:31:01 cb7edeffdfd5: Pull complete 04:31:01 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:31:01 Status: Downloaded newer image for docker:latest 04:31:02 ---> bcee81a8260c 04:31:02 Step 6/7 : COPY go.mod . 04:31:02 ---> 6a5b54952f75 04:31:02 Step 7/7 : RUN go mod download 04:31:02 ---> Running in 877d8de774a6 04:31:05 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:31:05 go: finding github.com/BurntSushi/toml v0.3.1 04:31:05 go: finding github.com/OneOfOne/xxhash v1.2.5 04:31:05 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:31:05 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:31:05 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:31:05 go: finding github.com/bgentry/speakeasy v0.1.0 04:31:05 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:31:05 go: finding github.com/cloudflare/gokey v0.1.0 04:31:05 go: finding github.com/davecgh/go-spew v1.1.1 04:31:05 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:31:05 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:31:05 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:31:05 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:31:05 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:31:05 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:31:05 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:31:05 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:31:05 go: finding github.com/fatih/color v1.7.0 04:31:05 go: finding github.com/fsnotify/fsnotify v1.4.7 04:31:05 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:31:05 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:31:05 go: finding github.com/go-kit/kit v0.8.0 04:31:05 go: finding github.com/go-logfmt/logfmt v0.4.0 04:31:05 go: finding github.com/go-redis/redis/v7 v7.2.0 04:31:05 go: finding github.com/go-stack/stack v1.8.0 04:31:05 go: finding github.com/golang/protobuf v1.3.2 04:31:05 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:31:05 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:31:05 go: finding github.com/google/uuid v1.1.0 04:31:05 go: finding github.com/gorilla/mux v1.7.1 04:31:05 go: finding github.com/hashicorp/consul/api v1.1.0 04:31:05 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:31:06 go: finding github.com/hashicorp/errwrap v1.0.0 04:31:06 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:31:06 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:31:06 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:31:06 go: finding github.com/hashicorp/go-multierror v1.0.0 04:31:06 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:31:06 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:31:06 go: finding github.com/hashicorp/go-syslog v1.0.0 04:31:06 go: finding github.com/hashicorp/go-uuid v1.0.1 04:31:06 go: finding github.com/hashicorp/go.net v0.0.1 04:31:06 go: finding github.com/hashicorp/golang-lru v0.5.0 04:31:06 go: finding github.com/hashicorp/logutils v1.0.0 04:31:06 go: finding github.com/hashicorp/mdns v1.0.0 04:31:06 go: finding github.com/hashicorp/memberlist v0.1.3 04:31:06 go: finding github.com/hashicorp/serf v0.8.2 04:31:06 go: finding github.com/hpcloud/tail v1.0.0 04:31:06 go: finding github.com/imdario/mergo v0.3.6 04:31:06 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:31:06 go: finding github.com/kr/pretty v0.1.0 04:31:06 go: finding github.com/kr/pty v1.1.1 04:31:06 go: finding github.com/kr/text v0.1.0 04:31:06 go: finding github.com/mattn/go-colorable v0.0.9 04:31:06 go: finding github.com/mattn/go-isatty v0.0.3 04:31:06 go: finding github.com/miekg/dns v1.0.14 04:31:06 go: finding github.com/mitchellh/cli v1.0.0 04:31:06 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:31:06 go: finding github.com/mitchellh/copystructure v1.0.0 04:31:06 go: finding github.com/mitchellh/go-homedir v1.0.0 04:31:06 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:31:06 go: finding github.com/mitchellh/gox v0.4.0 04:31:06 go: finding github.com/mitchellh/iochan v1.0.0 04:31:06 go: finding github.com/mitchellh/mapstructure v1.1.2 04:31:06 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:31:06 go: finding github.com/onsi/ginkgo v1.10.1 04:31:07 go: finding github.com/onsi/gomega v1.7.0 04:31:07 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:31:07 go: finding github.com/pebbe/zmq4 v1.0.0 04:31:07 go: finding github.com/pelletier/go-toml v1.2.0 04:31:07 go: finding github.com/pkg/errors v0.8.1 04:31:07 go: finding github.com/pmezard/go-difflib v1.0.0 04:31:07 go: finding github.com/posener/complete v1.1.1 04:31:07 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:31:07 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:31:07 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:31:07 go: finding github.com/stretchr/objx v0.1.0 04:31:07 go: finding github.com/stretchr/testify v1.5.1 04:31:07 go: finding github.com/ugorji/go v1.1.4 04:31:07 go: finding github.com/x448/float16 v0.8.4 04:31:07 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:31:07 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:31:07 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:31:07 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:31:07 go: finding golang.org/x/text v0.3.2 04:31:07 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:31:07 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:31:07 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:31:07 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:31:07 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:31:07 go: finding gopkg.in/yaml.v2 v2.2.8 04:31:19 Removing intermediate container 877d8de774a6 04:31:19 ---> 9b0d7bb01e6a 04:31:19 Successfully built 9b0d7bb01e6a 04:31:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:31:20 + docker inspect -f . ci-base-image-x86_64 04:31:20 . [Pipeline] withDockerContainer 04:31:20 prd-centos7-docker-4c-2g-1757 does not seem to be running inside a container 04:31:20 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:31:21 $ docker top eb399becdd4ea7e548685a325dd8ee7512779ee51c1ebc0a42585ad1d7d7b019 -eo pid,comm [Pipeline] { [Pipeline] sh 04:31:21 + go version 04:31:21 go version go1.13.13 linux/amd64 [Pipeline] echo 04:31:21 ========================================================= 04:31:21 [edgeXBuildGoParallel] Running Tests and Build... 04:31:21 ========================================================= [Pipeline] sh 04:31:21 + make test 04:31:21 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:31:24 ? github.com/edgexfoundry/edgex-go [no test files] 04:31:34 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:31:37 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:31:37 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:31:37 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:31:37 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:31:38 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.025s 04:31:38 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:31:38 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:31:38 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:31:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:31:39 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:31:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:31:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:31:39 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:31:44 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.033s coverage: 46.6% of statements 04:31:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:31:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:31:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:31:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:31:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:31:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.059s coverage: 27.3% of statements 04:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:31:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.004s coverage: 100.0% of statements 04:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:31:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.100s coverage: 100.0% of statements 04:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:31:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.085s coverage: 28.6% of statements 04:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:31:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.010s coverage: 100.0% of statements 04:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:31:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements 04:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:31:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.019s coverage: 89.8% of statements 04:31:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:31:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.039s coverage: 97.5% of statements 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:31:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.010s coverage: 100.0% of statements 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:31:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.018s coverage: 58.8% of statements 04:31:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.080s coverage: 63.5% of statements 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:31:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.024s coverage: 100.0% of statements 04:31:50 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.084s coverage: 55.9% of statements 04:31:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:31:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:31:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:31:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:31:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.976s coverage: 86.3% of statements 04:31:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:31:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.335s coverage: 72.2% of statements 04:31:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.149s coverage: 72.1% of statements 04:31:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.010s coverage: 82.4% of statements 04:31:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.012s coverage: 48.4% of statements 04:31:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:31:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:31:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:31:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.013s coverage: 28.8% of statements 04:31:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:31:56 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.016s coverage: 96.8% of statements 04:31:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:31:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.039s coverage: 26.9% of statements 04:31:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:31:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:31:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.080s coverage: 84.1% of statements 04:31:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements 04:31:56 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.005s coverage: 42.9% of statements 04:31:56 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:31:56 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:31:56 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements 04:31:56 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:31:56 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.026s coverage: 83.8% of statements 04:31:56 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:31:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.027s coverage: 46.1% of statements 04:31:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:31:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:31:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.073s coverage: 100.0% of statements 04:31:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:31:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:31:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:31:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.008s coverage: 100.0% of statements 04:31:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:31:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.009s coverage: 100.0% of statements 04:31:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:31:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.042s coverage: 29.1% of statements 04:31:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:31:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:31:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:31:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:31:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:31:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.051s coverage: 99.0% of statements 04:31:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:31:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.020s coverage: 100.0% of statements 04:31:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:31:59 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 04:31:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:31:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 04:31:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:31:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:31:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:31:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:31:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.024s coverage: 87.9% of statements 04:31:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:31:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:32:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.013s coverage: 100.0% of statements 04:32:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 04:32:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 04:32:01 GO111MODULE=on go vet ./... 04:32:06 gofmt -l . 04:32:07 [ "`gofmt -l .`" = "" ] 04:32:07 ./bin/test-go-mod-tidy.sh 04:32:08 ./bin/test-attribution-txt.sh [Pipeline] sh 04:32:09 + ls -al . 04:32:09 total 556 04:32:09 drwxrwxr-x 10 1001 1001 4096 Aug 1 04:32 . 04:32:09 drwxr-xr-x 4 root root 30 Aug 1 04:31 .. 04:32:09 -rw-rw-r-- 1 1001 1001 11 Aug 1 04:29 .dockerignore 04:32:09 drwxrwxr-x 8 1001 1001 179 Aug 1 04:29 .git 04:32:09 drwxrwxr-x 3 1001 1001 60 Aug 1 04:29 .github 04:32:09 -rw-rw-r-- 1 1001 1001 932 Aug 1 04:29 .gitignore 04:32:09 drwx------ 3 1001 1001 47 Aug 1 04:30 .semver 04:32:09 -rw-rw-r-- 1 1001 1001 166 Aug 1 04:29 .sonarcloud.properties 04:32:09 -rw-rw-r-- 1 1001 1001 3804 Aug 1 04:29 CONTRIBUTING.md 04:32:09 -rw-rw-r-- 1 1001 1001 1035 Aug 1 04:29 Dockerfile.build 04:32:09 -rw-rw-r-- 1 1001 1001 865 Aug 1 04:29 Jenkinsfile 04:32:09 -rw-rw-r-- 1 1001 1001 10775 Aug 1 04:29 LICENSE 04:32:09 -rw-rw-r-- 1 1001 1001 6237 Aug 1 04:29 Makefile 04:32:09 -rw-rw-r-- 1 1001 1001 5652 Aug 1 04:29 README.md 04:32:09 -rw-rw-r-- 1 1001 1001 7111 Aug 1 04:29 SECURITY.md 04:32:09 -rw-rw-r-- 1 1001 1001 5 Aug 1 04:30 VERSION 04:32:09 -rw-rw-r-- 1 1001 1001 4131 Aug 1 04:29 ZMQWindows.md 04:32:09 drwxrwxr-x 2 1001 1001 117 Aug 1 04:29 bin 04:32:09 drwxrwxr-x 15 1001 1001 4096 Aug 1 04:29 cmd 04:32:09 -rw-r--r-- 1 root root 455803 Aug 1 04:32 coverage.out 04:32:09 -rw-r--r-- 1 root root 1019 Aug 1 04:32 go.mod 04:32:09 -rw-r--r-- 1 root root 18146 Aug 1 04:32 go.sum 04:32:09 drwxrwxr-x 8 1001 1001 127 Aug 1 04:29 internal 04:32:09 drwxrwxr-x 4 1001 1001 26 Aug 1 04:29 openapi 04:32:09 drwxrwxr-x 4 1001 1001 71 Aug 1 04:29 snap 04:32:09 -rw-rw-r-- 1 1001 1001 168 Aug 1 04:29 version.go [Pipeline] sh 04:32:10 + '[' -e coverage.out ] 04:32:10 + chown 1001:1001 coverage.out [Pipeline] stash 04:32:10 Stashed 1 file(s) [Pipeline] sh 04:32:10 + make build 04:32:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:32:16 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:32:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:32:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:32:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:32:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1763 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws 04:32:23 Running in /w/workspace/edgex-go/23 [Pipeline] { [Pipeline] checkout 04:32:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:32:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:32:27 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:32:28 using credential edgex-jenkins-ssh 04:32:28 Cloning the remote Git repository 04:32:28 Cloning with configured refspecs honoured and without tags 04:32:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:32:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:32:28 > git init /w/workspace/edgex-go/23 # timeout=10 04:32:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:32:28 > git --version # timeout=10 04:32:28 using GIT_SSH to set credentials SSH Credentials for GitHub 04:32:28 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:32:30 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:32:32 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:32:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:32:34 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:32:35 $ docker stop --time=1 eb399becdd4ea7e548685a325dd8ee7512779ee51c1ebc0a42585ad1d7d7b019 04:32:36 $ docker rm -f eb399becdd4ea7e548685a325dd8ee7512779ee51c1ebc0a42585ad1d7d7b019 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:32:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:32:40 04:32:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:32:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:32:40 latest: Pulling from edgex-devops/edgex-compose 04:32:40 cbdbe7a5bc2a: Pulling fs layer 04:32:40 ca9280d653b3: Pulling fs layer 04:32:40 7e9c9ca2126c: Pulling fs layer 04:32:40 cbdbe7a5bc2a: Verifying Checksum 04:32:40 cbdbe7a5bc2a: Download complete 04:32:40 ca9280d653b3: Verifying Checksum 04:32:40 ca9280d653b3: Download complete 04:32:40 cbdbe7a5bc2a: Pull complete 04:32:41 7e9c9ca2126c: Verifying Checksum 04:32:41 7e9c9ca2126c: Download complete 04:32:41 ca9280d653b3: Pull complete 04:32:44 Fetching without tags 04:32:45 Merging remotes/origin/master commit b6e84d11f041a086b232d8992a39ab0cabcfc086 into PR head commit 1cbfca005f39c71f14e7c2d6fc3a0b095373ec17 04:32:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:32:44 > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # timeout=10 04:32:44 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:32:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:32:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:32:44 using GIT_SSH to set credentials SSH Credentials for GitHub 04:32:44 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:32:45 > git config core.sparsecheckout # timeout=10 04:32:45 > git checkout -f 1cbfca005f39c71f14e7c2d6fc3a0b095373ec17 # timeout=10 04:32:45 > git remote # timeout=10 04:32:45 > git config --get remote.origin.url # timeout=10 04:32:45 using GIT_SSH to set credentials SSH Credentials for GitHub 04:32:45 > git merge b6e84d11f041a086b232d8992a39ab0cabcfc086 # timeout=10 04:32:45 Merge succeeded, producing 373dc5f036148ebc882fb95e719b3a821d1d417a 04:32:45 Checking out Revision 373dc5f036148ebc882fb95e719b3a821d1d417a (PR-2627) 04:32:45 > git rev-parse HEAD^{commit} # timeout=10 04:32:45 > git config core.sparsecheckout # timeout=10 04:32:46 > git checkout -f 373dc5f036148ebc882fb95e719b3a821d1d417a # timeout=10 04:32:48 7e9c9ca2126c: Pull complete 04:32:48 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:32:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:32:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:32:48 prd-centos7-docker-4c-2g-1757 does not seem to be running inside a container 04:32:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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:32:50 Commit message: "Merge commit 'b6e84d11f041a086b232d8992a39ab0cabcfc086' into HEAD" 04:32:50 First time build. Skipping changelog. 04:32:51 $ docker top fd80a304fd0d5a65ed9cc744c89548760a929a0edb2ab21fea3a7ae0995ad0f3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:32:51 + docker-compose build --help 04:32:51 + grep parallel 04:32:50 > git rev-list --no-walk cce01d908c8f6fc48d99ed6a2df7812364b54c24 # timeout=10 04:32:52 --parallel Build images in parallel. [Pipeline] } 04:32:52 $ docker stop --time=1 fd80a304fd0d5a65ed9cc744c89548760a929a0edb2ab21fea3a7ae0995ad0f3 04:32:53 $ docker rm -f fd80a304fd0d5a65ed9cc744c89548760a929a0edb2ab21fea3a7ae0995ad0f3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:32:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:32:54 . [Pipeline] withDockerContainer 04:32:54 prd-centos7-docker-4c-2g-1757 does not seem to be running inside a container 04:32:54 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:32:55 $ docker top 3b2086fe1673c327d0c7c25efdb970f6ebef59df4dc7c1903471c96f1f8c3074 -eo pid,comm [Pipeline] { [Pipeline] sh 04:32:55 + docker-compose -f ./docker-compose-build.yml build --parallel 04:32:56 Building docker-core-command-go ... 04:32:56 Building docker-core-data-go ... 04:32:56 Building docker-core-metadata-go ... 04:32:56 Building docker-security-proxy-setup-go ... 04:32:56 Building docker-security-secrets-setup-go ... 04:32:56 Building docker-security-secretstore-setup-go ... 04:32:56 Building docker-support-logging-go ... 04:32:56 Building docker-support-notifications-go ... 04:32:56 Building docker-support-scheduler-go ... 04:32:56 Building docker-sys-mgmt-agent-go ... 04:32:56 Building docker-core-data-go 04:32:56 Building docker-security-secretstore-setup-go 04:32:56 Building docker-security-proxy-setup-go 04:32:56 Building docker-sys-mgmt-agent-go 04:32:56 Building docker-support-logging-go [Pipeline] echo 04:33:03 ========================================================= 04:33:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:33:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:33:04 + 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:33:08 Sending build context to Docker daemon 323.1MB 04:33:08 Step 1/7 : ARG BASE=golang:1.13-alpine 04:33:08 Step 2/7 : FROM ${BASE} 04:33:09 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:33:09 b538f80385f9: Pulling fs layer 04:33:09 74f711af9a0d: Pulling fs layer 04:33:09 99f96fe45779: Pulling fs layer 04:33:09 fd7a069fd194: Pulling fs layer 04:33:09 66aa3694b03b: Pulling fs layer 04:33:09 170f70906a0f: Pulling fs layer 04:33:09 ad7c5574e4b9: Pulling fs layer 04:33:09 e772456be8f7: Pulling fs layer 04:33:09 c890913d741a: Pulling fs layer 04:33:09 2480fcc9aa5a: Pulling fs layer 04:33:09 09adf4765672: Pulling fs layer 04:33:09 fd7a069fd194: Waiting 04:33:09 66aa3694b03b: Waiting 04:33:09 170f70906a0f: Waiting 04:33:09 ad7c5574e4b9: Waiting 04:33:09 e772456be8f7: Waiting 04:33:09 c890913d741a: Waiting 04:33:09 2480fcc9aa5a: Waiting 04:33:09 09adf4765672: Waiting 04:33:09 99f96fe45779: Verifying Checksum 04:33:09 99f96fe45779: Download complete 04:33:09 74f711af9a0d: Verifying Checksum 04:33:09 74f711af9a0d: Download complete 04:33:09 66aa3694b03b: Verifying Checksum 04:33:09 66aa3694b03b: Download complete 04:33:09 170f70906a0f: Verifying Checksum 04:33:09 170f70906a0f: Download complete 04:33:09 b538f80385f9: Verifying Checksum 04:33:09 b538f80385f9: Download complete 04:33:10 b538f80385f9: Pull complete 04:33:11 74f711af9a0d: Pull complete 04:33:11 99f96fe45779: Pull complete 04:33:12 ad7c5574e4b9: Verifying Checksum 04:33:12 ad7c5574e4b9: Download complete 04:33:12 c890913d741a: Download complete 04:33:14 2480fcc9aa5a: Verifying Checksum 04:33:14 2480fcc9aa5a: Download complete 04:33:14 09adf4765672: Verifying Checksum 04:33:14 09adf4765672: Download complete 04:33:15 e772456be8f7: Verifying Checksum 04:33:15 e772456be8f7: Download complete 04:33:16 fd7a069fd194: Verifying Checksum 04:33:16 fd7a069fd194: Download complete 04:33:28 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:33:28 ---> 9b0d7bb01e6a 04:33:28 Step 3/26 : WORKDIR /edgex-go 04:33:28 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:28 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:33:28 ---> 9b0d7bb01e6a 04:33:28 Step 3/20 : WORKDIR /edgex-go 04:33:28 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:33:28 ---> 9b0d7bb01e6a 04:33:28 Step 3/22 : WORKDIR /edgex-go 04:33:28 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:33:28 ---> 9b0d7bb01e6a 04:33:28 Step 3/26 : WORKDIR /edgex-go 04:33:28 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:33:28 ---> 9b0d7bb01e6a 04:33:28 Step 3/21 : WORKDIR /edgex-go 04:33:28 ---> Running in fbde46f197c4 04:33:28 ---> Running in 136cd5680ed6 04:33:28 ---> Running in 8823cf21e397 04:33:28 ---> Running in 242dedfb0e15 04:33:28 ---> Running in bbd3c6919bb3 04:33:29 Removing intermediate container 8823cf21e397 04:33:29 ---> 781a23c92760 04:33:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:29 Removing intermediate container 136cd5680ed6 04:33:29 ---> 3eb329d4a82d 04:33:29 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:29 Removing intermediate container 242dedfb0e15 04:33:29 ---> 040b10dd44d1 04:33:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:29 Removing intermediate container bbd3c6919bb3 04:33:29 ---> 1a8bb96d731c 04:33:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:29 Removing intermediate container fbde46f197c4 04:33:29 ---> 67da5a69fbde 04:33:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:29 fd7a069fd194: Pull complete 04:33:29 66aa3694b03b: Pull complete 04:33:29 170f70906a0f: Pull complete 04:33:29 ---> Running in d89f4b7eb0b5 04:33:29 ---> Running in 11c6a7ef7294 04:33:29 ---> Running in d7bdddcb92e1 04:33:29 ---> Running in a9ba5a4d989a 04:33:29 ---> Running in 5805141e2935 04:33:31 Removing intermediate container d89f4b7eb0b5 04:33:31 ---> d44792fa7a07 04:33:31 Step 5/20 : RUN apk update && apk add make git 04:33:31 Removing intermediate container 11c6a7ef7294 04:33:31 ---> a58a175bcc47 04:33:31 Step 5/26 : RUN apk update && apk add make bash git 04:33:31 Removing intermediate container d7bdddcb92e1 04:33:31 ---> 38434db0d505 04:33:31 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:33:31 ---> Running in da753bf3723b 04:33:31 ---> Running in 14182f1b45a8 04:33:31 ad7c5574e4b9: Pull complete 04:33:31 ---> Running in 54912f5a0dec 04:33:31 Removing intermediate container 5805141e2935 04:33:31 ---> fcd9606dd4f6 04:33:31 Step 5/26 : RUN apk update && apk add make git 04:33:31 Removing intermediate container a9ba5a4d989a 04:33:31 ---> 199e5d8d6e1e 04:33:31 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:33:31 ---> Running in 30403fcceb89 04:33:31 ---> Running in 0230866267cf 04:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:33 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:33 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:33 OK: 12749 distinct packages available 04:33:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:33 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:33 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:33 OK: 12749 distinct packages available 04:33:33 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:33 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:33 OK: 12749 distinct packages available 04:33:33 OK: 233 MiB in 51 packages 04:33:33 OK: 233 MiB in 51 packages 04:33:33 OK: 233 MiB in 51 packages 04:33:33 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:33 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:33 OK: 12749 distinct packages available 04:33:33 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:33 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:33 OK: 12749 distinct packages available 04:33:34 OK: 233 MiB in 51 packages 04:33:34 OK: 233 MiB in 51 packages 04:33:34 OK: 233 MiB in 51 packages 04:33:34 Removing intermediate container 14182f1b45a8 04:33:34 ---> 52144c697bec 04:33:34 Step 6/26 : COPY go.mod . 04:33:34 Removing intermediate container da753bf3723b 04:33:34 ---> f1b17669550f 04:33:34 Step 6/20 : COPY go.mod . 04:33:35 Removing intermediate container 30403fcceb89 04:33:35 ---> a0e40cbd57a3 04:33:35 Step 6/26 : COPY go.mod . 04:33:35 Removing intermediate container 0230866267cf 04:33:35 ---> 243f9d933118 04:33:35 Step 6/22 : COPY go.mod . 04:33:35 ---> b54d2d9437df 04:33:35 Step 7/26 : RUN go mod download 04:33:35 ---> 94a071f70d4c 04:33:35 Step 7/20 : RUN go mod download 04:33:35 ---> Running in 3b03e055cf2d 04:33:35 Removing intermediate container 54912f5a0dec 04:33:35 ---> 03b2679c5ac2 04:33:35 Step 6/21 : COPY go.mod . 04:33:35 ---> Running in 16f2a4c40ce2 04:33:35 ---> cb620d1656e9 04:33:35 Step 7/26 : RUN go mod download 04:33:35 ---> 8eb4fe4b5d1d 04:33:35 Step 7/22 : RUN go mod download 04:33:35 ---> Running in 393b798d0d9a 04:33:35 ---> Running in 81561946d62e 04:33:35 e772456be8f7: Pull complete 04:33:36 ---> 120d6c2efbe6 04:33:36 Step 7/21 : RUN go mod download 04:33:36 c890913d741a: Pull complete 04:33:36 ---> Running in c20b4655419d 04:33:38 Removing intermediate container 16f2a4c40ce2 04:33:38 ---> bfb4b4198aa7 04:33:38 Step 8/20 : COPY . . 04:33:38 Removing intermediate container 3b03e055cf2d 04:33:38 ---> 0935a3950fad 04:33:38 Step 8/26 : COPY . . 04:33:38 Removing intermediate container 393b798d0d9a 04:33:38 ---> 82cfc748dbff 04:33:38 Step 8/26 : COPY . . 04:33:38 Removing intermediate container 81561946d62e 04:33:38 ---> fcee1df1f6ec 04:33:38 Step 8/22 : COPY . . 04:33:39 2480fcc9aa5a: Pull complete 04:33:39 09adf4765672: Pull complete 04:33:39 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:33:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:33:39 ---> 2248a725d1cf 04:33:39 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:33:39 Removing intermediate container c20b4655419d 04:33:39 ---> 518bfb4c0499 04:33:39 Step 8/21 : COPY . . 04:33:45 ---> Running in 58f6c28f2a02 04:33:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:33:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:33:48 (1/12) Installing libmagic (5.38-r0) 04:33:48 (2/12) Installing file (5.38-r0) 04:33:48 (3/12) Installing libc-dev (0.7.2-r3) 04:33:48 (4/12) Installing g++ (9.3.0-r2) 04:33:50 (5/12) Installing fortify-headers (1.1-r0) 04:33:51 (6/12) Installing patch (2.7.6-r6) 04:33:51 (7/12) Installing build-base (0.5-r2) 04:33:51 (8/12) Installing libsodium (1.0.18-r0) 04:33:51 (9/12) Installing pkgconf (1.7.2-r0) 04:33:51 (10/12) Installing libsodium-dev (1.0.18-r0) 04:33:51 (11/12) Installing libzmq (4.3.2-r0) 04:33:51 (12/12) Installing zeromq-dev (4.3.2-r0) 04:33:51 Executing busybox-1.31.1-r16.trigger 04:33:51 OK: 217 MiB in 51 packages 04:33:57 Removing intermediate container 58f6c28f2a02 04:33:57 ---> 1bca7299771e 04:33:57 Step 4/7 : WORKDIR /edgex-go 04:33:57 ---> Running in 9c049a085eb9 04:33:57 Removing intermediate container 9c049a085eb9 04:33:57 ---> 2481058bbb95 04:33:57 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:33:57 latest: Pulling from library/docker 04:33:57 b538f80385f9: Already exists 04:33:57 259a493cd78d: Pulling fs layer 04:33:57 b8e66b5100f5: Pulling fs layer 04:33:57 39dc9c94d07c: Pulling fs layer 04:33:57 551b823b3b82: Pulling fs layer 04:33:57 3c52a74df98c: Pulling fs layer 04:33:57 6c9b121b6998: Pulling fs layer 04:33:57 3c52a74df98c: Waiting 04:33:57 551b823b3b82: Waiting 04:33:57 6c9b121b6998: Waiting 04:33:57 b8e66b5100f5: Verifying Checksum 04:33:57 b8e66b5100f5: Download complete 04:33:57 259a493cd78d: Verifying Checksum 04:33:57 259a493cd78d: Download complete 04:33:57 551b823b3b82: Verifying Checksum 04:33:57 551b823b3b82: Download complete 04:33:57 3c52a74df98c: Download complete 04:33:57 6c9b121b6998: Verifying Checksum 04:33:57 6c9b121b6998: Download complete 04:33:58 259a493cd78d: Pull complete 04:33:58 b8e66b5100f5: Pull complete 04:33:58 39dc9c94d07c: Verifying Checksum 04:33:58 39dc9c94d07c: Download complete 04:34:02 39dc9c94d07c: Pull complete 04:34:02 551b823b3b82: Pull complete 04:34:02 3c52a74df98c: Pull complete 04:34:03 6c9b121b6998: Pull complete 04:34:03 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:34:03 Status: Downloaded newer image for docker:latest 04:34:06 ---> 617b1f583946 04:34:06 Step 6/7 : COPY go.mod . 04:34:07 ---> 5926abf5da21 04:34:07 Step 7/7 : RUN go mod download 04:34:07 ---> Running in fea77db7e41f 04:34:11 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:34:11 go: finding github.com/BurntSushi/toml v0.3.1 04:34:11 go: finding github.com/OneOfOne/xxhash v1.2.5 04:34:11 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:34:11 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:34:11 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:34:11 go: finding github.com/bgentry/speakeasy v0.1.0 04:34:11 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:34:11 go: finding github.com/cloudflare/gokey v0.1.0 04:34:11 go: finding github.com/davecgh/go-spew v1.1.1 04:34:11 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:34:11 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:34:11 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:34:11 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:34:11 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:34:11 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:34:11 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:34:11 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:34:11 go: finding github.com/fatih/color v1.7.0 04:34:11 go: finding github.com/fsnotify/fsnotify v1.4.7 04:34:11 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:34:11 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:34:11 go: finding github.com/go-kit/kit v0.8.0 04:34:11 go: finding github.com/go-logfmt/logfmt v0.4.0 04:34:11 go: finding github.com/go-redis/redis/v7 v7.2.0 04:34:11 go: finding github.com/go-stack/stack v1.8.0 04:34:11 go: finding github.com/golang/protobuf v1.3.2 04:34:11 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:34:11 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:34:11 go: finding github.com/google/uuid v1.1.0 04:34:11 go: finding github.com/gorilla/mux v1.7.1 04:34:11 go: finding github.com/hashicorp/consul/api v1.1.0 04:34:11 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:34:11 go: finding github.com/hashicorp/errwrap v1.0.0 04:34:11 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:34:11 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:34:11 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:34:11 go: finding github.com/hashicorp/go-multierror v1.0.0 04:34:11 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:34:11 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:34:12 go: finding github.com/hashicorp/go-syslog v1.0.0 04:34:12 go: finding github.com/hashicorp/go-uuid v1.0.1 04:34:12 go: finding github.com/hashicorp/go.net v0.0.1 04:34:12 go: finding github.com/hashicorp/golang-lru v0.5.0 04:34:12 go: finding github.com/hashicorp/logutils v1.0.0 04:34:12 go: finding github.com/hashicorp/mdns v1.0.0 04:34:12 go: finding github.com/hashicorp/memberlist v0.1.3 04:34:12 go: finding github.com/hashicorp/serf v0.8.2 04:34:12 go: finding github.com/hpcloud/tail v1.0.0 04:34:12 go: finding github.com/imdario/mergo v0.3.6 04:34:12 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:34:12 ---> 695c49e9c2a6 04:34:12 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:34:12 ---> 4abf04cd1b4f 04:34:12 Step 9/22 : RUN make cmd/core-data/core-data 04:34:12 ---> 46d336acf266 04:34:12 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:34:12 ---> 29b945a9e9d9 04:34:12 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:34:12 ---> Running in a1803b443717 04:34:12 ---> Running in 7fb62ba8c333 04:34:12 ---> Running in 9dc99f281457 04:34:12 go: finding github.com/kr/pretty v0.1.0 04:34:12 go: finding github.com/kr/pty v1.1.1 04:34:12 go: finding github.com/kr/text v0.1.0 04:34:12 go: finding github.com/mattn/go-colorable v0.0.9 04:34:12 go: finding github.com/mattn/go-isatty v0.0.3 04:34:12 go: finding github.com/miekg/dns v1.0.14 04:34:12 go: finding github.com/mitchellh/cli v1.0.0 04:34:12 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:34:12 go: finding github.com/mitchellh/copystructure v1.0.0 04:34:12 go: finding github.com/mitchellh/go-homedir v1.0.0 04:34:12 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:34:12 ---> Running in 1f85d6039d8a 04:34:12 go: finding github.com/mitchellh/gox v0.4.0 04:34:12 go: finding github.com/mitchellh/iochan v1.0.0 04:34:12 go: finding github.com/mitchellh/mapstructure v1.1.2 04:34:12 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:34:12 go: finding github.com/onsi/ginkgo v1.10.1 04:34:12 go: finding github.com/onsi/gomega v1.7.0 04:34:12 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:34:12 go: finding github.com/pebbe/zmq4 v1.0.0 04:34:12 go: finding github.com/pelletier/go-toml v1.2.0 04:34:12 go: finding github.com/pkg/errors v0.8.1 04:34:12 ---> 322ef1258524 04:34:12 Step 9/21 : RUN make cmd/support-logging/support-logging 04:34:12 ---> Running in 443fe0345426 04:34:12 go: finding github.com/pmezard/go-difflib v1.0.0 04:34:12 go: finding github.com/posener/complete v1.1.1 04:34:12 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:34:12 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:34:12 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:34:12 go: finding github.com/stretchr/objx v0.1.0 04:34:12 go: finding github.com/stretchr/testify v1.5.1 04:34:12 go: finding github.com/ugorji/go v1.1.4 04:34:12 go: finding github.com/x448/float16 v0.8.4 04:34:12 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:34:12 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:34:13 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:34:13 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:34:13 go: finding golang.org/x/text v0.3.2 04:34:13 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:34:13 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:34:13 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:34:13 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:34:13 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:34:13 go: finding gopkg.in/yaml.v2 v2.2.8 04:34:13 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:13 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:34:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:34:13 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:34:13 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:34:31 Removing intermediate container fea77db7e41f 04:34:31 ---> f403898bebd1 04:34:31 Successfully built f403898bebd1 04:34:31 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:34:32 + docker inspect -f . ci-base-image-arm64 04:34:32 . [Pipeline] withDockerContainer 04:34:32 prd-ubuntu18.04-docker-arm64-4c-16g-1763 does not seem to be running inside a container 04:34:32 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:34:34 $ docker top 1136cbef4e6b9f1c522ecec9585de861eace1b15360495c58da6a1977f8cc82e -eo pid,comm [Pipeline] { [Pipeline] sh 04:34:35 + go version 04:34:35 go version go1.13.13 linux/arm64 [Pipeline] echo 04:34:35 ========================================================= 04:34:35 [edgeXBuildGoParallel] Running Tests and Build... 04:34:35 ========================================================= [Pipeline] sh 04:34:35 + make test 04:34:35 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:34:38 ? github.com/edgexfoundry/edgex-go [no test files] 04:34: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:34:41 Removing intermediate container 7fb62ba8c333 04:34:41 ---> a92271cdd1ab 04:34:41 04:34:41 Step 10/20 : FROM alpine 04:34:42 latest: Pulling from library/alpine 04:34:42 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:34:43 Status: Downloaded newer image for alpine:latest 04:34:43 ---> a24bb4013296 04:34:43 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:34:44 ---> Running in 1f92ff73d888 04:34:44 Removing intermediate container 1f85d6039d8a 04:34:44 ---> a11f9a88357c 04:34:44 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:34:44 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:34:44 ---> Running in 9532e6f66665 04:34:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:34:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:34:45 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:34:45 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:34:45 v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:34:45 OK: 12749 distinct packages available 04:34:46 (1/4) Installing ca-certificates (20191127-r4) 04:34:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:34:46 (3/4) Installing libcurl (7.69.1-r0) 04:34:46 (4/4) Installing curl (7.69.1-r0) 04:34:46 Executing busybox-1.31.1-r16.trigger 04:34:46 Executing ca-certificates-20191127-r4.trigger 04:34:46 OK: 7 MiB in 18 packages 04:34:50 Removing intermediate container 443fe0345426 04:34:50 ---> 8a6253985a82 04:34:50 04:34:50 Step 10/21 : FROM scratch 04:34:50 ---> 04:34:50 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:34:50 ---> Running in c72d6ce96c54 04:34:50 Removing intermediate container 1f92ff73d888 04:34:50 ---> 4977aa85d846 04:34:50 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:34:51 Removing intermediate container c72d6ce96c54 04:34:51 ---> 28db4e5663df 04:34:51 Step 12/21 : ENV APP_PORT=48061 04:34:51 ---> Running in 083ab25a1d34 04:34:51 ---> Running in d6f832d9ed52 04:34:51 Removing intermediate container 9532e6f66665 04:34:51 ---> 0dbfd9e4b589 04:34:51 04:34:51 Step 11/26 : FROM docker:latest 04:34:51 ---> 81f5749c9058 04:34:51 Step 12/26 : RUN apk add --no-cache bash 04:34:51 Removing intermediate container 083ab25a1d34 04:34:51 ---> 626b62882b03 04:34:51 Step 13/20 : WORKDIR /edgex 04:34:51 Removing intermediate container d6f832d9ed52 04:34:51 ---> dc2ebccc64b5 04:34:51 Step 13/21 : EXPOSE $APP_PORT 04:34:51 ---> Running in 4803471b7d40 04:34:51 ---> Running in 0cba60619741 04:34:51 ---> Running in 6d403d5a96f7 04:34:52 Removing intermediate container 6d403d5a96f7 04:34:52 ---> 769e1a2d69ef 04:34:52 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:34:53 Removing intermediate container 0cba60619741 04:34:53 ---> 31c2c94b00ff 04:34:53 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:34:53 ---> 6fb6ed15b69c 04:34:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:34:53 Removing intermediate container 9dc99f281457 04:34:53 ---> fc7745615277 04:34:53 04:34:53 Step 10/26 : FROM alpine:3.10 04:34:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:34:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:34:53 3.10: Pulling from library/alpine 04:34:53 ---> ce194d8347c1 04:34:53 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:34:53 (1/2) Installing readline (8.0.4-r0) 04:34:53 (2/2) Installing bash (5.0.17-r0) 04:34:53 Executing bash-5.0.17-r0.post-install 04:34:53 Executing busybox-1.31.1-r16.trigger 04:34:53 OK: 12 MiB in 22 packages 04:34:54 ---> eb0f159fd1bd 04:34:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:34:57 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:34:57 Status: Downloaded newer image for alpine:3.10 04:34:57 ---> be4e4bea2c2e 04:34:57 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:34:57 ---> ca05406d7301 04:34:57 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:34:57 ---> 5128e4c82462 04:34:57 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:34:57 ---> Running in 8a1280b6bccd 04:34:57 ---> Running in 605ea3498384 04:34:57 Removing intermediate container a1803b443717 04:34:57 ---> 9b01e04e8e6f 04:34:57 04:34:57 Step 10/22 : FROM alpine 04:34:57 ---> a24bb4013296 04:34:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:34:57 Removing intermediate container 4803471b7d40 04:34:57 ---> a5fdf140f88b 04:34:57 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:34:57 ---> Running in 1973f3c3d6af 04:34:57 ---> Running in d1ed626f6441 04:34:57 ---> d0518e6db171 04:34:57 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:34:58 Removing intermediate container 605ea3498384 04:34:58 ---> 4b01c3694e3b 04:34:58 Step 17/20 : CMD ["--init=true"] 04:34:58 ---> Running in d58bef912def 04:34:58 Removing intermediate container 1973f3c3d6af 04:34:58 ---> fc55ca92264e 04:34:58 Step 12/22 : ENV APP_PORT=48080 04:34:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:34:58 ---> Running in b02bc7f7d836 04:34:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:34:58 ---> Running in 232a50005621 04:34:58 Removing intermediate container d58bef912def 04:34:58 ---> cc84177c4cab 04:34:58 Step 19/21 : LABEL arch=x86_64 04:34:58 v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:34:58 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:34:58 OK: 10346 distinct packages available 04:34:58 Removing intermediate container b02bc7f7d836 04:34:58 ---> b7c9cf166eab 04:34:58 Step 18/20 : LABEL arch=x86_64 04:34:58 ---> Running in 8b270fa53fc1 04:34:58 (1/5) Installing ca-certificates (20191127-r2) 04:34:58 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:34:58 (3/5) Installing libcurl (7.66.0-r0) 04:34:58 (4/5) Installing curl (7.66.0-r0) 04:34:58 (5/5) Installing dumb-init (1.2.2-r1) 04:34:58 Executing busybox-1.30.1-r3.trigger 04:34:58 ---> Running in 8e08a0967566 04:34:58 Executing ca-certificates-20191127-r2.trigger 04:34:58 OK: 7 MiB in 19 packages 04:34:59 Removing intermediate container 232a50005621 04:34:59 ---> 404b9a177d5a 04:34:59 Step 13/22 : EXPOSE $APP_PORT 04:34:59 ---> Running in 2621af8c8196 04:34:59 Removing intermediate container 8e08a0967566 04:34:59 ---> 5bbff11f060d 04:34:59 Step 19/20 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a 04:35:00 Removing intermediate container 8b270fa53fc1 04:35:00 ---> f751571b878e 04:35:00 Step 20/21 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a 04:35:00 ---> Running in 0679b1ccf097 04:35:00 ---> Running in 66318bbb0f9f 04:35:00 Removing intermediate container 2621af8c8196 04:35:00 ---> 39f6a43c46ac 04:35:00 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:00 Removing intermediate container d1ed626f6441 04:35:00 ---> 790ab556b12b 04:35:00 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:35:01 ---> Running in ea48830821fa 04:35:01 ---> Running in 948352f277f6 04:35:01 Removing intermediate container 0679b1ccf097 04:35:01 ---> 6370fc3b9efd 04:35:01 Step 20/20 : LABEL version=0.0.0 04:35:01 Removing intermediate container 66318bbb0f9f 04:35:01 ---> b91bdd058b78 04:35:01 Step 21/21 : LABEL version=0.0.0 04:35:01 Removing intermediate container 8a1280b6bccd 04:35:01 ---> a57b63ad0577 04:35:01 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:35:01 ---> Running in c815da1fa7c8 04:35:02 ---> Running in 70fd67a6fb38 04:35:02 ---> Running in d5acb194307e 04:35:02 Removing intermediate container 948352f277f6 04:35:02 ---> ec54e5fff4cd 04:35:02 Step 15/26 : ENV APP_PORT=48090 04:35:02 Removing intermediate container c815da1fa7c8 04:35:02 ---> 9b22c413e7b2 04:35:02 04:35:02 ---> Running in 5bfc81d39853 04:35:02 Removing intermediate container d5acb194307e 04:35:02 ---> 03641cb2b22e 04:35:02 Step 13/26 : WORKDIR / 04:35:02 Removing intermediate container 70fd67a6fb38 04:35:02 ---> 9c97d3f19f28 04:35:02 04:35:02 Successfully built 9b22c413e7b2 04:35:02 Successfully built 9c97d3f19f28 04:35:02 Successfully tagged docker-security-proxy-setup-go:latest 04:35:02 ---> Running in b25e7e98eab0 04:35:02 Successfully tagged docker-support-logging-go:latest 04:35:02 Removing intermediate container 5bfc81d39853 04:35:02 ---> 81244d9e1de4 04:35:02 Step 16/26 : EXPOSE $APP_PORT 04:35:02 Building docker-support-scheduler-go 04:35:02  Building docker-support-logging-go ... done  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 04:35:02 ---> Running in be0ffc2a4003 04:35:03 Removing intermediate container b25e7e98eab0 04:35:03 ---> aeb31d87d274 04:35:03 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:35:03 Removing intermediate container be0ffc2a4003 04:35:03 ---> 9034443f3195 04:35:03 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:35:03 Removing intermediate container ea48830821fa 04:35:03 ---> c6e725b25432 04:35:03 Step 15/22 : RUN apk --no-cache add zeromq 04:35:04 ---> 57450881a22b 04:35:04 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:35:04 ---> Running in 2e0793ea7efc 04:35:09 ---> bea0f2018803 04:35:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:35:09 ---> 3ff7812d7193 04:35:09 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:35:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:09 ---> 4d5cecf26f43 04:35:09 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:35:09 ---> c298257ce669 04:35:09 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:35:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:12 ---> 1c1af854869e 04:35:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:35:13 ---> 99aa86fd5c3a 04:35:13 Step 20/26 : RUN apk --no-cache add py-pip 04:35:13 (1/5) Installing libgcc (9.3.0-r2) 04:35:13 (2/5) Installing libsodium (1.0.18-r0) 04:35:13 ---> Running in 81ae394186b1 04:35:14 (3/5) Installing libstdc++ (9.3.0-r2) 04:35:14 (4/5) Installing libzmq (4.3.2-r0) 04:35:15 (5/5) Installing zeromq (4.3.2-r0) 04:35:15 ---> ba093e46d981 04:35:15 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:35:15 Executing busybox-1.31.1-r16.trigger 04:35:15 OK: 8 MiB in 19 packages 04:35:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:16 (1/33) Installing libbz2 (1.0.8-r1) 04:35:16 (2/33) Installing expat (2.2.9-r1) 04:35:16 (3/33) Installing libffi (3.3-r2) 04:35:16 (4/33) Installing gdbm (1.13-r1) 04:35:16 (5/33) Installing xz-libs (5.2.5-r0) 04:35:16 (6/33) Installing sqlite-libs (3.32.1-r0) 04:35:16 (7/33) Installing python3 (3.8.5-r0) 04:35:17 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:35:22 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:22 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:35:22 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:22 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:35:22 ---> 9b0d7bb01e6a 04:35:22 Step 3/21 : WORKDIR /edgex-go 04:35:22 ---> 9b0d7bb01e6a 04:35:22 Step 3/20 : WORKDIR /edgex-go 04:35:22 ---> Using cache 04:35:22 ---> 67da5a69fbde 04:35:22 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:22 ---> Using cache 04:35:22 ---> 67da5a69fbde 04:35:22 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:22 ---> Using cache 04:35:22 ---> fcd9606dd4f6 04:35:22 Step 5/20 : RUN apk update && apk add make git 04:35:22 ---> Using cache 04:35:22 ---> fcd9606dd4f6 04:35:22 Step 5/21 : RUN apk update && apk add make git 04:35:22 ---> Using cache 04:35:22 ---> a0e40cbd57a3 04:35:22 Step 6/21 : COPY go.mod . 04:35:22 ---> Using cache 04:35:22 ---> a0e40cbd57a3 04:35:22 Step 6/20 : COPY go.mod . 04:35:22 ---> Using cache 04:35:22 ---> cb620d1656e9 04:35:22 Step 7/21 : RUN go mod download 04:35:22 ---> Using cache 04:35:22 ---> cb620d1656e9 04:35:22 Step 7/20 : RUN go mod download 04:35:22 ---> Using cache 04:35:22 ---> 82cfc748dbff 04:35:22 Step 8/21 : COPY . . 04:35:22 ---> Using cache 04:35:22 ---> 82cfc748dbff 04:35:22 Step 8/20 : COPY . . 04:35:22 ---> Using cache 04:35:22 ---> 695c49e9c2a6 04:35:22 Step 9/21 : RUN make cmd/core-command/core-command 04:35:22 ---> Using cache 04:35:22 ---> 695c49e9c2a6 04:35:22 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:35:23 ---> f2b3f34d185b 04:35:23 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:35:23 (8/33) Installing py3-appdirs (1.4.4-r1) 04:35:23 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:35:23 (10/33) Installing py3-parsing (2.4.7-r0) 04:35:23 (11/33) Installing py3-six (1.15.0-r0) 04:35:23 (12/33) Installing py3-packaging (20.4-r0) 04:35:23 ---> Running in 9b76ac301f6a 04:35:23 ---> Running in 7f611982d9b3 04:35:23 (13/33) Installing py3-setuptools (47.0.0-r0) 04:35:23 (14/33) Installing py3-chardet (3.0.4-r4) 04:35:23 (15/33) Installing py3-idna (2.9-r0) 04:35:23 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:35:23 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:35:23 Removing intermediate container 2e0793ea7efc 04:35:23 ---> 13019f023d12 04:35:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:35:24 (18/33) Installing py3-requests (2.23.0-r0) 04:35:24 (19/33) Installing py3-msgpack (1.0.0-r0) 04:35:24 (20/33) Installing py3-lockfile (0.12.2-r3) 04:35:24 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:35:24 (22/33) Installing py3-colorama (0.4.3-r0) 04:35:24 (23/33) Installing py3-distlib (0.3.0-r0) 04:35:24 (24/33) Installing py3-distro (1.5.0-r1) 04:35:24 (25/33) Installing py3-webencodings (0.5.1-r3) 04:35:24 (26/33) Installing py3-html5lib (1.0.1-r4) 04:35:25 (27/33) Installing py3-pytoml (0.1.21-r0) 04:35:25 (28/33) Installing py3-pep517 (0.8.2-r0) 04:35: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:35:25 ---> 0ad6552eaf33 04:35:25 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:35:25 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:35:25 (29/33) Installing py3-progress (1.5-r0) 04:35:25 (30/33) Installing py3-toml (0.10.1-r0) 04:35:25 (31/33) Installing py3-retrying (1.3.3-r0) 04:35:25 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:35:25 (33/33) Installing py3-pip (20.1.1-r0) 04:35:25 ---> cca72760b3ff 04:35:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:35:25 Executing busybox-1.31.1-r16.trigger 04:35:25 OK: 71 MiB in 55 packages 04:35:26 ---> a4e783e1104d 04:35:26 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:35:26 ---> 03c2448b8f20 04:35:26 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:35:26 ---> Running in f5b04a1a24c4 04:35:29 ---> 11eebaa12fd8 04:35:29 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:35:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:35:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:35:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:35:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:35:30 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.057s 04:35:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:35:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:35:30 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:35:30 ---> Running in b7accddbd560 04:35:31 Removing intermediate container b7accddbd560 04:35:31 ---> ce2b8b6381c3 04:35:31 Step 20/22 : LABEL arch=x86_64 04:35:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:35:32 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:35:33 ---> Running in 72794e24289b 04:35:33 Removing intermediate container f5b04a1a24c4 04:35:33 ---> b60db19c23a4 04:35:33 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:35:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:35:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:35:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:35:34 ---> Running in 84cb89efee79 04:35:35 Removing intermediate container 72794e24289b 04:35:35 ---> 224856384d28 04:35:35 Step 21/22 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a 04:35:35 ---> Running in d3ea5a53b9b8 04:35:35 Removing intermediate container 84cb89efee79 04:35:35 ---> 342d2eb83e03 04:35:35 Step 24/26 : LABEL arch=x86_64 04:35:36 Removing intermediate container 81ae394186b1 04:35:36 ---> f5aff9254f20 04:35:36 Step 21/26 : RUN pip install docker-compose==1.23.2 04:35:36 ---> Running in 49a967a09747 04:35:36 ---> Running in d42b6c302677 04:35:36 Removing intermediate container d3ea5a53b9b8 04:35:36 ---> 8eeef20d4f87 04:35:36 Step 22/22 : LABEL version=0.0.0 04:35:36 ---> Running in 27734d8fd495 04:35:36 Removing intermediate container 49a967a09747 04:35:36 ---> 3885b581d4a3 04:35:36 Step 25/26 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a 04:35:36 ---> Running in e3d6103d310e 04:35:36 Removing intermediate container 27734d8fd495 04:35:36 ---> c9f1e47b44bf 04:35:36 04:35:37 Successfully built c9f1e47b44bf 04:35:37 Successfully tagged docker-core-data-go:latest 04:35:37 Building docker-support-notifications-go 04:35:37  Building docker-core-data-go ... done Removing intermediate container e3d6103d310e 04:35:37 ---> 76875aa5477e 04:35:37 Step 26/26 : LABEL version=0.0.0 04:35:37 ---> Running in 5e869bb80d4e 04:35:41 Collecting docker-compose==1.23.2 04:35:41 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:35:42 Removing intermediate container 5e869bb80d4e 04:35:42 ---> 535b28f40cac 04:35:42 04:35:42 Collecting docker<4.0,>=3.6.0 04:35:42 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:35:42 Successfully built 535b28f40cac 04:35:42 Successfully tagged docker-security-secretstore-setup-go:latest 04:35:42  Building docker-security-secretstore-setup-go ... done Building docker-security-secrets-setup-go 04:35:42 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:35:42 Collecting websocket-client<1.0,>=0.32.0 04:35:42 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:35:43 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.168s coverage: 46.6% of statements 04:35:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:35:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:35:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:35:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:35:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:35:44 Collecting docopt<0.7,>=0.6.1 04:35:44 Downloading docopt-0.6.2.tar.gz (25 kB) 04:35:50 Collecting PyYAML<4,>=3.10 04:35:50 Downloading PyYAML-3.13.tar.gz (270 kB) 04:35:51 Collecting texttable<0.10,>=0.9.0 04:35:51 Downloading texttable-0.9.1.tar.gz (11 kB) 04:35:53 Collecting cached-property<2,>=1.2.0 04:35:53 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:35:54 Collecting dockerpty<0.5,>=0.4.1 04:35:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:35:54 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.151s coverage: 27.3% of statements 04:35:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:35:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:35:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:35:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:35:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:35:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:35:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.020s coverage: 100.0% of statements 04:35:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:35:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements 04:35:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:35:55 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:35:55 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:35:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.385s coverage: 28.6% of statements 04:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:35:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.103s coverage: 100.0% of statements 04:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:35:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.030s coverage: 100.0% of statements 04:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:35:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.085s coverage: 89.8% of statements 04:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:35:55 Collecting jsonschema<3,>=2.5.1 04:35:55 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:35:55 Collecting docker-pycreds>=0.4.0 04:35:55 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:35:55 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:35:55 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:35:55 Collecting idna<2.8,>=2.5 04:35:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:35:56 Collecting urllib3<1.25,>=1.21.1 04:35:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:35:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:35:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:35:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:35:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:35:57 Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, docopt, PyYAML, texttable, cached-property, dockerpty, jsonschema, docker-compose 04:35:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.126s coverage: 97.5% of statements 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:35:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.050s coverage: 100.0% of statements 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:35:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.024s coverage: 58.8% of statements 04:35:58 Attempting uninstall: idna 04:35:58 Found existing installation: idna 2.9 04:35:58 Uninstalling idna-2.9: 04:35:58 Successfully uninstalled idna-2.9 04:35:58 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:35:58 ---> 9b0d7bb01e6a 04:35:58 Step 3/23 : WORKDIR /edgex-go 04:35:58 ---> Using cache 04:35:58 ---> 67da5a69fbde 04:35:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:58 ---> Using cache 04:35:58 ---> fcd9606dd4f6 04:35:58 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:35:59 Attempting uninstall: urllib3 04:35:59 Found existing installation: urllib3 1.25.9 04:35:59 Uninstalling urllib3-1.25.9: 04:35:59 Successfully uninstalled urllib3-1.25.9 04:36:00 Attempting uninstall: requests 04:36:00 Found existing installation: requests 2.23.0 04:36:00 Uninstalling requests-2.23.0: 04:36:00 ---> Running in b603e700d135 04:36:00 Successfully uninstalled requests-2.23.0 04:36:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements 04:36:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:36:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:36:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements 04:36:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.307s coverage: 55.9% of statements 04:36:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:36:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:36:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:36:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:36:04 Running setup.py install for docopt: started 04:36:04 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:04 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:36:04 ---> 9b0d7bb01e6a 04:36:04 Step 3/29 : WORKDIR /edgex-go 04:36:04 ---> Using cache 04:36:04 ---> 67da5a69fbde 04:36:04 Step 4/29 : RUN apk update && apk add make git 04:36:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:05 Running setup.py install for docopt: finished with status 'done' 04:36:05 Running setup.py install for PyYAML: started 04:36:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:06 ---> Running in c3445717220e 04:36:06 Running setup.py install for PyYAML: finished with status 'done' 04:36:06 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:06 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:06 OK: 12749 distinct packages available 04:36:06 OK: 233 MiB in 51 packages 04:36:06 Running setup.py install for texttable: started 04:36:06 Removing intermediate container 9b76ac301f6a 04:36:06 ---> a53c515d4307 04:36:06 04:36:06 Step 10/20 : FROM scratch 04:36:06 ---> 04:36:06 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:36:07 Running setup.py install for texttable: finished with status 'done' 04:36:07 Running setup.py install for dockerpty: started 04:36:07 Removing intermediate container 7f611982d9b3 04:36:07 ---> c2a2dee4a739 04:36:07 04:36:07 Step 10/21 : FROM scratch 04:36:07 ---> 04:36:07 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:36:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:07 ---> Running in 2e8efbc1225e 04:36:07 ---> Running in 893cccef61c7 04:36:07 Removing intermediate container b603e700d135 04:36:07 ---> 550c31b8a9e4 04:36:07 Step 6/23 : COPY go.mod . 04:36:07 Running setup.py install for dockerpty: finished with status 'done' 04:36:07 Removing intermediate container 2e8efbc1225e 04:36:07 ---> b9bb118a3ea6 04:36:07 Step 12/21 : ENV APP_PORT=48082 04:36:08 Removing intermediate container 893cccef61c7 04:36:08 ---> bba8ed0c0c84 04:36:08 Step 12/20 : ENV APP_PORT=48085 04:36:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:08 ---> Running in a95224569c4e 04:36:08 ---> 16bf9f7ab8a2 04:36:08 Step 7/23 : RUN go mod download 04:36:08 ---> Running in 2181e5378fcf 04:36:08 ---> Running in 70f006fa699c 04:36:08 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:36:09 Removing intermediate container a95224569c4e 04:36:09 ---> 0f5dbc13cbfe 04:36:09 Step 13/21 : EXPOSE $APP_PORT 04:36:09 Removing intermediate container 2181e5378fcf 04:36:09 ---> 8bc90026426d 04:36:09 Step 13/20 : EXPOSE $APP_PORT 04:36:09 ---> Running in 0c23f38cf6aa 04:36:09 ---> Running in 6729fe685319 04:36:09 Removing intermediate container 0c23f38cf6aa 04:36:09 ---> 3f8688231822 04:36:09 Step 14/21 : WORKDIR / 04:36:09 Removing intermediate container 6729fe685319 04:36:09 ---> a30b81935341 04:36:09 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:36:09 ---> Running in 2582283fadd8 04:36:09 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:09 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:09 OK: 12749 distinct packages available 04:36:10 OK: 233 MiB in 51 packages 04:36:10 ---> 02b05d61ecba 04:36:10 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:36:10 Removing intermediate container 2582283fadd8 04:36:10 ---> 3846ae6c0e12 04:36:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:36:12 ---> 866024ef0891 04:36:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:36:12 Removing intermediate container c3445717220e 04:36:12 ---> 292936aa47f1 04:36:12 Step 5/29 : COPY go.mod . 04:36:12 ---> ca08788b1525 04:36:12 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:36:13 Removing intermediate container 70f006fa699c 04:36:13 ---> 77c73f717f71 04:36:13 Step 8/23 : COPY . . 04:36:13 ---> 8370125f2aea 04:36:13 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:36:13 Removing intermediate container d42b6c302677 04:36:13 ---> 69f601906e09 04:36:13 Step 22/26 : RUN apk --no-cache add curl 04:36:13 ---> 7e84d78dde6d 04:36:13 Step 6/29 : RUN go mod download 04:36:14 ---> Running in 1d43548bdcfa 04:36:14 ---> Running in ce9587ee71dd 04:36:15 ---> f44ba0ad5a5c 04:36:15 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:36:15 ---> 33af8973c1c5 04:36:15 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:36:17 ---> Running in c79dc223f3ae 04:36:18 ---> Running in c5f6e8d7214b 04:36:20 Removing intermediate container c5f6e8d7214b 04:36:20 ---> 6a8688b28a9d 04:36:20 Step 19/21 : LABEL arch=x86_64 04:36:20 Removing intermediate container c79dc223f3ae 04:36:20 ---> b288919f4cc2 04:36:20 Step 18/20 : LABEL arch=x86_64 04:36:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:20 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:36:20 (2/3) Installing libcurl (7.69.1-r0) 04:36:20 (3/3) Installing curl (7.69.1-r0) 04:36:20 Executing busybox-1.31.1-r16.trigger 04:36:20 OK: 72 MiB in 58 packages 04:36:21 ---> Running in 0e2359a211ea 04:36:21 ---> Running in ed6ae841a6aa 04:36:25 Removing intermediate container 0e2359a211ea 04:36:25 ---> 98dadeb5ea4a 04:36:25 Step 20/21 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a 04:36:25 Removing intermediate container ed6ae841a6aa 04:36:25 ---> ecf54d2a4c5a 04:36:25 Step 19/20 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a 04:36:25 ---> Running in 7cd895ba9867 04:36:26 ---> Running in ad9986dad7cf 04:36:27 Removing intermediate container 1d43548bdcfa 04:36:27 ---> 95d9038d80d8 04:36:27 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:36:27 Removing intermediate container ce9587ee71dd 04:36:27 ---> dacf4464d809 04:36:27 Step 7/29 : COPY . . 04:36:27 Removing intermediate container 7cd895ba9867 04:36:27 ---> c3ccefebe5c0 04:36:27 Step 21/21 : LABEL version=0.0.0 04:36:30 Removing intermediate container ad9986dad7cf 04:36:30 ---> 537a490adafc 04:36:30 Step 20/20 : LABEL version=0.0.0 04:36:30 ---> Running in 3444be6d4d89 04:36:30 ---> Running in a2cad7fd5eeb 04:36:32 ---> Running in 9bd37a02f492 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 30.715s coverage: 86.3% of statements 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.997s coverage: 72.2% of statements 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.508s coverage: 72.1% of statements 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.044s coverage: 82.4% of statements 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.020s coverage: 48.4% of statements 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.057s coverage: 28.8% of statements 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.058s coverage: 96.8% of statements 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.153s coverage: 26.9% of statements 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.294s coverage: 84.1% of statements 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.064s coverage: 100.0% of statements 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.047s coverage: 42.9% of statements 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.016s coverage: 100.0% of statements 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.040s coverage: 83.8% of statements 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.108s coverage: 46.1% of statements 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.039s coverage: 100.0% of statements 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.243s coverage: 29.1% of statements 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/system 0.064s coverage: 0.0% of statements 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.016s coverage: 100.0% of statements 04:36:34 Removing intermediate container 3444be6d4d89 04:36:34 ---> 3ae6182ff676 04:36:34 Step 24/26 : LABEL arch=x86_64 04:36:34 Removing intermediate container a2cad7fd5eeb 04:36:34 ---> 01b6ec164470 04:36:34 04:36:35 Successfully built 01b6ec164470 04:36:35 ---> 553e9b63be78 04:36:35 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:36:35 Successfully tagged docker-core-command-go:latest 04:36:35 Building docker-core-metadata-go 04:36:35  Building docker-core-command-go ... done Removing intermediate container 9bd37a02f492 04:36:35 ---> b961be65fdc8 04:36:35 04:36:35 ---> Running in a2708254d2d7 04:36:35 ---> Running in 365c3399485f 04:36:35 Successfully built b961be65fdc8 04:36:35 Successfully tagged docker-support-scheduler-go:latest 04:36:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.020s coverage: 32.1% of statements 04:36:36  Building docker-support-scheduler-go ... done Removing intermediate container a2708254d2d7 04:36:36 ---> 7e3a25ce14c5 04:36:36 Step 25/26 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a 04:36:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 100.0% of statements 04:36:37 GO111MODULE=on go vet ./... 04:36:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:36:43 ---> Running in 2acc5de12509 04:36:43 Removing intermediate container 2acc5de12509 04:36:43 ---> ea49067b088d 04:36:43 Step 26/26 : LABEL version=0.0.0 04:36:44 ---> Running in 3049c3c507cb 04:36:45 Removing intermediate container 3049c3c507cb 04:36:45 ---> 6ad5bfa5a4e1 04:36:45 04:36:45 Successfully built 6ad5bfa5a4e1 04:36:45 Successfully tagged docker-sys-mgmt-agent-go:latest 04:36:48  Building docker-sys-mgmt-agent-go ... done  ---> aa90cde284e7 04:36:48 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:36:49 ---> Running in 7fbb9c8850d6 04:36:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:36:53 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:53 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:36:53 ---> 9b0d7bb01e6a 04:36:53 Step 3/21 : WORKDIR /edgex-go 04:36:53 ---> Using cache 04:36:53 ---> 67da5a69fbde 04:36:53 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:53 ---> Using cache 04:36:53 ---> fcd9606dd4f6 04:36:53 Step 5/21 : RUN apk update && apk add make git 04:36:53 ---> Using cache 04:36:53 ---> a0e40cbd57a3 04:36:53 Step 6/21 : COPY go.mod . 04:36:53 ---> Using cache 04:36:53 ---> cb620d1656e9 04:36:53 Step 7/21 : RUN go mod download 04:36:53 ---> Using cache 04:36:53 ---> 82cfc748dbff 04:36:53 Step 8/21 : COPY . . 04:36:53 ---> Using cache 04:36:53 ---> 695c49e9c2a6 04:36:53 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:36:55 ---> Running in 55285d6b4abc 04:36:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:36:56 gofmt -l . 04:36:59 [ "`gofmt -l .`" = "" ] 04:37:02 ./bin/test-go-mod-tidy.sh 04:37:03 ./bin/test-attribution-txt.sh 04:37:04 Removing intermediate container 365c3399485f 04:37:04 ---> dca299d1f0a9 04:37:04 04:37:04 Step 10/23 : FROM scratch 04:37:04 ---> 04:37:04 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:37:04 ---> Using cache 04:37:04 ---> 28db4e5663df 04:37:04 Step 12/23 : ENV APP_PORT=48060 04:37:04 ---> Running in 3e8567588197 04:37:04 Removing intermediate container 3e8567588197 04:37:04 ---> bbfb8b570be9 04:37:04 Step 13/23 : EXPOSE $APP_PORT 04:37:04 ---> Running in 77772b56d035 04:37:04 Removing intermediate container 77772b56d035 04:37:04 ---> 8f121fff2e98 04:37:04 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:37:05 ---> 853b5b1f924d 04:37:05 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [Pipeline] sh 04:37:06 ---> 10ae4ecf54fa 04:37:06 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:37:07 + ls -al . 04:37:07 total 588 04:37:07 drwxrwxr-x 10 1001 1001 4096 Aug 1 04:37 . 04:37:07 drwxr-xr-x 4 root root 4096 Aug 1 04:34 .. 04:37:07 -rw-rw-r-- 1 1001 1001 11 Aug 1 04:32 .dockerignore 04:37:07 drwxrwxr-x 8 1001 1001 4096 Aug 1 04:32 .git 04:37:07 drwxrwxr-x 3 1001 1001 4096 Aug 1 04:32 .github 04:37:07 -rw-rw-r-- 1 1001 1001 932 Aug 1 04:32 .gitignore 04:37:07 drwxrwxr-x 3 1001 1001 4096 Aug 1 04:33 .semver 04:37:07 -rw-rw-r-- 1 1001 1001 166 Aug 1 04:32 .sonarcloud.properties 04:37:07 -rw-rw-r-- 1 1001 1001 3804 Aug 1 04:32 CONTRIBUTING.md 04:37:07 -rw-rw-r-- 1 1001 1001 1035 Aug 1 04:32 Dockerfile.build 04:37:07 -rw-rw-r-- 1 1001 1001 865 Aug 1 04:32 Jenkinsfile 04:37:07 -rw-rw-r-- 1 1001 1001 10775 Aug 1 04:32 LICENSE 04:37:07 -rw-rw-r-- 1 1001 1001 6237 Aug 1 04:32 Makefile 04:37:07 -rw-rw-r-- 1 1001 1001 5652 Aug 1 04:32 README.md 04:37:07 -rw-rw-r-- 1 1001 1001 7111 Aug 1 04:32 SECURITY.md 04:37:07 -rw-rw-r-- 1 1001 1001 5 Aug 1 04:30 VERSION 04:37:07 -rw-rw-r-- 1 1001 1001 4131 Aug 1 04:32 ZMQWindows.md 04:37:07 drwxrwxr-x 2 1001 1001 4096 Aug 1 04:32 bin 04:37:07 drwxrwxr-x 15 1001 1001 4096 Aug 1 04:32 cmd 04:37:07 -rw-r--r-- 1 root root 455803 Aug 1 04:36 coverage.out 04:37:07 -rw-r--r-- 1 root root 1019 Aug 1 04:37 go.mod 04:37:07 -rw-r--r-- 1 root root 18146 Aug 1 04:37 go.sum 04:37:07 drwxrwxr-x 8 1001 1001 4096 Aug 1 04:32 internal 04:37:07 drwxrwxr-x 4 1001 1001 4096 Aug 1 04:32 openapi 04:37:07 drwxrwxr-x 4 1001 1001 4096 Aug 1 04:32 snap 04:37:07 -rw-rw-r-- 1 1001 1001 168 Aug 1 04:32 version.go [Pipeline] sh 04:37:07 + '[' -e coverage.out ] 04:37:07 + chown 1001:1001 coverage.out [Pipeline] stash 04:37:08 Warning: overwriting stash ‘coverage-report’ 04:37:09 Stashed 1 file(s) [Pipeline] sh 04:37:09 ---> e72f7809a5eb 04:37:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:37:09 Removing intermediate container 7fbb9c8850d6 04:37:09 ---> 79fa70ed5c35 04:37:09 04:37:09 Step 9/29 : FROM alpine:latest 04:37:09 ---> a24bb4013296 04:37:09 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:37:09 ---> Running in d471dcfd7c72 04:37:09 + make build 04:37:09 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:37:10 ---> 1fff093bae92 04:37:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:37:10 Removing intermediate container d471dcfd7c72 04:37:10 ---> 624e08c8369e 04:37:10 Step 11/29 : USER root 04:37:10 ---> Running in 2bc001cdf5c5 04:37:10 Removing intermediate container 2bc001cdf5c5 04:37:10 ---> c4fb9e9b81a2 04:37:10 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:37:10 ---> Running in 8daa9075b437 04:37:10 ---> 738f23d5e05a 04:37:10 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:37:11 ---> 7203f8c833ed 04:37:11 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:11 ---> Running in fa3a7ba172fb 04:37:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:11 Removing intermediate container fa3a7ba172fb 04:37:11 ---> 80023f60db58 04:37:11 Step 21/23 : LABEL arch=x86_64 04:37:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:11 ---> Running in a866efbd1a92 04:37:11 Removing intermediate container a866efbd1a92 04:37:11 ---> 0831ed00e2d2 04:37:11 Step 22/23 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a 04:37:11 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:37:11 v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:37:11 OK: 12749 distinct packages available 04:37:11 ---> Running in 2a5ed05708ef 04:37:12 (1/2) Installing ca-certificates (20191127-r4) 04:37:12 (2/2) Installing dumb-init (1.2.2-r1) 04:37:12 Executing busybox-1.31.1-r16.trigger 04:37:12 Executing ca-certificates-20191127-r4.trigger 04:37:12 OK: 6 MiB in 16 packages 04:37:12 Removing intermediate container 2a5ed05708ef 04:37:12 ---> 1af5a0b7f29a 04:37:12 Step 23/23 : LABEL version=0.0.0 04:37:12 ---> Running in 87e42db0901a 04:37:12 Removing intermediate container 87e42db0901a 04:37:12 ---> 4990b0a4c069 04:37:12 04:37:13 Successfully built 4990b0a4c069 04:37:13 Successfully tagged docker-support-notifications-go:latest 04:37:14  Building docker-support-notifications-go ... done Removing intermediate container 8daa9075b437 04:37:14 ---> 1f49f1479430 04:37:14 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:37:14 ---> Running in 7c848c098ad3 04:37:14 Removing intermediate container 7c848c098ad3 04:37:14 ---> aa91631c80b8 04:37:14 Step 14/29 : WORKDIR $BASE_DIR 04:37:14 ---> Running in eeb107a08dde 04:37:16 Removing intermediate container 55285d6b4abc 04:37:16 ---> b31065e175b7 04:37:16 04:37:16 Step 10/21 : FROM scratch 04:37:16 ---> 04:37:16 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:16 Removing intermediate container eeb107a08dde 04:37:16 ---> 8fd485e530ec 04:37:16 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:37:16 ---> Using cache 04:37:16 ---> bba8ed0c0c84 04:37:16 Step 12/21 : ENV APP_PORT=48081 04:37:16 ---> Running in 58ce44b470f5 04:37:16 ---> Running in 0f2d91c75743 04:37:16 Removing intermediate container 0f2d91c75743 04:37:16 ---> 8735db57b396 04:37:16 Step 13/21 : EXPOSE $APP_PORT 04:37:16 ---> Running in 16cc3b011694 04:37:16 Removing intermediate container 16cc3b011694 04:37:16 ---> 795c488fe94d 04:37:16 Step 14/21 : WORKDIR / 04:37:16 ---> Running in 5d7b4cead3c6 04:37:16 Removing intermediate container 5d7b4cead3c6 04:37:16 ---> 922b392ee178 04:37:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:37:17 ---> 69065b87fa72 04:37:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:37:17 Removing intermediate container 58ce44b470f5 04:37:17 ---> 2b8099cd34ef 04:37:17 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:37:17 ---> 0e7b152cae86 04:37:17 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:37:17 ---> 507cb143806e 04:37:17 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:37:18 ---> a2196d343b03 04:37:18 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:37:18 ---> 2b5356ba8267 04:37:18 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:18 ---> Running in e7e1fcfdddc5 04:37:18 ---> 40242a7f29c0 04:37:18 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:37:18 Removing intermediate container e7e1fcfdddc5 04:37:18 ---> 642b54f0d680 04:37:18 Step 19/21 : LABEL arch=x86_64 04:37:18 ---> Running in 58be2370d204 04:37:18 ---> 0c79bc177fbd 04:37:18 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:37:18 Removing intermediate container 58be2370d204 04:37:18 ---> b69fa16c0e3e 04:37:18 Step 20/21 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a 04:37:18 ---> Running in fb976fab3644 04:37:19 ---> bb226d471925 04:37:19 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:37:19 Removing intermediate container fb976fab3644 04:37:19 ---> 65d4e1f6af69 04:37:19 Step 21/21 : LABEL version=0.0.0 04:37:20 ---> Running in 8b2230e2ff82 04:37:20 ---> Running in ee46be9f096a 04:37:20 Removing intermediate container 8b2230e2ff82 04:37:20 ---> fe6631fa984d 04:37:20 04:37:20 Successfully built fe6631fa984d 04:37:20 Successfully tagged docker-core-metadata-go:latest 04:37:21  Building docker-core-metadata-go ... done Removing intermediate container ee46be9f096a 04:37:21 ---> 20b9dd91f641 04:37:21 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:37:21 ---> dc23b5d857de 04:37:21 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:37:21 ---> Running in 5074b009e1bb 04:37:22 Removing intermediate container 5074b009e1bb 04:37:22 ---> 7b72a686796a 04:37:22 Step 24/29 : RUN chmod 755 security-secrets-setup 04:37:22 ---> Running in 640a9fc1cc13 04:37:23 Removing intermediate container 640a9fc1cc13 04:37:23 ---> 9fdd3e866058 04:37:23 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:37:23 ---> Running in 9b9e62fd4656 04:37:23 Removing intermediate container 9b9e62fd4656 04:37:23 ---> b36053a3f809 04:37:23 Step 26/29 : CMD [ "generate" ] 04:37:23 ---> Running in 23445853fa93 04:37:23 Removing intermediate container 23445853fa93 04:37:23 ---> 186e4f949c75 04:37:23 Step 27/29 : LABEL arch=x86_64 04:37:23 ---> Running in 6fe3db337574 04:37:23 Removing intermediate container 6fe3db337574 04:37:23 ---> 47d5e6907a16 04:37:23 Step 28/29 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a 04:37:24 ---> Running in 1d38c76f7257 04:37:24 Removing intermediate container 1d38c76f7257 04:37:24 ---> db970b95c260 04:37:24 Step 29/29 : LABEL version=0.0.0 04:37:24 ---> Running in 4a3c2e22c7d8 04:37:24 Removing intermediate container 4a3c2e22c7d8 04:37:24 ---> 7a29c6fc5bac 04:37:24 04:37:24 Successfully built 7a29c6fc5bac 04:37:24 Successfully tagged docker-security-secrets-setup-go:latest 04:37:25  Building docker-security-secrets-setup-go ... done  [Pipeline] } 04:37:25 $ docker stop --time=1 3b2086fe1673c327d0c7c25efdb970f6ebef59df4dc7c1903471c96f1f8c3074 04:37:27 $ docker rm -f 3b2086fe1673c327d0c7c25efdb970f6ebef59df4dc7c1903471c96f1f8c3074 [Pipeline] // withDockerContainer [Pipeline] sh 04:37:27 + docker images 04:37:27 + grep docker 04:37:27 docker-security-secrets-setup-go latest 7a29c6fc5bac 3 seconds ago 25.1MB 04:37:27 docker-core-metadata-go latest fe6631fa984d 7 seconds ago 14.4MB 04:37:27 docker-support-notifications-go latest 4990b0a4c069 15 seconds ago 14.4MB 04:37:27 docker-sys-mgmt-agent-go latest 6ad5bfa5a4e1 43 seconds ago 284MB 04:37:27 docker-support-scheduler-go latest b961be65fdc8 53 seconds ago 13.1MB 04:37:27 docker-core-command-go latest 01b6ec164470 56 seconds ago 13MB 04:37:27 docker-security-secretstore-setup-go latest 535b28f40cac About a minute ago 33.9MB 04:37:27 docker-core-data-go latest c9f1e47b44bf About a minute ago 23.8MB 04:37:27 docker-support-logging-go latest 9c97d3f19f28 2 minutes ago 11.8MB 04:37:27 docker-security-proxy-setup-go latest 9b22c413e7b2 2 minutes ago 16.4MB 04:37:27 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:37:32 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:44 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: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:37:55 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:38:03 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:38:04 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:38:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:38:17 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:38:22 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:38:28 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:38:34 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:38:38 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:38:44 $ docker stop --time=1 1136cbef4e6b9f1c522ecec9585de861eace1b15360495c58da6a1977f8cc82e 04:38:46 $ docker rm -f 1136cbef4e6b9f1c522ecec9585de861eace1b15360495c58da6a1977f8cc82e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:38:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:38:48 04:38:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:38:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:38:49 latest: Pulling from edgex-devops/edgex-compose-arm64 04:38:49 29e5d40040c1: Pulling fs layer 04:38:49 1ce36da41761: Pulling fs layer 04:38:49 25b303627fd3: Pulling fs layer 04:38:49 29e5d40040c1: Download complete 04:38:50 29e5d40040c1: Pull complete 04:38:50 1ce36da41761: Verifying Checksum 04:38:50 1ce36da41761: Download complete 04:38:51 1ce36da41761: Pull complete 04:38:51 25b303627fd3: Verifying Checksum 04:38:51 25b303627fd3: Download complete 04:39:01 25b303627fd3: Pull complete 04:39:01 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:39:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:39:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:39:01 prd-ubuntu18.04-docker-arm64-4c-16g-1763 does not seem to be running inside a container 04:39:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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:39:05 $ docker top b3da8ee70d89bf6ab1925a8d43249db8636e9c400ba6f7fa6dbc47ff2a23ee7c -eo pid,comm [Pipeline] { [Pipeline] sh 04:39:07 + docker-compose build --help 04:39:07 + grep parallel 04:39:12 --parallel Build images in parallel. [Pipeline] } 04:39:12 $ docker stop --time=1 b3da8ee70d89bf6ab1925a8d43249db8636e9c400ba6f7fa6dbc47ff2a23ee7c 04:39:14 $ docker rm -f b3da8ee70d89bf6ab1925a8d43249db8636e9c400ba6f7fa6dbc47ff2a23ee7c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:39:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:39:15 . [Pipeline] withDockerContainer 04:39:15 prd-ubuntu18.04-docker-arm64-4c-16g-1763 does not seem to be running inside a container 04:39:15 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:39:17 $ docker top 730c607e32a0cbd72a2192798ddbbff0a1c32f2efe82609d56ed7d89d24d079e -eo pid,comm [Pipeline] { [Pipeline] sh 04:39:18 + docker-compose -f ./docker-compose-build.yml build --parallel 04:39:23 Building docker-core-command-go ... 04:39:23 Building docker-core-data-go ... 04:39:23 Building docker-core-metadata-go ... 04:39:23 Building docker-security-proxy-setup-go ... 04:39:23 Building docker-security-secrets-setup-go ... 04:39:23 Building docker-security-secretstore-setup-go ... 04:39:23 Building docker-support-logging-go ... 04:39:23 Building docker-support-notifications-go ... 04:39:23 Building docker-support-scheduler-go ... 04:39:23 Building docker-sys-mgmt-agent-go ... 04:39:23 Building docker-security-proxy-setup-go 04:39:23 Building docker-support-logging-go 04:39:23 Building docker-sys-mgmt-agent-go 04:39:23 Building docker-security-secretstore-setup-go 04:39:23 Building docker-core-data-go 04:41:15 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:41:15 ---> f403898bebd1 04:41:15 Step 3/21 : WORKDIR /edgex-go 04:41:15 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:15 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:41:15 ---> f403898bebd1 04:41:15 Step 3/26 : WORKDIR /edgex-go 04:41:15 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:15 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:41:15 ---> f403898bebd1 04:41:15 Step 3/26 : WORKDIR /edgex-go 04:41:15 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:15 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:41:15 ---> f403898bebd1 04:41:15 Step 3/20 : WORKDIR /edgex-go 04:41:15 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:41:15 ---> f403898bebd1 04:41:15 Step 3/22 : WORKDIR /edgex-go 04:41:15 ---> Running in b7e201453141 04:41:15 ---> Running in aa4fbaff696c 04:41:15 ---> Running in 2bcb2ff9d7bc 04:41:15 ---> Running in 7993835fe2d1 04:41:15 ---> Running in 3f099bd89238 04:41:15 Removing intermediate container 7993835fe2d1 04:41:15 ---> 0d9b8be8f128 04:41:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:15 Removing intermediate container 2bcb2ff9d7bc 04:41:15 ---> 8c27a1eb5783 04:41:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:15 Removing intermediate container aa4fbaff696c 04:41:15 ---> 2fd042b6ba08 04:41:15 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:15 Removing intermediate container 3f099bd89238 04:41:15 ---> 81334a169148 04:41:15 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:15 ---> Running in 046e64bdf4a1 04:41:15 Removing intermediate container b7e201453141 04:41:15 ---> 6d3137128914 04:41:15 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:15 ---> Running in d41c5925daf4 04:41:15 ---> Running in b65910416d02 04:41:15 ---> Running in 02f157a541bf 04:41:15 ---> Running in b8c9c87a7447 04:41:15 Removing intermediate container 046e64bdf4a1 04:41:15 ---> 5961f1a2a13a 04:41:15 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:41:15 ---> Running in dde3d257f127 04:41:15 Removing intermediate container b65910416d02 04:41:15 ---> 9bdb9f698370 04:41:15 Step 5/26 : RUN apk update && apk add make git 04:41:15 Removing intermediate container 02f157a541bf 04:41:15 ---> bdeffa69e23a 04:41:15 Step 5/20 : RUN apk update && apk add make git 04:41:15 ---> Running in 794bf1e9a2ca 04:41:15 ---> Running in 36124a95d466 04:41:15 Removing intermediate container d41c5925daf4 04:41:15 ---> a907f876d94e 04:41:15 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:41:15 Removing intermediate container b8c9c87a7447 04:41:15 ---> 1926a18f1ef7 04:41:15 Step 5/26 : RUN apk update && apk add make bash git 04:41:15 ---> Running in f181d4c0128e 04:41:15 ---> Running in cc412b8438cb 04:41:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:17 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:17 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:17 OK: 12620 distinct packages available 04:41:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:18 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:18 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:18 OK: 12620 distinct packages available 04:41:18 OK: 217 MiB in 51 packages 04:41:19 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:19 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:19 OK: 12620 distinct packages available 04:41:19 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:19 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:19 OK: 12620 distinct packages available 04:41:19 OK: 217 MiB in 51 packages 04:41:19 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:19 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:19 OK: 12620 distinct packages available 04:41:20 OK: 217 MiB in 51 packages 04:41:20 OK: 217 MiB in 51 packages 04:41:20 OK: 217 MiB in 51 packages 04:41:20 OK: 217 MiB in 51 packages 04:41:21 Removing intermediate container 794bf1e9a2ca 04:41:21 ---> cc9779dd69bb 04:41:21 Step 6/26 : COPY go.mod . 04:41:22 Removing intermediate container dde3d257f127 04:41:22 ---> 2bc52149f1db 04:41:22 Step 6/21 : COPY go.mod . 04:41:22 Removing intermediate container 36124a95d466 04:41:22 Removing intermediate container f181d4c0128e 04:41:22 ---> 10387de2612f 04:41:22 ---> ab015de4f6cd 04:41:22 Step 6/26 : COPY go.mod . 04:41:22 Step 6/20 : COPY go.mod . 04:41:22 ---> fdd1fda6c9d6 04:41:22 Step 7/26 : RUN go mod download 04:41:22 Removing intermediate container cc412b8438cb 04:41:22 ---> 04bad8318e6c 04:41:22 Step 6/22 : COPY go.mod . 04:41:22 ---> Running in 2e7992475f3a 04:41:23 ---> 01ca6b15788f 04:41:23 Step 7/21 : RUN go mod download 04:41:23 ---> Running in a5cb47b3f043 04:41:23 ---> db9d9c293e46 04:41:23 Step 7/26 : RUN go mod download 04:41:23 ---> 999f61566043 04:41:23 Step 7/20 : RUN go mod download 04:41:23 ---> Running in 85db9cc3e59c 04:41:23 ---> Running in 5dd31ad29942 04:41:23 ---> 901d2d6d25f0 04:41:23 Step 7/22 : RUN go mod download 04:41:24 ---> Running in a29ff2f41d30 04:41:26 Removing intermediate container 2e7992475f3a 04:41:26 ---> f30a77a3971f 04:41:26 Step 8/26 : COPY . . 04:41:28 Removing intermediate container a5cb47b3f043 04:41:28 ---> 94dbfddd5a31 04:41:28 Step 8/21 : COPY . . 04:41:29 Removing intermediate container 5dd31ad29942 04:41:29 ---> 62d0b0ec0e42 04:41:29 Step 8/20 : COPY . . 04:41:29 Removing intermediate container 85db9cc3e59c 04:41:29 ---> 52291da3c549 04:41:29 Step 8/26 : COPY . . 04:41:29 Removing intermediate container a29ff2f41d30 04:41:29 ---> dc10653e0b15 04:41:29 Step 8/22 : COPY . . 04:42:02 ---> 56d42160c725 04:42:02 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:42:02 ---> f190118d7c31 04:42:02 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:42:02 ---> 342f015a5d6f 04:42:02 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:42:02 ---> 48ab6e47f0d3 04:42:02 Step 9/21 : RUN make cmd/support-logging/support-logging 04:42:02 ---> 6fb244ebb243 04:42:02 Step 9/22 : RUN make cmd/core-data/core-data 04:42:02 ---> Running in 4166f7582cab 04:42:02 ---> Running in 57b98e67c58d 04:42:02 ---> Running in b0724e503155 04:42:02 ---> Running in ff9e704fb3c8 04:42:02 ---> Running in 7023d038a72b 04:42:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:42:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:42:05 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:42:05 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:42:05 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:43:42 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:43:53 Removing intermediate container ff9e704fb3c8 04:43:53 ---> a1133cfeee48 04:43:53 04:43:53 Step 10/20 : FROM alpine 04:43:53 latest: Pulling from library/alpine 04:43:53 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:43:53 Status: Downloaded newer image for alpine:latest 04:43:53 ---> 62ee0e9f8440 04:43:53 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:43:53 ---> Running in 7935c2cfaa67 04:43:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:55 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:43:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:56 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:43:56 v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:43:56 OK: 12620 distinct packages available 04:43:57 (1/4) Installing ca-certificates (20191127-r4) 04:43:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:43:57 (3/4) Installing libcurl (7.69.1-r0) 04:43:57 (4/4) Installing curl (7.69.1-r0) 04:43:57 Executing busybox-1.31.1-r16.trigger 04:43:57 Executing ca-certificates-20191127-r4.trigger 04:43:57 OK: 7 MiB in 18 packages 04:44:00 Removing intermediate container 57b98e67c58d 04:44:00 ---> ac7edaf34dfd 04:44:00 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:44:00 ---> Running in 1926c2a1463c 04:44:02 Removing intermediate container 7935c2cfaa67 04:44:02 ---> 004625f863a9 04:44:02 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:44:03 ---> Running in 5b37d83c6b78 04:44:03 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:44:05 Removing intermediate container 5b37d83c6b78 04:44:05 ---> ec5eae391542 04:44:05 Step 13/20 : WORKDIR /edgex 04:44:05 ---> Running in aa3c5b11fc91 04:44:05 Removing intermediate container 7023d038a72b 04:44:05 ---> babc8839c73a 04:44:05 04:44:05 Step 10/21 : FROM scratch 04:44:05 ---> 04:44:05 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:44:06 ---> Running in 11b93d201dd9 04:44:06 Removing intermediate container aa3c5b11fc91 04:44:06 ---> 60126a2dbeab 04:44:06 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:44:07 Removing intermediate container 11b93d201dd9 04:44:07 ---> 8850995c433d 04:44:07 Step 12/21 : ENV APP_PORT=48061 04:44:08 ---> Running in ef4b12aedbf0 04:44:08 ---> 7e5f3995c7a1 04:44:08 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:44:09 Removing intermediate container ef4b12aedbf0 04:44:09 ---> 277bfa47dd19 04:44:09 Step 13/21 : EXPOSE $APP_PORT 04:44:09 ---> Running in c6dc35546976 04:44:10 Removing intermediate container 4166f7582cab 04:44:10 ---> 9e701bb23bde 04:44:10 04:44:10 Step 10/26 : FROM alpine:3.10 04:44:10 Removing intermediate container 1926c2a1463c 04:44:10 ---> 40fd5aa70d98 04:44:10 04:44:10 Step 11/26 : FROM docker:latest 04:44:10 ---> ce9d55ae87f1 04:44:10 Step 12/26 : RUN apk add --no-cache bash 04:44:10 3.10: Pulling from library/alpine 04:44:11 ---> d83738b7a81e 04:44:11 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:44:11 Removing intermediate container c6dc35546976 04:44:11 ---> adca242cc7b2 04:44:11 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:44:11 ---> Running in 80ed98bb406e 04:44:11 ---> Running in c13eb372ffa9 04:44:12 Removing intermediate container c13eb372ffa9 04:44:12 ---> 1febe66f9749 04:44:12 Step 17/20 : CMD ["--init=true"] 04:44:13 ---> a6d75e37d93d 04:44:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:44:13 ---> Running in c7469592229d 04:44:13 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:44:13 Status: Downloaded newer image for alpine:3.10 04:44:13 ---> 536a684cf733 04:44:13 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:44:13 ---> Running in b98ef4248053 04:44:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:13 Removing intermediate container c7469592229d 04:44:13 ---> f7f4a61802c9 04:44:13 Step 18/20 : LABEL arch=arm64 04:44:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:14 ---> Running in bbf7ac32aa15 04:44:14 ---> 19c5dccc52ea 04:44:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:44:15 (1/2) Installing readline (8.0.4-r0) 04:44:15 (2/2) Installing bash (5.0.17-r0) 04:44:15 Executing bash-5.0.17-r0.post-install 04:44:15 Executing busybox-1.31.1-r16.trigger 04:44:15 OK: 12 MiB in 22 packages 04:44:15 Removing intermediate container bbf7ac32aa15 04:44:15 ---> 5ff44df47acb 04:44:15 Step 19/20 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a 04:44:15 ---> Running in e6430dd8c939 04:44:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:44:16 Removing intermediate container e6430dd8c939 04:44:16 ---> 6c98bd013b9b 04:44:16 Step 20/20 : LABEL version=0.0.0 04:44:16 ---> 7e9182ddceda 04:44:16 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:44:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:44:17 ---> Running in f859f3077d3c 04:44:17 Removing intermediate container 80ed98bb406e 04:44:17 ---> cbbbd787fd30 04:44:17 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:44:17 ---> Running in 5e79545c2b9a 04:44:17 v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:44:17 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:44:17 OK: 10167 distinct packages available 04:44:18 Removing intermediate container f859f3077d3c 04:44:18 ---> c91930b24e33 04:44:18 04:44:18 (1/5) Installing ca-certificates (20191127-r2) 04:44:18 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:44:18 (3/5) Installing libcurl (7.66.0-r0) 04:44:18 (4/5) Installing curl (7.66.0-r0) 04:44:18 (5/5) Installing dumb-init (1.2.2-r1) 04:44:18 Executing busybox-1.30.1-r3.trigger 04:44:18 Executing ca-certificates-20191127-r2.trigger 04:44:18 Successfully built c91930b24e33 04:44:18 ---> ef027aa229df 04:44:18 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:44:18 OK: 7 MiB in 19 packages 04:44:18 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:44:18  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 04:44:19 ---> Running in cd9d97301ea3 04:44:20 Removing intermediate container cd9d97301ea3 04:44:20 ---> 0ca638b8201e 04:44:20 Step 19/21 : LABEL arch=arm64 04:44:20 ---> Running in 452ecfb51180 04:44:22 Removing intermediate container 452ecfb51180 04:44:22 ---> 21228c4fcb9c 04:44:22 Step 20/21 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a 04:44:22 Removing intermediate container b98ef4248053 04:44:22 ---> a9b2331e4b1e 04:44:22 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:44:23 Removing intermediate container 5e79545c2b9a 04:44:23 ---> cbead0af3f11 04:44:23 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:44:23 ---> Running in ec5980f70682 04:44:23 ---> Running in 0f8cd2f49a12 04:44:23 ---> Running in c308d3d3426d 04:44:24 Removing intermediate container ec5980f70682 04:44:24 ---> 1fa1c49887d8 04:44:24 Step 13/26 : WORKDIR / 04:44:24 Removing intermediate container 0f8cd2f49a12 04:44:24 ---> a5640d459bea 04:44:24 Step 21/21 : LABEL version=0.0.0 04:44:25 Removing intermediate container c308d3d3426d 04:44:25 ---> 16e5be61ff5b 04:44:25 Step 15/26 : ENV APP_PORT=48090 04:44:25 ---> Running in 788287b50b9f 04:44:25 ---> Running in 2982853dcce9 04:44:26 ---> Running in c8651936e4c4 04:44:27 Removing intermediate container 2982853dcce9 04:44:27 ---> 862d2c985534 04:44:27 04:44:27 Successfully built 862d2c985534 04:44:27 Successfully tagged docker-support-logging-go-arm64:latest 04:44:27  Building docker-support-logging-go ... done Building docker-core-command-go 04:44:27 Removing intermediate container 788287b50b9f 04:44:27 ---> 3e5507a73d5b 04:44:27 Removing intermediate container c8651936e4c4 04:44:27 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json ---> 0ce2634a1d5d 04:44:27 Step 16/26 : EXPOSE $APP_PORT 04:44:27 04:44:28 ---> Running in 6e80d6a5f617 04:44:29 ---> 8d018d6d399d 04:44:29 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:44:30 Removing intermediate container 6e80d6a5f617 04:44:30 ---> cc1720bc95c9 04:44:30 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:44:31 ---> 2af657bfaae3 04:44:31 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:44:33 ---> fab9e19aaecc 04:44:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:44:33 Removing intermediate container b0724e503155 04:44:33 ---> cd8fdfd7069d 04:44:33 04:44:33 Step 10/22 : FROM alpine 04:44:33 ---> 62ee0e9f8440 04:44:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:44:34 ---> b6f0be678983 04:44:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:44:34 ---> Running in 766e3f90a2ab 04:44:35 ---> c92d3639f23d 04:44:35 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:44:37 ---> ccdbb5355bd3 04:44:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:44:37 Removing intermediate container 766e3f90a2ab 04:44:37 ---> 90c6e47d58b9 04:44:37 Step 12/22 : ENV APP_PORT=48080 04:44:38 ---> 8cd62e6e7932 04:44:38 Step 20/26 : RUN apk --no-cache add py-pip 04:44:39 ---> Running in 98f328b12f7a 04:44:39 ---> Running in aea1f424e756 04:44:40 ---> 105a2c0272a4 04:44:40 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:44:40 Removing intermediate container 98f328b12f7a 04:44:40 ---> 4480f45a9a8c 04:44:40 Step 13/22 : EXPOSE $APP_PORT 04:44:41 ---> Running in f5ef70d0071a 04:44:42 ---> b2b282c387ac 04:44:42 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:44:42 Removing intermediate container f5ef70d0071a 04:44:42 ---> a5ce9f5b9509 04:44:43 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:43 ---> Running in 61d2cd740e5f 04:44:43 ---> 033a0d095d53 04:44:43 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:44:44 (1/33) Installing libbz2 (1.0.8-r1) 04:44:44 (2/33) Installing expat (2.2.9-r1) 04:44:44 (3/33) Installing libffi (3.3-r2) 04:44:44 (4/33) Installing gdbm (1.13-r1) 04:44:44 (5/33) Installing xz-libs (5.2.5-r0) 04:44:44 (6/33) Installing sqlite-libs (3.32.1-r0) 04:44:44 (7/33) Installing python3 (3.8.5-r0) 04:44:46 (8/33) Installing py3-appdirs (1.4.4-r1) 04:44:46 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:44:46 (10/33) Installing py3-parsing (2.4.7-r0) 04:44:46 (11/33) Installing py3-six (1.15.0-r0) 04:44:46 (12/33) Installing py3-packaging (20.4-r0) 04:44:46 (13/33) Installing py3-setuptools (47.0.0-r0) 04:44:46 (14/33) Installing py3-chardet (3.0.4-r4) 04:44:46 (15/33) Installing py3-idna (2.9-r0) 04:44:46 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:44:46 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:44:46 (18/33) Installing py3-requests (2.23.0-r0) 04:44:46 (19/33) Installing py3-msgpack (1.0.0-r0) 04:44:46 (20/33) Installing py3-lockfile (0.12.2-r3) 04:44:46 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:44:46 (22/33) Installing py3-colorama (0.4.3-r0) 04:44:46 ---> c03e23d247aa 04:44:46 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:44:46 (23/33) Installing py3-distlib (0.3.0-r0) 04:44:46 (24/33) Installing py3-distro (1.5.0-r1) 04:44:46 (25/33) Installing py3-webencodings (0.5.1-r3) 04:44:46 (26/33) Installing py3-html5lib (1.0.1-r4) 04:44:46 (27/33) Installing py3-pytoml (0.1.21-r0) 04:44:46 (28/33) Installing py3-pep517 (0.8.2-r0) 04:44:46 (29/33) Installing py3-progress (1.5-r0) 04:44:46 (30/33) Installing py3-toml (0.10.1-r0) 04:44:47 (31/33) Installing py3-retrying (1.3.3-r0) 04:44:47 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:44:47 (33/33) Installing py3-pip (20.1.1-r0) 04:44:47 Executing busybox-1.31.1-r16.trigger 04:44:47 OK: 71 MiB in 55 packages 04:44:47 ---> Running in 36fcc4b48124 04:44:48 Removing intermediate container 61d2cd740e5f 04:44:48 ---> 7abab39d56a3 04:44:48 Step 15/22 : RUN apk --no-cache add zeromq 04:44:49 ---> Running in a6fceaccec78 04:44:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:53 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:53 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:44:53 ---> f403898bebd1 04:44:53 Step 3/20 : WORKDIR /edgex-go 04:44:53 ---> Using cache 04:44:53 ---> 6d3137128914 04:44:53 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:53 ---> Using cache 04:44:53 ---> 1926a18f1ef7 04:44:53 Step 5/20 : RUN apk update && apk add make git 04:44:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:53 ---> Running in fbf15b3a876f 04:44:54 (1/5) Installing libgcc (9.3.0-r2) 04:44:54 (2/5) Installing libsodium (1.0.18-r0) 04:44:54 Removing intermediate container 36fcc4b48124 04:44:54 ---> 92de6aabd022 04:44:54 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:44:54 (3/5) Installing libstdc++ (9.3.0-r2) 04:44:54 (4/5) Installing libzmq (4.3.2-r0) 04:44:54 (5/5) Installing zeromq (4.3.2-r0) 04:44:54 Executing busybox-1.31.1-r16.trigger 04:44:54 OK: 8 MiB in 19 packages 04:44:55 ---> Running in 3a1d89ca704a 04:44:57 Removing intermediate container 3a1d89ca704a 04:44:57 ---> e0d1b913d259 04:44:57 Step 24/26 : LABEL arch=arm64 04:44:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:57 ---> Running in f6c9c5f0c1d9 04:44:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:58 Removing intermediate container a6fceaccec78 04:44:58 ---> 7321b12b895e 04:44:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:44:58 Removing intermediate container aea1f424e756 04:44:58 ---> ed0d23778ffd 04:44:58 Step 21/26 : RUN pip install docker-compose==1.23.2 04:44:59 Removing intermediate container f6c9c5f0c1d9 04:44:59 ---> 4c116a5e47cc 04:44:59 Step 25/26 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a 04:44:59 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:44:59 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:44:59 OK: 12620 distinct packages available 04:44:59 ---> Running in e338e49d7f35 04:45:00 ---> Running in 350978eeb18d 04:45:00 ---> 8cc19516a969 04:45:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:45:00 OK: 217 MiB in 51 packages 04:45:02 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:45:02 ---> f403898bebd1 04:45:02 Step 3/21 : WORKDIR /edgex-go 04:45:02 ---> Using cache 04:45:02 ---> 6d3137128914 04:45:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:02 ---> Using cache 04:45:02 ---> 1926a18f1ef7 04:45:02 Step 5/21 : RUN apk update && apk add make git 04:45:02 Removing intermediate container 350978eeb18d 04:45:02 ---> 0a396c95919b 04:45:02 Step 26/26 : LABEL version=0.0.0 04:45:02 ---> Running in 145b51053022 04:45:02 ---> Running in 2e85aaccc0cf 04:45:02 ---> cc30cb27e6d2 04:45:02 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:45:03 Removing intermediate container 2e85aaccc0cf 04:45:03 ---> bcb32152b83f 04:45:03 04:45:03 Removing intermediate container fbf15b3a876f 04:45:03 ---> 75411e0f60da 04:45:03 Step 6/20 : COPY go.mod . 04:45:04 ---> 8ffe924d8902 04:45:04 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:45:04 Successfully built bcb32152b83f 04:45:04 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:45:04  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 04:45:04 ---> Running in 00b78876880a 04:45:05 ---> c990dd4cadd1 04:45:05 Step 7/20 : RUN go mod download 04:45:05 ---> Running in a10f4ca85315 04:45:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:05 Removing intermediate container 00b78876880a 04:45:05 ---> 7907e576aa7a 04:45:05 Step 20/22 : LABEL arch=arm64 04:45:05 ---> Running in 98a69232a888 04:45:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:07 Removing intermediate container 98a69232a888 04:45:07 ---> 2bb651fbb04d 04:45:07 Step 21/22 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a 04:45:07 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:07 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:07 OK: 12620 distinct packages available 04:45:08 OK: 217 MiB in 51 packages 04:45:08 ---> Running in 97f463a41e75 04:45:09 Collecting docker-compose==1.23.2 04:45:09 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:45:10 Removing intermediate container 97f463a41e75 04:45:10 ---> 76b665d5f8e8 04:45:10 Step 22/22 : LABEL version=0.0.0 04:45:10 Collecting docopt<0.7,>=0.6.1 04:45:10 Downloading docopt-0.6.2.tar.gz (25 kB) 04:45:11 ---> Running in 2b53b98ddd2d 04:45:13 Removing intermediate container 2b53b98ddd2d 04:45:13 ---> 1fc7abefb366 04:45:13 04:45:13 Successfully built 1fc7abefb366 04:45:13 Successfully tagged docker-core-data-go-arm64:latest 04:45:13  Building docker-core-data-go ... done Building docker-core-metadata-go 04:45:13 Removing intermediate container a10f4ca85315 04:45:13 ---> e2cbbcbab6c5 04:45:13 Step 8/20 : COPY . . 04:45:13 Removing intermediate container 145b51053022 04:45:13 ---> c2339bbc657c 04:45:13 Step 6/21 : COPY go.mod . 04:45:14 Collecting websocket-client<1.0,>=0.32.0 04:45:14 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:45:15 ---> 394387cf63fc 04:45:15 Step 7/21 : RUN go mod download 04:45:16 Collecting cached-property<2,>=1.2.0 04:45:16 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:45:18 ---> Running in 0d307c992f18 04:45:19 Collecting PyYAML<4,>=3.10 04:45:19 Downloading PyYAML-3.13.tar.gz (270 kB) 04:45:24 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:45:24 Collecting dockerpty<0.5,>=0.4.1 04:45:24 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:45:28 Removing intermediate container 0d307c992f18 04:45:28 ---> e588c51d5e6f 04:45:28 Step 8/21 : COPY . . 04:45:28 Collecting texttable<0.10,>=0.9.0 04:45:28 Downloading texttable-0.9.1.tar.gz (11 kB) 04:45:32 Collecting jsonschema<3,>=2.5.1 04:45:32 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:45:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:45:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:45:34 Collecting docker<4.0,>=3.6.0 04:45:34 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:45:35 Collecting idna<2.8,>=2.5 04:45:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:45:36 Collecting urllib3<1.25,>=1.21.1 04:45:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:45:37 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:45:37 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:45:37 Collecting docker-pycreds>=0.4.0 04:45:37 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:45:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:45:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:45:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:45:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:45:39 Installing collected packages: docopt, websocket-client, cached-property, PyYAML, dockerpty, texttable, jsonschema, idna, urllib3, requests, docker-pycreds, docker, docker-compose 04:45:39 Running setup.py install for docopt: started 04:45:40 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:45:40 ---> f403898bebd1 04:45:40 Step 3/23 : WORKDIR /edgex-go 04:45:40 ---> Using cache 04:45:40 ---> 6d3137128914 04:45:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:40 ---> Using cache 04:45:40 ---> 1926a18f1ef7 04:45:40 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:45:42 Running setup.py install for docopt: finished with status 'done' 04:45:44 Running setup.py install for PyYAML: started 04:45:46 ---> Running in 1a3ff1d65ffb 04:45:46 ---> 973ac990bc4a 04:45:46 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:45:47 ---> Running in ac67fcd2e2ee 04:45:48 Running setup.py install for PyYAML: finished with status 'done' 04:45:48 Running setup.py install for dockerpty: started 04:45:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:45:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:50 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:45:50 ---> f403898bebd1 04:45:50 Step 3/21 : WORKDIR /edgex-go 04:45:50 ---> Using cache 04:45:50 ---> 6d3137128914 04:45:50 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:50 ---> Using cache 04:45:50 ---> 1926a18f1ef7 04:45:50 Step 5/21 : RUN apk update && apk add make git 04:45:50 ---> Using cache 04:45:50 ---> c2339bbc657c 04:45:50 Step 6/21 : COPY go.mod . 04:45:50 ---> Using cache 04:45:50 ---> 394387cf63fc 04:45:50 Step 7/21 : RUN go mod download 04:45:50 ---> Using cache 04:45:50 ---> e588c51d5e6f 04:45:50 Step 8/21 : COPY . . 04:45:51 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:51 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:51 OK: 12620 distinct packages available 04:45:51 Running setup.py install for dockerpty: finished with status 'done' 04:45:51 Running setup.py install for texttable: started 04:45:52 OK: 217 MiB in 51 packages 04:45:55 Running setup.py install for texttable: finished with status 'done' 04:45:55 Attempting uninstall: idna 04:45:55 Found existing installation: idna 2.9 04:45:55 Uninstalling idna-2.9: 04:45:55 Successfully uninstalled idna-2.9 04:45:56 Attempting uninstall: urllib3 04:45:56 Found existing installation: urllib3 1.25.9 04:45:56 Uninstalling urllib3-1.25.9: 04:45:56 Removing intermediate container 1a3ff1d65ffb 04:45:56 ---> 01214f6f3f0c 04:45:56 Step 6/23 : COPY go.mod . 04:45:57 Successfully uninstalled urllib3-1.25.9 04:45:58 Attempting uninstall: requests 04:45:58 Found existing installation: requests 2.23.0 04:45:58 Uninstalling requests-2.23.0: 04:45:58 Successfully uninstalled requests-2.23.0 04:45:59 ---> ed35a6c82ba5 04:45:59 Step 7/23 : RUN go mod download 04:45:59 ---> Running in e48152a9233f 04:46:01 ---> 6c0ace936cb4 04:46:01 Step 9/21 : RUN make cmd/core-command/core-command 04:46:01 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:46:02 ---> Running in f9630880733f 04:46:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:46:08 Removing intermediate container e48152a9233f 04:46:08 ---> 8dbbb1435702 04:46:08 Step 8/23 : COPY . . 04:46:12 Removing intermediate container e338e49d7f35 04:46:12 ---> 485c414b5153 04:46:12 Step 22/26 : RUN apk --no-cache add curl 04:46:12 ---> Running in b4c7f643c574 04:46:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:17 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:46:17 (2/3) Installing libcurl (7.69.1-r0) 04:46:17 (3/3) Installing curl (7.69.1-r0) 04:46:17 Executing busybox-1.31.1-r16.trigger 04:46:17 OK: 71 MiB in 58 packages 04:46:21 Removing intermediate container b4c7f643c574 04:46:21 ---> 4db42233da40 04:46:21 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:22 ---> Running in f26878b44263 04:46:24 Removing intermediate container f26878b44263 04:46:24 ---> f863e08ee1ce 04:46:24 Step 24/26 : LABEL arch=arm64 04:46:24 ---> Running in 4dfc4c04b725 04:46:26 Removing intermediate container 4dfc4c04b725 04:46:26 ---> 5cb4e2006c7c 04:46:26 Step 25/26 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a 04:46:26 ---> Running in 343493bca71e 04:46:28 Removing intermediate container 343493bca71e 04:46:28 ---> c8eca5074228 04:46:28 Step 26/26 : LABEL version=0.0.0 04:46:28 ---> Running in 69d4183d716b 04:46:30 Removing intermediate container 69d4183d716b 04:46:30 ---> 9ee5a5a600ff 04:46:30 04:46:31 ---> 005fda632e5c 04:46:31 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:46:31 Successfully built 9ee5a5a600ff 04:46:31 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:46:31  Building docker-sys-mgmt-agent-go ... done Building docker-security-secrets-setup-go 04:46:32 ---> Running in 654c6f35b070 04:46:35 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:46:51 ---> d33a51e0fccb 04:46:51 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:46:51 ---> Running in 283fcecc4cf6 04:46:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:47:07 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:47:07 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:47:07 ---> f403898bebd1 04:47:07 Step 3/29 : WORKDIR /edgex-go 04:47:07 ---> Using cache 04:47:07 ---> 6d3137128914 04:47:07 Step 4/29 : RUN apk update && apk add make git 04:47:08 ---> Running in 5176c1198c50 04:47:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:13 v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:47:13 v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] 04:47:13 OK: 12620 distinct packages available 04:47:14 OK: 217 MiB in 51 packages 04:47:16 Removing intermediate container 5176c1198c50 04:47:16 ---> 64e4d7f43fe4 04:47:16 Step 5/29 : COPY go.mod . 04:47:17 ---> c4f243d6febb 04:47:17 Step 6/29 : RUN go mod download 04:47:17 ---> Running in f191497f34dd 04:47:23 Removing intermediate container f191497f34dd 04:47:23 ---> 5596b773f710 04:47:23 Step 7/29 : COPY . . 04:47:56 ---> 77b7f8cda1ab 04:47:56 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:47:56 ---> Running in 5e0d24f8784f 04:47: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:48:03 Removing intermediate container ac67fcd2e2ee 04:48:03 ---> cafaa9639568 04:48:03 04:48:03 Step 10/20 : FROM scratch 04:48:03 ---> 04:48:03 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:48:03 ---> Running in 673877ba6691 04:48:03 Removing intermediate container 673877ba6691 04:48:03 ---> 29c39b26551c 04:48:03 Step 12/20 : ENV APP_PORT=48085 04:48:03 ---> Running in b716adaad33a 04:48:04 Removing intermediate container b716adaad33a 04:48:04 ---> b4a7770c204c 04:48:04 Step 13/20 : EXPOSE $APP_PORT 04:48:04 ---> Running in 47700b01eb8f 04:48:05 Removing intermediate container 47700b01eb8f 04:48:05 ---> 73246123466b 04:48:05 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:48:06 ---> 3017ff33738c 04:48:06 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:48:08 ---> 97ae415f6cf2 04:48:08 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:48:09 ---> 3b6181fcc392 04:48:09 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:09 ---> Running in f5930c19dddb 04:48:10 Removing intermediate container f5930c19dddb 04:48:10 ---> d60caa2bd6ae 04:48:10 Step 18/20 : LABEL arch=arm64 04:48:10 ---> Running in 6715c4b34547 04:48:11 Removing intermediate container 6715c4b34547 04:48:11 ---> 9389d86cf044 04:48:11 Step 19/20 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a 04:48:11 ---> Running in 4ff5c47fce00 04:48:12 Removing intermediate container 4ff5c47fce00 04:48:12 ---> 3d07c5dcd639 04:48:12 Step 20/20 : LABEL version=0.0.0 04:48:12 ---> Running in 02d379de3289 04:48:13 Removing intermediate container 02d379de3289 04:48:13 ---> 88821bb79f9e 04:48:13 04:48:13 Successfully built 88821bb79f9e 04:48:13 Successfully tagged docker-support-scheduler-go-arm64:latest 04:48:28  Building docker-support-scheduler-go ... done Removing intermediate container f9630880733f 04:48:28 ---> c9916884bdad 04:48:28 04:48:28 Step 10/21 : FROM scratch 04:48:28 ---> 04:48:28 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:48:28 ---> Using cache 04:48:28 ---> 29c39b26551c 04:48:28 Step 12/21 : ENV APP_PORT=48082 04:48:29 ---> Running in 7f9fcfb8e0fb 04:48:29 Removing intermediate container 7f9fcfb8e0fb 04:48:29 ---> b83d643eac7d 04:48:29 Step 13/21 : EXPOSE $APP_PORT 04:48:30 ---> Running in 22576feede76 04:48:30 Removing intermediate container 22576feede76 04:48:30 ---> 95982474c970 04:48:30 Step 14/21 : WORKDIR / 04:48:30 ---> Running in 06b2517e0f4e 04:48:31 Removing intermediate container 06b2517e0f4e 04:48:31 ---> df81cdc8b5df 04:48:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:48:33 ---> 696416e4f66a 04:48:33 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:48:35 ---> aa8113e71133 04:48:35 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:48:37 ---> 91052e510097 04:48:37 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:37 ---> Running in 24d0c19a6b05 04:48:37 Removing intermediate container 24d0c19a6b05 04:48:37 ---> 36922d71a067 04:48:37 Step 19/21 : LABEL arch=arm64 04:48:37 ---> Running in 66141caa5dfa 04:48:38 Removing intermediate container 66141caa5dfa 04:48:38 ---> bfec82616958 04:48:38 Step 20/21 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a 04:48:38 ---> Running in df3a6cb35a83 04:48:39 Removing intermediate container df3a6cb35a83 04:48:39 ---> d30b58dc6e13 04:48:39 Step 21/21 : LABEL version=0.0.0 04:48:39 ---> Running in 3d39f42c9b55 04:48:40 Removing intermediate container 3d39f42c9b55 04:48:40 ---> cee3d14d31ee 04:48:40 04:48:41 Successfully built cee3d14d31ee 04:48:41 Successfully tagged docker-core-command-go-arm64:latest 04:49:07  Building docker-core-command-go ... done Removing intermediate container 654c6f35b070 04:49:07 ---> 8d07159ebdbe 04:49:07 04:49:07 Step 10/21 : FROM scratch 04:49:07 ---> 04:49:07 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:49:07 ---> Using cache 04:49:07 ---> 29c39b26551c 04:49:07 Step 12/21 : ENV APP_PORT=48081 04:49:07 ---> Running in c5d2f7e4bb79 04:49:07 Removing intermediate container 283fcecc4cf6 04:49:07 ---> 80b322cb6b71 04:49:07 04:49:07 Step 10/23 : FROM scratch 04:49:07 ---> 04:49:07 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:49:07 ---> Using cache 04:49:07 ---> 8850995c433d 04:49:07 Step 12/23 : ENV APP_PORT=48060 04:49:07 ---> Running in 81dcea1c2511 04:49:07 Removing intermediate container c5d2f7e4bb79 04:49:07 ---> 9f537b4198bd 04:49:07 Step 13/21 : EXPOSE $APP_PORT 04:49:07 ---> Running in 23a98b566c97 04:49:07 Removing intermediate container 81dcea1c2511 04:49:07 ---> 271e19338205 04:49:07 Step 13/23 : EXPOSE $APP_PORT 04:49:07 ---> Running in 9d4bf0ac325f 04:49:07 Removing intermediate container 23a98b566c97 04:49:07 ---> 4e2c7684ac88 04:49:07 Step 14/21 : WORKDIR / 04:49:07 ---> Running in 732ac89411bf 04:49:07 Removing intermediate container 9d4bf0ac325f 04:49:07 ---> f7208bdd22f1 04:49:07 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:49:07 Removing intermediate container 732ac89411bf 04:49:07 ---> 5fc3f6166327 04:49:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:49:07 Removing intermediate container 5e0d24f8784f 04:49:07 ---> 710c4554d1a4 04:49:07 04:49:07 Step 9/29 : FROM alpine:latest 04:49:07 ---> 62ee0e9f8440 04:49:07 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:07 ---> Running in 6411661b9cf1 04:49:08 ---> 99076408a92f 04:49:08 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:49:08 ---> 3839103baa06 04:49:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:49:08 Removing intermediate container 6411661b9cf1 04:49:08 ---> e19470a53c36 04:49:08 Step 11/29 : USER root 04:49:08 ---> Running in 455f51dd4792 04:49:09 Removing intermediate container 455f51dd4792 04:49:09 ---> b3204997cd9d 04:49:09 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:49:09 ---> Running in 1d7a43565d47 04:49:09 ---> 9de4ddf4cc20 04:49:09 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:49:10 ---> ef7a81c965ac 04:49:10 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:49:11 ---> a6bbb5ddeba7 04:49:11 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:49:11 ---> Running in bfbbca786d72 04:49:11 ---> 0d446888e66f 04:49:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:49:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:12 Removing intermediate container bfbbca786d72 04:49:12 ---> d46dab279997 04:49:12 Step 19/21 : LABEL arch=arm64 04:49:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:12 ---> Running in b070a13cdd6c 04:49:12 ---> acc4add4fd70 04:49:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:49:12 Removing intermediate container b070a13cdd6c 04:49:12 ---> d0b4d73f1663 04:49:12 Step 20/21 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a 04:49:12 v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:49:12 v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:49:12 OK: 12620 distinct packages available 04:49:12 ---> Running in 9413472f59c5 04:49:13 Removing intermediate container 9413472f59c5 04:49:13 ---> f642eb91d741 04:49:13 Step 21/21 : LABEL version=0.0.0 04:49:13 (1/2) Installing ca-certificates (20191127-r4) 04:49:13 (2/2) Installing dumb-init (1.2.2-r1) 04:49:13 Executing busybox-1.31.1-r16.trigger 04:49:13 Executing ca-certificates-20191127-r4.trigger 04:49:13 ---> bae1b6b0d114 04:49:13 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:49:13 ---> Running in dd3b43e7e05b 04:49:14 OK: 6 MiB in 16 packages 04:49:14 Removing intermediate container dd3b43e7e05b 04:49:14 ---> 4e65f921bd31 04:49:14 04:49:15 ---> ca4cc858a00a 04:49:15 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:49:15 Successfully built 4e65f921bd31 04:49:15 Successfully tagged docker-core-metadata-go-arm64:latest 04:49:15  Building docker-core-metadata-go ... done  ---> Running in acdf6f57cbdc 04:49:16 Removing intermediate container acdf6f57cbdc 04:49:16 ---> 9d83f8308264 04:49:16 Step 21/23 : LABEL arch=arm64 04:49:16 Removing intermediate container 1d7a43565d47 04:49:16 ---> 3727a4794ce5 04:49:16 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:49:16 ---> Running in 46077054dbf6 04:49:16 ---> Running in 66fe4f362264 04:49:17 Removing intermediate container 46077054dbf6 04:49:17 ---> 988c8860e599 04:49:17 Step 22/23 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a 04:49:17 Removing intermediate container 66fe4f362264 04:49:17 ---> a4ad696c70a0 04:49:17 Step 14/29 : WORKDIR $BASE_DIR 04:49:17 ---> Running in e08086298e50 04:49:18 ---> Running in 166a5ad22afa 04:49:18 Removing intermediate container e08086298e50 04:49:18 ---> 3af1a8cdcc8d 04:49:18 Step 23/23 : LABEL version=0.0.0 04:49:18 Removing intermediate container 166a5ad22afa 04:49:18 ---> 83b8bd4c04f4 04:49:18 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:49:19 ---> Running in f67a91a157f7 04:49:19 ---> Running in 1b3c0b07e2e8 04:49:19 Removing intermediate container f67a91a157f7 04:49:19 ---> f7bae991c8fa 04:49:19 04:49:20 Successfully built f7bae991c8fa 04:49:20 Successfully tagged docker-support-notifications-go-arm64:latest 04:49:22  Building docker-support-notifications-go ... done Removing intermediate container 1b3c0b07e2e8 04:49:22 ---> 0b520e9ae8e9 04:49:22 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:49:23 ---> 01a31abcfa7b 04:49:23 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:49:24 ---> 009842ea89b3 04:49:24 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:49:25 ---> c125b5610f65 04:49:25 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:49:25 ---> 4cc7a613e20c 04:49:25 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:49:26 ---> cf2c94f0a95a 04:49:26 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:49:26 ---> Running in 7c97e3c359c8 04:49:30 Removing intermediate container 7c97e3c359c8 04:49:30 ---> 7d7ddfed4e8f 04:49:30 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:49:30 ---> ca00551c465b 04:49:30 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:49:30 ---> Running in 0504b93ef329 04:49:33 Removing intermediate container 0504b93ef329 04:49:33 ---> 483e83b29629 04:49:33 Step 24/29 : RUN chmod 755 security-secrets-setup 04:49:33 ---> Running in b7c88f955025 04:49:37 Removing intermediate container b7c88f955025 04:49:37 ---> b2119fb9d83f 04:49:37 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:49:37 ---> Running in 53f7b5e5bb10 04:49:37 Removing intermediate container 53f7b5e5bb10 04:49:37 ---> 2a9a4c99ceb5 04:49:37 Step 26/29 : CMD [ "generate" ] 04:49:37 ---> Running in f26bb695c476 04:49:37 Removing intermediate container f26bb695c476 04:49:37 ---> fd8f50ddad7a 04:49:37 Step 27/29 : LABEL arch=arm64 04:49:37 ---> Running in 18bb63b7b8ac 04:49:38 Removing intermediate container 18bb63b7b8ac 04:49:38 ---> fd2831218512 04:49:38 Step 28/29 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a 04:49:38 ---> Running in 57e06aeb9afe 04:49:39 Removing intermediate container 57e06aeb9afe 04:49:39 ---> 7afe4460c49b 04:49:39 Step 29/29 : LABEL version=0.0.0 04:49:39 ---> Running in dd1695c1eec9 04:49:39 Removing intermediate container dd1695c1eec9 04:49:39 ---> da6d8ddc4b94 04:49:39 04:49:40 Successfully built da6d8ddc4b94 04:49:40 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:49:40  Building docker-security-secrets-setup-go ... done  [Pipeline] } 04:49:40 $ docker stop --time=1 730c607e32a0cbd72a2192798ddbbff0a1c32f2efe82609d56ed7d89d24d079e 04:49:42 $ docker rm -f 730c607e32a0cbd72a2192798ddbbff0a1c32f2efe82609d56ed7d89d24d079e [Pipeline] // withDockerContainer [Pipeline] sh 04:49:43 + docker images 04:49:43 + grep docker 04:49:43 docker-security-secrets-setup-go-arm64 latest da6d8ddc4b94 4 seconds ago 24.2MB 04:49:43 docker-support-notifications-go-arm64 latest f7bae991c8fa 24 seconds ago 13.9MB 04:49:43 docker-core-metadata-go-arm64 latest 4e65f921bd31 29 seconds ago 13.8MB 04:49:43 docker-core-command-go-arm64 latest cee3d14d31ee About a minute ago 12.4MB 04:49:43 docker-support-scheduler-go-arm64 latest 88821bb79f9e About a minute ago 12.6MB 04:49:43 docker-sys-mgmt-agent-go-arm64 latest 9ee5a5a600ff 3 minutes ago 266MB 04:49:43 docker-core-data-go-arm64 latest 1fc7abefb366 4 minutes ago 22.6MB 04:49:43 docker-security-secretstore-setup-go-arm64 latest bcb32152b83f 4 minutes ago 32.6MB 04:49:43 docker-support-logging-go-arm64 latest 862d2c985534 5 minutes ago 11.4MB 04:49:43 docker-security-proxy-setup-go-arm64 latest c91930b24e33 5 minutes ago 15.8MB 04:49:43 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:49:45 provisioning config files... 04:49:45 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/23@tmp/config2418659440180751254tmp [Pipeline] { [Pipeline] sh 04:49:45 + curl -s https://codecov.io/bash 04:49:45 + bash -s - -t @/w/workspace/edgex-go/23@tmp/config2418659440180751254tmp [Pipeline] } 04:49:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:49:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:49:48 ---> package-listing.sh 04:49:48 ++ facter osfamily 04:49:48 ++ tr '[:upper:]' '[:lower:]' 04:49:48 + OS_FAMILY=redhat 04:49:48 + workspace=/w/workspace/edgex-go/23 04:49:48 + START_PACKAGES=/tmp/packages_start.txt 04:49:48 + END_PACKAGES=/tmp/packages_end.txt 04:49:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:49:48 + PACKAGES=/tmp/packages_start.txt 04:49:48 + '[' /w/workspace/edgex-go/23 ']' 04:49:48 + PACKAGES=/tmp/packages_end.txt 04:49:48 + case "${OS_FAMILY}" in 04:49:48 + rpm -qa 04:49:48 + sort 04:49:52 + '[' -f /tmp/packages_start.txt ']' 04:49:52 + '[' -f /tmp/packages_end.txt ']' 04:49:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:49:52 + '[' /w/workspace/edgex-go/23 ']' 04:49:52 + mkdir -p /w/workspace/edgex-go/23/archives/ 04:49:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/23/archives/ [Pipeline] isUnix [Pipeline] sh 04:49:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:49:53 04:49:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:49:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:49:53 alpine: Pulling from edgex-lftools-log-publisher 04:49:53 c9b1b535fdd9: Pulling fs layer 04:49:53 2cc5ad85d9ab: Pulling fs layer 04:49:53 756a868c4378: Pulling fs layer 04:49:53 444b2fc9a129: Pulling fs layer 04:49:53 ea15f1150254: Pulling fs layer 04:49:53 41b27a9f41bf: Pulling fs layer 04:49:53 28c525ee5125: Pulling fs layer 04:49:53 094b1ea09ed8: Pulling fs layer 04:49:53 138eaada9080: Pulling fs layer 04:49:53 0622d0fa9048: Pulling fs layer 04:49:53 444b2fc9a129: Waiting 04:49:53 ea15f1150254: Waiting 04:49:53 41b27a9f41bf: Waiting 04:49:53 28c525ee5125: Waiting 04:49:53 138eaada9080: Waiting 04:49:53 0622d0fa9048: Waiting 04:49:53 2cc5ad85d9ab: Verifying Checksum 04:49:53 2cc5ad85d9ab: Download complete 04:49:53 444b2fc9a129: Download complete 04:49:53 c9b1b535fdd9: Verifying Checksum 04:49:53 c9b1b535fdd9: Download complete 04:49:53 ea15f1150254: Verifying Checksum 04:49:53 ea15f1150254: Download complete 04:49:53 28c525ee5125: Verifying Checksum 04:49:53 28c525ee5125: Download complete 04:49:54 756a868c4378: Verifying Checksum 04:49:54 756a868c4378: Download complete 04:49:54 138eaada9080: Verifying Checksum 04:49:54 138eaada9080: Download complete 04:49:54 c9b1b535fdd9: Pull complete 04:49:54 0622d0fa9048: Verifying Checksum 04:49:54 0622d0fa9048: Download complete 04:49:54 094b1ea09ed8: Verifying Checksum 04:49:54 094b1ea09ed8: Download complete 04:49:54 2cc5ad85d9ab: Pull complete 04:49:54 41b27a9f41bf: Verifying Checksum 04:49:54 41b27a9f41bf: Download complete 04:49:56 756a868c4378: Pull complete 04:49:56 444b2fc9a129: Pull complete 04:49:56 ea15f1150254: Pull complete 04:50:01 41b27a9f41bf: Pull complete 04:50:01 28c525ee5125: Pull complete 04:50:04 094b1ea09ed8: Pull complete 04:50:04 138eaada9080: Pull complete 04:50:04 0622d0fa9048: Pull complete 04:50:04 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:50:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:50:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:50:04 prd-centos7-docker-4c-2g-1757 does not seem to be running inside a container 04:50:04 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:50:08 $ docker top e11327661d88977ee3e66c78722641a76a38ecdaf558ab88b58998d4fed30c9e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:50:08 provisioning config files... 04:50:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/23@tmp/config5499734284702012209tmp [Pipeline] { [Pipeline] echo 04:50:09 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:50:09 ---> create-netrc.sh [Pipeline] echo 04:50:09 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:50:09 ---> logs-deploy.sh 04:50:09 + ARCHIVE_ARTIFACTS= 04:50:09 + LOGS_SERVER=https://logs.edgexfoundry.org 04:50:09 + '[' https://logs.edgexfoundry.org == None ']' 04:50:09 + NEXUS_URL=https://nexus.edgexfoundry.org 04:50:09 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/23 04:50:09 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/23/ 04:50:09 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/23 /w/workspace/edgex-go/23 04:50:10 Archives upload complete. 04:50:10 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/23 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/23/ 04:50:11 ---> uname -a: 04:50:11 Linux e11327661d88 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 04:50:11 04:50:11 04:50:11 ---> lscpu: 04:50:11 Architecture: x86_64 04:50:11 CPU op-mode(s): 32-bit, 64-bit 04:50:11 Byte Order: Little Endian 04:50:11 Address sizes: 40 bits physical, 48 bits virtual 04:50:11 CPU(s): 4 04:50:11 On-line CPU(s) list: 0-3 04:50:11 Thread(s) per core: 1 04:50:11 Core(s) per socket: 1 04:50:11 Socket(s): 4 04:50:11 NUMA node(s): 1 04:50:11 Vendor ID: GenuineIntel 04:50:11 CPU family: 6 04:50:11 Model: 44 04:50:11 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:50:11 Stepping: 1 04:50:11 CPU MHz: 2933.442 04:50:11 BogoMIPS: 5866.88 04:50:11 Virtualization: VT-x 04:50:11 Hypervisor vendor: KVM 04:50:11 Virtualization type: full 04:50:11 L1d cache: 128 KiB 04:50:11 L1i cache: 128 KiB 04:50:11 L2 cache: 16 MiB 04:50:11 L3 cache: 64 MiB 04:50:11 NUMA node0 CPU(s): 0-3 04:50:11 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:50:11 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:50:11 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:50:11 Vulnerability Meltdown: Mitigation; PTI 04:50:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:50:11 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:50:11 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:50:11 Vulnerability Tsx async abort: Not affected 04:50:11 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:50:11 04:50:11 04:50:11 ---> nproc: 04:50:11 4 04:50:11 04:50:11 04:50:11 ---> df -h: 04:50:11 Filesystem Size Used Available Use% Mounted on 04:50:11 overlay 50.0G 12.5G 37.5G 25% / 04:50:11 tmpfs 64.0M 0 64.0M 0% /dev 04:50:11 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:50:11 shm 64.0M 0 64.0M 0% /dev/shm 04:50:11 /dev/vda1 50.0G 12.5G 37.5G 25% /etc/resolv.conf 04:50:11 /dev/vda1 50.0G 12.5G 37.5G 25% /etc/hostname 04:50:11 /dev/vda1 50.0G 12.5G 37.5G 25% /etc/hosts 04:50:11 /dev/vda1 50.0G 12.5G 37.5G 25% /var/log/sa 04:50:11 /dev/vda1 50.0G 12.5G 37.5G 25% /w/workspace/edgex-go/23@tmp 04:50:11 /dev/vda1 50.0G 12.5G 37.5G 25% /w/workspace/edgex-go/23 04:50:11 04:50:11 04:50:11 ---> free -m: 04:50:11 total used free shared buff/cache available 04:50:11 Mem: 1837 609 120 0 1107 1144 04:50:11 Swap: 1023 111 912 04:50:11 04:50:11 04:50:11 ---> ip addr: 04:50:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:50:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:50:11 inet 127.0.0.1/8 scope host lo 04:50:11 valid_lft forever preferred_lft forever 04:50:11 106: eth0@if107: mtu 1458 qdisc noqueue state UP 04:50:11 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 04:50:11 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 04:50:11 valid_lft forever preferred_lft forever 04:50:11 04:50:11 04:50:11 ---> sar -b -r -n DEV: 04:50:11 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/01/20 _x86_64_ (4 CPU) 04:50:11 04:50:11 04:28:45 LINUX RESTART 04:50:11 04:50:11 04:29:01 tps rtps wtps bread/s bwrtn/s 04:50:11 04:30:01 197.87 97.50 100.37 11821.23 47532.19 04:50:11 04:31:01 428.22 253.59 174.63 10400.80 72042.18 04:50:11 04:32:02 382.45 203.03 179.42 8262.41 36051.80 04:50:11 04:33:03 188.19 62.39 125.80 12548.17 58422.15 04:50:11 04:34:03 3030.54 2654.42 376.11 198684.09 244332.14 04:50:11 04:35:01 924.37 676.92 247.46 44421.04 58792.32 04:50:11 04:36:01 2045.06 1698.55 346.51 111566.55 137250.20 04:50:11 04:37:02 1818.34 1501.20 317.14 93828.97 105242.59 04:50:11 04:38:01 139.84 35.93 103.91 3875.17 10620.85 04:50:11 04:39:01 1.80 0.48 1.32 15.32 16.75 04:50:11 04:40:01 0.87 0.60 0.27 136.71 3.26 04:50:11 04:41:01 0.28 0.02 0.27 0.13 3.36 04:50:11 04:42:01 0.32 0.02 0.30 0.27 2.91 04:50:11 04:43:01 0.30 0.02 0.28 0.53 3.30 04:50:11 04:44:02 0.93 0.70 0.23 14.92 2.21 04:50:11 04:45:01 2.17 1.34 0.83 44.32 15.87 04:50:11 04:46:01 0.42 0.02 0.40 0.13 5.36 04:50:11 04:47:01 0.38 0.23 0.15 3.33 2.07 04:50:11 04:48:01 0.35 0.05 0.30 0.40 3.78 04:50:11 04:49:01 0.27 0.02 0.25 0.13 2.33 04:50:11 04:50:01 94.01 54.40 39.61 5125.81 11917.35 04:50:11 Average: 441.22 345.19 96.03 23867.47 37318.24 04:50:11 04:50:11 04:29:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:50:11 04:30:01 76476 1805080 95.94 2620 1092624 1456456 49.71 628024 1013708 96004 04:50:11 04:31:01 78940 1802616 95.80 1496 1095196 1501536 51.24 680700 918984 79048 04:50:11 04:32:02 508568 1372988 72.97 424 683124 1312640 44.80 522332 617588 24852 04:50:11 04:33:03 53640 1827916 97.15 140 1160848 1247896 42.59 757092 863508 236800 04:50:11 04:34:03 74868 1806688 96.02 4 1027284 2299856 78.49 772024 858008 34792 04:50:11 04:35:01 552956 1328600 70.61 4 688684 1366948 46.65 455872 666524 8 04:50:11 04:36:01 76456 1805100 95.94 4 1101752 1956032 66.76 608024 1000080 19304 04:50:11 04:37:02 345480 1536076 81.64 4 843620 1967736 67.16 570856 764204 2764 04:50:11 04:38:01 754152 1127404 59.92 4 597248 1195900 40.81 404848 528624 8 04:50:11 04:39:01 758556 1123000 59.68 4 597688 1158880 39.55 403080 527436 8 04:50:11 04:40:01 751900 1129656 60.04 4 601680 1158952 39.55 408628 528820 8 04:50:11 04:41:01 751896 1129660 60.04 4 601704 1158916 39.55 408472 528844 8 04:50:11 04:42:01 751928 1129628 60.04 4 601704 1158880 39.55 408348 528848 8 04:50:11 04:43:01 752124 1129432 60.03 4 601708 1158880 39.55 408228 528856 8 04:50:11 04:44:02 751448 1130108 60.06 4 602080 1159328 39.57 408604 529124 8 04:50:11 04:45:01 750268 1131288 60.13 4 602784 1158964 39.55 409068 529448 8 04:50:11 04:46:01 750332 1131224 60.12 4 602788 1158928 39.55 408760 529448 8 04:50:11 04:47:01 750676 1130880 60.10 4 602800 1158880 39.55 408884 529544 8 04:50:11 04:48:01 750228 1131328 60.13 4 602808 1158880 39.55 408888 529560 8 04:50:11 04:49:01 750312 1131244 60.12 4 602812 1158880 39.55 408996 529568 8 04:50:11 04:50:01 193984 1687572 89.69 4 1106304 1357068 46.31 492300 984068 100788 04:50:11 Average: 523104 1358452 72.20 226 762726 1352878 46.17 494382 668323 28307 04:50:11 04:50:11 04:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 04:50:11 04:30:01 vethd6bac35 856.35 800.98 80.18 2659.85 0.00 0.00 0.00 04:50:11 04:30:01 eth0 1795.92 1547.58 6355.02 192.16 0.00 0.00 0.00 04:50:11 04:30:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 04:50:11 04:30:01 docker0 856.35 800.85 68.48 2659.84 0.00 0.00 0.00 04:50:11 04:31:01 eth0 1393.39 803.79 7047.12 2784.54 0.00 0.00 0.00 04:50:11 04:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:31:01 docker0 46.56 59.47 3.20 359.81 0.00 0.00 0.00 04:50:11 04:32:02 vethadf973d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 04:50:11 04:32:02 eth0 3325.32 2463.76 13801.62 3001.12 0.00 0.00 0.00 04:50:11 04:32:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 04:50:11 04:32:02 docker0 994.64 957.77 78.97 3387.67 0.00 0.00 0.00 04:50:11 04:33:03 veth4b0813b 0.00 0.11 0.00 0.01 0.00 0.00 0.00 04:50:11 04:33:03 eth0 124.53 90.26 1673.61 88.35 0.00 0.00 0.00 04:50:11 04:33:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:33:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:34:03 veth4b0813b 0.00 0.22 0.00 0.01 0.00 0.00 0.00 04:50:11 04:34:03 eth0 52.46 34.47 162.30 45.36 0.00 0.00 0.00 04:50:11 04:34:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:34:03 docker0 15.21 22.40 0.82 147.02 0.00 0.00 0.00 04:50:11 04:35:01 veth4b0813b 0.00 0.10 0.00 0.00 0.00 0.00 0.00 04:50:11 04:35:01 vethf78327d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:35:01 eth0 3678.14 2708.92 16381.84 3253.86 0.00 0.00 0.00 04:50:11 04:35:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 04:50:11 04:36:01 veth4b0813b 0.00 0.10 0.00 0.00 0.00 0.00 0.00 04:50:11 04:36:01 veth13dbc9f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:36:01 vethce43deb 3.77 4.12 0.50 19.88 0.00 0.00 0.00 04:50:11 04:36:01 eth0 3648.15 2665.52 16156.09 3208.64 0.00 0.00 0.00 04:50:11 04:37:02 veth4b0813b 0.00 0.25 0.00 0.01 0.00 0.00 0.00 04:50:11 04:37:02 veth58c5519 0.00 0.11 0.00 0.01 0.00 0.00 0.00 04:50:11 04:37:02 eth0 80.23 54.89 129.83 66.82 0.00 0.00 0.00 04:50:11 04:37:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 04:50:11 04:38:01 eth0 28.04 16.08 52.60 10.12 0.00 0.00 0.00 04:50:11 04:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:38:01 docker0 1083.92 1097.04 84.54 4211.98 0.00 0.00 0.00 04:50:11 04:39:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 04:50:11 04:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:40:01 eth0 0.20 0.13 0.08 0.07 0.00 0.00 0.00 04:50:11 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:41:01 eth0 0.17 0.12 0.07 0.01 0.00 0.00 0.00 04:50:11 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:42:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 04:50:11 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:43:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 04:50:11 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:44:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 04:50:11 04:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:45:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 04:50:11 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:46:01 eth0 0.17 0.13 0.07 0.01 0.00 0.00 0.00 04:50:11 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:47:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 04:50:11 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:48:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 04:50:11 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:49:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 04:50:11 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:50:01 eth0 115.37 89.29 2330.59 57.81 0.00 0.00 0.00 04:50:11 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 Average: eth0 185.14 135.07 894.03 160.54 0.00 0.00 0.00 04:50:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:11 Average: docker0 50.85 51.47 3.97 197.61 0.00 0.00 0.00 04:50:11 04:50:11 04:50:11 ---> sar -P ALL: 04:50:11 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/01/20 _x86_64_ (4 CPU) 04:50:11 04:50:11 04:28:45 LINUX RESTART 04:50:11 04:50:11 04:29:01 CPU %user %nice %system %iowait %steal %idle 04:50:11 04:30:01 all 22.00 0.00 8.91 11.76 0.04 57.29 04:50:11 04:30:01 0 24.30 0.00 11.21 10.82 0.02 53.66 04:50:11 04:30:01 1 18.41 0.00 8.03 12.66 0.02 60.88 04:50:11 04:30:01 2 23.92 0.00 8.66 14.23 0.07 53.12 04:50:11 04:30:01 3 21.40 0.00 7.72 9.36 0.05 61.46 04:50:11 04:31:01 all 20.32 0.00 7.36 2.82 0.08 69.41 04:50:11 04:31:01 0 15.97 0.00 7.79 1.24 0.09 74.92 04:50:11 04:31:01 1 27.42 0.00 7.51 4.76 0.07 60.25 04:50:11 04:31:01 2 20.16 0.00 7.31 2.27 0.07 70.20 04:50:11 04:31:01 3 17.71 0.00 6.80 3.00 0.10 72.38 04:50:11 04:32:02 all 45.24 0.00 11.63 8.14 0.06 34.93 04:50:11 04:32:02 0 44.83 0.00 11.47 7.23 0.08 36.39 04:50:11 04:32:02 1 46.03 0.00 11.72 6.70 0.05 35.49 04:50:11 04:32:02 2 43.90 0.00 12.10 9.06 0.07 34.87 04:50:11 04:32:02 3 46.20 0.00 11.27 9.58 0.03 32.92 04:50:11 04:33:03 all 24.07 0.00 9.45 7.49 0.14 58.85 04:50:11 04:33:03 0 26.06 0.00 9.94 7.09 0.10 56.82 04:50:11 04:33:03 1 21.81 0.00 8.97 8.57 0.08 60.57 04:50:11 04:33:03 2 22.96 0.00 9.41 9.06 0.18 58.39 04:50:11 04:33:03 3 25.45 0.00 9.49 5.24 0.18 59.64 04:50:11 04:34:03 all 22.71 0.00 22.07 27.67 0.53 27.03 04:50:11 04:34:03 0 22.16 0.00 21.65 27.82 0.56 27.82 04:50:11 04:34:03 1 23.28 0.00 22.00 24.41 0.56 29.74 04:50:11 04:34:03 2 22.10 0.00 22.70 28.26 0.54 26.40 04:50:11 04:34:03 3 23.33 0.00 21.92 30.17 0.46 24.13 04:50:11 04:35:01 all 52.04 0.00 14.28 17.96 0.19 15.54 04:50:11 04:35:01 0 51.69 0.00 14.03 20.85 0.18 13.26 04:50:11 04:35:01 1 51.72 0.00 14.04 18.47 0.14 15.62 04:50:11 04:35:01 2 53.49 0.00 14.10 17.83 0.23 14.35 04:50:11 04:35:01 3 51.22 0.00 14.99 14.70 0.18 18.92 04:50:11 04:36:01 all 37.84 0.00 17.82 25.75 0.45 18.14 04:50:11 04:36:01 0 38.39 0.00 16.65 25.85 0.45 18.67 04:50:11 04:36:01 1 36.84 0.00 18.10 26.00 0.53 18.53 04:50:11 04:36:01 2 38.15 0.00 18.64 27.68 0.45 15.08 04:50:11 04:36:01 3 37.98 0.00 17.86 23.45 0.40 20.32 04:50:11 04:37:02 all 32.84 0.00 15.47 24.51 0.29 26.90 04:50:11 04:37:02 0 32.22 0.00 15.35 25.12 0.41 26.91 04:50:11 04:37:02 1 32.42 0.00 15.53 23.35 0.24 28.46 04:50:11 04:37:02 2 33.12 0.00 15.64 24.92 0.29 26.03 04:50:11 04:37:02 3 33.64 0.00 15.32 24.65 0.24 26.15 04:50:11 04:38:01 all 10.50 0.00 4.76 5.82 0.06 78.86 04:50:11 04:38:01 0 10.61 0.00 4.82 4.00 0.05 80.52 04:50:11 04:38:01 1 10.26 0.00 4.62 6.99 0.05 78.09 04:50:11 04:38:01 2 10.98 0.00 5.04 6.66 0.05 77.27 04:50:11 04:38:01 3 10.18 0.00 4.55 5.63 0.07 79.58 04:50:11 04:39:01 all 0.15 0.00 0.03 0.00 0.00 99.81 04:50:11 04:39:01 0 0.07 0.00 0.07 0.00 0.00 99.87 04:50:11 04:39:01 1 0.02 0.00 0.03 0.02 0.02 99.92 04:50:11 04:39:01 2 0.02 0.00 0.03 0.00 0.00 99.95 04:50:11 04:39:01 3 0.50 0.00 0.02 0.00 0.02 99.47 04:50:11 04:40:01 all 0.16 0.00 0.03 0.01 0.00 99.80 04:50:11 04:40:01 0 0.05 0.00 0.07 0.03 0.00 99.85 04:50:11 04:40:01 1 0.03 0.00 0.02 0.02 0.00 99.93 04:50:11 04:40:01 2 0.03 0.00 0.02 0.02 0.00 99.93 04:50:11 04:40:01 3 0.53 0.00 0.03 0.00 0.00 99.43 04:50:11 04:41:01 all 0.15 0.00 0.02 0.00 0.00 99.84 04:50:11 04:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:50:11 04:41:01 1 0.03 0.00 0.00 0.00 0.00 99.97 04:50:11 04:41:01 2 0.03 0.00 0.03 0.00 0.00 99.93 04:50:11 04:41:01 3 0.50 0.00 0.02 0.00 0.00 99.48 04:50:11 04:42:01 all 0.15 0.00 0.02 0.00 0.00 99.82 04:50:11 04:42:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:50:11 04:42:01 1 0.02 0.00 0.03 0.00 0.00 99.95 04:50:11 04:42:01 2 0.03 0.00 0.03 0.00 0.00 99.93 04:50:11 04:42:01 3 0.53 0.00 0.02 0.00 0.00 99.45 04:50:11 04:43:01 all 0.09 0.00 0.02 0.00 0.00 99.89 04:50:11 04:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:50:11 04:43:01 1 0.00 0.00 0.02 0.00 0.00 99.98 04:50:11 04:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:50:11 04:43:01 3 0.32 0.00 0.05 0.00 0.00 99.63 04:50:11 04:44:02 all 0.14 0.00 0.02 0.01 0.00 99.83 04:50:11 04:44:02 0 0.02 0.00 0.00 0.00 0.00 99.98 04:50:11 04:44:02 1 0.03 0.00 0.02 0.02 0.00 99.93 04:50:11 04:44:02 2 0.03 0.00 0.02 0.00 0.00 99.95 04:50:11 04:44:02 3 0.48 0.00 0.03 0.03 0.00 99.45 04:50:11 04:45:01 all 0.15 0.00 0.04 0.02 0.00 99.79 04:50:11 04:45:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:50:11 04:45:01 1 0.02 0.00 0.05 0.05 0.00 99.88 04:50:11 04:45:01 2 0.05 0.00 0.05 0.00 0.00 99.90 04:50:11 04:45:01 3 0.51 0.00 0.03 0.02 0.00 99.44 04:50:11 04:46:01 all 0.15 0.00 0.01 0.00 0.00 99.83 04:50:11 04:46:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:50:11 04:46:01 1 0.02 0.00 0.02 0.02 0.00 99.95 04:50:11 04:46:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:50:11 04:46:01 3 0.53 0.00 0.02 0.00 0.00 99.45 04:50:11 04:47:01 all 0.15 0.00 0.02 0.01 0.00 99.83 04:50:11 04:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:50:11 04:47:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:50:11 04:47:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:50:11 04:47:01 3 0.53 0.00 0.02 0.03 0.00 99.42 04:50:11 04:48:01 all 0.15 0.00 0.02 0.00 0.00 99.83 04:50:11 04:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:50:11 04:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:50:11 04:48:01 2 0.03 0.00 0.03 0.00 0.00 99.93 04:50:11 04:48:01 3 0.53 0.00 0.02 0.00 0.00 99.45 04:50:11 04:49:01 all 0.14 0.00 0.02 0.00 0.00 99.85 04:50:11 04:49:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:50:11 04:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:50:11 04:49:01 2 0.02 0.00 0.03 0.00 0.00 99.95 04:50:11 04:49:01 3 0.52 0.00 0.00 0.00 0.00 99.48 04:50:11 04:50:01 all 3.83 0.00 1.82 3.36 0.01 90.97 04:50:11 04:50:01 0 3.63 0.00 1.96 3.13 0.02 91.27 04:50:11 04:50:01 1 3.52 0.00 2.17 5.04 0.02 89.25 04:50:11 04:50:01 2 3.41 0.00 1.67 1.49 0.02 93.42 04:50:11 04:50:01 3 4.77 0.00 1.50 3.78 0.02 89.93 04:50:11 Average: all 12.80 0.00 5.33 6.33 0.09 75.46 04:50:11 Average: 0 12.67 0.00 5.40 6.23 0.09 75.61 04:50:11 Average: 1 12.76 0.00 5.29 6.42 0.08 75.45 04:50:11 Average: 2 12.77 0.00 5.41 6.62 0.09 75.10 04:50:11 Average: 3 12.98 0.00 5.21 6.03 0.08 75.69 04:50:11 04:50:11 04:50:11