Pull request #43 updated 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 cdea1b5682530db0d5b9d8e46a69989a563861a8 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 a8d5489117fb74ecf2babedeac9793ec80335c77 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 a8d5489117fb74ecf2babedeac9793ec80335c77 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a8d5489117fb74ecf2babedeac9793ec80335c77 # timeout=10 Commit message: "Merge pull request #176 from soda480/US6232f" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git https://github.com/edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-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-986 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 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git > git init /w/workspace/exfoundry_go-mod-messaging_PR-43 # timeout=10 Fetching without tags 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 Merging remotes/origin/master commit 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 into PR head commit cdea1b5682530db0d5b9d8e46a69989a563861a8 Merge succeeded, producing cdea1b5682530db0d5b9d8e46a69989a563861a8 Checking out Revision cdea1b5682530db0d5b9d8e46a69989a563861a8 (PR-43) > git config core.sparsecheckout # timeout=10 > git checkout -f cdea1b5682530db0d5b9d8e46a69989a563861a8 # 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 cdea1b5682530db0d5b9d8e46a69989a563861a8 # timeout=10 Commit message: "Merge branch 'master' into PRTEMPLATE" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:35:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:35:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 1e88bb8298a48d6c81cc37c7b5d686eef65cd6cb # timeout=10 [Pipeline] echo 20:35:46 ========================================================= 20:35:46 EdgeX Global Pipelines Version Info 20:35:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:35:48 ------------------- 20:35:48 stable info: 20:35:48 ------------------- 20:35:48 Commited By: Emilio Reyes emilio.reyes@intel.com 20:35:48 Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d 20:35:48 Message: update stable to v1.0.87 20:35:48 ------------------- 20:35:48 experimental info: 20:35:48 ------------------- 20:35:48 Commited By: **** collab-it+edgex@linuxfoundation.org 20:35:48 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 20:35:48 Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 20:35:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:35:51 20:35:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:35:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:35:52 latest: Pulling from edgex-devops/git-semver 20:35:52 9123ac7c32f7: Pulling fs layer 20:35:52 b8cc5d1170e3: Pulling fs layer 20:35:52 2924cbbf6a41: Pulling fs layer 20:35:52 93b08a4f1073: Pulling fs layer 20:35:52 93b08a4f1073: Waiting 20:35:52 b8cc5d1170e3: Verifying Checksum 20:35:52 b8cc5d1170e3: Download complete 20:35:52 9123ac7c32f7: Verifying Checksum 20:35:52 9123ac7c32f7: Download complete 20:35:52 93b08a4f1073: Verifying Checksum 20:35:52 93b08a4f1073: Download complete 20:35:52 2924cbbf6a41: Verifying Checksum 20:35:52 2924cbbf6a41: Download complete 20:35:52 9123ac7c32f7: Pull complete 20:35:52 b8cc5d1170e3: Pull complete 20:35:53 2924cbbf6a41: Pull complete 20:35:53 93b08a4f1073: Pull complete 20:35:53 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 20:35:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:35:54 prd-centos7-docker-4c-2g-986 does not seem to be running inside a container 20:35:54 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:35:54 $ docker top 569b909ce51e7484bde604167e34b5a46214d2b5300d38da9aa21c2713155fb5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:35:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:35:55 [ssh-agent] Looking for ssh-agent implementation... 20:35:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:35:55 $ docker exec 569b909ce51e7484bde604167e34b5a46214d2b5300d38da9aa21c2713155fb5 ssh-agent 20:35:55 SSH_AUTH_SOCK=/tmp/ssh-TnWTmaOfoyZA/agent.15 20:35:55 SSH_AGENT_PID=21 20:35:55 Running ssh-add (command line suppressed) 20:35:55 Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-43@tmp/private_key_9152408568662005186.key (/w/workspace/exfoundry_go-mod-messaging_PR-43@tmp/private_key_9152408568662005186.key) 20:35:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:35:56 + git describe --exact-match --tags HEAD 20:35:56 fatal: No names found, cannot describe anything. [Pipeline] } 20:35:56 $ docker exec --env ******** --env ******** 569b909ce51e7484bde604167e34b5a46214d2b5300d38da9aa21c2713155fb5 ssh-agent -k 20:35:56 unset SSH_AUTH_SOCK; 20:35:56 unset SSH_AGENT_PID; 20:35:56 echo Agent pid 21 killed; 20:35:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 20:35:56 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 20:35:56 This usually means this commit has not been tagged. [Pipeline] sshagent 20:35:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:35:56 [ssh-agent] Looking for ssh-agent implementation... 20:35:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:35:56 $ docker exec 569b909ce51e7484bde604167e34b5a46214d2b5300d38da9aa21c2713155fb5 ssh-agent 20:35:57 SSH_AUTH_SOCK=/tmp/ssh-4q7VqmynXbFR/agent.55 20:35:57 SSH_AGENT_PID=62 20:35:57 Running ssh-add (command line suppressed) 20:35:57 Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-43@tmp/private_key_8552566551475422552.key (/w/workspace/exfoundry_go-mod-messaging_PR-43@tmp/private_key_8552566551475422552.key) 20:35:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:35:57 + git semver init 20:35:57 # -> Open(): unable to determine branch for HEAD 20:35:57 # $GIT_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-43/.git 20:35:57 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-messaging_PR-43 20:35:57 # $SEMVER_REMOTE_NAME = origin 20:35:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:35:57 # $SEMVER_USER_NAME = edgex-jenkins 20:35:57 # $SEMVER_BRANCH = PR-43 20:35:57 # $SEMVER_TEMP = /tmp/semver-089148263 20:35:57 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 20:35:58 # '/tmp/semver-089148263' -> '/w/workspace/exfoundry_go-mod-messaging_PR-43/.semver' 20:35:58 # -> Force: false 20:35:58 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-43/.semver [Pipeline] } 20:35:58 $ docker exec --env ******** --env ******** 569b909ce51e7484bde604167e34b5a46214d2b5300d38da9aa21c2713155fb5 ssh-agent -k 20:35:58 unset SSH_AUTH_SOCK; 20:35:58 unset SSH_AGENT_PID; 20:35:58 echo Agent pid 62 killed; 20:35:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:35:58 + git semver [Pipeline] } 20:35:59 $ docker stop --time=1 569b909ce51e7484bde604167e34b5a46214d2b5300d38da9aa21c2713155fb5 20:36:00 $ docker rm -f 569b909ce51e7484bde604167e34b5a46214d2b5300d38da9aa21c2713155fb5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 20:36:01 Stashed 34 file(s) [Pipeline] echo 20:36:01 [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:36:16 Still waiting to schedule task 20:36:16 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-986’ 20:36:16 Still waiting to schedule task 20:36:16 ‘prd-ubuntu18.04-docker-arm64-4c-16g-929’ is offline 20:38:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-987 in /w/workspace/exfoundry_go-mod-messaging_PR-43 [Pipeline] { [Pipeline] ws 20:38:00 Running in /w/workspace/go-mod-messaging/8 [Pipeline] { [Pipeline] checkout 20:38:06 using credential edgex-jenkins-ssh 20:38:06 Cloning the remote Git repository 20:38:06 Cloning with configured refspecs honoured and without tags 20:38:08 Fetching without tags 20:38:06 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 20:38:07 > git init /w/workspace/go-mod-messaging/8 # timeout=10 20:38:07 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 20:38:07 > git --version # timeout=10 20:38:07 using GIT_SSH to set credentials SSH Credentials for GitHub 20:38:07 > 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:38:07 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 20:38:07 > git config --add remote.origin.fetch +refs/pull/43/head:refs/remotes/origin/PR-43 # timeout=10 20:38:07 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 20:38:08 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 20:38:08 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 20:38:08 using GIT_SSH to set credentials SSH Credentials for GitHub 20:38:08 > 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:38:08 Merging remotes/origin/master commit 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 into PR head commit cdea1b5682530db0d5b9d8e46a69989a563861a8 20:38:08 Merge succeeded, producing cdea1b5682530db0d5b9d8e46a69989a563861a8 20:38:08 Checking out Revision cdea1b5682530db0d5b9d8e46a69989a563861a8 (PR-43) 20:38:08 > git config core.sparsecheckout # timeout=10 20:38:08 > git checkout -f cdea1b5682530db0d5b9d8e46a69989a563861a8 # timeout=10 20:38:08 > git remote # timeout=10 20:38:08 > git config --get remote.origin.url # timeout=10 20:38:08 using GIT_SSH to set credentials SSH Credentials for GitHub 20:38:08 > git merge 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 # timeout=10 20:38:08 > git rev-parse HEAD^{commit} # timeout=10 20:38:08 > git config core.sparsecheckout # timeout=10 20:38:08 > git checkout -f cdea1b5682530db0d5b9d8e46a69989a563861a8 # timeout=10 20:38:13 Commit message: "Merge branch 'master' into PRTEMPLATE" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 20:38:14 ========================================================= 20:38:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 20:38:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:38:15 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 20:38:16 Sending build context to Docker daemon 571.9kB 20:38:16 Step 1/7 : ARG BASE=golang:1.13-alpine 20:38:16 Step 2/7 : FROM ${BASE} 20:38:16 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:38:16 cde5963f3b93: Pulling fs layer 20:38:16 2a23fa8c16f7: Pulling fs layer 20:38:16 777b28850792: Pulling fs layer 20:38:16 8a11ddd9e578: Pulling fs layer 20:38:16 4cf88f913ddb: Pulling fs layer 20:38:16 1df406cf5192: Pulling fs layer 20:38:16 cd6300453558: Pulling fs layer 20:38:16 b9c365052c96: Pulling fs layer 20:38:16 a2d8cc88f415: Pulling fs layer 20:38:16 ea1d1ca13537: Pulling fs layer 20:38:16 3750a50a1c5e: Pulling fs layer 20:38:16 1df406cf5192: Waiting 20:38:16 cd6300453558: Waiting 20:38:16 b9c365052c96: Waiting 20:38:16 a2d8cc88f415: Waiting 20:38:16 ea1d1ca13537: Waiting 20:38:16 3750a50a1c5e: Waiting 20:38:16 8a11ddd9e578: Waiting 20:38:16 4cf88f913ddb: Waiting 20:38:16 777b28850792: Verifying Checksum 20:38:16 777b28850792: Download complete 20:38:16 2a23fa8c16f7: Verifying Checksum 20:38:16 2a23fa8c16f7: Download complete 20:38:16 4cf88f913ddb: Verifying Checksum 20:38:16 4cf88f913ddb: Download complete 20:38:16 1df406cf5192: Verifying Checksum 20:38:16 1df406cf5192: Download complete 20:38:17 cde5963f3b93: Verifying Checksum 20:38:17 cde5963f3b93: Pull complete 20:38:18 2a23fa8c16f7: Pull complete 20:38:18 777b28850792: Pull complete 20:38:21 cd6300453558: Verifying Checksum 20:38:21 cd6300453558: Download complete 20:38:21 a2d8cc88f415: Verifying Checksum 20:38:21 a2d8cc88f415: Download complete 20:38:23 ea1d1ca13537: Verifying Checksum 20:38:23 ea1d1ca13537: Download complete 20:38:24 3750a50a1c5e: Download complete 20:38:26 b9c365052c96: Download complete 20:38:28 8a11ddd9e578: Verifying Checksum 20:38:28 8a11ddd9e578: Download complete 20:38:41 8a11ddd9e578: Pull complete 20:38:41 4cf88f913ddb: Pull complete 20:38:41 1df406cf5192: Pull complete 20:38:45 cd6300453558: Pull complete 20:38:50 b9c365052c96: Pull complete 20:38:50 a2d8cc88f415: Pull complete 20:38:52 ea1d1ca13537: Pull complete 20:38:52 3750a50a1c5e: Pull complete 20:38:52 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 20:38:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 20:38:52 ---> 78745c68409d 20:38:52 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:38:57 ---> Running in 4a3f4d97c444 20:38:57 Removing intermediate container 4a3f4d97c444 20:38:57 ---> f7721f7dca11 20:38:57 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 20:38:57 ---> Running in e7ce19b83f02 20:38:58 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 20:38:59 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 20:38:59 (1/5) Installing libsodium (1.0.18-r0) 20:38:59 (2/5) Installing libzmq (4.3.2-r0) 20:38:59 (3/5) Installing pkgconf (1.6.3-r0) 20:38:59 (4/5) Installing libsodium-dev (1.0.18-r0) 20:38:59 (5/5) Installing zeromq-dev (4.3.2-r0) 20:38:59 Executing busybox-1.31.1-r8.trigger 20:38:59 OK: 127 MiB in 44 packages 20:39:01 Removing intermediate container e7ce19b83f02 20:39:01 ---> fa9f4f1e931a 20:39:01 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 20:39:01 ---> Running in e7a262f4f58d 20:39:01 Removing intermediate container e7a262f4f58d 20:39:01 ---> 52c0ce34b051 20:39:01 Step 6/7 : COPY go.mod . 20:39:02 ---> c4b9404c33cc 20:39:02 Step 7/7 : RUN go mod download 20:39:02 ---> Running in f566171e2496 20:39:06 Running on prd-centos7-docker-4c-2g-988 in /w/workspace/exfoundry_go-mod-messaging_PR-43 [Pipeline] { [Pipeline] ws 20:39:06 Running in /w/workspace/go-mod-messaging/8 [Pipeline] { [Pipeline] checkout 20:39:09 go: finding github.com/davecgh/go-spew v1.1.0 20:39:09 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 20:39:09 go: finding github.com/fsnotify/fsnotify v1.4.7 20:39:09 go: finding github.com/go-redis/redis/v7 v7.2.0 20:39:09 go: finding github.com/golang/protobuf v1.3.2 20:39:09 go: finding github.com/hpcloud/tail v1.0.0 20:39:09 go: finding github.com/kr/pretty v0.1.0 20:39:09 go: finding github.com/kr/pty v1.1.1 20:39:09 go: finding github.com/kr/text v0.1.0 20:39:09 go: finding github.com/onsi/ginkgo v1.10.1 20:39:09 go: finding github.com/onsi/gomega v1.7.0 20:39:09 go: finding github.com/pebbe/zmq4 v1.0.0 20:39:09 go: finding github.com/pmezard/go-difflib v1.0.0 20:39:09 go: finding github.com/stretchr/objx v0.1.0 20:39:09 go: finding github.com/stretchr/testify v1.3.0 20:39:09 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 20:39:09 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:39:10 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 20:39:10 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 20:39:10 go: finding golang.org/x/text v0.3.2 20:39:10 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 20:39:10 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 20:39:10 go: finding gopkg.in/fsnotify.v1 v1.4.7 20:39:10 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 20:39:10 go: finding gopkg.in/yaml.v2 v2.2.4 20:39:13 using credential edgex-jenkins-ssh 20:39:13 Cloning the remote Git repository 20:39:13 Cloning with configured refspecs honoured and without tags 20:39:13 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 20:39:13 > git init /w/workspace/go-mod-messaging/8 # timeout=10 20:39:13 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 20:39:13 > git --version # timeout=10 20:39:13 using GIT_SSH to set credentials SSH Credentials for GitHub 20:39:13 > 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:39:14 Fetching without tags 20:39:15 Merging remotes/origin/master commit 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 into PR head commit cdea1b5682530db0d5b9d8e46a69989a563861a8 20:39:14 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 20:39:14 > git config --add remote.origin.fetch +refs/pull/43/head:refs/remotes/origin/PR-43 # timeout=10 20:39:14 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 20:39:14 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 20:39:14 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 20:39:14 using GIT_SSH to set credentials SSH Credentials for GitHub 20:39: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:39:15 > git config core.sparsecheckout # timeout=10 20:39:15 > git checkout -f cdea1b5682530db0d5b9d8e46a69989a563861a8 # timeout=10 20:39:15 Merge succeeded, producing cdea1b5682530db0d5b9d8e46a69989a563861a8 20:39:15 Checking out Revision cdea1b5682530db0d5b9d8e46a69989a563861a8 (PR-43) 20:39:15 > git remote # timeout=10 20:39:15 > git config --get remote.origin.url # timeout=10 20:39:15 using GIT_SSH to set credentials SSH Credentials for GitHub 20:39:15 > git merge 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 # timeout=10 20:39:15 > git rev-parse HEAD^{commit} # timeout=10 20:39:15 > git config core.sparsecheckout # timeout=10 20:39:15 > git checkout -f cdea1b5682530db0d5b9d8e46a69989a563861a8 # timeout=10 20:39:19 Commit message: "Merge branch 'master' into PRTEMPLATE" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 20:39:20 ========================================================= 20:39:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 20:39:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:39: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:39:21 Sending build context to Docker daemon 571.9kB 20:39:21 Step 1/7 : ARG BASE=golang:1.13-alpine 20:39:21 Step 2/7 : FROM ${BASE} 20:39:22 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 20:39:22 e6b0cf9c0882: Pulling fs layer 20:39:22 2848faf0eed1: Pulling fs layer 20:39:22 0f37312ad70f: Pulling fs layer 20:39:22 5788d62ee057: Pulling fs layer 20:39:22 0e6b1d234666: Pulling fs layer 20:39:22 bf5d7aec512f: Pulling fs layer 20:39:22 34c802a77dc8: Pulling fs layer 20:39:22 9eb99e56ec68: Pulling fs layer 20:39:22 27c7a5d97fbd: Pulling fs layer 20:39:22 5c102a31e300: Pulling fs layer 20:39:22 dcfb455df0a1: Pulling fs layer 20:39:22 bf5d7aec512f: Waiting 20:39:22 34c802a77dc8: Waiting 20:39:22 9eb99e56ec68: Waiting 20:39:22 27c7a5d97fbd: Waiting 20:39:22 5c102a31e300: Waiting 20:39:22 dcfb455df0a1: Waiting 20:39:22 5788d62ee057: Waiting 20:39:22 0e6b1d234666: Waiting 20:39:22 0f37312ad70f: Verifying Checksum 20:39:22 0f37312ad70f: Download complete 20:39:22 2848faf0eed1: Download complete 20:39:22 0e6b1d234666: Verifying Checksum 20:39:22 0e6b1d234666: Download complete 20:39:22 bf5d7aec512f: Verifying Checksum 20:39:22 bf5d7aec512f: Download complete 20:39:22 e6b0cf9c0882: Verifying Checksum 20:39:22 e6b0cf9c0882: Download complete 20:39:22 Removing intermediate container f566171e2496 20:39:22 ---> 52305a39e7eb 20:39:22 Successfully built 52305a39e7eb 20:39:22 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:39:23 e6b0cf9c0882: Pull complete 20:39:23 + docker inspect -f . ci-base-image-arm64 20:39:23 2848faf0eed1: Pull complete 20:39:23 0f37312ad70f: Pull complete 20:39:23 . [Pipeline] withDockerContainer 20:39:24 prd-ubuntu18.04-docker-arm64-4c-16g-987 does not seem to be running inside a container 20:39:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/8 -v /w/workspace/go-mod-messaging/8:/w/workspace/go-mod-messaging/8:rw,z -v /w/workspace/go-mod-messaging/8@tmp:/w/workspace/go-mod-messaging/8@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 ******** -e ******** ci-base-image-arm64 cat 20:39:24 34c802a77dc8: Verifying Checksum 20:39:24 34c802a77dc8: Download complete 20:39:24 27c7a5d97fbd: Verifying Checksum 20:39:24 27c7a5d97fbd: Download complete 20:39:25 $ docker top a08b6be377323267df99fd196a8fd6750ec0a2d6f764a9992fb007805d6da538 -eo pid,comm [Pipeline] { [Pipeline] sh 20:39:26 9eb99e56ec68: Verifying Checksum 20:39:26 9eb99e56ec68: Download complete 20:39:26 5788d62ee057: Verifying Checksum 20:39:26 5788d62ee057: Download complete 20:39:26 + go version 20:39:26 go version go1.13.5 linux/arm64 [Pipeline] sh 20:39:26 dcfb455df0a1: Verifying Checksum 20:39:26 dcfb455df0a1: Download complete 20:39:26 5c102a31e300: Verifying Checksum 20:39:26 5c102a31e300: Download complete 20:39:27 + make test 20:39:27 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:39:35 5788d62ee057: Pull complete 20:39:35 0e6b1d234666: Pull complete 20:39:35 bf5d7aec512f: Pull complete 20:39:39 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] 20:39:40 34c802a77dc8: Pull complete 20:39:43 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.027s coverage: 94.7% of statements 20:39:45 9eb99e56ec68: Pull complete 20:39:45 27c7a5d97fbd: Pull complete 20:39:46 5c102a31e300: Pull complete 20:39:46 dcfb455df0a1: Pull complete 20:39:46 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 20:39:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 20:39:46 ---> 7c70fe431013 20:39:46 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:39:46 ---> Running in ab20d25494f0 20:39:46 Removing intermediate container ab20d25494f0 20:39:46 ---> 4cb361dbb638 20:39:46 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 20:39:46 ---> Running in b25895831bcc 20:39:47 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 20:39:48 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 20:39:49 (1/5) Installing libsodium (1.0.18-r0) 20:39:49 (2/5) Installing libzmq (4.3.2-r0) 20:39:49 (3/5) Installing pkgconf (1.6.3-r0) 20:39:49 (4/5) Installing libsodium-dev (1.0.18-r0) 20:39:49 (5/5) Installing zeromq-dev (4.3.2-r0) 20:39:49 Executing busybox-1.31.1-r8.trigger 20:39:49 OK: 145 MiB in 44 packages 20:39:50 Removing intermediate container b25895831bcc 20:39:50 ---> dfea124a59d4 20:39:50 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 20:39:50 ---> Running in aa1436019602 20:39:50 Removing intermediate container aa1436019602 20:39:50 ---> 5f4ccbf012fd 20:39:50 Step 6/7 : COPY go.mod . 20:39:51 ---> 313600873c12 20:39:51 Step 7/7 : RUN go mod download 20:39:51 ---> Running in 792c85431172 20:39:53 go: finding github.com/davecgh/go-spew v1.1.0 20:39:53 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 20:39:53 go: finding github.com/fsnotify/fsnotify v1.4.7 20:39:53 go: finding github.com/go-redis/redis/v7 v7.2.0 20:39:53 go: finding github.com/golang/protobuf v1.3.2 20:39:53 go: finding github.com/hpcloud/tail v1.0.0 20:39:53 go: finding github.com/kr/pretty v0.1.0 20:39:53 go: finding github.com/kr/pty v1.1.1 20:39:53 go: finding github.com/kr/text v0.1.0 20:39:53 go: finding github.com/onsi/ginkgo v1.10.1 20:39:53 go: finding github.com/onsi/gomega v1.7.0 20:39:53 go: finding github.com/pebbe/zmq4 v1.0.0 20:39:53 go: finding github.com/pmezard/go-difflib v1.0.0 20:39:53 go: finding github.com/stretchr/objx v0.1.0 20:39:53 go: finding github.com/stretchr/testify v1.3.0 20:39:53 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 20:39:53 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:39:53 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 20:39:53 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 20:39:53 go: finding golang.org/x/text v0.3.2 20:39:53 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 20:39:53 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 20:39:53 go: finding gopkg.in/fsnotify.v1 v1.4.7 20:39:53 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 20:39:53 go: finding gopkg.in/yaml.v2 v2.2.4 20:39:55 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.027s coverage: 77.1% of statements 20:39:55 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] 20:40:00 Removing intermediate container 792c85431172 20:40:00 ---> 7d02e56acd2e 20:40:00 Successfully built 7d02e56acd2e 20:40:00 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:40:01 + docker inspect -f . ci-base-image-x86_64 20:40:01 . [Pipeline] withDockerContainer 20:40:01 prd-centos7-docker-4c-2g-988 does not seem to be running inside a container 20:40:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/8 -v /w/workspace/go-mod-messaging/8:/w/workspace/go-mod-messaging/8:rw,z -v /w/workspace/go-mod-messaging/8@tmp:/w/workspace/go-mod-messaging/8@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 ******** -e ******** ci-base-image-x86_64 cat 20:40:03 $ docker top 0af2afaaa4a065081ab44d8bc0bf01a0ab16b2ed1d56025fb79125da4fdd5b06 -eo pid,comm [Pipeline] { [Pipeline] sh 20:40:04 + go version 20:40:04 go version go1.13.5 linux/amd64 [Pipeline] sh 20:40:05 + make test 20:40:05 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:40:12 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] 20:40:14 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.029s coverage: 94.7% of statements 20:40:20 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.020s coverage: 77.1% of statements 20:40:20 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] 20:40:22 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.392s coverage: 84.1% of statements 20:40:22 ok github.com/edgexfoundry/go-mod-messaging/messaging 0.025s coverage: 85.7% of statements 20:40:22 ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.049s coverage: 100.0% of statements 20:40:22 ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.034s coverage: 100.0% of statements 20:40:22 ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.018s coverage: 90.9% of statements 20:40:22 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:40:22 gofmt -l . 20:40:22 [ "`gofmt -l .`" = "" ] [Pipeline] stash 20:40:22 Stashed 1 file(s) [Pipeline] } 20:40:22 $ docker stop --time=1 a08b6be377323267df99fd196a8fd6750ec0a2d6f764a9992fb007805d6da538 20:40:25 $ docker rm -f a08b6be377323267df99fd196a8fd6750ec0a2d6f764a9992fb007805d6da538 [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:40:46 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.431s coverage: 84.1% of statements 20:40:46 ok github.com/edgexfoundry/go-mod-messaging/messaging 0.077s coverage: 85.7% of statements 20:40:46 ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.020s coverage: 100.0% of statements 20:40:46 ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.016s coverage: 100.0% of statements 20:40:46 ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.041s coverage: 90.9% of statements 20:40:46 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:40:46 gofmt -l . 20:40:46 [ "`gofmt -l .`" = "" ] [Pipeline] stash 20:40:46 Warning: overwriting stash ‘coverage-report’ 20:40:47 Stashed 1 file(s) [Pipeline] } 20:40:47 $ docker stop --time=1 0af2afaaa4a065081ab44d8bc0bf01a0ab16b2ed1d56025fb79125da4fdd5b06 20:40:49 $ docker rm -f 0af2afaaa4a065081ab44d8bc0bf01a0ab16b2ed1d56025fb79125da4fdd5b06 [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:40:52 provisioning config files... 20:40:52 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/exfoundry_go-mod-messaging_PR-43@tmp/config4924034943947998039tmp [Pipeline] { [Pipeline] sh 20:40:52 + bash -s - -t @/w/workspace/exfoundry_go-mod-messaging_PR-43@tmp/config4924034943947998039tmp 20:40:52 + curl -s https://codecov.io/bash 20:40:53 20:40:53 _____ _ 20:40:53 / ____| | | 20:40:53 | | ___ __| | ___ ___ _____ __ 20:40:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:40:53 | |___| (_) | (_| | __/ (_| (_) \ V / 20:40:53 \_____\___/ \__,_|\___|\___\___/ \_/ 20:40:53 Bash-20200430-d757c17 20:40:53 20:40:53 20:40:53 ==> Jenkins CI detected. 20:40:53 project root: . 20:40:53 Fixing merge commit SHA 20:40:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:40:53 ==> Running gcov in . (disable via -X gcov) 20:40:53 ==> Python coveragepy not found 20:40:53 ==> Searching for coverage reports in: 20:40:53 + . 20:40:53 -> Found 1 reports 20:40:53 ==> Detecting git/mercurial file structure 20:40:53 ==> Reading reports 20:40:53 + ./coverage.out bytes=20619 20:40:53 ==> Appending adjustments 20:40:53 https://docs.codecov.io/docs/fixing-reports 20:40:53 + Found adjustments 20:40:53 ==> Gzipping contents 20:40:53 ==> Uploading reports 20:40:53 url: https://codecov.io 20:40:53 query: branch=PR-43&commit=3d0432dae5e37f6ca1b3ff7de6156999f2cf9766&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-43%2F8%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=43&job= 20:40:53 -> Pinging Codecov 20:40:53 https://codecov.io/upload/v4?package=bash-20200430-d757c17&token=secret&branch=PR-43&commit=3d0432dae5e37f6ca1b3ff7de6156999f2cf9766&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-43%2F8%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=43&job= 20:40:53 -> Uploading 20:40:54 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 [Pipeline] } 20:40:54 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:40:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:40:56 ---> package-listing.sh 20:40:56 ++ facter osfamily 20:40:56 ++ tr '[:upper:]' '[:lower:]' 20:40:56 + OS_FAMILY=redhat 20:40:56 + workspace=/w/workspace/exfoundry_go-mod-messaging_PR-43 20:40:56 + START_PACKAGES=/tmp/packages_start.txt 20:40:56 + END_PACKAGES=/tmp/packages_end.txt 20:40:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:40:56 + PACKAGES=/tmp/packages_start.txt 20:40:56 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-43 ']' 20:40:56 + PACKAGES=/tmp/packages_end.txt 20:40:56 + case "${OS_FAMILY}" in 20:40:56 + rpm -qa 20:40:56 + sort 20:41:00 + '[' -f /tmp/packages_start.txt ']' 20:41:00 + '[' -f /tmp/packages_end.txt ']' 20:41:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:41:00 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-43 ']' 20:41:00 + mkdir -p /w/workspace/exfoundry_go-mod-messaging_PR-43/archives/ 20:41:00 + 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:41:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:41:00 20:41:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:41:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:41:01 alpine: Pulling from edgex-lftools-log-publisher 20:41:01 c9b1b535fdd9: Pulling fs layer 20:41:01 2cc5ad85d9ab: Pulling fs layer 20:41:01 756a868c4378: Pulling fs layer 20:41:01 444b2fc9a129: Pulling fs layer 20:41:01 ea15f1150254: Pulling fs layer 20:41:01 41b27a9f41bf: Pulling fs layer 20:41:01 28c525ee5125: Pulling fs layer 20:41:01 094b1ea09ed8: Pulling fs layer 20:41:01 138eaada9080: Pulling fs layer 20:41:01 0622d0fa9048: Pulling fs layer 20:41:01 ea15f1150254: Waiting 20:41:01 41b27a9f41bf: Waiting 20:41:01 28c525ee5125: Waiting 20:41:01 094b1ea09ed8: Waiting 20:41:01 138eaada9080: Waiting 20:41:01 0622d0fa9048: Waiting 20:41:01 444b2fc9a129: Waiting 20:41:01 2cc5ad85d9ab: Verifying Checksum 20:41:01 2cc5ad85d9ab: Download complete 20:41:01 444b2fc9a129: Verifying Checksum 20:41:01 444b2fc9a129: Download complete 20:41:01 c9b1b535fdd9: Verifying Checksum 20:41:01 c9b1b535fdd9: Download complete 20:41:01 ea15f1150254: Verifying Checksum 20:41:01 ea15f1150254: Download complete 20:41:01 28c525ee5125: Verifying Checksum 20:41:01 28c525ee5125: Download complete 20:41:01 c9b1b535fdd9: Pull complete 20:41:01 756a868c4378: Download complete 20:41:02 138eaada9080: Verifying Checksum 20:41:02 138eaada9080: Download complete 20:41:02 0622d0fa9048: Verifying Checksum 20:41:02 0622d0fa9048: Download complete 20:41:02 094b1ea09ed8: Verifying Checksum 20:41:02 094b1ea09ed8: Download complete 20:41:02 2cc5ad85d9ab: Pull complete 20:41:02 41b27a9f41bf: Verifying Checksum 20:41:02 41b27a9f41bf: Download complete 20:41:05 756a868c4378: Pull complete 20:41:05 444b2fc9a129: Pull complete 20:41:05 ea15f1150254: Pull complete 20:41:09 41b27a9f41bf: Pull complete 20:41:09 28c525ee5125: Pull complete 20:41:12 094b1ea09ed8: Pull complete 20:41:13 138eaada9080: Pull complete 20:41:13 0622d0fa9048: Pull complete 20:41:13 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 20:41:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:41:13 prd-centos7-docker-4c-2g-986 does not seem to be running inside a container 20:41:13 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:41:14 $ docker top b533ba89f440c9a20b1f876533613f526ccca7df2e4b2f4105a9acf26575a386 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:41:14 provisioning config files... 20:41:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-messaging_PR-43@tmp/config8827940871901555188tmp [Pipeline] { [Pipeline] echo 20:41:14 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:41:14 ---> create-netrc.sh [Pipeline] echo 20:41:14 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:41:15 ---> logs-deploy.sh 20:41:15 + ARCHIVE_ARTIFACTS= 20:41:15 + LOGS_SERVER=https://logs.edgexfoundry.org 20:41:15 + '[' https://logs.edgexfoundry.org == None ']' 20:41:15 + NEXUS_URL=https://nexus.edgexfoundry.org 20:41:15 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-43/8 20:41:15 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-messaging/job/PR-43/8/ 20:41:15 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-43/8 /w/workspace/exfoundry_go-mod-messaging_PR-43 20:41:16 Archives upload complete. 20:41:16 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-43/8 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-messaging/job/PR-43/8/ 20:41:18 ---> uname -a: 20:41:18 Linux b533ba89f440 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux 20:41:18 20:41:18 20:41:18 ---> lscpu: 20:41:18 Architecture: x86_64 20:41:18 CPU op-mode(s): 32-bit, 64-bit 20:41:18 Byte Order: Little Endian 20:41:18 Address sizes: 40 bits physical, 48 bits virtual 20:41:18 CPU(s): 4 20:41:18 On-line CPU(s) list: 0-3 20:41:18 Thread(s) per core: 1 20:41:18 Core(s) per socket: 1 20:41:18 Socket(s): 4 20:41:18 NUMA node(s): 1 20:41:18 Vendor ID: GenuineIntel 20:41:18 CPU family: 6 20:41:18 Model: 44 20:41:18 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:41:18 Stepping: 1 20:41:18 CPU MHz: 2933.436 20:41:18 BogoMIPS: 5866.87 20:41:18 Virtualization: VT-x 20:41:18 Hypervisor vendor: KVM 20:41:18 Virtualization type: full 20:41:18 L1d cache: 128 KiB 20:41:18 L1i cache: 128 KiB 20:41:18 L2 cache: 16 MiB 20:41:18 L3 cache: 64 MiB 20:41:18 NUMA node0 CPU(s): 0-3 20:41:18 Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes 20:41:18 Vulnerability Meltdown: Mitigation; PTI 20:41:18 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:41:18 Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization 20:41:18 Vulnerability Spectre v2: Mitigation; Full retpoline 20:41:18 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 20:41:18 20:41:18 20:41:18 ---> nproc: 20:41:18 4 20:41:18 20:41:18 20:41:18 ---> df -h: 20:41:18 Filesystem Size Used Available Use% Mounted on 20:41:18 overlay 50.0G 6.3G 43.7G 13% / 20:41:18 tmpfs 64.0M 0 64.0M 0% /dev 20:41:18 tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup 20:41:18 shm 64.0M 0 64.0M 0% /dev/shm 20:41:18 /dev/vda1 50.0G 6.3G 43.7G 13% /etc/resolv.conf 20:41:18 /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hostname 20:41:18 /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hosts 20:41:18 /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/exfoundry_go-mod-messaging_PR-43 20:41:18 /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/exfoundry_go-mod-messaging_PR-43@tmp 20:41:18 /dev/vda1 50.0G 6.3G 43.7G 13% /var/log/sa 20:41:18 20:41:18 20:41:18 ---> free -m: 20:41:18 total used free shared buff/cache available 20:41:18 Mem: 1838 648 68 0 1121 1085 20:41:18 Swap: 1023 0 1023 20:41:18 20:41:18 20:41:18 ---> ip addr: 20:41:18 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:41:18 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:41:18 inet 127.0.0.1/8 scope host lo 20:41:18 valid_lft forever preferred_lft forever 20:41:18 6: eth0@if7: mtu 1458 qdisc noqueue state UP 20:41:18 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 20:41:18 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 20:41:18 valid_lft forever preferred_lft forever 20:41:18 20:41:18 20:41:18 ---> sar -b -r -n DEV: 20:41:18 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 05/27/20 _x86_64_ (4 CPU) 20:41:18 20:41:18 20:35:05 LINUX RESTART 20:41:18 20:41:18 20:36:01 tps rtps wtps bread/s bwrtn/s 20:41:18 20:37:01 10.31 0.08 10.22 2.66 2113.22 20:41:18 20:38:01 2.55 0.00 2.55 0.00 88.01 20:41:18 20:39:01 0.23 0.00 0.23 0.00 3.61 20:41:18 20:40:01 0.28 0.00 0.28 0.00 2.85 20:41:18 20:41:01 51.29 50.66 0.63 3361.57 13.94 20:41:18 Average: 12.94 10.16 2.78 673.36 444.23 20:41:18 20:41:18 20:36:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:41:18 20:37:01 110324 1771980 94.14 2620 1203644 914760 31.21 460608 1149468 16 20:41:18 20:38:01 111360 1770944 94.08 2620 1203648 906536 30.93 460012 1149056 16 20:41:18 20:39:01 110272 1772032 94.14 2620 1203656 906752 30.94 461256 1149056 8 20:41:18 20:40:01 110536 1771768 94.13 2620 1203656 906740 30.94 461436 1149056 8 20:41:18 20:41:01 76660 1805644 95.93 2620 1194508 1109704 37.86 477364 1158524 92296 20:41:18 Average: 103830 1778474 94.48 2620 1201822 948898 32.38 464135 1151032 18469 20:41:18 20:41:18 20:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 20:41:18 20:37:01 eth0 0.55 0.18 0.03 0.04 0.00 0.00 0.00 20:41:18 20:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:18 20:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:18 20:38:01 eth0 0.43 0.08 0.05 0.01 0.00 0.00 0.00 20:41:18 20:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:18 20:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:18 20:39:01 eth0 0.98 0.38 0.39 0.20 0.00 0.00 0.00 20:41:18 20:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:18 20:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:18 20:40:01 eth0 0.48 0.47 0.27 0.21 0.00 0.00 0.00 20:41:18 20:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:18 20:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:18 20:41:01 eth0 69.16 53.65 1565.64 7.93 0.00 0.00 0.00 20:41:18 20:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:18 20:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:18 Average: eth0 14.33 10.96 313.51 1.68 0.00 0.00 0.00 20:41:18 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:18 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:18 20:41:18 20:41:18 ---> sar -P ALL: 20:41:18 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 05/27/20 _x86_64_ (4 CPU) 20:41:18 20:41:18 20:35:05 LINUX RESTART 20:41:18 20:41:18 20:36:01 CPU %user %nice %system %iowait %steal %idle 20:41:18 20:37:01 all 0.21 0.00 0.09 0.00 0.03 99.67 20:41:18 20:37:01 0 0.05 0.00 0.05 0.00 0.03 99.87 20:41:18 20:37:01 1 0.55 0.00 0.08 0.00 0.05 99.32 20:41:18 20:37:01 2 0.15 0.00 0.13 0.00 0.05 99.67 20:41:18 20:37:01 3 0.08 0.00 0.12 0.00 0.02 99.78 20:41:18 20:38:01 all 0.18 0.00 0.05 0.00 0.02 99.75 20:41:18 20:38:01 0 0.05 0.00 0.05 0.00 0.03 99.87 20:41:18 20:38:01 1 0.52 0.00 0.07 0.00 0.03 99.38 20:41:18 20:38:01 2 0.07 0.00 0.05 0.00 0.03 99.85 20:41:18 20:38:01 3 0.08 0.00 0.03 0.00 0.00 99.88 20:41:18 20:39:01 all 0.18 0.00 0.07 0.00 0.02 99.73 20:41:18 20:39:01 0 0.05 0.00 0.07 0.00 0.03 99.85 20:41:18 20:39:01 1 0.50 0.00 0.07 0.00 0.02 99.42 20:41:18 20:39:01 2 0.12 0.00 0.08 0.00 0.00 99.80 20:41:18 20:39:01 3 0.05 0.00 0.03 0.00 0.02 99.90 20:41:18 20:40:01 all 0.17 0.00 0.04 0.00 0.02 99.77 20:41:18 20:40:01 0 0.05 0.00 0.03 0.00 0.03 99.88 20:41:18 20:40:01 1 0.48 0.00 0.03 0.00 0.02 99.47 20:41:18 20:40:01 2 0.10 0.00 0.07 0.00 0.02 99.82 20:41:18 20:40:01 3 0.05 0.00 0.03 0.00 0.03 99.88 20:41:18 20:41:01 all 1.45 0.00 0.81 0.95 0.11 96.68 20:41:18 20:41:01 0 1.14 0.00 0.87 0.10 0.08 97.81 20:41:18 20:41:01 1 1.52 0.00 0.83 1.43 0.10 96.11 20:41:18 20:41:01 2 2.16 0.00 0.95 2.14 0.13 94.62 20:41:18 20:41:01 3 1.00 0.00 0.60 0.12 0.12 98.16 20:41:18 Average: all 0.44 0.00 0.21 0.19 0.04 99.12 20:41:18 Average: 0 0.27 0.00 0.21 0.02 0.04 99.46 20:41:18 Average: 1 0.71 0.00 0.22 0.29 0.04 98.74 20:41:18 Average: 2 0.52 0.00 0.26 0.43 0.05 98.75 20:41:18 Average: 3 0.25 0.00 0.16 0.02 0.04 99.52 20:41:18 20:41:18 20:41:18