Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6486545aa210051214681770a55b4e6e9fd2ee43 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-290 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 6486545aa210051214681770a55b4e6e9fd2ee43 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6486545aa210051214681770a55b4e6e9fd2ee43 # timeout=10 Commit message: "Merge pull request #267 from weichou1229/issue-266" > git rev-list --no-walk 6773a355d3ac88ac366dd6d3fa4f7f003a34a67f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-17T16:06:55.732Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-17T16:06:55.963Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-17T16:06:56.051Z] ========================================================= [2020-08-17T16:06:56.051Z] EdgeX Global Pipelines Version Info [2020-08-17T16:06:56.051Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-17T16:06:58.476Z] ------------------- [2020-08-17T16:06:58.476Z] stable info: [2020-08-17T16:06:58.476Z] ------------------- [2020-08-17T16:06:58.476Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-17T16:06:58.476Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-17T16:06:58.476Z] Message: update stable to v1.0.106 [2020-08-17T16:06:59.433Z] ------------------- [2020-08-17T16:06:59.433Z] experimental info: [2020-08-17T16:06:59.433Z] ------------------- [2020-08-17T16:06:59.433Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-17T16:06:59.433Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-17T16:06:59.433Z] 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 [2020-08-17T16:07:01.802Z] + git log --format=format:%s -1 6486545aa210051214681770a55b4e6e9fd2ee43 [Pipeline] echo [2020-08-17T16:07:01.903Z] GIT_COMMIT: 6486545aa210051214681770a55b4e6e9fd2ee43, Commit Message: Merge pull request #267 from weichou1229/issue-266 [Pipeline] echo [2020-08-17T16:07:01.945Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-17T16:07:02.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T16:07:03.477Z] [2020-08-17T16:07:03.477Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-17T16:07:03.970Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T16:07:04.348Z] latest: Pulling from edgex-devops/git-semver [2020-08-17T16:07:04.348Z] 31603596830f: Pulling fs layer [2020-08-17T16:07:04.348Z] 2a8b12db71e7: Pulling fs layer [2020-08-17T16:07:04.348Z] 6ca5941a6612: Pulling fs layer [2020-08-17T16:07:04.348Z] ecc8261a40a4: Pulling fs layer [2020-08-17T16:07:04.348Z] ecc8261a40a4: Waiting [2020-08-17T16:07:04.348Z] 2a8b12db71e7: Verifying Checksum [2020-08-17T16:07:04.348Z] 2a8b12db71e7: Download complete [2020-08-17T16:07:04.844Z] 31603596830f: Verifying Checksum [2020-08-17T16:07:04.844Z] 31603596830f: Download complete [2020-08-17T16:07:05.229Z] 6ca5941a6612: Verifying Checksum [2020-08-17T16:07:05.229Z] 6ca5941a6612: Download complete [2020-08-17T16:07:05.541Z] ecc8261a40a4: Verifying Checksum [2020-08-17T16:07:05.541Z] ecc8261a40a4: Download complete [2020-08-17T16:07:06.246Z] 31603596830f: Pull complete [2020-08-17T16:07:06.555Z] 2a8b12db71e7: Pull complete [2020-08-17T16:07:08.676Z] 6ca5941a6612: Pull complete [2020-08-17T16:07:09.303Z] ecc8261a40a4: Pull complete [2020-08-17T16:07:09.303Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-17T16:07:09.303Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T16:07:09.303Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-17T16:07:09.742Z] prd-centos7-docker-4c-2g-290 does not seem to be running inside a container [2020-08-17T16:07:09.880Z] $ 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 [2020-08-17T16:07:12.625Z] $ docker top bc67d25e8103742ecc5184b5361f4d8af8dab1d2747594589591a6433db5e499 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-17T16:07:12.944Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T16:07:12.944Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T16:07:13.269Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T16:07:13.270Z] $ docker exec bc67d25e8103742ecc5184b5361f4d8af8dab1d2747594589591a6433db5e499 ssh-agent [2020-08-17T16:07:13.546Z] SSH_AUTH_SOCK=/tmp/ssh-gVC959kd9F6p/agent.11 [2020-08-17T16:07:13.546Z] SSH_AGENT_PID=17 [2020-08-17T16:07:13.564Z] Running ssh-add (command line suppressed) [2020-08-17T16:07:13.929Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9091001974830745792.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9091001974830745792.key) [2020-08-17T16:07:14.080Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T16:07:14.446Z] + git describe --exact-match --tags HEAD [2020-08-17T16:07:14.446Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-17T16:07:14.514Z] $ docker exec --env ******** --env ******** bc67d25e8103742ecc5184b5361f4d8af8dab1d2747594589591a6433db5e499 ssh-agent -k [2020-08-17T16:07:14.757Z] unset SSH_AUTH_SOCK; [2020-08-17T16:07:14.758Z] unset SSH_AGENT_PID; [2020-08-17T16:07:14.758Z] echo Agent pid 17 killed; [2020-08-17T16:07:14.942Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-17T16:07:15.020Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-17T16:07:15.020Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-17T16:07:15.108Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T16:07:15.108Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T16:07:15.499Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T16:07:15.501Z] $ docker exec bc67d25e8103742ecc5184b5361f4d8af8dab1d2747594589591a6433db5e499 ssh-agent [2020-08-17T16:07:16.188Z] SSH_AUTH_SOCK=/tmp/ssh-d5q47qe225zc/agent.45 [2020-08-17T16:07:16.188Z] SSH_AGENT_PID=50 [2020-08-17T16:07:16.244Z] Running ssh-add (command line suppressed) [2020-08-17T16:07:16.616Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1012507697039873539.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1012507697039873539.key) [2020-08-17T16:07:16.723Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T16:07:17.470Z] + git semver init [2020-08-17T16:07:17.470Z] # -> Open(): unable to determine branch for HEAD [2020-08-17T16:07:17.470Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-17T16:07:17.470Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-17T16:07:17.470Z] # $SEMVER_REMOTE_NAME = origin [2020-08-17T16:07:17.470Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-17T16:07:17.470Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-17T16:07:17.470Z] # $SEMVER_BRANCH = master [2020-08-17T16:07:17.470Z] # $SEMVER_TEMP = /tmp/semver-809350353 [2020-08-17T16:07:17.470Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-08-17T16:07:18.592Z] # '/tmp/semver-809350353' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-08-17T16:07:18.592Z] # -> Force: false [2020-08-17T16:07:18.592Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-08-17T16:07:18.638Z] $ docker exec --env ******** --env ******** bc67d25e8103742ecc5184b5361f4d8af8dab1d2747594589591a6433db5e499 ssh-agent -k [2020-08-17T16:07:18.920Z] unset SSH_AUTH_SOCK; [2020-08-17T16:07:18.921Z] unset SSH_AGENT_PID; [2020-08-17T16:07:18.921Z] echo Agent pid 50 killed; [2020-08-17T16:07:19.030Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-17T16:07:20.012Z] + git semver [Pipeline] } [2020-08-17T16:07:20.110Z] $ docker stop --time=1 bc67d25e8103742ecc5184b5361f4d8af8dab1d2747594589591a6433db5e499 [2020-08-17T16:07:21.923Z] $ docker rm -f bc67d25e8103742ecc5184b5361f4d8af8dab1d2747594589591a6433db5e499 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-17T16:07:23.738Z] Stashed 82 file(s) [Pipeline] echo [2020-08-17T16:07:23.740Z] [edgeXSemver] initialized semver on version 0.1.71 [Pipeline] echo [2020-08-17T16:07:23.821Z] Archived original version: [0.1.71] [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 [2020-08-17T16:07:39.184Z] Still waiting to schedule task [2020-08-17T16:07:39.184Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-17T16:07:39.186Z] Still waiting to schedule task [2020-08-17T16:07:39.186Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-286’ [2020-08-17T16:10:21.441Z] Running on prd-centos7-docker-4c-2g-291 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-08-17T16:10:21.486Z] Running in /w/workspace/go-mod-core-contracts/36 [Pipeline] { [Pipeline] checkout [2020-08-17T16:10:23.559Z] using credential edgex-jenkins-ssh [2020-08-17T16:10:23.611Z] Cloning the remote Git repository [2020-08-17T16:10:23.612Z] Cloning with configured refspecs honoured and without tags [2020-08-17T16:10:23.663Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-17T16:10:23.724Z] > git init /w/workspace/go-mod-core-contracts/36 # timeout=10 [2020-08-17T16:10:23.766Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-17T16:10:23.767Z] > git --version # timeout=10 [2020-08-17T16:10:23.774Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T16:10:23.798Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T16:10:24.313Z] Fetching without tags [2020-08-17T16:10:24.720Z] Checking out Revision 6486545aa210051214681770a55b4e6e9fd2ee43 (master) [2020-08-17T16:10:24.287Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-17T16:10:24.295Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T16:10:24.308Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-17T16:10:24.317Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-17T16:10:24.317Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T16:10:24.321Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T16:10:24.728Z] > git config core.sparsecheckout # timeout=10 [2020-08-17T16:10:24.735Z] > git checkout -f 6486545aa210051214681770a55b4e6e9fd2ee43 # timeout=10 [2020-08-17T16:10:28.313Z] Commit message: "Merge pull request #267 from weichou1229/issue-266" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-17T16:10:29.228Z] ========================================================= [2020-08-17T16:10:29.228Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-17T16:10:29.228Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-17T16:10:29.827Z] + 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 . [2020-08-17T16:10:30.093Z] Sending build context to Docker daemon 2.123MB [2020-08-17T16:10:30.093Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-17T16:10:30.093Z] Step 2/7 : FROM ${BASE} [2020-08-17T16:10:30.367Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-17T16:10:30.367Z] df20fa9351a1: Pulling fs layer [2020-08-17T16:10:30.367Z] ed8968b2872e: Pulling fs layer [2020-08-17T16:10:30.367Z] a92cc7c5fd73: Pulling fs layer [2020-08-17T16:10:30.367Z] 2dd03ba5bac4: Pulling fs layer [2020-08-17T16:10:30.367Z] 1e091d79d1de: Pulling fs layer [2020-08-17T16:10:30.367Z] 481702a1767f: Pulling fs layer [2020-08-17T16:10:30.367Z] f64a6f60c768: Pulling fs layer [2020-08-17T16:10:30.367Z] e78d2573fc39: Pulling fs layer [2020-08-17T16:10:30.367Z] e876d2f968b6: Pulling fs layer [2020-08-17T16:10:30.367Z] ce8a83651883: Pulling fs layer [2020-08-17T16:10:30.367Z] 07967f4d0e4b: Pulling fs layer [2020-08-17T16:10:30.367Z] f64a6f60c768: Waiting [2020-08-17T16:10:30.367Z] e78d2573fc39: Waiting [2020-08-17T16:10:30.367Z] e876d2f968b6: Waiting [2020-08-17T16:10:30.367Z] ce8a83651883: Waiting [2020-08-17T16:10:30.367Z] 07967f4d0e4b: Waiting [2020-08-17T16:10:30.367Z] 2dd03ba5bac4: Waiting [2020-08-17T16:10:30.367Z] 481702a1767f: Waiting [2020-08-17T16:10:30.367Z] 1e091d79d1de: Waiting [2020-08-17T16:10:30.367Z] a92cc7c5fd73: Verifying Checksum [2020-08-17T16:10:30.367Z] a92cc7c5fd73: Download complete [2020-08-17T16:10:30.367Z] ed8968b2872e: Download complete [2020-08-17T16:10:30.367Z] 1e091d79d1de: Download complete [2020-08-17T16:10:30.367Z] 481702a1767f: Download complete [2020-08-17T16:10:30.367Z] df20fa9351a1: Verifying Checksum [2020-08-17T16:10:30.367Z] df20fa9351a1: Download complete [2020-08-17T16:10:31.348Z] f64a6f60c768: Verifying Checksum [2020-08-17T16:10:31.348Z] f64a6f60c768: Download complete [2020-08-17T16:10:31.348Z] e876d2f968b6: Verifying Checksum [2020-08-17T16:10:31.348Z] e876d2f968b6: Download complete [2020-08-17T16:10:31.637Z] e78d2573fc39: Verifying Checksum [2020-08-17T16:10:31.637Z] e78d2573fc39: Download complete [2020-08-17T16:10:31.637Z] ce8a83651883: Verifying Checksum [2020-08-17T16:10:31.637Z] ce8a83651883: Download complete [2020-08-17T16:10:31.899Z] 07967f4d0e4b: Verifying Checksum [2020-08-17T16:10:31.899Z] 07967f4d0e4b: Download complete [2020-08-17T16:10:31.899Z] 2dd03ba5bac4: Verifying Checksum [2020-08-17T16:10:31.899Z] 2dd03ba5bac4: Download complete [2020-08-17T16:10:32.160Z] df20fa9351a1: Pull complete [2020-08-17T16:10:32.160Z] ed8968b2872e: Pull complete [2020-08-17T16:10:32.422Z] a92cc7c5fd73: Pull complete [2020-08-17T16:10:37.734Z] 2dd03ba5bac4: Pull complete [2020-08-17T16:10:37.734Z] 1e091d79d1de: Pull complete [2020-08-17T16:10:37.734Z] 481702a1767f: Pull complete [2020-08-17T16:10:45.899Z] f64a6f60c768: Pull complete [2020-08-17T16:10:47.823Z] e78d2573fc39: Pull complete [2020-08-17T16:10:48.090Z] e876d2f968b6: Pull complete [2020-08-17T16:10:49.058Z] ce8a83651883: Pull complete [2020-08-17T16:10:49.320Z] 07967f4d0e4b: Pull complete [2020-08-17T16:10:49.320Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-17T16:10:49.320Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-17T16:10:49.320Z] ---> 5d7c900382c6 [2020-08-17T16:10:49.320Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-17T16:10:51.243Z] ---> Running in 54dfc872f16b [2020-08-17T16:10:51.243Z] Removing intermediate container 54dfc872f16b [2020-08-17T16:10:51.243Z] ---> 9a47769c0d05 [2020-08-17T16:10:51.243Z] Step 4/7 : RUN apk add bash [2020-08-17T16:10:51.243Z] ---> Running in fcb344483421 [2020-08-17T16:10:52.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T16:10:52.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T16:10:53.336Z] OK: 166 MiB in 39 packages [2020-08-17T16:10:53.911Z] Removing intermediate container fcb344483421 [2020-08-17T16:10:53.911Z] ---> 8fb12c41a013 [2020-08-17T16:10:53.911Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-08-17T16:10:53.911Z] ---> Running in 2cea6505b806 [2020-08-17T16:10:53.911Z] Removing intermediate container 2cea6505b806 [2020-08-17T16:10:53.911Z] ---> 01b99c892c6c [2020-08-17T16:10:53.911Z] Step 6/7 : COPY go.mod . [2020-08-17T16:10:54.173Z] ---> e1706dc98736 [2020-08-17T16:10:54.173Z] Step 7/7 : RUN go mod download [2020-08-17T16:10:54.438Z] ---> Running in 7695666fc443 [2020-08-17T16:10:55.832Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-08-17T16:10:55.832Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-17T16:10:55.832Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-17T16:10:55.832Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-17T16:10:55.832Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-17T16:10:55.832Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-17T16:10:55.832Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-17T16:10:55.832Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-17T16:10:55.832Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-17T16:10:55.832Z] go: finding github.com/google/uuid v1.1.0 [2020-08-17T16:10:56.094Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-17T16:10:56.094Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-17T16:10:56.094Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-17T16:10:56.094Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-17T16:10:56.094Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-17T16:10:56.094Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-17T16:10:56.094Z] go: finding golang.org/x/text v0.3.2 [2020-08-17T16:10:56.094Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-17T16:10:56.094Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-17T16:10:56.094Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-17T16:11:04.253Z] Removing intermediate container 7695666fc443 [2020-08-17T16:11:04.253Z] ---> d1e33c591c3a [2020-08-17T16:11:04.253Z] Successfully built d1e33c591c3a [2020-08-17T16:11:04.253Z] 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] } [2020-08-17T16:11:29.571Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-292 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-08-17T16:11:29.616Z] Running in /w/workspace/go-mod-core-contracts/36 [Pipeline] { [Pipeline] checkout [2020-08-17T16:11:35.316Z] using credential edgex-jenkins-ssh [2020-08-17T16:11:35.368Z] Cloning the remote Git repository [2020-08-17T16:11:35.368Z] Cloning with configured refspecs honoured and without tags [2020-08-17T16:11:35.424Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-17T16:11:35.544Z] > git init /w/workspace/go-mod-core-contracts/36 # timeout=10 [2020-08-17T16:11:35.620Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-17T16:11:35.621Z] > git --version # timeout=10 [2020-08-17T16:11:35.644Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T16:11:35.703Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T16:11:36.686Z] Fetching without tags [2020-08-17T16:11:37.227Z] Checking out Revision 6486545aa210051214681770a55b4e6e9fd2ee43 (master) [2020-08-17T16:11:36.620Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-17T16:11:36.640Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T16:11:36.668Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-17T16:11:36.696Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-17T16:11:36.697Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T16:11:36.711Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T16:11:37.244Z] > git config core.sparsecheckout # timeout=10 [2020-08-17T16:11:37.262Z] > git checkout -f 6486545aa210051214681770a55b4e6e9fd2ee43 # timeout=10 [2020-08-17T16:11:41.771Z] Commit message: "Merge pull request #267 from weichou1229/issue-266" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-17T16:11:43.042Z] ========================================================= [2020-08-17T16:11:43.042Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-17T16:11:43.042Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-17T16:11:44.112Z] + 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 . [2020-08-17T16:11:45.093Z] Sending build context to Docker daemon 2.123MB [2020-08-17T16:11:45.093Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-17T16:11:45.093Z] Step 2/7 : FROM ${BASE} [2020-08-17T16:11:45.370Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-17T16:11:45.370Z] b538f80385f9: Pulling fs layer [2020-08-17T16:11:45.370Z] 74f711af9a0d: Pulling fs layer [2020-08-17T16:11:45.370Z] 99f96fe45779: Pulling fs layer [2020-08-17T16:11:45.370Z] fd7a069fd194: Pulling fs layer [2020-08-17T16:11:45.370Z] 66aa3694b03b: Pulling fs layer [2020-08-17T16:11:45.370Z] 170f70906a0f: Pulling fs layer [2020-08-17T16:11:45.370Z] ad7c5574e4b9: Pulling fs layer [2020-08-17T16:11:45.370Z] e772456be8f7: Pulling fs layer [2020-08-17T16:11:45.370Z] c890913d741a: Pulling fs layer [2020-08-17T16:11:45.370Z] 2480fcc9aa5a: Pulling fs layer [2020-08-17T16:11:45.370Z] 09adf4765672: Pulling fs layer [2020-08-17T16:11:45.370Z] fd7a069fd194: Waiting [2020-08-17T16:11:45.370Z] 66aa3694b03b: Waiting [2020-08-17T16:11:45.370Z] ad7c5574e4b9: Waiting [2020-08-17T16:11:45.370Z] e772456be8f7: Waiting [2020-08-17T16:11:45.370Z] c890913d741a: Waiting [2020-08-17T16:11:45.370Z] 2480fcc9aa5a: Waiting [2020-08-17T16:11:45.370Z] 170f70906a0f: Waiting [2020-08-17T16:11:45.370Z] 09adf4765672: Waiting [2020-08-17T16:11:45.370Z] 99f96fe45779: Download complete [2020-08-17T16:11:45.370Z] 74f711af9a0d: Verifying Checksum [2020-08-17T16:11:45.370Z] 74f711af9a0d: Download complete [2020-08-17T16:11:45.370Z] 66aa3694b03b: Verifying Checksum [2020-08-17T16:11:45.370Z] 66aa3694b03b: Download complete [2020-08-17T16:11:45.370Z] 170f70906a0f: Verifying Checksum [2020-08-17T16:11:45.370Z] 170f70906a0f: Download complete [2020-08-17T16:11:45.370Z] b538f80385f9: Download complete [2020-08-17T16:11:46.361Z] b538f80385f9: Pull complete [2020-08-17T16:11:46.966Z] 74f711af9a0d: Pull complete [2020-08-17T16:11:47.567Z] 99f96fe45779: Pull complete [2020-08-17T16:11:49.014Z] ad7c5574e4b9: Verifying Checksum [2020-08-17T16:11:49.014Z] ad7c5574e4b9: Download complete [2020-08-17T16:11:49.637Z] c890913d741a: Verifying Checksum [2020-08-17T16:11:49.637Z] c890913d741a: Download complete [2020-08-17T16:11:50.243Z] fd7a069fd194: Verifying Checksum [2020-08-17T16:11:50.243Z] fd7a069fd194: Download complete [2020-08-17T16:11:50.519Z] 09adf4765672: Verifying Checksum [2020-08-17T16:11:50.519Z] 09adf4765672: Download complete [2020-08-17T16:11:50.519Z] e772456be8f7: Verifying Checksum [2020-08-17T16:11:51.119Z] 2480fcc9aa5a: Verifying Checksum [2020-08-17T16:11:51.119Z] 2480fcc9aa5a: Download complete [2020-08-17T16:12:03.525Z] fd7a069fd194: Pull complete [2020-08-17T16:12:03.525Z] 66aa3694b03b: Pull complete [2020-08-17T16:12:03.525Z] 170f70906a0f: Pull complete [2020-08-17T16:12:06.155Z] ad7c5574e4b9: Pull complete [2020-08-17T16:12:11.562Z] e772456be8f7: Pull complete [2020-08-17T16:12:11.562Z] c890913d741a: Pull complete [2020-08-17T16:12:13.557Z] 2480fcc9aa5a: Pull complete [2020-08-17T16:12:13.557Z] 09adf4765672: Pull complete [2020-08-17T16:12:13.831Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-17T16:12:13.831Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-17T16:12:13.831Z] ---> 2248a725d1cf [2020-08-17T16:12:13.831Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-17T16:12:19.210Z] ---> Running in cadc7ed9af33 [2020-08-17T16:12:19.210Z] Removing intermediate container cadc7ed9af33 [2020-08-17T16:12:19.210Z] ---> d74948944918 [2020-08-17T16:12:19.210Z] Step 4/7 : RUN apk add bash [2020-08-17T16:12:19.210Z] ---> Running in 97cf2fd8f542 [2020-08-17T16:12:20.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T16:12:21.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T16:12:22.197Z] OK: 142 MiB in 39 packages [2020-08-17T16:12:23.179Z] Removing intermediate container 97cf2fd8f542 [2020-08-17T16:12:23.179Z] ---> 62e62909c96d [2020-08-17T16:12:23.179Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-08-17T16:12:23.179Z] ---> Running in 9a833e26a450 [2020-08-17T16:12:23.775Z] Removing intermediate container 9a833e26a450 [2020-08-17T16:12:23.775Z] ---> 48595816589a [2020-08-17T16:12:23.775Z] Step 6/7 : COPY go.mod . [2020-08-17T16:12:24.372Z] ---> fcd36eab6525 [2020-08-17T16:12:24.372Z] Step 7/7 : RUN go mod download [2020-08-17T16:12:24.649Z] ---> Running in 67f3832b7575 [2020-08-17T16:12:26.622Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-08-17T16:12:26.622Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-17T16:12:26.622Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-17T16:12:26.892Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-17T16:12:26.892Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-17T16:12:26.892Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-17T16:12:26.892Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-17T16:12:26.892Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-17T16:12:26.892Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-17T16:12:26.892Z] go: finding github.com/google/uuid v1.1.0 [2020-08-17T16:12:26.892Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-17T16:12:26.892Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-17T16:12:26.892Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-17T16:12:26.893Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-17T16:12:27.184Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-17T16:12:27.184Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-17T16:12:27.184Z] go: finding golang.org/x/text v0.3.2 [2020-08-17T16:12:27.184Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-17T16:12:27.184Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-17T16:12:27.184Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-17T16:12:39.591Z] Removing intermediate container 67f3832b7575 [2020-08-17T16:12:39.591Z] ---> 477c5f7e4ee1 [2020-08-17T16:12:39.591Z] Successfully built 477c5f7e4ee1 [2020-08-17T16:12:39.591Z] 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] } [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 [2020-08-17T16:12:41.737Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-17T16:12:41.738Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-17T16:12:41.791Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T16:12:42.164Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-17T16:12:42.164Z] [2020-08-17T16:12:42.164Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-17T16:12:42.632Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-17T16:12:42.942Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-17T16:12:42.942Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-17T16:12:42.942Z] 408f87550127: Pulling fs layer [2020-08-17T16:12:42.942Z] fe522b08c979: Pulling fs layer [2020-08-17T16:12:42.942Z] 221eaa008020: Pulling fs layer [2020-08-17T16:12:42.942Z] 2a4607e5d6b9: Pulling fs layer [2020-08-17T16:12:42.942Z] 8f79b27c4fd2: Pulling fs layer [2020-08-17T16:12:42.942Z] e5c8dbe1645b: Pulling fs layer [2020-08-17T16:12:42.942Z] 23e8b3b47431: Pulling fs layer [2020-08-17T16:12:42.942Z] 5c568d65a230: Pulling fs layer [2020-08-17T16:12:42.942Z] 221eaa008020: Waiting [2020-08-17T16:12:42.942Z] 2a4607e5d6b9: Waiting [2020-08-17T16:12:42.942Z] 8f79b27c4fd2: Waiting [2020-08-17T16:12:42.942Z] e5c8dbe1645b: Waiting [2020-08-17T16:12:42.942Z] 23e8b3b47431: Waiting [2020-08-17T16:12:42.942Z] 5c568d65a230: Waiting [2020-08-17T16:12:42.942Z] fe522b08c979: Verifying Checksum [2020-08-17T16:12:42.942Z] fe522b08c979: Download complete [2020-08-17T16:12:43.249Z] 408f87550127: Verifying Checksum [2020-08-17T16:12:43.249Z] 408f87550127: Download complete [2020-08-17T16:12:43.249Z] 2a4607e5d6b9: Verifying Checksum [2020-08-17T16:12:43.249Z] 2a4607e5d6b9: Download complete [2020-08-17T16:12:43.249Z] 8f79b27c4fd2: Verifying Checksum [2020-08-17T16:12:43.249Z] 8f79b27c4fd2: Download complete [2020-08-17T16:12:43.249Z] cbdbe7a5bc2a: Download complete [2020-08-17T16:12:44.329Z] e5c8dbe1645b: Verifying Checksum [2020-08-17T16:12:44.329Z] e5c8dbe1645b: Download complete [2020-08-17T16:12:44.329Z] cbdbe7a5bc2a: Pull complete [2020-08-17T16:12:45.101Z] 23e8b3b47431: Verifying Checksum [2020-08-17T16:12:45.101Z] 23e8b3b47431: Download complete [2020-08-17T16:12:45.101Z] 408f87550127: Pull complete [2020-08-17T16:12:45.798Z] fe522b08c979: Pull complete [2020-08-17T16:12:46.128Z] 5c568d65a230: Verifying Checksum [2020-08-17T16:12:46.128Z] 5c568d65a230: Download complete [2020-08-17T16:12:47.318Z] 221eaa008020: Verifying Checksum [2020-08-17T16:12:47.318Z] 221eaa008020: Download complete [2020-08-17T16:12:57.601Z] 221eaa008020: Pull complete [2020-08-17T16:12:57.911Z] 2a4607e5d6b9: Pull complete [2020-08-17T16:12:58.271Z] 8f79b27c4fd2: Pull complete [2020-08-17T16:13:00.420Z] e5c8dbe1645b: Pull complete [2020-08-17T16:13:03.890Z] 23e8b3b47431: Pull complete [2020-08-17T16:13:06.605Z] 5c568d65a230: Pull complete [2020-08-17T16:13:06.605Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-17T16:13:06.605Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-17T16:13:06.605Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-17T16:13:06.852Z] prd-centos7-docker-4c-2g-290 does not seem to be running inside a container [2020-08-17T16:13:06.928Z] $ 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 [2020-08-17T16:13:08.465Z] $ docker top 6abda0df4b00481a302459e6d8dfc4ff9a3374eb20451197aae8c036cc5fafb2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T16:13:09.167Z] + snyk monitor '--org=edgex-jenkins' [2020-08-17T16:13:21.893Z] [2020-08-17T16:13:21.893Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-08-17T16:13:21.893Z] [2020-08-17T16:13:21.893Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/485eb43c-5284-464c-9c43-7eff4c010edd [2020-08-17T16:13:21.893Z] [2020-08-17T16:13:21.893Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-17T16:13:21.893Z] [2020-08-17T16:13:21.893Z] [2020-08-17T16:13:21.893Z] Snyk CLI supports Node.js 8 and higher. [2020-08-17T16:13:21.893Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-08-17T16:13:21.893Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-17T16:13:21.893Z] [2020-08-17T16:13:21.893Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-17T16:13:21.893Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-17T16:13:21.918Z] $ docker stop --time=1 6abda0df4b00481a302459e6d8dfc4ff9a3374eb20451197aae8c036cc5fafb2 [2020-08-17T16:13:25.026Z] $ docker rm -f 6abda0df4b00481a302459e6d8dfc4ff9a3374eb20451197aae8c036cc5fafb2 [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 [2020-08-17T16:13:28.121Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T16:13:28.121Z] . [Pipeline] withDockerContainer [2020-08-17T16:13:28.478Z] prd-centos7-docker-4c-2g-290 does not seem to be running inside a container [2020-08-17T16:13:28.563Z] $ 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 [2020-08-17T16:13:29.573Z] $ docker top 370e95d9c039e7d6b255ed6d8712155a07b389ead0b0211d8578c65591b5af0a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-17T16:13:29.873Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T16:13:29.873Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T16:13:30.129Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T16:13:30.130Z] $ docker exec 370e95d9c039e7d6b255ed6d8712155a07b389ead0b0211d8578c65591b5af0a ssh-agent [2020-08-17T16:13:30.458Z] SSH_AUTH_SOCK=/tmp/ssh-TCkuDZPpYZWl/agent.12 [2020-08-17T16:13:30.458Z] SSH_AGENT_PID=17 [2020-08-17T16:13:30.475Z] Running ssh-add (command line suppressed) [2020-08-17T16:13:30.748Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6552063889840297157.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6552063889840297157.key) [2020-08-17T16:13:30.884Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T16:13:31.452Z] + git semver tag [2020-08-17T16:13:31.770Z] # -> Open(): unable to determine branch for HEAD [2020-08-17T16:13:31.770Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-17T16:13:31.770Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-17T16:13:31.770Z] # $SEMVER_REMOTE_NAME = origin [2020-08-17T16:13:31.770Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-17T16:13:31.770Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-17T16:13:31.770Z] # $SEMVER_BRANCH = master [2020-08-17T16:13:31.770Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-08-17T16:13:31.770Z] # 6486545aa210051214681770a55b4e6e9fd2ee43 HEAD [2020-08-17T16:13:31.770Z] # -> Force: false [2020-08-17T16:13:31.770Z] # 5dc5fc6cdbe76e6c5710a3e2735b7b371ab7018d refs/tags/v0.1.71 [Pipeline] } [2020-08-17T16:13:31.909Z] $ docker exec --env ******** --env ******** 370e95d9c039e7d6b255ed6d8712155a07b389ead0b0211d8578c65591b5af0a ssh-agent -k [2020-08-17T16:13:32.374Z] unset SSH_AUTH_SOCK; [2020-08-17T16:13:32.375Z] unset SSH_AGENT_PID; [2020-08-17T16:13:32.375Z] echo Agent pid 17 killed; [2020-08-17T16:13:32.574Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-17T16:13:33.160Z] + git semver [Pipeline] } [2020-08-17T16:13:33.258Z] $ docker stop --time=1 370e95d9c039e7d6b255ed6d8712155a07b389ead0b0211d8578c65591b5af0a [2020-08-17T16:13:34.713Z] $ docker rm -f 370e95d9c039e7d6b255ed6d8712155a07b389ead0b0211d8578c65591b5af0a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-17T16:13:35.642Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-17T16:13:35.643Z] [2020-08-17T16:13:35.643Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-17T16:13:36.044Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-17T16:13:36.337Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-17T16:13:36.337Z] ab5ef0e58194: Pulling fs layer [2020-08-17T16:13:36.337Z] 9712f1f96733: Pulling fs layer [2020-08-17T16:13:36.337Z] 63f879dbbcfc: Pulling fs layer [2020-08-17T16:13:36.337Z] 0d9ebad4ef96: Pulling fs layer [2020-08-17T16:13:36.337Z] e9a5061849ea: Pulling fs layer [2020-08-17T16:13:36.337Z] d747dcd14b5f: Pulling fs layer [2020-08-17T16:13:36.337Z] 2de7ff778b66: Pulling fs layer [2020-08-17T16:13:36.337Z] 0d9ebad4ef96: Waiting [2020-08-17T16:13:36.337Z] e9a5061849ea: Waiting [2020-08-17T16:13:36.337Z] d747dcd14b5f: Waiting [2020-08-17T16:13:36.337Z] 2de7ff778b66: Waiting [2020-08-17T16:13:36.337Z] 9712f1f96733: Verifying Checksum [2020-08-17T16:13:36.337Z] 9712f1f96733: Download complete [2020-08-17T16:13:38.293Z] 63f879dbbcfc: Verifying Checksum [2020-08-17T16:13:38.293Z] 63f879dbbcfc: Download complete [2020-08-17T16:13:39.149Z] 0d9ebad4ef96: Verifying Checksum [2020-08-17T16:13:39.149Z] 0d9ebad4ef96: Download complete [2020-08-17T16:13:39.149Z] d747dcd14b5f: Verifying Checksum [2020-08-17T16:13:39.149Z] e9a5061849ea: Verifying Checksum [2020-08-17T16:13:39.149Z] e9a5061849ea: Download complete [2020-08-17T16:13:39.149Z] d747dcd14b5f: Download complete [2020-08-17T16:13:39.149Z] ab5ef0e58194: Verifying Checksum [2020-08-17T16:13:39.149Z] ab5ef0e58194: Download complete [2020-08-17T16:13:39.875Z] 2de7ff778b66: Verifying Checksum [2020-08-17T16:13:39.875Z] 2de7ff778b66: Download complete [2020-08-17T16:13:47.060Z] ab5ef0e58194: Pull complete [2020-08-17T16:13:47.060Z] 9712f1f96733: Pull complete [2020-08-17T16:13:49.824Z] 63f879dbbcfc: Pull complete [2020-08-17T16:14:01.033Z] 0d9ebad4ef96: Pull complete [2020-08-17T16:14:01.033Z] e9a5061849ea: Pull complete [2020-08-17T16:14:01.315Z] d747dcd14b5f: Pull complete [2020-08-17T16:14:04.821Z] 2de7ff778b66: Pull complete [2020-08-17T16:14:04.821Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-17T16:14:04.821Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-17T16:14:04.821Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-17T16:14:05.574Z] prd-centos7-docker-4c-2g-290 does not seem to be running inside a container [2020-08-17T16:14:05.677Z] $ 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 [2020-08-17T16:14:09.236Z] $ docker top 2476caf07b9ae02a87f59803b024d8232e712d7c32263c16c718a9b49f4aefe0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-17T16:14:09.608Z] provisioning config files... [2020-08-17T16:14:09.670Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4891956677276896251tmp [2020-08-17T16:14:09.735Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3045776602649186260tmp [2020-08-17T16:14:09.784Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1344576105846203403tmp [Pipeline] { [Pipeline] echo [2020-08-17T16:14:09.890Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T16:14:10.546Z] ---> sigul-configuration.sh [2020-08-17T16:14:10.546Z] gpg: directory `/root/.gnupg' created [2020-08-17T16:14:10.546Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-17T16:14:10.546Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-17T16:14:10.546Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-17T16:14:10.546Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-17T16:14:10.546Z] gpg: CAST5 encrypted data [2020-08-17T16:14:10.546Z] gpg: encrypted with 1 passphrase [2020-08-17T16:14:10.546Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-17T16:14:11.171Z] + mkdir /home/jenkins [2020-08-17T16:14:11.171Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-17T16:14:11.575Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-08-17T16:14:11.877Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T16:14:12.624Z] ---> sigul-install.sh [2020-08-17T16:14:22.990Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-17T16:14:23.701Z] + git tag --list [2020-08-17T16:14:23.701Z] v0.1.71 [Pipeline] sh [2020-08-17T16:14:24.617Z] + lftools sign git-tag v0.1.71 [2020-08-17T16:14:26.104Z] Signing Git tag with Sigul... [2020-08-17T16:14:26.104Z] Signing v0.1.71 [Pipeline] echo [2020-08-17T16:14:27.574Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T16:14:27.901Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-17T16:14:28.187Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-17T16:14:28.298Z] $ docker stop --time=1 2476caf07b9ae02a87f59803b024d8232e712d7c32263c16c718a9b49f4aefe0 [2020-08-17T16:14:30.548Z] $ docker rm -f 2476caf07b9ae02a87f59803b024d8232e712d7c32263c16c718a9b49f4aefe0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-17T16:14:31.389Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T16:14:31.389Z] . [Pipeline] withDockerContainer [2020-08-17T16:14:31.510Z] prd-centos7-docker-4c-2g-290 does not seem to be running inside a container [2020-08-17T16:14:31.564Z] $ 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 [2020-08-17T16:14:32.368Z] $ docker top f6d9637b34ef0163665ba2e072e09f5848bb3a4b1d9e9f17871b1a6438c15463 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-17T16:14:32.727Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T16:14:32.727Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T16:14:33.081Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T16:14:33.081Z] $ docker exec f6d9637b34ef0163665ba2e072e09f5848bb3a4b1d9e9f17871b1a6438c15463 ssh-agent [2020-08-17T16:14:33.381Z] SSH_AUTH_SOCK=/tmp/ssh-BV6OB0XhnvaQ/agent.12 [2020-08-17T16:14:33.381Z] SSH_AGENT_PID=18 [2020-08-17T16:14:33.389Z] Running ssh-add (command line suppressed) [2020-08-17T16:14:33.578Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4885760860989528403.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4885760860989528403.key) [2020-08-17T16:14:33.682Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T16:14:34.027Z] + git semver bump patch [2020-08-17T16:14:34.297Z] # -> Open(): unable to determine branch for HEAD [2020-08-17T16:14:34.297Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-17T16:14:34.297Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-17T16:14:34.297Z] # $SEMVER_REMOTE_NAME = origin [2020-08-17T16:14:34.297Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-17T16:14:34.297Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-17T16:14:34.297Z] # $SEMVER_BRANCH = master [2020-08-17T16:14:34.297Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-08-17T16:14:34.297Z] 0.1.72 [Pipeline] } [2020-08-17T16:14:34.306Z] $ docker exec --env ******** --env ******** f6d9637b34ef0163665ba2e072e09f5848bb3a4b1d9e9f17871b1a6438c15463 ssh-agent -k [2020-08-17T16:14:34.462Z] unset SSH_AUTH_SOCK; [2020-08-17T16:14:34.463Z] unset SSH_AGENT_PID; [2020-08-17T16:14:34.463Z] echo Agent pid 18 killed; [2020-08-17T16:14:34.537Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-17T16:14:35.051Z] + git semver [Pipeline] } [2020-08-17T16:14:35.078Z] $ docker stop --time=1 f6d9637b34ef0163665ba2e072e09f5848bb3a4b1d9e9f17871b1a6438c15463 [2020-08-17T16:14:36.590Z] $ docker rm -f f6d9637b34ef0163665ba2e072e09f5848bb3a4b1d9e9f17871b1a6438c15463 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T16:14:37.248Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T16:14:37.248Z] . [Pipeline] withDockerContainer [2020-08-17T16:14:37.470Z] prd-centos7-docker-4c-2g-290 does not seem to be running inside a container [2020-08-17T16:14:37.563Z] $ 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 [2020-08-17T16:14:38.554Z] $ docker top d579e9b98bab9463f0107d7efd38ff9bc5d56b8cff118972d4956c57c46f5ec8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-17T16:14:38.921Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T16:14:38.922Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T16:14:39.177Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T16:14:39.177Z] $ docker exec d579e9b98bab9463f0107d7efd38ff9bc5d56b8cff118972d4956c57c46f5ec8 ssh-agent [2020-08-17T16:14:39.407Z] SSH_AUTH_SOCK=/tmp/ssh-au1lxbEbNy76/agent.12 [2020-08-17T16:14:39.407Z] SSH_AGENT_PID=18 [2020-08-17T16:14:39.418Z] Running ssh-add (command line suppressed) [2020-08-17T16:14:39.659Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2990859305991031801.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2990859305991031801.key) [2020-08-17T16:14:39.789Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T16:14:40.136Z] + git semver push [2020-08-17T16:14:40.136Z] # -> Open(): unable to determine branch for HEAD [2020-08-17T16:14:40.136Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-17T16:14:40.136Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-17T16:14:40.136Z] # $SEMVER_REMOTE_NAME = origin [2020-08-17T16:14:40.136Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-17T16:14:40.136Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-17T16:14:40.136Z] # $SEMVER_BRANCH = master [2020-08-17T16:14:40.136Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-08-17T16:14:48.372Z] $ docker exec --env ******** --env ******** d579e9b98bab9463f0107d7efd38ff9bc5d56b8cff118972d4956c57c46f5ec8 ssh-agent -k [2020-08-17T16:14:48.592Z] unset SSH_AUTH_SOCK; [2020-08-17T16:14:48.596Z] unset SSH_AGENT_PID; [2020-08-17T16:14:48.596Z] echo Agent pid 18 killed; [2020-08-17T16:14:48.755Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-17T16:14:49.700Z] + git semver [Pipeline] } [2020-08-17T16:14:49.743Z] $ docker stop --time=1 d579e9b98bab9463f0107d7efd38ff9bc5d56b8cff118972d4956c57c46f5ec8 [2020-08-17T16:14:51.601Z] $ docker rm -f d579e9b98bab9463f0107d7efd38ff9bc5d56b8cff118972d4956c57c46f5ec8 [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 [2020-08-17T16:14:53.111Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T16:14:53.699Z] ---> package-listing.sh [2020-08-17T16:14:53.699Z] ++ facter osfamily [2020-08-17T16:14:53.699Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-17T16:14:53.699Z] + OS_FAMILY=redhat [2020-08-17T16:14:53.699Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-08-17T16:14:53.699Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-17T16:14:53.699Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-17T16:14:53.699Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-17T16:14:53.699Z] + PACKAGES=/tmp/packages_start.txt [2020-08-17T16:14:53.699Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-08-17T16:14:53.699Z] + PACKAGES=/tmp/packages_end.txt [2020-08-17T16:14:53.699Z] + case "${OS_FAMILY}" in [2020-08-17T16:14:53.699Z] + rpm -qa [2020-08-17T16:14:53.699Z] + sort [2020-08-17T16:14:59.037Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-17T16:14:59.037Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-17T16:14:59.037Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-17T16:14:59.037Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-08-17T16:14:59.037Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-08-17T16:14:59.037Z] + 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 [2020-08-17T16:14:59.787Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T16:14:59.787Z] [2020-08-17T16:14:59.787Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-17T16:15:00.173Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T16:15:00.173Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-17T16:15:00.173Z] c9b1b535fdd9: Pulling fs layer [2020-08-17T16:15:00.173Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-17T16:15:00.173Z] 756a868c4378: Pulling fs layer [2020-08-17T16:15:00.173Z] 444b2fc9a129: Pulling fs layer [2020-08-17T16:15:00.173Z] ea15f1150254: Pulling fs layer [2020-08-17T16:15:00.173Z] 41b27a9f41bf: Pulling fs layer [2020-08-17T16:15:00.173Z] 28c525ee5125: Pulling fs layer [2020-08-17T16:15:00.173Z] 094b1ea09ed8: Pulling fs layer [2020-08-17T16:15:00.173Z] 138eaada9080: Pulling fs layer [2020-08-17T16:15:00.173Z] 0622d0fa9048: Pulling fs layer [2020-08-17T16:15:00.173Z] 444b2fc9a129: Waiting [2020-08-17T16:15:00.173Z] ea15f1150254: Waiting [2020-08-17T16:15:00.173Z] 41b27a9f41bf: Waiting [2020-08-17T16:15:00.173Z] 28c525ee5125: Waiting [2020-08-17T16:15:00.173Z] 094b1ea09ed8: Waiting [2020-08-17T16:15:00.173Z] 138eaada9080: Waiting [2020-08-17T16:15:00.173Z] 0622d0fa9048: Waiting [2020-08-17T16:15:00.473Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-17T16:15:00.473Z] 2cc5ad85d9ab: Download complete [2020-08-17T16:15:00.473Z] 444b2fc9a129: Verifying Checksum [2020-08-17T16:15:00.473Z] 444b2fc9a129: Download complete [2020-08-17T16:15:00.899Z] ea15f1150254: Download complete [2020-08-17T16:15:00.899Z] c9b1b535fdd9: Verifying Checksum [2020-08-17T16:15:00.899Z] c9b1b535fdd9: Download complete [2020-08-17T16:15:01.309Z] c9b1b535fdd9: Pull complete [2020-08-17T16:15:01.804Z] 28c525ee5125: Verifying Checksum [2020-08-17T16:15:01.804Z] 28c525ee5125: Download complete [2020-08-17T16:15:01.804Z] 2cc5ad85d9ab: Pull complete [2020-08-17T16:15:02.663Z] 756a868c4378: Verifying Checksum [2020-08-17T16:15:02.663Z] 756a868c4378: Download complete [2020-08-17T16:15:03.041Z] 138eaada9080: Verifying Checksum [2020-08-17T16:15:03.041Z] 138eaada9080: Download complete [2020-08-17T16:15:03.041Z] 0622d0fa9048: Verifying Checksum [2020-08-17T16:15:03.041Z] 0622d0fa9048: Download complete [2020-08-17T16:15:04.449Z] 094b1ea09ed8: Verifying Checksum [2020-08-17T16:15:04.449Z] 094b1ea09ed8: Download complete [2020-08-17T16:15:04.877Z] 756a868c4378: Pull complete [2020-08-17T16:15:05.336Z] 444b2fc9a129: Pull complete [2020-08-17T16:15:06.100Z] 41b27a9f41bf: Verifying Checksum [2020-08-17T16:15:06.101Z] 41b27a9f41bf: Download complete [2020-08-17T16:15:06.101Z] ea15f1150254: Pull complete [2020-08-17T16:15:10.500Z] 41b27a9f41bf: Pull complete [2020-08-17T16:15:10.500Z] 28c525ee5125: Pull complete [2020-08-17T16:15:13.905Z] 094b1ea09ed8: Pull complete [2020-08-17T16:15:13.905Z] 138eaada9080: Pull complete [2020-08-17T16:15:14.171Z] 0622d0fa9048: Pull complete [2020-08-17T16:15:14.171Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-17T16:15:14.171Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T16:15:14.171Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-17T16:15:14.403Z] prd-centos7-docker-4c-2g-290 does not seem to be running inside a container [2020-08-17T16:15:14.526Z] $ 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 [2020-08-17T16:15:17.115Z] $ docker top b9de04e46c3d1790493400a2f55016d1d7d5565d1be3dcc001d4af19a2ce37ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-17T16:15:17.448Z] provisioning config files... [2020-08-17T16:15:17.465Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config134099677910281875tmp [Pipeline] { [Pipeline] echo [2020-08-17T16:15:17.529Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T16:15:17.858Z] ---> create-netrc.sh [Pipeline] echo [2020-08-17T16:15:17.886Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T16:15:18.312Z] ---> logs-deploy.sh [2020-08-17T16:15:18.313Z] + ARCHIVE_ARTIFACTS= [2020-08-17T16:15:18.313Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-17T16:15:18.313Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-17T16:15:18.313Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-17T16:15:18.313Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/36 [2020-08-17T16:15:18.313Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/36/ [2020-08-17T16:15:18.313Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/36 /w/workspace/dry_go-mod-core-contracts_master [2020-08-17T16:15:20.324Z] Archives upload complete. [2020-08-17T16:15:20.324Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/36 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/36/