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+04784571c64111dd2069565982d29e4bcbbafa66 (8b52fb9afe260917c78ed41c000e5e13e4a999e9) 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 raml_verify, buildScript:make build, publishSwaggerDocs:true] ========================================================= [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 raml_verify 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: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-724’ is offline Running on prd-centos7-docker-4c-2g-969 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/24 [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/24 # 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 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 Merge succeeded, producing 08d6e880b65106141ebdefa456357ef590e3b5a0 Checking out Revision 08d6e880b65106141ebdefa456357ef590e3b5a0 (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 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 08d6e880b65106141ebdefa456357ef590e3b5a0 # timeout=10 Commit message: "Merge commit '04784571c64111dd2069565982d29e4bcbbafa66' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:31:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:31:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:31:46 ========================================================= 04:31:46 EdgeX Global Pipelines Version Info 04:31:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 81c082e430debda7cc183784e13e915cab83d37c # timeout=10 04:31:47 ------------------- 04:31:47 stable info: 04:31:47 ------------------- 04:31:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:31:47 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:31:47 Message: update stable to v1.0.106 04:31:48 ------------------- 04:31:48 experimental info: 04:31:48 ------------------- 04:31:48 Commited By: **** collab-it+edgex@linuxfoundation.org 04:31:48 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:31:48 Message: update experimental to v1.0.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:31:50 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 04:31:50 + for file in '`ls cmd/**/Dockerfile`' 04:31:50 ++ dirname cmd/core-command/Dockerfile 04:31:50 ++ cut -d/ -f2 04:31:50 + echo core-command,cmd/core-command/Dockerfile 04:31:50 + for file in '`ls cmd/**/Dockerfile`' 04:31:50 ++ dirname cmd/core-data/Dockerfile 04:31:50 ++ cut -d/ -f2 04:31:50 + echo core-data,cmd/core-data/Dockerfile 04:31:50 + for file in '`ls cmd/**/Dockerfile`' 04:31:50 ++ dirname cmd/core-metadata/Dockerfile 04:31:50 ++ cut -d/ -f2 04:31:50 + echo core-metadata,cmd/core-metadata/Dockerfile 04:31:50 + for file in '`ls cmd/**/Dockerfile`' 04:31:50 ++ dirname cmd/security-proxy-setup/Dockerfile 04:31:50 ++ cut -d/ -f2 04:31:50 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:31:50 + for file in '`ls cmd/**/Dockerfile`' 04:31:50 ++ dirname cmd/security-secrets-setup/Dockerfile 04:31:50 ++ cut -d/ -f2 04:31:50 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:31:50 + for file in '`ls cmd/**/Dockerfile`' 04:31:50 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:31:50 ++ cut -d/ -f2 04:31:50 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:31:50 + for file in '`ls cmd/**/Dockerfile`' 04:31:50 ++ dirname cmd/support-logging/Dockerfile 04:31:50 ++ cut -d/ -f2 04:31:50 + echo support-logging,cmd/support-logging/Dockerfile 04:31:50 + for file in '`ls cmd/**/Dockerfile`' 04:31:50 ++ dirname cmd/support-notifications/Dockerfile 04:31:50 ++ cut -d/ -f2 04:31:50 + echo support-notifications,cmd/support-notifications/Dockerfile 04:31:50 + for file in '`ls cmd/**/Dockerfile`' 04:31:50 ++ dirname cmd/support-scheduler/Dockerfile 04:31:50 ++ cut -d/ -f2 04:31:50 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:31:50 + for file in '`ls cmd/**/Dockerfile`' 04:31:50 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:31:50 ++ cut -d/ -f2 04:31:50 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:31:50 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 04:31:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:51 04:31:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:31:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:51 latest: Pulling from edgex-devops/git-semver 04:31:51 31603596830f: Pulling fs layer 04:31:51 2a8b12db71e7: Pulling fs layer 04:31:51 6ca5941a6612: Pulling fs layer 04:31:51 ecc8261a40a4: Pulling fs layer 04:31:51 ecc8261a40a4: Waiting 04:31:51 2a8b12db71e7: Verifying Checksum 04:31:51 2a8b12db71e7: Download complete 04:31:51 31603596830f: Download complete 04:31:51 ecc8261a40a4: Verifying Checksum 04:31:51 ecc8261a40a4: Download complete 04:31:51 6ca5941a6612: Verifying Checksum 04:31:51 6ca5941a6612: Download complete 04:31:52 31603596830f: Pull complete 04:31:52 2a8b12db71e7: Pull complete 04:31:52 6ca5941a6612: Pull complete 04:31:52 ecc8261a40a4: Pull complete 04:31:52 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:31:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:31:53 prd-centos7-docker-4c-2g-969 does not seem to be running inside a container 04:31:53 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:31:55 $ docker top cce489d7d94c8f0cbacc3fc7ca56d7a7778ae6653f36674cd86748a4f37830ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:31:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:56 [ssh-agent] Looking for ssh-agent implementation... 04:31:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:56 $ docker exec cce489d7d94c8f0cbacc3fc7ca56d7a7778ae6653f36674cd86748a4f37830ec ssh-agent 04:31:56 SSH_AUTH_SOCK=/tmp/ssh-4lNpWoyXaKXR/agent.12 04:31:56 SSH_AGENT_PID=17 04:31:56 Running ssh-add (command line suppressed) 04:31:56 Identity added: /w/workspace/edgex-go/24@tmp/private_key_8936125887452019595.key (/w/workspace/edgex-go/24@tmp/private_key_8936125887452019595.key) 04:31:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:57 + git describe --exact-match --tags HEAD 04:31:57 fatal: No names found, cannot describe anything. [Pipeline] } 04:31:57 $ docker exec --env ******** --env ******** cce489d7d94c8f0cbacc3fc7ca56d7a7778ae6653f36674cd86748a4f37830ec ssh-agent -k 04:31:57 unset SSH_AUTH_SOCK; 04:31:57 unset SSH_AGENT_PID; 04:31:57 echo Agent pid 17 killed; 04:31:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:31:57 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:31:57 This usually means this commit has not been tagged. [Pipeline] sshagent 04:31:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:57 [ssh-agent] Looking for ssh-agent implementation... 04:31:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:57 $ docker exec cce489d7d94c8f0cbacc3fc7ca56d7a7778ae6653f36674cd86748a4f37830ec ssh-agent 04:31:57 SSH_AUTH_SOCK=/tmp/ssh-mgcaVMvOiwpy/agent.45 04:31:57 SSH_AGENT_PID=50 04:31:57 Running ssh-add (command line suppressed) 04:31:57 Identity added: /w/workspace/edgex-go/24@tmp/private_key_8582166806039372868.key (/w/workspace/edgex-go/24@tmp/private_key_8582166806039372868.key) 04:31:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:58 + git semver init 04:31:58 # -> Open(): unable to determine branch for HEAD 04:31:58 # $GIT_DIR = /w/workspace/edgex-go/24/.git 04:31:58 # $GIT_WORK_TREE = /w/workspace/edgex-go/24 04:31:58 # $SEMVER_REMOTE_NAME = origin 04:31:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:31:58 # $SEMVER_USER_NAME = edgex-jenkins 04:31:58 # $SEMVER_BRANCH = PR-2574 04:31:58 # $SEMVER_TEMP = /tmp/semver-172579173 04:31:58 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:32:24 # '/tmp/semver-172579173' -> '/w/workspace/edgex-go/24/.semver' 04:32:24 # -> Force: false 04:32:24 # $SEMVER_DIR = /w/workspace/edgex-go/24/.semver [Pipeline] } 04:32:24 $ docker exec --env ******** --env ******** cce489d7d94c8f0cbacc3fc7ca56d7a7778ae6653f36674cd86748a4f37830ec ssh-agent -k 04:32:25 unset SSH_AUTH_SOCK; 04:32:25 unset SSH_AGENT_PID; 04:32:25 echo Agent pid 50 killed; 04:32:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:32:25 + git semver [Pipeline] } 04:32:25 $ docker stop --time=1 cce489d7d94c8f0cbacc3fc7ca56d7a7778ae6653f36674cd86748a4f37830ec 04:32:27 $ docker rm -f cce489d7d94c8f0cbacc3fc7ca56d7a7778ae6653f36674cd86748a4f37830ec [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:32:41 Stashed 25 file(s) [Pipeline] echo 04:32:41 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 04:32:41 ========================================================= 04:32:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:32:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:32:42 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 04:32:45 Sending build context to Docker daemon 323.3MB 04:32:45 Step 1/7 : ARG BASE=golang:1.13-alpine 04:32:45 Step 2/7 : FROM ${BASE} 04:32:45 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:32:45 df20fa9351a1: Pulling fs layer 04:32:45 ed8968b2872e: Pulling fs layer 04:32:45 a92cc7c5fd73: Pulling fs layer 04:32:45 2dd03ba5bac4: Pulling fs layer 04:32:45 1e091d79d1de: Pulling fs layer 04:32:45 481702a1767f: Pulling fs layer 04:32:45 f64a6f60c768: Pulling fs layer 04:32:45 e78d2573fc39: Pulling fs layer 04:32:45 e876d2f968b6: Pulling fs layer 04:32:45 ce8a83651883: Pulling fs layer 04:32:45 07967f4d0e4b: Pulling fs layer 04:32:45 2dd03ba5bac4: Waiting 04:32:45 1e091d79d1de: Waiting 04:32:45 481702a1767f: Waiting 04:32:45 f64a6f60c768: Waiting 04:32:45 e78d2573fc39: Waiting 04:32:45 e876d2f968b6: Waiting 04:32:45 ce8a83651883: Waiting 04:32:45 07967f4d0e4b: Waiting 04:32:45 a92cc7c5fd73: Verifying Checksum 04:32:45 a92cc7c5fd73: Download complete 04:32:45 ed8968b2872e: Verifying Checksum 04:32:45 ed8968b2872e: Download complete 04:32:45 1e091d79d1de: Verifying Checksum 04:32:45 1e091d79d1de: Download complete 04:32:45 481702a1767f: Download complete 04:32:45 df20fa9351a1: Verifying Checksum 04:32:45 df20fa9351a1: Download complete 04:32:45 df20fa9351a1: Pull complete 04:32:46 ed8968b2872e: Pull complete 04:32:46 a92cc7c5fd73: Pull complete 04:32:46 f64a6f60c768: Verifying Checksum 04:32:46 f64a6f60c768: Download complete 04:32:46 e876d2f968b6: Verifying Checksum 04:32:46 e876d2f968b6: Download complete 04:32:47 e78d2573fc39: Verifying Checksum 04:32:47 e78d2573fc39: Download complete 04:32:47 2dd03ba5bac4: Verifying Checksum 04:32:47 2dd03ba5bac4: Download complete 04:32:47 07967f4d0e4b: Verifying Checksum 04:32:47 07967f4d0e4b: Download complete 04:32:47 ce8a83651883: Verifying Checksum 04:32:47 ce8a83651883: Download complete 04:32:54 2dd03ba5bac4: Pull complete 04:32:54 1e091d79d1de: Pull complete 04:32:54 481702a1767f: Pull complete 04:32:56 Still waiting to schedule task 04:32:56 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-970’ 04:33:00 f64a6f60c768: Pull complete 04:33:04 e78d2573fc39: Pull complete 04:33:04 e876d2f968b6: Pull complete 04:33:04 ce8a83651883: Pull complete 04:33:05 07967f4d0e4b: Pull complete 04:33:05 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:33:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:33:05 ---> 5d7c900382c6 04:33:05 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:33:07 ---> Running in e37f47dbdb4c 04:33:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:13 (1/12) Installing libmagic (5.38-r0) 04:33:14 (2/12) Installing file (5.38-r0) 04:33:14 (3/12) Installing libc-dev (0.7.2-r3) 04:33:15 (4/12) Installing g++ (9.3.0-r2) 04:33:47 (5/12) Installing fortify-headers (1.1-r0) 04:33:47 (6/12) Installing patch (2.7.6-r6) 04:33:47 (7/12) Installing build-base (0.5-r2) 04:33:47 (8/12) Installing libsodium (1.0.18-r0) 04:33:47 (9/12) Installing pkgconf (1.7.2-r0) 04:33:47 (10/12) Installing libsodium-dev (1.0.18-r0) 04:33:47 (11/12) Installing libzmq (4.3.2-r0) 04:33:47 (12/12) Installing zeromq-dev (4.3.2-r0) 04:33:47 Executing busybox-1.31.1-r16.trigger 04:33:47 OK: 233 MiB in 51 packages 04:33:48 Removing intermediate container e37f47dbdb4c 04:33:48 ---> 07cd4ccb1672 04:33:48 Step 4/7 : WORKDIR /edgex-go 04:33:48 ---> Running in f2c0fb640634 04:33:48 Removing intermediate container f2c0fb640634 04:33:48 ---> b432d09bdcf2 04:33:48 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:33:48 latest: Pulling from library/docker 04:33:48 df20fa9351a1: Already exists 04:33:48 25ad7478873d: Pulling fs layer 04:33:48 4684f6177b5d: Pulling fs layer 04:33:48 46e300cec669: Pulling fs layer 04:33:48 63038576ad94: Pulling fs layer 04:33:48 0fdb76c4706c: Pulling fs layer 04:33:48 cb7edeffdfd5: Pulling fs layer 04:33:48 63038576ad94: Waiting 04:33:48 0fdb76c4706c: Waiting 04:33:48 cb7edeffdfd5: Waiting 04:33:49 4684f6177b5d: Verifying Checksum 04:33:49 4684f6177b5d: Download complete 04:33:49 25ad7478873d: Verifying Checksum 04:33:49 25ad7478873d: Download complete 04:33:49 63038576ad94: Verifying Checksum 04:33:49 63038576ad94: Download complete 04:33:49 0fdb76c4706c: Verifying Checksum 04:33:49 0fdb76c4706c: Download complete 04:33:49 cb7edeffdfd5: Verifying Checksum 04:33:49 cb7edeffdfd5: Download complete 04:33:49 25ad7478873d: Pull complete 04:33:49 4684f6177b5d: Pull complete 04:33:49 46e300cec669: Verifying Checksum 04:33:49 46e300cec669: Download complete 04:33:52 46e300cec669: Pull complete 04:33:52 63038576ad94: Pull complete 04:33:52 0fdb76c4706c: Pull complete 04:33:52 cb7edeffdfd5: Pull complete 04:33:52 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:33:52 Status: Downloaded newer image for docker:latest 04:33:54 ---> 58e8b6424618 04:33:54 Step 6/7 : COPY go.mod . 04:33:54 ---> a4c235cffd85 04:33:54 Step 7/7 : RUN go mod download 04:33:54 ---> Running in 6df240f79dbb 04:33:56 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:33:56 go: finding github.com/BurntSushi/toml v0.3.1 04:33:56 go: finding github.com/OneOfOne/xxhash v1.2.5 04:33:56 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:33:56 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:33:57 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:33:57 go: finding github.com/bgentry/speakeasy v0.1.0 04:33:57 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:33:57 go: finding github.com/cloudflare/gokey v0.1.0 04:33:57 go: finding github.com/davecgh/go-spew v1.1.1 04:33:57 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:33:57 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:33:57 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:33:57 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:33:57 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:33:57 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:33:57 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:33:57 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:33:57 go: finding github.com/fatih/color v1.7.0 04:33:57 go: finding github.com/fsnotify/fsnotify v1.4.7 04:33:57 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:33:57 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:33:57 go: finding github.com/go-kit/kit v0.8.0 04:33:57 go: finding github.com/go-logfmt/logfmt v0.4.0 04:33:57 go: finding github.com/go-redis/redis/v7 v7.2.0 04:33:57 go: finding github.com/go-stack/stack v1.8.0 04:33:57 go: finding github.com/golang/protobuf v1.3.2 04:33:57 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:33:57 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:33:57 go: finding github.com/google/uuid v1.1.0 04:33:57 go: finding github.com/gorilla/mux v1.7.1 04:33:57 go: finding github.com/hashicorp/consul/api v1.1.0 04:33:57 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:33:57 go: finding github.com/hashicorp/errwrap v1.0.0 04:33:57 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:33:57 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:33:57 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:33:57 go: finding github.com/hashicorp/go-multierror v1.0.0 04:33:57 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:33:57 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:33:57 go: finding github.com/hashicorp/go-syslog v1.0.0 04:33:57 go: finding github.com/hashicorp/go-uuid v1.0.1 04:33:57 go: finding github.com/hashicorp/go.net v0.0.1 04:33:57 go: finding github.com/hashicorp/golang-lru v0.5.0 04:33:57 go: finding github.com/hashicorp/logutils v1.0.0 04:33:57 go: finding github.com/hashicorp/mdns v1.0.0 04:33:57 go: finding github.com/hashicorp/memberlist v0.1.3 04:33:57 go: finding github.com/hashicorp/serf v0.8.2 04:33:57 go: finding github.com/hpcloud/tail v1.0.0 04:33:57 go: finding github.com/imdario/mergo v0.3.6 04:33:57 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:33:57 go: finding github.com/kr/pretty v0.1.0 04:33:57 go: finding github.com/kr/pty v1.1.1 04:33:57 go: finding github.com/kr/text v0.1.0 04:33:58 go: finding github.com/mattn/go-colorable v0.0.9 04:33:58 go: finding github.com/mattn/go-isatty v0.0.3 04:33:58 go: finding github.com/miekg/dns v1.0.14 04:33:58 go: finding github.com/mitchellh/cli v1.0.0 04:33:58 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:33:58 go: finding github.com/mitchellh/copystructure v1.0.0 04:33:58 go: finding github.com/mitchellh/go-homedir v1.0.0 04:33:58 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:33:58 go: finding github.com/mitchellh/gox v0.4.0 04:33:58 go: finding github.com/mitchellh/iochan v1.0.0 04:33:58 go: finding github.com/mitchellh/mapstructure v1.1.2 04:33:58 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:33:58 go: finding github.com/onsi/ginkgo v1.10.1 04:33:58 go: finding github.com/onsi/gomega v1.7.0 04:33:58 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:33:58 go: finding github.com/pebbe/zmq4 v1.0.0 04:33:58 go: finding github.com/pelletier/go-toml v1.2.0 04:33:58 go: finding github.com/pkg/errors v0.8.1 04:33:58 go: finding github.com/pmezard/go-difflib v1.0.0 04:33:58 go: finding github.com/posener/complete v1.1.1 04:33:58 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:33:58 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:33:58 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:33:58 go: finding github.com/stretchr/objx v0.1.0 04:33:58 go: finding github.com/stretchr/testify v1.5.1 04:33:58 go: finding github.com/ugorji/go v1.1.4 04:33:58 go: finding github.com/x448/float16 v0.8.4 04:33:58 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:33:58 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:33:58 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:33:58 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:33:58 go: finding golang.org/x/text v0.3.2 04:33:58 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:33:58 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:33:58 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:33:58 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:33:59 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:33:59 go: finding gopkg.in/yaml.v2 v2.2.8 04:34:14 Removing intermediate container 6df240f79dbb 04:34:14 ---> fa7cdddccef5 04:34:14 Successfully built fa7cdddccef5 04:34:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:34:14 + docker inspect -f . ci-base-image-x86_64 04:34:14 . [Pipeline] withDockerContainer 04:34:14 prd-centos7-docker-4c-2g-969 does not seem to be running inside a container 04:34:14 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:34:15 $ docker top 56abf705639d04bff4831ea500070d4d37b86ef59d2f7b29fe7a20f3079bb170 -eo pid,comm [Pipeline] { [Pipeline] sh 04:34:16 + go version 04:34:16 go version go1.13.13 linux/amd64 [Pipeline] echo 04:34:16 ========================================================= 04:34:16 [edgeXBuildGoParallel] Running Tests and Build... 04:34:16 ========================================================= [Pipeline] sh 04:34:16 + make test raml_verify 04:34:16 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:34:18 ? github.com/edgexfoundry/edgex-go [no test files] 04:34:31 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:34:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:34:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:34:35 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:34:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:34:35 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.005s 04:34:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:34:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:34:35 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:34:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:34:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:34:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:34:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:34:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:34:43 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.032s coverage: 46.6% of statements 04:34:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:34:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:34:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:34:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:34:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:34:45 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.045s coverage: 27.4% of statements 04:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:34:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.007s coverage: 100.0% of statements 04:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:34:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.011s coverage: 100.0% of statements 04:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:34:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.138s coverage: 29.3% of statements 04:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:34:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.020s coverage: 100.0% of statements 04:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:34:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.006s coverage: 100.0% of statements 04:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:34:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.018s coverage: 89.8% of statements 04:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:34:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.020s coverage: 97.5% of statements 04:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:34:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.022s coverage: 100.0% of statements 04:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:34:47 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:34:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.006s coverage: 58.8% of statements 04:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.039s coverage: 63.5% of statements 04:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.006s coverage: 100.0% of statements 04:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.007s coverage: 92.3% of statements 04:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.019s coverage: 100.0% of statements 04:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.008s coverage: 73.7% of statements 04:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.004s coverage: 100.0% of statements 04:34:50 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.118s coverage: 55.9% of statements 04:34:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:34:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:34:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:34:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:34:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.076s coverage: 86.3% of statements 04:34:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:34:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.309s coverage: 72.2% of statements 04:34:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.179s coverage: 72.1% of statements 04:34:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.022s coverage: 82.4% of statements 04:34:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.010s coverage: 48.4% of statements 04:34:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:34:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:34:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:34:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.034s coverage: 28.8% of statements 04:34:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:34:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.036s coverage: 96.8% of statements 04:34:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:34:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.076s coverage: 33.7% of statements 04:34:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:34:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:34:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.088s coverage: 84.1% of statements 04:34:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements 04:34:59 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.014s coverage: 43.1% of statements 04:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:34:59 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.039s coverage: 100.0% of statements 04:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:34:59 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.014s coverage: 83.8% of statements 04:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:34:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.033s coverage: 46.1% of statements 04:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:34:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.030s coverage: 100.0% of statements 04:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:34:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.017s coverage: 100.0% of statements 04:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:34:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.016s coverage: 100.0% of statements 04:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:35:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.085s coverage: 29.1% of statements 04:35:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:35:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:35:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:35:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:35:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:35:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.019s coverage: 99.0% of statements 04:35:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:35:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.025s coverage: 100.0% of statements 04:35:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:35:01 ok github.com/edgexfoundry/edgex-go/internal/system 0.004s coverage: 0.0% of statements 04:35:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:35:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements 04:35:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:35:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:35:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:35:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:35:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.013s coverage: 87.9% of statements 04:35:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:35:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:35:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.006s coverage: 100.0% of statements 04:35:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements 04:35:02 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 04:35:03 GO111MODULE=on go vet ./... 04:35:10 gofmt -l . 04:35:11 [ "`gofmt -l .`" = "" ] 04:35:11 ./bin/test-go-mod-tidy.sh 04:35:12 ./bin/test-attribution-txt.sh 04:35:14 docker run --rm --privileged \ 04:35:14 -v /w/workspace/edgex-go/24:/raml-verification -w /raml-verification \ 04:35:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ 04:35:14 /scripts/raml-verify.sh 04:35:14 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally 04:35:14 x86_64: Pulling from edgex-devops/edgex-docs-builder 04:35:14 cbdbe7a5bc2a: Pulling fs layer 04:35:14 bd07af9ed1a4: Pulling fs layer 04:35:14 3556ccf180b2: Pulling fs layer 04:35:14 089d4748da74: Pulling fs layer 04:35:14 c6eb57c77bc5: Pulling fs layer 04:35:14 0364d5097239: Pulling fs layer 04:35:14 089d4748da74: Waiting 04:35:14 c6eb57c77bc5: Waiting 04:35:14 0364d5097239: Waiting 04:35:14 cbdbe7a5bc2a: Verifying Checksum 04:35:14 cbdbe7a5bc2a: Download complete 04:35:14 3556ccf180b2: Verifying Checksum 04:35:14 3556ccf180b2: Download complete 04:35:14 089d4748da74: Verifying Checksum 04:35:14 089d4748da74: Download complete 04:35:14 0364d5097239: Verifying Checksum 04:35:14 0364d5097239: Download complete 04:35:14 c6eb57c77bc5: Verifying Checksum 04:35:14 c6eb57c77bc5: Download complete 04:35:14 bd07af9ed1a4: Verifying Checksum 04:35:14 bd07af9ed1a4: Download complete 04:35:14 cbdbe7a5bc2a: Pull complete 04:35:17 bd07af9ed1a4: Pull complete 04:35:17 3556ccf180b2: Pull complete 04:35:17 089d4748da74: Pull complete 04:35:19 c6eb57c77bc5: Pull complete 04:35:20 0364d5097239: Pull complete 04:35:20 Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 04:35:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 04:35:25 Verifying ./api/raml/core-command.raml... 04:35:25 OK 04:35:25 Verifying ./api/raml/core-data.raml... 04:35:26 OK 04:35:26 Verifying ./api/raml/core-metadata.raml... 04:35:28 OK 04:35:28 Verifying ./api/raml/support-logging.raml... 04:35:29 OK 04:35:29 Verifying ./api/raml/support-notifications.raml... 04:35:30 OK 04:35:30 Verifying ./api/raml/support-scheduler.raml... 04:35:31 OK 04:35:31 Verifying ./api/raml/system-agent.raml... 04:35:32 OK [Pipeline] sh 04:35:33 + ls -al . 04:35:33 total 564 04:35:33 drwxrwxr-x 10 1001 1001 4096 Jul 25 04:35 . 04:35:33 drwxr-xr-x 4 root root 30 Jul 25 04:34 .. 04:35:33 -rw-rw-r-- 1 1001 1001 11 Jul 25 04:31 .dockerignore 04:35:33 drwxrwxr-x 8 1001 1001 179 Jul 25 04:31 .git 04:35:33 drwxrwxr-x 3 1001 1001 60 Jul 25 04:31 .github 04:35:33 -rw-rw-r-- 1 1001 1001 924 Jul 25 04:31 .gitignore 04:35:33 drwx------ 3 1001 1001 47 Jul 25 04:32 .semver 04:35:33 -rw-rw-r-- 1 1001 1001 178 Jul 25 04:31 .sonarcloud.properties 04:35:33 -rw-rw-r-- 1 1001 1001 3804 Jul 25 04:31 CONTRIBUTING.md 04:35:33 -rw-rw-r-- 1 1001 1001 1035 Jul 25 04:31 Dockerfile.build 04:35:33 -rw-rw-r-- 1 1001 1001 824 Jul 25 04:31 Jenkinsfile 04:35:33 -rw-rw-r-- 1 1001 1001 10775 Jul 25 04:31 LICENSE 04:35:33 -rw-rw-r-- 1 1001 1001 6417 Jul 25 04:31 Makefile 04:35:33 -rw-rw-r-- 1 1001 1001 5652 Jul 25 04:31 README.md 04:35:33 -rw-rw-r-- 1 1001 1001 7111 Jul 25 04:31 SECURITY.md 04:35:33 -rw-rw-r-- 1 1001 1001 5 Jul 25 04:32 VERSION 04:35:33 -rw-rw-r-- 1 1001 1001 4131 Jul 25 04:31 ZMQWindows.md 04:35:33 drwxrwxr-x 4 1001 1001 33 Jul 25 04:31 api 04:35:33 drwxrwxr-x 2 1001 1001 117 Jul 25 04:31 bin 04:35:33 drwxrwxr-x 15 1001 1001 4096 Jul 25 04:31 cmd 04:35:33 -rw-r--r-- 1 root root 465277 Jul 25 04:35 coverage.out 04:35:33 -rw-r--r-- 1 root root 1075 Jul 25 04:35 go.mod 04:35:33 -rw-r--r-- 1 root root 18146 Jul 25 04:35 go.sum 04:35:33 drwxrwxr-x 8 1001 1001 127 Jul 25 04:31 internal 04:35:33 drwxrwxr-x 4 1001 1001 71 Jul 25 04:31 snap 04:35:33 -rw-rw-r-- 1 1001 1001 168 Jul 25 04:31 version.go [Pipeline] sh 04:35:33 + '[' -e coverage.out ] 04:35:33 + chown 1001:1001 coverage.out [Pipeline] stash 04:35:33 Stashed 1 file(s) [Pipeline] sh 04:35:33 + make build 04:35:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:35:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-978 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws 04:35:40 Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout 04:35:40 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:35:45 using credential edgex-jenkins-ssh 04:35:45 Cloning the remote Git repository 04:35:45 Cloning with configured refspecs honoured and without tags 04:35:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:35:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:35:45 > git init /w/workspace/edgex-go/24 # timeout=10 04:35:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:35:45 > git --version # timeout=10 04:35:45 using GIT_SSH to set credentials SSH Credentials for GitHub 04:35:45 > 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 04:35:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:35:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:35:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:35:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:35:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:35:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:35:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:35:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:36:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:36:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:36:02 $ docker stop --time=1 56abf705639d04bff4831ea500070d4d37b86ef59d2f7b29fe7a20f3079bb170 04:36:04 $ docker rm -f 56abf705639d04bff4831ea500070d4d37b86ef59d2f7b29fe7a20f3079bb170 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:36:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:36:06 04:36:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:36:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:36:06 latest: Pulling from edgex-devops/edgex-compose 04:36:06 cbdbe7a5bc2a: Already exists 04:36:06 ca9280d653b3: Pulling fs layer 04:36:06 7e9c9ca2126c: Pulling fs layer 04:36:06 ca9280d653b3: Verifying Checksum 04:36:06 ca9280d653b3: Download complete 04:36:07 7e9c9ca2126c: Download complete 04:36:08 ca9280d653b3: Pull complete 04:36:08 Fetching without tags 04:36:08 Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 04:36:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:36:08 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # timeout=10 04:36:08 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:36:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:36:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:36:08 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:08 > 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 04:36:08 > git config core.sparsecheckout # timeout=10 04:36:08 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # timeout=10 04:36:09 Merge succeeded, producing 6a171b1e2677306b35d41da946be9c56aa8d523e 04:36:09 Checking out Revision 6a171b1e2677306b35d41da946be9c56aa8d523e (PR-2574) 04:36:09 > git remote # timeout=10 04:36:09 > git config --get remote.origin.url # timeout=10 04:36:09 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:09 > git merge 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 04:36:09 > git rev-parse HEAD^{commit} # timeout=10 04:36:09 > git config core.sparsecheckout # timeout=10 04:36:09 > git checkout -f 6a171b1e2677306b35d41da946be9c56aa8d523e # timeout=10 04:36:13 Commit message: "Merge commit '04784571c64111dd2069565982d29e4bcbbafa66' into HEAD" 04:36:13 First time build. Skipping changelog. 04:36:13 > git rev-list --no-walk 81c082e430debda7cc183784e13e915cab83d37c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:36:16 7e9c9ca2126c: Pull complete 04:36:16 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:36:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:36:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:36:16 prd-centos7-docker-4c-2g-969 does not seem to be running inside a container 04:36:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:36:19 $ docker top 09459dd19477fe356e03a1943e7358d6123ca8a6c8b8de53014d48f5aa3196bf -eo pid,comm [Pipeline] { [Pipeline] sh 04:36:20 + docker-compose build --help 04:36:20 + grep parallel 04:36:21 --parallel Build images in parallel. [Pipeline] } 04:36:21 $ docker stop --time=1 09459dd19477fe356e03a1943e7358d6123ca8a6c8b8de53014d48f5aa3196bf 04:36:22 $ docker rm -f 09459dd19477fe356e03a1943e7358d6123ca8a6c8b8de53014d48f5aa3196bf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:36:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:36:23 . [Pipeline] withDockerContainer 04:36:23 prd-centos7-docker-4c-2g-969 does not seem to be running inside a container 04:36:23 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:36:24 $ docker top 87e568a663b05166cf95c7d111355b910fa71163eb996608a195a28b44603f60 -eo pid,comm [Pipeline] { [Pipeline] sh 04:36:24 + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] echo 04:36:25 ========================================================= 04:36:25 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:36:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:36:26 Building docker-core-command-go ... 04:36:26 Building docker-core-data-go ... 04:36:26 Building docker-core-metadata-go ... 04:36:26 Building docker-security-proxy-setup-go ... 04:36:26 Building docker-security-secrets-setup-go ... 04:36:26 Building docker-security-secretstore-setup-go ... 04:36:26 Building docker-support-logging-go ... 04:36:26 Building docker-support-notifications-go ... 04:36:26 Building docker-support-scheduler-go ... 04:36:26 Building docker-sys-mgmt-agent-go ... 04:36:26 Building docker-security-secretstore-setup-go 04:36:26 Building docker-security-proxy-setup-go 04:36:26 Building docker-core-metadata-go 04:36:26 Building docker-sys-mgmt-agent-go 04:36:26 Building docker-support-scheduler-go 04:36:26 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 04:36:30 Sending build context to Docker daemon 323.3MB 04:36:30 Step 1/7 : ARG BASE=golang:1.13-alpine 04:36:30 Step 2/7 : FROM ${BASE} 04:36:30 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:36:30 b538f80385f9: Pulling fs layer 04:36:30 74f711af9a0d: Pulling fs layer 04:36:30 99f96fe45779: Pulling fs layer 04:36:30 fd7a069fd194: Pulling fs layer 04:36:30 66aa3694b03b: Pulling fs layer 04:36:30 170f70906a0f: Pulling fs layer 04:36:30 ad7c5574e4b9: Pulling fs layer 04:36:30 e772456be8f7: Pulling fs layer 04:36:30 c890913d741a: Pulling fs layer 04:36:30 2480fcc9aa5a: Pulling fs layer 04:36:30 09adf4765672: Pulling fs layer 04:36:30 fd7a069fd194: Waiting 04:36:30 66aa3694b03b: Waiting 04:36:30 170f70906a0f: Waiting 04:36:30 ad7c5574e4b9: Waiting 04:36:30 e772456be8f7: Waiting 04:36:30 c890913d741a: Waiting 04:36:30 2480fcc9aa5a: Waiting 04:36:30 09adf4765672: Waiting 04:36:30 99f96fe45779: Verifying Checksum 04:36:30 99f96fe45779: Download complete 04:36:30 74f711af9a0d: Verifying Checksum 04:36:30 74f711af9a0d: Download complete 04:36:30 66aa3694b03b: Verifying Checksum 04:36:30 66aa3694b03b: Download complete 04:36:31 170f70906a0f: Verifying Checksum 04:36:31 170f70906a0f: Download complete 04:36:31 b538f80385f9: Download complete 04:36:31 b538f80385f9: Pull complete 04:36:32 74f711af9a0d: Pull complete 04:36:32 99f96fe45779: Pull complete 04:36:33 ad7c5574e4b9: Verifying Checksum 04:36:33 ad7c5574e4b9: Download complete 04:36:33 c890913d741a: Verifying Checksum 04:36:33 c890913d741a: Download complete 04:36:34 2480fcc9aa5a: Verifying Checksum 04:36:34 2480fcc9aa5a: Download complete 04:36:35 09adf4765672: Verifying Checksum 04:36:35 09adf4765672: Download complete 04:36:35 e772456be8f7: Verifying Checksum 04:36:35 e772456be8f7: Download complete 04:36:36 fd7a069fd194: Verifying Checksum 04:36:36 fd7a069fd194: Download complete 04:36:49 fd7a069fd194: Pull complete 04:36:49 66aa3694b03b: Pull complete 04:36:49 170f70906a0f: Pull complete 04:36:52 ad7c5574e4b9: Pull complete 04:36:56 e772456be8f7: Pull complete 04:36:57 c890913d741a: Pull complete 04:36:58 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:58 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:36:58 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine ---> fa7cdddccef5 04:36:58 04:36:58 Step 3/20 : WORKDIR /edgex-go 04:36:58 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:36:58 ---> fa7cdddccef5 04:36:58 Step 3/20 : WORKDIR /edgex-go 04:36:58 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:36:58 ---> fa7cdddccef5 04:36:58 Step 3/26 : WORKDIR /edgex-go 04:36:58 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:36:58 ---> fa7cdddccef5 04:36:58 Step 3/21 : WORKDIR /edgex-go 04:36:58 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:36:58 ---> fa7cdddccef5 04:36:58 Step 3/26 : WORKDIR /edgex-go 04:36:59 ---> Running in 66bbfd52c46e 04:36:59 ---> Running in b5fb3f4c57fa 04:36:59 ---> Running in 31f8f67413bd 04:36:59 ---> Running in aebefcdf8c63 04:36:59 ---> Running in 17be80892d3d 04:36:59 2480fcc9aa5a: Pull complete 04:37:00 09adf4765672: Pull complete 04:37:00 Removing intermediate container 31f8f67413bd 04:37:00 ---> af4ab0116f87 04:37:00 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:00 Removing intermediate container b5fb3f4c57fa 04:37:00 ---> fbbf80b61fa1 04:37:00 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:00 Removing intermediate container 66bbfd52c46e 04:37:00 ---> c3736ea7abfe 04:37:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:00 Removing intermediate container 17be80892d3d 04:37:00 ---> 05d6e6af8e0a 04:37:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:00 Removing intermediate container aebefcdf8c63 04:37:00 ---> c6e47cc9ec4e 04:37:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:00 ---> Running in d1d143158e97 04:37:00 ---> Running in 24d4606a22a8 04:37:00 ---> Running in 5b9b25453c83 04:37:00 ---> Running in 2e587441ffa0 04:37:00 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:37:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:37:00 ---> 2248a725d1cf 04:37:00 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:37:00 ---> Running in e0548d6f8854 04:37:02 Removing intermediate container 24d4606a22a8 04:37:02 ---> 648d461855ee 04:37:02 Step 5/26 : RUN apk update && apk add make bash git 04:37:02 Removing intermediate container 5b9b25453c83 04:37:02 ---> 8dbfa15dc59f 04:37:02 Step 5/21 : RUN apk update && apk add make git 04:37:02 ---> Running in bee3f95c3c6f 04:37:02 Removing intermediate container d1d143158e97 04:37:02 ---> 5e26b7cec1d9 04:37:02 Step 5/20 : RUN apk update && apk add make git 04:37:02 ---> Running in 9c4de448401b 04:37:02 Removing intermediate container 2e587441ffa0 04:37:02 ---> 0211d1b4844c 04:37:02 Step 5/20 : RUN apk update && apk add make git 04:37:02 ---> Running in a9c91dec2dcf 04:37:03 Removing intermediate container e0548d6f8854 04:37:03 ---> 16a1086febe1 04:37:03 Step 5/26 : RUN apk update && apk add make git 04:37:03 ---> Running in 1adf8e4636c2 04:37:03 ---> Running in c79a3e0045a2 04:37:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:05 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:37:05 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:37:05 OK: 12749 distinct packages available 04:37:06 OK: 233 MiB in 51 packages 04:37:06 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:37:06 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:37:06 OK: 12749 distinct packages available 04:37:06 ---> Running in 65433f8935d5 04:37:07 OK: 233 MiB in 51 packages 04:37:07 Removing intermediate container bee3f95c3c6f 04:37:07 ---> 48d30b17862e 04:37:07 Step 6/26 : COPY go.mod . 04:37:07 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:37:07 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:37:07 OK: 12749 distinct packages available 04:37:07 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:37:07 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:37:07 OK: 12749 distinct packages available 04:37:07 ---> 8db67db48f31 04:37:07 Step 7/26 : RUN go mod download 04:37:07 OK: 233 MiB in 51 packages 04:37:07 ---> Running in 95fdb8f23e9e 04:37:07 OK: 233 MiB in 51 packages 04:37:07 Removing intermediate container c79a3e0045a2 04:37:07 ---> e32cea219131 04:37:07 Step 6/26 : COPY go.mod . 04:37:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:37:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:08 ---> bc3e4656bc01 04:37:08 Step 7/26 : RUN go mod download 04:37:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:37:08 ---> Running in dbd228532140 04:37:08 Removing intermediate container 1adf8e4636c2 04:37:08 ---> 9aac443df650 04:37:08 Step 6/20 : COPY go.mod . 04:37:09 Removing intermediate container 9c4de448401b 04:37:09 ---> 1ef789f3a9ba 04:37:09 Step 6/21 : COPY go.mod . 04:37:09 ---> 455290290054 04:37:09 Step 7/20 : RUN go mod download 04:37:09 ---> 0ab621b72f67 04:37:09 Step 7/21 : RUN go mod download 04:37:09 ---> Running in 874e61d2828a 04:37:09 ---> Running in 18e910e93831 04:37:09 (1/12) Installing libmagic (5.38-r0) 04:37:09 Removing intermediate container 95fdb8f23e9e 04:37:09 ---> c464ea5586f0 04:37:09 Step 8/26 : COPY . . 04:37:10 (2/12) Installing file (5.38-r0) 04:37:10 (3/12) Installing libc-dev (0.7.2-r3) 04:37:10 (4/12) Installing g++ (9.3.0-r2) 04:37:10 Removing intermediate container dbd228532140 04:37:10 ---> 193e057d0131 04:37:10 Step 8/26 : COPY . . 04:37:11 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:37:11 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:37:11 OK: 12749 distinct packages available 04:37:12 OK: 233 MiB in 51 packages 04:37:17 Removing intermediate container 874e61d2828a 04:37:17 ---> 54de2785066f 04:37:17 Step 8/20 : COPY . . 04:37:18 Removing intermediate container 18e910e93831 04:37:18 ---> 3a599d30523d 04:37:18 Step 8/21 : COPY . . 04:37:22 Removing intermediate container a9c91dec2dcf 04:37:22 ---> c404cae3ea67 04:37:22 Step 6/20 : COPY go.mod . 04:37:28 ---> cb55c56822bf 04:37:28 Step 7/20 : RUN go mod download 04:37:32 ---> Running in 5f9b9bebb271 04:37:32 (5/12) Installing fortify-headers (1.1-r0) 04:37:32 (6/12) Installing patch (2.7.6-r6) 04:37:32 (7/12) Installing build-base (0.5-r2) 04:37:32 (8/12) Installing libsodium (1.0.18-r0) 04:37:32 (9/12) Installing pkgconf (1.7.2-r0) 04:37:32 (10/12) Installing libsodium-dev (1.0.18-r0) 04:37:32 (11/12) Installing libzmq (4.3.2-r0) 04:37:32 (12/12) Installing zeromq-dev (4.3.2-r0) 04:37:32 Executing busybox-1.31.1-r16.trigger 04:37:32 OK: 217 MiB in 51 packages 04:37:34 Removing intermediate container 65433f8935d5 04:37:34 ---> bf17c48ac319 04:37:34 Step 4/7 : WORKDIR /edgex-go 04:37:34 ---> Running in 7e44362b804a 04:37:34 Removing intermediate container 7e44362b804a 04:37:34 ---> 3deb789e16f8 04:37:34 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:37:35 latest: Pulling from library/docker 04:37:35 b538f80385f9: Already exists 04:37:35 259a493cd78d: Pulling fs layer 04:37:35 b8e66b5100f5: Pulling fs layer 04:37:35 39dc9c94d07c: Pulling fs layer 04:37:35 551b823b3b82: Pulling fs layer 04:37:35 3c52a74df98c: Pulling fs layer 04:37:35 6c9b121b6998: Pulling fs layer 04:37:35 551b823b3b82: Waiting 04:37:35 3c52a74df98c: Waiting 04:37:35 6c9b121b6998: Waiting 04:37:35 b8e66b5100f5: Download complete 04:37:35 259a493cd78d: Verifying Checksum 04:37:35 551b823b3b82: Verifying Checksum 04:37:35 551b823b3b82: Download complete 04:37:35 3c52a74df98c: Verifying Checksum 04:37:35 3c52a74df98c: Download complete 04:37:35 6c9b121b6998: Verifying Checksum 04:37:35 6c9b121b6998: Download complete 04:37:36 259a493cd78d: Pull complete 04:37:36 b8e66b5100f5: Pull complete 04:37:36 39dc9c94d07c: Verifying Checksum 04:37:36 39dc9c94d07c: Download complete 04:37:39 39dc9c94d07c: Pull complete 04:37:39 551b823b3b82: Pull complete 04:37:40 ---> f4d2ed069df2 04:37:40 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:37:40 3c52a74df98c: Pull complete 04:37:40 6c9b121b6998: Pull complete 04:37:40 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:37:40 Status: Downloaded newer image for docker:latest 04:37:41 ---> 0accda658b27 04:37:41 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:37:41 ---> Running in 458f5c27b691 04:37:43 ---> Running in 711f533f52c7 04:37:43 ---> 84c0c011344c 04:37:43 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:37:44 ---> c007f4a34b7f 04:37:44 Step 6/7 : COPY go.mod . 04:37:44 Removing intermediate container 5f9b9bebb271 04:37:44 ---> 49aceb04f4f3 04:37:44 Step 8/20 : COPY . . 04:37:45 ---> Running in 98f05033afe3 04:37:45 ---> 85958b2d0bf2 04:37:45 Step 7/7 : RUN go mod download 04:37:45 ---> Running in cfda289c33c1 04:37:46 ---> 204291d9f2a3 04:37:46 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:37:47 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:37:47 go: finding github.com/BurntSushi/toml v0.3.1 04:37:47 go: finding github.com/OneOfOne/xxhash v1.2.5 04:37:47 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:37:48 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:37:48 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:37:48 go: finding github.com/bgentry/speakeasy v0.1.0 04:37:48 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:37:48 go: finding github.com/cloudflare/gokey v0.1.0 04:37:48 go: finding github.com/davecgh/go-spew v1.1.1 04:37:48 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:37:48 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:37:48 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:37:48 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:37:48 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:37:48 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:37:48 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:37:48 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:37:48 go: finding github.com/fatih/color v1.7.0 04:37:48 go: finding github.com/fsnotify/fsnotify v1.4.7 04:37:48 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:37:48 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:37:48 go: finding github.com/go-kit/kit v0.8.0 04:37:48 go: finding github.com/go-logfmt/logfmt v0.4.0 04:37:48 go: finding github.com/go-redis/redis/v7 v7.2.0 04:37:48 go: finding github.com/go-stack/stack v1.8.0 04:37:48 go: finding github.com/golang/protobuf v1.3.2 04:37:48 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:37:48 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:37:48 go: finding github.com/google/uuid v1.1.0 04:37:48 go: finding github.com/gorilla/mux v1.7.1 04:37:48 go: finding github.com/hashicorp/consul/api v1.1.0 04:37:48 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:37:48 go: finding github.com/hashicorp/errwrap v1.0.0 04:37:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:37:48 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:37:48 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:37:48 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:37:48 go: finding github.com/hashicorp/go-multierror v1.0.0 04:37:48 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:37:48 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:37:48 go: finding github.com/hashicorp/go-syslog v1.0.0 04:37:48 go: finding github.com/hashicorp/go-uuid v1.0.1 04:37:48 go: finding github.com/hashicorp/go.net v0.0.1 04:37:48 go: finding github.com/hashicorp/golang-lru v0.5.0 04:37:48 go: finding github.com/hashicorp/logutils v1.0.0 04:37:48 go: finding github.com/hashicorp/mdns v1.0.0 04:37:49 go: finding github.com/hashicorp/memberlist v0.1.3 04:37:49 go: finding github.com/hashicorp/serf v0.8.2 04:37:49 go: finding github.com/hpcloud/tail v1.0.0 04:37:49 go: finding github.com/imdario/mergo v0.3.6 04:37:49 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:37:49 go: finding github.com/kr/pretty v0.1.0 04:37:49 go: finding github.com/kr/pty v1.1.1 04:37:49 go: finding github.com/kr/text v0.1.0 04:37:49 go: finding github.com/mattn/go-colorable v0.0.9 04:37:49 go: finding github.com/mattn/go-isatty v0.0.3 04:37:49 go: finding github.com/miekg/dns v1.0.14 04:37:49 go: finding github.com/mitchellh/cli v1.0.0 04:37:49 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:37:49 go: finding github.com/mitchellh/copystructure v1.0.0 04:37:49 go: finding github.com/mitchellh/go-homedir v1.0.0 04:37:49 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:37:49 go: finding github.com/mitchellh/gox v0.4.0 04:37:49 go: finding github.com/mitchellh/iochan v1.0.0 04:37:49 go: finding github.com/mitchellh/mapstructure v1.1.2 04:37:49 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:37:49 go: finding github.com/onsi/ginkgo v1.10.1 04:37:49 go: finding github.com/onsi/gomega v1.7.0 04:37:49 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:37:49 go: finding github.com/pebbe/zmq4 v1.0.0 04:37:49 go: finding github.com/pelletier/go-toml v1.2.0 04:37:49 go: finding github.com/pkg/errors v0.8.1 04:37:49 go: finding github.com/pmezard/go-difflib v1.0.0 04:37:49 go: finding github.com/posener/complete v1.1.1 04:37:49 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:37:49 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:37:49 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:37:49 go: finding github.com/stretchr/objx v0.1.0 04:37:49 go: finding github.com/stretchr/testify v1.5.1 04:37:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:37:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:37:49 ---> Running in f3b1b7931f54 04:37:49 go: finding github.com/ugorji/go v1.1.4 04:37:49 go: finding github.com/x448/float16 v0.8.4 04:37:49 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:37:49 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:37:49 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:37:49 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:37:49 go: finding golang.org/x/text v0.3.2 04:37:49 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:37:49 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:37:49 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:37:49 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:37:50 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:37:50 go: finding gopkg.in/yaml.v2 v2.2.8 04:37:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:38:04 ---> 4fb24a3329cd 04:38:04 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:38:04 ---> Running in e5d6a96cda51 04:38:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:38:08 Removing intermediate container cfda289c33c1 04:38:08 ---> c11eabc0af55 04:38:08 Successfully built c11eabc0af55 04:38:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:38:09 + docker inspect -f . ci-base-image-arm64 04:38:09 . [Pipeline] withDockerContainer 04:38:09 prd-ubuntu18.04-docker-arm64-4c-16g-978 does not seem to be running inside a container 04:38:09 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:38:11 $ docker top 3a601bd613e1beab957eb26fadf0b1ceddaa175818ed6c49089394f757e28ce9 -eo pid,comm [Pipeline] { [Pipeline] sh 04:38:12 + go version 04:38:12 go version go1.13.13 linux/arm64 [Pipeline] echo 04:38:12 ========================================================= 04:38:12 [edgeXBuildGoParallel] Running Tests and Build... 04:38:12 ========================================================= [Pipeline] sh 04:38:12 + make test raml_verify 04:38:12 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:38:15 ? github.com/edgexfoundry/edgex-go [no test files] 04:38:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:38:27 Removing intermediate container 458f5c27b691 04:38:27 ---> a381f172ac0e 04:38:27 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:38:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:38:27 ---> Running in a0e7ef0429a1 04:38:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:38:34 Removing intermediate container 98f05033afe3 04:38:34 ---> fc89155c4848 04:38:34 04:38:34 Step 10/20 : FROM scratch 04:38:34 ---> 04:38:34 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:38:34 ---> Running in 291629159bbd 04:38:34 Removing intermediate container a0e7ef0429a1 04:38:34 ---> f5c2e3bfc033 04:38:34 04:38:34 Step 11/26 : FROM docker:latest 04:38:34 ---> 81f5749c9058 04:38:34 Step 12/26 : RUN apk add --no-cache bash 04:38:34 ---> Running in 67e7794f421a 04:38:34 Removing intermediate container 291629159bbd 04:38:34 ---> c0722145de17 04:38:34 Step 12/20 : ENV APP_PORT=48085 04:38:36 ---> Running in 253bffa180d4 04:38:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:39 (1/2) Installing readline (8.0.4-r0) 04:38:39 (2/2) Installing bash (5.0.17-r0) 04:38:40 Executing bash-5.0.17-r0.post-install 04:38:40 Executing busybox-1.31.1-r16.trigger 04:38:40 Removing intermediate container e5d6a96cda51 04:38:40 ---> 6e803b8cdd9b 04:38:40 04:38:40 Step 10/20 : FROM alpine 04:38:40 OK: 12 MiB in 22 packages 04:38:40 Removing intermediate container 711f533f52c7 04:38:40 ---> cceca83ada18 04:38:40 04:38:40 Step 10/26 : FROM alpine:3.10 04:38:40 Removing intermediate container 253bffa180d4 04:38:40 ---> 5167b392f841 04:38:40 Step 13/20 : EXPOSE $APP_PORT 04:38:40 Removing intermediate container f3b1b7931f54 04:38:40 ---> 4d7d5227575f 04:38:40 04:38:40 Step 10/21 : FROM scratch 04:38:40 ---> 04:38:40 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:38:40 ---> Running in 2c811ee54610 04:38:40 ---> Using cache 04:38:40 ---> c0722145de17 04:38:40 Step 12/21 : ENV APP_PORT=48081 04:38:40 ---> Running in 067d5e651bfe 04:38:40 3.10: Pulling from library/alpine 04:38:40 latest: Pulling from library/alpine 04:38:40 Removing intermediate container 2c811ee54610 04:38:40 ---> 7b26ef1d2d6d 04:38:40 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:38:40 Removing intermediate container 067d5e651bfe 04:38:40 ---> dffc4efd294a 04:38:40 Step 13/21 : EXPOSE $APP_PORT 04:38:40 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:38:40 ---> Running in 6ebce9471703 04:38:40 Status: Downloaded newer image for alpine:latest 04:38:40 ---> a24bb4013296 04:38:40 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:38:41 ---> Running in d88358a29acd 04:38:41 ---> 7950dca992eb 04:38:41 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:38:41 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:38:41 Removing intermediate container 67e7794f421a 04:38:41 ---> cca73c6d39f4 04:38:41 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:38:41 Removing intermediate container 6ebce9471703 04:38:41 ---> d39a77b2df00 04:38:41 Step 14/21 : WORKDIR / 04:38:41 Status: Downloaded newer image for alpine:3.10 04:38:41 ---> be4e4bea2c2e 04:38:41 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:38:41 ---> Running in bae77ad8867a 04:38:41 ---> Running in 7900f49a9952 04:38:41 ---> Running in f691ad19c98f 04:38:42 ---> 0868ee2ac744 04:38:42 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:38:42 Removing intermediate container bae77ad8867a 04:38:42 ---> 98ab916b9565 04:38:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:38:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:42 ---> 0efe9b4bf2ba 04:38:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:38:42 ---> f5305e9853c8 04:38:42 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:38:42 ---> Running in f9bfcbf5c73a 04:38:42 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:38:42 v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:38:42 OK: 12749 distinct packages available 04:38:43 Removing intermediate container f9bfcbf5c73a 04:38:43 ---> 771ab2f0afea 04:38:43 Step 18/20 : LABEL arch=x86_64 04:38:43 (1/4) Installing ca-certificates (20191127-r4) 04:38:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:38:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:38:43 (3/4) Installing libcurl (7.69.1-r0) 04:38:43 (4/4) Installing curl (7.69.1-r0) 04:38:43 Executing busybox-1.31.1-r16.trigger 04:38:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:38:43 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:38:43 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:38:43 OK: 10346 distinct packages available 04:38:43 (1/5) Installing ca-certificates (20191127-r2) 04:38:43 Executing ca-certificates-20191127-r4.trigger 04:38:43 OK: 7 MiB in 18 packages 04:38:43 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:38:43 (3/5) Installing libcurl (7.66.0-r0) 04:38:43 ---> Running in 98db66f77a08 04:38:43 (4/5) Installing curl (7.66.0-r0) 04:38:43 (5/5) Installing dumb-init (1.2.2-r1) 04:38:43 Executing busybox-1.30.1-r3.trigger 04:38:43 Executing ca-certificates-20191127-r2.trigger 04:38:44 OK: 7 MiB in 19 packages 04:38:44 ---> af432a962e8e 04:38:44 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:38:44 Removing intermediate container 98db66f77a08 04:38:44 ---> 3c12f8087a71 04:38:44 Step 19/20 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 04:38:45 ---> Running in 0bc22387efa7 04:38:45 Removing intermediate container 7900f49a9952 04:38:45 ---> f76c5e5dcd53 04:38:45 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:38:45 ---> 6909318af3dc 04:38:45 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:38:46 ---> Running in 4f8ccdc3a6c5 04:38:46 Removing intermediate container d88358a29acd 04:38:46 ---> ab26cf6c45fb 04:38:46 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:38:46 ---> Running in 65d9ae445752 04:38:46 Removing intermediate container 0bc22387efa7 04:38:46 ---> a04ef065e9db 04:38:46 Step 20/20 : LABEL version=0.0.0 04:38:46 Removing intermediate container f691ad19c98f 04:38:46 ---> 304c60d74738 04:38:46 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:38:46 ---> Running in a8f4b4428aa4 04:38:46 ---> Running in 363c0081eb78 04:38:46 ---> Running in ea514f3e9907 04:38:46 Removing intermediate container 4f8ccdc3a6c5 04:38:46 ---> 891473d12a7f 04:38:46 Step 15/26 : ENV APP_PORT=48090 04:38:46 Removing intermediate container 65d9ae445752 04:38:46 ---> bac69b0f1ee0 04:38:46 Step 19/21 : LABEL arch=x86_64 04:38:46 ---> Running in 521165d5e5db 04:38:46 ---> Running in 1b4fb94b7eca 04:38:46 Removing intermediate container a8f4b4428aa4 04:38:46 ---> 7ef497da28a5 04:38:46 Step 13/20 : WORKDIR /edgex 04:38:47 Removing intermediate container 363c0081eb78 04:38:47 ---> f79c2de81638 04:38:47 04:38:47 Removing intermediate container ea514f3e9907 04:38:47 ---> 959da37bb3f4 04:38:47 Step 13/26 : WORKDIR / 04:38:47 Successfully built f79c2de81638 04:38:47 ---> Running in c6b5dbcfca65 04:38:47 Successfully tagged docker-support-scheduler-go:latest 04:38:47 Building docker-security-secrets-setup-go 04:38:47  Building docker-support-scheduler-go ... done Removing intermediate container 521165d5e5db 04:38:47 ---> 5b55f6e84794 04:38:47 Step 16/26 : EXPOSE $APP_PORT 04:38:47 ---> Running in 3845cc58f5f5 04:38:47 Removing intermediate container 1b4fb94b7eca 04:38:47 ---> 8035751462ca 04:38:47 Step 20/21 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 04:38:47 ---> Running in a5eaf4a0a9fa 04:38:47 ---> Running in ed8dca80d648 04:38:47 Removing intermediate container c6b5dbcfca65 04:38:47 ---> ed13df0652cf 04:38:47 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:38:47 Removing intermediate container 3845cc58f5f5 04:38:47 ---> b4cdd48a5e5e 04:38:47 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:38:47 Removing intermediate container a5eaf4a0a9fa 04:38:47 ---> 61c87b1b4315 04:38:47 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:38:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:38:48 Removing intermediate container ed8dca80d648 04:38:48 ---> e199e8fb055a 04:38:48 Step 21/21 : LABEL version=0.0.0 04:38:48 ---> Running in 0045b473a3ef 04:38:48 ---> d86a61768071 04:38:48 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:38:48 ---> 0a2b1c3c138a 04:38:48 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:38:48 Removing intermediate container 0045b473a3ef 04:38:48 ---> 6071d489e60a 04:38:48 04:38:48 Successfully built 6071d489e60a 04:38:50 Successfully tagged docker-core-metadata-go:latest 04:38:50 Building docker-core-data-go 04:38:54  Building docker-core-metadata-go ... done  ---> 8ef17c4f1c42 04:38:54 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:38:54 ---> c1f722a18512 04:38:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:38:54 ---> 4e766d0dd350 04:38:54 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:38:57 ---> Running in 85d73b8fadad 04:39:00 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:39:00 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.038s 04:39:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:39:00 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:39:02 ---> 16bd11bf4bdb 04:39:02 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:39:02 ---> 1da543e255d4 04:39:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:39:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:39:02 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:39:02 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:39:02 ---> fa7cdddccef5 04:39:02 Step 3/29 : WORKDIR /edgex-go 04:39:02 ---> Using cache 04:39:02 ---> c6e47cc9ec4e 04:39:02 Step 4/29 : RUN apk update && apk add make git 04:39:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:39:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:39:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:39:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:39:03 Removing intermediate container 85d73b8fadad 04:39:03 ---> ef38dc845956 04:39:03 Step 17/20 : CMD ["--init=true"] 04:39:03 ---> Running in 55058c33095f 04:39:04 ---> Running in cf776c2165e7 04:39:04 ---> f868f2955aa7 04:39:04 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:39:04 ---> 7585c457f17d 04:39:04 Step 20/26 : RUN apk --no-cache add py-pip 04:39:06 ---> Running in 3f7dcb6026d4 04:39:06 Removing intermediate container cf776c2165e7 04:39:06 ---> 0b73d44b4bba 04:39:06 Step 18/20 : LABEL arch=x86_64 04:39:06 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:39:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:39:06 ---> fa7cdddccef5 04:39:06 Step 3/22 : WORKDIR /edgex-go 04:39:06 ---> Using cache 04:39:06 ---> c6e47cc9ec4e 04:39:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:39:06 ---> Using cache 04:39:06 ---> 16a1086febe1 04:39:06 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:39:07 ---> 4e7281f4f2ea 04:39:07 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:39:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:07 ---> Running in ed0f79124637 04:39:07 ---> Running in 1b782918d6b3 04:39:08 Removing intermediate container 1b782918d6b3 04:39:08 ---> 27a8d8cdfb1c 04:39:08 Step 19/20 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 04:39:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:09 ---> Running in 904efadcaa0b 04:39:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:09 ---> 0a5375760872 04:39:09 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:39:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:09 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:39:09 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:39:09 OK: 12749 distinct packages available 04:39:09 (1/33) Installing libbz2 (1.0.8-r1) 04:39:09 (2/33) Installing expat (2.2.9-r1) 04:39:09 (3/33) Installing libffi (3.3-r2) 04:39:09 (4/33) Installing gdbm (1.13-r1) 04:39:09 (5/33) Installing xz-libs (5.2.5-r0) 04:39:09 (6/33) Installing sqlite-libs (3.32.1-r0) 04:39:09 (7/33) Installing python3 (3.8.5-r0) 04:39:09 Removing intermediate container 904efadcaa0b 04:39:09 ---> 434f5ec5f08e 04:39:09 Step 20/20 : LABEL version=0.0.0 04:39:09 OK: 233 MiB in 51 packages 04:39:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:11 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:39:11 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:39:11 OK: 12749 distinct packages available 04:39:11 OK: 233 MiB in 51 packages 04:39:12 ---> Running in 9c0f1504155d 04:39:12 ---> e679db69bb13 04:39:12 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:39:13 (8/33) Installing py3-appdirs (1.4.4-r1) 04:39:13 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:39:13 (10/33) Installing py3-parsing (2.4.7-r0) 04:39:13 (11/33) Installing py3-six (1.15.0-r0) 04:39:13 (12/33) Installing py3-packaging (20.4-r0) 04:39:13 (13/33) Installing py3-setuptools (47.0.0-r0) 04:39:13 (14/33) Installing py3-chardet (3.0.4-r4) 04:39:13 (15/33) Installing py3-idna (2.9-r0) 04:39:13 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:39:13 Removing intermediate container 9c0f1504155d 04:39:13 ---> 1f402e3cdb46 04:39:13 04:39:13 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.237s coverage: 46.6% of statements 04:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:39:13 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:39:14 (18/33) Installing py3-requests (2.23.0-r0) 04:39:14 (19/33) Installing py3-msgpack (1.0.0-r0) 04:39:14 (20/33) Installing py3-lockfile (0.12.2-r3) 04:39:14 Removing intermediate container 55058c33095f 04:39:14 ---> 518677b13fc2 04:39:14 Step 5/29 : COPY go.mod . 04:39:14 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:39:14 (22/33) Installing py3-colorama (0.4.3-r0) 04:39:14 Successfully built 1f402e3cdb46 04:39:14 ---> 09f1ca719df7 04:39:14 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:39:14 (23/33) Installing py3-distlib (0.3.0-r0) 04:39:14 Successfully tagged docker-security-proxy-setup-go:latest 04:39:14  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 04:39:14 Removing intermediate container ed0f79124637 04:39:14 ---> d883a54008e3 04:39:14 Step 6/22 : COPY go.mod . 04:39:14 (24/33) Installing py3-distro (1.5.0-r1) 04:39:14 (25/33) Installing py3-webencodings (0.5.1-r3) 04:39:14 (26/33) Installing py3-html5lib (1.0.1-r4) 04:39:14 (27/33) Installing py3-pytoml (0.1.21-r0) 04:39:14 ---> Running in 8eae8bd156d5 04:39:14 (28/33) Installing py3-pep517 (0.8.2-r0) 04:39:14 (29/33) Installing py3-progress (1.5-r0) 04:39:14 (30/33) Installing py3-toml (0.10.1-r0) 04:39:15 ---> 623c2150399c 04:39:15 Step 6/29 : RUN go mod download 04:39:15 (31/33) Installing py3-retrying (1.3.3-r0) 04:39:15 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:39:16 (33/33) Installing py3-pip (20.1.1-r0) 04:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.135s coverage: 27.4% of statements 04:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.021s coverage: 100.0% of statements 04:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.052s coverage: 100.0% of statements 04:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:39:19 ---> 8a9f61c81fe9 04:39:19 Step 7/22 : RUN go mod download 04:39:20 Executing busybox-1.31.1-r16.trigger 04:39:20 OK: 71 MiB in 55 packages 04:39:20 ---> Running in faea666718f7 04:39:20 ---> Running in 209be45e9687 04:39:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.244s coverage: 29.3% of statements 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:39:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.066s coverage: 100.0% of statements 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:39:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:39:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.148s coverage: 89.8% of statements 04:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:39:23 Removing intermediate container 8eae8bd156d5 04:39:23 ---> e56295dcce2d 04:39:23 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:39:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.125s coverage: 97.5% of statements 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:39:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.049s coverage: 100.0% of statements 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:39:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:39:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements 04:39:25 ---> Running in 4acb308d2dc9 04:39:28 Removing intermediate container 4acb308d2dc9 04:39:28 ---> e4058ee44bb0 04:39:28 Step 24/26 : LABEL arch=x86_64 04:39:28 Removing intermediate container 209be45e9687 04:39:28 ---> 6419df4e1059 04:39:28 Step 8/22 : COPY . . 04:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.175s coverage: 63.5% of statements 04:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 04:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 92.3% of statements 04:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements 04:39:30 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:39:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:39:30 ---> fa7cdddccef5 04:39:30 Step 3/23 : WORKDIR /edgex-go 04:39:30 ---> Using cache 04:39:30 ---> c6e47cc9ec4e 04:39:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:39:30 ---> Using cache 04:39:30 ---> 16a1086febe1 04:39:30 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:39:31 Removing intermediate container faea666718f7 04:39:31 ---> 6a8c0106020f 04:39:31 Step 7/29 : COPY . . 04:39:31 ---> Running in 5f6f0689c1cb 04:39:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.088s coverage: 73.7% of statements 04:39:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 04:39:32 ---> Running in ee27bc148228 04:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.283s coverage: 55.9% of statements 04:39:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:39:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:39:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:39:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:39:39 Removing intermediate container 5f6f0689c1cb 04:39:39 ---> 0b565627cc7e 04:39:39 Step 25/26 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 04:39:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:40 ---> Running in c8ac48560fcf 04:39:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:43 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:39:43 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:39:43 OK: 12749 distinct packages available 04:39:43 OK: 233 MiB in 51 packages 04:39:44 Removing intermediate container c8ac48560fcf 04:39:44 ---> f74bab8d68c4 04:39:44 Step 26/26 : LABEL version=0.0.0 04:39:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.745s coverage: 86.3% of statements 04:39:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:39:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.046s coverage: 72.2% of statements 04:39:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.373s coverage: 72.1% of statements 04:39:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.128s coverage: 82.4% of statements 04:39:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.068s coverage: 48.4% of statements 04:39:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:39:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:39:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:39:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.044s coverage: 28.8% of statements 04:39:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:39:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.040s coverage: 96.8% of statements 04:39:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:39:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.131s coverage: 33.7% of statements 04:39:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:39:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:39:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.299s coverage: 84.1% of statements 04:39:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements 04:39:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.094s coverage: 43.1% of statements 04:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:39:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.027s coverage: 100.0% of statements 04:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:39:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.037s coverage: 83.8% of statements 04:39:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:39:51 ---> Running in 6efe6d3a5985 04:39:52 Removing intermediate container ee27bc148228 04:39:52 ---> 5c3192c98359 04:39:52 Step 6/23 : COPY go.mod . 04:39:53 Removing intermediate container 6efe6d3a5985 04:39:53 ---> 875aabff6f7a 04:39:53 04:39:53 Successfully built 875aabff6f7a 04:39:53 ---> 53f425ffb5dc 04:39:53 Step 7/23 : RUN go mod download 04:39:53 Successfully tagged docker-security-secretstore-setup-go:latest 04:39:53 Building docker-core-command-go 04:39:53  Building docker-security-secretstore-setup-go ... done  ---> 0682df9b6c62 04:39:53 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:39:53 ---> d5b033b30111 04:39:53 Step 9/22 : RUN make cmd/core-data/core-data 04:39:53 ---> Running in c020101124eb 04:39:53 ---> Running in 9b34854eddc5 04:39:53 ---> Running in 809b5ce33251 04:39:53 Removing intermediate container 3f7dcb6026d4 04:39:53 ---> d667ed833aa3 04:39:53 Step 21/26 : RUN pip install docker-compose==1.23.2 04:39:54 ---> Running in 4d79db897424 04:39:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.137s coverage: 46.1% of statements 04:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:39:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.032s coverage: 100.0% of statements 04:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:39:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.096s coverage: 100.0% of statements 04:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:39:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.086s coverage: 100.0% of statements 04:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:39:56 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:39:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:39:59 Removing intermediate container c020101124eb 04:39:59 ---> 7c3ebfb5d9f6 04:39:59 Step 8/23 : COPY . . 04:40:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.155s coverage: 29.1% of statements 04:40:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:40:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:40:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:40:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:40:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:40:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.056s coverage: 99.0% of statements 04:40:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:40:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.070s coverage: 100.0% of statements 04:40:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:40:00 ok github.com/edgexfoundry/edgex-go/internal/system 0.017s coverage: 0.0% of statements 04:40:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:40:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements 04:40:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:40:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:40:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:40:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:40:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.024s coverage: 87.9% of statements 04:40:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:40:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:40:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements 04:40:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 04:40:04 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements 04:40:05 GO111MODULE=on go vet ./... 04:40:07 Collecting docker-compose==1.23.2 04:40:07 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:40:08 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:40:08 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:40:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:40:08 Collecting dockerpty<0.5,>=0.4.1 04:40:08 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:40:12 Collecting PyYAML<4,>=3.10 04:40:12 Downloading PyYAML-3.13.tar.gz (270 kB) 04:40:14 Collecting docopt<0.7,>=0.6.1 04:40:14 Downloading docopt-0.6.2.tar.gz (25 kB) 04:40:15 Collecting docker<4.0,>=3.6.0 04:40:15 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:40:16 Collecting jsonschema<3,>=2.5.1 04:40:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:40:16 Collecting texttable<0.10,>=0.9.0 04:40:16 Downloading texttable-0.9.1.tar.gz (11 kB) 04:40:16 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:40:16 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:40:16 ---> fa7cdddccef5 04:40:16 Step 3/21 : WORKDIR /edgex-go 04:40:16 ---> Using cache 04:40:16 ---> c6e47cc9ec4e 04:40:16 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:40:16 ---> Using cache 04:40:16 ---> 16a1086febe1 04:40:16 Step 5/21 : RUN apk update && apk add make git 04:40:16 ---> Using cache 04:40:16 ---> e32cea219131 04:40:16 Step 6/21 : COPY go.mod . 04:40:16 ---> Using cache 04:40:16 ---> bc3e4656bc01 04:40:16 Step 7/21 : RUN go mod download 04:40:16 ---> Using cache 04:40:16 ---> 193e057d0131 04:40:16 Step 8/21 : COPY . . 04:40:16 ---> Using cache 04:40:16 ---> 0accda658b27 04:40:16 Step 9/21 : RUN make cmd/core-command/core-command 04:40:17 Collecting websocket-client<1.0,>=0.32.0 04:40:17 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:40:17 ---> Running in 6e71958534b9 04:40:17 Collecting cached-property<2,>=1.2.0 04:40:17 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:40:17 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:40:17 Collecting idna<2.8,>=2.5 04:40:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:40:18 Collecting urllib3<1.25,>=1.21.1 04:40:18 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:40:19 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:40:19 Collecting docker-pycreds>=0.4.0 04:40:19 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:40:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:40:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:40:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:40:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:40:19 Installing collected packages: idna, urllib3, requests, dockerpty, PyYAML, docopt, websocket-client, docker-pycreds, docker, jsonschema, texttable, cached-property, docker-compose 04:40:19 Attempting uninstall: idna 04:40:19 Found existing installation: idna 2.9 04:40:19 Uninstalling idna-2.9: 04:40:19 Successfully uninstalled idna-2.9 04:40:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:40:21 Attempting uninstall: urllib3 04:40:21 Found existing installation: urllib3 1.25.9 04:40:21 Uninstalling urllib3-1.25.9: 04:40:21 Successfully uninstalled urllib3-1.25.9 04:40:21 Attempting uninstall: requests 04:40:21 Found existing installation: requests 2.23.0 04:40:21 Uninstalling requests-2.23.0: 04:40:22 Successfully uninstalled requests-2.23.0 04:40:23 gofmt -l . 04:40:23 [ "`gofmt -l .`" = "" ] 04:40:24 Running setup.py install for dockerpty: started 04:40:25 Running setup.py install for dockerpty: finished with status 'done' 04:40:25 Running setup.py install for PyYAML: started 04:40:26 ./bin/test-go-mod-tidy.sh 04:40:26 ./bin/test-attribution-txt.sh 04:40:26 Removing intermediate container 9b34854eddc5 04:40:26 ---> 4acb36a2d7e1 04:40:26 04:40:26 Step 9/29 : FROM alpine:latest 04:40:26 ---> a24bb4013296 04:40:26 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:40:26 Running setup.py install for PyYAML: finished with status 'done' 04:40:26 Running setup.py install for docopt: started 04:40:27 Running setup.py install for docopt: finished with status 'done' 04:40:28 ---> f97722efb5ad 04:40:28 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:40:28 docker run --rm --privileged \ 04:40:28 -v /w/workspace/edgex-go/24:/raml-verification -w /raml-verification \ 04:40:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ 04:40:28 /scripts/raml-verify.sh 04:40:29 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally 04:40:29 aarch64: Pulling from edgex-devops/edgex-docs-builder 04:40:29 29e5d40040c1: Pulling fs layer 04:40:29 8c46fbeab2c7: Pulling fs layer 04:40:29 8ba552a4e5fe: Pulling fs layer 04:40:29 1fb62381901b: Pulling fs layer 04:40:29 147fb30a95d9: Pulling fs layer 04:40:29 3ccc99ad11dc: Pulling fs layer 04:40:29 147fb30a95d9: Waiting 04:40:29 3ccc99ad11dc: Waiting 04:40:29 1fb62381901b: Waiting 04:40:29 8ba552a4e5fe: Verifying Checksum 04:40:29 8ba552a4e5fe: Download complete 04:40:29 1fb62381901b: Download complete 04:40:29 29e5d40040c1: Download complete 04:40:29 3ccc99ad11dc: Verifying Checksum 04:40:29 3ccc99ad11dc: Download complete 04:40:29 147fb30a95d9: Verifying Checksum 04:40:29 147fb30a95d9: Download complete 04:40:30 29e5d40040c1: Pull complete 04:40:30 8c46fbeab2c7: Verifying Checksum 04:40:30 8c46fbeab2c7: Download complete 04:40:30 ---> Running in 2e38db290d89 04:40:30 ---> Running in 48295bddd5a6 04:40:30 Running setup.py install for texttable: started 04:40:30 Removing intermediate container 2e38db290d89 04:40:30 ---> aa4bff3cb80a 04:40:30 Step 11/29 : USER root 04:40:31 Running setup.py install for texttable: finished with status 'done' 04:40:31 ---> Running in 0a2da96e4942 04:40:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:40:32 Removing intermediate container 0a2da96e4942 04:40:32 ---> 4920a3e0397e 04:40:32 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:40:32 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:40:32 ---> Running in 6f1f1ec998ba 04:40:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:40:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:40:33 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:40:33 v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:40:33 OK: 12749 distinct packages available 04:40:34 (1/2) Installing ca-certificates (20191127-r4) 04:40:34 (2/2) Installing dumb-init (1.2.2-r1) 04:40:34 Executing busybox-1.31.1-r16.trigger 04:40:34 Executing ca-certificates-20191127-r4.trigger 04:40:34 OK: 6 MiB in 16 packages 04:40:35 8c46fbeab2c7: Pull complete 04:40:35 8ba552a4e5fe: Pull complete 04:40:35 1fb62381901b: Pull complete 04:40:36 Removing intermediate container 4d79db897424 04:40:36 ---> 66e47014e33a 04:40:36 Step 22/26 : RUN apk --no-cache add curl 04:40:37 ---> Running in 62192da3e40a 04:40:38 Removing intermediate container 6f1f1ec998ba 04:40:38 ---> 1c6d315ffd75 04:40:38 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:40:39 147fb30a95d9: Pull complete 04:40:39 3ccc99ad11dc: Pull complete 04:40:39 Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 04:40:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 04:40:40 Removing intermediate container 809b5ce33251 04:40:40 ---> f8e1b75cd378 04:40:40 04:40:40 Step 10/22 : FROM alpine 04:40:40 ---> a24bb4013296 04:40:40 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:40:41 ---> Running in 566425f4eb00 04:40:41 ---> Running in 10e7b650b94e 04:40:41 Removing intermediate container 566425f4eb00 04:40:41 ---> 826bd985c0a8 04:40:41 Step 14/29 : WORKDIR $BASE_DIR 04:40:41 ---> Running in e8de4d2aa56a 04:40:41 Removing intermediate container 10e7b650b94e 04:40:41 ---> b77ec9914c1d 04:40:41 Step 12/22 : ENV APP_PORT=48080 04:40:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:40:41 ---> Running in 36f15be97cb6 04:40:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:40:41 Removing intermediate container e8de4d2aa56a 04:40:41 ---> a5baf98acb4b 04:40:41 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:40:41 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:40:41 (2/3) Installing libcurl (7.69.1-r0) 04:40:41 (3/3) Installing curl (7.69.1-r0) 04:40:41 ---> Running in eaf84a61ebff 04:40:41 Executing busybox-1.31.1-r16.trigger 04:40:42 OK: 72 MiB in 58 packages 04:40:42 Removing intermediate container 36f15be97cb6 04:40:42 ---> a0ec17433f25 04:40:42 Step 13/22 : EXPOSE $APP_PORT 04:40:42 ---> Running in ee9ec21f75f1 04:40:42 Verifying ./api/raml/core-command.raml... 04:40:43 Removing intermediate container ee9ec21f75f1 04:40:43 ---> fc5cf52d5d03 04:40:43 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:40:43 ---> Running in 84ac0cf4ab07 04:40:43 Removing intermediate container 62192da3e40a 04:40:43 ---> 4bf54be5fea8 04:40:43 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:40:43 ---> Running in d99048546465 04:40:44 Removing intermediate container d99048546465 04:40:44 ---> 4ef5ca1e682e 04:40:44 Step 24/26 : LABEL arch=x86_64 04:40:44 Removing intermediate container eaf84a61ebff 04:40:44 ---> de0c6de9ab16 04:40:44 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:40:44 ---> Running in 4cf1665fa58f 04:40:45 OK 04:40:45 Verifying ./api/raml/core-metadata.raml... 04:40:45 Removing intermediate container 4cf1665fa58f 04:40:45 ---> 29fe423d506d 04:40:45 Step 25/26 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 04:40:47 ---> dfc7fd0473df 04:40:47 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:40:47 ---> Running in c0973006aab6 04:40:47 Removing intermediate container 84ac0cf4ab07 04:40:47 ---> a2d57a03e644 04:40:47 Step 15/22 : RUN apk --no-cache add zeromq 04:40:47 Removing intermediate container 6e71958534b9 04:40:47 ---> 8abfb645681f 04:40:47 04:40:47 Step 10/21 : FROM scratch 04:40:47 ---> 04:40:47 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:40:47 ---> Running in 135a3135ad98 04:40:48 ---> Using cache 04:40:48 ---> c0722145de17 04:40:48 Step 12/21 : ENV APP_PORT=48082 04:40:48 ---> 7791dd1b2d5f 04:40:48 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:40:48 ---> Running in 039248e38208 04:40:48 Removing intermediate container c0973006aab6 04:40:48 ---> 939cf2e23f57 04:40:48 Step 26/26 : LABEL version=0.0.0 04:40:48 ---> Running in 27aba745295a 04:40:48 Removing intermediate container 039248e38208 04:40:48 ---> 6beae60f7be8 04:40:48 Step 13/21 : EXPOSE $APP_PORT 04:40:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:40:48 ---> Running in 92e31bc94649 04:40:48 Removing intermediate container 27aba745295a 04:40:48 ---> 461e1e41eef2 04:40:48 04:40:48 ---> 280b00b3acbf 04:40:48 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:40:49 Successfully built 461e1e41eef2 04:40:49 Successfully tagged docker-sys-mgmt-agent-go:latest 04:40:49 Building docker-support-logging-go 04:40:49  Building docker-sys-mgmt-agent-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:40:49 Removing intermediate container 92e31bc94649 04:40:49 ---> aaa5b18c87fb 04:40:49 Step 14/21 : WORKDIR / 04:40:49 ---> Running in 2730ba8d014e 04:40:49 ---> a2d5242ac70a 04:40:49 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:40:49 (1/5) Installing libgcc (9.3.0-r2) 04:40:49 (2/5) Installing libsodium (1.0.18-r0) 04:40:50 (3/5) Installing libstdc++ (9.3.0-r2) 04:40:50 Removing intermediate container 2730ba8d014e 04:40:50 ---> 064303fe06de 04:40:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:40:50 (4/5) Installing libzmq (4.3.2-r0) 04:40:50 (5/5) Installing zeromq (4.3.2-r0) 04:40:51 Executing busybox-1.31.1-r16.trigger 04:40:51 OK: 8 MiB in 19 packages 04:40:51 OK 04:40:51 Verifying ./api/raml/support-logging.raml... 04:40:54 OK 04:40:54 Verifying ./api/raml/support-scheduler.raml... 04:40:54 Removing intermediate container 48295bddd5a6 04:40:54 ---> f244b1822359 04:40:54 04:40:54 Step 10/23 : FROM scratch 04:40:54 ---> 04:40:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:40:56 ---> 90bdfb79807d 04:40:56 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:40:56 ---> cd14dfc1ca8f 04:40:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:40:56 ---> Running in 1a6f782da0b6 04:40:56 ---> Running in e8940c2094f7 04:40:57 OK 04:40:57 Verifying ./api/raml/core-data.raml... 04:40:58 Removing intermediate container 1a6f782da0b6 04:40:58 ---> 6cc5262aa152 04:40:58 Step 12/23 : ENV APP_PORT=48060 04:40:58 Removing intermediate container 135a3135ad98 04:40:58 ---> 08f0abfe3321 04:40:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:40:59 ---> 2cfed52f260f 04:40:59 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:40:59 ---> Running in 409d81a7d5ad 04:41:00 ---> c1db1df44444 04:41:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:41:00 Removing intermediate container 409d81a7d5ad 04:41:00 ---> 97facbbd1857 04:41:00 Step 13/23 : EXPOSE $APP_PORT 04:41:00 ---> 994578a471d5 04:41:00 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:41:00 ---> Running in 4ec745fd1cbc 04:41:01 ---> Running in 786911fa0c83 04:41:02 OK 04:41:02 Verifying ./api/raml/support-notifications.raml... 04:41:02 Removing intermediate container 4ec745fd1cbc 04:41:02 ---> 4c8240f5592f 04:41:02 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:41:02 ---> b473eec0b70d 04:41:02 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:41:02 Removing intermediate container e8940c2094f7 04:41:02 ---> 1c40d50e5c57 04:41:02 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:41:03 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:41:03 ---> fa7cdddccef5 04:41:03 Step 3/21 : WORKDIR /edgex-go 04:41:03 ---> Using cache 04:41:03 ---> c6e47cc9ec4e 04:41:03 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:03 ---> Using cache 04:41:03 ---> 16a1086febe1 04:41:03 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:41:04 Removing intermediate container 786911fa0c83 04:41:04 ---> 5f1d3408df8a 04:41:04 Step 19/21 : LABEL arch=x86_64 04:41:04 ---> Running in b1cd0e843c18 04:41:04 ---> 611c15cd2d87 04:41:04 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:41:05 ---> Running in 52f3af82ea1c 04:41:05 ---> 28a094054ead 04:41:05 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:41:05 ---> 522adef890be 04:41:05 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:41:05 ---> Running in 05e760fbfee9 04:41:05 ---> Running in 461ce46cf591 04:41:05 OK 04:41:05 Verifying ./api/raml/system-agent.raml... 04:41:05 Removing intermediate container 52f3af82ea1c 04:41:05 ---> 608f5ec1f2d9 04:41:05 Step 20/21 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 04:41:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:41:06 ---> a2fc1230df8e 04:41:06 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:41:06 ---> Running in a53efdafe37e 04:41:06 Removing intermediate container 461ce46cf591 04:41:06 ---> b096cc08cf0a 04:41:06 Step 20/22 : LABEL arch=x86_64 04:41:06 ---> Running in 501d1ffcfb2c 04:41:06 Removing intermediate container a53efdafe37e 04:41:06 ---> 573d54d273ae 04:41:06 Step 21/21 : LABEL version=0.0.0 04:41:06 Removing intermediate container 501d1ffcfb2c 04:41:06 ---> f14980d52878 04:41:06 Step 21/22 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 04:41:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:41:06 ---> Running in 02f94ed58128 04:41:07 ---> Running in 8783c818032e 04:41:07 ---> d618147fa855 04:41:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:41:07 Removing intermediate container 02f94ed58128 04:41:07 ---> 3730531524ef 04:41:07 04:41:07 Successfully built 3730531524ef 04:41:07 Removing intermediate container 8783c818032e 04:41:07 ---> 81d6002746ee 04:41:07 Step 22/22 : LABEL version=0.0.0 04:41:07 Successfully tagged docker-core-command-go:latest 04:41:07 OK 04:41:07  Building docker-core-command-go ... done  ---> 03e42eb44d12 04:41:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:41:07 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:07 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:07 OK: 12749 distinct packages available 04:41:07 Removing intermediate container 05e760fbfee9 04:41:07 ---> 35efc6926801 04:41:07 Step 24/29 : RUN chmod 755 security-secrets-setup 04:41:07 ---> Running in 88f771f6ab55 04:41:07 ---> Running in 0b05ecc64f25 04:41:07 OK: 233 MiB in 51 packages 04:41:07 Removing intermediate container 88f771f6ab55 04:41:07 ---> cc829306704a 04:41:07 [Pipeline] sh 04:41:08 OK: 233 MiB in 51 packages 04:41:08 ---> a6643247a547 04:41:08 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:41:08 Successfully built cc829306704a 04:41:08 Successfully tagged docker-core-data-go:latest 04:41:08  Building docker-core-data-go ... done  ---> 8589420ad10c 04:41:08 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:41:08 ---> Running in cb0c684b0e8e 04:41:08 + ls -al . 04:41:08 total 596 04:41:08 drwxrwxr-x 10 1001 1001 4096 Jul 25 04:40 . 04:41:08 drwxr-xr-x 4 root root 4096 Jul 25 04:38 .. 04:41:08 -rw-rw-r-- 1 1001 1001 11 Jul 25 04:36 .dockerignore 04:41:08 drwxrwxr-x 8 1001 1001 4096 Jul 25 04:36 .git 04:41:08 drwxrwxr-x 3 1001 1001 4096 Jul 25 04:36 .github 04:41:08 -rw-rw-r-- 1 1001 1001 924 Jul 25 04:36 .gitignore 04:41:08 drwxrwxr-x 3 1001 1001 4096 Jul 25 04:36 .semver 04:41:08 -rw-rw-r-- 1 1001 1001 178 Jul 25 04:36 .sonarcloud.properties 04:41:08 -rw-rw-r-- 1 1001 1001 3804 Jul 25 04:36 CONTRIBUTING.md 04:41:08 -rw-rw-r-- 1 1001 1001 1035 Jul 25 04:36 Dockerfile.build 04:41:08 -rw-rw-r-- 1 1001 1001 824 Jul 25 04:36 Jenkinsfile 04:41:08 -rw-rw-r-- 1 1001 1001 10775 Jul 25 04:36 LICENSE 04:41:08 -rw-rw-r-- 1 1001 1001 6417 Jul 25 04:36 Makefile 04:41:08 -rw-rw-r-- 1 1001 1001 5652 Jul 25 04:36 README.md 04:41:08 -rw-rw-r-- 1 1001 1001 7111 Jul 25 04:36 SECURITY.md 04:41:08 -rw-rw-r-- 1 1001 1001 5 Jul 25 04:32 VERSION 04:41:08 -rw-rw-r-- 1 1001 1001 4131 Jul 25 04:36 ZMQWindows.md 04:41:08 drwxrwxr-x 4 1001 1001 4096 Jul 25 04:36 api 04:41:08 drwxrwxr-x 2 1001 1001 4096 Jul 25 04:36 bin 04:41:08 drwxrwxr-x 15 1001 1001 4096 Jul 25 04:36 cmd 04:41:08 -rw-r--r-- 1 root root 465277 Jul 25 04:40 coverage.out 04:41:08 -rw-r--r-- 1 root root 1075 Jul 25 04:40 go.mod 04:41:08 -rw-r--r-- 1 root root 18146 Jul 25 04:40 go.sum 04:41:08 drwxrwxr-x 8 1001 1001 4096 Jul 25 04:36 internal 04:41:08 drwxrwxr-x 4 1001 1001 4096 Jul 25 04:36 snap 04:41:08 -rw-rw-r-- 1 1001 1001 168 Jul 25 04:36 version.go [Pipeline] sh 04:41:09 + '[' -e coverage.out ] 04:41:09 + chown 1001:1001 coverage.out [Pipeline] stash 04:41:09 Warning: overwriting stash ‘coverage-report’ 04:41:09 Removing intermediate container b1cd0e843c18 04:41:09 ---> ddbca782d7d4 04:41:09 Step 6/21 : COPY go.mod . 04:41:09 Removing intermediate container cb0c684b0e8e 04:41:09 ---> a459c3438720 04:41:09 Step 21/23 : LABEL arch=x86_64 04:41:09 ---> Running in 5b76b51e3492 04:41:10 Removing intermediate container 0b05ecc64f25 04:41:10 ---> d6f58e6da176 04:41:10 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:41:10 ---> 060c93364c24 04:41:10 Step 7/21 : RUN go mod download 04:41:10 ---> Running in 9a44d04f3f7b 04:41:10 Removing intermediate container 5b76b51e3492 04:41:10 ---> ea5d20e54e5c 04:41:10 Step 22/23 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 04:41:10 Stashed 1 file(s) [Pipeline] sh 04:41:10 ---> Running in 180b1be22a3d 04:41:10 ---> Running in 4a628b9e996d 04:41:10 Removing intermediate container 9a44d04f3f7b 04:41:10 ---> 7446a73c3d7d 04:41:10 Step 26/29 : CMD [ "generate" ] 04:41:10 ---> Running in dc0cf2d5597f 04:41:10 Removing intermediate container 4a628b9e996d 04:41:10 ---> 682e2361d5d6 04:41:10 Step 23/23 : LABEL version=0.0.0 04:41:11 ---> Running in 1105a7152596 04:41:11 Removing intermediate container dc0cf2d5597f 04:41:11 ---> 179f72c6c30f 04:41:11 Step 27/29 : LABEL arch=x86_64 04:41:11 ---> Running in cb167ec6379b 04:41:11 + make build 04:41:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:41:11 Removing intermediate container 1105a7152596 04:41:11 ---> 192a1da0bb23 04:41:11 04:41:11 Successfully built 192a1da0bb23 04:41:11 Removing intermediate container cb167ec6379b 04:41:11 ---> 947edc26131b 04:41:11 Step 28/29 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 04:41:11 Successfully tagged docker-support-notifications-go:latest 04:41:11  Building docker-support-notifications-go ... done  ---> Running in e29584df4922 04:41:11 Removing intermediate container e29584df4922 04:41:11 ---> 8c821480c54b 04:41:11 Step 29/29 : LABEL version=0.0.0 04:41:11 ---> Running in 2d0fa0644370 04:41:11 Removing intermediate container 2d0fa0644370 04:41:11 ---> 8d5313b3e38b 04:41:11 04:41:11 Successfully built 8d5313b3e38b 04:41:11 Successfully tagged docker-security-secrets-setup-go:latest 04:41:11  Building docker-security-secrets-setup-go ... done Removing intermediate container 180b1be22a3d 04:41:11 ---> e57b6025a7d2 04:41:11 Step 8/21 : COPY . . 04:41:24 ---> 9e58bef4a5be 04:41:24 Step 9/21 : RUN make cmd/support-logging/support-logging 04:41:24 ---> Running in 66721ad1bf09 04:41:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:41:29 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:41:34 Removing intermediate container 66721ad1bf09 04:41:34 ---> ea06d73b7388 04:41:34 04:41:34 Step 10/21 : FROM scratch 04:41:34 ---> 04:41:34 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:41:34 ---> Using cache 04:41:34 ---> 6cc5262aa152 04:41:34 Step 12/21 : ENV APP_PORT=48061 04:41:34 ---> Running in 87123783b7ea 04:41:34 Removing intermediate container 87123783b7ea 04:41:34 ---> 0e408efc2318 04:41:34 Step 13/21 : EXPOSE $APP_PORT 04:41:34 ---> Running in 1fcc86c8efe4 04:41:34 Removing intermediate container 1fcc86c8efe4 04:41:34 ---> ae63b7bfb740 04:41:34 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:41:34 ---> e88b0ad2b65b 04:41:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:41:35 ---> 1b63d7624fbf 04:41:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:41:35 ---> b071e693b2a8 04:41:35 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:41:35 ---> 0720c008aa6a 04:41:35 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:41:35 ---> Running in 59fbf011ad59 04:41:35 Removing intermediate container 59fbf011ad59 04:41:35 ---> a5c8c45a723b 04:41:35 Step 19/21 : LABEL arch=x86_64 04:41:35 ---> Running in 4a20f76f6227 04:41:36 Removing intermediate container 4a20f76f6227 04:41:36 ---> 548e4fd92f75 04:41:36 Step 20/21 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 04:41:36 ---> Running in f460da9f327b 04:41:36 Removing intermediate container f460da9f327b 04:41:36 ---> 6188ab79912d 04:41:36 Step 21/21 : LABEL version=0.0.0 04:41:36 ---> Running in 3a8a27bbbd6c 04:41:36 Removing intermediate container 3a8a27bbbd6c 04:41:36 ---> 3a3206f9cff6 04:41:36 04:41:36 Successfully built 3a3206f9cff6 04:41:36 Successfully tagged docker-support-logging-go:latest 04:41:37  Building docker-support-logging-go ... done  [Pipeline] } 04:41:37 $ docker stop --time=1 87e568a663b05166cf95c7d111355b910fa71163eb996608a195a28b44603f60 04:41:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:41:40 $ docker rm -f 87e568a663b05166cf95c7d111355b910fa71163eb996608a195a28b44603f60 [Pipeline] // withDockerContainer [Pipeline] sh 04:41:40 + docker images 04:41:40 + grep docker 04:41:40 docker-support-logging-go latest 3a3206f9cff6 4 seconds ago 11.8MB 04:41:40 docker-security-secrets-setup-go latest 8d5313b3e38b 29 seconds ago 25.1MB 04:41:40 docker-support-notifications-go latest 192a1da0bb23 30 seconds ago 14.4MB 04:41:40 docker-core-data-go latest cc829306704a 33 seconds ago 23.8MB 04:41:40 docker-core-command-go latest 3730531524ef 34 seconds ago 13MB 04:41:40 docker-sys-mgmt-agent-go latest 461e1e41eef2 52 seconds ago 284MB 04:41:40 docker-security-secretstore-setup-go latest 875aabff6f7a About a minute ago 33.9MB 04:41:40 docker-security-proxy-setup-go latest 1f402e3cdb46 2 minutes ago 16.4MB 04:41:40 docker-core-metadata-go latest 6071d489e60a 2 minutes ago 14.4MB 04:41:40 docker-support-scheduler-go latest f79c2de81638 2 minutes ago 13.1MB 04:41:40 docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:41:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:41:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:41:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:41:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:42:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:42:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:42:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:42:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:42:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:42:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:42:28 $ docker stop --time=1 3a601bd613e1beab957eb26fadf0b1ceddaa175818ed6c49089394f757e28ce9 04:42:30 $ docker rm -f 3a601bd613e1beab957eb26fadf0b1ceddaa175818ed6c49089394f757e28ce9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:42:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:42:32 04:42:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:42:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:42:32 latest: Pulling from edgex-devops/edgex-compose-arm64 04:42:32 29e5d40040c1: Already exists 04:42:32 1ce36da41761: Pulling fs layer 04:42:32 25b303627fd3: Pulling fs layer 04:42:33 1ce36da41761: Verifying Checksum 04:42:33 1ce36da41761: Download complete 04:42:34 1ce36da41761: Pull complete 04:42:35 25b303627fd3: Verifying Checksum 04:42:35 25b303627fd3: Download complete 04:42:45 25b303627fd3: Pull complete 04:42:45 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:42:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:42:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:42:45 prd-ubuntu18.04-docker-arm64-4c-16g-978 does not seem to be running inside a container 04:42:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:42:49 $ docker top 0ddb9c493c0e96174e5863ef76a3be3a883b023d377e43ad5e5cbcea0bedcb3d -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:50 + docker-compose build+ --helpgrep 04:42:50 parallel 04:42:54 --parallel Build images in parallel. [Pipeline] } 04:42:54 $ docker stop --time=1 0ddb9c493c0e96174e5863ef76a3be3a883b023d377e43ad5e5cbcea0bedcb3d 04:42:56 $ docker rm -f 0ddb9c493c0e96174e5863ef76a3be3a883b023d377e43ad5e5cbcea0bedcb3d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:42:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:42:57 . [Pipeline] withDockerContainer 04:42:57 prd-ubuntu18.04-docker-arm64-4c-16g-978 does not seem to be running inside a container 04:42:57 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:42:58 $ docker top 26b251f3b82ba915aff11d4e02de80d0a6658b034723370ade09e7c9edd0f720 -eo pid,comm [Pipeline] { [Pipeline] sh 04:43:00 + docker-compose -f ./docker-compose-build.yml build --parallel 04:43:04 Building docker-core-command-go ... 04:43:04 Building docker-core-data-go ... 04:43:04 Building docker-core-metadata-go ... 04:43:04 Building docker-security-proxy-setup-go ... 04:43:04 Building docker-security-secrets-setup-go ... 04:43:04 Building docker-security-secretstore-setup-go ... 04:43:04 Building docker-support-logging-go ... 04:43:04 Building docker-support-notifications-go ... 04:43:04 Building docker-support-scheduler-go ... 04:43:04 Building docker-sys-mgmt-agent-go ... 04:43:04 Building docker-core-command-go 04:43:04 Building docker-support-notifications-go 04:43:04 Building docker-core-metadata-go 04:43:04 Building docker-sys-mgmt-agent-go 04:43:04 Building docker-support-logging-go 04:44:56 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:44:56 ---> c11eabc0af55 04:44:56 Step 3/21 : WORKDIR /edgex-go 04:44:56 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:44:56 ---> c11eabc0af55 04:44:56 Step 3/21 : WORKDIR /edgex-go 04:44:56 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:44:56 ---> c11eabc0af55 04:44:56 Step 3/23 : WORKDIR /edgex-go 04:44:56 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:44:56 ---> c11eabc0af55 04:44:56 Step 3/21 : WORKDIR /edgex-go 04:44:56 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:44:56 ---> c11eabc0af55 04:44:56 Step 3/26 : WORKDIR /edgex-go 04:44:56 ---> Running in b7d84d9260b2 04:44:56 ---> Running in 144f8d529ef0 04:44:56 ---> Running in 669cf315d95f 04:44:56 ---> Running in dd615b8e7d30 04:44:56 ---> Running in 49fd02343611 04:44:56 Removing intermediate container dd615b8e7d30 04:44:56 ---> 13dfa8a9424d 04:44:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:56 Removing intermediate container 49fd02343611 04:44:56 ---> 9bda73666278 04:44:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:56 Removing intermediate container 669cf315d95f 04:44:56 ---> b038ccf05632 04:44:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:56 Removing intermediate container b7d84d9260b2 04:44:56 ---> 1f9a8e0d92c2 04:44:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:56 Removing intermediate container 144f8d529ef0 04:44:56 ---> e4bdb3a4e503 04:44:56 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:56 ---> Running in 30d981032f92 04:44:56 ---> Running in 96936ed267da 04:44:56 ---> Running in 6611b4bff4f3 04:44:56 ---> Running in 2de930d0be4d 04:44:56 ---> Running in 3d11044ef5ca 04:44:57 Removing intermediate container 30d981032f92 04:44:57 ---> 3c2eba38c03a 04:44:57 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:44:57 ---> Running in c02577df173e 04:44:58 Removing intermediate container 96936ed267da 04:44:58 ---> 6f228b2df5e7 04:44:58 Step 5/21 : RUN apk update && apk add make git 04:44:58 Removing intermediate container 6611b4bff4f3 04:44:58 ---> 82ef49cb7749 04:44:58 Step 5/21 : RUN apk update && apk add make git 04:44:58 ---> Running in 05674863d3c1 04:44:58 ---> Running in d345b268c6ad 04:44:58 Removing intermediate container 2de930d0be4d 04:44:58 ---> 15cc63d3922c 04:44:58 Step 5/26 : RUN apk update && apk add make bash git 04:44:58 Removing intermediate container 3d11044ef5ca 04:44:58 ---> c2f9eb2d7acf 04:44:58 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:44:58 ---> Running in 370f628c5d1a 04:44:58 ---> Running in eb0fd848ab64 04:44:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:01 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:01 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:01 OK: 12620 distinct packages available 04:45:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:02 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:02 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:02 OK: 12620 distinct packages available 04:45:02 OK: 217 MiB in 51 packages 04:45:02 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:02 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:02 OK: 12620 distinct packages available 04:45:02 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:02 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:02 OK: 12620 distinct packages available 04:45:03 OK: 217 MiB in 51 packages 04:45:03 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:03 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:03 OK: 12620 distinct packages available 04:45:03 OK: 217 MiB in 51 packages 04:45:03 OK: 217 MiB in 51 packages 04:45:04 OK: 217 MiB in 51 packages 04:45:04 OK: 217 MiB in 51 packages 04:45:05 Removing intermediate container d345b268c6ad 04:45:05 ---> 1777649719e6 04:45:05 Step 6/21 : COPY go.mod . 04:45:05 Removing intermediate container c02577df173e 04:45:05 ---> 3fc3450279b5 04:45:05 Step 6/21 : COPY go.mod . 04:45:06 Removing intermediate container eb0fd848ab64 04:45:06 ---> b26734d2180a 04:45:06 Step 6/23 : COPY go.mod . 04:45:06 Removing intermediate container 05674863d3c1 04:45:06 ---> 40b1d29affd5 04:45:06 Step 6/21 : COPY go.mod . 04:45:06 Removing intermediate container 370f628c5d1a 04:45:06 ---> 530c6de3c080 04:45:06 Step 6/26 : COPY go.mod . 04:45:06 ---> f9f4caad1dfc 04:45:06 Step 7/21 : RUN go mod download 04:45:06 ---> Running in 38607d8fa025 04:45:06 ---> 8ca52a4a162f 04:45:06 Step 7/21 : RUN go mod download 04:45:07 ---> Running in fd3ecbd0003c 04:45:07 ---> 5d1d7fb1b5c2 04:45:07 Step 7/23 : RUN go mod download 04:45:07 ---> Running in dda0583f6463 04:45:07 ---> 65a616f4631f 04:45:07 Step 7/21 : RUN go mod download 04:45:07 ---> 429e42165370 04:45:07 Step 7/26 : RUN go mod download 04:45:07 ---> Running in c2478eeb4aa6 04:45:07 ---> Running in de6c8d4cf4d1 04:45:12 Removing intermediate container fd3ecbd0003c 04:45:12 ---> 66be3b0264bf 04:45:12 Step 8/21 : COPY . . 04:45:12 Removing intermediate container 38607d8fa025 04:45:12 ---> b9b161d1a652 04:45:12 Step 8/21 : COPY . . 04:45:12 Removing intermediate container dda0583f6463 04:45:12 ---> 98f984c29175 04:45:12 Step 8/23 : COPY . . 04:45:13 Removing intermediate container c2478eeb4aa6 04:45:13 ---> 85779d09854d 04:45:13 Step 8/21 : COPY . . 04:45:15 Removing intermediate container de6c8d4cf4d1 04:45:15 ---> fd77553478dd 04:45:15 Step 8/26 : COPY . . 04:45:48 ---> 353ef027bc58 04:45:48 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:45:48 ---> ef85384c9d5c 04:45:48 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:45:48 ---> bdf4f4f50c9e 04:45:48 Step 9/21 : RUN make cmd/support-logging/support-logging 04:45:48 ---> c2714b2055d6 04:45:48 Step 9/21 : RUN make cmd/core-command/core-command 04:45:48 ---> a7adda3c19ec 04:45:48 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:45:48 ---> Running in e3f6670168d2 04:45:48 ---> Running in a21fb83c5c0b 04:45:48 ---> Running in 6e21da6253e5 04:45:48 ---> Running in 7c3ca6d46e94 04:45:48 ---> Running in acd4bfb10aef 04:45:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:45:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:45:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:45:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:45:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:47:41 Removing intermediate container acd4bfb10aef 04:47:41 ---> 17e8f9f5fa1b 04:47:41 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:47:41 Removing intermediate container a21fb83c5c0b 04:47:41 ---> 2fde7be00ae4 04:47:41 04:47:41 Step 10/21 : FROM scratch 04:47:41 ---> 04:47:41 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:47:41 ---> Running in dd710d545e8e 04:47:41 ---> Running in 992f82c94d1d 04:47:41 Removing intermediate container 992f82c94d1d 04:47:41 ---> c143a74c5e22 04:47:41 Step 12/21 : ENV APP_PORT=48061 04:47:41 ---> Running in 068ee811013f 04:47:41 Removing intermediate container 068ee811013f 04:47:41 ---> d68052554e23 04:47:41 Step 13/21 : EXPOSE $APP_PORT 04:47:41 ---> Running in 6094c9c78e31 04:47:41 Removing intermediate container 6094c9c78e31 04:47:41 ---> 5aa3f581edf2 04:47:41 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:47:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:47:41 ---> a207ad6d3a42 04:47:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:47:41 ---> 74d8ebd2db0f 04:47:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:47:41 ---> 9ed8bd0a1b93 04:47:41 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:47:41 ---> 1d2778b703c9 04:47:41 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:41 ---> Running in 66e2d3101239 04:47:41 Removing intermediate container 66e2d3101239 04:47:41 ---> fbf8073d382e 04:47:41 Step 19/21 : LABEL arch=arm64 04:47:41 Removing intermediate container dd710d545e8e 04:47:41 ---> 02c13829bc05 04:47:41 04:47:41 Step 11/26 : FROM docker:latest 04:47:41 ---> ce9d55ae87f1 04:47:41 Step 12/26 : RUN apk add --no-cache bash 04:47:41 ---> Running in 3557855f8cbd 04:47:41 ---> Running in 218fb0b4800f 04:47:41 Removing intermediate container 218fb0b4800f 04:47:41 ---> 49b51b7e19c4 04:47:41 Step 20/21 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 04:47:41 ---> Running in 05822e0d0d8d 04:47:41 Removing intermediate container 05822e0d0d8d 04:47:41 ---> 36ded844ece5 04:47:41 Step 21/21 : LABEL version=0.0.0 04:47:41 ---> Running in 4c2c55d4fc53 04:47:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:41 Removing intermediate container 4c2c55d4fc53 04:47:41 ---> d319ef7055ba 04:47:41 04:47:41 (1/2) Installing readline (8.0.4-r0) 04:47:41 (2/2) Installing bash (5.0.17-r0) 04:47:41 Executing bash-5.0.17-r0.post-install 04:47:41 Executing busybox-1.31.1-r16.trigger 04:47:41 OK: 12 MiB in 22 packages 04:47:42 Successfully built d319ef7055ba 04:47:42 Successfully tagged docker-support-logging-go-arm64:latest 04:47:42  Building docker-support-logging-go ... done Building docker-security-proxy-setup-go 04:47:45 Removing intermediate container 3557855f8cbd 04:47:45 ---> 1ffcb2b4956a 04:47:45 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:47:47 ---> Running in aab498488e02 04:47:48 Removing intermediate container 7c3ca6d46e94 04:47:48 ---> fdfbb5c502d8 04:47:48 04:47:48 Step 10/23 : FROM scratch 04:47:48 ---> 04:47:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:47:48 ---> Using cache 04:47:48 ---> c143a74c5e22 04:47:48 Step 12/23 : ENV APP_PORT=48060 04:47:49 Removing intermediate container 6e21da6253e5 04:47:49 ---> 6ee170bc12b1 04:47:49 04:47:49 Step 10/21 : FROM scratch 04:47:49 ---> 04:47:49 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:47:49 ---> Running in c2e82a0a6cfa 04:47:49 ---> Running in 0c9cc6ed8010 04:47:50 Removing intermediate container c2e82a0a6cfa 04:47:50 ---> 72abe0bdddd5 04:47:50 Step 13/23 : EXPOSE $APP_PORT 04:47:50 ---> Running in 9dc9f08d673d 04:47:50 Removing intermediate container 0c9cc6ed8010 04:47:50 ---> a16a85eb8992 04:47:50 Step 12/21 : ENV APP_PORT=48082 04:47:50 ---> Running in 59d6ef7806f6 04:47:51 Removing intermediate container 9dc9f08d673d 04:47:51 ---> 05a302ec2701 04:47:51 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:47:51 Removing intermediate container 59d6ef7806f6 04:47:51 ---> f9d4b3b832e9 04:47:51 Step 13/21 : EXPOSE $APP_PORT 04:47:52 ---> Running in 3d3489fef82a 04:47:52 ---> 634f0a9d2af7 04:47:52 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:47:53 Removing intermediate container 3d3489fef82a 04:47:53 ---> 06b568f8b9ab 04:47:53 Step 14/21 : WORKDIR / 04:47:53 Removing intermediate container aab498488e02 04:47:53 ---> 9f2643f4d6bb 04:47:53 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:47:53 ---> Running in 7cb984753a2a 04:47:53 ---> Running in 32862731b4b4 04:47:54 Removing intermediate container e3f6670168d2 04:47:54 ---> 9cc075e19220 04:47:54 04:47:54 Step 10/21 : FROM scratch 04:47:54 ---> 04:47:54 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:47:54 ---> 273b512fab48 04:47:54 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:47:54 ---> Using cache 04:47:54 ---> a16a85eb8992 04:47:54 Step 12/21 : ENV APP_PORT=48081 04:47:55 ---> Running in 4f6d7d8c7549 04:47:55 Removing intermediate container 32862731b4b4 04:47:55 ---> b672a27dbc29 04:47:55 Step 15/26 : ENV APP_PORT=48090 04:47:55 Removing intermediate container 7cb984753a2a 04:47:55 ---> 28543f45b2e7 04:47:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:47:55 ---> Running in d0c369c4d8e1 04:47:56 Removing intermediate container 4f6d7d8c7549 04:47:56 ---> f460fadcabf4 04:47:56 Step 13/21 : EXPOSE $APP_PORT 04:47:56 ---> da7884d80dec 04:47:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:47:56 ---> Running in 8e95248e435e 04:47:56 ---> e075d8947f05 04:47:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:47:57 Removing intermediate container d0c369c4d8e1 04:47:57 ---> 113e0b125ee6 04:47:57 Step 16/26 : EXPOSE $APP_PORT 04:47:57 ---> Running in 1aa45ae9f62a 04:47:57 Removing intermediate container 8e95248e435e 04:47:57 ---> 0640fecc0836 04:47:57 Step 14/21 : WORKDIR / 04:47:58 ---> Running in bc9df708640e 04:47:58 ---> 31d1bc3388c2 04:47:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:47:59 Removing intermediate container 1aa45ae9f62a 04:47:59 ---> 4b3c0ecb44ec 04:47:59 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:47:59 ---> e476007a0317 04:47:59 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:47:59 Removing intermediate container bc9df708640e 04:47:59 ---> bc7e67f1e799 04:47:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:48:01 ---> 0387c51acf39 04:48:01 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:01 ---> 3af9ab498625 04:48:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:48:01 ---> 76218a1d6d91 04:48:01 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:48:02 ---> 69c117aa83b7 04:48:02 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:48:02 ---> Running in 4f0cc9d018de 04:48:03 Removing intermediate container 4f0cc9d018de 04:48:03 ---> b825dc1b9c25 04:48:03 Step 19/21 : LABEL arch=arm64 04:48:03 ---> cae0c4bcf45d 04:48:03 ---> 41acc1c68058 04:48:03 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:03 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:48:04 ---> Running in f7623b3471e3 04:48:04 ---> 5281e501ff68 04:48:04 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:48:04 ---> Running in 15802d54fdda 04:48:04 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:04 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:48:04 ---> c11eabc0af55 04:48:04 Step 3/20 : WORKDIR /edgex-go 04:48:04 ---> Using cache 04:48:04 ---> e4bdb3a4e503 04:48:04 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:04 ---> Using cache 04:48:04 ---> 15cc63d3922c 04:48:04 Step 5/20 : RUN apk update && apk add make git 04:48:04 Removing intermediate container f7623b3471e3 04:48:04 ---> 853a3d9a2cea 04:48:04 Step 20/21 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 04:48:04 ---> Running in 52b882d11908 04:48:05 ---> Running in 9f404faa8842 04:48:05 Removing intermediate container 15802d54fdda 04:48:05 ---> 05095ff6ea6d 04:48:05 Step 21/23 : LABEL arch=arm64 04:48:05 ---> 2c5ee4a259d8 04:48:05 Step 20/26 : RUN apk --no-cache add py-pip 04:48:05 ---> Running in cca96b695a75 04:48:05 ---> Running in b9bb3b946d6d 04:48:05 ---> 45648a246c27 04:48:05 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:05 ---> Running in 3129e11a9899 04:48:05 Removing intermediate container 9f404faa8842 04:48:05 ---> 28a822c4843b 04:48:05 Step 21/21 : LABEL version=0.0.0 04:48:06 ---> Running in 1990376a338a 04:48:06 Removing intermediate container b9bb3b946d6d 04:48:06 ---> f34b9d460e0a 04:48:06 Step 22/23 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 04:48:06 ---> Running in 3816035c80b9 04:48:06 Removing intermediate container 3129e11a9899 04:48:06 ---> 47c1d6c71524 04:48:06 Step 19/21 : LABEL arch=arm64 04:48:06 Removing intermediate container 1990376a338a 04:48:06 ---> 49b3bf5b0c4c 04:48:06 04:48:06 ---> Running in e901e5a2b513 04:48:07 Removing intermediate container 3816035c80b9 04:48:07 ---> 7e9cb69b5dd6 04:48:07 Step 23/23 : LABEL version=0.0.0 04:48:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:07 ---> Running in 71c4b8204ae7 04:48:07 Successfully built 49b3bf5b0c4c 04:48:07 Successfully tagged docker-core-command-go-arm64:latest 04:48:07 Removing intermediate container e901e5a2b513 04:48:07 Building docker-security-secretstore-setup-go 04:48:07 ---> caa6aa81e143 04:48:07 Step 20/21 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 Building docker-core-command-go ... done  04:48:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:07 ---> Running in 82855fd28282 04:48:07 Removing intermediate container 71c4b8204ae7 04:48:07 ---> 93ac98f55ad0 04:48:07 04:48:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:08 (1/33) Installing libbz2 (1.0.8-r1) 04:48:08 Removing intermediate container 82855fd28282 04:48:08 ---> c22227d681a8 04:48:08 Step 21/21 : LABEL version=0.0.0 04:48:08 (2/33) Installing expat (2.2.9-r1) 04:48:08 (3/33) Installing libffi (3.3-r2) 04:48:08 (4/33) Installing gdbm (1.13-r1) 04:48:08 (5/33) Installing xz-libs (5.2.5-r0) 04:48:08 (6/33) Installing sqlite-libs (3.32.1-r0) 04:48:08 (7/33) Installing python3 (3.8.5-r0) 04:48:08 Successfully built 93ac98f55ad0 04:48:08 Successfully tagged docker-support-notifications-go-arm64:latest 04:48:08  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 04:48:08 ---> Running in 4e172cf7397c 04:48:09 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:09 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:09 OK: 12620 distinct packages available 04:48:09 Removing intermediate container 4e172cf7397c 04:48:09 ---> ddc31b22df36 04:48:09 04:48:10 OK: 217 MiB in 51 packages 04:48:10 (8/33) Installing py3-appdirs (1.4.4-r1) 04:48:10 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:48:10 (10/33) Installing py3-parsing (2.4.7-r0) 04:48:10 (11/33) Installing py3-six (1.15.0-r0) 04:48:10 (12/33) Installing py3-packaging (20.4-r0) 04:48:10 (13/33) Installing py3-setuptools (47.0.0-r0) 04:48:10 Successfully built ddc31b22df36 04:48:10 Successfully tagged docker-core-metadata-go-arm64:latest 04:48:10 (14/33) Installing py3-chardet (3.0.4-r4) 04:48:10 Building docker-security-secrets-setup-go 04:48:10  Building docker-core-metadata-go ... done (15/33) Installing py3-idna (2.9-r0) 04:48:10 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:48:10 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:48:10 (18/33) Installing py3-requests (2.23.0-r0) 04:48:10 (19/33) Installing py3-msgpack (1.0.0-r0) 04:48:10 (20/33) Installing py3-lockfile (0.12.2-r3) 04:48:10 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:48:10 (22/33) Installing py3-colorama (0.4.3-r0) 04:48:10 (23/33) Installing py3-distlib (0.3.0-r0) 04:48:10 (24/33) Installing py3-distro (1.5.0-r1) 04:48:10 (25/33) Installing py3-webencodings (0.5.1-r3) 04:48:10 (26/33) Installing py3-html5lib (1.0.1-r4) 04:48:10 (27/33) Installing py3-pytoml (0.1.21-r0) 04:48:10 (28/33) Installing py3-pep517 (0.8.2-r0) 04:48:10 (29/33) Installing py3-progress (1.5-r0) 04:48:10 (30/33) Installing py3-toml (0.10.1-r0) 04:48:10 (31/33) Installing py3-retrying (1.3.3-r0) 04:48:10 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:48:10 (33/33) Installing py3-pip (20.1.1-r0) 04:48:10 Executing busybox-1.31.1-r16.trigger 04:48:10 OK: 71 MiB in 55 packages 04:48:13 Removing intermediate container 52b882d11908 04:48:13 ---> e2240a605fda 04:48:13 Step 6/20 : COPY go.mod . 04:48:16 ---> 7225b494c39e 04:48:16 Step 7/20 : RUN go mod download 04:48:18 ---> Running in d051d85c7522 04:48:19 Removing intermediate container cca96b695a75 04:48:19 ---> 7cf87b461e11 04:48:19 Step 21/26 : RUN pip install docker-compose==1.23.2 04:48:21 ---> Running in 2e3dc878c0c9 04:48:24 Removing intermediate container d051d85c7522 04:48:24 ---> 9a4c56d0db78 04:48:24 Step 8/20 : COPY . . 04:48:28 Collecting docker-compose==1.23.2 04:48:28 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:48:28 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:48:29 Collecting docker<4.0,>=3.6.0 04:48:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:48:29 Collecting dockerpty<0.5,>=0.4.1 04:48:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:48:32 Collecting docopt<0.7,>=0.6.1 04:48:32 Downloading docopt-0.6.2.tar.gz (25 kB) 04:48:34 Collecting cached-property<2,>=1.2.0 04:48:34 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:48:35 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:48:35 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:48:36 Collecting websocket-client<1.0,>=0.32.0 04:48:36 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:48:37 Collecting PyYAML<4,>=3.10 04:48:37 Downloading PyYAML-3.13.tar.gz (270 kB) 04:48:41 Collecting jsonschema<3,>=2.5.1 04:48:41 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:48:42 Collecting texttable<0.10,>=0.9.0 04:48:42 Downloading texttable-0.9.1.tar.gz (11 kB) 04:48:45 Collecting docker-pycreds>=0.4.0 04:48:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:48:47 Collecting urllib3<1.25,>=1.21.1 04:48:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:48:48 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:48:49 Collecting idna<2.8,>=2.5 04:48:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:48:50 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:48:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:48:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:48:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:48:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:48:51 Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, docopt, cached-property, PyYAML, jsonschema, texttable, docker-compose 04:48:51 Attempting uninstall: urllib3 04:48:51 Found existing installation: urllib3 1.25.9 04:48:51 Uninstalling urllib3-1.25.9: 04:48:51 Successfully uninstalled urllib3-1.25.9 04:48:52 Attempting uninstall: idna 04:48:52 Found existing installation: idna 2.9 04:48:52 Uninstalling idna-2.9: 04:48:52 Successfully uninstalled idna-2.9 04:48:53 ---> 0199ef1ad46c 04:48:53 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:48:53 Attempting uninstall: requests 04:48:53 Found existing installation: requests 2.23.0 04:48:53 Uninstalling requests-2.23.0: 04:48:53 ---> Running in 8ac007ba0e95 04:48:54 Successfully uninstalled requests-2.23.0 04:48:55 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:55 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:48:55 ---> c11eabc0af55 04:48:55 Step 3/20 : WORKDIR /edgex-go 04:48:55 ---> Using cache 04:48:55 ---> e4bdb3a4e503 04:48:55 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:55 ---> Using cache 04:48:55 ---> 15cc63d3922c 04:48:55 Step 5/20 : RUN apk update && apk add make git 04:48:55 ---> Using cache 04:48:55 ---> e2240a605fda 04:48:55 Step 6/20 : COPY go.mod . 04:48:55 ---> Using cache 04:48:55 ---> 7225b494c39e 04:48:55 Step 7/20 : RUN go mod download 04:48:55 ---> Using cache 04:48:55 ---> 9a4c56d0db78 04:48:55 Step 8/20 : COPY . . 04:48:55 ---> Using cache 04:48:55 ---> 0199ef1ad46c 04:48:55 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:48:56 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:48:56 ---> c11eabc0af55 04:48:56 Step 3/26 : WORKDIR /edgex-go 04:48:56 ---> Using cache 04:48:56 ---> e4bdb3a4e503 04:48:56 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:56 ---> Using cache 04:48:56 ---> 15cc63d3922c 04:48:56 Step 5/26 : RUN apk update && apk add make git 04:48:56 ---> Using cache 04:48:56 ---> e2240a605fda 04:48:56 Step 6/26 : COPY go.mod . 04:48:56 ---> Using cache 04:48:56 ---> 7225b494c39e 04:48:56 Step 7/26 : RUN go mod download 04:48:56 ---> Using cache 04:48:56 ---> 9a4c56d0db78 04:48:56 Step 8/26 : COPY . . 04:48:56 ---> Using cache 04:48:56 ---> 0199ef1ad46c 04:48:56 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:48:56 Running setup.py install for dockerpty: started 04:48:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:48:56 ---> Running in f3eec158a75c 04:48:56 ---> Running in 525a7ad61609 04:48:57 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:57 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:48:57 ---> c11eabc0af55 04:48:57 Step 3/29 : WORKDIR /edgex-go 04:48:57 ---> Using cache 04:48:57 ---> e4bdb3a4e503 04:48:57 Step 4/29 : RUN apk update && apk add make git 04:48:57 ---> Running in d1c96bbf7991 04:48:59 Running setup.py install for dockerpty: finished with status 'done' 04:48:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:48:59 Running setup.py install for docopt: started 04:48:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:49:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:02 Running setup.py install for docopt: finished with status 'done' 04:49:02 Running setup.py install for PyYAML: started 04:49:03 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:49:03 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:49:03 OK: 12620 distinct packages available 04:49:04 OK: 217 MiB in 51 packages 04:49:06 Removing intermediate container d1c96bbf7991 04:49:06 ---> aeff751c1af8 04:49:06 Step 5/29 : COPY go.mod . 04:49:06 Running setup.py install for PyYAML: finished with status 'done' 04:49:06 Running setup.py install for texttable: started 04:49:06 ---> 9232382a10cc 04:49:06 Step 6/29 : RUN go mod download 04:49:07 ---> Running in e6fd219fbd3c 04:49:10 Running setup.py install for texttable: finished with status 'done' 04:49:11 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:49:12 Removing intermediate container e6fd219fbd3c 04:49:12 ---> 3638791636fb 04:49:12 Step 7/29 : COPY . . 04:49:20 Removing intermediate container 2e3dc878c0c9 04:49:20 ---> ececcd050b00 04:49:20 Step 22/26 : RUN apk --no-cache add curl 04:49:21 ---> Running in 33d4f2cda41e 04:49:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:25 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:49:25 (2/3) Installing libcurl (7.69.1-r0) 04:49:25 (3/3) Installing curl (7.69.1-r0) 04:49:25 Executing busybox-1.31.1-r16.trigger 04:49:25 OK: 71 MiB in 58 packages 04:49:28 Removing intermediate container 33d4f2cda41e 04:49:28 ---> d4a48fec5955 04:49:28 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:49:29 ---> Running in 31b902c6082b 04:49:30 Removing intermediate container 31b902c6082b 04:49:30 ---> 5af5155a0520 04:49:30 Step 24/26 : LABEL arch=arm64 04:49:30 ---> Running in b0784d5a7384 04:49:31 Removing intermediate container b0784d5a7384 04:49:31 ---> 8c65e3beb603 04:49:31 Step 25/26 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 04:49:31 ---> Running in 42a8043286ad 04:49:33 Removing intermediate container 42a8043286ad 04:49:33 ---> 79dc50a9cf6b 04:49:33 Step 26/26 : LABEL version=0.0.0 04:49:33 ---> Running in 1570310421d6 04:49:34 Removing intermediate container 1570310421d6 04:49:34 ---> 3fccccf4d27c 04:49:34 04:49:35 Successfully built 3fccccf4d27c 04:49:35 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:49:35  Building docker-sys-mgmt-agent-go ... done Building docker-core-data-go 04:49:38 ---> 3053342697c9 04:49:38 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:49:38 ---> Running in a4f200c7b25c 04:49:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:50:03 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:50:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:50:03 ---> c11eabc0af55 04:50:03 Step 3/22 : WORKDIR /edgex-go 04:50:03 ---> Using cache 04:50:03 ---> e4bdb3a4e503 04:50:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:03 ---> Using cache 04:50:03 ---> 15cc63d3922c 04:50:03 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:50:05 ---> Running in 0098d61d01cd 04:50:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:11 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:50:11 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:50:11 OK: 12620 distinct packages available 04:50:12 OK: 217 MiB in 51 packages 04:50:14 Removing intermediate container 0098d61d01cd 04:50:14 ---> 5ab69e76a133 04:50:14 Step 6/22 : COPY go.mod . 04:50:15 ---> ea8e6f4ae43a 04:50:15 Step 7/22 : RUN go mod download 04:50:15 ---> Running in 63c396d34e77 04:50:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:50:21 Removing intermediate container 63c396d34e77 04:50:21 ---> d4702787f466 04:50:21 Step 8/22 : COPY . . 04:50:21 Removing intermediate container 8ac007ba0e95 04:50:21 ---> 60d9abb1deac 04:50:21 04:50:21 Step 10/20 : FROM alpine 04:50:21 latest: Pulling from library/alpine 04:50:22 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:50:22 Status: Downloaded newer image for alpine:latest 04:50:22 ---> 62ee0e9f8440 04:50:22 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:50:23 ---> Running in ed0208f9957c 04:50:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:26 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:50:26 v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:50:26 OK: 12620 distinct packages available 04:50:27 (1/4) Installing ca-certificates (20191127-r4) 04:50:27 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:50:27 (3/4) Installing libcurl (7.69.1-r0) 04:50:27 (4/4) Installing curl (7.69.1-r0) 04:50:27 Executing busybox-1.31.1-r16.trigger 04:50:27 Executing ca-certificates-20191127-r4.trigger 04:50:28 OK: 7 MiB in 18 packages 04:50:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:50:33 Removing intermediate container ed0208f9957c 04:50:33 ---> 5ca43358f6af 04:50:33 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:50:34 ---> Running in 0958c3b254e9 04:50:35 Removing intermediate container 0958c3b254e9 04:50:35 ---> 7b9e7d9bedf4 04:50:35 Step 13/20 : WORKDIR /edgex 04:50:35 ---> Running in 183082700ae6 04:50:36 Removing intermediate container 183082700ae6 04:50:36 ---> 5cc570b805c1 04:50:36 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:50:38 ---> 021b67fc3f91 04:50:38 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:50:41 ---> 74c3ddb92e5c 04:50:41 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:50:41 ---> Running in e79b97d46f3e 04:50:42 Removing intermediate container e79b97d46f3e 04:50:42 ---> 5d6a60edf094 04:50:42 Step 17/20 : CMD ["--init=true"] 04:50:42 ---> Running in ec34956aec57 04:50:44 Removing intermediate container ec34956aec57 04:50:44 ---> 906b5fbf0031 04:50:44 Step 18/20 : LABEL arch=arm64 04:50:44 ---> Running in 927868c9de1e 04:50:45 Removing intermediate container 927868c9de1e 04:50:45 ---> 9c4e512d9c5d 04:50:45 Step 19/20 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 04:50:45 ---> Running in 8426659e58b2 04:50:46 Removing intermediate container 525a7ad61609 04:50:46 ---> 9f56eb5dad6d 04:50:46 04:50:46 Step 10/26 : FROM alpine:3.10 04:50:46 3.10: Pulling from library/alpine 04:50:46 Removing intermediate container 8426659e58b2 04:50:46 ---> 4a5af5c21ae2 04:50:46 Step 20/20 : LABEL version=0.0.0 04:50:47 ---> Running in 14a4b6f68340 04:50:48 ---> 09e09756d250 04:50:48 Step 9/22 : RUN make cmd/core-data/core-data 04:50:48 Removing intermediate container 14a4b6f68340 04:50:48 ---> c54b6c889cb6 04:50:48 04:50:48 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:50:48 Status: Downloaded newer image for alpine:3.10 04:50:48 ---> Running in 2d15448c4f78 04:50:48 ---> 536a684cf733 04:50:48 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:50:48 ---> Running in c0046a20ca51 04:50:49 Removing intermediate container f3eec158a75c 04:50:49 ---> b9447121eacb 04:50:49 04:50:49 Step 10/20 : FROM scratch 04:50:49 ---> 04:50:49 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:50:49 Successfully built c54b6c889cb6 04:50:49 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:50:49  Building docker-security-proxy-setup-go ... done  ---> Using cache 04:50:49 ---> a16a85eb8992 04:50:49 Step 12/20 : ENV APP_PORT=48085 04:50:49 ---> Running in 5a7a205f4dc8 04:50:50 Removing intermediate container 5a7a205f4dc8 04:50:50 ---> f8a0a028e568 04:50:50 Step 13/20 : EXPOSE $APP_PORT 04:50:50 ---> Running in f7951e186213 04:50:50 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:50:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:50:51 Removing intermediate container f7951e186213 04:50:51 ---> c68602941a7f 04:50:51 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:50:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:50:51 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:50:51 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:50:51 OK: 10167 distinct packages available 04:50:51 ---> 4ecc9aaf211b 04:50:51 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:50:52 (1/5) Installing ca-certificates (20191127-r2) 04:50:52 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:50:52 (3/5) Installing libcurl (7.66.0-r0) 04:50:52 (4/5) Installing curl (7.66.0-r0) 04:50:52 (5/5) Installing dumb-init (1.2.2-r1) 04:50:52 Executing busybox-1.30.1-r3.trigger 04:50:52 Executing ca-certificates-20191127-r2.trigger 04:50:52 OK: 7 MiB in 19 packages 04:50:54 ---> 26b901e9d25c 04:50:54 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:50:55 Removing intermediate container a4f200c7b25c 04:50:55 ---> e5857be5c6ea 04:50:55 04:50:55 Step 9/29 : FROM alpine:latest 04:50:55 ---> 62ee0e9f8440 04:50:55 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:50:55 ---> Running in ca6cc7e41893 04:50:55 Removing intermediate container c0046a20ca51 04:50:55 ---> 1dcde6620791 04:50:55 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:50:55 ---> Running in 04eb5168a249 04:50:56 ---> e60afc74e7e9 04:50:56 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:50:56 Removing intermediate container ca6cc7e41893 04:50:56 ---> be40c9e80863 04:50:56 Step 11/29 : USER root 04:50:56 ---> Running in 8916d807332b 04:50:56 ---> Running in bd5411c37fb8 04:50:56 Removing intermediate container 04eb5168a249 04:50:56 ---> f555ab1d11e5 04:50:56 Step 13/26 : WORKDIR / 04:50:57 Removing intermediate container 8916d807332b 04:50:57 ---> 7a75d73b98e5 04:50:57 Step 18/20 : LABEL arch=arm64 04:50:57 ---> Running in 079bde4923d3 04:50:57 ---> Running in 564fefd26a5f 04:50:57 Removing intermediate container bd5411c37fb8 04:50:57 ---> 21a60b1cefe9 04:50:57 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:50:57 ---> Running in 34680beeac4e 04:50:57 Removing intermediate container 079bde4923d3 04:50:57 ---> 0e13f3429052 04:50:57 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:50:58 Removing intermediate container 564fefd26a5f 04:50:58 ---> 29c6c682d76a 04:50:58 Step 19/20 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 04:50:58 ---> Running in 6df7c488d874 04:50:59 Removing intermediate container 6df7c488d874 04:50:59 ---> 1b171f45e1a5 04:50:59 Step 20/20 : LABEL version=0.0.0 04:50:59 ---> 47ea57662fb4 04:50:59 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:50:59 ---> Running in f55316c1f1b9 04:51:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:00 Removing intermediate container f55316c1f1b9 04:51:00 ---> 913e6a43c0a4 04:51:00 04:51:00 ---> ce535215c811 04:51:00 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:51:01 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:51:01 v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:51:01 OK: 12620 distinct packages available 04:51:01 Successfully built 913e6a43c0a4 04:51:01 Successfully tagged docker-support-scheduler-go-arm64:latest 04:51:01  Building docker-support-scheduler-go ... done  ---> 87df80fea424 04:51:01 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:51:02 (1/2) Installing ca-certificates (20191127-r4) 04:51:02 (2/2) Installing dumb-init (1.2.2-r1) 04:51:02 Executing busybox-1.31.1-r16.trigger 04:51:02 Executing ca-certificates-20191127-r4.trigger 04:51:02 OK: 6 MiB in 16 packages 04:51:03 ---> f8d62f78d5df 04:51:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:51:04 Removing intermediate container 34680beeac4e 04:51:04 ---> ef36bc54615f 04:51:04 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:51:05 ---> Running in b9e9ba2c040b 04:51:05 ---> 0624f7f6eb69 04:51:05 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:51:05 Removing intermediate container b9e9ba2c040b 04:51:05 ---> 0dd0c44faa30 04:51:05 Step 14/29 : WORKDIR $BASE_DIR 04:51:05 ---> Running in 6230de15fce0 04:51:06 Removing intermediate container 6230de15fce0 04:51:06 ---> ffa521777fbf 04:51:06 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:51:06 ---> Running in 3884dd08ce33 04:51:07 ---> 8f0a7bc6b613 04:51:07 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:51:09 ---> 444783653e41 04:51:09 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:51:10 ---> 7cc00bf98ab4 04:51:10 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:51:10 ---> Running in b9f84e654e14 04:51:10 Removing intermediate container 3884dd08ce33 04:51:10 ---> 6a5a65930fef 04:51:10 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:51:12 ---> df327c95d549 04:51:12 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:51:14 ---> 135303328f0b 04:51:14 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:51:14 Removing intermediate container b9f84e654e14 04:51:14 ---> 220af5326d67 04:51:14 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:51:15 ---> Running in 6fb2ae114001 04:51:15 ---> e160ab7f34f7 04:51:15 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:51:15 Removing intermediate container 6fb2ae114001 04:51:15 ---> 2a9cd37ba82c 04:51:15 Step 24/26 : LABEL arch=arm64 04:51:16 ---> Running in d09b6203b251 04:51:17 ---> 32b903d0473e 04:51:17 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:51:17 Removing intermediate container d09b6203b251 04:51:17 ---> ae1364e2071a 04:51:17 Step 25/26 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 04:51:17 ---> Running in 0e6f813fc143 04:51:17 Removing intermediate container 0e6f813fc143 04:51:17 ---> 3d524bc9e269 04:51:17 Step 26/26 : LABEL version=0.0.0 04:51:18 ---> Running in 3d429851b790 04:51:18 ---> a712ab308c66 04:51:18 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:51:18 ---> Running in aafa50f8f612 04:51:18 Removing intermediate container 3d429851b790 04:51:18 ---> 2b0557d2cc22 04:51:18 04:51:19 Successfully built 2b0557d2cc22 04:51:19 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:51:22  Building docker-security-secretstore-setup-go ... done Removing intermediate container aafa50f8f612 04:51:22 ---> 07b37358be8f 04:51:22 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:51:23 ---> c2083e6540ee 04:51:23 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:51:23 ---> Running in 055535a7c3f5 04:51:27 Removing intermediate container 055535a7c3f5 04:51:27 ---> 468cba53c79a 04:51:27 Step 24/29 : RUN chmod 755 security-secrets-setup 04:51:27 ---> Running in 0d2ae77a7d45 04:51:30 Removing intermediate container 0d2ae77a7d45 04:51:30 ---> f4b8eed87ca0 04:51:30 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:51:30 ---> Running in d2fed178ea24 04:51:31 Removing intermediate container d2fed178ea24 04:51:31 ---> 5de8a6678b2a 04:51:31 Step 26/29 : CMD [ "generate" ] 04:51:31 ---> Running in 456edc75ff77 04:51:31 Removing intermediate container 456edc75ff77 04:51:31 ---> 5b70ca4f0a8a 04:51:31 Step 27/29 : LABEL arch=arm64 04:51:31 ---> Running in 8f7819fda403 04:51:32 Removing intermediate container 8f7819fda403 04:51:32 ---> 790c1c4bcb32 04:51:32 Step 28/29 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 04:51:32 ---> Running in 79b636aef84e 04:51:32 Removing intermediate container 79b636aef84e 04:51:32 ---> a0433007e9e2 04:51:32 Step 29/29 : LABEL version=0.0.0 04:51:33 ---> Running in b2aba9f3ff65 04:51:33 Removing intermediate container b2aba9f3ff65 04:51:33 ---> 6fc60e1b2c41 04:51:33 04:51:33 Successfully built 6fc60e1b2c41 04:51:33 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:51:44  Building docker-security-secrets-setup-go ... done Removing intermediate container 2d15448c4f78 04:51:44 ---> f05be15ecc83 04:51:44 04:51:44 Step 10/22 : FROM alpine 04:51:44 ---> 62ee0e9f8440 04:51:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:51:44 ---> Running in e9e373105493 04:51:44 Removing intermediate container e9e373105493 04:51:44 ---> edaa3957b623 04:51:44 Step 12/22 : ENV APP_PORT=48080 04:51:44 ---> Running in d1bcbdc7d7f1 04:51:44 Removing intermediate container d1bcbdc7d7f1 04:51:44 ---> 8823d7e64096 04:51:44 Step 13/22 : EXPOSE $APP_PORT 04:51:44 ---> Running in 14406472d99e 04:51:44 Removing intermediate container 14406472d99e 04:51:44 ---> faea8ea59ea8 04:51:44 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:45 ---> Running in 76c72a965e4a 04:51:47 Removing intermediate container 76c72a965e4a 04:51:47 ---> eb0e50f861fd 04:51:47 Step 15/22 : RUN apk --no-cache add zeromq 04:51:47 ---> Running in 682ec7fb0b2b 04:51:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:51 (1/5) Installing libgcc (9.3.0-r2) 04:51:51 (2/5) Installing libsodium (1.0.18-r0) 04:51:51 (3/5) Installing libstdc++ (9.3.0-r2) 04:51:51 (4/5) Installing libzmq (4.3.2-r0) 04:51:51 (5/5) Installing zeromq (4.3.2-r0) 04:51:51 Executing busybox-1.31.1-r16.trigger 04:51:52 OK: 8 MiB in 19 packages 04:51:53 Removing intermediate container 682ec7fb0b2b 04:51:53 ---> ac0071efcfc4 04:51:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:51:54 ---> b5581d26a73d 04:51:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:51:55 ---> 8efdc110adfd 04:51:55 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:51:55 ---> 9b0b03ca620e 04:51:55 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:51:56 ---> Running in a3386f394716 04:51:56 Removing intermediate container a3386f394716 04:51:56 ---> 9f0a70021e21 04:51:56 Step 20/22 : LABEL arch=arm64 04:51:56 ---> Running in 4832a793fbc0 04:51:56 Removing intermediate container 4832a793fbc0 04:51:56 ---> 27cd493aa829 04:51:56 Step 21/22 : LABEL git_sha=08d6e880b65106141ebdefa456357ef590e3b5a0 04:51:57 ---> Running in 2e2271727576 04:51:57 Removing intermediate container 2e2271727576 04:51:57 ---> 9d79f4e643d4 04:51:57 Step 22/22 : LABEL version=0.0.0 04:51:57 ---> Running in 1abb83de8d50 04:51:58 Removing intermediate container 1abb83de8d50 04:51:58 ---> 441bfcb9c19a 04:51:58 04:51:58 Successfully built 441bfcb9c19a 04:51:58 Successfully tagged docker-core-data-go-arm64:latest 04:51:58  Building docker-core-data-go ... done  [Pipeline] } 04:51:58 $ docker stop --time=1 26b251f3b82ba915aff11d4e02de80d0a6658b034723370ade09e7c9edd0f720 04:52:00 $ docker rm -f 26b251f3b82ba915aff11d4e02de80d0a6658b034723370ade09e7c9edd0f720 [Pipeline] // withDockerContainer [Pipeline] sh 04:52:01 + docker images 04:52:01 + grep docker 04:52:01 docker-core-data-go-arm64 latest 441bfcb9c19a 4 seconds ago 22.6MB 04:52:01 docker-security-secrets-setup-go-arm64 latest 6fc60e1b2c41 28 seconds ago 24.2MB 04:52:01 docker-security-secretstore-setup-go-arm64 latest 2b0557d2cc22 43 seconds ago 32.6MB 04:52:01 docker-support-scheduler-go-arm64 latest 913e6a43c0a4 About a minute ago 12.6MB 04:52:01 docker-security-proxy-setup-go-arm64 latest c54b6c889cb6 About a minute ago 15.8MB 04:52:01 docker-sys-mgmt-agent-go-arm64 latest 3fccccf4d27c 2 minutes ago 266MB 04:52:01 docker-core-metadata-go-arm64 latest ddc31b22df36 3 minutes ago 13.8MB 04:52:01 docker-support-notifications-go-arm64 latest 93ac98f55ad0 3 minutes ago 13.9MB 04:52:01 docker-core-command-go-arm64 latest 49b3bf5b0c4c 3 minutes ago 12.4MB 04:52:01 docker-support-logging-go-arm64 latest d319ef7055ba 4 minutes ago 11.4MB 04:52:01 docker latest ce9d55ae87f1 4 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:52:03 provisioning config files... 04:52:03 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/24@tmp/config6724031156021054590tmp [Pipeline] { [Pipeline] sh 04:52:03 + curl -s https://codecov.io/bash 04:52:03 + bash -s - -t @/w/workspace/edgex-go/24@tmp/config6724031156021054590tmp [Pipeline] } 04:52:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:52:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:52:05 ---> package-listing.sh 04:52:05 ++ facter osfamily 04:52:05 ++ tr '[:upper:]' '[:lower:]' 04:52:05 + OS_FAMILY=redhat 04:52:05 + workspace=/w/workspace/edgex-go/24 04:52:05 + START_PACKAGES=/tmp/packages_start.txt 04:52:05 + END_PACKAGES=/tmp/packages_end.txt 04:52:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:52:05 + PACKAGES=/tmp/packages_start.txt 04:52:05 + '[' /w/workspace/edgex-go/24 ']' 04:52:05 + PACKAGES=/tmp/packages_end.txt 04:52:05 + case "${OS_FAMILY}" in 04:52:05 + rpm -qa 04:52:05 + sort 04:52:10 + '[' -f /tmp/packages_start.txt ']' 04:52:10 + '[' -f /tmp/packages_end.txt ']' 04:52:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:52:10 + '[' /w/workspace/edgex-go/24 ']' 04:52:10 + mkdir -p /w/workspace/edgex-go/24/archives/ 04:52:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/24/archives/ [Pipeline] isUnix [Pipeline] sh 04:52:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:52:10 04:52:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:52:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:52:10 alpine: Pulling from edgex-lftools-log-publisher 04:52:10 c9b1b535fdd9: Pulling fs layer 04:52:10 2cc5ad85d9ab: Pulling fs layer 04:52:10 756a868c4378: Pulling fs layer 04:52:10 444b2fc9a129: Pulling fs layer 04:52:10 ea15f1150254: Pulling fs layer 04:52:10 41b27a9f41bf: Pulling fs layer 04:52:10 28c525ee5125: Pulling fs layer 04:52:10 094b1ea09ed8: Pulling fs layer 04:52:10 138eaada9080: Pulling fs layer 04:52:10 0622d0fa9048: Pulling fs layer 04:52:10 ea15f1150254: Waiting 04:52:10 41b27a9f41bf: Waiting 04:52:10 28c525ee5125: Waiting 04:52:10 094b1ea09ed8: Waiting 04:52:10 138eaada9080: Waiting 04:52:10 0622d0fa9048: Waiting 04:52:10 444b2fc9a129: Waiting 04:52:10 2cc5ad85d9ab: Verifying Checksum 04:52:10 2cc5ad85d9ab: Download complete 04:52:10 444b2fc9a129: Verifying Checksum 04:52:10 444b2fc9a129: Download complete 04:52:10 c9b1b535fdd9: Download complete 04:52:10 ea15f1150254: Verifying Checksum 04:52:10 ea15f1150254: Download complete 04:52:11 28c525ee5125: Verifying Checksum 04:52:11 28c525ee5125: Download complete 04:52:11 756a868c4378: Verifying Checksum 04:52:11 756a868c4378: Download complete 04:52:11 c9b1b535fdd9: Pull complete 04:52:11 138eaada9080: Download complete 04:52:11 0622d0fa9048: Verifying Checksum 04:52:11 0622d0fa9048: Download complete 04:52:11 094b1ea09ed8: Verifying Checksum 04:52:11 094b1ea09ed8: Download complete 04:52:11 2cc5ad85d9ab: Pull complete 04:52:12 41b27a9f41bf: Verifying Checksum 04:52:12 41b27a9f41bf: Download complete 04:52:13 756a868c4378: Pull complete 04:52:13 444b2fc9a129: Pull complete 04:52:13 ea15f1150254: Pull complete 04:52:20 41b27a9f41bf: Pull complete 04:52:20 28c525ee5125: Pull complete 04:52:22 094b1ea09ed8: Pull complete 04:52:22 138eaada9080: Pull complete 04:52:22 0622d0fa9048: Pull complete 04:52:22 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:52:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:52:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:52:22 prd-centos7-docker-4c-2g-969 does not seem to be running inside a container 04:52:23 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:52:27 $ docker top 250655edbbfb591f4915a67e24b8db344291915767e1bfcae53affef2f92a094 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:52:27 provisioning config files... 04:52:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/24@tmp/config6907694134194924037tmp [Pipeline] { [Pipeline] echo 04:52:28 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:52:28 ---> create-netrc.sh [Pipeline] echo 04:52:28 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:52:28 ---> logs-deploy.sh 04:52:28 + ARCHIVE_ARTIFACTS= 04:52:28 + LOGS_SERVER=https://logs.edgexfoundry.org 04:52:28 + '[' https://logs.edgexfoundry.org == None ']' 04:52:28 + NEXUS_URL=https://nexus.edgexfoundry.org 04:52:28 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/24 04:52:28 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/24/ 04:52:28 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/24 /w/workspace/edgex-go/24 04:52:29 Archives upload complete. 04:52:29 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/24 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/24/