Pull request #27 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e62423ecfc50ea3974a078f029fadbf95c66669a+b106d00ae92e946d2103bc6c1464522635373c7b (f0e52b99061ffe568b587f1f7fe0e3fd8c9a0275) 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c330340c18bb7ab85087afff7d7ed2ee420c0 # timeout=10 Commit message: "Merge pull request #211 from ernestojeda/fix-docker-image-push-with-namespace" > 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-492 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 e62423ecfc50ea3974a078f029fadbf95c66669a Merge succeeded, producing a4275b3cc164e182c50d114cf33921416678f49f Checking out Revision a4275b3cc164e182c50d114cf33921416678f49f (PR-27) > git config core.sparsecheckout # timeout=10 > git checkout -f e62423ecfc50ea3974a078f029fadbf95c66669a # 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 a4275b3cc164e182c50d114cf33921416678f49f # 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 23:56:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:56:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk d390d5ed7b871c3987d07c212c15bd262c8fe7b6 # timeout=10 [Pipeline] echo 23:56:10 ========================================================= 23:56:10 EdgeX Global Pipelines Version Info 23:56:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:56:11 ------------------- 23:56:11 stable info: 23:56:11 ------------------- 23:56:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:56:11 Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 23:56:11 Message: update stable to v1.0.99 23:56:12 ------------------- 23:56:12 experimental info: 23:56:12 ------------------- 23:56:12 Commited By: **** collab-it+edgex@linuxfoundation.org 23:56:12 Commit SHA: 78d567e8c35819a45e10bd2b75e1138b16507148 23:56:12 Message: update experimental to v1.0.101 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 23:56:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:56:15 23:56:15 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:56:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:56:15 latest: Pulling from edgex-devops/git-semver 23:56:15 31603596830f: Pulling fs layer 23:56:15 2a8b12db71e7: Pulling fs layer 23:56:15 6ca5941a6612: Pulling fs layer 23:56:15 ecc8261a40a4: Pulling fs layer 23:56:15 ecc8261a40a4: Waiting 23:56:15 2a8b12db71e7: Verifying Checksum 23:56:15 2a8b12db71e7: Download complete 23:56:15 31603596830f: Verifying Checksum 23:56:15 31603596830f: Download complete 23:56:15 ecc8261a40a4: Verifying Checksum 23:56:15 ecc8261a40a4: Download complete 23:56:15 6ca5941a6612: Verifying Checksum 23:56:15 6ca5941a6612: Download complete 23:56:15 31603596830f: Pull complete 23:56:15 2a8b12db71e7: Pull complete 23:56:16 6ca5941a6612: Pull complete 23:56:16 ecc8261a40a4: Pull complete 23:56:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:56:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:56:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:56:16 prd-centos7-docker-4c-2g-492 does not seem to be running inside a container 23:56:16 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:56:18 $ docker top c17e8bfa828afb42140a3fdab7506d1084f5e7a451cdf83e271b756259cbba66 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:56:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:56:19 [ssh-agent] Looking for ssh-agent implementation... 23:56:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:56:19 $ docker exec c17e8bfa828afb42140a3fdab7506d1084f5e7a451cdf83e271b756259cbba66 ssh-agent 23:56:19 SSH_AUTH_SOCK=/tmp/ssh-KHP3FzzCiaCV/agent.11 23:56:19 SSH_AGENT_PID=16 23:56:19 Running ssh-add (command line suppressed) 23:56:19 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_8107778574575830463.key (/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_8107778574575830463.key) 23:56:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:56:20 + git describe --exact-match --tags HEAD 23:56:20 fatal: No names found, cannot describe anything. [Pipeline] } 23:56:20 $ docker exec --env ******** --env ******** c17e8bfa828afb42140a3fdab7506d1084f5e7a451cdf83e271b756259cbba66 ssh-agent -k 23:56:20 unset SSH_AUTH_SOCK; 23:56:20 unset SSH_AGENT_PID; 23:56:20 echo Agent pid 16 killed; 23:56:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 23:56:20 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 23:56:20 This usually means this commit has not been tagged. [Pipeline] sshagent 23:56:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:56:20 [ssh-agent] Looking for ssh-agent implementation... 23:56:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:56:20 $ docker exec c17e8bfa828afb42140a3fdab7506d1084f5e7a451cdf83e271b756259cbba66 ssh-agent 23:56:20 SSH_AUTH_SOCK=/tmp/ssh-sMyxfVuzydFF/agent.44 23:56:20 SSH_AGENT_PID=49 23:56:20 Running ssh-add (command line suppressed) 23:56:20 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_5385993105450032775.key (/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_5385993105450032775.key) 23:56:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:56:21 + git semver init 23:56:21 # -> Open(): unable to determine branch for HEAD 23:56:21 # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-27/.git 23:56:21 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-27 23:56:21 # $SEMVER_REMOTE_NAME = origin 23:56:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:56:21 # $SEMVER_USER_NAME = edgex-jenkins 23:56:21 # $SEMVER_BRANCH = PR-27 23:56:21 # $SEMVER_TEMP = /tmp/semver-011310301 23:56:21 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 23:56:22 # '/tmp/semver-011310301' -> '/w/workspace/dgexfoundry_device-rest-go_PR-27/.semver' 23:56:22 # -> Force: false 23:56:22 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-27/.semver [Pipeline] } 23:56:22 $ docker exec --env ******** --env ******** c17e8bfa828afb42140a3fdab7506d1084f5e7a451cdf83e271b756259cbba66 ssh-agent -k 23:56:22 unset SSH_AUTH_SOCK; 23:56:22 unset SSH_AGENT_PID; 23:56:22 echo Agent pid 49 killed; 23:56:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:56:22 + git semver [Pipeline] } 23:56:22 $ docker stop --time=1 c17e8bfa828afb42140a3fdab7506d1084f5e7a451cdf83e271b756259cbba66 23:56:24 $ docker rm -f c17e8bfa828afb42140a3fdab7506d1084f5e7a451cdf83e271b756259cbba66 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 23:56:25 Stashed 17 file(s) [Pipeline] echo 23:56:25 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 23:56:40 Still waiting to schedule task 23:56:40 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-492’ 23:56:40 Still waiting to schedule task 23:56:40 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:58:25 Running on prd-centos7-docker-4c-2g-494 in /w/workspace/dgexfoundry_device-rest-go_PR-27 [Pipeline] { [Pipeline] ws 23:58:25 Running in /w/workspace/device-rest-go/10 [Pipeline] { [Pipeline] checkout 23:58:25 Running on prd-ubuntu18.04-docker-arm64-4c-16g-493 in /w/workspace/dgexfoundry_device-rest-go_PR-27 [Pipeline] { [Pipeline] ws 23:58:25 Running in /w/workspace/device-rest-go/10 [Pipeline] { [Pipeline] checkout 23:58:29 using credential edgex-jenkins-ssh 23:58:29 Cloning the remote Git repository 23:58:29 Cloning with configured refspecs honoured and without tags 23:58:29 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 23:58:29 > git init /w/workspace/device-rest-go/10 # timeout=10 23:58:29 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:58:29 > git --version # timeout=10 23:58:29 using GIT_SSH to set credentials SSH Credentials for GitHub 23:58: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 23:58:30 using credential edgex-jenkins-ssh 23:58:30 Fetching without tags 23:58:30 Cloning the remote Git repository 23:58:30 Cloning with configured refspecs honoured and without tags 23:58:30 Merging remotes/origin/master commit b106d00ae92e946d2103bc6c1464522635373c7b into PR head commit e62423ecfc50ea3974a078f029fadbf95c66669a [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:58:31 Failed in branch amd64 23:58:30 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:58:30 > git config --add remote.origin.fetch +refs/pull/27/head:refs/remotes/origin/PR-27 # timeout=10 23:58:30 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 23:58:30 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:58:30 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:58:30 using GIT_SSH to set credentials SSH Credentials for GitHub 23:58:30 > 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 23:58:30 > git config core.sparsecheckout # timeout=10 23:58:30 > git checkout -f e62423ecfc50ea3974a078f029fadbf95c66669a # timeout=10 23:58:30 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 23:58:30 > git init /w/workspace/device-rest-go/10 # timeout=10 23:58:30 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:58:30 > git --version # timeout=10 23:58:30 using GIT_SSH to set credentials SSH Credentials for GitHub 23:58:30 > 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 23:58:32 Fetching without tags 23:58:32 Merging remotes/origin/master commit b106d00ae92e946d2103bc6c1464522635373c7b into PR head commit e62423ecfc50ea3974a078f029fadbf95c66669a [Pipeline] } 23:58:32 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:58:32 > git config --add remote.origin.fetch +refs/pull/27/head:refs/remotes/origin/PR-27 # timeout=10 23:58:32 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 23:58:32 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:58:32 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:58:32 using GIT_SSH to set credentials SSH Credentials for GitHub 23:58:32 > 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 23:58:32 > git config core.sparsecheckout # timeout=10 23:58:32 > git checkout -f e62423ecfc50ea3974a078f029fadbf95c66669a # timeout=10 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:58:33 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) [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 23:58:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:58:35 ---> package-listing.sh 23:58:35 ++ facter osfamily 23:58:35 ++ tr '[:upper:]' '[:lower:]' 23:58:35 + OS_FAMILY=redhat 23:58:35 + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-27 23:58:35 + START_PACKAGES=/tmp/packages_start.txt 23:58:35 + END_PACKAGES=/tmp/packages_end.txt 23:58:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:58:35 + PACKAGES=/tmp/packages_start.txt 23:58:35 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-27 ']' 23:58:35 + PACKAGES=/tmp/packages_end.txt 23:58:35 + case "${OS_FAMILY}" in 23:58:35 + rpm -qa 23:58:35 + sort 23:58:39 + '[' -f /tmp/packages_start.txt ']' 23:58:39 + '[' -f /tmp/packages_end.txt ']' 23:58:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:58:39 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-27 ']' 23:58:39 + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-27/archives/ 23:58: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 23:58:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:58:39 23:58:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:58:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:58:40 alpine: Pulling from edgex-lftools-log-publisher 23:58:40 c9b1b535fdd9: Pulling fs layer 23:58:40 2cc5ad85d9ab: Pulling fs layer 23:58:40 756a868c4378: Pulling fs layer 23:58:40 444b2fc9a129: Pulling fs layer 23:58:40 ea15f1150254: Pulling fs layer 23:58:40 41b27a9f41bf: Pulling fs layer 23:58:40 28c525ee5125: Pulling fs layer 23:58:40 094b1ea09ed8: Pulling fs layer 23:58:40 138eaada9080: Pulling fs layer 23:58:40 0622d0fa9048: Pulling fs layer 23:58:40 444b2fc9a129: Waiting 23:58:40 ea15f1150254: Waiting 23:58:40 41b27a9f41bf: Waiting 23:58:40 28c525ee5125: Waiting 23:58:40 094b1ea09ed8: Waiting 23:58:40 138eaada9080: Waiting 23:58:40 0622d0fa9048: Waiting 23:58:40 2cc5ad85d9ab: Verifying Checksum 23:58:40 2cc5ad85d9ab: Download complete 23:58:40 444b2fc9a129: Verifying Checksum 23:58:40 444b2fc9a129: Download complete 23:58:40 c9b1b535fdd9: Verifying Checksum 23:58:40 c9b1b535fdd9: Download complete 23:58:40 ea15f1150254: Verifying Checksum 23:58:40 ea15f1150254: Download complete 23:58:40 28c525ee5125: Verifying Checksum 23:58:40 28c525ee5125: Download complete 23:58:40 c9b1b535fdd9: Pull complete 23:58:40 756a868c4378: Verifying Checksum 23:58:40 756a868c4378: Download complete 23:58:40 138eaada9080: Verifying Checksum 23:58:40 138eaada9080: Download complete 23:58:40 094b1ea09ed8: Verifying Checksum 23:58:40 094b1ea09ed8: Download complete 23:58:40 0622d0fa9048: Verifying Checksum 23:58:40 0622d0fa9048: Download complete 23:58:40 2cc5ad85d9ab: Pull complete 23:58:41 41b27a9f41bf: Verifying Checksum 23:58:41 41b27a9f41bf: Download complete 23:58:42 756a868c4378: Pull complete 23:58:42 444b2fc9a129: Pull complete 23:58:42 ea15f1150254: Pull complete 23:58:46 41b27a9f41bf: Pull complete 23:58:46 28c525ee5125: Pull complete 23:58:49 094b1ea09ed8: Pull complete 23:58:49 138eaada9080: Pull complete 23:58:49 0622d0fa9048: Pull complete 23:58:49 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 23:58:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:58:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:58:49 prd-centos7-docker-4c-2g-492 does not seem to be running inside a container 23:58:49 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:58:53 $ docker top 67434bd9d1776edf8533351a8eaac6ede569bf3ce9240289860de0f66ac1acae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:58:53 provisioning config files... 23:58:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/config6654210683792946785tmp [Pipeline] { [Pipeline] echo 23:58:53 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:58:54 ---> create-netrc.sh [Pipeline] echo 23:58:54 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:58:54 ---> logs-deploy.sh 23:58:54 + ARCHIVE_ARTIFACTS= 23:58:54 + LOGS_SERVER=https://logs.edgexfoundry.org 23:58:54 + '[' https://logs.edgexfoundry.org == None ']' 23:58:54 + NEXUS_URL=https://nexus.edgexfoundry.org 23:58:54 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-27/10 23:58:54 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/PR-27/10/ 23:58:54 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-27/10 /w/workspace/dgexfoundry_device-rest-go_PR-27 23:58:55 Archives upload complete. 23:58:55 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-27/10 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/PR-27/10/