Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 046332cc0f50c1d5f48651531f0deccce2d40ff3 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-2950 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 046332cc0f50c1d5f48651531f0deccce2d40ff3 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 046332cc0f50c1d5f48651531f0deccce2d40ff3 # timeout=10 Commit message: "Merge pull request #262 from lindseysimple/issue-261" > git rev-list --no-walk 403cbbb91d8f89f3f7790c08d59bfa3876108a8a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-06T16:18:42.568Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-06T16:18:42.763Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-06T16:18:42.871Z] ========================================================= [2020-08-06T16:18:42.871Z] EdgeX Global Pipelines Version Info [2020-08-06T16:18:42.871Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-06T16:18:45.341Z] ------------------- [2020-08-06T16:18:45.341Z] stable info: [2020-08-06T16:18:45.341Z] ------------------- [2020-08-06T16:18:45.341Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-06T16:18:45.341Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-06T16:18:45.341Z] Message: update stable to v1.0.106 [2020-08-06T16:18:46.828Z] ------------------- [2020-08-06T16:18:46.828Z] experimental info: [2020-08-06T16:18:46.828Z] ------------------- [2020-08-06T16:18:46.828Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-06T16:18:46.828Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-06T16:18:46.828Z] 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-06T16:18:49.184Z] + git log --format=format:%s -1 046332cc0f50c1d5f48651531f0deccce2d40ff3 [Pipeline] echo [2020-08-06T16:18:49.300Z] GIT_COMMIT: 046332cc0f50c1d5f48651531f0deccce2d40ff3, Commit Message: Merge pull request #262 from lindseysimple/issue-261 [Pipeline] echo [2020-08-06T16:18:49.341Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-06T16:18:50.191Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-06T16:18:50.815Z] [2020-08-06T16:18:50.815Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-06T16:18:51.717Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-06T16:18:52.004Z] latest: Pulling from edgex-devops/git-semver [2020-08-06T16:18:52.004Z] 31603596830f: Pulling fs layer [2020-08-06T16:18:52.004Z] 2a8b12db71e7: Pulling fs layer [2020-08-06T16:18:52.004Z] 6ca5941a6612: Pulling fs layer [2020-08-06T16:18:52.004Z] ecc8261a40a4: Pulling fs layer [2020-08-06T16:18:52.004Z] ecc8261a40a4: Waiting [2020-08-06T16:18:52.004Z] 2a8b12db71e7: Verifying Checksum [2020-08-06T16:18:52.004Z] 2a8b12db71e7: Download complete [2020-08-06T16:18:52.384Z] 31603596830f: Verifying Checksum [2020-08-06T16:18:52.384Z] 31603596830f: Download complete [2020-08-06T16:18:52.947Z] ecc8261a40a4: Verifying Checksum [2020-08-06T16:18:52.947Z] ecc8261a40a4: Download complete [2020-08-06T16:18:52.947Z] 31603596830f: Pull complete [2020-08-06T16:18:53.231Z] 6ca5941a6612: Verifying Checksum [2020-08-06T16:18:53.231Z] 6ca5941a6612: Download complete [2020-08-06T16:18:53.231Z] 2a8b12db71e7: Pull complete [2020-08-06T16:18:54.690Z] 6ca5941a6612: Pull complete [2020-08-06T16:18:54.956Z] ecc8261a40a4: Pull complete [2020-08-06T16:18:54.956Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-06T16:18:54.956Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-06T16:18:54.956Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-06T16:18:55.191Z] prd-centos7-docker-4c-2g-2950 does not seem to be running inside a container [2020-08-06T16:18:55.406Z] $ 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-06T16:18:57.469Z] $ docker top cfe8a784af7a76a79b56fab8000c8e84dcdcf2efb32a5359ecabe18eb9fc4f8e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-06T16:18:57.851Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-06T16:18:57.851Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-06T16:18:58.295Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-06T16:18:58.312Z] $ docker exec cfe8a784af7a76a79b56fab8000c8e84dcdcf2efb32a5359ecabe18eb9fc4f8e ssh-agent [2020-08-06T16:18:58.605Z] SSH_AUTH_SOCK=/tmp/ssh-0wSuvirROqWZ/agent.11 [2020-08-06T16:18:58.605Z] SSH_AGENT_PID=16 [2020-08-06T16:18:58.619Z] Running ssh-add (command line suppressed) [2020-08-06T16:18:58.856Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_622358665565812705.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_622358665565812705.key) [2020-08-06T16:18:59.238Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-06T16:18:59.622Z] + git describe --exact-match --tags HEAD [2020-08-06T16:18:59.622Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-06T16:18:59.708Z] $ docker exec --env ******** --env ******** cfe8a784af7a76a79b56fab8000c8e84dcdcf2efb32a5359ecabe18eb9fc4f8e ssh-agent -k [2020-08-06T16:18:59.952Z] unset SSH_AUTH_SOCK; [2020-08-06T16:18:59.952Z] unset SSH_AGENT_PID; [2020-08-06T16:18:59.952Z] echo Agent pid 16 killed; [2020-08-06T16:19:00.078Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-06T16:19:00.191Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-06T16:19:00.191Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-06T16:19:00.290Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-06T16:19:00.290Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-06T16:19:00.633Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-06T16:19:00.633Z] $ docker exec cfe8a784af7a76a79b56fab8000c8e84dcdcf2efb32a5359ecabe18eb9fc4f8e ssh-agent [2020-08-06T16:19:01.180Z] SSH_AUTH_SOCK=/tmp/ssh-orc6yEQfG3mI/agent.44 [2020-08-06T16:19:01.181Z] SSH_AGENT_PID=49 [2020-08-06T16:19:01.194Z] Running ssh-add (command line suppressed) [2020-08-06T16:19:01.541Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5423968982109996427.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5423968982109996427.key) [2020-08-06T16:19:01.654Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-06T16:19:02.031Z] + git semver init [2020-08-06T16:19:02.308Z] # -> Open(): unable to determine branch for HEAD [2020-08-06T16:19:02.308Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-06T16:19:02.308Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-06T16:19:02.308Z] # $SEMVER_REMOTE_NAME = origin [2020-08-06T16:19:02.308Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-06T16:19:02.308Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-06T16:19:02.308Z] # $SEMVER_BRANCH = master [2020-08-06T16:19:02.308Z] # $SEMVER_TEMP = /tmp/semver-268813169 [2020-08-06T16:19:02.308Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-08-06T16:19:03.740Z] # '/tmp/semver-268813169' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-08-06T16:19:03.740Z] # -> Force: false [2020-08-06T16:19:03.740Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-08-06T16:19:03.785Z] $ docker exec --env ******** --env ******** cfe8a784af7a76a79b56fab8000c8e84dcdcf2efb32a5359ecabe18eb9fc4f8e ssh-agent -k [2020-08-06T16:19:03.953Z] unset SSH_AUTH_SOCK; [2020-08-06T16:19:03.955Z] unset SSH_AGENT_PID; [2020-08-06T16:19:03.955Z] echo Agent pid 49 killed; [2020-08-06T16:19:04.030Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-06T16:19:04.491Z] + git semver [Pipeline] } [2020-08-06T16:19:04.511Z] $ docker stop --time=1 cfe8a784af7a76a79b56fab8000c8e84dcdcf2efb32a5359ecabe18eb9fc4f8e [2020-08-06T16:19:06.321Z] $ docker rm -f cfe8a784af7a76a79b56fab8000c8e84dcdcf2efb32a5359ecabe18eb9fc4f8e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-06T16:19:07.411Z] Stashed 79 file(s) [Pipeline] echo [2020-08-06T16:19:07.413Z] [edgeXSemver] initialized semver on version 0.1.68 [Pipeline] echo [2020-08-06T16:19:07.494Z] Archived original version: [0.1.68] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-08-06T16:19:22.818Z] Still waiting to schedule task [2020-08-06T16:19:22.818Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2950’ [2020-08-06T16:19:22.819Z] Still waiting to schedule task [2020-08-06T16:19:22.820Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-06T16:21:08.404Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2951 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-08-06T16:21:08.480Z] Running in /w/workspace/go-mod-core-contracts/33 [Pipeline] { [Pipeline] checkout [2020-08-06T16:21:12.989Z] using credential edgex-jenkins-ssh [2020-08-06T16:21:13.121Z] Cloning the remote Git repository [2020-08-06T16:21:13.121Z] Cloning with configured refspecs honoured and without tags [2020-08-06T16:21:13.169Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-06T16:21:13.281Z] > git init /w/workspace/go-mod-core-contracts/33 # timeout=10 [2020-08-06T16:21:13.338Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-06T16:21:13.339Z] > git --version # timeout=10 [2020-08-06T16:21:13.353Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-06T16:21:13.403Z] > 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-06T16:21:14.175Z] Fetching without tags [2020-08-06T16:21:14.109Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-06T16:21:14.127Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-06T16:21:14.159Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-06T16:21:14.182Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-06T16:21:14.183Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-06T16:21:14.225Z] > 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-06T16:21:14.736Z] Checking out Revision 046332cc0f50c1d5f48651531f0deccce2d40ff3 (master) [2020-08-06T16:21:14.747Z] > git config core.sparsecheckout # timeout=10 [2020-08-06T16:21:14.760Z] > git checkout -f 046332cc0f50c1d5f48651531f0deccce2d40ff3 # timeout=10 [2020-08-06T16:21:18.830Z] Commit message: "Merge pull request #262 from lindseysimple/issue-261" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-06T16:21:19.935Z] ========================================================= [2020-08-06T16:21:19.935Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-06T16:21:19.935Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-06T16:21:20.891Z] + 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-06T16:21:21.872Z] Sending build context to Docker daemon 2.036MB [2020-08-06T16:21:21.872Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-06T16:21:21.872Z] Step 2/7 : FROM ${BASE} [2020-08-06T16:21:22.143Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-06T16:21:22.143Z] b538f80385f9: Pulling fs layer [2020-08-06T16:21:22.416Z] 74f711af9a0d: Pulling fs layer [2020-08-06T16:21:22.416Z] 99f96fe45779: Pulling fs layer [2020-08-06T16:21:22.416Z] fd7a069fd194: Pulling fs layer [2020-08-06T16:21:22.416Z] 66aa3694b03b: Pulling fs layer [2020-08-06T16:21:22.416Z] 170f70906a0f: Pulling fs layer [2020-08-06T16:21:22.416Z] ad7c5574e4b9: Pulling fs layer [2020-08-06T16:21:22.416Z] e772456be8f7: Pulling fs layer [2020-08-06T16:21:22.416Z] c890913d741a: Pulling fs layer [2020-08-06T16:21:22.416Z] 2480fcc9aa5a: Pulling fs layer [2020-08-06T16:21:22.416Z] 09adf4765672: Pulling fs layer [2020-08-06T16:21:22.416Z] 170f70906a0f: Waiting [2020-08-06T16:21:22.416Z] ad7c5574e4b9: Waiting [2020-08-06T16:21:22.416Z] e772456be8f7: Waiting [2020-08-06T16:21:22.416Z] c890913d741a: Waiting [2020-08-06T16:21:22.416Z] 2480fcc9aa5a: Waiting [2020-08-06T16:21:22.416Z] 09adf4765672: Waiting [2020-08-06T16:21:22.416Z] fd7a069fd194: Waiting [2020-08-06T16:21:22.416Z] 66aa3694b03b: Waiting [2020-08-06T16:21:22.416Z] 99f96fe45779: Verifying Checksum [2020-08-06T16:21:22.416Z] 99f96fe45779: Download complete [2020-08-06T16:21:22.416Z] 74f711af9a0d: Verifying Checksum [2020-08-06T16:21:22.416Z] 74f711af9a0d: Download complete [2020-08-06T16:21:22.416Z] 66aa3694b03b: Verifying Checksum [2020-08-06T16:21:22.416Z] 66aa3694b03b: Download complete [2020-08-06T16:21:22.416Z] 170f70906a0f: Verifying Checksum [2020-08-06T16:21:22.416Z] 170f70906a0f: Download complete [2020-08-06T16:21:22.416Z] b538f80385f9: Verifying Checksum [2020-08-06T16:21:22.416Z] b538f80385f9: Download complete [2020-08-06T16:21:23.017Z] b538f80385f9: Pull complete [2020-08-06T16:21:23.615Z] 74f711af9a0d: Pull complete [2020-08-06T16:21:23.902Z] 99f96fe45779: Pull complete [2020-08-06T16:21:26.534Z] ad7c5574e4b9: Verifying Checksum [2020-08-06T16:21:26.534Z] ad7c5574e4b9: Download complete [2020-08-06T16:21:26.534Z] c890913d741a: Download complete [2020-08-06T16:21:27.139Z] e772456be8f7: Verifying Checksum [2020-08-06T16:21:27.139Z] e772456be8f7: Download complete [2020-08-06T16:21:27.139Z] 09adf4765672: Verifying Checksum [2020-08-06T16:21:27.139Z] 09adf4765672: Download complete [2020-08-06T16:21:27.738Z] fd7a069fd194: Verifying Checksum [2020-08-06T16:21:27.738Z] fd7a069fd194: Download complete [2020-08-06T16:21:28.011Z] 2480fcc9aa5a: Verifying Checksum [2020-08-06T16:21:28.011Z] 2480fcc9aa5a: Download complete [2020-08-06T16:21:40.413Z] fd7a069fd194: Pull complete [2020-08-06T16:21:40.413Z] 66aa3694b03b: Pull complete [2020-08-06T16:21:40.413Z] 170f70906a0f: Pull complete [2020-08-06T16:21:42.393Z] ad7c5574e4b9: Pull complete [2020-08-06T16:21:46.690Z] e772456be8f7: Pull complete [2020-08-06T16:21:46.969Z] c890913d741a: Pull complete [2020-08-06T16:21:49.602Z] 2480fcc9aa5a: Pull complete [2020-08-06T16:21:49.602Z] 09adf4765672: Pull complete [2020-08-06T16:21:49.602Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-06T16:21:49.602Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-06T16:21:49.602Z] ---> 2248a725d1cf [2020-08-06T16:21:49.602Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-06T16:21:53.915Z] ---> Running in a5cb91c1e37f [2020-08-06T16:21:54.517Z] Removing intermediate container a5cb91c1e37f [2020-08-06T16:21:54.517Z] ---> afccc921523f [2020-08-06T16:21:54.517Z] Step 4/7 : RUN apk add bash [2020-08-06T16:21:54.517Z] ---> Running in c86a2d34cfd5 [2020-08-06T16:21:56.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-06T16:21:57.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-06T16:21:57.681Z] OK: 142 MiB in 39 packages [2020-08-06T16:21:59.115Z] Removing intermediate container c86a2d34cfd5 [2020-08-06T16:21:59.115Z] ---> e23ec5fc2780 [2020-08-06T16:21:59.115Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-08-06T16:21:59.115Z] ---> Running in 98d3612f265e [2020-08-06T16:21:59.708Z] Removing intermediate container 98d3612f265e [2020-08-06T16:21:59.708Z] ---> 5019f9d92c83 [2020-08-06T16:21:59.708Z] Step 6/7 : COPY go.mod . [2020-08-06T16:22:00.308Z] ---> 5837efa1b336 [2020-08-06T16:22:00.308Z] Step 7/7 : RUN go mod download [2020-08-06T16:22:00.583Z] ---> Running in 042237ccaef8 [2020-08-06T16:22:01.873Z] Running on prd-centos7-docker-4c-2g-2952 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-08-06T16:22:01.943Z] Running in /w/workspace/go-mod-core-contracts/33 [Pipeline] { [Pipeline] checkout [2020-08-06T16:22:03.210Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-08-06T16:22:03.210Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-06T16:22:03.210Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-06T16:22:03.210Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-06T16:22:03.210Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-06T16:22:03.210Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-06T16:22:03.210Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-06T16:22:03.210Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-06T16:22:03.210Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-06T16:22:03.210Z] go: finding github.com/google/uuid v1.1.0 [2020-08-06T16:22:03.210Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-06T16:22:03.210Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-06T16:22:03.210Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-06T16:22:03.210Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-06T16:22:03.210Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-06T16:22:03.210Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-06T16:22:03.210Z] go: finding golang.org/x/text v0.3.2 [2020-08-06T16:22:03.485Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-06T16:22:03.485Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-06T16:22:03.485Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-06T16:22:04.446Z] using credential edgex-jenkins-ssh [2020-08-06T16:22:04.498Z] Cloning the remote Git repository [2020-08-06T16:22:04.498Z] Cloning with configured refspecs honoured and without tags [2020-08-06T16:22:04.523Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-06T16:22:04.590Z] > git init /w/workspace/go-mod-core-contracts/33 # timeout=10 [2020-08-06T16:22:05.191Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-06T16:22:05.191Z] > git --version # timeout=10 [2020-08-06T16:22:05.198Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-06T16:22:05.230Z] > 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-06T16:22:05.822Z] Fetching without tags [2020-08-06T16:22:06.212Z] Checking out Revision 046332cc0f50c1d5f48651531f0deccce2d40ff3 (master) [2020-08-06T16:22:05.790Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-06T16:22:05.799Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-06T16:22:05.814Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-06T16:22:05.824Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-06T16:22:05.824Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-06T16:22:05.828Z] > 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-06T16:22:06.217Z] > git config core.sparsecheckout # timeout=10 [2020-08-06T16:22:06.229Z] > git checkout -f 046332cc0f50c1d5f48651531f0deccce2d40ff3 # timeout=10 [2020-08-06T16:22:09.804Z] Commit message: "Merge pull request #262 from lindseysimple/issue-261" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-06T16:22:10.687Z] ========================================================= [2020-08-06T16:22:10.687Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-06T16:22:10.687Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-06T16:22:11.363Z] + 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-06T16:22:11.940Z] Sending build context to Docker daemon 2.036MB [2020-08-06T16:22:11.940Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-06T16:22:11.940Z] Step 2/7 : FROM ${BASE} [2020-08-06T16:22:11.940Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-06T16:22:11.940Z] df20fa9351a1: Pulling fs layer [2020-08-06T16:22:11.940Z] ed8968b2872e: Pulling fs layer [2020-08-06T16:22:11.940Z] a92cc7c5fd73: Pulling fs layer [2020-08-06T16:22:11.940Z] 2dd03ba5bac4: Pulling fs layer [2020-08-06T16:22:11.940Z] 1e091d79d1de: Pulling fs layer [2020-08-06T16:22:11.940Z] 481702a1767f: Pulling fs layer [2020-08-06T16:22:11.940Z] f64a6f60c768: Pulling fs layer [2020-08-06T16:22:11.940Z] e78d2573fc39: Pulling fs layer [2020-08-06T16:22:11.941Z] e876d2f968b6: Pulling fs layer [2020-08-06T16:22:11.941Z] ce8a83651883: Pulling fs layer [2020-08-06T16:22:11.941Z] 07967f4d0e4b: Pulling fs layer [2020-08-06T16:22:11.941Z] ce8a83651883: Waiting [2020-08-06T16:22:11.941Z] f64a6f60c768: Waiting [2020-08-06T16:22:11.941Z] 07967f4d0e4b: Waiting [2020-08-06T16:22:11.941Z] e78d2573fc39: Waiting [2020-08-06T16:22:11.941Z] 2dd03ba5bac4: Waiting [2020-08-06T16:22:11.941Z] 481702a1767f: Waiting [2020-08-06T16:22:11.941Z] 1e091d79d1de: Waiting [2020-08-06T16:22:11.941Z] a92cc7c5fd73: Download complete [2020-08-06T16:22:11.941Z] ed8968b2872e: Verifying Checksum [2020-08-06T16:22:11.941Z] ed8968b2872e: Download complete [2020-08-06T16:22:11.941Z] 1e091d79d1de: Verifying Checksum [2020-08-06T16:22:11.941Z] 1e091d79d1de: Download complete [2020-08-06T16:22:11.941Z] 481702a1767f: Verifying Checksum [2020-08-06T16:22:11.941Z] 481702a1767f: Download complete [2020-08-06T16:22:11.941Z] df20fa9351a1: Verifying Checksum [2020-08-06T16:22:11.941Z] df20fa9351a1: Download complete [2020-08-06T16:22:12.534Z] df20fa9351a1: Pull complete [2020-08-06T16:22:13.506Z] f64a6f60c768: Verifying Checksum [2020-08-06T16:22:13.506Z] f64a6f60c768: Download complete [2020-08-06T16:22:13.506Z] e876d2f968b6: Verifying Checksum [2020-08-06T16:22:13.506Z] e876d2f968b6: Download complete [2020-08-06T16:22:13.772Z] 2dd03ba5bac4: Verifying Checksum [2020-08-06T16:22:13.772Z] 2dd03ba5bac4: Download complete [2020-08-06T16:22:13.772Z] 07967f4d0e4b: Verifying Checksum [2020-08-06T16:22:13.772Z] 07967f4d0e4b: Download complete [2020-08-06T16:22:14.041Z] ce8a83651883: Verifying Checksum [2020-08-06T16:22:14.303Z] e78d2573fc39: Verifying Checksum [2020-08-06T16:22:14.303Z] e78d2573fc39: Download complete [2020-08-06T16:22:15.247Z] ed8968b2872e: Pull complete [2020-08-06T16:22:15.247Z] a92cc7c5fd73: Pull complete [2020-08-06T16:22:15.890Z] Removing intermediate container 042237ccaef8 [2020-08-06T16:22:15.890Z] ---> 282d0a914f2e [2020-08-06T16:22:15.890Z] Successfully built 282d0a914f2e [2020-08-06T16:22:15.890Z] 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] } [2020-08-06T16:22:21.847Z] 2dd03ba5bac4: Pull complete [2020-08-06T16:22:22.418Z] 1e091d79d1de: Pull complete [2020-08-06T16:22:22.418Z] 481702a1767f: Pull complete [2020-08-06T16:22:26.643Z] f64a6f60c768: Pull complete [2020-08-06T16:22:29.985Z] e78d2573fc39: Pull complete [2020-08-06T16:22:29.985Z] e876d2f968b6: Pull complete [2020-08-06T16:22:31.377Z] ce8a83651883: Pull complete [2020-08-06T16:22:31.639Z] 07967f4d0e4b: Pull complete [2020-08-06T16:22:31.639Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-06T16:22:31.639Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-06T16:22:31.639Z] ---> 5d7c900382c6 [2020-08-06T16:22:31.639Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-06T16:22:32.212Z] ---> Running in 4b72e35b90f3 [2020-08-06T16:22:32.476Z] Removing intermediate container 4b72e35b90f3 [2020-08-06T16:22:32.476Z] ---> 813eff5b1d89 [2020-08-06T16:22:32.476Z] Step 4/7 : RUN apk add bash [2020-08-06T16:22:32.476Z] ---> Running in ab64e9086406 [2020-08-06T16:22:33.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-06T16:22:34.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-06T16:22:35.009Z] OK: 166 MiB in 39 packages [2020-08-06T16:22:35.587Z] Removing intermediate container ab64e9086406 [2020-08-06T16:22:35.587Z] ---> 487c97b6889b [2020-08-06T16:22:35.587Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-08-06T16:22:35.587Z] ---> Running in cb54307cb9f5 [2020-08-06T16:22:35.849Z] Removing intermediate container cb54307cb9f5 [2020-08-06T16:22:35.849Z] ---> da2481665058 [2020-08-06T16:22:35.849Z] Step 6/7 : COPY go.mod . [2020-08-06T16:22:36.113Z] ---> 26796d5095e7 [2020-08-06T16:22:36.113Z] Step 7/7 : RUN go mod download [2020-08-06T16:22:36.113Z] ---> Running in 026082fa00e9 [2020-08-06T16:22:37.508Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-08-06T16:22:37.508Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-06T16:22:37.508Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-06T16:22:37.509Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-06T16:22:37.509Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-06T16:22:37.771Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-06T16:22:37.771Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-06T16:22:37.771Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-06T16:22:37.771Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-06T16:22:37.771Z] go: finding github.com/google/uuid v1.1.0 [2020-08-06T16:22:37.771Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-06T16:22:37.771Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-06T16:22:37.771Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-06T16:22:37.771Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-06T16:22:37.771Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-06T16:22:37.771Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-06T16:22:37.771Z] go: finding golang.org/x/text v0.3.2 [2020-08-06T16:22:37.771Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-06T16:22:38.049Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-06T16:22:38.049Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-06T16:22:46.221Z] Removing intermediate container 026082fa00e9 [2020-08-06T16:22:46.221Z] ---> 9b3cc9f959c1 [2020-08-06T16:22:46.221Z] Successfully built 9b3cc9f959c1 [2020-08-06T16:22:46.221Z] 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-06T16:22:48.197Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-06T16:22:48.198Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-06T16:22:48.252Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-06T16:22:48.667Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-06T16:22:48.667Z] [2020-08-06T16:22:48.667Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-06T16:22:49.044Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-06T16:22:49.044Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-06T16:22:49.044Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-06T16:22:49.044Z] 408f87550127: Pulling fs layer [2020-08-06T16:22:49.044Z] fe522b08c979: Pulling fs layer [2020-08-06T16:22:49.044Z] 221eaa008020: Pulling fs layer [2020-08-06T16:22:49.044Z] 2a4607e5d6b9: Pulling fs layer [2020-08-06T16:22:49.044Z] 8f79b27c4fd2: Pulling fs layer [2020-08-06T16:22:49.044Z] e5c8dbe1645b: Pulling fs layer [2020-08-06T16:22:49.044Z] 23e8b3b47431: Pulling fs layer [2020-08-06T16:22:49.044Z] 5c568d65a230: Pulling fs layer [2020-08-06T16:22:49.044Z] 221eaa008020: Waiting [2020-08-06T16:22:49.044Z] 2a4607e5d6b9: Waiting [2020-08-06T16:22:49.044Z] 8f79b27c4fd2: Waiting [2020-08-06T16:22:49.044Z] e5c8dbe1645b: Waiting [2020-08-06T16:22:49.044Z] 23e8b3b47431: Waiting [2020-08-06T16:22:49.044Z] 5c568d65a230: Waiting [2020-08-06T16:22:49.044Z] fe522b08c979: Verifying Checksum [2020-08-06T16:22:49.044Z] fe522b08c979: Download complete [2020-08-06T16:22:49.044Z] 408f87550127: Verifying Checksum [2020-08-06T16:22:49.044Z] 408f87550127: Download complete [2020-08-06T16:22:49.044Z] 2a4607e5d6b9: Verifying Checksum [2020-08-06T16:22:49.044Z] 2a4607e5d6b9: Download complete [2020-08-06T16:22:49.337Z] 8f79b27c4fd2: Verifying Checksum [2020-08-06T16:22:49.337Z] 8f79b27c4fd2: Download complete [2020-08-06T16:22:49.337Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-06T16:22:49.337Z] cbdbe7a5bc2a: Download complete [2020-08-06T16:22:50.452Z] e5c8dbe1645b: Verifying Checksum [2020-08-06T16:22:50.452Z] e5c8dbe1645b: Download complete [2020-08-06T16:22:50.452Z] cbdbe7a5bc2a: Pull complete [2020-08-06T16:22:51.156Z] 23e8b3b47431: Verifying Checksum [2020-08-06T16:22:51.156Z] 23e8b3b47431: Download complete [2020-08-06T16:22:51.545Z] 408f87550127: Pull complete [2020-08-06T16:22:51.917Z] fe522b08c979: Pull complete [2020-08-06T16:22:52.198Z] 5c568d65a230: Verifying Checksum [2020-08-06T16:22:52.198Z] 5c568d65a230: Download complete [2020-08-06T16:22:52.477Z] 221eaa008020: Verifying Checksum [2020-08-06T16:22:52.477Z] 221eaa008020: Download complete [2020-08-06T16:23:00.792Z] 221eaa008020: Pull complete [2020-08-06T16:23:01.100Z] 2a4607e5d6b9: Pull complete [2020-08-06T16:23:01.100Z] 8f79b27c4fd2: Pull complete [2020-08-06T16:23:03.053Z] e5c8dbe1645b: Pull complete [2020-08-06T16:23:06.479Z] 23e8b3b47431: Pull complete [2020-08-06T16:23:07.969Z] 5c568d65a230: Pull complete [2020-08-06T16:23:07.970Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-06T16:23:07.970Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-06T16:23:07.970Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-06T16:23:08.244Z] prd-centos7-docker-4c-2g-2950 does not seem to be running inside a container [2020-08-06T16:23:08.301Z] $ 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-06T16:23:09.406Z] $ docker top d856d8176de63a4ecc3e5cd9c9739b619e66226a631b22704ef0a0b2906a72b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-06T16:23:10.042Z] + snyk monitor '--org=edgex-jenkins' [2020-08-06T16:23:20.669Z] [2020-08-06T16:23:20.669Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-08-06T16:23:20.669Z] [2020-08-06T16:23:20.670Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/b1e468a4-1415-4bd2-8749-46ef30ed229d [2020-08-06T16:23:20.670Z] [2020-08-06T16:23:20.670Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-06T16:23:20.670Z] [2020-08-06T16:23:20.670Z] [2020-08-06T16:23:20.670Z] Snyk CLI supports Node.js 8 and higher. [2020-08-06T16:23:20.670Z] 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-06T16:23:20.670Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-06T16:23:20.670Z] [2020-08-06T16:23:20.670Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-06T16:23:20.670Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-06T16:23:20.705Z] $ docker stop --time=1 d856d8176de63a4ecc3e5cd9c9739b619e66226a631b22704ef0a0b2906a72b7 [2020-08-06T16:23:23.290Z] $ docker rm -f d856d8176de63a4ecc3e5cd9c9739b619e66226a631b22704ef0a0b2906a72b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-08-06T16:23:25.228Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-06T16:23:25.228Z] . [Pipeline] withDockerContainer [2020-08-06T16:23:25.479Z] prd-centos7-docker-4c-2g-2950 does not seem to be running inside a container [2020-08-06T16:23:25.637Z] $ 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-06T16:23:26.754Z] $ docker top d773a101a3e0c764f6b522666a01f48e857d31cbc7d50868453314f513523d07 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-06T16:23:27.205Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-06T16:23:27.206Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-06T16:23:27.716Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-06T16:23:27.727Z] $ docker exec d773a101a3e0c764f6b522666a01f48e857d31cbc7d50868453314f513523d07 ssh-agent [2020-08-06T16:23:28.021Z] SSH_AUTH_SOCK=/tmp/ssh-7HoFpG6TVuXK/agent.11 [2020-08-06T16:23:28.021Z] SSH_AGENT_PID=17 [2020-08-06T16:23:28.038Z] Running ssh-add (command line suppressed) [2020-08-06T16:23:28.265Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2444821265175157291.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2444821265175157291.key) [2020-08-06T16:23:28.367Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-06T16:23:28.785Z] + git semver tag [2020-08-06T16:23:29.111Z] # -> Open(): unable to determine branch for HEAD [2020-08-06T16:23:29.111Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-06T16:23:29.111Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-06T16:23:29.111Z] # $SEMVER_REMOTE_NAME = origin [2020-08-06T16:23:29.111Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-06T16:23:29.111Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-06T16:23:29.111Z] # $SEMVER_BRANCH = master [2020-08-06T16:23:29.111Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-08-06T16:23:29.111Z] # 046332cc0f50c1d5f48651531f0deccce2d40ff3 HEAD [2020-08-06T16:23:29.111Z] # -> Force: false [2020-08-06T16:23:29.111Z] # c114c2c11cb21d03609a40a9f77b5446d663455c refs/tags/v0.1.68 [Pipeline] } [2020-08-06T16:23:29.147Z] $ docker exec --env ******** --env ******** d773a101a3e0c764f6b522666a01f48e857d31cbc7d50868453314f513523d07 ssh-agent -k [2020-08-06T16:23:29.322Z] unset SSH_AUTH_SOCK; [2020-08-06T16:23:29.323Z] unset SSH_AGENT_PID; [2020-08-06T16:23:29.323Z] echo Agent pid 17 killed; [2020-08-06T16:23:29.412Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-06T16:23:29.984Z] + git semver [Pipeline] } [2020-08-06T16:23:30.022Z] $ docker stop --time=1 d773a101a3e0c764f6b522666a01f48e857d31cbc7d50868453314f513523d07 [2020-08-06T16:23:31.706Z] $ docker rm -f d773a101a3e0c764f6b522666a01f48e857d31cbc7d50868453314f513523d07 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-06T16:23:32.431Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-06T16:23:32.431Z] [2020-08-06T16:23:32.431Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-06T16:23:32.836Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-06T16:23:32.837Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-06T16:23:32.837Z] ab5ef0e58194: Pulling fs layer [2020-08-06T16:23:32.837Z] 9712f1f96733: Pulling fs layer [2020-08-06T16:23:32.837Z] 63f879dbbcfc: Pulling fs layer [2020-08-06T16:23:32.837Z] 0d9ebad4ef96: Pulling fs layer [2020-08-06T16:23:32.837Z] e9a5061849ea: Pulling fs layer [2020-08-06T16:23:32.837Z] d747dcd14b5f: Pulling fs layer [2020-08-06T16:23:32.837Z] 2de7ff778b66: Pulling fs layer [2020-08-06T16:23:32.837Z] e9a5061849ea: Waiting [2020-08-06T16:23:32.837Z] d747dcd14b5f: Waiting [2020-08-06T16:23:32.837Z] 2de7ff778b66: Waiting [2020-08-06T16:23:32.837Z] 0d9ebad4ef96: Waiting [2020-08-06T16:23:32.837Z] 9712f1f96733: Verifying Checksum [2020-08-06T16:23:32.837Z] 9712f1f96733: Download complete [2020-08-06T16:23:34.370Z] 63f879dbbcfc: Verifying Checksum [2020-08-06T16:23:34.370Z] 63f879dbbcfc: Download complete [2020-08-06T16:23:35.058Z] e9a5061849ea: Verifying Checksum [2020-08-06T16:23:35.058Z] e9a5061849ea: Download complete [2020-08-06T16:23:35.058Z] d747dcd14b5f: Verifying Checksum [2020-08-06T16:23:35.058Z] d747dcd14b5f: Download complete [2020-08-06T16:23:35.058Z] 0d9ebad4ef96: Download complete [2020-08-06T16:23:35.362Z] 2de7ff778b66: Verifying Checksum [2020-08-06T16:23:35.362Z] 2de7ff778b66: Download complete [2020-08-06T16:23:35.988Z] ab5ef0e58194: Verifying Checksum [2020-08-06T16:23:35.988Z] ab5ef0e58194: Download complete [2020-08-06T16:23:42.899Z] ab5ef0e58194: Pull complete [2020-08-06T16:23:43.171Z] 9712f1f96733: Pull complete [2020-08-06T16:23:46.675Z] 63f879dbbcfc: Pull complete [2020-08-06T16:23:56.975Z] 0d9ebad4ef96: Pull complete [2020-08-06T16:23:58.033Z] e9a5061849ea: Pull complete [2020-08-06T16:23:58.033Z] d747dcd14b5f: Pull complete [2020-08-06T16:24:02.324Z] 2de7ff778b66: Pull complete [2020-08-06T16:24:02.324Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-06T16:24:02.324Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-06T16:24:02.324Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-06T16:24:02.839Z] prd-centos7-docker-4c-2g-2950 does not seem to be running inside a container [2020-08-06T16:24:03.282Z] $ 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-06T16:24:06.598Z] $ docker top 006611ec2d1c776fa157395c47d1b8f0d83e5ff1d56f385127149d9b45ae2654 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-06T16:24:06.914Z] provisioning config files... [2020-08-06T16:24:06.931Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1358517946866815982tmp [2020-08-06T16:24:06.969Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8896060765871245241tmp [2020-08-06T16:24:07.000Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8497910506460616749tmp [Pipeline] { [Pipeline] echo [2020-08-06T16:24:07.055Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-06T16:24:07.420Z] ---> sigul-configuration.sh [2020-08-06T16:24:07.701Z] gpg: directory `/root/.gnupg' created [2020-08-06T16:24:07.701Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-06T16:24:07.701Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-06T16:24:07.701Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-06T16:24:07.701Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-06T16:24:07.701Z] gpg: CAST5 encrypted data [2020-08-06T16:24:07.701Z] gpg: encrypted with 1 passphrase [2020-08-06T16:24:07.701Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-06T16:24:08.660Z] + mkdir /home/jenkins [2020-08-06T16:24:08.660Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-06T16:24:09.311Z] + 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-06T16:24:09.321Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-06T16:24:10.063Z] ---> sigul-install.sh [2020-08-06T16:24:20.145Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-06T16:24:20.483Z] + git tag --list [2020-08-06T16:24:20.483Z] v0.1.68 [Pipeline] sh [2020-08-06T16:24:20.825Z] + lftools sign git-tag v0.1.68 [2020-08-06T16:24:22.831Z] Signing Git tag with Sigul... [2020-08-06T16:24:22.831Z] Signing v0.1.68 [Pipeline] echo [2020-08-06T16:24:24.246Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-06T16:24:24.940Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-06T16:24:24.984Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-06T16:24:25.083Z] $ docker stop --time=1 006611ec2d1c776fa157395c47d1b8f0d83e5ff1d56f385127149d9b45ae2654 [2020-08-06T16:24:27.223Z] $ docker rm -f 006611ec2d1c776fa157395c47d1b8f0d83e5ff1d56f385127149d9b45ae2654 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-06T16:24:28.271Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-06T16:24:28.271Z] . [Pipeline] withDockerContainer [2020-08-06T16:24:28.750Z] prd-centos7-docker-4c-2g-2950 does not seem to be running inside a container [2020-08-06T16:24:28.979Z] $ 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-06T16:24:30.824Z] $ docker top 4b739f1a6c2447cb486ecf0339e1fc543ae5fd51ebadbc16dff89fe091338853 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-06T16:24:31.382Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-06T16:24:31.382Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-06T16:24:31.956Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-06T16:24:31.964Z] $ docker exec 4b739f1a6c2447cb486ecf0339e1fc543ae5fd51ebadbc16dff89fe091338853 ssh-agent [2020-08-06T16:24:32.450Z] SSH_AUTH_SOCK=/tmp/ssh-6amuSk0S5UsE/agent.12 [2020-08-06T16:24:32.450Z] SSH_AGENT_PID=17 [2020-08-06T16:24:32.466Z] Running ssh-add (command line suppressed) [2020-08-06T16:24:32.786Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7881781561076031903.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7881781561076031903.key) [2020-08-06T16:24:32.919Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-06T16:24:33.268Z] + git semver bump patch [2020-08-06T16:24:33.268Z] # -> Open(): unable to determine branch for HEAD [2020-08-06T16:24:33.268Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-06T16:24:33.268Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-06T16:24:33.268Z] # $SEMVER_REMOTE_NAME = origin [2020-08-06T16:24:33.268Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-06T16:24:33.268Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-06T16:24:33.268Z] # $SEMVER_BRANCH = master [2020-08-06T16:24:33.268Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-08-06T16:24:33.536Z] 0.1.69 [Pipeline] } [2020-08-06T16:24:33.563Z] $ docker exec --env ******** --env ******** 4b739f1a6c2447cb486ecf0339e1fc543ae5fd51ebadbc16dff89fe091338853 ssh-agent -k [2020-08-06T16:24:33.983Z] unset SSH_AUTH_SOCK; [2020-08-06T16:24:33.986Z] unset SSH_AGENT_PID; [2020-08-06T16:24:33.986Z] echo Agent pid 17 killed; [2020-08-06T16:24:34.109Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-06T16:24:34.717Z] + git semver [Pipeline] } [2020-08-06T16:24:34.875Z] $ docker stop --time=1 4b739f1a6c2447cb486ecf0339e1fc543ae5fd51ebadbc16dff89fe091338853 [2020-08-06T16:24:36.637Z] $ docker rm -f 4b739f1a6c2447cb486ecf0339e1fc543ae5fd51ebadbc16dff89fe091338853 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-06T16:24:37.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-06T16:24:37.283Z] . [Pipeline] withDockerContainer [2020-08-06T16:24:37.508Z] prd-centos7-docker-4c-2g-2950 does not seem to be running inside a container [2020-08-06T16:24:37.639Z] $ 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-06T16:24:38.986Z] $ docker top 48fa33f708621be89c4f35b7d43cca1411c685f91d08269842004a288686532b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-06T16:24:39.355Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-06T16:24:39.355Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-06T16:24:40.168Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-06T16:24:40.169Z] $ docker exec 48fa33f708621be89c4f35b7d43cca1411c685f91d08269842004a288686532b ssh-agent [2020-08-06T16:24:40.984Z] SSH_AUTH_SOCK=/tmp/ssh-FuKUGbqeFSE2/agent.12 [2020-08-06T16:24:40.984Z] SSH_AGENT_PID=17 [2020-08-06T16:24:40.996Z] Running ssh-add (command line suppressed) [2020-08-06T16:24:41.524Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4301675460174036462.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4301675460174036462.key) [2020-08-06T16:24:41.853Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-06T16:24:42.553Z] + git semver push [2020-08-06T16:24:42.553Z] # -> Open(): unable to determine branch for HEAD [2020-08-06T16:24:42.553Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-06T16:24:42.553Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-06T16:24:42.553Z] # $SEMVER_REMOTE_NAME = origin [2020-08-06T16:24:42.553Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-06T16:24:42.553Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-06T16:24:42.553Z] # $SEMVER_BRANCH = master [2020-08-06T16:24:42.553Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-08-06T16:24:50.940Z] $ docker exec --env ******** --env ******** 48fa33f708621be89c4f35b7d43cca1411c685f91d08269842004a288686532b ssh-agent -k [2020-08-06T16:24:51.370Z] unset SSH_AUTH_SOCK; [2020-08-06T16:24:51.372Z] unset SSH_AGENT_PID; [2020-08-06T16:24:51.372Z] echo Agent pid 17 killed; [2020-08-06T16:24:51.645Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-06T16:24:52.874Z] + git semver [Pipeline] } [2020-08-06T16:24:52.891Z] $ docker stop --time=1 48fa33f708621be89c4f35b7d43cca1411c685f91d08269842004a288686532b [2020-08-06T16:24:54.833Z] $ docker rm -f 48fa33f708621be89c4f35b7d43cca1411c685f91d08269842004a288686532b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-06T16:24:56.293Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-06T16:24:56.945Z] ---> package-listing.sh [2020-08-06T16:24:56.945Z] ++ facter osfamily [2020-08-06T16:24:56.945Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-06T16:24:57.210Z] + OS_FAMILY=redhat [2020-08-06T16:24:57.210Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-08-06T16:24:57.210Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-06T16:24:57.210Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-06T16:24:57.210Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-06T16:24:57.210Z] + PACKAGES=/tmp/packages_start.txt [2020-08-06T16:24:57.210Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-08-06T16:24:57.210Z] + PACKAGES=/tmp/packages_end.txt [2020-08-06T16:24:57.210Z] + case "${OS_FAMILY}" in [2020-08-06T16:24:57.210Z] + rpm -qa [2020-08-06T16:24:57.210Z] + sort [2020-08-06T16:25:02.679Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-06T16:25:02.679Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-06T16:25:02.679Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-06T16:25:02.679Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-08-06T16:25:02.679Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-08-06T16:25:02.679Z] + 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-06T16:25:03.601Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-06T16:25:03.601Z] [2020-08-06T16:25:03.601Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-06T16:25:04.012Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-06T16:25:04.320Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-06T16:25:04.320Z] c9b1b535fdd9: Pulling fs layer [2020-08-06T16:25:04.320Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-06T16:25:04.320Z] 756a868c4378: Pulling fs layer [2020-08-06T16:25:04.320Z] 444b2fc9a129: Pulling fs layer [2020-08-06T16:25:04.320Z] ea15f1150254: Pulling fs layer [2020-08-06T16:25:04.320Z] 41b27a9f41bf: Pulling fs layer [2020-08-06T16:25:04.320Z] 28c525ee5125: Pulling fs layer [2020-08-06T16:25:04.320Z] 094b1ea09ed8: Pulling fs layer [2020-08-06T16:25:04.320Z] 138eaada9080: Pulling fs layer [2020-08-06T16:25:04.320Z] 0622d0fa9048: Pulling fs layer [2020-08-06T16:25:04.320Z] 444b2fc9a129: Waiting [2020-08-06T16:25:04.320Z] ea15f1150254: Waiting [2020-08-06T16:25:04.320Z] 41b27a9f41bf: Waiting [2020-08-06T16:25:04.320Z] 28c525ee5125: Waiting [2020-08-06T16:25:04.320Z] 094b1ea09ed8: Waiting [2020-08-06T16:25:04.320Z] 138eaada9080: Waiting [2020-08-06T16:25:04.320Z] 0622d0fa9048: Waiting [2020-08-06T16:25:04.320Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-06T16:25:04.320Z] 2cc5ad85d9ab: Download complete [2020-08-06T16:25:04.320Z] 444b2fc9a129: Verifying Checksum [2020-08-06T16:25:04.320Z] 444b2fc9a129: Download complete [2020-08-06T16:25:04.320Z] c9b1b535fdd9: Verifying Checksum [2020-08-06T16:25:04.320Z] c9b1b535fdd9: Download complete [2020-08-06T16:25:04.610Z] ea15f1150254: Verifying Checksum [2020-08-06T16:25:04.610Z] ea15f1150254: Download complete [2020-08-06T16:25:04.610Z] 28c525ee5125: Verifying Checksum [2020-08-06T16:25:04.610Z] 28c525ee5125: Download complete [2020-08-06T16:25:04.886Z] 756a868c4378: Verifying Checksum [2020-08-06T16:25:04.886Z] 756a868c4378: Download complete [2020-08-06T16:25:05.167Z] 138eaada9080: Verifying Checksum [2020-08-06T16:25:05.167Z] 138eaada9080: Download complete [2020-08-06T16:25:05.167Z] 0622d0fa9048: Verifying Checksum [2020-08-06T16:25:05.167Z] 0622d0fa9048: Download complete [2020-08-06T16:25:05.432Z] c9b1b535fdd9: Pull complete [2020-08-06T16:25:05.432Z] 094b1ea09ed8: Verifying Checksum [2020-08-06T16:25:05.432Z] 094b1ea09ed8: Download complete [2020-08-06T16:25:06.027Z] 2cc5ad85d9ab: Pull complete [2020-08-06T16:25:06.027Z] 41b27a9f41bf: Verifying Checksum [2020-08-06T16:25:06.027Z] 41b27a9f41bf: Download complete [2020-08-06T16:25:08.689Z] 756a868c4378: Pull complete [2020-08-06T16:25:08.689Z] 444b2fc9a129: Pull complete [2020-08-06T16:25:09.332Z] ea15f1150254: Pull complete [2020-08-06T16:25:13.716Z] 41b27a9f41bf: Pull complete [2020-08-06T16:25:13.716Z] 28c525ee5125: Pull complete [2020-08-06T16:25:18.139Z] 094b1ea09ed8: Pull complete [2020-08-06T16:25:18.139Z] 138eaada9080: Pull complete [2020-08-06T16:25:18.433Z] 0622d0fa9048: Pull complete [2020-08-06T16:25:18.433Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-06T16:25:18.433Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-06T16:25:18.433Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-06T16:25:18.628Z] prd-centos7-docker-4c-2g-2950 does not seem to be running inside a container [2020-08-06T16:25:18.702Z] $ 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-06T16:25:21.244Z] $ docker top 2df5d060136511d346865f3ea99a3d742581376b32b3ecf237b6a757b4343174 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-06T16:25:21.724Z] provisioning config files... [2020-08-06T16:25:21.738Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1940021299547784960tmp [Pipeline] { [Pipeline] echo [2020-08-06T16:25:21.817Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-06T16:25:22.267Z] ---> create-netrc.sh [Pipeline] echo [2020-08-06T16:25:22.294Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-06T16:25:23.038Z] ---> logs-deploy.sh [2020-08-06T16:25:23.038Z] + ARCHIVE_ARTIFACTS= [2020-08-06T16:25:23.038Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-06T16:25:23.038Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-06T16:25:23.038Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-06T16:25:23.038Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/33 [2020-08-06T16:25:23.038Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/33/ [2020-08-06T16:25:23.038Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/33 /w/workspace/dry_go-mod-core-contracts_master [2020-08-06T16:25:25.183Z] Archives upload complete. [2020-08-06T16:25:25.558Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/33 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/33/