Started by user ernesto-ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from dcb01ac20ebe7429154ec8a60478a159f5f2a3e7 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision a8d5489117fb74ecf2babedeac9793ec80335c77 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision a8d5489117fb74ecf2babedeac9793ec80335c77 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a8d5489117fb74ecf2babedeac9793ec80335c77 # timeout=10 Commit message: "Merge pull request #176 from soda480/US6232f" > 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 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, goVersion:1.13, testScript:make test, buildImage:false] ========================================================= [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 ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-7515 in /w/workspace/ndry_app-functions-sdk-go_master [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/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-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/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision dcb01ac20ebe7429154ec8a60478a159f5f2a3e7 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # 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/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dcb01ac20ebe7429154ec8a60478a159f5f2a3e7 # timeout=10 Commit message: "feat: Add ability for command-line and environment override of service name (#356)" > git rev-list --no-walk dcb01ac20ebe7429154ec8a60478a159f5f2a3e7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:32:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:32:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:32:22 ========================================================= 22:32:22 EdgeX Global Pipelines Version Info 22:32:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:32:23 ------------------- 22:32:23 stable info: 22:32:23 ------------------- 22:32:23 Commited By: Emilio Reyes emilio.reyes@intel.com 22:32:23 Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d 22:32:23 Message: update stable to v1.0.87 22:32:24 ------------------- 22:32:24 experimental info: 22:32:24 ------------------- 22:32:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:32:24 Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d 22:32:24 Message: update experimental to v1.0.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 22:32:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:32:26 22:32:26 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:32:26 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:32:26 latest: Pulling from edgex-devops/git-semver 22:32:26 9123ac7c32f7: Pulling fs layer 22:32:26 b8cc5d1170e3: Pulling fs layer 22:32:26 2924cbbf6a41: Pulling fs layer 22:32:26 93b08a4f1073: Pulling fs layer 22:32:26 93b08a4f1073: Waiting 22:32:26 b8cc5d1170e3: Verifying Checksum 22:32:26 b8cc5d1170e3: Download complete 22:32:26 9123ac7c32f7: Verifying Checksum 22:32:26 9123ac7c32f7: Download complete 22:32:26 93b08a4f1073: Verifying Checksum 22:32:26 93b08a4f1073: Download complete 22:32:26 2924cbbf6a41: Verifying Checksum 22:32:26 2924cbbf6a41: Download complete 22:32:27 9123ac7c32f7: Pull complete 22:32:27 b8cc5d1170e3: Pull complete 22:32:28 2924cbbf6a41: Pull complete 22:32:28 93b08a4f1073: Pull complete 22:32:28 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 22:32:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:32:28 prd-centos7-docker-4c-2g-7515 does not seem to be running inside a container 22:32:28 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:32:29 $ docker top b55df1945336da16e4741fb74b54081b39113b188f3c9e62c61544089f0a02e2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:32:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:32:29 [ssh-agent] Looking for ssh-agent implementation... 22:32:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:32:29 $ docker exec b55df1945336da16e4741fb74b54081b39113b188f3c9e62c61544089f0a02e2 ssh-agent 22:32:29 SSH_AUTH_SOCK=/tmp/ssh-A8nCJZJkbfDz/agent.15 22:32:29 SSH_AGENT_PID=22 22:32:29 Running ssh-add (command line suppressed) 22:32:29 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_315846041914416427.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_315846041914416427.key) 22:32:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:32:30 + git describe --exact-match --tags HEAD 22:32:30 fatal: No names found, cannot describe anything. [Pipeline] } 22:32:30 $ docker exec --env ******** --env ******** b55df1945336da16e4741fb74b54081b39113b188f3c9e62c61544089f0a02e2 ssh-agent -k 22:32:30 unset SSH_AUTH_SOCK; 22:32:30 unset SSH_AGENT_PID; 22:32:30 echo Agent pid 22 killed; 22:32:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:32:30 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:32:30 This usually means this commit has not been tagged. [Pipeline] sshagent 22:32:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:32:30 [ssh-agent] Looking for ssh-agent implementation... 22:32:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:32:31 $ docker exec b55df1945336da16e4741fb74b54081b39113b188f3c9e62c61544089f0a02e2 ssh-agent 22:32:31 SSH_AUTH_SOCK=/tmp/ssh-gK3OdoBrbWcR/agent.55 22:32:31 SSH_AGENT_PID=61 22:32:31 Running ssh-add (command line suppressed) 22:32:31 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4827566443873269781.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4827566443873269781.key) 22:32:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:32:31 + git semver init 22:32:31 # -> Open(): unable to determine branch for HEAD 22:32:31 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:32:31 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:32:31 # $SEMVER_REMOTE_NAME = origin 22:32:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:32:31 # $SEMVER_USER_NAME = edgex-jenkins 22:32:31 # $SEMVER_BRANCH = master 22:32:31 # $SEMVER_TEMP = /tmp/semver-385668975 22:32:31 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 22:32:34 # '/tmp/semver-385668975' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 22:32:34 # -> Force: false 22:32:34 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 22:32:34 $ docker exec --env ******** --env ******** b55df1945336da16e4741fb74b54081b39113b188f3c9e62c61544089f0a02e2 ssh-agent -k 22:32:34 unset SSH_AUTH_SOCK; 22:32:34 unset SSH_AGENT_PID; 22:32:34 echo Agent pid 61 killed; 22:32:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:32:34 + git semver [Pipeline] } 22:32:34 $ docker stop --time=1 b55df1945336da16e4741fb74b54081b39113b188f3c9e62c61544089f0a02e2 22:32:36 $ docker rm -f b55df1945336da16e4741fb74b54081b39113b188f3c9e62c61544089f0a02e2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:32:38 Stashed 115 file(s) [Pipeline] echo 22:32:38 [edgeXSemver] initialized semver on version 1.0.1-dev.46 [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] node 22:32:53 Still waiting to schedule task 22:32:53 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-7515’ 22:32:53 Still waiting to schedule task 22:32:53 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:34:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-7516 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 22:34:48 Running in /w/workspace/app-functions-sdk-go/56 [Pipeline] { [Pipeline] checkout 22:34:54 using credential edgex-jenkins-ssh 22:34:54 Cloning the remote Git repository 22:34:54 Cloning with configured refspecs honoured and without tags 22:34:54 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:34:54 > git init /w/workspace/app-functions-sdk-go/56 # timeout=10 22:34:55 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:34:55 > git --version # timeout=10 22:34:55 using GIT_SSH to set credentials SSH Credentials for GitHub 22:34:55 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:34:58 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:34:58 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:34:58 Fetching without tags 22:34:59 Checking out Revision dcb01ac20ebe7429154ec8a60478a159f5f2a3e7 (master) 22:34:58 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:34:58 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:34:58 using GIT_SSH to set credentials SSH Credentials for GitHub 22:34:59 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:34:59 > git config core.sparsecheckout # timeout=10 22:34:59 > git checkout -f dcb01ac20ebe7429154ec8a60478a159f5f2a3e7 # timeout=10 22:35:04 Commit message: "feat: Add ability for command-line and environment override of service name (#356)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:35:08 ========================================================= 22:35:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 22:35:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:35:09 + 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 . 22:35:10 Sending build context to Docker daemon 36.94MB 22:35:10 Step 1/8 : ARG BASE=golang:1.13-alpine 22:35:10 Step 2/8 : FROM ${BASE} 22:35:11 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:35:11 cde5963f3b93: Pulling fs layer 22:35:11 2a23fa8c16f7: Pulling fs layer 22:35:11 777b28850792: Pulling fs layer 22:35:11 8a11ddd9e578: Pulling fs layer 22:35:11 4cf88f913ddb: Pulling fs layer 22:35:11 1df406cf5192: Pulling fs layer 22:35:11 cd6300453558: Pulling fs layer 22:35:11 b9c365052c96: Pulling fs layer 22:35:11 8a11ddd9e578: Waiting 22:35:11 4cf88f913ddb: Waiting 22:35:11 1df406cf5192: Waiting 22:35:11 cd6300453558: Waiting 22:35:11 b9c365052c96: Waiting 22:35:11 a2d8cc88f415: Pulling fs layer 22:35:11 ea1d1ca13537: Pulling fs layer 22:35:11 3750a50a1c5e: Pulling fs layer 22:35:11 a2d8cc88f415: Waiting 22:35:11 3750a50a1c5e: Waiting 22:35:11 ea1d1ca13537: Waiting 22:35:11 777b28850792: Verifying Checksum 22:35:11 777b28850792: Download complete 22:35:11 2a23fa8c16f7: Download complete 22:35:11 4cf88f913ddb: Verifying Checksum 22:35:11 4cf88f913ddb: Download complete 22:35:11 1df406cf5192: Verifying Checksum 22:35:11 1df406cf5192: Download complete 22:35:11 cde5963f3b93: Verifying Checksum 22:35:11 cde5963f3b93: Download complete 22:35:12 cde5963f3b93: Pull complete 22:35:12 2a23fa8c16f7: Pull complete 22:35:13 Running on prd-centos7-docker-4c-2g-7517 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 22:35:13 Running in /w/workspace/app-functions-sdk-go/56 [Pipeline] { [Pipeline] checkout 22:35:13 777b28850792: Pull complete 22:35:15 cd6300453558: Verifying Checksum 22:35:15 cd6300453558: Download complete 22:35:15 a2d8cc88f415: Verifying Checksum 22:35:15 a2d8cc88f415: Download complete 22:35:16 using credential edgex-jenkins-ssh 22:35:16 Cloning the remote Git repository 22:35:16 Cloning with configured refspecs honoured and without tags 22:35:16 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:35:16 > git init /w/workspace/app-functions-sdk-go/56 # timeout=10 22:35:16 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:35:16 > git --version # timeout=10 22:35:16 using GIT_SSH to set credentials SSH Credentials for GitHub 22:35:16 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:35:17 ea1d1ca13537: Verifying Checksum 22:35:17 ea1d1ca13537: Download complete 22:35:18 3750a50a1c5e: Download complete 22:35:20 b9c365052c96: Download complete 22:35:20 Fetching without tags 22:35:21 Checking out Revision dcb01ac20ebe7429154ec8a60478a159f5f2a3e7 (master) 22:35:20 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:35:20 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:35:20 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:35:20 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:35:20 using GIT_SSH to set credentials SSH Credentials for GitHub 22:35:20 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:35:21 > git config core.sparsecheckout # timeout=10 22:35:21 > git checkout -f dcb01ac20ebe7429154ec8a60478a159f5f2a3e7 # timeout=10 22:35:22 8a11ddd9e578: Verifying Checksum 22:35:22 8a11ddd9e578: Download complete 22:35:25 Commit message: "feat: Add ability for command-line and environment override of service name (#356)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:35:27 ========================================================= 22:35:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 22:35:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:35:28 + 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 . 22:35:28 Sending build context to Docker daemon 36.94MB 22:35:28 Step 1/8 : ARG BASE=golang:1.13-alpine 22:35:28 Step 2/8 : FROM ${BASE} 22:35:28 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 22:35:28 e6b0cf9c0882: Pulling fs layer 22:35:28 2848faf0eed1: Pulling fs layer 22:35:28 0f37312ad70f: Pulling fs layer 22:35:28 5788d62ee057: Pulling fs layer 22:35:28 0e6b1d234666: Pulling fs layer 22:35:28 bf5d7aec512f: Pulling fs layer 22:35:28 34c802a77dc8: Pulling fs layer 22:35:28 9eb99e56ec68: Pulling fs layer 22:35:28 27c7a5d97fbd: Pulling fs layer 22:35:28 5c102a31e300: Pulling fs layer 22:35:28 dcfb455df0a1: Pulling fs layer 22:35:28 5788d62ee057: Waiting 22:35:28 0e6b1d234666: Waiting 22:35:28 bf5d7aec512f: Waiting 22:35:28 34c802a77dc8: Waiting 22:35:28 9eb99e56ec68: Waiting 22:35:28 5c102a31e300: Waiting 22:35:28 27c7a5d97fbd: Waiting 22:35:28 0f37312ad70f: Verifying Checksum 22:35:28 0f37312ad70f: Download complete 22:35:28 2848faf0eed1: Verifying Checksum 22:35:28 2848faf0eed1: Download complete 22:35:28 0e6b1d234666: Verifying Checksum 22:35:28 0e6b1d234666: Download complete 22:35:28 bf5d7aec512f: Verifying Checksum 22:35:28 bf5d7aec512f: Download complete 22:35:28 e6b0cf9c0882: Verifying Checksum 22:35:28 e6b0cf9c0882: Download complete 22:35:29 34c802a77dc8: Verifying Checksum 22:35:29 34c802a77dc8: Download complete 22:35:29 27c7a5d97fbd: Verifying Checksum 22:35:29 27c7a5d97fbd: Download complete 22:35:30 5c102a31e300: Verifying Checksum 22:35:30 5c102a31e300: Download complete 22:35:30 dcfb455df0a1: Verifying Checksum 22:35:30 dcfb455df0a1: Download complete 22:35:30 9eb99e56ec68: Verifying Checksum 22:35:30 9eb99e56ec68: Download complete 22:35:30 5788d62ee057: Verifying Checksum 22:35:30 5788d62ee057: Download complete 22:35:31 e6b0cf9c0882: Pull complete 22:35:31 2848faf0eed1: Pull complete 22:35:31 0f37312ad70f: Pull complete 22:35:34 8a11ddd9e578: Pull complete 22:35:34 4cf88f913ddb: Pull complete 22:35:34 1df406cf5192: Pull complete 22:35:38 5788d62ee057: Pull complete 22:35:38 0e6b1d234666: Pull complete 22:35:38 bf5d7aec512f: Pull complete 22:35:39 cd6300453558: Pull complete 22:35:43 34c802a77dc8: Pull complete 22:35:44 b9c365052c96: Pull complete 22:35:44 a2d8cc88f415: Pull complete 22:35:46 ea1d1ca13537: Pull complete 22:35:46 3750a50a1c5e: Pull complete 22:35:46 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 22:35:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 22:35:46 ---> 78745c68409d 22:35:46 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:35:46 latest: Pulling from library/docker 22:35:47 9eb99e56ec68: Pull complete 22:35:47 27c7a5d97fbd: Pull complete 22:35:47 29e5d40040c1: Pulling fs layer 22:35:47 3be38edc41e1: Pulling fs layer 22:35:47 fe3afb04d599: Pulling fs layer 22:35:47 59b74c254a8a: Pulling fs layer 22:35:47 9eee44a9dabb: Pulling fs layer 22:35:47 ae4d1ef7be7c: Pulling fs layer 22:35:47 8486642a619f: Pulling fs layer 22:35:47 59b74c254a8a: Waiting 22:35:47 9eee44a9dabb: Waiting 22:35:47 ae4d1ef7be7c: Waiting 22:35:47 8486642a619f: Waiting 22:35:47 fe3afb04d599: Verifying Checksum 22:35:47 fe3afb04d599: Download complete 22:35:47 3be38edc41e1: Verifying Checksum 22:35:47 3be38edc41e1: Download complete 22:35:47 29e5d40040c1: Verifying Checksum 22:35:47 29e5d40040c1: Download complete 22:35:47 9eee44a9dabb: Verifying Checksum 22:35:47 9eee44a9dabb: Download complete 22:35:47 ae4d1ef7be7c: Verifying Checksum 22:35:47 ae4d1ef7be7c: Download complete 22:35:47 8486642a619f: Verifying Checksum 22:35:47 8486642a619f: Download complete 22:35:47 5c102a31e300: Pull complete 22:35:47 dcfb455df0a1: Pull complete 22:35:47 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 22:35:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 22:35:47 ---> 7c70fe431013 22:35:47 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:35:48 29e5d40040c1: Pull complete 22:35:48 latest: Pulling from library/docker 22:35:48 cbdbe7a5bc2a: Pulling fs layer 22:35:48 6f4c731d6eb3: Pulling fs layer 22:35:48 5d79d4ac3cd0: Pulling fs layer 22:35:48 65de10866d6a: Pulling fs layer 22:35:48 ffd69ed7f17f: Pulling fs layer 22:35:48 07ba9e5a2fa6: Pulling fs layer 22:35:48 75478c283dd2: Pulling fs layer 22:35:48 65de10866d6a: Waiting 22:35:48 ffd69ed7f17f: Waiting 22:35:48 07ba9e5a2fa6: Waiting 22:35:48 75478c283dd2: Waiting 22:35:48 5d79d4ac3cd0: Download complete 22:35:48 6f4c731d6eb3: Verifying Checksum 22:35:48 6f4c731d6eb3: Download complete 22:35:48 3be38edc41e1: Pull complete 22:35:49 cbdbe7a5bc2a: Verifying Checksum 22:35:49 cbdbe7a5bc2a: Download complete 22:35:49 07ba9e5a2fa6: Verifying Checksum 22:35:49 07ba9e5a2fa6: Download complete 22:35:49 ffd69ed7f17f: Verifying Checksum 22:35:49 ffd69ed7f17f: Download complete 22:35:49 75478c283dd2: Verifying Checksum 22:35:49 75478c283dd2: Download complete 22:35:49 fe3afb04d599: Pull complete 22:35:49 cbdbe7a5bc2a: Pull complete 22:35:49 65de10866d6a: Verifying Checksum 22:35:49 65de10866d6a: Download complete 22:35:50 6f4c731d6eb3: Pull complete 22:35:51 5d79d4ac3cd0: Pull complete 22:35:52 59b74c254a8a: Verifying Checksum 22:35:52 59b74c254a8a: Download complete 22:35:53 65de10866d6a: Pull complete 22:35:53 ffd69ed7f17f: Pull complete 22:35:53 07ba9e5a2fa6: Pull complete 22:35:53 75478c283dd2: Pull complete 22:35:53 Digest: sha256:8c119115801ae96e1f55b2ccb69cc84537c79eea057a00f363df0196f3d09fd4 22:35:53 Status: Downloaded newer image for docker:latest 22:35:55 ---> 7df9e004e0b8 22:35:55 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:35:55 ---> Running in 000ce8e4c680 22:35:55 Removing intermediate container 000ce8e4c680 22:35:55 ---> c1cdfd02824e 22:35:55 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:35:55 ---> Running in 7f61a3c54049 22:35:56 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 22:35:56 59b74c254a8a: Pull complete 22:35:56 9eee44a9dabb: Pull complete 22:35:56 ae4d1ef7be7c: Pull complete 22:35:56 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 22:35:57 8486642a619f: Pull complete 22:35:57 Digest: sha256:8c119115801ae96e1f55b2ccb69cc84537c79eea057a00f363df0196f3d09fd4 22:35:57 Status: Downloaded newer image for docker:latest 22:35:57 (1/5) Installing libsodium (1.0.18-r0) 22:35:57 (2/5) Installing libzmq (4.3.2-r0) 22:35:57 (3/5) Installing pkgconf (1.6.3-r0) 22:35:57 (4/5) Installing libsodium-dev (1.0.18-r0) 22:35:57 (5/5) Installing zeromq-dev (4.3.2-r0) 22:35:57 Executing busybox-1.31.1-r8.trigger 22:35:57 OK: 145 MiB in 44 packages 22:35:58 Removing intermediate container 7f61a3c54049 22:35:58 ---> 823d57506f56 22:35:58 Step 6/8 : WORKDIR /build 22:35:58 ---> Running in 8c00fed16c40 22:35:58 Removing intermediate container 8c00fed16c40 22:35:58 ---> b000aa91c0a2 22:35:58 Step 7/8 : COPY go.mod . 22:35:58 ---> 32aefedc8e42 22:35:58 Step 8/8 : RUN go mod download 22:35:58 ---> Running in af2cf91ed68e 22:36:01 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:36:01 go: finding github.com/BurntSushi/toml v0.3.1 22:36:01 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 22:36:01 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:36:01 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 22:36:01 go: finding github.com/bgentry/speakeasy v0.1.0 22:36:01 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 22:36:01 go: finding github.com/davecgh/go-spew v1.1.1 22:36:01 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 22:36:01 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 22:36:01 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 22:36:01 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 22:36:01 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.57 22:36:01 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 22:36:01 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 22:36:01 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 22:36:01 go: finding github.com/fatih/color v1.7.0 22:36:01 go: finding github.com/fsnotify/fsnotify v1.4.7 22:36:01 go: finding github.com/fxamacker/cbor/v2 v2.2.0 22:36:01 go: finding github.com/go-kit/kit v0.8.0 22:36:01 go: finding github.com/go-logfmt/logfmt v0.4.0 22:36:01 go: finding github.com/go-redis/redis/v7 v7.2.0 22:36:01 go: finding github.com/go-stack/stack v1.8.0 22:36:01 go: finding github.com/golang/protobuf v1.3.2 22:36:01 go: finding github.com/golang/snappy v0.0.1 22:36:01 go: finding github.com/gomodule/redigo v2.0.0+incompatible 22:36:01 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 22:36:02 go: finding github.com/google/go-cmp v0.4.0 22:36:02 go: finding github.com/google/uuid v1.1.1 22:36:02 go: finding github.com/gorilla/mux v1.7.4 22:36:02 go: finding github.com/hashicorp/consul/api v1.1.0 22:36:02 go: finding github.com/hashicorp/consul/sdk v0.1.1 22:36:02 go: finding github.com/hashicorp/errwrap v1.0.0 22:36:02 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 22:36:02 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 22:36:02 go: finding github.com/hashicorp/go-msgpack v0.5.3 22:36:02 go: finding github.com/hashicorp/go-multierror v1.0.0 22:36:02 go: finding github.com/hashicorp/go-rootcerts v1.0.0 22:36:02 go: finding github.com/hashicorp/go-sockaddr v1.0.0 22:36:02 go: finding github.com/hashicorp/go-syslog v1.0.0 22:36:02 go: finding github.com/hashicorp/go-uuid v1.0.1 22:36:02 go: finding github.com/hashicorp/go.net v0.0.1 22:36:02 go: finding github.com/hashicorp/golang-lru v0.5.0 22:36:02 go: finding github.com/hashicorp/logutils v1.0.0 22:36:02 go: finding github.com/hashicorp/mdns v1.0.0 22:36:02 go: finding github.com/hashicorp/memberlist v0.1.3 22:36:02 go: finding github.com/hashicorp/serf v0.8.2 22:36:02 go: finding github.com/hpcloud/tail v1.0.0 22:36:02 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 22:36:02 go: finding github.com/kr/pretty v0.1.0 22:36:02 go: finding github.com/kr/pty v1.1.1 22:36:02 go: finding github.com/kr/text v0.1.0 22:36:02 go: finding github.com/mattn/go-colorable v0.0.9 22:36:02 go: finding github.com/mattn/go-isatty v0.0.3 22:36:02 go: finding github.com/miekg/dns v1.0.14 22:36:02 go: finding github.com/mitchellh/cli v1.0.0 22:36:02 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:36:02 go: finding github.com/mitchellh/copystructure v1.0.0 22:36:02 go: finding github.com/mitchellh/go-homedir v1.0.0 22:36:02 go: finding github.com/mitchellh/go-testing-interface v1.0.0 22:36:03 go: finding github.com/mitchellh/gox v0.4.0 22:36:03 go: finding github.com/mitchellh/iochan v1.0.0 22:36:03 go: finding github.com/mitchellh/mapstructure v1.1.2 22:36:03 go: finding github.com/mitchellh/reflectwalk v1.0.0 22:36:03 go: finding github.com/onsi/ginkgo v1.10.1 22:36:03 go: finding github.com/onsi/gomega v1.7.0 22:36:03 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 22:36:03 go: finding github.com/pebbe/zmq4 v1.0.0 22:36:03 go: finding github.com/pelletier/go-toml v1.2.0 22:36:03 go: finding github.com/pkg/errors v0.8.1 22:36:03 go: finding github.com/pmezard/go-difflib v1.0.0 22:36:03 go: finding github.com/posener/complete v1.1.1 22:36:03 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 22:36:03 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 22:36:03 go: finding github.com/stretchr/objx v0.2.0 22:36:03 go: finding github.com/stretchr/testify v1.5.1 22:36:03 ---> 6a9645aa99c4 22:36:03 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:36:03 ---> Running in c908c810a323 22:36:03 go: finding github.com/tidwall/pretty v1.0.1 22:36:03 go: finding github.com/ugorji/go v1.1.4 22:36:03 go: finding github.com/x448/float16 v0.8.4 22:36:03 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 22:36:03 go: finding github.com/xdg/stringprep v1.0.0 22:36:03 go: finding go.mongodb.org/mongo-driver v1.1.1 22:36:03 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 22:36:03 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 22:36:03 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 22:36:03 Removing intermediate container c908c810a323 22:36:03 ---> ae8cc9899228 22:36:03 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:36:04 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 22:36:04 go: finding golang.org/x/text v0.3.2 22:36:04 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 22:36:04 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 22:36:04 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 22:36:04 go: finding gopkg.in/fsnotify.v1 v1.4.7 22:36:04 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 22:36:04 go: finding gopkg.in/yaml.v2 v2.2.8 22:36:04 ---> Running in c190b2ca930d 22:36:05 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 22:36:06 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 22:36:06 (1/5) Installing libsodium (1.0.18-r0) 22:36:06 (2/5) Installing libzmq (4.3.2-r0) 22:36:06 (3/5) Installing pkgconf (1.6.3-r0) 22:36:06 (4/5) Installing libsodium-dev (1.0.18-r0) 22:36:06 (5/5) Installing zeromq-dev (4.3.2-r0) 22:36:06 Executing busybox-1.31.1-r8.trigger 22:36:06 OK: 127 MiB in 44 packages 22:36:08 Removing intermediate container c190b2ca930d 22:36:08 ---> 918dd7fb60c5 22:36:08 Step 6/8 : WORKDIR /build 22:36:08 ---> Running in 012c4de14f7a 22:36:09 Removing intermediate container 012c4de14f7a 22:36:09 ---> f34c66548cfd 22:36:09 Step 7/8 : COPY go.mod . 22:36:09 ---> 8d91cdc8fe3e 22:36:09 Step 8/8 : RUN go mod download 22:36:09 ---> Running in d8923369c7b9 22:36:12 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:36:12 go: finding github.com/BurntSushi/toml v0.3.1 22:36:12 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 22:36:12 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:36:12 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 22:36:12 go: finding github.com/bgentry/speakeasy v0.1.0 22:36:12 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 22:36:12 go: finding github.com/davecgh/go-spew v1.1.1 22:36:12 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 22:36:12 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 22:36:12 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 22:36:12 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 22:36:12 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.57 22:36:12 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 22:36:12 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 22:36:12 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 22:36:12 go: finding github.com/fatih/color v1.7.0 22:36:12 go: finding github.com/fsnotify/fsnotify v1.4.7 22:36:12 go: finding github.com/fxamacker/cbor/v2 v2.2.0 22:36:12 go: finding github.com/go-kit/kit v0.8.0 22:36:12 go: finding github.com/go-logfmt/logfmt v0.4.0 22:36:12 go: finding github.com/go-redis/redis/v7 v7.2.0 22:36:12 go: finding github.com/go-stack/stack v1.8.0 22:36:12 go: finding github.com/golang/protobuf v1.3.2 22:36:12 go: finding github.com/golang/snappy v0.0.1 22:36:12 go: finding github.com/gomodule/redigo v2.0.0+incompatible 22:36:12 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 22:36:12 go: finding github.com/google/go-cmp v0.4.0 22:36:12 go: finding github.com/google/uuid v1.1.1 22:36:12 go: finding github.com/gorilla/mux v1.7.4 22:36:12 go: finding github.com/hashicorp/consul/api v1.1.0 22:36:12 go: finding github.com/hashicorp/consul/sdk v0.1.1 22:36:12 go: finding github.com/hashicorp/errwrap v1.0.0 22:36:12 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 22:36:12 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 22:36:12 go: finding github.com/hashicorp/go-msgpack v0.5.3 22:36:12 go: finding github.com/hashicorp/go-multierror v1.0.0 22:36:12 go: finding github.com/hashicorp/go-rootcerts v1.0.0 22:36:12 go: finding github.com/hashicorp/go-sockaddr v1.0.0 22:36:12 go: finding github.com/hashicorp/go-syslog v1.0.0 22:36:12 go: finding github.com/hashicorp/go-uuid v1.0.1 22:36:12 go: finding github.com/hashicorp/go.net v0.0.1 22:36:12 go: finding github.com/hashicorp/golang-lru v0.5.0 22:36:12 go: finding github.com/hashicorp/logutils v1.0.0 22:36:12 go: finding github.com/hashicorp/mdns v1.0.0 22:36:12 go: finding github.com/hashicorp/memberlist v0.1.3 22:36:12 go: finding github.com/hashicorp/serf v0.8.2 22:36:13 go: finding github.com/hpcloud/tail v1.0.0 22:36:13 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 22:36:13 go: finding github.com/kr/pretty v0.1.0 22:36:13 go: finding github.com/kr/pty v1.1.1 22:36:13 go: finding github.com/kr/text v0.1.0 22:36:13 go: finding github.com/mattn/go-colorable v0.0.9 22:36:13 go: finding github.com/mattn/go-isatty v0.0.3 22:36:13 go: finding github.com/miekg/dns v1.0.14 22:36:13 go: finding github.com/mitchellh/cli v1.0.0 22:36:13 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:36:13 go: finding github.com/mitchellh/copystructure v1.0.0 22:36:13 go: finding github.com/mitchellh/go-homedir v1.0.0 22:36:13 go: finding github.com/mitchellh/go-testing-interface v1.0.0 22:36:13 go: finding github.com/mitchellh/gox v0.4.0 22:36:13 go: finding github.com/mitchellh/iochan v1.0.0 22:36:13 go: finding github.com/mitchellh/mapstructure v1.1.2 22:36:13 go: finding github.com/mitchellh/reflectwalk v1.0.0 22:36:13 go: finding github.com/onsi/ginkgo v1.10.1 22:36:13 go: finding github.com/onsi/gomega v1.7.0 22:36:13 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 22:36:13 go: finding github.com/pebbe/zmq4 v1.0.0 22:36:13 go: finding github.com/pelletier/go-toml v1.2.0 22:36:13 go: finding github.com/pkg/errors v0.8.1 22:36:13 go: finding github.com/pmezard/go-difflib v1.0.0 22:36:13 go: finding github.com/posener/complete v1.1.1 22:36:13 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 22:36:13 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 22:36:13 go: finding github.com/stretchr/objx v0.2.0 22:36:13 go: finding github.com/stretchr/testify v1.5.1 22:36:13 go: finding github.com/tidwall/pretty v1.0.1 22:36:13 go: finding github.com/ugorji/go v1.1.4 22:36:14 go: finding github.com/x448/float16 v0.8.4 22:36:14 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 22:36:14 go: finding github.com/xdg/stringprep v1.0.0 22:36:14 go: finding go.mongodb.org/mongo-driver v1.1.1 22:36:14 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 22:36:14 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 22:36:14 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 22:36:14 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 22:36:14 go: finding golang.org/x/text v0.3.2 22:36:14 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 22:36:14 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 22:36:14 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 22:36:14 go: finding gopkg.in/fsnotify.v1 v1.4.7 22:36:14 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 22:36:14 go: finding gopkg.in/yaml.v2 v2.2.8 22:36:16 Removing intermediate container af2cf91ed68e 22:36:16 ---> 165bba68fa48 22:36:16 Successfully built 165bba68fa48 22:36:16 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 22:36:17 + docker inspect -f . ci-base-image-x86_64 22:36:17 . [Pipeline] withDockerContainer 22:36:17 prd-centos7-docker-4c-2g-7517 does not seem to be running inside a container 22:36:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/56 -v /w/workspace/app-functions-sdk-go/56:/w/workspace/app-functions-sdk-go/56:rw,z -v /w/workspace/app-functions-sdk-go/56@tmp:/w/workspace/app-functions-sdk-go/56@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 ******** ci-base-image-x86_64 cat 22:36:18 $ docker top 69cb86f0faef1b0a14c3b42e2b95fcf0338cd9531bbdd19c190c453b9ada6434 -eo pid,comm [Pipeline] { [Pipeline] sh 22:36:18 + go version 22:36:18 go version go1.13.5 linux/amd64 [Pipeline] sh 22:36:18 + make test 22:36:18 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:36:20 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 22:36:30 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.074s coverage: 86.2% of statements 22:36:32 Removing intermediate container d8923369c7b9 22:36:32 ---> cc4cb48f074f 22:36:32 Successfully built cc4cb48f074f 22:36:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:36:33 + docker inspect -f . ci-base-image-arm64 22:36:33 . [Pipeline] withDockerContainer 22:36:33 prd-ubuntu18.04-docker-arm64-4c-16g-7516 does not seem to be running inside a container 22:36:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/56 -v /w/workspace/app-functions-sdk-go/56:/w/workspace/app-functions-sdk-go/56:rw,z -v /w/workspace/app-functions-sdk-go/56@tmp:/w/workspace/app-functions-sdk-go/56@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 ******** ci-base-image-arm64 cat 22:36:35 $ docker top 338262d1399bcc243fc5a9c335c008b16dd6c12fa3b703cbfacebf3890634a96 -eo pid,comm [Pipeline] { [Pipeline] sh 22:36:36 + go version 22:36:36 go version go1.13.5 linux/arm64 [Pipeline] sh 22:36:37 + make test 22:36:37 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:36:39 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 22:36:45 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.044s coverage: 49.9% of statements 22:36:45 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 22:36:45 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 22:36:45 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.023s coverage: 56.7% of statements 22:36:45 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 22:36:45 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 2.080s coverage: 69.1% of statements 22:37:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 14.478s coverage: 73.4% of statements 22:37:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.023s coverage: 89.5% of statements 22:37:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements 22:37:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.250s coverage: 100.0% of statements 22:37:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements 22:37:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.007s coverage: 100.0% of statements 22:37:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 22:37:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 22:37:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 22:37:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 22:37:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 22:37:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 22:37:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 22:37:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements 22:37:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 22:37:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.004s coverage: 97.7% of statements 22:37:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 22:37:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 22:37:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [no test files] 22:37:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.683s coverage: 78.0% of statements 22:37:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.048s coverage: 81.1% of statements 22:37:00 ? github.com/edgexfoundry/app-functions-sdk-go/pkg/endpoint [no test files] 22:37:00 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 9.365s coverage: 70.2% of statements 22:37:00 ? github.com/edgexfoundry/app-functions-sdk-go/pkg/urlclient [no test files] 22:37:00 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.018s coverage: 100.0% of statements 22:37:00 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:37:01 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.110s coverage: 86.2% of statements 22:37:05 gofmt -l . 22:37:05 [ "`gofmt -l .`" = "" ] 22:37:05 ./bin/test-go-mod-tidy.sh [Pipeline] stash 22:37:05 Stashed 1 file(s) [Pipeline] } 22:37:05 $ docker stop --time=1 69cb86f0faef1b0a14c3b42e2b95fcf0338cd9531bbdd19c190c453b9ada6434 22:37:07 $ docker rm -f 69cb86f0faef1b0a14c3b42e2b95fcf0338cd9531bbdd19c190c453b9ada6434 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:37:33 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.061s coverage: 49.9% of statements 22:37:33 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 22:37:33 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 22:37:33 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.062s coverage: 56.7% of statements 22:37:33 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 22:37:33 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.374s coverage: 69.1% of statements 22:37:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 14.630s coverage: 73.4% of statements 22:37:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.021s coverage: 89.5% of statements 22:37:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.018s coverage: 100.0% of statements 22:37:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.108s coverage: 100.0% of statements 22:37:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.019s coverage: 100.0% of statements 22:37:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.020s coverage: 100.0% of statements 22:37:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 22:37:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 22:37:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 22:37:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 22:37:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 22:37:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 22:37:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 22:37:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.022s coverage: 96.6% of statements 22:37:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 22:37:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.018s coverage: 97.7% of statements 22:37:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 22:37:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 22:37:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [no test files] 22:37:50 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.746s coverage: 78.0% of statements 22:37:50 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.119s coverage: 81.1% of statements 22:37:50 ? github.com/edgexfoundry/app-functions-sdk-go/pkg/endpoint [no test files] 22:37:57 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 9.709s coverage: 70.2% of statements 22:37:57 ? github.com/edgexfoundry/app-functions-sdk-go/pkg/urlclient [no test files] 22:37:57 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.020s coverage: 100.0% of statements 22:37:57 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:38:09 gofmt -l . 22:38:09 [ "`gofmt -l .`" = "" ] 22:38:09 ./bin/test-go-mod-tidy.sh [Pipeline] stash 22:38:09 Warning: overwriting stash ‘coverage-report’ 22:38:10 Stashed 1 file(s) [Pipeline] } 22:38:10 $ docker stop --time=1 338262d1399bcc243fc5a9c335c008b16dd6c12fa3b703cbfacebf3890634a96 22:38:12 $ docker rm -f 338262d1399bcc243fc5a9c335c008b16dd6c12fa3b703cbfacebf3890634a96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" 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 22:38:14 provisioning config files... 22:38:14 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3190550685874109884tmp [Pipeline] { [Pipeline] sh 22:38:14 + curl -s https://codecov.io/bash 22:38:14 + bash -s - -t @/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3190550685874109884tmp 22:38:14 22:38:14 _____ _ 22:38:14 / ____| | | 22:38:14 | | ___ __| | ___ ___ _____ __ 22:38:14 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:38:14 | |___| (_) | (_| | __/ (_| (_) \ V / 22:38:14 \_____\___/ \__,_|\___|\___\___/ \_/ 22:38:14 Bash-tbd 22:38:14 22:38:14 22:38:14 ==> Jenkins CI detected. 22:38:14 project root: . 22:38:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:38:14 ==> Running gcov in . (disable via -X gcov) 22:38:14 ==> Python coveragepy not found 22:38:14 ==> Searching for coverage reports in: 22:38:14 + . 22:38:14 -> Found 1 reports 22:38:14 ==> Detecting git/mercurial file structure 22:38:14 ==> Reading reports 22:38:14 + ./coverage.out bytes=76485 22:38:14 ==> Appending adjustments 22:38:14 http://docs.codecov.io/docs/fixing-reports 22:38:15 + Found adjustments 22:38:15 ==> Gzipping contents 22:38:15 ==> Uploading reports 22:38:15 url: https://codecov.io 22:38:15 query: branch=master&commit=dcb01ac20ebe7429154ec8a60478a159f5f2a3e7&build=56&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F56%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job= 22:38:15 -> Pinging Codecov 22:38:15 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=master&commit=dcb01ac20ebe7429154ec8a60478a159f5f2a3e7&build=56&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F56%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job= 22:38:15 -> Uploading 22:38:16 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/dcb01ac20ebe7429154ec8a60478a159f5f2a3e7 [Pipeline] } 22:38:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 22:38:16 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 22:38:16 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 22:38:16 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:38:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 22:38:17 22:38:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] isUnix [Pipeline] sh 22:38:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 22:38:17 1.217.3: Pulling from edgex-devops/edgex-snyk-go 22:38:17 cbdbe7a5bc2a: Pulling fs layer 22:38:17 408f87550127: Pulling fs layer 22:38:17 fe522b08c979: Pulling fs layer 22:38:17 221eaa008020: Pulling fs layer 22:38:17 2a4607e5d6b9: Pulling fs layer 22:38:17 95d3c3421fef: Pulling fs layer 22:38:17 2fec7dd152b6: Pulling fs layer 22:38:17 d65e43aa86fe: Pulling fs layer 22:38:17 10a7cc25405e: Pulling fs layer 22:38:17 221eaa008020: Waiting 22:38:17 2a4607e5d6b9: Waiting 22:38:17 2fec7dd152b6: Waiting 22:38:17 95d3c3421fef: Waiting 22:38:17 d65e43aa86fe: Waiting 22:38:17 10a7cc25405e: Waiting 22:38:17 fe522b08c979: Download complete 22:38:17 408f87550127: Verifying Checksum 22:38:17 408f87550127: Download complete 22:38:17 2a4607e5d6b9: Verifying Checksum 22:38:17 2a4607e5d6b9: Download complete 22:38:17 95d3c3421fef: Verifying Checksum 22:38:17 95d3c3421fef: Download complete 22:38:17 cbdbe7a5bc2a: Verifying Checksum 22:38:17 2fec7dd152b6: Download complete 22:38:17 cbdbe7a5bc2a: Pull complete 22:38:18 408f87550127: Pull complete 22:38:18 d65e43aa86fe: Verifying Checksum 22:38:18 d65e43aa86fe: Download complete 22:38:18 fe522b08c979: Pull complete 22:38:18 10a7cc25405e: Verifying Checksum 22:38:19 221eaa008020: Verifying Checksum 22:38:19 221eaa008020: Download complete 22:38:25 221eaa008020: Pull complete 22:38:25 2a4607e5d6b9: Pull complete 22:38:25 95d3c3421fef: Pull complete 22:38:27 2fec7dd152b6: Pull complete 22:38:30 d65e43aa86fe: Pull complete 22:38:32 10a7cc25405e: Pull complete 22:38:32 Digest: sha256:f69c3a2814e8191a177e5024c1aa2982a1df1c15a1f5ff5a42290ad3eeac8c0b 22:38:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] withDockerContainer 22:38:32 prd-centos7-docker-4c-2g-7515 does not seem to be running inside a container 22:38:32 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/ndry_app-functions-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 cat 22:38:32 $ docker top c39c9c2f7c1f797799ba905000c194fcdb711f7848ac9f1a145a1f51bdca4bab -eo pid,comm [Pipeline] { [Pipeline] sh 22:38:33 + snyk monitor '--org=edgex-jenkins' 22:38:51 22:38:51 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 22:38:51 22:38:51 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/8372de6e-4bd6-47eb-9a88-927d584303d0 22:38:51 22:38:51 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:38:51 22:38:51 [Pipeline] } 22:38:51 $ docker stop --time=1 c39c9c2f7c1f797799ba905000c194fcdb711f7848ac9f1a145a1f51bdca4bab 22:38:53 $ docker rm -f c39c9c2f7c1f797799ba905000c194fcdb711f7848ac9f1a145a1f51bdca4bab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 22:38:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:38:55 . [Pipeline] withDockerContainer 22:38:55 prd-centos7-docker-4c-2g-7515 does not seem to be running inside a container 22:38:55 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:38:56 $ docker top c8a9ec5f15051eff4178ba92feda531005fc057299f9ad97a23e5b55f9984bf0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:38:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:38:56 [ssh-agent] Looking for ssh-agent implementation... 22:38:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:38:56 $ docker exec c8a9ec5f15051eff4178ba92feda531005fc057299f9ad97a23e5b55f9984bf0 ssh-agent 22:38:56 SSH_AUTH_SOCK=/tmp/ssh-lwozSxVRkUeP/agent.15 22:38:56 SSH_AGENT_PID=22 22:38:56 Running ssh-add (command line suppressed) 22:38:57 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1229765233230955520.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1229765233230955520.key) 22:38:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:38:57 + git semver tag 22:38:57 # -> Open(): unable to determine branch for HEAD 22:38:57 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:38:57 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:38:57 # $SEMVER_REMOTE_NAME = origin 22:38:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:38:57 # $SEMVER_USER_NAME = edgex-jenkins 22:38:57 # $SEMVER_BRANCH = master 22:38:57 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 22:38:57 # dcb01ac20ebe7429154ec8a60478a159f5f2a3e7 HEAD 22:38:57 # -> Force: false 22:38:57 # 35694e6fdea807593ac04194afd1a7b059ab25fc refs/tags/v1.0.1-dev.46 [Pipeline] } 22:38:57 $ docker exec --env ******** --env ******** c8a9ec5f15051eff4178ba92feda531005fc057299f9ad97a23e5b55f9984bf0 ssh-agent -k 22:38:57 unset SSH_AUTH_SOCK; 22:38:57 unset SSH_AGENT_PID; 22:38:57 echo Agent pid 22 killed; 22:38:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:38:58 + git semver [Pipeline] } 22:38:58 $ docker stop --time=1 c8a9ec5f15051eff4178ba92feda531005fc057299f9ad97a23e5b55f9984bf0 22:38:59 $ docker rm -f c8a9ec5f15051eff4178ba92feda531005fc057299f9ad97a23e5b55f9984bf0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:39:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:39:00 22:39:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:39:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:39:00 0.23.1-centos7: Pulling from edgex-lftools 22:39:00 ab5ef0e58194: Pulling fs layer 22:39:00 9712f1f96733: Pulling fs layer 22:39:00 63f879dbbcfc: Pulling fs layer 22:39:00 0d9ebad4ef96: Pulling fs layer 22:39:00 e9a5061849ea: Pulling fs layer 22:39:00 d747dcd14b5f: Pulling fs layer 22:39:00 2de7ff778b66: Pulling fs layer 22:39:00 0d9ebad4ef96: Waiting 22:39:00 e9a5061849ea: Waiting 22:39:00 d747dcd14b5f: Waiting 22:39:00 2de7ff778b66: Waiting 22:39:00 9712f1f96733: Verifying Checksum 22:39:00 9712f1f96733: Download complete 22:39:01 63f879dbbcfc: Download complete 22:39:01 0d9ebad4ef96: Verifying Checksum 22:39:01 0d9ebad4ef96: Download complete 22:39:01 e9a5061849ea: Verifying Checksum 22:39:01 e9a5061849ea: Download complete 22:39:01 ab5ef0e58194: Verifying Checksum 22:39:01 ab5ef0e58194: Download complete 22:39:01 d747dcd14b5f: Verifying Checksum 22:39:01 d747dcd14b5f: Download complete 22:39:01 2de7ff778b66: Verifying Checksum 22:39:01 2de7ff778b66: Download complete 22:39:07 ab5ef0e58194: Pull complete 22:39:07 9712f1f96733: Pull complete 22:39:08 63f879dbbcfc: Pull complete 22:39:15 0d9ebad4ef96: Pull complete 22:39:15 e9a5061849ea: Pull complete 22:39:15 d747dcd14b5f: Pull complete 22:39:18 2de7ff778b66: Pull complete 22:39:18 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:39:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:39:18 prd-centos7-docker-4c-2g-7515 does not seem to be running inside a container 22:39:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:39:19 $ docker top 6db13b582976899b23c14301410970477111fee0507cc2723de49e99ca132941 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:39:19 provisioning config files... 22:39:19 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4699516325193984065tmp 22:39:19 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config596957381773457444tmp 22:39:19 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6217530629479806904tmp [Pipeline] { [Pipeline] echo 22:39:19 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:39:20 ---> sigul-configuration.sh 22:39:20 gpg: directory `/root/.gnupg' created 22:39:20 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:39:20 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:39:20 gpg: keyring `/root/.gnupg/secring.gpg' created 22:39:20 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:39:20 gpg: CAST5 encrypted data 22:39:20 gpg: encrypted with 1 passphrase 22:39:20 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:39:20 + mkdir /home/jenkins 22:39:20 + mkdir /home/jenkins/sigul [Pipeline] sh 22:39:21 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 22:39:21 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:39:21 ---> sigul-install.sh 22:39:26 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:39:26 + git tag --list 22:39:26 v1.0.1-dev.46 [Pipeline] sh 22:39:27 + lftools sign git-tag v1.0.1-dev.46 22:39:28 Signing Git tag with Sigul... 22:39:28 Signing v1.0.1-dev.46 [Pipeline] echo 22:39:29 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:39:29 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:39:29 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:39:29 $ docker stop --time=1 6db13b582976899b23c14301410970477111fee0507cc2723de49e99ca132941 22:39:31 $ docker rm -f 6db13b582976899b23c14301410970477111fee0507cc2723de49e99ca132941 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:39:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:39:32 . [Pipeline] withDockerContainer 22:39:32 prd-centos7-docker-4c-2g-7515 does not seem to be running inside a container 22:39:32 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:39:33 $ docker top 57623c46a10658088940b7537e2d129672fc945605e23a7ea2e672dbd88f6522 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:39:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:39:33 [ssh-agent] Looking for ssh-agent implementation... 22:39:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:39:33 $ docker exec 57623c46a10658088940b7537e2d129672fc945605e23a7ea2e672dbd88f6522 ssh-agent 22:39:34 SSH_AUTH_SOCK=/tmp/ssh-SyIG15KMyUfe/agent.15 22:39:34 SSH_AGENT_PID=22 22:39:34 Running ssh-add (command line suppressed) 22:39:34 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7871890018664119050.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7871890018664119050.key) 22:39:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:39:34 + git semver bump pre 22:39:34 # -> Open(): unable to determine branch for HEAD 22:39:34 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:39:34 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:39:34 # $SEMVER_REMOTE_NAME = origin 22:39:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:39:34 # $SEMVER_USER_NAME = edgex-jenkins 22:39:34 # $SEMVER_BRANCH = master 22:39:34 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 22:39:34 1.0.1-dev.47 [Pipeline] } 22:39:34 $ docker exec --env ******** --env ******** 57623c46a10658088940b7537e2d129672fc945605e23a7ea2e672dbd88f6522 ssh-agent -k 22:39:34 unset SSH_AUTH_SOCK; 22:39:34 unset SSH_AGENT_PID; 22:39:34 echo Agent pid 22 killed; 22:39:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:39:35 + git semver [Pipeline] } 22:39:35 $ docker stop --time=1 57623c46a10658088940b7537e2d129672fc945605e23a7ea2e672dbd88f6522 22:39:36 $ docker rm -f 57623c46a10658088940b7537e2d129672fc945605e23a7ea2e672dbd88f6522 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:39:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:39:37 . [Pipeline] withDockerContainer 22:39:37 prd-centos7-docker-4c-2g-7515 does not seem to be running inside a container 22:39:37 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:39:37 $ docker top a7f7c04e86b046e5419ce0f24644f00da906433f7f505ee2fd9d732abcadecf5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:39:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:39:38 [ssh-agent] Looking for ssh-agent implementation... 22:39:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:39:38 $ docker exec a7f7c04e86b046e5419ce0f24644f00da906433f7f505ee2fd9d732abcadecf5 ssh-agent 22:39:38 SSH_AUTH_SOCK=/tmp/ssh-4sMFx4EYtsO0/agent.14 22:39:38 SSH_AGENT_PID=21 22:39:38 Running ssh-add (command line suppressed) 22:39:38 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3515383691642718959.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3515383691642718959.key) 22:39:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:39:39 + git semver push 22:39:39 # -> Open(): unable to determine branch for HEAD 22:39:39 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:39:39 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:39:39 # $SEMVER_REMOTE_NAME = origin 22:39:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:39:39 # $SEMVER_USER_NAME = edgex-jenkins 22:39:39 # $SEMVER_BRANCH = master 22:39:39 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 22:39:45 $ docker exec --env ******** --env ******** a7f7c04e86b046e5419ce0f24644f00da906433f7f505ee2fd9d732abcadecf5 ssh-agent -k 22:39:45 unset SSH_AUTH_SOCK; 22:39:45 unset SSH_AGENT_PID; 22:39:45 echo Agent pid 21 killed; 22:39:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:39:46 + git semver [Pipeline] } 22:39:46 $ docker stop --time=1 a7f7c04e86b046e5419ce0f24644f00da906433f7f505ee2fd9d732abcadecf5 22:39:47 $ docker rm -f a7f7c04e86b046e5419ce0f24644f00da906433f7f505ee2fd9d732abcadecf5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:39:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:39:49 ---> package-listing.sh 22:39:49 ++ facter osfamily 22:39:49 ++ tr '[:upper:]' '[:lower:]' 22:39:49 + OS_FAMILY=redhat 22:39:49 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 22:39:49 + START_PACKAGES=/tmp/packages_start.txt 22:39:49 + END_PACKAGES=/tmp/packages_end.txt 22:39:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:39:49 + PACKAGES=/tmp/packages_start.txt 22:39:49 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 22:39:49 + PACKAGES=/tmp/packages_end.txt 22:39:49 + case "${OS_FAMILY}" in 22:39:49 + rpm -qa 22:39:49 + sort 22:39:53 + '[' -f /tmp/packages_start.txt ']' 22:39:53 + '[' -f /tmp/packages_end.txt ']' 22:39:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:39:53 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 22:39:53 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 22:39:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] isUnix [Pipeline] sh 22:39:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:39:53 22:39:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:39:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:39:54 alpine: Pulling from edgex-lftools-log-publisher 22:39:54 c9b1b535fdd9: Pulling fs layer 22:39:54 2cc5ad85d9ab: Pulling fs layer 22:39:54 756a868c4378: Pulling fs layer 22:39:54 444b2fc9a129: Pulling fs layer 22:39:54 ea15f1150254: Pulling fs layer 22:39:54 41b27a9f41bf: Pulling fs layer 22:39:54 28c525ee5125: Pulling fs layer 22:39:54 094b1ea09ed8: Pulling fs layer 22:39:54 138eaada9080: Pulling fs layer 22:39:54 0622d0fa9048: Pulling fs layer 22:39:54 41b27a9f41bf: Waiting 22:39:54 28c525ee5125: Waiting 22:39:54 444b2fc9a129: Waiting 22:39:54 094b1ea09ed8: Waiting 22:39:54 138eaada9080: Waiting 22:39:54 0622d0fa9048: Waiting 22:39:54 ea15f1150254: Waiting 22:39:54 2cc5ad85d9ab: Download complete 22:39:54 444b2fc9a129: Verifying Checksum 22:39:54 c9b1b535fdd9: Verifying Checksum 22:39:54 c9b1b535fdd9: Download complete 22:39:54 ea15f1150254: Verifying Checksum 22:39:54 ea15f1150254: Download complete 22:39:54 28c525ee5125: Verifying Checksum 22:39:54 28c525ee5125: Download complete 22:39:54 c9b1b535fdd9: Pull complete 22:39:54 756a868c4378: Verifying Checksum 22:39:54 756a868c4378: Download complete 22:39:54 138eaada9080: Verifying Checksum 22:39:54 138eaada9080: Download complete 22:39:54 0622d0fa9048: Verifying Checksum 22:39:54 0622d0fa9048: Download complete 22:39:54 094b1ea09ed8: Verifying Checksum 22:39:54 094b1ea09ed8: Download complete 22:39:55 41b27a9f41bf: Verifying Checksum 22:39:55 41b27a9f41bf: Download complete 22:39:55 2cc5ad85d9ab: Pull complete 22:39:57 756a868c4378: Pull complete 22:39:57 444b2fc9a129: Pull complete 22:39:57 ea15f1150254: Pull complete 22:40:00 41b27a9f41bf: Pull complete 22:40:00 28c525ee5125: Pull complete 22:40:03 094b1ea09ed8: Pull complete 22:40:03 138eaada9080: Pull complete 22:40:03 0622d0fa9048: Pull complete 22:40:03 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 22:40:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:40:03 prd-centos7-docker-4c-2g-7515 does not seem to be running inside a container 22:40:03 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:40:04 $ docker top 6cc8d760c91fe1b9acd19dfff55976884913ddd6db162101d80a0b8d51efdc62 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:40:04 provisioning config files... 22:40:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5683484844221226479tmp [Pipeline] { [Pipeline] echo 22:40:04 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:40:04 ---> create-netrc.sh [Pipeline] echo 22:40:04 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:40:05 ---> logs-deploy.sh 22:40:05 + ARCHIVE_ARTIFACTS= 22:40:05 + LOGS_SERVER=https://logs.edgexfoundry.org 22:40:05 + '[' https://logs.edgexfoundry.org == None ']' 22:40:05 + NEXUS_URL=https://nexus.edgexfoundry.org 22:40:05 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/56 22:40:05 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/master/56/ 22:40:05 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/56 /w/workspace/ndry_app-functions-sdk-go_master 22:40:06 Archives upload complete. 22:40:06 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/56 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/master/56/