Pull request #62 opened 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 lenny-intel for edgexfoundry/go-mod-messaging Obtained Jenkinsfile from 3f0fefd7d7352115638c4c04badd671dc3ee80c6+c3ae47e2bb696172946919a1d86c19c8de804c45 (dae546ea3b0abea815ae1356cf0f233a8f6848f2) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 85bea31ad76f85e2acd5a821f20c71e435d4ae12 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 85bea31ad76f85e2acd5a821f20c71e435d4ae12 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-messaging/branches/PR-62/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 85bea31ad76f85e2acd5a821f20c71e435d4ae12 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 85bea31ad76f85e2acd5a821f20c71e435d4ae12 # timeout=10 Commit message: "Merge pull request #249 from ernestojeda/fix-build-artifact" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-messaging, 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1212 in /w/workspace/exfoundry_go-mod-messaging_PR-62 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git > git init /w/workspace/exfoundry_go-mod-messaging_PR-62 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c3ae47e2bb696172946919a1d86c19c8de804c45 into PR head commit 3f0fefd7d7352115638c4c04badd671dc3ee80c6 Merge succeeded, producing 3f0fefd7d7352115638c4c04badd671dc3ee80c6 Checking out Revision 3f0fefd7d7352115638c4c04badd671dc3ee80c6 (PR-62) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/62/head:refs/remotes/origin/PR-62 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3f0fefd7d7352115638c4c04badd671dc3ee80c6 # 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 c3ae47e2bb696172946919a1d86c19c8de804c45 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3f0fefd7d7352115638c4c04badd671dc3ee80c6 # timeout=10 Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:31:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:31:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:31:06 ========================================================= 19:31:06 EdgeX Global Pipelines Version Info 19:31:06 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:31:08 ------------------- 19:31:08 stable info: 19:31:08 ------------------- 19:31:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:31:08 Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 19:31:08 Message: update stable to v1.0.128 19:31:09 ------------------- 19:31:09 experimental info: 19:31:09 ------------------- 19:31:09 Commited By: **** collab-it+edgex@linuxfoundation.org 19:31:09 Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 19:31:09 Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 19:31:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 19:31:10 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 19:31:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:31:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:31:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:31:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:31:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:31:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:31:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:31:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:31:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:31:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo 19:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:31:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 19:31:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 19:31:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:31:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:31:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 19:31:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:31:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 19:31:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 19:31:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 19:31:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 19:31:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 19:31:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-62 [Pipeline] echo 19:31:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-62 [Pipeline] echo 19:31:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-62 [Pipeline] echo 19:31:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3f0fefd7d7352115638c4c04badd671dc3ee80c6 [Pipeline] echo 19:31:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3f0fefd [Pipeline] echo 19:31:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:31:15 + git log --format=format:%s -1 3f0fefd7d7352115638c4c04badd671dc3ee80c6 [Pipeline] echo 19:31:15 GIT_COMMIT: 3f0fefd7d7352115638c4c04badd671dc3ee80c6, Commit Message: build(all): Enable use of DependaBot to maintain Go dependencies [Pipeline] echo 19:31:15 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:31:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:31:17 19:31:17 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:31:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:31:18 latest: Pulling from edgex-devops/git-semver 19:31:18 31603596830f: Pulling fs layer 19:31:18 2a8b12db71e7: Pulling fs layer 19:31:18 6ca5941a6612: Pulling fs layer 19:31:18 ecc8261a40a4: Pulling fs layer 19:31:18 ecc8261a40a4: Waiting 19:31:18 2a8b12db71e7: Verifying Checksum 19:31:18 2a8b12db71e7: Download complete 19:31:18 31603596830f: Verifying Checksum 19:31:18 31603596830f: Download complete 19:31:19 31603596830f: Pull complete 19:31:20 6ca5941a6612: Verifying Checksum 19:31:20 6ca5941a6612: Download complete 19:31:20 ecc8261a40a4: Verifying Checksum 19:31:20 ecc8261a40a4: Download complete 19:31:20 2a8b12db71e7: Pull complete 19:31:22 6ca5941a6612: Pull complete 19:31:22 ecc8261a40a4: Pull complete 19:31:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:31:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:31:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:31:23 prd-centos7-docker-4c-2g-1212 does not seem to be running inside a container 19:31:24 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-messaging_PR-62 -v /w/workspace/exfoundry_go-mod-messaging_PR-62:/w/workspace/exfoundry_go-mod-messaging_PR-62:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-62@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-62@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:31:26 $ docker top 2fc22e6b1e9c39bbed839496ff5b19c3d23ecd78d2a32e4900023610e6e9a895 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:31:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:31:26 [ssh-agent] Looking for ssh-agent implementation... 19:31:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:31:27 $ docker exec 2fc22e6b1e9c39bbed839496ff5b19c3d23ecd78d2a32e4900023610e6e9a895 ssh-agent 19:31:27 SSH_AUTH_SOCK=/tmp/ssh-SlrPTalamYGE/agent.12 19:31:27 SSH_AGENT_PID=18 19:31:27 Running ssh-add (command line suppressed) 19:31:27 Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-62@tmp/private_key_5378507303914836618.key (/w/workspace/exfoundry_go-mod-messaging_PR-62@tmp/private_key_5378507303914836618.key) 19:31:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:31:29 + git describe --exact-match --tags HEAD 19:31:29 fatal: no tag exactly matches '3f0fefd7d7352115638c4c04badd671dc3ee80c6' [Pipeline] } 19:31:29 $ docker exec --env ******** --env ******** 2fc22e6b1e9c39bbed839496ff5b19c3d23ecd78d2a32e4900023610e6e9a895 ssh-agent -k 19:31:30 unset SSH_AUTH_SOCK; 19:31:30 unset SSH_AGENT_PID; 19:31:30 echo Agent pid 18 killed; 19:31:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 19:31:30 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 19:31:30 This usually means this commit has not been tagged. [Pipeline] sshagent 19:31:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:31:31 [ssh-agent] Looking for ssh-agent implementation... 19:31:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:31:31 $ docker exec 2fc22e6b1e9c39bbed839496ff5b19c3d23ecd78d2a32e4900023610e6e9a895 ssh-agent 19:31:31 SSH_AUTH_SOCK=/tmp/ssh-ZhKYFWHlknEE/agent.47 19:31:31 SSH_AGENT_PID=52 19:31:31 Running ssh-add (command line suppressed) 19:31:32 Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-62@tmp/private_key_7527336443842639804.key (/w/workspace/exfoundry_go-mod-messaging_PR-62@tmp/private_key_7527336443842639804.key) 19:31:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:31:32 + git semver init 19:31:32 # -> Open(): unable to determine branch for HEAD 19:31:32 # $GIT_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-62/.git 19:31:32 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-messaging_PR-62 19:31:32 # $SEMVER_REMOTE_NAME = origin 19:31:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:31:32 # $SEMVER_USER_NAME = edgex-jenkins 19:31:32 # $SEMVER_BRANCH = PR-62 19:31:32 # $SEMVER_TEMP = /tmp/semver-593553656 19:31:32 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 19:31:34 # '/tmp/semver-593553656' -> '/w/workspace/exfoundry_go-mod-messaging_PR-62/.semver' 19:31:34 # -> Force: false 19:31:34 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-62/.semver [Pipeline] } 19:31:34 $ docker exec --env ******** --env ******** 2fc22e6b1e9c39bbed839496ff5b19c3d23ecd78d2a32e4900023610e6e9a895 ssh-agent -k 19:31:34 unset SSH_AUTH_SOCK; 19:31:34 unset SSH_AGENT_PID; 19:31:34 echo Agent pid 52 killed; 19:31:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:31:35 + git semver [Pipeline] } 19:31:35 $ docker stop --time=1 2fc22e6b1e9c39bbed839496ff5b19c3d23ecd78d2a32e4900023610e6e9a895 19:31:37 $ docker rm -f 2fc22e6b1e9c39bbed839496ff5b19c3d23ecd78d2a32e4900023610e6e9a895 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 19:31:42 Stashed 38 file(s) [Pipeline] echo 19:31:42 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 19:31:42 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [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 19:31:58 Still waiting to schedule task 19:31:58 Waiting for next available executor on ‘centos7-docker-4c-2g’ 19:31:58 Still waiting to schedule task 19:31:58 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 19:34:16 Running on prd-centos7-docker-4c-2g-1220 in /w/workspace/exfoundry_go-mod-messaging_PR-62 [Pipeline] { [Pipeline] ws 19:34:16 Running in /w/workspace/go-mod-messaging/1 [Pipeline] { [Pipeline] checkout 19:34:42 using credential edgex-jenkins-ssh 19:34:42 Cloning the remote Git repository 19:34:42 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 19:34:42 > git init /w/workspace/go-mod-messaging/1 # timeout=10 19:34:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 19:34:43 > git --version # timeout=10 19:34:43 > git --version # 'git version 2.16.5' 19:34:43 using GIT_SSH to set credentials SSH Credentials for GitHub 19:34:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:34:44 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 19:34:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:34:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 19:34:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 19:34:45 using GIT_SSH to set credentials SSH Credentials for GitHub 19:34:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/62/head:refs/remotes/origin/PR-62 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:34:46 Merging remotes/origin/master commit c3ae47e2bb696172946919a1d86c19c8de804c45 into PR head commit 3f0fefd7d7352115638c4c04badd671dc3ee80c6 19:34:47 Merge succeeded, producing 3f0fefd7d7352115638c4c04badd671dc3ee80c6 19:34:47 Checking out Revision 3f0fefd7d7352115638c4c04badd671dc3ee80c6 (PR-62) 19:34:46 > git config core.sparsecheckout # timeout=10 19:34:46 > git checkout -f 3f0fefd7d7352115638c4c04badd671dc3ee80c6 # timeout=10 19:34:46 > git remote # timeout=10 19:34:46 > git config --get remote.origin.url # timeout=10 19:34:46 using GIT_SSH to set credentials SSH Credentials for GitHub 19:34:46 > git merge c3ae47e2bb696172946919a1d86c19c8de804c45 # timeout=10 19:34:47 > git rev-parse HEAD^{commit} # timeout=10 19:34:47 > git config core.sparsecheckout # timeout=10 19:34:47 > git checkout -f 3f0fefd7d7352115638c4c04badd671dc3ee80c6 # timeout=10 19:34:52 Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" 19:34:52 > git --version # timeout=10 19:34:52 > git --version # 'git version 2.16.5' 19:34:52 fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 19:34:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1223 in /w/workspace/exfoundry_go-mod-messaging_PR-62 [Pipeline] { [Pipeline] ws 19:34:53 Running in /w/workspace/go-mod-messaging/1 [Pipeline] { [Pipeline] checkout [Pipeline] echo 19:34:54 ========================================================= 19:34:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:34:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:34:55 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 19:34:58 Sending build context to Docker daemon 651.8kB 19:34:58 Step 1/7 : ARG BASE=golang:1.15-alpine 19:34:58 Step 2/7 : FROM ${BASE} 19:34:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:34:58 df20fa9351a1: Pulling fs layer 19:34:58 ed8968b2872e: Pulling fs layer 19:34:58 a92cc7c5fd73: Pulling fs layer 19:34:58 e871e8e8d7a9: Pulling fs layer 19:34:58 e73272ec9a57: Pulling fs layer 19:34:58 1e910a182e73: Pulling fs layer 19:34:58 4e634b169226: Pulling fs layer 19:34:58 e73272ec9a57: Waiting 19:34:58 1e910a182e73: Waiting 19:34:58 4e634b169226: Waiting 19:34:58 e871e8e8d7a9: Waiting 19:34:58 a92cc7c5fd73: Verifying Checksum 19:34:58 a92cc7c5fd73: Download complete 19:34:58 ed8968b2872e: Verifying Checksum 19:34:58 ed8968b2872e: Download complete 19:34:59 using credential edgex-jenkins-ssh 19:34:59 Cloning the remote Git repository 19:34:59 e73272ec9a57: Verifying Checksum 19:34:59 e73272ec9a57: Download complete 19:34:59 1e910a182e73: Verifying Checksum 19:34:59 1e910a182e73: Download complete 19:34:59 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 19:34:59 > git init /w/workspace/go-mod-messaging/1 # timeout=10 19:34:59 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 19:34:59 > git --version # timeout=10 19:34:59 > git --version # 'git version 2.17.1' 19:34:59 using GIT_SSH to set credentials SSH Credentials for GitHub 19:34:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:35:00 df20fa9351a1: Verifying Checksum 19:35:00 df20fa9351a1: Download complete 19:35:01 Merging remotes/origin/master commit c3ae47e2bb696172946919a1d86c19c8de804c45 into PR head commit 3f0fefd7d7352115638c4c04badd671dc3ee80c6 19:35:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 19:35:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:35:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 19:35:00 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 19:35:00 using GIT_SSH to set credentials SSH Credentials for GitHub 19:35:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/62/head:refs/remotes/origin/PR-62 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:35:01 Merge succeeded, producing 3f0fefd7d7352115638c4c04badd671dc3ee80c6 19:35:01 Checking out Revision 3f0fefd7d7352115638c4c04badd671dc3ee80c6 (PR-62) 19:35:02 df20fa9351a1: Pull complete 19:35:01 > git config core.sparsecheckout # timeout=10 19:35:01 > git checkout -f 3f0fefd7d7352115638c4c04badd671dc3ee80c6 # timeout=10 19:35:01 > git remote # timeout=10 19:35:01 > git config --get remote.origin.url # timeout=10 19:35:01 using GIT_SSH to set credentials SSH Credentials for GitHub 19:35:01 > git merge c3ae47e2bb696172946919a1d86c19c8de804c45 # timeout=10 19:35:01 > git rev-parse HEAD^{commit} # timeout=10 19:35:01 > git config core.sparsecheckout # timeout=10 19:35:01 > git checkout -f 3f0fefd7d7352115638c4c04badd671dc3ee80c6 # timeout=10 19:35:02 ed8968b2872e: Pull complete 19:35:03 a92cc7c5fd73: Pull complete 19:35:06 Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" 19:35:06 > git --version # timeout=10 19:35:06 > git --version # 'git version 2.17.1' 19:35:06 fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:35:07 ========================================================= 19:35:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:35:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:35:08 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 19:35:09 Sending build context to Docker daemon 651.8kB 19:35:09 Step 1/7 : ARG BASE=golang:1.15-alpine 19:35:09 Step 2/7 : FROM ${BASE} 19:35:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:35:09 b538f80385f9: Pulling fs layer 19:35:09 74f711af9a0d: Pulling fs layer 19:35:09 99f96fe45779: Pulling fs layer 19:35:09 8529a6b9a6be: Pulling fs layer 19:35:09 45590311c82a: Pulling fs layer 19:35:09 69ca0ff8b7b3: Pulling fs layer 19:35:09 209524e5b208: Pulling fs layer 19:35:09 8529a6b9a6be: Waiting 19:35:09 45590311c82a: Waiting 19:35:09 69ca0ff8b7b3: Waiting 19:35:09 209524e5b208: Waiting 19:35:09 99f96fe45779: Verifying Checksum 19:35:09 99f96fe45779: Download complete 19:35:09 74f711af9a0d: Verifying Checksum 19:35:09 74f711af9a0d: Download complete 19:35:09 45590311c82a: Verifying Checksum 19:35:09 45590311c82a: Download complete 19:35:09 69ca0ff8b7b3: Download complete 19:35:10 b538f80385f9: Download complete 19:35:10 b538f80385f9: Pull complete 19:35:11 74f711af9a0d: Pull complete 19:35:11 99f96fe45779: Pull complete 19:35:12 209524e5b208: Verifying Checksum 19:35:12 209524e5b208: Download complete 19:35:14 8529a6b9a6be: Download complete 19:35:14 4e634b169226: Verifying Checksum 19:35:14 4e634b169226: Download complete 19:35:18 e871e8e8d7a9: Verifying Checksum 19:35:18 e871e8e8d7a9: Download complete 19:35:24 8529a6b9a6be: Pull complete 19:35:25 45590311c82a: Pull complete 19:35:25 69ca0ff8b7b3: Pull complete 19:35:30 209524e5b208: Pull complete 19:35:30 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 19:35:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:35:30 ---> 5bddaf1c2fca 19:35:30 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:35:32 ---> Running in 639466d1e547 19:35:32 Removing intermediate container 639466d1e547 19:35:32 ---> 027a5c9d68e0 19:35:32 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 19:35:33 ---> Running in 1f0013648b01 19:35:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:35:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:35:37 (1/5) Installing libsodium (1.0.18-r0) 19:35:37 (2/5) Installing libzmq (4.3.3-r0) 19:35:37 (3/5) Installing pkgconf (1.7.2-r0) 19:35:37 (4/5) Installing libsodium-dev (1.0.18-r0) 19:35:37 (5/5) Installing zeromq-dev (4.3.3-r0) 19:35:37 Executing busybox-1.31.1-r16.trigger 19:35:37 OK: 144 MiB in 44 packages 19:35:37 e871e8e8d7a9: Pull complete 19:35:38 e73272ec9a57: Pull complete 19:35:38 1e910a182e73: Pull complete 19:35:39 Removing intermediate container 1f0013648b01 19:35:39 ---> b2027c7eaaf7 19:35:39 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 19:35:39 ---> Running in 9ecd03207cbe 19:35:39 Removing intermediate container 9ecd03207cbe 19:35:39 ---> 92790da4ff1b 19:35:39 Step 6/7 : COPY go.mod . 19:35:40 ---> 380f7b7e6dfc 19:35:40 Step 7/7 : RUN go mod download 19:35:40 ---> Running in 7882bcc9cac8 19:35:49 4e634b169226: Pull complete 19:35:49 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 19:35:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:35:49 ---> f7629b54cfaa 19:35:49 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:35:49 ---> Running in ee1790367bb0 19:35:50 Removing intermediate container ee1790367bb0 19:35:50 ---> 7f92dae9e914 19:35:50 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 19:35:50 ---> Running in b74598894aa2 19:35:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:35:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:35:55 Removing intermediate container 7882bcc9cac8 19:35:55 ---> b48750350726 19:35:55 Successfully built b48750350726 19:35:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:35:56 + docker inspect -f . ci-base-image-arm64 19:35:56 . [Pipeline] withDockerContainer 19:35:56 prd-ubuntu18.04-docker-arm64-4c-16g-1223 does not seem to be running inside a container 19:35:56 (1/5) Installing libsodium (1.0.18-r0) 19:35:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/1 -v /w/workspace/go-mod-messaging/1:/w/workspace/go-mod-messaging/1:rw,z -v /w/workspace/go-mod-messaging/1@tmp:/w/workspace/go-mod-messaging/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:35:57 (2/5) Installing libzmq (4.3.3-r0) 19:35:57 (3/5) Installing pkgconf (1.7.2-r0) 19:35:57 (4/5) Installing libsodium-dev (1.0.18-r0) 19:35:57 (5/5) Installing zeromq-dev (4.3.3-r0) 19:35:57 Executing busybox-1.31.1-r16.trigger 19:35:57 OK: 167 MiB in 44 packages 19:35:58 $ docker top bc8aa8624c579eebd9ecca32b4b89890bd50da959a61cb2f8d64eac25f540e6f -eo pid,comm [Pipeline] { [Pipeline] sh 19:35:59 + go version 19:35:59 go version go1.15.2 linux/arm64 [Pipeline] } 19:36:00 $ docker stop --time=1 bc8aa8624c579eebd9ecca32b4b89890bd50da959a61cb2f8d64eac25f540e6f 19:36:00 Removing intermediate container b74598894aa2 19:36:00 ---> 634da7f4f072 19:36:00 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 19:36:00 ---> Running in 08d4206937e6 19:36:00 Removing intermediate container 08d4206937e6 19:36:00 ---> 77f1336f9832 19:36:00 Step 6/7 : COPY go.mod . 19:36:02 $ docker rm -f bc8aa8624c579eebd9ecca32b4b89890bd50da959a61cb2f8d64eac25f540e6f 19:36:02 ---> 627991bd5f16 19:36:02 Step 7/7 : RUN go mod download [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:36:03 ---> Running in e3f98b420bb7 19:36:03 + docker inspect -f . ci-base-image-arm64 19:36:03 . [Pipeline] withDockerContainer 19:36:03 prd-ubuntu18.04-docker-arm64-4c-16g-1223 does not seem to be running inside a container 19:36:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/1 -v /w/workspace/go-mod-messaging/1:/w/workspace/go-mod-messaging/1:rw,z -v /w/workspace/go-mod-messaging/1@tmp:/w/workspace/go-mod-messaging/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:36:05 $ docker top dfcefc93829f7ae58620e56f1f5d6298a8b92338b6698faa59c1fb9466bdf474 -eo pid,comm [Pipeline] { [Pipeline] sh 19:36:07 + make test 19:36:07 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 19:36:19 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] 19:36:23 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.084s coverage: 94.7% of statements 19:36:26 Removing intermediate container e3f98b420bb7 19:36:26 ---> 6a16208e88ce 19:36:26 Successfully built 6a16208e88ce 19:36:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:36:28 + docker inspect -f . ci-base-image-x86_64 19:36:28 . [Pipeline] withDockerContainer 19:36:28 prd-centos7-docker-4c-2g-1220 does not seem to be running inside a container 19:36:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/1 -v /w/workspace/go-mod-messaging/1:/w/workspace/go-mod-messaging/1:rw,z -v /w/workspace/go-mod-messaging/1@tmp:/w/workspace/go-mod-messaging/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:36:31 $ docker top 62949bc81357fd025731f3c7f26cf02438a70e120ebd14904c112ec0828d874e -eo pid,comm [Pipeline] { [Pipeline] sh 19:36:32 + go version 19:36:32 go version go1.15.2 linux/amd64 [Pipeline] } 19:36:32 $ docker stop --time=1 62949bc81357fd025731f3c7f26cf02438a70e120ebd14904c112ec0828d874e 19:36:34 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.033s coverage: 77.1% of statements 19:36:34 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] 19:36:35 $ docker rm -f 62949bc81357fd025731f3c7f26cf02438a70e120ebd14904c112ec0828d874e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:36:36 + docker inspect -f . ci-base-image-x86_64 19:36:36 . [Pipeline] withDockerContainer 19:36:37 prd-centos7-docker-4c-2g-1220 does not seem to be running inside a container 19:36:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/1 -v /w/workspace/go-mod-messaging/1:/w/workspace/go-mod-messaging/1:rw,z -v /w/workspace/go-mod-messaging/1@tmp:/w/workspace/go-mod-messaging/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:36:39 $ docker top fcca5d9f0b7d415cc3052e60ecfa44226a99464f9fb8243fe6ce8ee38fd67a78 -eo pid,comm [Pipeline] { [Pipeline] sh 19:36:41 + make test 19:36:41 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 19:36:54 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] 19:36:56 --- FAIL: TestPublishWithTopic (0.00s) 19:36:56 client_test.go:168: 19:36:56 Error Trace: client_test.go:168 19:36:56 Error: Expected nil, but got: 0x4 19:36:56 Test: TestPublishWithTopic 19:36:56 Messages: Failed to publish ZMQ message 19:36:56 client_test.go:169: 19:36:56 In test caller, received messages: { 123 [116 101 115 116 32 98 121 116 101 115] } 19:36:56 timed-out 19:36:56 Received messages: { 123 [116 101 115 116 32 98 121 116 101 115] } 19:36:56 Received messages: { 123 [116 101 115 116 32 98 121 116 101 115] } 19:36:56 msg1: test bytes, msg2: test bytes 19:36:56 App Functions 2 Message: { 456 [97 112 112 108 101 32 106 117 105 99 101] } 19:36:56 time's up 19:36:56 Done 19:36:56 In test caller, received messages: { 123 [116 101 115 116 32 98 121 116 101 115] application/json} 19:36:56 --- FAIL: TestSubscribe (2.31s) 19:36:56 client_test.go:631: 19:36:56 Error Trace: client_test.go:631 19:36:56 client_test.go:551 19:36:56 Error: Expected nil, but got: &errors.errorString{s:"error: interrupted system call [tcp://*:5581]"} 19:36:56 Test: TestSubscribe 19:36:56 Messages: Failed to publish to ZMQ message 19:36:56 client_test.go:632: 19:36:56 In test caller, received messages2: { 102 [111 114 97 110 103 101 32 106 117 105 99 101] application/cbor} 19:36:56 In test caller, received messages1: { 101 [97 112 112 108 101 32 106 117 105 99 101] application/json} 19:36:56 In test caller, received messages3: { 103 [98 97 110 97 110 97 32 115 108 105 99 101 115] video} 19:36:56 time's up 19:36:56 Done 19:36:56 In test caller, received messages2: yellow goldfish 19:36:56 In test caller, received messages1: yellow goldfish 19:36:56 In test caller, received messages2: black guppy 19:36:56 time's up 19:36:56 Done 19:36:56 In test caller, received messages: { 123 [116 101 115 116 32 98 121 116 101 115] application/json} 19:36:56 FAIL 19:36:56 coverage: 85.0% of statements 19:36:56 FAIL github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 17.768s 19:36:56 ok github.com/edgexfoundry/go-mod-messaging/messaging 0.019s coverage: 85.7% of statements 19:36:56 ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.052s coverage: 100.0% of statements 19:36:56 ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.043s coverage: 100.0% of statements 19:36:56 ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.028s coverage: 90.9% of statements 19:36:56 FAIL 19:36:56 make: *** [Makefile:6: test] Error 1 [Pipeline] } 19:36:56 $ docker stop --time=1 dfcefc93829f7ae58620e56f1f5d6298a8b92338b6698faa59c1fb9466bdf474 19:36:58 $ docker rm -f dfcefc93829f7ae58620e56f1f5d6298a8b92338b6698faa59c1fb9466bdf474 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 19:37:01 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.069s coverage: 94.7% of statements [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:37:01 Failed in branch arm64 19:37:10 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.021s coverage: 77.1% of statements 19:37:10 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] 19:37:32 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.440s coverage: 84.1% of statements 19:37:32 ok github.com/edgexfoundry/go-mod-messaging/messaging 0.029s coverage: 85.7% of statements 19:37:32 ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.108s coverage: 100.0% of statements 19:37:32 ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.036s coverage: 100.0% of statements 19:37:32 ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.069s coverage: 90.9% of statements 19:37:32 CGO_ENABLED=1 GO111MODULE=on go vet ./... 19:37:36 gofmt -l . 19:37:36 [ "`gofmt -l .`" = "" ] [Pipeline] stash 19:37:36 Stashed 1 file(s) [Pipeline] } 19:37:36 $ docker stop --time=1 fcca5d9f0b7d415cc3052e60ecfa44226a99464f9fb8243fe6ce8ee38fd67a78 19:37:38 $ docker rm -f fcca5d9f0b7d415cc3052e60ecfa44226a99464f9fb8243fe6ce8ee38fd67a78 [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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 19:37:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:37:47 ---> package-listing.sh 19:37:47 ++ facter osfamily 19:37:47 ++ tr '[:upper:]' '[:lower:]' 19:37:47 + OS_FAMILY=redhat 19:37:47 + workspace=/w/workspace/exfoundry_go-mod-messaging_PR-62 19:37:47 + START_PACKAGES=/tmp/packages_start.txt 19:37:47 + END_PACKAGES=/tmp/packages_end.txt 19:37:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:37:47 + PACKAGES=/tmp/packages_start.txt 19:37:47 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-62 ']' 19:37:47 + PACKAGES=/tmp/packages_end.txt 19:37:47 + case "${OS_FAMILY}" in 19:37:47 + rpm -qa 19:37:47 + sort 19:37:53 + '[' -f /tmp/packages_start.txt ']' 19:37:53 + '[' -f /tmp/packages_end.txt ']' 19:37:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:37:53 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-62 ']' 19:37:53 + mkdir -p /w/workspace/exfoundry_go-mod-messaging_PR-62/archives/ 19:37:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-messaging_PR-62/archives/ [Pipeline] isUnix [Pipeline] sh 19:37:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:37:53 19:37:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:37:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:37:54 alpine: Pulling from edgex-lftools-log-publisher 19:37:54 df20fa9351a1: Pulling fs layer 19:37:54 36b3adc4ff6f: Pulling fs layer 19:37:54 8ad3a11d3b57: Pulling fs layer 19:37:54 46f8f816bc3b: Pulling fs layer 19:37:54 0dadc02b9964: Pulling fs layer 19:37:54 ce6a7cf60c04: Pulling fs layer 19:37:54 7a184a31f384: Pulling fs layer 19:37:54 0879bd2ef858: Pulling fs layer 19:37:54 46f8f816bc3b: Waiting 19:37:54 0dadc02b9964: Waiting 19:37:54 ce6a7cf60c04: Waiting 19:37:54 7a184a31f384: Waiting 19:37:54 0879bd2ef858: Waiting 19:37:54 36b3adc4ff6f: Download complete 19:37:54 46f8f816bc3b: Verifying Checksum 19:37:54 46f8f816bc3b: Download complete 19:37:54 df20fa9351a1: Verifying Checksum 19:37:54 df20fa9351a1: Download complete 19:37:55 ce6a7cf60c04: Verifying Checksum 19:37:55 ce6a7cf60c04: Download complete 19:37:55 0dadc02b9964: Verifying Checksum 19:37:55 0dadc02b9964: Download complete 19:37:55 7a184a31f384: Download complete 19:37:56 df20fa9351a1: Pull complete 19:37:56 8ad3a11d3b57: Verifying Checksum 19:37:56 8ad3a11d3b57: Download complete 19:37:56 36b3adc4ff6f: Pull complete 19:37:57 0879bd2ef858: Verifying Checksum 19:37:57 0879bd2ef858: Download complete 19:37:58 8ad3a11d3b57: Pull complete 19:37:58 46f8f816bc3b: Pull complete 19:37:59 0dadc02b9964: Pull complete 19:37:59 ce6a7cf60c04: Pull complete 19:38:00 7a184a31f384: Pull complete 19:38:08 0879bd2ef858: Pull complete 19:38:08 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 19:38:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:38:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:38:09 prd-centos7-docker-4c-2g-1212 does not seem to be running inside a container 19:38:09 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/exfoundry_go-mod-messaging_PR-62 -v /w/workspace/exfoundry_go-mod-messaging_PR-62:/w/workspace/exfoundry_go-mod-messaging_PR-62:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-62@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-62@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:38:13 $ docker top 4973d919613dcec8cf1fa0d831f7bfb17ba0f5e909ab0ebc30ceff1d201c207e -eo pid,comm [Pipeline] { [Pipeline] sh 19:38:14 + mkdir -p /var/log/sa [Pipeline] sh 19:38:14 + ls /var/log/sa-host 19:38:14 + sadf -c /var/log/sa-host/sa05 19:38:14 file_magic: OK 19:38:14 HZ: Using current value: 100 19:38:14 file_header: OK 19:38:14 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 19:38:14 Statistics: 19:38:14 Hnuu...uuuununununu...Hnuu...uuuununununu... 19:38:14 File successfully converted to sysstat format version 12.2.1 19:38:14 + sadf -c /var/log/sa-host/sa24 19:38:14 file_magic: OK 19:38:14 HZ: Using current value: 100 19:38:14 file_header: OK 19:38:14 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 19:38:14 Statistics: 19:38:14 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:38:14 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:38:15 provisioning config files... 19:38:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-messaging_PR-62@tmp/config4756754430717120476tmp [Pipeline] { [Pipeline] echo 19:38:15 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:38:15 ---> create-netrc.sh [Pipeline] echo 19:38:16 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:38:16 ---> logs-deploy.sh 19:38:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-62/1 19:38:16 INFO: archiving workspace using pattern(s): 19:38:18 Archives upload complete. 19:38:18 INFO: archiving logs to Nexus