Pull request #253 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at bb23a71e0387f48b774a4c52a4064e316f42887d rather than 592af97fe6d4943566a5ac757127f75f0c948cdd Obtained Jenkinsfile from bb23a71e0387f48b774a4c52a4064e316f42887d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, 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-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ 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-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-724’ is offline Running on prd-centos7-docker-4c-2g-1246 in /w/workspace/dry_go-mod-core-contracts_PR-253 [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/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-253 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit bb23a71e0387f48b774a4c52a4064e316f42887d into PR head commit 592af97fe6d4943566a5ac757127f75f0c948cdd Merge succeeded, producing 592af97fe6d4943566a5ac757127f75f0c948cdd Checking out Revision 592af97fe6d4943566a5ac757127f75f0c948cdd (PR-253) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/253/head:refs/remotes/origin/PR-253 # 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-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 592af97fe6d4943566a5ac757127f75f0c948cdd # 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 bb23a71e0387f48b774a4c52a4064e316f42887d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 592af97fe6d4943566a5ac757127f75f0c948cdd # timeout=10 Commit message: "feat(metadata): Create metadata DTOs and models for V2 API" First time build. Skipping changelog. > git rev-list --no-walk 16ee305c8563024e28d92da18618853f6b2a93c3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:06:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:06:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:06:00 ========================================================= 09:06:00 EdgeX Global Pipelines Version Info 09:06:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:06:02 ------------------- 09:06:02 stable info: 09:06:02 ------------------- 09:06:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:06:02 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 09:06:02 Message: update stable to v1.0.106 09:06:07 ------------------- 09:06:07 experimental info: 09:06:07 ------------------- 09:06:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:06:07 Commit SHA: 30a0a69b1d8223a6590fc13400a32918a7eece87 09:06:07 Message: update experimental to v1.0.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:06:09 + git log --format=format:%s -1 592af97fe6d4943566a5ac757127f75f0c948cdd [Pipeline] echo 09:06:09 GIT_COMMIT: 592af97fe6d4943566a5ac757127f75f0c948cdd, Commit Message: feat(metadata): Create metadata DTOs and models for V2 API [Pipeline] echo 09:06:09 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:06:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:06:11 09:06:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:06:11 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:06:11 latest: Pulling from edgex-devops/git-semver 09:06:11 31603596830f: Pulling fs layer 09:06:11 2a8b12db71e7: Pulling fs layer 09:06:11 6ca5941a6612: Pulling fs layer 09:06:11 ecc8261a40a4: Pulling fs layer 09:06:11 ecc8261a40a4: Waiting 09:06:11 2a8b12db71e7: Verifying Checksum 09:06:11 2a8b12db71e7: Download complete 09:06:11 31603596830f: Verifying Checksum 09:06:11 31603596830f: Download complete 09:06:11 ecc8261a40a4: Verifying Checksum 09:06:11 ecc8261a40a4: Download complete 09:06:11 6ca5941a6612: Verifying Checksum 09:06:11 6ca5941a6612: Download complete 09:06:12 31603596830f: Pull complete 09:06:12 2a8b12db71e7: Pull complete 09:06:13 6ca5941a6612: Pull complete 09:06:13 ecc8261a40a4: Pull complete 09:06:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:06:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:06:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:06:13 prd-centos7-docker-4c-2g-1246 does not seem to be running inside a container 09:06:13 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-253 -v /w/workspace/dry_go-mod-core-contracts_PR-253:/w/workspace/dry_go-mod-core-contracts_PR-253:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-253@tmp:/w/workspace/dry_go-mod-core-contracts_PR-253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:06:15 $ docker top 8d9521dad4118eafb59bcbc12e699954f24ccfcc6e27fcfb096cea4b6a4275a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:06:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:06:15 [ssh-agent] Looking for ssh-agent implementation... 09:06:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:06:15 $ docker exec 8d9521dad4118eafb59bcbc12e699954f24ccfcc6e27fcfb096cea4b6a4275a9 ssh-agent 09:06:16 SSH_AUTH_SOCK=/tmp/ssh-PU6W6pR2lrGd/agent.12 09:06:16 SSH_AGENT_PID=17 09:06:16 Running ssh-add (command line suppressed) 09:06:16 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_6559988852318246931.key (/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_6559988852318246931.key) 09:06:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:06:16 + git describe --exact-match --tags HEAD 09:06:16 fatal: No names found, cannot describe anything. [Pipeline] } 09:06:16 $ docker exec --env ******** --env ******** 8d9521dad4118eafb59bcbc12e699954f24ccfcc6e27fcfb096cea4b6a4275a9 ssh-agent -k 09:06:16 unset SSH_AUTH_SOCK; 09:06:16 unset SSH_AGENT_PID; 09:06:16 echo Agent pid 17 killed; 09:06:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 09:06:16 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 09:06:16 This usually means this commit has not been tagged. [Pipeline] sshagent 09:06:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:06:16 [ssh-agent] Looking for ssh-agent implementation... 09:06:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:06:17 $ docker exec 8d9521dad4118eafb59bcbc12e699954f24ccfcc6e27fcfb096cea4b6a4275a9 ssh-agent 09:06:17 SSH_AUTH_SOCK=/tmp/ssh-f8dO2ONDGRkS/agent.46 09:06:17 SSH_AGENT_PID=52 09:06:17 Running ssh-add (command line suppressed) 09:06:17 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_2847652563507567198.key (/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_2847652563507567198.key) 09:06:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:06:17 + git semver init 09:06:17 # -> Open(): unable to determine branch for HEAD 09:06:17 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-253/.git 09:06:17 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-253 09:06:17 # $SEMVER_REMOTE_NAME = origin 09:06:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:06:17 # $SEMVER_USER_NAME = edgex-jenkins 09:06:17 # $SEMVER_BRANCH = PR-253 09:06:17 # $SEMVER_TEMP = /tmp/semver-092473634 09:06:17 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 09:06:18 # '/tmp/semver-092473634' -> '/w/workspace/dry_go-mod-core-contracts_PR-253/.semver' 09:06:18 # -> Force: false 09:06:18 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-253/.semver [Pipeline] } 09:06:18 $ docker exec --env ******** --env ******** 8d9521dad4118eafb59bcbc12e699954f24ccfcc6e27fcfb096cea4b6a4275a9 ssh-agent -k 09:06:18 unset SSH_AUTH_SOCK; 09:06:18 unset SSH_AGENT_PID; 09:06:18 echo Agent pid 52 killed; 09:06:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:06:18 + git semver [Pipeline] } 09:06:18 $ docker stop --time=1 8d9521dad4118eafb59bcbc12e699954f24ccfcc6e27fcfb096cea4b6a4275a9 09:06:20 $ docker rm -f 8d9521dad4118eafb59bcbc12e699954f24ccfcc6e27fcfb096cea4b6a4275a9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 09:06:21 Stashed 81 file(s) [Pipeline] echo 09:06:21 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo 09:06:21 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [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 09:06:36 Still waiting to schedule task 09:06:36 Waiting for next available executor on ‘centos7-docker-4c-2g’ 09:06:36 Still waiting to schedule task 09:06:36 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 09:08:16 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1247 in /w/workspace/dry_go-mod-core-contracts_PR-253 [Pipeline] { [Pipeline] ws 09:08:16 Running in /w/workspace/go-mod-core-contracts/14 [Pipeline] { [Pipeline] checkout 09:08:21 using credential edgex-jenkins-ssh 09:08:21 Cloning the remote Git repository 09:08:21 Cloning with configured refspecs honoured and without tags 09:08:21 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 09:08:21 > git init /w/workspace/go-mod-core-contracts/14 # timeout=10 09:08:22 Fetching without tags 09:08:21 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:08:21 > git --version # timeout=10 09:08:21 using GIT_SSH to set credentials SSH Credentials for GitHub 09:08:21 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:08:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:08:22 > git config --add remote.origin.fetch +refs/pull/253/head:refs/remotes/origin/PR-253 # timeout=10 09:08:22 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:08:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:08:22 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:08:22 using GIT_SSH to set credentials SSH Credentials for GitHub 09:08:22 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:08:23 Merging remotes/origin/master commit bb23a71e0387f48b774a4c52a4064e316f42887d into PR head commit 592af97fe6d4943566a5ac757127f75f0c948cdd [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:08:23 Failed in branch arm64 09:08:23 > git config core.sparsecheckout # timeout=10 09:08:23 > git checkout -f 592af97fe6d4943566a5ac757127f75f0c948cdd # timeout=10 09:09:02 Running on prd-centos7-docker-4c-2g-1248 in /w/workspace/dry_go-mod-core-contracts_PR-253 [Pipeline] { [Pipeline] ws 09:09:02 Running in /w/workspace/go-mod-core-contracts/14 [Pipeline] { [Pipeline] checkout 09:09:04 using credential edgex-jenkins-ssh 09:09:04 Cloning the remote Git repository 09:09:04 Cloning with configured refspecs honoured and without tags 09:09:04 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 09:09:04 > git init /w/workspace/go-mod-core-contracts/14 # timeout=10 09:09:04 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:09:04 > git --version # timeout=10 09:09:04 using GIT_SSH to set credentials SSH Credentials for GitHub 09:09:05 Fetching without tags 09:09:06 Merging remotes/origin/master commit bb23a71e0387f48b774a4c52a4064e316f42887d into PR head commit 592af97fe6d4943566a5ac757127f75f0c948cdd [Pipeline] } [Pipeline] // ws [Pipeline] } 09:09:05 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:09:05 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:09:05 > git config --add remote.origin.fetch +refs/pull/253/head:refs/remotes/origin/PR-253 # timeout=10 09:09:05 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:09:05 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:09:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:09:05 using GIT_SSH to set credentials SSH Credentials for GitHub 09:09:05 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:09:06 > git config core.sparsecheckout # timeout=10 09:09:06 > git checkout -f 592af97fe6d4943566a5ac757127f75f0c948cdd # timeout=10 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:09:06 Failed in branch amd64 [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] { (Publish Swagger) Stage "Publish Swagger" 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] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) 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 09:09:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:09:08 ---> package-listing.sh 09:09:08 ++ facter osfamily 09:09:08 ++ tr '[:upper:]' '[:lower:]' 09:09:08 + OS_FAMILY=redhat 09:09:08 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-253 09:09:08 + START_PACKAGES=/tmp/packages_start.txt 09:09:08 + END_PACKAGES=/tmp/packages_end.txt 09:09:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:09:08 + PACKAGES=/tmp/packages_start.txt 09:09:08 + '[' /w/workspace/dry_go-mod-core-contracts_PR-253 ']' 09:09:08 + PACKAGES=/tmp/packages_end.txt 09:09:08 + case "${OS_FAMILY}" in 09:09:08 + rpm -qa 09:09:08 + sort 09:09:13 + '[' -f /tmp/packages_start.txt ']' 09:09:13 + '[' -f /tmp/packages_end.txt ']' 09:09:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:09:13 + '[' /w/workspace/dry_go-mod-core-contracts_PR-253 ']' 09:09:13 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-253/archives/ 09:09:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-253/archives/ [Pipeline] isUnix [Pipeline] sh 09:09:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:09:13 09:09:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:09:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:09:14 alpine: Pulling from edgex-lftools-log-publisher 09:09:14 c9b1b535fdd9: Pulling fs layer 09:09:14 2cc5ad85d9ab: Pulling fs layer 09:09:14 756a868c4378: Pulling fs layer 09:09:14 444b2fc9a129: Pulling fs layer 09:09:14 ea15f1150254: Pulling fs layer 09:09:14 41b27a9f41bf: Pulling fs layer 09:09:14 28c525ee5125: Pulling fs layer 09:09:14 094b1ea09ed8: Pulling fs layer 09:09:14 138eaada9080: Pulling fs layer 09:09:14 0622d0fa9048: Pulling fs layer 09:09:14 41b27a9f41bf: Waiting 09:09:14 28c525ee5125: Waiting 09:09:14 094b1ea09ed8: Waiting 09:09:14 138eaada9080: Waiting 09:09:14 444b2fc9a129: Waiting 09:09:14 0622d0fa9048: Waiting 09:09:14 2cc5ad85d9ab: Download complete 09:09:14 444b2fc9a129: Verifying Checksum 09:09:14 444b2fc9a129: Download complete 09:09:14 c9b1b535fdd9: Verifying Checksum 09:09:14 c9b1b535fdd9: Download complete 09:09:14 ea15f1150254: Verifying Checksum 09:09:14 ea15f1150254: Download complete 09:09:14 28c525ee5125: Verifying Checksum 09:09:14 28c525ee5125: Download complete 09:09:14 756a868c4378: Verifying Checksum 09:09:14 756a868c4378: Download complete 09:09:14 c9b1b535fdd9: Pull complete 09:09:14 138eaada9080: Verifying Checksum 09:09:14 138eaada9080: Download complete 09:09:14 0622d0fa9048: Verifying Checksum 09:09:14 0622d0fa9048: Download complete 09:09:14 094b1ea09ed8: Verifying Checksum 09:09:14 094b1ea09ed8: Download complete 09:09:14 2cc5ad85d9ab: Pull complete 09:09:15 41b27a9f41bf: Verifying Checksum 09:09:15 41b27a9f41bf: Download complete 09:09:16 756a868c4378: Pull complete 09:09:16 444b2fc9a129: Pull complete 09:09:16 ea15f1150254: Pull complete 09:09:20 41b27a9f41bf: Pull complete 09:09:20 28c525ee5125: Pull complete 09:09:23 094b1ea09ed8: Pull complete 09:09:23 138eaada9080: Pull complete 09:09:24 0622d0fa9048: Pull complete 09:09:24 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 09:09:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:09:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:09:24 prd-centos7-docker-4c-2g-1246 does not seem to be running inside a container 09:09:24 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dry_go-mod-core-contracts_PR-253 -v /w/workspace/dry_go-mod-core-contracts_PR-253:/w/workspace/dry_go-mod-core-contracts_PR-253:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-253@tmp:/w/workspace/dry_go-mod-core-contracts_PR-253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:09:26 $ docker top 6e41b94c65254e1ccb80d2ca901c878426f821c0c261f7751cc418ce1e06f5f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:09:26 provisioning config files... 09:09:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/config4431980205877612878tmp [Pipeline] { [Pipeline] echo 09:09:26 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:09:26 ---> create-netrc.sh [Pipeline] echo 09:09:27 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:09:27 ---> logs-deploy.sh 09:09:27 + ARCHIVE_ARTIFACTS= 09:09:27 + LOGS_SERVER=https://logs.edgexfoundry.org 09:09:27 + '[' https://logs.edgexfoundry.org == None ']' 09:09:27 + NEXUS_URL=https://nexus.edgexfoundry.org 09:09:27 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-253/14 09:09:27 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-253/14/ 09:09:27 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-253/14 /w/workspace/dry_go-mod-core-contracts_PR-253 09:09:28 Archives upload complete. 09:09:28 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-253/14 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-253/14/