lenny-intel commented: recheck 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: PERFORMANCE_OPTIMIZED 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > 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 > 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 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 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-1264 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 > 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 Merging remotes/origin/master commit c3ae47e2bb696172946919a1d86c19c8de804c45 into PR head commit 3f0fefd7d7352115638c4c04badd671dc3ee80c6 Merge succeeded, producing 3f0fefd7d7352115638c4c04badd671dc3ee80c6 Checking out Revision 3f0fefd7d7352115638c4c04badd671dc3ee80c6 (PR-62) > 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" > git rev-list --no-walk 3f0fefd7d7352115638c4c04badd671dc3ee80c6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-24T20:53:25.186Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-24T20:53:25.734Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-24T20:53:25.887Z] ========================================================= [2020-09-24T20:53:25.887Z] EdgeX Global Pipelines Version Info [2020-09-24T20:53:25.887Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-24T20:53:27.919Z] ------------------- [2020-09-24T20:53:27.919Z] stable info: [2020-09-24T20:53:27.919Z] ------------------- [2020-09-24T20:53:27.919Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-24T20:53:27.919Z] Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [2020-09-24T20:53:27.919Z] Message: update stable to v1.0.128 [2020-09-24T20:53:28.979Z] ------------------- [2020-09-24T20:53:28.979Z] experimental info: [2020-09-24T20:53:28.979Z] ------------------- [2020-09-24T20:53:28.979Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-24T20:53:28.979Z] Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 [2020-09-24T20:53:28.979Z] Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-24T20:53:29.727Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2020-09-24T20:53:29.886Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2020-09-24T20:53:30.032Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-24T20:53:30.257Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-24T20:53:30.465Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-24T20:53:30.666Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-24T20:53:30.924Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-24T20:53:31.108Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-24T20:53:31.376Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-24T20:53:31.587Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-24T20:53:31.826Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-24T20:53:32.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo [2020-09-24T20:53:32.352Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-24T20:53:32.652Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-24T20:53:32.899Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T20:53:33.093Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T20:53:33.242Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T20:53:33.419Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T20:53:33.699Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-24T20:53:33.970Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-24T20:53:34.160Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-24T20:53:34.312Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-24T20:53:34.562Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-09-24T20:53:34.774Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-09-24T20:53:35.027Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-09-24T20:53:35.420Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-62 [Pipeline] echo [2020-09-24T20:53:35.786Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-62 [Pipeline] echo [2020-09-24T20:53:36.015Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-62 [Pipeline] echo [2020-09-24T20:53:36.252Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3f0fefd7d7352115638c4c04badd671dc3ee80c6 [Pipeline] echo [2020-09-24T20:53:36.503Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3f0fefd [Pipeline] echo [2020-09-24T20:53:36.798Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-24T20:53:38.076Z] + git log --format=format:%s -1 3f0fefd7d7352115638c4c04badd671dc3ee80c6 [Pipeline] echo [2020-09-24T20:53:38.312Z] GIT_COMMIT: 3f0fefd7d7352115638c4c04badd671dc3ee80c6, Commit Message: build(all): Enable use of DependaBot to maintain Go dependencies [Pipeline] echo [2020-09-24T20:53:38.411Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:39.315Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T20:53:39.631Z] [2020-09-24T20:53:39.631Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:40.291Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T20:53:40.291Z] latest: Pulling from edgex-devops/git-semver [2020-09-24T20:53:40.291Z] 31603596830f: Pulling fs layer [2020-09-24T20:53:40.291Z] 2a8b12db71e7: Pulling fs layer [2020-09-24T20:53:40.291Z] 6ca5941a6612: Pulling fs layer [2020-09-24T20:53:40.291Z] ecc8261a40a4: Pulling fs layer [2020-09-24T20:53:40.291Z] ecc8261a40a4: Waiting [2020-09-24T20:53:40.291Z] 2a8b12db71e7: Verifying Checksum [2020-09-24T20:53:40.291Z] 2a8b12db71e7: Download complete [2020-09-24T20:53:40.621Z] 31603596830f: Download complete [2020-09-24T20:53:40.621Z] ecc8261a40a4: Verifying Checksum [2020-09-24T20:53:40.621Z] ecc8261a40a4: Download complete [2020-09-24T20:53:40.922Z] 6ca5941a6612: Verifying Checksum [2020-09-24T20:53:40.922Z] 6ca5941a6612: Download complete [2020-09-24T20:53:40.922Z] 31603596830f: Pull complete [2020-09-24T20:53:40.922Z] 2a8b12db71e7: Pull complete [2020-09-24T20:53:41.983Z] 6ca5941a6612: Pull complete [2020-09-24T20:53:42.291Z] ecc8261a40a4: Pull complete [2020-09-24T20:53:42.291Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-24T20:53:42.291Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T20:53:42.291Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-24T20:53:42.640Z] prd-centos7-docker-4c-2g-1264 does not seem to be running inside a container [2020-09-24T20:53:42.827Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-24T20:53:45.194Z] $ docker top bd9984cd85ebb3c9d303db86925773a77864b26ceb4e04f020b29da14bac7f7b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T20:53:45.644Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T20:53:45.644Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T20:53:45.935Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T20:53:45.942Z] $ docker exec bd9984cd85ebb3c9d303db86925773a77864b26ceb4e04f020b29da14bac7f7b ssh-agent [2020-09-24T20:53:46.163Z] SSH_AUTH_SOCK=/tmp/ssh-trgTd23bXRNn/agent.13 [2020-09-24T20:53:46.163Z] SSH_AGENT_PID=18 [2020-09-24T20:53:46.189Z] Running ssh-add (command line suppressed) [2020-09-24T20:53:46.322Z] Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-62@tmp/private_key_4748109049937035265.key (/w/workspace/exfoundry_go-mod-messaging_PR-62@tmp/private_key_4748109049937035265.key) [2020-09-24T20:53:46.388Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T20:53:46.773Z] + git describe --exact-match --tags HEAD [2020-09-24T20:53:46.773Z] fatal: no tag exactly matches '3f0fefd7d7352115638c4c04badd671dc3ee80c6' [Pipeline] } [2020-09-24T20:53:46.817Z] $ docker exec --env ******** --env ******** bd9984cd85ebb3c9d303db86925773a77864b26ceb4e04f020b29da14bac7f7b ssh-agent -k [2020-09-24T20:53:46.953Z] unset SSH_AUTH_SOCK; [2020-09-24T20:53:46.954Z] unset SSH_AGENT_PID; [2020-09-24T20:53:46.954Z] echo Agent pid 18 killed; [2020-09-24T20:53:47.015Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-24T20:53:47.122Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-24T20:53:47.122Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-24T20:53:47.225Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T20:53:47.225Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T20:53:47.427Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T20:53:47.437Z] $ docker exec bd9984cd85ebb3c9d303db86925773a77864b26ceb4e04f020b29da14bac7f7b ssh-agent [2020-09-24T20:53:47.622Z] SSH_AUTH_SOCK=/tmp/ssh-qmHDfgT6mAmT/agent.47 [2020-09-24T20:53:47.622Z] SSH_AGENT_PID=52 [2020-09-24T20:53:47.655Z] Running ssh-add (command line suppressed) [2020-09-24T20:53:47.812Z] Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-62@tmp/private_key_7602166626282882477.key (/w/workspace/exfoundry_go-mod-messaging_PR-62@tmp/private_key_7602166626282882477.key) [2020-09-24T20:53:47.898Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T20:53:48.305Z] + git semver init [2020-09-24T20:53:48.306Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T20:53:48.306Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-62/.git [2020-09-24T20:53:48.306Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-messaging_PR-62 [2020-09-24T20:53:48.306Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T20:53:48.306Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T20:53:48.306Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T20:53:48.306Z] # $SEMVER_BRANCH = PR-62 [2020-09-24T20:53:48.306Z] # $SEMVER_TEMP = /tmp/semver-704302187 [2020-09-24T20:53:48.306Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2020-09-24T20:53:48.597Z] # '/tmp/semver-704302187' -> '/w/workspace/exfoundry_go-mod-messaging_PR-62/.semver' [2020-09-24T20:53:48.597Z] # -> Force: false [2020-09-24T20:53:48.597Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-62/.semver [Pipeline] } [2020-09-24T20:53:48.624Z] $ docker exec --env ******** --env ******** bd9984cd85ebb3c9d303db86925773a77864b26ceb4e04f020b29da14bac7f7b ssh-agent -k [2020-09-24T20:53:48.775Z] unset SSH_AUTH_SOCK; [2020-09-24T20:53:48.775Z] unset SSH_AGENT_PID; [2020-09-24T20:53:48.776Z] echo Agent pid 52 killed; [2020-09-24T20:53:48.850Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T20:53:49.762Z] + git semver [Pipeline] } [2020-09-24T20:53:49.827Z] $ docker stop --time=1 bd9984cd85ebb3c9d303db86925773a77864b26ceb4e04f020b29da14bac7f7b [2020-09-24T20:53:51.323Z] $ docker rm -f bd9984cd85ebb3c9d303db86925773a77864b26ceb4e04f020b29da14bac7f7b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-24T20:53:52.262Z] Stashed 38 file(s) [Pipeline] echo [2020-09-24T20:53:52.265Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-24T20:53:52.425Z] 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 [2020-09-24T20:54:08.119Z] Still waiting to schedule task [2020-09-24T20:54:08.119Z] ‘prd-centos7-docker-4c-2g-1255’ is offline; ‘prd-centos7-docker-4c-2g-1277’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1259’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1262’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1271’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1272’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1273’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1274’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-09-24T20:54:08.139Z] Still waiting to schedule task [2020-09-24T20:54:08.139Z] ‘prd-centos7-docker-4c-2g-1255’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1277’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1259’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1262’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1271’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1272’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1273’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1274’ is offline [2020-09-24T21:05:11.313Z] Running on prd-centos7-docker-4c-2g-1291 in /w/workspace/exfoundry_go-mod-messaging_PR-62 [Pipeline] { [Pipeline] ws [2020-09-24T21:05:11.408Z] Running in /w/workspace/go-mod-messaging/2 [Pipeline] { [Pipeline] checkout [2020-09-24T21:05:17.534Z] using credential edgex-jenkins-ssh [2020-09-24T21:05:17.582Z] Cloning the remote Git repository [2020-09-24T21:05:17.607Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2020-09-24T21:05:17.675Z] > git init /w/workspace/go-mod-messaging/2 # timeout=10 [2020-09-24T21:05:17.728Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-09-24T21:05:17.729Z] > git --version # timeout=10 [2020-09-24T21:05:17.734Z] > git --version # 'git version 2.16.5' [2020-09-24T21:05:17.735Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T21:05:17.763Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T21:05:18.742Z] Merging remotes/origin/master commit c3ae47e2bb696172946919a1d86c19c8de804c45 into PR head commit 3f0fefd7d7352115638c4c04badd671dc3ee80c6 [2020-09-24T21:05:18.840Z] Merge succeeded, producing 3f0fefd7d7352115638c4c04badd671dc3ee80c6 [2020-09-24T21:05:18.840Z] Checking out Revision 3f0fefd7d7352115638c4c04badd671dc3ee80c6 (PR-62) [2020-09-24T21:05:18.307Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-09-24T21:05:18.314Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T21:05:18.325Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-09-24T21:05:18.338Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-09-24T21:05:18.338Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T21:05:18.342Z] > 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 [2020-09-24T21:05:18.753Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T21:05:18.765Z] > git checkout -f 3f0fefd7d7352115638c4c04badd671dc3ee80c6 # timeout=10 [2020-09-24T21:05:18.807Z] > git remote # timeout=10 [2020-09-24T21:05:18.812Z] > git config --get remote.origin.url # timeout=10 [2020-09-24T21:05:18.821Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T21:05:18.826Z] > git merge c3ae47e2bb696172946919a1d86c19c8de804c45 # timeout=10 [2020-09-24T21:05:18.835Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-24T21:05:18.846Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T21:05:18.859Z] > git checkout -f 3f0fefd7d7352115638c4c04badd671dc3ee80c6 # timeout=10 [2020-09-24T21:05:22.933Z] Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-24T21:05:23.953Z] ========================================================= [2020-09-24T21:05:23.953Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-24T21:05:23.953Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:05:24.883Z] + 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 . [2020-09-24T21:05:25.167Z] Sending build context to Docker daemon 651.8kB [2020-09-24T21:05:25.167Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-24T21:05:25.167Z] Step 2/7 : FROM ${BASE} [2020-09-24T21:05:26.135Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-24T21:05:26.135Z] df20fa9351a1: Pulling fs layer [2020-09-24T21:05:26.135Z] ed8968b2872e: Pulling fs layer [2020-09-24T21:05:26.135Z] a92cc7c5fd73: Pulling fs layer [2020-09-24T21:05:26.135Z] e871e8e8d7a9: Pulling fs layer [2020-09-24T21:05:26.135Z] e73272ec9a57: Pulling fs layer [2020-09-24T21:05:26.135Z] 1e910a182e73: Pulling fs layer [2020-09-24T21:05:26.135Z] 4e634b169226: Pulling fs layer [2020-09-24T21:05:26.135Z] e871e8e8d7a9: Waiting [2020-09-24T21:05:26.135Z] e73272ec9a57: Waiting [2020-09-24T21:05:26.135Z] 1e910a182e73: Waiting [2020-09-24T21:05:26.135Z] 4e634b169226: Waiting [2020-09-24T21:05:26.135Z] a92cc7c5fd73: Verifying Checksum [2020-09-24T21:05:26.135Z] a92cc7c5fd73: Download complete [2020-09-24T21:05:26.413Z] ed8968b2872e: Verifying Checksum [2020-09-24T21:05:26.413Z] ed8968b2872e: Download complete [2020-09-24T21:05:26.997Z] e73272ec9a57: Verifying Checksum [2020-09-24T21:05:26.997Z] e73272ec9a57: Download complete [2020-09-24T21:05:29.637Z] 1e910a182e73: Verifying Checksum [2020-09-24T21:05:29.637Z] 1e910a182e73: Download complete [2020-09-24T21:05:29.637Z] df20fa9351a1: Verifying Checksum [2020-09-24T21:05:29.637Z] df20fa9351a1: Download complete [2020-09-24T21:05:29.637Z] df20fa9351a1: Pull complete [2020-09-24T21:05:29.637Z] ed8968b2872e: Pull complete [2020-09-24T21:05:29.908Z] a92cc7c5fd73: Pull complete [2020-09-24T21:05:40.098Z] 4e634b169226: Verifying Checksum [2020-09-24T21:05:40.098Z] 4e634b169226: Download complete [2020-09-24T21:05:41.493Z] e871e8e8d7a9: Verifying Checksum [2020-09-24T21:05:41.493Z] e871e8e8d7a9: Download complete [2020-09-24T21:05:48.153Z] e871e8e8d7a9: Pull complete [2020-09-24T21:05:48.153Z] e73272ec9a57: Pull complete [2020-09-24T21:05:48.153Z] 1e910a182e73: Pull complete [2020-09-24T21:05:53.507Z] 4e634b169226: Pull complete [2020-09-24T21:05:53.507Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-24T21:05:53.507Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-24T21:05:53.507Z] ---> f7629b54cfaa [2020-09-24T21:05:53.507Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-24T21:05:53.507Z] ---> Running in 0e946e0ae4ef [2020-09-24T21:05:53.507Z] Removing intermediate container 0e946e0ae4ef [2020-09-24T21:05:53.507Z] ---> 075f830e60c2 [2020-09-24T21:05:53.507Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-24T21:05:53.507Z] ---> Running in df4359dace35 [2020-09-24T21:05:53.770Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T21:05:55.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T21:05:56.564Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-24T21:05:56.564Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-24T21:05:56.564Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-24T21:05:56.828Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-24T21:05:56.828Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-24T21:05:56.828Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T21:05:57.091Z] OK: 167 MiB in 44 packages [2020-09-24T21:05:57.665Z] Removing intermediate container df4359dace35 [2020-09-24T21:05:57.665Z] ---> dec5d95752e2 [2020-09-24T21:05:57.665Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-24T21:05:57.665Z] ---> Running in b6ca05029863 [2020-09-24T21:05:57.665Z] Removing intermediate container b6ca05029863 [2020-09-24T21:05:57.665Z] ---> c3187b1e1c5e [2020-09-24T21:05:57.665Z] Step 6/7 : COPY go.mod . [2020-09-24T21:05:57.933Z] ---> e7eb34dfdfdb [2020-09-24T21:05:57.934Z] Step 7/7 : RUN go mod download [2020-09-24T21:05:57.934Z] ---> Running in 213cc2e068f8 [2020-09-24T21:06:10.274Z] Removing intermediate container 213cc2e068f8 [2020-09-24T21:06:10.274Z] ---> 644899f286b2 [2020-09-24T21:06:10.274Z] Successfully built 644899f286b2 [2020-09-24T21:06:10.274Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:06:10.672Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-24T21:06:10.672Z] . [Pipeline] withDockerContainer [2020-09-24T21:06:10.879Z] prd-centos7-docker-4c-2g-1291 does not seem to be running inside a container [2020-09-24T21:06:10.985Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-24T21:06:11.713Z] $ docker top 0546998e76cd94fc63297b584d530e4336bd7d28f1130a607ef5ec6a48418427 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T21:06:12.032Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1309 in /w/workspace/exfoundry_go-mod-messaging_PR-62 [Pipeline] { [Pipeline] ws [2020-09-24T21:06:12.225Z] Running in /w/workspace/go-mod-messaging/2 [Pipeline] { [2020-09-24T21:06:12.324Z] + go version [2020-09-24T21:06:12.324Z] go version go1.15.2 linux/amd64 [Pipeline] checkout [Pipeline] } [2020-09-24T21:06:12.436Z] $ docker stop --time=1 0546998e76cd94fc63297b584d530e4336bd7d28f1130a607ef5ec6a48418427 [2020-09-24T21:06:13.833Z] $ docker rm -f 0546998e76cd94fc63297b584d530e4336bd7d28f1130a607ef5ec6a48418427 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:06:15.071Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-24T21:06:15.071Z] . [Pipeline] withDockerContainer [2020-09-24T21:06:15.252Z] prd-centos7-docker-4c-2g-1291 does not seem to be running inside a container [2020-09-24T21:06:15.357Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-24T21:06:16.446Z] $ docker top b45a2989f64d041652e8c956d8b16070d8ed8f50ecaa8f87749bc029faf4a957 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T21:06:17.022Z] + make test [2020-09-24T21:06:17.022Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-24T21:06:18.340Z] using credential edgex-jenkins-ssh [2020-09-24T21:06:18.409Z] Cloning the remote Git repository [2020-09-24T21:06:18.473Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2020-09-24T21:06:18.598Z] > git init /w/workspace/go-mod-messaging/2 # timeout=10 [2020-09-24T21:06:18.682Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-09-24T21:06:18.682Z] > git --version # timeout=10 [2020-09-24T21:06:18.701Z] > git --version # 'git version 2.17.1' [2020-09-24T21:06:18.703Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T21:06:18.770Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T21:06:19.872Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-09-24T21:06:19.893Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T21:06:19.924Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-09-24T21:06:19.966Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-09-24T21:06:19.967Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T21:06:19.977Z] > 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 [2020-09-24T21:06:20.553Z] Merging remotes/origin/master commit c3ae47e2bb696172946919a1d86c19c8de804c45 into PR head commit 3f0fefd7d7352115638c4c04badd671dc3ee80c6 [2020-09-24T21:06:20.847Z] Merge succeeded, producing 3f0fefd7d7352115638c4c04badd671dc3ee80c6 [2020-09-24T21:06:20.847Z] Checking out Revision 3f0fefd7d7352115638c4c04badd671dc3ee80c6 (PR-62) [2020-09-24T21:06:21.405Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] [2020-09-24T21:06:20.573Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T21:06:20.586Z] > git checkout -f 3f0fefd7d7352115638c4c04badd671dc3ee80c6 # timeout=10 [2020-09-24T21:06:20.745Z] > git remote # timeout=10 [2020-09-24T21:06:20.766Z] > git config --get remote.origin.url # timeout=10 [2020-09-24T21:06:20.784Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T21:06:20.796Z] > git merge c3ae47e2bb696172946919a1d86c19c8de804c45 # timeout=10 [2020-09-24T21:06:20.821Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-24T21:06:20.852Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T21:06:20.874Z] > git checkout -f 3f0fefd7d7352115638c4c04badd671dc3ee80c6 # timeout=10 [2020-09-24T21:06:23.434Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.014s coverage: 94.7% of statements [2020-09-24T21:06:25.523Z] Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-24T21:06:26.643Z] ========================================================= [2020-09-24T21:06:26.643Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-24T21:06:26.643Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:06:26.823Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.030s coverage: 77.1% of statements [2020-09-24T21:06:26.823Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] [2020-09-24T21:06:27.959Z] + 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 . [2020-09-24T21:06:28.569Z] Sending build context to Docker daemon 651.8kB [2020-09-24T21:06:28.854Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-24T21:06:28.854Z] Step 2/7 : FROM ${BASE} [2020-09-24T21:06:29.133Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-24T21:06:29.133Z] b538f80385f9: Pulling fs layer [2020-09-24T21:06:29.133Z] 74f711af9a0d: Pulling fs layer [2020-09-24T21:06:29.133Z] 99f96fe45779: Pulling fs layer [2020-09-24T21:06:29.133Z] 8529a6b9a6be: Pulling fs layer [2020-09-24T21:06:29.133Z] 45590311c82a: Pulling fs layer [2020-09-24T21:06:29.133Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-24T21:06:29.133Z] 209524e5b208: Pulling fs layer [2020-09-24T21:06:29.133Z] 8529a6b9a6be: Waiting [2020-09-24T21:06:29.133Z] 45590311c82a: Waiting [2020-09-24T21:06:29.133Z] 209524e5b208: Waiting [2020-09-24T21:06:29.133Z] 99f96fe45779: Verifying Checksum [2020-09-24T21:06:29.133Z] 99f96fe45779: Download complete [2020-09-24T21:06:29.133Z] 74f711af9a0d: Download complete [2020-09-24T21:06:29.133Z] 45590311c82a: Verifying Checksum [2020-09-24T21:06:29.133Z] 45590311c82a: Download complete [2020-09-24T21:06:29.408Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-24T21:06:29.408Z] 69ca0ff8b7b3: Download complete [2020-09-24T21:06:29.408Z] b538f80385f9: Verifying Checksum [2020-09-24T21:06:29.408Z] b538f80385f9: Download complete [2020-09-24T21:06:30.398Z] b538f80385f9: Pull complete [2020-09-24T21:06:30.671Z] 74f711af9a0d: Pull complete [2020-09-24T21:06:31.285Z] 99f96fe45779: Pull complete [2020-09-24T21:06:33.304Z] 209524e5b208: Verifying Checksum [2020-09-24T21:06:33.304Z] 209524e5b208: Download complete [2020-09-24T21:06:34.763Z] 8529a6b9a6be: Verifying Checksum [2020-09-24T21:06:34.763Z] 8529a6b9a6be: Download complete [2020-09-24T21:06:44.948Z] 8529a6b9a6be: Pull complete [2020-09-24T21:06:44.948Z] 45590311c82a: Pull complete [2020-09-24T21:06:44.948Z] 69ca0ff8b7b3: Pull complete [2020-09-24T21:06:48.341Z] 209524e5b208: Pull complete [2020-09-24T21:06:48.613Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-24T21:06:48.613Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-24T21:06:48.613Z] ---> 5bddaf1c2fca [2020-09-24T21:06:48.613Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-24T21:06:48.968Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.340s coverage: 85.0% of statements [2020-09-24T21:06:48.968Z] ok github.com/edgexfoundry/go-mod-messaging/messaging 0.010s coverage: 85.7% of statements [2020-09-24T21:06:48.968Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.008s coverage: 100.0% of statements [2020-09-24T21:06:48.968Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.027s coverage: 100.0% of statements [2020-09-24T21:06:48.968Z] ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.013s coverage: 90.9% of statements [2020-09-24T21:06:48.968Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-09-24T21:06:48.968Z] gofmt -l . [2020-09-24T21:06:48.968Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-09-24T21:06:49.257Z] Stashed 1 file(s) [Pipeline] } [2020-09-24T21:06:49.268Z] $ docker stop --time=1 b45a2989f64d041652e8c956d8b16070d8ed8f50ecaa8f87749bc029faf4a957 [2020-09-24T21:06:50.781Z] $ docker rm -f b45a2989f64d041652e8c956d8b16070d8ed8f50ecaa8f87749bc029faf4a957 [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 [2020-09-24T21:06:51.990Z] ---> Running in c7e3ab5592d1 [2020-09-24T21:06:51.990Z] Removing intermediate container c7e3ab5592d1 [2020-09-24T21:06:51.990Z] ---> b811bd516397 [2020-09-24T21:06:51.990Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-24T21:06:51.990Z] ---> Running in b7523b20ffb5 [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-09-24T21:06:53.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T21:06:55.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T21:06:58.059Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-24T21:06:58.331Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-24T21:06:58.607Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-24T21:06:58.607Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-24T21:06:58.878Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-24T21:06:58.878Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T21:06:58.878Z] OK: 144 MiB in 44 packages [2020-09-24T21:07:00.311Z] Removing intermediate container b7523b20ffb5 [2020-09-24T21:07:00.311Z] ---> 09ec09c387aa [2020-09-24T21:07:00.311Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-24T21:07:00.585Z] ---> Running in 373ae2c8a955 [2020-09-24T21:07:00.859Z] Removing intermediate container 373ae2c8a955 [2020-09-24T21:07:00.859Z] ---> ba0f43afd486 [2020-09-24T21:07:00.859Z] Step 6/7 : COPY go.mod . [2020-09-24T21:07:01.841Z] ---> 0b53e52195a4 [2020-09-24T21:07:01.841Z] Step 7/7 : RUN go mod download [2020-09-24T21:07:01.841Z] ---> Running in 8a9b7b4fbbcd [2020-09-24T21:07:16.965Z] Removing intermediate container 8a9b7b4fbbcd [2020-09-24T21:07:16.965Z] ---> 4982f1d2b5dd [2020-09-24T21:07:16.965Z] Successfully built 4982f1d2b5dd [2020-09-24T21:07:16.965Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:07:17.399Z] + docker inspect -f . ci-base-image-arm64 [2020-09-24T21:07:17.399Z] . [Pipeline] withDockerContainer [2020-09-24T21:07:17.691Z] prd-ubuntu18.04-docker-arm64-4c-16g-1309 does not seem to be running inside a container [2020-09-24T21:07:17.778Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-24T21:07:19.548Z] $ docker top 2a4fd9b361ca1eb663a297855d7dc0e9b2e006aaeb9f9f768578be113c4f1cea -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T21:07:21.038Z] + go version [2020-09-24T21:07:21.038Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-24T21:07:21.061Z] $ docker stop --time=1 2a4fd9b361ca1eb663a297855d7dc0e9b2e006aaeb9f9f768578be113c4f1cea [2020-09-24T21:07:23.117Z] $ docker rm -f 2a4fd9b361ca1eb663a297855d7dc0e9b2e006aaeb9f9f768578be113c4f1cea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:07:24.214Z] + docker inspect -f . ci-base-image-arm64 [2020-09-24T21:07:24.214Z] . [Pipeline] withDockerContainer [2020-09-24T21:07:24.448Z] prd-ubuntu18.04-docker-arm64-4c-16g-1309 does not seem to be running inside a container [2020-09-24T21:07:24.523Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-24T21:07:26.296Z] $ docker top dba4bb46f5b3eeb8f3845d57d957a948784489572f5f85f9aebb23da14578d47 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T21:07:27.673Z] + make test [2020-09-24T21:07:27.673Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-24T21:07:40.152Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] [2020-09-24T21:07:46.931Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.045s coverage: 94.7% of statements [2020-09-24T21:07:57.131Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.019s coverage: 77.1% of statements [2020-09-24T21:07:57.131Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] [2020-09-24T21:08:19.312Z] In test caller, received messages: { 123 [116 101 115 116 32 98 121 116 101 115] } [2020-09-24T21:08:19.312Z] --- FAIL: TestCustomPublishWithWrongMessageLength (1.00s) [2020-09-24T21:08:19.312Z] client_test.go:309: [2020-09-24T21:08:19.312Z] Error Trace: client_test.go:309 [2020-09-24T21:08:19.312Z] Error: Expected nil, but got: 0x4 [2020-09-24T21:08:19.312Z] Test: TestCustomPublishWithWrongMessageLength [2020-09-24T21:08:19.312Z] Messages: Failed to send multiple messages [2020-09-24T21:08:19.312Z] client_test.go:310: [2020-09-24T21:08:19.312Z] Received messages: { 123 [116 101 115 116 32 98 121 116 101 115] } [2020-09-24T21:08:19.312Z] Received messages: { 123 [116 101 115 116 32 98 121 116 101 115] } [2020-09-24T21:08:19.312Z] msg1: test bytes, msg2: test bytes [2020-09-24T21:08:19.312Z] App Functions 2 Message: { 456 [97 112 112 108 101 32 106 117 105 99 101] } [2020-09-24T21:08:19.312Z] time's up [2020-09-24T21:08:19.312Z] Done [2020-09-24T21:08:19.312Z] In test caller, received messages: { 123 [116 101 115 116 32 98 121 116 101 115] application/json} [2020-09-24T21:08:19.312Z] timed-out. [2020-09-24T21:08:19.312Z] In test caller, received messages: { 123 [116 101 115 116 32 98 121 116 101 115] application/json} [2020-09-24T21:08:19.312Z] In test caller, received messages1: { 101 [97 112 112 108 101 32 106 117 105 99 101] application/json} [2020-09-24T21:08:19.312Z] In test caller, received messages3: { 103 [98 97 110 97 110 97 32 115 108 105 99 101 115] video} [2020-09-24T21:08:19.312Z] In test caller, received messages2: { 102 [111 114 97 110 103 101 32 106 117 105 99 101] application/cbor} [2020-09-24T21:08:19.312Z] time's up [2020-09-24T21:08:19.312Z] Done [2020-09-24T21:08:19.312Z] In test caller, received messages2: yellow goldfish [2020-09-24T21:08:19.312Z] In test caller, received messages1: yellow goldfish [2020-09-24T21:08:19.312Z] In test caller, received messages2: black guppy [2020-09-24T21:08:19.312Z] time's up [2020-09-24T21:08:19.312Z] Done [2020-09-24T21:08:19.312Z] In test caller, received messages: { 123 [116 101 115 116 32 98 121 116 101 115] application/json} [2020-09-24T21:08:19.312Z] FAIL [2020-09-24T21:08:19.312Z] coverage: 82.3% of statements [2020-09-24T21:08:19.312Z] FAIL github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 19.386s [2020-09-24T21:08:19.312Z] ok github.com/edgexfoundry/go-mod-messaging/messaging 0.020s coverage: 85.7% of statements [2020-09-24T21:08:19.312Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.052s coverage: 100.0% of statements [2020-09-24T21:08:19.312Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.039s coverage: 100.0% of statements [2020-09-24T21:08:19.312Z] ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.038s coverage: 90.9% of statements [2020-09-24T21:08:19.312Z] FAIL [2020-09-24T21:08:19.312Z] make: *** [Makefile:6: test] Error 1 [Pipeline] } [2020-09-24T21:08:19.337Z] $ docker stop --time=1 dba4bb46f5b3eeb8f3845d57d957a948784489572f5f85f9aebb23da14578d47 [2020-09-24T21:08:21.412Z] $ docker rm -f dba4bb46f5b3eeb8f3845d57d957a948784489572f5f85f9aebb23da14578d47 [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] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-24T21:08:23.815Z] Failed in branch arm64 [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 [2020-09-24T21:08:27.071Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T21:08:27.708Z] ---> package-listing.sh [2020-09-24T21:08:27.708Z] ++ facter osfamily [2020-09-24T21:08:27.708Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-24T21:08:27.708Z] + OS_FAMILY=redhat [2020-09-24T21:08:27.708Z] + workspace=/w/workspace/exfoundry_go-mod-messaging_PR-62 [2020-09-24T21:08:27.708Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-24T21:08:27.708Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-24T21:08:27.708Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-24T21:08:27.708Z] + PACKAGES=/tmp/packages_start.txt [2020-09-24T21:08:27.708Z] + '[' /w/workspace/exfoundry_go-mod-messaging_PR-62 ']' [2020-09-24T21:08:27.708Z] + PACKAGES=/tmp/packages_end.txt [2020-09-24T21:08:27.708Z] + case "${OS_FAMILY}" in [2020-09-24T21:08:27.708Z] + rpm -qa [2020-09-24T21:08:27.708Z] + sort [2020-09-24T21:08:31.114Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-24T21:08:31.114Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-24T21:08:31.114Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-24T21:08:31.114Z] + '[' /w/workspace/exfoundry_go-mod-messaging_PR-62 ']' [2020-09-24T21:08:31.114Z] + mkdir -p /w/workspace/exfoundry_go-mod-messaging_PR-62/archives/ [2020-09-24T21:08:31.114Z] + 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 [2020-09-24T21:08:31.635Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T21:08:31.635Z] [2020-09-24T21:08:31.635Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:08:32.022Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T21:08:32.022Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-24T21:08:32.022Z] df20fa9351a1: Pulling fs layer [2020-09-24T21:08:32.022Z] 36b3adc4ff6f: Pulling fs layer [2020-09-24T21:08:32.022Z] 8ad3a11d3b57: Pulling fs layer [2020-09-24T21:08:32.022Z] 46f8f816bc3b: Pulling fs layer [2020-09-24T21:08:32.022Z] 0dadc02b9964: Pulling fs layer [2020-09-24T21:08:32.022Z] ce6a7cf60c04: Pulling fs layer [2020-09-24T21:08:32.022Z] 7a184a31f384: Pulling fs layer [2020-09-24T21:08:32.022Z] 0879bd2ef858: Pulling fs layer [2020-09-24T21:08:32.022Z] ce6a7cf60c04: Waiting [2020-09-24T21:08:32.022Z] 46f8f816bc3b: Waiting [2020-09-24T21:08:32.022Z] 7a184a31f384: Waiting [2020-09-24T21:08:32.022Z] 0dadc02b9964: Waiting [2020-09-24T21:08:32.022Z] 36b3adc4ff6f: Verifying Checksum [2020-09-24T21:08:32.022Z] 36b3adc4ff6f: Download complete [2020-09-24T21:08:32.022Z] 46f8f816bc3b: Verifying Checksum [2020-09-24T21:08:32.022Z] 46f8f816bc3b: Download complete [2020-09-24T21:08:32.022Z] df20fa9351a1: Verifying Checksum [2020-09-24T21:08:32.022Z] df20fa9351a1: Download complete [2020-09-24T21:08:32.022Z] 0dadc02b9964: Verifying Checksum [2020-09-24T21:08:32.022Z] 0dadc02b9964: Download complete [2020-09-24T21:08:32.022Z] ce6a7cf60c04: Verifying Checksum [2020-09-24T21:08:32.022Z] ce6a7cf60c04: Download complete [2020-09-24T21:08:32.022Z] 7a184a31f384: Verifying Checksum [2020-09-24T21:08:32.022Z] 7a184a31f384: Download complete [2020-09-24T21:08:32.296Z] 8ad3a11d3b57: Verifying Checksum [2020-09-24T21:08:32.296Z] 8ad3a11d3b57: Download complete [2020-09-24T21:08:32.565Z] df20fa9351a1: Pull complete [2020-09-24T21:08:32.565Z] 36b3adc4ff6f: Pull complete [2020-09-24T21:08:32.841Z] 0879bd2ef858: Verifying Checksum [2020-09-24T21:08:32.841Z] 0879bd2ef858: Download complete [2020-09-24T21:08:33.438Z] 8ad3a11d3b57: Pull complete [2020-09-24T21:08:33.438Z] 46f8f816bc3b: Pull complete [2020-09-24T21:08:33.726Z] 0dadc02b9964: Pull complete [2020-09-24T21:08:34.001Z] ce6a7cf60c04: Pull complete [2020-09-24T21:08:34.001Z] 7a184a31f384: Pull complete [2020-09-24T21:08:37.422Z] 0879bd2ef858: Pull complete [2020-09-24T21:08:37.697Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-24T21:08:37.697Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T21:08:37.697Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-24T21:08:37.969Z] prd-centos7-docker-4c-2g-1264 does not seem to be running inside a container [2020-09-24T21:08:38.187Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-24T21:08:41.908Z] $ docker top 0110b267f73ca3cd0355c0bbba21a4ce530f0beeef5ac3f0bc9eb217d750b212 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T21:08:42.398Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-24T21:08:42.716Z] + ls /var/log/sa-host [2020-09-24T21:08:42.716Z] + sadf -c /var/log/sa-host/sa05 [2020-09-24T21:08:42.716Z] file_magic: OK [2020-09-24T21:08:42.716Z] HZ: Using current value: 100 [2020-09-24T21:08:42.716Z] file_header: OK [2020-09-24T21:08:42.716Z] 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 [2020-09-24T21:08:42.716Z] Statistics: [2020-09-24T21:08:42.716Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T21:08:42.716Z] File successfully converted to sysstat format version 12.2.1 [2020-09-24T21:08:42.716Z] + sadf -c /var/log/sa-host/sa24 [2020-09-24T21:08:42.716Z] file_magic: OK [2020-09-24T21:08:42.716Z] HZ: Using current value: 100 [2020-09-24T21:08:42.716Z] file_header: OK [2020-09-24T21:08:42.716Z] 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 [2020-09-24T21:08:42.716Z] Statistics: [2020-09-24T21:08:42.716Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T21:08:42.716Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-24T21:08:42.802Z] provisioning config files... [2020-09-24T21:08:42.823Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-messaging_PR-62@tmp/config7239150790843518458tmp [Pipeline] { [Pipeline] echo [2020-09-24T21:08:42.916Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T21:08:43.222Z] ---> create-netrc.sh [Pipeline] echo [2020-09-24T21:08:43.232Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T21:08:43.529Z] ---> logs-deploy.sh [2020-09-24T21:08:43.529Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-62/2 [2020-09-24T21:08:43.529Z] INFO: archiving workspace using pattern(s): [2020-09-24T21:08:44.919Z] Archives upload complete. [2020-09-24T21:08:44.919Z] INFO: archiving logs to Nexus