Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision 1a1118807cf18c4156ba213bd5188f6dbbcdb2c1 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision 1a1118807cf18c4156ba213bd5188f6dbbcdb2c1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 1a1118807cf18c4156ba213bd5188f6dbbcdb2c1 # timeout=10 Commit message: "Merge pull request #157 from ernestojeda/clean-snap-name" > 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 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-messaging, 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-messaging-settings PROJECT: go-mod-messaging USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 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-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-5458 in /w/workspace/xfoundry_go-mod-messaging_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-messaging.git > git init /w/workspace/xfoundry_go-mod-messaging_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.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-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.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-messaging.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 # timeout=10 Commit message: "Add initial support for Redis Streams" > git rev-list --no-walk 88b3fc04b6492b330f8e0c316fb432c372d24ca0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:40:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:40:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:40:43 ========================================================= 23:40:43 EdgeX Global Pipelines Version Info 23:40:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:40:44 ------------------- 23:40:44 stable info: 23:40:44 ------------------- 23:40:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:40:44 Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 23:40:44 Message: update stable to v1.0.73 23:40:45 ------------------- 23:40:45 experimental info: 23:40:45 ------------------- 23:40:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:40:45 Commit SHA: 009f18ce5b4e192ba54fce1c3905cefe13074ee2 23:40:45 Message: update experimental to v1.0.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 23:40:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:40:47 23:40:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:40:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:40:47 latest: Pulling from edgex-devops/git-semver 23:40:47 9123ac7c32f7: Pulling fs layer 23:40:47 b8cc5d1170e3: Pulling fs layer 23:40:47 2924cbbf6a41: Pulling fs layer 23:40:47 93b08a4f1073: Pulling fs layer 23:40:47 93b08a4f1073: Waiting 23:40:47 b8cc5d1170e3: Verifying Checksum 23:40:47 b8cc5d1170e3: Download complete 23:40:47 9123ac7c32f7: Verifying Checksum 23:40:47 9123ac7c32f7: Download complete 23:40:47 93b08a4f1073: Verifying Checksum 23:40:47 93b08a4f1073: Download complete 23:40:47 2924cbbf6a41: Verifying Checksum 23:40:47 2924cbbf6a41: Download complete 23:40:48 9123ac7c32f7: Pull complete 23:40:48 b8cc5d1170e3: Pull complete 23:40:48 2924cbbf6a41: Pull complete 23:40:49 93b08a4f1073: Pull complete 23:40:49 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 23:40:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:40:49 prd-centos7-docker-4c-2g-5458 does not seem to be running inside a container 23:40:49 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:40:49 $ docker top fac1ade64ff29377abb55f1dca5fc4604c2825709becb541a3b3b48208cfa5fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:40:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:40:50 [ssh-agent] Looking for ssh-agent implementation... 23:40:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:40:50 $ docker exec fac1ade64ff29377abb55f1dca5fc4604c2825709becb541a3b3b48208cfa5fd ssh-agent 23:40:50 SSH_AUTH_SOCK=/tmp/ssh-3jcXhazZWM5v/agent.15 23:40:50 SSH_AGENT_PID=22 23:40:50 Running ssh-add (command line suppressed) 23:40:50 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_457047135536927091.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_457047135536927091.key) 23:40:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:40:51 + git describe --exact-match --tags HEAD 23:40:51 fatal: No names found, cannot describe anything. [Pipeline] } 23:40:51 $ docker exec --env ******** --env ******** fac1ade64ff29377abb55f1dca5fc4604c2825709becb541a3b3b48208cfa5fd ssh-agent -k 23:40:51 unset SSH_AUTH_SOCK; 23:40:51 unset SSH_AGENT_PID; 23:40:51 echo Agent pid 22 killed; 23:40:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 23:40:51 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 23:40:51 This usually means this commit has not been tagged. [Pipeline] sshagent 23:40:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:40:51 [ssh-agent] Looking for ssh-agent implementation... 23:40:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:40:51 $ docker exec fac1ade64ff29377abb55f1dca5fc4604c2825709becb541a3b3b48208cfa5fd ssh-agent 23:40:51 SSH_AUTH_SOCK=/tmp/ssh-AQyaeGdkJndf/agent.58 23:40:51 SSH_AGENT_PID=65 23:40:51 Running ssh-add (command line suppressed) 23:40:51 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_5439367932335576084.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_5439367932335576084.key) 23:40:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:40:52 + git semver init 23:40:52 # -> Open(): unable to determine branch for HEAD 23:40:52 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 23:40:52 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 23:40:52 # $SEMVER_REMOTE_NAME = origin 23:40:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:40:52 # $SEMVER_USER_NAME = edgex-jenkins 23:40:52 # $SEMVER_BRANCH = master 23:40:52 # $SEMVER_TEMP = /tmp/semver-811068976 23:40:52 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 23:40:52 # '/tmp/semver-811068976' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' 23:40:52 # -> Force: false 23:40:52 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } 23:40:52 $ docker exec --env ******** --env ******** fac1ade64ff29377abb55f1dca5fc4604c2825709becb541a3b3b48208cfa5fd ssh-agent -k 23:40:52 unset SSH_AUTH_SOCK; 23:40:52 unset SSH_AGENT_PID; 23:40:52 echo Agent pid 65 killed; 23:40:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:40:53 + git semver [Pipeline] } 23:40:53 $ docker stop --time=1 fac1ade64ff29377abb55f1dca5fc4604c2825709becb541a3b3b48208cfa5fd 23:40:54 $ docker rm -f fac1ade64ff29377abb55f1dca5fc4604c2825709becb541a3b3b48208cfa5fd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 23:40:55 Stashed 29 file(s) [Pipeline] echo 23:40:55 [edgeXSemver] initialized semver on version 0.1.19 [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 23:41:10 Still waiting to schedule task 23:41:10 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:41:10 Still waiting to schedule task 23:41:10 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:42:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5459 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws 23:42:56 Running in /w/workspace/go-mod-messaging/9 [Pipeline] { [Pipeline] checkout 23:43:02 using credential edgex-jenkins-ssh 23:43:02 Cloning the remote Git repository 23:43:02 Cloning with configured refspecs honoured and without tags 23:43:02 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 23:43:02 > git init /w/workspace/go-mod-messaging/9 # timeout=10 23:43:03 Fetching without tags 23:43:02 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 23:43:02 > git --version # timeout=10 23:43:02 using GIT_SSH to set credentials SSH Credentials for GitHub 23:43:03 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:43:03 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 23:43:03 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 23:43:03 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 23:43:03 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 23:43:03 using GIT_SSH to set credentials SSH Credentials for GitHub 23:43:03 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:43:04 Checking out Revision 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 (master) 23:43:04 > git config core.sparsecheckout # timeout=10 23:43:04 > git checkout -f 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 # timeout=10 23:43:09 Commit message: "Add initial support for Redis Streams" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:43:10 ========================================================= 23:43:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 23:43:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:43:11 + 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 . 23:43:11 Sending build context to Docker daemon 524.8kB 23:43:11 Step 1/7 : ARG BASE=golang:1.13-alpine 23:43:11 Step 2/7 : FROM ${BASE} 23:43:12 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:43:12 cde5963f3b93: Pulling fs layer 23:43:12 2a23fa8c16f7: Pulling fs layer 23:43:12 777b28850792: Pulling fs layer 23:43:12 8a11ddd9e578: Pulling fs layer 23:43:12 4cf88f913ddb: Pulling fs layer 23:43:12 1df406cf5192: Pulling fs layer 23:43:12 cd6300453558: Pulling fs layer 23:43:12 b9c365052c96: Pulling fs layer 23:43:12 a2d8cc88f415: Pulling fs layer 23:43:12 ea1d1ca13537: Pulling fs layer 23:43:12 3750a50a1c5e: Pulling fs layer 23:43:12 8a11ddd9e578: Waiting 23:43:12 4cf88f913ddb: Waiting 23:43:12 1df406cf5192: Waiting 23:43:12 cd6300453558: Waiting 23:43:12 b9c365052c96: Waiting 23:43:12 a2d8cc88f415: Waiting 23:43:12 3750a50a1c5e: Waiting 23:43:12 ea1d1ca13537: Waiting 23:43:12 777b28850792: Verifying Checksum 23:43:12 777b28850792: Download complete 23:43:12 2a23fa8c16f7: Verifying Checksum 23:43:12 2a23fa8c16f7: Download complete 23:43:12 4cf88f913ddb: Download complete 23:43:12 cde5963f3b93: Verifying Checksum 23:43:12 cde5963f3b93: Download complete 23:43:13 1df406cf5192: Verifying Checksum 23:43:13 1df406cf5192: Download complete 23:43:13 cde5963f3b93: Pull complete 23:43:14 2a23fa8c16f7: Pull complete 23:43:14 777b28850792: Pull complete 23:43:17 cd6300453558: Verifying Checksum 23:43:17 cd6300453558: Download complete 23:43:17 a2d8cc88f415: Verifying Checksum 23:43:17 a2d8cc88f415: Download complete 23:43:19 ea1d1ca13537: Verifying Checksum 23:43:19 ea1d1ca13537: Download complete 23:43:19 3750a50a1c5e: Download complete 23:43:22 b9c365052c96: Verifying Checksum 23:43:22 b9c365052c96: Download complete 23:43:23 8a11ddd9e578: Download complete 23:43:32 Running on prd-centos7-docker-4c-2g-5460 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws 23:43:32 Running in /w/workspace/go-mod-messaging/9 [Pipeline] { [Pipeline] checkout 23:43:34 using credential edgex-jenkins-ssh 23:43:34 Cloning the remote Git repository 23:43:34 Cloning with configured refspecs honoured and without tags 23:43:34 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 23:43:35 Fetching without tags 23:43:35 Checking out Revision 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 (master) 23:43:34 > git init /w/workspace/go-mod-messaging/9 # timeout=10 23:43:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 23:43:34 > git --version # timeout=10 23:43:34 using GIT_SSH to set credentials SSH Credentials for GitHub 23:43:34 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:43:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 23:43:35 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 23:43:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 23:43:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 23:43:35 using GIT_SSH to set credentials SSH Credentials for GitHub 23:43:35 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:43:35 > git config core.sparsecheckout # timeout=10 23:43:35 > git checkout -f 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 # timeout=10 23:43:36 8a11ddd9e578: Pull complete 23:43:36 4cf88f913ddb: Pull complete 23:43:36 1df406cf5192: Pull complete 23:43:39 Commit message: "Add initial support for Redis Streams" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:43:40 ========================================================= 23:43:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 23:43:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:43:40 cd6300453558: Pull complete 23:43:40 + 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 . 23:43:40 Sending build context to Docker daemon 524.8kB 23:43:40 Step 1/7 : ARG BASE=golang:1.13-alpine 23:43:40 Step 2/7 : FROM ${BASE} 23:43:41 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 23:43:41 e6b0cf9c0882: Pulling fs layer 23:43:41 2848faf0eed1: Pulling fs layer 23:43:41 0f37312ad70f: Pulling fs layer 23:43:41 5788d62ee057: Pulling fs layer 23:43:41 0e6b1d234666: Pulling fs layer 23:43:41 bf5d7aec512f: Pulling fs layer 23:43:41 34c802a77dc8: Pulling fs layer 23:43:41 9eb99e56ec68: Pulling fs layer 23:43:41 27c7a5d97fbd: Pulling fs layer 23:43:41 5c102a31e300: Pulling fs layer 23:43:41 dcfb455df0a1: Pulling fs layer 23:43:41 0e6b1d234666: Waiting 23:43:41 bf5d7aec512f: Waiting 23:43:41 27c7a5d97fbd: Waiting 23:43:41 9eb99e56ec68: Waiting 23:43:41 5c102a31e300: Waiting 23:43:41 dcfb455df0a1: Waiting 23:43:41 0f37312ad70f: Verifying Checksum 23:43:41 0f37312ad70f: Download complete 23:43:41 2848faf0eed1: Download complete 23:43:41 0e6b1d234666: Verifying Checksum 23:43:41 0e6b1d234666: Download complete 23:43:41 bf5d7aec512f: Verifying Checksum 23:43:41 bf5d7aec512f: Download complete 23:43:41 e6b0cf9c0882: Verifying Checksum 23:43:41 e6b0cf9c0882: Download complete 23:43:41 e6b0cf9c0882: Pull complete 23:43:41 2848faf0eed1: Pull complete 23:43:41 34c802a77dc8: Verifying Checksum 23:43:41 34c802a77dc8: Download complete 23:43:41 27c7a5d97fbd: Verifying Checksum 23:43:41 27c7a5d97fbd: Download complete 23:43:42 5c102a31e300: Verifying Checksum 23:43:42 5c102a31e300: Download complete 23:43:42 dcfb455df0a1: Verifying Checksum 23:43:42 dcfb455df0a1: Download complete 23:43:42 9eb99e56ec68: Verifying Checksum 23:43:42 9eb99e56ec68: Download complete 23:43:43 5788d62ee057: Verifying Checksum 23:43:43 5788d62ee057: Download complete 23:43:43 0f37312ad70f: Pull complete 23:43:45 b9c365052c96: Pull complete 23:43:45 a2d8cc88f415: Pull complete 23:43:47 ea1d1ca13537: Pull complete 23:43:47 3750a50a1c5e: Pull complete 23:43:47 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 23:43:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 23:43:47 ---> 78745c68409d 23:43:47 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:43:49 5788d62ee057: Pull complete 23:43:49 0e6b1d234666: Pull complete 23:43:49 bf5d7aec512f: Pull complete 23:43:53 ---> Running in c13a214169b5 23:43:53 Removing intermediate container c13a214169b5 23:43:53 ---> 47045e14970e 23:43:53 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 23:43:53 ---> Running in 89cca1ace2c9 23:43:53 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 23:43:54 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 23:43:55 34c802a77dc8: Pull complete 23:43:55 (1/5) Installing libsodium (1.0.18-r0) 23:43:55 (2/5) Installing libzmq (4.3.2-r0) 23:43:55 (3/5) Installing pkgconf (1.6.3-r0) 23:43:55 (4/5) Installing libsodium-dev (1.0.18-r0) 23:43:55 (5/5) Installing zeromq-dev (4.3.2-r0) 23:43:56 Executing busybox-1.31.1-r8.trigger 23:43:56 OK: 127 MiB in 44 packages 23:43:57 Removing intermediate container 89cca1ace2c9 23:43:57 ---> d065b43ef49a 23:43:57 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 23:43:57 ---> Running in e1a1cc95db38 23:43:57 9eb99e56ec68: Pull complete 23:43:57 27c7a5d97fbd: Pull complete 23:43:57 Removing intermediate container e1a1cc95db38 23:43:57 ---> d78001228868 23:43:57 Step 6/7 : COPY go.mod . 23:43:58 5c102a31e300: Pull complete 23:43:58 dcfb455df0a1: Pull complete 23:43:58 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 23:43:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 23:43:58 ---> 7c70fe431013 23:43:58 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:43:58 ---> afd2556a4248 23:43:58 Step 7/7 : RUN go mod download 23:43:58 ---> Running in ab86787e9cf9 23:43:58 ---> Running in 0db42bba0902 23:43:58 Removing intermediate container 0db42bba0902 23:43:58 ---> 5b9c04674061 23:43:58 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 23:43:58 ---> Running in 26dff519d1df 23:44:00 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 23:44:01 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 23:44:01 go: finding github.com/davecgh/go-spew v1.1.0 23:44:01 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 23:44:01 go: finding github.com/fsnotify/fsnotify v1.4.7 23:44:01 go: finding github.com/go-redis/redis/v7 v7.2.0 23:44:01 go: finding github.com/golang/protobuf v1.3.2 23:44:01 go: finding github.com/hpcloud/tail v1.0.0 23:44:01 go: finding github.com/kr/pretty v0.1.0 23:44:01 go: finding github.com/kr/pty v1.1.1 23:44:01 go: finding github.com/kr/text v0.1.0 23:44:01 (1/5) Installing libsodium (1.0.18-r0) 23:44:01 go: finding github.com/onsi/ginkgo v1.10.1 23:44:01 go: finding github.com/onsi/gomega v1.7.0 23:44:02 (2/5) Installing libzmq (4.3.2-r0) 23:44:02 (3/5) Installing pkgconf (1.6.3-r0) 23:44:02 go: finding github.com/pebbe/zmq4 v1.0.0 23:44:02 go: finding github.com/pmezard/go-difflib v1.0.0 23:44:02 go: finding github.com/stretchr/objx v0.1.0 23:44:02 go: finding github.com/stretchr/testify v1.3.0 23:44:02 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 23:44:02 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 23:44:02 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 23:44:02 (4/5) Installing libsodium-dev (1.0.18-r0) 23:44:02 (5/5) Installing zeromq-dev (4.3.2-r0) 23:44:02 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 23:44:02 go: finding golang.org/x/text v0.3.2 23:44:02 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 23:44:02 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 23:44:02 go: finding gopkg.in/fsnotify.v1 v1.4.7 23:44:02 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 23:44:02 go: finding gopkg.in/yaml.v2 v2.2.4 23:44:02 Executing busybox-1.31.1-r8.trigger 23:44:02 OK: 145 MiB in 44 packages 23:44:02 Removing intermediate container 26dff519d1df 23:44:02 ---> df8a921cdc4d 23:44:02 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 23:44:02 ---> Running in 111af47fa4fd 23:44:03 Removing intermediate container 111af47fa4fd 23:44:03 ---> a00c7dd8d582 23:44:03 Step 6/7 : COPY go.mod . 23:44:03 ---> 2afa55ed590d 23:44:03 Step 7/7 : RUN go mod download 23:44:03 ---> Running in e7ac0840bc6e 23:44:04 go: finding github.com/davecgh/go-spew v1.1.0 23:44:04 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 23:44:04 go: finding github.com/fsnotify/fsnotify v1.4.7 23:44:04 go: finding github.com/go-redis/redis/v7 v7.2.0 23:44:04 go: finding github.com/golang/protobuf v1.3.2 23:44:04 go: finding github.com/hpcloud/tail v1.0.0 23:44:04 go: finding github.com/kr/pretty v0.1.0 23:44:04 go: finding github.com/kr/pty v1.1.1 23:44:04 go: finding github.com/kr/text v0.1.0 23:44:04 go: finding github.com/onsi/ginkgo v1.10.1 23:44:04 go: finding github.com/onsi/gomega v1.7.0 23:44:04 go: finding github.com/pebbe/zmq4 v1.0.0 23:44:04 go: finding github.com/pmezard/go-difflib v1.0.0 23:44:04 go: finding github.com/stretchr/objx v0.1.0 23:44:04 go: finding github.com/stretchr/testify v1.3.0 23:44:04 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 23:44:04 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 23:44:04 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 23:44:04 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 23:44:04 go: finding golang.org/x/text v0.3.2 23:44:04 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 23:44:04 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 23:44:04 go: finding gopkg.in/fsnotify.v1 v1.4.7 23:44:04 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 23:44:04 go: finding gopkg.in/yaml.v2 v2.2.4 23:44:11 Removing intermediate container e7ac0840bc6e 23:44:11 ---> c5e6aac59fb1 23:44:11 Successfully built c5e6aac59fb1 23:44:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:44:11 + docker inspect -f . ci-base-image-x86_64 23:44:11 . [Pipeline] withDockerContainer 23:44:11 prd-centos7-docker-4c-2g-5460 does not seem to be running inside a container 23:44:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/9 -v /w/workspace/go-mod-messaging/9:/w/workspace/go-mod-messaging/9:rw,z -v /w/workspace/go-mod-messaging/9@tmp:/w/workspace/go-mod-messaging/9@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 ******** ci-base-image-x86_64 cat 23:44:12 $ docker top 660f13a6af60ede3502e3ef513718d970c0bc467a2b3c76292316618aa4adfae -eo pid,comm [Pipeline] { [Pipeline] sh 23:44:13 + go version 23:44:13 go version go1.13.5 linux/amd64 [Pipeline] sh 23:44:13 + make test 23:44:13 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:44:14 Removing intermediate container ab86787e9cf9 23:44:14 ---> bff8e897296c 23:44:14 Successfully built bff8e897296c 23:44:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:44:15 + docker inspect -f . ci-base-image-arm64 23:44:15 . [Pipeline] withDockerContainer 23:44:16 prd-ubuntu18.04-docker-arm64-4c-16g-5459 does not seem to be running inside a container 23:44:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/9 -v /w/workspace/go-mod-messaging/9:/w/workspace/go-mod-messaging/9:rw,z -v /w/workspace/go-mod-messaging/9@tmp:/w/workspace/go-mod-messaging/9@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 ******** ci-base-image-arm64 cat 23:44:17 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] 23:44:17 $ docker top 3858c7aca96261c8f7301f01b1af1ac8b17483f3627a5394a3f59f3d298606a3 -eo pid,comm [Pipeline] { [Pipeline] sh 23:44:18 + go version 23:44:18 go version go1.13.5 linux/arm64 [Pipeline] sh 23:44:19 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.023s coverage: 94.7% of statements 23:44:19 + make test 23:44:19 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:44:23 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.008s coverage: 77.1% of statements 23:44:23 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] 23:44:31 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] 23:44:36 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.053s coverage: 94.7% of statements 23:44:45 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.346s coverage: 84.1% of statements 23:44:45 ok github.com/edgexfoundry/go-mod-messaging/messaging 0.007s coverage: 85.7% of statements 23:44:45 ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.051s coverage: 100.0% of statements 23:44:45 ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.014s coverage: 100.0% of statements 23:44:45 ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.017s coverage: 90.9% of statements 23:44:45 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:44:45 gofmt -l . 23:44:45 [ "`gofmt -l .`" = "" ] [Pipeline] stash 23:44:46 Stashed 1 file(s) [Pipeline] } 23:44:46 $ docker stop --time=1 660f13a6af60ede3502e3ef513718d970c0bc467a2b3c76292316618aa4adfae 23:44:47 $ docker rm -f 660f13a6af60ede3502e3ef513718d970c0bc467a2b3c76292316618aa4adfae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] } 23:44:48 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.026s coverage: 77.1% of statements 23:44:48 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:45:10 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.374s coverage: 84.1% of statements 23:45:10 ok github.com/edgexfoundry/go-mod-messaging/messaging 0.021s coverage: 85.7% of statements 23:45:10 ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.046s coverage: 100.0% of statements 23:45:10 ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.026s coverage: 100.0% of statements 23:45:10 ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.019s coverage: 90.9% of statements 23:45:10 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:45:13 gofmt -l . 23:45:13 [ "`gofmt -l .`" = "" ] [Pipeline] stash 23:45:13 Warning: overwriting stash ‘coverage-report’ 23:45:14 Stashed 1 file(s) [Pipeline] } 23:45:14 $ docker stop --time=1 3858c7aca96261c8f7301f01b1af1ac8b17483f3627a5394a3f59f3d298606a3 23:45:16 $ docker rm -f 3858c7aca96261c8f7301f01b1af1ac8b17483f3627a5394a3f59f3d298606a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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) [Pipeline] unstash [Pipeline] wrap 23:45:18 provisioning config files... 23:45:18 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config1970420756795464408tmp [Pipeline] { [Pipeline] sh 23:45:18 + curl -s https://codecov.io/bash 23:45:18 + bash -s - -t @/w/workspace/xfoundry_go-mod-messaging_master@tmp/config1970420756795464408tmp 23:45:18 23:45:18 _____ _ 23:45:18 / ____| | | 23:45:18 | | ___ __| | ___ ___ _____ __ 23:45:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:45:18 | |___| (_) | (_| | __/ (_| (_) \ V / 23:45:18 \_____\___/ \__,_|\___|\___\___/ \_/ 23:45:18 Bash-tbd 23:45:18 23:45:18 23:45:18 ==> Jenkins CI detected. 23:45:18 project root: . 23:45:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:45:18 ==> Running gcov in . (disable via -X gcov) 23:45:18 ==> Python coveragepy not found 23:45:18 ==> Searching for coverage reports in: 23:45:18 + . 23:45:18 -> Found 1 reports 23:45:18 ==> Detecting git/mercurial file structure 23:45:18 ==> Reading reports 23:45:18 + ./coverage.out bytes=20619 23:45:18 ==> Appending adjustments 23:45:18 http://docs.codecov.io/docs/fixing-reports 23:45:19 + Found adjustments 23:45:19 ==> Gzipping contents 23:45:19 ==> Uploading reports 23:45:19 url: https://codecov.io 23:45:19 query: branch=master&commit=3d0432dae5e37f6ca1b3ff7de6156999f2cf9766&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F9%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job= 23:45:19 -> Pinging Codecov 23:45:19 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=master&commit=3d0432dae5e37f6ca1b3ff7de6156999f2cf9766&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F9%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job= 23:45:19 -> Uploading 23:45:19 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 [Pipeline] } 23:45:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 23:45:20 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 23:45:20 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 23:45:20 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:45:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 23:45:20 23:45:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] isUnix [Pipeline] sh 23:45:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 23:45:20 1.217.3: Pulling from edgex-devops/edgex-snyk-go 23:45:20 e6b0cf9c0882: Pulling fs layer 23:45:20 2848faf0eed1: Pulling fs layer 23:45:20 0f37312ad70f: Pulling fs layer 23:45:20 7d08f2745646: Pulling fs layer 23:45:20 4c9f31393084: Pulling fs layer 23:45:20 eb21ddb83652: Pulling fs layer 23:45:20 345998794f6b: Pulling fs layer 23:45:20 97a711d68925: Pulling fs layer 23:45:20 7c8476c1cb00: Pulling fs layer 23:45:20 345998794f6b: Waiting 23:45:20 7d08f2745646: Waiting 23:45:20 97a711d68925: Waiting 23:45:20 4c9f31393084: Waiting 23:45:20 eb21ddb83652: Waiting 23:45:20 0f37312ad70f: Verifying Checksum 23:45:20 0f37312ad70f: Download complete 23:45:20 2848faf0eed1: Verifying Checksum 23:45:20 2848faf0eed1: Download complete 23:45:20 4c9f31393084: Verifying Checksum 23:45:20 4c9f31393084: Download complete 23:45:20 eb21ddb83652: Verifying Checksum 23:45:20 eb21ddb83652: Download complete 23:45:20 e6b0cf9c0882: Verifying Checksum 23:45:21 e6b0cf9c0882: Pull complete 23:45:21 2848faf0eed1: Pull complete 23:45:21 0f37312ad70f: Pull complete 23:45:21 345998794f6b: Verifying Checksum 23:45:21 345998794f6b: Download complete 23:45:22 7c8476c1cb00: Verifying Checksum 23:45:22 7c8476c1cb00: Download complete 23:45:22 97a711d68925: Verifying Checksum 23:45:22 97a711d68925: Download complete 23:45:23 7d08f2745646: Verifying Checksum 23:45:23 7d08f2745646: Download complete 23:45:29 7d08f2745646: Pull complete 23:45:29 4c9f31393084: Pull complete 23:45:29 eb21ddb83652: Pull complete 23:45:31 345998794f6b: Pull complete 23:45:35 97a711d68925: Pull complete 23:45:35 7c8476c1cb00: Pull complete 23:45:35 Digest: sha256:607726e52887638313664f8405ebf6c5c0cb4d7cb27150ffbb2671548f966c96 23:45:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] withDockerContainer 23:45:36 prd-centos7-docker-4c-2g-5458 does not seem to be running inside a container 23:45:36 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_go-mod-messaging_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 cat 23:45:36 $ docker top 17fc9ca319318e2f5af419f787e2dfe33a85c3a43f031494b38cba8d802855be -eo pid,comm [Pipeline] { [Pipeline] sh 23:45:37 + snyk monitor '--org=edgex-jenkins' 23:45:41 23:45:41 Monitoring /w/workspace/xfoundry_go-mod-messaging_master... 23:45:41 23:45:41 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f6e4b672-2be2-4054-abeb-10731c768cda/history/06854264-682c-4ae0-aeed-1418c7974b06 23:45:41 23:45:41 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:45:41 23:45:41 [Pipeline] } 23:45:41 $ docker stop --time=1 17fc9ca319318e2f5af419f787e2dfe33a85c3a43f031494b38cba8d802855be 23:45:42 $ docker rm -f 17fc9ca319318e2f5af419f787e2dfe33a85c3a43f031494b38cba8d802855be [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] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 23:45:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:45:43 . [Pipeline] withDockerContainer 23:45:44 prd-centos7-docker-4c-2g-5458 does not seem to be running inside a container 23:45:44 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:45:44 $ docker top 7f8269f3ff503e9cf7c526b79f2ad89fa815bae6191a5bec8ddf745a5638f755 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:45:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:45:44 [ssh-agent] Looking for ssh-agent implementation... 23:45:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:45:45 $ docker exec 7f8269f3ff503e9cf7c526b79f2ad89fa815bae6191a5bec8ddf745a5638f755 ssh-agent 23:45:45 SSH_AUTH_SOCK=/tmp/ssh-CHPN0dTPoUQa/agent.15 23:45:45 SSH_AGENT_PID=22 23:45:45 Running ssh-add (command line suppressed) 23:45:45 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3796397909385735516.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3796397909385735516.key) 23:45:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:45:45 + git semver tag 23:45:45 # -> Open(): unable to determine branch for HEAD 23:45:45 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 23:45:45 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 23:45:45 # $SEMVER_REMOTE_NAME = origin 23:45:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:45:45 # $SEMVER_USER_NAME = edgex-jenkins 23:45:45 # $SEMVER_BRANCH = master 23:45:45 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver 23:45:45 # 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 HEAD 23:45:45 # -> Force: false 23:45:45 # 1b72d97f8f62bb2a17e6f3f802d8441669f913b4 refs/tags/v0.1.19 [Pipeline] } 23:45:45 $ docker exec --env ******** --env ******** 7f8269f3ff503e9cf7c526b79f2ad89fa815bae6191a5bec8ddf745a5638f755 ssh-agent -k 23:45:45 unset SSH_AUTH_SOCK; 23:45:45 unset SSH_AGENT_PID; 23:45:45 echo Agent pid 22 killed; 23:45:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:45:46 + git semver [Pipeline] } 23:45:46 $ docker stop --time=1 7f8269f3ff503e9cf7c526b79f2ad89fa815bae6191a5bec8ddf745a5638f755 23:45:47 $ docker rm -f 7f8269f3ff503e9cf7c526b79f2ad89fa815bae6191a5bec8ddf745a5638f755 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:45:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:45:48 23:45:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:45:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:45:48 0.23.1-centos7: Pulling from edgex-lftools 23:45:48 ab5ef0e58194: Pulling fs layer 23:45:48 9712f1f96733: Pulling fs layer 23:45:48 63f879dbbcfc: Pulling fs layer 23:45:48 0d9ebad4ef96: Pulling fs layer 23:45:48 e9a5061849ea: Pulling fs layer 23:45:48 d747dcd14b5f: Pulling fs layer 23:45:48 2de7ff778b66: Pulling fs layer 23:45:48 0d9ebad4ef96: Waiting 23:45:48 e9a5061849ea: Waiting 23:45:48 d747dcd14b5f: Waiting 23:45:48 2de7ff778b66: Waiting 23:45:48 9712f1f96733: Verifying Checksum 23:45:48 9712f1f96733: Download complete 23:45:49 63f879dbbcfc: Verifying Checksum 23:45:49 63f879dbbcfc: Download complete 23:45:49 e9a5061849ea: Verifying Checksum 23:45:49 e9a5061849ea: Download complete 23:45:49 d747dcd14b5f: Verifying Checksum 23:45:49 d747dcd14b5f: Download complete 23:45:49 0d9ebad4ef96: Download complete 23:45:49 2de7ff778b66: Download complete 23:45:50 ab5ef0e58194: Download complete 23:45:56 ab5ef0e58194: Pull complete 23:45:56 9712f1f96733: Pull complete 23:45:57 63f879dbbcfc: Pull complete 23:46:04 0d9ebad4ef96: Pull complete 23:46:04 e9a5061849ea: Pull complete 23:46:04 d747dcd14b5f: Pull complete 23:46:09 2de7ff778b66: Pull complete 23:46:09 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:46:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:46:09 prd-centos7-docker-4c-2g-5458 does not seem to be running inside a container 23:46:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 23:46:10 $ docker top e2879852e559443f0e0b9f928f4de20084b22906cd9f00bb1f1ebfc0f08a07f8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:46:10 provisioning config files... 23:46:10 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config6997907826566153053tmp 23:46:10 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config1108082004575767839tmp 23:46:10 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config8333576133320827065tmp [Pipeline] { [Pipeline] echo 23:46:10 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:46:11 ---> sigul-configuration.sh 23:46:11 gpg: directory `/root/.gnupg' created 23:46:11 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:46:11 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:46:11 gpg: keyring `/root/.gnupg/secring.gpg' created 23:46:11 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:46:11 gpg: CAST5 encrypted data 23:46:11 gpg: encrypted with 1 passphrase 23:46:11 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:46:11 + mkdir /home/jenkins 23:46:11 + mkdir /home/jenkins/sigul [Pipeline] sh 23:46:11 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 23:46:11 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:46:12 ---> sigul-install.sh 23:46:20 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:46:20 + git tag --list 23:46:20 v0.1.19 [Pipeline] sh 23:46:20 + lftools sign git-tag v0.1.19 23:46:21 Signing Git tag with Sigul... 23:46:21 Signing v0.1.19 [Pipeline] echo 23:46:22 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:46:23 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:46:23 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:46:23 $ docker stop --time=1 e2879852e559443f0e0b9f928f4de20084b22906cd9f00bb1f1ebfc0f08a07f8 23:46:24 $ docker rm -f e2879852e559443f0e0b9f928f4de20084b22906cd9f00bb1f1ebfc0f08a07f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:46:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:46:25 . [Pipeline] withDockerContainer 23:46:25 prd-centos7-docker-4c-2g-5458 does not seem to be running inside a container 23:46:25 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:46:25 $ docker top 623a6fd11898467fd005bcbef817e396af35fc28328e30314096842fd6659d18 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:46:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:46:26 [ssh-agent] Looking for ssh-agent implementation... 23:46:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:46:26 $ docker exec 623a6fd11898467fd005bcbef817e396af35fc28328e30314096842fd6659d18 ssh-agent 23:46:26 SSH_AUTH_SOCK=/tmp/ssh-21s1Qox8d8LI/agent.15 23:46:26 SSH_AGENT_PID=22 23:46:26 Running ssh-add (command line suppressed) 23:46:26 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_6938751565183567059.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_6938751565183567059.key) 23:46:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:46:27 + git semver bump patch 23:46:27 # -> Open(): unable to determine branch for HEAD 23:46:27 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 23:46:27 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 23:46:27 # $SEMVER_REMOTE_NAME = origin 23:46:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:46:27 # $SEMVER_USER_NAME = edgex-jenkins 23:46:27 # $SEMVER_BRANCH = master 23:46:27 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver 23:46:27 0.1.20 [Pipeline] } 23:46:27 $ docker exec --env ******** --env ******** 623a6fd11898467fd005bcbef817e396af35fc28328e30314096842fd6659d18 ssh-agent -k 23:46:27 unset SSH_AUTH_SOCK; 23:46:27 unset SSH_AGENT_PID; 23:46:27 echo Agent pid 22 killed; 23:46:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:46:27 + git semver [Pipeline] } 23:46:27 $ docker stop --time=1 623a6fd11898467fd005bcbef817e396af35fc28328e30314096842fd6659d18 23:46:29 $ docker rm -f 623a6fd11898467fd005bcbef817e396af35fc28328e30314096842fd6659d18 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:46:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:46:29 . [Pipeline] withDockerContainer 23:46:29 prd-centos7-docker-4c-2g-5458 does not seem to be running inside a container 23:46:29 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:46:30 $ docker top 7614f3e4ebce7685883178c24d3459bc2edeb3f3defd449cbd121ab16741948e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:46:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:46:30 [ssh-agent] Looking for ssh-agent implementation... 23:46:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:46:30 $ docker exec 7614f3e4ebce7685883178c24d3459bc2edeb3f3defd449cbd121ab16741948e ssh-agent 23:46:31 SSH_AUTH_SOCK=/tmp/ssh-RSbLfF92FH2j/agent.14 23:46:31 SSH_AGENT_PID=21 23:46:31 Running ssh-add (command line suppressed) 23:46:31 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3057696879211228242.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3057696879211228242.key) 23:46:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:46:31 + git semver push 23:46:31 # -> Open(): unable to determine branch for HEAD 23:46:31 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 23:46:31 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 23:46:31 # $SEMVER_REMOTE_NAME = origin 23:46:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:46:31 # $SEMVER_USER_NAME = edgex-jenkins 23:46:31 # $SEMVER_BRANCH = master 23:46:31 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } 23:46:38 $ docker exec --env ******** --env ******** 7614f3e4ebce7685883178c24d3459bc2edeb3f3defd449cbd121ab16741948e ssh-agent -k 23:46:38 unset SSH_AUTH_SOCK; 23:46:38 unset SSH_AGENT_PID; 23:46:38 echo Agent pid 21 killed; 23:46:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:46:38 + git semver [Pipeline] } 23:46:38 $ docker stop --time=1 7614f3e4ebce7685883178c24d3459bc2edeb3f3defd449cbd121ab16741948e 23:46:40 $ docker rm -f 7614f3e4ebce7685883178c24d3459bc2edeb3f3defd449cbd121ab16741948e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:46:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:46:41 ---> package-listing.sh 23:46:41 ++ facter osfamily 23:46:41 ++ tr '[:upper:]' '[:lower:]' 23:46:41 + OS_FAMILY=redhat 23:46:41 + workspace=/w/workspace/xfoundry_go-mod-messaging_master 23:46:41 + START_PACKAGES=/tmp/packages_start.txt 23:46:41 + END_PACKAGES=/tmp/packages_end.txt 23:46:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:46:41 + PACKAGES=/tmp/packages_start.txt 23:46:41 + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' 23:46:41 + PACKAGES=/tmp/packages_end.txt 23:46:41 + case "${OS_FAMILY}" in 23:46:41 + rpm -qa 23:46:41 + sort 23:46:45 + '[' -f /tmp/packages_start.txt ']' 23:46:45 + '[' -f /tmp/packages_end.txt ']' 23:46:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:46:45 + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' 23:46:45 + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ 23:46:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_master/archives/ [Pipeline] isUnix [Pipeline] sh 23:46:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:46:46 23:46:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:46:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:46:46 alpine: Pulling from edgex-lftools-log-publisher 23:46:46 c9b1b535fdd9: Pulling fs layer 23:46:46 2cc5ad85d9ab: Pulling fs layer 23:46:46 756a868c4378: Pulling fs layer 23:46:46 444b2fc9a129: Pulling fs layer 23:46:46 ea15f1150254: Pulling fs layer 23:46:46 41b27a9f41bf: Pulling fs layer 23:46:46 28c525ee5125: Pulling fs layer 23:46:46 094b1ea09ed8: Pulling fs layer 23:46:46 138eaada9080: Pulling fs layer 23:46:46 0622d0fa9048: Pulling fs layer 23:46:46 41b27a9f41bf: Waiting 23:46:46 28c525ee5125: Waiting 23:46:46 094b1ea09ed8: Waiting 23:46:46 138eaada9080: Waiting 23:46:46 0622d0fa9048: Waiting 23:46:46 444b2fc9a129: Waiting 23:46:46 ea15f1150254: Waiting 23:46:46 2cc5ad85d9ab: Download complete 23:46:46 444b2fc9a129: Verifying Checksum 23:46:46 444b2fc9a129: Download complete 23:46:46 c9b1b535fdd9: Verifying Checksum 23:46:46 c9b1b535fdd9: Download complete 23:46:46 ea15f1150254: Verifying Checksum 23:46:46 ea15f1150254: Download complete 23:46:46 28c525ee5125: Verifying Checksum 23:46:46 28c525ee5125: Download complete 23:46:46 c9b1b535fdd9: Pull complete 23:46:47 756a868c4378: Verifying Checksum 23:46:47 756a868c4378: Download complete 23:46:47 138eaada9080: Verifying Checksum 23:46:47 138eaada9080: Download complete 23:46:47 2cc5ad85d9ab: Pull complete 23:46:47 0622d0fa9048: Verifying Checksum 23:46:47 0622d0fa9048: Download complete 23:46:47 094b1ea09ed8: Verifying Checksum 23:46:47 094b1ea09ed8: Download complete 23:46:47 41b27a9f41bf: Verifying Checksum 23:46:47 41b27a9f41bf: Download complete 23:46:50 756a868c4378: Pull complete 23:46:50 444b2fc9a129: Pull complete 23:46:50 ea15f1150254: Pull complete 23:46:55 41b27a9f41bf: Pull complete 23:46:55 28c525ee5125: Pull complete 23:46:58 094b1ea09ed8: Pull complete 23:46:58 138eaada9080: Pull complete 23:46:58 0622d0fa9048: Pull complete 23:46:58 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 23:46:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:46:58 prd-centos7-docker-4c-2g-5458 does not seem to be running inside a container 23:46:58 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:46:59 $ docker top 9160e5d4b1fe7e47fedaa92f5c0040d3087da9ccd4fbc303bfc755ff7ee883e9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:46:59 provisioning config files... 23:46:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config8823867954845682288tmp [Pipeline] { [Pipeline] echo 23:46:59 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:47:00 ---> create-netrc.sh [Pipeline] echo 23:47:00 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:47:00 ---> logs-deploy.sh 23:47:00 + ARCHIVE_ARTIFACTS= 23:47:00 + LOGS_SERVER=https://logs.edgexfoundry.org 23:47:00 + '[' https://logs.edgexfoundry.org == None ']' 23:47:00 + NEXUS_URL=https://nexus.edgexfoundry.org 23:47:00 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/9 23:47:00 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-messaging/job/master/9/ 23:47:00 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/9 /w/workspace/xfoundry_go-mod-messaging_master 23:47:02 Archives upload complete. 23:47:02 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/9 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-messaging/job/master/9/