Pull request #264 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 lindseysimple for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 3b6f148a4238a8e71b9e902b73078d4f76f557e6+046332cc0f50c1d5f48651531f0deccce2d40ff3 (7baeded1ac95362682baea38a10d0f2f1fc00b13) 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 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 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-core-contracts/branches/PR-264/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 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 > 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-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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3016 in /w/workspace/dry_go-mod-core-contracts_PR-264 [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-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-264 # 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/264/head:refs/remotes/origin/PR-264 +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 > git config --add remote.origin.fetch +refs/pull/264/head:refs/remotes/origin/PR-264 # 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/264/head:refs/remotes/origin/PR-264 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 046332cc0f50c1d5f48651531f0deccce2d40ff3 into PR head commit 3b6f148a4238a8e71b9e902b73078d4f76f557e6 Merge succeeded, producing 3b6f148a4238a8e71b9e902b73078d4f76f557e6 Checking out Revision 3b6f148a4238a8e71b9e902b73078d4f76f557e6 (PR-264) > git config core.sparsecheckout # timeout=10 > git checkout -f 3b6f148a4238a8e71b9e902b73078d4f76f557e6 # 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 046332cc0f50c1d5f48651531f0deccce2d40ff3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3b6f148a4238a8e71b9e902b73078d4f76f557e6 # timeout=10 Commit message: "Add validation annotations on the V2 core data DTO" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:11:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:11:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:11:18 ========================================================= 11:11:18 EdgeX Global Pipelines Version Info 11:11:18 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:11:20 ------------------- 11:11:20 stable info: 11:11:20 ------------------- 11:11:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:11:20 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 11:11:20 Message: update stable to v1.0.106 11:11:21 ------------------- 11:11:21 experimental info: 11:11:21 ------------------- 11:11:21 Commited By: **** collab-it+edgex@linuxfoundation.org 11:11:21 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 11:11:21 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:11:23 + git log --format=format:%s -1 3b6f148a4238a8e71b9e902b73078d4f76f557e6 [Pipeline] echo 11:11:23 GIT_COMMIT: 3b6f148a4238a8e71b9e902b73078d4f76f557e6, Commit Message: Add validation annotations on the V2 core data DTO [Pipeline] echo 11:11:23 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 11:11:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:11:24 11:11:24 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:11:25 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:11:25 latest: Pulling from edgex-devops/git-semver 11:11:25 31603596830f: Pulling fs layer 11:11:25 2a8b12db71e7: Pulling fs layer 11:11:25 6ca5941a6612: Pulling fs layer 11:11:25 ecc8261a40a4: Pulling fs layer 11:11:25 ecc8261a40a4: Waiting 11:11:25 2a8b12db71e7: Verifying Checksum 11:11:25 2a8b12db71e7: Download complete 11:11:25 31603596830f: Verifying Checksum 11:11:25 31603596830f: Download complete 11:11:25 ecc8261a40a4: Verifying Checksum 11:11:25 ecc8261a40a4: Download complete 11:11:25 6ca5941a6612: Verifying Checksum 11:11:25 6ca5941a6612: Download complete 11:11:25 31603596830f: Pull complete 11:11:25 2a8b12db71e7: Pull complete 11:11:26 6ca5941a6612: Pull complete 11:11:26 ecc8261a40a4: Pull complete 11:11:26 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 11:11:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:11:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:11:27 prd-centos7-docker-4c-2g-3016 does not seem to be running inside a container 11:11:27 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-264 -v /w/workspace/dry_go-mod-core-contracts_PR-264:/w/workspace/dry_go-mod-core-contracts_PR-264:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-264@tmp:/w/workspace/dry_go-mod-core-contracts_PR-264@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:11:29 $ docker top f89bf2262f90849a180c963199cb96771c411fe16a4b96fc60f74fa08192af72 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:11:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:11:29 [ssh-agent] Looking for ssh-agent implementation... 11:11:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:11:29 $ docker exec f89bf2262f90849a180c963199cb96771c411fe16a4b96fc60f74fa08192af72 ssh-agent 11:11:30 SSH_AUTH_SOCK=/tmp/ssh-e5O9p3xEi7i9/agent.13 11:11:30 SSH_AGENT_PID=18 11:11:30 Running ssh-add (command line suppressed) 11:11:30 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-264@tmp/private_key_6239755913984803523.key (/w/workspace/dry_go-mod-core-contracts_PR-264@tmp/private_key_6239755913984803523.key) 11:11:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:11:30 + git describe --exact-match --tags HEAD 11:11:30 fatal: No names found, cannot describe anything. [Pipeline] } 11:11:30 $ docker exec --env ******** --env ******** f89bf2262f90849a180c963199cb96771c411fe16a4b96fc60f74fa08192af72 ssh-agent -k 11:11:30 unset SSH_AUTH_SOCK; 11:11:30 unset SSH_AGENT_PID; 11:11:30 echo Agent pid 18 killed; 11:11:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 11:11:31 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 11:11:31 This usually means this commit has not been tagged. [Pipeline] sshagent 11:11:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:11:31 [ssh-agent] Looking for ssh-agent implementation... 11:11:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:11:31 $ docker exec f89bf2262f90849a180c963199cb96771c411fe16a4b96fc60f74fa08192af72 ssh-agent 11:11:31 SSH_AUTH_SOCK=/tmp/ssh-AKQqtW8NGxg5/agent.48 11:11:31 SSH_AGENT_PID=53 11:11:31 Running ssh-add (command line suppressed) 11:11:31 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-264@tmp/private_key_3449405501152052093.key (/w/workspace/dry_go-mod-core-contracts_PR-264@tmp/private_key_3449405501152052093.key) 11:11:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:11:32 + git semver init 11:11:32 # -> Open(): unable to determine branch for HEAD 11:11:32 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-264/.git 11:11:32 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-264 11:11:32 # $SEMVER_REMOTE_NAME = origin 11:11:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:11:32 # $SEMVER_USER_NAME = edgex-jenkins 11:11:32 # $SEMVER_BRANCH = PR-264 11:11:32 # $SEMVER_TEMP = /tmp/semver-908221645 11:11:32 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 11:11:32 # '/tmp/semver-908221645' -> '/w/workspace/dry_go-mod-core-contracts_PR-264/.semver' 11:11:32 # -> Force: false 11:11:32 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-264/.semver [Pipeline] } 11:11:32 $ docker exec --env ******** --env ******** f89bf2262f90849a180c963199cb96771c411fe16a4b96fc60f74fa08192af72 ssh-agent -k 11:11:32 unset SSH_AUTH_SOCK; 11:11:32 unset SSH_AGENT_PID; 11:11:32 echo Agent pid 53 killed; 11:11:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:11:33 + git semver [Pipeline] } 11:11:33 $ docker stop --time=1 f89bf2262f90849a180c963199cb96771c411fe16a4b96fc60f74fa08192af72 11:11:34 $ docker rm -f f89bf2262f90849a180c963199cb96771c411fe16a4b96fc60f74fa08192af72 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 11:11:35 Stashed 84 file(s) [Pipeline] echo 11:11:35 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo 11:11:35 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 11:11:51 Still waiting to schedule task 11:11:51 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3016’ 11:11:51 Still waiting to schedule task 11:11:51 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 11:13:35 Running on prd-centos7-docker-4c-2g-3018 in /w/workspace/dry_go-mod-core-contracts_PR-264 [Pipeline] { [Pipeline] ws 11:13:35 Running in /w/workspace/go-mod-core-contracts/1 [Pipeline] { [Pipeline] checkout 11:13:41 using credential edgex-jenkins-ssh 11:13:41 Cloning the remote Git repository 11:13:41 Cloning with configured refspecs honoured and without tags 11:13:41 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 11:13:41 > git init /w/workspace/go-mod-core-contracts/1 # timeout=10 11:13:41 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 11:13:41 > git --version # timeout=10 11:13:41 using GIT_SSH to set credentials SSH Credentials for GitHub 11:13:41 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/264/head:refs/remotes/origin/PR-264 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:13:43 Fetching without tags 11:13:43 Merging remotes/origin/master commit 046332cc0f50c1d5f48651531f0deccce2d40ff3 into PR head commit 3b6f148a4238a8e71b9e902b73078d4f76f557e6 11:13:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 11:13:43 > git config --add remote.origin.fetch +refs/pull/264/head:refs/remotes/origin/PR-264 # timeout=10 11:13:43 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 11:13:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 11:13:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 11:13:43 using GIT_SSH to set credentials SSH Credentials for GitHub 11:13:43 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/264/head:refs/remotes/origin/PR-264 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 11:13:44 Failed in branch amd64 11:13:43 > git config core.sparsecheckout # timeout=10 11:13:43 > git checkout -f 3b6f148a4238a8e71b9e902b73078d4f76f557e6 # timeout=10 11:13:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3017 in /w/workspace/dry_go-mod-core-contracts_PR-264 [Pipeline] { [Pipeline] ws 11:13:46 Running in /w/workspace/go-mod-core-contracts/1 [Pipeline] { [Pipeline] checkout 11:13:52 using credential edgex-jenkins-ssh 11:13:52 Cloning the remote Git repository 11:13:52 Cloning with configured refspecs honoured and without tags 11:13:52 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 11:13:52 > git init /w/workspace/go-mod-core-contracts/1 # timeout=10 11:13:52 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 11:13:52 > git --version # timeout=10 11:13:52 using GIT_SSH to set credentials SSH Credentials for GitHub 11:13:53 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/264/head:refs/remotes/origin/PR-264 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:13:53 Fetching without tags 11:13:54 Merging remotes/origin/master commit 046332cc0f50c1d5f48651531f0deccce2d40ff3 into PR head commit 3b6f148a4238a8e71b9e902b73078d4f76f557e6 [Pipeline] } [Pipeline] // ws [Pipeline] } 11:13:53 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 11:13:53 > git config --add remote.origin.fetch +refs/pull/264/head:refs/remotes/origin/PR-264 # timeout=10 11:13:53 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 11:13:53 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 11:13:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 11:13:53 using GIT_SSH to set credentials SSH Credentials for GitHub 11:13:53 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/264/head:refs/remotes/origin/PR-264 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:13:54 > git config core.sparsecheckout # timeout=10 11:13:54 > git checkout -f 3b6f148a4238a8e71b9e902b73078d4f76f557e6 # timeout=10 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 11:13:54 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] { (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 11:13:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:13:58 ---> package-listing.sh 11:13:58 ++ facter osfamily 11:13:58 ++ tr '[:upper:]' '[:lower:]' 11:13:58 + OS_FAMILY=redhat 11:13:58 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-264 11:13:58 + START_PACKAGES=/tmp/packages_start.txt 11:13:58 + END_PACKAGES=/tmp/packages_end.txt 11:13:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:13:58 + PACKAGES=/tmp/packages_start.txt 11:13:58 + '[' /w/workspace/dry_go-mod-core-contracts_PR-264 ']' 11:13:58 + PACKAGES=/tmp/packages_end.txt 11:13:58 + case "${OS_FAMILY}" in 11:13:58 + rpm -qa 11:13:58 + sort 11:14:02 + '[' -f /tmp/packages_start.txt ']' 11:14:02 + '[' -f /tmp/packages_end.txt ']' 11:14:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:14:02 + '[' /w/workspace/dry_go-mod-core-contracts_PR-264 ']' 11:14:02 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-264/archives/ 11:14:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-264/archives/ [Pipeline] isUnix [Pipeline] sh 11:14:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:14:03 11:14:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:14:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:14:04 alpine: Pulling from edgex-lftools-log-publisher 11:14:04 c9b1b535fdd9: Pulling fs layer 11:14:04 2cc5ad85d9ab: Pulling fs layer 11:14:04 756a868c4378: Pulling fs layer 11:14:04 444b2fc9a129: Pulling fs layer 11:14:04 ea15f1150254: Pulling fs layer 11:14:04 41b27a9f41bf: Pulling fs layer 11:14:04 28c525ee5125: Pulling fs layer 11:14:04 094b1ea09ed8: Pulling fs layer 11:14:04 138eaada9080: Pulling fs layer 11:14:04 0622d0fa9048: Pulling fs layer 11:14:04 41b27a9f41bf: Waiting 11:14:04 28c525ee5125: Waiting 11:14:04 094b1ea09ed8: Waiting 11:14:04 138eaada9080: Waiting 11:14:04 444b2fc9a129: Waiting 11:14:04 0622d0fa9048: Waiting 11:14:04 ea15f1150254: Waiting 11:14:04 2cc5ad85d9ab: Download complete 11:14:04 c9b1b535fdd9: Download complete 11:14:04 ea15f1150254: Download complete 11:14:04 28c525ee5125: Download complete 11:14:04 756a868c4378: Verifying Checksum 11:14:04 756a868c4378: Download complete 11:14:04 c9b1b535fdd9: Pull complete 11:14:04 138eaada9080: Verifying Checksum 11:14:04 138eaada9080: Download complete 11:14:04 0622d0fa9048: Verifying Checksum 11:14:04 0622d0fa9048: Download complete 11:14:04 094b1ea09ed8: Verifying Checksum 11:14:04 094b1ea09ed8: Download complete 11:14:04 2cc5ad85d9ab: Pull complete 11:14:05 41b27a9f41bf: Verifying Checksum 11:14:05 41b27a9f41bf: Download complete 11:14:06 756a868c4378: Pull complete 11:14:06 444b2fc9a129: Pull complete 11:14:06 ea15f1150254: Pull complete 11:14:10 41b27a9f41bf: Pull complete 11:14:10 28c525ee5125: Pull complete 11:14:14 094b1ea09ed8: Pull complete 11:14:14 138eaada9080: Pull complete 11:14:14 0622d0fa9048: Pull complete 11:14:14 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 11:14:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:14:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:14:14 prd-centos7-docker-4c-2g-3016 does not seem to be running inside a container 11:14:14 $ 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-264 -v /w/workspace/dry_go-mod-core-contracts_PR-264:/w/workspace/dry_go-mod-core-contracts_PR-264:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-264@tmp:/w/workspace/dry_go-mod-core-contracts_PR-264@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:10003/edgex-lftools-log-publisher:alpine cat 11:14:17 $ docker top d5eb60a6396044d212e8071a5bcec329f66c74307388155c3fa8d60b983ab3b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:14:18 provisioning config files... 11:14:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-264@tmp/config1784445874959009443tmp [Pipeline] { [Pipeline] echo 11:14:18 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:14:18 ---> create-netrc.sh [Pipeline] echo 11:14:18 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:14:19 ---> logs-deploy.sh 11:14:19 + ARCHIVE_ARTIFACTS= 11:14:19 + LOGS_SERVER=https://logs.edgexfoundry.org 11:14:19 + '[' https://logs.edgexfoundry.org == None ']' 11:14:19 + NEXUS_URL=https://nexus.edgexfoundry.org 11:14:19 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-264/1 11:14:19 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-264/1/ 11:14:19 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-264/1 /w/workspace/dry_go-mod-core-contracts_PR-264 11:14:20 Archives upload complete. 11:14:20 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-264/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-264/1/