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 bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1+a7ec3a865ede80db86ffd188b897ddab9785937f (6cf4e94ab21d83de6f9e316cf1434c898b01599f) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-327 in /w/workspace/edgexfoundry_edgex-go_PR-2659 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit a7ec3a865ede80db86ffd188b897ddab9785937f into PR head commit 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 Merge succeeded, producing 5ba82f7991f8145100b3c4401eea6f321c7dfb16 Checking out Revision 5ba82f7991f8145100b3c4401eea6f321c7dfb16 (PR-2659) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2659/head:refs/remotes/origin/PR-2659 # 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/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 # 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 a7ec3a865ede80db86ffd188b897ddab9785937f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5ba82f7991f8145100b3c4401eea6f321c7dfb16 # timeout=10 Commit message: "Merge commit 'a7ec3a865ede80db86ffd188b897ddab9785937f' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:31 ========================================================= 00:30:31 EdgeX Global Pipelines Version Info 00:30:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 096a41bc119aae963718c00c8ff751384996e8bc # timeout=10 00:30:33 ------------------- 00:30:33 stable info: 00:30:33 ------------------- 00:30:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:33 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 00:30:33 Message: update stable to v1.0.106 00:30:34 ------------------- 00:30:34 experimental info: 00:30:34 ------------------- 00:30:34 Commited By: **** collab-it+edgex@linuxfoundation.org 00:30:34 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 00:30:34 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 00:30:35 ++ 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 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/core-command/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo core-command,cmd/core-command/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/core-data/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo core-data,cmd/core-data/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/core-metadata/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/security-secrets-setup/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/support-logging/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo support-logging,cmd/support-logging/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/support-notifications/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/support-scheduler/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:35 + for file in '`ls cmd/**/Dockerfile`' 00:30:35 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:35 ++ cut -d/ -f2 00:30:35 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:35 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 00:30:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:36 00:30:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:37 latest: Pulling from edgex-devops/git-semver 00:30:37 31603596830f: Pulling fs layer 00:30:37 2a8b12db71e7: Pulling fs layer 00:30:37 6ca5941a6612: Pulling fs layer 00:30:37 ecc8261a40a4: Pulling fs layer 00:30:37 ecc8261a40a4: Waiting 00:30:37 2a8b12db71e7: Verifying Checksum 00:30:37 2a8b12db71e7: Download complete 00:30:37 31603596830f: Verifying Checksum 00:30:37 31603596830f: Download complete 00:30:37 ecc8261a40a4: Verifying Checksum 00:30:37 ecc8261a40a4: Download complete 00:30:37 6ca5941a6612: Verifying Checksum 00:30:37 6ca5941a6612: Download complete 00:30:37 31603596830f: Pull complete 00:30:37 2a8b12db71e7: Pull complete 00:30:38 6ca5941a6612: Pull complete 00:30:38 ecc8261a40a4: Pull complete 00:30:38 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:38 prd-centos7-docker-4c-2g-327 does not seem to be running inside a container 00:30:38 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:10004/edgex-devops/git-semver:latest cat 00:30:41 $ docker top 5774f649eac22a7231f542ae05ef5795c1205b7da74733c6079289d293ba381b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:41 [ssh-agent] Looking for ssh-agent implementation... 00:30:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:41 $ docker exec 5774f649eac22a7231f542ae05ef5795c1205b7da74733c6079289d293ba381b ssh-agent 00:30:41 SSH_AUTH_SOCK=/tmp/ssh-Fh7Rfp0YyPnH/agent.12 00:30:41 SSH_AGENT_PID=17 00:30:41 Running ssh-add (command line suppressed) 00:30:42 Identity added: /w/workspace/edgex-go/6@tmp/private_key_8645771850138206536.key (/w/workspace/edgex-go/6@tmp/private_key_8645771850138206536.key) 00:30:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:42 + git describe --exact-match --tags HEAD 00:30:42 fatal: No names found, cannot describe anything. [Pipeline] } 00:30:42 $ docker exec --env ******** --env ******** 5774f649eac22a7231f542ae05ef5795c1205b7da74733c6079289d293ba381b ssh-agent -k 00:30:42 unset SSH_AUTH_SOCK; 00:30:42 unset SSH_AGENT_PID; 00:30:42 echo Agent pid 17 killed; 00:30:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 00:30:42 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 00:30:42 This usually means this commit has not been tagged. [Pipeline] sshagent 00:30:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:42 [ssh-agent] Looking for ssh-agent implementation... 00:30:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:42 $ docker exec 5774f649eac22a7231f542ae05ef5795c1205b7da74733c6079289d293ba381b ssh-agent 00:30:43 SSH_AUTH_SOCK=/tmp/ssh-La91MfKLKoQk/agent.46 00:30:43 SSH_AGENT_PID=51 00:30:43 Running ssh-add (command line suppressed) 00:30:43 Identity added: /w/workspace/edgex-go/6@tmp/private_key_7723475204310321742.key (/w/workspace/edgex-go/6@tmp/private_key_7723475204310321742.key) 00:30:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:43 + git semver init 00:30:43 # -> Open(): unable to determine branch for HEAD 00:30:43 # $GIT_DIR = /w/workspace/edgex-go/6/.git 00:30:43 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 00:30:43 # $SEMVER_REMOTE_NAME = origin 00:30:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:43 # $SEMVER_USER_NAME = edgex-jenkins 00:30:43 # $SEMVER_BRANCH = PR-2659 00:30:43 # $SEMVER_TEMP = /tmp/semver-041854050 00:30:43 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:01 # '/tmp/semver-041854050' -> '/w/workspace/edgex-go/6/.semver' 00:31:01 # -> Force: false 00:31:01 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 00:31:01 $ docker exec --env ******** --env ******** 5774f649eac22a7231f542ae05ef5795c1205b7da74733c6079289d293ba381b ssh-agent -k 00:31:02 unset SSH_AUTH_SOCK; 00:31:02 unset SSH_AGENT_PID; 00:31:02 echo Agent pid 51 killed; 00:31:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:02 + git semver [Pipeline] } 00:31:02 $ docker stop --time=1 5774f649eac22a7231f542ae05ef5795c1205b7da74733c6079289d293ba381b 00:31:04 $ docker rm -f 5774f649eac22a7231f542ae05ef5795c1205b7da74733c6079289d293ba381b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 00:31:17 Stashed 34 file(s) [Pipeline] echo 00:31:17 [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 00:31:17 ========================================================= 00:31:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 00:31:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:18 + 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 . 00:31:21 Sending build context to Docker daemon 323MB 00:31:21 Step 1/7 : ARG BASE=golang:1.13-alpine 00:31:21 Step 2/7 : FROM ${BASE} 00:31:21 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:21 df20fa9351a1: Pulling fs layer 00:31:21 ed8968b2872e: Pulling fs layer 00:31:21 a92cc7c5fd73: Pulling fs layer 00:31:21 2dd03ba5bac4: Pulling fs layer 00:31:21 1e091d79d1de: Pulling fs layer 00:31:21 481702a1767f: Pulling fs layer 00:31:21 f64a6f60c768: Pulling fs layer 00:31:21 e78d2573fc39: Pulling fs layer 00:31:21 e876d2f968b6: Pulling fs layer 00:31:21 ce8a83651883: Pulling fs layer 00:31:21 07967f4d0e4b: Pulling fs layer 00:31:21 f64a6f60c768: Waiting 00:31:21 e78d2573fc39: Waiting 00:31:21 e876d2f968b6: Waiting 00:31:21 07967f4d0e4b: Waiting 00:31:21 2dd03ba5bac4: Waiting 00:31:21 1e091d79d1de: Waiting 00:31:21 481702a1767f: Waiting 00:31:21 a92cc7c5fd73: Verifying Checksum 00:31:21 a92cc7c5fd73: Download complete 00:31:21 ed8968b2872e: Download complete 00:31:21 1e091d79d1de: Download complete 00:31:21 481702a1767f: Verifying Checksum 00:31:21 481702a1767f: Download complete 00:31:21 df20fa9351a1: Verifying Checksum 00:31:21 df20fa9351a1: Download complete 00:31:21 df20fa9351a1: Pull complete 00:31:22 ed8968b2872e: Pull complete 00:31:22 f64a6f60c768: Verifying Checksum 00:31:22 f64a6f60c768: Download complete 00:31:22 e876d2f968b6: Verifying Checksum 00:31:22 e876d2f968b6: Download complete 00:31:22 a92cc7c5fd73: Pull complete 00:31:22 2dd03ba5bac4: Verifying Checksum 00:31:22 2dd03ba5bac4: Download complete 00:31:22 e78d2573fc39: Verifying Checksum 00:31:22 e78d2573fc39: Download complete 00:31:22 07967f4d0e4b: Verifying Checksum 00:31:22 07967f4d0e4b: Download complete 00:31:23 ce8a83651883: Download complete 00:31:29 2dd03ba5bac4: Pull complete 00:31:29 1e091d79d1de: Pull complete 00:31:29 481702a1767f: Pull complete 00:31:32 Still waiting to schedule task 00:31:32 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:31:34 f64a6f60c768: Pull complete 00:31:36 e78d2573fc39: Pull complete 00:31:36 e876d2f968b6: Pull complete 00:31:37 ce8a83651883: Pull complete 00:31:37 07967f4d0e4b: Pull complete 00:31:37 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 00:31:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 00:31:37 ---> 5d7c900382c6 00:31:37 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 00:31:38 ---> Running in 035392b90616 00:31:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:40 (1/12) Installing libmagic (5.38-r0) 00:31:40 (2/12) Installing file (5.38-r0) 00:31:40 (3/12) Installing libc-dev (0.7.2-r3) 00:31:40 (4/12) Installing g++ (9.3.0-r2) 00:31:47 (5/12) Installing fortify-headers (1.1-r0) 00:31:47 (6/12) Installing patch (2.7.6-r6) 00:31:47 (7/12) Installing build-base (0.5-r2) 00:31:47 (8/12) Installing libsodium (1.0.18-r0) 00:31:47 (9/12) Installing pkgconf (1.7.2-r0) 00:31:47 (10/12) Installing libsodium-dev (1.0.18-r0) 00:31:47 (11/12) Installing libzmq (4.3.2-r0) 00:31:47 (12/12) Installing zeromq-dev (4.3.2-r0) 00:31:47 Executing busybox-1.31.1-r16.trigger 00:31:47 OK: 233 MiB in 51 packages 00:31:51 Removing intermediate container 035392b90616 00:31:51 ---> 00a98b872798 00:31:51 Step 4/7 : WORKDIR /edgex-go 00:31:51 ---> Running in 4d3426902134 00:31:51 Removing intermediate container 4d3426902134 00:31:51 ---> ac9848998551 00:31:51 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:31:52 latest: Pulling from library/docker 00:31:52 df20fa9351a1: Already exists 00:31:52 25ad7478873d: Pulling fs layer 00:31:52 4684f6177b5d: Pulling fs layer 00:31:52 46e300cec669: Pulling fs layer 00:31:52 63038576ad94: Pulling fs layer 00:31:52 0fdb76c4706c: Pulling fs layer 00:31:52 cb7edeffdfd5: Pulling fs layer 00:31:52 63038576ad94: Waiting 00:31:52 0fdb76c4706c: Waiting 00:31:52 cb7edeffdfd5: Waiting 00:31:52 4684f6177b5d: Download complete 00:31:52 25ad7478873d: Verifying Checksum 00:31:52 63038576ad94: Verifying Checksum 00:31:52 63038576ad94: Download complete 00:31:52 0fdb76c4706c: Verifying Checksum 00:31:52 0fdb76c4706c: Download complete 00:31:52 25ad7478873d: Pull complete 00:31:52 cb7edeffdfd5: Verifying Checksum 00:31:52 cb7edeffdfd5: Download complete 00:31:52 4684f6177b5d: Pull complete 00:31:53 46e300cec669: Verifying Checksum 00:31:53 46e300cec669: Download complete 00:31:56 46e300cec669: Pull complete 00:31:56 63038576ad94: Pull complete 00:31:56 0fdb76c4706c: Pull complete 00:31:56 cb7edeffdfd5: Pull complete 00:31:56 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 00:31:56 Status: Downloaded newer image for docker:latest 00:31:58 ---> b9160a81787f 00:31:58 Step 6/7 : COPY go.mod . 00:31:58 ---> ebd37b157969 00:31:58 Step 7/7 : RUN go mod download 00:31:58 ---> Running in c0f640f77d42 00:32:00 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:32:00 go: finding github.com/BurntSushi/toml v0.3.1 00:32:00 go: finding github.com/OneOfOne/xxhash v1.2.5 00:32:00 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:32:00 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:32:00 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:32:00 go: finding github.com/bgentry/speakeasy v0.1.0 00:32:00 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:32:00 go: finding github.com/davecgh/go-spew v1.1.1 00:32:00 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:32:00 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:32:00 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:32:00 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:32:00 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:32:00 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:32:00 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 00:32:00 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:32:00 go: finding github.com/fatih/color v1.7.0 00:32:00 go: finding github.com/fsnotify/fsnotify v1.4.7 00:32:01 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:32:01 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 00:32:01 go: finding github.com/go-kit/kit v0.8.0 00:32:01 go: finding github.com/go-logfmt/logfmt v0.4.0 00:32:01 go: finding github.com/go-redis/redis/v7 v7.2.0 00:32:01 go: finding github.com/go-stack/stack v1.8.0 00:32:01 go: finding github.com/golang/protobuf v1.3.2 00:32:01 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:32:01 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:32:01 go: finding github.com/google/uuid v1.1.0 00:32:01 go: finding github.com/gorilla/mux v1.7.1 00:32:01 go: finding github.com/hashicorp/consul/api v1.1.0 00:32:01 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:32:01 go: finding github.com/hashicorp/errwrap v1.0.0 00:32:01 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:32:01 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:32:01 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:32:01 go: finding github.com/hashicorp/go-multierror v1.0.0 00:32:01 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:32:01 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:32:01 go: finding github.com/hashicorp/go-syslog v1.0.0 00:32:01 go: finding github.com/hashicorp/go-uuid v1.0.1 00:32:01 go: finding github.com/hashicorp/go.net v0.0.1 00:32:01 go: finding github.com/hashicorp/golang-lru v0.5.0 00:32:01 go: finding github.com/hashicorp/logutils v1.0.0 00:32:01 go: finding github.com/hashicorp/mdns v1.0.0 00:32:01 go: finding github.com/hashicorp/memberlist v0.1.3 00:32:01 go: finding github.com/hashicorp/serf v0.8.2 00:32:01 go: finding github.com/hpcloud/tail v1.0.0 00:32:01 go: finding github.com/imdario/mergo v0.3.6 00:32:01 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:32:01 go: finding github.com/kr/pretty v0.1.0 00:32:01 go: finding github.com/kr/pty v1.1.1 00:32:01 go: finding github.com/kr/text v0.1.0 00:32:01 go: finding github.com/mattn/go-colorable v0.0.9 00:32:01 go: finding github.com/mattn/go-isatty v0.0.3 00:32:01 go: finding github.com/miekg/dns v1.0.14 00:32:01 go: finding github.com/mitchellh/cli v1.0.0 00:32:01 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:32:01 go: finding github.com/mitchellh/copystructure v1.0.0 00:32:01 go: finding github.com/mitchellh/go-homedir v1.0.0 00:32:01 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:32:01 go: finding github.com/mitchellh/gox v0.4.0 00:32:01 go: finding github.com/mitchellh/iochan v1.0.0 00:32:01 go: finding github.com/mitchellh/mapstructure v1.1.2 00:32:01 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:32:02 go: finding github.com/onsi/ginkgo v1.10.1 00:32:02 go: finding github.com/onsi/gomega v1.7.0 00:32:02 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:32:02 go: finding github.com/pebbe/zmq4 v1.0.0 00:32:02 go: finding github.com/pelletier/go-toml v1.2.0 00:32:02 go: finding github.com/pkg/errors v0.8.1 00:32:02 go: finding github.com/pmezard/go-difflib v1.0.0 00:32:02 go: finding github.com/posener/complete v1.1.1 00:32:02 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:32:02 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:32:02 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:32:02 go: finding github.com/stretchr/objx v0.1.0 00:32:02 go: finding github.com/stretchr/testify v1.5.1 00:32:02 go: finding github.com/ugorji/go v1.1.4 00:32:02 go: finding github.com/x448/float16 v0.8.4 00:32:02 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:32:02 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:32:02 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:32:02 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:32:02 go: finding golang.org/x/text v0.3.2 00:32:02 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:32:02 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:32:02 go: finding gopkg.in/eapache/queue.v1 v1.1.0 00:32:02 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:32:02 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:32:02 go: finding gopkg.in/yaml.v2 v2.2.8 00:32:15 Removing intermediate container c0f640f77d42 00:32:15 ---> fea9629c5514 00:32:15 Successfully built fea9629c5514 00:32:15 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 00:32:15 + docker inspect -f . ci-base-image-x86_64 00:32:15 . [Pipeline] withDockerContainer 00:32:15 prd-centos7-docker-4c-2g-327 does not seem to be running inside a container 00:32:16 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-x86_64 cat 00:32:16 $ docker top 3bb795b5bd7c60e896774355d6b1f698081bd7928bb639e89f2afb5b79064102 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:17 + go version 00:32:17 go version go1.13.13 linux/amd64 [Pipeline] echo 00:32:17 ========================================================= 00:32:17 [edgeXBuildGoParallel] Running Tests and Build... 00:32:17 ========================================================= [Pipeline] sh 00:32:17 + make test 00:32:17 GO111MODULE=on go test -coverprofile=coverage.out ./... 00:32:20 ? github.com/edgexfoundry/edgex-go [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:32:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:32:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:32:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:32:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:32:35 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.005s 00:32:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 00:32:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:32:35 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:32:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:32:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:32:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:32:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:32:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:32:41 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.018s coverage: 46.6% of statements 00:32:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:32:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:32:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:32:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:32:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:32:42 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.079s coverage: 27.3% of statements 00:32:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:32:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:32:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:32:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:32:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:32:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:32:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements 00:32:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:32:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.029s coverage: 100.0% of statements 00:32:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:32:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.102s coverage: 28.6% of statements 00:32:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:32:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:32:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:32:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:32:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:32:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.012s coverage: 100.0% of statements 00:32:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:32:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.052s coverage: 100.0% of statements 00:32:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:32:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.026s coverage: 89.8% of statements 00:32:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:32:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.023s coverage: 97.5% of statements 00:32:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:32:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.012s coverage: 100.0% of statements 00:32:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:32:45 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:32:45 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:32:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:32:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:32:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:32:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:32:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:32:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:32:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:32:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:32:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:32:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:32:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:32:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:32:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:32:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:32:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements 00:32:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.084s coverage: 63.5% of statements 00:32:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:32:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:32:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.005s coverage: 100.0% of statements 00:32:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.096s coverage: 55.9% of statements 00:32:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:32:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:32:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 00:32:46 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:32:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.977s coverage: 86.3% of statements 00:32:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:32:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.322s coverage: 72.2% of statements 00:32:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.154s coverage: 72.1% of statements 00:32:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.019s coverage: 82.4% of statements 00:32:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.022s coverage: 48.4% of statements 00:32:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:32:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:32:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:32:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.014s coverage: 28.8% of statements 00:32:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:32:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.019s coverage: 96.8% of statements 00:32:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:32:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.021s coverage: 31.1% of statements 00:32:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:32:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:32:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.090s coverage: 84.1% of statements 00:32:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.016s coverage: 100.0% of statements 00:32:51 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.008s coverage: 42.9% of statements 00:32:51 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:32:51 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:32:51 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.045s coverage: 100.0% of statements 00:32:51 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:32:51 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.040s coverage: 83.8% of statements 00:32:51 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:32:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.025s coverage: 45.9% of statements 00:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:32:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.023s coverage: 100.0% of statements 00:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:32:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.016s coverage: 100.0% of statements 00:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:32:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.018s coverage: 100.0% of statements 00:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:32:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.052s coverage: 29.1% of statements 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:32:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.011s coverage: 99.0% of statements 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:32:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.008s coverage: 100.0% of statements 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:32:54 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:32:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.008s coverage: 100.0% of statements 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:32:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.023s coverage: 87.9% of statements 00:32:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:32:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements 00:32:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 00:32:55 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 00:32:56 GO111MODULE=on go vet ./... 00:33:02 gofmt -l . 00:33:02 [ "`gofmt -l .`" = "" ] 00:33:03 ./bin/test-go-mod-tidy.sh 00:33:03 ./bin/test-attribution-txt.sh [Pipeline] sh 00:33:05 + ls -al . 00:33:05 total 552 00:33:05 drwxrwxr-x 10 1001 1001 4096 Aug 18 00:33 . 00:33:05 drwxr-xr-x 4 root root 28 Aug 18 00:32 .. 00:33:05 -rw-rw-r-- 1 1001 1001 11 Aug 18 00:30 .dockerignore 00:33:05 drwxrwxr-x 8 1001 1001 179 Aug 18 00:30 .git 00:33:05 drwxrwxr-x 3 1001 1001 60 Aug 18 00:30 .github 00:33:05 -rw-rw-r-- 1 1001 1001 932 Aug 18 00:30 .gitignore 00:33:05 drwx------ 3 1001 1001 47 Aug 18 00:31 .semver 00:33:05 -rw-rw-r-- 1 1001 1001 166 Aug 18 00:30 .sonarcloud.properties 00:33:05 -rw-rw-r-- 1 1001 1001 3804 Aug 18 00:30 CONTRIBUTING.md 00:33:05 -rw-rw-r-- 1 1001 1001 1035 Aug 18 00:30 Dockerfile.build 00:33:05 -rw-rw-r-- 1 1001 1001 865 Aug 18 00:30 Jenkinsfile 00:33:05 -rw-rw-r-- 1 1001 1001 10775 Aug 18 00:30 LICENSE 00:33:05 -rw-rw-r-- 1 1001 1001 6237 Aug 18 00:30 Makefile 00:33:05 -rw-rw-r-- 1 1001 1001 5652 Aug 18 00:30 README.md 00:33:05 -rw-rw-r-- 1 1001 1001 259 Aug 18 00:30 SECURITY.md 00:33:05 -rw-rw-r-- 1 1001 1001 5 Aug 18 00:31 VERSION 00:33:05 -rw-rw-r-- 1 1001 1001 4131 Aug 18 00:30 ZMQWindows.md 00:33:05 drwxrwxr-x 2 1001 1001 117 Aug 18 00:30 bin 00:33:05 drwxrwxr-x 15 1001 1001 4096 Aug 18 00:30 cmd 00:33:05 -rw-r--r-- 1 root root 458010 Aug 18 00:32 coverage.out 00:33:05 -rw-r--r-- 1 root root 983 Aug 18 00:33 go.mod 00:33:05 -rw-r--r-- 1 root root 17542 Aug 18 00:33 go.sum 00:33:05 drwxrwxr-x 8 1001 1001 127 Aug 18 00:30 internal 00:33:05 drwxrwxr-x 4 1001 1001 26 Aug 18 00:30 openapi 00:33:05 drwxrwxr-x 4 1001 1001 71 Aug 18 00:30 snap 00:33:05 -rw-rw-r-- 1 1001 1001 168 Aug 18 00:30 version.go [Pipeline] sh 00:33:05 + '[' -e coverage.out ] 00:33:05 + chown 1001:1001 coverage.out [Pipeline] stash 00:33:05 Stashed 1 file(s) [Pipeline] sh 00:33:06 + make build 00:33:06 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 00:33:12 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:33:16 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 00:33:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 00:33:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:33:20 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 00:33:20 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 00:33:23 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 00:33:24 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 00:33:25 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 00:33:27 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 00:33:29 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 00:33:30 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] } 00:33:31 $ docker stop --time=1 3bb795b5bd7c60e896774355d6b1f698081bd7928bb639e89f2afb5b79064102 00:33:32 $ docker rm -f 3bb795b5bd7c60e896774355d6b1f698081bd7928bb639e89f2afb5b79064102 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:33:33 00:33:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:33:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:33:34 latest: Pulling from edgex-devops/edgex-compose 00:33:34 cbdbe7a5bc2a: Pulling fs layer 00:33:34 ca9280d653b3: Pulling fs layer 00:33:34 7e9c9ca2126c: Pulling fs layer 00:33:34 cbdbe7a5bc2a: Verifying Checksum 00:33:34 cbdbe7a5bc2a: Download complete 00:33:34 ca9280d653b3: Verifying Checksum 00:33:34 ca9280d653b3: Download complete 00:33:34 cbdbe7a5bc2a: Pull complete 00:33:35 7e9c9ca2126c: Verifying Checksum 00:33:35 7e9c9ca2126c: Download complete 00:33:35 ca9280d653b3: Pull complete 00:33:42 7e9c9ca2126c: Pull complete 00:33:42 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:33:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:33:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:33:42 prd-centos7-docker-4c-2g-327 does not seem to be running inside a container 00:33:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 00:33:44 $ docker top 3ad686bb1b5b5442aeba8f2804075eededb091a690cd950e87bdd184a344df32 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:45 + docker-compose build --help 00:33:45 + grep parallel 00:33:46 --parallel Build images in parallel. [Pipeline] } 00:33:46 $ docker stop --time=1 3ad686bb1b5b5442aeba8f2804075eededb091a690cd950e87bdd184a344df32 00:33:47 $ docker rm -f 3ad686bb1b5b5442aeba8f2804075eededb091a690cd950e87bdd184a344df32 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:33:48 . [Pipeline] withDockerContainer 00:33:48 prd-centos7-docker-4c-2g-327 does not seem to be running inside a container 00:33:48 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:latest cat 00:33:49 $ docker top fac207b41ba7cfa643aadc161b0b6e97bbae231f3f5ceb1efb5d8583c188ebe4 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:49 + docker-compose -f ./docker-compose-build.yml build --parallel 00:33:50 Building docker-core-command-go ... 00:33:50 Building docker-core-data-go ... 00:33:50 Building docker-core-metadata-go ... 00:33:50 Building docker-security-proxy-setup-go ... 00:33:50 Building docker-security-secrets-setup-go ... 00:33:50 Building docker-security-secretstore-setup-go ... 00:33:50 Building docker-support-logging-go ... 00:33:50 Building docker-support-notifications-go ... 00:33:50 Building docker-support-scheduler-go ... 00:33:50 Building docker-sys-mgmt-agent-go ... 00:33:50 Building docker-core-metadata-go 00:33:50 Building docker-support-notifications-go 00:33:50 Building docker-support-scheduler-go 00:33:50 Building docker-core-data-go 00:33:50 Building docker-security-proxy-setup-go 00:34:23 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:34:23 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:34:23 ---> fea9629c5514 00:34:23 Step 3/20 : WORKDIR /edgex-go 00:34:23 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:34:23 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:34:23 ---> fea9629c5514 00:34:23 Step 3/20 : WORKDIR /edgex-go 00:34:23 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:34:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:34:23 ---> fea9629c5514 00:34:23 Step 3/22 : WORKDIR /edgex-go 00:34:23 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:34:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:34:23 ---> fea9629c5514 00:34:23 Step 3/21 : WORKDIR /edgex-go 00:34:23 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 00:34:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:34:23 ---> fea9629c5514 00:34:23 Step 3/23 : WORKDIR /edgex-go 00:34:23 ---> Running in b69b9c24f60c 00:34:23 ---> Running in 9733fda55c36 00:34:23 ---> Running in ee2a0c33fa68 00:34:23 ---> Running in 016c6a49c5dd 00:34:23 ---> Running in ae46870f0047 00:34:23 Removing intermediate container 016c6a49c5dd 00:34:23 ---> 7c83ffb33eff 00:34:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:23 Removing intermediate container ee2a0c33fa68 00:34:23 ---> 6f1e06d7d1a9 00:34:23 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:23 Removing intermediate container 9733fda55c36 00:34:23 ---> f76751654f7d 00:34:23 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:23 Removing intermediate container b69b9c24f60c 00:34:23 ---> 993743513041 00:34:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:23 ---> Running in 726935912e30 00:34:23 Removing intermediate container ae46870f0047 00:34:23 ---> 6edaa03a13ee 00:34:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:23 ---> Running in 96ea9bedff35 00:34:23 ---> Running in 5f4c85bb9a23 00:34:23 ---> Running in f8e317c4b7b4 00:34:23 ---> Running in a3de0e84d65d 00:34:23 Removing intermediate container 726935912e30 00:34:23 ---> bc867a0044e2 00:34:23 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:34:23 Removing intermediate container 96ea9bedff35 00:34:23 ---> 7975fa4ae54d 00:34:23 Step 5/20 : RUN apk update && apk add make git 00:34:23 Removing intermediate container f8e317c4b7b4 00:34:23 ---> 104ca86d09df 00:34:23 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 00:34:23 ---> Running in cde751ec5a21 00:34:23 ---> Running in 20d91025c87e 00:34:23 Removing intermediate container 5f4c85bb9a23 00:34:23 ---> f1974100c8b1 00:34:23 Step 5/20 : RUN apk update && apk add make git 00:34:23 Removing intermediate container a3de0e84d65d 00:34:23 ---> 3feb9a25469d 00:34:23 Step 5/21 : RUN apk update && apk add make git 00:34:23 ---> Running in f183405e02de 00:34:23 ---> Running in b4920fc474de 00:34:23 ---> Running in 5fe9f325912f 00:34:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:34:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:34:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:34:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:34:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:34:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:34:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:34:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:34:24 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:34:24 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:34:24 OK: 12746 distinct packages available 00:34:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:34:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:34:24 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:34:24 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:34:24 OK: 12746 distinct packages available 00:34:24 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:34:24 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:34:24 OK: 12746 distinct packages available 00:34:24 OK: 233 MiB in 51 packages 00:34:24 OK: 233 MiB in 51 packages 00:34:24 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:34:24 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:34:24 OK: 12746 distinct packages available 00:34:24 OK: 233 MiB in 51 packages 00:34:24 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:34:24 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:34:24 OK: 12746 distinct packages available 00:34:25 OK: 233 MiB in 51 packages 00:34:25 OK: 233 MiB in 51 packages 00:34:25 Removing intermediate container cde751ec5a21 00:34:25 ---> 09b47cb3f14d 00:34:25 Step 6/22 : COPY go.mod . 00:34:25 Removing intermediate container 20d91025c87e 00:34:25 ---> cbc65ed61e0d 00:34:25 Step 6/20 : COPY go.mod . 00:34:25 ---> 7c24930cbc09 00:34:25 Step 7/22 : RUN go mod download 00:34:26 Removing intermediate container f183405e02de 00:34:26 ---> d3650d08b9fd 00:34:26 Step 6/23 : COPY go.mod . 00:34:26 ---> Running in ba25f010d6bc 00:34:26 ---> 728b2ea4edf8 00:34:26 Step 7/20 : RUN go mod download 00:34:26 Removing intermediate container b4920fc474de 00:34:26 ---> 50021e19c6b3 00:34:26 Step 6/20 : COPY go.mod . 00:34:26 Removing intermediate container 5fe9f325912f 00:34:26 ---> 5cc8a44a7166 00:34:26 Step 6/21 : COPY go.mod . 00:34:26 ---> Running in 997a57020ce4 00:34:26 ---> 59f56d0a0587 00:34:26 Step 7/23 : RUN go mod download 00:34:26 ---> Running in 8e3cce80459b 00:34:26 ---> 50af9f8c5bb8 00:34:26 Step 7/20 : RUN go mod download 00:34:26 ---> 55da3f4f672f 00:34:26 Step 7/21 : RUN go mod download 00:34:27 ---> Running in 5a63aec30bc8 00:34:27 ---> Running in f68587ce4b06 00:34:29 Removing intermediate container 997a57020ce4 00:34:29 ---> 2a1372783123 00:34:29 Step 8/20 : COPY . . 00:34:29 Removing intermediate container ba25f010d6bc 00:34:29 ---> 4e76a54b62eb 00:34:29 Step 8/22 : COPY . . 00:34:31 Removing intermediate container 8e3cce80459b 00:34:31 ---> f4a03ee2e1a7 00:34:31 Step 8/23 : COPY . . 00:34:33 Removing intermediate container 5a63aec30bc8 00:34:33 ---> 27f6fc47bc15 00:34:33 Step 8/20 : COPY . . 00:34:33 Removing intermediate container f68587ce4b06 00:34:33 ---> 5e748e15f348 00:34:33 Step 8/21 : COPY . . 00:34:39 Running on prd-ubuntu18.04-docker-arm64-4c-16g-332 in /w/workspace/edgexfoundry_edgex-go_PR-2659 [Pipeline] { [Pipeline] ws 00:34:39 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 00:34:44 using credential edgex-jenkins-ssh 00:34:44 Cloning the remote Git repository 00:34:44 Cloning with configured refspecs honoured and without tags 00:34:44 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:34:44 > git init /w/workspace/edgex-go/6 # timeout=10 00:34:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:44 > git --version # timeout=10 00:34:44 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:44 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:00 Fetching without tags 00:35:00 Merging remotes/origin/master commit a7ec3a865ede80db86ffd188b897ddab9785937f into PR head commit 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 00:35:01 Merge succeeded, producing ac6f3e31051d933724f8a2cf18690ae779cf7046 00:35:01 Checking out Revision ac6f3e31051d933724f8a2cf18690ae779cf7046 (PR-2659) 00:35:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:00 > git config --add remote.origin.fetch +refs/pull/2659/head:refs/remotes/origin/PR-2659 # timeout=10 00:35:00 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:00 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:00 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:00 > git config core.sparsecheckout # timeout=10 00:35:00 > git checkout -f 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 # timeout=10 00:35:01 > git remote # timeout=10 00:35:01 > git config --get remote.origin.url # timeout=10 00:35:01 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:01 > git merge a7ec3a865ede80db86ffd188b897ddab9785937f # timeout=10 00:35:01 > git rev-parse HEAD^{commit} # timeout=10 00:35:01 > git config core.sparsecheckout # timeout=10 00:35:01 > git checkout -f ac6f3e31051d933724f8a2cf18690ae779cf7046 # timeout=10 00:35:05 Commit message: "Merge commit 'a7ec3a865ede80db86ffd188b897ddab9785937f' into HEAD" 00:35:05 First time build. Skipping changelog. 00:35:05 ---> 91d1d7f88e62 00:35:05 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:35:05 ---> b8c9d0285496 00:35:05 Step 9/23 : RUN make cmd/support-notifications/support-notifications 00:35:05 ---> d6441b574126 00:35:05 Step 9/22 : RUN make cmd/core-data/core-data 00:35:05 ---> 14cbebf2dccf 00:35:05 Step 9/21 : RUN make cmd/core-metadata/core-metadata 00:35:05 ---> c6dd29288583 00:35:05 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 00:35:05 ---> Running in a08de4c94e26 00:35:05 ---> Running in 0efd76ef6fc1 00:35:05 ---> Running in f9c8a1373214 00:35:05 ---> Running in 382fa17b542e 00:35:05 ---> Running in 56a2b834038d 00:35:05 > git rev-list --no-walk 096a41bc119aae963718c00c8ff751384996e8bc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 00:35:06 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 00:35:06 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 00:35:06 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 00:35:07 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 00:35:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [Pipeline] echo 00:35:17 ========================================================= 00:35:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 00:35:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:18 + 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 . 00:35:22 Sending build context to Docker daemon 323MB 00:35:22 Step 1/7 : ARG BASE=golang:1.13-alpine 00:35:22 Step 2/7 : FROM ${BASE} 00:35:22 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:35:22 b538f80385f9: Pulling fs layer 00:35:22 74f711af9a0d: Pulling fs layer 00:35:22 99f96fe45779: Pulling fs layer 00:35:22 fd7a069fd194: Pulling fs layer 00:35:22 66aa3694b03b: Pulling fs layer 00:35:22 170f70906a0f: Pulling fs layer 00:35:22 ad7c5574e4b9: Pulling fs layer 00:35:22 e772456be8f7: Pulling fs layer 00:35:22 c890913d741a: Pulling fs layer 00:35:22 2480fcc9aa5a: Pulling fs layer 00:35:22 09adf4765672: Pulling fs layer 00:35:22 fd7a069fd194: Waiting 00:35:22 66aa3694b03b: Waiting 00:35:22 170f70906a0f: Waiting 00:35:22 ad7c5574e4b9: Waiting 00:35:22 e772456be8f7: Waiting 00:35:22 c890913d741a: Waiting 00:35:22 2480fcc9aa5a: Waiting 00:35:22 09adf4765672: Waiting 00:35:22 99f96fe45779: Verifying Checksum 00:35:22 99f96fe45779: Download complete 00:35:22 74f711af9a0d: Verifying Checksum 00:35:22 74f711af9a0d: Download complete 00:35:22 66aa3694b03b: Download complete 00:35:22 170f70906a0f: Download complete 00:35:22 b538f80385f9: Download complete 00:35:23 b538f80385f9: Pull complete 00:35:23 74f711af9a0d: Pull complete 00:35:24 99f96fe45779: Pull complete 00:35:25 ad7c5574e4b9: Verifying Checksum 00:35:25 ad7c5574e4b9: Download complete 00:35:25 c890913d741a: Verifying Checksum 00:35:25 c890913d741a: Download complete 00:35:27 e772456be8f7: Verifying Checksum 00:35:27 e772456be8f7: Download complete 00:35:27 09adf4765672: Verifying Checksum 00:35:27 09adf4765672: Download complete 00:35:27 fd7a069fd194: Download complete 00:35:27 2480fcc9aa5a: Verifying Checksum 00:35:27 2480fcc9aa5a: Download complete 00:35:39 Removing intermediate container 0efd76ef6fc1 00:35:39 ---> 7dc8a4c916e0 00:35:39 00:35:39 Step 10/20 : FROM alpine 00:35:39 latest: Pulling from library/alpine 00:35:39 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:35:39 Status: Downloaded newer image for alpine:latest 00:35:39 ---> a24bb4013296 00:35:39 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:35:39 ---> Running in cf28c67576ff 00:35:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:39 v3.12.0-253-g9028084776 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:35:39 v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:35:39 OK: 12746 distinct packages available 00:35:39 (1/4) Installing ca-certificates (20191127-r4) 00:35:39 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:35:39 (3/4) Installing libcurl (7.69.1-r0) 00:35:39 (4/4) Installing curl (7.69.1-r0) 00:35:39 Executing busybox-1.31.1-r16.trigger 00:35:39 Executing ca-certificates-20191127-r4.trigger 00:35:39 OK: 7 MiB in 18 packages 00:35:40 fd7a069fd194: Pull complete 00:35:40 66aa3694b03b: Pull complete 00:35:40 170f70906a0f: Pull complete 00:35:42 ad7c5574e4b9: Pull complete 00:35:43 Removing intermediate container cf28c67576ff 00:35:43 ---> f4c450a670c2 00:35:43 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:35:43 ---> Running in 398b40948d3a 00:35:43 Removing intermediate container 398b40948d3a 00:35:43 ---> 46e87f144c0f 00:35:43 Step 13/20 : WORKDIR /edgex 00:35:47 ---> Running in 5f6e157909e5 00:35:47 e772456be8f7: Pull complete 00:35:47 c890913d741a: Pull complete 00:35:48 Removing intermediate container 56a2b834038d 00:35:48 ---> 9fccd0f4de80 00:35:48 00:35:48 Step 10/20 : FROM scratch 00:35:48 ---> 00:35:48 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:35:48 Removing intermediate container 382fa17b542e 00:35:48 ---> 7b7a99aedebe 00:35:48 00:35:48 Step 10/21 : FROM scratch 00:35:48 ---> 00:35:48 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:35:48 Removing intermediate container a08de4c94e26 00:35:48 ---> 88b5e8a281cb 00:35:48 00:35:48 Step 10/23 : FROM scratch 00:35:48 ---> 00:35:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:35:48 Removing intermediate container 5f6e157909e5 00:35:48 ---> c645a45c4e7b 00:35:48 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:35:48 ---> Running in ceb5a02aaafd 00:35:48 ---> Running in 30388e73d0ca 00:35:48 ---> Running in 5e50a0973599 00:35:49 2480fcc9aa5a: Pull complete 00:35:50 09adf4765672: Pull complete 00:35:50 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 00:35:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 00:35:50 ---> 2248a725d1cf 00:35:50 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 00:35:50 Removing intermediate container ceb5a02aaafd 00:35:50 ---> 075eb5ba51f2 00:35:50 Step 12/21 : ENV APP_PORT=48081 00:35:51 Removing intermediate container 5e50a0973599 00:35:51 ---> cc483afa0d7e 00:35:51 Step 12/20 : ENV APP_PORT=48085 00:35:51 Removing intermediate container 30388e73d0ca 00:35:51 ---> a10d9146b9f1 00:35:51 Step 12/23 : ENV APP_PORT=48060 00:35:51 ---> Running in 17b4fb4d44b6 00:35:52 ---> 735cec01f134 00:35:52 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:35:52 ---> Running in 9d079a47e856 00:35:52 ---> Running in a368cb810271 00:35:52 Removing intermediate container 17b4fb4d44b6 00:35:52 ---> 523494132efd 00:35:52 Step 13/21 : EXPOSE $APP_PORT 00:35:52 Removing intermediate container f9c8a1373214 00:35:52 ---> 82304147c485 00:35:52 00:35:52 Step 10/22 : FROM alpine 00:35:52 ---> a24bb4013296 00:35:52 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:35:52 ---> Running in 027554e358bd 00:35:53 Removing intermediate container 9d079a47e856 00:35:53 ---> aa0e607fced2 00:35:53 Step 13/20 : EXPOSE $APP_PORT 00:35:53 ---> 939f727680bc 00:35:53 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:35:53 Removing intermediate container a368cb810271 00:35:53 ---> 5c58507da949 00:35:53 Step 13/23 : EXPOSE $APP_PORT 00:35:53 ---> Running in 6701233c6f46 00:35:53 ---> Running in b3fbdfaf5134 00:35:53 ---> Running in a201471edb5a 00:35:53 ---> Running in 7717821a59ef 00:35:53 Removing intermediate container 027554e358bd 00:35:53 ---> 6d2ff124d2b7 00:35:53 Step 14/21 : WORKDIR / 00:35:53 ---> Running in 9e871e1f8877 00:35:54 Removing intermediate container a201471edb5a 00:35:54 ---> 2aa37ebb1fd2 00:35:54 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 00:35:54 Removing intermediate container b3fbdfaf5134 00:35:54 ---> 9992913fd1c7 00:35:54 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:35:54 Removing intermediate container 6701233c6f46 00:35:54 ---> 5d1fff51d0dd 00:35:54 Step 12/22 : ENV APP_PORT=48080 00:35:54 Removing intermediate container 7717821a59ef 00:35:54 ---> 6ab6bced16b0 00:35:54 Step 17/20 : CMD ["--init=true"] 00:35:54 ---> Running in 568dfc21de0f 00:35:54 Removing intermediate container 9e871e1f8877 00:35:54 ---> 92e845c413c4 00:35:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:35:54 ---> Running in 1595f5155c3b 00:35:54 ---> 42534ae8749f 00:35:54 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:35:54 ---> 3633e6f27902 00:35:54 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:35:54 Removing intermediate container 568dfc21de0f 00:35:54 ---> 8da209d7b7b8 00:35:54 Step 13/22 : EXPOSE $APP_PORT 00:35:54 ---> 675e5c39dfed 00:35:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:35:54 Removing intermediate container 1595f5155c3b 00:35:54 ---> c8751b0a03f0 00:35:54 Step 18/20 : LABEL arch=x86_64 00:35:54 ---> Running in eda3d1b7825a 00:35:55 ---> Running in 87f1ef478348 00:35:55 ---> 206f81198930 00:35:55 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 00:35:55 ---> f521b76f1ab9 00:35:55 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:35:55 Removing intermediate container eda3d1b7825a 00:35:55 ---> 611186b08e7d 00:35:55 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:55 ---> 9336371f23a5 00:35:55 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:35:55 Removing intermediate container 87f1ef478348 00:35:55 ---> b9334d827034 00:35:55 Step 19/20 : LABEL git_sha=5ba82f7991f8145100b3c4401eea6f321c7dfb16 00:35:56 ---> Running in 3307e0356000 00:35:56 ---> Running in 871a1edc59f6 00:35:57 ---> 8e777b428df9 00:35:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:35:57 ---> bbf6eaafb30c 00:35:57 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:35:57 ---> 50c33a53f1e2 00:35:57 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:35:57 ---> Running in e702d45da33d 00:35:57 ---> Running in 7e6dbda490be 00:35:57 ---> Running in 0e8fab278693 00:35:57 Removing intermediate container 871a1edc59f6 00:35:57 ---> 805f072055e8 00:35:57 Step 20/20 : LABEL version=0.0.0 00:35:57 ---> 49d114d8781b 00:35:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:35:57 ---> Running in 05d6b9944c23 00:35:57 Removing intermediate container 0e8fab278693 00:35:57 ---> 78a9585c3d1f 00:35:57 Step 18/20 : LABEL arch=x86_64 00:35:57 Removing intermediate container 7e6dbda490be 00:35:57 ---> 299b4d87a5f3 00:35:57 Step 19/21 : LABEL arch=x86_64 00:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:58 ---> Running in 6721d5ca2ef1 00:35:58 ---> Running in bf1867ffdee7 00:35:58 Removing intermediate container 05d6b9944c23 00:35:58 ---> 0d0747b0653c 00:35:58 00:35:58 ---> 60d7eb306dd0 00:35:58 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:35:58 Successfully built 0d0747b0653c 00:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:59 Successfully tagged docker-security-proxy-setup-go:latest 00:35:59 Removing intermediate container 6721d5ca2ef1 00:35:59 ---> b52829f75766 00:35:59 Step 20/21 : LABEL git_sha=5ba82f7991f8145100b3c4401eea6f321c7dfb16 Building docker-security-proxy-setup-go ... done  00:35:59 Building docker-core-command-go 00:35:59 Removing intermediate container bf1867ffdee7 00:35:59 (1/12) Installing libmagic (5.38-r0) 00:35:59 ---> a4cfb7cfe843 00:35:59 Step 19/20 : LABEL git_sha=5ba82f7991f8145100b3c4401eea6f321c7dfb16 00:35:59 Removing intermediate container 3307e0356000 00:35:59 ---> 394270e75ea4 00:35:59 Step 15/22 : RUN apk --no-cache add zeromq 00:35:59 ---> 589d9a7cbba0 00:35:59 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:35:59 ---> Running in c8371253b382 00:35:59 ---> Running in b0804c7b095e 00:35:59 ---> Running in 8969823cf3eb 00:35:59 (2/12) Installing file (5.38-r0) 00:35:59 ---> Running in 0644226bd76f 00:35:59 (3/12) Installing libc-dev (0.7.2-r3) 00:35:59 (4/12) Installing g++ (9.3.0-r2) 00:36:00 Removing intermediate container 8969823cf3eb 00:36:00 ---> d4f773e63505 00:36:00 Step 21/21 : LABEL version=0.0.0 00:36:00 Removing intermediate container b0804c7b095e 00:36:00 ---> 7f53c40a0599 00:36:00 Step 20/20 : LABEL version=0.0.0 00:36:00 Removing intermediate container 0644226bd76f 00:36:00 ---> 93dfbb8cd5fd 00:36:00 Step 21/23 : LABEL arch=x86_64 00:36:00 ---> Running in 2a8504c509b9 00:36:00 ---> Running in e29782c123ee 00:36:00 ---> Running in e5507e45fa68 00:36:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:01 (1/5) Installing libgcc (9.3.0-r2) 00:36:01 (2/5) Installing libsodium (1.0.18-r0) 00:36:01 (3/5) Installing libstdc++ (9.3.0-r2) 00:36:01 Removing intermediate container 2a8504c509b9 00:36:01 ---> 94586d0093df 00:36:01 00:36:02 (4/5) Installing libzmq (4.3.2-r0) 00:36:02 Successfully built 94586d0093df 00:36:02 Removing intermediate container e5507e45fa68 00:36:02 ---> 2ca9ace5045b 00:36:02 Step 22/23 : LABEL git_sha=5ba82f7991f8145100b3c4401eea6f321c7dfb16 00:36:02 (5/5) Installing zeromq (4.3.2-r0) 00:36:02 (5/12) Installing fortify-headers (1.1-r0) 00:36:02 (6/12) Installing patch (2.7.6-r6) 00:36:02 (7/12) Installing build-base (0.5-r2) 00:36:02 (8/12) Installing libsodium (1.0.18-r0) 00:36:02 (9/12) Installing pkgconf (1.7.2-r0) 00:36:02 Successfully tagged docker-core-metadata-go:latest 00:36:02  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 00:36:02 ---> Running in be4faffd30e6 00:36:02 Removing intermediate container e29782c123ee 00:36:02 ---> 8b3c070b3ab2 00:36:02 00:36:02 Executing busybox-1.31.1-r16.trigger 00:36:02 OK: 8 MiB in 19 packages 00:36:02 Successfully built 8b3c070b3ab2 00:36:02 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:02 (11/12) Installing libzmq (4.3.2-r0) 00:36:02 (12/12) Installing zeromq-dev (4.3.2-r0) 00:36:02 Executing busybox-1.31.1-r16.trigger 00:36:02 OK: 217 MiB in 51 packages 00:36:03 Successfully tagged docker-support-scheduler-go:latest 00:36:03 Building docker-support-logging-go 00:36:07 Removing intermediate container e702d45da33d 00:36:07 ---> 06241053bae7 00:36:07 Step 4/7 : WORKDIR /edgex-go 00:36:07 ---> Running in 4c4f1d64bbe2 00:36:07 Removing intermediate container 4c4f1d64bbe2 00:36:07 ---> ecc1c44bd4cf 00:36:07 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:36:08 latest: Pulling from library/docker 00:36:08 b538f80385f9: Already exists 00:36:08 259a493cd78d: Pulling fs layer 00:36:08 b8e66b5100f5: Pulling fs layer 00:36:08 39dc9c94d07c: Pulling fs layer 00:36:08 551b823b3b82: Pulling fs layer 00:36:08 3c52a74df98c: Pulling fs layer 00:36:08 6c9b121b6998: Pulling fs layer 00:36:08 551b823b3b82: Waiting 00:36:08 3c52a74df98c: Waiting 00:36:08 6c9b121b6998: Waiting 00:36:08 b8e66b5100f5: Verifying Checksum 00:36:08 b8e66b5100f5: Download complete 00:36:08 259a493cd78d: Verifying Checksum 00:36:08 259a493cd78d: Download complete 00:36:08 551b823b3b82: Verifying Checksum 00:36:08 551b823b3b82: Download complete 00:36:08 3c52a74df98c: Verifying Checksum 00:36:08 3c52a74df98c: Download complete 00:36:08 6c9b121b6998: Verifying Checksum 00:36:08 6c9b121b6998: Download complete 00:36:09 259a493cd78d: Pull complete 00:36:09 b8e66b5100f5: Pull complete 00:36:09 39dc9c94d07c: Verifying Checksum 00:36:09 39dc9c94d07c: Download complete 00:36:11  Building docker-support-scheduler-go ... done Removing intermediate container be4faffd30e6 00:36:11 ---> dafc9694097d 00:36:11 Step 23/23 : LABEL version=0.0.0 00:36:11 ---> Running in 69edeedf3bec 00:36:13 39dc9c94d07c: Pull complete 00:36:13 551b823b3b82: Pull complete 00:36:13 3c52a74df98c: Pull complete 00:36:14 6c9b121b6998: Pull complete 00:36:14 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 00:36:14 Status: Downloaded newer image for docker:latest 00:36:16 Removing intermediate container c8371253b382 00:36:16 ---> 07b2c63da34f 00:36:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:36:16 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:16 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:16 ---> fea9629c5514 00:36:16 Step 3/21 : WORKDIR /edgex-go 00:36:16 ---> Using cache 00:36:16 ---> 6edaa03a13ee 00:36:16 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:16 ---> Using cache 00:36:16 ---> 3feb9a25469d 00:36:16 Step 5/21 : RUN apk update && apk add make git 00:36:16 ---> Using cache 00:36:16 ---> 5cc8a44a7166 00:36:16 Step 6/21 : COPY go.mod . 00:36:16 ---> Using cache 00:36:16 ---> 55da3f4f672f 00:36:16 Step 7/21 : RUN go mod download 00:36:16 ---> Using cache 00:36:16 ---> 5e748e15f348 00:36:16 Step 8/21 : COPY . . 00:36:17 ---> Using cache 00:36:17 ---> 14cbebf2dccf 00:36:17 Step 9/21 : RUN make cmd/core-command/core-command 00:36:17 ---> d26682e2fa05 00:36:17 Step 6/7 : COPY go.mod . 00:36:18 ---> e67f531bef65 00:36:18 Step 7/7 : RUN go mod download 00:36:18 ---> Running in 5acc37d75da6 00:36:18 Removing intermediate container 69edeedf3bec 00:36:18 ---> ec73a690ac14 00:36:18 00:36:19 Successfully built ec73a690ac14 00:36:19 ---> Running in 71b97bca2ddf 00:36:19 Successfully tagged docker-support-notifications-go:latest 00:36:19 Building docker-sys-mgmt-agent-go 00:36:20  Building docker-support-notifications-go ... done  ---> 71fc3c8cc4d3 00:36:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:36:21 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:36:21 ---> fea9629c5514 00:36:21 Step 3/26 : WORKDIR /edgex-go 00:36:21 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:36:21 go: finding github.com/BurntSushi/toml v0.3.1 00:36:21 go: finding github.com/OneOfOne/xxhash v1.2.5 00:36:21 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:36:21 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:36:21 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:36:21 go: finding github.com/bgentry/speakeasy v0.1.0 00:36:21 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:36:21 go: finding github.com/davecgh/go-spew v1.1.1 00:36:21 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:36:21 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:36:21 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:36:21 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:36:21 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:36:21 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:36:21 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 00:36:21 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:36:21 go: finding github.com/fatih/color v1.7.0 00:36:21 go: finding github.com/fsnotify/fsnotify v1.4.7 00:36:21 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:36:21 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 00:36:21 go: finding github.com/go-kit/kit v0.8.0 00:36:21 go: finding github.com/go-logfmt/logfmt v0.4.0 00:36:21 go: finding github.com/go-redis/redis/v7 v7.2.0 00:36:21 ---> Using cache 00:36:21 ---> 6edaa03a13ee 00:36:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:21 ---> Using cache 00:36:21 ---> 3feb9a25469d 00:36:21 Step 5/26 : RUN apk update && apk add make git 00:36:21 ---> Using cache 00:36:21 ---> 5cc8a44a7166 00:36:21 Step 6/26 : COPY go.mod . 00:36:21 ---> Using cache 00:36:21 ---> 55da3f4f672f 00:36:21 Step 7/26 : RUN go mod download 00:36:21 ---> Using cache 00:36:21 ---> 5e748e15f348 00:36:21 Step 8/26 : COPY . . 00:36:21 ---> Using cache 00:36:21 ---> 14cbebf2dccf 00:36:21 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 00:36:22 go: finding github.com/go-stack/stack v1.8.0 00:36:22 go: finding github.com/golang/protobuf v1.3.2 00:36:22 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:36:22 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:36:22 go: finding github.com/google/uuid v1.1.0 00:36:22 go: finding github.com/gorilla/mux v1.7.1 00:36:22 go: finding github.com/hashicorp/consul/api v1.1.0 00:36:22 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:36:22 go: finding github.com/hashicorp/errwrap v1.0.0 00:36:22 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:36:22 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:36:22 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:36:22 go: finding github.com/hashicorp/go-multierror v1.0.0 00:36:22 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:36:22 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:36:22 go: finding github.com/hashicorp/go-syslog v1.0.0 00:36:22 go: finding github.com/hashicorp/go-uuid v1.0.1 00:36:22 go: finding github.com/hashicorp/go.net v0.0.1 00:36:22 go: finding github.com/hashicorp/golang-lru v0.5.0 00:36:22 go: finding github.com/hashicorp/logutils v1.0.0 00:36:22 go: finding github.com/hashicorp/mdns v1.0.0 00:36:22 go: finding github.com/hashicorp/memberlist v0.1.3 00:36:22 go: finding github.com/hashicorp/serf v0.8.2 00:36:22 go: finding github.com/hpcloud/tail v1.0.0 00:36:22 go: finding github.com/imdario/mergo v0.3.6 00:36:22 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:36:22 go: finding github.com/kr/pretty v0.1.0 00:36:22 go: finding github.com/kr/pty v1.1.1 00:36:22 go: finding github.com/kr/text v0.1.0 00:36:22 go: finding github.com/mattn/go-colorable v0.0.9 00:36:22 go: finding github.com/mattn/go-isatty v0.0.3 00:36:22 go: finding github.com/miekg/dns v1.0.14 00:36:22 go: finding github.com/mitchellh/cli v1.0.0 00:36:22 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:36:22 go: finding github.com/mitchellh/copystructure v1.0.0 00:36:22 go: finding github.com/mitchellh/go-homedir v1.0.0 00:36:22 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:36:22 go: finding github.com/mitchellh/gox v0.4.0 00:36:22 go: finding github.com/mitchellh/iochan v1.0.0 00:36:22 go: finding github.com/mitchellh/mapstructure v1.1.2 00:36:22 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:36:22 go: finding github.com/onsi/ginkgo v1.10.1 00:36:23 go: finding github.com/onsi/gomega v1.7.0 00:36:23 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:36:23 go: finding github.com/pebbe/zmq4 v1.0.0 00:36:23 go: finding github.com/pelletier/go-toml v1.2.0 00:36:23 go: finding github.com/pkg/errors v0.8.1 00:36:23 go: finding github.com/pmezard/go-difflib v1.0.0 00:36:23 go: finding github.com/posener/complete v1.1.1 00:36:23 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:36:23 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:36:23 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:36:23 go: finding github.com/stretchr/objx v0.1.0 00:36:23 go: finding github.com/stretchr/testify v1.5.1 00:36:23 go: finding github.com/ugorji/go v1.1.4 00:36:23 go: finding github.com/x448/float16 v0.8.4 00:36:23 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:36:23 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:36:23 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:36:23 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:36:23 go: finding golang.org/x/text v0.3.2 00:36:23 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:36:23 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:36:23 go: finding gopkg.in/eapache/queue.v1 v1.1.0 00:36:23 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:36:23 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:36:23 go: finding gopkg.in/yaml.v2 v2.2.8 00:36:25 ---> Running in 184235fd33cd 00:36: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 00:36:25 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:25 ---> fea9629c5514 00:36:25 Step 3/21 : WORKDIR /edgex-go 00:36:25 ---> Using cache 00:36:25 ---> 6edaa03a13ee 00:36:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:25 ---> Using cache 00:36:25 ---> 3feb9a25469d 00:36:25 Step 5/21 : RUN apk update && apk add make && apk add bash git 00:36:26 ---> 2ae3d4e421f6 00:36:26 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:36:26 ---> Running in f5fa0a3ef2b0 00:36:26 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 00:36:27 ---> a461764e5d8d 00:36:27 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:36:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:28 ---> Running in dc8c80d3e7e6 00:36:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:29 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:29 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:29 OK: 12746 distinct packages available 00:36:29 Removing intermediate container dc8c80d3e7e6 00:36:29 ---> d703169a4881 00:36:29 Step 20/22 : LABEL arch=x86_64 00:36:29 ---> Running in e368ef117209 00:36:30 OK: 233 MiB in 51 packages 00:36:30 OK: 233 MiB in 51 packages 00:36:31 Removing intermediate container e368ef117209 00:36:31 ---> b3261b29e374 00:36:31 Step 21/22 : LABEL git_sha=5ba82f7991f8145100b3c4401eea6f321c7dfb16 00:36:31 ---> Running in 1ca46aa2cc78 00:36:33 Removing intermediate container 1ca46aa2cc78 00:36:33 ---> 7255b2909deb 00:36:33 Step 22/22 : LABEL version=0.0.0 00:36:33 ---> Running in 5566a126a6fa 00:36:33 Removing intermediate container f5fa0a3ef2b0 00:36:33 ---> 71102161aa43 00:36:33 Step 6/21 : COPY go.mod . 00:36:33 Removing intermediate container 5566a126a6fa 00:36:33 ---> ea134680cdb2 00:36:33 00:36:34 ---> d10db8a2a4b1 00:36:34 Step 7/21 : RUN go mod download 00:36:34 Successfully built ea134680cdb2 00:36:34 Successfully tagged docker-core-data-go:latest 00:36:34 Building docker-security-secrets-setup-go 00:36:35  Building docker-core-data-go ... done  ---> Running in fcd6124ec1f8 00:36:40 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:40 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:36:40 ---> fea9629c5514 00:36:40 Step 3/26 : WORKDIR /edgex-go 00:36:40 ---> Using cache 00:36:40 ---> 6edaa03a13ee 00:36:40 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:40 ---> Using cache 00:36:40 ---> 3feb9a25469d 00:36:40 Step 5/26 : RUN apk update && apk add make bash git 00:36:40 ---> Running in 749e86498eb2 00:36:41 Removing intermediate container fcd6124ec1f8 00:36:41 ---> 53a278b5648e 00:36:41 Step 8/21 : COPY . . 00:36:42 Removing intermediate container 5acc37d75da6 00:36:42 ---> 7a68c3c04582 00:36:42 Successfully built 7a68c3c04582 00:36:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] } 00:36:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:42 + docker inspect -f . ci-base-image-arm64 00:36:42 . [Pipeline] withDockerContainer 00:36:42 prd-ubuntu18.04-docker-arm64-4c-16g-332 does not seem to be running inside a container 00:36:43 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:44 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:44 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:44 OK: 12746 distinct packages available 00:36:44 $ docker top e568f7e34a9985b1a5716c07f2eaa548cb861ca204a8da7ea3382c9335a98db2 -eo pid,comm 00:36:44 OK: 233 MiB in 51 packages [Pipeline] { [Pipeline] sh 00:36:45 + go version 00:36:45 go version go1.13.13 linux/arm64 [Pipeline] echo 00:36:45 ========================================================= 00:36:45 [edgeXBuildGoParallel] Running Tests and Build... 00:36:45 ========================================================= [Pipeline] sh 00:36:46 + make test 00:36:46 GO111MODULE=on go test -coverprofile=coverage.out ./... 00:36:48 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:54 Removing intermediate container 749e86498eb2 00:36:54 ---> 2522c0c7b1a3 00:36:54 Step 6/26 : COPY go.mod . 00:36:54 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 00:36:54 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:36:54 ---> fea9629c5514 00:36:54 Step 3/29 : WORKDIR /edgex-go 00:36:54 ---> Using cache 00:36:54 ---> 6edaa03a13ee 00:36:54 Step 4/29 : RUN apk update && apk add make git 00:36:56 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 00:36:56 ---> Running in fb04c8cf48c7 00:36:56 ---> 4c5745677741 00:36:56 Step 7/26 : RUN go mod download 00:36:57 ---> Running in 21e90dd23082 00:37:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:01 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 00:37:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:02 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:37:02 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:37:02 OK: 12746 distinct packages available 00:37:03 OK: 233 MiB in 51 packages 00:37:05 Removing intermediate container 71b97bca2ddf 00:37:05 ---> 4b4021326122 00:37:05 00:37:05 Step 10/21 : FROM scratch 00:37:05 ---> 00:37:05 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:05 Removing intermediate container 21e90dd23082 00:37:05 ---> c751f1ed378e 00:37:05 Step 8/26 : COPY . . 00:37:05 ---> 855783552bc8 00:37:05 Step 9/21 : RUN make cmd/support-logging/support-logging 00:37:06 ---> Running in 128a75c0c424 00:37:06 ---> Using cache 00:37:06 ---> cc483afa0d7e 00:37:06 Step 12/21 : ENV APP_PORT=48082 00:37:06 Removing intermediate container fb04c8cf48c7 00:37:06 ---> 46b361099b94 00:37:06 Step 5/29 : COPY go.mod . 00:37:06 ---> Running in eb0dc175beca 00:37:10 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 00:37:11 ---> e63747c4791b 00:37:11 Step 6/29 : RUN go mod download 00:37:11 Removing intermediate container eb0dc175beca 00:37:11 ---> 75903b516453 00:37:11 Step 13/21 : EXPOSE $APP_PORT 00:37:12 ---> Running in 95b547c166b5 00:37:13 ---> Running in 92de1266f211 00:37:13 Removing intermediate container 184235fd33cd 00:37:13 ---> 00f7bb5b0f40 00:37:13 00:37:13 Step 10/26 : FROM alpine:3.10 00:37:13 3.10: Pulling from library/alpine 00:37:14 Removing intermediate container 95b547c166b5 00:37:14 ---> ae7f57d46071 00:37:14 Step 14/21 : WORKDIR / 00:37:17 ---> Running in a7e983636744 00:37:18 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:37:18 Status: Downloaded newer image for alpine:3.10 00:37:18 ---> be4e4bea2c2e 00:37:18 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:37:18 ---> Running in 88cbaa28454b 00:37:19 Removing intermediate container a7e983636744 00:37:19 ---> a1b5cda0ac5a 00:37:19 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:37:21 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:37:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:37:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:37:21 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:37:21 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:37:21 OK: 10346 distinct packages available 00:37:22 (1/5) Installing ca-certificates (20191127-r2) 00:37:22 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:37:22 (3/5) Installing libcurl (7.66.0-r0) 00:37:22 (4/5) Installing curl (7.66.0-r0) 00:37:22 (5/5) Installing dumb-init (1.2.2-r1) 00:37:22 Executing busybox-1.30.1-r3.trigger 00:37:22 Executing ca-certificates-20191127-r2.trigger 00:37:22 ---> 3bdc49534e1b 00:37:22 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:37:22 OK: 7 MiB in 19 packages 00:37:24 Removing intermediate container 92de1266f211 00:37:24 ---> d30632d9dd26 00:37:24 Step 7/29 : COPY . . 00:37:25 ---> e4ccff15a689 00:37:25 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:37:33 ---> b66ea2f63eef 00:37:33 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:37:33 Removing intermediate container 88cbaa28454b 00:37:33 ---> d4491b2c7aff 00:37:33 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:33 ---> f8fcdb23e9e1 00:37:33 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:37:34 ---> Running in 54cb369e4b9f 00:37:34 ---> Running in ac232836d1b4 00:37:34 ---> Running in b1f3493bf310 00:37:36 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:36 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:37:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:37:36 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.030s 00:37:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 00:37:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:37:36 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:37:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:37:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:37:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:37:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:37:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:37:39 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 00:37:42 Removing intermediate container b1f3493bf310 00:37:42 ---> 36828762d6eb 00:37:42 Step 13/26 : WORKDIR / 00:37:42 Removing intermediate container ac232836d1b4 00:37:42 ---> c85745f7108e 00:37:42 Step 19/21 : LABEL arch=x86_64 00:37:44 ---> Running in 300757e70a20 00:37:44 ---> Running in 8979173cfb2f 00:37:44 Removing intermediate container 128a75c0c424 00:37:44 ---> c178b5b0e626 00:37:44 00:37:44 Step 10/21 : FROM scratch 00:37:44 ---> 00:37:44 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:37:45 ---> 5c6ffc7edaa0 00:37:45 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:37:45 ---> Running in 4c1067eeeb29 00:37:45 ---> Using cache 00:37:45 ---> a10d9146b9f1 00:37:45 Step 12/21 : ENV APP_PORT=48061 00:37:45 ---> Running in be235364c895 00:37:45 Removing intermediate container 8979173cfb2f 00:37:45 ---> c81e42c762ef 00:37:45 Step 20/21 : LABEL git_sha=5ba82f7991f8145100b3c4401eea6f321c7dfb16 00:37:45 Removing intermediate container 300757e70a20 00:37:45 ---> c26f2650e707 00:37:45 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:37:46 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 00:37:46 ---> Running in e1d09836378e 00:37:46 Removing intermediate container be235364c895 00:37:46 ---> 89d941ffafdf 00:37:46 Step 13/21 : EXPOSE $APP_PORT 00:37:46 ---> Running in 6c065e36d57d 00:37:46 Removing intermediate container e1d09836378e 00:37:46 ---> b4b714b2001c 00:37:46 Step 21/21 : LABEL version=0.0.0 00:37:46 ---> Running in f2c9183c92e6 00:37:46 ---> 18db7699ed14 00:37:46 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:37:46 Removing intermediate container 6c065e36d57d 00:37:46 ---> 3497c0b30952 00:37:46 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 00:37:46 Removing intermediate container f2c9183c92e6 00:37:46 ---> 16f702dfab30 00:37:46 00:37:47 ---> fa3c1d990949 00:37:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:37:47 Successfully built 16f702dfab30 00:37:47 ---> e2eaf4ae9d04 00:37:47 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:47 Successfully tagged docker-core-command-go:latest 00:37:47  Building docker-core-command-go ... done  ---> 5ba70a707216 00:37:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:37:47 ---> 0ce4ddd3ae8f 00:37:47 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 00:37:48 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.063s coverage: 46.6% of statements 00:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:37:48 ---> 1b3a4753e078 00:37:48 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:48 ---> 2fc977194a60 00:37:48 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:37:49 ---> ddd71f98ac67 00:37:49 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:49 ---> 770fdf0b0011 00:37:49 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:37:49 ---> Running in 417b35e5742e 00:37:49 ---> 0376a7149e77 00:37:49 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 00:37:49 Removing intermediate container 417b35e5742e 00:37:49 ---> 07d0c5e6cb4b 00:37:49 Step 19/21 : LABEL arch=x86_64 00:37:49 ---> Running in bcd13b1fab85 00:37:50 Removing intermediate container bcd13b1fab85 00:37:50 ---> 88d99eb7a974 00:37:50 Step 20/21 : LABEL git_sha=5ba82f7991f8145100b3c4401eea6f321c7dfb16 00:37:51 ---> Running in be1932d35e57 00:37:51 ---> 32a2709ccdf8 00:37:51 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:51 Removing intermediate container be1932d35e57 00:37:51 ---> b169988c4e46 00:37:51 Step 21/21 : LABEL version=0.0.0 00:37:51 ---> Running in f01f5f7ea689 00:37:51 ---> 32c684d7c1d2 00:37:51 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:37:51 ---> Running in 6cf1bc5605fa 00:37:52 Removing intermediate container f01f5f7ea689 00:37:52 ---> 3b0bcf02f8f0 00:37:52 00:37:52 Successfully built 3b0bcf02f8f0 00:37:52 Successfully tagged docker-support-logging-go:latest 00:37:53  Building docker-support-logging-go ... done Removing intermediate container 6cf1bc5605fa 00:37:53 ---> 78cb78d69167 00:37:53 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 00:37:53 ---> Running in 64048fcb7b88 00:37:53 Removing intermediate container 64048fcb7b88 00:37:53 ---> cd76bc00b707 00:37:53 Step 24/26 : LABEL arch=x86_64 00:37:54 ---> Running in 7473aa8b2628 00:37:54 Removing intermediate container 7473aa8b2628 00:37:54 ---> d1f1076ff248 00:37:54 Step 25/26 : LABEL git_sha=5ba82f7991f8145100b3c4401eea6f321c7dfb16 00:37:54 ---> Running in c481e3ef0ff7 00:37:54 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.162s coverage: 27.3% of statements 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:37:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:37:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:37:55 Removing intermediate container c481e3ef0ff7 00:37:55 ---> 23747191c930 00:37:55 Step 26/26 : LABEL version=0.0.0 00:37:55 ---> Running in bf8ded7f7e20 00:37:55 Removing intermediate container bf8ded7f7e20 00:37:55 ---> d54993b32ba3 00:37:55 00:37:55 Successfully built d54993b32ba3 00:37:55 Successfully tagged docker-security-secretstore-setup-go:latest 00:37:58  Building docker-security-secretstore-setup-go ... done Removing intermediate container 54cb369e4b9f 00:37:58 ---> 7b1bbf8c12e8 00:37:58 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:37:58 ---> Running in 3067f513bc0e 00:37:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.314s coverage: 28.6% of statements 00:37:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:37:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:37:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:37:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:37:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:37:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements 00:37:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:37:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements 00:37:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:37:58 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 00:37:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.074s coverage: 89.8% of statements 00:37:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.232s coverage: 97.5% of statements 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 100.0% of statements 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.077s coverage: 58.8% of statements 00:38:01 Removing intermediate container 4c1067eeeb29 00:38:01 ---> 129c8ccff42b 00:38:01 00:38:01 Step 9/29 : FROM alpine:latest 00:38:01 ---> a24bb4013296 00:38:01 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:38:01 ---> Running in 979c6885bde3 00:38:01 Removing intermediate container 979c6885bde3 00:38:01 ---> e20df8074f2a 00:38:01 Step 11/29 : USER root 00:38:01 ---> Running in 1a49a1d1a384 00:38:01 Removing intermediate container 3067f513bc0e 00:38:01 ---> 07be3dceb640 00:38:01 00:38:01 Step 11/26 : FROM docker:latest 00:38:01 ---> 81f5749c9058 00:38:01 Step 12/26 : RUN apk add --no-cache bash 00:38:01 Removing intermediate container 1a49a1d1a384 00:38:01 ---> 569743228439 00:38:01 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:38:01 ---> Running in 700fb8e30461 00:38:01 ---> Running in b64ee3ffd750 00:38:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:02 (1/2) Installing readline (8.0.4-r0) 00:38:02 (2/2) Installing bash (5.0.17-r0) 00:38:02 Executing bash-5.0.17-r0.post-install 00:38:02 v3.12.0-253-g9028084776 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:38:02 v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:38:02 OK: 12746 distinct packages available 00:38:02 Executing busybox-1.31.1-r16.trigger 00:38:02 OK: 12 MiB in 22 packages 00:38:03 (1/2) Installing ca-certificates (20191127-r4) 00:38:03 (2/2) Installing dumb-init (1.2.2-r1) 00:38:03 Executing busybox-1.31.1-r16.trigger 00:38:03 Executing ca-certificates-20191127-r4.trigger 00:38:03 OK: 6 MiB in 16 packages 00:38:04 Removing intermediate container b64ee3ffd750 00:38:04 ---> 9e172b7d8635 00:38:04 Step 13/26 : RUN rm -rf /var/cache/apk/* 00:38:04 ---> Running in 6867227caece 00:38:04 Removing intermediate container 700fb8e30461 00:38:04 ---> 45eb53825e87 00:38:04 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:38:04 ---> Running in 804dd6ccebd8 00:38:04 Removing intermediate container 804dd6ccebd8 00:38:04 ---> f592587368a4 00:38:04 Step 14/29 : WORKDIR $BASE_DIR 00:38:04 ---> Running in 04a7f2b333d3 00:38:05 Removing intermediate container 04a7f2b333d3 00:38:05 ---> 0c82c97388e1 00:38:05 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:38:05 ---> Running in d7398cc2da55 00:38:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.253s coverage: 63.5% of statements 00:38:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:38:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:38:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.079s coverage: 100.0% of statements 00:38:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.341s coverage: 55.9% of statements 00:38:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:38:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:38:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 00:38:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:38:05 Removing intermediate container 6867227caece 00:38:05 ---> ab57e938d3a9 00:38:05 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:38:05 ---> Running in c01e3c86c350 00:38:05 Removing intermediate container c01e3c86c350 00:38:05 ---> 76770822f777 00:38:05 Step 15/26 : ENV APP_PORT=48090 00:38:05 ---> Running in 0a410a494d84 00:38:05 Removing intermediate container 0a410a494d84 00:38:05 ---> ba0589e221ab 00:38:05 Step 16/26 : EXPOSE $APP_PORT 00:38:05 ---> Running in 1d6b4072549b 00:38:06 Removing intermediate container d7398cc2da55 00:38:06 ---> 1afe3acecc63 00:38:06 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:38:06 Removing intermediate container 1d6b4072549b 00:38:06 ---> c339dd26e7fa 00:38:06 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:38:06 ---> 2f81f444f153 00:38:06 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:38:06 ---> 27c728a5cbb8 00:38:06 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:38:07 ---> 5a8a1a4ef0f9 00:38:07 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:38:07 ---> a513287a84cf 00:38:07 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:38:07 ---> ae4f7c1cd8f3 00:38:07 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:38:07 ---> 1aec63ecec21 00:38:07 Step 20/26 : RUN apk --no-cache add py-pip 00:38:07 ---> Running in 8271a99090a7 00:38:07 ---> 71e648903b34 00:38:07 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:38:07 ---> 2ad3eafd2e22 00:38:07 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:38:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:08 ---> Running in be9caf31a59a 00:38:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:08 (1/33) Installing libbz2 (1.0.8-r1) 00:38:08 (2/33) Installing expat (2.2.9-r1) 00:38:08 (3/33) Installing libffi (3.3-r2) 00:38:08 (4/33) Installing gdbm (1.13-r1) 00:38:08 (5/33) Installing xz-libs (5.2.5-r0) 00:38:08 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:08 (7/33) Installing python3 (3.8.5-r0) 00:38:11 (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:11 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:11 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:11 (11/33) Installing py3-six (1.15.0-r0) 00:38:11 (12/33) Installing py3-packaging (20.4-r0) 00:38:11 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:11 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:11 Removing intermediate container be9caf31a59a 00:38:11 ---> 0b4f66218b2c 00:38:11 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:38:11 (15/33) Installing py3-idna (2.9-r0) 00:38:11 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:11 (18/33) Installing py3-requests (2.23.0-r0) 00:38:11 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:11 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:11 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:11 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:11 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:11 (24/33) Installing py3-distro (1.5.0-r1) 00:38:11 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:11 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:11 (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:11 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:11 (29/33) Installing py3-progress (1.5-r0) 00:38:11 (30/33) Installing py3-toml (0.10.1-r0) 00:38:12 (31/33) Installing py3-retrying (1.3.3-r0) 00:38:12 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:38:12 (33/33) Installing py3-pip (20.1.1-r0) 00:38:12 ---> fe2beb4a5924 00:38:12 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:38:13 Executing busybox-1.31.1-r16.trigger 00:38:13 OK: 71 MiB in 55 packages 00:38:13 ---> Running in 112374c4ed4d 00:38:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.327s coverage: 86.3% of statements 00:38:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:38:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.133s coverage: 72.2% of statements 00:38:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.386s coverage: 72.1% of statements 00:38:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.063s coverage: 82.4% of statements 00:38:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.023s coverage: 48.4% of statements 00:38:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:38:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:38:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:38:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.028s coverage: 28.8% of statements 00:38:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:38:15 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.051s coverage: 96.8% of statements 00:38:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.132s coverage: 31.1% of statements 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.317s coverage: 84.1% of statements 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements 00:38:19 Removing intermediate container 112374c4ed4d 00:38:19 ---> f7de10789f72 00:38:19 Step 24/29 : RUN chmod 755 security-secrets-setup 00:38:19 Removing intermediate container 8271a99090a7 00:38:19 ---> 4c72a86277bf 00:38:19 Step 21/26 : RUN pip install docker-compose==1.23.2 00:38:19 ---> Running in 6613d351da7f 00:38:19 ---> Running in f10de19f9475 00:38:19 Removing intermediate container 6613d351da7f 00:38:19 ---> 141ec6ca7dec 00:38:19 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:38:19 ---> Running in bc262b379f8a 00:38:19 Removing intermediate container bc262b379f8a 00:38:19 ---> 98cb98268a8e 00:38:19 Step 26/29 : CMD [ "generate" ] 00:38:19 ---> Running in 6e66f62eb0f5 00:38:19 Collecting docker-compose==1.23.2 00:38:19 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:38:20 Removing intermediate container 6e66f62eb0f5 00:38:20 ---> c0e5da7b803e 00:38:20 Step 27/29 : LABEL arch=x86_64 00:38:20 ---> Running in 9971e6bd6a90 00:38:20 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.048s coverage: 42.9% of statements 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:38:20 Removing intermediate container 9971e6bd6a90 00:38:20 ---> fa28e50172e5 00:38:20 Step 28/29 : LABEL git_sha=5ba82f7991f8145100b3c4401eea6f321c7dfb16 00:38:20 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:38:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:38:20 ---> Running in 249a59923d1c 00:38:20 Collecting jsonschema<3,>=2.5.1 00:38:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:38:20 Removing intermediate container 249a59923d1c 00:38:20 ---> 92372aecc4f0 00:38:20 Step 29/29 : LABEL version=0.0.0 00:38:20 ---> Running in 74f6b891288d 00:38:20 Collecting PyYAML<4,>=3.10 00:38:20 Downloading PyYAML-3.13.tar.gz (270 kB) 00:38:20 Removing intermediate container 74f6b891288d 00:38:20 ---> 4bd9cb696b7c 00:38:20 00:38:21 Successfully built 4bd9cb696b7c 00:38:21 Successfully tagged docker-security-secrets-setup-go:latest 00:38:21  Building docker-security-secrets-setup-go ... done Collecting cached-property<2,>=1.2.0 00:38:21 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 00:38:21 Collecting docopt<0.7,>=0.6.1 00:38:21 Downloading docopt-0.6.2.tar.gz (25 kB) 00:38:22 Collecting dockerpty<0.5,>=0.4.1 00:38:22 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:38:22 Collecting websocket-client<1.0,>=0.32.0 00:38:22 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:38:22 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:38:22 Collecting docker<4.0,>=3.6.0 00:38:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:38:22 Collecting texttable<0.10,>=0.9.0 00:38:22 Downloading texttable-0.9.1.tar.gz (11 kB) 00:38:22 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.022s coverage: 100.0% of statements 00:38:22 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:38:22 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.103s coverage: 83.8% of statements 00:38:22 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:38:23 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) 00:38:23 Collecting urllib3<1.25,>=1.21.1 00:38:23 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:38:23 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:38:23 Collecting idna<2.8,>=2.5 00:38:23 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:38:23 Collecting docker-pycreds>=0.4.0 00:38:23 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:38:23 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:38:23 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:38:23 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:38:23 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:38:23 Installing collected packages: urllib3, idna, requests, jsonschema, PyYAML, cached-property, docopt, dockerpty, websocket-client, docker-pycreds, docker, texttable, docker-compose 00:38:23 Attempting uninstall: urllib3 00:38:23 Found existing installation: urllib3 1.25.9 00:38:23 Uninstalling urllib3-1.25.9: 00:38:23 Successfully uninstalled urllib3-1.25.9 00:38:24 Attempting uninstall: idna 00:38:24 Found existing installation: idna 2.9 00:38:24 Uninstalling idna-2.9: 00:38:24 Successfully uninstalled idna-2.9 00:38:24 Attempting uninstall: requests 00:38:24 Found existing installation: requests 2.23.0 00:38:24 Uninstalling requests-2.23.0: 00:38:24 Successfully uninstalled requests-2.23.0 00:38:24 Running setup.py install for PyYAML: started 00:38:25 Running setup.py install for PyYAML: finished with status 'done' 00:38:25 Running setup.py install for docopt: started 00:38:25 Running setup.py install for docopt: finished with status 'done' 00:38:25 Running setup.py install for dockerpty: started 00:38:26 Running setup.py install for dockerpty: finished with status 'done' 00:38:26 Running setup.py install for texttable: started 00:38:26 Running setup.py install for texttable: finished with status 'done' 00:38:27 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 00:38:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.189s coverage: 46.1% of statements 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:38:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.039s coverage: 100.0% of statements 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:38:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.088s coverage: 100.0% of statements 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:38:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:38:30 Removing intermediate container f10de19f9475 00:38:30 ---> 1821b7531b97 00:38:30 Step 22/26 : RUN apk --no-cache add curl 00:38:30 ---> Running in a1cdbb32104f 00:38:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:31 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:38:31 (2/3) Installing libcurl (7.69.1-r0) 00:38:31 (3/3) Installing curl (7.69.1-r0) 00:38:31 Executing busybox-1.31.1-r16.trigger 00:38:31 OK: 72 MiB in 58 packages 00:38:32 Removing intermediate container a1cdbb32104f 00:38:32 ---> 1cb4bfd03c25 00:38:32 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:38:32 ---> Running in f0d9c993b48e 00:38:32 Removing intermediate container f0d9c993b48e 00:38:32 ---> 021912bb6eb5 00:38:32 Step 24/26 : LABEL arch=x86_64 00:38:32 ---> Running in 31ba290abbd2 00:38:32 Removing intermediate container 31ba290abbd2 00:38:32 ---> 071f3b4ea852 00:38:32 Step 25/26 : LABEL git_sha=5ba82f7991f8145100b3c4401eea6f321c7dfb16 00:38:32 ---> Running in acc4e4e6f773 00:38:32 Removing intermediate container acc4e4e6f773 00:38:32 ---> ef70198c897f 00:38:32 Step 26/26 : LABEL version=0.0.0 00:38:32 ---> Running in 53a4a2a5e28f 00:38:32 Removing intermediate container 53a4a2a5e28f 00:38:32 ---> cd925aee34c3 00:38:32 00:38:32 Successfully built cd925aee34c3 00:38:32 Successfully tagged docker-sys-mgmt-agent-go:latest 00:38:33  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:38:33 $ docker stop --time=1 fac207b41ba7cfa643aadc161b0b6e97bbae231f3f5ceb1efb5d8583c188ebe4 00:38:35 $ docker rm -f fac207b41ba7cfa643aadc161b0b6e97bbae231f3f5ceb1efb5d8583c188ebe4 00:38:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.257s coverage: 29.1% of statements 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:38:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.144s coverage: 99.0% of statements 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:38:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:38:35 ok github.com/edgexfoundry/edgex-go/internal/system 0.015s coverage: 0.0% of statements 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:38:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [Pipeline] // withDockerContainer [Pipeline] sh 00:38:35 + docker images 00:38:35 + grep docker 00:38:35 docker-sys-mgmt-agent-go latest cd925aee34c3 3 seconds ago 284MB 00:38:35 docker-security-secrets-setup-go latest 4bd9cb696b7c 15 seconds ago 25.1MB 00:38:35 docker-security-secretstore-setup-go latest d54993b32ba3 40 seconds ago 33.9MB 00:38:35 docker-support-logging-go latest 3b0bcf02f8f0 44 seconds ago 11.8MB 00:38:35 docker-core-command-go latest 16f702dfab30 49 seconds ago 13MB 00:38:35 docker-core-data-go latest ea134680cdb2 2 minutes ago 23.8MB 00:38:35 docker-support-notifications-go latest ec73a690ac14 2 minutes ago 14.4MB 00:38:35 docker-support-scheduler-go latest 8b3c070b3ab2 2 minutes ago 13.1MB 00:38:35 docker-core-metadata-go latest 94586d0093df 2 minutes ago 14.4MB 00:38:35 docker-security-proxy-setup-go latest 0d0747b0653c 2 minutes ago 16.4MB 00:38:35 docker latest 81f5749c9058 7 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] } 00:38:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:38:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.025s coverage: 100.0% of statements 00:38:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.018s coverage: 32.1% of statements 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.027s coverage: 100.0% of statements 00:38:39 GO111MODULE=on go vet ./... 00:38:58 gofmt -l . 00:39:00 [ "`gofmt -l .`" = "" ] 00:39:02 ./bin/test-go-mod-tidy.sh 00:39:03 ./bin/test-attribution-txt.sh [Pipeline] sh 00:39:06 + ls -al . 00:39:06 total 584 00:39:06 drwxrwxr-x 10 1001 1001 4096 Aug 18 00:39 . 00:39:06 drwxr-xr-x 4 root root 4096 Aug 18 00:36 .. 00:39:06 -rw-rw-r-- 1 1001 1001 11 Aug 18 00:35 .dockerignore 00:39:06 drwxrwxr-x 8 1001 1001 4096 Aug 18 00:35 .git 00:39:06 drwxrwxr-x 3 1001 1001 4096 Aug 18 00:35 .github 00:39:06 -rw-rw-r-- 1 1001 1001 932 Aug 18 00:35 .gitignore 00:39:06 drwxrwxr-x 3 1001 1001 4096 Aug 18 00:35 .semver 00:39:06 -rw-rw-r-- 1 1001 1001 166 Aug 18 00:35 .sonarcloud.properties 00:39:06 -rw-rw-r-- 1 1001 1001 3804 Aug 18 00:35 CONTRIBUTING.md 00:39:06 -rw-rw-r-- 1 1001 1001 1035 Aug 18 00:35 Dockerfile.build 00:39:06 -rw-rw-r-- 1 1001 1001 865 Aug 18 00:35 Jenkinsfile 00:39:06 -rw-rw-r-- 1 1001 1001 10775 Aug 18 00:35 LICENSE 00:39:06 -rw-rw-r-- 1 1001 1001 6237 Aug 18 00:35 Makefile 00:39:06 -rw-rw-r-- 1 1001 1001 5652 Aug 18 00:35 README.md 00:39:06 -rw-rw-r-- 1 1001 1001 259 Aug 18 00:35 SECURITY.md 00:39:06 -rw-rw-r-- 1 1001 1001 5 Aug 18 00:31 VERSION 00:39:06 -rw-rw-r-- 1 1001 1001 4131 Aug 18 00:35 ZMQWindows.md 00:39:06 drwxrwxr-x 2 1001 1001 4096 Aug 18 00:35 bin 00:39:06 drwxrwxr-x 15 1001 1001 4096 Aug 18 00:35 cmd 00:39:06 -rw-r--r-- 1 root root 458010 Aug 18 00:38 coverage.out 00:39:06 -rw-r--r-- 1 root root 983 Aug 18 00:39 go.mod 00:39:06 -rw-r--r-- 1 root root 17542 Aug 18 00:39 go.sum 00:39:06 drwxrwxr-x 8 1001 1001 4096 Aug 18 00:35 internal 00:39:06 drwxrwxr-x 4 1001 1001 4096 Aug 18 00:35 openapi 00:39:06 drwxrwxr-x 4 1001 1001 4096 Aug 18 00:35 snap 00:39:06 -rw-rw-r-- 1 1001 1001 168 Aug 18 00:35 version.go [Pipeline] sh 00:39:07 + '[' -e coverage.out ] 00:39:07 + chown 1001:1001 coverage.out [Pipeline] stash 00:39:07 Warning: overwriting stash ‘coverage-report’ 00:39:08 Stashed 1 file(s) [Pipeline] sh 00:39:09 + make build 00:39: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 00:39:31 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 00:39:39 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 00:39:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 00:39:49 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 00:39:55 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 00:39:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:40:01 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 00:40:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:40:11 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 00:40:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:40:21 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 00:40:24 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] } 00:40:28 $ docker stop --time=1 e568f7e34a9985b1a5716c07f2eaa548cb861ca204a8da7ea3382c9335a98db2 00:40:31 $ docker rm -f e568f7e34a9985b1a5716c07f2eaa548cb861ca204a8da7ea3382c9335a98db2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:40:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:40:33 00:40:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:40:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:40:33 latest: Pulling from edgex-devops/edgex-compose-arm64 00:40:33 29e5d40040c1: Pulling fs layer 00:40:33 1ce36da41761: Pulling fs layer 00:40:33 25b303627fd3: Pulling fs layer 00:40:33 29e5d40040c1: Verifying Checksum 00:40:33 29e5d40040c1: Download complete 00:40:34 1ce36da41761: Verifying Checksum 00:40:34 1ce36da41761: Download complete 00:40:34 29e5d40040c1: Pull complete 00:40:36 25b303627fd3: Verifying Checksum 00:40:36 25b303627fd3: Download complete 00:40:36 1ce36da41761: Pull complete 00:40:46 25b303627fd3: Pull complete 00:40:46 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:40:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:40:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:40:46 prd-ubuntu18.04-docker-arm64-4c-16g-332 does not seem to be running inside a container 00:40:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:40:50 $ docker top e84b78ad731258e120f3837d5d7795fb82b5f61b103037d8a743556e45311963 -eo pid,comm [Pipeline] { [Pipeline] sh 00:40:52 + docker-compose build --help 00:40:52 + grep parallel 00:40:56 --parallel Build images in parallel. [Pipeline] } 00:40:56 $ docker stop --time=1 e84b78ad731258e120f3837d5d7795fb82b5f61b103037d8a743556e45311963 00:40:58 $ docker rm -f e84b78ad731258e120f3837d5d7795fb82b5f61b103037d8a743556e45311963 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:40:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:40:59 . [Pipeline] withDockerContainer 00:40:59 prd-ubuntu18.04-docker-arm64-4c-16g-332 does not seem to be running inside a container 00:40:59 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 00:41:01 $ docker top d0f0bb24a4a857628c65d97d0a733ccac7e27669ef7c0b9f5a4e8a070591cec0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:41:02 + docker-compose -f ./docker-compose-build.yml build --parallel 00:41:07 Building docker-core-command-go ... 00:41:07 Building docker-core-data-go ... 00:41:07 Building docker-core-metadata-go ... 00:41:07 Building docker-security-proxy-setup-go ... 00:41:07 Building docker-security-secrets-setup-go ... 00:41:07 Building docker-security-secretstore-setup-go ... 00:41:07 Building docker-support-logging-go ... 00:41:07 Building docker-support-notifications-go ... 00:41:07 Building docker-support-scheduler-go ... 00:41:07 Building docker-sys-mgmt-agent-go ... 00:41:07 Building docker-security-proxy-setup-go 00:41:07 Building docker-core-metadata-go 00:41:07 Building docker-security-secrets-setup-go 00:41:07 Building docker-support-notifications-go 00:41:07 Building docker-core-data-go 00:42:59 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:42:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:42:59 ---> 7a68c3c04582 00:42:59 Step 3/22 : WORKDIR /edgex-go 00:42:59 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 00:42:59 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:42:59 ---> 7a68c3c04582 00:42:59 Step 3/29 : WORKDIR /edgex-go 00:42:59 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:42:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:42:59 ---> 7a68c3c04582 00:42:59 Step 3/21 : WORKDIR /edgex-go 00:42:59 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 00:42:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:42:59 ---> 7a68c3c04582 00:42:59 Step 3/23 : WORKDIR /edgex-go 00:42:59 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:42:59 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:42:59 ---> 7a68c3c04582 00:42:59 Step 3/20 : WORKDIR /edgex-go 00:42:59 ---> Running in 92418ecb6e74 00:42:59 ---> Running in c707af79edf4 00:42:59 ---> Running in 38d5c73281aa 00:42:59 ---> Running in c44878786737 00:42:59 ---> Running in 4dc02e5430f3 00:42:59 Removing intermediate container c44878786737 00:42:59 ---> 50ff39fbe6f4 00:42:59 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:59 Removing intermediate container c707af79edf4 00:42:59 ---> f2e7ca639b70 00:42:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:59 Removing intermediate container 4dc02e5430f3 00:42:59 ---> c3c9b4e2cd47 00:42:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:59 Removing intermediate container 38d5c73281aa 00:42:59 ---> bbaf95258efc 00:42:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:59 ---> Running in bbfbd7c015af 00:42:59 Removing intermediate container 92418ecb6e74 00:42:59 ---> 632ac874225e 00:42:59 Step 4/29 : RUN apk update && apk add make git 00:43:00 ---> Running in c708a9bf4a23 00:43:00 ---> Running in 77fa6a82980f 00:43:00 ---> Running in 12bcfa6e5825 00:43:00 ---> Running in 803d6db256e5 00:43:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:04 Removing intermediate container bbfbd7c015af 00:43:04 ---> 782dcb030488 00:43:04 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 00:43:04 ---> Running in b7ad59aa4f66 00:43:05 Removing intermediate container c708a9bf4a23 00:43:05 ---> 8c96f76cbb42 00:43:05 Step 5/21 : RUN apk update && apk add make git 00:43:05 Removing intermediate container 77fa6a82980f 00:43:05 ---> 8110b411cff1 00:43:05 Step 5/20 : RUN apk update && apk add make git 00:43:05 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:43:05 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:43:05 OK: 12617 distinct packages available 00:43:05 ---> Running in 54e05d811347 00:43:05 Removing intermediate container 12bcfa6e5825 00:43:05 ---> 4d30d8c75048 00:43:05 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:43:05 ---> Running in 879b9543180c 00:43:05 ---> Running in 61944e990aa2 00:43:06 OK: 217 MiB in 51 packages 00:43:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:08 Removing intermediate container 803d6db256e5 00:43:08 ---> 9108ca5c701a 00:43:08 Step 5/29 : COPY go.mod . 00:43:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:08 ---> 04d1bff9b0c7 00:43:08 Step 6/29 : RUN go mod download 00:43:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:08 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:43:08 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:43:08 OK: 12617 distinct packages available 00:43:08 ---> Running in 1962b43b33c5 00:43:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:09 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:43:09 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:43:09 OK: 12617 distinct packages available 00:43:10 OK: 217 MiB in 51 packages 00:43:10 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:43:10 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:43:10 OK: 12617 distinct packages available 00:43:10 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:43:10 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:43:10 OK: 12617 distinct packages available 00:43:10 OK: 217 MiB in 51 packages 00:43:11 OK: 217 MiB in 51 packages 00:43:11 OK: 217 MiB in 51 packages 00:43:12 Removing intermediate container b7ad59aa4f66 00:43:12 ---> ee938cd9cf73 00:43:12 Step 6/23 : COPY go.mod . 00:43:13 Removing intermediate container 54e05d811347 00:43:13 ---> f4a70084759b 00:43:13 Step 6/21 : COPY go.mod . 00:43:13 ---> dccb1f07028e 00:43:13 Step 7/23 : RUN go mod download 00:43:13 ---> Running in 3c0d1ca42c0b 00:43:13 Removing intermediate container 879b9543180c 00:43:13 ---> 34c763a88cd4 00:43:13 Step 6/20 : COPY go.mod . 00:43:13 Removing intermediate container 61944e990aa2 00:43:13 ---> fef40bf73330 00:43:13 Step 6/22 : COPY go.mod . 00:43:14 Removing intermediate container 1962b43b33c5 00:43:14 ---> fec3d3573862 00:43:14 Step 7/29 : COPY . . 00:43:14 ---> 8fca46d70fb3 00:43:14 Step 7/21 : RUN go mod download 00:43:14 ---> Running in 1260c9d77f1f 00:43:14 ---> cfab9a07226b 00:43:14 Step 7/20 : RUN go mod download 00:43:14 ---> 5032d49d740a 00:43:14 Step 7/22 : RUN go mod download 00:43:14 ---> Running in f08b919bd28d 00:43:15 ---> Running in 94cade2532e5 00:43:18 Removing intermediate container 3c0d1ca42c0b 00:43:18 ---> 99150858625c 00:43:18 Step 8/23 : COPY . . 00:43:19 Removing intermediate container 1260c9d77f1f 00:43:19 ---> 1f9bce93200f 00:43:19 Step 8/21 : COPY . . 00:43:20 Removing intermediate container f08b919bd28d 00:43:20 ---> e497098159c4 00:43:20 Step 8/20 : COPY . . 00:43:20 Removing intermediate container 94cade2532e5 00:43:20 ---> 04cb6a4c5d91 00:43:20 Step 8/22 : COPY . . 00:43:53 ---> 689f8818834c 00:43:53 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:43:53 ---> 90e105f084f6 00:43:53 Step 9/23 : RUN make cmd/support-notifications/support-notifications 00:43:53 ---> b4ccfd906bd7 00:43:53 Step 9/21 : RUN make cmd/core-metadata/core-metadata 00:43:53 ---> 9090dcaa07ff 00:43:53 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:43:53 ---> Running in 51a848954304 00:43:53 ---> 57ac9974476f 00:43:53 Step 9/22 : RUN make cmd/core-data/core-data 00:43:53 ---> Running in 01613fc0c5cb 00:43:53 ---> Running in 701b25717e2b 00:43:53 ---> Running in 9836ca8b36a4 00:43:53 ---> Running in f4ae4001f6dd 00:43:53 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 00:43: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 00:43:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:43:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:43:54 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 00:45:31 Removing intermediate container 51a848954304 00:45:31 ---> 1348c96dbedc 00:45:31 00:45:31 Step 9/29 : FROM alpine:latest 00:45:31 latest: Pulling from library/alpine 00:45:31 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:45:31 Status: Downloaded newer image for alpine:latest 00:45:31 ---> 62ee0e9f8440 00:45:31 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:45:31 ---> Running in 63b2bdf868e4 00:45:31 Removing intermediate container 63b2bdf868e4 00:45:31 ---> 786cfa66c8d9 00:45:31 Step 11/29 : USER root 00:45:31 ---> Running in aebc2235cbfb 00:45:31 Removing intermediate container aebc2235cbfb 00:45:31 ---> 9c04a3a052b7 00:45:31 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:45:31 ---> Running in 307ee9b5b5fe 00:45:31 Removing intermediate container f4ae4001f6dd 00:45:31 ---> 6700f9d09a12 00:45:31 00:45:31 Step 10/20 : FROM alpine 00:45:31 ---> 62ee0e9f8440 00:45:31 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:45:31 ---> Running in c081b5ff6a4a 00:45:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:31 v3.12.0-253-g9028084776 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:45:31 v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:45:31 OK: 12617 distinct packages available 00:45:31 v3.12.0-253-g9028084776 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:45:31 v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:45:31 OK: 12617 distinct packages available 00:45:31 (1/2) Installing ca-certificates (20191127-r4) 00:45:31 (2/2) Installing dumb-init (1.2.2-r1) 00:45:31 Executing busybox-1.31.1-r16.trigger 00:45:31 Executing ca-certificates-20191127-r4.trigger 00:45:31 (1/4) Installing ca-certificates (20191127-r4) 00:45:31 OK: 6 MiB in 16 packages 00:45:31 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:45:31 (3/4) Installing libcurl (7.69.1-r0) 00:45:31 (4/4) Installing curl (7.69.1-r0) 00:45:31 Executing busybox-1.31.1-r16.trigger 00:45:31 Executing ca-certificates-20191127-r4.trigger 00:45:31 OK: 7 MiB in 18 packages 00:45:33 Removing intermediate container 307ee9b5b5fe 00:45:33 ---> f0e41e05bf0a 00:45:33 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:45:33 Removing intermediate container c081b5ff6a4a 00:45:33 ---> e0facd89e021 00:45:33 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:45:33 ---> Running in d40c49513f67 00:45:33 ---> Running in 6ab7f2883787 00:45:34 Removing intermediate container d40c49513f67 00:45:34 ---> 19404a65a62c 00:45:34 Step 14/29 : WORKDIR $BASE_DIR 00:45:34 Removing intermediate container 6ab7f2883787 00:45:34 ---> dc5ccfb24803 00:45:34 Step 13/20 : WORKDIR /edgex 00:45:34 ---> Running in 3fc3dfd3b64c 00:45:34 ---> Running in eafb5a37e085 00:45:35 Removing intermediate container 3fc3dfd3b64c 00:45:35 ---> 71768f7432bd 00:45:35 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:45:35 ---> Running in 39b5e49a3e7c 00:45:35 Removing intermediate container eafb5a37e085 00:45:35 ---> ada35350dfc8 00:45:35 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:45:37 ---> 48deeda23eca 00:45:37 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:45:39 ---> 21e4ffce887c 00:45:39 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:45:39 ---> Running in 9f3c7508a942 00:45:40 Removing intermediate container 9f3c7508a942 00:45:40 ---> 5304f5ae48fb 00:45:40 Step 17/20 : CMD ["--init=true"] 00:45:41 Removing intermediate container 39b5e49a3e7c 00:45:41 ---> 769650cc39d6 00:45:41 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:45:41 ---> Running in e682499f53e9 00:45:42 Removing intermediate container e682499f53e9 00:45:42 ---> 76bf93bf65ae 00:45:42 Step 18/20 : LABEL arch=arm64 00:45:42 ---> Running in da2372eacb66 00:45:42 ---> 235020725d7c 00:45:42 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:45:43 Removing intermediate container da2372eacb66 00:45:43 ---> d3ab42e2711d 00:45:43 Step 19/20 : LABEL git_sha=5ba82f7991f8145100b3c4401eea6f321c7dfb16 00:45:43 ---> Running in 83d68adb6a05 00:45:44 ---> f258fa9f7c9e 00:45:44 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:45:44 Removing intermediate container 83d68adb6a05 00:45:44 ---> 5e0314b949d7 00:45:44 Step 20/20 : LABEL version=0.0.0 00:45:45 ---> Running in be56901a063d 00:45:46 ---> 990380b41341 00:45:46 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:45:46 Removing intermediate container be56901a063d 00:45:46 ---> 1b4e18fa0745 00:45:46 00:45:47 Successfully built 1b4e18fa0745 00:45:47 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:45:47  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 00:45:47 ---> a9e4e09a616c 00:45:47 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:45:49 ---> 0525e68138c6 00:45:49 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:45:50 ---> Running in 0f773fa0691b 00:45:58 Removing intermediate container 0f773fa0691b 00:45:58 ---> 8536985f42e5 00:45:58 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:46:00 Removing intermediate container 01613fc0c5cb 00:46:00 ---> 37c52f5bf235 00:46:00 00:46:00 Step 10/23 : FROM scratch 00:46:00 ---> 00:46:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:46:00 ---> 365a1656c26a 00:46:00 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:46:00 ---> Running in f7d79afc4999 00:46:00 ---> Running in d001f1a7d7b4 00:46:02 Removing intermediate container f7d79afc4999 00:46:02 ---> 33596b521914 00:46:02 Step 12/23 : ENV APP_PORT=48060 00:46:02 ---> Running in 64c869e83566 00:46:04 Removing intermediate container 64c869e83566 00:46:04 ---> d91a7861e05e 00:46:04 Step 13/23 : EXPOSE $APP_PORT 00:46:05 ---> Running in 02e823cfdafe 00:46:06 Removing intermediate container 02e823cfdafe 00:46:06 ---> e5396c3dd716 00:46:06 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 00:46:07 Removing intermediate container d001f1a7d7b4 00:46:07 ---> d677b95358cd 00:46:07 Step 24/29 : RUN chmod 755 security-secrets-setup 00:46:08 ---> Running in 36d92b961e56 00:46:08 ---> 12d56366d1f5 00:46:08 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:46:08 Removing intermediate container 701b25717e2b 00:46:08 ---> 954d097767f5 00:46:08 00:46:08 Step 10/21 : FROM scratch 00:46:08 ---> 00:46:08 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:09 ---> Running in 553cbb53b04c 00:46:10 ---> 63b03de8883f 00:46:10 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 00:46:10 Removing intermediate container 553cbb53b04c 00:46:10 ---> bb4974c67e12 00:46:10 Step 12/21 : ENV APP_PORT=48081 00:46:11 ---> Running in 31fcc0ae649c 00:46:12 Removing intermediate container 31fcc0ae649c 00:46:12 ---> 204e5e2dec5d 00:46:12 Step 13/21 : EXPOSE $APP_PORT 00:46:13 ---> Running in ee0198612222 00:46:13 ---> cbdae8c27701 00:46:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:46:13 Removing intermediate container 36d92b961e56 00:46:13 ---> 3b54731d6304 00:46:13 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:46:13 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:46:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:46:13 ---> 7a68c3c04582 00:46:14 Step 3/26 : WORKDIR /edgex-go 00:46:14 ---> Using cache 00:46:14 ---> 632ac874225e 00:46:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:14 ---> Running in 453c9d0a5d03 00:46:14 ---> Running in 18bd27ba0df7 00:46:14 Removing intermediate container ee0198612222 00:46:14 ---> 7ed1ae9ab1f3 00:46:14 Step 14/21 : WORKDIR / 00:46:14 ---> Running in cc26e9335610 00:46:15 Removing intermediate container 18bd27ba0df7 00:46:15 ---> b5ee67b8bbfe 00:46:15 Step 26/29 : CMD [ "generate" ] 00:46:15 ---> 46c6aa20b5cb 00:46:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:46:15 ---> Running in b0a7cbeca3b2 00:46:15 Removing intermediate container cc26e9335610 00:46:15 ---> ba1695a98906 00:46:15 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:46:16 Removing intermediate container b0a7cbeca3b2 00:46:16 ---> b8cfb4966e6a 00:46:16 Step 27/29 : LABEL arch=arm64 00:46:16 ---> Running in 91a0a207b55c 00:46:17 ---> e078e6a70d31 00:46:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:46:18 Removing intermediate container 91a0a207b55c 00:46:18 ---> bdd6583109f4 00:46:18 Step 28/29 : LABEL git_sha=5ba82f7991f8145100b3c4401eea6f321c7dfb16 00:46:18 ---> 798962bdd19f 00:46:18 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:46:19 Removing intermediate container 9836ca8b36a4 00:46:19 ---> feb991d78920 00:46:19 00:46:19 Step 10/22 : FROM alpine 00:46:19 ---> 62ee0e9f8440 00:46:19 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:19 ---> Running in 077be4f663a8 00:46:19 Removing intermediate container 453c9d0a5d03 00:46:19 ---> 7513c4d5261c 00:46:19 Step 5/26 : RUN apk update && apk add make git 00:46:19 ---> 48ad2835ce82 00:46:19 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:46:19 ---> Running in 8066b9d51a07 00:46:19 ---> Running in db26c4808aa1 00:46:20 ---> d1bb119eda4e 00:46:20 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:46:20 Removing intermediate container 077be4f663a8 00:46:20 ---> cb21a05b1cfc 00:46:20 Step 29/29 : LABEL version=0.0.0 00:46:20 ---> Running in 5bf774be23bb 00:46:20 ---> Running in d524d383d6bc 00:46:20 Removing intermediate container 8066b9d51a07 00:46:20 ---> 9ea80e23bb3d 00:46:20 Step 12/22 : ENV APP_PORT=48080 00:46:20 ---> Running in e2d66b41eaed 00:46:21 ---> 18a0f8d8c511 00:46:21 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:46:21 Removing intermediate container 5bf774be23bb 00:46:21 ---> 2ab69d96dcb8 00:46:21 Step 21/23 : LABEL arch=arm64 00:46:21 Removing intermediate container d524d383d6bc 00:46:21 ---> 9a5b84c04a09 00:46:21 00:46:21 ---> Running in 0c3160e985cd 00:46:21 ---> Running in 539546c03bd9 00:46:21 Removing intermediate container e2d66b41eaed 00:46:21 ---> cc6b53dec1fd 00:46:21 Step 13/22 : EXPOSE $APP_PORT 00:46:21 Successfully built 9a5b84c04a09 00:46:21 Successfully tagged docker-security-secrets-setup-go-arm64:latest 00:46:21  Building docker-security-secrets-setup-go ... done Building docker-sys-mgmt-agent-go 00:46:21 Removing intermediate container 0c3160e985cd 00:46:21 ---> 80e4077cfe49 00:46:21 Step 19/21 : LABEL arch=arm64 00:46:21 ---> Running in 104e0748c3d2 00:46:21 Removing intermediate container 539546c03bd9 00:46:21 ---> 9bd1c3108539 00:46:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:21 Step 22/23 : LABEL git_sha=5ba82f7991f8145100b3c4401eea6f321c7dfb16 00:46:22 ---> Running in f5525f972381 00:46:22 ---> Running in 84b94dee4702 00:46:22 Removing intermediate container 104e0748c3d2 00:46:22 ---> 3f1aa622c904 00:46:22 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:22 Removing intermediate container f5525f972381 00:46:22 ---> 10ed261e3763 00:46:22 Step 20/21 : LABEL git_sha=5ba82f7991f8145100b3c4401eea6f321c7dfb16 00:46:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:23 Removing intermediate container 84b94dee4702 00:46:23 ---> 5e7a27e6f262 00:46:23 Step 23/23 : LABEL version=0.0.0 00:46:23 ---> Running in 051ea01aed1d 00:46:23 ---> Running in b0e05f40238e 00:46:24 ---> Running in 66907c5b5652 00:46:24 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:24 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:24 OK: 12617 distinct packages available 00:46:24 Removing intermediate container b0e05f40238e 00:46:24 ---> 349ac8442564 00:46:24 Step 21/21 : LABEL version=0.0.0 00:46:25 OK: 217 MiB in 51 packages 00:46:25 Removing intermediate container 66907c5b5652 00:46:25 ---> 629883e85f1a 00:46:25 00:46:25 ---> Running in 2cb2070eb77c 00:46:26 Successfully built 629883e85f1a 00:46:27 Successfully tagged docker-support-notifications-go-arm64:latest 00:46:27  Building docker-support-notifications-go ... done Building docker-core-command-go 00:46:27 Removing intermediate container 2cb2070eb77c 00:46:27 ---> e07900064c55 00:46:27 00:46:27 Removing intermediate container db26c4808aa1 00:46:27 ---> 094a9fc04e2a 00:46:27 Step 6/26 : COPY go.mod . 00:46:28 Successfully built e07900064c55 00:46:28 Successfully tagged docker-core-metadata-go-arm64:latest 00:46:28  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 00:46:29 Removing intermediate container 051ea01aed1d 00:46:29 ---> e7481440d219 00:46:29 Step 15/22 : RUN apk --no-cache add zeromq 00:46:29 ---> 88b54ff64b88 00:46:29 Step 7/26 : RUN go mod download 00:46:29 ---> Running in 68c01f987048 00:46:29 ---> Running in a44c55154d27 00:46:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:32 (1/5) Installing libgcc (9.3.0-r2) 00:46:32 (2/5) Installing libsodium (1.0.18-r0) 00:46:32 (3/5) Installing libstdc++ (9.3.0-r2) 00:46:32 (4/5) Installing libzmq (4.3.2-r0) 00:46:32 (5/5) Installing zeromq (4.3.2-r0) 00:46:33 Executing busybox-1.31.1-r16.trigger 00:46:33 OK: 8 MiB in 19 packages 00:46:37 Removing intermediate container a44c55154d27 00:46:37 ---> 54569b2421a1 00:46:37 Step 8/26 : COPY . . 00:46:37 Removing intermediate container 68c01f987048 00:46:37 ---> 71e756c78ab4 00:46:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:46:40 ---> bee283915fc9 00:46:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:46:45 ---> 889fe59da432 00:46:45 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:46:46 ---> c8fa1f7456a4 00:46:46 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:46:46 ---> Running in 5831b3e6f539 00:46:47 Removing intermediate container 5831b3e6f539 00:46:47 ---> 7904f6752f07 00:46:47 Step 20/22 : LABEL arch=arm64 00:46:48 ---> Running in 668d1e7ce064 00:46:48 Removing intermediate container 668d1e7ce064 00:46:48 ---> 08dbe871818f 00:46:48 Step 21/22 : LABEL git_sha=5ba82f7991f8145100b3c4401eea6f321c7dfb16 00:46:49 ---> Running in 7fb96396188b 00:46:49 Removing intermediate container 7fb96396188b 00:46:49 ---> 82722682cb23 00:46:49 Step 22/22 : LABEL version=0.0.0 00:46:50 ---> Running in c61d3fbb247c 00:46:50 Removing intermediate container c61d3fbb247c 00:46:50 ---> bf99c744c2fd 00:46:50 00:46:51 Successfully built bf99c744c2fd 00:46:51 Successfully tagged docker-core-data-go-arm64:latest 00:46:51 Building docker-support-logging-go 00:46:56  Building docker-core-data-go ... done  ---> 62ccf49253f2 00:46:56 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 00:46:57 ---> Running in 975d254546eb 00:46:59 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 00:47:17 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:47:17 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:47:17 ---> 7a68c3c04582 00:47:17 Step 3/26 : WORKDIR /edgex-go 00:47:17 ---> Using cache 00:47:17 ---> 632ac874225e 00:47:17 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:17 ---> Using cache 00:47:17 ---> 7513c4d5261c 00:47:17 Step 5/26 : RUN apk update && apk add make bash git 00:47:22 ---> Running in 74794270cf8c 00:47:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:26 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:26 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:26 OK: 12617 distinct packages available 00:47:27 OK: 217 MiB in 51 packages 00:47:31 Removing intermediate container 74794270cf8c 00:47:31 ---> af30cdef86eb 00:47:31 Step 6/26 : COPY go.mod . 00:47:31 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:47:31 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:47:31 ---> 7a68c3c04582 00:47:31 Step 3/21 : WORKDIR /edgex-go 00:47:31 ---> Using cache 00:47:31 ---> 632ac874225e 00:47:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:31 ---> Using cache 00:47:31 ---> 7513c4d5261c 00:47:31 Step 5/21 : RUN apk update && apk add make git 00:47:31 ---> Using cache 00:47:31 ---> 094a9fc04e2a 00:47:31 Step 6/21 : COPY go.mod . 00:47:31 ---> Using cache 00:47:31 ---> 88b54ff64b88 00:47:31 Step 7/21 : RUN go mod download 00:47:31 ---> Using cache 00:47:31 ---> 54569b2421a1 00:47:31 Step 8/21 : COPY . . 00:47:31 ---> Using cache 00:47:31 ---> 62ccf49253f2 00:47:31 Step 9/21 : RUN make cmd/core-command/core-command 00:47:32 ---> Running in 8bbcf109010d 00:47:32 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:47:32 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:47:32 ---> 7a68c3c04582 00:47:32 Step 3/20 : WORKDIR /edgex-go 00:47:32 ---> Using cache 00:47:32 ---> 632ac874225e 00:47:32 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:32 ---> Using cache 00:47:32 ---> 7513c4d5261c 00:47:32 Step 5/20 : RUN apk update && apk add make git 00:47:32 ---> Using cache 00:47:32 ---> 094a9fc04e2a 00:47:32 Step 6/20 : COPY go.mod . 00:47:32 ---> Using cache 00:47:32 ---> 88b54ff64b88 00:47:32 Step 7/20 : RUN go mod download 00:47:32 ---> Using cache 00:47:32 ---> 54569b2421a1 00:47:32 Step 8/20 : COPY . . 00:47:32 ---> Using cache 00:47:32 ---> 62ccf49253f2 00:47:32 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 00:47:32 ---> 8e62bcfe4b1e 00:47:32 Step 7/26 : RUN go mod download 00:47:32 ---> Running in 44a53c9bf4bd 00:47:32 ---> Running in fdb9b334a4d5 00:47:35 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 00:47:35 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 00:47:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:47:39 Removing intermediate container fdb9b334a4d5 00:47:39 ---> 45d7c4126fac 00:47:39 Step 8/26 : COPY . . 00:47:48 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:47:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:47:48 ---> 7a68c3c04582 00:47:48 Step 3/21 : WORKDIR /edgex-go 00:47:48 ---> Using cache 00:47:48 ---> 632ac874225e 00:47:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:48 ---> Using cache 00:47:48 ---> 7513c4d5261c 00:47:48 Step 5/21 : RUN apk update && apk add make && apk add bash git 00:47:52 ---> Running in 7e89621dd42a 00:47:52 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 00:47:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:56 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:56 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:56 OK: 12617 distinct packages available 00:47:57 OK: 217 MiB in 51 packages 00:47:58 OK: 217 MiB in 51 packages 00:48:03 Removing intermediate container 7e89621dd42a 00:48:03 ---> 755bb337b722 00:48:03 Step 6/21 : COPY go.mod . 00:48:05 ---> 493267afd17d 00:48:05 Step 7/21 : RUN go mod download 00:48:05 ---> Running in a0d67e66d60c 00:48:10 ---> 4e080ecbcfce 00:48:10 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:48:10 ---> Running in 37ee3515e7cd 00:48:10 Removing intermediate container 975d254546eb 00:48:10 ---> 775eca3a96e4 00:48:10 00:48:10 Step 10/26 : FROM alpine:3.10 00:48:10 3.10: Pulling from library/alpine 00:48:12 Removing intermediate container a0d67e66d60c 00:48:12 ---> b743fd24e0ee 00:48:12 Step 8/21 : COPY . . 00:48:12 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:48:12 Status: Downloaded newer image for alpine:3.10 00:48:12 ---> 536a684cf733 00:48:12 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:48:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:48:12 ---> Running in cd0349951352 00:48:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:48:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:48:16 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:48:16 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:48:16 OK: 10167 distinct packages available 00:48:17 (1/5) Installing ca-certificates (20191127-r2) 00:48:17 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:48:17 (3/5) Installing libcurl (7.66.0-r0) 00:48:17 (4/5) Installing curl (7.66.0-r0) 00:48:17 (5/5) Installing dumb-init (1.2.2-r1) 00:48:17 Executing busybox-1.30.1-r3.trigger 00:48:17 Executing ca-certificates-20191127-r2.trigger 00:48:18 OK: 7 MiB in 19 packages 00:48:23 Removing intermediate container cd0349951352 00:48:23 ---> 987b61420d0b 00:48:23 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:23 ---> Running in 12cbe1680f4d 00:48:24 Removing intermediate container 12cbe1680f4d 00:48:24 ---> c5989f12b8b3 00:48:24 Step 13/26 : WORKDIR / 00:48:25 ---> Running in fc6d13a9f356 00:48:26 Removing intermediate container fc6d13a9f356 00:48:26 ---> 86ae0f257ca1 00:48:26 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:48:28 ---> 6660df692ab1 00:48:28 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:48:29 ---> 8f1d196afd2c 00:48:29 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:48:32 ---> 0c41b4d12865 00:48:32 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 00:48:33 ---> 4407e242fde8 00:48:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:48:36 ---> b8899a312744 00:48:36 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:48:38 ---> a997f1349d9e 00:48:38 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 00:48:39 ---> 27329f1e5a0b 00:48:39 Step 9/21 : RUN make cmd/support-logging/support-logging 00:48:39 ---> Running in 3abd3012a185 00:48:40 ---> 0663117cbeee 00:48:40 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:48:41 ---> 4cb65e667dd0 00:48:41 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:48:41 ---> Running in 569cf70093dc 00:48:42 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 00:48:45 Removing intermediate container 569cf70093dc 00:48:45 ---> b9ff0a2e3c4e 00:48:45 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 00:48:45 ---> Running in 6ed397961032 00:48:46 Removing intermediate container 6ed397961032 00:48:46 ---> 1cc70626eeed 00:48:46 Step 24/26 : LABEL arch=arm64 00:48:46 ---> Running in 6b42fa790652 00:48:47 Removing intermediate container 6b42fa790652 00:48:47 ---> 449b6731205f 00:48:47 Step 25/26 : LABEL git_sha=5ba82f7991f8145100b3c4401eea6f321c7dfb16 00:48:47 ---> Running in 1464dc5c7606 00:48:47 Removing intermediate container 1464dc5c7606 00:48:47 ---> cad43b09f6ac 00:48:47 Step 26/26 : LABEL version=0.0.0 00:48:48 ---> Running in 01c06ad1cdeb 00:48:49 Removing intermediate container 01c06ad1cdeb 00:48:49 ---> 633f37f2e0dd 00:48:49 00:48:49 Successfully built 633f37f2e0dd 00:48:49 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:22  Building docker-security-secretstore-setup-go ... done Removing intermediate container 8bbcf109010d 00:49:22 ---> 493eaeadf291 00:49:22 00:49:22 Step 10/21 : FROM scratch 00:49:22 ---> 00:49:22 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:22 ---> Using cache 00:49:22 ---> bb4974c67e12 00:49:22 Step 12/21 : ENV APP_PORT=48082 00:49:22 ---> Running in 553fbcbd4c3f 00:49:22 Removing intermediate container 44a53c9bf4bd 00:49:22 ---> fdc1dc894133 00:49:22 00:49:22 Step 10/20 : FROM scratch 00:49:22 ---> 00:49:22 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:23 ---> Using cache 00:49:23 ---> bb4974c67e12 00:49:23 Step 12/20 : ENV APP_PORT=48085 00:49:23 ---> Running in ad6972381b39 00:49:23 Removing intermediate container 553fbcbd4c3f 00:49:23 ---> 408a6df3d954 00:49:23 Step 13/21 : EXPOSE $APP_PORT 00:49:23 ---> Running in e97b3e38c337 00:49:24 Removing intermediate container ad6972381b39 00:49:24 ---> 18df09cc9465 00:49:24 Step 13/20 : EXPOSE $APP_PORT 00:49:24 ---> Running in fc4b6d4c67aa 00:49:24 Removing intermediate container e97b3e38c337 00:49:24 ---> 95b3fc190448 00:49:24 Step 14/21 : WORKDIR / 00:49:24 ---> Running in a8d2d275b40e 00:49:24 Removing intermediate container fc4b6d4c67aa 00:49:24 ---> f6488e308f75 00:49:24 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:49:25 Removing intermediate container a8d2d275b40e 00:49:25 ---> b47b69ba2da0 00:49:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:49:26 ---> df1df88b1a59 00:49:26 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:49:26 ---> 565eb502d720 00:49:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:28 ---> fcd3183e03d1 00:49:28 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:49:28 ---> 1524f376f1b1 00:49:28 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:29 ---> 38061af6139a 00:49:29 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:49:30 ---> 7f1b06ab1964 00:49:30 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:49:30 ---> Running in 993a58109b29 00:49:30 ---> Running in a0597d8c92f2 00:49:31 Removing intermediate container 993a58109b29 00:49:31 ---> 26823cd2b06f 00:49:31 Step 18/20 : LABEL arch=arm64 00:49:31 Removing intermediate container a0597d8c92f2 00:49:31 ---> 875b114380d5 00:49:31 Step 19/21 : LABEL arch=arm64 00:49:31 ---> Running in 9857642226e4 00:49:32 ---> Running in a0de8bce8f01 00:49:32 Removing intermediate container 9857642226e4 00:49:32 ---> 3586bee00d3c 00:49:32 Step 19/20 : LABEL git_sha=5ba82f7991f8145100b3c4401eea6f321c7dfb16 00:49:33 ---> Running in 6b8ac58fd408 00:49:33 Removing intermediate container 37ee3515e7cd 00:49:33 ---> dd98917e4fac 00:49:33 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:49:33 Removing intermediate container a0de8bce8f01 00:49:33 ---> 3d7544d71deb 00:49:33 Step 20/21 : LABEL git_sha=5ba82f7991f8145100b3c4401eea6f321c7dfb16 00:49:33 ---> Running in 1f6aad8ab4b6 00:49:33 ---> Running in 0071ccab3d4e 00:49:34 Removing intermediate container 6b8ac58fd408 00:49:34 ---> b0fbd2b8967c 00:49:34 Step 20/20 : LABEL version=0.0.0 00:49:34 ---> Running in 753332378bdb 00:49:34 Removing intermediate container 0071ccab3d4e 00:49:34 ---> e8ba980d9a03 00:49:34 Step 21/21 : LABEL version=0.0.0 00:49:34 ---> Running in a8409d0c25d7 00:49:35 Removing intermediate container 753332378bdb 00:49:35 ---> 4657d08c1270 00:49:35 00:49:35 Removing intermediate container a8409d0c25d7 00:49:35 ---> 9c9c0b970776 00:49:35 00:49:35 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 00:49:35 Successfully built 4657d08c1270 00:49:35 Successfully tagged docker-support-scheduler-go-arm64:latest 00:49:36  Building docker-support-scheduler-go ... done Successfully built 9c9c0b970776 00:49:36 Successfully tagged docker-core-command-go-arm64:latest 00:49:39  Building docker-core-command-go ... done Removing intermediate container 1f6aad8ab4b6 00:49:39 ---> 10dada7ac470 00:49:39 00:49:39 Step 11/26 : FROM docker:latest 00:49:39 ---> ce9d55ae87f1 00:49:39 Step 12/26 : RUN apk add --no-cache bash 00:49:39 ---> Running in 4e925d62d0de 00:49:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:42 (1/2) Installing readline (8.0.4-r0) 00:49:42 (2/2) Installing bash (5.0.17-r0) 00:49:42 Executing bash-5.0.17-r0.post-install 00:49:42 Executing busybox-1.31.1-r16.trigger 00:49:42 OK: 12 MiB in 22 packages 00:49:43 Removing intermediate container 4e925d62d0de 00:49:43 ---> 0a679118ede2 00:49:43 Step 13/26 : RUN rm -rf /var/cache/apk/* 00:49:43 ---> Running in 405ed7d83409 00:49:47 Removing intermediate container 3abd3012a185 00:49:47 ---> 2ad21232c376 00:49:47 00:49:47 Step 10/21 : FROM scratch 00:49:47 ---> 00:49:47 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:49:47 ---> Using cache 00:49:47 ---> 33596b521914 00:49:47 Step 12/21 : ENV APP_PORT=48061 00:49:47 ---> Running in ab05f7ea2bf7 00:49:47 Removing intermediate container 405ed7d83409 00:49:47 ---> e82d67e2e781 00:49:47 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:49:47 ---> Running in 8f697231d960 00:49:48 Removing intermediate container ab05f7ea2bf7 00:49:48 ---> 57423640a5f9 00:49:48 Step 13/21 : EXPOSE $APP_PORT 00:49:48 ---> Running in f0a3b3a32b43 00:49:48 Removing intermediate container 8f697231d960 00:49:48 ---> 6abe8c5b67f0 00:49:48 Step 15/26 : ENV APP_PORT=48090 00:49:48 ---> Running in 6eae6af58604 00:49:48 Removing intermediate container f0a3b3a32b43 00:49:48 ---> bf4188aeceec 00:49:48 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 00:49:49 Removing intermediate container 6eae6af58604 00:49:49 ---> ca0615e87b04 00:49:49 Step 16/26 : EXPOSE $APP_PORT 00:49:49 ---> Running in 463381f4b5be 00:49:49 ---> 4db989356a4f 00:49:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:49:49 Removing intermediate container 463381f4b5be 00:49:49 ---> ffb4017d3c1c 00:49:49 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:49:50 ---> 3b059e86ce33 00:49:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:49:50 ---> 248bb418b037 00:49:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:49:51 ---> 17239a13ea2a 00:49:51 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:49:51 ---> 28301778c2cd 00:49:51 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:52 ---> ffbb716ff561 00:49:52 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:49:52 ---> 7b4f6d436d84 00:49:52 Step 20/26 : RUN apk --no-cache add py-pip 00:49:53 ---> Running in fa3ac27fe103 00:49:53 ---> Running in 854cf2b3c431 00:49:53 Removing intermediate container fa3ac27fe103 00:49:53 ---> 0660858bd371 00:49:53 Step 19/21 : LABEL arch=arm64 00:49:53 ---> Running in 7a2620ef3702 00:49:54 Removing intermediate container 7a2620ef3702 00:49:54 ---> 8e0c7f3d238d 00:49:54 Step 20/21 : LABEL git_sha=5ba82f7991f8145100b3c4401eea6f321c7dfb16 00:49:54 ---> Running in 32d3bc2e6ce4 00:49:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:54 Removing intermediate container 32d3bc2e6ce4 00:49:54 ---> c39d0cb61e1f 00:49:54 Step 21/21 : LABEL version=0.0.0 00:49:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:55 ---> Running in 560f1b1f1f6e 00:49:55 Removing intermediate container 560f1b1f1f6e 00:49:55 ---> 5d8c6564993e 00:49:55 00:49:55 (1/33) Installing libbz2 (1.0.8-r1) 00:49:55 (2/33) Installing expat (2.2.9-r1) 00:49:55 (3/33) Installing libffi (3.3-r2) 00:49:55 (4/33) Installing gdbm (1.13-r1) 00:49:55 (5/33) Installing xz-libs (5.2.5-r0) 00:49:55 (6/33) Installing sqlite-libs (3.32.1-r0) 00:49:55 (7/33) Installing python3 (3.8.5-r0) 00:49:55 Successfully built 5d8c6564993e 00:49:55 Successfully tagged docker-support-logging-go-arm64:latest 00:49:57  Building docker-support-logging-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 00:49:57 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:49:57 (10/33) Installing py3-parsing (2.4.7-r0) 00:49:57 (11/33) Installing py3-six (1.15.0-r0) 00:49:57 (12/33) Installing py3-packaging (20.4-r0) 00:49:57 (13/33) Installing py3-setuptools (47.0.0-r0) 00:49:57 (14/33) Installing py3-chardet (3.0.4-r4) 00:49:58 (15/33) Installing py3-idna (2.9-r0) 00:49:58 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:49:58 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:49:58 (18/33) Installing py3-requests (2.23.0-r0) 00:49:58 (19/33) Installing py3-msgpack (1.0.0-r0) 00:49:58 (20/33) Installing py3-lockfile (0.12.2-r3) 00:49:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:49:58 (22/33) Installing py3-colorama (0.4.3-r0) 00:49:58 (23/33) Installing py3-distlib (0.3.0-r0) 00:49:58 (24/33) Installing py3-distro (1.5.0-r1) 00:49:58 (25/33) Installing py3-webencodings (0.5.1-r3) 00:49:58 (26/33) Installing py3-html5lib (1.0.1-r4) 00:49:58 (27/33) Installing py3-pytoml (0.1.21-r0) 00:49:58 (28/33) Installing py3-pep517 (0.8.2-r0) 00:49:58 (29/33) Installing py3-progress (1.5-r0) 00:49:58 (30/33) Installing py3-toml (0.10.1-r0) 00:49:58 (31/33) Installing py3-retrying (1.3.3-r0) 00:49:58 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:49:58 (33/33) Installing py3-pip (20.1.1-r0) 00:49:58 Executing busybox-1.31.1-r16.trigger 00:49:58 OK: 71 MiB in 55 packages 00:50:05 Removing intermediate container 854cf2b3c431 00:50:05 ---> 0bf1a1af7d91 00:50:05 Step 21/26 : RUN pip install docker-compose==1.23.2 00:50:05 ---> Running in 84c383b34fa6 00:50:12 Collecting docker-compose==1.23.2 00:50:12 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:50:12 Collecting cached-property<2,>=1.2.0 00:50:12 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 00:50:13 Collecting websocket-client<1.0,>=0.32.0 00:50:13 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:50:15 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:50:15 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:50:16 Collecting PyYAML<4,>=3.10 00:50:16 Downloading PyYAML-3.13.tar.gz (270 kB) 00:50:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:50:19 Collecting dockerpty<0.5,>=0.4.1 00:50:19 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:50:23 Collecting docker<4.0,>=3.6.0 00:50:23 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:50:23 Collecting jsonschema<3,>=2.5.1 00:50:23 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:50:24 Collecting texttable<0.10,>=0.9.0 00:50:24 Downloading texttable-0.9.1.tar.gz (11 kB) 00:50:27 Collecting docopt<0.7,>=0.6.1 00:50:27 Downloading docopt-0.6.2.tar.gz (25 kB) 00:50:29 Collecting idna<2.8,>=2.5 00:50:29 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:50:29 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) 00:50:29 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) 00:50:30 Collecting urllib3<1.25,>=1.21.1 00:50:30 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:50:30 Collecting docker-pycreds>=0.4.0 00:50:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:50:30 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:50:30 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:50:30 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:50:30 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:50:32 Installing collected packages: cached-property, websocket-client, idna, urllib3, requests, PyYAML, dockerpty, docker-pycreds, docker, jsonschema, texttable, docopt, docker-compose 00:50:32 Attempting uninstall: idna 00:50:32 Found existing installation: idna 2.9 00:50:32 Uninstalling idna-2.9: 00:50:32 Successfully uninstalled idna-2.9 00:50:33 Attempting uninstall: urllib3 00:50:33 Found existing installation: urllib3 1.25.9 00:50:33 Uninstalling urllib3-1.25.9: 00:50:33 Successfully uninstalled urllib3-1.25.9 00:50:34 Attempting uninstall: requests 00:50:34 Found existing installation: requests 2.23.0 00:50:34 Uninstalling requests-2.23.0: 00:50:34 Successfully uninstalled requests-2.23.0 00:50:34 Running setup.py install for PyYAML: started 00:50:37 Running setup.py install for PyYAML: finished with status 'done' 00:50:37 Running setup.py install for dockerpty: started 00:50:39 Running setup.py install for dockerpty: finished with status 'done' 00:50:40 Running setup.py install for texttable: started 00:50:42 Running setup.py install for texttable: finished with status 'done' 00:50:42 Running setup.py install for docopt: started 00:50:44 Running setup.py install for docopt: finished with status 'done' 00:50:44 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 00:50:48 Removing intermediate container 84c383b34fa6 00:50:48 ---> e54f32ef5534 00:50:48 Step 22/26 : RUN apk --no-cache add curl 00:50:48 ---> Running in f6df69dad338 00:50:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:50 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:50 (2/3) Installing libcurl (7.69.1-r0) 00:50:50 (3/3) Installing curl (7.69.1-r0) 00:50:50 Executing busybox-1.31.1-r16.trigger 00:50:50 OK: 71 MiB in 58 packages 00:50:52 Removing intermediate container f6df69dad338 00:50:52 ---> 83c194a8589f 00:50:52 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:50:52 ---> Running in 341ab7c9d2d9 00:50:52 Removing intermediate container 341ab7c9d2d9 00:50:52 ---> 333c0b871d3c 00:50:52 Step 24/26 : LABEL arch=arm64 00:50:52 ---> Running in 493164c070fc 00:50:53 Removing intermediate container 493164c070fc 00:50:53 ---> 88379d85b2fb 00:50:53 Step 25/26 : LABEL git_sha=5ba82f7991f8145100b3c4401eea6f321c7dfb16 00:50:53 ---> Running in 1d51ac9dc3c4 00:50:53 Removing intermediate container 1d51ac9dc3c4 00:50:53 ---> 2871d37db710 00:50:53 Step 26/26 : LABEL version=0.0.0 00:50:53 ---> Running in 28c7a7d80cba 00:50:54 Removing intermediate container 28c7a7d80cba 00:50:54 ---> 0a7e8773a589 00:50:54 00:50:54 Successfully built 0a7e8773a589 00:50:54 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:54  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:50:55 $ docker stop --time=1 d0f0bb24a4a857628c65d97d0a733ccac7e27669ef7c0b9f5a4e8a070591cec0 00:50:56 $ docker rm -f d0f0bb24a4a857628c65d97d0a733ccac7e27669ef7c0b9f5a4e8a070591cec0 [Pipeline] // withDockerContainer [Pipeline] sh 00:50:57 + docker images 00:50:57 + grep docker 00:50:57 docker-sys-mgmt-agent-go-arm64 latest 0a7e8773a589 3 seconds ago 266MB 00:50:57 docker-support-logging-go-arm64 latest 5d8c6564993e About a minute ago 11.4MB 00:50:57 docker-core-command-go-arm64 latest 9c9c0b970776 About a minute ago 12.4MB 00:50:57 docker-support-scheduler-go-arm64 latest 4657d08c1270 About a minute ago 12.6MB 00:50:57 docker-security-secretstore-setup-go-arm64 latest 633f37f2e0dd 2 minutes ago 32.5MB 00:50:57 docker-core-data-go-arm64 latest bf99c744c2fd 4 minutes ago 22.6MB 00:50:57 docker-core-metadata-go-arm64 latest e07900064c55 4 minutes ago 13.8MB 00:50:57 docker-support-notifications-go-arm64 latest 629883e85f1a 4 minutes ago 13.9MB 00:50:57 docker-security-secrets-setup-go-arm64 latest 9a5b84c04a09 4 minutes ago 24.2MB 00:50:57 docker-security-proxy-setup-go-arm64 latest 1b4e18fa0745 5 minutes ago 15.8MB 00:50:57 docker latest ce9d55ae87f1 7 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 00:50:59 provisioning config files... 00:50:59 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config4441854054345093545tmp [Pipeline] { [Pipeline] sh 00:50:59 + curl -s https://codecov.io/bash 00:50:59 + bash -s - -t @/w/workspace/edgex-go/6@tmp/config4441854054345093545tmp [Pipeline] } 00:51:00 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 00:51:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:02 ---> package-listing.sh 00:51:02 ++ facter osfamily 00:51:02 ++ tr '[:upper:]' '[:lower:]' 00:51:02 + OS_FAMILY=redhat 00:51:02 + workspace=/w/workspace/edgex-go/6 00:51:02 + START_PACKAGES=/tmp/packages_start.txt 00:51:02 + END_PACKAGES=/tmp/packages_end.txt 00:51:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:02 + PACKAGES=/tmp/packages_start.txt 00:51:02 + '[' /w/workspace/edgex-go/6 ']' 00:51:02 + PACKAGES=/tmp/packages_end.txt 00:51:02 + case "${OS_FAMILY}" in 00:51:02 + rpm -qa 00:51:02 + sort 00:51:06 + '[' -f /tmp/packages_start.txt ']' 00:51:06 + '[' -f /tmp/packages_end.txt ']' 00:51:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:51:06 + '[' /w/workspace/edgex-go/6 ']' 00:51:06 + mkdir -p /w/workspace/edgex-go/6/archives/ 00:51:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] isUnix [Pipeline] sh 00:51:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:07 00:51:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:51:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:07 alpine: Pulling from edgex-lftools-log-publisher 00:51:07 c9b1b535fdd9: Pulling fs layer 00:51:07 2cc5ad85d9ab: Pulling fs layer 00:51:07 756a868c4378: Pulling fs layer 00:51:07 444b2fc9a129: Pulling fs layer 00:51:07 ea15f1150254: Pulling fs layer 00:51:07 41b27a9f41bf: Pulling fs layer 00:51:07 28c525ee5125: Pulling fs layer 00:51:07 094b1ea09ed8: Pulling fs layer 00:51:07 138eaada9080: Pulling fs layer 00:51:07 0622d0fa9048: Pulling fs layer 00:51:07 41b27a9f41bf: Waiting 00:51:07 28c525ee5125: Waiting 00:51:07 094b1ea09ed8: Waiting 00:51:07 138eaada9080: Waiting 00:51:07 0622d0fa9048: Waiting 00:51:07 444b2fc9a129: Waiting 00:51:07 ea15f1150254: Waiting 00:51:07 2cc5ad85d9ab: Verifying Checksum 00:51:07 2cc5ad85d9ab: Download complete 00:51:07 444b2fc9a129: Verifying Checksum 00:51:07 444b2fc9a129: Download complete 00:51:07 c9b1b535fdd9: Verifying Checksum 00:51:07 c9b1b535fdd9: Download complete 00:51:07 ea15f1150254: Verifying Checksum 00:51:07 ea15f1150254: Download complete 00:51:08 28c525ee5125: Verifying Checksum 00:51:08 28c525ee5125: Download complete 00:51:08 756a868c4378: Verifying Checksum 00:51:08 756a868c4378: Download complete 00:51:08 138eaada9080: Verifying Checksum 00:51:08 138eaada9080: Download complete 00:51:08 c9b1b535fdd9: Pull complete 00:51:08 094b1ea09ed8: Verifying Checksum 00:51:08 094b1ea09ed8: Download complete 00:51:08 0622d0fa9048: Verifying Checksum 00:51:08 0622d0fa9048: Download complete 00:51:09 41b27a9f41bf: Verifying Checksum 00:51:09 41b27a9f41bf: Download complete 00:51:09 2cc5ad85d9ab: Pull complete 00:51:11 756a868c4378: Pull complete 00:51:11 444b2fc9a129: Pull complete 00:51:11 ea15f1150254: Pull complete 00:51:17 41b27a9f41bf: Pull complete 00:51:17 28c525ee5125: Pull complete 00:51:18 094b1ea09ed8: Pull complete 00:51:18 138eaada9080: Pull complete 00:51:20 0622d0fa9048: Pull complete 00:51:20 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 00:51:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:51:20 prd-centos7-docker-4c-2g-327 does not seem to be running inside a container 00:51:21 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-lftools-log-publisher:alpine cat 00:51:25 $ docker top bd8c1c2f288afd48025fb34b0ee12052d77472045fb8813c5bb4c6596291e8cb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:51:25 provisioning config files... 00:51:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config7630024162027464801tmp [Pipeline] { [Pipeline] echo 00:51:25 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:51:26 ---> create-netrc.sh [Pipeline] echo 00:51:26 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:51:26 ---> logs-deploy.sh 00:51:26 + ARCHIVE_ARTIFACTS= 00:51:26 + LOGS_SERVER=https://logs.edgexfoundry.org 00:51:26 + '[' https://logs.edgexfoundry.org == None ']' 00:51:26 + NEXUS_URL=https://nexus.edgexfoundry.org 00:51:26 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/6 00:51:26 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2659/6/ 00:51:26 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/6 /w/workspace/edgex-go/6 00:51:27 Archives upload complete. 00:51:27 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/6 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2659/6/