Pull request #53 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 AnthonyMBonafide for edgexfoundry/go-mod-messaging Obtained Jenkinsfile from aeddeb6cd63f141e5fdfcd3dc60b6bfd207174cf+88b3fc04b6492b330f8e0c316fb432c372d24ca0 (402e2e5a7cba7e3869f52160165063d62fcaef76) 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 e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 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 e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 # timeout=10 Commit message: "Merge pull request #157 from ernestojeda/clean-snap-name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-messaging, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-messaging-settings PROJECT: go-mod-messaging USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-5305 in /w/workspace/exfoundry_go-mod-messaging_PR-53 [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 Fetching without tags Merging remotes/origin/master commit 88b3fc04b6492b330f8e0c316fb432c372d24ca0 into PR head commit aeddeb6cd63f141e5fdfcd3dc60b6bfd207174cf > git init /w/workspace/exfoundry_go-mod-messaging_PR-53 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/53/head:refs/remotes/origin/PR-53 +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/53/head:refs/remotes/origin/PR-53 # 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/53/head:refs/remotes/origin/PR-53 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aeddeb6cd63f141e5fdfcd3dc60b6bfd207174cf # timeout=10 Merge succeeded, producing aeddeb6cd63f141e5fdfcd3dc60b6bfd207174cf Checking out Revision aeddeb6cd63f141e5fdfcd3dc60b6bfd207174cf (PR-53) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 88b3fc04b6492b330f8e0c316fb432c372d24ca0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aeddeb6cd63f141e5fdfcd3dc60b6bfd207174cf # timeout=10 Commit message: "Add initial support for Redis Streams" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-04-21T17:17:45.572Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-04-21T17:17:45.778Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk e4a5640bacfc3040153efcab3a42a431afcb8ca7 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-04-21T17:17:45.873Z] ========================================================= [2020-04-21T17:17:45.873Z] EdgeX Global Pipelines Version Info [2020-04-21T17:17:45.873Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-04-21T17:17:47.275Z] ------------------- [2020-04-21T17:17:47.276Z] stable info: [2020-04-21T17:17:47.276Z] ------------------- [2020-04-21T17:17:47.276Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-04-21T17:17:47.276Z] Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 [2020-04-21T17:17:47.276Z] Message: update stable to v1.0.73 [2020-04-21T17:17:47.844Z] ------------------- [2020-04-21T17:17:47.844Z] experimental info: [2020-04-21T17:17:47.844Z] ------------------- [2020-04-21T17:17:47.844Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-04-21T17:17:47.844Z] Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 [2020-04-21T17:17:47.844Z] Message: update experimental to v1.0.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-04-21T17:17:49.551Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-04-21T17:17:49.812Z] [2020-04-21T17:17:49.812Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-04-21T17:17:50.166Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-04-21T17:17:50.166Z] latest: Pulling from edgex-devops/git-semver [2020-04-21T17:17:50.166Z] 9123ac7c32f7: Pulling fs layer [2020-04-21T17:17:50.166Z] b8cc5d1170e3: Pulling fs layer [2020-04-21T17:17:50.166Z] 2924cbbf6a41: Pulling fs layer [2020-04-21T17:17:50.166Z] 93b08a4f1073: Pulling fs layer [2020-04-21T17:17:50.166Z] 93b08a4f1073: Waiting [2020-04-21T17:17:50.166Z] b8cc5d1170e3: Verifying Checksum [2020-04-21T17:17:50.166Z] b8cc5d1170e3: Download complete [2020-04-21T17:17:50.166Z] 9123ac7c32f7: Verifying Checksum [2020-04-21T17:17:50.166Z] 9123ac7c32f7: Download complete [2020-04-21T17:17:50.428Z] 93b08a4f1073: Verifying Checksum [2020-04-21T17:17:50.428Z] 93b08a4f1073: Download complete [2020-04-21T17:17:50.428Z] 2924cbbf6a41: Download complete [2020-04-21T17:17:50.428Z] 9123ac7c32f7: Pull complete [2020-04-21T17:17:50.687Z] b8cc5d1170e3: Pull complete [2020-04-21T17:17:51.630Z] 2924cbbf6a41: Pull complete [2020-04-21T17:17:51.630Z] 93b08a4f1073: Pull complete [2020-04-21T17:17:51.630Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-04-21T17:17:51.630Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-04-21T17:17:51.766Z] prd-centos7-docker-4c-2g-5305 does not seem to be running inside a container [2020-04-21T17:17:51.859Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-messaging_PR-53 -v /w/workspace/exfoundry_go-mod-messaging_PR-53:/w/workspace/exfoundry_go-mod-messaging_PR-53:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-53@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-53@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-04-21T17:17:52.520Z] $ docker top 051cde5147f3bde72e63f71960ef4e5447784a81b28730c57c08f01f54e7df79 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-04-21T17:17:52.801Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-04-21T17:17:52.801Z] [ssh-agent] Looking for ssh-agent implementation... [2020-04-21T17:17:53.068Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-04-21T17:17:53.072Z] $ docker exec 051cde5147f3bde72e63f71960ef4e5447784a81b28730c57c08f01f54e7df79 ssh-agent [2020-04-21T17:17:53.275Z] SSH_AUTH_SOCK=/tmp/ssh-9KDIRJqOkcVZ/agent.14 [2020-04-21T17:17:53.275Z] SSH_AGENT_PID=20 [2020-04-21T17:17:53.285Z] Running ssh-add (command line suppressed) [2020-04-21T17:17:53.429Z] Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-53@tmp/private_key_6361133295430991068.key (/w/workspace/exfoundry_go-mod-messaging_PR-53@tmp/private_key_6361133295430991068.key) [2020-04-21T17:17:53.479Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-04-21T17:17:53.806Z] + git describe --exact-match --tags HEAD [2020-04-21T17:17:53.806Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-04-21T17:17:53.865Z] $ docker exec --env ******** --env ******** 051cde5147f3bde72e63f71960ef4e5447784a81b28730c57c08f01f54e7df79 ssh-agent -k [2020-04-21T17:17:54.012Z] unset SSH_AUTH_SOCK; [2020-04-21T17:17:54.012Z] unset SSH_AGENT_PID; [2020-04-21T17:17:54.012Z] echo Agent pid 20 killed; [2020-04-21T17:17:54.058Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-04-21T17:17:54.126Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-04-21T17:17:54.126Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-04-21T17:17:54.229Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-04-21T17:17:54.229Z] [ssh-agent] Looking for ssh-agent implementation... [2020-04-21T17:17:54.423Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-04-21T17:17:54.427Z] $ docker exec 051cde5147f3bde72e63f71960ef4e5447784a81b28730c57c08f01f54e7df79 ssh-agent [2020-04-21T17:17:54.611Z] SSH_AUTH_SOCK=/tmp/ssh-a1ScMnhEWjev/agent.56 [2020-04-21T17:17:54.611Z] SSH_AGENT_PID=63 [2020-04-21T17:17:54.618Z] Running ssh-add (command line suppressed) [2020-04-21T17:17:54.763Z] Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-53@tmp/private_key_5735567974845030362.key (/w/workspace/exfoundry_go-mod-messaging_PR-53@tmp/private_key_5735567974845030362.key) [2020-04-21T17:17:54.819Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-04-21T17:17:55.143Z] + git semver init [2020-04-21T17:17:55.144Z] # -> Open(): unable to determine branch for HEAD [2020-04-21T17:17:55.144Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-53/.git [2020-04-21T17:17:55.144Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-messaging_PR-53 [2020-04-21T17:17:55.144Z] # $SEMVER_REMOTE_NAME = origin [2020-04-21T17:17:55.144Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-04-21T17:17:55.144Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-04-21T17:17:55.144Z] # $SEMVER_BRANCH = PR-53 [2020-04-21T17:17:55.144Z] # $SEMVER_TEMP = /tmp/semver-203376820 [2020-04-21T17:17:55.144Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2020-04-21T17:17:55.402Z] # '/tmp/semver-203376820' -> '/w/workspace/exfoundry_go-mod-messaging_PR-53/.semver' [2020-04-21T17:17:55.402Z] # -> Force: false [2020-04-21T17:17:55.402Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-53/.semver [Pipeline] } [2020-04-21T17:17:55.411Z] $ docker exec --env ******** --env ******** 051cde5147f3bde72e63f71960ef4e5447784a81b28730c57c08f01f54e7df79 ssh-agent -k [2020-04-21T17:17:55.552Z] unset SSH_AUTH_SOCK; [2020-04-21T17:17:55.552Z] unset SSH_AGENT_PID; [2020-04-21T17:17:55.552Z] echo Agent pid 63 killed; [2020-04-21T17:17:55.587Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-04-21T17:17:56.028Z] + git semver [Pipeline] } [2020-04-21T17:17:56.041Z] $ docker stop --time=1 051cde5147f3bde72e63f71960ef4e5447784a81b28730c57c08f01f54e7df79 [2020-04-21T17:17:57.406Z] $ docker rm -f 051cde5147f3bde72e63f71960ef4e5447784a81b28730c57c08f01f54e7df79 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-04-21T17:17:58.075Z] Stashed 33 file(s) [Pipeline] echo [2020-04-21T17:17:58.077Z] [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-04-21T17:18:13.285Z] Still waiting to schedule task [2020-04-21T17:18:13.286Z] ‘prd-centos7-blackbox-4c-2g-5289’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-4099’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4592’ is offline; ‘prd-centos7-docker-4c-2g-5275’ is offline; ‘prd-centos7-docker-4c-2g-5278’ is offline; ‘prd-centos7-docker-4c-2g-5281’ is offline; ‘prd-centos7-docker-4c-2g-5301’ is offline; ‘prd-centos7-docker-4c-2g-5303’ is offline; ‘prd-centos7-docker-4c-2g-5304’ is offline; ‘prd-centos7-docker-4c-2g-5307’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-5302’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-5306’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-04-21T17:18:13.286Z] Still waiting to schedule task [2020-04-21T17:18:13.286Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-04-21T17:19:35.052Z] Running on prd-centos7-docker-4c-2g-5310 in /w/workspace/exfoundry_go-mod-messaging_PR-53 [Pipeline] { [Pipeline] ws [2020-04-21T17:19:35.103Z] Running in /w/workspace/go-mod-messaging/4 [Pipeline] { [Pipeline] checkout [2020-04-21T17:19:37.227Z] using credential edgex-jenkins-ssh [2020-04-21T17:19:37.272Z] Cloning the remote Git repository [2020-04-21T17:19:37.272Z] Cloning with configured refspecs honoured and without tags [2020-04-21T17:19:37.295Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2020-04-21T17:19:37.331Z] > git init /w/workspace/go-mod-messaging/4 # timeout=10 [2020-04-21T17:19:37.380Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-04-21T17:19:37.380Z] > git --version # timeout=10 [2020-04-21T17:19:37.388Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-21T17:19:37.428Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/53/head:refs/remotes/origin/PR-53 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-21T17:19:37.918Z] Fetching without tags [2020-04-21T17:19:38.301Z] Merging remotes/origin/master commit 88b3fc04b6492b330f8e0c316fb432c372d24ca0 into PR head commit aeddeb6cd63f141e5fdfcd3dc60b6bfd207174cf [2020-04-21T17:19:38.393Z] Merge succeeded, producing aeddeb6cd63f141e5fdfcd3dc60b6bfd207174cf [2020-04-21T17:19:38.394Z] Checking out Revision aeddeb6cd63f141e5fdfcd3dc60b6bfd207174cf (PR-53) [2020-04-21T17:19:37.882Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-04-21T17:19:37.889Z] > git config --add remote.origin.fetch +refs/pull/53/head:refs/remotes/origin/PR-53 # timeout=10 [2020-04-21T17:19:37.894Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-21T17:19:37.909Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-04-21T17:19:37.922Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-04-21T17:19:37.923Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-21T17:19:37.928Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/53/head:refs/remotes/origin/PR-53 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-21T17:19:38.316Z] > git config core.sparsecheckout # timeout=10 [2020-04-21T17:19:38.324Z] > git checkout -f aeddeb6cd63f141e5fdfcd3dc60b6bfd207174cf # timeout=10 [2020-04-21T17:19:38.360Z] > git remote # timeout=10 [2020-04-21T17:19:38.368Z] > git config --get remote.origin.url # timeout=10 [2020-04-21T17:19:38.373Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-21T17:19:38.377Z] > git merge 88b3fc04b6492b330f8e0c316fb432c372d24ca0 # timeout=10 [2020-04-21T17:19:38.386Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-21T17:19:38.396Z] > git config core.sparsecheckout # timeout=10 [2020-04-21T17:19:38.402Z] > git checkout -f aeddeb6cd63f141e5fdfcd3dc60b6bfd207174cf # timeout=10 [2020-04-21T17:19:42.214Z] Commit message: "Add initial support for Redis Streams" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-04-21T17:19:42.917Z] ========================================================= [2020-04-21T17:19:42.917Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-04-21T17:19:42.917Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-04-21T17:19:43.625Z] + 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-04-21T17:19:43.885Z] Sending build context to Docker daemon 528.4kB [2020-04-21T17:19:43.885Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-04-21T17:19:43.885Z] Step 2/7 : FROM ${BASE} [2020-04-21T17:19:43.885Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-04-21T17:19:43.885Z] e6b0cf9c0882: Pulling fs layer [2020-04-21T17:19:43.885Z] 2848faf0eed1: Pulling fs layer [2020-04-21T17:19:43.885Z] 0f37312ad70f: Pulling fs layer [2020-04-21T17:19:43.885Z] 5788d62ee057: Pulling fs layer [2020-04-21T17:19:43.885Z] 0e6b1d234666: Pulling fs layer [2020-04-21T17:19:43.885Z] bf5d7aec512f: Pulling fs layer [2020-04-21T17:19:43.885Z] 34c802a77dc8: Pulling fs layer [2020-04-21T17:19:43.885Z] 9eb99e56ec68: Pulling fs layer [2020-04-21T17:19:43.885Z] 27c7a5d97fbd: Pulling fs layer [2020-04-21T17:19:43.885Z] 5788d62ee057: Waiting [2020-04-21T17:19:43.885Z] 0e6b1d234666: Waiting [2020-04-21T17:19:43.885Z] bf5d7aec512f: Waiting [2020-04-21T17:19:43.885Z] 34c802a77dc8: Waiting [2020-04-21T17:19:43.885Z] 9eb99e56ec68: Waiting [2020-04-21T17:19:43.885Z] 27c7a5d97fbd: Waiting [2020-04-21T17:19:43.885Z] 5c102a31e300: Pulling fs layer [2020-04-21T17:19:43.885Z] dcfb455df0a1: Pulling fs layer [2020-04-21T17:19:43.885Z] 5c102a31e300: Waiting [2020-04-21T17:19:43.885Z] dcfb455df0a1: Waiting [2020-04-21T17:19:43.885Z] 0f37312ad70f: Verifying Checksum [2020-04-21T17:19:43.885Z] 0f37312ad70f: Download complete [2020-04-21T17:19:43.885Z] 2848faf0eed1: Download complete [2020-04-21T17:19:43.885Z] 0e6b1d234666: Download complete [2020-04-21T17:19:43.885Z] bf5d7aec512f: Download complete [2020-04-21T17:19:43.885Z] e6b0cf9c0882: Verifying Checksum [2020-04-21T17:19:43.885Z] e6b0cf9c0882: Download complete [2020-04-21T17:19:44.455Z] e6b0cf9c0882: Pull complete [2020-04-21T17:19:44.455Z] 2848faf0eed1: Pull complete [2020-04-21T17:19:44.725Z] 0f37312ad70f: Pull complete [2020-04-21T17:19:44.987Z] 34c802a77dc8: Verifying Checksum [2020-04-21T17:19:44.987Z] 34c802a77dc8: Download complete [2020-04-21T17:19:44.987Z] 27c7a5d97fbd: Verifying Checksum [2020-04-21T17:19:44.987Z] 27c7a5d97fbd: Download complete [2020-04-21T17:19:45.568Z] 5c102a31e300: Verifying Checksum [2020-04-21T17:19:45.568Z] 5c102a31e300: Download complete [2020-04-21T17:19:45.568Z] dcfb455df0a1: Verifying Checksum [2020-04-21T17:19:45.568Z] dcfb455df0a1: Download complete [2020-04-21T17:19:45.829Z] 5788d62ee057: Verifying Checksum [2020-04-21T17:19:45.829Z] 5788d62ee057: Download complete [2020-04-21T17:19:45.829Z] 9eb99e56ec68: Verifying Checksum [2020-04-21T17:19:45.829Z] 9eb99e56ec68: Download complete [2020-04-21T17:19:52.432Z] 5788d62ee057: Pull complete [2020-04-21T17:19:52.432Z] 0e6b1d234666: Pull complete [2020-04-21T17:19:52.432Z] bf5d7aec512f: Pull complete [2020-04-21T17:19:57.732Z] 34c802a77dc8: Pull complete [2020-04-21T17:20:01.944Z] 9eb99e56ec68: Pull complete [2020-04-21T17:20:01.944Z] 27c7a5d97fbd: Pull complete [2020-04-21T17:20:02.205Z] 5c102a31e300: Pull complete [2020-04-21T17:20:02.466Z] dcfb455df0a1: Pull complete [2020-04-21T17:20:02.466Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-04-21T17:20:02.466Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-04-21T17:20:02.466Z] ---> 7c70fe431013 [2020-04-21T17:20:02.466Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-04-21T17:20:02.466Z] ---> Running in edf2917fba23 [2020-04-21T17:20:02.725Z] Removing intermediate container edf2917fba23 [2020-04-21T17:20:02.725Z] ---> 5f4834c37d67 [2020-04-21T17:20:02.725Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2020-04-21T17:20:02.725Z] ---> Running in befcd4d766df [2020-04-21T17:20:03.294Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-04-21T17:20:04.232Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-04-21T17:20:04.491Z] (1/5) Installing libsodium (1.0.18-r0) [2020-04-21T17:20:04.491Z] (2/5) Installing libzmq (4.3.2-r0) [2020-04-21T17:20:04.491Z] (3/5) Installing pkgconf (1.6.3-r0) [2020-04-21T17:20:04.750Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-04-21T17:20:04.750Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-04-21T17:20:04.750Z] Executing busybox-1.31.1-r8.trigger [2020-04-21T17:20:04.750Z] OK: 145 MiB in 44 packages [2020-04-21T17:20:05.335Z] Removing intermediate container befcd4d766df [2020-04-21T17:20:05.335Z] ---> 49be8a8e0e39 [2020-04-21T17:20:05.335Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-04-21T17:20:05.335Z] ---> Running in 77cd09c1a8e8 [2020-04-21T17:20:05.335Z] Removing intermediate container 77cd09c1a8e8 [2020-04-21T17:20:05.335Z] ---> 3e728ca87394 [2020-04-21T17:20:05.335Z] Step 6/7 : COPY go.mod . [2020-04-21T17:20:05.598Z] ---> 00b7949b5595 [2020-04-21T17:20:05.598Z] Step 7/7 : RUN go mod download [2020-04-21T17:20:05.598Z] ---> Running in 8769683ea16d [2020-04-21T17:20:08.146Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-04-21T17:20:08.146Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-04-21T17:20:08.146Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-04-21T17:20:08.146Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-04-21T17:20:08.146Z] go: finding github.com/golang/protobuf v1.3.2 [2020-04-21T17:20:08.146Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-04-21T17:20:08.146Z] go: finding github.com/kr/pretty v0.1.0 [2020-04-21T17:20:08.146Z] go: finding github.com/kr/pty v1.1.1 [2020-04-21T17:20:08.146Z] go: finding github.com/kr/text v0.1.0 [2020-04-21T17:20:08.146Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-04-21T17:20:08.146Z] go: finding github.com/onsi/gomega v1.7.0 [2020-04-21T17:20:08.146Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-04-21T17:20:08.146Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-04-21T17:20:08.146Z] go: finding github.com/stretchr/objx v0.1.0 [2020-04-21T17:20:08.146Z] go: finding github.com/stretchr/testify v1.3.0 [2020-04-21T17:20:08.146Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-04-21T17:20:08.146Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-04-21T17:20:08.147Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-04-21T17:20:08.147Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-04-21T17:20:08.147Z] go: finding golang.org/x/text v0.3.2 [2020-04-21T17:20:08.147Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-04-21T17:20:08.147Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-04-21T17:20:08.147Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-04-21T17:20:08.147Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-04-21T17:20:08.147Z] go: finding gopkg.in/yaml.v2 v2.2.4 [2020-04-21T17:20:16.291Z] Removing intermediate container 8769683ea16d [2020-04-21T17:20:16.291Z] ---> 6a2de1d7f287 [2020-04-21T17:20:16.291Z] Successfully built 6a2de1d7f287 [2020-04-21T17:20:16.291Z] 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-04-21T17:20:16.890Z] + docker inspect -f . ci-base-image-x86_64 [2020-04-21T17:20:16.890Z] . [Pipeline] withDockerContainer [2020-04-21T17:20:17.021Z] prd-centos7-docker-4c-2g-5310 does not seem to be running inside a container [2020-04-21T17:20:17.065Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/4 -v /w/workspace/go-mod-messaging/4:/w/workspace/go-mod-messaging/4:rw,z -v /w/workspace/go-mod-messaging/4@tmp:/w/workspace/go-mod-messaging/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-04-21T17:20:17.567Z] $ docker top b6bedb89971990cf8375e1d7cca320a9da54b841fb4342de1cf84d46b4bfcda1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-04-21T17:20:18.042Z] + go version [2020-04-21T17:20:18.042Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-04-21T17:20:18.345Z] + make test [2020-04-21T17:20:18.345Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-04-21T17:20:23.808Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] [2020-04-21T17:20:25.202Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.019s coverage: 94.7% of statements [2020-04-21T17:20:29.446Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.006s coverage: 77.1% of statements [2020-04-21T17:20:29.446Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] [2020-04-21T17:20:43.525Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5311 in /w/workspace/exfoundry_go-mod-messaging_PR-53 [Pipeline] { [Pipeline] ws [2020-04-21T17:20:43.630Z] Running in /w/workspace/go-mod-messaging/4 [Pipeline] { [Pipeline] checkout [2020-04-21T17:20:49.944Z] using credential edgex-jenkins-ssh [2020-04-21T17:20:49.995Z] Cloning the remote Git repository [2020-04-21T17:20:49.995Z] Cloning with configured refspecs honoured and without tags [2020-04-21T17:20:50.061Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2020-04-21T17:20:50.150Z] > git init /w/workspace/go-mod-messaging/4 # timeout=10 [2020-04-21T17:20:50.246Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-04-21T17:20:50.247Z] > git --version # timeout=10 [2020-04-21T17:20:50.268Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-21T17:20:51.108Z] Fetching without tags [2020-04-21T17:20:51.396Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.343s coverage: 84.1% of statements [2020-04-21T17:20:51.396Z] ok github.com/edgexfoundry/go-mod-messaging/messaging 0.007s coverage: 85.7% of statements [2020-04-21T17:20:51.397Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.016s coverage: 100.0% of statements [2020-04-21T17:20:51.397Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.021s coverage: 100.0% of statements [2020-04-21T17:20:51.397Z] ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.018s coverage: 90.9% of statements [2020-04-21T17:20:51.397Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-04-21T17:20:50.324Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/53/head:refs/remotes/origin/PR-53 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-21T17:20:50.987Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-04-21T17:20:51.008Z] > git config --add remote.origin.fetch +refs/pull/53/head:refs/remotes/origin/PR-53 # timeout=10 [2020-04-21T17:20:51.030Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-21T17:20:51.061Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-04-21T17:20:51.114Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-04-21T17:20:51.127Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-21T17:20:51.150Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/53/head:refs/remotes/origin/PR-53 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-21T17:20:51.607Z] Merging remotes/origin/master commit 88b3fc04b6492b330f8e0c316fb432c372d24ca0 into PR head commit aeddeb6cd63f141e5fdfcd3dc60b6bfd207174cf [2020-04-21T17:20:51.657Z] gofmt -l . [2020-04-21T17:20:51.657Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-04-21T17:20:51.920Z] Merge succeeded, producing aeddeb6cd63f141e5fdfcd3dc60b6bfd207174cf [2020-04-21T17:20:51.920Z] Checking out Revision aeddeb6cd63f141e5fdfcd3dc60b6bfd207174cf (PR-53) [2020-04-21T17:20:52.057Z] Stashed 1 file(s) [Pipeline] } [2020-04-21T17:20:52.060Z] $ docker stop --time=1 b6bedb89971990cf8375e1d7cca320a9da54b841fb4342de1cf84d46b4bfcda1 [2020-04-21T17:20:51.626Z] > git config core.sparsecheckout # timeout=10 [2020-04-21T17:20:51.667Z] > git checkout -f aeddeb6cd63f141e5fdfcd3dc60b6bfd207174cf # timeout=10 [2020-04-21T17:20:51.765Z] > git remote # timeout=10 [2020-04-21T17:20:51.805Z] > git config --get remote.origin.url # timeout=10 [2020-04-21T17:20:51.834Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-21T17:20:51.850Z] > git merge 88b3fc04b6492b330f8e0c316fb432c372d24ca0 # timeout=10 [2020-04-21T17:20:51.881Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-21T17:20:51.922Z] > git config core.sparsecheckout # timeout=10 [2020-04-21T17:20:51.955Z] > git checkout -f aeddeb6cd63f141e5fdfcd3dc60b6bfd207174cf # timeout=10 [2020-04-21T17:20:53.536Z] $ docker rm -f b6bedb89971990cf8375e1d7cca320a9da54b841fb4342de1cf84d46b4bfcda1 [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-04-21T17:20:56.594Z] Commit message: "Add initial support for Redis Streams" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-04-21T17:20:57.650Z] ========================================================= [2020-04-21T17:20:57.650Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-04-21T17:20:57.650Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-04-21T17:20:58.604Z] + 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-04-21T17:20:59.573Z] Sending build context to Docker daemon 528.4kB [2020-04-21T17:20:59.573Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-04-21T17:20:59.573Z] Step 2/7 : FROM ${BASE} [2020-04-21T17:20:59.840Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-04-21T17:20:59.840Z] cde5963f3b93: Pulling fs layer [2020-04-21T17:20:59.840Z] 2a23fa8c16f7: Pulling fs layer [2020-04-21T17:20:59.840Z] 777b28850792: Pulling fs layer [2020-04-21T17:20:59.840Z] 8a11ddd9e578: Pulling fs layer [2020-04-21T17:20:59.840Z] 4cf88f913ddb: Pulling fs layer [2020-04-21T17:20:59.840Z] 1df406cf5192: Pulling fs layer [2020-04-21T17:20:59.840Z] cd6300453558: Pulling fs layer [2020-04-21T17:20:59.840Z] b9c365052c96: Pulling fs layer [2020-04-21T17:20:59.840Z] a2d8cc88f415: Pulling fs layer [2020-04-21T17:20:59.840Z] ea1d1ca13537: Pulling fs layer [2020-04-21T17:20:59.840Z] 3750a50a1c5e: Pulling fs layer [2020-04-21T17:20:59.840Z] b9c365052c96: Waiting [2020-04-21T17:20:59.840Z] 8a11ddd9e578: Waiting [2020-04-21T17:20:59.840Z] a2d8cc88f415: Waiting [2020-04-21T17:20:59.840Z] 4cf88f913ddb: Waiting [2020-04-21T17:20:59.840Z] ea1d1ca13537: Waiting [2020-04-21T17:20:59.840Z] 3750a50a1c5e: Waiting [2020-04-21T17:20:59.840Z] 1df406cf5192: Waiting [2020-04-21T17:20:59.840Z] cd6300453558: Waiting [2020-04-21T17:20:59.840Z] 777b28850792: Verifying Checksum [2020-04-21T17:20:59.840Z] 777b28850792: Download complete [2020-04-21T17:20:59.840Z] 2a23fa8c16f7: Verifying Checksum [2020-04-21T17:20:59.840Z] 2a23fa8c16f7: Download complete [2020-04-21T17:20:59.840Z] 4cf88f913ddb: Verifying Checksum [2020-04-21T17:20:59.840Z] 4cf88f913ddb: Download complete [2020-04-21T17:20:59.840Z] 1df406cf5192: Download complete [2020-04-21T17:21:00.109Z] cde5963f3b93: Verifying Checksum [2020-04-21T17:21:00.109Z] cde5963f3b93: Download complete [2020-04-21T17:21:01.076Z] cde5963f3b93: Pull complete [2020-04-21T17:21:01.674Z] 2a23fa8c16f7: Pull complete [2020-04-21T17:21:01.943Z] 777b28850792: Pull complete [2020-04-21T17:21:04.217Z] cd6300453558: Verifying Checksum [2020-04-21T17:21:04.217Z] cd6300453558: Download complete [2020-04-21T17:21:04.217Z] a2d8cc88f415: Verifying Checksum [2020-04-21T17:21:04.217Z] a2d8cc88f415: Download complete [2020-04-21T17:21:06.807Z] ea1d1ca13537: Verifying Checksum [2020-04-21T17:21:06.807Z] ea1d1ca13537: Download complete [2020-04-21T17:21:06.807Z] 3750a50a1c5e: Verifying Checksum [2020-04-21T17:21:06.807Z] 3750a50a1c5e: Download complete [2020-04-21T17:21:09.390Z] b9c365052c96: Verifying Checksum [2020-04-21T17:21:09.390Z] b9c365052c96: Download complete [2020-04-21T17:21:10.805Z] 8a11ddd9e578: Verifying Checksum [2020-04-21T17:21:10.805Z] 8a11ddd9e578: Download complete [2020-04-21T17:21:23.152Z] 8a11ddd9e578: Pull complete [2020-04-21T17:21:23.152Z] 4cf88f913ddb: Pull complete [2020-04-21T17:21:23.152Z] 1df406cf5192: Pull complete [2020-04-21T17:21:27.438Z] cd6300453558: Pull complete [2020-04-21T17:21:32.790Z] b9c365052c96: Pull complete [2020-04-21T17:21:32.790Z] a2d8cc88f415: Pull complete [2020-04-21T17:21:34.740Z] ea1d1ca13537: Pull complete [2020-04-21T17:21:34.740Z] 3750a50a1c5e: Pull complete [2020-04-21T17:21:34.740Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-04-21T17:21:34.740Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-04-21T17:21:34.740Z] ---> 78745c68409d [2020-04-21T17:21:34.740Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-04-21T17:21:39.004Z] ---> Running in e831046838cf [2020-04-21T17:21:39.595Z] Removing intermediate container e831046838cf [2020-04-21T17:21:39.595Z] ---> f38e39dc47c1 [2020-04-21T17:21:39.595Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2020-04-21T17:21:39.595Z] ---> Running in 2b0e729c88ca [2020-04-21T17:21:40.579Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-04-21T17:21:41.987Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-04-21T17:21:43.411Z] (1/5) Installing libsodium (1.0.18-r0) [2020-04-21T17:21:43.679Z] (2/5) Installing libzmq (4.3.2-r0) [2020-04-21T17:21:43.944Z] (3/5) Installing pkgconf (1.6.3-r0) [2020-04-21T17:21:44.528Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-04-21T17:21:44.528Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-04-21T17:21:44.528Z] Executing busybox-1.31.1-r8.trigger [2020-04-21T17:21:44.528Z] OK: 127 MiB in 44 packages [2020-04-21T17:21:45.940Z] Removing intermediate container 2b0e729c88ca [2020-04-21T17:21:45.940Z] ---> 01061e86c5c7 [2020-04-21T17:21:45.940Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-04-21T17:21:46.209Z] ---> Running in 25aedbb91251 [2020-04-21T17:21:46.476Z] Removing intermediate container 25aedbb91251 [2020-04-21T17:21:46.476Z] ---> 225ec9d247ac [2020-04-21T17:21:46.476Z] Step 6/7 : COPY go.mod . [2020-04-21T17:21:47.060Z] ---> 628123e22219 [2020-04-21T17:21:47.060Z] Step 7/7 : RUN go mod download [2020-04-21T17:21:47.327Z] ---> Running in 5b762bfe463e [2020-04-21T17:21:49.277Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-04-21T17:21:49.277Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-04-21T17:21:49.277Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-04-21T17:21:49.277Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-04-21T17:21:49.277Z] go: finding github.com/golang/protobuf v1.3.2 [2020-04-21T17:21:49.277Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-04-21T17:21:49.277Z] go: finding github.com/kr/pretty v0.1.0 [2020-04-21T17:21:49.277Z] go: finding github.com/kr/pty v1.1.1 [2020-04-21T17:21:49.277Z] go: finding github.com/kr/text v0.1.0 [2020-04-21T17:21:49.277Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-04-21T17:21:49.277Z] go: finding github.com/onsi/gomega v1.7.0 [2020-04-21T17:21:49.277Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-04-21T17:21:49.277Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-04-21T17:21:49.277Z] go: finding github.com/stretchr/objx v0.1.0 [2020-04-21T17:21:49.277Z] go: finding github.com/stretchr/testify v1.3.0 [2020-04-21T17:21:49.277Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-04-21T17:21:49.277Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-04-21T17:21:49.277Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-04-21T17:21:49.277Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-04-21T17:21:49.277Z] go: finding golang.org/x/text v0.3.2 [2020-04-21T17:21:49.277Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-04-21T17:21:49.277Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-04-21T17:21:49.277Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-04-21T17:21:49.277Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-04-21T17:21:49.277Z] go: finding gopkg.in/yaml.v2 v2.2.4 [2020-04-21T17:22:01.609Z] Removing intermediate container 5b762bfe463e [2020-04-21T17:22:01.609Z] ---> 754cf0da0faa [2020-04-21T17:22:01.609Z] Successfully built 754cf0da0faa [2020-04-21T17:22:01.609Z] 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-04-21T17:22:02.240Z] + docker inspect -f . ci-base-image-arm64 [2020-04-21T17:22:02.507Z] . [Pipeline] withDockerContainer [2020-04-21T17:22:02.858Z] prd-ubuntu18.04-docker-arm64-4c-16g-5311 does not seem to be running inside a container [2020-04-21T17:22:02.943Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/4 -v /w/workspace/go-mod-messaging/4:/w/workspace/go-mod-messaging/4:rw,z -v /w/workspace/go-mod-messaging/4@tmp:/w/workspace/go-mod-messaging/4@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-04-21T17:22:04.485Z] $ docker top d16d894f1b3bb70aaa6c6f540f195eb41141fd4d465ba080dc84a1d41616deea -eo pid,comm [Pipeline] { [Pipeline] sh [2020-04-21T17:22:05.527Z] + go version [2020-04-21T17:22:05.527Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-04-21T17:22:06.178Z] + make test [2020-04-21T17:22:06.178Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-04-21T17:22:18.528Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] [2020-04-21T17:22:21.900Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.032s coverage: 94.7% of statements [2020-04-21T17:22:34.265Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.041s coverage: 77.1% of statements [2020-04-21T17:22:34.265Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] [2020-04-21T17:22:56.344Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.390s coverage: 84.1% of statements [2020-04-21T17:22:56.344Z] ok github.com/edgexfoundry/go-mod-messaging/messaging 0.023s coverage: 85.7% of statements [2020-04-21T17:22:56.344Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.054s coverage: 100.0% of statements [2020-04-21T17:22:56.344Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.038s coverage: 100.0% of statements [2020-04-21T17:22:56.344Z] ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.018s coverage: 90.9% of statements [2020-04-21T17:22:56.610Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-04-21T17:22:59.979Z] gofmt -l . [2020-04-21T17:22:59.979Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-04-21T17:23:00.260Z] Warning: overwriting stash ‘coverage-report’ [2020-04-21T17:23:00.633Z] Stashed 1 file(s) [Pipeline] } [2020-04-21T17:23:00.647Z] $ docker stop --time=1 d16d894f1b3bb70aaa6c6f540f195eb41141fd4d465ba080dc84a1d41616deea [2020-04-21T17:23:02.823Z] $ docker rm -f d16d894f1b3bb70aaa6c6f540f195eb41141fd4d465ba080dc84a1d41616deea [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-04-21T17:23:04.784Z] provisioning config files... [2020-04-21T17:23:04.795Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/exfoundry_go-mod-messaging_PR-53@tmp/config5536785509096076089tmp [Pipeline] { [Pipeline] sh [2020-04-21T17:23:05.167Z] + curl -s https://codecov.io/bash [2020-04-21T17:23:05.167Z] + bash -s - -t @/w/workspace/exfoundry_go-mod-messaging_PR-53@tmp/config5536785509096076089tmp [2020-04-21T17:23:05.427Z] [2020-04-21T17:23:05.428Z] _____ _ [2020-04-21T17:23:05.428Z] / ____| | | [2020-04-21T17:23:05.428Z] | | ___ __| | ___ ___ _____ __ [2020-04-21T17:23:05.428Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-04-21T17:23:05.428Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-04-21T17:23:05.428Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-04-21T17:23:05.428Z] Bash-tbd [2020-04-21T17:23:05.428Z] [2020-04-21T17:23:05.428Z] [2020-04-21T17:23:05.428Z] ==> Jenkins CI detected. [2020-04-21T17:23:05.428Z] project root: . [2020-04-21T17:23:05.428Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-04-21T17:23:05.428Z] ==> Running gcov in . (disable via -X gcov) [2020-04-21T17:23:05.428Z] ==> Python coveragepy not found [2020-04-21T17:23:05.428Z] ==> Searching for coverage reports in: [2020-04-21T17:23:05.428Z] + . [2020-04-21T17:23:05.428Z] -> Found 1 reports [2020-04-21T17:23:05.428Z] ==> Detecting git/mercurial file structure [2020-04-21T17:23:05.428Z] ==> Reading reports [2020-04-21T17:23:05.428Z] + ./coverage.out bytes=20595 [2020-04-21T17:23:05.428Z] ==> Appending adjustments [2020-04-21T17:23:05.428Z] http://docs.codecov.io/docs/fixing-reports [2020-04-21T17:23:05.687Z] + Found adjustments [2020-04-21T17:23:05.687Z] ==> Gzipping contents [2020-04-21T17:23:05.687Z] ==> Uploading reports [2020-04-21T17:23:05.687Z] url: https://codecov.io [2020-04-21T17:23:05.687Z] query: branch=PR-53&commit=aeddeb6cd63f141e5fdfcd3dc60b6bfd207174cf&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-53%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=53&job= [2020-04-21T17:23:05.687Z] -> Pinging Codecov [2020-04-21T17:23:05.687Z] https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-53&commit=aeddeb6cd63f141e5fdfcd3dc60b6bfd207174cf&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-53%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=53&job= [2020-04-21T17:23:05.947Z] -> Uploading [2020-04-21T17:23:06.519Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/aeddeb6cd63f141e5fdfcd3dc60b6bfd207174cf [Pipeline] } [2020-04-21T17:23:06.526Z] 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-04-21T17:23:07.704Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-21T17:23:08.008Z] ---> package-listing.sh [2020-04-21T17:23:08.008Z] ++ facter osfamily [2020-04-21T17:23:08.008Z] ++ tr '[:upper:]' '[:lower:]' [2020-04-21T17:23:08.008Z] + OS_FAMILY=redhat [2020-04-21T17:23:08.008Z] + workspace=/w/workspace/exfoundry_go-mod-messaging_PR-53 [2020-04-21T17:23:08.008Z] + START_PACKAGES=/tmp/packages_start.txt [2020-04-21T17:23:08.008Z] + END_PACKAGES=/tmp/packages_end.txt [2020-04-21T17:23:08.008Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-04-21T17:23:08.008Z] + PACKAGES=/tmp/packages_start.txt [2020-04-21T17:23:08.008Z] + '[' /w/workspace/exfoundry_go-mod-messaging_PR-53 ']' [2020-04-21T17:23:08.008Z] + PACKAGES=/tmp/packages_end.txt [2020-04-21T17:23:08.008Z] + case "${OS_FAMILY}" in [2020-04-21T17:23:08.008Z] + rpm -qa [2020-04-21T17:23:08.008Z] + sort [2020-04-21T17:23:12.205Z] + '[' -f /tmp/packages_start.txt ']' [2020-04-21T17:23:12.205Z] + '[' -f /tmp/packages_end.txt ']' [2020-04-21T17:23:12.205Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-04-21T17:23:12.205Z] + '[' /w/workspace/exfoundry_go-mod-messaging_PR-53 ']' [2020-04-21T17:23:12.205Z] + mkdir -p /w/workspace/exfoundry_go-mod-messaging_PR-53/archives/ [2020-04-21T17:23:12.205Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-messaging_PR-53/archives/ [Pipeline] isUnix [Pipeline] sh [2020-04-21T17:23:12.758Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-04-21T17:23:12.758Z] [2020-04-21T17:23:12.758Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-04-21T17:23:13.100Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-04-21T17:23:13.100Z] alpine: Pulling from edgex-lftools-log-publisher [2020-04-21T17:23:13.100Z] c9b1b535fdd9: Pulling fs layer [2020-04-21T17:23:13.100Z] 2cc5ad85d9ab: Pulling fs layer [2020-04-21T17:23:13.100Z] 756a868c4378: Pulling fs layer [2020-04-21T17:23:13.100Z] 444b2fc9a129: Pulling fs layer [2020-04-21T17:23:13.100Z] ea15f1150254: Pulling fs layer [2020-04-21T17:23:13.100Z] 41b27a9f41bf: Pulling fs layer [2020-04-21T17:23:13.100Z] 28c525ee5125: Pulling fs layer [2020-04-21T17:23:13.100Z] 094b1ea09ed8: Pulling fs layer [2020-04-21T17:23:13.100Z] 138eaada9080: Pulling fs layer [2020-04-21T17:23:13.100Z] 0622d0fa9048: Pulling fs layer [2020-04-21T17:23:13.100Z] 28c525ee5125: Waiting [2020-04-21T17:23:13.100Z] 094b1ea09ed8: Waiting [2020-04-21T17:23:13.100Z] 138eaada9080: Waiting [2020-04-21T17:23:13.100Z] 0622d0fa9048: Waiting [2020-04-21T17:23:13.100Z] 41b27a9f41bf: Waiting [2020-04-21T17:23:13.100Z] ea15f1150254: Waiting [2020-04-21T17:23:13.100Z] 444b2fc9a129: Waiting [2020-04-21T17:23:13.100Z] 2cc5ad85d9ab: Download complete [2020-04-21T17:23:13.100Z] 444b2fc9a129: Download complete [2020-04-21T17:23:13.100Z] c9b1b535fdd9: Download complete [2020-04-21T17:23:13.100Z] ea15f1150254: Verifying Checksum [2020-04-21T17:23:13.100Z] ea15f1150254: Download complete [2020-04-21T17:23:13.370Z] 28c525ee5125: Verifying Checksum [2020-04-21T17:23:13.371Z] 28c525ee5125: Download complete [2020-04-21T17:23:13.635Z] 756a868c4378: Verifying Checksum [2020-04-21T17:23:13.635Z] 756a868c4378: Download complete [2020-04-21T17:23:13.635Z] c9b1b535fdd9: Pull complete [2020-04-21T17:23:13.635Z] 138eaada9080: Verifying Checksum [2020-04-21T17:23:13.635Z] 138eaada9080: Download complete [2020-04-21T17:23:13.635Z] 0622d0fa9048: Retrying in 5 seconds [2020-04-21T17:23:13.635Z] 094b1ea09ed8: Verifying Checksum [2020-04-21T17:23:13.635Z] 094b1ea09ed8: Download complete [2020-04-21T17:23:13.903Z] 2cc5ad85d9ab: Pull complete [2020-04-21T17:23:14.476Z] 41b27a9f41bf: Verifying Checksum [2020-04-21T17:23:14.476Z] 41b27a9f41bf: Download complete [2020-04-21T17:23:14.736Z] 0622d0fa9048: Retrying in 4 seconds [2020-04-21T17:23:15.324Z] 756a868c4378: Pull complete [2020-04-21T17:23:15.583Z] 444b2fc9a129: Pull complete [2020-04-21T17:23:15.843Z] 0622d0fa9048: Retrying in 3 seconds [2020-04-21T17:23:15.843Z] ea15f1150254: Pull complete [2020-04-21T17:23:16.784Z] 0622d0fa9048: Retrying in 2 seconds [2020-04-21T17:23:17.721Z] 0622d0fa9048: Retrying in 1 second [2020-04-21T17:23:18.665Z] 0622d0fa9048: Retrying in 10 seconds [2020-04-21T17:23:18.924Z] 41b27a9f41bf: Pull complete [2020-04-21T17:23:19.184Z] 28c525ee5125: Pull complete [2020-04-21T17:23:19.756Z] 0622d0fa9048: Retrying in 9 seconds [2020-04-21T17:23:20.697Z] 0622d0fa9048: Retrying in 8 seconds [2020-04-21T17:23:20.959Z] 094b1ea09ed8: Pull complete [2020-04-21T17:23:21.217Z] 138eaada9080: Pull complete [2020-04-21T17:23:21.784Z] 0622d0fa9048: Retrying in 7 seconds [2020-04-21T17:23:22.723Z] 0622d0fa9048: Retrying in 6 seconds [2020-04-21T17:23:23.659Z] 0622d0fa9048: Retrying in 5 seconds [2020-04-21T17:23:25.040Z] 0622d0fa9048: Retrying in 4 seconds [2020-04-21T17:23:25.982Z] 0622d0fa9048: Retrying in 3 seconds [2020-04-21T17:23:26.921Z] 0622d0fa9048: Retrying in 2 seconds [2020-04-21T17:23:27.862Z] 0622d0fa9048: Retrying in 1 second [2020-04-21T17:23:28.806Z] 0622d0fa9048: Verifying Checksum [2020-04-21T17:23:28.806Z] 0622d0fa9048: Download complete [2020-04-21T17:23:29.066Z] 0622d0fa9048: Pull complete [2020-04-21T17:23:29.066Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-04-21T17:23:29.066Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-04-21T17:23:29.253Z] prd-centos7-docker-4c-2g-5305 does not seem to be running inside a container [2020-04-21T17:23:29.301Z] $ 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-53 -v /w/workspace/exfoundry_go-mod-messaging_PR-53:/w/workspace/exfoundry_go-mod-messaging_PR-53:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-53@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-53@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-04-21T17:23:30.001Z] $ docker top 4ec9b1545d315ca14b9dcd9935f9e44d01a13e1cf59702569df9b6f824aadd66 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-04-21T17:23:30.270Z] provisioning config files... [2020-04-21T17:23:30.282Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-messaging_PR-53@tmp/config7412719485926657254tmp [Pipeline] { [Pipeline] echo [2020-04-21T17:23:30.358Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-21T17:23:30.653Z] ---> create-netrc.sh [Pipeline] echo [2020-04-21T17:23:30.660Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-21T17:23:30.950Z] ---> logs-deploy.sh [2020-04-21T17:23:30.950Z] + ARCHIVE_ARTIFACTS= [2020-04-21T17:23:30.950Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-04-21T17:23:30.950Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-04-21T17:23:30.950Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-04-21T17:23:30.950Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-53/4 [2020-04-21T17:23:30.950Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-messaging/job/PR-53/4/ [2020-04-21T17:23:30.950Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-53/4 /w/workspace/exfoundry_go-mod-messaging_PR-53 [2020-04-21T17:23:32.859Z] Archives upload complete. [2020-04-21T17:23:32.859Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-53/4 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-messaging/job/PR-53/4/