Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 63148794c1bf72c5c3aee36396967825270bdb18 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2054 in /w/workspace/dry_go-mod-core-contracts_master [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_master # 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/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 63148794c1bf72c5c3aee36396967825270bdb18 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # 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/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 63148794c1bf72c5c3aee36396967825270bdb18 # timeout=10 Commit message: "Merge pull request #260 from lenny-intel/common" > git rev-list --no-walk bb23a71e0387f48b774a4c52a4064e316f42887d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:07:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:07:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:07:00 ========================================================= 14:07:00 EdgeX Global Pipelines Version Info 14:07:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:07:02 ------------------- 14:07:02 stable info: 14:07:02 ------------------- 14:07:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:07:02 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 14:07:02 Message: update stable to v1.0.106 14:07:03 ------------------- 14:07:03 experimental info: 14:07:03 ------------------- 14:07:03 Commited By: **** collab-it+edgex@linuxfoundation.org 14:07:03 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 14:07:03 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 14:07:05 + git log --format=format:%s -1 63148794c1bf72c5c3aee36396967825270bdb18 [Pipeline] echo 14:07:05 GIT_COMMIT: 63148794c1bf72c5c3aee36396967825270bdb18, Commit Message: Merge pull request #260 from lenny-intel/common [Pipeline] echo 14:07:05 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 14:07:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:07:06 14:07:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:07:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:07:06 latest: Pulling from edgex-devops/git-semver 14:07:06 31603596830f: Pulling fs layer 14:07:06 2a8b12db71e7: Pulling fs layer 14:07:06 6ca5941a6612: Pulling fs layer 14:07:06 ecc8261a40a4: Pulling fs layer 14:07:06 ecc8261a40a4: Waiting 14:07:06 2a8b12db71e7: Verifying Checksum 14:07:06 2a8b12db71e7: Download complete 14:07:06 31603596830f: Verifying Checksum 14:07:06 31603596830f: Download complete 14:07:07 ecc8261a40a4: Verifying Checksum 14:07:07 ecc8261a40a4: Download complete 14:07:07 6ca5941a6612: Verifying Checksum 14:07:07 6ca5941a6612: Download complete 14:07:07 31603596830f: Pull complete 14:07:07 2a8b12db71e7: Pull complete 14:07:07 6ca5941a6612: Pull complete 14:07:08 ecc8261a40a4: Pull complete 14:07:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:07:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:07:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:07:08 prd-centos7-docker-4c-2g-2054 does not seem to be running inside a container 14:07:08 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:07:10 $ docker top c144670685a4f2ee8fef4967fdc32cc6427a63d378f91251be6e2a1691fb8200 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:07:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:07:10 [ssh-agent] Looking for ssh-agent implementation... 14:07:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:07:10 $ docker exec c144670685a4f2ee8fef4967fdc32cc6427a63d378f91251be6e2a1691fb8200 ssh-agent 14:07:10 SSH_AUTH_SOCK=/tmp/ssh-4X7smg0iKZpL/agent.11 14:07:10 SSH_AGENT_PID=17 14:07:10 Running ssh-add (command line suppressed) 14:07:10 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8527341950017937791.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8527341950017937791.key) 14:07:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:07:11 + git describe --exact-match --tags HEAD 14:07:11 fatal: No names found, cannot describe anything. [Pipeline] } 14:07:11 $ docker exec --env ******** --env ******** c144670685a4f2ee8fef4967fdc32cc6427a63d378f91251be6e2a1691fb8200 ssh-agent -k 14:07:11 unset SSH_AUTH_SOCK; 14:07:11 unset SSH_AGENT_PID; 14:07:11 echo Agent pid 17 killed; 14:07:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 14:07:11 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 14:07:11 This usually means this commit has not been tagged. [Pipeline] sshagent 14:07:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:07:11 [ssh-agent] Looking for ssh-agent implementation... 14:07:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:07:11 $ docker exec c144670685a4f2ee8fef4967fdc32cc6427a63d378f91251be6e2a1691fb8200 ssh-agent 14:07:12 SSH_AUTH_SOCK=/tmp/ssh-NK4BPMHzABNI/agent.47 14:07:12 SSH_AGENT_PID=52 14:07:12 Running ssh-add (command line suppressed) 14:07:12 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6827150164125344513.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6827150164125344513.key) 14:07:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:07:12 + git semver init 14:07:12 # -> Open(): unable to determine branch for HEAD 14:07:12 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 14:07:12 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 14:07:12 # $SEMVER_REMOTE_NAME = origin 14:07:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:07:12 # $SEMVER_USER_NAME = edgex-jenkins 14:07:12 # $SEMVER_BRANCH = master 14:07:12 # $SEMVER_TEMP = /tmp/semver-421530433 14:07:12 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 14:07:13 # '/tmp/semver-421530433' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 14:07:13 # -> Force: false 14:07:13 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 14:07:13 $ docker exec --env ******** --env ******** c144670685a4f2ee8fef4967fdc32cc6427a63d378f91251be6e2a1691fb8200 ssh-agent -k 14:07:13 unset SSH_AUTH_SOCK; 14:07:13 unset SSH_AGENT_PID; 14:07:13 echo Agent pid 52 killed; 14:07:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:07:13 + git semver [Pipeline] } 14:07:13 $ docker stop --time=1 c144670685a4f2ee8fef4967fdc32cc6427a63d378f91251be6e2a1691fb8200 14:07:15 $ docker rm -f c144670685a4f2ee8fef4967fdc32cc6427a63d378f91251be6e2a1691fb8200 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 14:07:15 Stashed 77 file(s) [Pipeline] echo 14:07:15 [edgeXSemver] initialized semver on version 0.1.66 [Pipeline] echo 14:07:16 Archived original version: [0.1.66] [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 14:07:31 Still waiting to schedule task 14:07:31 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2054’ 14:07:31 Still waiting to schedule task 14:07:31 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 14:09:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2055 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 14:09:04 Running in /w/workspace/go-mod-core-contracts/31 [Pipeline] { [Pipeline] checkout 14:09:09 using credential edgex-jenkins-ssh 14:09:09 Cloning the remote Git repository 14:09:09 Cloning with configured refspecs honoured and without tags 14:09:09 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 14:09:09 > git init /w/workspace/go-mod-core-contracts/31 # timeout=10 14:09:10 Fetching without tags 14:09:09 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 14:09:09 > git --version # timeout=10 14:09:09 using GIT_SSH to set credentials SSH Credentials for GitHub 14:09:09 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 14:09:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 14:09:10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 14:09:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 14:09:10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 14:09:10 using GIT_SSH to set credentials SSH Credentials for GitHub 14:09:10 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 14:09:11 Checking out Revision 63148794c1bf72c5c3aee36396967825270bdb18 (master) 14:09:11 > git config core.sparsecheckout # timeout=10 14:09:11 > git checkout -f 63148794c1bf72c5c3aee36396967825270bdb18 # timeout=10 14:09:15 Commit message: "Merge pull request #260 from lenny-intel/common" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 14:09:16 ========================================================= 14:09:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 14:09:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:09:17 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 14:09:19 Sending build context to Docker daemon 1.871MB 14:09:19 Step 1/7 : ARG BASE=golang:1.13-alpine 14:09:19 Step 2/7 : FROM ${BASE} 14:09:19 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:09:19 b538f80385f9: Pulling fs layer 14:09:19 74f711af9a0d: Pulling fs layer 14:09:19 99f96fe45779: Pulling fs layer 14:09:19 fd7a069fd194: Pulling fs layer 14:09:19 66aa3694b03b: Pulling fs layer 14:09:19 170f70906a0f: Pulling fs layer 14:09:19 ad7c5574e4b9: Pulling fs layer 14:09:19 e772456be8f7: Pulling fs layer 14:09:19 c890913d741a: Pulling fs layer 14:09:19 2480fcc9aa5a: Pulling fs layer 14:09:19 09adf4765672: Pulling fs layer 14:09:19 fd7a069fd194: Waiting 14:09:19 66aa3694b03b: Waiting 14:09:19 170f70906a0f: Waiting 14:09:19 ad7c5574e4b9: Waiting 14:09:19 e772456be8f7: Waiting 14:09:19 c890913d741a: Waiting 14:09:19 2480fcc9aa5a: Waiting 14:09:19 09adf4765672: Waiting 14:09:19 99f96fe45779: Verifying Checksum 14:09:19 99f96fe45779: Download complete 14:09:19 74f711af9a0d: Verifying Checksum 14:09:19 74f711af9a0d: Download complete 14:09:19 66aa3694b03b: Verifying Checksum 14:09:19 66aa3694b03b: Download complete 14:09:19 170f70906a0f: Verifying Checksum 14:09:19 170f70906a0f: Download complete 14:09:19 b538f80385f9: Verifying Checksum 14:09:19 b538f80385f9: Download complete 14:09:20 b538f80385f9: Pull complete 14:09:21 74f711af9a0d: Pull complete 14:09:21 99f96fe45779: Pull complete 14:09:21 ad7c5574e4b9: Verifying Checksum 14:09:21 ad7c5574e4b9: Download complete 14:09:21 c890913d741a: Download complete 14:09:23 2480fcc9aa5a: Verifying Checksum 14:09:23 2480fcc9aa5a: Download complete 14:09:23 09adf4765672: Verifying Checksum 14:09:23 09adf4765672: Download complete 14:09:24 e772456be8f7: Download complete 14:09:24 fd7a069fd194: Verifying Checksum 14:09:24 fd7a069fd194: Download complete 14:09:37 fd7a069fd194: Pull complete 14:09:37 66aa3694b03b: Pull complete 14:09:37 170f70906a0f: Pull complete 14:09:40 ad7c5574e4b9: Pull complete 14:09:41 Running on prd-centos7-docker-4c-2g-2056 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 14:09:41 Running in /w/workspace/go-mod-core-contracts/31 [Pipeline] { [Pipeline] checkout 14:09:44 using credential edgex-jenkins-ssh 14:09:44 Cloning the remote Git repository 14:09:44 Cloning with configured refspecs honoured and without tags 14:09:44 e772456be8f7: Pull complete 14:09:45 c890913d741a: Pull complete 14:09:45 Fetching without tags 14:09:44 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 14:09:44 > git init /w/workspace/go-mod-core-contracts/31 # timeout=10 14:09:44 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 14:09:44 > git --version # timeout=10 14:09:44 using GIT_SSH to set credentials SSH Credentials for GitHub 14:09:44 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 14:09:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 14:09:45 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 14:09:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 14:09:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 14:09:45 using GIT_SSH to set credentials SSH Credentials for GitHub 14:09:45 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 14:09:45 Checking out Revision 63148794c1bf72c5c3aee36396967825270bdb18 (master) 14:09:45 > git config core.sparsecheckout # timeout=10 14:09:45 > git checkout -f 63148794c1bf72c5c3aee36396967825270bdb18 # timeout=10 14:09:47 2480fcc9aa5a: Pull complete 14:09:47 09adf4765672: Pull complete 14:09:47 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 14:09:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 14:09:47 ---> 2248a725d1cf 14:09:47 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:09:49 Commit message: "Merge pull request #260 from lenny-intel/common" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 14:09:50 ========================================================= 14:09:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 14:09:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:09:50 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 14:09:51 Sending build context to Docker daemon 1.871MB 14:09:51 Step 1/7 : ARG BASE=golang:1.13-alpine 14:09:51 Step 2/7 : FROM ${BASE} 14:09:51 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 14:09:51 df20fa9351a1: Pulling fs layer 14:09:51 ed8968b2872e: Pulling fs layer 14:09:51 a92cc7c5fd73: Pulling fs layer 14:09:51 2dd03ba5bac4: Pulling fs layer 14:09:51 1e091d79d1de: Pulling fs layer 14:09:51 481702a1767f: Pulling fs layer 14:09:51 f64a6f60c768: Pulling fs layer 14:09:51 e78d2573fc39: Pulling fs layer 14:09:51 e876d2f968b6: Pulling fs layer 14:09:51 ce8a83651883: Pulling fs layer 14:09:51 07967f4d0e4b: Pulling fs layer 14:09:51 2dd03ba5bac4: Waiting 14:09:51 1e091d79d1de: Waiting 14:09:51 481702a1767f: Waiting 14:09:51 f64a6f60c768: Waiting 14:09:51 e78d2573fc39: Waiting 14:09:51 e876d2f968b6: Waiting 14:09:51 ce8a83651883: Waiting 14:09:51 07967f4d0e4b: Waiting 14:09:51 a92cc7c5fd73: Verifying Checksum 14:09:51 a92cc7c5fd73: Download complete 14:09:51 ed8968b2872e: Verifying Checksum 14:09:51 ed8968b2872e: Download complete 14:09:51 1e091d79d1de: Verifying Checksum 14:09:51 1e091d79d1de: Download complete 14:09:51 481702a1767f: Verifying Checksum 14:09:51 481702a1767f: Download complete 14:09:51 df20fa9351a1: Verifying Checksum 14:09:51 df20fa9351a1: Download complete 14:09:51 df20fa9351a1: Pull complete 14:09:52 f64a6f60c768: Verifying Checksum 14:09:52 f64a6f60c768: Download complete 14:09:52 e876d2f968b6: Verifying Checksum 14:09:52 e876d2f968b6: Download complete 14:09:52 e78d2573fc39: Verifying Checksum 14:09:52 e78d2573fc39: Download complete 14:09:52 07967f4d0e4b: Verifying Checksum 14:09:52 07967f4d0e4b: Download complete 14:09:52 ce8a83651883: Verifying Checksum 14:09:52 ce8a83651883: Download complete 14:09:52 2dd03ba5bac4: Verifying Checksum 14:09:52 2dd03ba5bac4: Download complete 14:09:53 ---> Running in 3f155a8bd236 14:09:53 Removing intermediate container 3f155a8bd236 14:09:53 ---> 1a0805feff3f 14:09:53 Step 4/7 : RUN apk add bash 14:09:53 ---> Running in f76ff5772507 14:09:54 ed8968b2872e: Pull complete 14:09:54 a92cc7c5fd73: Pull complete 14:09:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:09:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:09:56 OK: 142 MiB in 39 packages 14:09:57 Removing intermediate container f76ff5772507 14:09:57 ---> e9b94f2c4399 14:09:57 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 14:09:57 ---> Running in 82e71f0a0b8b 14:09:58 Removing intermediate container 82e71f0a0b8b 14:09:58 ---> 736e954e6441 14:09:58 Step 6/7 : COPY go.mod . 14:09:59 ---> d58a17526e07 14:09:59 Step 7/7 : RUN go mod download 14:09:59 ---> Running in 99c6eaab4553 14:09:59 2dd03ba5bac4: Pull complete 14:09:59 1e091d79d1de: Pull complete 14:10:00 481702a1767f: Pull complete 14:10:01 go: finding github.com/davecgh/go-spew v1.1.0 14:10:01 go: finding github.com/fxamacker/cbor/v2 v2.2.0 14:10:01 go: finding github.com/go-kit/kit v0.8.0 14:10:01 go: finding github.com/go-logfmt/logfmt v0.4.0 14:10:01 go: finding github.com/go-playground/assert/v2 v2.0.1 14:10:01 go: finding github.com/go-playground/locales v0.13.0 14:10:01 go: finding github.com/go-playground/universal-translator v0.17.0 14:10:01 go: finding github.com/go-playground/validator/v10 v10.3.0 14:10:01 go: finding github.com/go-stack/stack v1.8.0 14:10:01 go: finding github.com/google/uuid v1.1.0 14:10:01 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 14:10:01 go: finding github.com/leodido/go-urn v1.2.0 14:10:01 go: finding github.com/pmezard/go-difflib v1.0.0 14:10:01 go: finding github.com/stretchr/objx v0.1.0 14:10:01 go: finding github.com/stretchr/testify v1.5.1 14:10:01 go: finding github.com/x448/float16 v0.8.4 14:10:02 go: finding golang.org/x/text v0.3.2 14:10:02 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 14:10:02 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 14:10:02 go: finding gopkg.in/yaml.v2 v2.2.2 14:10:10 f64a6f60c768: Pull complete 14:10:11 e78d2573fc39: Pull complete 14:10:11 e876d2f968b6: Pull complete 14:10:12 ce8a83651883: Pull complete 14:10:12 07967f4d0e4b: Pull complete 14:10:12 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 14:10:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 14:10:12 ---> 5d7c900382c6 14:10:12 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:10:13 ---> Running in b14340a7ec61 14:10:13 Removing intermediate container b14340a7ec61 14:10:13 ---> afada7e9c642 14:10:13 Step 4/7 : RUN apk add bash 14:10:13 ---> Running in f8fca8a133e3 14:10:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:10:14 Removing intermediate container 99c6eaab4553 14:10:14 ---> 9c6a0c835c1c 14:10:14 Successfully built 9c6a0c835c1c 14:10:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage 14:10:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv 14:10:15 OK: 166 MiB in 39 packages [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:10:16 Removing intermediate container f8fca8a133e3 14:10:16 ---> 8e947558632a 14:10:16 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 14:10:16 ---> Running in a31abbab16e9 14:10:16 Removing intermediate container a31abbab16e9 14:10:16 ---> a9267bf7e65e 14:10:16 Step 6/7 : COPY go.mod . 14:10:16 ---> d0b16500bab5 14:10:16 Step 7/7 : RUN go mod download 14:10:16 ---> Running in a57c01ed8086 14:10:17 go: finding github.com/davecgh/go-spew v1.1.0 14:10:17 go: finding github.com/fxamacker/cbor/v2 v2.2.0 14:10:17 go: finding github.com/go-kit/kit v0.8.0 14:10:17 go: finding github.com/go-logfmt/logfmt v0.4.0 14:10:17 go: finding github.com/go-playground/assert/v2 v2.0.1 14:10:17 go: finding github.com/go-playground/locales v0.13.0 14:10:17 go: finding github.com/go-playground/universal-translator v0.17.0 14:10:17 go: finding github.com/go-playground/validator/v10 v10.3.0 14:10:17 go: finding github.com/go-stack/stack v1.8.0 14:10:17 go: finding github.com/google/uuid v1.1.0 14:10:17 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 14:10:18 go: finding github.com/leodido/go-urn v1.2.0 14:10:18 go: finding github.com/pmezard/go-difflib v1.0.0 14:10:18 go: finding github.com/stretchr/objx v0.1.0 14:10:18 go: finding github.com/stretchr/testify v1.5.1 14:10:18 go: finding github.com/x448/float16 v0.8.4 14:10:18 go: finding golang.org/x/text v0.3.2 14:10:18 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 14:10:18 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 14:10:18 go: finding gopkg.in/yaml.v2 v2.2.2 14:10:26 Removing intermediate container a57c01ed8086 14:10:26 ---> 0bb600232187 14:10:26 Successfully built 0bb600232187 14:10:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 14:10:28 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 14:10:28 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 14:10:28 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:10:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 14:10:28 14:10:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 14:10:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 14:10:29 1.317.0: Pulling from edgex-devops/edgex-snyk-go 14:10:29 cbdbe7a5bc2a: Pulling fs layer 14:10:29 408f87550127: Pulling fs layer 14:10:29 fe522b08c979: Pulling fs layer 14:10:29 221eaa008020: Pulling fs layer 14:10:29 2a4607e5d6b9: Pulling fs layer 14:10:29 8f79b27c4fd2: Pulling fs layer 14:10:29 e5c8dbe1645b: Pulling fs layer 14:10:29 23e8b3b47431: Pulling fs layer 14:10:29 5c568d65a230: Pulling fs layer 14:10:29 221eaa008020: Waiting 14:10:29 2a4607e5d6b9: Waiting 14:10:29 8f79b27c4fd2: Waiting 14:10:29 e5c8dbe1645b: Waiting 14:10:29 23e8b3b47431: Waiting 14:10:29 5c568d65a230: Waiting 14:10:29 fe522b08c979: Verifying Checksum 14:10:29 fe522b08c979: Download complete 14:10:29 408f87550127: Download complete 14:10:29 2a4607e5d6b9: Verifying Checksum 14:10:29 2a4607e5d6b9: Download complete 14:10:29 8f79b27c4fd2: Verifying Checksum 14:10:29 8f79b27c4fd2: Download complete 14:10:29 cbdbe7a5bc2a: Verifying Checksum 14:10:29 cbdbe7a5bc2a: Download complete 14:10:29 e5c8dbe1645b: Verifying Checksum 14:10:29 e5c8dbe1645b: Download complete 14:10:29 cbdbe7a5bc2a: Pull complete 14:10:29 23e8b3b47431: Verifying Checksum 14:10:29 23e8b3b47431: Download complete 14:10:29 408f87550127: Pull complete 14:10:30 5c568d65a230: Verifying Checksum 14:10:30 5c568d65a230: Download complete 14:10:30 fe522b08c979: Pull complete 14:10:30 221eaa008020: Download complete 14:10:36 221eaa008020: Pull complete 14:10:36 2a4607e5d6b9: Pull complete 14:10:36 8f79b27c4fd2: Pull complete 14:10:38 e5c8dbe1645b: Pull complete 14:10:41 23e8b3b47431: Pull complete 14:10:42 5c568d65a230: Pull complete 14:10:42 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 14:10:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 14:10:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 14:10:42 prd-centos7-docker-4c-2g-2054 does not seem to be running inside a container 14:10:42 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dry_go-mod-core-contracts_master:/ws -w /ws --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 14:10:43 $ docker top 1e68a4e7088fcea311f4feada8274aaa780833e3ff6616656b60c3e77e5528bc -eo pid,comm [Pipeline] { [Pipeline] sh 14:10:44 + snyk monitor '--org=edgex-jenkins' 14:10:54 14:10:54 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 14:10:54 14:10:54 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/33ac1f4e-a725-4680-8344-7e69516c6267 14:10:54 14:10:54 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 14:10:54 14:10:54 14:10:54 Snyk CLI supports Node.js 8 and higher. 14:10:54 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 14:10:54 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 14:10:54 14:10:54 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 14:10:54 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 14:10:54 $ docker stop --time=1 1e68a4e7088fcea311f4feada8274aaa780833e3ff6616656b60c3e77e5528bc 14:10:56 $ docker rm -f 1e68a4e7088fcea311f4feada8274aaa780833e3ff6616656b60c3e77e5528bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 14:10:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:10:57 . [Pipeline] withDockerContainer 14:10:58 prd-centos7-docker-4c-2g-2054 does not seem to be running inside a container 14:10:58 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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:10004/edgex-devops/git-semver:latest cat 14:10:58 $ docker top 7d4bb8582e6a9f211ec27b7c61b3eb5ffdfffd025307c1c4b7d237d7190c6cd2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:10:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:10:59 [ssh-agent] Looking for ssh-agent implementation... 14:10:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:10:59 $ docker exec 7d4bb8582e6a9f211ec27b7c61b3eb5ffdfffd025307c1c4b7d237d7190c6cd2 ssh-agent 14:10:59 SSH_AUTH_SOCK=/tmp/ssh-Xzh3OwCn8zU0/agent.12 14:10:59 SSH_AGENT_PID=17 14:10:59 Running ssh-add (command line suppressed) 14:10:59 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2466200131907351656.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2466200131907351656.key) 14:10:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:10:59 + git semver tag 14:10:59 # -> Open(): unable to determine branch for HEAD 14:10:59 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 14:10:59 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 14:10:59 # $SEMVER_REMOTE_NAME = origin 14:10:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:10:59 # $SEMVER_USER_NAME = edgex-jenkins 14:10:59 # $SEMVER_BRANCH = master 14:10:59 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 14:10:59 # 63148794c1bf72c5c3aee36396967825270bdb18 HEAD 14:10:59 # -> Force: false 14:10:59 # 4b9cb9767b5dacd219fffc5eb2f524e5a81f5f0b refs/tags/v0.1.66 [Pipeline] } 14:10:59 $ docker exec --env ******** --env ******** 7d4bb8582e6a9f211ec27b7c61b3eb5ffdfffd025307c1c4b7d237d7190c6cd2 ssh-agent -k 14:11:00 unset SSH_AUTH_SOCK; 14:11:00 unset SSH_AGENT_PID; 14:11:00 echo Agent pid 17 killed; 14:11:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:11:00 + git semver [Pipeline] } 14:11:00 $ docker stop --time=1 7d4bb8582e6a9f211ec27b7c61b3eb5ffdfffd025307c1c4b7d237d7190c6cd2 14:11:02 $ docker rm -f 7d4bb8582e6a9f211ec27b7c61b3eb5ffdfffd025307c1c4b7d237d7190c6cd2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 14:11:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:11:02 14:11:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 14:11:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:11:03 0.23.1-centos7: Pulling from edgex-lftools 14:11:03 ab5ef0e58194: Pulling fs layer 14:11:03 9712f1f96733: Pulling fs layer 14:11:03 63f879dbbcfc: Pulling fs layer 14:11:03 0d9ebad4ef96: Pulling fs layer 14:11:03 e9a5061849ea: Pulling fs layer 14:11:03 d747dcd14b5f: Pulling fs layer 14:11:03 2de7ff778b66: Pulling fs layer 14:11:03 e9a5061849ea: Waiting 14:11:03 0d9ebad4ef96: Waiting 14:11:03 2de7ff778b66: Waiting 14:11:03 d747dcd14b5f: Waiting 14:11:03 9712f1f96733: Verifying Checksum 14:11:03 9712f1f96733: Download complete 14:11:03 63f879dbbcfc: Download complete 14:11:03 e9a5061849ea: Verifying Checksum 14:11:03 e9a5061849ea: Download complete 14:11:04 d747dcd14b5f: Verifying Checksum 14:11:04 d747dcd14b5f: Download complete 14:11:04 2de7ff778b66: Verifying Checksum 14:11:04 2de7ff778b66: Download complete 14:11:04 0d9ebad4ef96: Verifying Checksum 14:11:04 0d9ebad4ef96: Download complete 14:11:04 ab5ef0e58194: Verifying Checksum 14:11:04 ab5ef0e58194: Download complete 14:11:08 ab5ef0e58194: Pull complete 14:11:08 9712f1f96733: Pull complete 14:11:11 63f879dbbcfc: Pull complete 14:11:17 0d9ebad4ef96: Pull complete 14:11:19 e9a5061849ea: Pull complete 14:11:19 d747dcd14b5f: Pull complete 14:11:22 2de7ff778b66: Pull complete 14:11:22 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 14:11:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:11:22 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 14:11:22 prd-centos7-docker-4c-2g-2054 does not seem to be running inside a container 14:11:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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:0.23.1-centos7 cat 14:11:26 $ docker top 0e50de0a4e96d61e0193bddf5048f5cd6ccb379e0e5eff1b3ddebad47cca9a8a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 14:11:26 provisioning config files... 14:11:26 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8120127694770001204tmp 14:11:26 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5272562349366333282tmp 14:11:26 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1919353338704192890tmp [Pipeline] { [Pipeline] echo 14:11:26 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 14:11:26 ---> sigul-configuration.sh 14:11:26 gpg: directory `/root/.gnupg' created 14:11:26 gpg: new configuration file `/root/.gnupg/gpg.conf' created 14:11:26 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 14:11:26 gpg: keyring `/root/.gnupg/secring.gpg' created 14:11:26 gpg: keyring `/root/.gnupg/pubring.gpg' created 14:11:26 gpg: CAST5 encrypted data 14:11:27 gpg: encrypted with 1 passphrase 14:11:27 gpg: WARNING: message was not integrity protected [Pipeline] sh 14:11:27 + mkdir /home/jenkins 14:11:27 + mkdir /home/jenkins/sigul [Pipeline] sh 14:11:27 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 14:11:27 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 14:11:28 ---> sigul-install.sh 14:11:34 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 14:11:35 + git tag --list 14:11:35 v0.1.66 [Pipeline] sh 14:11:35 + lftools sign git-tag v0.1.66 14:11:36 Signing Git tag with Sigul... 14:11:36 Signing v0.1.66 [Pipeline] echo 14:11:37 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 14:11:38 ---> sigul-configuration-cleanup.sh [Pipeline] } 14:11:38 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 14:11:38 $ docker stop --time=1 0e50de0a4e96d61e0193bddf5048f5cd6ccb379e0e5eff1b3ddebad47cca9a8a 14:11:40 $ docker rm -f 0e50de0a4e96d61e0193bddf5048f5cd6ccb379e0e5eff1b3ddebad47cca9a8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 14:11:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:11:40 . [Pipeline] withDockerContainer 14:11:41 prd-centos7-docker-4c-2g-2054 does not seem to be running inside a container 14:11:41 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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:10004/edgex-devops/git-semver:latest cat 14:11:41 $ docker top 5cbbceb18b772a9d798965244c2a2cf9fe7e7b20bde35a18bf813f943b5c19f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:11:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:11:42 [ssh-agent] Looking for ssh-agent implementation... 14:11:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:11:42 $ docker exec 5cbbceb18b772a9d798965244c2a2cf9fe7e7b20bde35a18bf813f943b5c19f4 ssh-agent 14:11:42 SSH_AUTH_SOCK=/tmp/ssh-E2Mm68Lfxf23/agent.12 14:11:42 SSH_AGENT_PID=17 14:11:42 Running ssh-add (command line suppressed) 14:11:42 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_918381279874310247.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_918381279874310247.key) 14:11:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:11:43 + git semver bump patch 14:11:43 # -> Open(): unable to determine branch for HEAD 14:11:43 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 14:11:43 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 14:11:43 # $SEMVER_REMOTE_NAME = origin 14:11:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:11:43 # $SEMVER_USER_NAME = edgex-jenkins 14:11:43 # $SEMVER_BRANCH = master 14:11:43 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 14:11:43 0.1.67 [Pipeline] } 14:11:43 $ docker exec --env ******** --env ******** 5cbbceb18b772a9d798965244c2a2cf9fe7e7b20bde35a18bf813f943b5c19f4 ssh-agent -k 14:11:43 unset SSH_AUTH_SOCK; 14:11:43 unset SSH_AGENT_PID; 14:11:43 echo Agent pid 17 killed; 14:11:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:11:43 + git semver [Pipeline] } 14:11:43 $ docker stop --time=1 5cbbceb18b772a9d798965244c2a2cf9fe7e7b20bde35a18bf813f943b5c19f4 14:11:45 $ docker rm -f 5cbbceb18b772a9d798965244c2a2cf9fe7e7b20bde35a18bf813f943b5c19f4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 14:11:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:11:45 . [Pipeline] withDockerContainer 14:11:45 prd-centos7-docker-4c-2g-2054 does not seem to be running inside a container 14:11:45 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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:10004/edgex-devops/git-semver:latest cat 14:11:46 $ docker top e8c2bb92d76367b5bf8743b10cae2eab3683a2319a7a7fe0a58a8654ce7a7a6e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:11:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:11:46 [ssh-agent] Looking for ssh-agent implementation... 14:11:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:11:46 $ docker exec e8c2bb92d76367b5bf8743b10cae2eab3683a2319a7a7fe0a58a8654ce7a7a6e ssh-agent 14:11:46 SSH_AUTH_SOCK=/tmp/ssh-Mon1U0A9uigx/agent.13 14:11:46 SSH_AGENT_PID=18 14:11:46 Running ssh-add (command line suppressed) 14:11:47 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7437413974800755580.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7437413974800755580.key) 14:11:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:11:47 + git semver push 14:11:47 # -> Open(): unable to determine branch for HEAD 14:11:47 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 14:11:47 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 14:11:47 # $SEMVER_REMOTE_NAME = origin 14:11:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:11:47 # $SEMVER_USER_NAME = edgex-jenkins 14:11:47 # $SEMVER_BRANCH = master 14:11:47 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 14:11:53 $ docker exec --env ******** --env ******** e8c2bb92d76367b5bf8743b10cae2eab3683a2319a7a7fe0a58a8654ce7a7a6e ssh-agent -k 14:11:54 unset SSH_AUTH_SOCK; 14:11:54 unset SSH_AGENT_PID; 14:11:54 echo Agent pid 18 killed; 14:11:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:11:54 + git semver [Pipeline] } 14:11:54 $ docker stop --time=1 e8c2bb92d76367b5bf8743b10cae2eab3683a2319a7a7fe0a58a8654ce7a7a6e 14:11:55 $ docker rm -f e8c2bb92d76367b5bf8743b10cae2eab3683a2319a7a7fe0a58a8654ce7a7a6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 14:11:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:11:57 ---> package-listing.sh 14:11:57 ++ facter osfamily 14:11:57 ++ tr '[:upper:]' '[:lower:]' 14:11:57 + OS_FAMILY=redhat 14:11:57 + workspace=/w/workspace/dry_go-mod-core-contracts_master 14:11:57 + START_PACKAGES=/tmp/packages_start.txt 14:11:57 + END_PACKAGES=/tmp/packages_end.txt 14:11:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:11:57 + PACKAGES=/tmp/packages_start.txt 14:11:57 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 14:11:57 + PACKAGES=/tmp/packages_end.txt 14:11:57 + case "${OS_FAMILY}" in 14:11:57 + rpm -qa 14:11:57 + sort 14:12:01 + '[' -f /tmp/packages_start.txt ']' 14:12:01 + '[' -f /tmp/packages_end.txt ']' 14:12:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:12:01 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 14:12:01 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 14:12:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] isUnix [Pipeline] sh 14:12:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:12:02 14:12:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:12:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:12:02 alpine: Pulling from edgex-lftools-log-publisher 14:12:02 c9b1b535fdd9: Pulling fs layer 14:12:02 2cc5ad85d9ab: Pulling fs layer 14:12:02 756a868c4378: Pulling fs layer 14:12:02 444b2fc9a129: Pulling fs layer 14:12:02 ea15f1150254: Pulling fs layer 14:12:02 41b27a9f41bf: Pulling fs layer 14:12:02 28c525ee5125: Pulling fs layer 14:12:02 094b1ea09ed8: Pulling fs layer 14:12:02 138eaada9080: Pulling fs layer 14:12:02 0622d0fa9048: Pulling fs layer 14:12:02 28c525ee5125: Waiting 14:12:02 094b1ea09ed8: Waiting 14:12:02 138eaada9080: Waiting 14:12:02 0622d0fa9048: Waiting 14:12:02 444b2fc9a129: Waiting 14:12:02 ea15f1150254: Waiting 14:12:02 41b27a9f41bf: Waiting 14:12:02 2cc5ad85d9ab: Verifying Checksum 14:12:02 2cc5ad85d9ab: Download complete 14:12:02 444b2fc9a129: Download complete 14:12:02 c9b1b535fdd9: Verifying Checksum 14:12:02 c9b1b535fdd9: Download complete 14:12:02 ea15f1150254: Download complete 14:12:03 28c525ee5125: Verifying Checksum 14:12:03 28c525ee5125: Download complete 14:12:03 756a868c4378: Verifying Checksum 14:12:03 756a868c4378: Download complete 14:12:03 138eaada9080: Download complete 14:12:03 0622d0fa9048: Verifying Checksum 14:12:03 0622d0fa9048: Download complete 14:12:03 094b1ea09ed8: Verifying Checksum 14:12:03 094b1ea09ed8: Download complete 14:12:03 c9b1b535fdd9: Pull complete 14:12:03 41b27a9f41bf: Verifying Checksum 14:12:04 2cc5ad85d9ab: Pull complete 14:12:06 756a868c4378: Pull complete 14:12:06 444b2fc9a129: Pull complete 14:12:06 ea15f1150254: Pull complete 14:12:09 41b27a9f41bf: Pull complete 14:12:09 28c525ee5125: Pull complete 14:12:11 094b1ea09ed8: Pull complete 14:12:11 138eaada9080: Pull complete 14:12:11 0622d0fa9048: Pull complete 14:12:11 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 14:12:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:12:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:12:11 prd-centos7-docker-4c-2g-2054 does not seem to be running inside a container 14:12:12 $ 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_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 14:12:14 $ docker top d55968748c067f24d0f51954b679500b662e206636c610656d3c9e7e9df7cedf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:12:14 provisioning config files... 14:12:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1278972335179290698tmp [Pipeline] { [Pipeline] echo 14:12:14 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:12:15 ---> create-netrc.sh [Pipeline] echo 14:12:15 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:12:15 ---> logs-deploy.sh 14:12:15 + ARCHIVE_ARTIFACTS= 14:12:15 + LOGS_SERVER=https://logs.edgexfoundry.org 14:12:15 + '[' https://logs.edgexfoundry.org == None ']' 14:12:15 + NEXUS_URL=https://nexus.edgexfoundry.org 14:12:15 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/31 14:12:15 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/31/ 14:12:15 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/31 /w/workspace/dry_go-mod-core-contracts_master 14:12:16 Archives upload complete. 14:12:16 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/31 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/31/