Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6773a355d3ac88ac366dd6d3fa4f7f003a34a67f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-75 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 6773a355d3ac88ac366dd6d3fa4f7f003a34a67f (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6773a355d3ac88ac366dd6d3fa4f7f003a34a67f # timeout=10 Commit message: "Merge pull request #265 from weichou1229/issue-258" > git rev-list --no-walk a9d107930e490a2241b8c88b38a50b9b497ae677 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-14T18:11:39.492Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-14T18:11:39.699Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-14T18:11:39.774Z] ========================================================= [2020-08-14T18:11:39.774Z] EdgeX Global Pipelines Version Info [2020-08-14T18:11:39.774Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-14T18:11:41.154Z] ------------------- [2020-08-14T18:11:41.154Z] stable info: [2020-08-14T18:11:41.154Z] ------------------- [2020-08-14T18:11:41.154Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-14T18:11:41.154Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-14T18:11:41.154Z] Message: update stable to v1.0.106 [2020-08-14T18:11:42.101Z] ------------------- [2020-08-14T18:11:42.101Z] experimental info: [2020-08-14T18:11:42.101Z] ------------------- [2020-08-14T18:11:42.101Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-14T18:11:42.101Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-14T18:11:42.101Z] 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-14T18:11:43.942Z] + git log --format=format:%s -1 6773a355d3ac88ac366dd6d3fa4f7f003a34a67f [Pipeline] echo [2020-08-14T18:11:43.999Z] GIT_COMMIT: 6773a355d3ac88ac366dd6d3fa4f7f003a34a67f, Commit Message: Merge pull request #265 from weichou1229/issue-258 [Pipeline] echo [2020-08-14T18:11:44.035Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-14T18:11:44.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-14T18:11:45.142Z] [2020-08-14T18:11:45.142Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-14T18:11:45.487Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-14T18:11:45.487Z] latest: Pulling from edgex-devops/git-semver [2020-08-14T18:11:45.487Z] 31603596830f: Pulling fs layer [2020-08-14T18:11:45.487Z] 2a8b12db71e7: Pulling fs layer [2020-08-14T18:11:45.487Z] 6ca5941a6612: Pulling fs layer [2020-08-14T18:11:45.487Z] ecc8261a40a4: Pulling fs layer [2020-08-14T18:11:45.487Z] ecc8261a40a4: Waiting [2020-08-14T18:11:45.487Z] 2a8b12db71e7: Verifying Checksum [2020-08-14T18:11:45.487Z] 2a8b12db71e7: Download complete [2020-08-14T18:11:45.487Z] 31603596830f: Verifying Checksum [2020-08-14T18:11:45.487Z] 31603596830f: Download complete [2020-08-14T18:11:45.751Z] ecc8261a40a4: Verifying Checksum [2020-08-14T18:11:45.751Z] ecc8261a40a4: Download complete [2020-08-14T18:11:45.751Z] 6ca5941a6612: Verifying Checksum [2020-08-14T18:11:45.751Z] 6ca5941a6612: Download complete [2020-08-14T18:11:46.017Z] 31603596830f: Pull complete [2020-08-14T18:11:46.285Z] 2a8b12db71e7: Pull complete [2020-08-14T18:11:46.858Z] 6ca5941a6612: Pull complete [2020-08-14T18:11:47.120Z] ecc8261a40a4: Pull complete [2020-08-14T18:11:47.120Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-14T18:11:47.120Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-14T18:11:47.120Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-14T18:11:47.216Z] prd-centos7-docker-4c-2g-75 does not seem to be running inside a container [2020-08-14T18:11:47.257Z] $ 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-14T18:11:49.253Z] $ docker top 9343cb41c3c89c72b29131dfa2229ff7da4759d5352df0b4c33dfe2f02c8b57c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-14T18:11:49.557Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-14T18:11:49.557Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-14T18:11:49.756Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-14T18:11:49.759Z] $ docker exec 9343cb41c3c89c72b29131dfa2229ff7da4759d5352df0b4c33dfe2f02c8b57c ssh-agent [2020-08-14T18:11:49.924Z] SSH_AUTH_SOCK=/tmp/ssh-MduPq1sQT540/agent.11 [2020-08-14T18:11:49.924Z] SSH_AGENT_PID=17 [2020-08-14T18:11:49.935Z] Running ssh-add (command line suppressed) [2020-08-14T18:11:50.054Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_492780415774231808.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_492780415774231808.key) [2020-08-14T18:11:50.101Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-14T18:11:50.468Z] + git describe --exact-match --tags HEAD [2020-08-14T18:11:50.468Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-14T18:11:50.488Z] $ docker exec --env ******** --env ******** 9343cb41c3c89c72b29131dfa2229ff7da4759d5352df0b4c33dfe2f02c8b57c ssh-agent -k [2020-08-14T18:11:50.602Z] unset SSH_AUTH_SOCK; [2020-08-14T18:11:50.602Z] unset SSH_AGENT_PID; [2020-08-14T18:11:50.602Z] echo Agent pid 17 killed; [2020-08-14T18:11:50.645Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-14T18:11:50.725Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-14T18:11:50.725Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-14T18:11:50.807Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-14T18:11:50.807Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-14T18:11:50.963Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-14T18:11:50.967Z] $ docker exec 9343cb41c3c89c72b29131dfa2229ff7da4759d5352df0b4c33dfe2f02c8b57c ssh-agent [2020-08-14T18:11:51.121Z] SSH_AUTH_SOCK=/tmp/ssh-QIO4PPKcTtlR/agent.47 [2020-08-14T18:11:51.121Z] SSH_AGENT_PID=52 [2020-08-14T18:11:51.127Z] Running ssh-add (command line suppressed) [2020-08-14T18:11:51.237Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6307876359608895889.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6307876359608895889.key) [2020-08-14T18:11:51.285Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-14T18:11:51.746Z] + git semver init [2020-08-14T18:11:51.746Z] # -> Open(): unable to determine branch for HEAD [2020-08-14T18:11:51.746Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-14T18:11:51.746Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-14T18:11:51.746Z] # $SEMVER_REMOTE_NAME = origin [2020-08-14T18:11:51.746Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-14T18:11:51.746Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-14T18:11:51.746Z] # $SEMVER_BRANCH = master [2020-08-14T18:11:51.746Z] # $SEMVER_TEMP = /tmp/semver-937646312 [2020-08-14T18:11:51.746Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-08-14T18:11:52.324Z] # '/tmp/semver-937646312' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-08-14T18:11:52.324Z] # -> Force: false [2020-08-14T18:11:52.324Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-08-14T18:11:52.336Z] $ docker exec --env ******** --env ******** 9343cb41c3c89c72b29131dfa2229ff7da4759d5352df0b4c33dfe2f02c8b57c ssh-agent -k [2020-08-14T18:11:52.450Z] unset SSH_AUTH_SOCK; [2020-08-14T18:11:52.451Z] unset SSH_AGENT_PID; [2020-08-14T18:11:52.451Z] echo Agent pid 52 killed; [2020-08-14T18:11:52.495Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-14T18:11:52.914Z] + git semver [Pipeline] } [2020-08-14T18:11:52.930Z] $ docker stop --time=1 9343cb41c3c89c72b29131dfa2229ff7da4759d5352df0b4c33dfe2f02c8b57c [2020-08-14T18:11:54.580Z] $ docker rm -f 9343cb41c3c89c72b29131dfa2229ff7da4759d5352df0b4c33dfe2f02c8b57c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-14T18:11:55.315Z] Stashed 81 file(s) [Pipeline] echo [2020-08-14T18:11:55.317Z] [edgeXSemver] initialized semver on version 0.1.70 [Pipeline] echo [2020-08-14T18:11:55.386Z] Archived original version: [0.1.70] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-08-14T18:11:55.926Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-71 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-08-14T18:11:55.964Z] Running in /w/workspace/go-mod-core-contracts/35 [Pipeline] { [Pipeline] checkout [2020-08-14T18:12:00.344Z] using credential edgex-jenkins-ssh [2020-08-14T18:12:00.393Z] Cloning the remote Git repository [2020-08-14T18:12:00.393Z] Cloning with configured refspecs honoured and without tags [2020-08-14T18:12:00.436Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-14T18:12:00.539Z] > git init /w/workspace/go-mod-core-contracts/35 # timeout=10 [2020-08-14T18:12:00.608Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-14T18:12:00.610Z] > git --version # timeout=10 [2020-08-14T18:12:00.634Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-14T18:12:00.726Z] > 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-14T18:12:01.735Z] Fetching without tags [2020-08-14T18:12:01.655Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-14T18:12:01.673Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-14T18:12:01.703Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-14T18:12:01.731Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-14T18:12:01.732Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-14T18:12:01.743Z] > 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-14T18:12:03.454Z] Checking out Revision 6773a355d3ac88ac366dd6d3fa4f7f003a34a67f (master) [2020-08-14T18:12:03.457Z] > git config core.sparsecheckout # timeout=10 [2020-08-14T18:12:03.477Z] > git checkout -f 6773a355d3ac88ac366dd6d3fa4f7f003a34a67f # timeout=10 [2020-08-14T18:12:07.869Z] Commit message: "Merge pull request #265 from weichou1229/issue-258" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-14T18:12:09.024Z] ========================================================= [2020-08-14T18:12:09.024Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-14T18:12:09.024Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-14T18:12:10.118Z] + 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-14T18:12:10.743Z] Still waiting to schedule task [2020-08-14T18:12:10.743Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-14T18:12:11.106Z] Sending build context to Docker daemon 2.103MB [2020-08-14T18:12:11.106Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-14T18:12:11.106Z] Step 2/7 : FROM ${BASE} [2020-08-14T18:12:11.386Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-14T18:12:11.386Z] b538f80385f9: Pulling fs layer [2020-08-14T18:12:11.386Z] 74f711af9a0d: Pulling fs layer [2020-08-14T18:12:11.386Z] 99f96fe45779: Pulling fs layer [2020-08-14T18:12:11.386Z] fd7a069fd194: Pulling fs layer [2020-08-14T18:12:11.386Z] 66aa3694b03b: Pulling fs layer [2020-08-14T18:12:11.386Z] 170f70906a0f: Pulling fs layer [2020-08-14T18:12:11.386Z] ad7c5574e4b9: Pulling fs layer [2020-08-14T18:12:11.386Z] e772456be8f7: Pulling fs layer [2020-08-14T18:12:11.386Z] c890913d741a: Pulling fs layer [2020-08-14T18:12:11.386Z] 2480fcc9aa5a: Pulling fs layer [2020-08-14T18:12:11.386Z] 09adf4765672: Pulling fs layer [2020-08-14T18:12:11.386Z] 66aa3694b03b: Waiting [2020-08-14T18:12:11.386Z] 170f70906a0f: Waiting [2020-08-14T18:12:11.386Z] ad7c5574e4b9: Waiting [2020-08-14T18:12:11.386Z] e772456be8f7: Waiting [2020-08-14T18:12:11.386Z] c890913d741a: Waiting [2020-08-14T18:12:11.386Z] 2480fcc9aa5a: Waiting [2020-08-14T18:12:11.386Z] 09adf4765672: Waiting [2020-08-14T18:12:11.386Z] fd7a069fd194: Waiting [2020-08-14T18:12:11.386Z] 99f96fe45779: Download complete [2020-08-14T18:12:11.386Z] 74f711af9a0d: Verifying Checksum [2020-08-14T18:12:11.386Z] 74f711af9a0d: Download complete [2020-08-14T18:12:11.386Z] 66aa3694b03b: Verifying Checksum [2020-08-14T18:12:11.386Z] 66aa3694b03b: Download complete [2020-08-14T18:12:11.386Z] 170f70906a0f: Download complete [2020-08-14T18:12:11.386Z] b538f80385f9: Verifying Checksum [2020-08-14T18:12:11.386Z] b538f80385f9: Download complete [2020-08-14T18:12:11.995Z] b538f80385f9: Pull complete [2020-08-14T18:12:12.601Z] 74f711af9a0d: Pull complete [2020-08-14T18:12:13.202Z] 99f96fe45779: Pull complete [2020-08-14T18:12:14.195Z] ad7c5574e4b9: Verifying Checksum [2020-08-14T18:12:14.195Z] ad7c5574e4b9: Download complete [2020-08-14T18:12:14.195Z] c890913d741a: Verifying Checksum [2020-08-14T18:12:14.195Z] c890913d741a: Download complete [2020-08-14T18:12:16.169Z] 2480fcc9aa5a: Verifying Checksum [2020-08-14T18:12:16.169Z] 2480fcc9aa5a: Download complete [2020-08-14T18:12:16.169Z] 09adf4765672: Verifying Checksum [2020-08-14T18:12:16.169Z] 09adf4765672: Download complete [2020-08-14T18:12:16.762Z] fd7a069fd194: Verifying Checksum [2020-08-14T18:12:16.762Z] fd7a069fd194: Download complete [2020-08-14T18:12:16.762Z] e772456be8f7: Verifying Checksum [2020-08-14T18:12:16.762Z] e772456be8f7: Download complete [2020-08-14T18:12:29.169Z] fd7a069fd194: Pull complete [2020-08-14T18:12:29.169Z] 66aa3694b03b: Pull complete [2020-08-14T18:12:29.169Z] 170f70906a0f: Pull complete [2020-08-14T18:12:32.581Z] ad7c5574e4b9: Pull complete [2020-08-14T18:12:36.900Z] e772456be8f7: Pull complete [2020-08-14T18:12:37.175Z] c890913d741a: Pull complete [2020-08-14T18:12:39.801Z] 2480fcc9aa5a: Pull complete [2020-08-14T18:12:40.075Z] 09adf4765672: Pull complete [2020-08-14T18:12:40.075Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-14T18:12:40.075Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-14T18:12:40.075Z] ---> 2248a725d1cf [2020-08-14T18:12:40.075Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-14T18:12:44.397Z] ---> Running in f829e25fef28 [2020-08-14T18:12:44.672Z] Removing intermediate container f829e25fef28 [2020-08-14T18:12:44.672Z] ---> deb2f618455a [2020-08-14T18:12:44.672Z] Step 4/7 : RUN apk add bash [2020-08-14T18:12:44.672Z] ---> Running in a1cd03ff1a55 [2020-08-14T18:12:46.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-14T18:12:49.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-14T18:12:51.201Z] OK: 142 MiB in 39 packages [2020-08-14T18:12:52.178Z] Removing intermediate container a1cd03ff1a55 [2020-08-14T18:12:52.178Z] ---> 3fe879b409b6 [2020-08-14T18:12:52.178Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-08-14T18:12:52.178Z] ---> Running in 44b34493bd35 [2020-08-14T18:12:52.769Z] Removing intermediate container 44b34493bd35 [2020-08-14T18:12:52.769Z] ---> 3e9b5413bdbf [2020-08-14T18:12:52.769Z] Step 6/7 : COPY go.mod . [2020-08-14T18:12:53.360Z] ---> 4b7a3a96adb6 [2020-08-14T18:12:53.360Z] Step 7/7 : RUN go mod download [2020-08-14T18:12:53.637Z] ---> Running in 4be2fc9eeea8 [2020-08-14T18:12:55.605Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-08-14T18:12:55.877Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-14T18:12:55.877Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-14T18:12:55.877Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-14T18:12:55.877Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-14T18:12:55.877Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-14T18:12:55.877Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-14T18:12:55.877Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-14T18:12:55.877Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-14T18:12:55.877Z] go: finding github.com/google/uuid v1.1.0 [2020-08-14T18:12:55.877Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-14T18:12:55.877Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-14T18:12:55.877Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-14T18:12:56.149Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-14T18:12:56.149Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-14T18:12:56.149Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-14T18:12:56.149Z] go: finding golang.org/x/text v0.3.2 [2020-08-14T18:12:56.149Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-14T18:12:56.149Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-14T18:12:56.149Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-14T18:13:08.527Z] Removing intermediate container 4be2fc9eeea8 [2020-08-14T18:13:08.527Z] ---> 7cbb72b54065 [2020-08-14T18:13:08.527Z] Successfully built 7cbb72b54065 [2020-08-14T18:13:08.527Z] 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-14T18:14:47.800Z] Running on prd-centos7-docker-4c-2g-76 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-08-14T18:14:47.888Z] Running in /w/workspace/go-mod-core-contracts/35 [Pipeline] { [Pipeline] checkout [2020-08-14T18:14:50.465Z] using credential edgex-jenkins-ssh [2020-08-14T18:14:50.512Z] Cloning the remote Git repository [2020-08-14T18:14:50.512Z] Cloning with configured refspecs honoured and without tags [2020-08-14T18:14:50.535Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-14T18:14:50.663Z] > git init /w/workspace/go-mod-core-contracts/35 # timeout=10 [2020-08-14T18:14:50.721Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-14T18:14:50.722Z] > git --version # timeout=10 [2020-08-14T18:14:50.735Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-14T18:14:50.776Z] > 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-14T18:14:52.280Z] Fetching without tags [2020-08-14T18:14:52.238Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-14T18:14:52.259Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-14T18:14:52.270Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-14T18:14:52.283Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-14T18:14:52.283Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-14T18:14:52.288Z] > 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-14T18:14:52.694Z] Checking out Revision 6773a355d3ac88ac366dd6d3fa4f7f003a34a67f (master) [2020-08-14T18:14:52.700Z] > git config core.sparsecheckout # timeout=10 [2020-08-14T18:14:52.707Z] > git checkout -f 6773a355d3ac88ac366dd6d3fa4f7f003a34a67f # timeout=10 [2020-08-14T18:14:56.264Z] Commit message: "Merge pull request #265 from weichou1229/issue-258" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-14T18:14:57.135Z] ========================================================= [2020-08-14T18:14:57.135Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-14T18:14:57.135Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-14T18:14:57.787Z] + 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-14T18:14:58.365Z] Sending build context to Docker daemon 2.103MB [2020-08-14T18:14:58.365Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-14T18:14:58.365Z] Step 2/7 : FROM ${BASE} [2020-08-14T18:14:58.631Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-14T18:14:58.631Z] df20fa9351a1: Pulling fs layer [2020-08-14T18:14:58.631Z] ed8968b2872e: Pulling fs layer [2020-08-14T18:14:58.631Z] a92cc7c5fd73: Pulling fs layer [2020-08-14T18:14:58.631Z] 2dd03ba5bac4: Pulling fs layer [2020-08-14T18:14:58.631Z] 1e091d79d1de: Pulling fs layer [2020-08-14T18:14:58.631Z] 481702a1767f: Pulling fs layer [2020-08-14T18:14:58.631Z] f64a6f60c768: Pulling fs layer [2020-08-14T18:14:58.631Z] e78d2573fc39: Pulling fs layer [2020-08-14T18:14:58.631Z] e876d2f968b6: Pulling fs layer [2020-08-14T18:14:58.631Z] ce8a83651883: Pulling fs layer [2020-08-14T18:14:58.631Z] 07967f4d0e4b: Pulling fs layer [2020-08-14T18:14:58.631Z] f64a6f60c768: Waiting [2020-08-14T18:14:58.631Z] e78d2573fc39: Waiting [2020-08-14T18:14:58.631Z] e876d2f968b6: Waiting [2020-08-14T18:14:58.631Z] ce8a83651883: Waiting [2020-08-14T18:14:58.631Z] 07967f4d0e4b: Waiting [2020-08-14T18:14:58.631Z] 2dd03ba5bac4: Waiting [2020-08-14T18:14:58.631Z] 1e091d79d1de: Waiting [2020-08-14T18:14:58.631Z] 481702a1767f: Waiting [2020-08-14T18:14:58.631Z] a92cc7c5fd73: Verifying Checksum [2020-08-14T18:14:58.631Z] a92cc7c5fd73: Download complete [2020-08-14T18:14:58.631Z] ed8968b2872e: Verifying Checksum [2020-08-14T18:14:58.631Z] ed8968b2872e: Download complete [2020-08-14T18:14:58.631Z] 1e091d79d1de: Verifying Checksum [2020-08-14T18:14:58.631Z] 1e091d79d1de: Download complete [2020-08-14T18:14:58.631Z] 481702a1767f: Verifying Checksum [2020-08-14T18:14:58.631Z] 481702a1767f: Download complete [2020-08-14T18:14:58.631Z] df20fa9351a1: Verifying Checksum [2020-08-14T18:14:58.631Z] df20fa9351a1: Download complete [2020-08-14T18:14:58.900Z] df20fa9351a1: Pull complete [2020-08-14T18:14:59.165Z] ed8968b2872e: Pull complete [2020-08-14T18:14:59.769Z] f64a6f60c768: Verifying Checksum [2020-08-14T18:14:59.769Z] f64a6f60c768: Download complete [2020-08-14T18:14:59.769Z] e876d2f968b6: Download complete [2020-08-14T18:15:00.361Z] 2dd03ba5bac4: Verifying Checksum [2020-08-14T18:15:00.361Z] 2dd03ba5bac4: Download complete [2020-08-14T18:15:00.361Z] e78d2573fc39: Verifying Checksum [2020-08-14T18:15:00.361Z] e78d2573fc39: Download complete [2020-08-14T18:15:00.361Z] 07967f4d0e4b: Verifying Checksum [2020-08-14T18:15:00.361Z] 07967f4d0e4b: Download complete [2020-08-14T18:15:00.361Z] ce8a83651883: Verifying Checksum [2020-08-14T18:15:00.361Z] ce8a83651883: Download complete [2020-08-14T18:15:01.751Z] a92cc7c5fd73: Pull complete [2020-08-14T18:15:08.396Z] 2dd03ba5bac4: Pull complete [2020-08-14T18:15:08.396Z] 1e091d79d1de: Pull complete [2020-08-14T18:15:08.396Z] 481702a1767f: Pull complete [2020-08-14T18:15:12.620Z] f64a6f60c768: Pull complete [2020-08-14T18:15:15.199Z] e78d2573fc39: Pull complete [2020-08-14T18:15:15.199Z] e876d2f968b6: Pull complete [2020-08-14T18:15:16.159Z] ce8a83651883: Pull complete [2020-08-14T18:15:16.425Z] 07967f4d0e4b: Pull complete [2020-08-14T18:15:16.425Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-14T18:15:16.425Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-14T18:15:16.425Z] ---> 5d7c900382c6 [2020-08-14T18:15:16.425Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-14T18:15:18.350Z] ---> Running in 25c4fe8f8589 [2020-08-14T18:15:18.614Z] Removing intermediate container 25c4fe8f8589 [2020-08-14T18:15:18.614Z] ---> 9b13cd0ea89c [2020-08-14T18:15:18.614Z] Step 4/7 : RUN apk add bash [2020-08-14T18:15:18.614Z] ---> Running in fd5139be54ee [2020-08-14T18:15:19.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-14T18:15:20.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-14T18:15:21.522Z] OK: 166 MiB in 39 packages [2020-08-14T18:15:21.783Z] Removing intermediate container fd5139be54ee [2020-08-14T18:15:21.783Z] ---> 3949f64ecfe5 [2020-08-14T18:15:21.783Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-08-14T18:15:22.050Z] ---> Running in cf378f16dc89 [2020-08-14T18:15:22.050Z] Removing intermediate container cf378f16dc89 [2020-08-14T18:15:22.050Z] ---> d4c94e09d963 [2020-08-14T18:15:22.050Z] Step 6/7 : COPY go.mod . [2020-08-14T18:15:22.315Z] ---> 282de11e2fd2 [2020-08-14T18:15:22.315Z] Step 7/7 : RUN go mod download [2020-08-14T18:15:22.315Z] ---> Running in 8b008e487070 [2020-08-14T18:15:24.257Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-08-14T18:15:24.257Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-14T18:15:24.257Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-14T18:15:24.257Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-14T18:15:24.257Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-14T18:15:24.257Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-14T18:15:24.257Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-14T18:15:24.257Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-14T18:15:24.257Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-14T18:15:24.257Z] go: finding github.com/google/uuid v1.1.0 [2020-08-14T18:15:24.257Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-14T18:15:24.257Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-14T18:15:24.257Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-14T18:15:24.257Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-14T18:15:24.257Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-14T18:15:24.531Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-14T18:15:24.531Z] go: finding golang.org/x/text v0.3.2 [2020-08-14T18:15:24.531Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-14T18:15:24.531Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-14T18:15:24.531Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-14T18:15:32.699Z] Removing intermediate container 8b008e487070 [2020-08-14T18:15:32.699Z] ---> 961471ab2a7f [2020-08-14T18:15:32.699Z] Successfully built 961471ab2a7f [2020-08-14T18:15:32.699Z] 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-14T18:15:34.976Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-14T18:15:34.978Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-14T18:15:35.031Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-14T18:15:35.374Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-14T18:15:35.374Z] [2020-08-14T18:15:35.374Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-14T18:15:35.724Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-14T18:15:35.724Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-14T18:15:35.724Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-14T18:15:35.724Z] 408f87550127: Pulling fs layer [2020-08-14T18:15:35.724Z] fe522b08c979: Pulling fs layer [2020-08-14T18:15:35.724Z] 221eaa008020: Pulling fs layer [2020-08-14T18:15:35.724Z] 2a4607e5d6b9: Pulling fs layer [2020-08-14T18:15:35.724Z] 8f79b27c4fd2: Pulling fs layer [2020-08-14T18:15:35.724Z] e5c8dbe1645b: Pulling fs layer [2020-08-14T18:15:35.724Z] 23e8b3b47431: Pulling fs layer [2020-08-14T18:15:35.724Z] 5c568d65a230: Pulling fs layer [2020-08-14T18:15:35.724Z] 8f79b27c4fd2: Waiting [2020-08-14T18:15:35.724Z] 23e8b3b47431: Waiting [2020-08-14T18:15:35.724Z] 5c568d65a230: Waiting [2020-08-14T18:15:35.724Z] e5c8dbe1645b: Waiting [2020-08-14T18:15:35.724Z] 2a4607e5d6b9: Waiting [2020-08-14T18:15:35.724Z] 221eaa008020: Waiting [2020-08-14T18:15:35.724Z] fe522b08c979: Verifying Checksum [2020-08-14T18:15:35.724Z] fe522b08c979: Download complete [2020-08-14T18:15:35.724Z] 408f87550127: Verifying Checksum [2020-08-14T18:15:35.724Z] 408f87550127: Download complete [2020-08-14T18:15:35.724Z] 2a4607e5d6b9: Verifying Checksum [2020-08-14T18:15:35.724Z] 2a4607e5d6b9: Download complete [2020-08-14T18:15:35.724Z] 8f79b27c4fd2: Verifying Checksum [2020-08-14T18:15:35.724Z] 8f79b27c4fd2: Download complete [2020-08-14T18:15:35.724Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-14T18:15:35.724Z] cbdbe7a5bc2a: Download complete [2020-08-14T18:15:36.019Z] e5c8dbe1645b: Verifying Checksum [2020-08-14T18:15:36.020Z] e5c8dbe1645b: Download complete [2020-08-14T18:15:36.298Z] cbdbe7a5bc2a: Pull complete [2020-08-14T18:15:36.566Z] 23e8b3b47431: Verifying Checksum [2020-08-14T18:15:36.566Z] 23e8b3b47431: Download complete [2020-08-14T18:15:36.566Z] 408f87550127: Pull complete [2020-08-14T18:15:36.566Z] 5c568d65a230: Verifying Checksum [2020-08-14T18:15:36.566Z] 5c568d65a230: Download complete [2020-08-14T18:15:36.830Z] fe522b08c979: Pull complete [2020-08-14T18:15:37.414Z] 221eaa008020: Verifying Checksum [2020-08-14T18:15:37.414Z] 221eaa008020: Download complete [2020-08-14T18:15:42.734Z] 221eaa008020: Pull complete [2020-08-14T18:15:42.734Z] 2a4607e5d6b9: Pull complete [2020-08-14T18:15:42.734Z] 8f79b27c4fd2: Pull complete [2020-08-14T18:15:45.287Z] e5c8dbe1645b: Pull complete [2020-08-14T18:15:47.214Z] 23e8b3b47431: Pull complete [2020-08-14T18:15:48.618Z] 5c568d65a230: Pull complete [2020-08-14T18:15:48.618Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-14T18:15:48.618Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-14T18:15:48.618Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-14T18:15:48.802Z] prd-centos7-docker-4c-2g-75 does not seem to be running inside a container [2020-08-14T18:15:48.847Z] $ 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-14T18:15:50.141Z] $ docker top 687fb1e75d4efa6fba79a4cb6cdbb989138f0c5b03c2b7f118f1ebb35baa6f93 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-14T18:15:50.863Z] + snyk monitor '--org=edgex-jenkins' [2020-08-14T18:15:56.163Z] [2020-08-14T18:15:56.163Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-08-14T18:15:56.163Z] [2020-08-14T18:15:56.163Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/567a683b-bcb4-480d-a7dd-d1b3b83ff930 [2020-08-14T18:15:56.163Z] [2020-08-14T18:15:56.163Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-14T18:15:56.163Z] [2020-08-14T18:15:56.163Z] [2020-08-14T18:15:56.163Z] Snyk CLI supports Node.js 8 and higher. [2020-08-14T18:15:56.163Z] 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-14T18:15:56.163Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-14T18:15:56.163Z] [2020-08-14T18:15:56.163Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-14T18:15:56.163Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-14T18:15:56.177Z] $ docker stop --time=1 687fb1e75d4efa6fba79a4cb6cdbb989138f0c5b03c2b7f118f1ebb35baa6f93 [2020-08-14T18:15:58.418Z] $ docker rm -f 687fb1e75d4efa6fba79a4cb6cdbb989138f0c5b03c2b7f118f1ebb35baa6f93 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-08-14T18:16:00.886Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-14T18:16:00.886Z] . [Pipeline] withDockerContainer [2020-08-14T18:16:00.982Z] prd-centos7-docker-4c-2g-75 does not seem to be running inside a container [2020-08-14T18:16:01.027Z] $ 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-14T18:16:01.797Z] $ docker top db29c5dfc71b7ce06090549c8a5e25a8382db01d6a22db31aa8a817f48c31296 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-14T18:16:02.116Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-14T18:16:02.116Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-14T18:16:02.330Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-14T18:16:02.334Z] $ docker exec db29c5dfc71b7ce06090549c8a5e25a8382db01d6a22db31aa8a817f48c31296 ssh-agent [2020-08-14T18:16:02.500Z] SSH_AUTH_SOCK=/tmp/ssh-UaTayEd8Cxhj/agent.11 [2020-08-14T18:16:02.500Z] SSH_AGENT_PID=16 [2020-08-14T18:16:02.507Z] Running ssh-add (command line suppressed) [2020-08-14T18:16:02.634Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6553132312404705264.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6553132312404705264.key) [2020-08-14T18:16:02.681Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-14T18:16:03.006Z] + git semver tag [2020-08-14T18:16:03.006Z] # -> Open(): unable to determine branch for HEAD [2020-08-14T18:16:03.006Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-14T18:16:03.006Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-14T18:16:03.006Z] # $SEMVER_REMOTE_NAME = origin [2020-08-14T18:16:03.006Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-14T18:16:03.006Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-14T18:16:03.006Z] # $SEMVER_BRANCH = master [2020-08-14T18:16:03.006Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-08-14T18:16:03.006Z] # 6773a355d3ac88ac366dd6d3fa4f7f003a34a67f HEAD [2020-08-14T18:16:03.006Z] # -> Force: false [2020-08-14T18:16:03.006Z] # 2d09968aa348462c15c6e815bd8337f61cdc006a refs/tags/v0.1.70 [Pipeline] } [2020-08-14T18:16:03.018Z] $ docker exec --env ******** --env ******** db29c5dfc71b7ce06090549c8a5e25a8382db01d6a22db31aa8a817f48c31296 ssh-agent -k [2020-08-14T18:16:03.136Z] unset SSH_AUTH_SOCK; [2020-08-14T18:16:03.136Z] unset SSH_AGENT_PID; [2020-08-14T18:16:03.136Z] echo Agent pid 16 killed; [2020-08-14T18:16:03.180Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-14T18:16:03.641Z] + git semver [Pipeline] } [2020-08-14T18:16:03.659Z] $ docker stop --time=1 db29c5dfc71b7ce06090549c8a5e25a8382db01d6a22db31aa8a817f48c31296 [2020-08-14T18:16:05.035Z] $ docker rm -f db29c5dfc71b7ce06090549c8a5e25a8382db01d6a22db31aa8a817f48c31296 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-14T18:16:05.673Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-14T18:16:05.674Z] [2020-08-14T18:16:05.674Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-14T18:16:06.016Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-14T18:16:06.016Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-14T18:16:06.016Z] ab5ef0e58194: Pulling fs layer [2020-08-14T18:16:06.016Z] 9712f1f96733: Pulling fs layer [2020-08-14T18:16:06.016Z] 63f879dbbcfc: Pulling fs layer [2020-08-14T18:16:06.016Z] 0d9ebad4ef96: Pulling fs layer [2020-08-14T18:16:06.016Z] e9a5061849ea: Pulling fs layer [2020-08-14T18:16:06.016Z] d747dcd14b5f: Pulling fs layer [2020-08-14T18:16:06.016Z] 2de7ff778b66: Pulling fs layer [2020-08-14T18:16:06.016Z] 0d9ebad4ef96: Waiting [2020-08-14T18:16:06.016Z] e9a5061849ea: Waiting [2020-08-14T18:16:06.016Z] d747dcd14b5f: Waiting [2020-08-14T18:16:06.016Z] 2de7ff778b66: Waiting [2020-08-14T18:16:06.016Z] 9712f1f96733: Verifying Checksum [2020-08-14T18:16:06.016Z] 9712f1f96733: Download complete [2020-08-14T18:16:06.621Z] 63f879dbbcfc: Verifying Checksum [2020-08-14T18:16:06.621Z] 63f879dbbcfc: Download complete [2020-08-14T18:16:06.621Z] e9a5061849ea: Verifying Checksum [2020-08-14T18:16:06.621Z] e9a5061849ea: Download complete [2020-08-14T18:16:06.621Z] d747dcd14b5f: Download complete [2020-08-14T18:16:06.883Z] 2de7ff778b66: Verifying Checksum [2020-08-14T18:16:06.883Z] 2de7ff778b66: Download complete [2020-08-14T18:16:06.883Z] 0d9ebad4ef96: Verifying Checksum [2020-08-14T18:16:06.883Z] 0d9ebad4ef96: Download complete [2020-08-14T18:16:07.144Z] ab5ef0e58194: Verifying Checksum [2020-08-14T18:16:07.144Z] ab5ef0e58194: Download complete [2020-08-14T18:16:11.364Z] ab5ef0e58194: Pull complete [2020-08-14T18:16:11.364Z] 9712f1f96733: Pull complete [2020-08-14T18:16:13.911Z] 63f879dbbcfc: Pull complete [2020-08-14T18:16:20.539Z] 0d9ebad4ef96: Pull complete [2020-08-14T18:16:20.539Z] e9a5061849ea: Pull complete [2020-08-14T18:16:20.816Z] d747dcd14b5f: Pull complete [2020-08-14T18:16:25.048Z] 2de7ff778b66: Pull complete [2020-08-14T18:16:25.048Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-14T18:16:25.048Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-14T18:16:25.048Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-14T18:16:25.234Z] prd-centos7-docker-4c-2g-75 does not seem to be running inside a container [2020-08-14T18:16:25.277Z] $ 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-14T18:16:28.685Z] $ docker top 1a9b41078a4d44522a3205d02ae843db26d422e52748b2df2f5240902247d89a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-14T18:16:29.036Z] provisioning config files... [2020-08-14T18:16:29.058Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config493149284480710869tmp [2020-08-14T18:16:29.082Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2333100928864359233tmp [2020-08-14T18:16:29.138Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5504629598436065027tmp [Pipeline] { [Pipeline] echo [2020-08-14T18:16:29.217Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-14T18:16:29.585Z] ---> sigul-configuration.sh [2020-08-14T18:16:29.585Z] gpg: directory `/root/.gnupg' created [2020-08-14T18:16:29.585Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-14T18:16:29.585Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-14T18:16:29.585Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-14T18:16:29.585Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-14T18:16:29.585Z] gpg: CAST5 encrypted data [2020-08-14T18:16:29.859Z] gpg: encrypted with 1 passphrase [2020-08-14T18:16:29.859Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-14T18:16:30.169Z] + mkdir /home/jenkins [2020-08-14T18:16:30.169Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-14T18:16:30.466Z] + 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-14T18:16:30.476Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-14T18:16:30.781Z] ---> sigul-install.sh [2020-08-14T18:16:36.107Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-14T18:16:36.404Z] + git tag --list [2020-08-14T18:16:36.404Z] v0.1.70 [Pipeline] sh [2020-08-14T18:16:36.699Z] + lftools sign git-tag v0.1.70 [2020-08-14T18:16:38.091Z] Signing Git tag with Sigul... [2020-08-14T18:16:38.091Z] Signing v0.1.70 [Pipeline] echo [2020-08-14T18:16:39.490Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-14T18:16:39.784Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-14T18:16:39.794Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-14T18:16:39.878Z] $ docker stop --time=1 1a9b41078a4d44522a3205d02ae843db26d422e52748b2df2f5240902247d89a [2020-08-14T18:16:42.011Z] $ docker rm -f 1a9b41078a4d44522a3205d02ae843db26d422e52748b2df2f5240902247d89a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-14T18:16:42.712Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-14T18:16:42.712Z] . [Pipeline] withDockerContainer [2020-08-14T18:16:42.809Z] prd-centos7-docker-4c-2g-75 does not seem to be running inside a container [2020-08-14T18:16:42.850Z] $ 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-14T18:16:43.531Z] $ docker top d5f1b0b9307684e4470d5f9978cb999825372f78c39a5aad14002f3b3716795d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-14T18:16:43.787Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-14T18:16:43.787Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-14T18:16:43.985Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-14T18:16:43.988Z] $ docker exec d5f1b0b9307684e4470d5f9978cb999825372f78c39a5aad14002f3b3716795d ssh-agent [2020-08-14T18:16:44.174Z] SSH_AUTH_SOCK=/tmp/ssh-7fcWUPyh3a79/agent.11 [2020-08-14T18:16:44.174Z] SSH_AGENT_PID=16 [2020-08-14T18:16:44.183Z] Running ssh-add (command line suppressed) [2020-08-14T18:16:44.310Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3787851627292447191.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3787851627292447191.key) [2020-08-14T18:16:44.363Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-14T18:16:44.686Z] + git semver bump patch [2020-08-14T18:16:44.686Z] # -> Open(): unable to determine branch for HEAD [2020-08-14T18:16:44.686Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-14T18:16:44.686Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-14T18:16:44.686Z] # $SEMVER_REMOTE_NAME = origin [2020-08-14T18:16:44.686Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-14T18:16:44.686Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-14T18:16:44.686Z] # $SEMVER_BRANCH = master [2020-08-14T18:16:44.686Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-08-14T18:16:44.686Z] 0.1.71 [Pipeline] } [2020-08-14T18:16:44.698Z] $ docker exec --env ******** --env ******** d5f1b0b9307684e4470d5f9978cb999825372f78c39a5aad14002f3b3716795d ssh-agent -k [2020-08-14T18:16:44.821Z] unset SSH_AUTH_SOCK; [2020-08-14T18:16:44.821Z] unset SSH_AGENT_PID; [2020-08-14T18:16:44.821Z] echo Agent pid 16 killed; [2020-08-14T18:16:44.873Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-14T18:16:45.302Z] + git semver [Pipeline] } [2020-08-14T18:16:45.318Z] $ docker stop --time=1 d5f1b0b9307684e4470d5f9978cb999825372f78c39a5aad14002f3b3716795d [2020-08-14T18:16:46.784Z] $ docker rm -f d5f1b0b9307684e4470d5f9978cb999825372f78c39a5aad14002f3b3716795d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-14T18:16:47.272Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-14T18:16:47.272Z] . [Pipeline] withDockerContainer [2020-08-14T18:16:47.370Z] prd-centos7-docker-4c-2g-75 does not seem to be running inside a container [2020-08-14T18:16:47.410Z] $ 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-14T18:16:48.063Z] $ docker top e2bb9f29ede2233f78439bb3ec98c7baa998b405de75300b87abc0af714c9bce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-14T18:16:48.381Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-14T18:16:48.381Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-14T18:16:48.610Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-14T18:16:48.614Z] $ docker exec e2bb9f29ede2233f78439bb3ec98c7baa998b405de75300b87abc0af714c9bce ssh-agent [2020-08-14T18:16:48.794Z] SSH_AUTH_SOCK=/tmp/ssh-KG7ycn9G0XxS/agent.11 [2020-08-14T18:16:48.794Z] SSH_AGENT_PID=17 [2020-08-14T18:16:48.801Z] Running ssh-add (command line suppressed) [2020-08-14T18:16:48.927Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8931150903643085801.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8931150903643085801.key) [2020-08-14T18:16:48.988Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-14T18:16:49.312Z] + git semver push [2020-08-14T18:16:49.312Z] # -> Open(): unable to determine branch for HEAD [2020-08-14T18:16:49.312Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-14T18:16:49.312Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-14T18:16:49.312Z] # $SEMVER_REMOTE_NAME = origin [2020-08-14T18:16:49.312Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-14T18:16:49.312Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-14T18:16:49.312Z] # $SEMVER_BRANCH = master [2020-08-14T18:16:49.312Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-08-14T18:16:55.917Z] $ docker exec --env ******** --env ******** e2bb9f29ede2233f78439bb3ec98c7baa998b405de75300b87abc0af714c9bce ssh-agent -k [2020-08-14T18:16:56.066Z] unset SSH_AUTH_SOCK; [2020-08-14T18:16:56.067Z] unset SSH_AGENT_PID; [2020-08-14T18:16:56.067Z] echo Agent pid 17 killed; [2020-08-14T18:16:56.120Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-14T18:16:56.593Z] + git semver [Pipeline] } [2020-08-14T18:16:56.609Z] $ docker stop --time=1 e2bb9f29ede2233f78439bb3ec98c7baa998b405de75300b87abc0af714c9bce [2020-08-14T18:16:58.015Z] $ docker rm -f e2bb9f29ede2233f78439bb3ec98c7baa998b405de75300b87abc0af714c9bce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-14T18:16:59.133Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-14T18:16:59.695Z] ---> package-listing.sh [2020-08-14T18:16:59.695Z] ++ facter osfamily [2020-08-14T18:16:59.695Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-14T18:16:59.695Z] + OS_FAMILY=redhat [2020-08-14T18:16:59.695Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-08-14T18:16:59.695Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-14T18:16:59.695Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-14T18:16:59.695Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-14T18:16:59.695Z] + PACKAGES=/tmp/packages_start.txt [2020-08-14T18:16:59.695Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-08-14T18:16:59.695Z] + PACKAGES=/tmp/packages_end.txt [2020-08-14T18:16:59.695Z] + case "${OS_FAMILY}" in [2020-08-14T18:16:59.695Z] + rpm -qa [2020-08-14T18:16:59.695Z] + sort [2020-08-14T18:17:03.908Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-14T18:17:03.908Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-14T18:17:03.908Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-14T18:17:03.908Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-08-14T18:17:03.908Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-08-14T18:17:03.908Z] + 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-14T18:17:04.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-14T18:17:04.573Z] [2020-08-14T18:17:04.573Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-14T18:17:04.953Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-14T18:17:04.953Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-14T18:17:04.953Z] c9b1b535fdd9: Pulling fs layer [2020-08-14T18:17:04.953Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-14T18:17:04.953Z] 756a868c4378: Pulling fs layer [2020-08-14T18:17:04.953Z] 444b2fc9a129: Pulling fs layer [2020-08-14T18:17:04.953Z] ea15f1150254: Pulling fs layer [2020-08-14T18:17:04.953Z] 41b27a9f41bf: Pulling fs layer [2020-08-14T18:17:04.954Z] 28c525ee5125: Pulling fs layer [2020-08-14T18:17:04.954Z] 094b1ea09ed8: Pulling fs layer [2020-08-14T18:17:04.954Z] 138eaada9080: Pulling fs layer [2020-08-14T18:17:04.954Z] 0622d0fa9048: Pulling fs layer [2020-08-14T18:17:04.954Z] 41b27a9f41bf: Waiting [2020-08-14T18:17:04.954Z] 28c525ee5125: Waiting [2020-08-14T18:17:04.954Z] 094b1ea09ed8: Waiting [2020-08-14T18:17:04.954Z] 138eaada9080: Waiting [2020-08-14T18:17:04.954Z] 444b2fc9a129: Waiting [2020-08-14T18:17:04.954Z] 0622d0fa9048: Waiting [2020-08-14T18:17:04.954Z] ea15f1150254: Waiting [2020-08-14T18:17:04.954Z] 2cc5ad85d9ab: Download complete [2020-08-14T18:17:04.954Z] 444b2fc9a129: Verifying Checksum [2020-08-14T18:17:04.954Z] 444b2fc9a129: Download complete [2020-08-14T18:17:04.954Z] c9b1b535fdd9: Verifying Checksum [2020-08-14T18:17:04.954Z] ea15f1150254: Verifying Checksum [2020-08-14T18:17:04.954Z] ea15f1150254: Download complete [2020-08-14T18:17:05.227Z] 28c525ee5125: Verifying Checksum [2020-08-14T18:17:05.227Z] 28c525ee5125: Download complete [2020-08-14T18:17:05.488Z] 756a868c4378: Verifying Checksum [2020-08-14T18:17:05.488Z] 756a868c4378: Download complete [2020-08-14T18:17:05.488Z] c9b1b535fdd9: Pull complete [2020-08-14T18:17:05.488Z] 138eaada9080: Verifying Checksum [2020-08-14T18:17:05.488Z] 138eaada9080: Download complete [2020-08-14T18:17:05.488Z] 0622d0fa9048: Verifying Checksum [2020-08-14T18:17:05.488Z] 0622d0fa9048: Download complete [2020-08-14T18:17:05.488Z] 094b1ea09ed8: Verifying Checksum [2020-08-14T18:17:05.488Z] 094b1ea09ed8: Download complete [2020-08-14T18:17:06.060Z] 41b27a9f41bf: Verifying Checksum [2020-08-14T18:17:06.060Z] 41b27a9f41bf: Download complete [2020-08-14T18:17:06.633Z] 2cc5ad85d9ab: Pull complete [2020-08-14T18:17:08.040Z] 756a868c4378: Pull complete [2020-08-14T18:17:08.040Z] 444b2fc9a129: Pull complete [2020-08-14T18:17:08.303Z] ea15f1150254: Pull complete [2020-08-14T18:17:11.622Z] 41b27a9f41bf: Pull complete [2020-08-14T18:17:11.884Z] 28c525ee5125: Pull complete [2020-08-14T18:17:14.441Z] 094b1ea09ed8: Pull complete [2020-08-14T18:17:14.441Z] 138eaada9080: Pull complete [2020-08-14T18:17:14.702Z] 0622d0fa9048: Pull complete [2020-08-14T18:17:14.702Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-14T18:17:14.963Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-14T18:17:14.963Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-14T18:17:15.138Z] prd-centos7-docker-4c-2g-75 does not seem to be running inside a container [2020-08-14T18:17:15.178Z] $ 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-14T18:17:17.981Z] $ docker top ef3bb3ee94c9e70238fd42d81d4dfad9e795802da9410cdb984564e5f169acf8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-14T18:17:18.336Z] provisioning config files... [2020-08-14T18:17:18.350Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1510132196645936951tmp [Pipeline] { [Pipeline] echo [2020-08-14T18:17:18.445Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-14T18:17:18.738Z] ---> create-netrc.sh [Pipeline] echo [2020-08-14T18:17:18.748Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-14T18:17:19.040Z] ---> logs-deploy.sh [2020-08-14T18:17:19.040Z] + ARCHIVE_ARTIFACTS= [2020-08-14T18:17:19.040Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-14T18:17:19.040Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-14T18:17:19.040Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-14T18:17:19.040Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/35 [2020-08-14T18:17:19.040Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/35/ [2020-08-14T18:17:19.040Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/35 /w/workspace/dry_go-mod-core-contracts_master [2020-08-14T18:17:20.426Z] Archives upload complete. [2020-08-14T18:17:20.426Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/35 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/35/