Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c2fdd86c0892cca906f87e05e0c11785480ef45c 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-secrets, 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-secrets-settings PROJECT: go-mod-secrets 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-secrets 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 ‘prd-centos7-docker-4c-2g-724’ is offline Running on prd-centos7-docker-4c-2g-1261 in /w/workspace/gexfoundry_go-mod-secrets_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-secrets.git > git init /w/workspace/gexfoundry_go-mod-secrets_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.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-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.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-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision c2fdd86c0892cca906f87e05e0c11785480ef45c (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c2fdd86c0892cca906f87e05e0c11785480ef45c # timeout=10 Commit message: "Merge pull request #52 from jamesrgregg/update-pr-template" > git rev-list --no-walk 9072fe344c27497816970f0d6042adf261d7b701 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:02:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:02:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:02:50 ========================================================= 14:02:50 EdgeX Global Pipelines Version Info 14:02:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:02:52 ------------------- 14:02:52 stable info: 14:02:52 ------------------- 14:02:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:02:52 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 14:02:52 Message: update stable to v1.0.106 14:02:53 ------------------- 14:02:53 experimental info: 14:02:53 ------------------- 14:02:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:02:53 Commit SHA: 30a0a69b1d8223a6590fc13400a32918a7eece87 14:02:53 Message: update experimental to v1.0.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:02:54 + git log --format=format:%s -1 c2fdd86c0892cca906f87e05e0c11785480ef45c [Pipeline] echo 14:02:55 GIT_COMMIT: c2fdd86c0892cca906f87e05e0c11785480ef45c, Commit Message: Merge pull request #52 from jamesrgregg/update-pr-template [Pipeline] echo 14:02:55 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 14:02:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:02:56 14:02:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:02:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:02:56 latest: Pulling from edgex-devops/git-semver 14:02:56 31603596830f: Pulling fs layer 14:02:56 2a8b12db71e7: Pulling fs layer 14:02:56 6ca5941a6612: Pulling fs layer 14:02:56 ecc8261a40a4: Pulling fs layer 14:02:56 ecc8261a40a4: Waiting 14:02:56 2a8b12db71e7: Verifying Checksum 14:02:56 2a8b12db71e7: Download complete 14:02:56 31603596830f: Verifying Checksum 14:02:56 31603596830f: Download complete 14:02:56 ecc8261a40a4: Verifying Checksum 14:02:56 ecc8261a40a4: Download complete 14:02:56 6ca5941a6612: Verifying Checksum 14:02:56 6ca5941a6612: Download complete 14:02:57 31603596830f: Pull complete 14:02:57 2a8b12db71e7: Pull complete 14:02:57 6ca5941a6612: Pull complete 14:02:57 ecc8261a40a4: Pull complete 14:02:57 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:02:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:02:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:02:57 prd-centos7-docker-4c-2g-1261 does not seem to be running inside a container 14:02:57 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 14:03:00 $ docker top 0f697dc1a29bb04385a882a4c292794b57612f4023e54053a198078c498834b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:03:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:03:00 [ssh-agent] Looking for ssh-agent implementation... 14:03:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:03:00 $ docker exec 0f697dc1a29bb04385a882a4c292794b57612f4023e54053a198078c498834b7 ssh-agent 14:03:00 SSH_AUTH_SOCK=/tmp/ssh-UtjPe0CV0ky7/agent.11 14:03:00 SSH_AGENT_PID=16 14:03:00 Running ssh-add (command line suppressed) 14:03:00 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2072500985786912246.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2072500985786912246.key) 14:03:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:03:01 + git describe --exact-match --tags HEAD 14:03:01 fatal: No names found, cannot describe anything. [Pipeline] } 14:03:01 $ docker exec --env ******** --env ******** 0f697dc1a29bb04385a882a4c292794b57612f4023e54053a198078c498834b7 ssh-agent -k 14:03:01 unset SSH_AUTH_SOCK; 14:03:01 unset SSH_AGENT_PID; 14:03:01 echo Agent pid 16 killed; 14:03:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 14:03:01 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 14:03:01 This usually means this commit has not been tagged. [Pipeline] sshagent 14:03:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:03:01 [ssh-agent] Looking for ssh-agent implementation... 14:03:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:03:01 $ docker exec 0f697dc1a29bb04385a882a4c292794b57612f4023e54053a198078c498834b7 ssh-agent 14:03:02 SSH_AUTH_SOCK=/tmp/ssh-sKarGovvuWAY/agent.44 14:03:02 SSH_AGENT_PID=49 14:03:02 Running ssh-add (command line suppressed) 14:03:02 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5607807662456157583.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5607807662456157583.key) 14:03:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:03:02 + git semver init 14:03:02 # -> Open(): unable to determine branch for HEAD 14:03:02 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 14:03:02 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 14:03:02 # $SEMVER_REMOTE_NAME = origin 14:03:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:03:02 # $SEMVER_USER_NAME = edgex-jenkins 14:03:02 # $SEMVER_BRANCH = master 14:03:02 # $SEMVER_TEMP = /tmp/semver-766329373 14:03:02 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 14:03:04 # '/tmp/semver-766329373' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' 14:03:04 # -> Force: false 14:03:04 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 14:03:04 $ docker exec --env ******** --env ******** 0f697dc1a29bb04385a882a4c292794b57612f4023e54053a198078c498834b7 ssh-agent -k 14:03:04 unset SSH_AUTH_SOCK; 14:03:04 unset SSH_AGENT_PID; 14:03:04 echo Agent pid 49 killed; 14:03:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:03:05 + git semver [Pipeline] } 14:03:05 $ docker stop --time=1 0f697dc1a29bb04385a882a4c292794b57612f4023e54053a198078c498834b7 14:03:06 $ docker rm -f 0f697dc1a29bb04385a882a4c292794b57612f4023e54053a198078c498834b7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 14:03:07 Stashed 28 file(s) [Pipeline] echo 14:03:07 [edgeXSemver] initialized semver on version 0.0.19 [Pipeline] echo 14:03:07 Archived original version: [0.0.19] [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 14:03:22 Still waiting to schedule task 14:03:22 Waiting for next available executor on ‘centos7-docker-4c-2g’ 14:03:22 Still waiting to schedule task 14:03:22 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 14:05:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1263 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 14:05:01 Running in /w/workspace/go-mod-secrets/9 [Pipeline] { [Pipeline] checkout 14:05:06 using credential edgex-jenkins-ssh 14:05:06 Cloning the remote Git repository 14:05:06 Cloning with configured refspecs honoured and without tags 14:05:06 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 14:05:07 Fetching without tags 14:05:06 > git init /w/workspace/go-mod-secrets/9 # timeout=10 14:05:06 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 14:05:06 > git --version # timeout=10 14:05:06 using GIT_SSH to set credentials SSH Credentials for GitHub 14:05:06 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 14:05:07 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 14:05:07 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 14:05:07 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 14:05:07 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 14:05:07 using GIT_SSH to set credentials SSH Credentials for GitHub 14:05:07 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 14:05:08 Checking out Revision c2fdd86c0892cca906f87e05e0c11785480ef45c (master) 14:05:08 > git config core.sparsecheckout # timeout=10 14:05:08 > git checkout -f c2fdd86c0892cca906f87e05e0c11785480ef45c # timeout=10 14:05:13 Commit message: "Merge pull request #52 from jamesrgregg/update-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 14:05:14 ========================================================= 14:05:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 14:05:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:05:15 + 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 . 14:05:16 Sending build context to Docker daemon 503.8kB 14:05:16 Step 1/7 : ARG BASE=golang:1.13-alpine 14:05:16 Step 2/7 : FROM ${BASE} 14:05:17 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:05:17 b538f80385f9: Pulling fs layer 14:05:17 74f711af9a0d: Pulling fs layer 14:05:17 99f96fe45779: Pulling fs layer 14:05:17 fd7a069fd194: Pulling fs layer 14:05:17 66aa3694b03b: Pulling fs layer 14:05:17 170f70906a0f: Pulling fs layer 14:05:17 ad7c5574e4b9: Pulling fs layer 14:05:17 e772456be8f7: Pulling fs layer 14:05:17 c890913d741a: Pulling fs layer 14:05:17 2480fcc9aa5a: Pulling fs layer 14:05:17 09adf4765672: Pulling fs layer 14:05:17 fd7a069fd194: Waiting 14:05:17 ad7c5574e4b9: Waiting 14:05:17 e772456be8f7: Waiting 14:05:17 66aa3694b03b: Waiting 14:05:17 c890913d741a: Waiting 14:05:17 2480fcc9aa5a: Waiting 14:05:17 09adf4765672: Waiting 14:05:17 170f70906a0f: Waiting 14:05:17 74f711af9a0d: Verifying Checksum 14:05:17 74f711af9a0d: Download complete 14:05:17 66aa3694b03b: Verifying Checksum 14:05:17 66aa3694b03b: Download complete 14:05:17 170f70906a0f: Verifying Checksum 14:05:17 170f70906a0f: Download complete 14:05:17 b538f80385f9: Verifying Checksum 14:05:18 b538f80385f9: Pull complete 14:05:18 74f711af9a0d: Pull complete 14:05:18 99f96fe45779: Pull complete 14:05:19 ad7c5574e4b9: Verifying Checksum 14:05:19 ad7c5574e4b9: Download complete 14:05:19 c890913d741a: Verifying Checksum 14:05:19 c890913d741a: Download complete 14:05:21 2480fcc9aa5a: Verifying Checksum 14:05:21 2480fcc9aa5a: Download complete 14:05:21 09adf4765672: Verifying Checksum 14:05:21 09adf4765672: Download complete 14:05:22 e772456be8f7: Verifying Checksum 14:05:22 e772456be8f7: Download complete 14:05:23 fd7a069fd194: Verifying Checksum 14:05:23 fd7a069fd194: Download complete 14:05:35 fd7a069fd194: Pull complete 14:05:35 66aa3694b03b: Pull complete 14:05:35 170f70906a0f: Pull complete 14:05:36 Running on prd-centos7-docker-4c-2g-1264 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 14:05:36 Running in /w/workspace/go-mod-secrets/9 [Pipeline] { [Pipeline] checkout 14:05:38 ad7c5574e4b9: Pull complete 14:05:39 using credential edgex-jenkins-ssh 14:05:39 Cloning the remote Git repository 14:05:39 Cloning with configured refspecs honoured and without tags 14:05:39 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 14:05:40 Fetching without tags 14:05:39 > git init /w/workspace/go-mod-secrets/9 # timeout=10 14:05:39 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 14:05:39 > git --version # timeout=10 14:05:39 using GIT_SSH to set credentials SSH Credentials for GitHub 14:05:39 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 14:05:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 14:05:40 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 14:05:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 14:05:40 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 14:05:40 using GIT_SSH to set credentials SSH Credentials for GitHub 14:05:40 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 14:05:40 Checking out Revision c2fdd86c0892cca906f87e05e0c11785480ef45c (master) 14:05:40 > git config core.sparsecheckout # timeout=10 14:05:40 > git checkout -f c2fdd86c0892cca906f87e05e0c11785480ef45c # timeout=10 14:05:43 e772456be8f7: Pull complete 14:05:43 c890913d741a: Pull complete 14:05:44 Commit message: "Merge pull request #52 from jamesrgregg/update-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 14:05:44 ========================================================= 14:05:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 14:05:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:05:45 + 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 . 14:05:45 Sending build context to Docker daemon 503.8kB 14:05:45 Step 1/7 : ARG BASE=golang:1.13-alpine 14:05:45 Step 2/7 : FROM ${BASE} 14:05:45 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 14:05:45 df20fa9351a1: Pulling fs layer 14:05:45 ed8968b2872e: Pulling fs layer 14:05:45 a92cc7c5fd73: Pulling fs layer 14:05:45 2dd03ba5bac4: Pulling fs layer 14:05:45 1e091d79d1de: Pulling fs layer 14:05:45 481702a1767f: Pulling fs layer 14:05:45 f64a6f60c768: Pulling fs layer 14:05:45 e78d2573fc39: Pulling fs layer 14:05:45 e876d2f968b6: Pulling fs layer 14:05:45 ce8a83651883: Pulling fs layer 14:05:45 07967f4d0e4b: Pulling fs layer 14:05:45 f64a6f60c768: Waiting 14:05:45 e78d2573fc39: Waiting 14:05:45 e876d2f968b6: Waiting 14:05:45 1e091d79d1de: Waiting 14:05:45 481702a1767f: Waiting 14:05:45 2dd03ba5bac4: Waiting 14:05:45 ce8a83651883: Waiting 14:05:45 07967f4d0e4b: Waiting 14:05:45 a92cc7c5fd73: Verifying Checksum 14:05:45 a92cc7c5fd73: Download complete 14:05:45 ed8968b2872e: Verifying Checksum 14:05:45 ed8968b2872e: Download complete 14:05:45 1e091d79d1de: Verifying Checksum 14:05:45 481702a1767f: Download complete 14:05:45 df20fa9351a1: Verifying Checksum 14:05:45 df20fa9351a1: Download complete 14:05:45 df20fa9351a1: Pull complete 14:05:46 2480fcc9aa5a: Pull complete 14:05:46 09adf4765672: Pull complete 14:05:46 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 14:05:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 14:05:46 ---> 2248a725d1cf 14:05:46 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:05:46 f64a6f60c768: Verifying Checksum 14:05:46 f64a6f60c768: Download complete 14:05:46 e876d2f968b6: Verifying Checksum 14:05:46 e876d2f968b6: Download complete 14:05:47 ce8a83651883: Verifying Checksum 14:05:47 ce8a83651883: Download complete 14:05:47 2dd03ba5bac4: Verifying Checksum 14:05:47 2dd03ba5bac4: Download complete 14:05:47 e78d2573fc39: Verifying Checksum 14:05:47 e78d2573fc39: Download complete 14:05:47 07967f4d0e4b: Verifying Checksum 14:05:47 07967f4d0e4b: Download complete 14:05:48 ed8968b2872e: Pull complete 14:05:48 a92cc7c5fd73: Pull complete 14:05:50 ---> Running in 1e48c0c30199 14:05:51 Removing intermediate container 1e48c0c30199 14:05:51 ---> f43f3d4531c2 14:05:51 Step 4/7 : RUN apk add --update bash 14:05:51 ---> Running in 783b38a845d2 14:05:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:05:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:05:54 2dd03ba5bac4: Pull complete 14:05:54 1e091d79d1de: Pull complete 14:05:54 481702a1767f: Pull complete 14:05:54 OK: 142 MiB in 39 packages 14:05:55 Removing intermediate container 783b38a845d2 14:05:55 ---> ce7e5ee67f9f 14:05:55 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 14:05:55 ---> Running in fc343a9363f0 14:05:56 Removing intermediate container fc343a9363f0 14:05:56 ---> fd4d7ea84dff 14:05:56 Step 6/7 : COPY go.mod . 14:05:57 ---> 279182adcd78 14:05:57 Step 7/7 : RUN go mod download 14:05:57 ---> Running in ac43d923ca93 14:05:59 go: finding github.com/davecgh/go-spew v1.1.0 14:05:59 go: finding github.com/pmezard/go-difflib v1.0.0 14:05:59 go: finding github.com/stretchr/objx v0.1.0 14:05:59 go: finding github.com/stretchr/testify v1.3.0 14:06:00 Removing intermediate container ac43d923ca93 14:06:00 ---> d500bf749b79 14:06:00 Successfully built d500bf749b79 14:06:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] } 14:06:00 f64a6f60c768: Pull complete [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] } 14:06:02 e78d2573fc39: Pull complete 14:06:02 e876d2f968b6: Pull complete 14:06:03 ce8a83651883: Pull complete 14:06:03 07967f4d0e4b: Pull complete 14:06:03 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 14:06:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 14:06:03 ---> 5d7c900382c6 14:06:03 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:06:04 ---> Running in 5b6bbad98d1b 14:06:04 Removing intermediate container 5b6bbad98d1b 14:06:04 ---> 23a138a82b57 14:06:04 Step 4/7 : RUN apk add --update bash 14:06:04 ---> Running in 937754100cb3 14:06:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:06:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:06:06 OK: 166 MiB in 39 packages 14:06:07 Removing intermediate container 937754100cb3 14:06:07 ---> fced723cd895 14:06:07 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 14:06:07 ---> Running in 0e38644b204c 14:06:07 Removing intermediate container 0e38644b204c 14:06:07 ---> ec6bb7229450 14:06:07 Step 6/7 : COPY go.mod . 14:06:07 ---> c365aafa3118 14:06:07 Step 7/7 : RUN go mod download 14:06:07 ---> Running in c61f566791c1 14:06:09 go: finding github.com/davecgh/go-spew v1.1.0 14:06:09 go: finding github.com/pmezard/go-difflib v1.0.0 14:06:09 go: finding github.com/stretchr/objx v0.1.0 14:06:09 go: finding github.com/stretchr/testify v1.3.0 14:06:09 Removing intermediate container c61f566791c1 14:06:09 ---> 561b36606784 14:06:09 Successfully built 561b36606784 14:06:09 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 14:06:12 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 14:06:12 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 14:06:12 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:06:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 14:06:12 14:06:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 14:06:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 14:06:12 1.317.0: Pulling from edgex-devops/edgex-snyk-go 14:06:12 cbdbe7a5bc2a: Pulling fs layer 14:06:12 408f87550127: Pulling fs layer 14:06:12 fe522b08c979: Pulling fs layer 14:06:12 221eaa008020: Pulling fs layer 14:06:12 2a4607e5d6b9: Pulling fs layer 14:06:12 8f79b27c4fd2: Pulling fs layer 14:06:12 e5c8dbe1645b: Pulling fs layer 14:06:12 23e8b3b47431: Pulling fs layer 14:06:12 5c568d65a230: Pulling fs layer 14:06:12 8f79b27c4fd2: Waiting 14:06:12 221eaa008020: Waiting 14:06:12 2a4607e5d6b9: Waiting 14:06:12 e5c8dbe1645b: Waiting 14:06:12 23e8b3b47431: Waiting 14:06:12 5c568d65a230: Waiting 14:06:12 fe522b08c979: Verifying Checksum 14:06:12 fe522b08c979: Download complete 14:06:12 408f87550127: Verifying Checksum 14:06:12 408f87550127: Download complete 14:06:12 2a4607e5d6b9: Verifying Checksum 14:06:12 2a4607e5d6b9: Download complete 14:06:12 8f79b27c4fd2: Verifying Checksum 14:06:12 8f79b27c4fd2: Download complete 14:06:12 cbdbe7a5bc2a: Verifying Checksum 14:06:12 cbdbe7a5bc2a: Download complete 14:06:13 cbdbe7a5bc2a: Pull complete 14:06:13 e5c8dbe1645b: Verifying Checksum 14:06:13 e5c8dbe1645b: Download complete 14:06:13 408f87550127: Pull complete 14:06:13 fe522b08c979: Pull complete 14:06:13 23e8b3b47431: Verifying Checksum 14:06:13 23e8b3b47431: Download complete 14:06:13 5c568d65a230: Verifying Checksum 14:06:13 5c568d65a230: Download complete 14:06:14 221eaa008020: Verifying Checksum 14:06:14 221eaa008020: Download complete 14:06:19 221eaa008020: Pull complete 14:06:19 2a4607e5d6b9: Pull complete 14:06:19 8f79b27c4fd2: Pull complete 14:06:21 e5c8dbe1645b: Pull complete 14:06:25 23e8b3b47431: Pull complete 14:06:25 5c568d65a230: Pull complete 14:06:26 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 14:06:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 14:06:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 14:06:26 prd-centos7-docker-4c-2g-1261 does not seem to be running inside a container 14:06:26 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/gexfoundry_go-mod-secrets_master:/ws -w /ws --entrypoint= -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 14:06:28 $ docker top 836f7c4d6b0f6bc64a973169ae9c935109d5e731bac5fb29f2b01c29e2c8135a -eo pid,comm [Pipeline] { [Pipeline] sh 14:06:28 + snyk monitor '--org=edgex-jenkins' 14:06:31 14:06:31 Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets)... 14:06:31 14:06:31 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4cfb1d28-864a-4661-be71-b40abb9d5161/history/bd97fff6-ee33-4ce5-8159-14e573c031e7 14:06:31 14:06:31 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 14:06:31 14:06:31 14:06:31 Snyk CLI supports Node.js 8 and higher. 14:06:31 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 14:06:31 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 14:06:31 14:06:31 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 14:06:31 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 14:06:31 $ docker stop --time=1 836f7c4d6b0f6bc64a973169ae9c935109d5e731bac5fb29f2b01c29e2c8135a 14:06:33 $ docker rm -f 836f7c4d6b0f6bc64a973169ae9c935109d5e731bac5fb29f2b01c29e2c8135a [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 14:06:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:06:35 . [Pipeline] withDockerContainer 14:06:35 prd-centos7-docker-4c-2g-1261 does not seem to be running inside a container 14:06:35 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 14:06:35 $ docker top b41acec32b2b434c7fb92677fcb0701ab48438fcc5c705f7b95947afd0b97e32 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:06:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:06:36 [ssh-agent] Looking for ssh-agent implementation... 14:06:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:06:36 $ docker exec b41acec32b2b434c7fb92677fcb0701ab48438fcc5c705f7b95947afd0b97e32 ssh-agent 14:06:36 SSH_AUTH_SOCK=/tmp/ssh-XgCSBlcyoFSM/agent.12 14:06:36 SSH_AGENT_PID=17 14:06:36 Running ssh-add (command line suppressed) 14:06:36 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7314131182757768572.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7314131182757768572.key) 14:06:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:06:36 + git semver tag 14:06:36 # -> Open(): unable to determine branch for HEAD 14:06:36 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 14:06:36 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 14:06:36 # $SEMVER_REMOTE_NAME = origin 14:06:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:06:36 # $SEMVER_USER_NAME = edgex-jenkins 14:06:36 # $SEMVER_BRANCH = master 14:06:36 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 14:06:36 # c2fdd86c0892cca906f87e05e0c11785480ef45c HEAD 14:06:36 # -> Force: false 14:06:36 # 4fe69d85ab99ec44bd72ef273310bd595abd12fe refs/tags/v0.0.19 [Pipeline] } 14:06:36 $ docker exec --env ******** --env ******** b41acec32b2b434c7fb92677fcb0701ab48438fcc5c705f7b95947afd0b97e32 ssh-agent -k 14:06:37 unset SSH_AUTH_SOCK; 14:06:37 unset SSH_AGENT_PID; 14:06:37 echo Agent pid 17 killed; 14:06:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:06:37 + git semver [Pipeline] } 14:06:37 $ docker stop --time=1 b41acec32b2b434c7fb92677fcb0701ab48438fcc5c705f7b95947afd0b97e32 14:06:38 $ docker rm -f b41acec32b2b434c7fb92677fcb0701ab48438fcc5c705f7b95947afd0b97e32 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 14:06:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:06:39 14:06:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 14:06:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:06:39 0.23.1-centos7: Pulling from edgex-lftools 14:06:39 ab5ef0e58194: Pulling fs layer 14:06:39 9712f1f96733: Pulling fs layer 14:06:39 63f879dbbcfc: Pulling fs layer 14:06:39 0d9ebad4ef96: Pulling fs layer 14:06:39 e9a5061849ea: Pulling fs layer 14:06:39 d747dcd14b5f: Pulling fs layer 14:06:39 2de7ff778b66: Pulling fs layer 14:06:39 e9a5061849ea: Waiting 14:06:39 d747dcd14b5f: Waiting 14:06:39 2de7ff778b66: Waiting 14:06:39 0d9ebad4ef96: Waiting 14:06:39 9712f1f96733: Verifying Checksum 14:06:39 9712f1f96733: Download complete 14:06:40 63f879dbbcfc: Verifying Checksum 14:06:40 63f879dbbcfc: Download complete 14:06:40 e9a5061849ea: Verifying Checksum 14:06:40 e9a5061849ea: Download complete 14:06:40 d747dcd14b5f: Verifying Checksum 14:06:40 d747dcd14b5f: Download complete 14:06:40 2de7ff778b66: Verifying Checksum 14:06:40 2de7ff778b66: Download complete 14:06:40 ab5ef0e58194: Verifying Checksum 14:06:40 ab5ef0e58194: Download complete 14:06:40 0d9ebad4ef96: Verifying Checksum 14:06:40 0d9ebad4ef96: Download complete 14:06:44 ab5ef0e58194: Pull complete 14:06:44 9712f1f96733: Pull complete 14:06:47 63f879dbbcfc: Pull complete 14:06:55 0d9ebad4ef96: Pull complete 14:06:55 e9a5061849ea: Pull complete 14:06:55 d747dcd14b5f: Pull complete 14:06:59 2de7ff778b66: Pull complete 14:07:00 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 14:07:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:07:00 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 14:07:00 prd-centos7-docker-4c-2g-1261 does not seem to be running inside a container 14:07:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 14:07:02 $ docker top c208151ea044b5d0189541a47b31bade8c6d849c5b51dc04fec247b31e46cc0c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 14:07:02 provisioning config files... 14:07:02 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config820485091171009272tmp 14:07:02 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7526056334056190602tmp 14:07:02 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config5434465057978825549tmp [Pipeline] { [Pipeline] echo 14:07:02 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 14:07:03 ---> sigul-configuration.sh 14:07:03 gpg: directory `/root/.gnupg' created 14:07:03 gpg: new configuration file `/root/.gnupg/gpg.conf' created 14:07:03 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 14:07:03 gpg: keyring `/root/.gnupg/secring.gpg' created 14:07:03 gpg: keyring `/root/.gnupg/pubring.gpg' created 14:07:03 gpg: CAST5 encrypted data 14:07:03 gpg: encrypted with 1 passphrase 14:07:03 gpg: WARNING: message was not integrity protected [Pipeline] sh 14:07:03 + mkdir /home/jenkins 14:07:03 + mkdir /home/jenkins/sigul [Pipeline] sh 14:07:03 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 14:07:04 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 14:07:04 ---> sigul-install.sh 14:07:09 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 14:07:09 + git tag --list 14:07:09 v0.0.19 [Pipeline] sh 14:07:10 + lftools sign git-tag v0.0.19 14:07:11 Signing Git tag with Sigul... 14:07:11 Signing v0.0.19 [Pipeline] echo 14:07:12 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 14:07:12 ---> sigul-configuration-cleanup.sh [Pipeline] } 14:07:12 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 14:07:12 $ docker stop --time=1 c208151ea044b5d0189541a47b31bade8c6d849c5b51dc04fec247b31e46cc0c 14:07:14 $ docker rm -f c208151ea044b5d0189541a47b31bade8c6d849c5b51dc04fec247b31e46cc0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 14:07:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:07:15 . [Pipeline] withDockerContainer 14:07:15 prd-centos7-docker-4c-2g-1261 does not seem to be running inside a container 14:07:15 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 14:07:16 $ docker top 331adcc7bc090aa3336ceaee492ea2acf93e00d0acab20d3bc520eb227bc6534 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:07:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:07:16 [ssh-agent] Looking for ssh-agent implementation... 14:07:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:07:16 $ docker exec 331adcc7bc090aa3336ceaee492ea2acf93e00d0acab20d3bc520eb227bc6534 ssh-agent 14:07:16 SSH_AUTH_SOCK=/tmp/ssh-jKBEEIkl1z9O/agent.12 14:07:16 SSH_AGENT_PID=17 14:07:16 Running ssh-add (command line suppressed) 14:07:16 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3964276873531678867.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3964276873531678867.key) 14:07:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:07:17 + git semver bump patch 14:07:17 # -> Open(): unable to determine branch for HEAD 14:07:17 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 14:07:17 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 14:07:17 # $SEMVER_REMOTE_NAME = origin 14:07:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:07:17 # $SEMVER_USER_NAME = edgex-jenkins 14:07:17 # $SEMVER_BRANCH = master 14:07:17 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 14:07:17 0.0.20 [Pipeline] } 14:07:17 $ docker exec --env ******** --env ******** 331adcc7bc090aa3336ceaee492ea2acf93e00d0acab20d3bc520eb227bc6534 ssh-agent -k 14:07:17 unset SSH_AUTH_SOCK; 14:07:17 unset SSH_AGENT_PID; 14:07:17 echo Agent pid 17 killed; 14:07:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:07:17 + git semver [Pipeline] } 14:07:17 $ docker stop --time=1 331adcc7bc090aa3336ceaee492ea2acf93e00d0acab20d3bc520eb227bc6534 14:07:19 $ docker rm -f 331adcc7bc090aa3336ceaee492ea2acf93e00d0acab20d3bc520eb227bc6534 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 14:07:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:07:19 . [Pipeline] withDockerContainer 14:07:19 prd-centos7-docker-4c-2g-1261 does not seem to be running inside a container 14:07:19 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 14:07:20 $ docker top b2950b84401f40403fa291aa03e99492c68d0d13b4d2af0daddbdcbc387fde04 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:07:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:07:20 [ssh-agent] Looking for ssh-agent implementation... 14:07:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:07:20 $ docker exec b2950b84401f40403fa291aa03e99492c68d0d13b4d2af0daddbdcbc387fde04 ssh-agent 14:07:21 SSH_AUTH_SOCK=/tmp/ssh-z1wFxWVbe8lu/agent.12 14:07:21 SSH_AGENT_PID=17 14:07:21 Running ssh-add (command line suppressed) 14:07:21 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6577295476652086525.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6577295476652086525.key) 14:07:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:07:21 + git semver push 14:07:21 # -> Open(): unable to determine branch for HEAD 14:07:21 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 14:07:21 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 14:07:21 # $SEMVER_REMOTE_NAME = origin 14:07:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:07:21 # $SEMVER_USER_NAME = edgex-jenkins 14:07:21 # $SEMVER_BRANCH = master 14:07:21 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 14:07:28 $ docker exec --env ******** --env ******** b2950b84401f40403fa291aa03e99492c68d0d13b4d2af0daddbdcbc387fde04 ssh-agent -k 14:07:28 unset SSH_AUTH_SOCK; 14:07:28 unset SSH_AGENT_PID; 14:07:28 echo Agent pid 17 killed; 14:07:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:07:28 + git semver [Pipeline] } 14:07:28 $ docker stop --time=1 b2950b84401f40403fa291aa03e99492c68d0d13b4d2af0daddbdcbc387fde04 14:07:30 $ docker rm -f b2950b84401f40403fa291aa03e99492c68d0d13b4d2af0daddbdcbc387fde04 [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 14:07:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:07:31 ---> package-listing.sh 14:07:31 ++ facter osfamily 14:07:31 ++ tr '[:upper:]' '[:lower:]' 14:07:31 + OS_FAMILY=redhat 14:07:31 + workspace=/w/workspace/gexfoundry_go-mod-secrets_master 14:07:31 + START_PACKAGES=/tmp/packages_start.txt 14:07:31 + END_PACKAGES=/tmp/packages_end.txt 14:07:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:07:31 + PACKAGES=/tmp/packages_start.txt 14:07:31 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 14:07:31 + PACKAGES=/tmp/packages_end.txt 14:07:31 + case "${OS_FAMILY}" in 14:07:31 + rpm -qa 14:07:31 + sort 14:07:36 + '[' -f /tmp/packages_start.txt ']' 14:07:36 + '[' -f /tmp/packages_end.txt ']' 14:07:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:07:36 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 14:07:36 + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ 14:07:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] isUnix [Pipeline] sh 14:07:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:07:36 14:07:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:07:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:07:37 alpine: Pulling from edgex-lftools-log-publisher 14:07:37 c9b1b535fdd9: Pulling fs layer 14:07:37 2cc5ad85d9ab: Pulling fs layer 14:07:37 756a868c4378: Pulling fs layer 14:07:37 444b2fc9a129: Pulling fs layer 14:07:37 ea15f1150254: Pulling fs layer 14:07:37 41b27a9f41bf: Pulling fs layer 14:07:37 28c525ee5125: Pulling fs layer 14:07:37 094b1ea09ed8: Pulling fs layer 14:07:37 138eaada9080: Pulling fs layer 14:07:37 0622d0fa9048: Pulling fs layer 14:07:37 444b2fc9a129: Waiting 14:07:37 ea15f1150254: Waiting 14:07:37 41b27a9f41bf: Waiting 14:07:37 28c525ee5125: Waiting 14:07:37 094b1ea09ed8: Waiting 14:07:37 138eaada9080: Waiting 14:07:37 0622d0fa9048: Waiting 14:07:37 2cc5ad85d9ab: Verifying Checksum 14:07:37 2cc5ad85d9ab: Download complete 14:07:37 444b2fc9a129: Verifying Checksum 14:07:37 444b2fc9a129: Download complete 14:07:37 c9b1b535fdd9: Verifying Checksum 14:07:37 ea15f1150254: Download complete 14:07:37 28c525ee5125: Verifying Checksum 14:07:37 28c525ee5125: Download complete 14:07:37 756a868c4378: Verifying Checksum 14:07:37 756a868c4378: Download complete 14:07:37 c9b1b535fdd9: Pull complete 14:07:37 138eaada9080: Verifying Checksum 14:07:37 138eaada9080: Download complete 14:07:37 094b1ea09ed8: Verifying Checksum 14:07:37 0622d0fa9048: Verifying Checksum 14:07:37 0622d0fa9048: Download complete 14:07:38 41b27a9f41bf: Verifying Checksum 14:07:38 41b27a9f41bf: Download complete 14:07:38 2cc5ad85d9ab: Pull complete 14:07:40 756a868c4378: Pull complete 14:07:40 444b2fc9a129: Pull complete 14:07:40 ea15f1150254: Pull complete 14:07:43 41b27a9f41bf: Pull complete 14:07:43 28c525ee5125: Pull complete 14:07:45 094b1ea09ed8: Pull complete 14:07:46 138eaada9080: Pull complete 14:07:46 0622d0fa9048: Pull complete 14:07:46 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 14:07:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:07:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:07:46 prd-centos7-docker-4c-2g-1261 does not seem to be running inside a container 14:07:46 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 14:07:48 $ docker top bf33372f618024830a0e1b54d0e184e17b0ccaef9f9d34eb0a47da3b1d96418a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:07:48 provisioning config files... 14:07:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config3354728196813422220tmp [Pipeline] { [Pipeline] echo 14:07:48 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:07:49 ---> create-netrc.sh [Pipeline] echo 14:07:49 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:07:49 ---> logs-deploy.sh 14:07:49 + ARCHIVE_ARTIFACTS= 14:07:49 + LOGS_SERVER=https://logs.edgexfoundry.org 14:07:49 + '[' https://logs.edgexfoundry.org == None ']' 14:07:49 + NEXUS_URL=https://nexus.edgexfoundry.org 14:07:49 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/9 14:07:49 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-secrets/job/master/9/ 14:07:49 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/9 /w/workspace/gexfoundry_go-mod-secrets_master 14:07:50 Archives upload complete. 14:07:50 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/9 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-secrets/job/master/9/