Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a04406103a62564c13dcc9fb2d65b5b68ac6555c+9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 (df1491b34a1bd8d590dc414b93667b9aeacf8dd2) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-1658 in /w/workspace/edgexfoundry_edgex-go_PR-2633 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # 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/2633/head:refs/remotes/origin/PR-2633 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 into PR head commit a04406103a62564c13dcc9fb2d65b5b68ac6555c > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2633/head:refs/remotes/origin/PR-2633 # 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/2633/head:refs/remotes/origin/PR-2633 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a04406103a62564c13dcc9fb2d65b5b68ac6555c # 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 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 # timeout=10 Merge succeeded, producing e813e4c6e3ffe2396cb54fab1f286ed207e629cd Checking out Revision e813e4c6e3ffe2396cb54fab1f286ed207e629cd (PR-2633) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e813e4c6e3ffe2396cb54fab1f286ed207e629cd # timeout=10 Commit message: "Merge commit '9098740bb9c39ad5ae1b6b14d814f8ae0a19a439' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:30:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:30:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:30:24 ========================================================= 04:30:24 EdgeX Global Pipelines Version Info 04:30:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 # timeout=10 04:30:26 ------------------- 04:30:26 stable info: 04:30:26 ------------------- 04:30:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:30:26 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:30:26 Message: update stable to v1.0.106 04:30:26 ------------------- 04:30:26 experimental info: 04:30:26 ------------------- 04:30:26 Commited By: **** collab-it+edgex@linuxfoundation.org 04:30:26 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 04:30:26 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:30:28 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 04:30:28 + for file in '`ls cmd/**/Dockerfile`' 04:30:28 ++ dirname cmd/core-command/Dockerfile 04:30:28 ++ cut -d/ -f2 04:30:28 + echo core-command,cmd/core-command/Dockerfile 04:30:28 + for file in '`ls cmd/**/Dockerfile`' 04:30:28 ++ dirname cmd/core-data/Dockerfile 04:30:28 ++ cut -d/ -f2 04:30:28 + echo core-data,cmd/core-data/Dockerfile 04:30:28 + for file in '`ls cmd/**/Dockerfile`' 04:30:28 ++ dirname cmd/core-metadata/Dockerfile 04:30:28 ++ cut -d/ -f2 04:30:28 + echo core-metadata,cmd/core-metadata/Dockerfile 04:30:28 + for file in '`ls cmd/**/Dockerfile`' 04:30:28 ++ dirname cmd/security-proxy-setup/Dockerfile 04:30:28 ++ cut -d/ -f2 04:30:28 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:30:28 + for file in '`ls cmd/**/Dockerfile`' 04:30:28 ++ dirname cmd/security-secrets-setup/Dockerfile 04:30:28 ++ cut -d/ -f2 04:30:28 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:30:28 + for file in '`ls cmd/**/Dockerfile`' 04:30:28 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:30:28 ++ cut -d/ -f2 04:30:28 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:30:28 + for file in '`ls cmd/**/Dockerfile`' 04:30:28 ++ dirname cmd/support-logging/Dockerfile 04:30:28 ++ cut -d/ -f2 04:30:28 + echo support-logging,cmd/support-logging/Dockerfile 04:30:28 + for file in '`ls cmd/**/Dockerfile`' 04:30:28 ++ dirname cmd/support-notifications/Dockerfile 04:30:28 ++ cut -d/ -f2 04:30:28 + echo support-notifications,cmd/support-notifications/Dockerfile 04:30:28 + for file in '`ls cmd/**/Dockerfile`' 04:30:28 ++ dirname cmd/support-scheduler/Dockerfile 04:30:28 ++ cut -d/ -f2 04:30:28 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:30:28 + for file in '`ls cmd/**/Dockerfile`' 04:30:28 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:30:28 ++ cut -d/ -f2 04:30:28 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:30:28 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 04:30:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:29 04:30:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:30:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:29 latest: Pulling from edgex-devops/git-semver 04:30:29 31603596830f: Pulling fs layer 04:30:29 2a8b12db71e7: Pulling fs layer 04:30:29 6ca5941a6612: Pulling fs layer 04:30:29 ecc8261a40a4: Pulling fs layer 04:30:29 ecc8261a40a4: Waiting 04:30:29 2a8b12db71e7: Verifying Checksum 04:30:29 2a8b12db71e7: Download complete 04:30:29 31603596830f: Verifying Checksum 04:30:29 31603596830f: Download complete 04:30:29 ecc8261a40a4: Verifying Checksum 04:30:29 ecc8261a40a4: Download complete 04:30:29 6ca5941a6612: Verifying Checksum 04:30:29 6ca5941a6612: Download complete 04:30:30 31603596830f: Pull complete 04:30:30 2a8b12db71e7: Pull complete 04:30:31 6ca5941a6612: Pull complete 04:30:31 ecc8261a40a4: Pull complete 04:30:31 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:30:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:31 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:30:31 prd-centos7-docker-4c-2g-1658 does not seem to be running inside a container 04:30:31 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:30:34 $ docker top c71ba11ddec3bb1651c404e86b9801c923d51409bce564ed6ee9c766e60a8f55 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:30:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:34 [ssh-agent] Looking for ssh-agent implementation... 04:30:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:34 $ docker exec c71ba11ddec3bb1651c404e86b9801c923d51409bce564ed6ee9c766e60a8f55 ssh-agent 04:30:34 SSH_AUTH_SOCK=/tmp/ssh-PjFi5vm2nbEz/agent.11 04:30:34 SSH_AGENT_PID=16 04:30:34 Running ssh-add (command line suppressed) 04:30:34 Identity added: /w/workspace/edgex-go/7@tmp/private_key_8576102958523803888.key (/w/workspace/edgex-go/7@tmp/private_key_8576102958523803888.key) 04:30:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:35 + git describe --exact-match --tags HEAD 04:30:35 fatal: No names found, cannot describe anything. [Pipeline] } 04:30:35 $ docker exec --env ******** --env ******** c71ba11ddec3bb1651c404e86b9801c923d51409bce564ed6ee9c766e60a8f55 ssh-agent -k 04:30:35 unset SSH_AUTH_SOCK; 04:30:35 unset SSH_AGENT_PID; 04:30:35 echo Agent pid 16 killed; 04:30:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:30:35 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:30:35 This usually means this commit has not been tagged. [Pipeline] sshagent 04:30:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:35 [ssh-agent] Looking for ssh-agent implementation... 04:30:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:35 $ docker exec c71ba11ddec3bb1651c404e86b9801c923d51409bce564ed6ee9c766e60a8f55 ssh-agent 04:30:36 SSH_AUTH_SOCK=/tmp/ssh-oUNIPwHaAYuI/agent.45 04:30:36 SSH_AGENT_PID=51 04:30:36 Running ssh-add (command line suppressed) 04:30:36 Identity added: /w/workspace/edgex-go/7@tmp/private_key_36298282071746616.key (/w/workspace/edgex-go/7@tmp/private_key_36298282071746616.key) 04:30:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:36 + git semver init 04:30:36 # -> Open(): unable to determine branch for HEAD 04:30:36 # $GIT_DIR = /w/workspace/edgex-go/7/.git 04:30:36 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 04:30:36 # $SEMVER_REMOTE_NAME = origin 04:30:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:30:36 # $SEMVER_USER_NAME = edgex-jenkins 04:30:36 # $SEMVER_BRANCH = PR-2633 04:30:36 # $SEMVER_TEMP = /tmp/semver-820229829 04:30:36 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:31:08 # '/tmp/semver-820229829' -> '/w/workspace/edgex-go/7/.semver' 04:31:09 # -> Force: false 04:31:09 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 04:31:09 $ docker exec --env ******** --env ******** c71ba11ddec3bb1651c404e86b9801c923d51409bce564ed6ee9c766e60a8f55 ssh-agent -k 04:31:09 unset SSH_AUTH_SOCK; 04:31:09 unset SSH_AGENT_PID; 04:31:09 echo Agent pid 51 killed; 04:31:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:31:10 + git semver [Pipeline] } 04:31:10 $ docker stop --time=1 c71ba11ddec3bb1651c404e86b9801c923d51409bce564ed6ee9c766e60a8f55 04:31:11 $ docker rm -f c71ba11ddec3bb1651c404e86b9801c923d51409bce564ed6ee9c766e60a8f55 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:31:25 Stashed 28 file(s) [Pipeline] echo 04:31:25 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 04:31:25 ========================================================= 04:31:25 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:31:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:31:26 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 04:31:29 Sending build context to Docker daemon 323MB 04:31:29 Step 1/7 : ARG BASE=golang:1.13-alpine 04:31:29 Step 2/7 : FROM ${BASE} 04:31:29 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:31:29 df20fa9351a1: Pulling fs layer 04:31:29 ed8968b2872e: Pulling fs layer 04:31:29 a92cc7c5fd73: Pulling fs layer 04:31:29 2dd03ba5bac4: Pulling fs layer 04:31:29 1e091d79d1de: Pulling fs layer 04:31:29 481702a1767f: Pulling fs layer 04:31:29 f64a6f60c768: Pulling fs layer 04:31:29 e78d2573fc39: Pulling fs layer 04:31:29 e876d2f968b6: Pulling fs layer 04:31:29 ce8a83651883: Pulling fs layer 04:31:29 07967f4d0e4b: Pulling fs layer 04:31:29 f64a6f60c768: Waiting 04:31:29 e78d2573fc39: Waiting 04:31:29 e876d2f968b6: Waiting 04:31:29 ce8a83651883: Waiting 04:31:29 07967f4d0e4b: Waiting 04:31:29 1e091d79d1de: Waiting 04:31:29 2dd03ba5bac4: Waiting 04:31:29 481702a1767f: Waiting 04:31:29 a92cc7c5fd73: Download complete 04:31:29 ed8968b2872e: Verifying Checksum 04:31:29 ed8968b2872e: Download complete 04:31:29 1e091d79d1de: Verifying Checksum 04:31:29 1e091d79d1de: Download complete 04:31:29 481702a1767f: Verifying Checksum 04:31:29 481702a1767f: Download complete 04:31:29 df20fa9351a1: Verifying Checksum 04:31:29 df20fa9351a1: Download complete 04:31:30 f64a6f60c768: Verifying Checksum 04:31:30 f64a6f60c768: Download complete 04:31:30 e876d2f968b6: Verifying Checksum 04:31:30 e876d2f968b6: Download complete 04:31:30 e78d2573fc39: Verifying Checksum 04:31:30 e78d2573fc39: Download complete 04:31:31 2dd03ba5bac4: Verifying Checksum 04:31:31 2dd03ba5bac4: Download complete 04:31:31 07967f4d0e4b: Verifying Checksum 04:31:31 07967f4d0e4b: Download complete 04:31:31 ce8a83651883: Verifying Checksum 04:31:31 ce8a83651883: Download complete 04:31:32 df20fa9351a1: Pull complete 04:31:32 ed8968b2872e: Pull complete 04:31:32 a92cc7c5fd73: Pull complete 04:31:38 2dd03ba5bac4: Pull complete 04:31:38 1e091d79d1de: Pull complete 04:31:38 481702a1767f: Pull complete 04:31:40 Still waiting to schedule task 04:31:40 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:31:46 f64a6f60c768: Pull complete 04:31:50 e78d2573fc39: Pull complete 04:31:50 e876d2f968b6: Pull complete 04:31:51 ce8a83651883: Pull complete 04:31:51 07967f4d0e4b: Pull complete 04:31:51 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:31:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:31:51 ---> 5d7c900382c6 04:31:51 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:31:52 ---> Running in 011e99262973 04:31:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:32:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:32:29 (1/12) Installing libmagic (5.38-r0) 04:32:34 (2/12) Installing file (5.38-r0) 04:32:34 (3/12) Installing libc-dev (0.7.2-r3) 04:32:34 (4/12) Installing g++ (9.3.0-r2) 04:33:45 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1663 in /w/workspace/edgexfoundry_edgex-go_PR-2633 [Pipeline] { [Pipeline] ws 04:33:46 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 04:33:50 using credential edgex-jenkins-ssh 04:33:51 Cloning the remote Git repository 04:33:51 Cloning with configured refspecs honoured and without tags 04:33:51 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:33:51 > git init /w/workspace/edgex-go/7 # timeout=10 04:33:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:33:51 > git --version # timeout=10 04:33:51 using GIT_SSH to set credentials SSH Credentials for GitHub 04:33:51 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2633/head:refs/remotes/origin/PR-2633 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:34:06 Fetching without tags 04:34:07 Merging remotes/origin/master commit 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 into PR head commit a04406103a62564c13dcc9fb2d65b5b68ac6555c 04:34:08 Merge succeeded, producing 6b799baaaf20db8eb5e899bea6e539ada6fa347a 04:34:08 Checking out Revision 6b799baaaf20db8eb5e899bea6e539ada6fa347a (PR-2633) 04:34:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:34:06 > git config --add remote.origin.fetch +refs/pull/2633/head:refs/remotes/origin/PR-2633 # timeout=10 04:34:06 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:34:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:34:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:34:06 using GIT_SSH to set credentials SSH Credentials for GitHub 04:34:06 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2633/head:refs/remotes/origin/PR-2633 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:34:07 > git config core.sparsecheckout # timeout=10 04:34:07 > git checkout -f a04406103a62564c13dcc9fb2d65b5b68ac6555c # timeout=10 04:34:07 > git remote # timeout=10 04:34:07 > git config --get remote.origin.url # timeout=10 04:34:07 using GIT_SSH to set credentials SSH Credentials for GitHub 04:34:07 > git merge 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 # timeout=10 04:34:08 > git rev-parse HEAD^{commit} # timeout=10 04:34:08 > git config core.sparsecheckout # timeout=10 04:34:08 > git checkout -f 6b799baaaf20db8eb5e899bea6e539ada6fa347a # timeout=10 04:34:12 Commit message: "Merge commit '9098740bb9c39ad5ae1b6b14d814f8ae0a19a439' into HEAD" 04:34:12 First time build. Skipping changelog. 04:34:12 > git rev-list --no-walk a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:34:24 ========================================================= 04:34:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:34:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:34:25 + 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:34:29 Sending build context to Docker daemon 323MB 04:34:29 Step 1/7 : ARG BASE=golang:1.13-alpine 04:34:29 Step 2/7 : FROM ${BASE} 04:34:29 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:34:29 b538f80385f9: Pulling fs layer 04:34:29 74f711af9a0d: Pulling fs layer 04:34:29 99f96fe45779: Pulling fs layer 04:34:29 fd7a069fd194: Pulling fs layer 04:34:29 66aa3694b03b: Pulling fs layer 04:34:29 170f70906a0f: Pulling fs layer 04:34:29 ad7c5574e4b9: Pulling fs layer 04:34:29 e772456be8f7: Pulling fs layer 04:34:29 c890913d741a: Pulling fs layer 04:34:29 2480fcc9aa5a: Pulling fs layer 04:34:29 09adf4765672: Pulling fs layer 04:34:29 fd7a069fd194: Waiting 04:34:29 66aa3694b03b: Waiting 04:34:29 170f70906a0f: Waiting 04:34:29 ad7c5574e4b9: Waiting 04:34:29 e772456be8f7: Waiting 04:34:29 c890913d741a: Waiting 04:34:29 2480fcc9aa5a: Waiting 04:34:29 09adf4765672: Waiting 04:34:29 99f96fe45779: Verifying Checksum 04:34:29 99f96fe45779: Download complete 04:34:29 b538f80385f9: Verifying Checksum 04:34:29 b538f80385f9: Download complete 04:34:29 66aa3694b03b: Verifying Checksum 04:34:29 66aa3694b03b: Download complete 04:34:29 170f70906a0f: Verifying Checksum 04:34:29 170f70906a0f: Download complete 04:34:29 b538f80385f9: Pull complete 04:34:30 74f711af9a0d: Download complete 04:34:30 74f711af9a0d: Pull complete 04:34:31 99f96fe45779: Pull complete 04:34:32 ad7c5574e4b9: Download complete 04:34:32 c890913d741a: Verifying Checksum 04:34:32 c890913d741a: Download complete 04:34:34 2480fcc9aa5a: Verifying Checksum 04:34:34 2480fcc9aa5a: Download complete 04:34:34 09adf4765672: Verifying Checksum 04:34:34 09adf4765672: Download complete 04:34:35 e772456be8f7: Download complete 04:34:35 fd7a069fd194: Verifying Checksum 04:34:35 fd7a069fd194: Download complete 04:34:47 fd7a069fd194: Pull complete 04:34:47 66aa3694b03b: Pull complete 04:34:47 170f70906a0f: Pull complete 04:34:50 ad7c5574e4b9: Pull complete 04:34:55 e772456be8f7: Pull complete 04:34:55 c890913d741a: Pull complete 04:34:57 2480fcc9aa5a: Pull complete 04:34:58 09adf4765672: Pull complete 04:34:58 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:34:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:34:58 ---> 2248a725d1cf 04:34:58 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:35:03 ---> Running in 49b6cd8802fb 04:35:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:35:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:35:45 (1/12) Installing libmagic (5.38-r0) 04:35:49 (2/12) Installing file (5.38-r0) 04:35:49 (3/12) Installing libc-dev (0.7.2-r3) 04:35:49 (4/12) Installing g++ (9.3.0-r2) 04:39:26 (5/12) Installing fortify-headers (1.1-r0) 04:39:26 (6/12) Installing patch (2.7.6-r6) 04:39:26 (7/12) Installing build-base (0.5-r2) 04:39:26 (8/12) Installing libsodium (1.0.18-r0) 04:39:28 (9/12) Installing pkgconf (1.7.2-r0) 04:39:29 (10/12) Installing libsodium-dev (1.0.18-r0) 04:39:30 (11/12) Installing libzmq (4.3.2-r0) 04:39:34 (12/12) Installing zeromq-dev (4.3.2-r0) 04:39:34 Executing busybox-1.31.1-r16.trigger 04:39:34 OK: 233 MiB in 51 packages 04:39:37 Removing intermediate container 011e99262973 04:39:37 ---> eab836d59a46 04:39:37 Step 4/7 : WORKDIR /edgex-go 04:39:37 ---> Running in cf4b48709c1f 04:39:37 Removing intermediate container cf4b48709c1f 04:39:37 ---> 1f77544aca7b 04:39:37 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:39:39 latest: Pulling from library/docker 04:39:39 df20fa9351a1: Already exists 04:39:39 25ad7478873d: Pulling fs layer 04:39:39 4684f6177b5d: Pulling fs layer 04:39:39 46e300cec669: Pulling fs layer 04:39:39 63038576ad94: Pulling fs layer 04:39:39 0fdb76c4706c: Pulling fs layer 04:39:39 cb7edeffdfd5: Pulling fs layer 04:39:39 63038576ad94: Waiting 04:39:39 0fdb76c4706c: Waiting 04:39:39 cb7edeffdfd5: Waiting 04:39:39 4684f6177b5d: Download complete 04:39:39 25ad7478873d: Verifying Checksum 04:39:39 25ad7478873d: Download complete 04:39:39 63038576ad94: Verifying Checksum 04:39:39 63038576ad94: Download complete 04:39:39 0fdb76c4706c: Verifying Checksum 04:39:39 0fdb76c4706c: Download complete 04:39:39 cb7edeffdfd5: Verifying Checksum 04:39:39 cb7edeffdfd5: Download complete 04:39:39 25ad7478873d: Pull complete 04:39:40 4684f6177b5d: Pull complete 04:39:40 46e300cec669: Verifying Checksum 04:39:40 46e300cec669: Download complete 04:39:42 46e300cec669: Pull complete 04:39:42 63038576ad94: Pull complete 04:39:43 0fdb76c4706c: Pull complete 04:39:43 cb7edeffdfd5: Pull complete 04:39:43 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:39:43 Status: Downloaded newer image for docker:latest 04:39:45 ---> 2cb708e53a6c 04:39:45 Step 6/7 : COPY go.mod . 04:39:45 ---> e9a203706d26 04:39:45 Step 7/7 : RUN go mod download 04:39:45 ---> Running in e97cd1af2797 04:39:47 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:39:47 go: finding github.com/BurntSushi/toml v0.3.1 04:39:47 go: finding github.com/OneOfOne/xxhash v1.2.5 04:39:47 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:39:47 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:39:47 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:39:47 go: finding github.com/bgentry/speakeasy v0.1.0 04:39:47 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:39:47 go: finding github.com/cloudflare/gokey v0.1.0 04:39:47 go: finding github.com/davecgh/go-spew v1.1.1 04:39:47 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:39:47 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:39:47 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:39:47 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:39:47 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:39:47 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:39:47 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:39:47 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:39:47 go: finding github.com/fatih/color v1.7.0 04:39:47 go: finding github.com/fsnotify/fsnotify v1.4.7 04:39:47 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:39:47 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:39:48 go: finding github.com/go-kit/kit v0.8.0 04:39:48 go: finding github.com/go-logfmt/logfmt v0.4.0 04:39:48 go: finding github.com/go-redis/redis/v7 v7.2.0 04:39:48 go: finding github.com/go-stack/stack v1.8.0 04:39:48 go: finding github.com/golang/protobuf v1.3.2 04:39:48 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:39:48 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:39:48 go: finding github.com/google/uuid v1.1.0 04:39:48 go: finding github.com/gorilla/mux v1.7.1 04:39:48 go: finding github.com/hashicorp/consul/api v1.1.0 04:39:48 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:39:48 go: finding github.com/hashicorp/errwrap v1.0.0 04:39:48 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:39:48 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:39:48 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:39:48 go: finding github.com/hashicorp/go-multierror v1.0.0 04:39:48 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:39:48 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:39:48 go: finding github.com/hashicorp/go-syslog v1.0.0 04:39:48 go: finding github.com/hashicorp/go-uuid v1.0.1 04:39:48 go: finding github.com/hashicorp/go.net v0.0.1 04:39:48 go: finding github.com/hashicorp/golang-lru v0.5.0 04:39:48 go: finding github.com/hashicorp/logutils v1.0.0 04:39:48 go: finding github.com/hashicorp/mdns v1.0.0 04:39:48 go: finding github.com/hashicorp/memberlist v0.1.3 04:39:48 go: finding github.com/hashicorp/serf v0.8.2 04:39:48 go: finding github.com/hpcloud/tail v1.0.0 04:39:48 go: finding github.com/imdario/mergo v0.3.6 04:39:48 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:39:48 go: finding github.com/kr/pretty v0.1.0 04:39:48 go: finding github.com/kr/pty v1.1.1 04:39:48 go: finding github.com/kr/text v0.1.0 04:39:48 go: finding github.com/mattn/go-colorable v0.0.9 04:39:48 go: finding github.com/mattn/go-isatty v0.0.3 04:39:48 go: finding github.com/miekg/dns v1.0.14 04:39:48 go: finding github.com/mitchellh/cli v1.0.0 04:39:48 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:39:48 go: finding github.com/mitchellh/copystructure v1.0.0 04:39:48 go: finding github.com/mitchellh/go-homedir v1.0.0 04:39:48 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:39:48 go: finding github.com/mitchellh/gox v0.4.0 04:39:48 go: finding github.com/mitchellh/iochan v1.0.0 04:39:48 go: finding github.com/mitchellh/mapstructure v1.1.2 04:39:48 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:39:48 go: finding github.com/onsi/ginkgo v1.10.1 04:39:48 go: finding github.com/onsi/gomega v1.7.0 04:39:48 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:39:49 go: finding github.com/pebbe/zmq4 v1.0.0 04:39:49 go: finding github.com/pelletier/go-toml v1.2.0 04:39:49 go: finding github.com/pkg/errors v0.8.1 04:39:49 go: finding github.com/pmezard/go-difflib v1.0.0 04:39:49 go: finding github.com/posener/complete v1.1.1 04:39:49 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:39:49 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:39:49 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:39:49 go: finding github.com/stretchr/objx v0.1.0 04:39:49 go: finding github.com/stretchr/testify v1.5.1 04:39:49 go: finding github.com/ugorji/go v1.1.4 04:39:49 go: finding github.com/x448/float16 v0.8.4 04:39:49 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:39:49 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:39:49 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:39:49 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:39:49 go: finding golang.org/x/text v0.3.2 04:39:49 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:39:49 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:39:49 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:39:49 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:39:49 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:39:49 go: finding gopkg.in/yaml.v2 v2.2.8 04:40:01 Removing intermediate container e97cd1af2797 04:40:01 ---> 1905b9ec0dd8 04:40:01 Successfully built 1905b9ec0dd8 04:40:01 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:40:02 + docker inspect -f . ci-base-image-x86_64 04:40:02 . [Pipeline] withDockerContainer 04:40:02 prd-centos7-docker-4c-2g-1658 does not seem to be running inside a container 04:40:02 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:40:03 $ docker top a5e0274589583ddfd362726fe005f7f279de4b43c7509acb5db2ce7aad9ab05c -eo pid,comm [Pipeline] { [Pipeline] sh 04:40:03 + go version 04:40:03 go version go1.13.13 linux/amd64 [Pipeline] echo 04:40:03 ========================================================= 04:40:03 [edgeXBuildGoParallel] Running Tests and Build... 04:40:03 ========================================================= [Pipeline] sh 04:40:04 + make test 04:40:04 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:40:06 ? github.com/edgexfoundry/edgex-go [no test files] 04:40:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:40:23 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:40:23 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:40:23 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:40:23 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:40:23 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.007s 04:40:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:40:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:40:23 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:40:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:40:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:40:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:40:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:40:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:40:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.023s coverage: 46.6% of statements 04:40:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:40:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:40:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:40:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:40:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:40:34 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.118s coverage: 27.4% of statements 04:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:40:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.006s coverage: 100.0% of statements 04:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:40:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.011s coverage: 100.0% of statements 04:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:40:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.075s coverage: 28.6% of statements 04:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:40:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.009s coverage: 100.0% of statements 04:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:40:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.015s coverage: 100.0% of statements 04:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:40:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.058s coverage: 89.8% of statements 04:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:40:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.029s coverage: 97.5% of statements 04:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:40:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.028s coverage: 100.0% of statements 04:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:40:36 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:40:36 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:40:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:40:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:40:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:40:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:40:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:40:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:40:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:40:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:40:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:40:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:40:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:40:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:40:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:40:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:40:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements 04:40:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.096s coverage: 63.5% of statements 04:40:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:40:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:40:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.009s coverage: 100.0% of statements 04:40:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.174s coverage: 55.9% of statements 04:40:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:40:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:40:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:40:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 1.592s coverage: 86.3% of statements 04:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.266s coverage: 72.2% of statements 04:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.085s coverage: 72.1% of statements 04:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.010s coverage: 82.4% of statements 04:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.007s coverage: 48.4% of statements 04:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.023s coverage: 28.8% of statements 04:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.043s coverage: 96.8% of statements 04:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.038s coverage: 26.9% of statements 04:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.118s coverage: 84.1% of statements 04:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.006s coverage: 100.0% of statements 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.012s coverage: 43.1% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.073s coverage: 100.0% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.014s coverage: 83.8% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:40:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.035s coverage: 46.1% of statements 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:40:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.007s coverage: 100.0% of statements 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:40:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.016s coverage: 100.0% of statements 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:40:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.019s coverage: 100.0% of statements 04:40:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:40:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.048s coverage: 29.1% of statements 04:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:40:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.012s coverage: 99.0% of statements 04:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:40:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.007s coverage: 100.0% of statements 04:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:40:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 04:40:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:40:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.019s coverage: 100.0% of statements 04:40:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:40:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:40:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:40:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:40:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.013s coverage: 87.9% of statements 04:40:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:40:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:40:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.007s coverage: 100.0% of statements 04:40:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.017s coverage: 32.1% of statements 04:40:48 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.009s coverage: 100.0% of statements 04:40:49 GO111MODULE=on go vet ./... 04:40:55 gofmt -l . 04:40:56 [ "`gofmt -l .`" = "" ] 04:40:56 ./bin/test-go-mod-tidy.sh 04:40:57 ./bin/test-attribution-txt.sh [Pipeline] sh 04:41:00 + ls -al . 04:41:00 total 556 04:41:00 drwxrwxr-x 10 1001 1001 4096 Jul 31 04:40 . 04:41:00 drwxr-xr-x 4 root root 28 Jul 31 04:40 .. 04:41:00 -rw-rw-r-- 1 1001 1001 11 Jul 31 04:30 .dockerignore 04:41:00 drwxrwxr-x 8 1001 1001 179 Jul 31 04:30 .git 04:41:00 drwxrwxr-x 3 1001 1001 60 Jul 31 04:30 .github 04:41:00 -rw-rw-r-- 1 1001 1001 932 Jul 31 04:30 .gitignore 04:41:00 drwx------ 3 1001 1001 47 Jul 31 04:31 .semver 04:41:00 -rw-rw-r-- 1 1001 1001 166 Jul 31 04:30 .sonarcloud.properties 04:41:00 -rw-rw-r-- 1 1001 1001 3804 Jul 31 04:30 CONTRIBUTING.md 04:41:00 -rw-rw-r-- 1 1001 1001 1035 Jul 31 04:30 Dockerfile.build 04:41:00 -rw-rw-r-- 1 1001 1001 865 Jul 31 04:30 Jenkinsfile 04:41:00 -rw-rw-r-- 1 1001 1001 10775 Jul 31 04:30 LICENSE 04:41:00 -rw-rw-r-- 1 1001 1001 6237 Jul 31 04:30 Makefile 04:41:00 -rw-rw-r-- 1 1001 1001 5652 Jul 31 04:30 README.md 04:41:00 -rw-rw-r-- 1 1001 1001 7111 Jul 31 04:30 SECURITY.md 04:41:00 -rw-rw-r-- 1 1001 1001 5 Jul 31 04:31 VERSION 04:41:00 -rw-rw-r-- 1 1001 1001 4131 Jul 31 04:30 ZMQWindows.md 04:41:00 drwxrwxr-x 2 1001 1001 117 Jul 31 04:30 bin 04:41:00 drwxrwxr-x 15 1001 1001 4096 Jul 31 04:30 cmd 04:41:00 -rw-r--r-- 1 root root 455496 Jul 31 04:40 coverage.out 04:41:00 -rw-r--r-- 1 root root 1019 Jul 31 04:40 go.mod 04:41:00 -rw-r--r-- 1 root root 18146 Jul 31 04:40 go.sum 04:41:00 drwxrwxr-x 8 1001 1001 127 Jul 31 04:30 internal 04:41:00 drwxrwxr-x 4 1001 1001 26 Jul 31 04:30 openapi 04:41:00 drwxrwxr-x 4 1001 1001 71 Jul 31 04:30 snap 04:41:00 -rw-rw-r-- 1 1001 1001 168 Jul 31 04:30 version.go [Pipeline] sh 04:41:00 + '[' -e coverage.out ] 04:41:00 + chown 1001:1001 coverage.out [Pipeline] stash 04:41:00 Stashed 1 file(s) [Pipeline] sh 04:41:00 + make build 04:41:00 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:09 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:11 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:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:41:15 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:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:41:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:41:21 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:41:23 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:41:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:41:26 (5/12) Installing fortify-headers (1.1-r0) 04:41:26 (6/12) Installing patch (2.7.6-r6) 04:41:26 (7/12) Installing build-base (0.5-r2) 04:41:26 (8/12) Installing libsodium (1.0.18-r0) 04:41:26 (9/12) Installing pkgconf (1.7.2-r0) 04:41:26 (10/12) Installing libsodium-dev (1.0.18-r0) 04:41:26 (11/12) Installing libzmq (4.3.2-r0) 04:41:26 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:41:28 (12/12) Installing zeromq-dev (4.3.2-r0) 04:41:28 Executing busybox-1.31.1-r16.trigger 04:41:28 OK: 217 MiB in 51 packages 04:41:28 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:41:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 04:41:32 $ docker stop --time=1 a5e0274589583ddfd362726fe005f7f279de4b43c7509acb5db2ce7aad9ab05c 04:41:32 Removing intermediate container 49b6cd8802fb 04:41:32 ---> e8f69f59aecb 04:41:32 Step 4/7 : WORKDIR /edgex-go 04:41:32 ---> Running in 843ed00a1b88 04:41:32 Removing intermediate container 843ed00a1b88 04:41:32 ---> 6d4214c4d073 04:41:32 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:41:33 latest: Pulling from library/docker 04:41:33 b538f80385f9: Already exists 04:41:33 259a493cd78d: Pulling fs layer 04:41:33 b8e66b5100f5: Pulling fs layer 04:41:33 39dc9c94d07c: Pulling fs layer 04:41:33 551b823b3b82: Pulling fs layer 04:41:33 3c52a74df98c: Pulling fs layer 04:41:33 6c9b121b6998: Pulling fs layer 04:41:33 551b823b3b82: Waiting 04:41:33 3c52a74df98c: Waiting 04:41:33 6c9b121b6998: Waiting 04:41:33 b8e66b5100f5: Verifying Checksum 04:41:33 b8e66b5100f5: Download complete 04:41:33 259a493cd78d: Download complete 04:41:33 551b823b3b82: Verifying Checksum 04:41:33 551b823b3b82: Download complete 04:41:33 $ docker rm -f a5e0274589583ddfd362726fe005f7f279de4b43c7509acb5db2ce7aad9ab05c 04:41:33 3c52a74df98c: Verifying Checksum 04:41:33 3c52a74df98c: Download complete 04:41:33 6c9b121b6998: Download complete 04:41:34 259a493cd78d: Pull complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 04:41:34 b8e66b5100f5: Pull complete [Pipeline] isUnix [Pipeline] sh 04:41:34 39dc9c94d07c: Verifying Checksum 04:41:34 39dc9c94d07c: Download complete 04:41:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:41:35 04:41:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:41:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:41:35 latest: Pulling from edgex-devops/edgex-compose 04:41:35 cbdbe7a5bc2a: Pulling fs layer 04:41:35 ca9280d653b3: Pulling fs layer 04:41:35 7e9c9ca2126c: Pulling fs layer 04:41:35 cbdbe7a5bc2a: Verifying Checksum 04:41:35 cbdbe7a5bc2a: Download complete 04:41:35 ca9280d653b3: Verifying Checksum 04:41:35 ca9280d653b3: Download complete 04:41:36 cbdbe7a5bc2a: Pull complete 04:41:36 7e9c9ca2126c: Verifying Checksum 04:41:36 7e9c9ca2126c: Download complete 04:41:37 ca9280d653b3: Pull complete 04:41:38 39dc9c94d07c: Pull complete 04:41:38 551b823b3b82: Pull complete 04:41:38 3c52a74df98c: Pull complete 04:41:38 6c9b121b6998: Pull complete 04:41:38 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:41:38 Status: Downloaded newer image for docker:latest 04:41:43 ---> ce7a261c67ce 04:41:43 Step 6/7 : COPY go.mod . 04:41:43 ---> 5f974c62b0aa 04:41:43 Step 7/7 : RUN go mod download 04:41:43 ---> Running in 282dbec55d3b 04:41:45 7e9c9ca2126c: Pull complete 04:41:45 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:41:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:41:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:41:45 prd-centos7-docker-4c-2g-1658 does not seem to be running inside a container 04:41:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:41:46 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:41:46 go: finding github.com/BurntSushi/toml v0.3.1 04:41:46 go: finding github.com/OneOfOne/xxhash v1.2.5 04:41:46 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:41:46 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:41:46 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:41:46 go: finding github.com/bgentry/speakeasy v0.1.0 04:41:46 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:41:46 go: finding github.com/cloudflare/gokey v0.1.0 04:41:46 go: finding github.com/davecgh/go-spew v1.1.1 04:41:46 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:41:46 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:41:46 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:41:46 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:41:46 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:41:46 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:41:46 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:41:46 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:41:46 go: finding github.com/fatih/color v1.7.0 04:41:46 go: finding github.com/fsnotify/fsnotify v1.4.7 04:41:46 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:41:46 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:41:46 go: finding github.com/go-kit/kit v0.8.0 04:41:46 go: finding github.com/go-logfmt/logfmt v0.4.0 04:41:46 go: finding github.com/go-redis/redis/v7 v7.2.0 04:41:46 go: finding github.com/go-stack/stack v1.8.0 04:41:46 go: finding github.com/golang/protobuf v1.3.2 04:41:46 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:41:46 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:41:46 go: finding github.com/google/uuid v1.1.0 04:41:46 go: finding github.com/gorilla/mux v1.7.1 04:41:46 go: finding github.com/hashicorp/consul/api v1.1.0 04:41:46 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:41:46 go: finding github.com/hashicorp/errwrap v1.0.0 04:41:46 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:41:46 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:41:46 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:41:46 go: finding github.com/hashicorp/go-multierror v1.0.0 04:41:46 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:41:46 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:41:47 go: finding github.com/hashicorp/go-syslog v1.0.0 04:41:47 go: finding github.com/hashicorp/go-uuid v1.0.1 04:41:47 go: finding github.com/hashicorp/go.net v0.0.1 04:41:47 go: finding github.com/hashicorp/golang-lru v0.5.0 04:41:47 go: finding github.com/hashicorp/logutils v1.0.0 04:41:47 go: finding github.com/hashicorp/mdns v1.0.0 04:41:47 go: finding github.com/hashicorp/memberlist v0.1.3 04:41:47 go: finding github.com/hashicorp/serf v0.8.2 04:41:47 go: finding github.com/hpcloud/tail v1.0.0 04:41:47 go: finding github.com/imdario/mergo v0.3.6 04:41:47 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:41:47 go: finding github.com/kr/pretty v0.1.0 04:41:47 go: finding github.com/kr/pty v1.1.1 04:41:47 go: finding github.com/kr/text v0.1.0 04:41:47 go: finding github.com/mattn/go-colorable v0.0.9 04:41:47 go: finding github.com/mattn/go-isatty v0.0.3 04:41:47 go: finding github.com/miekg/dns v1.0.14 04:41:47 go: finding github.com/mitchellh/cli v1.0.0 04:41:47 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:41:47 go: finding github.com/mitchellh/copystructure v1.0.0 04:41:47 go: finding github.com/mitchellh/go-homedir v1.0.0 04:41:47 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:41:47 go: finding github.com/mitchellh/gox v0.4.0 04:41:47 go: finding github.com/mitchellh/iochan v1.0.0 04:41:47 go: finding github.com/mitchellh/mapstructure v1.1.2 04:41:47 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:41:47 go: finding github.com/onsi/ginkgo v1.10.1 04:41:47 go: finding github.com/onsi/gomega v1.7.0 04:41:47 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:41:47 go: finding github.com/pebbe/zmq4 v1.0.0 04:41:47 go: finding github.com/pelletier/go-toml v1.2.0 04:41:47 go: finding github.com/pkg/errors v0.8.1 04:41:47 go: finding github.com/pmezard/go-difflib v1.0.0 04:41:47 go: finding github.com/posener/complete v1.1.1 04:41:47 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:41:47 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:41:47 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:41:47 go: finding github.com/stretchr/objx v0.1.0 04:41:47 go: finding github.com/stretchr/testify v1.5.1 04:41:47 go: finding github.com/ugorji/go v1.1.4 04:41:47 go: finding github.com/x448/float16 v0.8.4 04:41:47 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:41:47 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:41:47 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:41:47 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:41:48 go: finding golang.org/x/text v0.3.2 04:41:48 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:41:48 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:41:48 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:41:48 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:41:48 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:41:48 go: finding gopkg.in/yaml.v2 v2.2.8 04:41:48 $ docker top 061dbf82f9b749d5a34346b82ceecd3602a8575d46366a35fadb20820c236b56 -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:49 + docker-compose build --help 04:41:49 + grep parallel 04:41:50 --parallel Build images in parallel. [Pipeline] } 04:41:50 $ docker stop --time=1 061dbf82f9b749d5a34346b82ceecd3602a8575d46366a35fadb20820c236b56 04:41:51 $ docker rm -f 061dbf82f9b749d5a34346b82ceecd3602a8575d46366a35fadb20820c236b56 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:41:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:41:52 . [Pipeline] withDockerContainer 04:41:52 prd-centos7-docker-4c-2g-1658 does not seem to be running inside a container 04:41:52 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:41:53 $ docker top efceadcbc16a777f8bde153cb650a1a5cb9a4d74076d39b5a46828dec09367d6 -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:53 + docker-compose -f ./docker-compose-build.yml build --parallel 04:41:54 Building docker-core-command-go ... 04:41:54 Building docker-core-data-go ... 04:41:54 Building docker-core-metadata-go ... 04:41:54 Building docker-security-proxy-setup-go ... 04:41:54 Building docker-security-secrets-setup-go ... 04:41:54 Building docker-security-secretstore-setup-go ... 04:41:54 Building docker-support-logging-go ... 04:41:54 Building docker-support-notifications-go ... 04:41:54 Building docker-support-scheduler-go ... 04:41:54 Building docker-sys-mgmt-agent-go ... 04:41:54 Building docker-security-secrets-setup-go 04:41:54 Building docker-support-scheduler-go 04:41:54 Building docker-security-secretstore-setup-go 04:41:54 Building docker-support-logging-go 04:41:54 Building docker-support-notifications-go 04:42:06 Removing intermediate container 282dbec55d3b 04:42:06 ---> ab4ef225c0f3 04:42:06 Successfully built ab4ef225c0f3 04:42:06 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:42:07 + docker inspect -f . ci-base-image-arm64 04:42:07 . [Pipeline] withDockerContainer 04:42:07 prd-ubuntu18.04-docker-arm64-4c-16g-1663 does not seem to be running inside a container 04:42:07 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:42:09 $ docker top 7ca30f939dfac4017b13d73bad162f1a14f920ba87b7b54eedb408282e22e0c5 -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:10 + go version 04:42:10 go version go1.13.13 linux/arm64 [Pipeline] echo 04:42:10 ========================================================= 04:42:10 [edgeXBuildGoParallel] Running Tests and Build... 04:42:10 ========================================================= [Pipeline] sh 04:42:10 + make test 04:42:10 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:42:13 ? github.com/edgexfoundry/edgex-go [no test files] 04:42:33 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:33 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:42:33 ---> 1905b9ec0dd8 04:42:33 Step 3/20 : WORKDIR /edgex-go 04:42:33 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:33 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:42:33 ---> 1905b9ec0dd8 04:42:33 Step 3/29 : WORKDIR /edgex-go 04:42:33 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:42:33 ---> 1905b9ec0dd8 04:42:33 Step 3/21 : WORKDIR /edgex-go 04:42:33 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:33 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:42:33 ---> 1905b9ec0dd8 04:42:33 Step 3/26 : WORKDIR /edgex-go 04:42:33 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:42:33 ---> 1905b9ec0dd8 04:42:33 Step 3/23 : WORKDIR /edgex-go 04:42:33 ---> Running in bad3ed579e10 04:42:33 ---> Running in c40ced7bc29e 04:42:33 ---> Running in 2ff16327e53a 04:42:33 ---> Running in 5ff6d444353a 04:42:33 ---> Running in 4f947d5b0cfe 04:42:33 Removing intermediate container bad3ed579e10 04:42:33 ---> 5d1a5cf18217 04:42:33 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:33 Removing intermediate container 4f947d5b0cfe 04:42:33 ---> 6405944224b5 04:42:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:33 Removing intermediate container c40ced7bc29e 04:42:33 ---> 3b830037a5f5 04:42:33 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:33 Removing intermediate container 5ff6d444353a 04:42:33 ---> a85feb2e173c 04:42:33 Step 4/29 : RUN apk update && apk add make git 04:42:33 Removing intermediate container 2ff16327e53a 04:42:33 ---> 09013eae3c9c 04:42:33 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:33 ---> Running in c7accf1ec8c3 04:42:33 ---> Running in 93b828d04f73 04:42:33 ---> Running in 27d6b8d66291 04:42:33 ---> Running in ee96b4445217 04:42:33 ---> Running in ca42ff892a3c 04:42:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:33 Removing intermediate container 93b828d04f73 04:42:33 ---> 39bd3829dc14 04:42:33 Step 5/20 : RUN apk update && apk add make git 04:42:33 Removing intermediate container c7accf1ec8c3 04:42:33 ---> bc2a7820c10e 04:42:33 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:42:33 ---> Running in 4ff5e2c0aaff 04:42:33 ---> Running in bf099c8381ef 04:42:33 Removing intermediate container ee96b4445217 04:42:33 ---> 4b900a2edd05 04:42:33 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:42:33 Removing intermediate container ca42ff892a3c 04:42:33 ---> 6019ac62b60c 04:42:33 Step 5/26 : RUN apk update && apk add make git 04:42:33 ---> Running in 6365dce8f38e 04:42:33 ---> Running in 92301e95d50d 04:42:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:45 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:43:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:43:01 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:43:01 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:43:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:43:01 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.039s 04:43:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:43:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:43:01 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:43:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:43:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:43:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:43:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:43:01 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:43:03 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:03 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:03 OK: 12749 distinct packages available 04:43:03 OK: 233 MiB in 51 packages 04:43:03 OK: 233 MiB in 51 packages 04:43:03 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:03 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:03 OK: 12749 distinct packages available 04:43:03 Removing intermediate container 6365dce8f38e 04:43:03 ---> cd29d1819983 04:43:03 Step 6/21 : COPY go.mod . 04:43:03 OK: 233 MiB in 51 packages 04:43:03 ---> 17d30e74c124 04:43:03 Step 7/21 : RUN go mod download 04:43:03 ---> Running in 46f506e2cb77 04:43:03 Removing intermediate container 92301e95d50d 04:43:03 ---> 2adf3fe85bda 04:43:03 Step 6/26 : COPY go.mod . 04:43:03 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:03 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:03 OK: 12749 distinct packages available 04:43:03 ---> 020d2da8fbf7 04:43:03 Step 7/26 : RUN go mod download 04:43:03 OK: 233 MiB in 51 packages 04:43:03 ---> Running in 90a59563be2c 04:43:04 Removing intermediate container bf099c8381ef 04:43:04 ---> 4e2f91f95aa1 04:43:04 Step 6/23 : COPY go.mod . 04:43:04 ---> 190ee4ac80d3 04:43:04 Step 7/23 : RUN go mod download 04:43:04 ---> Running in 8e67a79d6f93 04:43:05 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:05 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:05 OK: 12749 distinct packages available 04:43:05 OK: 233 MiB in 51 packages 04:43:05 Removing intermediate container 46f506e2cb77 04:43:05 ---> 6891c4d17d9b 04:43:05 Step 8/21 : COPY . . 04:43:05 Removing intermediate container 90a59563be2c 04:43:05 ---> dd0a53749c6f 04:43:05 Step 8/26 : COPY . . 04:43:10 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:10 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:10 OK: 12749 distinct packages available 04:43:10 Removing intermediate container 27d6b8d66291 04:43:10 ---> 049c73c5c785 04:43:10 Step 5/29 : COPY go.mod . 04:43:10 OK: 233 MiB in 51 packages 04:43:11 Removing intermediate container 8e67a79d6f93 04:43:11 ---> 5fa2e6f7e3b3 04:43:11 Step 8/23 : COPY . . 04:43:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 46.6% of statements 04:43:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:43:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:43:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:43:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:43:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:43:13 ---> c9b0956a1046 04:43:13 Step 6/29 : RUN go mod download 04:43:15 ---> Running in afa69911bdab 04:43:16 Removing intermediate container 4ff5e2c0aaff 04:43:16 ---> d40c0e7453fc 04:43:16 Step 6/20 : COPY go.mod . 04:43:20 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.146s coverage: 27.4% of statements 04:43:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:43:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:43:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:43:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:43:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:43:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:43:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements 04:43:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:43:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements 04:43:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:43:21 ---> 43e0b5c3ca68 04:43:21 Step 7/20 : RUN go mod download 04:43:21 ---> Running in 29fa251dd510 04:43:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.281s coverage: 28.6% of statements 04:43:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:43:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:43:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:43:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:43:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:43:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.051s coverage: 100.0% of statements 04:43:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:43:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.027s coverage: 100.0% of statements 04:43:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:43:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.155s coverage: 89.8% of statements 04:43:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:43:24 Removing intermediate container afa69911bdab 04:43:24 ---> 8bba4cdb3128 04:43:24 Step 7/29 : COPY . . 04:43:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.131s coverage: 97.5% of statements 04:43:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:43:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 100.0% of statements 04:43:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:43:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:43:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:43:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:43:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:43:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:43:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:43:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:43:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:43:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:43:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:43:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:43:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:43:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:43:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:43:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:43:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:43:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.076s coverage: 58.8% of statements 04:43:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.167s coverage: 63.5% of statements 04:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:43:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:43:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.025s coverage: 100.0% of statements 04:43:29 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.402s coverage: 55.9% of statements 04:43:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:43:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:43:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:43:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:43:33 Removing intermediate container 29fa251dd510 04:43:33 ---> 22f5efbc3120 04:43:33 Step 8/20 : COPY . . 04:43:33 ---> 00cf8c5bf0db 04:43:33 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:43:33 ---> ac895914335e 04:43:33 Step 9/21 : RUN make cmd/support-logging/support-logging 04:43:38 ---> Running in 9c721d86056b 04:43:38 ---> Running in ca5a3e6ab5e2 04:43:39 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.458s coverage: 86.3% of statements 04:43:39 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:43:39 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.038s coverage: 72.2% of statements 04:43:39 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.497s coverage: 72.1% of statements 04:43:39 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.045s coverage: 82.4% of statements 04:43:39 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.025s coverage: 48.4% of statements 04:43:39 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:43:39 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:43:39 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:43:39 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.023s coverage: 28.8% of statements 04:43:39 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:43:39 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.044s coverage: 96.8% of statements 04:43:39 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:43:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 26.9% of statements 04:43:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:43:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:43:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.291s coverage: 84.1% of statements 04:43:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.056s coverage: 100.0% of statements 04:43:42 ---> 554170b98440 04:43:42 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:43:44 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.074s coverage: 43.1% of statements 04:43:44 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:43:44 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:43:44 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.024s coverage: 100.0% of statements 04:43:44 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:43:45 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.063s coverage: 83.8% of statements 04:43:45 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:43:45 ---> Running in 0dbdefa3a953 04:43: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:43:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:43:46 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:43:48 ---> a8a517006acf 04:43:48 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:43:49 ---> Running in ad233de397a9 04:43:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.141s coverage: 46.1% of statements 04:43:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:43:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:43:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.043s coverage: 100.0% of statements 04:43:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:43:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:43:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:43:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.075s coverage: 100.0% of statements 04:43:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:43:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements 04:43:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:43:50 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:43:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.170s coverage: 29.1% of statements 04:43:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:43:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:43:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:43:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:43:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:43:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.083s coverage: 99.0% of statements 04:43:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:43:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements 04:43:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:43:55 ok github.com/edgexfoundry/edgex-go/internal/system 0.014s coverage: 0.0% of statements 04:43:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:43:56 ---> 2372e17249d1 04:43:56 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:43:56 ---> Running in 3b66280698f1 04:43:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements 04:43:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:43:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:43:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:43:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:43:57 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:43:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.032s coverage: 87.9% of statements 04:43:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:43:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:43:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements 04:43:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.014s coverage: 32.1% of statements 04:44:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 100.0% of statements 04:44:00 GO111MODULE=on go vet ./... 04:44:18 gofmt -l . 04:44:18 [ "`gofmt -l .`" = "" ] 04:44:19 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:44:20 ./bin/test-go-mod-tidy.sh 04:44:21 ./bin/test-attribution-txt.sh 04:44:23 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] sh 04:44:25 Removing intermediate container ad233de397a9 04:44:25 ---> 386de2658702 04:44:25 04:44:25 Step 9/29 : FROM alpine:latest 04:44:25 + ls -al . 04:44:25 total 588 04:44:25 drwxrwxr-x 10 1001 1001 4096 Jul 31 04:44 . 04:44:25 drwxr-xr-x 4 root root 4096 Jul 31 04:42 .. 04:44:25 -rw-rw-r-- 1 1001 1001 11 Jul 31 04:34 .dockerignore 04:44:25 drwxrwxr-x 8 1001 1001 4096 Jul 31 04:34 .git 04:44:25 drwxrwxr-x 3 1001 1001 4096 Jul 31 04:34 .github 04:44:25 -rw-rw-r-- 1 1001 1001 932 Jul 31 04:34 .gitignore 04:44:25 drwxrwxr-x 3 1001 1001 4096 Jul 31 04:34 .semver 04:44:25 -rw-rw-r-- 1 1001 1001 166 Jul 31 04:34 .sonarcloud.properties 04:44:25 -rw-rw-r-- 1 1001 1001 3804 Jul 31 04:34 CONTRIBUTING.md 04:44:25 -rw-rw-r-- 1 1001 1001 1035 Jul 31 04:34 Dockerfile.build 04:44:25 -rw-rw-r-- 1 1001 1001 865 Jul 31 04:34 Jenkinsfile 04:44:25 -rw-rw-r-- 1 1001 1001 10775 Jul 31 04:34 LICENSE 04:44:25 -rw-rw-r-- 1 1001 1001 6237 Jul 31 04:34 Makefile 04:44:25 -rw-rw-r-- 1 1001 1001 5652 Jul 31 04:34 README.md 04:44:25 -rw-rw-r-- 1 1001 1001 7111 Jul 31 04:34 SECURITY.md 04:44:25 -rw-rw-r-- 1 1001 1001 5 Jul 31 04:31 VERSION 04:44:25 -rw-rw-r-- 1 1001 1001 4131 Jul 31 04:34 ZMQWindows.md 04:44:25 drwxrwxr-x 2 1001 1001 4096 Jul 31 04:34 bin 04:44:25 drwxrwxr-x 15 1001 1001 4096 Jul 31 04:34 cmd 04:44:25 -rw-r--r-- 1 root root 455496 Jul 31 04:43 coverage.out 04:44:25 -rw-r--r-- 1 root root 1019 Jul 31 04:44 go.mod 04:44:25 -rw-r--r-- 1 root root 18146 Jul 31 04:44 go.sum 04:44:25 drwxrwxr-x 8 1001 1001 4096 Jul 31 04:34 internal 04:44:25 drwxrwxr-x 4 1001 1001 4096 Jul 31 04:34 openapi 04:44:25 drwxrwxr-x 4 1001 1001 4096 Jul 31 04:34 snap 04:44:25 -rw-rw-r-- 1 1001 1001 168 Jul 31 04:34 version.go [Pipeline] sh 04:44:25 latest: Pulling from library/alpine 04:44:25 Removing intermediate container 9c721d86056b 04:44:25 ---> c3555c0bee99 04:44:25 04:44:25 Step 10/21 : FROM scratch 04:44:25 ---> 04:44:25 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:44:25 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:44:25 Status: Downloaded newer image for alpine:latest 04:44:25 ---> a24bb4013296 04:44:25 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:44:25 ---> Running in 89ff524f52c8 04:44:25 ---> Running in bedad7b91df2 04:44:25 + '[' -e coverage.out ] 04:44:25 + chown 1001:1001 coverage.out [Pipeline] stash 04:44:26 Warning: overwriting stash ‘coverage-report’ 04:44:26 Removing intermediate container 89ff524f52c8 04:44:26 ---> 3d5cf2f658f6 04:44:26 Step 12/21 : ENV APP_PORT=48061 04:44:26 ---> Running in 3b5481a4eb46 04:44:26 Removing intermediate container bedad7b91df2 04:44:26 ---> 2c7e6c9f2ff7 04:44:26 Step 11/29 : USER root 04:44:26 ---> Running in 2d3d08cb1f82 04:44:27 Stashed 1 file(s) [Pipeline] sh 04:44:27 + make build 04:44:27 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:44:28 Removing intermediate container 3b5481a4eb46 04:44:28 ---> 94b57bbdb23a 04:44:28 Step 13/21 : EXPOSE $APP_PORT 04:44:29 Removing intermediate container 2d3d08cb1f82 04:44:29 ---> 0661a296298f 04:44:29 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:44:29 ---> Running in c03400748801 04:44:29 ---> Running in 41e1b6b45357 04:44:30 Removing intermediate container 0dbdefa3a953 04:44:30 ---> a6be1b67cc96 04:44:30 04:44:30 Step 10/23 : FROM scratch 04:44:30 ---> 04:44:30 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:44:30 Removing intermediate container c03400748801 04:44:30 ---> fc8748d87072 04:44:30 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:44:30 ---> Using cache 04:44:30 ---> 3d5cf2f658f6 04:44:30 Step 12/23 : ENV APP_PORT=48060 04:44:30 ---> Running in 513bb5be1813 04:44:31 ---> ec28fbf21a8a 04:44:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:44:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:44:31 Removing intermediate container 513bb5be1813 04:44:31 ---> a0a29604bde2 04:44:31 Step 13/23 : EXPOSE $APP_PORT 04:44:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:44:31 ---> Running in 7ede0195e7f3 04:44:31 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:44:31 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:44:31 OK: 12749 distinct packages available 04:44:32 (1/2) Installing ca-certificates (20191127-r4) 04:44:32 (2/2) Installing dumb-init (1.2.2-r1) 04:44:32 Executing busybox-1.31.1-r16.trigger 04:44:32 Executing ca-certificates-20191127-r4.trigger 04:44:32 OK: 6 MiB in 16 packages 04:44:32 Removing intermediate container ca5a3e6ab5e2 04:44:32 ---> 4fcfaf7d39a4 04:44:32 04:44:32 Step 10/26 : FROM alpine:3.10 04:44:32 3.10: Pulling from library/alpine 04:44:34 ---> a188abab75b9 04:44:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:44:34 Removing intermediate container 7ede0195e7f3 04:44:34 ---> d8b9c7266e3a 04:44:34 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:44:34 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:44:34 Status: Downloaded newer image for alpine:3.10 04:44:34 ---> be4e4bea2c2e 04:44:34 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:44:35 Removing intermediate container 3b66280698f1 04:44:35 ---> feb1a4f307a6 04:44:35 04:44:35 Step 10/20 : FROM scratch 04:44:35 ---> 04:44:35 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:44:35 ---> Running in 6bfe1727b63b 04:44:35 ---> 046f746b7832 04:44:35 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:44:35 ---> Running in 4f77272646df 04:44:35 Removing intermediate container 41e1b6b45357 04:44:35 ---> 2ec0bc3ba592 04:44:35 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:44:35 ---> c5deae63f1a1 04:44:35 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:44:36 ---> Running in ca0d702a1612 04:44:36 Removing intermediate container 4f77272646df 04:44:36 ---> bf3faea93f80 04:44:36 Step 12/20 : ENV APP_PORT=48085 04:44:36 ---> Running in 959b28e2fc65 04:44:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:44:36 ---> f18d934bea73 04:44:36 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:44:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:44:36 Removing intermediate container ca0d702a1612 04:44:36 ---> f6cc779c2b99 04:44:36 Step 14/29 : WORKDIR $BASE_DIR 04:44:36 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:44:36 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:44:36 OK: 10346 distinct packages available 04:44:36 (1/5) Installing ca-certificates (20191127-r2) 04:44:36 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:44:36 (3/5) Installing libcurl (7.66.0-r0) 04:44:36 (4/5) Installing curl (7.66.0-r0) 04:44:36 (5/5) Installing dumb-init (1.2.2-r1) 04:44:36 Executing busybox-1.30.1-r3.trigger 04:44:36 Executing ca-certificates-20191127-r2.trigger 04:44:37 OK: 7 MiB in 19 packages 04:44:37 ---> 4fe03ec06a36 04:44:37 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:44:37 ---> Running in a62927f3410b 04:44:37 ---> Running in c6cf06d6241e 04:44:37 Removing intermediate container 959b28e2fc65 04:44:37 ---> 120ca17845a2 04:44:37 Step 13/20 : EXPOSE $APP_PORT 04:44:37 ---> Running in 513e7c09973a 04:44:38 Removing intermediate container a62927f3410b 04:44:38 ---> 1773af175794 04:44:38 Step 19/21 : LABEL arch=x86_64 04:44:38 Removing intermediate container c6cf06d6241e 04:44:38 ---> 520e68948de5 04:44:38 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:44:38 Removing intermediate container 513e7c09973a 04:44:38 ---> 67f828619925 04:44:38 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:44:38 ---> Running in a3a62df96c09 04:44:38 ---> 1c66bbbbf304 04:44:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:44:38 ---> Running in e40a1b552c97 04:44:38 Removing intermediate container 6bfe1727b63b 04:44:38 ---> 0fc23e4df56e 04:44:38 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:44:39 ---> Running in 0b6c5ae37ce7 04:44:39 ---> 9852ab035402 04:44:39 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:44:39 Removing intermediate container a3a62df96c09 04:44:39 ---> bd556854da1a 04:44:39 Step 20/21 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd 04:44:39 ---> d2eb05d4e8ab 04:44:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:44:39 ---> Running in 4cd2c013e88a 04:44:39 Removing intermediate container 0b6c5ae37ce7 04:44:39 ---> a6a7f526b4f2 04:44:39 Step 13/26 : WORKDIR / 04:44:39 ---> Running in 9cbecb3e5a96 04:44:40 Removing intermediate container 4cd2c013e88a 04:44:40 ---> b0255fb42a12 04:44:40 Step 21/21 : LABEL version=0.0.0 04:44:40 ---> Running in 43901dd8f7be 04:44:40 ---> 29c6ae00e208 04:44:40 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:44:40 Removing intermediate container 9cbecb3e5a96 04:44:40 ---> 4edc811526a2 04:44:40 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:44:40 ---> 7ae3cb84cd6a 04:44:40 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:44:40 Removing intermediate container 43901dd8f7be 04:44:40 ---> f1460baa6930 04:44:40 04:44:41 ---> c320a6b1b6fb 04:44:41 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:44:41 Removing intermediate container e40a1b552c97 04:44:41 ---> b5a8f6553a97 04:44:41 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:44:41 Successfully built f1460baa6930 04:44:41 ---> Running in 10f0793268ce 04:44:41 Successfully tagged docker-support-logging-go:latest 04:44:41 Building docker-security-proxy-setup-go 04:44:41  Building docker-support-logging-go ... done  ---> 4685ea331f65 04:44:41 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:44:41 ---> 744e8f4c9cce 04:44:41 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:44:41 ---> Running in c18db6e1c48e 04:44:41 Removing intermediate container 10f0793268ce 04:44:41 ---> db5a0f616890 04:44:41 Step 18/20 : LABEL arch=x86_64 04:44:41 ---> Running in 1ba2a7c5ae83 04:44:42 ---> ec95d4cc3686 04:44:42 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:44:42 Removing intermediate container c18db6e1c48e 04:44:42 ---> 40f2c6f0063a 04:44:42 Step 21/23 : LABEL arch=x86_64 04:44:42 ---> d6befa11eeb0 04:44:42 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:44:42 ---> Running in 2ae16b59cd54 04:44:42 Removing intermediate container 1ba2a7c5ae83 04:44:42 ---> dce7110fae8b 04:44:42 Step 19/20 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd 04:44:44 ---> Running in 917ee69e5203 04:44:45 ---> b76974e15132 04:44:45 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:44:45 Removing intermediate container 2ae16b59cd54 04:44:45 ---> c6479a800694 04:44:45 Step 22/23 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd 04:44:46 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:44:46 ---> d4e2f001a399 04:44:46 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:44:46 Removing intermediate container 917ee69e5203 04:44:46 ---> 41d66025737c 04:44:46 Step 20/20 : LABEL version=0.0.0 04:44:46 ---> Running in 120ef7919ae2 04:44:46 ---> 6bbc7b5c0817 04:44:46 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:44:46 ---> Running in 212c73759742 04:44:47 ---> 4526e4acd353 04:44:47 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:44:48 Removing intermediate container 120ef7919ae2 04:44:48 ---> c6d89c946701 04:44:48 Step 23/23 : LABEL version=0.0.0 04:44:48 Removing intermediate container 212c73759742 04:44:48 ---> 512b6d4d58c4 04:44:48 04:44:49 Successfully built 512b6d4d58c4 04:44:49 Successfully tagged docker-support-scheduler-go:latest 04:44:49  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 04:44:50 ---> 1aebb0897a38 04:44:50 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:44:50 ---> 9176130d996f 04:44:50 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:44:52 ---> Running in d9bf2a71b0ae 04:44:53 ---> d07f8cbaf3cf 04:44:53 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:44:53 ---> 68f004568758 04:44:53 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:44:53 Removing intermediate container d9bf2a71b0ae 04:44:53 ---> 855c414b597b 04:44:53 04:44:53 ---> Running in 35de6a541f8b 04:44:54 Successfully built 855c414b597b 04:44:55 Successfully tagged docker-support-notifications-go:latest 04:44:55  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 04:44:55 ---> 7d103a61704a 04:44:55 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:44:56 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:44:57 ---> e0dff008f1fe 04:44:57 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:44:57 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:57 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:44:57 ---> 1905b9ec0dd8 04:44:57 Step 3/20 : WORKDIR /edgex-go 04:44:57 ---> Using cache 04:44:57 ---> 09013eae3c9c 04:44:57 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:57 ---> Using cache 04:44:57 ---> 6019ac62b60c 04:44:57 Step 5/20 : RUN apk update && apk add make git 04:44:57 ---> Using cache 04:44:57 ---> 2adf3fe85bda 04:44:57 Step 6/20 : COPY go.mod . 04:44:57 ---> Using cache 04:44:57 ---> 020d2da8fbf7 04:44:57 Step 7/20 : RUN go mod download 04:44:57 ---> Using cache 04:44:57 ---> dd0a53749c6f 04:44:57 Step 8/20 : COPY . . 04:44:57 ---> Using cache 04:44:57 ---> 00cf8c5bf0db 04:44:57 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:45:00 ---> Running in d16e13745d55 04:45:00 ---> Running in 54e32f514d50 04:45:01 Removing intermediate container 35de6a541f8b 04:45:01 ---> 257bd4529c5c 04:45:01 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:45:01 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:02 ---> cc2ce79b1b1e 04:45:02 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:45:02 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:45:03 ---> Running in 8ce56f07a0c5 04:45:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:45:06 Removing intermediate container d16e13745d55 04:45:06 ---> b6b933cdaac1 04:45:06 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:45:06 ---> Running in b8d64b42d036 04:45:08 Removing intermediate container b8d64b42d036 04:45:08 ---> 48c5eb776a21 04:45:08 Step 24/26 : LABEL arch=x86_64 04:45:08 Removing intermediate container 8ce56f07a0c5 04:45:08 ---> 2b089ae81371 04:45:08 Step 24/29 : RUN chmod 755 security-secrets-setup 04:45:08 ---> Running in fcb07909865f 04:45:09 ---> Running in 4735ca2947c4 04:45:10 Removing intermediate container fcb07909865f 04:45:10 ---> 0d9f7a7894d8 04:45:10 Step 25/26 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd 04:45:10 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:45:10 ---> 1905b9ec0dd8 04:45:10 Step 3/21 : WORKDIR /edgex-go 04:45:10 ---> Using cache 04:45:10 ---> 09013eae3c9c 04:45:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:10 ---> Using cache 04:45:10 ---> 6019ac62b60c 04:45:10 Step 5/21 : RUN apk update && apk add make git 04:45:10 ---> Using cache 04:45:10 ---> 2adf3fe85bda 04:45:10 Step 6/21 : COPY go.mod . 04:45:10 ---> Using cache 04:45:10 ---> 020d2da8fbf7 04:45:10 Step 7/21 : RUN go mod download 04:45:10 ---> Using cache 04:45:10 ---> dd0a53749c6f 04:45:10 Step 8/21 : COPY . . 04:45:10 ---> Using cache 04:45:10 ---> 00cf8c5bf0db 04:45:10 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:45:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:45:11 ---> Running in ebd627dd65ac 04:45:12 ---> Running in ed024e7a88c8 04:45:13 Removing intermediate container ebd627dd65ac 04:45:13 ---> df8db95a7f51 04:45:13 Step 26/26 : LABEL version=0.0.0 04:45:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:45:13 ---> Running in b91578707a8d 04:45:14 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:15 Removing intermediate container b91578707a8d 04:45:15 ---> d63326935b0c 04:45:15 04:45:15 Removing intermediate container 4735ca2947c4 04:45:15 ---> 8e1617215cca 04:45:15 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:45:15 Successfully built d63326935b0c 04:45:15 Successfully tagged docker-security-secretstore-setup-go:latest 04:45:15 Building docker-core-command-go 04:45:15  Building docker-security-secretstore-setup-go ... done  ---> Running in 303a38da847f 04:45:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:45:21 Removing intermediate container 303a38da847f 04:45:21 ---> 4227d938bd26 04:45:21 Step 26/29 : CMD [ "generate" ] 04:45:21 ---> Running in 544febd7ae21 04:45:21 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:45:21 ---> 1905b9ec0dd8 04:45:21 Step 3/26 : WORKDIR /edgex-go 04:45:21 ---> Using cache 04:45:21 ---> 09013eae3c9c 04:45:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:21 ---> Using cache 04:45:21 ---> 6019ac62b60c 04:45:21 Step 5/26 : RUN apk update && apk add make bash git 04:45:21 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:45:22 Removing intermediate container 544febd7ae21 04:45:22 ---> 087382f29e67 04:45:22 Step 27/29 : LABEL arch=x86_64 04:45:22 ---> Running in 92a4bd2a5858 04:45:22 ---> Running in b0d4b43b6142 04:45:23 Removing intermediate container b0d4b43b6142 04:45:23 ---> 7313afadc1d6 04:45:23 Step 28/29 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd 04:45:23 ---> Running in 67a23a791393 04:45:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:45:24 Removing intermediate container 67a23a791393 04:45:24 ---> 17b1a280bd3b 04:45:24 Step 29/29 : LABEL version=0.0.0 04:45:25 ---> Running in bbd4cbfd880f 04:45:26 Removing intermediate container bbd4cbfd880f 04:45:26 ---> 80010dacf05c 04:45:26 04:45:26 Successfully built 80010dacf05c 04:45:26 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:45:26 Successfully tagged docker-security-secrets-setup-go:latest 04:45:26 Building docker-core-data-go 04:45:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:45:35 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:45:36  Building docker-security-secrets-setup-go ... done Removing intermediate container 54e32f514d50 04:45:36 ---> 17139ac6f6af 04:45:36 04:45:36 Step 10/20 : FROM alpine 04:45:36 ---> a24bb4013296 04:45:36 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:45:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:45:37 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:45:37 ---> 1905b9ec0dd8 04:45:37 Step 3/21 : WORKDIR /edgex-go 04:45:37 ---> Using cache 04:45:37 ---> 09013eae3c9c 04:45:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:37 ---> Using cache 04:45:37 ---> 6019ac62b60c 04:45:37 Step 5/21 : RUN apk update && apk add make git 04:45:37 ---> Using cache 04:45:37 ---> 2adf3fe85bda 04:45:37 Step 6/21 : COPY go.mod . 04:45:37 ---> Using cache 04:45:37 ---> 020d2da8fbf7 04:45:37 Step 7/21 : RUN go mod download 04:45:37 ---> Using cache 04:45:37 ---> dd0a53749c6f 04:45:37 Step 8/21 : COPY . . 04:45:37 ---> Running in 75f73f000667 04:45:37 ---> Using cache 04:45:37 ---> 00cf8c5bf0db 04:45:37 Step 9/21 : RUN make cmd/core-command/core-command 04:45:38 ---> Running in ca97734181ad 04:45:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:45:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:45:40 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:45:40 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:45:40 OK: 12749 distinct packages available 04:45:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 04:45:40 (1/4) Installing ca-certificates (20191127-r4) 04:45:40 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:45:40 (3/4) Installing libcurl (7.69.1-r0) 04:45:40 (4/4) Installing curl (7.69.1-r0) 04:45:40 Executing busybox-1.31.1-r16.trigger 04:45:40 Executing ca-certificates-20191127-r4.trigger 04:45:40 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:40 OK: 7 MiB in 18 packages [Pipeline] } 04:45:43 $ docker stop --time=1 7ca30f939dfac4017b13d73bad162f1a14f920ba87b7b54eedb408282e22e0c5 04:45:46 $ docker rm -f 7ca30f939dfac4017b13d73bad162f1a14f920ba87b7b54eedb408282e22e0c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:45:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:45:47 Removing intermediate container 75f73f000667 04:45:47 ---> 97c859a4e353 04:45:47 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:45:47 ---> Running in 0f3252d5ae58 04:45:47 04:45:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:45:48 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:45:48 ---> 1905b9ec0dd8 04:45:48 Step 3/22 : WORKDIR /edgex-go 04:45:48 ---> Using cache 04:45:48 ---> 09013eae3c9c 04:45:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:48 ---> Using cache 04:45:48 ---> 6019ac62b60c 04:45:48 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:45:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:45:48 latest: Pulling from edgex-devops/edgex-compose-arm64 04:45:48 29e5d40040c1: Pulling fs layer 04:45:48 1ce36da41761: Pulling fs layer 04:45:48 25b303627fd3: Pulling fs layer 04:45:48 29e5d40040c1: Verifying Checksum 04:45:48 29e5d40040c1: Download complete 04:45:49 29e5d40040c1: Pull complete 04:45:49 1ce36da41761: Verifying Checksum 04:45:49 1ce36da41761: Download complete 04:45:50 1ce36da41761: Pull complete 04:45:50 ---> Running in 3766d9a63796 04:45:50 Removing intermediate container 0f3252d5ae58 04:45:50 ---> 49d7075e6c9c 04:45:50 Step 13/20 : WORKDIR /edgex 04:45:50 ---> Running in 77c82541e2ae 04:45:50 Removing intermediate container ed024e7a88c8 04:45:50 ---> 3b5d26ae8320 04:45:50 04:45:50 Step 10/21 : FROM scratch 04:45:50 ---> 04:45:50 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:45:50 25b303627fd3: Verifying Checksum 04:45:50 25b303627fd3: Download complete 04:45:52 ---> Using cache 04:45:52 ---> bf3faea93f80 04:45:52 Step 12/21 : ENV APP_PORT=48081 04:45:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:45:52 Removing intermediate container 77c82541e2ae 04:45:52 ---> efe065f53370 04:45:52 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:45:52 ---> Running in 94bdcad01316 04:45:52 ---> 6bb6185c1c37 04:45:52 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:45:52 Removing intermediate container 94bdcad01316 04:45:52 ---> bee3c21224b2 04:45:52 Step 13/21 : EXPOSE $APP_PORT 04:45:52 ---> Running in 27c18680f07f 04:45:53 Removing intermediate container 27c18680f07f 04:45:53 ---> ae7af62fdd55 04:45:53 Step 14/21 : WORKDIR / 04:45:53 ---> Running in aa1f6233a563 04:45:53 ---> 0691ddf81e44 04:45:53 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:45:53 ---> Running in 122b3decbf42 04:45:53 Removing intermediate container aa1f6233a563 04:45:53 ---> 3deb31f9fab6 04:45:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:45:53 Removing intermediate container 122b3decbf42 04:45:53 ---> b5dd12bc23df 04:45:53 Step 17/20 : CMD ["--init=true"] 04:45:54 ---> Running in 99a8d84298cf 04:45:54 ---> 8d78b870d0c7 04:45:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:45:54 Removing intermediate container 99a8d84298cf 04:45:54 ---> 7ebd1c7095e1 04:45:54 Step 18/20 : LABEL arch=x86_64 04:45:54 ---> Running in 861f2ea0acae 04:45:55 Removing intermediate container 861f2ea0acae 04:45:55 ---> c70f57ee9e66 04:45:55 Step 19/20 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd 04:45:55 ---> Running in c3fae5af20db 04:45:55 Removing intermediate container c3fae5af20db 04:45:55 ---> 94491cd07bc8 04:45:55 Step 20/20 : LABEL version=0.0.0 04:45:55 ---> 49d1dbaa378b 04:45:55 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:45:55 ---> Running in b38904366ec0 04:45:55 Removing intermediate container b38904366ec0 04:45:55 ---> a06afc2cccf9 04:45:55 04:45:55 ---> 2dc31e51830f 04:45:55 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:45:56 Successfully built a06afc2cccf9 04:45:56 ---> Running in b47f6521b7e0 04:45:56 Successfully tagged docker-security-proxy-setup-go:latest 04:45:57  Building docker-security-proxy-setup-go ... done Removing intermediate container b47f6521b7e0 04:45:57 ---> f4254cca4013 04:45:57 Step 19/21 : LABEL arch=x86_64 04:45:57 ---> Running in 024ea43660ba 04:45:57 Removing intermediate container 024ea43660ba 04:45:57 ---> 404754ebe01b 04:45:57 Step 20/21 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd 04:45:57 ---> Running in 15c647ad7cdd 04:45:57 Removing intermediate container 15c647ad7cdd 04:45:57 ---> 0d5f929d043f 04:45:57 Step 21/21 : LABEL version=0.0.0 04:45:57 ---> Running in d415cc25cf7a 04:45:57 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:57 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:57 OK: 12749 distinct packages available 04:45:57 Removing intermediate container d415cc25cf7a 04:45:57 ---> 2606d15a1877 04:45:57 04:45:57 Successfully built 2606d15a1877 04:45:57 Successfully tagged docker-core-metadata-go:latest 04:45:57  Building docker-core-metadata-go ... done OK: 233 MiB in 51 packages 04:45:58 Removing intermediate container 92a4bd2a5858 04:45:58 ---> a6613e69a20a 04:45:58 Step 6/26 : COPY go.mod . 04:45:59 ---> 5170f6479f12 04:45:59 Step 7/26 : RUN go mod download 04:45:59 ---> Running in 9640accd281f 04:46:00 25b303627fd3: Pull complete 04:46:00 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:46:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:46:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:46:01 Removing intermediate container ca97734181ad 04:46:01 ---> 2ae26d0e4c7b 04:46:01 04:46:01 Step 10/21 : FROM scratch 04:46:01 ---> 04:46:01 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:46:01 ---> Using cache 04:46:01 ---> bf3faea93f80 04:46:01 Step 12/21 : ENV APP_PORT=48082 04:46:01 ---> Running in 92852b9ca1ee 04:46:01 prd-ubuntu18.04-docker-arm64-4c-16g-1663 does not seem to be running inside a container 04:46:01 Removing intermediate container 9640accd281f 04:46:01 ---> a1ce2eb83224 04:46:01 Step 8/26 : COPY . . 04:46:01 Removing intermediate container 92852b9ca1ee 04:46:01 ---> b7ceec2adbcc 04:46:01 Step 13/21 : EXPOSE $APP_PORT 04:46:01 ---> Running in 83ec71dbc0bb 04:46:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:46:01 Removing intermediate container 83ec71dbc0bb 04:46:01 ---> b94ea9837c4d 04:46:01 Step 14/21 : WORKDIR / 04:46:01 ---> Running in f74e20c0d5f4 04:46:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:46:04 Removing intermediate container f74e20c0d5f4 04:46:04 ---> 568684b4682c 04:46:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:46:04 $ docker top 0819becd70b4dc2b361350acc8d93504a7b37387b297b407b58aa4093298a21d -eo pid,comm [Pipeline] { [Pipeline] sh 04:46:06 ---> d635cf4d4ed3 04:46:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:46:06 + docker-compose build --help 04:46:06 + grep parallel 04:46:08 ---> cba2922c44f0 04:46:08 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:46:09 --parallel Build images in parallel. [Pipeline] } 04:46:09 $ docker stop --time=1 0819becd70b4dc2b361350acc8d93504a7b37387b297b407b58aa4093298a21d 04:46:09 ---> 1491ffe1cbed 04:46:09 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:10 ---> Running in 2115958211f0 04:46:10 Removing intermediate container 2115958211f0 04:46:10 ---> 7387ff59cef2 04:46:10 Step 19/21 : LABEL arch=x86_64 04:46:11 ---> Running in a43a593ae218 04:46:11 $ docker rm -f 0819becd70b4dc2b361350acc8d93504a7b37387b297b407b58aa4093298a21d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:46:12 Removing intermediate container a43a593ae218 04:46:12 ---> d976363bc2f7 04:46:12 Step 20/21 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd 04:46:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:46:12 . [Pipeline] withDockerContainer 04:46:12 prd-ubuntu18.04-docker-arm64-4c-16g-1663 does not seem to be running inside a container 04:46:12 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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:46:13 ---> Running in 961f78136f69 04:46:13 Removing intermediate container 961f78136f69 04:46:13 ---> 4abc7c7d0434 04:46:13 Step 21/21 : LABEL version=0.0.0 04:46:14 $ docker top 57e0855f478cbc1e51fb989b1a2203f67266bb01181a2034da46457f20db51bd -eo pid,comm 04:46:14 ---> Running in d0f5ad9009f6 [Pipeline] { 04:46:14 ---> 2f81097d02c5 04:46:14 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:46:14 ---> Running in ac26e2c9ec3d 04:46:14 Removing intermediate container d0f5ad9009f6 04:46:14 ---> 828ac5c34532 04:46:14 [Pipeline] sh 04:46:15 Successfully built 828ac5c34532 04:46:15 Successfully tagged docker-core-command-go:latest 04:46:15 + docker-compose -f ./docker-compose-build.yml build --parallel 04:46:15  Building docker-core-command-go ... done 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:46:19 Building docker-core-command-go ... 04:46:19 Building docker-core-data-go ... 04:46:19 Building docker-core-metadata-go ... 04:46:19 Building docker-security-proxy-setup-go ... 04:46:19 Building docker-security-secrets-setup-go ... 04:46:19 Building docker-security-secretstore-setup-go ... 04:46:19 Building docker-support-logging-go ... 04:46:19 Building docker-support-notifications-go ... 04:46:19 Building docker-support-scheduler-go ... 04:46:19 Building docker-sys-mgmt-agent-go ... 04:46:19 Building docker-sys-mgmt-agent-go 04:46:19 Building docker-security-secretstore-setup-go 04:46:19 Building docker-support-logging-go 04:46:19 Building docker-support-scheduler-go 04:46:19 Building docker-core-data-go 04:46:25 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:25 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:25 OK: 12749 distinct packages available 04:46:25 OK: 233 MiB in 51 packages 04:46:26 Removing intermediate container ac26e2c9ec3d 04:46:26 ---> 834ba7be226f 04:46:26 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:46:26 ---> Running in 5f10381945a2 04:46:26 Removing intermediate container 3766d9a63796 04:46:26 ---> af67198fbca2 04:46:26 Step 6/22 : COPY go.mod . 04:46:26 ---> c05734ece2ca 04:46:26 Step 7/22 : RUN go mod download 04:46:26 ---> Running in 4022e01a25b5 04:46:26 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:46:28 Removing intermediate container 4022e01a25b5 04:46:28 ---> 63efa3c964dd 04:46:28 Step 8/22 : COPY . . 04:46:28 Removing intermediate container 5f10381945a2 04:46:28 ---> 5a999342662b 04:46:28 04:46:28 Step 11/26 : FROM docker:latest 04:46:28 ---> 81f5749c9058 04:46:28 Step 12/26 : RUN apk add --no-cache bash 04:46:28 ---> Running in 112884131cb2 04:46:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:46:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:46:30 (1/2) Installing readline (8.0.4-r0) 04:46:30 (2/2) Installing bash (5.0.17-r0) 04:46:30 Executing bash-5.0.17-r0.post-install 04:46:30 Executing busybox-1.31.1-r16.trigger 04:46:30 OK: 12 MiB in 22 packages 04:46:34 Removing intermediate container 112884131cb2 04:46:34 ---> 1bcfb6c10f31 04:46:34 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:46:35 ---> Running in 3db6fb88de4c 04:46:39 Removing intermediate container 3db6fb88de4c 04:46:39 ---> 64cfdd0143e9 04:46:39 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:46:39 ---> Running in ff19819d951c 04:46:39 Removing intermediate container ff19819d951c 04:46:39 ---> e2cdc9a739e8 04:46:39 Step 15/26 : ENV APP_PORT=48090 04:46:39 ---> Running in 05af80aebc6c 04:46:40 Removing intermediate container 05af80aebc6c 04:46:40 ---> 4adb8bd83dfa 04:46:40 Step 16/26 : EXPOSE $APP_PORT 04:46:40 ---> Running in 44d8da4a46cb 04:46:42 Removing intermediate container 44d8da4a46cb 04:46:42 ---> 18d0a9325a75 04:46:42 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:46:42 ---> 1a522340ef83 04:46:42 Step 9/22 : RUN make cmd/core-data/core-data 04:46:42 ---> Running in 039c6fb28376 04:46:42 ---> 23d6c12eee40 04:46:42 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:46:42 ---> 48facbb44b4b 04:46:42 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:46:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:46:43 ---> 34f99092cdc9 04:46:43 Step 20/26 : RUN apk --no-cache add py-pip 04:46:43 ---> Running in f3ab2eba9f2c 04:46:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:46:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:46:44 (1/33) Installing libbz2 (1.0.8-r1) 04:46:44 (2/33) Installing expat (2.2.9-r1) 04:46:44 (3/33) Installing libffi (3.3-r2) 04:46:44 (4/33) Installing gdbm (1.13-r1) 04:46:44 (5/33) Installing xz-libs (5.2.5-r0) 04:46:44 (6/33) Installing sqlite-libs (3.32.1-r0) 04:46:44 (7/33) Installing python3 (3.8.5-r0) 04:46:46 (8/33) Installing py3-appdirs (1.4.4-r1) 04:46:46 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:46:46 (10/33) Installing py3-parsing (2.4.7-r0) 04:46:46 (11/33) Installing py3-six (1.15.0-r0) 04:46:46 (12/33) Installing py3-packaging (20.4-r0) 04:46:46 (13/33) Installing py3-setuptools (47.0.0-r0) 04:46:46 (14/33) Installing py3-chardet (3.0.4-r4) 04:46:46 (15/33) Installing py3-idna (2.9-r0) 04:46:46 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:46:46 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:46:46 (18/33) Installing py3-requests (2.23.0-r0) 04:46:46 (19/33) Installing py3-msgpack (1.0.0-r0) 04:46:46 (20/33) Installing py3-lockfile (0.12.2-r3) 04:46:46 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:46:46 (22/33) Installing py3-colorama (0.4.3-r0) 04:46:46 (23/33) Installing py3-distlib (0.3.0-r0) 04:46:46 (24/33) Installing py3-distro (1.5.0-r1) 04:46:46 (25/33) Installing py3-webencodings (0.5.1-r3) 04:46:46 (26/33) Installing py3-html5lib (1.0.1-r4) 04:46:46 (27/33) Installing py3-pytoml (0.1.21-r0) 04:46:46 (28/33) Installing py3-pep517 (0.8.2-r0) 04:46:46 (29/33) Installing py3-progress (1.5-r0) 04:46:46 (30/33) Installing py3-toml (0.10.1-r0) 04:46:46 (31/33) Installing py3-retrying (1.3.3-r0) 04:46:46 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:46:46 (33/33) Installing py3-pip (20.1.1-r0) 04:46:46 Executing busybox-1.31.1-r16.trigger 04:46:46 OK: 71 MiB in 55 packages 04:46:59 Removing intermediate container f3ab2eba9f2c 04:46:59 ---> d09aa31ab484 04:46:59 Step 21/26 : RUN pip install docker-compose==1.23.2 04:46:59 ---> Running in 03af5b30cd0c 04:47:01 Collecting docker-compose==1.23.2 04:47:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:47:01 Collecting dockerpty<0.5,>=0.4.1 04:47:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:47:02 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:47:02 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:47:02 Collecting texttable<0.10,>=0.9.0 04:47:02 Downloading texttable-0.9.1.tar.gz (11 kB) 04:47:03 Collecting jsonschema<3,>=2.5.1 04:47:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:47:03 Collecting cached-property<2,>=1.2.0 04:47:03 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:47:03 Collecting docker<4.0,>=3.6.0 04:47:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:47:03 Collecting docopt<0.7,>=0.6.1 04:47:03 Downloading docopt-0.6.2.tar.gz (25 kB) 04:47:04 Collecting websocket-client<1.0,>=0.32.0 04:47:04 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:47:04 Removing intermediate container 039c6fb28376 04:47:04 ---> e62711eb898f 04:47:04 04:47:04 Step 10/22 : FROM alpine 04:47:04 ---> a24bb4013296 04:47:04 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:47:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:47:04 ---> Running in cd1f1606a123 04:47:04 Collecting PyYAML<4,>=3.10 04:47:04 Downloading PyYAML-3.13.tar.gz (270 kB) 04:47:05 Removing intermediate container cd1f1606a123 04:47:05 ---> 76fa55ce88ae 04:47:05 Step 12/22 : ENV APP_PORT=48080 04:47:06 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:47:06 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:47:06 ---> Running in 6f4584e1d813 04:47:06 Collecting urllib3<1.25,>=1.21.1 04:47:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:47:06 Removing intermediate container 6f4584e1d813 04:47:06 ---> ec8539d9b7b7 04:47:06 Step 13/22 : EXPOSE $APP_PORT 04:47:06 Collecting idna<2.8,>=2.5 04:47:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:47:06 ---> Running in 9fe5f6f93279 04:47:06 Collecting docker-pycreds>=0.4.0 04:47:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:47:06 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:47:06 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:47:06 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:47:06 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:47:06 Removing intermediate container 9fe5f6f93279 04:47:06 ---> 98105d434095 04:47:06 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:06 ---> Running in cd187b5e8291 04:47:06 Installing collected packages: dockerpty, urllib3, idna, requests, texttable, jsonschema, cached-property, docker-pycreds, websocket-client, docker, docopt, PyYAML, docker-compose 04:47:06 Running setup.py install for dockerpty: started 04:47:07 Running setup.py install for dockerpty: finished with status 'done' 04:47:07 Attempting uninstall: urllib3 04:47:07 Found existing installation: urllib3 1.25.9 04:47:07 Uninstalling urllib3-1.25.9: 04:47:07 Successfully uninstalled urllib3-1.25.9 04:47:08 Attempting uninstall: idna 04:47:08 Found existing installation: idna 2.9 04:47:08 Uninstalling idna-2.9: 04:47:08 Successfully uninstalled idna-2.9 04:47:08 Removing intermediate container cd187b5e8291 04:47:08 ---> df8edf5ba328 04:47:08 Step 15/22 : RUN apk --no-cache add zeromq 04:47:08 Attempting uninstall: requests 04:47:08 Found existing installation: requests 2.23.0 04:47:08 Uninstalling requests-2.23.0: 04:47:08 Successfully uninstalled requests-2.23.0 04:47:08 ---> Running in 6b81a62bfe18 04:47:08 Running setup.py install for texttable: started 04:47:09 Running setup.py install for texttable: finished with status 'done' 04:47:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:47:10 Running setup.py install for docopt: started 04:47:10 Running setup.py install for docopt: finished with status 'done' 04:47:10 Running setup.py install for PyYAML: started 04:47:11 Running setup.py install for PyYAML: finished with status 'done' 04:47: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:47:15 Removing intermediate container 03af5b30cd0c 04:47:15 ---> 025b74fa1452 04:47:15 Step 22/26 : RUN apk --no-cache add curl 04:47:15 ---> Running in bd2ba88c1e96 04:47:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:47:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:47:16 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:47:16 (2/3) Installing libcurl (7.69.1-r0) 04:47:16 (3/3) Installing curl (7.69.1-r0) 04:47:16 Executing busybox-1.31.1-r16.trigger 04:47:16 OK: 72 MiB in 58 packages 04:47:16 Removing intermediate container bd2ba88c1e96 04:47:16 ---> 8c2df2fa5422 04:47:16 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:17 ---> Running in cbc5ca76061f 04:47:17 Removing intermediate container cbc5ca76061f 04:47:17 ---> e0d38a7ce82f 04:47:17 Step 24/26 : LABEL arch=x86_64 04:47:17 ---> Running in 2bde3db1a486 04:47:17 Removing intermediate container 2bde3db1a486 04:47:17 ---> 710913eca95e 04:47:17 Step 25/26 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd 04:47:17 ---> Running in d7e369d94e83 04:47:17 Removing intermediate container d7e369d94e83 04:47:17 ---> 6040994bbdf1 04:47:17 Step 26/26 : LABEL version=0.0.0 04:47:17 ---> Running in 430ca3828047 04:47:17 Removing intermediate container 430ca3828047 04:47:17 ---> 26ba1927217a 04:47:17 04:47:18 Successfully built 26ba1927217a 04:47:18 Successfully tagged docker-sys-mgmt-agent-go:latest 04:47:23  Building docker-sys-mgmt-agent-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:47:45 (1/5) Installing libgcc (9.3.0-r2) 04:47:45 (2/5) Installing libsodium (1.0.18-r0) 04:47:46 (3/5) Installing libstdc++ (9.3.0-r2) 04:47:54 (4/5) Installing libzmq (4.3.2-r0) 04:47:57 (5/5) Installing zeromq (4.3.2-r0) 04:47:57 Executing busybox-1.31.1-r16.trigger 04:47:57 OK: 8 MiB in 19 packages 04:47:58 Removing intermediate container 6b81a62bfe18 04:47:58 ---> b868a56d3f9e 04:47:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:47:58 ---> a39f48c2467b 04:47:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:47:59 ---> 963b320050e2 04:47:59 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:47:59 ---> 1b9a153e56c2 04:47:59 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:59 ---> Running in 55df855a6933 04:47:59 Removing intermediate container 55df855a6933 04:47:59 ---> 983d543e9588 04:47:59 Step 20/22 : LABEL arch=x86_64 04:47:59 ---> Running in 00f37cbbc6fc 04:47:59 Removing intermediate container 00f37cbbc6fc 04:47:59 ---> 461740ebd077 04:47:59 Step 21/22 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd 04:47:59 ---> Running in a59623d63569 04:47:59 Removing intermediate container a59623d63569 04:47:59 ---> f66301760f72 04:47:59 Step 22/22 : LABEL version=0.0.0 04:48:00 ---> Running in d6403ecb6823 04:48:00 Removing intermediate container d6403ecb6823 04:48:00 ---> 6a63da9e33dc 04:48:00 04:48:00 Successfully built 6a63da9e33dc 04:48:00 Successfully tagged docker-core-data-go:latest 04:48:00  Building docker-core-data-go ... done  [Pipeline] } 04:48:00 $ docker stop --time=1 efceadcbc16a777f8bde153cb650a1a5cb9a4d74076d39b5a46828dec09367d6 04:48:02 $ docker rm -f efceadcbc16a777f8bde153cb650a1a5cb9a4d74076d39b5a46828dec09367d6 [Pipeline] // withDockerContainer [Pipeline] sh 04:48:03 + docker images 04:48:03 + grep docker 04:48:03 docker-core-data-go latest 6a63da9e33dc 4 seconds ago 23.8MB 04:48:03 docker-sys-mgmt-agent-go latest 26ba1927217a 46 seconds ago 284MB 04:48:03 docker-core-command-go latest 828ac5c34532 About a minute ago 13MB 04:48:03 docker-core-metadata-go latest 2606d15a1877 2 minutes ago 14.4MB 04:48:03 docker-security-proxy-setup-go latest a06afc2cccf9 2 minutes ago 16.4MB 04:48:03 docker-security-secrets-setup-go latest 80010dacf05c 2 minutes ago 25.1MB 04:48:03 docker-security-secretstore-setup-go latest d63326935b0c 2 minutes ago 33.9MB 04:48:03 docker-support-notifications-go latest 855c414b597b 3 minutes ago 14.4MB 04:48:03 docker-support-scheduler-go latest 512b6d4d58c4 3 minutes ago 13.1MB 04:48:03 docker-support-logging-go latest f1460baa6930 3 minutes ago 11.8MB 04:48:03 docker latest 81f5749c9058 5 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:48:26 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:26 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:48:26 ---> ab4ef225c0f3 04:48:26 Step 3/26 : WORKDIR /edgex-go 04:48:26 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:26 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:48:26 ---> ab4ef225c0f3 04:48:26 Step 3/20 : WORKDIR /edgex-go 04:48:26 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:26 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:48:26 ---> ab4ef225c0f3 04:48:26 Step 3/26 : WORKDIR /edgex-go 04:48:26 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:48:26 ---> ab4ef225c0f3 04:48:26 Step 3/21 : WORKDIR /edgex-go 04:48:26 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:48:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:48:26 ---> ab4ef225c0f3 04:48:26 Step 3/22 : WORKDIR /edgex-go 04:48:26 ---> Running in e337a801b880 04:48:26 ---> Running in 64a10cdbc5b0 04:48:26 ---> Running in babb9a7f0e9e 04:48:26 ---> Running in b8e38d743ef3 04:48:26 ---> Running in 53d92d9d4acb 04:48:26 Removing intermediate container 53d92d9d4acb 04:48:26 ---> 308472386298 04:48:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:26 Removing intermediate container b8e38d743ef3 04:48:26 ---> f114eee35f5a 04:48:26 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:26 Removing intermediate container 64a10cdbc5b0 04:48:26 ---> dacd05318750 04:48:26 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:26 Removing intermediate container e337a801b880 04:48:26 ---> 13a7ccba10e3 04:48:26 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:26 Removing intermediate container babb9a7f0e9e 04:48:26 ---> a74b5a7cba87 04:48:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:26 ---> Running in c6091b84c7cd 04:48:26 ---> Running in c623ec514add 04:48:26 ---> Running in 4ba668a66967 04:48:26 ---> Running in 9211cdc7d87d 04:48:26 ---> Running in 66e3eb224eea 04:48:26 Removing intermediate container c6091b84c7cd 04:48:26 ---> 713d751e6753 04:48:26 Step 5/26 : RUN apk update && apk add make git 04:48:26 ---> Running in bfd164522dc3 04:48:26 Removing intermediate container c623ec514add 04:48:26 ---> 65d6f4e990a1 04:48:26 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:48:26 Removing intermediate container 4ba668a66967 04:48:26 ---> 0ab4a0300b15 04:48:26 Step 5/26 : RUN apk update && apk add make bash git 04:48:26 ---> Running in fef9ea39bec0 04:48:26 ---> Running in cba87941e0b9 04:48:26 Removing intermediate container 9211cdc7d87d 04:48:26 ---> 2264743ab433 04:48:26 Step 5/20 : RUN apk update && apk add make git 04:48:26 Removing intermediate container 66e3eb224eea 04:48:26 ---> a3f27edf74ef 04:48:26 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:48:26 ---> Running in a8812bb70a03 04:48:26 ---> Running in 2c48c396f9b5 04:48:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:56 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:56 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:56 OK: 12620 distinct packages available 04:48:56 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:56 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:56 OK: 12620 distinct packages available 04:48:56 OK: 217 MiB in 51 packages 04:48:56 OK: 217 MiB in 51 packages 04:48:57 Removing intermediate container fef9ea39bec0 04:48:57 ---> 40c4c7b39d0f 04:48:57 Step 6/26 : COPY go.mod . 04:48:57 Removing intermediate container cba87941e0b9 04:48:57 ---> 1e7df12730c0 04:48:57 Step 6/22 : COPY go.mod . 04:48:57 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:57 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:57 OK: 12620 distinct packages available 04:48:57 ---> ccea8cc7a97d 04:48:57 Step 7/26 : RUN go mod download 04:48:57 ---> 502844a2a7e4 04:48:57 Step 7/22 : RUN go mod download 04:48:57 ---> Running in db4b167b63a2 04:48:57 ---> Running in 55de4187e540 04:48:57 OK: 217 MiB in 51 packages 04:48:59 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:48:59 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:48:59 OK: 12620 distinct packages available 04:48:59 Removing intermediate container bfd164522dc3 04:48:59 ---> 1d34e71a2727 04:48:59 Step 6/26 : COPY go.mod . 04:49:00 OK: 217 MiB in 51 packages 04:49:00 ---> 32e92ff11da9 04:49:00 Step 7/26 : RUN go mod download 04:49:00 ---> Running in 9bfc6e3b1e1c 04:49:01 Removing intermediate container a8812bb70a03 04:49:01 ---> 76b2f30a58ee 04:49:01 Step 6/20 : COPY go.mod . 04:49:02 Removing intermediate container db4b167b63a2 04:49:02 ---> 0b331328cab3 04:49:02 Step 8/26 : COPY . . 04:49:02 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:49:02 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:49:02 OK: 12620 distinct packages available 04:49:02 Removing intermediate container 55de4187e540 04:49:02 ---> f268f7b5719c 04:49:02 Step 8/22 : COPY . . 04:49:02 ---> 0e1c7bb620eb 04:49:02 Step 7/20 : RUN go mod download 04:49:03 OK: 217 MiB in 51 packages 04:49:04 OK: 217 MiB in 51 packages 04:49:04 ---> Running in e09a494b7615 04:49:08 Removing intermediate container 9bfc6e3b1e1c 04:49:08 ---> 1d815c9561b6 04:49:08 Step 8/26 : COPY . . 04:49:09 Removing intermediate container 2c48c396f9b5 04:49:09 ---> 295b6108fb6a 04:49:09 Step 6/21 : COPY go.mod . 04:49:11 ---> 37c9b8ad9b63 04:49:11 Step 7/21 : RUN go mod download 04:49:11 Removing intermediate container e09a494b7615 04:49:11 ---> b3ce065a0bb8 04:49:11 Step 8/20 : COPY . . 04:49:11 ---> Running in 57dc303ba37d 04:49:21 Removing intermediate container 57dc303ba37d 04:49:21 ---> 978ba3fe7e9a 04:49:21 Step 8/21 : COPY . . 04:49:26 ---> 1eccd80295ea 04:49:26 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:49:28 ---> 51ab28a8d319 04:49:28 Step 9/22 : RUN make cmd/core-data/core-data 04:49:30 ---> Running in 2b3e6c77d555 04:49:31 ---> Running in 2f7fadda7801 04:49:33 ---> c7defbdc11f8 04:49:33 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 04:49:34 ---> Running in 05dbf4146cfa 04:49:34 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:49:34 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:49:35 ---> 0904692aa776 04:49:35 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:49:36 ---> Running in 4aa2819ec2e1 04:49:37 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:39 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:49:46 ---> bdacadc80ed4 04:49:46 Step 9/21 : RUN make cmd/support-logging/support-logging 04:49:46 ---> Running in 6cac18540b13 04:49: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:50:57 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:51:07 Removing intermediate container 2b3e6c77d555 04:51:07 ---> 8fe85eea8326 04:51:07 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:51:07 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:51:08 ---> Running in 706714caaf43 04:51:10 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:51:17 Removing intermediate container 706714caaf43 04:51:17 ---> 3aa85bfacf6b 04:51:17 04:51:17 Step 11/26 : FROM docker:latest 04:51:17 ---> ce9d55ae87f1 04:51:17 Step 12/26 : RUN apk add --no-cache bash 04:51:17 ---> Running in d6034a373f89 04:51:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:20 (1/2) Installing readline (8.0.4-r0) 04:51:20 (2/2) Installing bash (5.0.17-r0) 04:51:21 Executing bash-5.0.17-r0.post-install 04:51:21 Executing busybox-1.31.1-r16.trigger 04:51:21 OK: 12 MiB in 22 packages 04:51:23 Removing intermediate container d6034a373f89 04:51:23 ---> 21951c008225 04:51:23 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:51:24 ---> Running in 6737f5373053 04:51:24 Removing intermediate container 05dbf4146cfa 04:51:24 ---> 843354d3fe0d 04:51:24 04:51:24 Step 10/26 : FROM alpine:3.10 04:51:25 3.10: Pulling from library/alpine 04:51:26 Removing intermediate container 6cac18540b13 04:51:26 ---> 90ff7cc3ac15 04:51:26 04:51:26 Step 10/21 : FROM scratch 04:51:26 ---> 04:51:26 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:51:26 ---> Running in 5258ca9ab841 04:51:26 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:51:26 Status: Downloaded newer image for alpine:3.10 04:51:26 ---> 536a684cf733 04:51:26 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:51:27 ---> Running in 1d70e37f3410 04:51:27 Removing intermediate container 5258ca9ab841 04:51:27 ---> 2d1b50ecf6fa 04:51:27 Step 12/21 : ENV APP_PORT=48061 04:51:27 ---> Running in 991f8a358e7f 04:51:28 Removing intermediate container 991f8a358e7f 04:51:28 ---> f5efb9f27bf4 04:51:28 Step 13/21 : EXPOSE $APP_PORT 04:51:28 ---> Running in 140e24e075a2 04:51:28 Removing intermediate container 6737f5373053 04:51:28 ---> e52509891336 04:51:28 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:51:29 ---> Running in d23ac2df5176 04:51:29 Removing intermediate container 140e24e075a2 04:51:29 ---> d8e962757ad1 04:51:29 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:51:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:51:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:51:30 Removing intermediate container d23ac2df5176 04:51:30 ---> 8544e6d10366 04:51:30 Step 15/26 : ENV APP_PORT=48090 04:51:30 ---> Running in 5adff0fe0757 04:51:30 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:51:30 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:51:30 OK: 10167 distinct packages available 04:51:31 ---> 7efcbdcb36d8 04:51:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:51:31 (1/5) Installing ca-certificates (20191127-r2) 04:51:31 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:51:31 (3/5) Installing libcurl (7.66.0-r0) 04:51:31 (4/5) Installing curl (7.66.0-r0) 04:51:31 (5/5) Installing dumb-init (1.2.2-r1) 04:51:31 Executing busybox-1.30.1-r3.trigger 04:51:31 Executing ca-certificates-20191127-r2.trigger 04:51:31 OK: 7 MiB in 19 packages 04:51:32 Removing intermediate container 5adff0fe0757 04:51:32 ---> eb67ae33daff 04:51:32 Step 16/26 : EXPOSE $APP_PORT 04:51:32 ---> Running in 0ea9fd5e08d2 04:51:33 ---> b728f8949e86 04:51:33 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:51:33 Removing intermediate container 4aa2819ec2e1 04:51:33 ---> 9ccfdf9b63a4 04:51:33 04:51:33 Step 10/20 : FROM scratch 04:51:33 ---> 04:51:33 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:51:33 Removing intermediate container 0ea9fd5e08d2 04:51:33 ---> 99c9784b2a0f 04:51:33 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:51:33 ---> Running in f13f423cf2ab 04:51:35 Removing intermediate container f13f423cf2ab 04:51:35 ---> b062ec08e12b 04:51:35 Step 12/20 : ENV APP_PORT=48085 04:51:35 ---> Running in 57c9b3ddfbdc 04:51:35 ---> bdba68da49cf 04:51:35 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:51:35 Removing intermediate container 1d70e37f3410 04:51:35 ---> 8f0d73b92bdc 04:51:35 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:51:35 ---> cb15b6f3be93 04:51:35 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:51:35 ---> Running in 81debe66afe7 04:51:35 Removing intermediate container 57c9b3ddfbdc 04:51:35 ---> 876e0d5df5a5 04:51:35 Step 13/20 : EXPOSE $APP_PORT 04:51:35 ---> Running in db225e0090a5 04:51:36 Removing intermediate container 81debe66afe7 04:51:36 ---> b2389f811ce3 04:51:36 Step 13/26 : WORKDIR / 04:51:36 ---> e9f7201a314d 04:51:36 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:51:36 ---> Running in ed151ed95386 04:51:36 ---> 5947a30d143f 04:51:36 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:51:36 ---> Running in dcadb0c3c62f 04:51:36 Removing intermediate container db225e0090a5 04:51:36 ---> b12e8a374027 04:51:36 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:51:37 Removing intermediate container ed151ed95386 04:51:37 ---> d5f45186c8ba 04:51:37 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:51:37 Removing intermediate container dcadb0c3c62f 04:51:37 ---> 20ecae7a73f0 04:51:37 Step 19/21 : LABEL arch=arm64 04:51:37 ---> Running in 06fe72f7812b 04:51:37 ---> 8733792fe61c 04:51:37 Step 20/26 : RUN apk --no-cache add py-pip 04:51:37 ---> 23fa77e56ce8 04:51:37 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:51:38 ---> Running in b6f5388832eb 04:51:38 ---> a96bf333fa73 04:51:38 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:51:39 Removing intermediate container 06fe72f7812b 04:51:39 ---> b09059a10840 04:51:39 Step 20/21 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd 04:51:40 ---> Running in 6ff9cbdc88f8 04:51:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:40 ---> 45d55ab37011 04:51:40 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:51:40 ---> 6c9bacbb9c1b 04:51:40 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:51:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:40 Removing intermediate container 6ff9cbdc88f8 04:51:40 ---> 9850bd12e132 04:51:40 Step 21/21 : LABEL version=0.0.0 04:51:40 ---> Running in 87b839731589 04:51:40 (1/33) Installing libbz2 (1.0.8-r1) 04:51:40 (2/33) Installing expat (2.2.9-r1) 04:51:40 (3/33) Installing libffi (3.3-r2) 04:51:40 (4/33) Installing gdbm (1.13-r1) 04:51:40 (5/33) Installing xz-libs (5.2.5-r0) 04:51:40 (6/33) Installing sqlite-libs (3.32.1-r0) 04:51:41 (7/33) Installing python3 (3.8.5-r0) 04:51:41 ---> de00008404f7 04:51:41 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:51:42 ---> Running in 20097b60a976 04:51:42 Removing intermediate container 87b839731589 04:51:42 ---> 91a2a734224c 04:51:42 04:51:42 ---> 9d29d8a4e598 04:51:42 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:51:43 (8/33) Installing py3-appdirs (1.4.4-r1) 04:51:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:51:43 (10/33) Installing py3-parsing (2.4.7-r0) 04:51:43 (11/33) Installing py3-six (1.15.0-r0) 04:51:43 (12/33) Installing py3-packaging (20.4-r0) 04:51:43 (13/33) Installing py3-setuptools (47.0.0-r0) 04:51:43 (14/33) Installing py3-chardet (3.0.4-r4) 04:51:43 (15/33) Installing py3-idna (2.9-r0) 04:51:43 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:51:43 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:51:43 (18/33) Installing py3-requests (2.23.0-r0) 04:51:43 (19/33) Installing py3-msgpack (1.0.0-r0) 04:51:43 (20/33) Installing py3-lockfile (0.12.2-r3) 04:51:43 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:51:43 (22/33) Installing py3-colorama (0.4.3-r0) 04:51:43 (23/33) Installing py3-distlib (0.3.0-r0) 04:51:43 Successfully built 91a2a734224c 04:51:43 Removing intermediate container 2f7fadda7801 04:51:43 ---> f9fb3dbb76e8 04:51:43 04:51:43 (24/33) Installing py3-distro (1.5.0-r1) 04:51:43 Step 10/22 : FROM alpine 04:51:43 (25/33) Installing py3-webencodings (0.5.1-r3) 04:51:43 (26/33) Installing py3-html5lib (1.0.1-r4) 04:51:43 (27/33) Installing py3-pytoml (0.1.21-r0) 04:51:43 (28/33) Installing py3-pep517 (0.8.2-r0) 04:51:43 (29/33) Installing py3-progress (1.5-r0) 04:51:44 (30/33) Installing py3-toml (0.10.1-r0) 04:51:44 (31/33) Installing py3-retrying (1.3.3-r0) 04:51:44 Successfully tagged docker-support-logging-go-arm64:latest 04:51:44  Building docker-support-logging-go ... done Building docker-support-notifications-go 04:51:44 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:51:44 Removing intermediate container 20097b60a976 04:51:44 ---> a4fe6aa3dbda 04:51:44 Step 18/20 : LABEL arch=arm64 04:51:44 (33/33) Installing py3-pip (20.1.1-r0) 04:51:44 latest: Pulling from library/alpine 04:51:44 Executing busybox-1.31.1-r16.trigger 04:51:44 OK: 71 MiB in 55 packages 04:51:44 ---> b4959d5ef0a4 04:51:44 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:51:44 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:51:44 ---> Running in 0ebe364b5790 04:51:44 Status: Downloaded newer image for alpine:latest 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:45 ---> Running in 1e7c4bb7a9ed 04:51:46 Removing intermediate container 0ebe364b5790 04:51:46 ---> f4386c81f663 04:51:46 Step 19/20 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd 04:51:47 Removing intermediate container 1e7c4bb7a9ed 04:51:47 ---> 2d577f9a01c7 04:51:47 Step 12/22 : ENV APP_PORT=48080 04:51:47 ---> 54fb656e0c5f 04:51:47 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:51:48 ---> Running in 57bee1f84243 04:51:49 ---> Running in 7984feaff360 04:51:50 ---> 699514f9bdef 04:51:50 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:51:50 Removing intermediate container 57bee1f84243 04:51:50 ---> 79ff47b10fc9 04:51:50 Step 20/20 : LABEL version=0.0.0 04:51:51 Removing intermediate container 7984feaff360 04:51:51 ---> Running in 48945dfce86a 04:51:51 ---> 05085d6f906e 04:51:51 Step 13/22 : EXPOSE $APP_PORT 04:51:51 ---> Running in 1ef0fb9b3c48 04:51:51 ---> ed4bfbdc507c 04:51:51 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:51:51 Removing intermediate container 48945dfce86a 04:51:51 ---> b19672537031 04:51:51 04:51:52 Removing intermediate container 1ef0fb9b3c48 04:51:52 ---> ef283a41cfc0 04:51:52 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:52 Successfully built b19672537031 04:51:52 Removing intermediate container b6f5388832eb 04:51:52 ---> 0493d764fab9 04:51:52 Step 21/26 : RUN pip install docker-compose==1.23.2 04:51:53 Successfully tagged docker-support-scheduler-go-arm64:latest 04:51:53  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go 04:51:53 ---> Running in 91201b8aaa5e 04:51:53 ---> Running in 1059cb73950b 04:51:53 ---> a4f987cd097b 04:51:53 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:51:53 ---> Running in 34c26e663b6d 04:52:00 Removing intermediate container 91201b8aaa5e 04:52:00 ---> fbe0fcb07202 04:52:00 Step 15/22 : RUN apk --no-cache add zeromq 04:52:00 Removing intermediate container 34c26e663b6d 04:52:00 ---> 2d28f55d9e93 04:52:00 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:52:00 Collecting docker-compose==1.23.2 04:52:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:52:01 ---> Running in 89d4569956ca 04:52:01 ---> Running in d8db56ce4a4f 04:52:01 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:52:01 Collecting cached-property<2,>=1.2.0 04:52:01 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:52:03 Removing intermediate container d8db56ce4a4f 04:52:03 ---> 8257992b54dd 04:52:03 Step 24/26 : LABEL arch=arm64 04:52:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:52:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:52:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:04 ---> Running in 59fe5680f374 04:52:04 Collecting docker<4.0,>=3.6.0 04:52:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:52:05 Removing intermediate container 59fe5680f374 04:52:05 ---> bcb46fa73acc 04:52:05 Step 25/26 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd 04:52:06 Collecting websocket-client<1.0,>=0.32.0 04:52:06 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:52:06 ---> Running in b181e95b8fb8 04:52:07 Collecting jsonschema<3,>=2.5.1 04:52:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:52:07 Removing intermediate container b181e95b8fb8 04:52:07 ---> 517876780f94 04:52:07 Step 26/26 : LABEL version=0.0.0 04:52:07 ---> Running in 30accdf621d4 04:52:07 Collecting texttable<0.10,>=0.9.0 04:52:07 Downloading texttable-0.9.1.tar.gz (11 kB) 04:52:07 Removing intermediate container 30accdf621d4 04:52:07 ---> 8ef62880fbb1 04:52:07 04:52:08 Successfully built 8ef62880fbb1 04:52:08 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:52:08  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 04:52:09 Collecting docopt<0.7,>=0.6.1 04:52:09 Downloading docopt-0.6.2.tar.gz (25 kB) 04:52:12 Collecting dockerpty<0.5,>=0.4.1 04:52:12 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:52:14 Collecting PyYAML<4,>=3.10 04:52:14 Downloading PyYAML-3.13.tar.gz (270 kB) 04:52:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:16 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:52:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:52:16 ---> ab4ef225c0f3 04:52:16 Step 3/23 : WORKDIR /edgex-go 04:52:16 ---> Using cache 04:52:16 ---> a74b5a7cba87 04:52:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:52:16 ---> Using cache 04:52:16 ---> a3f27edf74ef 04:52:16 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:52:18 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:52:18 Collecting idna<2.8,>=2.5 04:52:18 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:52:20 Collecting urllib3<1.25,>=1.21.1 04:52:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:52:21 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:52:22 ---> Running in 613d1fe6c9f7 04:52:22 Collecting docker-pycreds>=0.4.0 04:52:22 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:52:22 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:52:22 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:52:22 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:52:22 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:52:23 Installing collected packages: cached-property, idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, texttable, docopt, dockerpty, PyYAML, docker-compose 04:52:23 Attempting uninstall: idna 04:52:23 Found existing installation: idna 2.9 04:52:23 Uninstalling idna-2.9: 04:52:23 Successfully uninstalled idna-2.9 04:52:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:24 Attempting uninstall: urllib3 04:52:24 Found existing installation: urllib3 1.25.9 04:52:24 Uninstalling urllib3-1.25.9: 04:52:24 Successfully uninstalled urllib3-1.25.9 04:52:25 Attempting uninstall: requests 04:52:25 Found existing installation: requests 2.23.0 04:52:25 Uninstalling requests-2.23.0: 04:52:25 Successfully uninstalled requests-2.23.0 04:52:27 Running setup.py install for texttable: started 04:52:29 Running setup.py install for texttable: finished with status 'done' 04:52:29 Running setup.py install for docopt: started 04:52:31 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:52:31 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:52:31 ---> ab4ef225c0f3 04:52:31 Step 3/29 : WORKDIR /edgex-go 04:52:31 ---> Using cache 04:52:31 ---> a74b5a7cba87 04:52:31 Step 4/29 : RUN apk update && apk add make git 04:52:31 Running setup.py install for docopt: finished with status 'done' 04:52:31 Running setup.py install for dockerpty: started 04:52:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:33 Running setup.py install for dockerpty: finished with status 'done' 04:52:33 Running setup.py install for PyYAML: started 04:52:34 ---> Running in 5a6ab4a0798a 04:52:36 Running setup.py install for PyYAML: finished with status 'done' 04:52:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:37 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:52:37 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:52:37 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:52:37 ---> ab4ef225c0f3 04:52:37 Step 3/20 : WORKDIR /edgex-go 04:52:37 ---> Using cache 04:52:37 ---> a74b5a7cba87 04:52:37 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:52:37 ---> Using cache 04:52:37 ---> a3f27edf74ef 04:52:37 Step 5/20 : RUN apk update && apk add make git 04:52:38 ---> Running in b3c655e03126 04:52:40 (1/5) Installing libgcc (9.3.0-r2) 04:52:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:40 (2/5) Installing libsodium (1.0.18-r0) 04:52:41 Removing intermediate container 1059cb73950b 04:52:41 ---> 4a2f09e42a6f 04:52:41 Step 22/26 : RUN apk --no-cache add curl 04:52:41 ---> Running in 6c7baeece474 04:52:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:43 (3/5) Installing libstdc++ (9.3.0-r2) 04:52:43 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:52:43 (2/3) Installing libcurl (7.69.1-r0) 04:52:43 (3/3) Installing curl (7.69.1-r0) 04:52:43 Executing busybox-1.31.1-r16.trigger 04:52:43 OK: 71 MiB in 58 packages 04:52:44 Removing intermediate container 6c7baeece474 04:52:44 ---> 797583840010 04:52:44 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:52:45 ---> Running in b14ab22420bf 04:52:45 Removing intermediate container b14ab22420bf 04:52:45 ---> c86bd5ed6d4f 04:52:45 Step 24/26 : LABEL arch=arm64 04:52:45 ---> Running in 2fbe5d8ca3a4 04:52:46 Removing intermediate container 2fbe5d8ca3a4 04:52:46 ---> 8c3003f3188e 04:52:46 Step 25/26 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd 04:52:46 ---> Running in f21e294a0177 04:52:46 Removing intermediate container f21e294a0177 04:52:46 ---> f349f2f1508b 04:52:46 Step 26/26 : LABEL version=0.0.0 04:52:47 ---> Running in 30caabfa83f0 04:52:47 Removing intermediate container 30caabfa83f0 04:52:47 ---> eecb05891b17 04:52:47 04:52:47 Successfully built eecb05891b17 04:52:47 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:52:47  Building docker-sys-mgmt-agent-go ... done Building docker-core-command-go 04:52:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:51 (4/5) Installing libzmq (4.3.2-r0) 04:52:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:55 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:52:55 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:52:55 OK: 12620 distinct packages available 04:52:56 (5/5) Installing zeromq (4.3.2-r0) 04:52:56 Executing busybox-1.31.1-r16.trigger 04:52:56 OK: 8 MiB in 19 packages 04:52:56 OK: 217 MiB in 51 packages 04:53:03 Removing intermediate container 613d1fe6c9f7 04:53:03 ---> 46251bca5196 04:53:03 Step 6/23 : COPY go.mod . 04:53:03 Removing intermediate container 89d4569956ca 04:53:03 ---> b4abccdf204d 04:53:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:53:03 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:53:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:53:03 ---> ab4ef225c0f3 04:53:03 Step 3/21 : WORKDIR /edgex-go 04:53:03 ---> Using cache 04:53:03 ---> a74b5a7cba87 04:53:03 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:53:03 ---> Using cache 04:53:03 ---> a3f27edf74ef 04:53:03 Step 5/21 : RUN apk update && apk add make git 04:53:03 ---> Running in 0b4421deff94 04:53:03 ---> 5fd943da3a77 04:53:03 Step 7/23 : RUN go mod download 04:53:04 ---> Running in b443fa7bab0b 04:53:04 ---> faf5f86a59d3 04:53:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:53:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:53:06 ---> 0a301f278d32 04:53:06 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:53:06 ---> ace11b353666 04:53:06 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:53:07 ---> Running in 40807594ed93 04:53:07 Removing intermediate container b443fa7bab0b 04:53:07 ---> 2d12af8c895f 04:53:07 Step 8/23 : COPY . . 04:53:07 Removing intermediate container 40807594ed93 04:53:07 ---> 0b13b51d8b22 04:53:07 Step 20/22 : LABEL arch=arm64 04:53:07 ---> Running in 0a6ac04b47e4 04:53:08 Removing intermediate container 0a6ac04b47e4 04:53:08 ---> 2cdc2bd9d4b0 04:53:08 Step 21/22 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd 04:53:09 ---> Running in 8173f7d6e460 04:53:11 Removing intermediate container 8173f7d6e460 04:53:11 ---> db1f549cd3ac 04:53:11 Step 22/22 : LABEL version=0.0.0 04:53:11 ---> Running in 2cf1ff45c147 04:53:12 Removing intermediate container 2cf1ff45c147 04:53:12 ---> b0584459a4e2 04:53:12 04:53:12 Successfully built b0584459a4e2 04:53:12 Successfully tagged docker-core-data-go-arm64:latest 04:53:12  Building docker-core-data-go ... done Building docker-core-metadata-go 04:53:17 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:53:17 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:53:17 OK: 12620 distinct packages available 04:53:17 OK: 217 MiB in 51 packages 04:53:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:53:21 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:53:21 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:53:21 OK: 12620 distinct packages available 04:53:21 OK: 217 MiB in 51 packages 04:53:23 ---> 49e69ac95523 04:53:23 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:53:23 Removing intermediate container 5a6ab4a0798a 04:53:23 ---> b40ce8769e32 04:53:23 Step 5/29 : COPY go.mod . 04:53:24 ---> Running in a930174c01cb 04:53:24 Removing intermediate container b3c655e03126 04:53:24 ---> 6cba2e1e4d40 04:53:24 Step 6/20 : COPY go.mod . 04:53:25 ---> c0e98fa49965 04:53:25 Step 6/29 : RUN go mod download 04:53:25 ---> Running in 283ebcd144dd 04:53:25 ---> 3f35da0db974 04:53:25 Step 7/20 : RUN go mod download 04:53:26 ---> Running in e40766898b60 04:53:26 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:53:31 Removing intermediate container 283ebcd144dd 04:53:31 ---> 8615e9bda88d 04:53:31 Step 7/29 : COPY . . 04:53:32 Removing intermediate container e40766898b60 04:53:32 ---> 9ad5fdb581e7 04:53:32 Step 8/20 : COPY . . 04:53:34 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:53:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:53:34 ---> ab4ef225c0f3 04:53:34 Step 3/21 : WORKDIR /edgex-go 04:53:34 ---> Using cache 04:53:34 ---> a74b5a7cba87 04:53:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:53:34 ---> Using cache 04:53:34 ---> a3f27edf74ef 04:53:34 Step 5/21 : RUN apk update && apk add make git 04:53:34 ---> Using cache 04:53:34 ---> 6cba2e1e4d40 04:53:34 Step 6/21 : COPY go.mod . 04:53:34 ---> Using cache 04:53:34 ---> 3f35da0db974 04:53:34 Step 7/21 : RUN go mod download 04:53:34 ---> Using cache 04:53:34 ---> 9ad5fdb581e7 04:53:34 Step 8/21 : COPY . . 04:53:46 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:53:46 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:53:46 OK: 12620 distinct packages available 04:53:46 OK: 217 MiB in 51 packages 04:53:59 Removing intermediate container 0b4421deff94 04:53:59 ---> 9ae66b35ab9c 04:53:59 Step 6/21 : COPY go.mod . 04:54:01 ---> f4b2108992a7 04:54:01 Step 7/21 : RUN go mod download 04:54:01 ---> Running in 9e84e68bd567 04:54:08 Removing intermediate container 9e84e68bd567 04:54:08 ---> 3fcaeefa22c6 04:54:08 Step 8/21 : COPY . . 04:54:11 ---> 32ac002a3a89 04:54:11 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:54:11 ---> 044bdf41712a 04:54:11 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:54:11 ---> Running in 8f35b1b35326 04:54:11 ---> fa6f80366db9 04:54:11 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:54:12 ---> Running in 4cf3e0a47a36 04:54:12 ---> Running in 97114ff5006f 04:54:14 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:54:15 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:54:15 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:54:18 Removing intermediate container a930174c01cb 04:54:18 ---> ff1a7ed1198e 04:54:18 04:54:18 Step 10/23 : FROM scratch 04:54:18 ---> 04:54:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:54:18 ---> Using cache 04:54:18 ---> 2d1b50ecf6fa 04:54:18 Step 12/23 : ENV APP_PORT=48060 04:54:19 ---> Running in 5d16eb2381c7 04:54:20 Removing intermediate container 5d16eb2381c7 04:54:20 ---> d07a0a4cbcea 04:54:20 Step 13/23 : EXPOSE $APP_PORT 04:54:20 ---> Running in a9f27c1605ed 04:54:21 Removing intermediate container a9f27c1605ed 04:54:21 ---> 1ab5d5a23e15 04:54:21 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:54:23 ---> 0087bad4c166 04:54:23 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:54:26 ---> 9cb0e41d1e17 04:54:26 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:54:29 ---> 6320866a02c9 04:54:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:54:30 ---> 74ea002db265 04:54:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:54:34 ---> e895e6053bc3 04:54:34 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:54:35 ---> 1bc1ba01fb83 04:54:35 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:54:35 ---> 6fc3b6e70e06 04:54:35 Step 9/21 : RUN make cmd/core-command/core-command 04:54:35 ---> Running in 7033d5c77942 04:54:35 ---> Running in 66bb9ed7472e 04:54:35 Removing intermediate container 7033d5c77942 04:54:35 ---> 47c7ea5c96bd 04:54:35 Step 21/23 : LABEL arch=arm64 04:54:36 ---> Running in e563d55d52a1 04:54:36 Removing intermediate container e563d55d52a1 04:54:36 ---> b6c989d93dfc 04:54:36 Step 22/23 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd 04:54:37 ---> Running in 3be334ca70cd 04:54:37 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:54:37 Removing intermediate container 3be334ca70cd 04:54:37 ---> 5556c73b95d3 04:54:37 Step 23/23 : LABEL version=0.0.0 04:54:38 ---> Running in 68d221a4e46b 04:54:38 Removing intermediate container 68d221a4e46b 04:54:38 ---> 42165d092343 04:54:38 04:54:39 Successfully built 42165d092343 04:54:39 Successfully tagged docker-support-notifications-go-arm64:latest 04:55:26  Building docker-support-notifications-go ... done Removing intermediate container 4cf3e0a47a36 04:55:26 ---> 45c697953c84 04:55:26 04:55:26 Step 9/29 : FROM alpine:latest 04:55:26 ---> 62ee0e9f8440 04:55: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:55:26 ---> Running in 4027aba29436 04:55:27 Removing intermediate container 8f35b1b35326 04:55:27 ---> 9e448a887e3a 04:55:27 04:55:27 Step 10/20 : FROM alpine 04:55:27 ---> 62ee0e9f8440 04:55:27 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:55:27 Removing intermediate container 4027aba29436 04:55:27 ---> fd23821f5172 04:55:27 Step 11/29 : USER root 04:55:27 ---> Running in 01689c15fe4a 04:55:27 ---> Running in 6b5a0a63b0e0 04:55:28 Removing intermediate container 6b5a0a63b0e0 04:55:28 ---> c8189dfc339f 04:55:28 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:55:28 ---> Running in e73a30b06c5b 04:55:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:55:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:55:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:55:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:55:31 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:55:31 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:55:31 OK: 12620 distinct packages available 04:55:31 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:55:31 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:55:31 OK: 12620 distinct packages available 04:55:32 (1/4) Installing ca-certificates (20191127-r4) 04:55:32 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:55:32 (3/4) Installing libcurl (7.69.1-r0) 04:55:32 (4/4) Installing curl (7.69.1-r0) 04:55:32 Executing busybox-1.31.1-r16.trigger 04:55:32 Executing ca-certificates-20191127-r4.trigger 04:55:32 (1/2) Installing ca-certificates (20191127-r4) 04:55:32 OK: 7 MiB in 18 packages 04:55:32 (2/2) Installing dumb-init (1.2.2-r1) 04:55:32 Executing busybox-1.31.1-r16.trigger 04:55:32 Executing ca-certificates-20191127-r4.trigger 04:55:33 OK: 6 MiB in 16 packages 04:55:35 Removing intermediate container 01689c15fe4a 04:55:35 ---> a698d6902652 04:55:35 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:55:35 ---> Running in 5d0f3875de81 04:55:35 Removing intermediate container e73a30b06c5b 04:55:35 ---> 75540367095a 04:55:35 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:55:36 ---> Running in 44bcf88b696d 04:55:36 Removing intermediate container 5d0f3875de81 04:55:36 ---> f9cc5e627500 04:55:36 Step 13/20 : WORKDIR /edgex 04:55:36 ---> Running in 35b81021c651 04:55:36 Removing intermediate container 44bcf88b696d 04:55:36 ---> d5944fb4938e 04:55:36 Step 14/29 : WORKDIR $BASE_DIR 04:55:37 ---> Running in ab773eabceee 04:55:37 Removing intermediate container 35b81021c651 04:55:37 ---> fda737333e0e 04:55:37 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:55:38 Removing intermediate container ab773eabceee 04:55:38 ---> 0a1944b05ad4 04:55:38 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:55:38 ---> Running in b727270cdcfb 04:55:39 ---> b59453d46a6c 04:55:39 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:55:40 ---> efef191f3ace 04:55:40 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:55:40 ---> Running in 9f99dce070d7 04:55:42 Removing intermediate container 9f99dce070d7 04:55:42 ---> e2736bc54662 04:55:42 Step 17/20 : CMD ["--init=true"] 04:55:42 ---> Running in 54a7adb251ae 04:55:42 Removing intermediate container b727270cdcfb 04:55:42 ---> 7fcbb40f4a0f 04:55:42 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:55:42 Removing intermediate container 54a7adb251ae 04:55:42 ---> 497df4023c6b 04:55:42 Step 18/20 : LABEL arch=arm64 04:55:43 ---> Running in 88c6d877f952 04:55:44 Removing intermediate container 88c6d877f952 04:55:44 ---> 91d06bd594fb 04:55:44 Step 19/20 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd 04:55:44 ---> 4e4edad1ce61 04:55:44 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:55:44 ---> Running in 834c0953adff 04:55:45 Removing intermediate container 834c0953adff 04:55:45 ---> 30c62c96bcd7 04:55:45 Step 20/20 : LABEL version=0.0.0 04:55:45 ---> Running in 68925e747e5f 04:55:45 ---> fb65e3617c4c 04:55:45 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:55:45 Removing intermediate container 68925e747e5f 04:55:45 ---> 7fe664df9d38 04:55:45 04:55:46 Successfully built 7fe664df9d38 04:55:46 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:55:46  Building docker-security-proxy-setup-go ... done  ---> e2dac160ac42 04:55:46 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:55:47 ---> e77cfed2e2f4 04:55:47 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:55:48 ---> 316645ab6cc0 04:55:48 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:55:49 ---> Running in 13a8243bfb38 04:55:52 Removing intermediate container 97114ff5006f 04:55:52 ---> febda32f858f 04:55:52 04:55:52 Step 10/21 : FROM scratch 04:55:52 ---> 04:55:52 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:55:52 ---> Using cache 04:55:52 ---> b062ec08e12b 04:55:52 Step 12/21 : ENV APP_PORT=48081 04:55:53 ---> Running in 0fdd7e8268e7 04:55:53 Removing intermediate container 13a8243bfb38 04:55:53 ---> 3b3909df8519 04:55:53 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:55:53 Removing intermediate container 0fdd7e8268e7 04:55:53 ---> 6b0e2c4d75c6 04:55:53 Step 13/21 : EXPOSE $APP_PORT 04:55:53 ---> Running in 90a774157207 04:55:54 ---> b20a849387cb 04:55:54 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:55:54 Removing intermediate container 90a774157207 04:55:54 ---> Running in d41c5b722d55 04:55:54 ---> aefc3dbe14b6 04:55:54 Step 14/21 : WORKDIR / 04:55:54 ---> Running in ebabe81d036f 04:55:55 Removing intermediate container ebabe81d036f 04:55:55 ---> 1713ee4ade5c 04:55:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:55:56 Removing intermediate container 66bb9ed7472e 04:55:56 ---> 26b06d0fc714 04:55:56 04:55:56 Step 10/21 : FROM scratch 04:55:56 ---> 04:55:56 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:55:56 ---> Using cache 04:55:56 ---> b062ec08e12b 04:55:56 Step 12/21 : ENV APP_PORT=48082 04:55:56 ---> 3452d8018ab3 04:55:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:55:56 ---> Running in 4c187845903b 04:55:57 Removing intermediate container 4c187845903b 04:55:57 ---> db51e1b0e7e3 04:55:57 Step 13/21 : EXPOSE $APP_PORT 04:55:57 ---> Running in 9fada98b26df 04:55:57 Removing intermediate container d41c5b722d55 04:55:57 ---> dbb37f64d021 04:55:57 Step 24/29 : RUN chmod 755 security-secrets-setup 04:55:58 ---> Running in 13fcf018f6cb 04:55:58 Removing intermediate container 9fada98b26df 04:55:58 ---> 4d1f37f4c9dd 04:55:58 Step 14/21 : WORKDIR / 04:55:58 ---> 02d7e6770c30 04:55:58 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:55:58 ---> Running in 7230d68c7160 04:55:59 Removing intermediate container 7230d68c7160 04:55:59 ---> 2a42c96e95c5 04:55:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:55:59 ---> 7ea2e8143f18 04:55:59 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:55:59 ---> Running in 5cf88437d22d 04:55:59 ---> eff6a1bd30a5 04:55:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:55:59 Removing intermediate container 5cf88437d22d 04:55:59 ---> 7682ac145dc3 04:55:59 Step 19/21 : LABEL arch=arm64 04:56:00 ---> Running in 2af86b5e8817 04:56:00 Removing intermediate container 2af86b5e8817 04:56:00 ---> 6e3b531a3570 04:56:00 Step 20/21 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd 04:56:01 ---> Running in 6ee2b3cb3cd7 04:56:01 ---> 292692203d6f 04:56:01 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:56:01 Removing intermediate container 6ee2b3cb3cd7 04:56:01 ---> 0e11c8928536 04:56:01 Step 21/21 : LABEL version=0.0.0Removing intermediate container 13fcf018f6cb 04:56:01 ---> 0861603d7a97 04:56:01 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:56:01 04:56:01 ---> Running in 582ffebc92d6 04:56:01 ---> Running in 0ebcd6cd7454 04:56:02 ---> a194d21f1b24 04:56:02 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:56:02 ---> Running in 3fd13437efdf 04:56:02 Removing intermediate container 0ebcd6cd7454 04:56:02 ---> 44a901a03584 04:56:02 Step 26/29 : CMD [ "generate" ] 04:56:02 Removing intermediate container 582ffebc92d6 04:56:02 ---> 7388bcad220e 04:56:02 04:56:02 ---> Running in 9c8c8802f3c0 04:56:03 Successfully built 7388bcad220e 04:56:03 Successfully tagged docker-core-metadata-go-arm64:latest 04:56:03 Removing intermediate container 3fd13437efdf 04:56:03 ---> 0fd41ba55470 04:56:03 Step 19/21 : LABEL arch=arm64 04:56:03  Building docker-core-metadata-go ... done  ---> Running in df919d03e1d2 04:56:03 Removing intermediate container 9c8c8802f3c0 04:56:03 ---> 2a0dff36239e 04:56:03 Step 27/29 : LABEL arch=arm64 04:56:03 ---> Running in 318da7f4b316 04:56:03 Removing intermediate container df919d03e1d2 04:56:03 ---> 6737ad67c457 04:56:03 Step 20/21 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd 04:56:03 ---> Running in b7e2b43568c0 04:56:03 Removing intermediate container 318da7f4b316 04:56:03 ---> 8b263f4bcb92 04:56:03 Step 28/29 : LABEL git_sha=e813e4c6e3ffe2396cb54fab1f286ed207e629cd 04:56:04 ---> Running in 276d2b563b1c 04:56:04 Removing intermediate container b7e2b43568c0 04:56:04 ---> 6cbc63ef3c65 04:56:04 Step 21/21 : LABEL version=0.0.0 04:56:04 ---> Running in 9683073d6ba8 04:56:04 Removing intermediate container 276d2b563b1c 04:56:04 ---> 28aa2819f6a2 04:56:04 Step 29/29 : LABEL version=0.0.0 04:56:04 ---> Running in f28c967c0197 04:56:04 Removing intermediate container 9683073d6ba8 04:56:04 ---> 0a6c741d1097 04:56:04 04:56:05 Successfully built 0a6c741d1097 04:56:05 Successfully tagged docker-core-command-go-arm64:latest 04:56:05  Building docker-core-command-go ... done Removing intermediate container f28c967c0197 04:56:05 ---> 0a0f1e5f60f9 04:56:05 04:56:05 Successfully built 0a0f1e5f60f9 04:56:05 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:56:06  Building docker-security-secrets-setup-go ... done  [Pipeline] } 04:56:06 $ docker stop --time=1 57e0855f478cbc1e51fb989b1a2203f67266bb01181a2034da46457f20db51bd 04:56:08 $ docker rm -f 57e0855f478cbc1e51fb989b1a2203f67266bb01181a2034da46457f20db51bd [Pipeline] // withDockerContainer [Pipeline] sh 04:56:09 + docker images 04:56:09 + grep docker 04:56:09 docker-core-command-go-arm64 latest 0a6c741d1097 5 seconds ago 12.4MB 04:56:09 docker-security-secrets-setup-go-arm64 latest 0a0f1e5f60f9 5 seconds ago 24.2MB 04:56:09 docker-core-metadata-go-arm64 latest 7388bcad220e 7 seconds ago 13.8MB 04:56:09 docker-security-proxy-setup-go-arm64 latest 7fe664df9d38 24 seconds ago 15.8MB 04:56:09 docker-support-notifications-go-arm64 latest 42165d092343 About a minute ago 13.9MB 04:56:09 docker-core-data-go-arm64 latest b0584459a4e2 2 minutes ago 22.6MB 04:56:09 docker-sys-mgmt-agent-go-arm64 latest eecb05891b17 3 minutes ago 266MB 04:56:09 docker-security-secretstore-setup-go-arm64 latest 8ef62880fbb1 4 minutes ago 32.6MB 04:56:09 docker-support-scheduler-go-arm64 latest b19672537031 4 minutes ago 12.6MB 04:56:09 docker-support-logging-go-arm64 latest 91a2a734224c 4 minutes ago 11.4MB 04:56:09 docker latest ce9d55ae87f1 5 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:56:11 provisioning config files... 04:56:11 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config3228639979799106727tmp [Pipeline] { [Pipeline] sh 04:56:11 + bash -s - -t @/w/workspace/edgex-go/7@tmp/config3228639979799106727tmp 04:56:11 + curl -s https://codecov.io/bash [Pipeline] } 04:56:11 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:56:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:56:14 ---> package-listing.sh 04:56:14 ++ facter osfamily 04:56:14 ++ tr '[:upper:]' '[:lower:]' 04:56:14 + OS_FAMILY=redhat 04:56:14 + workspace=/w/workspace/edgex-go/7 04:56:14 + START_PACKAGES=/tmp/packages_start.txt 04:56:14 + END_PACKAGES=/tmp/packages_end.txt 04:56:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:56:14 + PACKAGES=/tmp/packages_start.txt 04:56:14 + '[' /w/workspace/edgex-go/7 ']' 04:56:14 + PACKAGES=/tmp/packages_end.txt 04:56:14 + case "${OS_FAMILY}" in 04:56:14 + rpm -qa 04:56:14 + sort 04:56:18 + '[' -f /tmp/packages_start.txt ']' 04:56:18 + '[' -f /tmp/packages_end.txt ']' 04:56:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:56:18 + '[' /w/workspace/edgex-go/7 ']' 04:56:18 + mkdir -p /w/workspace/edgex-go/7/archives/ 04:56:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] isUnix [Pipeline] sh 04:56:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:56:19 04:56:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:56:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:56:19 alpine: Pulling from edgex-lftools-log-publisher 04:56:19 c9b1b535fdd9: Pulling fs layer 04:56:19 2cc5ad85d9ab: Pulling fs layer 04:56:19 756a868c4378: Pulling fs layer 04:56:19 444b2fc9a129: Pulling fs layer 04:56:19 ea15f1150254: Pulling fs layer 04:56:19 41b27a9f41bf: Pulling fs layer 04:56:19 28c525ee5125: Pulling fs layer 04:56:19 094b1ea09ed8: Pulling fs layer 04:56:19 138eaada9080: Pulling fs layer 04:56:19 0622d0fa9048: Pulling fs layer 04:56:19 ea15f1150254: Waiting 04:56:19 41b27a9f41bf: Waiting 04:56:19 28c525ee5125: Waiting 04:56:19 094b1ea09ed8: Waiting 04:56:19 138eaada9080: Waiting 04:56:19 0622d0fa9048: Waiting 04:56:19 444b2fc9a129: Waiting 04:56:19 2cc5ad85d9ab: Verifying Checksum 04:56:19 2cc5ad85d9ab: Download complete 04:56:19 444b2fc9a129: Verifying Checksum 04:56:19 444b2fc9a129: Download complete 04:56:19 c9b1b535fdd9: Verifying Checksum 04:56:19 ea15f1150254: Download complete 04:56:19 28c525ee5125: Verifying Checksum 04:56:19 28c525ee5125: Download complete 04:56:20 756a868c4378: Verifying Checksum 04:56:20 756a868c4378: Download complete 04:56:20 c9b1b535fdd9: Pull complete 04:56:20 138eaada9080: Verifying Checksum 04:56:20 138eaada9080: Download complete 04:56:20 094b1ea09ed8: Verifying Checksum 04:56:20 094b1ea09ed8: Download complete 04:56:20 0622d0fa9048: Verifying Checksum 04:56:20 0622d0fa9048: Download complete 04:56:20 2cc5ad85d9ab: Pull complete 04:56:20 41b27a9f41bf: Verifying Checksum 04:56:20 41b27a9f41bf: Download complete 04:56:22 756a868c4378: Pull complete 04:56:22 444b2fc9a129: Pull complete 04:56:23 ea15f1150254: Pull complete 04:56:27 41b27a9f41bf: Pull complete 04:56:27 28c525ee5125: Pull complete 04:56:29 094b1ea09ed8: Pull complete 04:56:29 138eaada9080: Pull complete 04:56:30 0622d0fa9048: Pull complete 04:56:30 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:56:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:56:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:56:30 prd-centos7-docker-4c-2g-1658 does not seem to be running inside a container 04:56:30 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:56:34 $ docker top e6060a9fa1139acd1a313b93c9b005023d174ded403bc34403d34bf17ec7fdb1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:56:34 provisioning config files... 04:56:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config5151532330355996108tmp [Pipeline] { [Pipeline] echo 04:56:35 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:56:35 ---> create-netrc.sh [Pipeline] echo 04:56:35 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:56:35 ---> logs-deploy.sh 04:56:35 + ARCHIVE_ARTIFACTS= 04:56:35 + LOGS_SERVER=https://logs.edgexfoundry.org 04:56:35 + '[' https://logs.edgexfoundry.org == None ']' 04:56:35 + NEXUS_URL=https://nexus.edgexfoundry.org 04:56:35 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2633/7 04:56:35 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2633/7/ 04:56:35 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2633/7 /w/workspace/edgex-go/7 04:56:36 Archives upload complete. 04:56:36 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2633/7 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2633/7/