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