Pull request #27 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f4433191356ae79d24f7288d776661ddca3816b2+b106d00ae92e946d2103bc6c1464522635373c7b (6de7b0286ead9b3d4b6b96d46835f42c340dca90) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 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 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:device-rest-go, goVersion:1.13] ========================================================= [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: device-rest-go-settings PROJECT: device-rest-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-device-rest-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-4035’ is offline Running on prd-centos7-docker-4c-2g-4037 in /w/workspace/dgexfoundry_device-rest-go_PR-27 [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/device-rest-go.git > git init /w/workspace/dgexfoundry_device-rest-go_PR-27 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/27/head:refs/remotes/origin/PR-27 # 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/device-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit b106d00ae92e946d2103bc6c1464522635373c7b into PR head commit f4433191356ae79d24f7288d776661ddca3816b2 Merge succeeded, producing 1fd59165960452bd12312ea10ca1880eedf6192f Checking out Revision 1fd59165960452bd12312ea10ca1880eedf6192f (PR-27) > git config core.sparsecheckout # timeout=10 > git checkout -f f4433191356ae79d24f7288d776661ddca3816b2 # 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 b106d00ae92e946d2103bc6c1464522635373c7b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1fd59165960452bd12312ea10ca1880eedf6192f # timeout=10 Commit message: "Merge commit 'b106d00ae92e946d2103bc6c1464522635373c7b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:00:15 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 29054278862172667822e3021ea244d296c43e95 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:00:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:00:15 ========================================================= 01:00:15 EdgeX Global Pipelines Version Info 01:00:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:00:17 ------------------- 01:00:17 stable info: 01:00:17 ------------------- 01:00:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:00:17 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 01:00:17 Message: update stable to v1.0.89 01:00:18 ------------------- 01:00:18 experimental info: 01:00:18 ------------------- 01:00:18 Commited By: **** collab-it+edgex@linuxfoundation.org 01:00:18 Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 01:00:18 Message: update experimental to v1.0.90 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 01:00:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:00:20 01:00:20 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:00:21 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:00:21 latest: Pulling from edgex-devops/git-semver 01:00:21 9123ac7c32f7: Pulling fs layer 01:00:21 b8cc5d1170e3: Pulling fs layer 01:00:21 2924cbbf6a41: Pulling fs layer 01:00:21 93b08a4f1073: Pulling fs layer 01:00:21 93b08a4f1073: Waiting 01:00:21 b8cc5d1170e3: Verifying Checksum 01:00:21 b8cc5d1170e3: Download complete 01:00:21 9123ac7c32f7: Verifying Checksum 01:00:21 9123ac7c32f7: Download complete 01:00:21 93b08a4f1073: Verifying Checksum 01:00:21 93b08a4f1073: Download complete 01:00:21 2924cbbf6a41: Verifying Checksum 01:00:21 2924cbbf6a41: Download complete 01:00:22 9123ac7c32f7: Pull complete 01:00:22 b8cc5d1170e3: Pull complete 01:00:23 2924cbbf6a41: Pull complete 01:00:23 93b08a4f1073: Pull complete 01:00:23 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 01:00:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:00:23 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:00:24 prd-centos7-docker-4c-2g-4037 does not seem to be running inside a container 01:00:24 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-27 -v /w/workspace/dgexfoundry_device-rest-go_PR-27:/w/workspace/dgexfoundry_device-rest-go_PR-27:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-27@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:10004/edgex-devops/git-semver:latest cat 01:00:26 $ docker top f6ff843b958001028551b9696114caab7104652befc87ebced0c56748327465c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:00:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:00:26 [ssh-agent] Looking for ssh-agent implementation... 01:00:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:00:26 $ docker exec f6ff843b958001028551b9696114caab7104652befc87ebced0c56748327465c ssh-agent 01:00:27 SSH_AUTH_SOCK=/tmp/ssh-ckyj7pA0wVmK/agent.12 01:00:27 SSH_AGENT_PID=17 01:00:27 Running ssh-add (command line suppressed) 01:00:27 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_527446823072761551.key (/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_527446823072761551.key) 01:00:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:00:27 + git describe --exact-match --tags HEAD 01:00:27 fatal: No names found, cannot describe anything. [Pipeline] } 01:00:28 $ docker exec --env ******** --env ******** f6ff843b958001028551b9696114caab7104652befc87ebced0c56748327465c ssh-agent -k 01:00:28 unset SSH_AUTH_SOCK; 01:00:28 unset SSH_AGENT_PID; 01:00:28 echo Agent pid 17 killed; 01:00:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 01:00:28 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 01:00:28 This usually means this commit has not been tagged. [Pipeline] sshagent 01:00:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:00:28 [ssh-agent] Looking for ssh-agent implementation... 01:00:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:00:29 $ docker exec f6ff843b958001028551b9696114caab7104652befc87ebced0c56748327465c ssh-agent 01:00:29 SSH_AUTH_SOCK=/tmp/ssh-VGEcryAWCXaK/agent.47 01:00:29 SSH_AGENT_PID=52 01:00:29 Running ssh-add (command line suppressed) 01:00:29 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_9068503696405984732.key (/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_9068503696405984732.key) 01:00:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:00:30 + git semver init 01:00:30 # -> Open(): unable to determine branch for HEAD 01:00:30 # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-27/.git 01:00:30 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-27 01:00:30 # $SEMVER_REMOTE_NAME = origin 01:00:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:00:30 # $SEMVER_USER_NAME = edgex-jenkins 01:00:30 # $SEMVER_BRANCH = PR-27 01:00:30 # $SEMVER_TEMP = /tmp/semver-801387189 01:00:30 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 01:00:33 # '/tmp/semver-801387189' -> '/w/workspace/dgexfoundry_device-rest-go_PR-27/.semver' 01:00:33 # -> Force: false 01:00:33 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-27/.semver [Pipeline] } 01:00:33 $ docker exec --env ******** --env ******** f6ff843b958001028551b9696114caab7104652befc87ebced0c56748327465c ssh-agent -k 01:00:34 unset SSH_AUTH_SOCK; 01:00:34 unset SSH_AGENT_PID; 01:00:34 echo Agent pid 52 killed; 01:00:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:00:34 + git semver [Pipeline] } 01:00:34 $ docker stop --time=1 f6ff843b958001028551b9696114caab7104652befc87ebced0c56748327465c 01:00:36 $ docker rm -f f6ff843b958001028551b9696114caab7104652befc87ebced0c56748327465c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 01:00:39 Stashed 24 file(s) [Pipeline] echo 01:00:39 [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 01:00:54 Still waiting to schedule task 01:00:54 Waiting for next available executor on ‘centos7-docker-4c-2g’ 01:00:54 Still waiting to schedule task 01:00:54 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 01:02:13 Running on prd-centos7-docker-4c-2g-4043 in /w/workspace/dgexfoundry_device-rest-go_PR-27 [Pipeline] { [Pipeline] ws 01:02:13 Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout 01:02:15 using credential edgex-jenkins-ssh 01:02:15 Cloning the remote Git repository 01:02:15 Cloning with configured refspecs honoured and without tags 01:02:15 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 01:02:15 > git init /w/workspace/device-rest-go/2 # timeout=10 01:02:15 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 01:02:15 > git --version # timeout=10 01:02:15 using GIT_SSH to set credentials SSH Credentials for GitHub 01:02:15 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:02:17 Fetching without tags 01:02:17 Merging remotes/origin/master commit b106d00ae92e946d2103bc6c1464522635373c7b into PR head commit f4433191356ae79d24f7288d776661ddca3816b2 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:02:17 Failed in branch amd64 01:02:17 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 01:02:17 > git config --add remote.origin.fetch +refs/pull/27/head:refs/remotes/origin/PR-27 # timeout=10 01:02:17 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 01:02:17 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 01:02:17 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 01:02:17 using GIT_SSH to set credentials SSH Credentials for GitHub 01:02:17 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:02:17 > git config core.sparsecheckout # timeout=10 01:02:17 > git checkout -f f4433191356ae79d24f7288d776661ddca3816b2 # timeout=10 01:02:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4042 in /w/workspace/dgexfoundry_device-rest-go_PR-27 [Pipeline] { [Pipeline] ws 01:02:23 Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout 01:02:28 using credential edgex-jenkins-ssh 01:02:28 Cloning the remote Git repository 01:02:28 Cloning with configured refspecs honoured and without tags 01:02:28 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 01:02:29 > git init /w/workspace/device-rest-go/2 # timeout=10 01:02:29 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 01:02:29 > git --version # timeout=10 01:02:29 using GIT_SSH to set credentials SSH Credentials for GitHub 01:02:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:02:31 Fetching without tags 01:02:32 Merging remotes/origin/master commit b106d00ae92e946d2103bc6c1464522635373c7b into PR head commit f4433191356ae79d24f7288d776661ddca3816b2 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:02:32 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) 01:02:31 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 01:02:31 > git config --add remote.origin.fetch +refs/pull/27/head:refs/remotes/origin/PR-27 # timeout=10 01:02:31 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 01:02:31 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 01:02:31 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 01:02:31 using GIT_SSH to set credentials SSH Credentials for GitHub 01:02:31 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:02:32 > git config core.sparsecheckout # timeout=10 01:02:32 > git checkout -f f4433191356ae79d24f7288d776661ddca3816b2 # timeout=10 [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 01:02:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:02:34 ---> package-listing.sh 01:02:34 ++ facter osfamily 01:02:34 ++ tr '[:upper:]' '[:lower:]' 01:02:34 + OS_FAMILY=redhat 01:02:34 + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-27 01:02:34 + START_PACKAGES=/tmp/packages_start.txt 01:02:34 + END_PACKAGES=/tmp/packages_end.txt 01:02:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:02:34 + PACKAGES=/tmp/packages_start.txt 01:02:34 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-27 ']' 01:02:34 + PACKAGES=/tmp/packages_end.txt 01:02:34 + case "${OS_FAMILY}" in 01:02:34 + rpm -qa 01:02:34 + sort 01:02:39 + '[' -f /tmp/packages_start.txt ']' 01:02:39 + '[' -f /tmp/packages_end.txt ']' 01:02:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:02:39 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-27 ']' 01:02:39 + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-27/archives/ 01:02:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-27/archives/ [Pipeline] isUnix [Pipeline] sh 01:02:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:02:40 01:02:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:02:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:02:40 alpine: Pulling from edgex-lftools-log-publisher 01:02:40 c9b1b535fdd9: Pulling fs layer 01:02:40 2cc5ad85d9ab: Pulling fs layer 01:02:40 756a868c4378: Pulling fs layer 01:02:40 444b2fc9a129: Pulling fs layer 01:02:40 ea15f1150254: Pulling fs layer 01:02:40 41b27a9f41bf: Pulling fs layer 01:02:40 28c525ee5125: Pulling fs layer 01:02:40 094b1ea09ed8: Pulling fs layer 01:02:40 138eaada9080: Pulling fs layer 01:02:40 0622d0fa9048: Pulling fs layer 01:02:40 444b2fc9a129: Waiting 01:02:40 ea15f1150254: Waiting 01:02:40 41b27a9f41bf: Waiting 01:02:40 28c525ee5125: Waiting 01:02:40 094b1ea09ed8: Waiting 01:02:40 138eaada9080: Waiting 01:02:40 0622d0fa9048: Waiting 01:02:41 2cc5ad85d9ab: Verifying Checksum 01:02:41 2cc5ad85d9ab: Download complete 01:02:41 444b2fc9a129: Verifying Checksum 01:02:41 444b2fc9a129: Download complete 01:02:41 c9b1b535fdd9: Verifying Checksum 01:02:41 c9b1b535fdd9: Download complete 01:02:41 ea15f1150254: Verifying Checksum 01:02:41 ea15f1150254: Download complete 01:02:41 28c525ee5125: Verifying Checksum 01:02:41 28c525ee5125: Download complete 01:02:41 c9b1b535fdd9: Pull complete 01:02:42 2cc5ad85d9ab: Pull complete 01:02:43 756a868c4378: Verifying Checksum 01:02:43 756a868c4378: Download complete 01:02:44 138eaada9080: Verifying Checksum 01:02:44 138eaada9080: Download complete 01:02:44 0622d0fa9048: Download complete 01:02:44 094b1ea09ed8: Verifying Checksum 01:02:44 094b1ea09ed8: Download complete 01:02:46 756a868c4378: Pull complete 01:02:46 444b2fc9a129: Pull complete 01:02:47 41b27a9f41bf: Verifying Checksum 01:02:47 41b27a9f41bf: Download complete 01:02:47 ea15f1150254: Pull complete 01:02:53 41b27a9f41bf: Pull complete 01:02:53 28c525ee5125: Pull complete 01:02:57 094b1ea09ed8: Pull complete 01:02:57 138eaada9080: Pull complete 01:02:57 0622d0fa9048: Pull complete 01:02:57 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 01:02:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:02:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:02:58 prd-centos7-docker-4c-2g-4037 does not seem to be running inside a container 01:02:58 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dgexfoundry_device-rest-go_PR-27 -v /w/workspace/dgexfoundry_device-rest-go_PR-27:/w/workspace/dgexfoundry_device-rest-go_PR-27:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-27@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:03:01 $ docker top bf3ce06168a5c99c2fd67031a2f5d6406bc90143ccd679a7d8c1573ba8a735bd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:03:01 provisioning config files... 01:03:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/config5473772089568505468tmp [Pipeline] { [Pipeline] echo 01:03:01 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:03:02 ---> create-netrc.sh [Pipeline] echo 01:03:02 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:03:02 ---> logs-deploy.sh 01:03:02 + ARCHIVE_ARTIFACTS= 01:03:02 + LOGS_SERVER=https://logs.edgexfoundry.org 01:03:02 + '[' https://logs.edgexfoundry.org == None ']' 01:03:02 + NEXUS_URL=https://nexus.edgexfoundry.org 01:03:02 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-27/2 01:03:02 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/PR-27/2/ 01:03:02 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-27/2 /w/workspace/dgexfoundry_device-rest-go_PR-27 01:03:04 Archives upload complete. 01:03:04 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-27/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/PR-27/2/