Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 63148794c1bf72c5c3aee36396967825270bdb18 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2054 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 63148794c1bf72c5c3aee36396967825270bdb18 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 63148794c1bf72c5c3aee36396967825270bdb18 # timeout=10 Commit message: "Merge pull request #260 from lenny-intel/common" > git rev-list --no-walk bb23a71e0387f48b774a4c52a4064e316f42887d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-04T14:07:00.650Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-04T14:07:00.884Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-04T14:07:00.974Z] ========================================================= [2020-08-04T14:07:00.975Z] EdgeX Global Pipelines Version Info [2020-08-04T14:07:00.975Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-04T14:07:02.960Z] ------------------- [2020-08-04T14:07:02.960Z] stable info: [2020-08-04T14:07:02.960Z] ------------------- [2020-08-04T14:07:02.960Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-04T14:07:02.960Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-04T14:07:02.960Z] Message: update stable to v1.0.106 [2020-08-04T14:07:03.531Z] ------------------- [2020-08-04T14:07:03.532Z] experimental info: [2020-08-04T14:07:03.532Z] ------------------- [2020-08-04T14:07:03.532Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-04T14:07:03.532Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-04T14:07:03.532Z] 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-04T14:07:05.507Z] + git log --format=format:%s -1 63148794c1bf72c5c3aee36396967825270bdb18 [Pipeline] echo [2020-08-04T14:07:05.562Z] GIT_COMMIT: 63148794c1bf72c5c3aee36396967825270bdb18, Commit Message: Merge pull request #260 from lenny-intel/common [Pipeline] echo [2020-08-04T14:07:05.601Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-04T14:07:06.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-04T14:07:06.439Z] [2020-08-04T14:07:06.439Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-04T14:07:06.784Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-04T14:07:06.784Z] latest: Pulling from edgex-devops/git-semver [2020-08-04T14:07:06.784Z] 31603596830f: Pulling fs layer [2020-08-04T14:07:06.785Z] 2a8b12db71e7: Pulling fs layer [2020-08-04T14:07:06.785Z] 6ca5941a6612: Pulling fs layer [2020-08-04T14:07:06.785Z] ecc8261a40a4: Pulling fs layer [2020-08-04T14:07:06.785Z] ecc8261a40a4: Waiting [2020-08-04T14:07:06.785Z] 2a8b12db71e7: Verifying Checksum [2020-08-04T14:07:06.785Z] 2a8b12db71e7: Download complete [2020-08-04T14:07:06.785Z] 31603596830f: Verifying Checksum [2020-08-04T14:07:06.785Z] 31603596830f: Download complete [2020-08-04T14:07:07.046Z] ecc8261a40a4: Verifying Checksum [2020-08-04T14:07:07.046Z] ecc8261a40a4: Download complete [2020-08-04T14:07:07.046Z] 6ca5941a6612: Verifying Checksum [2020-08-04T14:07:07.046Z] 6ca5941a6612: Download complete [2020-08-04T14:07:07.046Z] 31603596830f: Pull complete [2020-08-04T14:07:07.314Z] 2a8b12db71e7: Pull complete [2020-08-04T14:07:07.896Z] 6ca5941a6612: Pull complete [2020-08-04T14:07:08.159Z] ecc8261a40a4: Pull complete [2020-08-04T14:07:08.159Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-04T14:07:08.159Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-04T14:07:08.159Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-04T14:07:08.265Z] prd-centos7-docker-4c-2g-2054 does not seem to be running inside a container [2020-08-04T14:07:08.299Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-04T14:07:10.152Z] $ docker top c144670685a4f2ee8fef4967fdc32cc6427a63d378f91251be6e2a1691fb8200 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-04T14:07:10.480Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-04T14:07:10.480Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-04T14:07:10.674Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-04T14:07:10.670Z] $ docker exec c144670685a4f2ee8fef4967fdc32cc6427a63d378f91251be6e2a1691fb8200 ssh-agent [2020-08-04T14:07:10.853Z] SSH_AUTH_SOCK=/tmp/ssh-4X7smg0iKZpL/agent.11 [2020-08-04T14:07:10.853Z] SSH_AGENT_PID=17 [2020-08-04T14:07:10.862Z] Running ssh-add (command line suppressed) [2020-08-04T14:07:10.966Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8527341950017937791.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8527341950017937791.key) [2020-08-04T14:07:11.031Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-04T14:07:11.357Z] + git describe --exact-match --tags HEAD [2020-08-04T14:07:11.357Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-04T14:07:11.368Z] $ docker exec --env ******** --env ******** c144670685a4f2ee8fef4967fdc32cc6427a63d378f91251be6e2a1691fb8200 ssh-agent -k [2020-08-04T14:07:11.488Z] unset SSH_AUTH_SOCK; [2020-08-04T14:07:11.489Z] unset SSH_AGENT_PID; [2020-08-04T14:07:11.489Z] echo Agent pid 17 killed; [2020-08-04T14:07:11.541Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-04T14:07:11.617Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-04T14:07:11.617Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-04T14:07:11.714Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-04T14:07:11.714Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-04T14:07:11.870Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-04T14:07:11.866Z] $ docker exec c144670685a4f2ee8fef4967fdc32cc6427a63d378f91251be6e2a1691fb8200 ssh-agent [2020-08-04T14:07:12.026Z] SSH_AUTH_SOCK=/tmp/ssh-NK4BPMHzABNI/agent.47 [2020-08-04T14:07:12.026Z] SSH_AGENT_PID=52 [2020-08-04T14:07:12.032Z] Running ssh-add (command line suppressed) [2020-08-04T14:07:12.138Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6827150164125344513.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6827150164125344513.key) [2020-08-04T14:07:12.193Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-04T14:07:12.513Z] + git semver init [2020-08-04T14:07:12.513Z] # -> Open(): unable to determine branch for HEAD [2020-08-04T14:07:12.513Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-04T14:07:12.513Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-04T14:07:12.513Z] # $SEMVER_REMOTE_NAME = origin [2020-08-04T14:07:12.513Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-04T14:07:12.513Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-04T14:07:12.513Z] # $SEMVER_BRANCH = master [2020-08-04T14:07:12.513Z] # $SEMVER_TEMP = /tmp/semver-421530433 [2020-08-04T14:07:12.513Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-08-04T14:07:13.085Z] # '/tmp/semver-421530433' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-08-04T14:07:13.085Z] # -> Force: false [2020-08-04T14:07:13.085Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-08-04T14:07:13.088Z] $ docker exec --env ******** --env ******** c144670685a4f2ee8fef4967fdc32cc6427a63d378f91251be6e2a1691fb8200 ssh-agent -k [2020-08-04T14:07:13.208Z] unset SSH_AUTH_SOCK; [2020-08-04T14:07:13.208Z] unset SSH_AGENT_PID; [2020-08-04T14:07:13.208Z] echo Agent pid 52 killed; [2020-08-04T14:07:13.261Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-04T14:07:13.701Z] + git semver [Pipeline] } [2020-08-04T14:07:13.706Z] $ docker stop --time=1 c144670685a4f2ee8fef4967fdc32cc6427a63d378f91251be6e2a1691fb8200 [2020-08-04T14:07:15.264Z] $ docker rm -f c144670685a4f2ee8fef4967fdc32cc6427a63d378f91251be6e2a1691fb8200 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-04T14:07:15.936Z] Stashed 77 file(s) [Pipeline] echo [2020-08-04T14:07:15.938Z] [edgeXSemver] initialized semver on version 0.1.66 [Pipeline] echo [2020-08-04T14:07:16.010Z] Archived original version: [0.1.66] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-08-04T14:07:31.364Z] Still waiting to schedule task [2020-08-04T14:07:31.365Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2054’ [2020-08-04T14:07:31.366Z] Still waiting to schedule task [2020-08-04T14:07:31.367Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-04T14:09:04.373Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2055 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-08-04T14:09:04.482Z] Running in /w/workspace/go-mod-core-contracts/31 [Pipeline] { [Pipeline] checkout [2020-08-04T14:09:09.368Z] using credential edgex-jenkins-ssh [2020-08-04T14:09:09.418Z] Cloning the remote Git repository [2020-08-04T14:09:09.418Z] Cloning with configured refspecs honoured and without tags [2020-08-04T14:09:09.482Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-04T14:09:09.595Z] > git init /w/workspace/go-mod-core-contracts/31 # timeout=10 [2020-08-04T14:09:10.604Z] Fetching without tags [2020-08-04T14:09:09.685Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-04T14:09:09.686Z] > git --version # timeout=10 [2020-08-04T14:09:09.704Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-04T14:09:09.764Z] > 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-04T14:09:10.523Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-04T14:09:10.545Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-04T14:09:10.581Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-04T14:09:10.608Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-04T14:09:10.609Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-04T14:09:10.621Z] > 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-04T14:09:11.137Z] Checking out Revision 63148794c1bf72c5c3aee36396967825270bdb18 (master) [2020-08-04T14:09:11.151Z] > git config core.sparsecheckout # timeout=10 [2020-08-04T14:09:11.176Z] > git checkout -f 63148794c1bf72c5c3aee36396967825270bdb18 # timeout=10 [2020-08-04T14:09:15.534Z] Commit message: "Merge pull request #260 from lenny-intel/common" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-04T14:09:16.765Z] ========================================================= [2020-08-04T14:09:16.765Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-04T14:09:16.765Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-04T14:09:17.723Z] + 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-04T14:09:19.163Z] Sending build context to Docker daemon 1.871MB [2020-08-04T14:09:19.163Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-04T14:09:19.163Z] Step 2/7 : FROM ${BASE} [2020-08-04T14:09:19.443Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-04T14:09:19.443Z] b538f80385f9: Pulling fs layer [2020-08-04T14:09:19.443Z] 74f711af9a0d: Pulling fs layer [2020-08-04T14:09:19.443Z] 99f96fe45779: Pulling fs layer [2020-08-04T14:09:19.443Z] fd7a069fd194: Pulling fs layer [2020-08-04T14:09:19.443Z] 66aa3694b03b: Pulling fs layer [2020-08-04T14:09:19.443Z] 170f70906a0f: Pulling fs layer [2020-08-04T14:09:19.443Z] ad7c5574e4b9: Pulling fs layer [2020-08-04T14:09:19.443Z] e772456be8f7: Pulling fs layer [2020-08-04T14:09:19.443Z] c890913d741a: Pulling fs layer [2020-08-04T14:09:19.443Z] 2480fcc9aa5a: Pulling fs layer [2020-08-04T14:09:19.443Z] 09adf4765672: Pulling fs layer [2020-08-04T14:09:19.443Z] fd7a069fd194: Waiting [2020-08-04T14:09:19.443Z] 66aa3694b03b: Waiting [2020-08-04T14:09:19.443Z] 170f70906a0f: Waiting [2020-08-04T14:09:19.443Z] ad7c5574e4b9: Waiting [2020-08-04T14:09:19.443Z] e772456be8f7: Waiting [2020-08-04T14:09:19.443Z] c890913d741a: Waiting [2020-08-04T14:09:19.443Z] 2480fcc9aa5a: Waiting [2020-08-04T14:09:19.443Z] 09adf4765672: Waiting [2020-08-04T14:09:19.443Z] 99f96fe45779: Verifying Checksum [2020-08-04T14:09:19.443Z] 99f96fe45779: Download complete [2020-08-04T14:09:19.443Z] 74f711af9a0d: Verifying Checksum [2020-08-04T14:09:19.443Z] 74f711af9a0d: Download complete [2020-08-04T14:09:19.443Z] 66aa3694b03b: Verifying Checksum [2020-08-04T14:09:19.443Z] 66aa3694b03b: Download complete [2020-08-04T14:09:19.443Z] 170f70906a0f: Verifying Checksum [2020-08-04T14:09:19.443Z] 170f70906a0f: Download complete [2020-08-04T14:09:19.443Z] b538f80385f9: Verifying Checksum [2020-08-04T14:09:19.443Z] b538f80385f9: Download complete [2020-08-04T14:09:20.436Z] b538f80385f9: Pull complete [2020-08-04T14:09:21.034Z] 74f711af9a0d: Pull complete [2020-08-04T14:09:21.306Z] 99f96fe45779: Pull complete [2020-08-04T14:09:21.905Z] ad7c5574e4b9: Verifying Checksum [2020-08-04T14:09:21.905Z] ad7c5574e4b9: Download complete [2020-08-04T14:09:21.905Z] c890913d741a: Download complete [2020-08-04T14:09:23.893Z] 2480fcc9aa5a: Verifying Checksum [2020-08-04T14:09:23.893Z] 2480fcc9aa5a: Download complete [2020-08-04T14:09:23.893Z] 09adf4765672: Verifying Checksum [2020-08-04T14:09:23.893Z] 09adf4765672: Download complete [2020-08-04T14:09:24.874Z] e772456be8f7: Download complete [2020-08-04T14:09:24.874Z] fd7a069fd194: Verifying Checksum [2020-08-04T14:09:24.874Z] fd7a069fd194: Download complete [2020-08-04T14:09:37.277Z] fd7a069fd194: Pull complete [2020-08-04T14:09:37.277Z] 66aa3694b03b: Pull complete [2020-08-04T14:09:37.277Z] 170f70906a0f: Pull complete [2020-08-04T14:09:40.685Z] ad7c5574e4b9: Pull complete [2020-08-04T14:09:41.817Z] Running on prd-centos7-docker-4c-2g-2056 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-08-04T14:09:41.863Z] Running in /w/workspace/go-mod-core-contracts/31 [Pipeline] { [Pipeline] checkout [2020-08-04T14:09:44.586Z] using credential edgex-jenkins-ssh [2020-08-04T14:09:44.633Z] Cloning the remote Git repository [2020-08-04T14:09:44.633Z] Cloning with configured refspecs honoured and without tags [2020-08-04T14:09:44.985Z] e772456be8f7: Pull complete [2020-08-04T14:09:45.271Z] c890913d741a: Pull complete [2020-08-04T14:09:45.344Z] Fetching without tags [2020-08-04T14:09:44.655Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-04T14:09:44.715Z] > git init /w/workspace/go-mod-core-contracts/31 # timeout=10 [2020-08-04T14:09:44.760Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-04T14:09:44.761Z] > git --version # timeout=10 [2020-08-04T14:09:44.768Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-04T14:09:44.799Z] > 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-04T14:09:45.310Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-04T14:09:45.320Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-04T14:09:45.333Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-04T14:09:45.347Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-04T14:09:45.348Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-04T14:09:45.354Z] > 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-04T14:09:45.711Z] Checking out Revision 63148794c1bf72c5c3aee36396967825270bdb18 (master) [2020-08-04T14:09:45.717Z] > git config core.sparsecheckout # timeout=10 [2020-08-04T14:09:45.723Z] > git checkout -f 63148794c1bf72c5c3aee36396967825270bdb18 # timeout=10 [2020-08-04T14:09:47.899Z] 2480fcc9aa5a: Pull complete [2020-08-04T14:09:47.899Z] 09adf4765672: Pull complete [2020-08-04T14:09:47.899Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-04T14:09:47.899Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-04T14:09:47.899Z] ---> 2248a725d1cf [2020-08-04T14:09:47.899Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-04T14:09:49.370Z] Commit message: "Merge pull request #260 from lenny-intel/common" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-04T14:09:50.151Z] ========================================================= [2020-08-04T14:09:50.151Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-04T14:09:50.151Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-04T14:09:50.795Z] + 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-04T14:09:51.060Z] Sending build context to Docker daemon 1.871MB [2020-08-04T14:09:51.060Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-04T14:09:51.060Z] Step 2/7 : FROM ${BASE} [2020-08-04T14:09:51.060Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-04T14:09:51.060Z] df20fa9351a1: Pulling fs layer [2020-08-04T14:09:51.060Z] ed8968b2872e: Pulling fs layer [2020-08-04T14:09:51.060Z] a92cc7c5fd73: Pulling fs layer [2020-08-04T14:09:51.060Z] 2dd03ba5bac4: Pulling fs layer [2020-08-04T14:09:51.060Z] 1e091d79d1de: Pulling fs layer [2020-08-04T14:09:51.060Z] 481702a1767f: Pulling fs layer [2020-08-04T14:09:51.060Z] f64a6f60c768: Pulling fs layer [2020-08-04T14:09:51.060Z] e78d2573fc39: Pulling fs layer [2020-08-04T14:09:51.060Z] e876d2f968b6: Pulling fs layer [2020-08-04T14:09:51.060Z] ce8a83651883: Pulling fs layer [2020-08-04T14:09:51.060Z] 07967f4d0e4b: Pulling fs layer [2020-08-04T14:09:51.060Z] 2dd03ba5bac4: Waiting [2020-08-04T14:09:51.060Z] 1e091d79d1de: Waiting [2020-08-04T14:09:51.060Z] 481702a1767f: Waiting [2020-08-04T14:09:51.060Z] f64a6f60c768: Waiting [2020-08-04T14:09:51.060Z] e78d2573fc39: Waiting [2020-08-04T14:09:51.060Z] e876d2f968b6: Waiting [2020-08-04T14:09:51.060Z] ce8a83651883: Waiting [2020-08-04T14:09:51.060Z] 07967f4d0e4b: Waiting [2020-08-04T14:09:51.060Z] a92cc7c5fd73: Verifying Checksum [2020-08-04T14:09:51.060Z] a92cc7c5fd73: Download complete [2020-08-04T14:09:51.060Z] ed8968b2872e: Verifying Checksum [2020-08-04T14:09:51.060Z] ed8968b2872e: Download complete [2020-08-04T14:09:51.332Z] 1e091d79d1de: Verifying Checksum [2020-08-04T14:09:51.332Z] 1e091d79d1de: Download complete [2020-08-04T14:09:51.332Z] 481702a1767f: Verifying Checksum [2020-08-04T14:09:51.332Z] 481702a1767f: Download complete [2020-08-04T14:09:51.332Z] df20fa9351a1: Verifying Checksum [2020-08-04T14:09:51.332Z] df20fa9351a1: Download complete [2020-08-04T14:09:51.605Z] df20fa9351a1: Pull complete [2020-08-04T14:09:52.191Z] f64a6f60c768: Verifying Checksum [2020-08-04T14:09:52.191Z] f64a6f60c768: Download complete [2020-08-04T14:09:52.463Z] e876d2f968b6: Verifying Checksum [2020-08-04T14:09:52.463Z] e876d2f968b6: Download complete [2020-08-04T14:09:52.735Z] e78d2573fc39: Verifying Checksum [2020-08-04T14:09:52.735Z] e78d2573fc39: Download complete [2020-08-04T14:09:52.999Z] 07967f4d0e4b: Verifying Checksum [2020-08-04T14:09:52.999Z] 07967f4d0e4b: Download complete [2020-08-04T14:09:52.999Z] ce8a83651883: Verifying Checksum [2020-08-04T14:09:52.999Z] ce8a83651883: Download complete [2020-08-04T14:09:52.999Z] 2dd03ba5bac4: Verifying Checksum [2020-08-04T14:09:52.999Z] 2dd03ba5bac4: Download complete [2020-08-04T14:09:53.295Z] ---> Running in 3f155a8bd236 [2020-08-04T14:09:53.295Z] Removing intermediate container 3f155a8bd236 [2020-08-04T14:09:53.295Z] ---> 1a0805feff3f [2020-08-04T14:09:53.295Z] Step 4/7 : RUN apk add bash [2020-08-04T14:09:53.295Z] ---> Running in f76ff5772507 [2020-08-04T14:09:54.384Z] ed8968b2872e: Pull complete [2020-08-04T14:09:54.648Z] a92cc7c5fd73: Pull complete [2020-08-04T14:09:55.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T14:09:55.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T14:09:56.471Z] OK: 142 MiB in 39 packages [2020-08-04T14:09:57.905Z] Removing intermediate container f76ff5772507 [2020-08-04T14:09:57.905Z] ---> e9b94f2c4399 [2020-08-04T14:09:57.905Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-08-04T14:09:57.905Z] ---> Running in 82e71f0a0b8b [2020-08-04T14:09:58.502Z] Removing intermediate container 82e71f0a0b8b [2020-08-04T14:09:58.502Z] ---> 736e954e6441 [2020-08-04T14:09:58.502Z] Step 6/7 : COPY go.mod . [2020-08-04T14:09:59.097Z] ---> d58a17526e07 [2020-08-04T14:09:59.097Z] Step 7/7 : RUN go mod download [2020-08-04T14:09:59.375Z] ---> Running in 99c6eaab4553 [2020-08-04T14:09:59.976Z] 2dd03ba5bac4: Pull complete [2020-08-04T14:09:59.976Z] 1e091d79d1de: Pull complete [2020-08-04T14:10:00.237Z] 481702a1767f: Pull complete [2020-08-04T14:10:01.987Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-08-04T14:10:01.987Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-04T14:10:01.987Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-04T14:10:01.987Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-04T14:10:01.987Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-04T14:10:01.987Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-04T14:10:01.987Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-04T14:10:01.987Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-04T14:10:01.987Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-04T14:10:01.987Z] go: finding github.com/google/uuid v1.1.0 [2020-08-04T14:10:01.987Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-04T14:10:01.987Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-04T14:10:01.987Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-04T14:10:01.987Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-04T14:10:01.987Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-04T14:10:01.987Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-04T14:10:02.259Z] go: finding golang.org/x/text v0.3.2 [2020-08-04T14:10:02.259Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-04T14:10:02.259Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-04T14:10:02.259Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-08-04T14:10:10.265Z] f64a6f60c768: Pull complete [2020-08-04T14:10:11.657Z] e78d2573fc39: Pull complete [2020-08-04T14:10:11.657Z] e876d2f968b6: Pull complete [2020-08-04T14:10:12.610Z] ce8a83651883: Pull complete [2020-08-04T14:10:12.871Z] 07967f4d0e4b: Pull complete [2020-08-04T14:10:12.871Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-04T14:10:12.871Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-04T14:10:12.871Z] ---> 5d7c900382c6 [2020-08-04T14:10:12.871Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-04T14:10:13.817Z] ---> Running in b14340a7ec61 [2020-08-04T14:10:13.817Z] Removing intermediate container b14340a7ec61 [2020-08-04T14:10:13.817Z] ---> afada7e9c642 [2020-08-04T14:10:13.817Z] Step 4/7 : RUN apk add bash [2020-08-04T14:10:13.817Z] ---> Running in f8fca8a133e3 [2020-08-04T14:10:14.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T14:10:14.648Z] Removing intermediate container 99c6eaab4553 [2020-08-04T14:10:14.648Z] ---> 9c6a0c835c1c [2020-08-04T14:10:14.648Z] Successfully built 9c6a0c835c1c [2020-08-04T14:10:14.648Z] 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 [2020-08-04T14:10:15.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2020-08-04T14:10:15.596Z] OK: 166 MiB in 39 packages [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-04T14:10:16.171Z] Removing intermediate container f8fca8a133e3 [2020-08-04T14:10:16.171Z] ---> 8e947558632a [2020-08-04T14:10:16.171Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-08-04T14:10:16.171Z] ---> Running in a31abbab16e9 [2020-08-04T14:10:16.171Z] Removing intermediate container a31abbab16e9 [2020-08-04T14:10:16.171Z] ---> a9267bf7e65e [2020-08-04T14:10:16.171Z] Step 6/7 : COPY go.mod . [2020-08-04T14:10:16.434Z] ---> d0b16500bab5 [2020-08-04T14:10:16.434Z] Step 7/7 : RUN go mod download [2020-08-04T14:10:16.434Z] ---> Running in a57c01ed8086 [2020-08-04T14:10:17.831Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-08-04T14:10:17.831Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-04T14:10:17.831Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-04T14:10:17.831Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-04T14:10:17.831Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-04T14:10:17.831Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-04T14:10:17.831Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-04T14:10:17.831Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-04T14:10:17.831Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-04T14:10:17.831Z] go: finding github.com/google/uuid v1.1.0 [2020-08-04T14:10:17.831Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-04T14:10:18.094Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-04T14:10:18.094Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-04T14:10:18.094Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-04T14:10:18.094Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-04T14:10:18.094Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-04T14:10:18.094Z] go: finding golang.org/x/text v0.3.2 [2020-08-04T14:10:18.094Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-04T14:10:18.094Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-04T14:10:18.094Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-08-04T14:10:26.266Z] Removing intermediate container a57c01ed8086 [2020-08-04T14:10:26.266Z] ---> 0bb600232187 [2020-08-04T14:10:26.266Z] Successfully built 0bb600232187 [2020-08-04T14:10:26.267Z] 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 [2020-08-04T14:10:28.439Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-04T14:10:28.440Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-04T14:10:28.499Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-04T14:10:28.836Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-04T14:10:28.836Z] [2020-08-04T14:10:28.836Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-04T14:10:29.174Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-04T14:10:29.174Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-04T14:10:29.174Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-04T14:10:29.174Z] 408f87550127: Pulling fs layer [2020-08-04T14:10:29.174Z] fe522b08c979: Pulling fs layer [2020-08-04T14:10:29.174Z] 221eaa008020: Pulling fs layer [2020-08-04T14:10:29.174Z] 2a4607e5d6b9: Pulling fs layer [2020-08-04T14:10:29.174Z] 8f79b27c4fd2: Pulling fs layer [2020-08-04T14:10:29.174Z] e5c8dbe1645b: Pulling fs layer [2020-08-04T14:10:29.174Z] 23e8b3b47431: Pulling fs layer [2020-08-04T14:10:29.174Z] 5c568d65a230: Pulling fs layer [2020-08-04T14:10:29.174Z] 221eaa008020: Waiting [2020-08-04T14:10:29.174Z] 2a4607e5d6b9: Waiting [2020-08-04T14:10:29.174Z] 8f79b27c4fd2: Waiting [2020-08-04T14:10:29.174Z] e5c8dbe1645b: Waiting [2020-08-04T14:10:29.174Z] 23e8b3b47431: Waiting [2020-08-04T14:10:29.174Z] 5c568d65a230: Waiting [2020-08-04T14:10:29.174Z] fe522b08c979: Verifying Checksum [2020-08-04T14:10:29.174Z] fe522b08c979: Download complete [2020-08-04T14:10:29.174Z] 408f87550127: Download complete [2020-08-04T14:10:29.174Z] 2a4607e5d6b9: Verifying Checksum [2020-08-04T14:10:29.174Z] 2a4607e5d6b9: Download complete [2020-08-04T14:10:29.174Z] 8f79b27c4fd2: Verifying Checksum [2020-08-04T14:10:29.174Z] 8f79b27c4fd2: Download complete [2020-08-04T14:10:29.174Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-04T14:10:29.174Z] cbdbe7a5bc2a: Download complete [2020-08-04T14:10:29.450Z] e5c8dbe1645b: Verifying Checksum [2020-08-04T14:10:29.450Z] e5c8dbe1645b: Download complete [2020-08-04T14:10:29.730Z] cbdbe7a5bc2a: Pull complete [2020-08-04T14:10:29.992Z] 23e8b3b47431: Verifying Checksum [2020-08-04T14:10:29.992Z] 23e8b3b47431: Download complete [2020-08-04T14:10:29.992Z] 408f87550127: Pull complete [2020-08-04T14:10:30.253Z] 5c568d65a230: Verifying Checksum [2020-08-04T14:10:30.253Z] 5c568d65a230: Download complete [2020-08-04T14:10:30.254Z] fe522b08c979: Pull complete [2020-08-04T14:10:30.825Z] 221eaa008020: Download complete [2020-08-04T14:10:36.129Z] 221eaa008020: Pull complete [2020-08-04T14:10:36.129Z] 2a4607e5d6b9: Pull complete [2020-08-04T14:10:36.129Z] 8f79b27c4fd2: Pull complete [2020-08-04T14:10:38.053Z] e5c8dbe1645b: Pull complete [2020-08-04T14:10:41.363Z] 23e8b3b47431: Pull complete [2020-08-04T14:10:42.756Z] 5c568d65a230: Pull complete [2020-08-04T14:10:42.756Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-04T14:10:42.756Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-04T14:10:42.756Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-04T14:10:42.885Z] prd-centos7-docker-4c-2g-2054 does not seem to be running inside a container [2020-08-04T14:10:42.919Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dry_go-mod-core-contracts_master:/ws -w /ws --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-08-04T14:10:43.728Z] $ docker top 1e68a4e7088fcea311f4feada8274aaa780833e3ff6616656b60c3e77e5528bc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-04T14:10:44.230Z] + snyk monitor '--org=edgex-jenkins' [2020-08-04T14:10:54.241Z] [2020-08-04T14:10:54.241Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-08-04T14:10:54.241Z] [2020-08-04T14:10:54.241Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/33ac1f4e-a725-4680-8344-7e69516c6267 [2020-08-04T14:10:54.241Z] [2020-08-04T14:10:54.241Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-04T14:10:54.241Z] [2020-08-04T14:10:54.241Z] [2020-08-04T14:10:54.241Z] Snyk CLI supports Node.js 8 and higher. [2020-08-04T14:10:54.241Z] 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-04T14:10:54.241Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-04T14:10:54.241Z] [2020-08-04T14:10:54.241Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-04T14:10:54.241Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-04T14:10:54.246Z] $ docker stop --time=1 1e68a4e7088fcea311f4feada8274aaa780833e3ff6616656b60c3e77e5528bc [2020-08-04T14:10:56.465Z] $ docker rm -f 1e68a4e7088fcea311f4feada8274aaa780833e3ff6616656b60c3e77e5528bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-08-04T14:10:57.929Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-04T14:10:57.930Z] . [Pipeline] withDockerContainer [2020-08-04T14:10:58.025Z] prd-centos7-docker-4c-2g-2054 does not seem to be running inside a container [2020-08-04T14:10:58.056Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-04T14:10:58.769Z] $ docker top 7d4bb8582e6a9f211ec27b7c61b3eb5ffdfffd025307c1c4b7d237d7190c6cd2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-04T14:10:59.071Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-04T14:10:59.071Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-04T14:10:59.272Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-04T14:10:59.266Z] $ docker exec 7d4bb8582e6a9f211ec27b7c61b3eb5ffdfffd025307c1c4b7d237d7190c6cd2 ssh-agent [2020-08-04T14:10:59.428Z] SSH_AUTH_SOCK=/tmp/ssh-Xzh3OwCn8zU0/agent.12 [2020-08-04T14:10:59.428Z] SSH_AGENT_PID=17 [2020-08-04T14:10:59.434Z] Running ssh-add (command line suppressed) [2020-08-04T14:10:59.550Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2466200131907351656.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2466200131907351656.key) [2020-08-04T14:10:59.606Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-04T14:10:59.938Z] + git semver tag [2020-08-04T14:10:59.938Z] # -> Open(): unable to determine branch for HEAD [2020-08-04T14:10:59.938Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-04T14:10:59.938Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-04T14:10:59.938Z] # $SEMVER_REMOTE_NAME = origin [2020-08-04T14:10:59.938Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-04T14:10:59.938Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-04T14:10:59.938Z] # $SEMVER_BRANCH = master [2020-08-04T14:10:59.938Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-08-04T14:10:59.938Z] # 63148794c1bf72c5c3aee36396967825270bdb18 HEAD [2020-08-04T14:10:59.938Z] # -> Force: false [2020-08-04T14:10:59.938Z] # 4b9cb9767b5dacd219fffc5eb2f524e5a81f5f0b refs/tags/v0.1.66 [Pipeline] } [2020-08-04T14:10:59.941Z] $ docker exec --env ******** --env ******** 7d4bb8582e6a9f211ec27b7c61b3eb5ffdfffd025307c1c4b7d237d7190c6cd2 ssh-agent -k [2020-08-04T14:11:00.065Z] unset SSH_AUTH_SOCK; [2020-08-04T14:11:00.065Z] unset SSH_AGENT_PID; [2020-08-04T14:11:00.065Z] echo Agent pid 17 killed; [2020-08-04T14:11:00.119Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-04T14:11:00.640Z] + git semver [Pipeline] } [2020-08-04T14:11:00.646Z] $ docker stop --time=1 7d4bb8582e6a9f211ec27b7c61b3eb5ffdfffd025307c1c4b7d237d7190c6cd2 [2020-08-04T14:11:02.056Z] $ docker rm -f 7d4bb8582e6a9f211ec27b7c61b3eb5ffdfffd025307c1c4b7d237d7190c6cd2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-04T14:11:02.683Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-04T14:11:02.683Z] [2020-08-04T14:11:02.683Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-04T14:11:03.022Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-04T14:11:03.022Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-04T14:11:03.022Z] ab5ef0e58194: Pulling fs layer [2020-08-04T14:11:03.022Z] 9712f1f96733: Pulling fs layer [2020-08-04T14:11:03.022Z] 63f879dbbcfc: Pulling fs layer [2020-08-04T14:11:03.022Z] 0d9ebad4ef96: Pulling fs layer [2020-08-04T14:11:03.022Z] e9a5061849ea: Pulling fs layer [2020-08-04T14:11:03.022Z] d747dcd14b5f: Pulling fs layer [2020-08-04T14:11:03.022Z] 2de7ff778b66: Pulling fs layer [2020-08-04T14:11:03.022Z] e9a5061849ea: Waiting [2020-08-04T14:11:03.022Z] 0d9ebad4ef96: Waiting [2020-08-04T14:11:03.022Z] 2de7ff778b66: Waiting [2020-08-04T14:11:03.022Z] d747dcd14b5f: Waiting [2020-08-04T14:11:03.022Z] 9712f1f96733: Verifying Checksum [2020-08-04T14:11:03.022Z] 9712f1f96733: Download complete [2020-08-04T14:11:03.601Z] 63f879dbbcfc: Download complete [2020-08-04T14:11:03.601Z] e9a5061849ea: Verifying Checksum [2020-08-04T14:11:03.601Z] e9a5061849ea: Download complete [2020-08-04T14:11:04.002Z] d747dcd14b5f: Verifying Checksum [2020-08-04T14:11:04.002Z] d747dcd14b5f: Download complete [2020-08-04T14:11:04.002Z] 2de7ff778b66: Verifying Checksum [2020-08-04T14:11:04.002Z] 2de7ff778b66: Download complete [2020-08-04T14:11:04.002Z] 0d9ebad4ef96: Verifying Checksum [2020-08-04T14:11:04.002Z] 0d9ebad4ef96: Download complete [2020-08-04T14:11:04.002Z] ab5ef0e58194: Verifying Checksum [2020-08-04T14:11:04.002Z] ab5ef0e58194: Download complete [2020-08-04T14:11:08.228Z] ab5ef0e58194: Pull complete [2020-08-04T14:11:08.488Z] 9712f1f96733: Pull complete [2020-08-04T14:11:11.788Z] 63f879dbbcfc: Pull complete [2020-08-04T14:11:17.087Z] 0d9ebad4ef96: Pull complete [2020-08-04T14:11:19.001Z] e9a5061849ea: Pull complete [2020-08-04T14:11:19.001Z] d747dcd14b5f: Pull complete [2020-08-04T14:11:22.311Z] 2de7ff778b66: Pull complete [2020-08-04T14:11:22.311Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-04T14:11:22.311Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-04T14:11:22.311Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-04T14:11:22.448Z] prd-centos7-docker-4c-2g-2054 does not seem to be running inside a container [2020-08-04T14:11:22.481Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-08-04T14:11:26.339Z] $ docker top 0e50de0a4e96d61e0193bddf5048f5cd6ccb379e0e5eff1b3ddebad47cca9a8a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-04T14:11:26.592Z] provisioning config files... [2020-08-04T14:11:26.604Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8120127694770001204tmp [2020-08-04T14:11:26.623Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5272562349366333282tmp [2020-08-04T14:11:26.637Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1919353338704192890tmp [Pipeline] { [Pipeline] echo [2020-08-04T14:11:26.683Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-04T14:11:26.973Z] ---> sigul-configuration.sh [2020-08-04T14:11:26.973Z] gpg: directory `/root/.gnupg' created [2020-08-04T14:11:26.973Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-04T14:11:26.973Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-04T14:11:26.973Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-04T14:11:26.973Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-04T14:11:26.973Z] gpg: CAST5 encrypted data [2020-08-04T14:11:27.232Z] gpg: encrypted with 1 passphrase [2020-08-04T14:11:27.232Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-04T14:11:27.524Z] + mkdir /home/jenkins [2020-08-04T14:11:27.524Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-04T14:11:27.815Z] + 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-04T14:11:27.824Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-04T14:11:28.111Z] ---> sigul-install.sh [2020-08-04T14:11:34.752Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-04T14:11:35.081Z] + git tag --list [2020-08-04T14:11:35.081Z] v0.1.66 [Pipeline] sh [2020-08-04T14:11:35.398Z] + lftools sign git-tag v0.1.66 [2020-08-04T14:11:36.789Z] Signing Git tag with Sigul... [2020-08-04T14:11:36.789Z] Signing v0.1.66 [Pipeline] echo [2020-08-04T14:11:37.740Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-04T14:11:38.034Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-04T14:11:38.044Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-04T14:11:38.182Z] $ docker stop --time=1 0e50de0a4e96d61e0193bddf5048f5cd6ccb379e0e5eff1b3ddebad47cca9a8a [2020-08-04T14:11:40.186Z] $ docker rm -f 0e50de0a4e96d61e0193bddf5048f5cd6ccb379e0e5eff1b3ddebad47cca9a8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-04T14:11:40.935Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-04T14:11:40.935Z] . [Pipeline] withDockerContainer [2020-08-04T14:11:41.033Z] prd-centos7-docker-4c-2g-2054 does not seem to be running inside a container [2020-08-04T14:11:41.064Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-04T14:11:41.685Z] $ docker top 5cbbceb18b772a9d798965244c2a2cf9fe7e7b20bde35a18bf813f943b5c19f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-04T14:11:42.002Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-04T14:11:42.002Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-04T14:11:42.193Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-04T14:11:42.188Z] $ docker exec 5cbbceb18b772a9d798965244c2a2cf9fe7e7b20bde35a18bf813f943b5c19f4 ssh-agent [2020-08-04T14:11:42.495Z] SSH_AUTH_SOCK=/tmp/ssh-E2Mm68Lfxf23/agent.12 [2020-08-04T14:11:42.495Z] SSH_AGENT_PID=17 [2020-08-04T14:11:42.502Z] Running ssh-add (command line suppressed) [2020-08-04T14:11:42.619Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_918381279874310247.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_918381279874310247.key) [2020-08-04T14:11:42.682Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-04T14:11:43.011Z] + git semver bump patch [2020-08-04T14:11:43.011Z] # -> Open(): unable to determine branch for HEAD [2020-08-04T14:11:43.011Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-04T14:11:43.011Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-04T14:11:43.011Z] # $SEMVER_REMOTE_NAME = origin [2020-08-04T14:11:43.011Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-04T14:11:43.011Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-04T14:11:43.011Z] # $SEMVER_BRANCH = master [2020-08-04T14:11:43.011Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-08-04T14:11:43.011Z] 0.1.67 [Pipeline] } [2020-08-04T14:11:43.013Z] $ docker exec --env ******** --env ******** 5cbbceb18b772a9d798965244c2a2cf9fe7e7b20bde35a18bf813f943b5c19f4 ssh-agent -k [2020-08-04T14:11:43.138Z] unset SSH_AUTH_SOCK; [2020-08-04T14:11:43.139Z] unset SSH_AGENT_PID; [2020-08-04T14:11:43.139Z] echo Agent pid 17 killed; [2020-08-04T14:11:43.194Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-04T14:11:43.689Z] + git semver [Pipeline] } [2020-08-04T14:11:43.695Z] $ docker stop --time=1 5cbbceb18b772a9d798965244c2a2cf9fe7e7b20bde35a18bf813f943b5c19f4 [2020-08-04T14:11:45.065Z] $ docker rm -f 5cbbceb18b772a9d798965244c2a2cf9fe7e7b20bde35a18bf813f943b5c19f4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-04T14:11:45.567Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-04T14:11:45.567Z] . [Pipeline] withDockerContainer [2020-08-04T14:11:45.658Z] prd-centos7-docker-4c-2g-2054 does not seem to be running inside a container [2020-08-04T14:11:45.688Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-04T14:11:46.264Z] $ docker top e8c2bb92d76367b5bf8743b10cae2eab3683a2319a7a7fe0a58a8654ce7a7a6e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-04T14:11:46.542Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-04T14:11:46.542Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-04T14:11:46.716Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-04T14:11:46.711Z] $ docker exec e8c2bb92d76367b5bf8743b10cae2eab3683a2319a7a7fe0a58a8654ce7a7a6e ssh-agent [2020-08-04T14:11:46.891Z] SSH_AUTH_SOCK=/tmp/ssh-Mon1U0A9uigx/agent.13 [2020-08-04T14:11:46.891Z] SSH_AGENT_PID=18 [2020-08-04T14:11:46.897Z] Running ssh-add (command line suppressed) [2020-08-04T14:11:47.015Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7437413974800755580.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7437413974800755580.key) [2020-08-04T14:11:47.073Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-04T14:11:47.396Z] + git semver push [2020-08-04T14:11:47.396Z] # -> Open(): unable to determine branch for HEAD [2020-08-04T14:11:47.396Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-04T14:11:47.396Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-04T14:11:47.396Z] # $SEMVER_REMOTE_NAME = origin [2020-08-04T14:11:47.396Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-04T14:11:47.396Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-04T14:11:47.396Z] # $SEMVER_BRANCH = master [2020-08-04T14:11:47.396Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-08-04T14:11:53.976Z] $ docker exec --env ******** --env ******** e8c2bb92d76367b5bf8743b10cae2eab3683a2319a7a7fe0a58a8654ce7a7a6e ssh-agent -k [2020-08-04T14:11:54.109Z] unset SSH_AUTH_SOCK; [2020-08-04T14:11:54.110Z] unset SSH_AGENT_PID; [2020-08-04T14:11:54.110Z] echo Agent pid 18 killed; [2020-08-04T14:11:54.169Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-04T14:11:54.642Z] + git semver [Pipeline] } [2020-08-04T14:11:54.648Z] $ docker stop --time=1 e8c2bb92d76367b5bf8743b10cae2eab3683a2319a7a7fe0a58a8654ce7a7a6e [2020-08-04T14:11:55.991Z] $ docker rm -f e8c2bb92d76367b5bf8743b10cae2eab3683a2319a7a7fe0a58a8654ce7a7a6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-04T14:11:57.071Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-04T14:11:57.631Z] ---> package-listing.sh [2020-08-04T14:11:57.631Z] ++ facter osfamily [2020-08-04T14:11:57.631Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-04T14:11:57.631Z] + OS_FAMILY=redhat [2020-08-04T14:11:57.631Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-08-04T14:11:57.631Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-04T14:11:57.631Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-04T14:11:57.631Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-04T14:11:57.631Z] + PACKAGES=/tmp/packages_start.txt [2020-08-04T14:11:57.631Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-08-04T14:11:57.631Z] + PACKAGES=/tmp/packages_end.txt [2020-08-04T14:11:57.631Z] + case "${OS_FAMILY}" in [2020-08-04T14:11:57.631Z] + rpm -qa [2020-08-04T14:11:57.631Z] + sort [2020-08-04T14:12:01.845Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-04T14:12:01.845Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-04T14:12:01.845Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-04T14:12:01.845Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-08-04T14:12:01.845Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-08-04T14:12:01.845Z] + 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-04T14:12:02.444Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-04T14:12:02.444Z] [2020-08-04T14:12:02.444Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-04T14:12:02.791Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-04T14:12:02.791Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-04T14:12:02.791Z] c9b1b535fdd9: Pulling fs layer [2020-08-04T14:12:02.791Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-04T14:12:02.791Z] 756a868c4378: Pulling fs layer [2020-08-04T14:12:02.791Z] 444b2fc9a129: Pulling fs layer [2020-08-04T14:12:02.791Z] ea15f1150254: Pulling fs layer [2020-08-04T14:12:02.791Z] 41b27a9f41bf: Pulling fs layer [2020-08-04T14:12:02.791Z] 28c525ee5125: Pulling fs layer [2020-08-04T14:12:02.791Z] 094b1ea09ed8: Pulling fs layer [2020-08-04T14:12:02.791Z] 138eaada9080: Pulling fs layer [2020-08-04T14:12:02.791Z] 0622d0fa9048: Pulling fs layer [2020-08-04T14:12:02.791Z] 28c525ee5125: Waiting [2020-08-04T14:12:02.791Z] 094b1ea09ed8: Waiting [2020-08-04T14:12:02.791Z] 138eaada9080: Waiting [2020-08-04T14:12:02.791Z] 0622d0fa9048: Waiting [2020-08-04T14:12:02.791Z] 444b2fc9a129: Waiting [2020-08-04T14:12:02.791Z] ea15f1150254: Waiting [2020-08-04T14:12:02.791Z] 41b27a9f41bf: Waiting [2020-08-04T14:12:02.791Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-04T14:12:02.791Z] 2cc5ad85d9ab: Download complete [2020-08-04T14:12:02.791Z] 444b2fc9a129: Download complete [2020-08-04T14:12:02.791Z] c9b1b535fdd9: Verifying Checksum [2020-08-04T14:12:02.791Z] c9b1b535fdd9: Download complete [2020-08-04T14:12:02.791Z] ea15f1150254: Download complete [2020-08-04T14:12:03.053Z] 28c525ee5125: Verifying Checksum [2020-08-04T14:12:03.053Z] 28c525ee5125: Download complete [2020-08-04T14:12:03.316Z] 756a868c4378: Verifying Checksum [2020-08-04T14:12:03.316Z] 756a868c4378: Download complete [2020-08-04T14:12:03.316Z] 138eaada9080: Download complete [2020-08-04T14:12:03.316Z] 0622d0fa9048: Verifying Checksum [2020-08-04T14:12:03.316Z] 0622d0fa9048: Download complete [2020-08-04T14:12:03.316Z] 094b1ea09ed8: Verifying Checksum [2020-08-04T14:12:03.316Z] 094b1ea09ed8: Download complete [2020-08-04T14:12:03.576Z] c9b1b535fdd9: Pull complete [2020-08-04T14:12:03.837Z] 41b27a9f41bf: Verifying Checksum [2020-08-04T14:12:04.097Z] 2cc5ad85d9ab: Pull complete [2020-08-04T14:12:06.009Z] 756a868c4378: Pull complete [2020-08-04T14:12:06.009Z] 444b2fc9a129: Pull complete [2020-08-04T14:12:06.009Z] ea15f1150254: Pull complete [2020-08-04T14:12:09.319Z] 41b27a9f41bf: Pull complete [2020-08-04T14:12:09.319Z] 28c525ee5125: Pull complete [2020-08-04T14:12:11.871Z] 094b1ea09ed8: Pull complete [2020-08-04T14:12:11.871Z] 138eaada9080: Pull complete [2020-08-04T14:12:11.871Z] 0622d0fa9048: Pull complete [2020-08-04T14:12:11.871Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-04T14:12:11.871Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-04T14:12:11.871Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-04T14:12:11.983Z] prd-centos7-docker-4c-2g-2054 does not seem to be running inside a container [2020-08-04T14:12:12.013Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-04T14:12:14.369Z] $ docker top d55968748c067f24d0f51954b679500b662e206636c610656d3c9e7e9df7cedf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-04T14:12:14.673Z] provisioning config files... [2020-08-04T14:12:14.691Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1278972335179290698tmp [Pipeline] { [Pipeline] echo [2020-08-04T14:12:14.747Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-04T14:12:15.039Z] ---> create-netrc.sh [Pipeline] echo [2020-08-04T14:12:15.048Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-04T14:12:15.338Z] ---> logs-deploy.sh [2020-08-04T14:12:15.338Z] + ARCHIVE_ARTIFACTS= [2020-08-04T14:12:15.338Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-04T14:12:15.338Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-04T14:12:15.338Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-04T14:12:15.338Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/31 [2020-08-04T14:12:15.338Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/31/ [2020-08-04T14:12:15.338Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/31 /w/workspace/dry_go-mod-core-contracts_master [2020-08-04T14:12:16.279Z] Archives upload complete. [2020-08-04T14:12:16.539Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/31 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/31/