Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of rsdmike for edgexfoundry/go-mod-messaging Loading trusted files from base branch master at 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 rather than f2b4cb80602bb6d71ff83b73b232ca9e53e8bf31 Obtained Jenkinsfile from 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision 1a1118807cf18c4156ba213bd5188f6dbbcdb2c1 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision 1a1118807cf18c4156ba213bd5188f6dbbcdb2c1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 1a1118807cf18c4156ba213bd5188f6dbbcdb2c1 # timeout=10 Commit message: "Merge pull request #157 from ernestojeda/clean-snap-name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-messaging, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-messaging-settings PROJECT: go-mod-messaging USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-5681 in /w/workspace/exfoundry_go-mod-messaging_PR-43 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Merging remotes/origin/master commit 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 into PR head commit f2b4cb80602bb6d71ff83b73b232ca9e53e8bf31 Merge succeeded, producing 1e88bb8298a48d6c81cc37c7b5d686eef65cd6cb Checking out Revision 1e88bb8298a48d6c81cc37c7b5d686eef65cd6cb (PR-43) Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git > git init /w/workspace/exfoundry_go-mod-messaging_PR-43 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/43/head:refs/remotes/origin/PR-43 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/43/head:refs/remotes/origin/PR-43 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/43/head:refs/remotes/origin/PR-43 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f2b4cb80602bb6d71ff83b73b232ca9e53e8bf31 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1e88bb8298a48d6c81cc37c7b5d686eef65cd6cb # timeout=10 Commit message: "Merge commit '3d0432dae5e37f6ca1b3ff7de6156999f2cf9766' into HEAD" > git rev-list --no-walk f2b4cb80602bb6d71ff83b73b232ca9e53e8bf31 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-04-22T20:28:24.074Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-04-22T20:28:24.288Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-04-22T20:28:24.358Z] ========================================================= [2020-04-22T20:28:24.358Z] EdgeX Global Pipelines Version Info [2020-04-22T20:28:24.358Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-04-22T20:28:25.784Z] ------------------- [2020-04-22T20:28:25.784Z] stable info: [2020-04-22T20:28:25.784Z] ------------------- [2020-04-22T20:28:25.784Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-04-22T20:28:25.784Z] Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 [2020-04-22T20:28:25.784Z] Message: update stable to v1.0.73 [2020-04-22T20:28:26.354Z] ------------------- [2020-04-22T20:28:26.354Z] experimental info: [2020-04-22T20:28:26.354Z] ------------------- [2020-04-22T20:28:26.354Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-04-22T20:28:26.354Z] Commit SHA: 685f7bc72964502a7f00cdca0ad04ac2165df872 [2020-04-22T20:28:26.354Z] Message: update experimental to v1.0.77 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-04-22T20:28:28.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-04-22T20:28:28.342Z] [2020-04-22T20:28:28.342Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-04-22T20:28:28.930Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-04-22T20:28:29.190Z] latest: Pulling from edgex-devops/git-semver [2020-04-22T20:28:29.190Z] 9123ac7c32f7: Pulling fs layer [2020-04-22T20:28:29.190Z] b8cc5d1170e3: Pulling fs layer [2020-04-22T20:28:29.190Z] 2924cbbf6a41: Pulling fs layer [2020-04-22T20:28:29.190Z] 93b08a4f1073: Pulling fs layer [2020-04-22T20:28:29.190Z] b8cc5d1170e3: Verifying Checksum [2020-04-22T20:28:29.190Z] b8cc5d1170e3: Download complete [2020-04-22T20:28:29.190Z] 9123ac7c32f7: Verifying Checksum [2020-04-22T20:28:29.190Z] 9123ac7c32f7: Download complete [2020-04-22T20:28:29.190Z] 93b08a4f1073: Verifying Checksum [2020-04-22T20:28:29.190Z] 93b08a4f1073: Download complete [2020-04-22T20:28:29.191Z] 2924cbbf6a41: Verifying Checksum [2020-04-22T20:28:29.191Z] 2924cbbf6a41: Download complete [2020-04-22T20:28:29.452Z] 9123ac7c32f7: Pull complete [2020-04-22T20:28:29.714Z] b8cc5d1170e3: Pull complete [2020-04-22T20:28:30.663Z] 2924cbbf6a41: Pull complete [2020-04-22T20:28:30.663Z] 93b08a4f1073: Pull complete [2020-04-22T20:28:30.663Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-04-22T20:28:30.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-04-22T20:28:30.812Z] prd-centos7-docker-4c-2g-5681 does not seem to be running inside a container [2020-04-22T20:28:30.855Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-messaging_PR-43 -v /w/workspace/exfoundry_go-mod-messaging_PR-43:/w/workspace/exfoundry_go-mod-messaging_PR-43:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-43@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-43@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-04-22T20:28:31.584Z] $ docker top b6bd0002ae7f359ad9e20f4549e2ffe382b72a4b14b3e3e99d300fa234cde282 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-04-22T20:28:31.878Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-04-22T20:28:31.878Z] [ssh-agent] Looking for ssh-agent implementation... [2020-04-22T20:28:32.121Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-04-22T20:28:32.122Z] $ docker exec b6bd0002ae7f359ad9e20f4549e2ffe382b72a4b14b3e3e99d300fa234cde282 ssh-agent [2020-04-22T20:28:32.333Z] SSH_AUTH_SOCK=/tmp/ssh-da2LIDtIfqBJ/agent.15 [2020-04-22T20:28:32.333Z] SSH_AGENT_PID=22 [2020-04-22T20:28:32.344Z] Running ssh-add (command line suppressed) [2020-04-22T20:28:32.506Z] Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-43@tmp/private_key_7092017256225533252.key (/w/workspace/exfoundry_go-mod-messaging_PR-43@tmp/private_key_7092017256225533252.key) [2020-04-22T20:28:32.560Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-04-22T20:28:32.943Z] + git describe --exact-match --tags HEAD [2020-04-22T20:28:32.943Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-04-22T20:28:33.002Z] $ docker exec --env ******** --env ******** b6bd0002ae7f359ad9e20f4549e2ffe382b72a4b14b3e3e99d300fa234cde282 ssh-agent -k [2020-04-22T20:28:33.154Z] unset SSH_AUTH_SOCK; [2020-04-22T20:28:33.155Z] unset SSH_AGENT_PID; [2020-04-22T20:28:33.155Z] echo Agent pid 22 killed; [2020-04-22T20:28:33.203Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-04-22T20:28:33.298Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-04-22T20:28:33.298Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-04-22T20:28:33.373Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-04-22T20:28:33.373Z] [ssh-agent] Looking for ssh-agent implementation... [2020-04-22T20:28:33.570Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-04-22T20:28:33.571Z] $ docker exec b6bd0002ae7f359ad9e20f4549e2ffe382b72a4b14b3e3e99d300fa234cde282 ssh-agent [2020-04-22T20:28:33.769Z] SSH_AUTH_SOCK=/tmp/ssh-8KkpDeBtNZ21/agent.58 [2020-04-22T20:28:33.769Z] SSH_AGENT_PID=65 [2020-04-22T20:28:33.775Z] Running ssh-add (command line suppressed) [2020-04-22T20:28:33.929Z] Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-43@tmp/private_key_4672951718698414260.key (/w/workspace/exfoundry_go-mod-messaging_PR-43@tmp/private_key_4672951718698414260.key) [2020-04-22T20:28:33.984Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-04-22T20:28:34.301Z] + git semver init [2020-04-22T20:28:34.301Z] # -> Open(): unable to determine branch for HEAD [2020-04-22T20:28:34.301Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-43/.git [2020-04-22T20:28:34.301Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-messaging_PR-43 [2020-04-22T20:28:34.301Z] # $SEMVER_REMOTE_NAME = origin [2020-04-22T20:28:34.301Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-04-22T20:28:34.301Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-04-22T20:28:34.301Z] # $SEMVER_BRANCH = PR-43 [2020-04-22T20:28:34.301Z] # $SEMVER_TEMP = /tmp/semver-028307082 [2020-04-22T20:28:34.301Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2020-04-22T20:28:34.560Z] # '/tmp/semver-028307082' -> '/w/workspace/exfoundry_go-mod-messaging_PR-43/.semver' [2020-04-22T20:28:34.560Z] # -> Force: false [2020-04-22T20:28:34.821Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-43/.semver [Pipeline] } [2020-04-22T20:28:34.828Z] $ docker exec --env ******** --env ******** b6bd0002ae7f359ad9e20f4549e2ffe382b72a4b14b3e3e99d300fa234cde282 ssh-agent -k [2020-04-22T20:28:34.976Z] unset SSH_AUTH_SOCK; [2020-04-22T20:28:34.977Z] unset SSH_AGENT_PID; [2020-04-22T20:28:34.977Z] echo Agent pid 65 killed; [2020-04-22T20:28:35.032Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-04-22T20:28:35.446Z] + git semver [Pipeline] } [2020-04-22T20:28:35.459Z] $ docker stop --time=1 b6bd0002ae7f359ad9e20f4549e2ffe382b72a4b14b3e3e99d300fa234cde282 [2020-04-22T20:28:36.858Z] $ docker rm -f b6bd0002ae7f359ad9e20f4549e2ffe382b72a4b14b3e3e99d300fa234cde282 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-04-22T20:28:37.551Z] Stashed 34 file(s) [Pipeline] echo [2020-04-22T20:28:37.553Z] [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-22T20:28:52.763Z] Still waiting to schedule task [2020-04-22T20:28:52.763Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-04-22T20:28:52.765Z] Still waiting to schedule task [2020-04-22T20:28:52.765Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-5679’ is offline [2020-04-22T20:30:35.241Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5682 in /w/workspace/exfoundry_go-mod-messaging_PR-43 [Pipeline] { [Pipeline] ws [2020-04-22T20:30:35.312Z] Running in /w/workspace/go-mod-messaging/7 [Pipeline] { [Pipeline] checkout [2020-04-22T20:30:41.009Z] using credential edgex-jenkins-ssh [2020-04-22T20:30:41.054Z] Cloning the remote Git repository [2020-04-22T20:30:41.054Z] Cloning with configured refspecs honoured and without tags [2020-04-22T20:30:41.084Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2020-04-22T20:30:41.168Z] > git init /w/workspace/go-mod-messaging/7 # timeout=10 [2020-04-22T20:30:41.256Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-04-22T20:30:41.257Z] > git --version # timeout=10 [2020-04-22T20:30:41.283Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-22T20:30:41.349Z] > 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-04-22T20:30:42.212Z] Fetching without tags [2020-04-22T20:30:42.710Z] Merging remotes/origin/master commit 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 into PR head commit f2b4cb80602bb6d71ff83b73b232ca9e53e8bf31 [2020-04-22T20:30:42.949Z] Merge succeeded, producing d52c7d82458d014504b4cbf6f69a15310b4da018 [2020-04-22T20:30:42.949Z] Checking out Revision d52c7d82458d014504b4cbf6f69a15310b4da018 (PR-43) [2020-04-22T20:30:42.060Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-04-22T20:30:42.084Z] > git config --add remote.origin.fetch +refs/pull/43/head:refs/remotes/origin/PR-43 # timeout=10 [2020-04-22T20:30:42.117Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-22T20:30:42.151Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-04-22T20:30:42.198Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-04-22T20:30:42.199Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-22T20:30:42.211Z] > 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-04-22T20:30:42.705Z] > git config core.sparsecheckout # timeout=10 [2020-04-22T20:30:42.729Z] > git checkout -f f2b4cb80602bb6d71ff83b73b232ca9e53e8bf31 # timeout=10 [2020-04-22T20:30:42.794Z] > git remote # timeout=10 [2020-04-22T20:30:42.807Z] > git config --get remote.origin.url # timeout=10 [2020-04-22T20:30:42.824Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-22T20:30:42.835Z] > git merge 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 # timeout=10 [2020-04-22T20:30:42.913Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-22T20:30:42.932Z] > git config core.sparsecheckout # timeout=10 [2020-04-22T20:30:42.963Z] > git checkout -f d52c7d82458d014504b4cbf6f69a15310b4da018 # timeout=10 [2020-04-22T20:30:47.452Z] Commit message: "Merge commit '3d0432dae5e37f6ca1b3ff7de6156999f2cf9766' into HEAD" [2020-04-22T20:30:47.446Z] > git rev-list --no-walk f2b4cb80602bb6d71ff83b73b232ca9e53e8bf31 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-04-22T20:30:48.590Z] ========================================================= [2020-04-22T20:30:48.590Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-04-22T20:30:48.590Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-04-22T20:30:49.748Z] + 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-22T20:30:50.345Z] Sending build context to Docker daemon 574.5kB [2020-04-22T20:30:50.613Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-04-22T20:30:50.613Z] Step 2/7 : FROM ${BASE} [2020-04-22T20:30:50.882Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-04-22T20:30:50.882Z] cde5963f3b93: Pulling fs layer [2020-04-22T20:30:50.882Z] 2a23fa8c16f7: Pulling fs layer [2020-04-22T20:30:50.882Z] 777b28850792: Pulling fs layer [2020-04-22T20:30:50.882Z] 8a11ddd9e578: Pulling fs layer [2020-04-22T20:30:50.882Z] 4cf88f913ddb: Pulling fs layer [2020-04-22T20:30:50.882Z] 1df406cf5192: Pulling fs layer [2020-04-22T20:30:50.882Z] cd6300453558: Pulling fs layer [2020-04-22T20:30:50.882Z] b9c365052c96: Pulling fs layer [2020-04-22T20:30:50.882Z] a2d8cc88f415: Pulling fs layer [2020-04-22T20:30:50.882Z] ea1d1ca13537: Pulling fs layer [2020-04-22T20:30:50.882Z] 3750a50a1c5e: Pulling fs layer [2020-04-22T20:30:50.882Z] 8a11ddd9e578: Waiting [2020-04-22T20:30:50.882Z] 4cf88f913ddb: Waiting [2020-04-22T20:30:50.882Z] b9c365052c96: Waiting [2020-04-22T20:30:50.882Z] a2d8cc88f415: Waiting [2020-04-22T20:30:50.882Z] ea1d1ca13537: Waiting [2020-04-22T20:30:50.882Z] 1df406cf5192: Waiting [2020-04-22T20:30:50.882Z] 3750a50a1c5e: Waiting [2020-04-22T20:30:50.882Z] cd6300453558: Waiting [2020-04-22T20:30:50.882Z] 777b28850792: Verifying Checksum [2020-04-22T20:30:50.882Z] 777b28850792: Download complete [2020-04-22T20:30:50.882Z] 2a23fa8c16f7: Verifying Checksum [2020-04-22T20:30:50.882Z] 2a23fa8c16f7: Download complete [2020-04-22T20:30:50.882Z] 4cf88f913ddb: Download complete [2020-04-22T20:30:50.882Z] 1df406cf5192: Verifying Checksum [2020-04-22T20:30:50.882Z] 1df406cf5192: Download complete [2020-04-22T20:30:51.151Z] cde5963f3b93: Verifying Checksum [2020-04-22T20:30:51.151Z] cde5963f3b93: Download complete [2020-04-22T20:30:52.124Z] cde5963f3b93: Pull complete [2020-04-22T20:30:52.716Z] 2a23fa8c16f7: Pull complete [2020-04-22T20:30:52.984Z] 777b28850792: Pull complete [2020-04-22T20:30:55.582Z] cd6300453558: Verifying Checksum [2020-04-22T20:30:55.582Z] cd6300453558: Download complete [2020-04-22T20:30:55.582Z] a2d8cc88f415: Verifying Checksum [2020-04-22T20:30:55.582Z] a2d8cc88f415: Download complete [2020-04-22T20:30:58.177Z] ea1d1ca13537: Verifying Checksum [2020-04-22T20:30:58.177Z] ea1d1ca13537: Download complete [2020-04-22T20:30:58.177Z] 3750a50a1c5e: Verifying Checksum [2020-04-22T20:30:58.177Z] 3750a50a1c5e: Download complete [2020-04-22T20:31:00.761Z] b9c365052c96: Verifying Checksum [2020-04-22T20:31:00.761Z] b9c365052c96: Download complete [2020-04-22T20:31:02.177Z] 8a11ddd9e578: Verifying Checksum [2020-04-22T20:31:02.177Z] 8a11ddd9e578: Download complete [2020-04-22T20:31:11.565Z] Running on prd-centos7-docker-4c-2g-5683 in /w/workspace/exfoundry_go-mod-messaging_PR-43 [Pipeline] { [Pipeline] ws [2020-04-22T20:31:11.636Z] Running in /w/workspace/go-mod-messaging/7 [Pipeline] { [Pipeline] checkout [2020-04-22T20:31:13.860Z] using credential edgex-jenkins-ssh [2020-04-22T20:31:13.910Z] Cloning the remote Git repository [2020-04-22T20:31:13.910Z] Cloning with configured refspecs honoured and without tags [2020-04-22T20:31:13.936Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2020-04-22T20:31:13.973Z] > git init /w/workspace/go-mod-messaging/7 # timeout=10 [2020-04-22T20:31:14.015Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-04-22T20:31:14.016Z] > git --version # timeout=10 [2020-04-22T20:31:14.024Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-22T20:31:14.049Z] > 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-04-22T20:31:14.528Z] Fetching without tags [2020-04-22T20:31:14.534Z] 8a11ddd9e578: Pull complete [2020-04-22T20:31:14.534Z] 4cf88f913ddb: Pull complete [2020-04-22T20:31:14.534Z] 1df406cf5192: Pull complete [2020-04-22T20:31:14.900Z] Merging remotes/origin/master commit 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 into PR head commit f2b4cb80602bb6d71ff83b73b232ca9e53e8bf31 [2020-04-22T20:31:15.000Z] Merge succeeded, producing 77925a1a1fba54b14760c0b2410cf394fa101fc6 [2020-04-22T20:31:15.001Z] Checking out Revision 77925a1a1fba54b14760c0b2410cf394fa101fc6 (PR-43) [2020-04-22T20:31:14.494Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-04-22T20:31:14.499Z] > git config --add remote.origin.fetch +refs/pull/43/head:refs/remotes/origin/PR-43 # timeout=10 [2020-04-22T20:31:14.504Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-22T20:31:14.518Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-04-22T20:31:14.531Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-04-22T20:31:14.532Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-22T20:31: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-04-22T20:31:14.908Z] > git config core.sparsecheckout # timeout=10 [2020-04-22T20:31:14.921Z] > git checkout -f f2b4cb80602bb6d71ff83b73b232ca9e53e8bf31 # timeout=10 [2020-04-22T20:31:14.955Z] > git remote # timeout=10 [2020-04-22T20:31:14.961Z] > git config --get remote.origin.url # timeout=10 [2020-04-22T20:31:14.970Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-22T20:31:14.974Z] > git merge 3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 # timeout=10 [2020-04-22T20:31:14.995Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-22T20:31:15.004Z] > git config core.sparsecheckout # timeout=10 [2020-04-22T20:31:15.008Z] > git checkout -f 77925a1a1fba54b14760c0b2410cf394fa101fc6 # timeout=10 [2020-04-22T20:31:19.550Z] Commit message: "Merge commit '3d0432dae5e37f6ca1b3ff7de6156999f2cf9766' into HEAD" [2020-04-22T20:31:19.553Z] > git rev-list --no-walk f2b4cb80602bb6d71ff83b73b232ca9e53e8bf31 # timeout=10 [2020-04-22T20:31:19.895Z] cd6300453558: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-04-22T20:31:20.331Z] ========================================================= [2020-04-22T20:31:20.331Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-04-22T20:31:20.331Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-04-22T20:31:21.031Z] + 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-22T20:31:21.031Z] Sending build context to Docker daemon 574.5kB [2020-04-22T20:31:21.031Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-04-22T20:31:21.031Z] Step 2/7 : FROM ${BASE} [2020-04-22T20:31:21.295Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-04-22T20:31:21.295Z] e6b0cf9c0882: Pulling fs layer [2020-04-22T20:31:21.295Z] 2848faf0eed1: Pulling fs layer [2020-04-22T20:31:21.295Z] 0f37312ad70f: Pulling fs layer [2020-04-22T20:31:21.295Z] 5788d62ee057: Pulling fs layer [2020-04-22T20:31:21.295Z] 0e6b1d234666: Pulling fs layer [2020-04-22T20:31:21.295Z] bf5d7aec512f: Pulling fs layer [2020-04-22T20:31:21.295Z] 34c802a77dc8: Pulling fs layer [2020-04-22T20:31:21.295Z] 9eb99e56ec68: Pulling fs layer [2020-04-22T20:31:21.295Z] 27c7a5d97fbd: Pulling fs layer [2020-04-22T20:31:21.295Z] 5c102a31e300: Pulling fs layer [2020-04-22T20:31:21.295Z] dcfb455df0a1: Pulling fs layer [2020-04-22T20:31:21.295Z] 34c802a77dc8: Waiting [2020-04-22T20:31:21.295Z] 9eb99e56ec68: Waiting [2020-04-22T20:31:21.295Z] 27c7a5d97fbd: Waiting [2020-04-22T20:31:21.295Z] 5788d62ee057: Waiting [2020-04-22T20:31:21.295Z] 5c102a31e300: Waiting [2020-04-22T20:31:21.295Z] 0e6b1d234666: Waiting [2020-04-22T20:31:21.295Z] bf5d7aec512f: Waiting [2020-04-22T20:31:21.295Z] 0f37312ad70f: Verifying Checksum [2020-04-22T20:31:21.295Z] 0f37312ad70f: Download complete [2020-04-22T20:31:21.295Z] 2848faf0eed1: Verifying Checksum [2020-04-22T20:31:21.295Z] 2848faf0eed1: Download complete [2020-04-22T20:31:21.295Z] 0e6b1d234666: Verifying Checksum [2020-04-22T20:31:21.295Z] 0e6b1d234666: Download complete [2020-04-22T20:31:21.295Z] bf5d7aec512f: Verifying Checksum [2020-04-22T20:31:21.295Z] bf5d7aec512f: Download complete [2020-04-22T20:31:21.295Z] e6b0cf9c0882: Verifying Checksum [2020-04-22T20:31:21.295Z] e6b0cf9c0882: Download complete [2020-04-22T20:31:21.557Z] e6b0cf9c0882: Pull complete [2020-04-22T20:31:21.830Z] 2848faf0eed1: Pull complete [2020-04-22T20:31:22.093Z] 34c802a77dc8: Verifying Checksum [2020-04-22T20:31:22.093Z] 34c802a77dc8: Download complete [2020-04-22T20:31:22.093Z] 27c7a5d97fbd: Verifying Checksum [2020-04-22T20:31:22.093Z] 27c7a5d97fbd: Download complete [2020-04-22T20:31:22.671Z] 5788d62ee057: Verifying Checksum [2020-04-22T20:31:22.671Z] 5788d62ee057: Download complete [2020-04-22T20:31:22.671Z] 9eb99e56ec68: Verifying Checksum [2020-04-22T20:31:22.671Z] 9eb99e56ec68: Download complete [2020-04-22T20:31:22.671Z] 5c102a31e300: Verifying Checksum [2020-04-22T20:31:22.671Z] 5c102a31e300: Download complete [2020-04-22T20:31:22.671Z] dcfb455df0a1: Verifying Checksum [2020-04-22T20:31:22.671Z] dcfb455df0a1: Download complete [2020-04-22T20:31:23.606Z] 0f37312ad70f: Pull complete [2020-04-22T20:31:24.172Z] b9c365052c96: Pull complete [2020-04-22T20:31:24.443Z] a2d8cc88f415: Pull complete [2020-04-22T20:31:26.401Z] ea1d1ca13537: Pull complete [2020-04-22T20:31:26.989Z] 3750a50a1c5e: Pull complete [2020-04-22T20:31:26.990Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-04-22T20:31:26.990Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-04-22T20:31:26.990Z] ---> 78745c68409d [2020-04-22T20:31:26.990Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-04-22T20:31:28.882Z] 5788d62ee057: Pull complete [2020-04-22T20:31:28.883Z] 0e6b1d234666: Pull complete [2020-04-22T20:31:29.143Z] bf5d7aec512f: Pull complete [2020-04-22T20:31:31.262Z] ---> Running in 6aa03ba30816 [2020-04-22T20:31:31.530Z] Removing intermediate container 6aa03ba30816 [2020-04-22T20:31:31.530Z] ---> f26454783650 [2020-04-22T20:31:31.530Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2020-04-22T20:31:31.530Z] ---> Running in 4aa8745de8b8 [2020-04-22T20:31:32.966Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-04-22T20:31:33.335Z] 34c802a77dc8: Pull complete [2020-04-22T20:31:33.549Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-04-22T20:31:34.134Z] (1/5) Installing libsodium (1.0.18-r0) [2020-04-22T20:31:34.134Z] (2/5) Installing libzmq (4.3.2-r0) [2020-04-22T20:31:34.134Z] (3/5) Installing pkgconf (1.6.3-r0) [2020-04-22T20:31:34.404Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-04-22T20:31:34.404Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-04-22T20:31:34.404Z] Executing busybox-1.31.1-r8.trigger [2020-04-22T20:31:34.404Z] OK: 127 MiB in 44 packages [2020-04-22T20:31:35.822Z] Removing intermediate container 4aa8745de8b8 [2020-04-22T20:31:35.822Z] ---> 07b6a10c1bd7 [2020-04-22T20:31:35.822Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-04-22T20:31:35.822Z] ---> Running in 1c8a1796559d [2020-04-22T20:31:36.408Z] Removing intermediate container 1c8a1796559d [2020-04-22T20:31:36.408Z] ---> 66c3d2a7504f [2020-04-22T20:31:36.408Z] Step 6/7 : COPY go.mod . [2020-04-22T20:31:36.621Z] 9eb99e56ec68: Pull complete [2020-04-22T20:31:36.621Z] 27c7a5d97fbd: Pull complete [2020-04-22T20:31:36.994Z] ---> 9d03476b70f0 [2020-04-22T20:31:36.995Z] Step 7/7 : RUN go mod download [2020-04-22T20:31:36.995Z] ---> Running in c55629d181c3 [2020-04-22T20:31:37.618Z] 5c102a31e300: Pull complete [2020-04-22T20:31:37.618Z] dcfb455df0a1: Pull complete [2020-04-22T20:31:37.618Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-04-22T20:31:37.618Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-04-22T20:31:37.618Z] ---> 7c70fe431013 [2020-04-22T20:31:37.618Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-04-22T20:31:37.882Z] ---> Running in 851d24d76085 [2020-04-22T20:31:37.883Z] Removing intermediate container 851d24d76085 [2020-04-22T20:31:37.883Z] ---> 1bd475882389 [2020-04-22T20:31:37.883Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2020-04-22T20:31:37.883Z] ---> Running in cece274dfc27 [2020-04-22T20:31:39.263Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-04-22T20:31:39.579Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-04-22T20:31:39.579Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-04-22T20:31:39.579Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-04-22T20:31:39.579Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-04-22T20:31:39.579Z] go: finding github.com/golang/protobuf v1.3.2 [2020-04-22T20:31:39.579Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-04-22T20:31:39.579Z] go: finding github.com/kr/pretty v0.1.0 [2020-04-22T20:31:39.830Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-04-22T20:31:39.844Z] go: finding github.com/kr/pty v1.1.1 [2020-04-22T20:31:39.844Z] go: finding github.com/kr/text v0.1.0 [2020-04-22T20:31:39.844Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-04-22T20:31:39.844Z] go: finding github.com/onsi/gomega v1.7.0 [2020-04-22T20:31:39.844Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-04-22T20:31:40.089Z] (1/5) Installing libsodium (1.0.18-r0) [2020-04-22T20:31:40.089Z] (2/5) Installing libzmq (4.3.2-r0) [2020-04-22T20:31:40.089Z] (3/5) Installing pkgconf (1.6.3-r0) [2020-04-22T20:31:40.110Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-04-22T20:31:40.110Z] go: finding github.com/stretchr/objx v0.1.0 [2020-04-22T20:31:40.348Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-04-22T20:31:40.348Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-04-22T20:31:40.348Z] Executing busybox-1.31.1-r8.trigger [2020-04-22T20:31:40.348Z] OK: 145 MiB in 44 packages [2020-04-22T20:31:40.377Z] go: finding github.com/stretchr/testify v1.3.0 [2020-04-22T20:31:40.377Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-04-22T20:31:40.377Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-04-22T20:31:40.377Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-04-22T20:31:40.377Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-04-22T20:31:40.649Z] go: finding golang.org/x/text v0.3.2 [2020-04-22T20:31:40.649Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-04-22T20:31:40.649Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-04-22T20:31:40.649Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-04-22T20:31:40.649Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-04-22T20:31:40.649Z] go: finding gopkg.in/yaml.v2 v2.2.4 [2020-04-22T20:31:40.917Z] Removing intermediate container cece274dfc27 [2020-04-22T20:31:40.917Z] ---> cb472b0ac730 [2020-04-22T20:31:40.917Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-04-22T20:31:40.917Z] ---> Running in eb4bdfa1c3ad [2020-04-22T20:31:41.176Z] Removing intermediate container eb4bdfa1c3ad [2020-04-22T20:31:41.176Z] ---> c1951138b0b5 [2020-04-22T20:31:41.176Z] Step 6/7 : COPY go.mod . [2020-04-22T20:31:41.176Z] ---> 6af59e099d23 [2020-04-22T20:31:41.176Z] Step 7/7 : RUN go mod download [2020-04-22T20:31:41.435Z] ---> Running in c26806209c7a [2020-04-22T20:31:42.815Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-04-22T20:31:42.815Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-04-22T20:31:42.815Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-04-22T20:31:42.815Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-04-22T20:31:43.073Z] go: finding github.com/golang/protobuf v1.3.2 [2020-04-22T20:31:43.073Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-04-22T20:31:43.073Z] go: finding github.com/kr/pretty v0.1.0 [2020-04-22T20:31:43.073Z] go: finding github.com/kr/pty v1.1.1 [2020-04-22T20:31:43.073Z] go: finding github.com/kr/text v0.1.0 [2020-04-22T20:31:43.073Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-04-22T20:31:43.073Z] go: finding github.com/onsi/gomega v1.7.0 [2020-04-22T20:31:43.073Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-04-22T20:31:43.073Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-04-22T20:31:43.073Z] go: finding github.com/stretchr/objx v0.1.0 [2020-04-22T20:31:43.073Z] go: finding github.com/stretchr/testify v1.3.0 [2020-04-22T20:31:43.331Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-04-22T20:31:43.331Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-04-22T20:31:43.331Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-04-22T20:31:43.331Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-04-22T20:31:43.331Z] go: finding golang.org/x/text v0.3.2 [2020-04-22T20:31:43.331Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-04-22T20:31:43.331Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-04-22T20:31:43.331Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-04-22T20:31:43.596Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-04-22T20:31:43.596Z] go: finding gopkg.in/yaml.v2 v2.2.4 [2020-04-22T20:31:50.179Z] Removing intermediate container c26806209c7a [2020-04-22T20:31:50.179Z] ---> 30e1aa1bd6fd [2020-04-22T20:31:50.179Z] Successfully built 30e1aa1bd6fd [2020-04-22T20:31:50.179Z] 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-22T20:31:50.746Z] + docker inspect -f . ci-base-image-x86_64 [2020-04-22T20:31:50.747Z] . [Pipeline] withDockerContainer [2020-04-22T20:31:50.871Z] prd-centos7-docker-4c-2g-5683 does not seem to be running inside a container [2020-04-22T20:31:50.914Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/7 -v /w/workspace/go-mod-messaging/7:/w/workspace/go-mod-messaging/7:rw,z -v /w/workspace/go-mod-messaging/7@tmp:/w/workspace/go-mod-messaging/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-04-22T20:31:51.466Z] $ docker top ad6aebd25fbe557fc33824b9db7a7f8a1c8fc76a3b2cfe66bea5655b95964386 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-04-22T20:31:51.942Z] + go version [2020-04-22T20:31:51.943Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-04-22T20:31:52.237Z] + make test [2020-04-22T20:31:52.237Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-04-22T20:31:53.000Z] Removing intermediate container c55629d181c3 [2020-04-22T20:31:53.000Z] ---> 92cca6fd98e8 [2020-04-22T20:31:53.000Z] Successfully built 92cca6fd98e8 [2020-04-22T20:31:53.000Z] 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-22T20:31:53.637Z] + docker inspect -f . ci-base-image-arm64 [2020-04-22T20:31:53.911Z] . [Pipeline] withDockerContainer [2020-04-22T20:31:54.250Z] prd-ubuntu18.04-docker-arm64-4c-16g-5682 does not seem to be running inside a container [2020-04-22T20:31:54.332Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/7 -v /w/workspace/go-mod-messaging/7:/w/workspace/go-mod-messaging/7:rw,z -v /w/workspace/go-mod-messaging/7@tmp:/w/workspace/go-mod-messaging/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-04-22T20:31:55.857Z] $ docker top 5e46e3df784dc4e20159549346f3eccf122876f234c54079815a59e4e9102e02 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-04-22T20:31:56.447Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] [2020-04-22T20:31:57.052Z] + go version [2020-04-22T20:31:57.052Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-04-22T20:31:57.716Z] + make test [2020-04-22T20:31:57.716Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-04-22T20:31:57.847Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.030s coverage: 94.7% of statements [2020-04-22T20:32:01.153Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.006s coverage: 77.1% of statements [2020-04-22T20:32:01.153Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] [2020-04-22T20:32:15.959Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] [2020-04-22T20:32:19.336Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.030s coverage: 94.7% of statements [2020-04-22T20:32:21.935Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.045s coverage: 77.1% of statements [2020-04-22T20:32:21.935Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] [2020-04-22T20:32:23.106Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.341s coverage: 84.1% of statements [2020-04-22T20:32:23.106Z] ok github.com/edgexfoundry/go-mod-messaging/messaging 0.008s coverage: 85.7% of statements [2020-04-22T20:32:23.106Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.027s coverage: 100.0% of statements [2020-04-22T20:32:23.106Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.067s coverage: 100.0% of statements [2020-04-22T20:32:23.106Z] ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.004s coverage: 90.9% of statements [2020-04-22T20:32:23.106Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-04-22T20:32:24.045Z] gofmt -l . [2020-04-22T20:32:24.045Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-04-22T20:32:24.250Z] Stashed 1 file(s) [Pipeline] } [2020-04-22T20:32:24.257Z] $ docker stop --time=1 ad6aebd25fbe557fc33824b9db7a7f8a1c8fc76a3b2cfe66bea5655b95964386 [2020-04-22T20:32:25.654Z] $ docker rm -f ad6aebd25fbe557fc33824b9db7a7f8a1c8fc76a3b2cfe66bea5655b95964386 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-04-22T20:32:54.182Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.384s coverage: 84.1% of statements [2020-04-22T20:32:54.182Z] ok github.com/edgexfoundry/go-mod-messaging/messaging 0.023s coverage: 85.7% of statements [2020-04-22T20:32:54.182Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.017s coverage: 100.0% of statements [2020-04-22T20:32:54.182Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.024s coverage: 100.0% of statements [2020-04-22T20:32:54.182Z] ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.014s coverage: 90.9% of statements [2020-04-22T20:32:54.182Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-04-22T20:32:54.774Z] gofmt -l . [2020-04-22T20:32:55.040Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-04-22T20:32:55.055Z] Warning: overwriting stash ‘coverage-report’ [2020-04-22T20:32:55.446Z] Stashed 1 file(s) [Pipeline] } [2020-04-22T20:32:55.459Z] $ docker stop --time=1 5e46e3df784dc4e20159549346f3eccf122876f234c54079815a59e4e9102e02 [2020-04-22T20:32:57.615Z] $ docker rm -f 5e46e3df784dc4e20159549346f3eccf122876f234c54079815a59e4e9102e02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-04-22T20:32:59.324Z] provisioning config files... [2020-04-22T20:32:59.335Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/exfoundry_go-mod-messaging_PR-43@tmp/config4715416165866157053tmp [Pipeline] { [Pipeline] sh [2020-04-22T20:32:59.718Z] + bash -s - -t @/w/workspace/exfoundry_go-mod-messaging_PR-43@tmp/config4715416165866157053tmp [2020-04-22T20:32:59.719Z] + curl -s https://codecov.io/bash [2020-04-22T20:32:59.978Z] [2020-04-22T20:32:59.978Z] _____ _ [2020-04-22T20:32:59.978Z] / ____| | | [2020-04-22T20:32:59.978Z] | | ___ __| | ___ ___ _____ __ [2020-04-22T20:32:59.978Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-04-22T20:32:59.978Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-04-22T20:32:59.978Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-04-22T20:32:59.978Z] Bash-tbd [2020-04-22T20:32:59.978Z] [2020-04-22T20:32:59.978Z] [2020-04-22T20:32:59.978Z] ==> Jenkins CI detected. [2020-04-22T20:32:59.978Z] project root: . [2020-04-22T20:32:59.978Z] Fixing merge commit SHA [2020-04-22T20:32:59.978Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-04-22T20:32:59.978Z] ==> Running gcov in . (disable via -X gcov) [2020-04-22T20:32:59.978Z] ==> Python coveragepy not found [2020-04-22T20:32:59.978Z] ==> Searching for coverage reports in: [2020-04-22T20:32:59.978Z] + . [2020-04-22T20:32:59.978Z] -> Found 1 reports [2020-04-22T20:32:59.978Z] ==> Detecting git/mercurial file structure [2020-04-22T20:32:59.978Z] ==> Reading reports [2020-04-22T20:32:59.978Z] + ./coverage.out bytes=20619 [2020-04-22T20:32:59.978Z] ==> Appending adjustments [2020-04-22T20:32:59.978Z] http://docs.codecov.io/docs/fixing-reports [2020-04-22T20:33:00.242Z] + Found adjustments [2020-04-22T20:33:00.242Z] ==> Gzipping contents [2020-04-22T20:33:00.242Z] ==> Uploading reports [2020-04-22T20:33:00.242Z] url: https://codecov.io [2020-04-22T20:33:00.242Z] query: branch=PR-43&commit=3d0432dae5e37f6ca1b3ff7de6156999f2cf9766&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-43%2F7%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=43&job= [2020-04-22T20:33:00.242Z] -> Pinging Codecov [2020-04-22T20:33:00.243Z] https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-43&commit=3d0432dae5e37f6ca1b3ff7de6156999f2cf9766&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-43%2F7%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=43&job= [2020-04-22T20:33:00.502Z] -> Uploading [2020-04-22T20:33:01.074Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/3d0432dae5e37f6ca1b3ff7de6156999f2cf9766 [Pipeline] } [2020-04-22T20:33:01.082Z] 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-22T20:33:02.347Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-22T20:33:02.648Z] ---> package-listing.sh [2020-04-22T20:33:02.648Z] ++ facter osfamily [2020-04-22T20:33:02.648Z] ++ tr '[:upper:]' '[:lower:]' [2020-04-22T20:33:02.648Z] + OS_FAMILY=redhat [2020-04-22T20:33:02.648Z] + workspace=/w/workspace/exfoundry_go-mod-messaging_PR-43 [2020-04-22T20:33:02.648Z] + START_PACKAGES=/tmp/packages_start.txt [2020-04-22T20:33:02.648Z] + END_PACKAGES=/tmp/packages_end.txt [2020-04-22T20:33:02.648Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-04-22T20:33:02.648Z] + PACKAGES=/tmp/packages_start.txt [2020-04-22T20:33:02.648Z] + '[' /w/workspace/exfoundry_go-mod-messaging_PR-43 ']' [2020-04-22T20:33:02.648Z] + PACKAGES=/tmp/packages_end.txt [2020-04-22T20:33:02.648Z] + case "${OS_FAMILY}" in [2020-04-22T20:33:02.648Z] + rpm -qa [2020-04-22T20:33:02.648Z] + sort [2020-04-22T20:33:06.841Z] + '[' -f /tmp/packages_start.txt ']' [2020-04-22T20:33:06.841Z] + '[' -f /tmp/packages_end.txt ']' [2020-04-22T20:33:06.841Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-04-22T20:33:06.841Z] + '[' /w/workspace/exfoundry_go-mod-messaging_PR-43 ']' [2020-04-22T20:33:06.841Z] + mkdir -p /w/workspace/exfoundry_go-mod-messaging_PR-43/archives/ [2020-04-22T20:33:06.841Z] + 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-04-22T20:33:07.206Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-04-22T20:33:07.206Z] [2020-04-22T20:33:07.206Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-04-22T20:33:07.553Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-04-22T20:33:07.553Z] alpine: Pulling from edgex-lftools-log-publisher [2020-04-22T20:33:07.553Z] c9b1b535fdd9: Pulling fs layer [2020-04-22T20:33:07.553Z] 2cc5ad85d9ab: Pulling fs layer [2020-04-22T20:33:07.553Z] 756a868c4378: Pulling fs layer [2020-04-22T20:33:07.553Z] 444b2fc9a129: Pulling fs layer [2020-04-22T20:33:07.553Z] ea15f1150254: Pulling fs layer [2020-04-22T20:33:07.553Z] 41b27a9f41bf: Pulling fs layer [2020-04-22T20:33:07.553Z] 28c525ee5125: Pulling fs layer [2020-04-22T20:33:07.553Z] 094b1ea09ed8: Pulling fs layer [2020-04-22T20:33:07.553Z] 138eaada9080: Pulling fs layer [2020-04-22T20:33:07.553Z] 0622d0fa9048: Pulling fs layer [2020-04-22T20:33:07.553Z] 444b2fc9a129: Waiting [2020-04-22T20:33:07.553Z] ea15f1150254: Waiting [2020-04-22T20:33:07.553Z] 41b27a9f41bf: Waiting [2020-04-22T20:33:07.553Z] 28c525ee5125: Waiting [2020-04-22T20:33:07.553Z] 094b1ea09ed8: Waiting [2020-04-22T20:33:07.553Z] 138eaada9080: Waiting [2020-04-22T20:33:07.553Z] 0622d0fa9048: Waiting [2020-04-22T20:33:07.553Z] 2cc5ad85d9ab: Verifying Checksum [2020-04-22T20:33:07.553Z] 2cc5ad85d9ab: Download complete [2020-04-22T20:33:07.553Z] 444b2fc9a129: Verifying Checksum [2020-04-22T20:33:07.553Z] 444b2fc9a129: Download complete [2020-04-22T20:33:07.553Z] c9b1b535fdd9: Verifying Checksum [2020-04-22T20:33:07.553Z] c9b1b535fdd9: Download complete [2020-04-22T20:33:07.829Z] ea15f1150254: Verifying Checksum [2020-04-22T20:33:07.829Z] ea15f1150254: Download complete [2020-04-22T20:33:07.829Z] 28c525ee5125: Verifying Checksum [2020-04-22T20:33:07.829Z] 28c525ee5125: Download complete [2020-04-22T20:33:08.105Z] 756a868c4378: Verifying Checksum [2020-04-22T20:33:08.105Z] 756a868c4378: Download complete [2020-04-22T20:33:08.105Z] c9b1b535fdd9: Pull complete [2020-04-22T20:33:08.377Z] 138eaada9080: Verifying Checksum [2020-04-22T20:33:08.377Z] 138eaada9080: Download complete [2020-04-22T20:33:08.377Z] 0622d0fa9048: Verifying Checksum [2020-04-22T20:33:08.377Z] 0622d0fa9048: Download complete [2020-04-22T20:33:08.377Z] 094b1ea09ed8: Verifying Checksum [2020-04-22T20:33:08.377Z] 094b1ea09ed8: Download complete [2020-04-22T20:33:08.377Z] 2cc5ad85d9ab: Pull complete [2020-04-22T20:33:08.949Z] 41b27a9f41bf: Verifying Checksum [2020-04-22T20:33:08.949Z] 41b27a9f41bf: Download complete [2020-04-22T20:33:10.327Z] 756a868c4378: Pull complete [2020-04-22T20:33:10.327Z] 444b2fc9a129: Pull complete [2020-04-22T20:33:10.586Z] ea15f1150254: Pull complete [2020-04-22T20:33:13.911Z] 41b27a9f41bf: Pull complete [2020-04-22T20:33:14.173Z] 28c525ee5125: Pull complete [2020-04-22T20:33:16.081Z] 094b1ea09ed8: Pull complete [2020-04-22T20:33:16.342Z] 138eaada9080: Pull complete [2020-04-22T20:33:16.342Z] 0622d0fa9048: Pull complete [2020-04-22T20:33:16.342Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-04-22T20:33:16.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-04-22T20:33:16.513Z] prd-centos7-docker-4c-2g-5681 does not seem to be running inside a container [2020-04-22T20:33:16.561Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/exfoundry_go-mod-messaging_PR-43 -v /w/workspace/exfoundry_go-mod-messaging_PR-43:/w/workspace/exfoundry_go-mod-messaging_PR-43:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-43@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-43@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-04-22T20:33:17.151Z] $ docker top e15cb2586f8f4898804526293ce4e2ca03ee448747b41d260d6247d112678ed9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-04-22T20:33:17.382Z] provisioning config files... [2020-04-22T20:33:17.397Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-messaging_PR-43@tmp/config5553001432609092481tmp [Pipeline] { [Pipeline] echo [2020-04-22T20:33:17.534Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-22T20:33:17.826Z] ---> create-netrc.sh [Pipeline] echo [2020-04-22T20:33:17.834Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-22T20:33:18.139Z] ---> logs-deploy.sh [2020-04-22T20:33:18.139Z] + ARCHIVE_ARTIFACTS= [2020-04-22T20:33:18.139Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-04-22T20:33:18.139Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-04-22T20:33:18.139Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-04-22T20:33:18.139Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-43/7 [2020-04-22T20:33:18.139Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-messaging/job/PR-43/7/ [2020-04-22T20:33:18.139Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-43/7 /w/workspace/exfoundry_go-mod-messaging_PR-43 [2020-04-22T20:33:19.517Z] Archives upload complete. [2020-04-22T20:33:19.517Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-43/7 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-messaging/job/PR-43/7/