Pull request #52 opened 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 jamesrgregg for edgexfoundry/go-mod-secrets Obtained Jenkinsfile from 3cab513c7597fcc1d08b795dec83cf3781dcdc80+9072fe344c27497816970f0d6042adf261d7b701 (2e990fe26b0dd2a25484560c1f798bfd1ac75b2c) Running in Durability level: MAX_SURVIVABILITY 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 370697454611dc68c0596e0d0a50477a8de841a8 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 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-secrets/branches/PR-52/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > 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 > git --version # 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 ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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: go-mod-secrets-settings PROJECT: go-mod-secrets 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-go-mod-secrets DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch 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 on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3227 in /w/workspace/dgexfoundry_go-mod-secrets_PR-52 [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 Fetching without tags Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git > git init /w/workspace/dgexfoundry_go-mod-secrets_PR-52 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/52/head:refs/remotes/origin/PR-52 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/52/head:refs/remotes/origin/PR-52 # 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/go-mod-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/52/head:refs/remotes/origin/PR-52 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 9072fe344c27497816970f0d6042adf261d7b701 into PR head commit 3cab513c7597fcc1d08b795dec83cf3781dcdc80 Merge succeeded, producing 3cab513c7597fcc1d08b795dec83cf3781dcdc80 Checking out Revision 3cab513c7597fcc1d08b795dec83cf3781dcdc80 (PR-52) > git config core.sparsecheckout # timeout=10 > git checkout -f 3cab513c7597fcc1d08b795dec83cf3781dcdc80 # 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 9072fe344c27497816970f0d6042adf261d7b701 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3cab513c7597fcc1d08b795dec83cf3781dcdc80 # timeout=10 Commit message: "docs: Update PR Template" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:19:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:19:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:19:15 ========================================================= 23:19:15 EdgeX Global Pipelines Version Info 23:19:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:19:17 ------------------- 23:19:17 stable info: 23:19:17 ------------------- 23:19:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:19:17 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 23:19:17 Message: update stable to v1.0.89 23:19:17 ------------------- 23:19:17 experimental info: 23:19:17 ------------------- 23:19:17 Commited By: **** collab-it+edgex@linuxfoundation.org 23:19:17 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 23:19:17 Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 23:19:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:19:19 23:19:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:19:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:19:19 latest: Pulling from edgex-devops/git-semver 23:19:19 9123ac7c32f7: Pulling fs layer 23:19:19 b8cc5d1170e3: Pulling fs layer 23:19:19 2924cbbf6a41: Pulling fs layer 23:19:19 93b08a4f1073: Pulling fs layer 23:19:19 93b08a4f1073: Waiting 23:19:19 b8cc5d1170e3: Verifying Checksum 23:19:19 b8cc5d1170e3: Download complete 23:19:19 9123ac7c32f7: Download complete 23:19:20 93b08a4f1073: Verifying Checksum 23:19:20 93b08a4f1073: Download complete 23:19:20 2924cbbf6a41: Verifying Checksum 23:19:20 2924cbbf6a41: Download complete 23:19:20 9123ac7c32f7: Pull complete 23:19:20 b8cc5d1170e3: Pull complete 23:19:21 2924cbbf6a41: Pull complete 23:19:21 93b08a4f1073: Pull complete 23:19:21 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 23:19:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:19:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:19:21 prd-centos7-docker-4c-2g-3227 does not seem to be running inside a container 23:19:21 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-secrets_PR-52 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-52:/w/workspace/dgexfoundry_go-mod-secrets_PR-52:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-52@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-52@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:19:24 $ docker top d4ed951ad18761e5e6e43873b26def1847edfdbaba765e3749dfb1f1675964c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:19:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:19:24 [ssh-agent] Looking for ssh-agent implementation... 23:19:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:19:24 $ docker exec d4ed951ad18761e5e6e43873b26def1847edfdbaba765e3749dfb1f1675964c2 ssh-agent 23:19:24 SSH_AUTH_SOCK=/tmp/ssh-oLHCxGGk6WvK/agent.13 23:19:24 SSH_AGENT_PID=18 23:19:24 Running ssh-add (command line suppressed) 23:19:24 Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-52@tmp/private_key_3673525011805138134.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-52@tmp/private_key_3673525011805138134.key) 23:19:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:19:25 + git describe --exact-match --tags HEAD 23:19:25 fatal: No names found, cannot describe anything. [Pipeline] } 23:19:25 $ docker exec --env ******** --env ******** d4ed951ad18761e5e6e43873b26def1847edfdbaba765e3749dfb1f1675964c2 ssh-agent -k 23:19:25 unset SSH_AUTH_SOCK; 23:19:25 unset SSH_AGENT_PID; 23:19:25 echo Agent pid 18 killed; 23:19:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 23:19:25 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 23:19:25 This usually means this commit has not been tagged. [Pipeline] sshagent 23:19:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:19:25 [ssh-agent] Looking for ssh-agent implementation... 23:19:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:19:26 $ docker exec d4ed951ad18761e5e6e43873b26def1847edfdbaba765e3749dfb1f1675964c2 ssh-agent 23:19:26 SSH_AUTH_SOCK=/tmp/ssh-0sXPkN7acGO7/agent.47 23:19:26 SSH_AGENT_PID=52 23:19:26 Running ssh-add (command line suppressed) 23:19:26 Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-52@tmp/private_key_1014567980789801118.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-52@tmp/private_key_1014567980789801118.key) 23:19:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:19:26 + git semver init 23:19:26 # -> Open(): unable to determine branch for HEAD 23:19:26 # $GIT_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-52/.git 23:19:26 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_go-mod-secrets_PR-52 23:19:26 # $SEMVER_REMOTE_NAME = origin 23:19:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:19:26 # $SEMVER_USER_NAME = edgex-jenkins 23:19:26 # $SEMVER_BRANCH = PR-52 23:19:26 # $SEMVER_TEMP = /tmp/semver-327695321 23:19:26 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 23:19:26 # '/tmp/semver-327695321' -> '/w/workspace/dgexfoundry_go-mod-secrets_PR-52/.semver' 23:19:26 # -> Force: false 23:19:26 # $SEMVER_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-52/.semver [Pipeline] } 23:19:26 $ docker exec --env ******** --env ******** d4ed951ad18761e5e6e43873b26def1847edfdbaba765e3749dfb1f1675964c2 ssh-agent -k 23:19:27 unset SSH_AUTH_SOCK; 23:19:27 unset SSH_AGENT_PID; 23:19:27 echo Agent pid 52 killed; 23:19:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:19:27 + git semver [Pipeline] } 23:19:27 $ docker stop --time=1 d4ed951ad18761e5e6e43873b26def1847edfdbaba765e3749dfb1f1675964c2 23:19:28 $ docker rm -f d4ed951ad18761e5e6e43873b26def1847edfdbaba765e3749dfb1f1675964c2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 23:19:29 Stashed 32 file(s) [Pipeline] echo 23:19:29 [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] node 23:19:44 Still waiting to schedule task 23:19:44 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3227’ 23:19:44 Still waiting to schedule task 23:19:44 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:21:26 Running on prd-centos7-docker-4c-2g-3228 in /w/workspace/dgexfoundry_go-mod-secrets_PR-52 [Pipeline] { [Pipeline] ws 23:21:27 Running in /w/workspace/go-mod-secrets/1 [Pipeline] { [Pipeline] checkout 23:21:29 using credential edgex-jenkins-ssh 23:21:29 Cloning the remote Git repository 23:21:29 Cloning with configured refspecs honoured and without tags 23:21:28 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 23:21:29 > git init /w/workspace/go-mod-secrets/1 # timeout=10 23:21:30 Fetching without tags 23:21:30 Merging remotes/origin/master commit 9072fe344c27497816970f0d6042adf261d7b701 into PR head commit 3cab513c7597fcc1d08b795dec83cf3781dcdc80 23:21:30 Merge succeeded, producing 3cab513c7597fcc1d08b795dec83cf3781dcdc80 23:21:30 Checking out Revision 3cab513c7597fcc1d08b795dec83cf3781dcdc80 (PR-52) 23:21:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 23:21:29 > git --version # timeout=10 23:21:29 using GIT_SSH to set credentials SSH Credentials for GitHub 23:21:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/52/head:refs/remotes/origin/PR-52 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:21:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 23:21:30 > git config --add remote.origin.fetch +refs/pull/52/head:refs/remotes/origin/PR-52 # timeout=10 23:21:30 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 23:21:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 23:21:30 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 23:21:30 using GIT_SSH to set credentials SSH Credentials for GitHub 23:21:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/52/head:refs/remotes/origin/PR-52 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:21:30 > git config core.sparsecheckout # timeout=10 23:21:30 > git checkout -f 3cab513c7597fcc1d08b795dec83cf3781dcdc80 # timeout=10 23:21:30 > git remote # timeout=10 23:21:30 > git config --get remote.origin.url # timeout=10 23:21:30 using GIT_SSH to set credentials SSH Credentials for GitHub 23:21:30 > git merge 9072fe344c27497816970f0d6042adf261d7b701 # timeout=10 23:21:30 > git rev-parse HEAD^{commit} # timeout=10 23:21:30 > git config core.sparsecheckout # timeout=10 23:21:30 > git checkout -f 3cab513c7597fcc1d08b795dec83cf3781dcdc80 # timeout=10 23:21:34 Commit message: "docs: Update PR Template" 23:21:34 > git --version # timeout=10 23:21:34 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:21:35 ========================================================= 23:21:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 23:21:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:21:35 + 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 . 23:21:36 Sending build context to Docker daemon 512kB 23:21:36 Step 1/7 : ARG BASE=golang:1.13-alpine 23:21:36 Step 2/7 : FROM ${BASE} 23:21:36 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 23:21:36 e6b0cf9c0882: Pulling fs layer 23:21:36 2848faf0eed1: Pulling fs layer 23:21:36 0f37312ad70f: Pulling fs layer 23:21:36 5788d62ee057: Pulling fs layer 23:21:36 0e6b1d234666: Pulling fs layer 23:21:36 bf5d7aec512f: Pulling fs layer 23:21:36 34c802a77dc8: Pulling fs layer 23:21:36 9eb99e56ec68: Pulling fs layer 23:21:36 27c7a5d97fbd: Pulling fs layer 23:21:36 5c102a31e300: Pulling fs layer 23:21:36 dcfb455df0a1: Pulling fs layer 23:21:36 5788d62ee057: Waiting 23:21:36 0e6b1d234666: Waiting 23:21:36 bf5d7aec512f: Waiting 23:21:36 34c802a77dc8: Waiting 23:21:36 9eb99e56ec68: Waiting 23:21:36 27c7a5d97fbd: Waiting 23:21:36 5c102a31e300: Waiting 23:21:36 dcfb455df0a1: Waiting 23:21:36 0f37312ad70f: Verifying Checksum 23:21:36 0f37312ad70f: Download complete 23:21:36 2848faf0eed1: Download complete 23:21:36 0e6b1d234666: Download complete 23:21:36 bf5d7aec512f: Verifying Checksum 23:21:36 bf5d7aec512f: Download complete 23:21:36 e6b0cf9c0882: Verifying Checksum 23:21:36 e6b0cf9c0882: Pull complete 23:21:36 2848faf0eed1: Pull complete 23:21:37 34c802a77dc8: Verifying Checksum 23:21:37 34c802a77dc8: Download complete 23:21:37 27c7a5d97fbd: Verifying Checksum 23:21:37 27c7a5d97fbd: Download complete 23:21:37 5c102a31e300: Verifying Checksum 23:21:37 5c102a31e300: Download complete 23:21:37 dcfb455df0a1: Verifying Checksum 23:21:37 dcfb455df0a1: Download complete 23:21:37 9eb99e56ec68: Verifying Checksum 23:21:37 9eb99e56ec68: Download complete 23:21:37 5788d62ee057: Verifying Checksum 23:21:37 5788d62ee057: Download complete 23:21:38 0f37312ad70f: Pull complete 23:21:44 5788d62ee057: Pull complete 23:21:44 0e6b1d234666: Pull complete 23:21:44 bf5d7aec512f: Pull complete 23:21:49 34c802a77dc8: Pull complete 23:21:51 9eb99e56ec68: Pull complete 23:21:51 27c7a5d97fbd: Pull complete 23:21:52 5c102a31e300: Pull complete 23:21:52 dcfb455df0a1: Pull complete 23:21:52 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 23:21:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 23:21:52 ---> 7c70fe431013 23:21:52 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:21:54 ---> Running in d100174e66e0 23:21:55 Removing intermediate container d100174e66e0 23:21:55 ---> be90c72e7223 23:21:55 Step 4/7 : RUN apk add --update bash 23:21:55 ---> Running in 061d02a6d4c6 23:21:56 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 23:21:57 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 23:21:57 OK: 143 MiB in 39 packages 23:21:57 Removing intermediate container 061d02a6d4c6 23:21:57 ---> b89e94256bc6 23:21:57 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 23:21:57 ---> Running in 21a4f47cb956 23:21:58 Removing intermediate container 21a4f47cb956 23:21:58 ---> 388e61541645 23:21:58 Step 6/7 : COPY go.mod . 23:21:58 ---> ca19a71110e0 23:21:58 Step 7/7 : RUN go mod download 23:21:58 ---> Running in 38aeb137dac7 23:21:59 go: finding github.com/davecgh/go-spew v1.1.0 23:21:59 go: finding github.com/pmezard/go-difflib v1.0.0 23:21:59 go: finding github.com/stretchr/objx v0.1.0 23:21:59 go: finding github.com/stretchr/testify v1.3.0 23:22:00 Removing intermediate container 38aeb137dac7 23:22:00 ---> 4285d73075a3 23:22:00 Successfully built 4285d73075a3 23:22:00 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 23:22:01 + docker inspect -f . ci-base-image-x86_64 23:22:01 . [Pipeline] withDockerContainer 23:22:01 prd-centos7-docker-4c-2g-3228 does not seem to be running inside a container 23:22:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/1 -v /w/workspace/go-mod-secrets/1:/w/workspace/go-mod-secrets/1:rw,z -v /w/workspace/go-mod-secrets/1@tmp:/w/workspace/go-mod-secrets/1@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 ******** ci-base-image-x86_64 cat 23:22:02 $ docker top 2db19f545dea97381478c08bc300f2060aa809dd4b2b4776bc5a20ef2437119c -eo pid,comm [Pipeline] { [Pipeline] sh 23:22:02 + go version 23:22:02 go version go1.13.5 linux/amd64 [Pipeline] sh 23:22:03 + make test 23:22:03 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:22:05 ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] 23:22:05 ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] 23:22:16 ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.027s coverage: 96.7% of statements 23:22:26 ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 15.012s coverage: 86.1% of statements 23:22:26 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.005s coverage: 89.5% of statements 23:22:26 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks 0.006s coverage: 100.0% of statements 23:22:26 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.005s coverage: 100.0% of statements 23:22:26 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks 0.004s coverage: 100.0% of statements 23:22:26 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:22:26 gofmt -l . 23:22:26 [ "`gofmt -l .`" = "" ] [Pipeline] stash 23:22:27 Stashed 1 file(s) [Pipeline] } 23:22:27 $ docker stop --time=1 2db19f545dea97381478c08bc300f2060aa809dd4b2b4776bc5a20ef2437119c 23:22:29 $ docker rm -f 2db19f545dea97381478c08bc300f2060aa809dd4b2b4776bc5a20ef2437119c [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] } 23:23:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3229 in /w/workspace/dgexfoundry_go-mod-secrets_PR-52 [Pipeline] { [Pipeline] ws 23:23:51 Running in /w/workspace/go-mod-secrets/1 [Pipeline] { [Pipeline] checkout 23:23:56 using credential edgex-jenkins-ssh 23:23:56 Cloning the remote Git repository 23:23:56 Cloning with configured refspecs honoured and without tags 23:23:56 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 23:23:56 > git init /w/workspace/go-mod-secrets/1 # timeout=10 23:23:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 23:23:56 > git --version # timeout=10 23:23:56 using GIT_SSH to set credentials SSH Credentials for GitHub 23:23:57 Fetching without tags 23:23:57 Merging remotes/origin/master commit 9072fe344c27497816970f0d6042adf261d7b701 into PR head commit 3cab513c7597fcc1d08b795dec83cf3781dcdc80 23:23:56 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/52/head:refs/remotes/origin/PR-52 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:23:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 23:23:57 > git config --add remote.origin.fetch +refs/pull/52/head:refs/remotes/origin/PR-52 # timeout=10 23:23:57 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 23:23:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 23:23:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 23:23:57 using GIT_SSH to set credentials SSH Credentials for GitHub 23:23:57 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/52/head:refs/remotes/origin/PR-52 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:23:57 > git config core.sparsecheckout # timeout=10 23:23:57 > git checkout -f 3cab513c7597fcc1d08b795dec83cf3781dcdc80 # timeout=10 23:23:58 Merge succeeded, producing 3cab513c7597fcc1d08b795dec83cf3781dcdc80 23:23:58 Checking out Revision 3cab513c7597fcc1d08b795dec83cf3781dcdc80 (PR-52) 23:23:57 > git remote # timeout=10 23:23:57 > git config --get remote.origin.url # timeout=10 23:23:57 using GIT_SSH to set credentials SSH Credentials for GitHub 23:23:57 > git merge 9072fe344c27497816970f0d6042adf261d7b701 # timeout=10 23:23:57 > git rev-parse HEAD^{commit} # timeout=10 23:23:58 > git config core.sparsecheckout # timeout=10 23:23:58 > git checkout -f 3cab513c7597fcc1d08b795dec83cf3781dcdc80 # timeout=10 23:24:02 Commit message: "docs: Update PR Template" 23:24:02 > git --version # timeout=10 23:24:02 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:24:03 ========================================================= 23:24:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 23:24:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:24:04 + 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 . 23:24:05 Sending build context to Docker daemon 512kB 23:24:05 Step 1/7 : ARG BASE=golang:1.13-alpine 23:24:05 Step 2/7 : FROM ${BASE} 23:24:05 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:24:05 cde5963f3b93: Pulling fs layer 23:24:05 2a23fa8c16f7: Pulling fs layer 23:24:05 777b28850792: Pulling fs layer 23:24:05 8a11ddd9e578: Pulling fs layer 23:24:05 4cf88f913ddb: Pulling fs layer 23:24:05 1df406cf5192: Pulling fs layer 23:24:05 cd6300453558: Pulling fs layer 23:24:05 b9c365052c96: Pulling fs layer 23:24:05 a2d8cc88f415: Pulling fs layer 23:24:05 ea1d1ca13537: Pulling fs layer 23:24:05 3750a50a1c5e: Pulling fs layer 23:24:05 8a11ddd9e578: Waiting 23:24:05 4cf88f913ddb: Waiting 23:24:05 1df406cf5192: Waiting 23:24:05 cd6300453558: Waiting 23:24:05 b9c365052c96: Waiting 23:24:05 a2d8cc88f415: Waiting 23:24:05 ea1d1ca13537: Waiting 23:24:05 3750a50a1c5e: Waiting 23:24:05 777b28850792: Verifying Checksum 23:24:05 777b28850792: Download complete 23:24:05 2a23fa8c16f7: Verifying Checksum 23:24:05 2a23fa8c16f7: Download complete 23:24:05 4cf88f913ddb: Verifying Checksum 23:24:05 4cf88f913ddb: Download complete 23:24:05 1df406cf5192: Verifying Checksum 23:24:05 1df406cf5192: Download complete 23:24:05 cde5963f3b93: Verifying Checksum 23:24:05 cde5963f3b93: Download complete 23:24:06 cde5963f3b93: Pull complete 23:24:07 2a23fa8c16f7: Pull complete 23:24:07 777b28850792: Pull complete 23:24:08 cd6300453558: Verifying Checksum 23:24:08 cd6300453558: Download complete 23:24:08 a2d8cc88f415: Download complete 23:24:09 ea1d1ca13537: Verifying Checksum 23:24:09 ea1d1ca13537: Download complete 23:24:09 3750a50a1c5e: Verifying Checksum 23:24:09 3750a50a1c5e: Download complete 23:24:10 b9c365052c96: Verifying Checksum 23:24:10 b9c365052c96: Download complete 23:24:10 8a11ddd9e578: Verifying Checksum 23:24:10 8a11ddd9e578: Download complete 23:24:20 8a11ddd9e578: Pull complete 23:24:20 4cf88f913ddb: Pull complete 23:24:20 1df406cf5192: Pull complete 23:24:25 cd6300453558: Pull complete 23:24:30 b9c365052c96: Pull complete 23:24:30 a2d8cc88f415: Pull complete 23:24:32 ea1d1ca13537: Pull complete 23:24:32 3750a50a1c5e: Pull complete 23:24:32 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 23:24:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 23:24:32 ---> 78745c68409d 23:24:32 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:24:38 ---> Running in 5f0b86879b18 23:24:38 Removing intermediate container 5f0b86879b18 23:24:38 ---> 6f2c1c416332 23:24:38 Step 4/7 : RUN apk add --update bash 23:24:38 ---> Running in 249c44efdc22 23:24:40 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 23:24:40 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 23:24:41 OK: 125 MiB in 39 packages 23:24:42 Removing intermediate container 249c44efdc22 23:24:42 ---> 4e6a8e75a6d8 23:24:42 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 23:24:42 ---> Running in 94c82a23fd44 23:24:42 Removing intermediate container 94c82a23fd44 23:24:42 ---> a749427bf681 23:24:42 Step 6/7 : COPY go.mod . 23:24:43 ---> 7df4b9c63491 23:24:43 Step 7/7 : RUN go mod download 23:24:43 ---> Running in 46ff276a3b59 23:24:45 go: finding github.com/davecgh/go-spew v1.1.0 23:24:45 go: finding github.com/pmezard/go-difflib v1.0.0 23:24:45 go: finding github.com/stretchr/objx v0.1.0 23:24:45 go: finding github.com/stretchr/testify v1.3.0 23:24:46 Removing intermediate container 46ff276a3b59 23:24:46 ---> 178c70d74fca 23:24:47 Successfully built 178c70d74fca 23:24:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:24:47 + docker inspect -f . ci-base-image-arm64 23:24:47 . [Pipeline] withDockerContainer 23:24:48 prd-ubuntu18.04-docker-arm64-4c-16g-3229 does not seem to be running inside a container 23:24:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/1 -v /w/workspace/go-mod-secrets/1:/w/workspace/go-mod-secrets/1:rw,z -v /w/workspace/go-mod-secrets/1@tmp:/w/workspace/go-mod-secrets/1@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 ******** ci-base-image-arm64 cat 23:24:50 $ docker top 320c4b128a6e2808ebdddf3689d49a361b1eb678ef64b02bd7b95620a1abd07d -eo pid,comm [Pipeline] { [Pipeline] sh 23:24:51 + go version 23:24:51 go version go1.13.5 linux/arm64 [Pipeline] sh 23:24:52 + make test 23:24:52 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:25:00 ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] 23:25:00 ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] 23:25:11 ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.068s coverage: 96.7% of statements 23:25:29 ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 15.053s coverage: 86.1% of statements 23:25:29 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.028s coverage: 89.5% of statements 23:25:29 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks 0.012s coverage: 100.0% of statements 23:25:29 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.017s coverage: 100.0% of statements 23:25:29 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks 0.013s coverage: 100.0% of statements 23:25:29 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:25:31 gofmt -l . 23:25:31 [ "`gofmt -l .`" = "" ] [Pipeline] stash 23:25:31 Warning: overwriting stash ‘coverage-report’ 23:25:32 Stashed 1 file(s) [Pipeline] } 23:25:32 $ docker stop --time=1 320c4b128a6e2808ebdddf3689d49a361b1eb678ef64b02bd7b95620a1abd07d 23:25:34 $ docker rm -f 320c4b128a6e2808ebdddf3689d49a361b1eb678ef64b02bd7b95620a1abd07d [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 23:25:36 provisioning config files... 23:25:36 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-52@tmp/config2769256733592351055tmp [Pipeline] { [Pipeline] sh 23:25:36 + curl -s https://codecov.io/bash 23:25:36 + bash -s - -t @/w/workspace/dgexfoundry_go-mod-secrets_PR-52@tmp/config2769256733592351055tmp [Pipeline] } 23:27:58 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] { (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 23:27:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:28:00 ---> package-listing.sh 23:28:00 ++ facter osfamily 23:28:00 ++ tr '[:upper:]' '[:lower:]' 23:28:00 + OS_FAMILY=redhat 23:28:00 + workspace=/w/workspace/dgexfoundry_go-mod-secrets_PR-52 23:28:00 + START_PACKAGES=/tmp/packages_start.txt 23:28:00 + END_PACKAGES=/tmp/packages_end.txt 23:28:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:28:00 + PACKAGES=/tmp/packages_start.txt 23:28:00 + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-52 ']' 23:28:00 + PACKAGES=/tmp/packages_end.txt 23:28:00 + case "${OS_FAMILY}" in 23:28:00 + rpm -qa 23:28:00 + sort 23:28:05 + '[' -f /tmp/packages_start.txt ']' 23:28:05 + '[' -f /tmp/packages_end.txt ']' 23:28:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:28:05 + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-52 ']' 23:28:05 + mkdir -p /w/workspace/dgexfoundry_go-mod-secrets_PR-52/archives/ 23:28:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_go-mod-secrets_PR-52/archives/ [Pipeline] isUnix [Pipeline] sh 23:28:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:28:06 23:28:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:28:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:28:06 alpine: Pulling from edgex-lftools-log-publisher 23:28:06 c9b1b535fdd9: Pulling fs layer 23:28:06 2cc5ad85d9ab: Pulling fs layer 23:28:06 756a868c4378: Pulling fs layer 23:28:06 444b2fc9a129: Pulling fs layer 23:28:06 ea15f1150254: Pulling fs layer 23:28:06 41b27a9f41bf: Pulling fs layer 23:28:06 28c525ee5125: Pulling fs layer 23:28:06 094b1ea09ed8: Pulling fs layer 23:28:06 138eaada9080: Pulling fs layer 23:28:06 0622d0fa9048: Pulling fs layer 23:28:06 444b2fc9a129: Waiting 23:28:06 ea15f1150254: Waiting 23:28:06 41b27a9f41bf: Waiting 23:28:06 28c525ee5125: Waiting 23:28:06 094b1ea09ed8: Waiting 23:28:06 138eaada9080: Waiting 23:28:06 0622d0fa9048: Waiting 23:28:06 2cc5ad85d9ab: Download complete 23:28:06 444b2fc9a129: Download complete 23:28:06 c9b1b535fdd9: Verifying Checksum 23:28:06 c9b1b535fdd9: Download complete 23:28:06 ea15f1150254: Verifying Checksum 23:28:06 ea15f1150254: Download complete 23:28:06 28c525ee5125: Verifying Checksum 23:28:06 28c525ee5125: Download complete 23:28:06 c9b1b535fdd9: Pull complete 23:28:06 756a868c4378: Download complete 23:28:07 2cc5ad85d9ab: Pull complete 23:28:07 138eaada9080: Verifying Checksum 23:28:07 138eaada9080: Download complete 23:28:07 0622d0fa9048: Verifying Checksum 23:28:07 0622d0fa9048: Download complete 23:28:07 094b1ea09ed8: Verifying Checksum 23:28:07 094b1ea09ed8: Download complete 23:28:07 41b27a9f41bf: Verifying Checksum 23:28:07 41b27a9f41bf: Download complete 23:28:08 756a868c4378: Pull complete 23:28:09 444b2fc9a129: Pull complete 23:28:09 ea15f1150254: Pull complete 23:28:13 41b27a9f41bf: Pull complete 23:28:13 28c525ee5125: Pull complete 23:28:17 094b1ea09ed8: Pull complete 23:28:17 138eaada9080: Pull complete 23:28:17 0622d0fa9048: Pull complete 23:28:17 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 23:28:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:28:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:28:17 prd-centos7-docker-4c-2g-3227 does not seem to be running inside a container 23:28:17 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dgexfoundry_go-mod-secrets_PR-52 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-52:/w/workspace/dgexfoundry_go-mod-secrets_PR-52:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-52@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-52@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:28:20 $ docker top 28086b44dd366232b924ebee090ee4746ddcc6d6972e0995c2cb40bb87db11b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:28:21 provisioning config files... 23:28:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-52@tmp/config3166661931391357734tmp [Pipeline] { [Pipeline] echo 23:28:21 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:28:21 ---> create-netrc.sh [Pipeline] echo 23:28:21 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:28:21 ---> logs-deploy.sh 23:28:21 + ARCHIVE_ARTIFACTS= 23:28:21 + LOGS_SERVER=https://logs.edgexfoundry.org 23:28:21 + '[' https://logs.edgexfoundry.org == None ']' 23:28:21 + NEXUS_URL=https://nexus.edgexfoundry.org 23:28:21 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-52/1 23:28:21 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-secrets/job/PR-52/1/ 23:28:21 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-52/1 /w/workspace/dgexfoundry_go-mod-secrets_PR-52 23:28:23 Archives upload complete. 23:28:23 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-52/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-secrets/job/PR-52/1/