Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 04784571c64111dd2069565982d29e4bcbbafa66 rather than fb650b50dcd735cec13b6d517224b4e36adaa169 Obtained Jenkinsfile from 04784571c64111dd2069565982d29e4bcbbafa66 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test raml_verify, buildScript:make build, publishSwaggerDocs:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test raml_verify BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-724’ is offline Running on prd-centos7-docker-4c-2g-965 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [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/14 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit fb650b50dcd735cec13b6d517224b4e36adaa169 Merge succeeded, producing c6771f42a5524429f96f8d73a9bafba19bf2e966 Checking out Revision c6771f42a5524429f96f8d73a9bafba19bf2e966 (PR-2627) > git config core.sparsecheckout # timeout=10 > git checkout -f fb650b50dcd735cec13b6d517224b4e36adaa169 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c6771f42a5524429f96f8d73a9bafba19bf2e966 # timeout=10 Commit message: "Merge commit '04784571c64111dd2069565982d29e4bcbbafa66' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:30:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 98380472605f4711941f475a8de95c5685366209 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:30:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:30:31 ========================================================= 04:30:31 EdgeX Global Pipelines Version Info 04:30:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:30:32 ------------------- 04:30:32 stable info: 04:30:32 ------------------- 04:30:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:30:32 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:30:32 Message: update stable to v1.0.106 04:30:33 ------------------- 04:30:33 experimental info: 04:30:33 ------------------- 04:30:33 Commited By: **** collab-it+edgex@linuxfoundation.org 04:30:33 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:30:33 Message: update experimental to v1.0.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:30:35 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 04:30:35 + for file in '`ls cmd/**/Dockerfile`' 04:30:35 ++ dirname cmd/core-command/Dockerfile 04:30:35 ++ cut -d/ -f2 04:30:35 + echo core-command,cmd/core-command/Dockerfile 04:30:35 + for file in '`ls cmd/**/Dockerfile`' 04:30:35 ++ dirname cmd/core-data/Dockerfile 04:30:35 ++ cut -d/ -f2 04:30:35 + echo core-data,cmd/core-data/Dockerfile 04:30:35 + for file in '`ls cmd/**/Dockerfile`' 04:30:35 ++ dirname cmd/core-metadata/Dockerfile 04:30:35 ++ cut -d/ -f2 04:30:35 + echo core-metadata,cmd/core-metadata/Dockerfile 04:30:35 + for file in '`ls cmd/**/Dockerfile`' 04:30:35 ++ dirname cmd/security-proxy-setup/Dockerfile 04:30:35 ++ cut -d/ -f2 04:30:35 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:30:35 + for file in '`ls cmd/**/Dockerfile`' 04:30:35 ++ dirname cmd/security-secrets-setup/Dockerfile 04:30:35 ++ cut -d/ -f2 04:30:35 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:30:35 + for file in '`ls cmd/**/Dockerfile`' 04:30:35 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:30:35 ++ cut -d/ -f2 04:30:35 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:30:35 + for file in '`ls cmd/**/Dockerfile`' 04:30:35 ++ dirname cmd/support-logging/Dockerfile 04:30:35 ++ cut -d/ -f2 04:30:35 + echo support-logging,cmd/support-logging/Dockerfile 04:30:35 + for file in '`ls cmd/**/Dockerfile`' 04:30:35 ++ dirname cmd/support-notifications/Dockerfile 04:30:35 ++ cut -d/ -f2 04:30:35 + echo support-notifications,cmd/support-notifications/Dockerfile 04:30:35 + for file in '`ls cmd/**/Dockerfile`' 04:30:35 ++ dirname cmd/support-scheduler/Dockerfile 04:30:35 ++ cut -d/ -f2 04:30:35 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:30:35 + for file in '`ls cmd/**/Dockerfile`' 04:30:35 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:30:35 ++ cut -d/ -f2 04:30:35 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:30:35 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 04:30:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:36 04:30:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:30:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:36 latest: Pulling from edgex-devops/git-semver 04:30:36 31603596830f: Pulling fs layer 04:30:36 2a8b12db71e7: Pulling fs layer 04:30:36 6ca5941a6612: Pulling fs layer 04:30:36 ecc8261a40a4: Pulling fs layer 04:30:36 ecc8261a40a4: Waiting 04:30:36 2a8b12db71e7: Download complete 04:30:36 31603596830f: Verifying Checksum 04:30:36 31603596830f: Download complete 04:30:36 ecc8261a40a4: Verifying Checksum 04:30:36 ecc8261a40a4: Download complete 04:30:36 6ca5941a6612: Verifying Checksum 04:30:36 6ca5941a6612: Download complete 04:30:37 31603596830f: Pull complete 04:30:37 2a8b12db71e7: Pull complete 04:30:38 6ca5941a6612: Pull complete 04:30:38 ecc8261a40a4: Pull complete 04:30:38 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:30:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:30:38 prd-centos7-docker-4c-2g-965 does not seem to be running inside a container 04:30:38 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:30:40 $ docker top a132d365d2d7849bbca9f1443aa463e7fe42b11b6d952088c8fb7f55c378f4ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:30:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:41 [ssh-agent] Looking for ssh-agent implementation... 04:30:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:41 $ docker exec a132d365d2d7849bbca9f1443aa463e7fe42b11b6d952088c8fb7f55c378f4ad ssh-agent 04:30:41 SSH_AUTH_SOCK=/tmp/ssh-wZsCbQnSijAA/agent.11 04:30:41 SSH_AGENT_PID=16 04:30:41 Running ssh-add (command line suppressed) 04:30:41 Identity added: /w/workspace/edgex-go/14@tmp/private_key_1066504922999383983.key (/w/workspace/edgex-go/14@tmp/private_key_1066504922999383983.key) 04:30:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:42 + git describe --exact-match --tags HEAD 04:30:42 fatal: No names found, cannot describe anything. [Pipeline] } 04:30:42 $ docker exec --env ******** --env ******** a132d365d2d7849bbca9f1443aa463e7fe42b11b6d952088c8fb7f55c378f4ad ssh-agent -k 04:30:42 unset SSH_AUTH_SOCK; 04:30:42 unset SSH_AGENT_PID; 04:30:42 echo Agent pid 16 killed; 04:30:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:30:42 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:30:42 This usually means this commit has not been tagged. [Pipeline] sshagent 04:30:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:42 [ssh-agent] Looking for ssh-agent implementation... 04:30:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:42 $ docker exec a132d365d2d7849bbca9f1443aa463e7fe42b11b6d952088c8fb7f55c378f4ad ssh-agent 04:30:42 SSH_AUTH_SOCK=/tmp/ssh-OtpjVMf6ltc7/agent.45 04:30:42 SSH_AGENT_PID=50 04:30:42 Running ssh-add (command line suppressed) 04:30:42 Identity added: /w/workspace/edgex-go/14@tmp/private_key_6023573190045178811.key (/w/workspace/edgex-go/14@tmp/private_key_6023573190045178811.key) 04:30:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:43 + git semver init 04:30:43 # -> Open(): unable to determine branch for HEAD 04:30:43 # $GIT_DIR = /w/workspace/edgex-go/14/.git 04:30:43 # $GIT_WORK_TREE = /w/workspace/edgex-go/14 04:30:43 # $SEMVER_REMOTE_NAME = origin 04:30:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:30:43 # $SEMVER_USER_NAME = edgex-jenkins 04:30:43 # $SEMVER_BRANCH = PR-2627 04:30:43 # $SEMVER_TEMP = /tmp/semver-739715287 04:30:43 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:31:01 # '/tmp/semver-739715287' -> '/w/workspace/edgex-go/14/.semver' 04:31:01 # -> Force: false 04:31:01 # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } 04:31:01 $ docker exec --env ******** --env ******** a132d365d2d7849bbca9f1443aa463e7fe42b11b6d952088c8fb7f55c378f4ad ssh-agent -k 04:31:01 unset SSH_AUTH_SOCK; 04:31:01 unset SSH_AGENT_PID; 04:31:01 echo Agent pid 50 killed; 04:31:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:31:02 + git semver [Pipeline] } 04:31:02 $ docker stop --time=1 a132d365d2d7849bbca9f1443aa463e7fe42b11b6d952088c8fb7f55c378f4ad 04:31:04 $ docker rm -f a132d365d2d7849bbca9f1443aa463e7fe42b11b6d952088c8fb7f55c378f4ad [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:31:18 Stashed 25 file(s) [Pipeline] echo 04:31:18 [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:18 ========================================================= 04:31:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:31:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:31:18 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 04:31:22 Sending build context to Docker daemon 323.2MB 04:31:22 Step 1/7 : ARG BASE=golang:1.13-alpine 04:31:22 Step 2/7 : FROM ${BASE} 04:31:22 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:31:22 df20fa9351a1: Pulling fs layer 04:31:22 ed8968b2872e: Pulling fs layer 04:31:22 a92cc7c5fd73: Pulling fs layer 04:31:22 2dd03ba5bac4: Pulling fs layer 04:31:22 1e091d79d1de: Pulling fs layer 04:31:22 481702a1767f: Pulling fs layer 04:31:22 f64a6f60c768: Pulling fs layer 04:31:22 e78d2573fc39: Pulling fs layer 04:31:22 e876d2f968b6: Pulling fs layer 04:31:22 ce8a83651883: Pulling fs layer 04:31:22 07967f4d0e4b: Pulling fs layer 04:31:22 f64a6f60c768: Waiting 04:31:22 e78d2573fc39: Waiting 04:31:22 ce8a83651883: Waiting 04:31:22 07967f4d0e4b: Waiting 04:31:22 1e091d79d1de: Waiting 04:31:22 2dd03ba5bac4: Waiting 04:31:22 481702a1767f: Waiting 04:31:22 a92cc7c5fd73: Verifying Checksum 04:31:22 a92cc7c5fd73: Download complete 04:31:22 ed8968b2872e: Verifying Checksum 04:31:22 ed8968b2872e: Download complete 04:31:22 1e091d79d1de: Verifying Checksum 04:31:22 1e091d79d1de: Download complete 04:31:22 481702a1767f: Verifying Checksum 04:31:22 481702a1767f: Download complete 04:31:22 df20fa9351a1: Verifying Checksum 04:31:22 df20fa9351a1: Download complete 04:31:22 df20fa9351a1: Pull complete 04:31:22 f64a6f60c768: Download complete 04:31:22 e876d2f968b6: Verifying Checksum 04:31:22 e876d2f968b6: Download complete 04:31:23 e78d2573fc39: Verifying Checksum 04:31:23 e78d2573fc39: Download complete 04:31:23 2dd03ba5bac4: Verifying Checksum 04:31:23 2dd03ba5bac4: Download complete 04:31:23 07967f4d0e4b: Verifying Checksum 04:31:23 07967f4d0e4b: Download complete 04:31:23 ce8a83651883: Download complete 04:31:24 ed8968b2872e: Pull complete 04:31:24 a92cc7c5fd73: Pull complete 04:31:30 2dd03ba5bac4: Pull complete 04:31:30 1e091d79d1de: Pull complete 04:31:30 481702a1767f: Pull complete 04:31:33 Still waiting to schedule task 04:31:33 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:31:36 f64a6f60c768: Pull complete 04:31:39 e78d2573fc39: Pull complete 04:31:39 e876d2f968b6: Pull complete 04:31:40 ce8a83651883: Pull complete 04:31:40 07967f4d0e4b: Pull complete 04:31:40 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:31:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:31:40 ---> 5d7c900382c6 04:31:40 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:41 ---> Running in 0151ee328f6c 04:31:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:31:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:31:43 (1/12) Installing libmagic (5.38-r0) 04:31:44 (2/12) Installing file (5.38-r0) 04:31:44 (3/12) Installing libc-dev (0.7.2-r3) 04:31:44 (4/12) Installing g++ (9.3.0-r2) 04:32:02 (5/12) Installing fortify-headers (1.1-r0) 04:32:02 (6/12) Installing patch (2.7.6-r6) 04:32:02 (7/12) Installing build-base (0.5-r2) 04:32:02 (8/12) Installing libsodium (1.0.18-r0) 04:32:02 (9/12) Installing pkgconf (1.7.2-r0) 04:32:02 (10/12) Installing libsodium-dev (1.0.18-r0) 04:32:02 (11/12) Installing libzmq (4.3.2-r0) 04:32:02 (12/12) Installing zeromq-dev (4.3.2-r0) 04:32:02 Executing busybox-1.31.1-r16.trigger 04:32:02 OK: 233 MiB in 51 packages 04:32:07 Removing intermediate container 0151ee328f6c 04:32:07 ---> c9206826c95f 04:32:07 Step 4/7 : WORKDIR /edgex-go 04:32:07 ---> Running in c4691fa9bd80 04:32:07 Removing intermediate container c4691fa9bd80 04:32:07 ---> 24b4f799f775 04:32:07 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:32:07 latest: Pulling from library/docker 04:32:07 df20fa9351a1: Already exists 04:32:07 25ad7478873d: Pulling fs layer 04:32:07 4684f6177b5d: Pulling fs layer 04:32:07 46e300cec669: Pulling fs layer 04:32:07 63038576ad94: Pulling fs layer 04:32:07 0fdb76c4706c: Pulling fs layer 04:32:07 cb7edeffdfd5: Pulling fs layer 04:32:07 63038576ad94: Waiting 04:32:07 0fdb76c4706c: Waiting 04:32:07 cb7edeffdfd5: Waiting 04:32:07 4684f6177b5d: Verifying Checksum 04:32:07 4684f6177b5d: Download complete 04:32:07 25ad7478873d: Verifying Checksum 04:32:07 25ad7478873d: Download complete 04:32:07 0fdb76c4706c: Verifying Checksum 04:32:07 0fdb76c4706c: Download complete 04:32:08 cb7edeffdfd5: Verifying Checksum 04:32:08 cb7edeffdfd5: Download complete 04:32:08 63038576ad94: Verifying Checksum 04:32:08 63038576ad94: Download complete 04:32:08 25ad7478873d: Pull complete 04:32:08 4684f6177b5d: Pull complete 04:32:08 46e300cec669: Verifying Checksum 04:32:08 46e300cec669: Download complete 04:32:11 46e300cec669: Pull complete 04:32:11 63038576ad94: Pull complete 04:32:11 0fdb76c4706c: Pull complete 04:32:11 cb7edeffdfd5: Pull complete 04:32:11 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:32:11 Status: Downloaded newer image for docker:latest 04:32:12 ---> de4996cc2a88 04:32:12 Step 6/7 : COPY go.mod . 04:32:12 ---> 8db0ece066a6 04:32:12 Step 7/7 : RUN go mod download 04:32:12 ---> Running in f686ebbb2965 04:32:15 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:32:15 go: finding github.com/BurntSushi/toml v0.3.1 04:32:15 go: finding github.com/OneOfOne/xxhash v1.2.5 04:32:15 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:32:15 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:32:15 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:32:15 go: finding github.com/bgentry/speakeasy v0.1.0 04:32:15 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:32:15 go: finding github.com/cloudflare/gokey v0.1.0 04:32:15 go: finding github.com/davecgh/go-spew v1.1.1 04:32:15 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:32:15 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:32:15 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:32:15 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:32:15 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:32:15 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:32:15 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:32:15 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:32:15 go: finding github.com/fatih/color v1.7.0 04:32:15 go: finding github.com/fsnotify/fsnotify v1.4.7 04:32:15 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:32:15 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:32:15 go: finding github.com/go-kit/kit v0.8.0 04:32:15 go: finding github.com/go-logfmt/logfmt v0.4.0 04:32:15 go: finding github.com/go-redis/redis/v7 v7.2.0 04:32:15 go: finding github.com/go-stack/stack v1.8.0 04:32:15 go: finding github.com/golang/protobuf v1.3.2 04:32:15 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:32:15 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:32:15 go: finding github.com/google/uuid v1.1.0 04:32:15 go: finding github.com/gorilla/mux v1.7.1 04:32:15 go: finding github.com/hashicorp/consul/api v1.1.0 04:32:15 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:32:15 go: finding github.com/hashicorp/errwrap v1.0.0 04:32:15 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:32:15 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:32:15 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:32:15 go: finding github.com/hashicorp/go-multierror v1.0.0 04:32:15 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:32:15 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:32:15 go: finding github.com/hashicorp/go-syslog v1.0.0 04:32:15 go: finding github.com/hashicorp/go-uuid v1.0.1 04:32:15 go: finding github.com/hashicorp/go.net v0.0.1 04:32:15 go: finding github.com/hashicorp/golang-lru v0.5.0 04:32:15 go: finding github.com/hashicorp/logutils v1.0.0 04:32:15 go: finding github.com/hashicorp/mdns v1.0.0 04:32:15 go: finding github.com/hashicorp/memberlist v0.1.3 04:32:15 go: finding github.com/hashicorp/serf v0.8.2 04:32:15 go: finding github.com/hpcloud/tail v1.0.0 04:32:16 go: finding github.com/imdario/mergo v0.3.6 04:32:16 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:32:16 go: finding github.com/kr/pretty v0.1.0 04:32:16 go: finding github.com/kr/pty v1.1.1 04:32:16 go: finding github.com/kr/text v0.1.0 04:32:16 go: finding github.com/mattn/go-colorable v0.0.9 04:32:16 go: finding github.com/mattn/go-isatty v0.0.3 04:32:16 go: finding github.com/miekg/dns v1.0.14 04:32:16 go: finding github.com/mitchellh/cli v1.0.0 04:32:16 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:32:16 go: finding github.com/mitchellh/copystructure v1.0.0 04:32:16 go: finding github.com/mitchellh/go-homedir v1.0.0 04:32:16 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:32:16 go: finding github.com/mitchellh/gox v0.4.0 04:32:16 go: finding github.com/mitchellh/iochan v1.0.0 04:32:16 go: finding github.com/mitchellh/mapstructure v1.1.2 04:32:16 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:32:16 go: finding github.com/onsi/ginkgo v1.10.1 04:32:16 go: finding github.com/onsi/gomega v1.7.0 04:32:16 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:32:16 go: finding github.com/pebbe/zmq4 v1.0.0 04:32:16 go: finding github.com/pelletier/go-toml v1.2.0 04:32:16 go: finding github.com/pkg/errors v0.8.1 04:32:16 go: finding github.com/pmezard/go-difflib v1.0.0 04:32:16 go: finding github.com/posener/complete v1.1.1 04:32:16 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:32:16 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:32:16 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:32:16 go: finding github.com/stretchr/objx v0.1.0 04:32:16 go: finding github.com/stretchr/testify v1.5.1 04:32:16 go: finding github.com/ugorji/go v1.1.4 04:32:16 go: finding github.com/x448/float16 v0.8.4 04:32:16 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:32:16 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:32:16 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:32:16 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:32:16 go: finding golang.org/x/text v0.3.2 04:32:16 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:32:16 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:32:16 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:32:16 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:32:16 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:32:16 go: finding gopkg.in/yaml.v2 v2.2.8 04:32:31 Removing intermediate container f686ebbb2965 04:32:31 ---> c489caa631e2 04:32:31 Successfully built c489caa631e2 04:32:31 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:32:32 + docker inspect -f . ci-base-image-x86_64 04:32:32 . [Pipeline] withDockerContainer 04:32:32 prd-centos7-docker-4c-2g-965 does not seem to be running inside a container 04:32:32 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:32:33 $ docker top bcc74f3544750c3ad19e3de3534fc3e99b30a6e7cc8c0cb1e3e849efb12df14f -eo pid,comm [Pipeline] { [Pipeline] sh 04:32:33 + go version 04:32:33 go version go1.13.13 linux/amd64 [Pipeline] echo 04:32:33 ========================================================= 04:32:33 [edgeXBuildGoParallel] Running Tests and Build... 04:32:33 ========================================================= [Pipeline] sh 04:32:33 + make test raml_verify 04:32:33 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:32:37 ? github.com/edgexfoundry/edgex-go [no test files] 04:32:45 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:32:51 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:32:51 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:32:51 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:32:51 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:32:52 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.022s 04:32:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:32:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:32:52 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:32:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:32:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:32:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:32:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:32:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.020s coverage: 46.6% of statements 04:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.057s coverage: 27.4% of statements 04:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.023s coverage: 100.0% of statements 04:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.035s coverage: 100.0% of statements 04:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.104s coverage: 29.3% of statements 04:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.045s coverage: 100.0% of statements 04:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.014s coverage: 100.0% of statements 04:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:33:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.034s coverage: 89.8% of statements 04:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:33:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.046s coverage: 97.5% of statements 04:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:33:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.044s coverage: 100.0% of statements 04:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:33:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:33:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.008s coverage: 58.8% of statements 04:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.048s coverage: 63.5% of statements 04:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.008s coverage: 100.0% of statements 04:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.102s coverage: 55.9% of statements 04:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.510s coverage: 86.3% of statements 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.319s coverage: 72.2% of statements 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.207s coverage: 72.1% of statements 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.016s coverage: 82.4% of statements 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.010s coverage: 48.4% of statements 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.006s coverage: 28.8% of statements 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.007s coverage: 96.8% of statements 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.077s coverage: 26.9% of statements 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.146s coverage: 84.1% of statements 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.010s coverage: 43.1% of statements 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.014s coverage: 100.0% of statements 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.011s coverage: 83.8% of statements 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.040s coverage: 46.1% of statements 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.004s coverage: 100.0% of statements 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.066s coverage: 29.1% of statements 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.017s coverage: 99.0% of statements 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.022s coverage: 100.0% of statements 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/system 0.020s coverage: 0.0% of statements 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.014s coverage: 100.0% of statements 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:33:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 04:33:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 04:33:19 GO111MODULE=on go vet ./... 04:33:26 gofmt -l . 04:33:26 [ "`gofmt -l .`" = "" ] 04:33:26 ./bin/test-go-mod-tidy.sh 04:33:27 ./bin/test-attribution-txt.sh 04:33:28 docker run --rm --privileged \ 04:33:28 -v /w/workspace/edgex-go/14:/raml-verification -w /raml-verification \ 04:33:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ 04:33:28 /scripts/raml-verify.sh 04:33:29 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally 04:33:29 x86_64: Pulling from edgex-devops/edgex-docs-builder 04:33:29 cbdbe7a5bc2a: Pulling fs layer 04:33:29 bd07af9ed1a4: Pulling fs layer 04:33:29 3556ccf180b2: Pulling fs layer 04:33:29 089d4748da74: Pulling fs layer 04:33:29 c6eb57c77bc5: Pulling fs layer 04:33:29 0364d5097239: Pulling fs layer 04:33:29 089d4748da74: Waiting 04:33:29 c6eb57c77bc5: Waiting 04:33:29 0364d5097239: Waiting 04:33:29 3556ccf180b2: Verifying Checksum 04:33:29 3556ccf180b2: Download complete 04:33:29 cbdbe7a5bc2a: Download complete 04:33:29 089d4748da74: Verifying Checksum 04:33:29 089d4748da74: Download complete 04:33:29 0364d5097239: Verifying Checksum 04:33:29 0364d5097239: Download complete 04:33:29 c6eb57c77bc5: Verifying Checksum 04:33:29 c6eb57c77bc5: Download complete 04:33:29 bd07af9ed1a4: Download complete 04:33:29 cbdbe7a5bc2a: Pull complete 04:33:31 bd07af9ed1a4: Pull complete 04:33:32 3556ccf180b2: Pull complete 04:33:32 089d4748da74: Pull complete 04:33:34 c6eb57c77bc5: Pull complete 04:33:34 0364d5097239: Pull complete 04:33:34 Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 04:33:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 04:33:44 Verifying ./api/raml/core-command.raml... 04:33:44 OK 04:33:44 Verifying ./api/raml/core-data.raml... 04:33:45 OK 04:33:45 Verifying ./api/raml/core-metadata.raml... 04:33:45 Running on prd-ubuntu18.04-docker-arm64-4c-16g-971 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws 04:33:45 Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout 04:33:47 OK 04:33:47 Verifying ./api/raml/support-logging.raml... 04:33:48 OK 04:33:48 Verifying ./api/raml/support-notifications.raml... 04:33:49 OK 04:33:49 Verifying ./api/raml/support-scheduler.raml... 04:33:50 OK 04:33:50 Verifying ./api/raml/system-agent.raml... 04:33:51 OK [Pipeline] sh 04:33:51 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 + ls -al . 04:33:51 total 556 04:33:51 drwxrwxr-x 10 1001 1001 4096 Jul 25 04:33 . 04:33:51 drwxr-xr-x 4 root root 30 Jul 25 04:32 .. 04:33:51 -rw-rw-r-- 1 1001 1001 11 Jul 25 04:30 .dockerignore 04:33:51 drwxrwxr-x 8 1001 1001 179 Jul 25 04:30 .git 04:33:51 drwxrwxr-x 3 1001 1001 60 Jul 25 04:30 .github 04:33:51 -rw-rw-r-- 1 1001 1001 924 Jul 25 04:30 .gitignore 04:33:51 drwx------ 3 1001 1001 47 Jul 25 04:31 .semver 04:33:51 -rw-rw-r-- 1 1001 1001 178 Jul 25 04:30 .sonarcloud.properties 04:33:51 -rw-rw-r-- 1 1001 1001 3804 Jul 25 04:30 CONTRIBUTING.md 04:33:51 -rw-rw-r-- 1 1001 1001 1035 Jul 25 04:30 Dockerfile.build 04:33:51 -rw-rw-r-- 1 1001 1001 824 Jul 25 04:30 Jenkinsfile 04:33:51 -rw-rw-r-- 1 1001 1001 10775 Jul 25 04:30 LICENSE 04:33:51 -rw-rw-r-- 1 1001 1001 6417 Jul 25 04:30 Makefile 04:33:51 -rw-rw-r-- 1 1001 1001 5652 Jul 25 04:30 README.md 04:33:51 -rw-rw-r-- 1 1001 1001 7111 Jul 25 04:30 SECURITY.md 04:33:51 -rw-rw-r-- 1 1001 1001 5 Jul 25 04:31 VERSION 04:33:51 -rw-rw-r-- 1 1001 1001 4131 Jul 25 04:30 ZMQWindows.md 04:33:51 drwxrwxr-x 4 1001 1001 33 Jul 25 04:30 api 04:33:51 drwxrwxr-x 2 1001 1001 117 Jul 25 04:30 bin 04:33:51 drwxrwxr-x 15 1001 1001 4096 Jul 25 04:30 cmd 04:33:51 -rw-r--r-- 1 root root 456067 Jul 25 04:33 coverage.out 04:33:51 -rw-r--r-- 1 root root 1019 Jul 25 04:33 go.mod 04:33:51 -rw-r--r-- 1 root root 18146 Jul 25 04:33 go.sum 04:33:51 drwxrwxr-x 8 1001 1001 127 Jul 25 04:30 internal 04:33:51 drwxrwxr-x 4 1001 1001 71 Jul 25 04:30 snap 04:33:51 -rw-rw-r-- 1 1001 1001 168 Jul 25 04:30 version.go [Pipeline] sh 04:33:51 + '[' -e coverage.out ] 04:33:51 + chown 1001:1001 coverage.out [Pipeline] stash 04:33:52 Stashed 1 file(s) [Pipeline] sh 04:33:51 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:33:51 > git init /w/workspace/edgex-go/14 # 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/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:33:52 + make build 04:33:52 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:33:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:34:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:34:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:34: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:34:07 Fetching without tags 04:34:07 Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit fb650b50dcd735cec13b6d517224b4e36adaa169 04:34:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:34:07 > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # timeout=10 04:34:07 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:34:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:34:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:34:07 using GIT_SSH to set credentials SSH Credentials for GitHub 04:34:07 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:34:07 > git config core.sparsecheckout # timeout=10 04:34:07 > git checkout -f fb650b50dcd735cec13b6d517224b4e36adaa169 # timeout=10 04:34:08 > git remote # timeout=10 04:34:08 > git config --get remote.origin.url # timeout=10 04:34:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:34:08 Merge succeeded, producing a925369fdc3da4f376c5581abf80e79677ecad1b 04:34:08 Checking out Revision a925369fdc3da4f376c5581abf80e79677ecad1b (PR-2627) 04:34:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:34:08 using GIT_SSH to set credentials SSH Credentials for GitHub 04:34:08 > git merge 04784571c64111dd2069565982d29e4bcbbafa66 # 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 a925369fdc3da4f376c5581abf80e79677ecad1b # timeout=10 04:34:10 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:34:12 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:34:12 Commit message: "Merge commit '04784571c64111dd2069565982d29e4bcbbafa66' into HEAD" 04:34:12 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 04:34:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:34:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:34:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:34:18 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:34:19 $ docker stop --time=1 bcc74f3544750c3ad19e3de3534fc3e99b30a6e7cc8c0cb1e3e849efb12df14f 04:34:20 $ docker rm -f bcc74f3544750c3ad19e3de3534fc3e99b30a6e7cc8c0cb1e3e849efb12df14f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:34:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:22 04:34:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:34:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:22 latest: Pulling from edgex-devops/edgex-compose 04:34:22 cbdbe7a5bc2a: Already exists 04:34:22 ca9280d653b3: Pulling fs layer 04:34:22 7e9c9ca2126c: Pulling fs layer 04:34:22 ca9280d653b3: Verifying Checksum 04:34:22 ca9280d653b3: Download complete 04:34:23 7e9c9ca2126c: Verifying Checksum 04:34:23 7e9c9ca2126c: Download complete 04:34:24 ca9280d653b3: Pull complete [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 323.2MB 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 74f711af9a0d: Verifying Checksum 04:34:29 74f711af9a0d: 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: Verifying Checksum 04:34:29 b538f80385f9: Download complete 04:34:30 b538f80385f9: Pull complete 04:34:30 7e9c9ca2126c: Pull complete 04:34:30 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:34:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:34:30 prd-centos7-docker-4c-2g-965 does not seem to be running inside a container 04:34:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:34:31 74f711af9a0d: Pull complete 04:34:31 99f96fe45779: Pull complete 04:34:31 ad7c5574e4b9: Verifying Checksum 04:34:31 ad7c5574e4b9: Download complete 04:34:31 c890913d741a: Verifying Checksum 04:34:31 c890913d741a: Download complete 04:34:34 $ docker top 02e05024a159c33f7203d6b50be3d054f8cafe923e566ce59492999328afc473 -eo pid,comm [Pipeline] { 04:34:34 2480fcc9aa5a: Verifying Checksum 04:34:34 09adf4765672: Verifying Checksum 04:34:34 09adf4765672: Download complete 04:34:34 e772456be8f7: Download complete [Pipeline] sh 04:34:34 + docker-compose build --help 04:34:34 + grep parallel 04:34:35 fd7a069fd194: Verifying Checksum 04:34:35 fd7a069fd194: Download complete 04:34:35 --parallel Build images in parallel. [Pipeline] } 04:34:36 $ docker stop --time=1 02e05024a159c33f7203d6b50be3d054f8cafe923e566ce59492999328afc473 04:34:37 $ docker rm -f 02e05024a159c33f7203d6b50be3d054f8cafe923e566ce59492999328afc473 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:34:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:34:37 . [Pipeline] withDockerContainer 04:34:38 prd-centos7-docker-4c-2g-965 does not seem to be running inside a container 04:34:38 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:34:39 $ docker top 96dc4fdcdf2776856b40de73409a9529b6ceedb3b8c06c7bedf84e2785a659bb -eo pid,comm [Pipeline] { [Pipeline] sh 04:34:39 + docker-compose -f ./docker-compose-build.yml build --parallel 04:34:40 Building docker-core-command-go ... 04:34:40 Building docker-core-data-go ... 04:34:40 Building docker-core-metadata-go ... 04:34:40 Building docker-security-proxy-setup-go ... 04:34:40 Building docker-security-secrets-setup-go ... 04:34:40 Building docker-security-secretstore-setup-go ... 04:34:40 Building docker-support-logging-go ... 04:34:40 Building docker-support-notifications-go ... 04:34:40 Building docker-support-scheduler-go ... 04:34:40 Building docker-sys-mgmt-agent-go ... 04:34:40 Building docker-sys-mgmt-agent-go 04:34:40 Building docker-core-data-go 04:34:40 Building docker-security-secretstore-setup-go 04:34:40 Building docker-support-notifications-go 04:34:40 Building docker-support-scheduler-go 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:54 e772456be8f7: Pull complete 04:34:54 c890913d741a: Pull complete 04:34:56 2480fcc9aa5a: Pull complete 04:34:56 09adf4765672: Pull complete 04:34:57 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:34:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:34:57 ---> 2248a725d1cf 04:34:57 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 4f3b1f5e9f0c 04:35:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:35:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:35:08 (1/12) Installing libmagic (5.38-r0) 04:35:08 (2/12) Installing file (5.38-r0) 04:35:08 (3/12) Installing libc-dev (0.7.2-r3) 04:35:08 (4/12) Installing g++ (9.3.0-r2) 04:35:13 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:13 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:35:13 ---> c489caa631e2 04:35:13 Step 3/20 : WORKDIR /edgex-go 04:35:13 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:35:13 ---> c489caa631e2 04:35:13 Step 3/23 : WORKDIR /edgex-go 04:35:13 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:35:13 ---> c489caa631e2 04:35:13 Step 3/26 : WORKDIR /edgex-go 04:35:13 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:35:13 ---> c489caa631e2 04:35:13 Step 3/22 : WORKDIR /edgex-go 04:35:13 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:35:13 ---> c489caa631e2 04:35:13 Step 3/26 : WORKDIR /edgex-go 04:35:13 ---> Running in 6a1673d979c3 04:35:13 ---> Running in 2961758bee05 04:35:13 ---> Running in 9ed2f5d68358 04:35:13 ---> Running in 42806b7bcace 04:35:13 ---> Running in c648d36520da 04:35:13 Removing intermediate container 42806b7bcace 04:35:13 ---> 38568c9e9140 04:35:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:13 Removing intermediate container c648d36520da 04:35:13 ---> 3484955fe133 04:35:13 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:13 Removing intermediate container 9ed2f5d68358 04:35:13 ---> c8a39f79cd8b 04:35:13 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:13 Removing intermediate container 2961758bee05 04:35:13 ---> f2392dd39638 04:35:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:13 Removing intermediate container 6a1673d979c3 04:35:13 ---> f39fad34fd39 04:35:13 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:13 ---> Running in e889df01c64d 04:35:13 ---> Running in ab33805e403f 04:35:13 ---> Running in f7a93beadeb8 04:35:13 ---> Running in 1e31a067f404 04:35:13 ---> Running in 75ff7603cda1 04:35:16 Removing intermediate container f7a93beadeb8 04:35:16 ---> 74fef2d32113 04:35:16 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:35:16 ---> Running in 7e521de7681e 04:35:16 Removing intermediate container ab33805e403f 04:35:16 ---> f7a3696072f6 04:35:16 Step 5/26 : RUN apk update && apk add make bash git 04:35:16 Removing intermediate container e889df01c64d 04:35:16 ---> fe1d422377a2 04:35:16 Step 5/26 : RUN apk update && apk add make git 04:35:16 Removing intermediate container 75ff7603cda1 04:35:16 ---> ad81fb54679d 04:35:16 Step 5/20 : RUN apk update && apk add make git 04:35:16 ---> Running in 2922995d73e3 04:35:16 ---> Running in cf2de15083bd 04:35:16 Removing intermediate container 1e31a067f404 04:35:16 ---> 163f31127935 04:35:16 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:35:16 ---> Running in b074e29970d2 04:35:16 ---> Running in 933a6ad97973 04:35:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:19 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:19 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:19 OK: 12749 distinct packages available 04:35:19 OK: 233 MiB in 51 packages 04:35:19 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:19 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:19 OK: 12749 distinct packages available 04:35:19 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:19 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:19 OK: 12749 distinct packages available 04:35:19 OK: 233 MiB in 51 packages 04:35:20 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:20 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:20 OK: 12749 distinct packages available 04:35:20 OK: 233 MiB in 51 packages 04:35:20 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:35:20 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:35:20 OK: 12749 distinct packages available 04:35:20 Removing intermediate container 7e521de7681e 04:35:20 ---> 1ed3ac992ef6 04:35:20 Step 6/23 : COPY go.mod . 04:35:20 OK: 233 MiB in 51 packages 04:35:20 OK: 233 MiB in 51 packages 04:35:20 ---> bc38d77641bd 04:35:20 Step 7/23 : RUN go mod download 04:35:21 ---> Running in ad352f99c530 04:35:21 Removing intermediate container 2922995d73e3 04:35:21 ---> 2834ae1a6ed9 04:35:21 Step 6/26 : COPY go.mod . 04:35:21 Removing intermediate container cf2de15083bd 04:35:21 ---> 6d849b48925b 04:35:21 Step 6/26 : COPY go.mod . 04:35:21 ---> 82222443e75d 04:35:21 Step 7/26 : RUN go mod download 04:35:21 Removing intermediate container b074e29970d2 04:35:21 ---> a0d0f05e185c 04:35:21 Step 6/20 : COPY go.mod . 04:35:21 ---> 43ecf6f40ba5 04:35:21 Step 7/26 : RUN go mod download 04:35:21 Removing intermediate container 933a6ad97973 04:35:21 ---> c9027e61db23 04:35:21 Step 6/22 : COPY go.mod . 04:35:21 ---> Running in 46f4b3d544c5 04:35:21 ---> Running in 49788dfad9ec 04:35:21 ---> 391b0db3e5c2 04:35:21 Step 7/20 : RUN go mod download 04:35:22 ---> Running in 409aef88f7f5 04:35:22 ---> 71d01cb73ecc 04:35:22 Step 7/22 : RUN go mod download 04:35:22 ---> Running in 376f15f7fb9a 04:35:23 Removing intermediate container ad352f99c530 04:35:23 ---> aab6edbbde98 04:35:23 Step 8/23 : COPY . . 04:35:24 Removing intermediate container 49788dfad9ec 04:35:24 ---> 2a15cb9d40ac 04:35:24 Step 8/26 : COPY . . 04:35:27 Removing intermediate container 46f4b3d544c5 04:35:27 ---> 1f2fbce4a62e 04:35:27 Step 8/26 : COPY . . 04:35:29 Removing intermediate container 409aef88f7f5 04:35:29 ---> 7b88db8af978 04:35:29 Step 8/20 : COPY . . 04:35:30 (5/12) Installing fortify-headers (1.1-r0) 04:35:30 (6/12) Installing patch (2.7.6-r6) 04:35:30 (7/12) Installing build-base (0.5-r2) 04:35:30 (8/12) Installing libsodium (1.0.18-r0) 04:35:30 (9/12) Installing pkgconf (1.7.2-r0) 04:35:30 (10/12) Installing libsodium-dev (1.0.18-r0) 04:35:30 (11/12) Installing libzmq (4.3.2-r0) 04:35:30 (12/12) Installing zeromq-dev (4.3.2-r0) 04:35:30 Executing busybox-1.31.1-r16.trigger 04:35:30 OK: 217 MiB in 51 packages 04:35:31 Removing intermediate container 376f15f7fb9a 04:35:31 ---> 070a15272058 04:35:31 Step 8/22 : COPY . . 04:35:32 Removing intermediate container 4f3b1f5e9f0c 04:35:32 ---> 22a839ee6ec6 04:35:32 Step 4/7 : WORKDIR /edgex-go 04:35:33 ---> Running in c0b92e5445cb 04:35:33 Removing intermediate container c0b92e5445cb 04:35:33 ---> 0c3e6337cd0e 04:35:33 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:35:33 latest: Pulling from library/docker 04:35:33 b538f80385f9: Already exists 04:35:33 259a493cd78d: Pulling fs layer 04:35:33 b8e66b5100f5: Pulling fs layer 04:35:33 39dc9c94d07c: Pulling fs layer 04:35:33 551b823b3b82: Pulling fs layer 04:35:33 3c52a74df98c: Pulling fs layer 04:35:33 6c9b121b6998: Pulling fs layer 04:35:33 551b823b3b82: Waiting 04:35:33 3c52a74df98c: Waiting 04:35:33 6c9b121b6998: Waiting 04:35:33 b8e66b5100f5: Download complete 04:35:33 259a493cd78d: Verifying Checksum 04:35:33 259a493cd78d: Download complete 04:35:34 551b823b3b82: Verifying Checksum 04:35:34 551b823b3b82: Download complete 04:35:34 3c52a74df98c: Verifying Checksum 04:35:34 3c52a74df98c: Download complete 04:35:34 6c9b121b6998: Verifying Checksum 04:35:34 6c9b121b6998: Download complete 04:35:34 259a493cd78d: Pull complete 04:35:34 b8e66b5100f5: Pull complete 04:35:35 39dc9c94d07c: Verifying Checksum 04:35:35 39dc9c94d07c: Download complete 04:35:38 39dc9c94d07c: Pull complete 04:35:38 551b823b3b82: Pull complete 04:35:38 3c52a74df98c: Pull complete 04:35:39 6c9b121b6998: Pull complete 04:35:39 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:35:39 Status: Downloaded newer image for docker:latest 04:35:42 ---> 162ae92eef14 04:35:42 Step 6/7 : COPY go.mod . 04:35:43 ---> 8667f4d650e3 04:35:43 Step 7/7 : RUN go mod download 04:35:43 ---> Running in df136324c191 04:35:46 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:35:46 go: finding github.com/BurntSushi/toml v0.3.1 04:35:46 go: finding github.com/OneOfOne/xxhash v1.2.5 04:35:46 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:35:46 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:35:46 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:35:46 go: finding github.com/bgentry/speakeasy v0.1.0 04:35:46 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:35:46 go: finding github.com/cloudflare/gokey v0.1.0 04:35:46 go: finding github.com/davecgh/go-spew v1.1.1 04:35:46 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:35:46 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:35:46 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:35:46 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:35:46 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:35:46 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:35:46 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:35:46 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:35:46 go: finding github.com/fatih/color v1.7.0 04:35:46 go: finding github.com/fsnotify/fsnotify v1.4.7 04:35:46 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:35:46 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:35:46 go: finding github.com/go-kit/kit v0.8.0 04:35:46 go: finding github.com/go-logfmt/logfmt v0.4.0 04:35:46 go: finding github.com/go-redis/redis/v7 v7.2.0 04:35:46 go: finding github.com/go-stack/stack v1.8.0 04:35:46 go: finding github.com/golang/protobuf v1.3.2 04:35:46 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:35:46 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:35:46 go: finding github.com/google/uuid v1.1.0 04:35:46 go: finding github.com/gorilla/mux v1.7.1 04:35:46 go: finding github.com/hashicorp/consul/api v1.1.0 04:35:46 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:35:47 go: finding github.com/hashicorp/errwrap v1.0.0 04:35:47 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:35:47 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:35:47 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:35:47 go: finding github.com/hashicorp/go-multierror v1.0.0 04:35:47 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:35:47 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:35:47 go: finding github.com/hashicorp/go-syslog v1.0.0 04:35:47 go: finding github.com/hashicorp/go-uuid v1.0.1 04:35:47 go: finding github.com/hashicorp/go.net v0.0.1 04:35:47 go: finding github.com/hashicorp/golang-lru v0.5.0 04:35:47 go: finding github.com/hashicorp/logutils v1.0.0 04:35:47 go: finding github.com/hashicorp/mdns v1.0.0 04:35:47 go: finding github.com/hashicorp/memberlist v0.1.3 04:35:47 go: finding github.com/hashicorp/serf v0.8.2 04:35:47 go: finding github.com/hpcloud/tail v1.0.0 04:35:47 go: finding github.com/imdario/mergo v0.3.6 04:35:47 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:35:47 go: finding github.com/kr/pretty v0.1.0 04:35:47 go: finding github.com/kr/pty v1.1.1 04:35:47 go: finding github.com/kr/text v0.1.0 04:35:47 go: finding github.com/mattn/go-colorable v0.0.9 04:35:47 go: finding github.com/mattn/go-isatty v0.0.3 04:35:47 go: finding github.com/miekg/dns v1.0.14 04:35:47 go: finding github.com/mitchellh/cli v1.0.0 04:35:47 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:35:47 go: finding github.com/mitchellh/copystructure v1.0.0 04:35:47 go: finding github.com/mitchellh/go-homedir v1.0.0 04:35:47 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:35:47 go: finding github.com/mitchellh/gox v0.4.0 04:35:47 go: finding github.com/mitchellh/iochan v1.0.0 04:35:47 go: finding github.com/mitchellh/mapstructure v1.1.2 04:35:47 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:35:47 go: finding github.com/onsi/ginkgo v1.10.1 04:35:47 go: finding github.com/onsi/gomega v1.7.0 04:35:47 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:35:48 go: finding github.com/pebbe/zmq4 v1.0.0 04:35:48 go: finding github.com/pelletier/go-toml v1.2.0 04:35:48 go: finding github.com/pkg/errors v0.8.1 04:35:48 go: finding github.com/pmezard/go-difflib v1.0.0 04:35:48 go: finding github.com/posener/complete v1.1.1 04:35:48 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:35:48 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:35:48 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:35:48 go: finding github.com/stretchr/objx v0.1.0 04:35:48 go: finding github.com/stretchr/testify v1.5.1 04:35:48 go: finding github.com/ugorji/go v1.1.4 04:35:48 go: finding github.com/x448/float16 v0.8.4 04:35:48 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:35:48 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:35:48 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:35:48 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:35:48 go: finding golang.org/x/text v0.3.2 04:35:48 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:35:48 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:35:48 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:35:48 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:35:48 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:35:48 go: finding gopkg.in/yaml.v2 v2.2.8 04:36:03 ---> 41262c7908a1 04:36:03 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:36:03 ---> 9372718b8b37 04:36:03 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:36:03 ---> f8d62ca5979c 04:36:03 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:36:03 ---> Running in 9714dea73b70 04:36:03 ---> Running in bd5d5ec06df3 04:36:03 ---> cd09aaed8c37 04:36:03 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:36:03 ---> Running in e1301127d16d 04:36:03 ---> 0ee3ebf6cbc2 04:36:03 Step 9/22 : RUN make cmd/core-data/core-data 04:36:03 ---> Running in 462a4085a0e7 04:36:03 ---> Running in 30f8cb6f6878 04:36:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:36:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:36:03 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:36:03 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:36:03 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:36:06 Removing intermediate container df136324c191 04:36:06 ---> 47353950573b 04:36:06 Successfully built 47353950573b 04:36: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:36:07 + docker inspect -f . ci-base-image-arm64 04:36:07 . [Pipeline] withDockerContainer 04:36:07 prd-ubuntu18.04-docker-arm64-4c-16g-971 does not seem to be running inside a container 04:36: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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:36:08 $ docker top 7066fd540907634ead80b88e5d9b9868adecba7c36ee446df5bddaa937bccbde -eo pid,comm [Pipeline] { [Pipeline] sh 04:36:09 + go version 04:36:09 go version go1.13.13 linux/arm64 [Pipeline] echo 04:36:09 ========================================================= 04:36:09 [edgeXBuildGoParallel] Running Tests and Build... 04:36:09 ========================================================= [Pipeline] sh 04:36:10 + make test raml_verify 04:36:10 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:36:13 ? github.com/edgexfoundry/edgex-go [no test files] 04:36: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:36:35 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:36:36 Removing intermediate container 462a4085a0e7 04:36:36 ---> 68da2faf519e 04:36:36 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:36:36 ---> Running in ccdd795a4da9 04:36:39 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:36:44 Removing intermediate container ccdd795a4da9 04:36:44 ---> 0038fdc4801d 04:36:44 04:36:44 Step 11/26 : FROM docker:latest 04:36:44 ---> 81f5749c9058 04:36:44 Step 12/26 : RUN apk add --no-cache bash 04:36:44 Removing intermediate container bd5d5ec06df3 04:36:44 ---> e9c20a377cf4 04:36:44 04:36:44 Step 10/26 : FROM alpine:3.10 04:36:44 3.10: Pulling from library/alpine 04:36:44 Removing intermediate container e1301127d16d 04:36:44 ---> 0e5d3e8f0486 04:36:44 04:36:44 Step 10/20 : FROM scratch 04:36:44 ---> 04:36:44 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:36:44 ---> Running in 82a7e60b78e4 04:36:45 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:36:45 Removing intermediate container 9714dea73b70 04:36:45 ---> e603f42f12a4 04:36:45 04:36:45 Step 10/23 : FROM scratch 04:36:45 ---> 04:36:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:36:47 ---> Running in e771479d48a3 04:36:47 ---> Running in bda96bf46df7 04:36:47 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:36:47 Status: Downloaded newer image for alpine:3.10 04:36:47 ---> be4e4bea2c2e 04:36:47 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:36:48 ---> Running in 27eff1d09066 04:36:48 Removing intermediate container e771479d48a3 04:36:48 ---> 3a813cdba209 04:36:48 Step 12/20 : ENV APP_PORT=48085 04:36:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:48 Removing intermediate container bda96bf46df7 04:36:48 ---> b019ca6c0c15 04:36:48 Step 12/23 : ENV APP_PORT=48060 04:36:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:48 (1/2) Installing readline (8.0.4-r0) 04:36:48 (2/2) Installing bash (5.0.17-r0) 04:36:48 Executing bash-5.0.17-r0.post-install 04:36:48 Executing busybox-1.31.1-r16.trigger 04:36:48 OK: 12 MiB in 22 packages 04:36:48 Removing intermediate container 30f8cb6f6878 04:36:48 ---> 642b51c4a32d 04:36:48 04:36:48 Step 10/22 : FROM alpine 04:36:49 latest: Pulling from library/alpine 04:36:49 ---> Running in 8681ff2525c9 04:36:49 ---> Running in 986b52602f2a 04:36:49 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:36:49 Status: Downloaded newer image for alpine:latest 04:36:49 ---> a24bb4013296 04:36:49 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:36:49 ---> Running in d7cc9adcac38 04:36:49 Removing intermediate container 8681ff2525c9 04:36:49 ---> c08564d50afa 04:36:49 Step 13/20 : EXPOSE $APP_PORT 04:36:49 Removing intermediate container 986b52602f2a 04:36:49 ---> 2dc9e2990e5b 04:36:49 Step 13/23 : EXPOSE $APP_PORT 04:36:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:36:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:36:49 ---> Running in 3a094bd32a72 04:36:49 ---> Running in feea4fb9e842 04:36:50 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:36:50 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:36:50 OK: 10346 distinct packages available 04:36:50 Removing intermediate container d7cc9adcac38 04:36:50 ---> 578779212008 04:36:50 Step 12/22 : ENV APP_PORT=48080 04:36:50 Removing intermediate container 82a7e60b78e4 04:36:50 ---> baad5cb3ee10 04:36:50 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:36:50 (1/5) Installing ca-certificates (20191127-r2) 04:36:50 ---> Running in 197001a9fbff 04:36:50 Removing intermediate container 3a094bd32a72 04:36:50 ---> 559d14df3fba 04:36:50 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:36:50 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:36:50 (3/5) Installing libcurl (7.66.0-r0) 04:36:50 (4/5) Installing curl (7.66.0-r0) 04:36:50 (5/5) Installing dumb-init (1.2.2-r1) 04:36:50 Executing busybox-1.30.1-r3.trigger 04:36:50 Executing ca-certificates-20191127-r2.trigger 04:36:50 ---> Running in 3a0dfed9790d 04:36:50 Removing intermediate container feea4fb9e842 04:36:50 ---> 9d17948c27b8 04:36:50 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:36:50 OK: 7 MiB in 19 packages 04:36:50 ---> 8e0232236ce3 04:36:50 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:36:50 Removing intermediate container 3a0dfed9790d 04:36:50 ---> f3ab38bd33d4 04:36:50 Step 13/22 : EXPOSE $APP_PORT 04:36:51 ---> fb2c403ef2f0 04:36:51 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:36:51 ---> Running in 045da32c0ddc 04:36:52 Removing intermediate container 045da32c0ddc 04:36:52 ---> 4e2e19127bed 04:36:52 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:53 ---> Running in d4532e11cf3a 04:36:53 ---> c4d65d0c60b8 04:36:53 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:36:53 ---> 2ef1cd89d4e8 04:36:53 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:36:53 Removing intermediate container 27eff1d09066 04:36:53 ---> 920ad20a978d 04:36:53 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:36:53 ---> Running in 742f8cdd2eae 04:36:53 Removing intermediate container 197001a9fbff 04:36:53 ---> bf58bc621e62 04:36:53 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:36:53 ---> 5a9176577adb 04:36:53 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:36:53 ---> be94f907b259 04:36:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:36:53 ---> Running in 8742fb2cb356 04:36:54 Removing intermediate container 742f8cdd2eae 04:36:54 ---> c4ac11d12eea 04:36:54 Step 13/26 : WORKDIR / 04:36:54 ---> Running in ec4d94de84cb 04:36:54 ---> Running in 6620c2add32d 04:36:54 ---> a308ae22a9b3 04:36:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:36:54 Removing intermediate container 8742fb2cb356 04:36:54 ---> d1506ad6f200 04:36:54 Step 15/26 : ENV APP_PORT=48090 04:36:54 ---> Running in 2e594f1d36be 04:36:54 Removing intermediate container ec4d94de84cb 04:36:54 ---> 4ae44f899968 04:36:54 Step 18/20 : LABEL arch=x86_64 04:36:54 Removing intermediate container 6620c2add32d 04:36:54 ---> 87ccaa64ad4c 04:36:54 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:36:55 ---> Running in 156a6c97bd7f 04:36:55 Removing intermediate container 2e594f1d36be 04:36:55 ---> 857ce19ca922 04:36:55 Step 16/26 : EXPOSE $APP_PORT 04:36:55 ---> d66b6d036263 04:36:55 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:36:55 Removing intermediate container d4532e11cf3a 04:36:55 ---> 9880bc5332b7 04:36:55 Step 15/22 : RUN apk --no-cache add zeromq 04:36:55 ---> 41dcfade5ef6 04:36:55 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:36:55 ---> Running in cef42ef449a0 04:36:55 Removing intermediate container 156a6c97bd7f 04:36:55 ---> 1833c5758588 04:36:55 Step 19/20 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 04:36:55 ---> Running in 7657a18db0c8 04:36:55 ---> Running in fd3b6a873173 04:36:55 ---> 4ff6d6415862 04:36:55 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:36:56 Removing intermediate container cef42ef449a0 04:36:56 ---> 4c169796b281 04:36:56 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:36:56 ---> Running in 7a0d03ef26e0 04:36:56 ---> 1d2511d2e12c 04:36:56 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:36:56 Removing intermediate container fd3b6a873173 04:36:56 ---> 4a505898d441 04:36:56 Step 20/20 : LABEL version=0.0.0 04:36:56 ---> Running in 591e622fd54c 04:36:56 Removing intermediate container 7a0d03ef26e0 04:36:56 ---> 6fdb5bdd515f 04:36:56 Step 21/23 : LABEL arch=x86_64 04:36:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:56 ---> Running in c842ffce29ee 04:36:56 ---> 526ae9525785 04:36:56 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:36:56 ---> 59118902b2bf 04:36:56 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:36:56 Removing intermediate container 591e622fd54c 04:36:56 ---> be5b23451498 04:36:56 04:36:56 Removing intermediate container c842ffce29ee 04:36:56 ---> 59ae5a0183bc 04:36:56 Step 22/23 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 04:36:57 Successfully built be5b23451498 04:36:57 ---> Running in f1df859ea69f 04:36:57 Successfully tagged docker-support-scheduler-go:latest 04:36:57 Building docker-security-secrets-setup-go 04:36:57  Building docker-support-scheduler-go ... done  ---> 181ce9a0eec4 04:36:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:36:57 ---> 6fd861f1d1d1 04:36:57 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:36:57 Removing intermediate container f1df859ea69f 04:36:57 ---> 0796766cb94e 04:36:57 Step 23/23 : LABEL version=0.0.0 04:36:57 ---> Running in ec6c52b05f03 04:36:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:57 ---> 6fd1d3a3b1b9 04:36:57 Step 20/26 : RUN apk --no-cache add py-pip 04:36:57 Removing intermediate container ec6c52b05f03 04:36:57 ---> f40ea29773a0 04:36:57 04:36:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:36:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:36:58 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:36:58 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:36:58 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.047s 04:36:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:36:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:36:58 Successfully built f40ea29773a0 04:36:58 ---> 7c46be211235 04:36:58 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:36:58 ---> Running in 55d96ef74fed 04:36:58 Successfully tagged docker-support-notifications-go:latest 04:36:58 Building docker-security-proxy-setup-go 04:36:58 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:37:00  Building docker-support-notifications-go ... done (1/5) Installing libgcc (9.3.0-r2) 04:37:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:37:00 (2/5) Installing libsodium (1.0.18-r0) 04:37:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:01 (3/5) Installing libstdc++ (9.3.0-r2) 04:37:01 (1/33) Installing libbz2 (1.0.8-r1) 04:37:01 (2/33) Installing expat (2.2.9-r1) 04:37:01 (3/33) Installing libffi (3.3-r2) 04:37:01 (4/33) Installing gdbm (1.13-r1) 04:37:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:37:02 (5/33) Installing xz-libs (5.2.5-r0) 04:37:02 (6/33) Installing sqlite-libs (3.32.1-r0) 04:37:02 (7/33) Installing python3 (3.8.5-r0) 04:37:02 (4/5) Installing libzmq (4.3.2-r0) 04:37:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:37:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:37:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:37:02 (5/5) Installing zeromq (4.3.2-r0) 04:37:02 Executing busybox-1.31.1-r16.trigger 04:37:02 OK: 8 MiB in 19 packages 04:37:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.094s coverage: 46.6% of statements 04:37:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:37:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:37:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:37:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:37:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:37:13 (8/33) Installing py3-appdirs (1.4.4-r1) 04:37:13 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:37:13 (10/33) Installing py3-parsing (2.4.7-r0) 04:37:13 (11/33) Installing py3-six (1.15.0-r0) 04:37:13 (12/33) Installing py3-packaging (20.4-r0) 04:37:13 (13/33) Installing py3-setuptools (47.0.0-r0) 04:37:13 (14/33) Installing py3-chardet (3.0.4-r4) 04:37:13 ---> 750af5dfbaab 04:37:13 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:37:13 (15/33) Installing py3-idna (2.9-r0) 04:37:13 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:37:14 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:37:14 (18/33) Installing py3-requests (2.23.0-r0) 04:37:14 (19/33) Installing py3-msgpack (1.0.0-r0) 04:37:14 (20/33) Installing py3-lockfile (0.12.2-r3) 04:37:15 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:37:16 (22/33) Installing py3-colorama (0.4.3-r0) 04:37:16 (23/33) Installing py3-distlib (0.3.0-r0) 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.188s coverage: 27.4% of statements 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.026s coverage: 100.0% of statements 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.031s coverage: 100.0% of statements 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:37:17 (24/33) Installing py3-distro (1.5.0-r1) 04:37:17 (25/33) Installing py3-webencodings (0.5.1-r3) 04:37:17 (26/33) Installing py3-html5lib (1.0.1-r4) 04:37:18 (27/33) Installing py3-pytoml (0.1.21-r0) 04:37:18 (28/33) Installing py3-pep517 (0.8.2-r0) 04:37:18 (29/33) Installing py3-progress (1.5-r0) 04:37:18 (30/33) Installing py3-toml (0.10.1-r0) 04:37:19 (31/33) Installing py3-retrying (1.3.3-r0) 04:37:19 ---> bf989ef24bb0 04:37:19 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:37:19 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:37:19 Removing intermediate container 7657a18db0c8 04:37:19 ---> c79132d26b78 04:37:19 (33/33) Installing py3-pip (20.1.1-r0) 04:37:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:37:19 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:19 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:37:19 ---> c489caa631e2 04:37:19 Step 3/29 : WORKDIR /edgex-go 04:37:19 ---> Using cache 04:37:19 ---> f39fad34fd39 04:37:19 Step 4/29 : RUN apk update && apk add make git 04:37:19 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:19 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:37:19 ---> c489caa631e2 04:37:19 Step 3/20 : WORKDIR /edgex-go 04:37:19 ---> Using cache 04:37:19 ---> f39fad34fd39 04:37:19 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:19 ---> Using cache 04:37:19 ---> ad81fb54679d 04:37:19 Step 5/20 : RUN apk update && apk add make git 04:37:19 ---> Using cache 04:37:19 ---> a0d0f05e185c 04:37:19 Step 6/20 : COPY go.mod . 04:37:19 ---> Using cache 04:37:19 ---> 391b0db3e5c2 04:37:19 Step 7/20 : RUN go mod download 04:37:19 ---> Using cache 04:37:19 ---> 7b88db8af978 04:37:19 Step 8/20 : COPY . . 04:37:19 ---> Using cache 04:37:19 ---> f8d62ca5979c 04:37:19 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:37:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.305s coverage: 29.3% of statements 04:37:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:37:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:37:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:37:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:37:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:37:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.048s coverage: 100.0% of statements 04:37:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:37:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.029s coverage: 100.0% of statements 04:37:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:37:21 Executing busybox-1.31.1-r16.trigger 04:37:21 OK: 71 MiB in 55 packages 04:37:21 ---> Running in 9c153964106c 04:37:21 ---> Running in 06bba0a69d84 04:37:21 ---> 145482726a07 04:37:21 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:37:21 ---> e5c56061b227 04:37:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:37:21 ---> Running in b96e18b3b7c4 04:37:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.090s coverage: 89.8% of statements 04:37:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:37:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:22 ---> d4c5568bf435 04:37:22 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:37:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.137s coverage: 97.5% of statements 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:37:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.050s coverage: 100.0% of statements 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:37:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:37:23 ---> b95b351b3ede 04:37:23 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:23 ---> Running in 15a082420ded 04:37:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements 04:37:25 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:37:25 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:37:25 OK: 12749 distinct packages available 04:37:25 Removing intermediate container 15a082420ded 04:37:25 ---> ea75bdda50b6 04:37:25 Step 20/22 : LABEL arch=x86_64 04:37:25 OK: 233 MiB in 51 packages 04:37:26 ---> Running in 4796dd3a651a 04:37:26 Removing intermediate container b96e18b3b7c4 04:37:26 ---> c67a495a6f3f 04:37:26 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:37:27 ---> Running in 6589b3ed70ca 04:37:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.179s coverage: 63.5% of statements 04:37:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:37:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:37:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements 04:37:27 Removing intermediate container 4796dd3a651a 04:37:27 ---> 922c7ed69178 04:37:27 Step 21/22 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 04:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.337s coverage: 55.9% of statements 04:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:37:30 Removing intermediate container 9c153964106c 04:37:30 ---> bb16068b9ae5 04:37:30 Step 5/29 : COPY go.mod . 04:37:30 ---> Running in c0ccca98ba5c 04:37:30 Removing intermediate container 6589b3ed70ca 04:37:30 ---> 839cd64ffdf4 04:37:30 Step 24/26 : LABEL arch=x86_64 04:37:31 ---> Running in bfde68670cf0 04:37:31 Removing intermediate container 55d96ef74fed 04:37:31 ---> 420f912ce358 04:37:31 Step 21/26 : RUN pip install docker-compose==1.23.2 04:37:31 ---> 11836d0488e6 04:37:31 Step 6/29 : RUN go mod download 04:37:31 Removing intermediate container c0ccca98ba5c 04:37:31 ---> 5c84bc3b33a0 04:37:31 Step 22/22 : LABEL version=0.0.0 04:37:31 ---> Running in 9d894ada1934 04:37:31 ---> Running in 4e26e6412d02 04:37:31 ---> Running in 86646ed1b540 04:37:31 Removing intermediate container bfde68670cf0 04:37:31 ---> b5d9315910a3 04:37:31 Step 25/26 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 04:37:32 ---> Running in b5375e938f78 04:37:32 Removing intermediate container 86646ed1b540 04:37:32 ---> 98114abdb1b0 04:37:32 04:37:32 Successfully built 98114abdb1b0 04:37:32 Successfully tagged docker-core-data-go:latest 04:37:32 Building docker-core-command-go 04:37:32  Building docker-core-data-go ... done Removing intermediate container b5375e938f78 04:37:32 ---> 97b94d8bbb1c 04:37:32 Step 26/26 : LABEL version=0.0.0 04:37:32 ---> Running in 72279dc27569 04:37:37 Collecting docker-compose==1.23.2 04:37:37 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:37:37 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:37:38 Removing intermediate container 72279dc27569 04:37:38 ---> 9249c3feee30 04:37:38 04:37:38 Collecting docker<4.0,>=3.6.0 04:37:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:37:38 Successfully built 9249c3feee30 04:37:39 Successfully tagged docker-security-secretstore-setup-go:latest 04:37:39 Building docker-support-logging-go 04:37:39  Building docker-security-secretstore-setup-go ... done Collecting jsonschema<3,>=2.5.1 04:37:39 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:37:39 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:37:39 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:37:41 Collecting PyYAML<4,>=3.10 04:37:41 Downloading PyYAML-3.13.tar.gz (270 kB) 04:37:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.531s coverage: 86.3% of statements 04:37:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:37:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.047s coverage: 72.2% of statements 04:37:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.332s coverage: 72.1% of statements 04:37:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.036s coverage: 82.4% of statements 04:37:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.027s coverage: 48.4% of statements 04:37:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:37:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:37:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:37:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.030s coverage: 28.8% of statements 04:37:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:37:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.055s coverage: 96.8% of statements 04:37:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:37:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.129s coverage: 26.9% of statements 04:37:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:37:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:37:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.300s coverage: 84.1% of statements 04:37:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.024s coverage: 100.0% of statements 04:37:43 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.046s coverage: 43.1% of statements 04:37:43 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:37:43 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:37:43 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.026s coverage: 100.0% of statements 04:37:43 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:37:43 Removing intermediate container 4e26e6412d02 04:37:43 ---> dd77a06957d3 04:37:43 Step 7/29 : COPY . . 04:37:44 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.074s coverage: 83.8% of statements 04:37:44 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:37:46 Collecting dockerpty<0.5,>=0.4.1 04:37:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:37:48 Collecting cached-property<2,>=1.2.0 04:37:48 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:37:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.132s coverage: 46.1% of statements 04:37:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:37:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:37:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.051s coverage: 100.0% of statements 04:37:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:37:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:37:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:37:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.039s coverage: 100.0% of statements 04:37:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:37:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements 04:37:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:37:50 Collecting websocket-client<1.0,>=0.32.0 04:37:50 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:37:51 Collecting texttable<0.10,>=0.9.0 04:37:51 Downloading texttable-0.9.1.tar.gz (11 kB) 04:37:52 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:37:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:37:52 ---> c489caa631e2 04:37:52 Step 3/21 : WORKDIR /edgex-go 04:37:52 ---> Using cache 04:37:52 ---> f39fad34fd39 04:37:52 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:52 ---> Using cache 04:37:52 ---> ad81fb54679d 04:37:52 Step 5/21 : RUN apk update && apk add make git 04:37:52 ---> Using cache 04:37:52 ---> a0d0f05e185c 04:37:52 Step 6/21 : COPY go.mod . 04:37:52 ---> Using cache 04:37:52 ---> 391b0db3e5c2 04:37:52 Step 7/21 : RUN go mod download 04:37:52 ---> Using cache 04:37:52 ---> 7b88db8af978 04:37:52 Step 8/21 : COPY . . 04:37:53 ---> Using cache 04:37:53 ---> f8d62ca5979c 04:37:53 Step 9/21 : RUN make cmd/core-command/core-command 04:37:53 Collecting docopt<0.7,>=0.6.1 04:37:53 Downloading docopt-0.6.2.tar.gz (25 kB) 04:37:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.202s coverage: 29.1% of statements 04:37:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:37:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:37:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:37:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:37:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:37:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.055s coverage: 99.0% of statements 04:37:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:37:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements 04:37:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:37:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 04:37:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:37:55 ---> Running in caac5788c485 04:37:55 Collecting docker-pycreds>=0.4.0 04:37:55 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:37:55 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:37:55 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:37:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.019s coverage: 100.0% of statements 04:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:37:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:37:56 Collecting urllib3<1.25,>=1.21.1 04:37:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:37:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.030s coverage: 87.9% of statements 04:37:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:37:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:37:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.023s coverage: 100.0% of statements 04:37:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.016s coverage: 32.1% of statements 04:37:57 Collecting idna<2.8,>=2.5 04:37:57 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:37:57 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:37:57 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:37:57 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:37:57 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:37:57 Removing intermediate container 06bba0a69d84 04:37:57 ---> 83ab5f6cc43a 04:37:57 04:37:57 Step 10/20 : FROM alpine 04:37:57 ---> a24bb4013296 04:37:57 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:37:57 Installing collected packages: docker-pycreds, websocket-client, urllib3, idna, requests, docker, jsonschema, PyYAML, dockerpty, cached-property, texttable, docopt, docker-compose 04:37:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements 04:37:59 GO111MODULE=on go vet ./... 04:38:00 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:38:00 ---> c489caa631e2 04:38:00 Step 3/21 : WORKDIR /edgex-go 04:38:00 ---> Using cache 04:38:00 ---> f39fad34fd39 04:38:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:00 ---> Using cache 04:38:00 ---> ad81fb54679d 04:38:00 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:38:01 Attempting uninstall: urllib3 04:38:01 Found existing installation: urllib3 1.25.9 04:38:01 Uninstalling urllib3-1.25.9: 04:38:01 ---> Running in c4d7c118446e 04:38:01 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:38:01 Successfully uninstalled urllib3-1.25.9 04:38:01 ---> Running in 5ca7f8881b5c 04:38:01 Attempting uninstall: idna 04:38:01 Found existing installation: idna 2.9 04:38:01 Uninstalling idna-2.9: 04:38:01 Successfully uninstalled idna-2.9 04:38:01 Attempting uninstall: requests 04:38:01 Found existing installation: requests 2.23.0 04:38:02 Uninstalling requests-2.23.0: 04:38:02 Successfully uninstalled requests-2.23.0 04:38:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:05 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:38:05 v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:38:05 OK: 12749 distinct packages available 04:38:05 (1/4) Installing ca-certificates (20191127-r4) 04:38:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:38:05 (3/4) Installing libcurl (7.69.1-r0) 04:38:05 (4/4) Installing curl (7.69.1-r0) 04:38:05 Executing busybox-1.31.1-r16.trigger 04:38:05 Executing ca-certificates-20191127-r4.trigger 04:38:05 OK: 7 MiB in 18 packages 04:38:05 Running setup.py install for PyYAML: started 04:38:05 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:38:05 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:38:05 OK: 12749 distinct packages available 04:38:06 OK: 233 MiB in 51 packages 04:38:06 OK: 233 MiB in 51 packages 04:38:07 Running setup.py install for PyYAML: finished with status 'done' 04:38:07 Running setup.py install for dockerpty: started 04:38:08 Running setup.py install for dockerpty: finished with status 'done' 04:38:08 Running setup.py install for texttable: started 04:38:09 Running setup.py install for texttable: finished with status 'done' 04:38:10 Running setup.py install for docopt: started 04:38:10 Removing intermediate container c4d7c118446e 04:38:10 ---> 8949ebf2c697 04:38:10 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:38:10 Running setup.py install for docopt: finished with status 'done' 04:38:11 Removing intermediate container 5ca7f8881b5c 04:38:11 ---> b005e3e228ed 04:38:11 Step 6/21 : COPY go.mod . 04:38:11 ---> a650af171d31 04:38:11 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:38:11 ---> Running in 29d2ac94b604 04:38: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:38:11 ---> Running in ade4deacef08 04:38:11 ---> dd454b931b7e 04:38:11 Step 7/21 : RUN go mod download 04:38:11 Removing intermediate container 29d2ac94b604 04:38:11 ---> d630f9cb9d3d 04:38:11 Step 13/20 : WORKDIR /edgex 04:38:12 ---> Running in 9e51431520b1 04:38:12 ---> Running in 60d558190458 04:38:12 Removing intermediate container 60d558190458 04:38:12 ---> 3e6ec785e8ce 04:38:12 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:38:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 04:38:12 ---> 6b09ba8c53e2 04:38:12 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:38:15 ---> 1959971bf581 04:38:15 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:38:15 Removing intermediate container 9d894ada1934 04:38:15 ---> 54613199247a 04:38:15 Step 22/26 : RUN apk --no-cache add curl 04:38:15 ---> Running in 6b3a506a8d2e 04:38:15 ---> Running in 0d078a3e9b1c 04:38:16 Removing intermediate container 9e51431520b1 04:38:16 ---> 1b82947fcc2d 04:38:16 Step 8/21 : COPY . . 04:38:16 Removing intermediate container 0d078a3e9b1c 04:38:16 ---> 17f6ad609b99 04:38:16 Step 17/20 : CMD ["--init=true"] 04:38:16 ---> Running in e800324f5fb6 04:38:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:16 Removing intermediate container e800324f5fb6 04:38:16 ---> 05360bbf6cdf 04:38:16 Step 18/20 : LABEL arch=x86_64 04:38:17 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:38:17 (2/3) Installing libcurl (7.69.1-r0) 04:38:17 (3/3) Installing curl (7.69.1-r0) 04:38:17 Executing busybox-1.31.1-r16.trigger 04:38:17 OK: 72 MiB in 58 packages 04:38:17 gofmt -l . 04:38:17 ---> Running in da8b9a1caeca 04:38:17 [ "`gofmt -l .`" = "" ] 04:38:20 ./bin/test-go-mod-tidy.sh 04:38:20 ./bin/test-attribution-txt.sh 04:38:21 Removing intermediate container da8b9a1caeca 04:38:21 ---> e152cd490cb0 04:38:21 Step 19/20 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 04:38:24 docker run --rm --privileged \ 04:38:24 -v /w/workspace/edgex-go/14:/raml-verification -w /raml-verification \ 04:38:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ 04:38:24 /scripts/raml-verify.sh 04:38:24 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally 04:38:24 aarch64: Pulling from edgex-devops/edgex-docs-builder 04:38:24 29e5d40040c1: Pulling fs layer 04:38:24 8c46fbeab2c7: Pulling fs layer 04:38:24 8ba552a4e5fe: Pulling fs layer 04:38:24 1fb62381901b: Pulling fs layer 04:38:24 147fb30a95d9: Pulling fs layer 04:38:24 3ccc99ad11dc: Pulling fs layer 04:38:24 1fb62381901b: Waiting 04:38:24 147fb30a95d9: Waiting 04:38:24 3ccc99ad11dc: Waiting 04:38:24 8ba552a4e5fe: Verifying Checksum 04:38:24 8ba552a4e5fe: Download complete 04:38:24 1fb62381901b: Verifying Checksum 04:38:24 1fb62381901b: Download complete 04:38:24 29e5d40040c1: Verifying Checksum 04:38:24 29e5d40040c1: Download complete 04:38:24 3ccc99ad11dc: Verifying Checksum 04:38:24 3ccc99ad11dc: Download complete 04:38:24 147fb30a95d9: Verifying Checksum 04:38:24 147fb30a95d9: Download complete 04:38:24 ---> Running in 5e4d937dd334 04:38:24 29e5d40040c1: Pull complete 04:38:24 8c46fbeab2c7: Verifying Checksum 04:38:24 8c46fbeab2c7: Download complete 04:38:25 Removing intermediate container 6b3a506a8d2e 04:38:25 ---> a858194ef7c7 04:38:25 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:38:29 ---> Running in 2c0953bb3351 04:38:29 Removing intermediate container 5e4d937dd334 04:38:29 ---> 69176ef9bd60 04:38:29 Step 20/20 : LABEL version=0.0.0 04:38:30 8c46fbeab2c7: Pull complete 04:38:30 8ba552a4e5fe: Pull complete 04:38:30 1fb62381901b: Pull complete 04:38:32 ---> Running in f1046bc003e1 04:38:33 Removing intermediate container 2c0953bb3351 04:38:33 ---> 88644304c7aa 04:38:33 Step 24/26 : LABEL arch=x86_64 04:38:34 147fb30a95d9: Pull complete 04:38:34 3ccc99ad11dc: Pull complete 04:38:34 Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 04:38:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 04:38:35 Removing intermediate container f1046bc003e1 04:38:35 ---> 2962b50cf1a1 04:38:35 04:38:35 ---> Running in 7b7797f40387 04:38:35 Successfully built 2962b50cf1a1 04:38:36 Successfully tagged docker-security-proxy-setup-go:latest 04:38:36 Building docker-core-metadata-go 04:38:36  Building docker-security-proxy-setup-go ... done  ---> 4c894d7e7a59 04:38:36 Step 9/21 : RUN make cmd/support-logging/support-logging 04:38:37 Verifying ./api/raml/core-command.raml... 04:38:40 OK 04:38:40 Verifying ./api/raml/core-metadata.raml... 04:38:42 Removing intermediate container 7b7797f40387 04:38:42 ---> d8f42b686882 04:38:42 Step 25/26 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 04:38:43 ---> Running in 03f68b1bbcfc 04:38:44 Removing intermediate container caac5788c485 04:38:44 ---> 125796468310 04:38:44 04:38:44 Step 10/21 : FROM scratch 04:38:44 ---> 04:38:44 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:38:45 ---> Using cache 04:38:45 ---> 3a813cdba209 04:38:45 Step 12/21 : ENV APP_PORT=48082 04:38:45 ---> Running in c4d26bde67b6 04:38:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 04:38:48 OK 04:38:48 Verifying ./api/raml/support-logging.raml... 04:38:48 ---> Running in f37c26e5c692 04:38:49 OK 04:38:49 Verifying ./api/raml/support-scheduler.raml... 04:38:50 Removing intermediate container c4d26bde67b6 04:38:50 ---> 42541ef71312 04:38:50 Step 26/26 : LABEL version=0.0.0 04:38:50 Removing intermediate container ade4deacef08 04:38:50 ---> de4c8e70a5dc 04:38:50 04:38:50 Step 9/29 : FROM alpine:latest 04:38:50 ---> a24bb4013296 04:38:50 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:38:50 Removing intermediate container f37c26e5c692 04:38:50 ---> 8253f11e93d6 04:38:50 Step 13/21 : EXPOSE $APP_PORT 04:38:51 ---> Running in 8b7e440d1589 04:38:51 ---> Running in ac554d66b4d0 04:38:51 ---> Running in ff9e4664c7ea 04:38:53 OK 04:38:53 Verifying ./api/raml/core-data.raml... 04:38:54 Removing intermediate container 8b7e440d1589 04:38:54 ---> 35a1e4956737 04:38:54 Step 11/29 : USER root 04:38:54 Removing intermediate container ac554d66b4d0 04:38:54 ---> 9ee69bb852d8 04:38:54 Step 14/21 : WORKDIR / 04:38:54 Removing intermediate container ff9e4664c7ea 04:38:54 ---> 3fc2c2bb42f2 04:38:54 04:38:54 Successfully built 3fc2c2bb42f2 04:38:54 Successfully tagged docker-sys-mgmt-agent-go:latest 04:38:55  Building docker-sys-mgmt-agent-go ... done  ---> Running in 15b729fd0d8e 04:38:55 ---> Running in e88ef27e983d 04:38:57 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:38:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:38:57 ---> c489caa631e2 04:38:57 Step 3/21 : WORKDIR /edgex-go 04:38:57 ---> Using cache 04:38:57 ---> f39fad34fd39 04:38:57 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:57 ---> Using cache 04:38:57 ---> ad81fb54679d 04:38:57 Step 5/21 : RUN apk update && apk add make git 04:38:57 ---> Using cache 04:38:57 ---> a0d0f05e185c 04:38:57 Step 6/21 : COPY go.mod . 04:38:57 ---> Using cache 04:38:57 ---> 391b0db3e5c2 04:38:57 Step 7/21 : RUN go mod download 04:38:57 ---> Using cache 04:38:57 ---> 7b88db8af978 04:38:57 Step 8/21 : COPY . . 04:38:57 ---> Using cache 04:38:57 ---> f8d62ca5979c 04:38:57 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:38:57 OK 04:38:57 Verifying ./api/raml/support-notifications.raml... 04:38:57 ---> Running in 8d4f8bd0be53 04:38:57 Removing intermediate container e88ef27e983d 04:38:57 ---> a1e32df10da0 04:38:57 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:38:57 Removing intermediate container 15b729fd0d8e 04:38:57 ---> f8e80c9fceb2 04:38:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:38:58 ---> Running in f3bc7dc879af 04:38:58 ---> c5c5018b240a 04:38:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:38:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:38:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:59 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:38:59 v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:38:59 OK: 12749 distinct packages available 04:38:59 ---> 94d43929496e 04:38:59 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:38:59 (1/2) Installing ca-certificates (20191127-r4) 04:38:59 (2/2) Installing dumb-init (1.2.2-r1) 04:38:59 Executing busybox-1.31.1-r16.trigger 04:38:59 Executing ca-certificates-20191127-r4.trigger 04:38:59 OK: 6 MiB in 16 packages 04:39:00 ---> 44c55a0c1519 04:39:00 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:00 ---> Running in 7c16a1117c1a 04:39:01 Removing intermediate container 7c16a1117c1a 04:39:01 ---> 21ae77c4a44e 04:39:01 Step 19/21 : LABEL arch=x86_64 04:39:01 ---> Running in 86eea8dc8ad3 04:39:01 Removing intermediate container f3bc7dc879af 04:39:01 ---> 27763b334722 04:39:01 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:39:01 ---> Running in bbe19d9dfc63 04:39:01 OK 04:39:01 Verifying ./api/raml/system-agent.raml... 04:39:01 Removing intermediate container 86eea8dc8ad3 04:39:01 ---> 843dff40f0b3 04:39:01 Step 20/21 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 04:39:01 ---> Running in 96b5b70cf818 04:39:01 Removing intermediate container bbe19d9dfc63 04:39:01 ---> 9ce83f2df7b2 04:39:01 Step 14/29 : WORKDIR $BASE_DIR 04:39:02 ---> Running in 4a6fb4d3d652 04:39:02 Removing intermediate container 96b5b70cf818 04:39:02 ---> 230bff66721e 04:39:02 Step 21/21 : LABEL version=0.0.0 04:39:02 ---> Running in fa871c4f5b59 04:39:02 Removing intermediate container 4a6fb4d3d652 04:39:02 ---> e5e38f970b35 04:39:02 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:39:02 Removing intermediate container fa871c4f5b59 04:39:02 ---> 4ca086092790 04:39:02 04:39:02 ---> Running in 2f640577b94d 04:39:02 Successfully built 4ca086092790 04:39:03 Successfully tagged docker-core-command-go:latest 04:39:03 OK [Pipeline] sh 04:39:04 + ls -al . 04:39:04 total 588 04:39:04 drwxrwxr-x 10 1001 1001 4096 Jul 25 04:38 . 04:39:04 drwxr-xr-x 4 root root 4096 Jul 25 04:36 .. 04:39:04 -rw-rw-r-- 1 1001 1001 11 Jul 25 04:34 .dockerignore 04:39:04 drwxrwxr-x 8 1001 1001 4096 Jul 25 04:34 .git 04:39:04 drwxrwxr-x 3 1001 1001 4096 Jul 25 04:34 .github 04:39:04 -rw-rw-r-- 1 1001 1001 924 Jul 25 04:34 .gitignore 04:39:04 drwxrwxr-x 3 1001 1001 4096 Jul 25 04:34 .semver 04:39:04 -rw-rw-r-- 1 1001 1001 178 Jul 25 04:34 .sonarcloud.properties 04:39:04 -rw-rw-r-- 1 1001 1001 3804 Jul 25 04:34 CONTRIBUTING.md 04:39:04 -rw-rw-r-- 1 1001 1001 1035 Jul 25 04:34 Dockerfile.build 04:39:04 -rw-rw-r-- 1 1001 1001 824 Jul 25 04:34 Jenkinsfile 04:39:04 -rw-rw-r-- 1 1001 1001 10775 Jul 25 04:34 LICENSE 04:39:04 -rw-rw-r-- 1 1001 1001 6417 Jul 25 04:34 Makefile 04:39:04 -rw-rw-r-- 1 1001 1001 5652 Jul 25 04:34 README.md 04:39:04 -rw-rw-r-- 1 1001 1001 7111 Jul 25 04:34 SECURITY.md 04:39:04 -rw-rw-r-- 1 1001 1001 5 Jul 25 04:31 VERSION 04:39:04 -rw-rw-r-- 1 1001 1001 4131 Jul 25 04:34 ZMQWindows.md 04:39:04 drwxrwxr-x 4 1001 1001 4096 Jul 25 04:34 api 04:39:04 drwxrwxr-x 2 1001 1001 4096 Jul 25 04:34 bin 04:39:04 drwxrwxr-x 15 1001 1001 4096 Jul 25 04:34 cmd 04:39:04 -rw-r--r-- 1 root root 456067 Jul 25 04:37 coverage.out 04:39:04 -rw-r--r-- 1 root root 1019 Jul 25 04:38 go.mod 04:39:04 -rw-r--r-- 1 root root 18146 Jul 25 04:38 go.sum 04:39:04 drwxrwxr-x 8 1001 1001 4096 Jul 25 04:34 internal 04:39:04 drwxrwxr-x 4 1001 1001 4096 Jul 25 04:34 snap 04:39:04 -rw-rw-r-- 1 1001 1001 168 Jul 25 04:34 version.go [Pipeline] sh 04:39:05 + '[' -e coverage.out ] 04:39:05 + chown 1001:1001 coverage.out [Pipeline] stash 04:39:05 Warning: overwriting stash ‘coverage-report’ 04:39:06  Building docker-core-command-go ... done Removing intermediate container 2f640577b94d 04:39:06 ---> 98b9bfd5fe65 04:39:06 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:39:06 Removing intermediate container 03f68b1bbcfc 04:39:06 ---> e978438be671 04:39:06 04:39:06 Step 10/21 : FROM scratch 04:39:06 ---> 04:39:06 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:39:06 Stashed 1 file(s) [Pipeline] sh 04:39:06 ---> Using cache 04:39:06 ---> b019ca6c0c15 04:39:06 Step 12/21 : ENV APP_PORT=48061 04:39:06 ---> Running in 51ed7b65147c 04:39:07 ---> 10f824a3b717 04:39:07 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:39:07 Removing intermediate container 51ed7b65147c 04:39:07 ---> 63f183362806 04:39:07 Step 13/21 : EXPOSE $APP_PORT 04:39:07 + make build 04:39:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:39:07 ---> Running in 1ee7d14503ac 04:39:07 ---> 358b31f1470c 04:39:07 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:39:07 Removing intermediate container 1ee7d14503ac 04:39:07 ---> 5cb979602cc0 04:39:07 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:39:08 ---> 8cba87767fe9 04:39:08 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:39:08 ---> 82d8df13a017 04:39:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:39:08 ---> cb78254a937c 04:39:08 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:39:08 ---> f6511e3dfd53 04:39:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:39:11 ---> 42219a3e7560 04:39:11 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:39:11 ---> c1fef47b1b02 04:39:11 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:39:11 ---> Running in d7712ac7a1f4 04:39:11 ---> c01e10bdd5c0 04:39:11 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:11 ---> Running in 8d9673683250 04:39:11 Removing intermediate container 8d9673683250 04:39:11 ---> 2e8befc187c2 04:39:11 Step 19/21 : LABEL arch=x86_64 04:39:12 ---> Running in b68cf8e41e2e 04:39:12 Removing intermediate container b68cf8e41e2e 04:39:12 ---> 6880dff59490 04:39:12 Step 20/21 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 04:39:12 ---> Running in bb87e6f3b1ee 04:39:12 Removing intermediate container bb87e6f3b1ee 04:39:12 ---> e99171cbefed 04:39:12 Step 21/21 : LABEL version=0.0.0 04:39:12 Removing intermediate container d7712ac7a1f4 04:39:12 ---> 7f2f6d49dedc 04:39:12 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:39:12 ---> Running in 17ca31f127e2 04:39:12 Removing intermediate container 17ca31f127e2 04:39:12 ---> 6f1467876da1 04:39:12 04:39:12 ---> 169b96ccfd59 04:39:12 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:39:12 Successfully built 6f1467876da1 04:39:12 Successfully tagged docker-support-logging-go:latest 04:39:12  Building docker-support-logging-go ... done  ---> Running in ca1104824067 04:39:13 Removing intermediate container ca1104824067 04:39:13 ---> 7fe9fee9e3b1 04:39:13 Step 24/29 : RUN chmod 755 security-secrets-setup 04:39:14 ---> Running in f89d7db40a59 04:39:16 Removing intermediate container 8d4f8bd0be53 04:39:16 ---> cf7467ecdb7c 04:39:16 04:39:16 Step 10/21 : FROM scratch 04:39:16 ---> 04:39:16 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:39:16 ---> Using cache 04:39:16 ---> 3a813cdba209 04:39:16 Step 12/21 : ENV APP_PORT=48081 04:39:16 ---> Running in c1c8eaeca7fe 04:39:16 Removing intermediate container f89d7db40a59 04:39:16 ---> ee694efab31f 04:39:16 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:39:16 ---> Running in 0d5c656d49a5 04:39:16 Removing intermediate container c1c8eaeca7fe 04:39:16 ---> b3d29dff8983 04:39:16 Step 13/21 : EXPOSE $APP_PORT 04:39:16 ---> Running in 5f4c6aa8341b 04:39:16 Removing intermediate container 0d5c656d49a5 04:39:16 ---> af583e819c2b 04:39:16 Step 26/29 : CMD [ "generate" ] 04:39:16 ---> Running in 21abc55446cb 04:39:16 Removing intermediate container 5f4c6aa8341b 04:39:16 ---> f745002d28d3 04:39:16 Step 14/21 : WORKDIR / 04:39:16 ---> Running in c6b5e2a9110e 04:39:16 Removing intermediate container 21abc55446cb 04:39:16 ---> 5de8a2123324 04:39:16 Step 27/29 : LABEL arch=x86_64 04:39:16 ---> Running in f0d922dfe04d 04:39:17 Removing intermediate container c6b5e2a9110e 04:39:17 ---> 9c9326b010d3 04:39:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:39:17 Removing intermediate container f0d922dfe04d 04:39:17 ---> 34b0cadbf86b 04:39:17 Step 28/29 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 04:39:17 ---> Running in c599e006901b 04:39:17 ---> 10d70d4cda1d 04:39:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:39:17 Removing intermediate container c599e006901b 04:39:17 ---> 4e08e557a5ee 04:39:17 Step 29/29 : LABEL version=0.0.0 04:39:17 ---> Running in a0861084162c 04:39:17 Removing intermediate container a0861084162c 04:39:17 ---> ad70336418c2 04:39:17 04:39:17 Successfully built ad70336418c2 04:39:17 Successfully tagged docker-security-secrets-setup-go:latest 04:39:17  Building docker-security-secrets-setup-go ... done  ---> 7eba2b94d3ee 04:39:17 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:39:18 ---> 9454689e3ea8 04:39:18 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:39:18 ---> Running in 4f01fd238be8 04:39:18 Removing intermediate container 4f01fd238be8 04:39:18 ---> 3548f544fadd 04:39:18 Step 19/21 : LABEL arch=x86_64 04:39:18 ---> Running in 944d32b34e07 04:39:18 Removing intermediate container 944d32b34e07 04:39:18 ---> 07ea2d85d15c 04:39:18 Step 20/21 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 04:39:18 ---> Running in 3219393ee262 04:39:18 Removing intermediate container 3219393ee262 04:39:18 ---> ca26bcf7a5b1 04:39:18 Step 21/21 : LABEL version=0.0.0 04:39:18 ---> Running in bc79f7a07d77 04:39:19 Removing intermediate container bc79f7a07d77 04:39:19 ---> 0e32a8c972a4 04:39:19 04:39:19 Successfully built 0e32a8c972a4 04:39:19 Successfully tagged docker-core-metadata-go:latest 04:39:19  Building docker-core-metadata-go ... done  [Pipeline] } 04:39:19 $ docker stop --time=1 96dc4fdcdf2776856b40de73409a9529b6ceedb3b8c06c7bedf84e2785a659bb 04:39:21 $ docker rm -f 96dc4fdcdf2776856b40de73409a9529b6ceedb3b8c06c7bedf84e2785a659bb [Pipeline] // withDockerContainer [Pipeline] sh 04:39:21 + docker images 04:39:21 + grep docker 04:39:21 docker-core-metadata-go latest 0e32a8c972a4 3 seconds ago 14.4MB 04:39:21 docker-security-secrets-setup-go latest ad70336418c2 4 seconds ago 25.1MB 04:39:21 docker-support-logging-go latest 6f1467876da1 9 seconds ago 11.8MB 04:39:21 docker-core-command-go latest 4ca086092790 19 seconds ago 13MB 04:39:21 docker-sys-mgmt-agent-go latest 3fc2c2bb42f2 29 seconds ago 284MB 04:39:21 docker-security-proxy-setup-go latest 2962b50cf1a1 48 seconds ago 16.4MB 04:39:21 docker-security-secretstore-setup-go latest 9249c3feee30 About a minute ago 33.9MB 04:39:21 docker-core-data-go latest 98114abdb1b0 About a minute ago 23.8MB 04:39:21 docker-support-notifications-go latest f40ea29773a0 2 minutes ago 14.4MB 04:39:21 docker-support-scheduler-go latest be5b23451498 2 minutes ago 13.1MB 04:39:21 docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:39:25 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:39:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:39:41 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:39: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:39:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:39:53 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:39:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:40:04 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:40:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:40:14 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:40:18 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:40:22 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:40:27 $ docker stop --time=1 7066fd540907634ead80b88e5d9b9868adecba7c36ee446df5bddaa937bccbde 04:40:29 $ docker rm -f 7066fd540907634ead80b88e5d9b9868adecba7c36ee446df5bddaa937bccbde [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:40:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:40:31 04:40:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:40:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:40:31 latest: Pulling from edgex-devops/edgex-compose-arm64 04:40:31 29e5d40040c1: Already exists 04:40:32 1ce36da41761: Pulling fs layer 04:40:32 25b303627fd3: Pulling fs layer 04:40:32 1ce36da41761: Verifying Checksum 04:40:32 1ce36da41761: Download complete 04:40:34 1ce36da41761: Pull complete 04:40:34 25b303627fd3: Verifying Checksum 04:40:34 25b303627fd3: Download complete 04:40:44 25b303627fd3: Pull complete 04:40:44 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:40:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:40:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:40:44 prd-ubuntu18.04-docker-arm64-4c-16g-971 does not seem to be running inside a container 04:40:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:40:47 $ docker top 7c6dcb6c32764b22a4b00f8ac25e8178054cf0a6d71d84b81b9e248c127f1ef6 -eo pid,comm [Pipeline] { [Pipeline] sh 04:40:49 + docker-compose build --help 04:40:49 + grep parallel 04:40:52 --parallel Build images in parallel. [Pipeline] } 04:40:53 $ docker stop --time=1 7c6dcb6c32764b22a4b00f8ac25e8178054cf0a6d71d84b81b9e248c127f1ef6 04:40:55 $ docker rm -f 7c6dcb6c32764b22a4b00f8ac25e8178054cf0a6d71d84b81b9e248c127f1ef6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:40:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:40:55 . [Pipeline] withDockerContainer 04:40:56 prd-ubuntu18.04-docker-arm64-4c-16g-971 does not seem to be running inside a container 04:40:56 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:40:57 $ docker top 0134bd33667973f22254e6a8bde52ca47e8bdde66668748d02b7b0193f34b68d -eo pid,comm [Pipeline] { [Pipeline] sh 04:40:58 + docker-compose -f ./docker-compose-build.yml build --parallel 04:41:02 Building docker-core-command-go ... 04:41:02 Building docker-core-data-go ... 04:41:02 Building docker-core-metadata-go ... 04:41:02 Building docker-security-proxy-setup-go ... 04:41:02 Building docker-security-secrets-setup-go ... 04:41:02 Building docker-security-secretstore-setup-go ... 04:41:02 Building docker-support-logging-go ... 04:41:02 Building docker-support-notifications-go ... 04:41:02 Building docker-support-scheduler-go ... 04:41:02 Building docker-sys-mgmt-agent-go ... 04:41:02 Building docker-core-data-go 04:41:02 Building docker-support-scheduler-go 04:41:02 Building docker-core-metadata-go 04:41:02 Building docker-security-proxy-setup-go 04:41:02 Building docker-support-logging-go 04:42:54 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:42:54 ---> 47353950573b 04:42:54 Step 3/21 : WORKDIR /edgex-go 04:42:54 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:54 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:42:54 ---> 47353950573b 04:42:54 Step 3/20 : WORKDIR /edgex-go 04:42:54 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:42:54 ---> 47353950573b 04:42:54 Step 3/22 : WORKDIR /edgex-go 04:42:54 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:54 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:42:54 ---> 47353950573b 04:42:54 Step 3/20 : WORKDIR /edgex-go 04:42:54 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:42:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:42:54 ---> 47353950573b 04:42:54 Step 3/21 : WORKDIR /edgex-go 04:42:54 ---> Running in 1db009170f93 04:42:54 ---> Running in 6f31fc927bed 04:42:54 ---> Running in d6b6d652afdf 04:42:54 ---> Running in 9b4cf4803d06 04:42:54 ---> Running in 2dddf0a7ba19 04:42:54 Removing intermediate container 6f31fc927bed 04:42:54 ---> 2b6f58a82ff0 04:42:54 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:54 Removing intermediate container 9b4cf4803d06 04:42:54 ---> f173c9b5f1b9 04:42:54 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:54 Removing intermediate container 1db009170f93 04:42:54 ---> 8e22342c1590 04:42:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:54 Removing intermediate container 2dddf0a7ba19 04:42:54 ---> d6adcf9aee8b 04:42:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:54 Removing intermediate container d6b6d652afdf 04:42:54 ---> 4e77d8973222 04:42:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:54 ---> Running in 6ac5f85bd7f4 04:42:54 ---> Running in 2853f81ac668 04:42:54 ---> Running in e4b13bcca7b1 04:42:54 ---> Running in 6dceebba8b06 04:42:54 ---> Running in 81ce1d190deb 04:42:57 Removing intermediate container 6ac5f85bd7f4 04:42:57 ---> 44e44e0f0ac5 04:42:57 Step 5/20 : RUN apk update && apk add make git 04:42:57 ---> Running in 0a2a64038548 04:42:57 Removing intermediate container e4b13bcca7b1 04:42:57 ---> c6cc515700c8 04:42:57 Step 5/21 : RUN apk update && apk add make git 04:42:58 ---> Running in 2df97df616a3 04:42:58 Removing intermediate container 2853f81ac668 04:42:58 ---> 99beb8db5b42 04:42:58 Step 5/20 : RUN apk update && apk add make git 04:42:58 ---> Running in 994b5b7e4c19 04:42:58 Removing intermediate container 81ce1d190deb 04:42:58 ---> 231abd367b69 04:42:58 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:42:58 Removing intermediate container 6dceebba8b06 04:42:58 ---> 7249804c9283 04:42:58 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:42:59 ---> Running in 496bb27c5098 04:42:59 ---> Running in 1293eea24c09 04:43:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:01 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:01 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:01 OK: 12620 distinct packages available 04:43:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:02 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:02 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:02 OK: 12620 distinct packages available 04:43:02 OK: 217 MiB in 51 packages 04:43:03 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:03 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:03 OK: 12620 distinct packages available 04:43:03 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:03 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:03 OK: 12620 distinct packages available 04:43:03 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:43:03 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:43:03 OK: 12620 distinct packages available 04:43:03 OK: 217 MiB in 51 packages 04:43:03 OK: 217 MiB in 51 packages 04:43:04 OK: 217 MiB in 51 packages 04:43:04 OK: 217 MiB in 51 packages 04:43:04 Removing intermediate container 0a2a64038548 04:43:04 ---> 6cbbaecf31cd 04:43:04 Step 6/20 : COPY go.mod . 04:43:05 OK: 217 MiB in 51 packages 04:43:05 Removing intermediate container 2df97df616a3 04:43:05 ---> 72de0a5aeae2 04:43:05 Step 6/21 : COPY go.mod . 04:43:05 ---> 3320fcc597e4 04:43:05 Step 7/20 : RUN go mod download 04:43:05 Removing intermediate container 994b5b7e4c19 04:43:05 ---> 0856071b0c31 04:43:05 Step 6/20 : COPY go.mod . 04:43:05 ---> Running in 5c5f487e4f6d 04:43:06 ---> 5adcd25fd929 04:43:06 Step 7/21 : RUN go mod download 04:43:06 Removing intermediate container 496bb27c5098 04:43:06 ---> aba40f943584 04:43:06 Step 6/22 : COPY go.mod . 04:43:06 ---> Running in 4f21ae085258 04:43:06 ---> 87eb511454cb 04:43:06 Step 7/20 : RUN go mod download 04:43:06 Removing intermediate container 1293eea24c09 04:43:06 ---> f3d56dbd4e26 04:43:06 Step 6/21 : COPY go.mod . 04:43:07 ---> Running in 1daed9b21c1f 04:43:07 ---> f931451c828c 04:43:07 Step 7/22 : RUN go mod download 04:43:08 ---> 29e052dd72f2 04:43:08 Step 7/21 : RUN go mod download 04:43:08 ---> Running in 0028afeba625 04:43:08 ---> Running in 20efd630e417 04:43:10 Removing intermediate container 5c5f487e4f6d 04:43:10 ---> c02ead9daa79 04:43:10 Step 8/20 : COPY . . 04:43:11 Removing intermediate container 4f21ae085258 04:43:11 ---> 05e70929d6fb 04:43:11 Step 8/21 : COPY . . 04:43:17 Removing intermediate container 1daed9b21c1f 04:43:17 ---> 799beebf17f6 04:43:17 Step 8/20 : COPY . . 04:43:17 Removing intermediate container 20efd630e417 04:43:17 ---> 55a18c662d1e 04:43:17 Step 8/21 : COPY . . 04:43:17 Removing intermediate container 0028afeba625 04:43:17 ---> 0e06d8ed4be0 04:43:17 Step 8/22 : COPY . . 04:43:44 ---> a8111d848318 04:43:44 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:43:44 ---> ae1d2a7d05ae 04:43:44 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:43:44 ---> f82828488fd1 04:43:44 Step 9/21 : RUN make cmd/support-logging/support-logging 04:43:44 ---> 1bc4a437bdee 04:43:44 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:43:44 ---> Running in 8ad3d9235588 04:43:44 ---> Running in 33ee787d797b 04:43:44 ---> Running in 25c17c332df3 04:43:44 ---> Running in dfd7ec774303 04:43:44 ---> e190a2428207 04:43:44 Step 9/22 : RUN make cmd/core-data/core-data 04:43:44 ---> Running in f0c116245ebb 04:43:44 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:43:45 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: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-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:43:45 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:45:22 Removing intermediate container dfd7ec774303 04:45:22 ---> b60de469c5a9 04:45:22 04:45:22 Step 10/20 : FROM alpine 04:45:22 latest: Pulling from library/alpine 04:45:22 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:45:22 Status: Downloaded newer image for alpine:latest 04:45:22 ---> 62ee0e9f8440 04:45:22 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:45:22 ---> Running in dd75509541f1 04:45:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:22 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:45:22 v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:45:22 OK: 12620 distinct packages available 04:45:22 (1/4) Installing ca-certificates (20191127-r4) 04:45:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:45:22 (3/4) Installing libcurl (7.69.1-r0) 04:45:22 (4/4) Installing curl (7.69.1-r0) 04:45:22 Executing busybox-1.31.1-r16.trigger 04:45:22 Executing ca-certificates-20191127-r4.trigger 04:45:22 OK: 7 MiB in 18 packages 04:45:22 Removing intermediate container dd75509541f1 04:45:22 ---> 8229648c690d 04:45:22 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:45:22 ---> Running in 96327f73a3b1 04:45:22 Removing intermediate container 96327f73a3b1 04:45:22 ---> 246d9f84f2de 04:45:22 Step 13/20 : WORKDIR /edgex 04:45:22 ---> Running in f0c169ddfdbb 04:45:22 Removing intermediate container f0c169ddfdbb 04:45:22 ---> 7dd0d42a6777 04:45:22 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:45:22 ---> 677a551e546d 04:45:22 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:45:23 ---> 0a2a6e35df52 04:45:23 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:45:23 ---> Running in 22c93540284b 04:45:24 Removing intermediate container 22c93540284b 04:45:24 ---> 764782b60f9a 04:45:24 Step 17/20 : CMD ["--init=true"] 04:45:24 ---> Running in 0fe1e84966ef 04:45:25 Removing intermediate container 0fe1e84966ef 04:45:25 ---> 4e7a5ab8d8d3 04:45:25 Step 18/20 : LABEL arch=arm64 04:45:26 ---> Running in 3df57a722083 04:45:27 Removing intermediate container 3df57a722083 04:45:27 ---> f2f3c3140084 04:45:27 Step 19/20 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 04:45:27 ---> Running in 08c68f938202 04:45:28 Removing intermediate container 08c68f938202 04:45:28 ---> 13ef24d2dc24 04:45:28 Step 20/20 : LABEL version=0.0.0 04:45:28 Removing intermediate container 25c17c332df3 04:45:28 ---> 51a6d2d37f11 04:45:28 04:45:28 Step 10/21 : FROM scratch 04:45:28 ---> 04:45:28 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:45:29 ---> Running in cfe44c681aa6 04:45:29 ---> Running in f6c0516674d3 04:45:29 Removing intermediate container cfe44c681aa6 04:45:29 ---> a167ff6f3250 04:45:29 04:45:29 Removing intermediate container f6c0516674d3 04:45:29 ---> f09d363bc225 04:45:29 Step 12/21 : ENV APP_PORT=48061 04:45:29 ---> Running in d667ceb3adcb 04:45:30 Successfully built a167ff6f3250 04:45:30 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:45:30  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 04:45:31 Removing intermediate container d667ceb3adcb 04:45:31 ---> f9f34e9004b9 04:45:31 Step 13/21 : EXPOSE $APP_PORT 04:45:31 ---> Running in 0d9f559b726b 04:45:31 Removing intermediate container 0d9f559b726b 04:45:31 ---> c3f1b4f0df0a 04:45:31 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:45:32 ---> be5671ce6538 04:45:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:45:35 ---> cdedf8e810ad 04:45:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:45:38 ---> fee481488a8d 04:45:38 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:45:41 ---> 9b2d121e8bac 04:45:41 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:45:41 ---> Running in 6d1fe14e708e 04:45:41 Removing intermediate container 6d1fe14e708e 04:45:41 ---> e4e2a5778d3d 04:45:41 Step 19/21 : LABEL arch=arm64 04:45:42 ---> Running in 7f3be7726efe 04:45:43 Removing intermediate container 7f3be7726efe 04:45:43 ---> eace4b13ce13 04:45:43 Step 20/21 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 04:45:44 ---> Running in 9a266d2970d9 04:45:45 Removing intermediate container 9a266d2970d9 04:45:45 ---> 04de155a6871 04:45:45 Step 21/21 : LABEL version=0.0.0 04:45:46 Removing intermediate container 33ee787d797b 04:45:46 ---> 3241c716e343 04:45:46 04:45:46 Step 10/20 : FROM scratch 04:45:46 ---> 04:45:46 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:45:46 ---> Running in bc38470c34a3 04:45:46 ---> Running in 5c60988a5e5c 04:45:47 Removing intermediate container bc38470c34a3 04:45:47 ---> 530c325e64f0 04:45:47 04:45:47 Successfully built 530c325e64f0 04:45:48 Successfully tagged docker-support-logging-go-arm64:latest 04:45:48  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go 04:45:48 Removing intermediate container 5c60988a5e5c 04:45:48 ---> b46e9450f1a4 04:45:48 Step 12/20 : ENV APP_PORT=48085 04:45:48 ---> Running in e72cb5b2bac4 04:45:49 Removing intermediate container e72cb5b2bac4 04:45:49 ---> eee8cfc3d53d 04:45:49 Step 13/20 : EXPOSE $APP_PORT 04:45:50 ---> Running in bb2c52944c53 04:45:53 Removing intermediate container bb2c52944c53 04:45:53 ---> 0238ea143b31 04:45:53 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:45:53 Removing intermediate container 8ad3d9235588 04:45:53 ---> aad1aa022bf3 04:45:53 04:45:53 Step 10/21 : FROM scratch 04:45:53 ---> 04:45:53 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:45:53 ---> Using cache 04:45:53 ---> b46e9450f1a4 04:45:53 Step 12/21 : ENV APP_PORT=48081 04:45:54 ---> bff1f35769ae 04:45:54 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:45:54 ---> Running in 36673361775f 04:45:56 Removing intermediate container 36673361775f 04:45:56 ---> e45ff46a0d3c 04:45:56 Step 13/21 : EXPOSE $APP_PORT 04:45:57 ---> 0d593ad9e44e 04:45:57 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:45:57 ---> Running in 3640ff57dbf5 04:45:58 Removing intermediate container 3640ff57dbf5 04:45:58 ---> a66c008c4394 04:45:58 Step 14/21 : WORKDIR / 04:45:58 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:45:58 ---> 47353950573b 04:45:58 Step 3/23 : WORKDIR /edgex-go 04:45:58 ---> Using cache 04:45:58 ---> 4e77d8973222 04:45:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:58 ---> Using cache 04:45:58 ---> 231abd367b69 04:45:58 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:45:59 ---> Running in 011246310c0f 04:45:59 ---> 0dbc2e413ed7 04:45:59 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:00 ---> Running in 33faeaf39f41 04:46:00 ---> Running in ed9d0afab04a 04:46:00 Removing intermediate container 011246310c0f 04:46:00 ---> 23298fb4595c 04:46:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:46:01 Removing intermediate container f0c116245ebb 04:46:01 ---> e63b9a06357f 04:46:01 04:46:01 Step 10/22 : FROM alpine 04:46:01 ---> 62ee0e9f8440 04:46:01 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:46:01 ---> Running in a55d2a4afae1 04:46:01 Removing intermediate container ed9d0afab04a 04:46:01 ---> 8dc2877553ee 04:46:01 Step 18/20 : LABEL arch=arm64 04:46:01 ---> Running in 342a405a5b63 04:46:02 ---> 541a3d2ad3dc 04:46:02 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:46:02 Removing intermediate container a55d2a4afae1 04:46:02 ---> 1f73bc749db0 04:46:02 Step 12/22 : ENV APP_PORT=48080 04:46:02 Removing intermediate container 342a405a5b63 04:46:02 ---> 8601f5429829 04:46:02 Step 19/20 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 04:46:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:02 ---> Running in 8566edb9e98b 04:46:03 ---> Running in c6c4e947f83f 04:46:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:03 Removing intermediate container 8566edb9e98b 04:46:03 ---> d91f146f6149 04:46:03 Step 13/22 : EXPOSE $APP_PORT 04:46:04 Removing intermediate container c6c4e947f83f 04:46:04 ---> 03ec82527e63 04:46:04 Step 20/20 : LABEL version=0.0.0 04:46:04 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:04 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:04 OK: 12620 distinct packages available 04:46:04 ---> e9404150df91 04:46:04 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:46:04 ---> Running in 8d92d40f9b7a 04:46:04 ---> Running in 9435fa1435ed 04:46:05 OK: 217 MiB in 51 packages 04:46:05 Removing intermediate container 8d92d40f9b7a 04:46:05 ---> 41afe7e57412 04:46:05 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:06 ---> Running in 1c6ecc8bccc4 04:46:06 Removing intermediate container 9435fa1435ed 04:46:06 ---> cc09f231d326 04:46:06 04:46:06 ---> a25a024af136 04:46:06 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:06 Successfully built cc09f231d326 04:46:06 Successfully tagged docker-support-scheduler-go-arm64:latest 04:46:06  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go 04:46:06 ---> Running in 580e02ae435a 04:46:07 Removing intermediate container 580e02ae435a 04:46:07 ---> f399130141c3 04:46:07 Step 19/21 : LABEL arch=arm64 04:46:07 Removing intermediate container 33faeaf39f41 04:46:07 ---> 946be77149f6 04:46:07 Step 6/23 : COPY go.mod . 04:46:08 ---> Running in cff769c45a0e 04:46:09 ---> 30bcae63a7ce 04:46:09 Step 7/23 : RUN go mod download 04:46:09 Removing intermediate container cff769c45a0e 04:46:09 ---> 49abed6e3fcd 04:46:09 Step 20/21 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 04:46:09 ---> Running in c1076322e7fd 04:46:10 ---> Running in 6a600e5d87e9 04:46:11 Removing intermediate container 1c6ecc8bccc4 04:46:11 ---> a504e953962b 04:46:11 Step 15/22 : RUN apk --no-cache add zeromq 04:46:11 Removing intermediate container 6a600e5d87e9 04:46:11 ---> 211f950a7db7 04:46:11 Step 21/21 : LABEL version=0.0.0 04:46:12 ---> Running in 3e588348b7dd 04:46:13 ---> Running in eaa4f8ab1b5a 04:46:15 Removing intermediate container eaa4f8ab1b5a 04:46:15 ---> 982629b29c58 04:46:15 04:46:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:15 Removing intermediate container c1076322e7fd 04:46:15 ---> d30658f4a0b9 04:46:15 Step 8/23 : COPY . . 04:46:15 Successfully built 982629b29c58 04:46:15 Successfully tagged docker-core-metadata-go-arm64:latest 04:46:15 Building docker-core-command-go 04:46:15  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:16 (1/5) Installing libgcc (9.3.0-r2) 04:46:16 (2/5) Installing libsodium (1.0.18-r0) 04:46:16 (3/5) Installing libstdc++ (9.3.0-r2) 04:46:17 (4/5) Installing libzmq (4.3.2-r0) 04:46:17 (5/5) Installing zeromq (4.3.2-r0) 04:46:17 Executing busybox-1.31.1-r16.trigger 04:46:17 OK: 8 MiB in 19 packages 04:46:18 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:46:18 ---> 47353950573b 04:46:18 Step 3/26 : WORKDIR /edgex-go 04:46:18 ---> Using cache 04:46:18 ---> 4e77d8973222 04:46:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:18 ---> Using cache 04:46:18 ---> 231abd367b69 04:46:18 Step 5/26 : RUN apk update && apk add make bash git 04:46:25 ---> Running in 83d3ccbe92c1 04:46:25 Removing intermediate container 3e588348b7dd 04:46:25 ---> 7afcec6721b3 04:46:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:46:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:27 ---> e290990f529c 04:46:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:46:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:28 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:28 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:28 OK: 12620 distinct packages available 04:46:29 OK: 217 MiB in 51 packages 04:46:30 ---> 5a8cf03852de 04:46:30 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:46:31 Removing intermediate container 83d3ccbe92c1 04:46:31 ---> c4b96f9dc163 04:46:31 Step 6/26 : COPY go.mod . 04:46:31 ---> 54f0397f5b86 04:46:31 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:46:31 ---> Running in 1ccc468f6094 04:46:32 ---> c289f17f7bcb 04:46:32 Step 7/26 : RUN go mod download 04:46:32 ---> Running in 8cefd14a1e1a 04:46:33 Removing intermediate container 1ccc468f6094 04:46:33 ---> 295d2303a0e4 04:46:33 Step 20/22 : LABEL arch=arm64 04:46:33 ---> 3ce10a8c5d09 04:46:33 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:46:33 ---> Running in fa5b527eae5b 04:46:33 ---> Running in c4e207f41a8b 04:46:34 Removing intermediate container c4e207f41a8b 04:46:34 ---> 6ba2c4867e72 04:46:34 Step 21/22 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 04:46:34 ---> Running in 620fb7433258 04:46:35 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:46:35 Removing intermediate container 620fb7433258 04:46:35 ---> fbe6a7f4424e 04:46:35 Step 22/22 : LABEL version=0.0.0 04:46:36 ---> Running in b4f2f4d6f10c 04:46:37 Removing intermediate container b4f2f4d6f10c 04:46:37 ---> cea70ae413cc 04:46:37 04:46:37 Removing intermediate container 8cefd14a1e1a 04:46:37 ---> 2f1e0885418c 04:46:37 Step 8/26 : COPY . . 04:46:38 Successfully built cea70ae413cc 04:46:38 Successfully tagged docker-core-data-go-arm64:latest 04:46:38 Building docker-security-secretstore-setup-go 04:46:48  Building docker-core-data-go ... done Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:48 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:46:48 ---> 47353950573b 04:46:48 Step 3/29 : WORKDIR /edgex-go 04:46:48 ---> Using cache 04:46:48 ---> 4e77d8973222 04:46:48 Step 4/29 : RUN apk update && apk add make git 04:46:53 ---> Running in e30b368f26f0 04:46:56 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:46:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:46:56 ---> 47353950573b 04:46:56 Step 3/21 : WORKDIR /edgex-go 04:46:56 ---> Using cache 04:46:56 ---> 4e77d8973222 04:46:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:56 ---> Using cache 04:46:56 ---> 231abd367b69 04:46:56 Step 5/21 : RUN apk update && apk add make git 04:46:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:57 ---> Running in 64b186f96071 04:46:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:58 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:46:58 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:46:58 OK: 12620 distinct packages available 04:46:59 OK: 217 MiB in 51 packages 04:46:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:01 v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] 04:47:01 v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:47:01 OK: 12620 distinct packages available 04:47:02 OK: 217 MiB in 51 packages 04:47:03 Removing intermediate container e30b368f26f0 04:47:03 ---> b37b246173e7 04:47:03 Step 5/29 : COPY go.mod . 04:47:05 Removing intermediate container 64b186f96071 04:47:05 ---> 2d9274e395b4 04:47:05 Step 6/21 : COPY go.mod . 04:47:05 ---> c2829818afae 04:47:05 Step 6/29 : RUN go mod download 04:47:06 ---> Running in 845cc8a68669 04:47:08 ---> 300c4297653f 04:47:08 Step 7/21 : RUN go mod download 04:47:08 ---> Running in aad8f1c355a8 04:47:12 Removing intermediate container 845cc8a68669 04:47:12 ---> fa4a25ac952b 04:47:12 Step 7/29 : COPY . . 04:47:13 ---> 01869d23c52e 04:47:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:47:13 Removing intermediate container aad8f1c355a8 04:47:13 ---> 5301cd3bcf43 04:47:13 Step 8/21 : COPY . . 04:47:14 ---> Running in 9986f2acda67 04:47:16 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:47:19 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:47:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:47:19 ---> 47353950573b 04:47:19 Step 3/26 : WORKDIR /edgex-go 04:47:19 ---> Using cache 04:47:19 ---> 4e77d8973222 04:47:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:19 ---> Using cache 04:47:19 ---> 231abd367b69 04:47:19 Step 5/26 : RUN apk update && apk add make git 04:47:19 ---> Using cache 04:47:19 ---> 2d9274e395b4 04:47:19 Step 6/26 : COPY go.mod . 04:47:19 ---> Using cache 04:47:19 ---> 300c4297653f 04:47:19 Step 7/26 : RUN go mod download 04:47:19 ---> Using cache 04:47:19 ---> 5301cd3bcf43 04:47:19 Step 8/26 : COPY . . 04:47:58 ---> c85ee5be804d 04:47:58 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:47:58 ---> 48e59f18e0a6 04:47:58 Step 9/21 : RUN make cmd/core-command/core-command 04:47:58 ---> Running in d0aaf6ab6429 04:47:58 ---> Running in dacf7ea0f89a 04:47:58 Removing intermediate container fa5b527eae5b 04:47:58 ---> 1e00e384c42b 04:47:58 04:47:58 Step 10/23 : FROM scratch 04:47:58 ---> 04:47:58 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:47:58 ---> Using cache 04:47:58 ---> f09d363bc225 04:47:58 Step 12/23 : ENV APP_PORT=48060 04:47:58 ---> Running in 8be380c9f966 04:47:58 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:47:58 Removing intermediate container 8be380c9f966 04:47:58 ---> fea743098287 04:47:58 Step 13/23 : EXPOSE $APP_PORT 04:47:58 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:47:58 ---> Running in acf24cc5ac4a 04:47:58 Removing intermediate container acf24cc5ac4a 04:47:58 ---> 7c7a5c74f139 04:47:58 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:47:58 ---> eddfeb4499c2 04:47:58 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:47:58 ---> Running in a8774fa4df85 04:47:59 ---> 2831985833b6 04:47:59 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:48:00 ---> cfdc42521995 04:48:00 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:48:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:48:02 ---> ea511115bb74 04:48:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:48:03 ---> 9bb57dad3c62 04:48:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:48:05 ---> 068b3cdac7a9 04:48:05 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:48:06 ---> 1f7421197f5a 04:48:06 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:06 ---> Running in 286223d0303b 04:48:07 Removing intermediate container 286223d0303b 04:48:07 ---> d3fd315b8da7 04:48:07 Step 21/23 : LABEL arch=arm64 04:48:07 ---> Running in 4f7710e6d0d1 04:48:08 Removing intermediate container 4f7710e6d0d1 04:48:08 ---> 46d83396e0ab 04:48:08 Step 22/23 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 04:48:08 ---> Running in 7888f7449cc9 04:48:09 Removing intermediate container 7888f7449cc9 04:48:09 ---> 5af0ffad0eca 04:48:09 Step 23/23 : LABEL version=0.0.0 04:48:09 ---> Running in 82a1a82302fd 04:48:09 Removing intermediate container 82a1a82302fd 04:48:09 ---> 7a42aeaade27 04:48:09 04:48:10 Successfully built 7a42aeaade27 04:48:10 Successfully tagged docker-support-notifications-go-arm64:latest 04:48:16  Building docker-support-notifications-go ... done Removing intermediate container 9986f2acda67 04:48:16 ---> 5040286ef14e 04:48:16 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:48:16 ---> Running in 1052074caec6 04:48: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:48:25 Removing intermediate container 1052074caec6 04:48:25 ---> bebe0e7fe1c3 04:48:25 04:48:25 Step 11/26 : FROM docker:latest 04:48:25 ---> ce9d55ae87f1 04:48:25 Step 12/26 : RUN apk add --no-cache bash 04:48:25 ---> Running in 3c6f25eca1f5 04:48:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:28 (1/2) Installing readline (8.0.4-r0) 04:48:28 (2/2) Installing bash (5.0.17-r0) 04:48:28 Executing bash-5.0.17-r0.post-install 04:48:28 Executing busybox-1.31.1-r16.trigger 04:48:28 OK: 12 MiB in 22 packages 04:48:29 Removing intermediate container 3c6f25eca1f5 04:48:29 ---> 44714781c107 04:48:29 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:48:30 ---> Running in 24245b01f0af 04:48:34 Removing intermediate container 24245b01f0af 04:48:34 ---> 33ee27874623 04:48:34 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:48:34 ---> Running in e362604ee077 04:48:34 Removing intermediate container e362604ee077 04:48:34 ---> 7a16cceec6a7 04:48:34 Step 15/26 : ENV APP_PORT=48090 04:48:34 ---> Running in 6aa511b4b167 04:48:35 Removing intermediate container 6aa511b4b167 04:48:35 ---> 59dc9960f567 04:48:35 Step 16/26 : EXPOSE $APP_PORT 04:48:35 ---> Running in 6f745cc909bd 04:48:36 Removing intermediate container 6f745cc909bd 04:48:36 ---> 7cfb90ccda0d 04:48:36 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:48:38 ---> 2f3bf49bc66c 04:48:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:48:39 ---> e1265ecbca7d 04:48:39 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:48:40 ---> 79621f9cc3d8 04:48:40 Step 20/26 : RUN apk --no-cache add py-pip 04:48:40 ---> Running in e34a8b6669e4 04:48:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:43 (1/33) Installing libbz2 (1.0.8-r1) 04:48:43 (2/33) Installing expat (2.2.9-r1) 04:48:43 (3/33) Installing libffi (3.3-r2) 04:48:43 (4/33) Installing gdbm (1.13-r1) 04:48:43 (5/33) Installing xz-libs (5.2.5-r0) 04:48:43 (6/33) Installing sqlite-libs (3.32.1-r0) 04:48:43 (7/33) Installing python3 (3.8.5-r0) 04:48:45 (8/33) Installing py3-appdirs (1.4.4-r1) 04:48:45 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:48:45 (10/33) Installing py3-parsing (2.4.7-r0) 04:48:45 (11/33) Installing py3-six (1.15.0-r0) 04:48:45 (12/33) Installing py3-packaging (20.4-r0) 04:48:45 (13/33) Installing py3-setuptools (47.0.0-r0) 04:48:45 (14/33) Installing py3-chardet (3.0.4-r4) 04:48:45 (15/33) Installing py3-idna (2.9-r0) 04:48:45 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:48:45 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:48:46 (18/33) Installing py3-requests (2.23.0-r0) 04:48:46 (19/33) Installing py3-msgpack (1.0.0-r0) 04:48:46 (20/33) Installing py3-lockfile (0.12.2-r3) 04:48:46 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:48:46 (22/33) Installing py3-colorama (0.4.3-r0) 04:48:46 (23/33) Installing py3-distlib (0.3.0-r0) 04:48:46 (24/33) Installing py3-distro (1.5.0-r1) 04:48:46 (25/33) Installing py3-webencodings (0.5.1-r3) 04:48:46 (26/33) Installing py3-html5lib (1.0.1-r4) 04:48:46 (27/33) Installing py3-pytoml (0.1.21-r0) 04:48:46 (28/33) Installing py3-pep517 (0.8.2-r0) 04:48:46 (29/33) Installing py3-progress (1.5-r0) 04:48:46 (30/33) Installing py3-toml (0.10.1-r0) 04:48:46 (31/33) Installing py3-retrying (1.3.3-r0) 04:48:46 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:48:46 (33/33) Installing py3-pip (20.1.1-r0) 04:48:46 Executing busybox-1.31.1-r16.trigger 04:48:46 OK: 71 MiB in 55 packages 04:48:56 Removing intermediate container e34a8b6669e4 04:48:56 ---> a057aa42cf01 04:48:56 Step 21/26 : RUN pip install docker-compose==1.23.2 04:48:56 ---> Running in c4634858df13 04:49:02 Collecting docker-compose==1.23.2 04:49:02 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:49:04 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:49:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:49:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:49:05 Collecting PyYAML<4,>=3.10 04:49:05 Downloading PyYAML-3.13.tar.gz (270 kB) 04:49:07 Removing intermediate container d0aaf6ab6429 04:49:07 ---> 55ba281c2f69 04:49:07 04:49:07 Step 9/29 : FROM alpine:latest 04:49:07 ---> 62ee0e9f8440 04:49:07 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:49:07 ---> Running in 56a87a8dd835 04:49:07 Removing intermediate container 56a87a8dd835 04:49:07 ---> 50a079e5dd86 04:49:07 Step 11/29 : USER root 04:49:08 ---> Running in 50d5fdc56237 04:49:08 Removing intermediate container 50d5fdc56237 04:49:08 ---> 9e4795acc3c0 04:49:08 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:49:08 ---> Running in ff06c45a8bc9 04:49:10 Collecting cached-property<2,>=1.2.0 04:49:10 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:49:10 Collecting dockerpty<0.5,>=0.4.1 04:49:10 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:49:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:11 v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:49:11 v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:49:11 OK: 12620 distinct packages available 04:49:12 (1/2) Installing ca-certificates (20191127-r4) 04:49:12 (2/2) Installing dumb-init (1.2.2-r1) 04:49:12 Executing busybox-1.31.1-r16.trigger 04:49:12 Executing ca-certificates-20191127-r4.trigger 04:49:12 OK: 6 MiB in 16 packages 04:49:13 Collecting docopt<0.7,>=0.6.1 04:49:13 Downloading docopt-0.6.2.tar.gz (25 kB) 04:49:14 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:49:15 Removing intermediate container ff06c45a8bc9 04:49:15 ---> ec40f6f0b8e8 04:49:15 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:49:15 ---> Running in 8f4dd284df73 04:49:15 Removing intermediate container 8f4dd284df73 04:49:15 ---> c1b8701c38ec 04:49:15 Step 14/29 : WORKDIR $BASE_DIR 04:49:16 ---> Running in 32016bc3f156 04:49:16 Collecting websocket-client<1.0,>=0.32.0 04:49:16 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:49:16 Removing intermediate container 32016bc3f156 04:49:16 ---> 6ebf5d0a7963 04:49:16 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:49:16 ---> Running in cbf2458a5698 04:49:17 Collecting docker<4.0,>=3.6.0 04:49:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:49:18 Collecting texttable<0.10,>=0.9.0 04:49:18 Downloading texttable-0.9.1.tar.gz (11 kB) 04:49:20 Removing intermediate container cbf2458a5698 04:49:20 ---> a9fb958caba6 04:49:20 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:49:20 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:49:21 Collecting jsonschema<3,>=2.5.1 04:49:21 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:49:21 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:49:21 Collecting idna<2.8,>=2.5 04:49:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:49: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:49:22 Collecting urllib3<1.25,>=1.21.1 04:49:22 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:49:22 ---> d70f594ba7fc 04:49:22 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:49:22 Collecting docker-pycreds>=0.4.0 04:49:22 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:49:23 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:49:23 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:49:23 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:49:23 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:49:23 ---> 0831ce6bdfa4 04:49:23 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:49:23 Removing intermediate container dacf7ea0f89a 04:49:23 ---> 4dcd18b9f080 04:49:23 04:49:23 Step 10/21 : FROM scratch 04:49:23 ---> 04:49:23 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:49:24 ---> Using cache 04:49:24 ---> b46e9450f1a4 04:49:24 Step 12/21 : ENV APP_PORT=48082 04:49:24 ---> Running in 7d2b4cfec41c 04:49:24 Installing collected packages: idna, urllib3, requests, PyYAML, cached-property, dockerpty, docopt, websocket-client, docker-pycreds, docker, texttable, jsonschema, docker-compose 04:49:24 Attempting uninstall: idna 04:49:24 Found existing installation: idna 2.9 04:49:24 Uninstalling idna-2.9: 04:49:24 Successfully uninstalled idna-2.9 04:49:24 Removing intermediate container a8774fa4df85 04:49:24 ---> b5210d94a1d2 04:49:24 04:49:24 Step 10/26 : FROM alpine:3.10 04:49:24 ---> 99bbfcd3b850 04:49:24 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:49:24 Removing intermediate container 7d2b4cfec41c 04:49:24 ---> 838d58b8740b 04:49:24 Step 13/21 : EXPOSE $APP_PORT 04:49:24 3.10: Pulling from library/alpine 04:49:25 ---> Running in 341318bc324f 04:49:25 Attempting uninstall: urllib3 04:49:25 Found existing installation: urllib3 1.25.9 04:49:25 Uninstalling urllib3-1.25.9: 04:49:25 Removing intermediate container 341318bc324f 04:49:25 ---> 9fd91ed7893c 04:49:25 Step 14/21 : WORKDIR / 04:49:25 Successfully uninstalled urllib3-1.25.9 04:49:25 ---> 47b0d022338f 04:49:25 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:49:25 ---> Running in 32c6447af48b 04:49:26 Attempting uninstall: requests 04:49:26 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:49:26 Found existing installation: requests 2.23.0 04:49:26 Uninstalling requests-2.23.0: 04:49:26 Status: Downloaded newer image for alpine:3.10 04:49:26 ---> 536a684cf733 04:49:26 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:49:26 Removing intermediate container 32c6447af48b 04:49:26 ---> 089a49e04d4a 04:49:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:49:26 Successfully uninstalled requests-2.23.0 04:49:26 ---> Running in 8c08981fe125 04:49:26 ---> 491619a8563f 04:49:26 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:49:27 Running setup.py install for PyYAML: started 04:49:27 ---> Running in ba29bdfe5383 04:49:27 ---> 8497eff70a90 04:49:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:49:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:49:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:49:29 ---> 309620cc8058 04:49:29 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:49:29 v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:49:29 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:49:29 OK: 10167 distinct packages available 04:49:30 Running setup.py install for PyYAML: finished with status 'done' 04:49:30 (1/5) Installing ca-certificates (20191127-r2) 04:49:30 Running setup.py install for dockerpty: started 04:49:30 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:49:30 (3/5) Installing libcurl (7.66.0-r0) 04:49:30 (4/5) Installing curl (7.66.0-r0) 04:49:30 (5/5) Installing dumb-init (1.2.2-r1) 04:49:30 Executing busybox-1.30.1-r3.trigger 04:49:30 Executing ca-certificates-20191127-r2.trigger 04:49:30 ---> 39d37ff17110 04:49:30 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:49:30 ---> Running in 30eefbaf06ad 04:49:30 OK: 7 MiB in 19 packages 04:49:30 Removing intermediate container ba29bdfe5383 04:49:30 ---> 4771cd942b3d 04:49:30 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:49:31 Removing intermediate container 30eefbaf06ad 04:49:31 ---> d5ddbd5d55da 04:49:31 Step 19/21 : LABEL arch=arm64 04:49:31 ---> Running in 2acba003adf6 04:49:31 ---> f6fccab7587b 04:49:31 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:49:31 ---> Running in a4a3ed060ebc 04:49:32 Removing intermediate container 2acba003adf6 04:49:32 ---> 278421384b9b 04:49:32 Step 20/21 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 04:49:32 ---> Running in f1ab55bc392c 04:49:32 Removing intermediate container 8c08981fe125 04:49:32 ---> cf504630e40c 04:49:32 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:49:32 ---> Running in 28eddd072749 04:49:33 Running setup.py install for dockerpty: finished with status 'done' 04:49:33 Running setup.py install for docopt: started 04:49:33 Removing intermediate container f1ab55bc392c 04:49:33 ---> 314ecab0d7d5 04:49:33 Step 21/21 : LABEL version=0.0.0 04:49:33 ---> Running in bc2f2af18a6d 04:49:33 Removing intermediate container 28eddd072749 04:49:33 ---> 1545a90ccbe4 04:49:33 Step 13/26 : WORKDIR / 04:49:33 ---> Running in 7a45735da232 04:49:33 Removing intermediate container bc2f2af18a6d 04:49:33 ---> 38acd3be7004 04:49:33 04:49:34 Removing intermediate container 7a45735da232 04:49:34 ---> 137ccd075325 04:49:34 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:49:34 Successfully built 38acd3be7004 04:49:34 Successfully tagged docker-core-command-go-arm64:latest 04:49:35  Building docker-core-command-go ... done  ---> 97bfa37d1e1e 04:49:35 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:49:35 Removing intermediate container a4a3ed060ebc 04:49:35 ---> 12f5cf5fa802 04:49:35 Step 24/29 : RUN chmod 755 security-secrets-setup 04:49:35 ---> Running in 28d904fdcf0f 04:49:35 Running setup.py install for docopt: finished with status 'done' 04:49:35 ---> 08436bea7f4b 04:49:35 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:49:36 ---> 6f8d627eec40 04:49:36 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:49:36 Running setup.py install for texttable: started 04:49:37 ---> f6612dafb8ff 04:49:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:49:38 Removing intermediate container 28d904fdcf0f 04:49:38 ---> e21c14edf89f 04:49:38 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:49:38 ---> Running in b5ec3ef3a643 04:49:39 ---> 3d4e6c4c68f8 04:49:39 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:49:39 Running setup.py install for texttable: finished with status 'done' 04:49:39 Removing intermediate container b5ec3ef3a643 04:49:39 ---> bf66fb02fb99 04:49:39 Step 26/29 : CMD [ "generate" ] 04:49:39 ---> Running in 7bc876aed0b1 04:49:40 ---> 7b14ab5863c1 04:49:40 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:49:40 Removing intermediate container 7bc876aed0b1 04:49:40 ---> 9282d2840908 04:49:40 Step 27/29 : LABEL arch=arm64 04:49:40 ---> Running in 4799c4992441 04:49:40 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:49:41 Removing intermediate container 4799c4992441 04:49:41 ---> 51e4b5d25ec3 04:49:41 Step 28/29 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 04:49:41 ---> Running in bc9c20bd5bd1 04:49:41 ---> 8b745834b335 04:49:41 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:49:41 Removing intermediate container bc9c20bd5bd1 04:49:41 ---> 534524665368 04:49:41 Step 29/29 : LABEL version=0.0.0 04:49:42 ---> Running in a456308a2509 04:49:42 ---> 4af0cf3d7f9d 04:49:42 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:49:42 ---> Running in 86a118f28ce6 04:49:42 Removing intermediate container a456308a2509 04:49:42 ---> fe38212afeab 04:49:42 04:49:43 Successfully built fe38212afeab 04:49:43 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:49:45  Building docker-security-secrets-setup-go ... done Removing intermediate container c4634858df13 04:49:45 ---> 262ee5c86284 04:49:45 Step 22/26 : RUN apk --no-cache add curl 04:49:45 ---> Running in bf6266d88e57 04:49:46 Removing intermediate container 86a118f28ce6 04:49:46 ---> f11cfa0f31c6 04:49:46 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:49:46 ---> Running in 8656f89bf94a 04:49:46 Removing intermediate container 8656f89bf94a 04:49:46 ---> 5dae9afedd24 04:49:46 Step 24/26 : LABEL arch=arm64 04:49:46 ---> Running in 7222d2e1bf19 04:49:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:47 Removing intermediate container 7222d2e1bf19 04:49:47 ---> 896b6e9cf2b9 04:49:47 Step 25/26 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 04:49:47 ---> Running in fff7eca24a3c 04:49:47 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:49:47 (2/3) Installing libcurl (7.69.1-r0) 04:49:47 (3/3) Installing curl (7.69.1-r0) 04:49:47 Executing busybox-1.31.1-r16.trigger 04:49:47 OK: 71 MiB in 58 packages 04:49:47 Removing intermediate container fff7eca24a3c 04:49:47 ---> 18e47d9dc943 04:49:47 Step 26/26 : LABEL version=0.0.0 04:49:48 ---> Running in 24764ddd6549 04:49:48 Removing intermediate container 24764ddd6549 04:49:48 ---> 5fa14c76ef90 04:49:48 04:49:49 Successfully built 5fa14c76ef90 04:49:49 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:49:49  Building docker-security-secretstore-setup-go ... done Removing intermediate container bf6266d88e57 04:49:49 ---> 7a7569175b98 04:49:49 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:49:49 ---> Running in 512e93a0f3aa 04:49:49 Removing intermediate container 512e93a0f3aa 04:49:49 ---> b50fb9e7026d 04:49:49 Step 24/26 : LABEL arch=arm64 04:49:50 ---> Running in 596509410cae 04:49:50 Removing intermediate container 596509410cae 04:49:50 ---> 57c5c0ad9818 04:49:50 Step 25/26 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 04:49:50 ---> Running in d8a69992bf1c 04:49:50 Removing intermediate container d8a69992bf1c 04:49:50 ---> 6705ecbbb361 04:49:50 Step 26/26 : LABEL version=0.0.0 04:49:51 ---> Running in 39d8ce4f4646 04:49:51 Removing intermediate container 39d8ce4f4646 04:49:51 ---> cd15b3dd8d62 04:49:51 04:49:52 Successfully built cd15b3dd8d62 04:49:52 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:49:52  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:49:52 $ docker stop --time=1 0134bd33667973f22254e6a8bde52ca47e8bdde66668748d02b7b0193f34b68d 04:49:54 $ docker rm -f 0134bd33667973f22254e6a8bde52ca47e8bdde66668748d02b7b0193f34b68d [Pipeline] // withDockerContainer [Pipeline] sh 04:49:55 + grep docker 04:49:55 + docker images 04:49:55 docker-sys-mgmt-agent-go-arm64 latest cd15b3dd8d62 4 seconds ago 266MB 04:49:55 docker-security-secretstore-setup-go-arm64 latest 5fa14c76ef90 7 seconds ago 32.6MB 04:49:55 docker-security-secrets-setup-go-arm64 latest fe38212afeab 13 seconds ago 24.2MB 04:49:55 docker-core-command-go-arm64 latest 38acd3be7004 22 seconds ago 12.4MB 04:49:55 docker-support-notifications-go-arm64 latest 7a42aeaade27 About a minute ago 13.9MB 04:49:55 docker-core-data-go-arm64 latest cea70ae413cc 3 minutes ago 22.6MB 04:49:55 docker-core-metadata-go-arm64 latest 982629b29c58 3 minutes ago 13.8MB 04:49:55 docker-support-scheduler-go-arm64 latest cc09f231d326 3 minutes ago 12.6MB 04:49:55 docker-support-logging-go-arm64 latest 530c325e64f0 4 minutes ago 11.4MB 04:49:55 docker-security-proxy-setup-go-arm64 latest a167ff6f3250 4 minutes ago 15.8MB 04:49:55 docker latest ce9d55ae87f1 4 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:49:57 provisioning config files... 04:49:57 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/14@tmp/config6570670030477888618tmp [Pipeline] { [Pipeline] sh 04:49:57 + curl -s https://codecov.io/bash 04:49:57 + bash -s - -t @/w/workspace/edgex-go/14@tmp/config6570670030477888618tmp [Pipeline] } 04:49:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:49:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:50:00 ---> package-listing.sh 04:50:00 ++ facter osfamily 04:50:00 ++ tr '[:upper:]' '[:lower:]' 04:50:00 + OS_FAMILY=redhat 04:50:00 + workspace=/w/workspace/edgex-go/14 04:50:00 + START_PACKAGES=/tmp/packages_start.txt 04:50:00 + END_PACKAGES=/tmp/packages_end.txt 04:50:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:50:00 + PACKAGES=/tmp/packages_start.txt 04:50:00 + '[' /w/workspace/edgex-go/14 ']' 04:50:00 + PACKAGES=/tmp/packages_end.txt 04:50:00 + case "${OS_FAMILY}" in 04:50:00 + rpm -qa 04:50:00 + sort 04:50:04 + '[' -f /tmp/packages_start.txt ']' 04:50:04 + '[' -f /tmp/packages_end.txt ']' 04:50:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:50:04 + '[' /w/workspace/edgex-go/14 ']' 04:50:04 + mkdir -p /w/workspace/edgex-go/14/archives/ 04:50:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] isUnix [Pipeline] sh 04:50:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:50:04 04:50:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:50:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:50:05 alpine: Pulling from edgex-lftools-log-publisher 04:50:05 c9b1b535fdd9: Pulling fs layer 04:50:05 2cc5ad85d9ab: Pulling fs layer 04:50:05 756a868c4378: Pulling fs layer 04:50:05 444b2fc9a129: Pulling fs layer 04:50:05 ea15f1150254: Pulling fs layer 04:50:05 41b27a9f41bf: Pulling fs layer 04:50:05 28c525ee5125: Pulling fs layer 04:50:05 094b1ea09ed8: Pulling fs layer 04:50:05 138eaada9080: Pulling fs layer 04:50:05 0622d0fa9048: Pulling fs layer 04:50:05 444b2fc9a129: Waiting 04:50:05 ea15f1150254: Waiting 04:50:05 41b27a9f41bf: Waiting 04:50:05 28c525ee5125: Waiting 04:50:05 094b1ea09ed8: Waiting 04:50:05 138eaada9080: Waiting 04:50:05 0622d0fa9048: Waiting 04:50:05 2cc5ad85d9ab: Verifying Checksum 04:50:05 2cc5ad85d9ab: Download complete 04:50:05 444b2fc9a129: Download complete 04:50:05 c9b1b535fdd9: Verifying Checksum 04:50:05 ea15f1150254: Download complete 04:50:05 28c525ee5125: Download complete 04:50:05 756a868c4378: Verifying Checksum 04:50:05 756a868c4378: Download complete 04:50:05 138eaada9080: Verifying Checksum 04:50:05 138eaada9080: Download complete 04:50:05 c9b1b535fdd9: Pull complete 04:50:05 0622d0fa9048: Verifying Checksum 04:50:05 0622d0fa9048: Download complete 04:50:05 094b1ea09ed8: Verifying Checksum 04:50:05 094b1ea09ed8: Download complete 04:50:06 2cc5ad85d9ab: Pull complete 04:50:06 41b27a9f41bf: Verifying Checksum 04:50:06 41b27a9f41bf: Download complete 04:50:08 756a868c4378: Pull complete 04:50:08 444b2fc9a129: Pull complete 04:50:08 ea15f1150254: Pull complete 04:50:14 41b27a9f41bf: Pull complete 04:50:14 28c525ee5125: Pull complete 04:50:16 094b1ea09ed8: Pull complete 04:50:17 138eaada9080: Pull complete 04:50:19 0622d0fa9048: Pull complete 04:50:19 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:50:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:50:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:50:19 prd-centos7-docker-4c-2g-965 does not seem to be running inside a container 04:50:19 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:50:23 $ docker top 5d04704033cfe0a203439b7b57d62bf255760f8fe39f5cfba7aa5db85859afa8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:50:23 provisioning config files... 04:50:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config3062063078257351139tmp [Pipeline] { [Pipeline] echo 04:50:24 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:50:24 ---> create-netrc.sh [Pipeline] echo 04:50:24 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:50:24 ---> logs-deploy.sh 04:50:24 + ARCHIVE_ARTIFACTS= 04:50:24 + LOGS_SERVER=https://logs.edgexfoundry.org 04:50:24 + '[' https://logs.edgexfoundry.org == None ']' 04:50:24 + NEXUS_URL=https://nexus.edgexfoundry.org 04:50:24 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/14 04:50:24 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/14/ 04:50:24 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/14 /w/workspace/edgex-go/14 04:50:25 Archives upload complete. 04:50:25 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/14 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/14/