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