Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of rsdmike for edgexfoundry/go-mod-messaging Loading trusted files from base branch master at 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 rather than f2b4cb80602bb6d71ff83b73b232ca9e53e8bf31 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-5681 in /w/workspace/exfoundry_go-mod-messaging_PR-43 [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 Fetching without tags Merging remotes/origin/master commit 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 into PR head commit f2b4cb80602bb6d71ff83b73b232ca9e53e8bf31 Merge succeeded, producing 1e88bb8298a48d6c81cc37c7b5d686eef65cd6cb Checking out Revision 1e88bb8298a48d6c81cc37c7b5d686eef65cd6cb (PR-43) Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git > git init /w/workspace/exfoundry_go-mod-messaging_PR-43 # 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/pull/43/head:refs/remotes/origin/PR-43 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/43/head:refs/remotes/origin/PR-43 # 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/pull/43/head:refs/remotes/origin/PR-43 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f2b4cb80602bb6d71ff83b73b232ca9e53e8bf31 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1e88bb8298a48d6c81cc37c7b5d686eef65cd6cb # timeout=10 Commit message: "Merge commit '3d0432dae5e37f6ca1b3ff7de6156999f2cf9766' into HEAD" > git rev-list --no-walk f2b4cb80602bb6d71ff83b73b232ca9e53e8bf31 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:28:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:28:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:28:24 ========================================================= 20:28:24 EdgeX Global Pipelines Version Info 20:28:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:28:25 ------------------- 20:28:25 stable info: 20:28:25 ------------------- 20:28:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:28:25 Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 20:28:25 Message: update stable to v1.0.73 20:28:26 ------------------- 20:28:26 experimental info: 20:28:26 ------------------- 20:28:26 Commited By: **** collab-it+edgex@linuxfoundation.org 20:28:26 Commit SHA: 685f7bc72964502a7f00cdca0ad04ac2165df872 20:28:26 Message: update experimental to v1.0.77 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 20:28:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:28:28 20:28:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:28:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:28:29 latest: Pulling from edgex-devops/git-semver 20:28:29 9123ac7c32f7: Pulling fs layer 20:28:29 b8cc5d1170e3: Pulling fs layer 20:28:29 2924cbbf6a41: Pulling fs layer 20:28:29 93b08a4f1073: Pulling fs layer 20:28:29 b8cc5d1170e3: Verifying Checksum 20:28:29 b8cc5d1170e3: Download complete 20:28:29 9123ac7c32f7: Verifying Checksum 20:28:29 9123ac7c32f7: Download complete 20:28:29 93b08a4f1073: Verifying Checksum 20:28:29 93b08a4f1073: Download complete 20:28:29 2924cbbf6a41: Verifying Checksum 20:28:29 2924cbbf6a41: Download complete 20:28:29 9123ac7c32f7: Pull complete 20:28:29 b8cc5d1170e3: Pull complete 20:28:30 2924cbbf6a41: Pull complete 20:28:30 93b08a4f1073: Pull complete 20:28:30 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 20:28:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:28:30 prd-centos7-docker-4c-2g-5681 does not seem to be running inside a container 20:28:30 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-messaging_PR-43 -v /w/workspace/exfoundry_go-mod-messaging_PR-43:/w/workspace/exfoundry_go-mod-messaging_PR-43:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-43@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-43@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:28:31 $ docker top b6bd0002ae7f359ad9e20f4549e2ffe382b72a4b14b3e3e99d300fa234cde282 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:28:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:28:31 [ssh-agent] Looking for ssh-agent implementation... 20:28:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:28:32 $ docker exec b6bd0002ae7f359ad9e20f4549e2ffe382b72a4b14b3e3e99d300fa234cde282 ssh-agent 20:28:32 SSH_AUTH_SOCK=/tmp/ssh-da2LIDtIfqBJ/agent.15 20:28:32 SSH_AGENT_PID=22 20:28:32 Running ssh-add (command line suppressed) 20:28:32 Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-43@tmp/private_key_7092017256225533252.key (/w/workspace/exfoundry_go-mod-messaging_PR-43@tmp/private_key_7092017256225533252.key) 20:28:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:28:32 + git describe --exact-match --tags HEAD 20:28:32 fatal: No names found, cannot describe anything. [Pipeline] } 20:28:33 $ docker exec --env ******** --env ******** b6bd0002ae7f359ad9e20f4549e2ffe382b72a4b14b3e3e99d300fa234cde282 ssh-agent -k 20:28:33 unset SSH_AUTH_SOCK; 20:28:33 unset SSH_AGENT_PID; 20:28:33 echo Agent pid 22 killed; 20:28:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 20:28:33 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 20:28:33 This usually means this commit has not been tagged. [Pipeline] sshagent 20:28:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:28:33 [ssh-agent] Looking for ssh-agent implementation... 20:28:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:28:33 $ docker exec b6bd0002ae7f359ad9e20f4549e2ffe382b72a4b14b3e3e99d300fa234cde282 ssh-agent 20:28:33 SSH_AUTH_SOCK=/tmp/ssh-8KkpDeBtNZ21/agent.58 20:28:33 SSH_AGENT_PID=65 20:28:33 Running ssh-add (command line suppressed) 20:28:33 Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-43@tmp/private_key_4672951718698414260.key (/w/workspace/exfoundry_go-mod-messaging_PR-43@tmp/private_key_4672951718698414260.key) 20:28:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:28:34 + git semver init 20:28:34 # -> Open(): unable to determine branch for HEAD 20:28:34 # $GIT_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-43/.git 20:28:34 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-messaging_PR-43 20:28:34 # $SEMVER_REMOTE_NAME = origin 20:28:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:28:34 # $SEMVER_USER_NAME = edgex-jenkins 20:28:34 # $SEMVER_BRANCH = PR-43 20:28:34 # $SEMVER_TEMP = /tmp/semver-028307082 20:28:34 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 20:28:34 # '/tmp/semver-028307082' -> '/w/workspace/exfoundry_go-mod-messaging_PR-43/.semver' 20:28:34 # -> Force: false 20:28:34 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-43/.semver [Pipeline] } 20:28:34 $ docker exec --env ******** --env ******** b6bd0002ae7f359ad9e20f4549e2ffe382b72a4b14b3e3e99d300fa234cde282 ssh-agent -k 20:28:34 unset SSH_AUTH_SOCK; 20:28:34 unset SSH_AGENT_PID; 20:28:34 echo Agent pid 65 killed; 20:28:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:28:35 + git semver [Pipeline] } 20:28:35 $ docker stop --time=1 b6bd0002ae7f359ad9e20f4549e2ffe382b72a4b14b3e3e99d300fa234cde282 20:28:36 $ docker rm -f b6bd0002ae7f359ad9e20f4549e2ffe382b72a4b14b3e3e99d300fa234cde282 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 20:28:37 Stashed 34 file(s) [Pipeline] echo 20:28:37 [edgeXSemver] initialized semver on version 0.0.0 [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 20:28:52 Still waiting to schedule task 20:28:52 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:28:52 Still waiting to schedule task 20:28:52 ‘prd-ubuntu18.04-docker-arm64-4c-16g-5679’ is offline 20:30:35 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5682 in /w/workspace/exfoundry_go-mod-messaging_PR-43 [Pipeline] { [Pipeline] ws 20:30:35 Running in /w/workspace/go-mod-messaging/7 [Pipeline] { [Pipeline] checkout 20:30:41 using credential edgex-jenkins-ssh 20:30:41 Cloning the remote Git repository 20:30:41 Cloning with configured refspecs honoured and without tags 20:30:41 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 20:30:41 > git init /w/workspace/go-mod-messaging/7 # timeout=10 20:30:41 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 20:30:41 > git --version # timeout=10 20:30:41 using GIT_SSH to set credentials SSH Credentials for GitHub 20:30:41 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/43/head:refs/remotes/origin/PR-43 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:30:42 Fetching without tags 20:30:42 Merging remotes/origin/master commit 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 into PR head commit f2b4cb80602bb6d71ff83b73b232ca9e53e8bf31 20:30:42 Merge succeeded, producing d52c7d82458d014504b4cbf6f69a15310b4da018 20:30:42 Checking out Revision d52c7d82458d014504b4cbf6f69a15310b4da018 (PR-43) 20:30:42 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 20:30:42 > git config --add remote.origin.fetch +refs/pull/43/head:refs/remotes/origin/PR-43 # timeout=10 20:30:42 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 20:30:42 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 20:30:42 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 20:30:42 using GIT_SSH to set credentials SSH Credentials for GitHub 20:30:42 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/43/head:refs/remotes/origin/PR-43 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:30:42 > git config core.sparsecheckout # timeout=10 20:30:42 > git checkout -f f2b4cb80602bb6d71ff83b73b232ca9e53e8bf31 # timeout=10 20:30:42 > git remote # timeout=10 20:30:42 > git config --get remote.origin.url # timeout=10 20:30:42 using GIT_SSH to set credentials SSH Credentials for GitHub 20:30:42 > git merge 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 # timeout=10 20:30:42 > git rev-parse HEAD^{commit} # timeout=10 20:30:42 > git config core.sparsecheckout # timeout=10 20:30:42 > git checkout -f d52c7d82458d014504b4cbf6f69a15310b4da018 # timeout=10 20:30:47 Commit message: "Merge commit '3d0432dae5e37f6ca1b3ff7de6156999f2cf9766' into HEAD" 20:30:47 > git rev-list --no-walk f2b4cb80602bb6d71ff83b73b232ca9e53e8bf31 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 20:30:48 ========================================================= 20:30:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 20:30:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:30:49 + 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 . 20:30:50 Sending build context to Docker daemon 574.5kB 20:30:50 Step 1/7 : ARG BASE=golang:1.13-alpine 20:30:50 Step 2/7 : FROM ${BASE} 20:30:50 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:30:50 cde5963f3b93: Pulling fs layer 20:30:50 2a23fa8c16f7: Pulling fs layer 20:30:50 777b28850792: Pulling fs layer 20:30:50 8a11ddd9e578: Pulling fs layer 20:30:50 4cf88f913ddb: Pulling fs layer 20:30:50 1df406cf5192: Pulling fs layer 20:30:50 cd6300453558: Pulling fs layer 20:30:50 b9c365052c96: Pulling fs layer 20:30:50 a2d8cc88f415: Pulling fs layer 20:30:50 ea1d1ca13537: Pulling fs layer 20:30:50 3750a50a1c5e: Pulling fs layer 20:30:50 8a11ddd9e578: Waiting 20:30:50 4cf88f913ddb: Waiting 20:30:50 b9c365052c96: Waiting 20:30:50 a2d8cc88f415: Waiting 20:30:50 ea1d1ca13537: Waiting 20:30:50 1df406cf5192: Waiting 20:30:50 3750a50a1c5e: Waiting 20:30:50 cd6300453558: Waiting 20:30:50 777b28850792: Verifying Checksum 20:30:50 777b28850792: Download complete 20:30:50 2a23fa8c16f7: Verifying Checksum 20:30:50 2a23fa8c16f7: Download complete 20:30:50 4cf88f913ddb: Download complete 20:30:50 1df406cf5192: Verifying Checksum 20:30:50 1df406cf5192: Download complete 20:30:51 cde5963f3b93: Verifying Checksum 20:30:51 cde5963f3b93: Download complete 20:30:52 cde5963f3b93: Pull complete 20:30:52 2a23fa8c16f7: Pull complete 20:30:52 777b28850792: Pull complete 20:30:55 cd6300453558: Verifying Checksum 20:30:55 cd6300453558: Download complete 20:30:55 a2d8cc88f415: Verifying Checksum 20:30:55 a2d8cc88f415: Download complete 20:30:58 ea1d1ca13537: Verifying Checksum 20:30:58 ea1d1ca13537: Download complete 20:30:58 3750a50a1c5e: Verifying Checksum 20:30:58 3750a50a1c5e: Download complete 20:31:00 b9c365052c96: Verifying Checksum 20:31:00 b9c365052c96: Download complete 20:31:02 8a11ddd9e578: Verifying Checksum 20:31:02 8a11ddd9e578: Download complete 20:31:11 Running on prd-centos7-docker-4c-2g-5683 in /w/workspace/exfoundry_go-mod-messaging_PR-43 [Pipeline] { [Pipeline] ws 20:31:11 Running in /w/workspace/go-mod-messaging/7 [Pipeline] { [Pipeline] checkout 20:31:13 using credential edgex-jenkins-ssh 20:31:13 Cloning the remote Git repository 20:31:13 Cloning with configured refspecs honoured and without tags 20:31:13 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 20:31:13 > git init /w/workspace/go-mod-messaging/7 # timeout=10 20:31:14 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 20:31:14 > git --version # timeout=10 20:31:14 using GIT_SSH to set credentials SSH Credentials for GitHub 20:31:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/43/head:refs/remotes/origin/PR-43 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:31:14 Fetching without tags 20:31:14 8a11ddd9e578: Pull complete 20:31:14 4cf88f913ddb: Pull complete 20:31:14 1df406cf5192: Pull complete 20:31:14 Merging remotes/origin/master commit 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 into PR head commit f2b4cb80602bb6d71ff83b73b232ca9e53e8bf31 20:31:15 Merge succeeded, producing 77925a1a1fba54b14760c0b2410cf394fa101fc6 20:31:15 Checking out Revision 77925a1a1fba54b14760c0b2410cf394fa101fc6 (PR-43) 20:31:14 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 20:31:14 > git config --add remote.origin.fetch +refs/pull/43/head:refs/remotes/origin/PR-43 # timeout=10 20:31:14 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 20:31:14 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 20:31:14 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 20:31:14 using GIT_SSH to set credentials SSH Credentials for GitHub 20:31:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/43/head:refs/remotes/origin/PR-43 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:31:14 > git config core.sparsecheckout # timeout=10 20:31:14 > git checkout -f f2b4cb80602bb6d71ff83b73b232ca9e53e8bf31 # timeout=10 20:31:14 > git remote # timeout=10 20:31:14 > git config --get remote.origin.url # timeout=10 20:31:14 using GIT_SSH to set credentials SSH Credentials for GitHub 20:31:14 > git merge 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 # timeout=10 20:31:14 > git rev-parse HEAD^{commit} # timeout=10 20:31:15 > git config core.sparsecheckout # timeout=10 20:31:15 > git checkout -f 77925a1a1fba54b14760c0b2410cf394fa101fc6 # timeout=10 20:31:19 Commit message: "Merge commit '3d0432dae5e37f6ca1b3ff7de6156999f2cf9766' into HEAD" 20:31:19 > git rev-list --no-walk f2b4cb80602bb6d71ff83b73b232ca9e53e8bf31 # timeout=10 20:31:19 cd6300453558: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 20:31:20 ========================================================= 20:31:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 20:31:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:31:21 + 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 . 20:31:21 Sending build context to Docker daemon 574.5kB 20:31:21 Step 1/7 : ARG BASE=golang:1.13-alpine 20:31:21 Step 2/7 : FROM ${BASE} 20:31:21 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 20:31:21 e6b0cf9c0882: Pulling fs layer 20:31:21 2848faf0eed1: Pulling fs layer 20:31:21 0f37312ad70f: Pulling fs layer 20:31:21 5788d62ee057: Pulling fs layer 20:31:21 0e6b1d234666: Pulling fs layer 20:31:21 bf5d7aec512f: Pulling fs layer 20:31:21 34c802a77dc8: Pulling fs layer 20:31:21 9eb99e56ec68: Pulling fs layer 20:31:21 27c7a5d97fbd: Pulling fs layer 20:31:21 5c102a31e300: Pulling fs layer 20:31:21 dcfb455df0a1: Pulling fs layer 20:31:21 34c802a77dc8: Waiting 20:31:21 9eb99e56ec68: Waiting 20:31:21 27c7a5d97fbd: Waiting 20:31:21 5788d62ee057: Waiting 20:31:21 5c102a31e300: Waiting 20:31:21 0e6b1d234666: Waiting 20:31:21 bf5d7aec512f: Waiting 20:31:21 0f37312ad70f: Verifying Checksum 20:31:21 0f37312ad70f: Download complete 20:31:21 2848faf0eed1: Verifying Checksum 20:31:21 2848faf0eed1: Download complete 20:31:21 0e6b1d234666: Verifying Checksum 20:31:21 0e6b1d234666: Download complete 20:31:21 bf5d7aec512f: Verifying Checksum 20:31:21 bf5d7aec512f: Download complete 20:31:21 e6b0cf9c0882: Verifying Checksum 20:31:21 e6b0cf9c0882: Download complete 20:31:21 e6b0cf9c0882: Pull complete 20:31:21 2848faf0eed1: Pull complete 20:31:22 34c802a77dc8: Verifying Checksum 20:31:22 34c802a77dc8: Download complete 20:31:22 27c7a5d97fbd: Verifying Checksum 20:31:22 27c7a5d97fbd: Download complete 20:31:22 5788d62ee057: Verifying Checksum 20:31:22 5788d62ee057: Download complete 20:31:22 9eb99e56ec68: Verifying Checksum 20:31:22 9eb99e56ec68: Download complete 20:31:22 5c102a31e300: Verifying Checksum 20:31:22 5c102a31e300: Download complete 20:31:22 dcfb455df0a1: Verifying Checksum 20:31:22 dcfb455df0a1: Download complete 20:31:23 0f37312ad70f: Pull complete 20:31:24 b9c365052c96: Pull complete 20:31:24 a2d8cc88f415: Pull complete 20:31:26 ea1d1ca13537: Pull complete 20:31:26 3750a50a1c5e: Pull complete 20:31:26 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 20:31:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 20:31:26 ---> 78745c68409d 20:31:26 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:31:28 5788d62ee057: Pull complete 20:31:28 0e6b1d234666: Pull complete 20:31:29 bf5d7aec512f: Pull complete 20:31:31 ---> Running in 6aa03ba30816 20:31:31 Removing intermediate container 6aa03ba30816 20:31:31 ---> f26454783650 20:31:31 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 20:31:31 ---> Running in 4aa8745de8b8 20:31:32 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 20:31:33 34c802a77dc8: Pull complete 20:31:33 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 20:31:34 (1/5) Installing libsodium (1.0.18-r0) 20:31:34 (2/5) Installing libzmq (4.3.2-r0) 20:31:34 (3/5) Installing pkgconf (1.6.3-r0) 20:31:34 (4/5) Installing libsodium-dev (1.0.18-r0) 20:31:34 (5/5) Installing zeromq-dev (4.3.2-r0) 20:31:34 Executing busybox-1.31.1-r8.trigger 20:31:34 OK: 127 MiB in 44 packages 20:31:35 Removing intermediate container 4aa8745de8b8 20:31:35 ---> 07b6a10c1bd7 20:31:35 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 20:31:35 ---> Running in 1c8a1796559d 20:31:36 Removing intermediate container 1c8a1796559d 20:31:36 ---> 66c3d2a7504f 20:31:36 Step 6/7 : COPY go.mod . 20:31:36 9eb99e56ec68: Pull complete 20:31:36 27c7a5d97fbd: Pull complete 20:31:36 ---> 9d03476b70f0 20:31:36 Step 7/7 : RUN go mod download 20:31:36 ---> Running in c55629d181c3 20:31:37 5c102a31e300: Pull complete 20:31:37 dcfb455df0a1: Pull complete 20:31:37 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 20:31:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 20:31:37 ---> 7c70fe431013 20:31:37 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:31:37 ---> Running in 851d24d76085 20:31:37 Removing intermediate container 851d24d76085 20:31:37 ---> 1bd475882389 20:31:37 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 20:31:37 ---> Running in cece274dfc27 20:31:39 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 20:31:39 go: finding github.com/davecgh/go-spew v1.1.0 20:31:39 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 20:31:39 go: finding github.com/fsnotify/fsnotify v1.4.7 20:31:39 go: finding github.com/go-redis/redis/v7 v7.2.0 20:31:39 go: finding github.com/golang/protobuf v1.3.2 20:31:39 go: finding github.com/hpcloud/tail v1.0.0 20:31:39 go: finding github.com/kr/pretty v0.1.0 20:31:39 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 20:31:39 go: finding github.com/kr/pty v1.1.1 20:31:39 go: finding github.com/kr/text v0.1.0 20:31:39 go: finding github.com/onsi/ginkgo v1.10.1 20:31:39 go: finding github.com/onsi/gomega v1.7.0 20:31:39 go: finding github.com/pebbe/zmq4 v1.0.0 20:31:40 (1/5) Installing libsodium (1.0.18-r0) 20:31:40 (2/5) Installing libzmq (4.3.2-r0) 20:31:40 (3/5) Installing pkgconf (1.6.3-r0) 20:31:40 go: finding github.com/pmezard/go-difflib v1.0.0 20:31:40 go: finding github.com/stretchr/objx v0.1.0 20:31:40 (4/5) Installing libsodium-dev (1.0.18-r0) 20:31:40 (5/5) Installing zeromq-dev (4.3.2-r0) 20:31:40 Executing busybox-1.31.1-r8.trigger 20:31:40 OK: 145 MiB in 44 packages 20:31:40 go: finding github.com/stretchr/testify v1.3.0 20:31:40 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 20:31:40 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:31:40 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 20:31:40 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 20:31:40 go: finding golang.org/x/text v0.3.2 20:31:40 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 20:31:40 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 20:31:40 go: finding gopkg.in/fsnotify.v1 v1.4.7 20:31:40 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 20:31:40 go: finding gopkg.in/yaml.v2 v2.2.4 20:31:40 Removing intermediate container cece274dfc27 20:31:40 ---> cb472b0ac730 20:31:40 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 20:31:40 ---> Running in eb4bdfa1c3ad 20:31:41 Removing intermediate container eb4bdfa1c3ad 20:31:41 ---> c1951138b0b5 20:31:41 Step 6/7 : COPY go.mod . 20:31:41 ---> 6af59e099d23 20:31:41 Step 7/7 : RUN go mod download 20:31:41 ---> Running in c26806209c7a 20:31:42 go: finding github.com/davecgh/go-spew v1.1.0 20:31:42 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 20:31:42 go: finding github.com/fsnotify/fsnotify v1.4.7 20:31:42 go: finding github.com/go-redis/redis/v7 v7.2.0 20:31:43 go: finding github.com/golang/protobuf v1.3.2 20:31:43 go: finding github.com/hpcloud/tail v1.0.0 20:31:43 go: finding github.com/kr/pretty v0.1.0 20:31:43 go: finding github.com/kr/pty v1.1.1 20:31:43 go: finding github.com/kr/text v0.1.0 20:31:43 go: finding github.com/onsi/ginkgo v1.10.1 20:31:43 go: finding github.com/onsi/gomega v1.7.0 20:31:43 go: finding github.com/pebbe/zmq4 v1.0.0 20:31:43 go: finding github.com/pmezard/go-difflib v1.0.0 20:31:43 go: finding github.com/stretchr/objx v0.1.0 20:31:43 go: finding github.com/stretchr/testify v1.3.0 20:31:43 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 20:31:43 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:31:43 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 20:31:43 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 20:31:43 go: finding golang.org/x/text v0.3.2 20:31:43 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 20:31:43 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 20:31:43 go: finding gopkg.in/fsnotify.v1 v1.4.7 20:31:43 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 20:31:43 go: finding gopkg.in/yaml.v2 v2.2.4 20:31:50 Removing intermediate container c26806209c7a 20:31:50 ---> 30e1aa1bd6fd 20:31:50 Successfully built 30e1aa1bd6fd 20:31:50 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 20:31:50 + docker inspect -f . ci-base-image-x86_64 20:31:50 . [Pipeline] withDockerContainer 20:31:50 prd-centos7-docker-4c-2g-5683 does not seem to be running inside a container 20:31:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/7 -v /w/workspace/go-mod-messaging/7:/w/workspace/go-mod-messaging/7:rw,z -v /w/workspace/go-mod-messaging/7@tmp:/w/workspace/go-mod-messaging/7@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 ******** ci-base-image-x86_64 cat 20:31:51 $ docker top ad6aebd25fbe557fc33824b9db7a7f8a1c8fc76a3b2cfe66bea5655b95964386 -eo pid,comm [Pipeline] { [Pipeline] sh 20:31:51 + go version 20:31:51 go version go1.13.5 linux/amd64 [Pipeline] sh 20:31:52 + make test 20:31:52 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:31:53 Removing intermediate container c55629d181c3 20:31:53 ---> 92cca6fd98e8 20:31:53 Successfully built 92cca6fd98e8 20:31:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:31:53 + docker inspect -f . ci-base-image-arm64 20:31:53 . [Pipeline] withDockerContainer 20:31:54 prd-ubuntu18.04-docker-arm64-4c-16g-5682 does not seem to be running inside a container 20:31:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/7 -v /w/workspace/go-mod-messaging/7:/w/workspace/go-mod-messaging/7:rw,z -v /w/workspace/go-mod-messaging/7@tmp:/w/workspace/go-mod-messaging/7@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 ******** ci-base-image-arm64 cat 20:31:55 $ docker top 5e46e3df784dc4e20159549346f3eccf122876f234c54079815a59e4e9102e02 -eo pid,comm [Pipeline] { [Pipeline] sh 20:31:56 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] 20:31:57 + go version 20:31:57 go version go1.13.5 linux/arm64 [Pipeline] sh 20:31:57 + make test 20:31:57 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:31:57 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.030s coverage: 94.7% of statements 20:32:01 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.006s coverage: 77.1% of statements 20:32:01 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] 20:32:15 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] 20:32:19 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.030s coverage: 94.7% of statements 20:32:21 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.045s coverage: 77.1% of statements 20:32:21 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] 20:32:23 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.341s coverage: 84.1% of statements 20:32:23 ok github.com/edgexfoundry/go-mod-messaging/messaging 0.008s coverage: 85.7% of statements 20:32:23 ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.027s coverage: 100.0% of statements 20:32:23 ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.067s coverage: 100.0% of statements 20:32:23 ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.004s coverage: 90.9% of statements 20:32:23 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:32:24 gofmt -l . 20:32:24 [ "`gofmt -l .`" = "" ] [Pipeline] stash 20:32:24 Stashed 1 file(s) [Pipeline] } 20:32:24 $ docker stop --time=1 ad6aebd25fbe557fc33824b9db7a7f8a1c8fc76a3b2cfe66bea5655b95964386 20:32:25 $ docker rm -f ad6aebd25fbe557fc33824b9db7a7f8a1c8fc76a3b2cfe66bea5655b95964386 [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] } 20:32:54 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.384s coverage: 84.1% of statements 20:32:54 ok github.com/edgexfoundry/go-mod-messaging/messaging 0.023s coverage: 85.7% of statements 20:32:54 ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.017s coverage: 100.0% of statements 20:32:54 ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.024s coverage: 100.0% of statements 20:32:54 ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.014s coverage: 90.9% of statements 20:32:54 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:32:54 gofmt -l . 20:32:55 [ "`gofmt -l .`" = "" ] [Pipeline] stash 20:32:55 Warning: overwriting stash ‘coverage-report’ 20:32:55 Stashed 1 file(s) [Pipeline] } 20:32:55 $ docker stop --time=1 5e46e3df784dc4e20159549346f3eccf122876f234c54079815a59e4e9102e02 20:32:57 $ docker rm -f 5e46e3df784dc4e20159549346f3eccf122876f234c54079815a59e4e9102e02 [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 20:32:59 provisioning config files... 20:32:59 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/exfoundry_go-mod-messaging_PR-43@tmp/config4715416165866157053tmp [Pipeline] { [Pipeline] sh 20:32:59 + bash -s - -t @/w/workspace/exfoundry_go-mod-messaging_PR-43@tmp/config4715416165866157053tmp 20:32:59 + curl -s https://codecov.io/bash 20:32:59 20:32:59 _____ _ 20:32:59 / ____| | | 20:32:59 | | ___ __| | ___ ___ _____ __ 20:32:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:32:59 | |___| (_) | (_| | __/ (_| (_) \ V / 20:32:59 \_____\___/ \__,_|\___|\___\___/ \_/ 20:32:59 Bash-tbd 20:32:59 20:32:59 20:32:59 ==> Jenkins CI detected. 20:32:59 project root: . 20:32:59 Fixing merge commit SHA 20:32:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:32:59 ==> Running gcov in . (disable via -X gcov) 20:32:59 ==> Python coveragepy not found 20:32:59 ==> Searching for coverage reports in: 20:32:59 + . 20:32:59 -> Found 1 reports 20:32:59 ==> Detecting git/mercurial file structure 20:32:59 ==> Reading reports 20:32:59 + ./coverage.out bytes=20619 20:32:59 ==> Appending adjustments 20:32:59 http://docs.codecov.io/docs/fixing-reports 20:33:00 + Found adjustments 20:33:00 ==> Gzipping contents 20:33:00 ==> Uploading reports 20:33:00 url: https://codecov.io 20:33:00 query: branch=PR-43&commit=3d0432dae5e37f6ca1b3ff7de6156999f2cf9766&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-43%2F7%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=43&job= 20:33:00 -> Pinging Codecov 20:33:00 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-43&commit=3d0432dae5e37f6ca1b3ff7de6156999f2cf9766&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-43%2F7%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=43&job= 20:33:00 -> Uploading 20:33:01 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 [Pipeline] } 20:33:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" 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 20:33:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:33:02 ---> package-listing.sh 20:33:02 ++ facter osfamily 20:33:02 ++ tr '[:upper:]' '[:lower:]' 20:33:02 + OS_FAMILY=redhat 20:33:02 + workspace=/w/workspace/exfoundry_go-mod-messaging_PR-43 20:33:02 + START_PACKAGES=/tmp/packages_start.txt 20:33:02 + END_PACKAGES=/tmp/packages_end.txt 20:33:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:33:02 + PACKAGES=/tmp/packages_start.txt 20:33:02 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-43 ']' 20:33:02 + PACKAGES=/tmp/packages_end.txt 20:33:02 + case "${OS_FAMILY}" in 20:33:02 + rpm -qa 20:33:02 + sort 20:33:06 + '[' -f /tmp/packages_start.txt ']' 20:33:06 + '[' -f /tmp/packages_end.txt ']' 20:33:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:33:06 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-43 ']' 20:33:06 + mkdir -p /w/workspace/exfoundry_go-mod-messaging_PR-43/archives/ 20:33:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-messaging_PR-43/archives/ [Pipeline] isUnix [Pipeline] sh 20:33:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:33:07 20:33:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:33:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:33:07 alpine: Pulling from edgex-lftools-log-publisher 20:33:07 c9b1b535fdd9: Pulling fs layer 20:33:07 2cc5ad85d9ab: Pulling fs layer 20:33:07 756a868c4378: Pulling fs layer 20:33:07 444b2fc9a129: Pulling fs layer 20:33:07 ea15f1150254: Pulling fs layer 20:33:07 41b27a9f41bf: Pulling fs layer 20:33:07 28c525ee5125: Pulling fs layer 20:33:07 094b1ea09ed8: Pulling fs layer 20:33:07 138eaada9080: Pulling fs layer 20:33:07 0622d0fa9048: Pulling fs layer 20:33:07 444b2fc9a129: Waiting 20:33:07 ea15f1150254: Waiting 20:33:07 41b27a9f41bf: Waiting 20:33:07 28c525ee5125: Waiting 20:33:07 094b1ea09ed8: Waiting 20:33:07 138eaada9080: Waiting 20:33:07 0622d0fa9048: Waiting 20:33:07 2cc5ad85d9ab: Verifying Checksum 20:33:07 2cc5ad85d9ab: Download complete 20:33:07 444b2fc9a129: Verifying Checksum 20:33:07 444b2fc9a129: Download complete 20:33:07 c9b1b535fdd9: Verifying Checksum 20:33:07 c9b1b535fdd9: Download complete 20:33:07 ea15f1150254: Verifying Checksum 20:33:07 ea15f1150254: Download complete 20:33:07 28c525ee5125: Verifying Checksum 20:33:07 28c525ee5125: Download complete 20:33:08 756a868c4378: Verifying Checksum 20:33:08 756a868c4378: Download complete 20:33:08 c9b1b535fdd9: Pull complete 20:33:08 138eaada9080: Verifying Checksum 20:33:08 138eaada9080: Download complete 20:33:08 0622d0fa9048: Verifying Checksum 20:33:08 0622d0fa9048: Download complete 20:33:08 094b1ea09ed8: Verifying Checksum 20:33:08 094b1ea09ed8: Download complete 20:33:08 2cc5ad85d9ab: Pull complete 20:33:08 41b27a9f41bf: Verifying Checksum 20:33:08 41b27a9f41bf: Download complete 20:33:10 756a868c4378: Pull complete 20:33:10 444b2fc9a129: Pull complete 20:33:10 ea15f1150254: Pull complete 20:33:13 41b27a9f41bf: Pull complete 20:33:14 28c525ee5125: Pull complete 20:33:16 094b1ea09ed8: Pull complete 20:33:16 138eaada9080: Pull complete 20:33:16 0622d0fa9048: Pull complete 20:33:16 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 20:33:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:33:16 prd-centos7-docker-4c-2g-5681 does not seem to be running inside a container 20:33:16 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/exfoundry_go-mod-messaging_PR-43 -v /w/workspace/exfoundry_go-mod-messaging_PR-43:/w/workspace/exfoundry_go-mod-messaging_PR-43:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-43@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-43@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 20:33:17 $ docker top e15cb2586f8f4898804526293ce4e2ca03ee448747b41d260d6247d112678ed9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:33:17 provisioning config files... 20:33:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-messaging_PR-43@tmp/config5553001432609092481tmp [Pipeline] { [Pipeline] echo 20:33:17 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:33:17 ---> create-netrc.sh [Pipeline] echo 20:33:17 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:33:18 ---> logs-deploy.sh 20:33:18 + ARCHIVE_ARTIFACTS= 20:33:18 + LOGS_SERVER=https://logs.edgexfoundry.org 20:33:18 + '[' https://logs.edgexfoundry.org == None ']' 20:33:18 + NEXUS_URL=https://nexus.edgexfoundry.org 20:33:18 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-43/7 20:33:18 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-messaging/job/PR-43/7/ 20:33:18 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-43/7 /w/workspace/exfoundry_go-mod-messaging_PR-43 20:33:19 Archives upload complete. 20:33:19 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-43/7 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-messaging/job/PR-43/7/