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 [2020-05-27T20:35:45.940Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-05-27T20:35:46.142Z] 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 [2020-05-27T20:35:46.263Z] ========================================================= [2020-05-27T20:35:46.263Z] EdgeX Global Pipelines Version Info [2020-05-27T20:35:46.263Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-05-27T20:35:48.139Z] ------------------- [2020-05-27T20:35:48.139Z] stable info: [2020-05-27T20:35:48.139Z] ------------------- [2020-05-27T20:35:48.139Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-05-27T20:35:48.139Z] Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d [2020-05-27T20:35:48.139Z] Message: update stable to v1.0.87 [2020-05-27T20:35:48.716Z] ------------------- [2020-05-27T20:35:48.716Z] experimental info: [2020-05-27T20:35:48.716Z] ------------------- [2020-05-27T20:35:48.716Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-05-27T20:35:48.716Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-05-27T20:35:48.716Z] 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 [2020-05-27T20:35:51.886Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-05-27T20:35:51.886Z] [2020-05-27T20:35:51.886Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-05-27T20:35:52.227Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-05-27T20:35:52.228Z] latest: Pulling from edgex-devops/git-semver [2020-05-27T20:35:52.228Z] 9123ac7c32f7: Pulling fs layer [2020-05-27T20:35:52.228Z] b8cc5d1170e3: Pulling fs layer [2020-05-27T20:35:52.228Z] 2924cbbf6a41: Pulling fs layer [2020-05-27T20:35:52.228Z] 93b08a4f1073: Pulling fs layer [2020-05-27T20:35:52.228Z] 93b08a4f1073: Waiting [2020-05-27T20:35:52.228Z] b8cc5d1170e3: Verifying Checksum [2020-05-27T20:35:52.228Z] b8cc5d1170e3: Download complete [2020-05-27T20:35:52.495Z] 9123ac7c32f7: Verifying Checksum [2020-05-27T20:35:52.495Z] 9123ac7c32f7: Download complete [2020-05-27T20:35:52.495Z] 93b08a4f1073: Verifying Checksum [2020-05-27T20:35:52.495Z] 93b08a4f1073: Download complete [2020-05-27T20:35:52.495Z] 2924cbbf6a41: Verifying Checksum [2020-05-27T20:35:52.495Z] 2924cbbf6a41: Download complete [2020-05-27T20:35:52.761Z] 9123ac7c32f7: Pull complete [2020-05-27T20:35:52.761Z] b8cc5d1170e3: Pull complete [2020-05-27T20:35:53.708Z] 2924cbbf6a41: Pull complete [2020-05-27T20:35:53.974Z] 93b08a4f1073: Pull complete [2020-05-27T20:35:53.974Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-05-27T20:35:53.974Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-05-27T20:35:54.123Z] prd-centos7-docker-4c-2g-986 does not seem to be running inside a container [2020-05-27T20:35:54.177Z] $ 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 [2020-05-27T20:35:54.822Z] $ docker top 569b909ce51e7484bde604167e34b5a46214d2b5300d38da9aa21c2713155fb5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-05-27T20:35:55.148Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-05-27T20:35:55.148Z] [ssh-agent] Looking for ssh-agent implementation... [2020-05-27T20:35:55.392Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-05-27T20:35:55.397Z] $ docker exec 569b909ce51e7484bde604167e34b5a46214d2b5300d38da9aa21c2713155fb5 ssh-agent [2020-05-27T20:35:55.599Z] SSH_AUTH_SOCK=/tmp/ssh-TnWTmaOfoyZA/agent.15 [2020-05-27T20:35:55.599Z] SSH_AGENT_PID=21 [2020-05-27T20:35:55.612Z] Running ssh-add (command line suppressed) [2020-05-27T20:35:55.766Z] 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) [2020-05-27T20:35:55.831Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-05-27T20:35:56.167Z] + git describe --exact-match --tags HEAD [2020-05-27T20:35:56.167Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-05-27T20:35:56.229Z] $ docker exec --env ******** --env ******** 569b909ce51e7484bde604167e34b5a46214d2b5300d38da9aa21c2713155fb5 ssh-agent -k [2020-05-27T20:35:56.386Z] unset SSH_AUTH_SOCK; [2020-05-27T20:35:56.387Z] unset SSH_AGENT_PID; [2020-05-27T20:35:56.387Z] echo Agent pid 21 killed; [2020-05-27T20:35:56.434Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-05-27T20:35:56.528Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-05-27T20:35:56.528Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-05-27T20:35:56.610Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-05-27T20:35:56.610Z] [ssh-agent] Looking for ssh-agent implementation... [2020-05-27T20:35:56.807Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-05-27T20:35:56.812Z] $ docker exec 569b909ce51e7484bde604167e34b5a46214d2b5300d38da9aa21c2713155fb5 ssh-agent [2020-05-27T20:35:57.020Z] SSH_AUTH_SOCK=/tmp/ssh-4q7VqmynXbFR/agent.55 [2020-05-27T20:35:57.020Z] SSH_AGENT_PID=62 [2020-05-27T20:35:57.028Z] Running ssh-add (command line suppressed) [2020-05-27T20:35:57.240Z] 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) [2020-05-27T20:35:57.307Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-05-27T20:35:57.661Z] + git semver init [2020-05-27T20:35:57.661Z] # -> Open(): unable to determine branch for HEAD [2020-05-27T20:35:57.661Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-43/.git [2020-05-27T20:35:57.661Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-messaging_PR-43 [2020-05-27T20:35:57.661Z] # $SEMVER_REMOTE_NAME = origin [2020-05-27T20:35:57.661Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-05-27T20:35:57.661Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-05-27T20:35:57.661Z] # $SEMVER_BRANCH = PR-43 [2020-05-27T20:35:57.661Z] # $SEMVER_TEMP = /tmp/semver-089148263 [2020-05-27T20:35:57.661Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2020-05-27T20:35:58.236Z] # '/tmp/semver-089148263' -> '/w/workspace/exfoundry_go-mod-messaging_PR-43/.semver' [2020-05-27T20:35:58.236Z] # -> Force: false [2020-05-27T20:35:58.236Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-43/.semver [Pipeline] } [2020-05-27T20:35:58.266Z] $ docker exec --env ******** --env ******** 569b909ce51e7484bde604167e34b5a46214d2b5300d38da9aa21c2713155fb5 ssh-agent -k [2020-05-27T20:35:58.428Z] unset SSH_AUTH_SOCK; [2020-05-27T20:35:58.429Z] unset SSH_AGENT_PID; [2020-05-27T20:35:58.429Z] echo Agent pid 62 killed; [2020-05-27T20:35:58.481Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-05-27T20:35:58.985Z] + git semver [Pipeline] } [2020-05-27T20:35:59.003Z] $ docker stop --time=1 569b909ce51e7484bde604167e34b5a46214d2b5300d38da9aa21c2713155fb5 [2020-05-27T20:36:00.375Z] $ docker rm -f 569b909ce51e7484bde604167e34b5a46214d2b5300d38da9aa21c2713155fb5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-05-27T20:36:01.212Z] Stashed 34 file(s) [Pipeline] echo [2020-05-27T20:36:01.213Z] [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 [2020-05-27T20:36:16.522Z] Still waiting to schedule task [2020-05-27T20:36:16.522Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-986’ [2020-05-27T20:36:16.524Z] Still waiting to schedule task [2020-05-27T20:36:16.524Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-929’ is offline [2020-05-27T20:38:00.490Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-987 in /w/workspace/exfoundry_go-mod-messaging_PR-43 [Pipeline] { [Pipeline] ws [2020-05-27T20:38:00.563Z] Running in /w/workspace/go-mod-messaging/8 [Pipeline] { [Pipeline] checkout [2020-05-27T20:38:06.836Z] using credential edgex-jenkins-ssh [2020-05-27T20:38:06.901Z] Cloning the remote Git repository [2020-05-27T20:38:06.901Z] Cloning with configured refspecs honoured and without tags [2020-05-27T20:38:08.056Z] Fetching without tags [2020-05-27T20:38:06.970Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2020-05-27T20:38:07.094Z] > git init /w/workspace/go-mod-messaging/8 # timeout=10 [2020-05-27T20:38:07.187Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-05-27T20:38:07.188Z] > git --version # timeout=10 [2020-05-27T20:38:07.216Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-27T20:38:07.275Z] > 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 [2020-05-27T20:38:07.923Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-05-27T20:38:07.957Z] > git config --add remote.origin.fetch +refs/pull/43/head:refs/remotes/origin/PR-43 # timeout=10 [2020-05-27T20:38:07.976Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-27T20:38:08.020Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-05-27T20:38:08.069Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-05-27T20:38:08.070Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-27T20:38:08.105Z] > 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 [2020-05-27T20:38:08.579Z] Merging remotes/origin/master commit 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 into PR head commit cdea1b5682530db0d5b9d8e46a69989a563861a8 [2020-05-27T20:38:08.947Z] Merge succeeded, producing cdea1b5682530db0d5b9d8e46a69989a563861a8 [2020-05-27T20:38:08.947Z] Checking out Revision cdea1b5682530db0d5b9d8e46a69989a563861a8 (PR-43) [2020-05-27T20:38:08.597Z] > git config core.sparsecheckout # timeout=10 [2020-05-27T20:38:08.616Z] > git checkout -f cdea1b5682530db0d5b9d8e46a69989a563861a8 # timeout=10 [2020-05-27T20:38:08.776Z] > git remote # timeout=10 [2020-05-27T20:38:08.810Z] > git config --get remote.origin.url # timeout=10 [2020-05-27T20:38:08.850Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-27T20:38:08.864Z] > git merge 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 # timeout=10 [2020-05-27T20:38:08.905Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-27T20:38:08.958Z] > git config core.sparsecheckout # timeout=10 [2020-05-27T20:38:08.996Z] > git checkout -f cdea1b5682530db0d5b9d8e46a69989a563861a8 # timeout=10 [2020-05-27T20:38:13.376Z] Commit message: "Merge branch 'master' into PRTEMPLATE" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-05-27T20:38:14.482Z] ========================================================= [2020-05-27T20:38:14.482Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-05-27T20:38:14.482Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-05-27T20:38:15.591Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-05-27T20:38:16.195Z] Sending build context to Docker daemon 571.9kB [2020-05-27T20:38:16.471Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-05-27T20:38:16.471Z] Step 2/7 : FROM ${BASE} [2020-05-27T20:38:16.748Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-05-27T20:38:16.748Z] cde5963f3b93: Pulling fs layer [2020-05-27T20:38:16.748Z] 2a23fa8c16f7: Pulling fs layer [2020-05-27T20:38:16.748Z] 777b28850792: Pulling fs layer [2020-05-27T20:38:16.748Z] 8a11ddd9e578: Pulling fs layer [2020-05-27T20:38:16.748Z] 4cf88f913ddb: Pulling fs layer [2020-05-27T20:38:16.748Z] 1df406cf5192: Pulling fs layer [2020-05-27T20:38:16.748Z] cd6300453558: Pulling fs layer [2020-05-27T20:38:16.748Z] b9c365052c96: Pulling fs layer [2020-05-27T20:38:16.748Z] a2d8cc88f415: Pulling fs layer [2020-05-27T20:38:16.748Z] ea1d1ca13537: Pulling fs layer [2020-05-27T20:38:16.748Z] 3750a50a1c5e: Pulling fs layer [2020-05-27T20:38:16.748Z] 1df406cf5192: Waiting [2020-05-27T20:38:16.748Z] cd6300453558: Waiting [2020-05-27T20:38:16.748Z] b9c365052c96: Waiting [2020-05-27T20:38:16.748Z] a2d8cc88f415: Waiting [2020-05-27T20:38:16.748Z] ea1d1ca13537: Waiting [2020-05-27T20:38:16.748Z] 3750a50a1c5e: Waiting [2020-05-27T20:38:16.748Z] 8a11ddd9e578: Waiting [2020-05-27T20:38:16.748Z] 4cf88f913ddb: Waiting [2020-05-27T20:38:16.748Z] 777b28850792: Verifying Checksum [2020-05-27T20:38:16.748Z] 777b28850792: Download complete [2020-05-27T20:38:16.748Z] 2a23fa8c16f7: Verifying Checksum [2020-05-27T20:38:16.748Z] 2a23fa8c16f7: Download complete [2020-05-27T20:38:16.748Z] 4cf88f913ddb: Verifying Checksum [2020-05-27T20:38:16.748Z] 4cf88f913ddb: Download complete [2020-05-27T20:38:16.748Z] 1df406cf5192: Verifying Checksum [2020-05-27T20:38:16.748Z] 1df406cf5192: Download complete [2020-05-27T20:38:17.027Z] cde5963f3b93: Verifying Checksum [2020-05-27T20:38:17.632Z] cde5963f3b93: Pull complete [2020-05-27T20:38:18.237Z] 2a23fa8c16f7: Pull complete [2020-05-27T20:38:18.841Z] 777b28850792: Pull complete [2020-05-27T20:38:21.479Z] cd6300453558: Verifying Checksum [2020-05-27T20:38:21.479Z] cd6300453558: Download complete [2020-05-27T20:38:21.480Z] a2d8cc88f415: Verifying Checksum [2020-05-27T20:38:21.480Z] a2d8cc88f415: Download complete [2020-05-27T20:38:23.470Z] ea1d1ca13537: Verifying Checksum [2020-05-27T20:38:23.470Z] ea1d1ca13537: Download complete [2020-05-27T20:38:24.069Z] 3750a50a1c5e: Download complete [2020-05-27T20:38:26.682Z] b9c365052c96: Download complete [2020-05-27T20:38:28.657Z] 8a11ddd9e578: Verifying Checksum [2020-05-27T20:38:28.657Z] 8a11ddd9e578: Download complete [2020-05-27T20:38:41.069Z] 8a11ddd9e578: Pull complete [2020-05-27T20:38:41.069Z] 4cf88f913ddb: Pull complete [2020-05-27T20:38:41.069Z] 1df406cf5192: Pull complete [2020-05-27T20:38:45.385Z] cd6300453558: Pull complete [2020-05-27T20:38:50.786Z] b9c365052c96: Pull complete [2020-05-27T20:38:50.786Z] a2d8cc88f415: Pull complete [2020-05-27T20:38:52.759Z] ea1d1ca13537: Pull complete [2020-05-27T20:38:52.759Z] 3750a50a1c5e: Pull complete [2020-05-27T20:38:52.759Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-05-27T20:38:52.759Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-05-27T20:38:52.759Z] ---> 78745c68409d [2020-05-27T20:38:52.759Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-05-27T20:38:57.060Z] ---> Running in 4a3f4d97c444 [2020-05-27T20:38:57.060Z] Removing intermediate container 4a3f4d97c444 [2020-05-27T20:38:57.060Z] ---> f7721f7dca11 [2020-05-27T20:38:57.060Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2020-05-27T20:38:57.060Z] ---> Running in e7ce19b83f02 [2020-05-27T20:38:58.035Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-05-27T20:38:59.003Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-05-27T20:38:59.591Z] (1/5) Installing libsodium (1.0.18-r0) [2020-05-27T20:38:59.591Z] (2/5) Installing libzmq (4.3.2-r0) [2020-05-27T20:38:59.591Z] (3/5) Installing pkgconf (1.6.3-r0) [2020-05-27T20:38:59.869Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-05-27T20:38:59.869Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-05-27T20:38:59.869Z] Executing busybox-1.31.1-r8.trigger [2020-05-27T20:38:59.869Z] OK: 127 MiB in 44 packages [2020-05-27T20:39:01.310Z] Removing intermediate container e7ce19b83f02 [2020-05-27T20:39:01.310Z] ---> fa9f4f1e931a [2020-05-27T20:39:01.310Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-05-27T20:39:01.587Z] ---> Running in e7a262f4f58d [2020-05-27T20:39:01.859Z] Removing intermediate container e7a262f4f58d [2020-05-27T20:39:01.859Z] ---> 52c0ce34b051 [2020-05-27T20:39:01.859Z] Step 6/7 : COPY go.mod . [2020-05-27T20:39:02.453Z] ---> c4b9404c33cc [2020-05-27T20:39:02.453Z] Step 7/7 : RUN go mod download [2020-05-27T20:39:02.729Z] ---> Running in f566171e2496 [2020-05-27T20:39:06.018Z] Running on prd-centos7-docker-4c-2g-988 in /w/workspace/exfoundry_go-mod-messaging_PR-43 [Pipeline] { [Pipeline] ws [2020-05-27T20:39:06.066Z] Running in /w/workspace/go-mod-messaging/8 [Pipeline] { [Pipeline] checkout [2020-05-27T20:39:09.418Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-05-27T20:39:09.418Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-05-27T20:39:09.418Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-05-27T20:39:09.418Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-05-27T20:39:09.418Z] go: finding github.com/golang/protobuf v1.3.2 [2020-05-27T20:39:09.418Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-05-27T20:39:09.418Z] go: finding github.com/kr/pretty v0.1.0 [2020-05-27T20:39:09.690Z] go: finding github.com/kr/pty v1.1.1 [2020-05-27T20:39:09.690Z] go: finding github.com/kr/text v0.1.0 [2020-05-27T20:39:09.690Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-05-27T20:39:09.690Z] go: finding github.com/onsi/gomega v1.7.0 [2020-05-27T20:39:09.690Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-05-27T20:39:09.962Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-05-27T20:39:09.962Z] go: finding github.com/stretchr/objx v0.1.0 [2020-05-27T20:39:09.962Z] go: finding github.com/stretchr/testify v1.3.0 [2020-05-27T20:39:09.962Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-05-27T20:39:09.962Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-05-27T20:39:10.236Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-05-27T20:39:10.236Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-05-27T20:39:10.236Z] go: finding golang.org/x/text v0.3.2 [2020-05-27T20:39:10.236Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-05-27T20:39:10.236Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-05-27T20:39:10.236Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-05-27T20:39:10.236Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-05-27T20:39:10.236Z] go: finding gopkg.in/yaml.v2 v2.2.4 [2020-05-27T20:39:13.313Z] using credential edgex-jenkins-ssh [2020-05-27T20:39:13.359Z] Cloning the remote Git repository [2020-05-27T20:39:13.359Z] Cloning with configured refspecs honoured and without tags [2020-05-27T20:39:13.403Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2020-05-27T20:39:13.491Z] > git init /w/workspace/go-mod-messaging/8 # timeout=10 [2020-05-27T20:39:13.566Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-05-27T20:39:13.566Z] > git --version # timeout=10 [2020-05-27T20:39:13.581Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-27T20:39:13.647Z] > 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 [2020-05-27T20:39:14.291Z] Fetching without tags [2020-05-27T20:39:15.008Z] Merging remotes/origin/master commit 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 into PR head commit cdea1b5682530db0d5b9d8e46a69989a563861a8 [2020-05-27T20:39:14.196Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-05-27T20:39:14.216Z] > git config --add remote.origin.fetch +refs/pull/43/head:refs/remotes/origin/PR-43 # timeout=10 [2020-05-27T20:39:14.242Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-27T20:39:14.280Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-05-27T20:39:14.468Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-05-27T20:39:14.471Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-27T20:39:14.536Z] > 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 [2020-05-27T20:39:15.020Z] > git config core.sparsecheckout # timeout=10 [2020-05-27T20:39:15.050Z] > git checkout -f cdea1b5682530db0d5b9d8e46a69989a563861a8 # timeout=10 [2020-05-27T20:39:15.192Z] Merge succeeded, producing cdea1b5682530db0d5b9d8e46a69989a563861a8 [2020-05-27T20:39:15.192Z] Checking out Revision cdea1b5682530db0d5b9d8e46a69989a563861a8 (PR-43) [2020-05-27T20:39:15.122Z] > git remote # timeout=10 [2020-05-27T20:39:15.153Z] > git config --get remote.origin.url # timeout=10 [2020-05-27T20:39:15.165Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-27T20:39:15.171Z] > git merge 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 # timeout=10 [2020-05-27T20:39:15.182Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-27T20:39:15.198Z] > git config core.sparsecheckout # timeout=10 [2020-05-27T20:39:15.227Z] > git checkout -f cdea1b5682530db0d5b9d8e46a69989a563861a8 # timeout=10 [2020-05-27T20:39:19.523Z] Commit message: "Merge branch 'master' into PRTEMPLATE" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-05-27T20:39:20.607Z] ========================================================= [2020-05-27T20:39:20.607Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-05-27T20:39:20.607Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-05-27T20:39:21.612Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-05-27T20:39:21.877Z] Sending build context to Docker daemon 571.9kB [2020-05-27T20:39:21.877Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-05-27T20:39:21.877Z] Step 2/7 : FROM ${BASE} [2020-05-27T20:39:22.284Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-05-27T20:39:22.284Z] e6b0cf9c0882: Pulling fs layer [2020-05-27T20:39:22.284Z] 2848faf0eed1: Pulling fs layer [2020-05-27T20:39:22.284Z] 0f37312ad70f: Pulling fs layer [2020-05-27T20:39:22.284Z] 5788d62ee057: Pulling fs layer [2020-05-27T20:39:22.284Z] 0e6b1d234666: Pulling fs layer [2020-05-27T20:39:22.284Z] bf5d7aec512f: Pulling fs layer [2020-05-27T20:39:22.284Z] 34c802a77dc8: Pulling fs layer [2020-05-27T20:39:22.284Z] 9eb99e56ec68: Pulling fs layer [2020-05-27T20:39:22.284Z] 27c7a5d97fbd: Pulling fs layer [2020-05-27T20:39:22.284Z] 5c102a31e300: Pulling fs layer [2020-05-27T20:39:22.284Z] dcfb455df0a1: Pulling fs layer [2020-05-27T20:39:22.284Z] bf5d7aec512f: Waiting [2020-05-27T20:39:22.284Z] 34c802a77dc8: Waiting [2020-05-27T20:39:22.284Z] 9eb99e56ec68: Waiting [2020-05-27T20:39:22.284Z] 27c7a5d97fbd: Waiting [2020-05-27T20:39:22.284Z] 5c102a31e300: Waiting [2020-05-27T20:39:22.284Z] dcfb455df0a1: Waiting [2020-05-27T20:39:22.284Z] 5788d62ee057: Waiting [2020-05-27T20:39:22.284Z] 0e6b1d234666: Waiting [2020-05-27T20:39:22.284Z] 0f37312ad70f: Verifying Checksum [2020-05-27T20:39:22.284Z] 0f37312ad70f: Download complete [2020-05-27T20:39:22.284Z] 2848faf0eed1: Download complete [2020-05-27T20:39:22.284Z] 0e6b1d234666: Verifying Checksum [2020-05-27T20:39:22.284Z] 0e6b1d234666: Download complete [2020-05-27T20:39:22.589Z] bf5d7aec512f: Verifying Checksum [2020-05-27T20:39:22.589Z] bf5d7aec512f: Download complete [2020-05-27T20:39:22.589Z] e6b0cf9c0882: Verifying Checksum [2020-05-27T20:39:22.589Z] e6b0cf9c0882: Download complete [2020-05-27T20:39:22.664Z] Removing intermediate container f566171e2496 [2020-05-27T20:39:22.664Z] ---> 52305a39e7eb [2020-05-27T20:39:22.664Z] Successfully built 52305a39e7eb [2020-05-27T20:39:22.664Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-05-27T20:39:23.342Z] e6b0cf9c0882: Pull complete [2020-05-27T20:39:23.481Z] + docker inspect -f . ci-base-image-arm64 [2020-05-27T20:39:23.684Z] 2848faf0eed1: Pull complete [2020-05-27T20:39:23.684Z] 0f37312ad70f: Pull complete [2020-05-27T20:39:23.756Z] . [Pipeline] withDockerContainer [2020-05-27T20:39:24.099Z] prd-ubuntu18.04-docker-arm64-4c-16g-987 does not seem to be running inside a container [2020-05-27T20:39:24.185Z] $ 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 [2020-05-27T20:39:24.766Z] 34c802a77dc8: Verifying Checksum [2020-05-27T20:39:24.766Z] 34c802a77dc8: Download complete [2020-05-27T20:39:24.766Z] 27c7a5d97fbd: Verifying Checksum [2020-05-27T20:39:24.766Z] 27c7a5d97fbd: Download complete [2020-05-27T20:39:25.580Z] $ docker top a08b6be377323267df99fd196a8fd6750ec0a2d6f764a9992fb007805d6da538 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-05-27T20:39:26.358Z] 9eb99e56ec68: Verifying Checksum [2020-05-27T20:39:26.358Z] 9eb99e56ec68: Download complete [2020-05-27T20:39:26.651Z] 5788d62ee057: Verifying Checksum [2020-05-27T20:39:26.651Z] 5788d62ee057: Download complete [2020-05-27T20:39:26.691Z] + go version [2020-05-27T20:39:26.691Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-05-27T20:39:26.931Z] dcfb455df0a1: Verifying Checksum [2020-05-27T20:39:26.931Z] dcfb455df0a1: Download complete [2020-05-27T20:39:26.931Z] 5c102a31e300: Verifying Checksum [2020-05-27T20:39:26.931Z] 5c102a31e300: Download complete [2020-05-27T20:39:27.361Z] + make test [2020-05-27T20:39:27.361Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-05-27T20:39:35.234Z] 5788d62ee057: Pull complete [2020-05-27T20:39:35.234Z] 0e6b1d234666: Pull complete [2020-05-27T20:39:35.234Z] bf5d7aec512f: Pull complete [2020-05-27T20:39:39.792Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] [2020-05-27T20:39:40.689Z] 34c802a77dc8: Pull complete [2020-05-27T20:39:43.217Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.027s coverage: 94.7% of statements [2020-05-27T20:39:45.236Z] 9eb99e56ec68: Pull complete [2020-05-27T20:39:45.236Z] 27c7a5d97fbd: Pull complete [2020-05-27T20:39:46.274Z] 5c102a31e300: Pull complete [2020-05-27T20:39:46.553Z] dcfb455df0a1: Pull complete [2020-05-27T20:39:46.553Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-05-27T20:39:46.553Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-05-27T20:39:46.553Z] ---> 7c70fe431013 [2020-05-27T20:39:46.553Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-05-27T20:39:46.553Z] ---> Running in ab20d25494f0 [2020-05-27T20:39:46.824Z] Removing intermediate container ab20d25494f0 [2020-05-27T20:39:46.824Z] ---> 4cb361dbb638 [2020-05-27T20:39:46.824Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2020-05-27T20:39:46.824Z] ---> Running in b25895831bcc [2020-05-27T20:39:47.804Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-05-27T20:39:48.773Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-05-27T20:39:49.379Z] (1/5) Installing libsodium (1.0.18-r0) [2020-05-27T20:39:49.379Z] (2/5) Installing libzmq (4.3.2-r0) [2020-05-27T20:39:49.647Z] (3/5) Installing pkgconf (1.6.3-r0) [2020-05-27T20:39:49.647Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-05-27T20:39:49.647Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-05-27T20:39:49.940Z] Executing busybox-1.31.1-r8.trigger [2020-05-27T20:39:49.940Z] OK: 145 MiB in 44 packages [2020-05-27T20:39:50.619Z] Removing intermediate container b25895831bcc [2020-05-27T20:39:50.619Z] ---> dfea124a59d4 [2020-05-27T20:39:50.619Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-05-27T20:39:50.619Z] ---> Running in aa1436019602 [2020-05-27T20:39:50.898Z] Removing intermediate container aa1436019602 [2020-05-27T20:39:50.898Z] ---> 5f4ccbf012fd [2020-05-27T20:39:50.898Z] Step 6/7 : COPY go.mod . [2020-05-27T20:39:51.167Z] ---> 313600873c12 [2020-05-27T20:39:51.167Z] Step 7/7 : RUN go mod download [2020-05-27T20:39:51.167Z] ---> Running in 792c85431172 [2020-05-27T20:39:53.117Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-05-27T20:39:53.117Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-05-27T20:39:53.117Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-05-27T20:39:53.117Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-05-27T20:39:53.117Z] go: finding github.com/golang/protobuf v1.3.2 [2020-05-27T20:39:53.117Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-05-27T20:39:53.117Z] go: finding github.com/kr/pretty v0.1.0 [2020-05-27T20:39:53.117Z] go: finding github.com/kr/pty v1.1.1 [2020-05-27T20:39:53.117Z] go: finding github.com/kr/text v0.1.0 [2020-05-27T20:39:53.117Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-05-27T20:39:53.117Z] go: finding github.com/onsi/gomega v1.7.0 [2020-05-27T20:39:53.117Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-05-27T20:39:53.117Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-05-27T20:39:53.117Z] go: finding github.com/stretchr/objx v0.1.0 [2020-05-27T20:39:53.117Z] go: finding github.com/stretchr/testify v1.3.0 [2020-05-27T20:39:53.117Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-05-27T20:39:53.391Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-05-27T20:39:53.391Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-05-27T20:39:53.391Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-05-27T20:39:53.391Z] go: finding golang.org/x/text v0.3.2 [2020-05-27T20:39:53.391Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-05-27T20:39:53.391Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-05-27T20:39:53.391Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-05-27T20:39:53.391Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-05-27T20:39:53.391Z] go: finding gopkg.in/yaml.v2 v2.2.4 [2020-05-27T20:39:55.669Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.027s coverage: 77.1% of statements [2020-05-27T20:39:55.669Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] [2020-05-27T20:40:00.269Z] Removing intermediate container 792c85431172 [2020-05-27T20:40:00.270Z] ---> 7d02e56acd2e [2020-05-27T20:40:00.270Z] Successfully built 7d02e56acd2e [2020-05-27T20:40:00.270Z] 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 [2020-05-27T20:40:01.154Z] + docker inspect -f . ci-base-image-x86_64 [2020-05-27T20:40:01.420Z] . [Pipeline] withDockerContainer [2020-05-27T20:40:01.959Z] prd-centos7-docker-4c-2g-988 does not seem to be running inside a container [2020-05-27T20:40:02.039Z] $ 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 [2020-05-27T20:40:03.178Z] $ docker top 0af2afaaa4a065081ab44d8bc0bf01a0ab16b2ed1d56025fb79125da4fdd5b06 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-05-27T20:40:04.428Z] + go version [2020-05-27T20:40:04.695Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-05-27T20:40:05.458Z] + make test [2020-05-27T20:40:05.458Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-05-27T20:40:12.264Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] [2020-05-27T20:40:14.368Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.029s coverage: 94.7% of statements [2020-05-27T20:40:20.014Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.020s coverage: 77.1% of statements [2020-05-27T20:40:20.014Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] [2020-05-27T20:40:22.425Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.392s coverage: 84.1% of statements [2020-05-27T20:40:22.425Z] ok github.com/edgexfoundry/go-mod-messaging/messaging 0.025s coverage: 85.7% of statements [2020-05-27T20:40:22.425Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.049s coverage: 100.0% of statements [2020-05-27T20:40:22.425Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.034s coverage: 100.0% of statements [2020-05-27T20:40:22.425Z] ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.018s coverage: 90.9% of statements [2020-05-27T20:40:22.425Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-05-27T20:40:22.425Z] gofmt -l . [2020-05-27T20:40:22.425Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-05-27T20:40:22.830Z] Stashed 1 file(s) [Pipeline] } [2020-05-27T20:40:22.835Z] $ docker stop --time=1 a08b6be377323267df99fd196a8fd6750ec0a2d6f764a9992fb007805d6da538 [2020-05-27T20:40:25.089Z] $ 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] } [2020-05-27T20:40:46.859Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.431s coverage: 84.1% of statements [2020-05-27T20:40:46.859Z] ok github.com/edgexfoundry/go-mod-messaging/messaging 0.077s coverage: 85.7% of statements [2020-05-27T20:40:46.859Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.020s coverage: 100.0% of statements [2020-05-27T20:40:46.859Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.016s coverage: 100.0% of statements [2020-05-27T20:40:46.859Z] ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.041s coverage: 90.9% of statements [2020-05-27T20:40:46.859Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-05-27T20:40:46.859Z] gofmt -l . [2020-05-27T20:40:46.859Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-05-27T20:40:46.871Z] Warning: overwriting stash ‘coverage-report’ [2020-05-27T20:40:47.658Z] Stashed 1 file(s) [Pipeline] } [2020-05-27T20:40:47.673Z] $ docker stop --time=1 0af2afaaa4a065081ab44d8bc0bf01a0ab16b2ed1d56025fb79125da4fdd5b06 [2020-05-27T20:40:49.417Z] $ 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 [2020-05-27T20:40:52.390Z] provisioning config files... [2020-05-27T20:40:52.404Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/exfoundry_go-mod-messaging_PR-43@tmp/config4924034943947998039tmp [Pipeline] { [Pipeline] sh [2020-05-27T20:40:52.803Z] + bash -s - -t @/w/workspace/exfoundry_go-mod-messaging_PR-43@tmp/config4924034943947998039tmp [2020-05-27T20:40:52.803Z] + curl -s https://codecov.io/bash [2020-05-27T20:40:53.072Z] [2020-05-27T20:40:53.072Z] _____ _ [2020-05-27T20:40:53.072Z] / ____| | | [2020-05-27T20:40:53.072Z] | | ___ __| | ___ ___ _____ __ [2020-05-27T20:40:53.072Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-05-27T20:40:53.072Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-05-27T20:40:53.072Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-05-27T20:40:53.072Z] Bash-20200430-d757c17 [2020-05-27T20:40:53.072Z] [2020-05-27T20:40:53.072Z] [2020-05-27T20:40:53.072Z] ==> Jenkins CI detected. [2020-05-27T20:40:53.072Z] project root: . [2020-05-27T20:40:53.072Z] Fixing merge commit SHA [2020-05-27T20:40:53.072Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-05-27T20:40:53.072Z] ==> Running gcov in . (disable via -X gcov) [2020-05-27T20:40:53.072Z] ==> Python coveragepy not found [2020-05-27T20:40:53.072Z] ==> Searching for coverage reports in: [2020-05-27T20:40:53.072Z] + . [2020-05-27T20:40:53.072Z] -> Found 1 reports [2020-05-27T20:40:53.072Z] ==> Detecting git/mercurial file structure [2020-05-27T20:40:53.072Z] ==> Reading reports [2020-05-27T20:40:53.072Z] + ./coverage.out bytes=20619 [2020-05-27T20:40:53.072Z] ==> Appending adjustments [2020-05-27T20:40:53.072Z] https://docs.codecov.io/docs/fixing-reports [2020-05-27T20:40:53.333Z] + Found adjustments [2020-05-27T20:40:53.333Z] ==> Gzipping contents [2020-05-27T20:40:53.333Z] ==> Uploading reports [2020-05-27T20:40:53.333Z] url: https://codecov.io [2020-05-27T20:40:53.333Z] 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= [2020-05-27T20:40:53.333Z] -> Pinging Codecov [2020-05-27T20:40:53.333Z] 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= [2020-05-27T20:40:53.909Z] -> Uploading [2020-05-27T20:40:54.493Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 [Pipeline] } [2020-05-27T20:40:54.504Z] 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 [2020-05-27T20:40:55.979Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-27T20:40:56.281Z] ---> package-listing.sh [2020-05-27T20:40:56.282Z] ++ facter osfamily [2020-05-27T20:40:56.282Z] ++ tr '[:upper:]' '[:lower:]' [2020-05-27T20:40:56.282Z] + OS_FAMILY=redhat [2020-05-27T20:40:56.282Z] + workspace=/w/workspace/exfoundry_go-mod-messaging_PR-43 [2020-05-27T20:40:56.282Z] + START_PACKAGES=/tmp/packages_start.txt [2020-05-27T20:40:56.282Z] + END_PACKAGES=/tmp/packages_end.txt [2020-05-27T20:40:56.282Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-05-27T20:40:56.282Z] + PACKAGES=/tmp/packages_start.txt [2020-05-27T20:40:56.282Z] + '[' /w/workspace/exfoundry_go-mod-messaging_PR-43 ']' [2020-05-27T20:40:56.282Z] + PACKAGES=/tmp/packages_end.txt [2020-05-27T20:40:56.282Z] + case "${OS_FAMILY}" in [2020-05-27T20:40:56.282Z] + rpm -qa [2020-05-27T20:40:56.282Z] + sort [2020-05-27T20:41:00.493Z] + '[' -f /tmp/packages_start.txt ']' [2020-05-27T20:41:00.493Z] + '[' -f /tmp/packages_end.txt ']' [2020-05-27T20:41:00.493Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-05-27T20:41:00.493Z] + '[' /w/workspace/exfoundry_go-mod-messaging_PR-43 ']' [2020-05-27T20:41:00.493Z] + mkdir -p /w/workspace/exfoundry_go-mod-messaging_PR-43/archives/ [2020-05-27T20:41:00.493Z] + 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 [2020-05-27T20:41:00.931Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-05-27T20:41:00.931Z] [2020-05-27T20:41:00.931Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-05-27T20:41:01.292Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-05-27T20:41:01.292Z] alpine: Pulling from edgex-lftools-log-publisher [2020-05-27T20:41:01.292Z] c9b1b535fdd9: Pulling fs layer [2020-05-27T20:41:01.292Z] 2cc5ad85d9ab: Pulling fs layer [2020-05-27T20:41:01.292Z] 756a868c4378: Pulling fs layer [2020-05-27T20:41:01.292Z] 444b2fc9a129: Pulling fs layer [2020-05-27T20:41:01.292Z] ea15f1150254: Pulling fs layer [2020-05-27T20:41:01.292Z] 41b27a9f41bf: Pulling fs layer [2020-05-27T20:41:01.292Z] 28c525ee5125: Pulling fs layer [2020-05-27T20:41:01.292Z] 094b1ea09ed8: Pulling fs layer [2020-05-27T20:41:01.292Z] 138eaada9080: Pulling fs layer [2020-05-27T20:41:01.292Z] 0622d0fa9048: Pulling fs layer [2020-05-27T20:41:01.292Z] ea15f1150254: Waiting [2020-05-27T20:41:01.292Z] 41b27a9f41bf: Waiting [2020-05-27T20:41:01.292Z] 28c525ee5125: Waiting [2020-05-27T20:41:01.292Z] 094b1ea09ed8: Waiting [2020-05-27T20:41:01.292Z] 138eaada9080: Waiting [2020-05-27T20:41:01.292Z] 0622d0fa9048: Waiting [2020-05-27T20:41:01.292Z] 444b2fc9a129: Waiting [2020-05-27T20:41:01.292Z] 2cc5ad85d9ab: Verifying Checksum [2020-05-27T20:41:01.292Z] 2cc5ad85d9ab: Download complete [2020-05-27T20:41:01.292Z] 444b2fc9a129: Verifying Checksum [2020-05-27T20:41:01.292Z] 444b2fc9a129: Download complete [2020-05-27T20:41:01.292Z] c9b1b535fdd9: Verifying Checksum [2020-05-27T20:41:01.292Z] c9b1b535fdd9: Download complete [2020-05-27T20:41:01.577Z] ea15f1150254: Verifying Checksum [2020-05-27T20:41:01.577Z] ea15f1150254: Download complete [2020-05-27T20:41:01.577Z] 28c525ee5125: Verifying Checksum [2020-05-27T20:41:01.577Z] 28c525ee5125: Download complete [2020-05-27T20:41:01.847Z] c9b1b535fdd9: Pull complete [2020-05-27T20:41:01.847Z] 756a868c4378: Download complete [2020-05-27T20:41:02.130Z] 138eaada9080: Verifying Checksum [2020-05-27T20:41:02.130Z] 138eaada9080: Download complete [2020-05-27T20:41:02.130Z] 0622d0fa9048: Verifying Checksum [2020-05-27T20:41:02.130Z] 0622d0fa9048: Download complete [2020-05-27T20:41:02.130Z] 094b1ea09ed8: Verifying Checksum [2020-05-27T20:41:02.130Z] 094b1ea09ed8: Download complete [2020-05-27T20:41:02.412Z] 2cc5ad85d9ab: Pull complete [2020-05-27T20:41:02.674Z] 41b27a9f41bf: Verifying Checksum [2020-05-27T20:41:02.674Z] 41b27a9f41bf: Download complete [2020-05-27T20:41:05.238Z] 756a868c4378: Pull complete [2020-05-27T20:41:05.238Z] 444b2fc9a129: Pull complete [2020-05-27T20:41:05.238Z] ea15f1150254: Pull complete [2020-05-27T20:41:09.523Z] 41b27a9f41bf: Pull complete [2020-05-27T20:41:09.523Z] 28c525ee5125: Pull complete [2020-05-27T20:41:12.116Z] 094b1ea09ed8: Pull complete [2020-05-27T20:41:13.072Z] 138eaada9080: Pull complete [2020-05-27T20:41:13.339Z] 0622d0fa9048: Pull complete [2020-05-27T20:41:13.339Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-05-27T20:41:13.339Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-05-27T20:41:13.542Z] prd-centos7-docker-4c-2g-986 does not seem to be running inside a container [2020-05-27T20:41:13.596Z] $ 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 [2020-05-27T20:41:14.204Z] $ docker top b533ba89f440c9a20b1f876533613f526ccca7df2e4b2f4105a9acf26575a386 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-05-27T20:41:14.578Z] provisioning config files... [2020-05-27T20:41:14.592Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-messaging_PR-43@tmp/config8827940871901555188tmp [Pipeline] { [Pipeline] echo [2020-05-27T20:41:14.652Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-27T20:41:14.949Z] ---> create-netrc.sh [Pipeline] echo [2020-05-27T20:41:14.957Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-27T20:41:15.246Z] ---> logs-deploy.sh [2020-05-27T20:41:15.246Z] + ARCHIVE_ARTIFACTS= [2020-05-27T20:41:15.246Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-05-27T20:41:15.246Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-05-27T20:41:15.246Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-05-27T20:41:15.246Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-43/8 [2020-05-27T20:41:15.246Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-messaging/job/PR-43/8/ [2020-05-27T20:41:15.246Z] + 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 [2020-05-27T20:41:16.632Z] Archives upload complete. [2020-05-27T20:41:16.632Z] + 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/