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 82b187e91532f82db40e9dc8d7590bd46fa6d242+a7ec3a865ede80db86ffd188b897ddab9785937f (a5a6ede12840ce781276270234f98b580f573bde) 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-329 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/32 [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/32 # 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/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit a7ec3a865ede80db86ffd188b897ddab9785937f into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 Merge succeeded, producing 94bf66af5c51d2256acbe2a21da3f9be30260cb0 Checking out Revision 94bf66af5c51d2256acbe2a21da3f9be30260cb0 (PR-2574) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # 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/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # 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 94bf66af5c51d2256acbe2a21da3f9be30260cb0 # 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:31:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:22 ========================================================= 00:31:22 EdgeX Global Pipelines Version Info 00:31:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c2e67551120b833f155c04db64bb18708798b188 # timeout=10 00:31:24 ------------------- 00:31:24 stable info: 00:31:24 ------------------- 00:31:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:24 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 00:31:24 Message: update stable to v1.0.106 00:31:25 ------------------- 00:31:25 experimental info: 00:31:25 ------------------- 00:31:25 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:25 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 00:31:25 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 00:31:26 ++ 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:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/core-command/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo core-command,cmd/core-command/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/core-data/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo core-data,cmd/core-data/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/core-metadata/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/security-secrets-setup/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/support-logging/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo support-logging,cmd/support-logging/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/support-notifications/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/support-scheduler/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:26 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:31:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:27 00:31:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:28 latest: Pulling from edgex-devops/git-semver 00:31:28 31603596830f: Pulling fs layer 00:31:28 2a8b12db71e7: Pulling fs layer 00:31:28 6ca5941a6612: Pulling fs layer 00:31:28 ecc8261a40a4: Pulling fs layer 00:31:28 ecc8261a40a4: Waiting 00:31:28 2a8b12db71e7: Verifying Checksum 00:31:28 2a8b12db71e7: Download complete 00:31:28 31603596830f: Verifying Checksum 00:31:28 31603596830f: Download complete 00:31:28 ecc8261a40a4: Verifying Checksum 00:31:28 ecc8261a40a4: Download complete 00:31:28 6ca5941a6612: Verifying Checksum 00:31:28 6ca5941a6612: Download complete 00:31:28 31603596830f: Pull complete 00:31:29 2a8b12db71e7: Pull complete 00:31:30 6ca5941a6612: Pull complete 00:31:30 ecc8261a40a4: Pull complete 00:31:30 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:30 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:30 prd-centos7-docker-4c-2g-329 does not seem to be running inside a container 00:31:30 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:32 $ docker top f0bb7ea7881c27f8f1278aa5ca2726a7b2e27f0078066e5042bea49012530e35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:33 [ssh-agent] Looking for ssh-agent implementation... 00:31:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:33 $ docker exec f0bb7ea7881c27f8f1278aa5ca2726a7b2e27f0078066e5042bea49012530e35 ssh-agent 00:31:33 SSH_AUTH_SOCK=/tmp/ssh-EFjoQokaSJbz/agent.12 00:31:33 SSH_AGENT_PID=17 00:31:33 Running ssh-add (command line suppressed) 00:31:33 Identity added: /w/workspace/edgex-go/32@tmp/private_key_1732473973264709554.key (/w/workspace/edgex-go/32@tmp/private_key_1732473973264709554.key) 00:31:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:34 + git describe --exact-match --tags HEAD 00:31:34 fatal: No names found, cannot describe anything. [Pipeline] } 00:31:34 $ docker exec --env ******** --env ******** f0bb7ea7881c27f8f1278aa5ca2726a7b2e27f0078066e5042bea49012530e35 ssh-agent -k 00:31:34 unset SSH_AUTH_SOCK; 00:31:34 unset SSH_AGENT_PID; 00:31:34 echo Agent pid 17 killed; 00:31:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 00:31:34 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 00:31:34 This usually means this commit has not been tagged. [Pipeline] sshagent 00:31:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:34 [ssh-agent] Looking for ssh-agent implementation... 00:31:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:34 $ docker exec f0bb7ea7881c27f8f1278aa5ca2726a7b2e27f0078066e5042bea49012530e35 ssh-agent 00:31:35 SSH_AUTH_SOCK=/tmp/ssh-6t5dCZfoqubd/agent.45 00:31:35 SSH_AGENT_PID=50 00:31:35 Running ssh-add (command line suppressed) 00:31:35 Identity added: /w/workspace/edgex-go/32@tmp/private_key_8906872110458475088.key (/w/workspace/edgex-go/32@tmp/private_key_8906872110458475088.key) 00:31:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:35 + git semver init 00:31:35 # -> Open(): unable to determine branch for HEAD 00:31:35 # $GIT_DIR = /w/workspace/edgex-go/32/.git 00:31:35 # $GIT_WORK_TREE = /w/workspace/edgex-go/32 00:31:35 # $SEMVER_REMOTE_NAME = origin 00:31:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:35 # $SEMVER_USER_NAME = edgex-jenkins 00:31:35 # $SEMVER_BRANCH = PR-2574 00:31:35 # $SEMVER_TEMP = /tmp/semver-477564747 00:31:35 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:02 # '/tmp/semver-477564747' -> '/w/workspace/edgex-go/32/.semver' 00:32:02 # -> Force: false 00:32:02 # $SEMVER_DIR = /w/workspace/edgex-go/32/.semver [Pipeline] } 00:32:02 $ docker exec --env ******** --env ******** f0bb7ea7881c27f8f1278aa5ca2726a7b2e27f0078066e5042bea49012530e35 ssh-agent -k 00:32:02 unset SSH_AUTH_SOCK; 00:32:02 unset SSH_AGENT_PID; 00:32:02 echo Agent pid 50 killed; 00:32:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:02 + git semver [Pipeline] } 00:32:02 $ docker stop --time=1 f0bb7ea7881c27f8f1278aa5ca2726a7b2e27f0078066e5042bea49012530e35 00:32:04 $ docker rm -f f0bb7ea7881c27f8f1278aa5ca2726a7b2e27f0078066e5042bea49012530e35 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 00:32:19 Stashed 34 file(s) [Pipeline] echo 00:32:19 [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:32:19 ========================================================= 00:32:19 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 00:32:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:20 + 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:32:23 Sending build context to Docker daemon 323.1MB 00:32:23 Step 1/7 : ARG BASE=golang:1.13-alpine 00:32:23 Step 2/7 : FROM ${BASE} 00:32:23 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:23 df20fa9351a1: Pulling fs layer 00:32:23 ed8968b2872e: Pulling fs layer 00:32:23 a92cc7c5fd73: Pulling fs layer 00:32:23 2dd03ba5bac4: Pulling fs layer 00:32:23 1e091d79d1de: Pulling fs layer 00:32:23 481702a1767f: Pulling fs layer 00:32:23 f64a6f60c768: Pulling fs layer 00:32:23 e78d2573fc39: Pulling fs layer 00:32:23 e876d2f968b6: Pulling fs layer 00:32:23 ce8a83651883: Pulling fs layer 00:32:23 07967f4d0e4b: Pulling fs layer 00:32:23 f64a6f60c768: Waiting 00:32:23 e78d2573fc39: Waiting 00:32:23 e876d2f968b6: Waiting 00:32:23 ce8a83651883: Waiting 00:32:23 07967f4d0e4b: Waiting 00:32:23 2dd03ba5bac4: Waiting 00:32:23 1e091d79d1de: Waiting 00:32:23 481702a1767f: Waiting 00:32:23 a92cc7c5fd73: Verifying Checksum 00:32:23 a92cc7c5fd73: Download complete 00:32:23 ed8968b2872e: Verifying Checksum 00:32:23 ed8968b2872e: Download complete 00:32:23 1e091d79d1de: Verifying Checksum 00:32:23 1e091d79d1de: Download complete 00:32:23 481702a1767f: Verifying Checksum 00:32:23 481702a1767f: Download complete 00:32:23 df20fa9351a1: Verifying Checksum 00:32:23 df20fa9351a1: Download complete 00:32:24 df20fa9351a1: Pull complete 00:32:25 ed8968b2872e: Pull complete 00:32:25 f64a6f60c768: Verifying Checksum 00:32:25 f64a6f60c768: Download complete 00:32:25 e876d2f968b6: Verifying Checksum 00:32:25 e876d2f968b6: Download complete 00:32:25 a92cc7c5fd73: Pull complete 00:32:26 2dd03ba5bac4: Verifying Checksum 00:32:26 2dd03ba5bac4: Download complete 00:32:26 07967f4d0e4b: Verifying Checksum 00:32:26 07967f4d0e4b: Download complete 00:32:26 e78d2573fc39: Verifying Checksum 00:32:26 e78d2573fc39: Download complete 00:32:27 ce8a83651883: Verifying Checksum 00:32:27 ce8a83651883: Download complete 00:32:33 2dd03ba5bac4: Pull complete 00:32:33 1e091d79d1de: Pull complete 00:32:33 481702a1767f: Pull complete 00:32:34 Still waiting to schedule task 00:32:34 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:38 f64a6f60c768: Pull complete 00:32:41 e78d2573fc39: Pull complete 00:32:41 e876d2f968b6: Pull complete 00:32:43 ce8a83651883: Pull complete 00:32:43 07967f4d0e4b: Pull complete 00:32:43 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 00:32:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 00:32:43 ---> 5d7c900382c6 00:32:43 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:32:45 ---> Running in 5cb6a7cbcfa7 00:32:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:46 (1/12) Installing libmagic (5.38-r0) 00:32:47 (2/12) Installing file (5.38-r0) 00:32:47 (3/12) Installing libc-dev (0.7.2-r3) 00:32:47 (4/12) Installing g++ (9.3.0-r2) 00:32:52 (5/12) Installing fortify-headers (1.1-r0) 00:32:52 (6/12) Installing patch (2.7.6-r6) 00:32:52 (7/12) Installing build-base (0.5-r2) 00:32:52 (8/12) Installing libsodium (1.0.18-r0) 00:32:52 (9/12) Installing pkgconf (1.7.2-r0) 00:32:52 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:52 (11/12) Installing libzmq (4.3.2-r0) 00:32:52 (12/12) Installing zeromq-dev (4.3.2-r0) 00:32:52 Executing busybox-1.31.1-r16.trigger 00:32:52 OK: 233 MiB in 51 packages 00:32:57 Removing intermediate container 5cb6a7cbcfa7 00:32:57 ---> 3d80121aa580 00:32:57 Step 4/7 : WORKDIR /edgex-go 00:32:57 ---> Running in afa248506291 00:32:57 Removing intermediate container afa248506291 00:32:57 ---> 3fb0c4e37b99 00:32:57 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:32:57 latest: Pulling from library/docker 00:32:57 df20fa9351a1: Already exists 00:32:57 25ad7478873d: Pulling fs layer 00:32:57 4684f6177b5d: Pulling fs layer 00:32:57 46e300cec669: Pulling fs layer 00:32:57 63038576ad94: Pulling fs layer 00:32:57 0fdb76c4706c: Pulling fs layer 00:32:57 cb7edeffdfd5: Pulling fs layer 00:32:57 0fdb76c4706c: Waiting 00:32:57 63038576ad94: Waiting 00:32:57 cb7edeffdfd5: Waiting 00:32:57 4684f6177b5d: Verifying Checksum 00:32:57 4684f6177b5d: Download complete 00:32:57 25ad7478873d: Verifying Checksum 00:32:57 25ad7478873d: Download complete 00:32:57 63038576ad94: Verifying Checksum 00:32:57 63038576ad94: Download complete 00:32:57 0fdb76c4706c: Verifying Checksum 00:32:57 0fdb76c4706c: Download complete 00:32:58 cb7edeffdfd5: Verifying Checksum 00:32:58 cb7edeffdfd5: Download complete 00:32:58 25ad7478873d: Pull complete 00:32:58 4684f6177b5d: Pull complete 00:32:58 46e300cec669: Verifying Checksum 00:32:58 46e300cec669: Download complete 00:33:01 46e300cec669: Pull complete 00:33:01 63038576ad94: Pull complete 00:33:01 0fdb76c4706c: Pull complete 00:33:01 cb7edeffdfd5: Pull complete 00:33:01 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 00:33:01 Status: Downloaded newer image for docker:latest 00:33:03 ---> 8f4d01109380 00:33:03 Step 6/7 : COPY go.mod . 00:33:03 ---> 59b4b96b2114 00:33:03 Step 7/7 : RUN go mod download 00:33:03 ---> Running in 281329f809a5 00:33:05 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:33:05 go: finding github.com/BurntSushi/toml v0.3.1 00:33:05 go: finding github.com/OneOfOne/xxhash v1.2.5 00:33:05 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:33:05 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:33:05 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:33:05 go: finding github.com/bgentry/speakeasy v0.1.0 00:33:05 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:33:05 go: finding github.com/cloudflare/gokey v0.1.0 00:33:05 go: finding github.com/davecgh/go-spew v1.1.1 00:33:05 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:33:05 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:33:05 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:33:05 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:33:05 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:33:05 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:33:05 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 00:33:05 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:33:05 go: finding github.com/fatih/color v1.7.0 00:33:05 go: finding github.com/fsnotify/fsnotify v1.4.7 00:33:05 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:33:06 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 00:33:06 go: finding github.com/go-kit/kit v0.8.0 00:33:06 go: finding github.com/go-logfmt/logfmt v0.4.0 00:33:06 go: finding github.com/go-redis/redis/v7 v7.2.0 00:33:06 go: finding github.com/go-stack/stack v1.8.0 00:33:06 go: finding github.com/golang/protobuf v1.3.2 00:33:06 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:33:06 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:33:06 go: finding github.com/google/uuid v1.1.0 00:33:06 go: finding github.com/gorilla/mux v1.7.1 00:33:06 go: finding github.com/hashicorp/consul/api v1.1.0 00:33:06 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:33:06 go: finding github.com/hashicorp/errwrap v1.0.0 00:33:06 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:33:06 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:33:06 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:33:06 go: finding github.com/hashicorp/go-multierror v1.0.0 00:33:06 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:33:06 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:33:06 go: finding github.com/hashicorp/go-syslog v1.0.0 00:33:06 go: finding github.com/hashicorp/go-uuid v1.0.1 00:33:06 go: finding github.com/hashicorp/go.net v0.0.1 00:33:06 go: finding github.com/hashicorp/golang-lru v0.5.0 00:33:06 go: finding github.com/hashicorp/logutils v1.0.0 00:33:06 go: finding github.com/hashicorp/mdns v1.0.0 00:33:06 go: finding github.com/hashicorp/memberlist v0.1.3 00:33:06 go: finding github.com/hashicorp/serf v0.8.2 00:33:06 go: finding github.com/hpcloud/tail v1.0.0 00:33:06 go: finding github.com/imdario/mergo v0.3.6 00:33:06 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:33:06 go: finding github.com/kr/pretty v0.1.0 00:33:06 go: finding github.com/kr/pty v1.1.1 00:33:06 go: finding github.com/kr/text v0.1.0 00:33:06 go: finding github.com/mattn/go-colorable v0.0.9 00:33:06 go: finding github.com/mattn/go-isatty v0.0.3 00:33:06 go: finding github.com/miekg/dns v1.0.14 00:33:06 go: finding github.com/mitchellh/cli v1.0.0 00:33:06 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:33:06 go: finding github.com/mitchellh/copystructure v1.0.0 00:33:06 go: finding github.com/mitchellh/go-homedir v1.0.0 00:33:06 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:33:06 go: finding github.com/mitchellh/gox v0.4.0 00:33:06 go: finding github.com/mitchellh/iochan v1.0.0 00:33:06 go: finding github.com/mitchellh/mapstructure v1.1.2 00:33:07 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:33:07 go: finding github.com/onsi/ginkgo v1.10.1 00:33:07 go: finding github.com/onsi/gomega v1.7.0 00:33:07 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:33:07 go: finding github.com/pebbe/zmq4 v1.0.0 00:33:07 go: finding github.com/pelletier/go-toml v1.2.0 00:33:07 go: finding github.com/pkg/errors v0.8.1 00:33:07 go: finding github.com/pmezard/go-difflib v1.0.0 00:33:07 go: finding github.com/posener/complete v1.1.1 00:33:07 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:33:07 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:33:07 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:33:07 go: finding github.com/stretchr/objx v0.1.0 00:33:07 go: finding github.com/stretchr/testify v1.5.1 00:33:07 go: finding github.com/ugorji/go v1.1.4 00:33:07 go: finding github.com/x448/float16 v0.8.4 00:33:07 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 00:33:07 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:33:07 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:33:07 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:33:07 go: finding golang.org/x/text v0.3.2 00:33:07 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:33:07 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:33:07 go: finding gopkg.in/eapache/queue.v1 v1.1.0 00:33:07 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:33:07 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:33:07 go: finding gopkg.in/yaml.v2 v2.2.8 00:33:20 Removing intermediate container 281329f809a5 00:33:20 ---> 9d4c3a12cf4a 00:33:20 Successfully built 9d4c3a12cf4a 00:33:20 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:33:20 + docker inspect -f . ci-base-image-x86_64 00:33:20 . [Pipeline] withDockerContainer 00:33:20 prd-centos7-docker-4c-2g-329 does not seem to be running inside a container 00:33:20 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:21 $ docker top 90f0bd9f4f379972e025d79c0f399b7c9cb8a3f6af8e75492de1b7e0d7d30308 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:22 + go version 00:33:22 go version go1.13.13 linux/amd64 [Pipeline] echo 00:33:22 ========================================================= 00:33:22 [edgeXBuildGoParallel] Running Tests and Build... 00:33:22 ========================================================= [Pipeline] sh 00:33:22 + make test 00:33:22 GO111MODULE=on go test -coverprofile=coverage.out ./... 00:33:24 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:41 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.009s 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:49 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.020s coverage: 46.6% of statements 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.134s coverage: 27.3% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.020s coverage: 100.0% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.250s coverage: 28.6% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.021s coverage: 100.0% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.027s coverage: 100.0% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.022s coverage: 89.8% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.043s coverage: 97.5% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.014s coverage: 100.0% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.065s coverage: 63.5% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.013s coverage: 100.0% of statements 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 92.3% of statements 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.023s coverage: 100.0% of statements 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.014s coverage: 100.0% of statements 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.161s coverage: 55.9% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.809s coverage: 86.3% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.416s coverage: 72.2% of statements 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.196s coverage: 72.1% of statements 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.032s coverage: 82.4% of statements 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.014s coverage: 48.4% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.016s coverage: 28.8% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.016s coverage: 96.8% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.051s coverage: 33.7% of statements 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.100s coverage: 84.1% of statements 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.005s coverage: 100.0% of statements 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.015s coverage: 42.9% of statements 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.008s coverage: 83.8% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.070s coverage: 45.1% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.039s coverage: 100.0% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.012s coverage: 100.0% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.008s coverage: 100.0% of statements 00:34:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.100s coverage: 29.1% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.034s coverage: 99.0% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.026s coverage: 100.0% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/system 0.007s coverage: 0.0% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.020s coverage: 100.0% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.022s coverage: 87.9% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.007s coverage: 100.0% of statements 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.007s coverage: 32.1% of statements 00:34:11 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.008s coverage: 100.0% of statements 00:34:11 GO111MODULE=on go vet ./... 00:34:19 gofmt -l . 00:34:19 [ "`gofmt -l .`" = "" ] 00:34:20 ./bin/test-go-mod-tidy.sh 00:34:21 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:23 + ls -al . 00:34:23 total 560 00:34:23 drwxrwxr-x 10 1001 1001 4096 Aug 18 00:34 . 00:34:23 drwxr-xr-x 4 root root 30 Aug 18 00:33 .. 00:34:23 -rw-rw-r-- 1 1001 1001 11 Aug 18 00:31 .dockerignore 00:34:23 drwxrwxr-x 8 1001 1001 179 Aug 18 00:31 .git 00:34:23 drwxrwxr-x 3 1001 1001 60 Aug 18 00:31 .github 00:34:23 -rw-rw-r-- 1 1001 1001 932 Aug 18 00:31 .gitignore 00:34:23 drwx------ 3 1001 1001 47 Aug 18 00:31 .semver 00:34:23 -rw-rw-r-- 1 1001 1001 166 Aug 18 00:31 .sonarcloud.properties 00:34:23 -rw-rw-r-- 1 1001 1001 3804 Aug 18 00:31 CONTRIBUTING.md 00:34:23 -rw-rw-r-- 1 1001 1001 1035 Aug 18 00:31 Dockerfile.build 00:34:23 -rw-rw-r-- 1 1001 1001 865 Aug 18 00:31 Jenkinsfile 00:34:23 -rw-rw-r-- 1 1001 1001 10775 Aug 18 00:31 LICENSE 00:34:23 -rw-rw-r-- 1 1001 1001 6237 Aug 18 00:31 Makefile 00:34:23 -rw-rw-r-- 1 1001 1001 5652 Aug 18 00:31 README.md 00:34:23 -rw-rw-r-- 1 1001 1001 259 Aug 18 00:31 SECURITY.md 00:34:23 -rw-rw-r-- 1 1001 1001 5 Aug 18 00:32 VERSION 00:34:23 -rw-rw-r-- 1 1001 1001 4131 Aug 18 00:31 ZMQWindows.md 00:34:23 drwxrwxr-x 2 1001 1001 117 Aug 18 00:31 bin 00:34:23 drwxrwxr-x 15 1001 1001 4096 Aug 18 00:31 cmd 00:34:23 -rw-r--r-- 1 root root 465013 Aug 18 00:34 coverage.out 00:34:23 -rw-r--r-- 1 root root 1075 Aug 18 00:34 go.mod 00:34:23 -rw-r--r-- 1 root root 18146 Aug 18 00:34 go.sum 00:34:23 drwxrwxr-x 8 1001 1001 127 Aug 18 00:31 internal 00:34:23 drwxrwxr-x 4 1001 1001 26 Aug 18 00:31 openapi 00:34:23 drwxrwxr-x 4 1001 1001 71 Aug 18 00:31 snap 00:34:23 -rw-rw-r-- 1 1001 1001 168 Aug 18 00:31 version.go [Pipeline] sh 00:34:23 + '[' -e coverage.out ] 00:34:23 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:23 Stashed 1 file(s) [Pipeline] sh 00:34:24 + make build 00:34:24 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:34:33 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:34: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:34:37 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:34:38 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:34:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:34:41 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:34:44 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:34: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:34:47 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:34:49 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:34:50 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:34: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 [Pipeline] } 00:34:53 $ docker stop --time=1 90f0bd9f4f379972e025d79c0f399b7c9cb8a3f6af8e75492de1b7e0d7d30308 00:34:54 $ docker rm -f 90f0bd9f4f379972e025d79c0f399b7c9cb8a3f6af8e75492de1b7e0d7d30308 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:56 00:34:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:56 latest: Pulling from edgex-devops/edgex-compose 00:34:56 cbdbe7a5bc2a: Pulling fs layer 00:34:56 ca9280d653b3: Pulling fs layer 00:34:56 7e9c9ca2126c: Pulling fs layer 00:34:56 cbdbe7a5bc2a: Download complete 00:34:57 ca9280d653b3: Verifying Checksum 00:34:57 ca9280d653b3: Download complete 00:34:57 cbdbe7a5bc2a: Pull complete 00:34:57 7e9c9ca2126c: Verifying Checksum 00:34:57 7e9c9ca2126c: Download complete 00:34:58 ca9280d653b3: Pull complete 00:34:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-333 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws 00:34:59 Running in /w/workspace/edgex-go/32 [Pipeline] { [Pipeline] checkout 00:35:04 using credential edgex-jenkins-ssh 00:35:04 Cloning the remote Git repository 00:35:04 Cloning with configured refspecs honoured and without tags 00:35:05 7e9c9ca2126c: Pull complete 00:35:05 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:05 prd-centos7-docker-4c-2g-329 does not seem to be running inside a container 00:35:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:04 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:04 > git init /w/workspace/edgex-go/32 # timeout=10 00:35:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:04 > git --version # timeout=10 00:35:04 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:04 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:07 $ docker top d82f675939e880a2c0901a7a859b031d70e398e0d3e0834aad736a52ad14c0ef -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:08 + docker-compose build --help 00:35:08 + grep parallel 00:35:09 --parallel Build images in parallel. [Pipeline] } 00:35:09 $ docker stop --time=1 d82f675939e880a2c0901a7a859b031d70e398e0d3e0834aad736a52ad14c0ef 00:35:10 $ docker rm -f d82f675939e880a2c0901a7a859b031d70e398e0d3e0834aad736a52ad14c0ef [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:11 . [Pipeline] withDockerContainer 00:35:11 prd-centos7-docker-4c-2g-329 does not seem to be running inside a container 00:35:11 $ 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/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@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:35:12 $ docker top bfb2bd5315449b924262186cbc531d12b9ae4640370433885d10ae04466ea4a0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:12 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:13 Building docker-core-command-go ... 00:35:13 Building docker-core-data-go ... 00:35:13 Building docker-core-metadata-go ... 00:35:13 Building docker-security-proxy-setup-go ... 00:35:13 Building docker-security-secrets-setup-go ... 00:35:13 Building docker-security-secretstore-setup-go ... 00:35:13 Building docker-support-logging-go ... 00:35:13 Building docker-support-notifications-go ... 00:35:13 Building docker-support-scheduler-go ... 00:35:13 Building docker-sys-mgmt-agent-go ... 00:35:13 Building docker-security-proxy-setup-go 00:35:13 Building docker-core-data-go 00:35:13 Building docker-support-logging-go 00:35:13 Building docker-core-metadata-go 00:35:13 Building docker-security-secretstore-setup-go 00:35:20 Fetching without tags 00:35:21 Merging remotes/origin/master commit a7ec3a865ede80db86ffd188b897ddab9785937f into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 00:35:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:20 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # timeout=10 00:35:20 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:20 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:20 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:21 > git config core.sparsecheckout # timeout=10 00:35:21 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # timeout=10 00:35:21 > git remote # timeout=10 00:35:21 > git config --get remote.origin.url # timeout=10 00:35:21 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:21 > git merge a7ec3a865ede80db86ffd188b897ddab9785937f # timeout=10 00:35:21 Merge succeeded, producing 19540ee17667b0776a0498882c1ea5919f568c02 00:35:21 Checking out Revision 19540ee17667b0776a0498882c1ea5919f568c02 (PR-2574) 00:35:21 > git rev-parse HEAD^{commit} # timeout=10 00:35:21 > git config core.sparsecheckout # timeout=10 00:35:21 > git checkout -f 19540ee17667b0776a0498882c1ea5919f568c02 # timeout=10 00:35:26 Commit message: "Merge commit 'a7ec3a865ede80db86ffd188b897ddab9785937f' into HEAD" 00:35:26 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 00:35:26 > git rev-list --no-walk c2e67551120b833f155c04db64bb18708798b188 # timeout=10 [Pipeline] echo 00:35:37 ========================================================= 00:35:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 00:35:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:38 + 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:43 Sending build context to Docker daemon 323.1MB 00:35:43 Step 1/7 : ARG BASE=golang:1.13-alpine 00:35:43 Step 2/7 : FROM ${BASE} 00:35:43 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:35:43 b538f80385f9: Pulling fs layer 00:35:43 74f711af9a0d: Pulling fs layer 00:35:43 99f96fe45779: Pulling fs layer 00:35:43 fd7a069fd194: Pulling fs layer 00:35:43 66aa3694b03b: Pulling fs layer 00:35:43 170f70906a0f: Pulling fs layer 00:35:43 ad7c5574e4b9: Pulling fs layer 00:35:43 e772456be8f7: Pulling fs layer 00:35:43 c890913d741a: Pulling fs layer 00:35:43 2480fcc9aa5a: Pulling fs layer 00:35:43 09adf4765672: Pulling fs layer 00:35:43 fd7a069fd194: Waiting 00:35:43 66aa3694b03b: Waiting 00:35:43 170f70906a0f: Waiting 00:35:43 ad7c5574e4b9: Waiting 00:35:43 e772456be8f7: Waiting 00:35:43 c890913d741a: Waiting 00:35:43 2480fcc9aa5a: Waiting 00:35:43 09adf4765672: Waiting 00:35:43 99f96fe45779: Verifying Checksum 00:35:43 99f96fe45779: Download complete 00:35:43 74f711af9a0d: Verifying Checksum 00:35:43 74f711af9a0d: Download complete 00:35:43 66aa3694b03b: Verifying Checksum 00:35:43 66aa3694b03b: Download complete 00:35:43 170f70906a0f: Verifying Checksum 00:35:43 170f70906a0f: Download complete 00:35:43 b538f80385f9: Verifying Checksum 00:35:43 b538f80385f9: Download complete 00:35:43 b538f80385f9: Pull complete 00:35:44 74f711af9a0d: Pull complete 00:35:44 99f96fe45779: Pull complete 00:35:46 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:35:46 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:35:46 ---> 9d4c3a12cf4a 00:35:46 Step 3/20 : WORKDIR /edgex-go 00:35:46 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:35:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:46 ---> 9d4c3a12cf4a 00:35:46 Step 3/22 : WORKDIR /edgex-go 00:35:46 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:35:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:35:46 ---> 9d4c3a12cf4a 00:35:46 Step 3/21 : WORKDIR /edgex-go 00:35:46 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:35:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:35:46 ---> 9d4c3a12cf4a 00:35:46 Step 3/21 : WORKDIR /edgex-go 00:35:46 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:35:46 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:35:46 ---> 9d4c3a12cf4a 00:35:46 Step 3/26 : WORKDIR /edgex-go 00:35:46 ---> Running in 842b4efd7ae7 00:35:46 ---> Running in ea39f4d7a1f3 00:35:46 ---> Running in bef30ade2e8c 00:35:46 ---> Running in a0d5ae485977 00:35:46 ---> Running in d127eb23b1f5 00:35:46 Removing intermediate container ea39f4d7a1f3 00:35:46 ---> 54ff8f3683f5 00:35:46 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:46 Removing intermediate container d127eb23b1f5 00:35:46 ---> 4a4c0db7ec61 00:35:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:46 Removing intermediate container 842b4efd7ae7 00:35:46 ---> 727b7cab1713 00:35:46 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:46 Removing intermediate container a0d5ae485977 00:35:46 ---> e43484a2bb95 00:35:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:46 Removing intermediate container bef30ade2e8c 00:35:46 ---> fbf6a3b04617 00:35:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:46 ---> Running in 10a6980db7a7 00:35:46 ---> Running in 90d21f99bae9 00:35:46 ---> Running in 22300bded2e4 00:35:46 ---> Running in 405ad8808c2c 00:35:46 ---> Running in 52387ce119ad 00:35:46 ad7c5574e4b9: Verifying Checksum 00:35:46 ad7c5574e4b9: Download complete 00:35:46 c890913d741a: Verifying Checksum 00:35:46 c890913d741a: Download complete 00:35:47 Removing intermediate container 10a6980db7a7 00:35:47 ---> adb0dbfeb080 00:35:47 Step 5/21 : RUN apk update && apk add make git 00:35:47 ---> Running in 6b2686a51207 00:35:47 Removing intermediate container 90d21f99bae9 00:35:47 ---> fe4ba6ba08f3 00:35:47 Step 5/26 : RUN apk update && apk add make git 00:35:47 Removing intermediate container 22300bded2e4 00:35:47 ---> 3140299044e9 00:35:47 Step 5/21 : RUN apk update && apk add make && apk add bash git 00:35:47 Removing intermediate container 52387ce119ad 00:35:47 ---> b5f8fcea6a18 00:35:47 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:35:47 ---> Running in a602c261fef0 00:35:47 ---> Running in 153bfc471fed 00:35:47 ---> Running in bc567e4f8aa2 00:35:47 Removing intermediate container 405ad8808c2c 00:35:47 ---> b6828bce9f63 00:35:47 Step 5/20 : RUN apk update && apk add make git 00:35:47 ---> Running in 3c5720831237 00:35:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:48 fd7a069fd194: Download complete 00:35:48 e772456be8f7: Download complete 00:35:48 09adf4765672: Verifying Checksum 00:35:48 09adf4765672: Download complete 00:35:48 2480fcc9aa5a: Verifying Checksum 00:35:48 2480fcc9aa5a: Download complete 00:35:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:49 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:49 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:49 OK: 12746 distinct packages available 00:35:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:49 OK: 233 MiB in 51 packages 00:35:49 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:49 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:49 OK: 12746 distinct packages available 00:35:50 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:50 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:50 OK: 12746 distinct packages available 00:35:50 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:50 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:50 OK: 12746 distinct packages available 00:35:50 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:50 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:50 OK: 12746 distinct packages available 00:35:50 OK: 233 MiB in 51 packages 00:35:50 OK: 233 MiB in 51 packages 00:35:50 OK: 233 MiB in 51 packages 00:35:50 Removing intermediate container 6b2686a51207 00:35:50 ---> c0a223e9ff12 00:35:50 Step 6/21 : COPY go.mod . 00:35:50 OK: 233 MiB in 51 packages 00:35:50 OK: 233 MiB in 51 packages 00:35:50 ---> 4021f576b3e7 00:35:50 Step 7/21 : RUN go mod download 00:35:51 ---> Running in 35bb40e9a721 00:35:51 Removing intermediate container a602c261fef0 00:35:51 ---> 64b96ca5a3a2 00:35:51 Step 6/26 : COPY go.mod . 00:35:51 Removing intermediate container bc567e4f8aa2 00:35:51 ---> 9d4a7cfebc30 00:35:51 Step 6/22 : COPY go.mod . 00:35:51 ---> 3edfe71bcd90 00:35:51 Step 7/26 : RUN go mod download 00:35:51 Removing intermediate container 3c5720831237 00:35:51 ---> d0815071265d 00:35:51 Step 6/20 : COPY go.mod . 00:35:52 Removing intermediate container 153bfc471fed 00:35:52 ---> 6bf9bcb601ae 00:35:52 Step 6/21 : COPY go.mod . 00:35:52 ---> Running in 5ad85f9e7a76 00:35:52 ---> e261065bf217 00:35:52 Step 7/20 : RUN go mod download 00:35:52 ---> 76e263846ec1 00:35:52 Step 7/22 : RUN go mod download 00:35:52 ---> 59a177cc16a1 00:35:52 Step 7/21 : RUN go mod download 00:35:52 ---> Running in ced232c01ccf 00:35:52 ---> Running in a8cb87a639eb 00:35:52 ---> Running in 39ba3bc6df0c 00:35:54 Removing intermediate container 35bb40e9a721 00:35:54 ---> 3f3f1825bb8b 00:35:54 Step 8/21 : COPY . . 00:35:54 Removing intermediate container 5ad85f9e7a76 00:35:54 ---> 159014884c64 00:35:54 Step 8/26 : COPY . . 00:35:57 Removing intermediate container ced232c01ccf 00:35:57 ---> 746692b91c4d 00:35:57 Step 8/22 : COPY . . 00:35:58 Removing intermediate container a8cb87a639eb 00:35:58 ---> 04e9dc190df2 00:35:58 Step 8/20 : COPY . . 00:36:00 Removing intermediate container 39ba3bc6df0c 00:36:00 ---> c4b04bfb2e0b 00:36:00 Step 8/21 : COPY . . 00:36:01 fd7a069fd194: Pull complete 00:36:01 66aa3694b03b: Pull complete 00:36:01 170f70906a0f: Pull complete 00:36:03 ad7c5574e4b9: Pull complete 00:36:08 e772456be8f7: Pull complete 00:36:08 c890913d741a: Pull complete 00:36:11 2480fcc9aa5a: Pull complete 00:36:11 09adf4765672: Pull complete 00:36:11 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 00:36:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 00:36:11 ---> 2248a725d1cf 00:36:11 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:36:18 ---> Running in bf1e8f445351 00:36:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:20 (1/12) Installing libmagic (5.38-r0) 00:36:20 (2/12) Installing file (5.38-r0) 00:36:21 (3/12) Installing libc-dev (0.7.2-r3) 00:36:21 (4/12) Installing g++ (9.3.0-r2) 00:36:23 (5/12) Installing fortify-headers (1.1-r0) 00:36:23 (6/12) Installing patch (2.7.6-r6) 00:36:23 (7/12) Installing build-base (0.5-r2) 00:36:23 (8/12) Installing libsodium (1.0.18-r0) 00:36:23 (9/12) Installing pkgconf (1.7.2-r0) 00:36:23 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:23 (11/12) Installing libzmq (4.3.2-r0) 00:36:23 (12/12) Installing zeromq-dev (4.3.2-r0) 00:36:23 Executing busybox-1.31.1-r16.trigger 00:36:24 OK: 217 MiB in 51 packages 00:36:28 Removing intermediate container bf1e8f445351 00:36:28 ---> 94d6ab7631cc 00:36:28 Step 4/7 : WORKDIR /edgex-go 00:36:28 ---> Running in fdfa4dce1255 00:36:28 Removing intermediate container fdfa4dce1255 00:36:28 ---> 74e2f33fef4c 00:36:28 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:36:29 latest: Pulling from library/docker 00:36:29 b538f80385f9: Already exists 00:36:29 259a493cd78d: Pulling fs layer 00:36:29 b8e66b5100f5: Pulling fs layer 00:36:29 39dc9c94d07c: Pulling fs layer 00:36:29 551b823b3b82: Pulling fs layer 00:36:29 3c52a74df98c: Pulling fs layer 00:36:29 6c9b121b6998: Pulling fs layer 00:36:29 551b823b3b82: Waiting 00:36:29 3c52a74df98c: Waiting 00:36:29 6c9b121b6998: Waiting 00:36:29 b8e66b5100f5: Download complete 00:36:29 551b823b3b82: Verifying Checksum 00:36:29 551b823b3b82: Download complete 00:36:29 259a493cd78d: Verifying Checksum 00:36:29 259a493cd78d: Download complete 00:36:29 3c52a74df98c: Verifying Checksum 00:36:29 3c52a74df98c: Download complete 00:36:29 6c9b121b6998: Verifying Checksum 00:36:29 6c9b121b6998: Download complete 00:36:30 259a493cd78d: Pull complete 00:36:30 b8e66b5100f5: Pull complete 00:36:30 39dc9c94d07c: Verifying Checksum 00:36:30 39dc9c94d07c: Download complete 00:36:32 ---> 3725afbada6b 00:36:32 Step 9/21 : RUN make cmd/core-metadata/core-metadata 00:36:32 ---> 7c9f4e5e7769 00:36:32 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:32 ---> a8c17896d2ae 00:36:32 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:36:32 ---> Running in 98f3e3d90306 00:36:32 ---> Running in c97d4b7fdc87 00:36:32 ---> 7e891192ff1e 00:36:32 Step 9/22 : RUN make cmd/core-data/core-data 00:36:32 ---> 01bf5f253226 00:36:32 Step 9/21 : RUN make cmd/support-logging/support-logging 00:36:32 ---> Running in 0a0e8f1934fd 00:36:32 ---> Running in 05a05b67ae44 00:36:32 ---> Running in b02f7beca1c6 00:36:33 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:36:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:36:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:36:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:36:33 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:36:34 39dc9c94d07c: Pull complete 00:36:34 551b823b3b82: Pull complete 00:36:34 3c52a74df98c: Pull complete 00:36:34 6c9b121b6998: Pull complete 00:36:34 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 00:36:34 Status: Downloaded newer image for docker:latest 00:36:38 ---> 91f1cbbb6559 00:36:38 Step 6/7 : COPY go.mod . 00:36:38 ---> b25a92016a22 00:36:38 Step 7/7 : RUN go mod download 00:36:38 ---> Running in 9966029c0021 00:36:41 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:36:41 go: finding github.com/BurntSushi/toml v0.3.1 00:36:41 go: finding github.com/OneOfOne/xxhash v1.2.5 00:36:41 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:36:41 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:36:41 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:36:41 go: finding github.com/bgentry/speakeasy v0.1.0 00:36:41 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:36:41 go: finding github.com/cloudflare/gokey v0.1.0 00:36:41 go: finding github.com/davecgh/go-spew v1.1.1 00:36:41 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:36:41 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:36:41 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:36:41 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:36:41 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:36:41 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:36:41 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 00:36:41 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:36:41 go: finding github.com/fatih/color v1.7.0 00:36:41 go: finding github.com/fsnotify/fsnotify v1.4.7 00:36:42 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:36:42 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 00:36:42 go: finding github.com/go-kit/kit v0.8.0 00:36:42 go: finding github.com/go-logfmt/logfmt v0.4.0 00:36:42 go: finding github.com/go-redis/redis/v7 v7.2.0 00:36:42 go: finding github.com/go-stack/stack v1.8.0 00:36:42 go: finding github.com/golang/protobuf v1.3.2 00:36:42 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:36:42 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:36:42 go: finding github.com/google/uuid v1.1.0 00:36:42 go: finding github.com/gorilla/mux v1.7.1 00:36:42 go: finding github.com/hashicorp/consul/api v1.1.0 00:36:42 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:36:42 go: finding github.com/hashicorp/errwrap v1.0.0 00:36:42 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:36:42 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:36:42 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:36:42 go: finding github.com/hashicorp/go-multierror v1.0.0 00:36:42 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:36:42 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:36:42 go: finding github.com/hashicorp/go-syslog v1.0.0 00:36:42 go: finding github.com/hashicorp/go-uuid v1.0.1 00:36:42 go: finding github.com/hashicorp/go.net v0.0.1 00:36:42 go: finding github.com/hashicorp/golang-lru v0.5.0 00:36:42 go: finding github.com/hashicorp/logutils v1.0.0 00:36:42 go: finding github.com/hashicorp/mdns v1.0.0 00:36:42 go: finding github.com/hashicorp/memberlist v0.1.3 00:36:42 go: finding github.com/hashicorp/serf v0.8.2 00:36:42 go: finding github.com/hpcloud/tail v1.0.0 00:36:42 go: finding github.com/imdario/mergo v0.3.6 00:36:42 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:36:42 go: finding github.com/kr/pretty v0.1.0 00:36:42 go: finding github.com/kr/pty v1.1.1 00:36:42 go: finding github.com/kr/text v0.1.0 00:36:42 go: finding github.com/mattn/go-colorable v0.0.9 00:36:42 go: finding github.com/mattn/go-isatty v0.0.3 00:36:42 go: finding github.com/miekg/dns v1.0.14 00:36:42 go: finding github.com/mitchellh/cli v1.0.0 00:36:42 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:36:42 go: finding github.com/mitchellh/copystructure v1.0.0 00:36:43 go: finding github.com/mitchellh/go-homedir v1.0.0 00:36:43 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:36:43 go: finding github.com/mitchellh/gox v0.4.0 00:36:43 go: finding github.com/mitchellh/iochan v1.0.0 00:36:43 go: finding github.com/mitchellh/mapstructure v1.1.2 00:36:43 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:36:43 go: finding github.com/onsi/ginkgo v1.10.1 00:36:43 go: finding github.com/onsi/gomega v1.7.0 00:36:43 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:36:43 go: finding github.com/pebbe/zmq4 v1.0.0 00:36:43 go: finding github.com/pelletier/go-toml v1.2.0 00:36:43 go: finding github.com/pkg/errors v0.8.1 00:36:43 go: finding github.com/pmezard/go-difflib v1.0.0 00:36:43 go: finding github.com/posener/complete v1.1.1 00:36:43 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:36:43 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:36:43 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:36:43 go: finding github.com/stretchr/objx v0.1.0 00:36:43 go: finding github.com/stretchr/testify v1.5.1 00:36:43 go: finding github.com/ugorji/go v1.1.4 00:36:43 go: finding github.com/x448/float16 v0.8.4 00:36:43 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 00:36:43 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:36:43 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:36:43 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:36:43 go: finding golang.org/x/text v0.3.2 00:36:43 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:36:43 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:36:43 go: finding gopkg.in/eapache/queue.v1 v1.1.0 00:36:43 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:36:43 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:36:43 go: finding gopkg.in/yaml.v2 v2.2.8 00:37:02 Removing intermediate container 9966029c0021 00:37:02 ---> fe32bbfef501 00:37:02 Successfully built fe32bbfef501 00:37:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:02 + docker inspect -f . ci-base-image-arm64 00:37:02 . [Pipeline] withDockerContainer 00:37:02 prd-ubuntu18.04-docker-arm64-4c-16g-333 does not seem to be running inside a container 00:37:03 $ 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/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:04 $ docker top fe3b1935e383a9381bf49940c5ae53ebef8f4ba958dfe5f8967152767ce1b4c4 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:05 + go version 00:37:05 go version go1.13.13 linux/arm64 [Pipeline] echo 00:37:05 ========================================================= 00:37:05 [edgeXBuildGoParallel] Running Tests and Build... 00:37:05 ========================================================= [Pipeline] sh 00:37:05 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:37:06 + make test 00:37:06 GO111MODULE=on go test -coverprofile=coverage.out ./... 00:37:07 Removing intermediate container 0a0e8f1934fd 00:37:07 ---> 769945b26ece 00:37:07 00:37:07 Step 10/20 : FROM alpine 00:37:07 latest: Pulling from library/alpine 00:37:08 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:37:08 Status: Downloaded newer image for alpine:latest 00:37:08 ---> a24bb4013296 00:37:08 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:37:08 ---> Running in b695e8e7ad56 00:37:08 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:10 v3.12.0-253-g9028084776 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:37:10 v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:37:10 OK: 12746 distinct packages available 00:37:10 (1/4) Installing ca-certificates (20191127-r4) 00:37:10 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:37:10 (3/4) Installing libcurl (7.69.1-r0) 00:37:10 (4/4) Installing curl (7.69.1-r0) 00:37:10 Executing busybox-1.31.1-r16.trigger 00:37:10 Executing ca-certificates-20191127-r4.trigger 00:37:10 OK: 7 MiB in 18 packages 00:37:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 00:37:12 Removing intermediate container b02f7beca1c6 00:37:12 ---> ec2687e2162e 00:37:12 00:37:12 Step 10/21 : FROM scratch 00:37:12 ---> 00:37:12 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:37:13 ---> Running in f7b6784f4cec 00:37:13 Removing intermediate container b695e8e7ad56 00:37:13 ---> 6870289b87e4 00:37:13 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:13 Removing intermediate container f7b6784f4cec 00:37:13 ---> 87522c102ff5 00:37:13 Step 12/21 : ENV APP_PORT=48061 00:37:13 ---> Running in 0be72c193f4e 00:37:13 ---> Running in 959e16b607f7 00:37:13 Removing intermediate container 959e16b607f7 00:37:13 ---> 8f814da431e3 00:37:13 Step 13/21 : EXPOSE $APP_PORT 00:37:13 Removing intermediate container 0be72c193f4e 00:37:13 ---> af24e06df515 00:37:13 Step 13/20 : WORKDIR /edgex 00:37:13 ---> Running in 98df1133a4e3 00:37:14 ---> Running in 1697a1f4ede1 00:37:14 Removing intermediate container 98df1133a4e3 00:37:14 ---> e69d00b359da 00:37:14 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 00:37:14 Removing intermediate container 1697a1f4ede1 00:37:14 ---> 8896f07ff527 00:37:14 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:37:17 ---> 0486ac567564 00:37:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:37:17 ---> 6a9682f75cb2 00:37:17 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:37:18 ---> 61e2c05ac65a 00:37:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:37:18 Removing intermediate container c97d4b7fdc87 00:37:18 ---> 568a5c449fea 00:37:18 00:37:18 Step 10/26 : FROM alpine:3.10 00:37:18 ---> bef89ff6a7be 00:37:18 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:37:18 ---> Running in a9894fe64910 00:37:18 3.10: Pulling from library/alpine 00:37:19 Removing intermediate container a9894fe64910 00:37:19 ---> 37b9bdb74c1d 00:37:19 Step 17/20 : CMD ["--init=true"] 00:37:20 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:37:20 ---> Running in bbfdd8adfdd6 00:37:20 ---> 5fac6fbeffb1 00:37:20 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:37:20 Status: Downloaded newer image for alpine:3.10 00:37:20 ---> be4e4bea2c2e 00:37:20 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:37:21 ---> Running in 91e3360a6c3c 00:37:21 Removing intermediate container 98f3e3d90306 00:37:21 ---> f8750c4739b3 00:37:21 00:37:21 Step 10/21 : FROM scratch 00:37:21 ---> 00:37:21 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:21 Removing intermediate container bbfdd8adfdd6 00:37:21 ---> 369ddb599475 00:37:21 Step 18/20 : LABEL arch=x86_64 00:37:21 ---> Running in 95b272789cad 00:37:21 ---> Running in 166a63a40729 00:37:21 ---> c28b5643ae6d 00:37:21 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:37:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:37:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:37:22 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:37:22 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:37:22 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 OK: 7 MiB in 19 packages 00:37:23 Removing intermediate container 95b272789cad 00:37:23 ---> 70b8ee40195e 00:37:23 Step 12/21 : ENV APP_PORT=48081 00:37:24 ---> Running in 181feb66d240 00:37:24 Removing intermediate container 166a63a40729 00:37:24 ---> 23c5a16a7746 00:37:24 Step 19/20 : LABEL git_sha=94bf66af5c51d2256acbe2a21da3f9be30260cb0 00:37:24 ---> Running in 5471320a3b85 00:37:24 ---> Running in c9558a61a2d6 00:37:24 Removing intermediate container 181feb66d240 00:37:24 ---> 1e1056ca2b2b 00:37:24 Step 19/21 : LABEL arch=x86_64 00:37:25 Removing intermediate container 05a05b67ae44 00:37:25 ---> fb30e97e9b58 00:37:25 00:37:25 Step 10/22 : FROM alpine 00:37:25 ---> a24bb4013296 00:37:25 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:25 ---> Running in eb3cb918e5f5 00:37:25 Removing intermediate container 5471320a3b85 00:37:25 ---> dabb9a92a10b 00:37:25 Step 13/21 : EXPOSE $APP_PORT 00:37:25 ---> Running in 70641159eeab 00:37:26 Removing intermediate container c9558a61a2d6 00:37:26 ---> e505e31f49d3 00:37:26 Step 20/20 : LABEL version=0.0.0 00:37:26 Removing intermediate container 91e3360a6c3c 00:37:26 ---> 31ce5ee7ca51 00:37:26 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:26 ---> Running in 6d498942998f 00:37:26 ---> Running in cfaf308abaa9 00:37:26 ---> Running in 551f88091fcc 00:37:26 Removing intermediate container eb3cb918e5f5 00:37:26 ---> 772ba22dab4b 00:37:26 Step 20/21 : LABEL git_sha=94bf66af5c51d2256acbe2a21da3f9be30260cb0 00:37:26 Removing intermediate container 70641159eeab 00:37:26 ---> 2c0ffbf8ac62 00:37:26 Step 12/22 : ENV APP_PORT=48080 00:37:26 Removing intermediate container 6d498942998f 00:37:26 ---> 46e8937f7f27 00:37:26 Step 14/21 : WORKDIR / 00:37:26 ---> Running in 449e0eb50138 00:37:26 ---> Running in 9cd0ade65579 00:37:26 ---> Running in 9f0af0dde165 00:37:26 Removing intermediate container cfaf308abaa9 00:37:26 ---> 5e3f3f2a01d2 00:37:26 00:37:26 Removing intermediate container 551f88091fcc 00:37:26 ---> 36abfcba1ee8 00:37:26 Step 13/26 : WORKDIR / 00:37:26 ---> Running in b9756e857e99 00:37:27 Successfully built 5e3f3f2a01d2 00:37:27 Removing intermediate container 449e0eb50138 00:37:27 ---> 539b0d78f117 00:37:27 Step 13/22 : EXPOSE $APP_PORT 00:37:27 Successfully tagged docker-security-proxy-setup-go:latest 00:37:27  Building docker-security-proxy-setup-go ... done Building docker-security-secrets-setup-go 00:37:28 Removing intermediate container 9cd0ade65579 00:37:28 ---> 2b234cf7f5dd 00:37:28 Step 21/21 : LABEL version=0.0.0 00:37:28 Removing intermediate container 9f0af0dde165 00:37:28 ---> 5ea11a189f3c 00:37:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:37:28 ---> Running in 67bfcc331f76 00:37:28 ---> Running in 8d026a648f64 00:37:29 Removing intermediate container b9756e857e99 00:37:29 ---> b82ba6d8acb6 00:37:29 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:29 Removing intermediate container 67bfcc331f76 00:37:29 ---> 5786d03c583e 00:37:29 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:29 ---> d7140f34e45d 00:37:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:29 Removing intermediate container 8d026a648f64 00:37:29 ---> c0d01a647047 00:37:29 00:37:29 ---> Running in e1d2550b3c71 00:37:29 Successfully built c0d01a647047 00:37:30 Successfully tagged docker-support-logging-go:latest 00:37:30  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go 00:37:30 ---> 888725d685d2 00:37:30 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:32 ---> dd5c4b6678ce 00:37:32 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:32 ---> 2eb854c8864b 00:37:32 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:35 ---> 89cf3f97c3f1 00:37:35 ---> 07bb23b2d49c 00:37:35 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 00:37:35 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:37:35 ---> Running in 1c1102a92728 00:37:36 Removing intermediate container e1d2550b3c71 00:37:36 ---> 9cf279478c36 00:37:36 Step 15/22 : RUN apk --no-cache add zeromq 00:37:36 ---> c542847e2413 00:37:36 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:36 Removing intermediate container 1c1102a92728 00:37:36 ---> e3f7e9c212e9 00:37:36 Step 19/21 : LABEL arch=x86_64 00:37:37 ---> Running in c7ddfffd003b 00:37:38 ---> Running in 8a85f46a3111 00:37:39 ---> fbafae6046d6 00:37:39 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:39 Removing intermediate container 8a85f46a3111 00:37:39 ---> 7526b064eb93 00:37:39 Step 20/21 : LABEL git_sha=94bf66af5c51d2256acbe2a21da3f9be30260cb0 00:37:40 ---> Running in 358458fa90c6 00:37:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:40 ---> 921e15abbd8b 00:37:40 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 00:37:40 Removing intermediate container 358458fa90c6 00:37:40 ---> 6c5e24e2a96d 00:37:40 Step 21/21 : LABEL version=0.0.0 00:37:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:41 (1/5) Installing libgcc (9.3.0-r2) 00:37:41 (2/5) Installing libsodium (1.0.18-r0) 00:37:41 ---> Running in 6b52406f1a18 00:37:41 (3/5) Installing libstdc++ (9.3.0-r2) 00:37:41 (4/5) Installing libzmq (4.3.2-r0) 00:37:41 (5/5) Installing zeromq (4.3.2-r0) 00:37:41 Executing busybox-1.31.1-r16.trigger 00:37:41 OK: 8 MiB in 19 packages 00:37:42 Removing intermediate container 6b52406f1a18 00:37:42 ---> dccb6ee77a38 00:37:42 00:37:43 ---> 74a942689d5a 00:37:43 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:43 Successfully built dccb6ee77a38 00:37:44 Successfully tagged docker-core-metadata-go:latest 00:37:44  Building docker-core-metadata-go ... done Building docker-support-notifications-go 00:37:45 ---> 92c2679ef7ca 00:37:45 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:37:46 ---> Running in 55dc99275b4b 00:37:47 Removing intermediate container c7ddfffd003b 00:37:47 ---> 45564e48ff47 00:37:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:37:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:37:49 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 00:37:49 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:37:49 ---> 9d4c3a12cf4a 00:37:49 Step 3/29 : WORKDIR /edgex-go 00:37:49 ---> Using cache 00:37:49 ---> fbf6a3b04617 00:37:49 Step 4/29 : RUN apk update && apk add make git 00:37:49 ---> b775264c14b8 00:37:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:37:50 ---> Running in 6a15fabca12f 00:37:50 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:37:50 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:37:50 ---> 9d4c3a12cf4a 00:37:50 Step 3/26 : WORKDIR /edgex-go 00:37:50 ---> Using cache 00:37:50 ---> fbf6a3b04617 00:37:50 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:50 ---> Using cache 00:37:50 ---> b5f8fcea6a18 00:37:50 Step 5/26 : RUN apk update && apk add make bash git 00:37:51 ---> Running in 61529743e5d3 00:37:51 ---> 4365e625f8e5 00:37:51 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:37:52 Removing intermediate container 55dc99275b4b 00:37:52 ---> 9b36ac212b3c 00:37:52 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 00:37:52 ---> Running in 35e099eb93c3 00:37:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:53 ---> a55024ed2d80 00:37:53 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:37:54 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:37:54 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:37:54 OK: 12746 distinct packages available 00:37:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:54 ---> Running in b4a779e32731 00:37:54 Removing intermediate container 35e099eb93c3 00:37:54 ---> 4052242dda9d 00:37:54 Step 24/26 : LABEL arch=x86_64 00:37:54 OK: 233 MiB in 51 packages 00:37:54 ---> Running in 9b76452c2203 00:37:54 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:37:54 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:37:54 OK: 12746 distinct packages available 00:37:55 OK: 233 MiB in 51 packages 00:37:55 Removing intermediate container b4a779e32731 00:37:55 ---> 1309e27a64a1 00:37:55 Step 20/22 : LABEL arch=x86_64 00:37:56 Removing intermediate container 9b76452c2203 00:37:56 ---> 1c172758dd1b 00:37:56 Step 25/26 : LABEL git_sha=94bf66af5c51d2256acbe2a21da3f9be30260cb0 00:37:56 ---> Running in f13baf97130f 00:37:56 ---> Running in ad470f3d050e 00:37:57 Removing intermediate container f13baf97130f 00:37:57 ---> ae15070c75a8 00:37:57 Step 21/22 : LABEL git_sha=94bf66af5c51d2256acbe2a21da3f9be30260cb0 00:37:58 Removing intermediate container 6a15fabca12f 00:37:58 ---> e7ed147f9fb0 00:37:58 Step 5/29 : COPY go.mod . 00:37:58 Removing intermediate container 61529743e5d3 00:37:58 ---> 9ec31a9b76d1 00:37:58 Step 6/26 : COPY go.mod . 00:37:58 ---> Running in 5961002899f2 00:37:58 Removing intermediate container ad470f3d050e 00:37:58 ---> a10b39c4536c 00:37:58 Step 26/26 : LABEL version=0.0.0 00:37:59 ---> Running in e9ba8f4c93a0 00:37:59 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 00:37:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:59 ---> c3910c391ad2 00:37:59 Step 6/29 : RUN go mod download 00:37:59 ---> 9d4c3a12cf4a 00:37:59 Step 3/23 : WORKDIR /edgex-go 00:37:59 ---> Using cache 00:37:59 ---> fbf6a3b04617 00:37:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:59 ---> Using cache 00:37:59 ---> b5f8fcea6a18 00:37:59 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 00:38:00 ---> 925c7494156e 00:38:00 Step 7/26 : RUN go mod download 00:38:00 Removing intermediate container 5961002899f2 00:38:00 ---> 4cbeaad15f74 00:38:00 Step 22/22 : LABEL version=0.0.0 00:38:00 ---> Running in 2cf7d7961dde 00:38:00 ---> Running in 2853ab9964cd 00:38:00 ---> Running in e05d2a80d16d 00:38:00 ---> Running in 32910304fc43 00:38:00 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:00 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.049s 00:38:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:38:00 Removing intermediate container e9ba8f4c93a0 00:38:00 ---> fea59dcb7d73 00:38:00 00:38:00 Successfully built fea59dcb7d73 00:38:00 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:00 Building docker-support-scheduler-go 00:38:01  Building docker-security-secretstore-setup-go ... done Removing intermediate container 32910304fc43 00:38:01 ---> 6a6cb4d4ce2f 00:38:01 00:38:01 Successfully built 6a6cb4d4ce2f 00:38:01 Successfully tagged docker-core-data-go:latest 00:38:01 Building docker-core-command-go 00:38:01  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:03 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:03 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:03 OK: 12746 distinct packages available 00:38:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:03 OK: 233 MiB in 51 packages 00:38:07 Removing intermediate container e05d2a80d16d 00:38:07 ---> 0435e6ae1722 00:38:07 Step 8/26 : COPY . . 00:38:07 Removing intermediate container 2853ab9964cd 00:38:07 ---> 529c6ada03a6 00:38:07 Step 6/23 : COPY go.mod . 00:38:07 Removing intermediate container 2cf7d7961dde 00:38:07 ---> 46c6747a31de 00:38:07 Step 7/29 : COPY . . 00:38:10 ---> fa0364cdcbdf 00:38:10 Step 7/23 : RUN go mod download 00:38:13 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.089s coverage: 46.6% of statements 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:13 ---> Running in b6ebf4b606b8 00:38:21 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.176s coverage: 27.3% of statements 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:22 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:38:22 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:38:22 ---> 9d4c3a12cf4a 00:38:22 Step 3/20 : WORKDIR /edgex-go 00:38:22 ---> Using cache 00:38:22 ---> fbf6a3b04617 00:38:22 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:22 ---> Using cache 00:38:22 ---> b5f8fcea6a18 00:38:22 Step 5/20 : RUN apk update && apk add make git 00:38:22 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:38:22 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:22 ---> 9d4c3a12cf4a 00:38:22 Step 3/21 : WORKDIR /edgex-go 00:38:22 ---> Using cache 00:38:22 ---> fbf6a3b04617 00:38:22 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:22 ---> Using cache 00:38:22 ---> b5f8fcea6a18 00:38:22 Step 5/21 : RUN apk update && apk add make git 00:38:24 ---> Running in ef34d4fe13a7 00:38:24 ---> Running in 3dcdf99d6c4f 00:38:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.285s coverage: 28.6% of statements 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.049s coverage: 100.0% of statements 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.052s coverage: 100.0% of statements 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.097s coverage: 89.8% of statements 00:38:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:26 Removing intermediate container b6ebf4b606b8 00:38:26 ---> 273c74c45cdb 00:38:26 Step 8/23 : COPY . . 00:38:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.152s coverage: 97.5% of statements 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.067s coverage: 100.0% of statements 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements 00:38:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:27 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:27 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:27 OK: 12746 distinct packages available 00:38:27 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:27 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:27 OK: 12746 distinct packages available 00:38:28 OK: 233 MiB in 51 packages 00:38:28 OK: 233 MiB in 51 packages 00:38:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 63.5% of statements 00:38:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:38:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:38:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.020s coverage: 100.0% of statements 00:38:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 92.3% of statements 00:38:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.075s coverage: 100.0% of statements 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 00:38:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.021s coverage: 100.0% of statements 00:38:35 Removing intermediate container 3dcdf99d6c4f 00:38:35 ---> 1fc811886b72 00:38:35 Step 6/21 : COPY go.mod . 00:38:35 Removing intermediate container ef34d4fe13a7 00:38:35 ---> d67a64a57360 00:38:35 Step 6/20 : COPY go.mod . 00:38:35 ---> 2bc8fd802271 00:38:35 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:38:36 ---> b1a51bd0d3d7 00:38:36 Step 7/21 : RUN go mod download 00:38:36 ---> 2d4598a945ef 00:38:36 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:38:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.269s coverage: 55.9% of statements 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:38:36 ---> Running in 8d667f871d36 00:38:36 ---> Running in e7ef1cf9c937 00:38:36 ---> 5c29d132d900 00:38:36 Step 7/20 : RUN go mod download 00:38:36 ---> Running in 0fe1e203bd3f 00:38:37 ---> Running in 2e16a6856e6a 00:38:38 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:38: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:38:40 Removing intermediate container e7ef1cf9c937 00:38:40 ---> 7d5f1fc9c508 00:38:40 Step 8/21 : COPY . . 00:38:42 Removing intermediate container 2e16a6856e6a 00:38:42 ---> f6f1ea8aac60 00:38:42 Step 8/20 : COPY . . 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.147s coverage: 86.3% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.099s coverage: 72.2% of statements 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.423s coverage: 72.1% of statements 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.081s coverage: 82.4% of statements 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.027s coverage: 48.4% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.034s coverage: 28.8% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.041s coverage: 96.8% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:38:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.114s coverage: 33.7% of statements 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:38:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.346s coverage: 84.1% of statements 00:38:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.027s coverage: 100.0% of statements 00:38:49 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.083s coverage: 42.9% of statements 00:38:49 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:38:49 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.081s coverage: 100.0% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:38:52 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.104s coverage: 83.8% of statements 00:38:52 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:38:55 ---> d8f13fb88392 00:38:55 Step 9/23 : RUN make cmd/support-notifications/support-notifications 00:38:55 ---> Running in 39b2f5bc45da 00:38:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.127s coverage: 46.1% of statements 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:38:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.064s coverage: 100.0% of statements 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:38:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.099s coverage: 100.0% of statements 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:38:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.029s coverage: 100.0% of statements 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:38:58 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:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.207s coverage: 29.1% of statements 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.060s coverage: 99.0% of statements 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.033s coverage: 100.0% of statements 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:01 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.016s coverage: 100.0% of statements 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.016s coverage: 32.1% of statements 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 100.0% of statements 00:39:06 GO111MODULE=on go vet ./... 00:39:14 Removing intermediate container 8d667f871d36 00:39:14 ---> d6db008cb2d2 00:39:14 00:39:14 Step 9/29 : FROM alpine:latest 00:39:14 ---> a24bb4013296 00:39:14 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:39:14 Removing intermediate container 0fe1e203bd3f 00:39:14 ---> d4137e617019 00:39:14 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:14 ---> fcabbce8ed5b 00:39:14 Step 9/21 : RUN make cmd/core-command/core-command 00:39:14 ---> Running in 38c80295232d 00:39:14 ---> Running in 48df68a9f4a3 00:39:14 ---> Running in 56167f4fcdc3 00:39:14 ---> 1ea7b8a27cbf 00:39:14 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 00:39:15 ---> Running in 7e9f68bfc324 00:39:15 Removing intermediate container 48df68a9f4a3 00:39:15 ---> f2175378c53b 00:39:15 Step 11/29 : USER root 00:39:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:39: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:39:16 ---> Running in 680ca4f22668 00:39:17 Removing intermediate container 680ca4f22668 00:39:17 ---> 98587397d9e0 00:39:17 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:39:17 ---> Running in 019b136e4d49 00:39:17 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:39:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:18 v3.12.0-253-g9028084776 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:39:18 v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:39:18 OK: 12746 distinct packages available 00:39:18 (1/2) Installing ca-certificates (20191127-r4) 00:39:18 (2/2) Installing dumb-init (1.2.2-r1) 00:39:18 Executing busybox-1.31.1-r16.trigger 00:39:18 Executing ca-certificates-20191127-r4.trigger 00:39:19 OK: 6 MiB in 16 packages 00:39:20 Removing intermediate container 38c80295232d 00:39:20 ---> 402c223a750a 00:39:20 00:39:20 Step 11/26 : FROM docker:latest 00:39:20 ---> 81f5749c9058 00:39:20 Step 12/26 : RUN apk add --no-cache bash 00:39:20 ---> Running in dd66f28dd869 00:39:21 Removing intermediate container 019b136e4d49 00:39:21 ---> df5a7b738832 00:39:21 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:39:21 ---> Running in d83d7ce026a2 00:39:22 Removing intermediate container d83d7ce026a2 00:39:22 ---> 89a3f3153dbc 00:39:22 Step 14/29 : WORKDIR $BASE_DIR 00:39:22 ---> Running in f56a992408f8 00:39:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:22 Removing intermediate container f56a992408f8 00:39:22 ---> 94ca5046522e 00:39:22 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:39:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:22 ---> Running in e89558e58c8c 00:39:23 (1/2) Installing readline (8.0.4-r0) 00:39:23 (2/2) Installing bash (5.0.17-r0) 00:39:23 Executing bash-5.0.17-r0.post-install 00:39:23 Executing busybox-1.31.1-r16.trigger 00:39:23 OK: 12 MiB in 22 packages 00:39:24 gofmt -l . 00:39:25 [ "`gofmt -l .`" = "" ] 00:39:25 Removing intermediate container 39b2f5bc45da 00:39:25 ---> 559bfafc263c 00:39:25 00:39:25 Step 10/23 : FROM scratch 00:39:25 ---> 00:39:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:39:25 Removing intermediate container dd66f28dd869 00:39:25 ---> b881e6b38625 00:39:25 Step 13/26 : RUN rm -rf /var/cache/apk/* 00:39:26 ---> Running in d8f9099f7bfe 00:39:27 ---> Using cache 00:39:27 ---> 87522c102ff5 00:39:27 Step 12/23 : ENV APP_PORT=48060 00:39:27 Removing intermediate container e89558e58c8c 00:39:27 ---> 67cdbdda63b4 00:39:27 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:39:27 ---> Running in 13e5e5d0c751 00:39:28 ./bin/test-go-mod-tidy.sh 00:39:28 ./bin/test-attribution-txt.sh 00:39:29 Removing intermediate container 13e5e5d0c751 00:39:29 ---> d9ccdcbd245b 00:39:29 Step 13/23 : EXPOSE $APP_PORT 00:39:29 ---> Running in 0b770f86c026 00:39:29 ---> 8de2bcb6fe4e 00:39:29 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:39:29 Removing intermediate container 0b770f86c026 00:39:29 ---> b8a2e9c0f6ca 00:39:29 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 00:39:30 Removing intermediate container d8f9099f7bfe 00:39:30 ---> 372b2b594aad 00:39:30 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:30 ---> Running in 4fb5226c87f2 00:39:30 ---> 4c27e767cf4f 00:39:30 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:39:30 Removing intermediate container 4fb5226c87f2 00:39:30 ---> 4d995c9554ef 00:39:30 Step 15/26 : ENV APP_PORT=48090 00:39:30 ---> Running in 83e64de56a40 00:39:30 ---> 3d53982d9a26 00:39:30 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:39:30 ---> cbe6242e8f17 00:39:30 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:39:30 Removing intermediate container 83e64de56a40 00:39:30 ---> c7fb9443ef67 00:39:30 Step 16/26 : EXPOSE $APP_PORT 00:39:30 ---> Running in 635f9de44e63 00:39:31 ---> 210e17ccc7fe 00:39:31 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [Pipeline] sh 00:39:32 Removing intermediate container 635f9de44e63 00:39:32 ---> 0a9f10d30207 00:39:32 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:32 ---> 7ac8903c1105 00:39:32 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:39:32 + ls -al . 00:39:32 total 592 00:39:32 drwxrwxr-x 10 1001 1001 4096 Aug 18 00:39 . 00:39:32 drwxr-xr-x 4 root root 4096 Aug 18 00:37 .. 00:39:32 -rw-rw-r-- 1 1001 1001 11 Aug 18 00:35 .dockerignore 00:39:32 drwxrwxr-x 8 1001 1001 4096 Aug 18 00:35 .git 00:39:32 drwxrwxr-x 3 1001 1001 4096 Aug 18 00:35 .github 00:39:32 -rw-rw-r-- 1 1001 1001 932 Aug 18 00:35 .gitignore 00:39:32 drwxrwxr-x 3 1001 1001 4096 Aug 18 00:35 .semver 00:39:32 -rw-rw-r-- 1 1001 1001 166 Aug 18 00:35 .sonarcloud.properties 00:39:32 -rw-rw-r-- 1 1001 1001 3804 Aug 18 00:35 CONTRIBUTING.md 00:39:32 -rw-rw-r-- 1 1001 1001 1035 Aug 18 00:35 Dockerfile.build 00:39:32 -rw-rw-r-- 1 1001 1001 865 Aug 18 00:35 Jenkinsfile 00:39:32 -rw-rw-r-- 1 1001 1001 10775 Aug 18 00:35 LICENSE 00:39:32 -rw-rw-r-- 1 1001 1001 6237 Aug 18 00:35 Makefile 00:39:32 -rw-rw-r-- 1 1001 1001 5652 Aug 18 00:35 README.md 00:39:32 -rw-rw-r-- 1 1001 1001 259 Aug 18 00:35 SECURITY.md 00:39:32 -rw-rw-r-- 1 1001 1001 5 Aug 18 00:32 VERSION 00:39:32 -rw-rw-r-- 1 1001 1001 4131 Aug 18 00:35 ZMQWindows.md 00:39:32 drwxrwxr-x 2 1001 1001 4096 Aug 18 00:35 bin 00:39:32 drwxrwxr-x 15 1001 1001 4096 Aug 18 00:35 cmd 00:39:32 -rw-r--r-- 1 root root 465013 Aug 18 00:39 coverage.out 00:39:32 -rw-r--r-- 1 root root 1075 Aug 18 00:39 go.mod 00:39:32 -rw-r--r-- 1 root root 18146 Aug 18 00:39 go.sum 00:39:32 drwxrwxr-x 8 1001 1001 4096 Aug 18 00:35 internal 00:39:32 drwxrwxr-x 4 1001 1001 4096 Aug 18 00:35 openapi 00:39:32 drwxrwxr-x 4 1001 1001 4096 Aug 18 00:35 snap 00:39:32 -rw-rw-r-- 1 1001 1001 168 Aug 18 00:35 version.go [Pipeline] sh 00:39:32 ---> 9e5c609f4dba 00:39:32 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 00:39:32 ---> Running in 49a13d4aaad4 00:39:32 + '[' -e coverage.out ] 00:39:32 + chown 1001:1001 coverage.out [Pipeline] stash 00:39:32 Warning: overwriting stash ‘coverage-report’ 00:39:33 ---> 64cd8a2dec28 00:39:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:33 ---> d427d6bb82c3 00:39:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:39:34 Stashed 1 file(s) [Pipeline] sh 00:39:34 + make build 00:39:34 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:34 ---> 8a6986a1941d 00:39:34 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:35 ---> 917a97c74bba 00:39:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:39:35 Removing intermediate container 49a13d4aaad4 00:39:35 ---> 10e3799b7754 00:39:35 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:39:35 ---> c15f32435525 00:39:35 Step 20/26 : RUN apk --no-cache add py-pip 00:39:35 ---> Running in 2997d50158dd 00:39:36 ---> 73039cf21ffb 00:39:36 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:39:36 ---> Running in 63847cec968b 00:39:36 ---> d55752eb680f 00:39:36 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:39:37 ---> 1eb216b6c8ac 00:39:37 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:39:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:37 ---> Running in 892a48b02f9b 00:39:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:38 (1/33) Installing libbz2 (1.0.8-r1) 00:39:38 (2/33) Installing expat (2.2.9-r1) 00:39:38 (3/33) Installing libffi (3.3-r2) 00:39:38 (4/33) Installing gdbm (1.13-r1) 00:39:38 (5/33) Installing xz-libs (5.2.5-r0) 00:39:38 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:38 (7/33) Installing python3 (3.8.5-r0) 00:39:38 Removing intermediate container 892a48b02f9b 00:39:38 ---> 0a63311791c6 00:39:38 Step 21/23 : LABEL arch=x86_64 00:39:39 ---> Running in cb379eed0b4e 00:39:42 Removing intermediate container 63847cec968b 00:39:42 ---> fc3e46c9ffb4 00:39:42 Step 24/29 : RUN chmod 755 security-secrets-setup 00:39:42 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:42 ---> Running in 55822aa2e6f6 00:39:42 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:42 Removing intermediate container cb379eed0b4e 00:39:42 ---> d16fdf0020f8 00:39:42 Step 22/23 : LABEL git_sha=94bf66af5c51d2256acbe2a21da3f9be30260cb0 00:39:42 (11/33) Installing py3-six (1.15.0-r0) 00:39:42 (12/33) Installing py3-packaging (20.4-r0) 00:39:42 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:42 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:42 (15/33) Installing py3-idna (2.9-r0) 00:39:42 ---> Running in 7ff443712031 00:39:42 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:42 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:43 (18/33) Installing py3-requests (2.23.0-r0) 00:39:43 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:43 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:43 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:43 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:43 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:43 (24/33) Installing py3-distro (1.5.0-r1) 00:39:44 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:44 Removing intermediate container 7ff443712031 00:39:44 ---> 59f10f3a1b93 00:39:44 Step 23/23 : LABEL version=0.0.0 00:39:44 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:44 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:44 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:44 (29/33) Installing py3-progress (1.5-r0) 00:39:44 (30/33) Installing py3-toml (0.10.1-r0) 00:39:44 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:44 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:44 (33/33) Installing py3-pip (20.1.1-r0) 00:39:44 ---> Running in e0b6e50140ef 00:39:45 Executing busybox-1.31.1-r16.trigger 00:39:45 OK: 71 MiB in 55 packages 00:39:45 Removing intermediate container e0b6e50140ef 00:39:45 ---> 51d7f3500b04 00:39:45 00:39:45 Successfully built 51d7f3500b04 00:39:45 Successfully tagged docker-support-notifications-go:latest 00:39:48  Building docker-support-notifications-go ... done Removing intermediate container 55822aa2e6f6 00:39:48 ---> 567f9feeaa4a 00:39:48 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:39:52 ---> Running in e3d80478060b 00:39:52 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:39:54 Removing intermediate container 7e9f68bfc324 00:39:54 ---> f185f2c3eddc 00:39:54 00:39:54 Step 10/20 : FROM scratch 00:39:54 ---> 00:39:54 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:54 Removing intermediate container 56167f4fcdc3 00:39:54 ---> cd5e85d45ab0 00:39:54 00:39:54 Step 10/21 : FROM scratch 00:39:54 ---> 00:39:54 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:54 Removing intermediate container e3d80478060b 00:39:54 ---> b820ba3b6cd3 00:39:54 Step 26/29 : CMD [ "generate" ] 00:39:54 ---> Using cache 00:39:54 ---> 70b8ee40195e 00:39:54 Step 12/21 : ENV APP_PORT=48082 00:39:54 ---> Using cache 00:39:54 ---> 70b8ee40195e 00:39:54 Step 12/20 : ENV APP_PORT=48085 00:39:54 Removing intermediate container 2997d50158dd 00:39:54 ---> 1255f81567dc 00:39:54 Step 21/26 : RUN pip install docker-compose==1.23.2 00:39:54 ---> Running in 312780973c54 00:39:54 ---> Running in b3ca3704e894 00:39:54 ---> Running in a3a7615afc9d 00:39:55 ---> Running in 803b38275a1b 00:39:55 Removing intermediate container a3a7615afc9d 00:39:55 ---> cc6b5ce8b82e 00:39:55 Step 13/20 : EXPOSE $APP_PORT 00:39:55 Removing intermediate container b3ca3704e894 00:39:55 ---> b406474f5109 00:39:55 Step 13/21 : EXPOSE $APP_PORT 00:39:55 Removing intermediate container 312780973c54 00:39:55 ---> 14abf4100f65 00:39:55 Step 27/29 : LABEL arch=x86_64 00:39:55 ---> Running in 6996c9e76e5d 00:39:55 ---> Running in de584adf788a 00:39:55 ---> Running in 6f1a8b43a6b1 00:39:55 Removing intermediate container 6996c9e76e5d 00:39:55 ---> 3b361436734a 00:39:55 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:39:55 Removing intermediate container de584adf788a 00:39:55 ---> 451ba0ad66a5 00:39:55 Step 14/21 : WORKDIR / 00:39:55 Removing intermediate container 6f1a8b43a6b1 00:39:55 ---> 32e58123e66d 00:39:55 Step 28/29 : LABEL git_sha=94bf66af5c51d2256acbe2a21da3f9be30260cb0 00:39:55 ---> Running in f7b907f8902c 00:39:55 ---> d1b2a70cf6e0 00:39:55 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:39:55 ---> Running in f41c77de3e82 00:39:56 Removing intermediate container f7b907f8902c 00:39:56 ---> 49c19afb5a8c 00:39:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:39:56 Removing intermediate container f41c77de3e82 00:39:56 ---> 41cf319200c3 00:39:56 Step 29/29 : LABEL version=0.0.0 00:39:56 ---> Running in 587d024e5b0e 00:39:56 ---> acbeff9bb934 00:39:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:56 Collecting docker-compose==1.23.2 00:39:56 ---> 1108207635b5 00:39:56 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:39:56 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:56 Removing intermediate container 587d024e5b0e 00:39:56 ---> f13417c0f3b7 00:39:56 00:39:57 Collecting dockerpty<0.5,>=0.4.1 00:39:57 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:57 Successfully built f13417c0f3b7 00:39:57 Successfully tagged docker-security-secrets-setup-go:latest 00:39:57  Building docker-security-secrets-setup-go ... done  ---> cb4a30c990c2 00:39:57 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:57 ---> db27e638ab8b 00:39:57 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:39:57 ---> Running in cde3df33c2fe 00:39:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:59 Collecting docopt<0.7,>=0.6.1 00:39:59 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:59 Removing intermediate container cde3df33c2fe 00:39:59 ---> 6130d6635b12 00:39:59 Step 18/20 : LABEL arch=x86_64 00:39:59 ---> 3ba60355072d 00:39:59 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:39:59 ---> Running in 002a79318181 00:39:59 ---> Running in 1915eddbf08a 00:39:59 Removing intermediate container 1915eddbf08a 00:39:59 ---> 5423e7167fb2 00:39:59 Step 19/20 : LABEL git_sha=94bf66af5c51d2256acbe2a21da3f9be30260cb0 00:39:59 Removing intermediate container 002a79318181 00:39:59 ---> 69b9687a2197 00:39:59 Step 19/21 : LABEL arch=x86_64 00:39:59 ---> Running in cfc1d1ec5512 00:39:59 ---> Running in 7f97bd8cb608 00:39:59 Collecting docker<4.0,>=3.6.0 00:39:59 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:59 Removing intermediate container cfc1d1ec5512 00:39:59 ---> 907848a3eddd 00:39:59 Step 20/20 : LABEL version=0.0.0 00:39:59 Removing intermediate container 7f97bd8cb608 00:39:59 ---> a57d52a7bac8 00:39:59 Step 20/21 : LABEL git_sha=94bf66af5c51d2256acbe2a21da3f9be30260cb0 00:39:59 ---> Running in a5a1975a6bf9 00:39:59 ---> Running in 4c50c2709f32 00:39:59 Collecting jsonschema<3,>=2.5.1 00:39:59 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:00 Collecting texttable<0.10,>=0.9.0 00:40:00 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:00 Removing intermediate container a5a1975a6bf9 00:40:00 ---> 04951a48224e 00:40:00 00:40:00 Removing intermediate container 4c50c2709f32 00:40:00 ---> fb8cc7f2c19d 00:40:00 Step 21/21 : LABEL version=0.0.0 00:40:00 ---> Running in 12c874caa83e 00:40:00 Successfully built 04951a48224e 00:40:00 Successfully tagged docker-support-scheduler-go:latest 00:40:00  Building docker-support-scheduler-go ... done Removing intermediate container 12c874caa83e 00:40:00 ---> cf9ae1226982 00:40:00 00:40:00 Successfully built cf9ae1226982 00:40:00 Successfully tagged docker-core-command-go:latest 00:40:00  Building docker-core-command-go ... done Collecting cached-property<2,>=1.2.0 00:40:00 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 00:40:00 Collecting PyYAML<4,>=3.10 00:40:00 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:01 Collecting websocket-client<1.0,>=0.32.0 00:40:01 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:40:01 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:40:01 Collecting idna<2.8,>=2.5 00:40:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40:02 Collecting urllib3<1.25,>=1.21.1 00:40:02 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:02 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:40:02 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:40:02 Collecting docker-pycreds>=0.4.0 00:40:02 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:02 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:02 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:02 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:02 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:02 Installing collected packages: dockerpty, idna, urllib3, requests, docopt, docker-pycreds, websocket-client, docker, jsonschema, texttable, cached-property, PyYAML, docker-compose 00:40:02 Running setup.py install for dockerpty: started 00:40:02 Running setup.py install for dockerpty: finished with status 'done' 00:40:02 Attempting uninstall: idna 00:40:02 Found existing installation: idna 2.9 00:40:02 Uninstalling idna-2.9: 00:40:02 Successfully uninstalled idna-2.9 00:40:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:40:03 Attempting uninstall: urllib3 00:40:03 Found existing installation: urllib3 1.25.9 00:40:03 Uninstalling urllib3-1.25.9: 00:40:03 Successfully uninstalled urllib3-1.25.9 00:40:03 Attempting uninstall: requests 00:40:03 Found existing installation: requests 2.23.0 00:40:03 Uninstalling requests-2.23.0: 00:40:03 Successfully uninstalled requests-2.23.0 00:40:03 Running setup.py install for docopt: started 00:40:04 Running setup.py install for docopt: finished with status 'done' 00:40:04 Running setup.py install for texttable: started 00:40:05 Running setup.py install for texttable: finished with status 'done' 00:40:05 Running setup.py install for PyYAML: started 00:40:05 Running setup.py install for PyYAML: finished with status 'done' 00:40:06 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:40:08 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:40:09 Removing intermediate container 803b38275a1b 00:40:09 ---> dfe81190d141 00:40:09 Step 22/26 : RUN apk --no-cache add curl 00:40:09 ---> Running in 473c298a954e 00:40:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:09 (2/3) Installing libcurl (7.69.1-r0) 00:40:09 (3/3) Installing curl (7.69.1-r0) 00:40:09 Executing busybox-1.31.1-r16.trigger 00:40:09 OK: 72 MiB in 58 packages 00:40:10 Removing intermediate container 473c298a954e 00:40:10 ---> 4baf33777882 00:40:10 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:40:10 ---> Running in e3bb72f437ee 00:40:10 Removing intermediate container e3bb72f437ee 00:40:10 ---> ce3f89d962a5 00:40:10 Step 24/26 : LABEL arch=x86_64 00:40:10 ---> Running in f6c9fc813091 00:40:10 Removing intermediate container f6c9fc813091 00:40:10 ---> 84f5e21945b6 00:40:10 Step 25/26 : LABEL git_sha=94bf66af5c51d2256acbe2a21da3f9be30260cb0 00:40:10 ---> Running in d0d6e7de1279 00:40:10 Removing intermediate container d0d6e7de1279 00:40:10 ---> 00a587eb969b 00:40:10 Step 26/26 : LABEL version=0.0.0 00:40:11 ---> Running in 3f66a14ebd2b 00:40:11 Removing intermediate container 3f66a14ebd2b 00:40:11 ---> dd430d826ce0 00:40:11 00:40:11 Successfully built dd430d826ce0 00:40:11 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:12  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:40:12 $ docker stop --time=1 bfb2bd5315449b924262186cbc531d12b9ae4640370433885d10ae04466ea4a0 00:40:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:40:14 $ docker rm -f bfb2bd5315449b924262186cbc531d12b9ae4640370433885d10ae04466ea4a0 [Pipeline] // withDockerContainer [Pipeline] sh 00:40:15 + docker images 00:40:15 + grep docker 00:40:15 docker-sys-mgmt-agent-go latest dd430d826ce0 3 seconds ago 284MB 00:40:15 docker-core-command-go latest cf9ae1226982 14 seconds ago 13MB 00:40:15 docker-support-scheduler-go latest 04951a48224e 15 seconds ago 13.1MB 00:40:15 docker-security-secrets-setup-go latest f13417c0f3b7 18 seconds ago 25.1MB 00:40:15 docker-support-notifications-go latest 51d7f3500b04 29 seconds ago 14.4MB 00:40:15 docker-security-secretstore-setup-go latest fea59dcb7d73 2 minutes ago 33.9MB 00:40:15 docker-core-data-go latest 6a6cb4d4ce2f 2 minutes ago 23.8MB 00:40:15 docker-core-metadata-go latest dccb6ee77a38 2 minutes ago 14.4MB 00:40:15 docker-support-logging-go latest c0d01a647047 2 minutes ago 11.8MB 00:40:15 docker-security-proxy-setup-go latest 5e3f3f2a01d2 2 minutes ago 16.4MB 00:40:15 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:40: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:40: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:40:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:40:30 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:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:40:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:40:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:40:47 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:50 $ docker stop --time=1 fe3b1935e383a9381bf49940c5ae53ebef8f4ba958dfe5f8967152767ce1b4c4 00:40:53 $ docker rm -f fe3b1935e383a9381bf49940c5ae53ebef8f4ba958dfe5f8967152767ce1b4c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:40:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:40:54 00:40:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:40:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:40:55 latest: Pulling from edgex-devops/edgex-compose-arm64 00:40:55 29e5d40040c1: Pulling fs layer 00:40:55 1ce36da41761: Pulling fs layer 00:40:55 25b303627fd3: Pulling fs layer 00:40:55 29e5d40040c1: Verifying Checksum 00:40:55 29e5d40040c1: Download complete 00:40:56 1ce36da41761: Verifying Checksum 00:40:56 1ce36da41761: Download complete 00:40:56 29e5d40040c1: Pull complete 00:40:57 1ce36da41761: Pull complete 00:40:57 25b303627fd3: Verifying Checksum 00:40:57 25b303627fd3: Download complete 00:41:07 25b303627fd3: Pull complete 00:41:07 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:41:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:41:07 prd-ubuntu18.04-docker-arm64-4c-16g-333 does not seem to be running inside a container 00:41:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@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:11 $ docker top e71867bc0f30ab40d1288b1c46e98fd0d571a683931e087ab6e57fdc521c4498 -eo pid,comm [Pipeline] { [Pipeline] sh 00:41:12 + docker-compose build --help 00:41:12 + grep parallel 00:41:16 --parallel Build images in parallel. [Pipeline] } 00:41:17 $ docker stop --time=1 e71867bc0f30ab40d1288b1c46e98fd0d571a683931e087ab6e57fdc521c4498 00:41:19 $ docker rm -f e71867bc0f30ab40d1288b1c46e98fd0d571a683931e087ab6e57fdc521c4498 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:19 . [Pipeline] withDockerContainer 00:41:20 prd-ubuntu18.04-docker-arm64-4c-16g-333 does not seem to be running inside a container 00:41:20 $ 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/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:41:21 $ docker top 9a5a3e42ef2e8edfb824a310552ba88048c49849bccb932d133a03e7430075e0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:41:22 + docker-compose -f ./docker-compose-build.yml build --parallel 00:41:28 Building docker-core-command-go ... 00:41:28 Building docker-core-data-go ... 00:41:28 Building docker-core-metadata-go ... 00:41:28 Building docker-security-proxy-setup-go ... 00:41:28 Building docker-security-secrets-setup-go ... 00:41:28 Building docker-security-secretstore-setup-go ... 00:41:28 Building docker-support-logging-go ... 00:41:28 Building docker-support-notifications-go ... 00:41:28 Building docker-support-scheduler-go ... 00:41:28 Building docker-sys-mgmt-agent-go ... 00:41:28 Building docker-core-data-go 00:41:28 Building docker-support-scheduler-go 00:41:28 Building docker-core-command-go 00:41:28 Building docker-security-secrets-setup-go 00:41:28 Building docker-security-proxy-setup-go 00:43:20 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 00:43:20 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:43:20 ---> fe32bbfef501 00:43:20 Step 3/29 : WORKDIR /edgex-go 00:43:20 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:43:20 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:43:20 ---> fe32bbfef501 00:43:20 Step 3/20 : WORKDIR /edgex-go 00:43:20 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:43:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:43:20 ---> fe32bbfef501 00:43:20 Step 3/21 : WORKDIR /edgex-go 00:43:20 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 00:43:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:20 ---> fe32bbfef501 00:43:20 Step 3/22 : WORKDIR /edgex-go 00:43:20 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 00:43:20 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:43:20 ---> fe32bbfef501 00:43:20 Step 3/20 : WORKDIR /edgex-go 00:43:20 ---> Running in f00fe8edaa88 00:43:20 ---> Running in 0ee468ec4648 00:43:20 ---> Running in dce0dc8467e4 00:43:20 ---> Running in 48f9dba64507 00:43:20 ---> Running in 5f068cbfc301 00:43:20 Removing intermediate container 48f9dba64507 00:43:20 ---> 9db733aa3f73 00:43:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:20 Removing intermediate container 5f068cbfc301 00:43:20 Removing intermediate container 0ee468ec4648 00:43:20 ---> 012669409d01 00:43:20 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:20 ---> 8ddff8a246f9 00:43:20 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:20 Removing intermediate container f00fe8edaa88 00:43:20 ---> 1342996e3d40 00:43:20 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:20 Removing intermediate container dce0dc8467e4 00:43:20 ---> f50907dc63fa 00:43:20 Step 4/29 : RUN apk update && apk add make git 00:43:20 ---> Running in 6f8748ce4eeb 00:43:20 ---> Running in feb286357732 00:43:20 ---> Running in 7a37dd549d93 00:43:20 ---> Running in f64a35e061b1 00:43:20 ---> Running in 4234e3e9cb77 00:43:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:21 Removing intermediate container feb286357732 00:43:21 ---> 5d50db56d827 00:43:21 Step 5/21 : RUN apk update && apk add make git 00:43:22 ---> Running in f8e855ddddb9 00:43:22 Removing intermediate container f64a35e061b1 00:43:22 ---> b74563eebc03 00:43:22 Step 5/20 : RUN apk update && apk add make git 00:43:22 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:43:22 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:43:22 OK: 12617 distinct packages available 00:43:22 ---> Running in 8f6f5d9205c7 00:43:22 Removing intermediate container 4234e3e9cb77 00:43:22 ---> 557e5196626d 00:43:22 Step 5/20 : RUN apk update && apk add make git 00:43:23 Removing intermediate container 6f8748ce4eeb 00:43:23 ---> d2edc66167de 00:43:23 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:43:23 ---> Running in f09ba557bb89 00:43:23 ---> Running in 942c3bb129ef 00:43:23 OK: 217 MiB in 51 packages 00:43:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:25 Removing intermediate container 7a37dd549d93 00:43:25 ---> f718734495de 00:43:25 Step 5/29 : COPY go.mod . 00:43:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:26 ---> 5aad45043338 00:43:26 Step 6/29 : RUN go mod download 00:43:26 ---> Running in 0cb79b360a22 00:43:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:27 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:43:27 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:43:27 OK: 12617 distinct packages available 00:43:27 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:43:27 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:43:27 OK: 12617 distinct packages available 00:43:27 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:43:27 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:43:27 OK: 12617 distinct packages available 00:43:27 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:43:27 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:43:27 OK: 12617 distinct packages available 00:43:27 OK: 217 MiB in 51 packages 00:43:28 OK: 217 MiB in 51 packages 00:43:28 OK: 217 MiB in 51 packages 00:43:28 OK: 217 MiB in 51 packages 00:43:30 Removing intermediate container f8e855ddddb9 00:43:30 ---> 1996f283aaa9 00:43:30 Step 6/21 : COPY go.mod . 00:43:30 Removing intermediate container 8f6f5d9205c7 00:43:30 ---> f97352dce99a 00:43:30 Step 6/20 : COPY go.mod . 00:43:30 Removing intermediate container 942c3bb129ef 00:43:30 ---> 46b65296a9fe 00:43:30 Step 6/22 : COPY go.mod . 00:43:30 Removing intermediate container f09ba557bb89 00:43:30 ---> fd4193173627 00:43:30 Step 6/20 : COPY go.mod . 00:43:31 Removing intermediate container 0cb79b360a22 00:43:31 ---> 1b8d53eb54f6 00:43:31 Step 7/29 : COPY . . 00:43:31 ---> 674628cc23da 00:43:31 Step 7/21 : RUN go mod download 00:43:31 ---> Running in 91836bbf9dea 00:43:31 ---> 96f45ed20eee 00:43:31 Step 7/20 : RUN go mod download 00:43:31 ---> 11ac7a80a184 00:43:31 Step 7/22 : RUN go mod download 00:43:31 ---> Running in e730c3e1ab07 00:43:32 ---> Running in d71f5b037ab6 00:43:32 ---> d5f18ae64316 00:43:32 Step 7/20 : RUN go mod download 00:43:34 ---> Running in de21dc6af7c0 00:43:37 Removing intermediate container 91836bbf9dea 00:43:37 ---> addb8b2c7b68 00:43:37 Step 8/21 : COPY . . 00:43:41 Removing intermediate container e730c3e1ab07 00:43:41 ---> 20db355472f0 00:43:41 Step 8/20 : COPY . . 00:43:41 Removing intermediate container de21dc6af7c0 00:43:41 ---> 54212159b748 00:43:41 Step 8/20 : COPY . . 00:43:41 Removing intermediate container d71f5b037ab6 00:43:41 ---> 9eb47b8509d2 00:43:41 Step 8/22 : COPY . . 00:44:03 ---> 3289def1e5d3 00:44:03 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:44:05 ---> Running in 5617724ec471 00:44:05 ---> ef436f7cd1b1 00:44:05 Step 9/21 : RUN make cmd/core-command/core-command 00:44:05 ---> 0b9ba23b368f 00:44:05 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:44:05 ---> 621182619fe8 00:44:05 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 00:44:05 ---> Running in 49e2fda6da86 00:44:05 ---> cebf44fbed47 00:44:05 Step 9/22 : RUN make cmd/core-data/core-data 00:44:05 ---> Running in 4bcbd3712478 00:44:06 ---> Running in d62624d00570 00:44:06 ---> Running in dc3e0ea510c2 00:44: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:44:08 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:44:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:44:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:44:09 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:45:46 Removing intermediate container 5617724ec471 00:45:46 ---> 6b5431decfff 00:45:46 00:45:46 Step 9/29 : FROM alpine:latest 00:45:46 latest: Pulling from library/alpine 00:45:46 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:45:46 Status: Downloaded newer image for alpine:latest 00:45:46 ---> 62ee0e9f8440 00:45:46 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:46 ---> Running in aee56db0c4bd 00:45:46 Removing intermediate container aee56db0c4bd 00:45:46 ---> 1a4544d83ab6 00:45:46 Step 11/29 : USER root 00:45:46 ---> Running in 457c4657e512 00:45:46 Removing intermediate container 457c4657e512 00:45:46 ---> 8eac49ec18a9 00:45:46 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:45:46 ---> Running in 6f96c8660cf7 00:45:46 Removing intermediate container 4bcbd3712478 00:45:46 ---> a1342828c58b 00:45:46 00:45:46 Step 10/20 : FROM alpine 00:45:46 ---> 62ee0e9f8440 00:45:46 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:45:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:46 ---> Running in 4e3368c5ae6b 00:45:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:46 v3.12.0-253-g9028084776 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:45:46 v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:45:46 OK: 12617 distinct packages available 00:45:46 (1/2) Installing ca-certificates (20191127-r4) 00:45:46 (2/2) Installing dumb-init (1.2.2-r1) 00:45:46 Executing busybox-1.31.1-r16.trigger 00:45:46 Executing ca-certificates-20191127-r4.trigger 00:45:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:46 OK: 6 MiB in 16 packages 00:45:46 v3.12.0-253-g9028084776 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:45:46 v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:45:46 OK: 12617 distinct packages available 00:45:46 (1/4) Installing ca-certificates (20191127-r4) 00:45:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:45:46 (3/4) Installing libcurl (7.69.1-r0) 00:45:46 (4/4) Installing curl (7.69.1-r0) 00:45:46 Executing busybox-1.31.1-r16.trigger 00:45:46 Executing ca-certificates-20191127-r4.trigger 00:45:46 OK: 7 MiB in 18 packages 00:45:46 Removing intermediate container 6f96c8660cf7 00:45:46 ---> de525b204d6b 00:45:46 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:45:46 ---> Running in 13a9cf0c12a4 00:45:47 Removing intermediate container 13a9cf0c12a4 00:45:47 ---> 4e9f84190b57 00:45:47 Step 14/29 : WORKDIR $BASE_DIR 00:45:47 ---> Running in f82b0f187ce9 00:45:48 Removing intermediate container 4e3368c5ae6b 00:45:48 ---> 293f8cce4c0b 00:45:48 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:45:48 Removing intermediate container f82b0f187ce9 00:45:48 ---> b7cb3df21305 00:45:48 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:45:48 ---> Running in e105afbd60f0 00:45:48 ---> Running in cdca5189b9eb 00:45:49 Removing intermediate container e105afbd60f0 00:45:49 ---> 27792258cbf7 00:45:49 Step 13/20 : WORKDIR /edgex 00:45:49 ---> Running in 9e474a328ee5 00:45:50 Removing intermediate container 9e474a328ee5 00:45:50 ---> 89b6e22da230 00:45:50 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:45:51 ---> b87e9f361255 00:45:51 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:45:53 ---> bafc1f7950b3 00:45:53 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:45:53 ---> Running in 9f717b966cbb 00:45:53 Removing intermediate container cdca5189b9eb 00:45:53 ---> 0b7687b4ef66 00:45:53 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:45:54 Removing intermediate container 9f717b966cbb 00:45:54 ---> 45f64f1b0951 00:45:54 Step 17/20 : CMD ["--init=true"] 00:45:55 ---> Running in d2a1958dc714 00:45:56 ---> a6a8e77e0504 00:45:56 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:45:56 Removing intermediate container d2a1958dc714 00:45:56 ---> 49793588ae29 00:45:56 Step 18/20 : LABEL arch=arm64 00:45:56 ---> Running in 807f70a80118 00:45:57 Removing intermediate container 807f70a80118 00:45:57 ---> fcdce05e2fc7 00:45:57 Step 19/20 : LABEL git_sha=94bf66af5c51d2256acbe2a21da3f9be30260cb0 00:45:57 ---> 7c3458ad3acf 00:45:57 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:45:57 ---> Running in 142682b68432 00:45:58 Removing intermediate container 142682b68432 00:45:58 ---> 80f316465581 00:45:58 Step 20/20 : LABEL version=0.0.0 00:45:58 ---> Running in 78c6e188fa48 00:45:59 ---> cc2b1b5a455c 00:45:59 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:45:59 Removing intermediate container 78c6e188fa48 00:45:59 ---> 064f9f1d19aa 00:45:59 00:46:00 Successfully built 064f9f1d19aa 00:46:00 ---> d367b061cab7 00:46:00 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:46:00 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:46:00  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 00:46:01 ---> 3f0057f3dc1d 00:46:01 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:46:02 ---> Running in 08ed3d2cc21f 00:46:10 Removing intermediate container 08ed3d2cc21f 00:46:10 ---> 833da1b56867 00:46:10 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:46:14 ---> ecfa20c579ef 00:46:14 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:46:14 ---> Running in 0af8c3ef3eb4 00:46:15 Removing intermediate container 49e2fda6da86 00:46:15 ---> 6fa88a0b90fe 00:46:15 00:46:15 Step 10/21 : FROM scratch 00:46:15 ---> 00:46:15 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:15 Removing intermediate container d62624d00570 00:46:15 ---> aa84b3fabcf1 00:46:15 00:46:15 Step 10/20 : FROM scratch 00:46:15 ---> 00:46:15 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:16 ---> Running in 38cbd1b9d073 00:46:16 ---> Running in 1b993637911c 00:46:17 Removing intermediate container 38cbd1b9d073 00:46:17 ---> 2aa4f428d430 00:46:17 Step 12/21 : ENV APP_PORT=48082 00:46:17 Removing intermediate container 1b993637911c 00:46:17 ---> b05021dbca77 00:46:17 Step 12/20 : ENV APP_PORT=48085 00:46:18 ---> Running in 1daab3f269d4 00:46:18 ---> Running in a61e39533091 00:46:19 Removing intermediate container a61e39533091 00:46:19 ---> 2a6b255b0d0c 00:46:19 Step 13/20 : EXPOSE $APP_PORT 00:46:19 Removing intermediate container 1daab3f269d4 00:46:19 ---> 3629ca50450e 00:46:19 Step 13/21 : EXPOSE $APP_PORT 00:46:19 ---> Running in aa69c17c1254 00:46:19 ---> Running in bbec43f3e71a 00:46:19 Removing intermediate container 0af8c3ef3eb4 00:46:19 ---> eac63b97dec8 00:46:19 Step 24/29 : RUN chmod 755 security-secrets-setup 00:46:20 ---> Running in a984844943b3 00:46:20 Removing intermediate container bbec43f3e71a 00:46:20 Removing intermediate container aa69c17c1254 00:46:20 ---> 3f6b918ced00 00:46:20 Step 14/21 : WORKDIR / 00:46:20 ---> 4da3019ab617 00:46:20 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:46:20 ---> Running in 3718e4277529 00:46:22 ---> decd42771770 00:46:22 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:46:22 Removing intermediate container 3718e4277529 00:46:22 ---> fba92a681602 00:46:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:46:22 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 00:46:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:22 ---> fe32bbfef501 00:46:22 Step 3/23 : WORKDIR /edgex-go 00:46:22 ---> Using cache 00:46:22 ---> f50907dc63fa 00:46:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:22 ---> Running in 27bf3965ac51 00:46:23 ---> 1e67d1465a0d 00:46:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:46:24 ---> 668bae1ed8e8 00:46:24 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:46:25 ---> 11ad2e745310 00:46:25 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:46:26 Removing intermediate container a984844943b3 00:46:26 ---> a049fd43b270 00:46:26 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:46:26 ---> f73bd37e4671 00:46:26 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:46:26 ---> Running in b46c9bb5dff8 00:46:26 Removing intermediate container dc3e0ea510c2 00:46:26 ---> e68c69307fd9 00:46:26 00:46:26 Step 10/22 : FROM alpine 00:46:26 ---> 62ee0e9f8440 00:46:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:27 ---> Running in 770c25a7cf71 00:46:27 ---> 498d36fcceb5 00:46:27 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:46:27 ---> Running in 4786f55999e8 00:46:27 ---> Running in 536c997c50d0 00:46:27 Removing intermediate container 27bf3965ac51 00:46:27 ---> 9eb0d8c27a39 00:46:27 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 00:46:27 Removing intermediate container b46c9bb5dff8 00:46:27 ---> ef106a32ac13 00:46:27 Step 26/29 : CMD [ "generate" ] 00:46:27 Removing intermediate container 770c25a7cf71 00:46:27 ---> e50bb03befc4 00:46:27 Step 18/20 : LABEL arch=arm64 00:46:27 ---> Running in e1cb1ffbaa07 00:46:27 ---> Running in 43eb64ca2285 00:46:28 ---> Running in 3ffa87c5aed3 00:46:28 Removing intermediate container 536c997c50d0 00:46:28 ---> 32288c1661e5 00:46:28 Step 19/21 : LABEL arch=arm64 00:46:28 Removing intermediate container 4786f55999e8 00:46:28 ---> f190b16b12b0 00:46:28 Step 12/22 : ENV APP_PORT=48080 00:46:28 ---> Running in f631881c4c51 00:46:28 ---> Running in ce87596f87e8 00:46:28 Removing intermediate container e1cb1ffbaa07 00:46:28 ---> 6dd401a919b0 00:46:28 Step 27/29 : LABEL arch=arm64 00:46:28 ---> Running in 72c74411b962 00:46:28 Removing intermediate container 3ffa87c5aed3 00:46:28 ---> 390a84c7cc95 00:46:28 Step 19/20 : LABEL git_sha=94bf66af5c51d2256acbe2a21da3f9be30260cb0 00:46:28 ---> Running in 6046035d736f 00:46:28 Removing intermediate container f631881c4c51 00:46:28 ---> ded134f2aa5f 00:46:28 Step 13/22 : EXPOSE $APP_PORT 00:46:29 Removing intermediate container ce87596f87e8 00:46:29 ---> bea361b9be92 00:46:29 Step 20/21 : LABEL git_sha=94bf66af5c51d2256acbe2a21da3f9be30260cb0 00:46:29 ---> Running in 477855c2fdcb 00:46:29 ---> Running in e50dc6931f93 00:46:29 Removing intermediate container 72c74411b962 00:46:29 ---> e4b19e2714f7 00:46:29 Step 28/29 : LABEL git_sha=94bf66af5c51d2256acbe2a21da3f9be30260cb0 00:46:29 Removing intermediate container 6046035d736f 00:46:29 ---> e4eaba7592ed 00:46:29 Step 20/20 : LABEL version=0.0.0 00:46:29 ---> Running in 774db68032e3 00:46:29 ---> Running in 436b82cb05f2 00:46:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:29 Removing intermediate container 477855c2fdcb 00:46:29 ---> 0b61be29c6e2 00:46:29 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:30 Removing intermediate container e50dc6931f93 00:46:30 ---> 609cef5adae6 00:46:30 Step 21/21 : LABEL version=0.0.0 00:46:30 ---> Running in 59990530b621 00:46:30 ---> Running in b97a0e5c43fc 00:46:30 Removing intermediate container 774db68032e3 00:46:30 ---> 4066e70ea589 00:46:30 00:46:30 Removing intermediate container 436b82cb05f2 00:46:30 ---> 4d93117f36c9 00:46:30 Step 29/29 : LABEL version=0.0.0 00:46:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:30 ---> Running in e8a186ca7a00 00:46:31 Successfully built 4066e70ea589 00:46:31 Removing intermediate container b97a0e5c43fc 00:46:31 ---> fca87148de3f 00:46:31 00:46:31 Successfully tagged docker-support-scheduler-go-arm64:latest 00:46:31  Building docker-support-scheduler-go ... done Building docker-support-logging-go 00:46:31 Removing intermediate container e8a186ca7a00 00:46:31 ---> 9a5af92fe06c 00:46:31 00:46:31 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:31 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:31 OK: 12617 distinct packages available 00:46:31 Successfully built fca87148de3f 00:46:32 Successfully tagged docker-core-command-go-arm64:latest 00:46:32  Building docker-core-command-go ... done Building docker-core-metadata-go 00:46:32 Successfully built 9a5af92fe06c 00:46:32 Successfully tagged docker-security-secrets-setup-go-arm64:latest 00:46:32 Building docker-sys-mgmt-agent-go 00:46:32  Building docker-security-secrets-setup-go ... done OK: 217 MiB in 51 packages 00:46:33 Removing intermediate container 59990530b621 00:46:33 ---> c356f6d22d8f 00:46:33 Step 15/22 : RUN apk --no-cache add zeromq 00:46:33 Removing intermediate container 43eb64ca2285 00:46:33 ---> 6bfc12292f47 00:46:33 Step 6/23 : COPY go.mod . 00:46:33 ---> Running in 1e36c9bad971 00:46:35 ---> ec55141900c0 00:46:35 Step 7/23 : RUN go mod download 00:46:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:36 ---> Running in 5ed54e39c8b8 00:46:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:37 (1/5) Installing libgcc (9.3.0-r2) 00:46:37 (2/5) Installing libsodium (1.0.18-r0) 00:46:37 (3/5) Installing libstdc++ (9.3.0-r2) 00:46:37 (4/5) Installing libzmq (4.3.2-r0) 00:46:38 (5/5) Installing zeromq (4.3.2-r0) 00:46:38 Executing busybox-1.31.1-r16.trigger 00:46:38 OK: 8 MiB in 19 packages 00:46:43 Removing intermediate container 1e36c9bad971 00:46:43 ---> cc610938a62c 00:46:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:46:43 Removing intermediate container 5ed54e39c8b8 00:46:43 ---> 828fa9e11af9 00:46:43 Step 8/23 : COPY . . 00:46:43 ---> b1fdd1b7427c 00:46:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:46:48 ---> 65cea2f5aeac 00:46:48 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:46:51 ---> eca707e96288 00:46:51 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:46:52 ---> Running in f2d67119f79e 00:46:53 Removing intermediate container f2d67119f79e 00:46:53 ---> a2e38082ce96 00:46:53 Step 20/22 : LABEL arch=arm64 00:46:53 ---> Running in 712d7b007aac 00:46:54 Removing intermediate container 712d7b007aac 00:46:54 ---> 81c7ef5c2685 00:46:54 Step 21/22 : LABEL git_sha=94bf66af5c51d2256acbe2a21da3f9be30260cb0 00:46:54 ---> Running in 4efe827dfe8a 00:46:55 Removing intermediate container 4efe827dfe8a 00:46:55 ---> 90f11e3ae412 00:46:55 Step 22/22 : LABEL version=0.0.0 00:46:56 ---> Running in e3a2998d3e5b 00:46:58 Removing intermediate container e3a2998d3e5b 00:46:58 ---> 86d0f0b4f417 00:46:58 00:46:58 Successfully built 86d0f0b4f417 00:46:58 Successfully tagged docker-core-data-go-arm64:latest 00:46:58  Building docker-core-data-go ... done Building docker-security-secretstore-setup-go 00:47:04 ---> 43e5a4c37314 00:47:04 Step 9/23 : RUN make cmd/support-notifications/support-notifications 00:47:04 ---> Running in 54431d8aaeb1 00:47: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:47:45 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:47:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:47:45 ---> fe32bbfef501 00:47:45 Step 3/21 : WORKDIR /edgex-go 00:47:45 ---> Using cache 00:47:45 ---> f50907dc63fa 00:47:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:45 ---> Using cache 00:47:45 ---> 9eb0d8c27a39 00:47:45 Step 5/21 : RUN apk update && apk add make && apk add bash git 00:47:45 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 00:47:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:47:45 ---> fe32bbfef501 00:47:45 Step 3/21 : WORKDIR /edgex-go 00:47:45 ---> Using cache 00:47:45 ---> f50907dc63fa 00:47:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:45 ---> Using cache 00:47:45 ---> 9eb0d8c27a39 00:47:45 Step 5/21 : RUN apk update && apk add make git 00:47:45 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:47:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:47:45 ---> fe32bbfef501 00:47:45 Step 3/26 : WORKDIR /edgex-go 00:47:45 ---> Using cache 00:47:45 ---> f50907dc63fa 00:47:45 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:45 ---> Using cache 00:47:45 ---> 9eb0d8c27a39 00:47:45 Step 5/26 : RUN apk update && apk add make bash git 00:47:45 ---> Running in 5a6f26f843a5 00:47:45 ---> Running in 3cc016cbe9e0 00:47:45 ---> Running in 979cd7efdf20 00:47:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:50 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:50 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:50 OK: 12617 distinct packages available 00:47:51 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:51 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:51 OK: 12617 distinct packages available 00:47:51 v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:51 v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:51 OK: 12617 distinct packages available 00:47:52 OK: 217 MiB in 51 packages 00:47:52 OK: 217 MiB in 51 packages 00:47:53 OK: 217 MiB in 51 packages 00:47:54 OK: 217 MiB in 51 packages 00:47:55 Removing intermediate container 979cd7efdf20 00:47:55 ---> 8c6d173d23c1 00:47:55 Step 6/21 : COPY go.mod . 00:47:56 Removing intermediate container 3cc016cbe9e0 00:47:56 ---> 12f37e175666 00:47:56 Step 6/26 : COPY go.mod . 00:47:56 Removing intermediate container 5a6f26f843a5 00:47:56 ---> 126373afe34d 00:47:56 Step 6/21 : COPY go.mod . 00:47:57 ---> 00a48691f998 00:47:57 Step 7/21 : RUN go mod download 00:47:57 ---> 249cc9234a5d 00:47:57 Step 7/26 : RUN go mod download 00:47:57 ---> Running in 7b51287b35a4 00:47:58 ---> 80fb39f3a49c 00:47:58 Step 7/21 : RUN go mod download 00:47:58 ---> Running in 8816b9b106ef 00:47:58 ---> Running in 68f0563e273e 00:48:01 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 00:48:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:48:01 ---> fe32bbfef501 00:48:01 Step 3/26 : WORKDIR /edgex-go 00:48:01 ---> Using cache 00:48:01 ---> f50907dc63fa 00:48:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:01 ---> Using cache 00:48:01 ---> 9eb0d8c27a39 00:48:01 Step 5/26 : RUN apk update && apk add make git 00:48:01 ---> Using cache 00:48:01 ---> 8c6d173d23c1 00:48:01 Step 6/26 : COPY go.mod . 00:48:01 ---> Using cache 00:48:01 ---> 00a48691f998 00:48:01 Step 7/26 : RUN go mod download 00:48:01 ---> Running in c079816f3338 00:48:04 Removing intermediate container 7b51287b35a4 00:48:04 ---> c742902cdeeb 00:48:04 Step 8/21 : COPY . . 00:48:04 Removing intermediate container 68f0563e273e 00:48:04 ---> 50d5d5c8a495 00:48:04 Step 8/21 : COPY . . 00:48:04 Removing intermediate container 8816b9b106ef 00:48:04 ---> a8204ccdf04b 00:48:04 Step 8/26 : COPY . . 00:48:06 Removing intermediate container c079816f3338 00:48:06 ---> dd2b389a0986 00:48:06 Step 8/26 : COPY . . 00:48:13 Removing intermediate container 54431d8aaeb1 00:48:13 ---> 02053c963ad3 00:48:13 00:48:13 Step 10/23 : FROM scratch 00:48:13 ---> 00:48:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:48:15 ---> Running in 8d63fad12b0a 00:48:17 Removing intermediate container 8d63fad12b0a 00:48:17 ---> 4ee1b2f0eda9 00:48:17 Step 12/23 : ENV APP_PORT=48060 00:48:17 ---> Running in 5f7d6e4b3b05 00:48:18 Removing intermediate container 5f7d6e4b3b05 00:48:18 ---> b9e1fcef5818 00:48:18 Step 13/23 : EXPOSE $APP_PORT 00:48:18 ---> Running in e559b3d218da 00:48:20 Removing intermediate container e559b3d218da 00:48:20 ---> b3391ea30fb8 00:48:20 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 00:48:22 ---> db5e4f20e9df 00:48:22 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:48:26 ---> 9e60f41973e4 00:48:26 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 00:48:29 ---> 9dc31766f49b 00:48:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:48:31 ---> 536aa7c982ab 00:48:31 Step 9/21 : RUN make cmd/core-metadata/core-metadata 00:48:31 ---> 66239ec777e1 00:48:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:48:31 ---> Running in 8a716e14299c 00:48:31 ---> 193c3cd3aab4 00:48:31 Step 9/21 : RUN make cmd/support-logging/support-logging 00:48:32 ---> Running in 85b5398eba11 00:48:32 ---> 23862f57efc5 00:48:32 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:48:32 ---> Running in d7b083236a2c 00:48:33 ---> 75366b113446 00:48:33 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:48:33 ---> 7ed3021a1603 00:48:33 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:48:33 ---> Running in f878a3ebb7e6 00:48:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:48:34 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:34 ---> 27db84aae8da 00:48:34 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:48:35 ---> Running in 92b6477adcec 00:48:35 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:35 Removing intermediate container 92b6477adcec 00:48:35 ---> 3518190609aa 00:48:35 Step 21/23 : LABEL arch=arm64 00:48:35 ---> Running in 051954bdb47c 00:48:36 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:48:36 Removing intermediate container 051954bdb47c 00:48:36 ---> c7a74ad967c9 00:48:36 Step 22/23 : LABEL git_sha=94bf66af5c51d2256acbe2a21da3f9be30260cb0 00:48:36 ---> Running in 65e21894503d 00:48:37 Removing intermediate container 65e21894503d 00:48:37 ---> 55be457ed84c 00:48:37 Step 23/23 : LABEL version=0.0.0 00:48:37 ---> Running in dac36cb2bb6a 00:48:38 Removing intermediate container dac36cb2bb6a 00:48:38 ---> b419e3bd77ac 00:48:38 00:48:38 Successfully built b419e3bd77ac 00:48:38 Successfully tagged docker-support-notifications-go-arm64:latest 00:49:46  Building docker-support-notifications-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:49:57 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:49:58 Removing intermediate container d7b083236a2c 00:49:58 ---> 93a77d8e29c7 00:49:58 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:49:58 ---> Running in b73e937d9dba 00:50:01 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:50:02 Removing intermediate container 85b5398eba11 00:50:02 ---> 5e262dc25a0d 00:50:02 00:50:02 Step 10/21 : FROM scratch 00:50:02 ---> 00:50:02 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:50:02 ---> Using cache 00:50:02 ---> 4ee1b2f0eda9 00:50:02 Step 12/21 : ENV APP_PORT=48061 00:50:02 ---> Running in a65b8ab380e5 00:50:03 Removing intermediate container a65b8ab380e5 00:50:03 ---> b1339d08d511 00:50:03 Step 13/21 : EXPOSE $APP_PORT 00:50:03 ---> Running in f9862279f79c 00:50:04 Removing intermediate container f9862279f79c 00:50:04 ---> ef6875000baa 00:50:04 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 00:50:05 ---> c58cc5bfc9b5 00:50:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:50:06 Removing intermediate container b73e937d9dba 00:50:06 ---> 8093a45b6ccf 00:50:06 00:50:06 Step 11/26 : FROM docker:latest 00:50:06 ---> ce9d55ae87f1 00:50:06 Step 12/26 : RUN apk add --no-cache bash 00:50:06 ---> Running in 303482019cd2 00:50:06 ---> 388c312afac4 00:50:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:50:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:08 ---> efa2767215da 00:50:08 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:50:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:08 Removing intermediate container f878a3ebb7e6 00:50:08 ---> d788b9eb8827 00:50:08 00:50:08 Step 10/26 : FROM alpine:3.10 00:50:09 (1/2) Installing readline (8.0.4-r0) 00:50:09 (2/2) Installing bash (5.0.17-r0) 00:50:09 Executing bash-5.0.17-r0.post-install 00:50:09 3.10: Pulling from library/alpine 00:50:09 Executing busybox-1.31.1-r16.trigger 00:50:09 OK: 12 MiB in 22 packages 00:50:09 ---> 4a282a79eb2a 00:50:09 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:50:09 ---> Running in 01db2cfb9451 00:50:10 Removing intermediate container 01db2cfb9451 00:50:10 ---> 813c2f7830be 00:50:10 Step 19/21 : LABEL arch=arm64 00:50:10 ---> Running in 28adb0925c39 00:50:10 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:50:10 Status: Downloaded newer image for alpine:3.10 00:50:10 ---> 536a684cf733 00:50:10 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:50:11 Removing intermediate container 303482019cd2 00:50:11 ---> 5769a5cd64e3 00:50:11 Step 13/26 : RUN rm -rf /var/cache/apk/* 00:50:11 ---> Running in 19576461c4cc 00:50:11 ---> Running in abb4c5b7e067 00:50:11 Removing intermediate container 28adb0925c39 00:50:11 ---> a5c798e31f00 00:50:11 Step 20/21 : LABEL git_sha=94bf66af5c51d2256acbe2a21da3f9be30260cb0 00:50:11 ---> Running in 5a92d02426bb 00:50:12 Removing intermediate container 5a92d02426bb 00:50:12 ---> f48b2e09a0bc 00:50:12 Step 21/21 : LABEL version=0.0.0 00:50:12 ---> Running in af7e6ae1f473 00:50:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:50:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:50:13 Removing intermediate container af7e6ae1f473 00:50:13 ---> 420709d4b5ce 00:50:13 00:50:14 v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:50:14 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:50:14 OK: 10167 distinct packages available 00:50:14 Successfully built 420709d4b5ce 00:50:14 Successfully tagged docker-support-logging-go-arm64:latest 00:50:14  Building docker-support-logging-go ... done (1/5) Installing ca-certificates (20191127-r2) 00:50:14 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:50:14 (3/5) Installing libcurl (7.66.0-r0) 00:50:14 (4/5) Installing curl (7.66.0-r0) 00:50:14 (5/5) Installing dumb-init (1.2.2-r1) 00:50:14 Executing busybox-1.30.1-r3.trigger 00:50:14 Executing ca-certificates-20191127-r2.trigger 00:50:14 Removing intermediate container abb4c5b7e067 00:50:14 ---> 692b1e6dd38e 00:50:14 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:50:14 OK: 7 MiB in 19 packages 00:50:15 Removing intermediate container 8a716e14299c 00:50:15 ---> 3ccf03daf523 00:50:15 00:50:15 Step 10/21 : FROM scratch 00:50:15 ---> 00:50:15 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:15 ---> Using cache 00:50:15 ---> b05021dbca77 00:50:15 Step 12/21 : ENV APP_PORT=48081 00:50:15 ---> Running in 25f2438d818e 00:50:15 ---> Running in 57292a82ee92 00:50:16 Removing intermediate container 25f2438d818e 00:50:16 ---> c3ef0197cc5c 00:50:16 Step 15/26 : ENV APP_PORT=48090 00:50:16 ---> Running in 97f3933a3f04 00:50:16 Removing intermediate container 57292a82ee92 00:50:16 ---> a6403af0c2a7 00:50:16 Step 13/21 : EXPOSE $APP_PORT 00:50:17 ---> Running in c1d2d09bfdc3 00:50:17 Removing intermediate container 19576461c4cc 00:50:17 ---> 9f7108452d39 00:50:17 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:17 Removing intermediate container 97f3933a3f04 00:50:17 ---> 642856da5841 00:50:17 Step 16/26 : EXPOSE $APP_PORT 00:50:17 ---> Running in 3e32ca2a5d2b 00:50:18 ---> Running in f088b42904ea 00:50:18 Removing intermediate container c1d2d09bfdc3 00:50:18 ---> 861435893ee7 00:50:18 Step 14/21 : WORKDIR / 00:50:18 ---> Running in 36f67ad1c714 00:50:18 Removing intermediate container 3e32ca2a5d2b 00:50:18 ---> 8e436e32f588 00:50:18 Step 13/26 : WORKDIR / 00:50:18 Removing intermediate container f088b42904ea 00:50:18 ---> f5a2af4122cf 00:50:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:50:19 ---> Running in e223193cc15f 00:50:19 Removing intermediate container 36f67ad1c714 00:50:19 ---> 7537540274b0 00:50:19 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:50:19 Removing intermediate container e223193cc15f 00:50:19 ---> a6f7d055e885 00:50:19 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:50:20 ---> e3b3af7687c6 00:50:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:50:20 ---> 1f7fbe7f902f 00:50:20 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:50:20 ---> e2486bfbccea 00:50:20 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:50:21 ---> ff62483e4073 00:50:21 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:50:21 ---> f6bfca5a86ff 00:50:21 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:50:21 ---> e3a3d3cf530c 00:50:21 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:50:22 ---> 227fff7817b5 00:50:22 Step 20/26 : RUN apk --no-cache add py-pip 00:50:22 ---> Running in aba491d9156b 00:50:22 ---> dbe581c34f1b 00:50:22 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 00:50:22 ---> 834518cfb32a 00:50:22 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:50:23 ---> Running in 3d3db1baf290 00:50:23 Removing intermediate container 3d3db1baf290 00:50:23 ---> 821571d650ae 00:50:23 Step 19/21 : LABEL arch=arm64 00:50:23 ---> Running in 786761dd761a 00:50:23 ---> 74ed17c12f46 00:50:23 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:50:24 Removing intermediate container 786761dd761a 00:50:24 ---> 0edfe898ac07 00:50:24 Step 20/21 : LABEL git_sha=94bf66af5c51d2256acbe2a21da3f9be30260cb0 00:50:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:24 ---> Running in 42859c477d94 00:50:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:25 ---> c076628781c9 00:50:25 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:50:25 Removing intermediate container 42859c477d94 00:50:25 ---> d17e86224bbb 00:50:25 Step 21/21 : LABEL version=0.0.0 00:50:25 (1/33) Installing libbz2 (1.0.8-r1) 00:50:25 (2/33) Installing expat (2.2.9-r1) 00:50:25 (3/33) Installing libffi (3.3-r2) 00:50:25 (4/33) Installing gdbm (1.13-r1) 00:50:25 (5/33) Installing xz-libs (5.2.5-r0) 00:50:25 (6/33) Installing sqlite-libs (3.32.1-r0) 00:50:25 ---> Running in 6dd0be599c32 00:50:25 (7/33) Installing python3 (3.8.5-r0) 00:50:26 Removing intermediate container 6dd0be599c32 00:50:26 ---> 0478e515c52c 00:50:26 00:50:26 ---> d2a941b1f8df 00:50:26 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 00:50:26 Successfully built 0478e515c52c 00:50:26 Successfully tagged docker-core-metadata-go-arm64:latest 00:50:27  Building docker-core-metadata-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 00:50:27 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:50:27 (10/33) Installing py3-parsing (2.4.7-r0) 00:50:27 (11/33) Installing py3-six (1.15.0-r0) 00:50:27 (12/33) Installing py3-packaging (20.4-r0) 00:50:27 (13/33) Installing py3-setuptools (47.0.0-r0) 00:50:27 (14/33) Installing py3-chardet (3.0.4-r4) 00:50:27 (15/33) Installing py3-idna (2.9-r0) 00:50:27 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:50:27 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:50:27 (18/33) Installing py3-requests (2.23.0-r0) 00:50:27 (19/33) Installing py3-msgpack (1.0.0-r0) 00:50:27 (20/33) Installing py3-lockfile (0.12.2-r3) 00:50:27 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:50:27 (22/33) Installing py3-colorama (0.4.3-r0) 00:50:27 (23/33) Installing py3-distlib (0.3.0-r0) 00:50:27 (24/33) Installing py3-distro (1.5.0-r1) 00:50:27 (25/33) Installing py3-webencodings (0.5.1-r3) 00:50:27 (26/33) Installing py3-html5lib (1.0.1-r4) 00:50:27 (27/33) Installing py3-pytoml (0.1.21-r0) 00:50:27 (28/33) Installing py3-pep517 (0.8.2-r0) 00:50:27 (29/33) Installing py3-progress (1.5-r0) 00:50:27 (30/33) Installing py3-toml (0.10.1-r0) 00:50:27 (31/33) Installing py3-retrying (1.3.3-r0) 00:50:27 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:50:27 (33/33) Installing py3-pip (20.1.1-r0) 00:50:28 Executing busybox-1.31.1-r16.trigger 00:50:28 OK: 71 MiB in 55 packages 00:50:28 ---> 3da9e0db3a59 00:50:28 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:50:29 ---> 381e5907025c 00:50:29 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:50:29 ---> Running in d47bfbad82a9 00:50:32 Removing intermediate container d47bfbad82a9 00:50:32 ---> 52ebbabe92ad 00:50:32 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 00:50:32 ---> Running in ce7d66858060 00:50:33 Removing intermediate container ce7d66858060 00:50:33 ---> 748e64cd0470 00:50:33 Step 24/26 : LABEL arch=arm64 00:50:33 ---> Running in 992693fd206e 00:50:33 Removing intermediate container 992693fd206e 00:50:33 ---> ee132e4a4698 00:50:33 Step 25/26 : LABEL git_sha=94bf66af5c51d2256acbe2a21da3f9be30260cb0 00:50:33 ---> Running in e6a902ee924e 00:50:34 Removing intermediate container aba491d9156b 00:50:34 ---> 9f908f1310f6 00:50:34 Step 21/26 : RUN pip install docker-compose==1.23.2 00:50:34 ---> Running in 32a2ddc20dc9 00:50:34 Removing intermediate container e6a902ee924e 00:50:34 ---> afd06ad9c576 00:50:34 Step 26/26 : LABEL version=0.0.0 00:50:34 ---> Running in cc7d833ef2b3 00:50:35 Removing intermediate container cc7d833ef2b3 00:50:35 ---> bd57e82ff44f 00:50:35 00:50:35 Successfully built bd57e82ff44f 00:50:35 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:50:39  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 00:50:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:50:40 Collecting websocket-client<1.0,>=0.32.0 00:50:40 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:50:41 Collecting PyYAML<4,>=3.10 00:50:41 Downloading PyYAML-3.13.tar.gz (270 kB) 00:50:44 Collecting texttable<0.10,>=0.9.0 00:50:44 Downloading texttable-0.9.1.tar.gz (11 kB) 00:50:46 Collecting docker<4.0,>=3.6.0 00:50:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:50:46 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:47 Collecting jsonschema<3,>=2.5.1 00:50:47 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:50:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:50:48 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:50:49 Collecting docopt<0.7,>=0.6.1 00:50:49 Downloading docopt-0.6.2.tar.gz (25 kB) 00:50:51 Collecting cached-property<2,>=1.2.0 00:50:51 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 00:50:51 Collecting dockerpty<0.5,>=0.4.1 00:50:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:50:53 Collecting docker-pycreds>=0.4.0 00:50:53 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:50:54 Collecting idna<2.8,>=2.5 00:50:54 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:50:54 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:54 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:54 Collecting urllib3<1.25,>=1.21.1 00:50:54 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:50:54 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:50:54 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:50:54 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:50:54 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:50:55 Installing collected packages: websocket-client, PyYAML, texttable, idna, urllib3, requests, docker-pycreds, docker, jsonschema, docopt, cached-property, dockerpty, docker-compose 00:50:55 Running setup.py install for PyYAML: started 00:50:58 Running setup.py install for PyYAML: finished with status 'done' 00:50:58 Running setup.py install for texttable: started 00:51:00 Running setup.py install for texttable: finished with status 'done' 00:51:00 Attempting uninstall: idna 00:51:00 Found existing installation: idna 2.9 00:51:00 Uninstalling idna-2.9: 00:51:00 Successfully uninstalled idna-2.9 00:51:00 Attempting uninstall: urllib3 00:51:00 Found existing installation: urllib3 1.25.9 00:51:00 Uninstalling urllib3-1.25.9: 00:51:01 Successfully uninstalled urllib3-1.25.9 00:51:01 Attempting uninstall: requests 00:51:01 Found existing installation: requests 2.23.0 00:51:01 Uninstalling requests-2.23.0: 00:51:01 Successfully uninstalled requests-2.23.0 00:51:03 Running setup.py install for docopt: started 00:51:04 Running setup.py install for docopt: finished with status 'done' 00:51:04 Running setup.py install for dockerpty: started 00:51:06 Running setup.py install for dockerpty: finished with status 'done' 00:51:07 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:51:10 Removing intermediate container 32a2ddc20dc9 00:51:10 ---> 18a8af53960c 00:51:10 Step 22/26 : RUN apk --no-cache add curl 00:51:11 ---> Running in 7d84feb92ccf 00:51:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:13 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:51:13 (2/3) Installing libcurl (7.69.1-r0) 00:51:13 (3/3) Installing curl (7.69.1-r0) 00:51:13 Executing busybox-1.31.1-r16.trigger 00:51:13 OK: 71 MiB in 58 packages 00:51:14 Removing intermediate container 7d84feb92ccf 00:51:14 ---> ff3a58e6207f 00:51:14 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 00:51:14 ---> Running in a14814d2975d 00:51:15 Removing intermediate container a14814d2975d 00:51:15 ---> e13661a11f03 00:51:15 Step 24/26 : LABEL arch=arm64 00:51:15 ---> Running in 56882fa08d94 00:51:16 Removing intermediate container 56882fa08d94 00:51:16 ---> f91d50521fe5 00:51:16 Step 25/26 : LABEL git_sha=94bf66af5c51d2256acbe2a21da3f9be30260cb0 00:51:16 ---> Running in 88eedb87b51a 00:51:16 Removing intermediate container 88eedb87b51a 00:51:16 ---> 0b599bbcbf4d 00:51:16 Step 26/26 : LABEL version=0.0.0 00:51:16 ---> Running in 78f345d23f74 00:51:17 Removing intermediate container 78f345d23f74 00:51:17 ---> a41e2bcc60c5 00:51:17 00:51:17 Successfully built a41e2bcc60c5 00:51:17 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:51:18  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:51:18 $ docker stop --time=1 9a5a3e42ef2e8edfb824a310552ba88048c49849bccb932d133a03e7430075e0 00:51:20 $ docker rm -f 9a5a3e42ef2e8edfb824a310552ba88048c49849bccb932d133a03e7430075e0 [Pipeline] // withDockerContainer [Pipeline] sh 00:51:20 + grep docker 00:51:20 + docker images 00:51:21 docker-sys-mgmt-agent-go-arm64 latest a41e2bcc60c5 4 seconds ago 266MB 00:51:21 docker-security-secretstore-setup-go-arm64 latest bd57e82ff44f 45 seconds ago 32.6MB 00:51:21 docker-core-metadata-go-arm64 latest 0478e515c52c 55 seconds ago 13.8MB 00:51:21 docker-support-logging-go-arm64 latest 420709d4b5ce About a minute ago 11.4MB 00:51:21 docker-support-notifications-go-arm64 latest b419e3bd77ac 2 minutes ago 13.9MB 00:51:21 docker-core-data-go-arm64 latest 86d0f0b4f417 4 minutes ago 22.6MB 00:51:21 docker-security-secrets-setup-go-arm64 latest 9a5af92fe06c 4 minutes ago 24.2MB 00:51:21 docker-core-command-go-arm64 latest fca87148de3f 4 minutes ago 12.4MB 00:51:21 docker-support-scheduler-go-arm64 latest 4066e70ea589 4 minutes ago 12.6MB 00:51:21 docker-security-proxy-setup-go-arm64 latest 064f9f1d19aa 5 minutes ago 15.8MB 00:51:21 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:51:22 provisioning config files... 00:51:22 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/32@tmp/config3257358607922800172tmp [Pipeline] { [Pipeline] sh 00:51:23 + curl -s https://codecov.io/bash 00:51:23 + bash -s - -t @/w/workspace/edgex-go/32@tmp/config3257358607922800172tmp [Pipeline] } 00:51:23 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:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:25 ---> package-listing.sh 00:51:25 ++ facter osfamily 00:51:25 ++ tr '[:upper:]' '[:lower:]' 00:51:25 + OS_FAMILY=redhat 00:51:25 + workspace=/w/workspace/edgex-go/32 00:51:25 + START_PACKAGES=/tmp/packages_start.txt 00:51:25 + END_PACKAGES=/tmp/packages_end.txt 00:51:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:25 + PACKAGES=/tmp/packages_start.txt 00:51:25 + '[' /w/workspace/edgex-go/32 ']' 00:51:25 + PACKAGES=/tmp/packages_end.txt 00:51:25 + case "${OS_FAMILY}" in 00:51:25 + rpm -qa 00:51:25 + sort 00:51:29 + '[' -f /tmp/packages_start.txt ']' 00:51:29 + '[' -f /tmp/packages_end.txt ']' 00:51:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:51:29 + '[' /w/workspace/edgex-go/32 ']' 00:51:29 + mkdir -p /w/workspace/edgex-go/32/archives/ 00:51:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/32/archives/ [Pipeline] isUnix [Pipeline] sh 00:51:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:30 00:51:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:51:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:30 alpine: Pulling from edgex-lftools-log-publisher 00:51:30 c9b1b535fdd9: Pulling fs layer 00:51:30 2cc5ad85d9ab: Pulling fs layer 00:51:30 756a868c4378: Pulling fs layer 00:51:30 444b2fc9a129: Pulling fs layer 00:51:30 ea15f1150254: Pulling fs layer 00:51:30 41b27a9f41bf: Pulling fs layer 00:51:30 28c525ee5125: Pulling fs layer 00:51:30 094b1ea09ed8: Pulling fs layer 00:51:30 138eaada9080: Pulling fs layer 00:51:30 0622d0fa9048: Pulling fs layer 00:51:30 41b27a9f41bf: Waiting 00:51:30 28c525ee5125: Waiting 00:51:30 094b1ea09ed8: Waiting 00:51:30 138eaada9080: Waiting 00:51:30 0622d0fa9048: Waiting 00:51:30 444b2fc9a129: Waiting 00:51:30 ea15f1150254: Waiting 00:51:30 2cc5ad85d9ab: Verifying Checksum 00:51:30 2cc5ad85d9ab: Download complete 00:51:30 444b2fc9a129: Verifying Checksum 00:51:30 444b2fc9a129: Download complete 00:51:30 c9b1b535fdd9: Verifying Checksum 00:51:30 c9b1b535fdd9: Download complete 00:51:30 ea15f1150254: Verifying Checksum 00:51:30 ea15f1150254: Download complete 00:51:30 28c525ee5125: Verifying Checksum 00:51:30 28c525ee5125: Download complete 00:51:31 756a868c4378: Verifying Checksum 00:51:31 756a868c4378: Download complete 00:51:31 094b1ea09ed8: Verifying Checksum 00:51:31 094b1ea09ed8: Download complete 00:51:31 138eaada9080: Verifying Checksum 00:51:31 138eaada9080: Download complete 00:51:31 0622d0fa9048: Verifying Checksum 00:51:31 0622d0fa9048: Download complete 00:51:31 c9b1b535fdd9: Pull complete 00:51:31 41b27a9f41bf: Verifying Checksum 00:51:31 41b27a9f41bf: Download complete 00:51:31 2cc5ad85d9ab: Pull complete 00:51:34 756a868c4378: Pull complete 00:51:34 444b2fc9a129: Pull complete 00:51:34 ea15f1150254: Pull complete 00:51:39 41b27a9f41bf: Pull complete 00:51:39 28c525ee5125: Pull complete 00:51:40 094b1ea09ed8: Pull complete 00:51:42 138eaada9080: Pull complete 00:51:43 0622d0fa9048: Pull complete 00:51:43 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 00:51:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:51:43 prd-centos7-docker-4c-2g-329 does not seem to be running inside a container 00:51:43 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:51:48 $ docker top 5023da8fa7f661669bcdfc28af21fb3b6d641666efc3a493535870d0386b04a6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:51:49 provisioning config files... 00:51:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/32@tmp/config6510565208244312979tmp [Pipeline] { [Pipeline] echo 00:51:49 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:51:49 ---> create-netrc.sh [Pipeline] echo 00:51:49 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:51:50 ---> logs-deploy.sh 00:51:50 + ARCHIVE_ARTIFACTS= 00:51:50 + LOGS_SERVER=https://logs.edgexfoundry.org 00:51:50 + '[' https://logs.edgexfoundry.org == None ']' 00:51:50 + NEXUS_URL=https://nexus.edgexfoundry.org 00:51:50 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/32 00:51:50 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/32/ 00:51:50 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/32 /w/workspace/edgex-go/32 00:51:51 Archives upload complete. 00:51:51 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/32 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/32/