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 d57aa3f03fe938a57f0c3086271dbb33df45c4c1+a282c667cd5f3734a54ec0276e1551daa14c1672 (bfb8b1848cb5e43f6779654349f3b74f61514d60) 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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 ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-6307 in /w/workspace/exfoundry_go-mod-messaging_PR-71 [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-71 # 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/71/head:refs/remotes/origin/PR-71 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit a282c667cd5f3734a54ec0276e1551daa14c1672 into PR head commit d57aa3f03fe938a57f0c3086271dbb33df45c4c1 Merge succeeded, producing d57aa3f03fe938a57f0c3086271dbb33df45c4c1 Checking out Revision d57aa3f03fe938a57f0c3086271dbb33df45c4c1 (PR-71) > git config core.sparsecheckout # timeout=10 > git checkout -f d57aa3f03fe938a57f0c3086271dbb33df45c4c1 # 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 a282c667cd5f3734a54ec0276e1551daa14c1672 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d57aa3f03fe938a57f0c3086271dbb33df45c4c1 # timeout=10 Commit message: "fix: Change CorrelationID key constant to match recent change in edgex-go" > git rev-list --no-walk d57aa3f03fe938a57f0c3086271dbb33df45c4c1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-19T17:51:56.289Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-19T17:51:56.569Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-19T17:51:56.671Z] ========================================================= [2020-10-19T17:51:56.671Z] EdgeX Global Pipelines Version Info [2020-10-19T17:51:56.671Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-19T17:51:58.600Z] ------------------- [2020-10-19T17:51:58.600Z] stable info: [2020-10-19T17:51:58.600Z] ------------------- [2020-10-19T17:51:58.600Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T17:51:58.600Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T17:51:58.600Z] Message: update stable to v1.0.144 [2020-10-19T17:51:59.547Z] ------------------- [2020-10-19T17:51:59.547Z] experimental info: [2020-10-19T17:51:59.547Z] ------------------- [2020-10-19T17:51:59.547Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T17:51:59.547Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T17:51:59.547Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-19T17:52:00.070Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2020-10-19T17:52:00.193Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2020-10-19T17:52:00.329Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-19T17:52:00.433Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-19T17:52:00.579Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-19T17:52:00.730Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-19T17:52:00.861Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-19T17:52:00.958Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-19T17:52:01.057Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-19T17:52:01.152Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-19T17:52:01.282Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-19T17:52:01.382Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo [2020-10-19T17:52:01.496Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-19T17:52:01.593Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-19T17:52:01.695Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T17:52:01.785Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T17:52:01.939Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T17:52:02.048Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T17:52:02.148Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-19T17:52:02.246Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-19T17:52:02.341Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-19T17:52:02.437Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-19T17:52:02.557Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-19T17:52:02.680Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-19T17:52:02.790Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-19T17:52:02.884Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-71 [Pipeline] echo [2020-10-19T17:52:02.973Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-71 [Pipeline] echo [2020-10-19T17:52:03.084Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-71 [Pipeline] echo [2020-10-19T17:52:03.178Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d57aa3f03fe938a57f0c3086271dbb33df45c4c1 [Pipeline] echo [2020-10-19T17:52:03.357Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d57aa3f [Pipeline] echo [2020-10-19T17:52:03.464Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-19T17:52:04.081Z] + git log --format=format:%s -1 d57aa3f03fe938a57f0c3086271dbb33df45c4c1 [Pipeline] echo [2020-10-19T17:52:04.153Z] GIT_COMMIT: d57aa3f03fe938a57f0c3086271dbb33df45c4c1, Commit Message: fix: Change CorrelationID key constant to match recent change in edgex-go [Pipeline] echo [2020-10-19T17:52:04.219Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:52:05.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T17:52:05.687Z] [2020-10-19T17:52:05.687Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:52:06.029Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T17:52:06.029Z] latest: Pulling from edgex-devops/git-semver [2020-10-19T17:52:06.029Z] 31603596830f: Pulling fs layer [2020-10-19T17:52:06.029Z] 2a8b12db71e7: Pulling fs layer [2020-10-19T17:52:06.029Z] 6ca5941a6612: Pulling fs layer [2020-10-19T17:52:06.029Z] ecc8261a40a4: Pulling fs layer [2020-10-19T17:52:06.029Z] ecc8261a40a4: Waiting [2020-10-19T17:52:06.029Z] 2a8b12db71e7: Verifying Checksum [2020-10-19T17:52:06.029Z] 2a8b12db71e7: Download complete [2020-10-19T17:52:06.291Z] 31603596830f: Verifying Checksum [2020-10-19T17:52:06.291Z] 31603596830f: Download complete [2020-10-19T17:52:06.291Z] ecc8261a40a4: Verifying Checksum [2020-10-19T17:52:06.291Z] ecc8261a40a4: Download complete [2020-10-19T17:52:06.557Z] 6ca5941a6612: Verifying Checksum [2020-10-19T17:52:06.557Z] 6ca5941a6612: Download complete [2020-10-19T17:52:06.557Z] 31603596830f: Pull complete [2020-10-19T17:52:06.819Z] 2a8b12db71e7: Pull complete [2020-10-19T17:52:07.398Z] 6ca5941a6612: Pull complete [2020-10-19T17:52:07.661Z] ecc8261a40a4: Pull complete [2020-10-19T17:52:07.661Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-19T17:52:07.661Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T17:52:07.661Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-19T17:52:08.027Z] prd-centos7-docker-4c-2g-6307 does not seem to be running inside a container [2020-10-19T17:52:08.078Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-messaging_PR-71 -v /w/workspace/exfoundry_go-mod-messaging_PR-71:/w/workspace/exfoundry_go-mod-messaging_PR-71:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-71@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-71@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-10-19T17:52:09.837Z] $ docker top e70c3cac8da11914243c427253f2f1674d37193d9220d8c93353a2ee712a4794 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T17:52:10.228Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T17:52:10.228Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T17:52:10.421Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T17:52:10.426Z] $ docker exec e70c3cac8da11914243c427253f2f1674d37193d9220d8c93353a2ee712a4794 ssh-agent [2020-10-19T17:52:10.591Z] SSH_AUTH_SOCK=/tmp/ssh-amYjpWgRt5sh/agent.11 [2020-10-19T17:52:10.591Z] SSH_AGENT_PID=16 [2020-10-19T17:52:10.602Z] Running ssh-add (command line suppressed) [2020-10-19T17:52:10.731Z] Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-71@tmp/private_key_5070562477098586613.key (/w/workspace/exfoundry_go-mod-messaging_PR-71@tmp/private_key_5070562477098586613.key) [2020-10-19T17:52:10.780Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T17:52:11.127Z] + git tag --points-at HEAD [Pipeline] } [2020-10-19T17:52:11.151Z] $ docker exec --env ******** --env ******** e70c3cac8da11914243c427253f2f1674d37193d9220d8c93353a2ee712a4794 ssh-agent -k [2020-10-19T17:52:11.273Z] unset SSH_AUTH_SOCK; [2020-10-19T17:52:11.273Z] unset SSH_AGENT_PID; [2020-10-19T17:52:11.273Z] echo Agent pid 16 killed; [2020-10-19T17:52:11.320Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-19T17:52:11.475Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T17:52:11.475Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T17:52:11.640Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T17:52:11.646Z] $ docker exec e70c3cac8da11914243c427253f2f1674d37193d9220d8c93353a2ee712a4794 ssh-agent [2020-10-19T17:52:11.810Z] SSH_AUTH_SOCK=/tmp/ssh-UGYS8qO8FOIE/agent.45 [2020-10-19T17:52:11.810Z] SSH_AGENT_PID=51 [2020-10-19T17:52:11.816Z] Running ssh-add (command line suppressed) [2020-10-19T17:52:11.936Z] Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-71@tmp/private_key_8882867590808099705.key (/w/workspace/exfoundry_go-mod-messaging_PR-71@tmp/private_key_8882867590808099705.key) [2020-10-19T17:52:11.984Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T17:52:12.325Z] + git semver init [2020-10-19T17:52:12.325Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T17:52:12.325Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-71/.git [2020-10-19T17:52:12.325Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-messaging_PR-71 [2020-10-19T17:52:12.325Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T17:52:12.325Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T17:52:12.325Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T17:52:12.325Z] # $SEMVER_BRANCH = PR-71 [2020-10-19T17:52:12.325Z] # $SEMVER_TEMP = /tmp/semver-215165032 [2020-10-19T17:52:12.325Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2020-10-19T17:52:12.588Z] # '/tmp/semver-215165032' -> '/w/workspace/exfoundry_go-mod-messaging_PR-71/.semver' [2020-10-19T17:52:12.588Z] # -> Force: false [2020-10-19T17:52:12.850Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-71/.semver [Pipeline] } [2020-10-19T17:52:12.866Z] $ docker exec --env ******** --env ******** e70c3cac8da11914243c427253f2f1674d37193d9220d8c93353a2ee712a4794 ssh-agent -k [2020-10-19T17:52:12.980Z] unset SSH_AUTH_SOCK; [2020-10-19T17:52:12.980Z] unset SSH_AGENT_PID; [2020-10-19T17:52:12.980Z] echo Agent pid 51 killed; [2020-10-19T17:52:13.023Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T17:52:13.496Z] + git semver [Pipeline] } [2020-10-19T17:52:13.571Z] $ docker stop --time=1 e70c3cac8da11914243c427253f2f1674d37193d9220d8c93353a2ee712a4794 [2020-10-19T17:52:14.983Z] $ docker rm -f e70c3cac8da11914243c427253f2f1674d37193d9220d8c93353a2ee712a4794 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T17:52:15.472Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-19T17:52:15.862Z] Stashed 1 file(s) [Pipeline] echo [2020-10-19T17:52:15.865Z] [edgeXSemver]: initialized semver on 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-10-19T17:52:31.472Z] Still waiting to schedule task [2020-10-19T17:52:31.472Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-19T17:52:31.474Z] Still waiting to schedule task [2020-10-19T17:52:31.474Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline [2020-10-19T17:54:19.644Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6308 in /w/workspace/exfoundry_go-mod-messaging_PR-71 [Pipeline] { [Pipeline] ws [2020-10-19T17:54:19.717Z] Running in /w/workspace/go-mod-messaging/2 [Pipeline] { [Pipeline] checkout [2020-10-19T17:54:25.489Z] using credential edgex-jenkins-ssh [2020-10-19T17:54:25.635Z] Cloning the remote Git repository [2020-10-19T17:54:25.728Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2020-10-19T17:54:25.849Z] > git init /w/workspace/go-mod-messaging/2 # timeout=10 [2020-10-19T17:54:25.931Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-10-19T17:54:25.932Z] > git --version # timeout=10 [2020-10-19T17:54:25.959Z] > git --version # 'git version 2.17.1' [2020-10-19T17:54:25.961Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T17:54:26.038Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T17:54:26.744Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-10-19T17:54:26.767Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T17:54:26.799Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-10-19T17:54:26.839Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-10-19T17:54:26.839Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T17:54:26.852Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/71/head:refs/remotes/origin/PR-71 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T17:54:27.411Z] Merging remotes/origin/master commit a282c667cd5f3734a54ec0276e1551daa14c1672 into PR head commit d57aa3f03fe938a57f0c3086271dbb33df45c4c1 [2020-10-19T17:54:27.664Z] Merge succeeded, producing d57aa3f03fe938a57f0c3086271dbb33df45c4c1 [2020-10-19T17:54:27.664Z] Checking out Revision d57aa3f03fe938a57f0c3086271dbb33df45c4c1 (PR-71) [2020-10-19T17:54:27.448Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T17:54:27.462Z] > git checkout -f d57aa3f03fe938a57f0c3086271dbb33df45c4c1 # timeout=10 [2020-10-19T17:54:27.545Z] > git remote # timeout=10 [2020-10-19T17:54:27.561Z] > git config --get remote.origin.url # timeout=10 [2020-10-19T17:54:27.581Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T17:54:27.592Z] > git merge a282c667cd5f3734a54ec0276e1551daa14c1672 # timeout=10 [2020-10-19T17:54:27.651Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-19T17:54:27.688Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T17:54:27.700Z] > git checkout -f d57aa3f03fe938a57f0c3086271dbb33df45c4c1 # timeout=10 [2020-10-19T17:54:32.053Z] Commit message: "fix: Change CorrelationID key constant to match recent change in edgex-go" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T17:54:33.046Z] ========================================================= [2020-10-19T17:54:33.046Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-19T17:54:33.046Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:54:34.106Z] + 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-10-19T17:54:35.092Z] Sending build context to Docker daemon 461.8kB [2020-10-19T17:54:35.092Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-19T17:54:35.092Z] Step 2/7 : FROM ${BASE} [2020-10-19T17:54:35.370Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-19T17:54:35.370Z] b538f80385f9: Pulling fs layer [2020-10-19T17:54:35.370Z] 74f711af9a0d: Pulling fs layer [2020-10-19T17:54:35.370Z] 99f96fe45779: Pulling fs layer [2020-10-19T17:54:35.370Z] 8529a6b9a6be: Pulling fs layer [2020-10-19T17:54:35.370Z] 45590311c82a: Pulling fs layer [2020-10-19T17:54:35.370Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-19T17:54:35.370Z] 209524e5b208: Pulling fs layer [2020-10-19T17:54:35.370Z] 45590311c82a: Waiting [2020-10-19T17:54:35.370Z] 69ca0ff8b7b3: Waiting [2020-10-19T17:54:35.370Z] 209524e5b208: Waiting [2020-10-19T17:54:35.370Z] 8529a6b9a6be: Waiting [2020-10-19T17:54:35.370Z] 99f96fe45779: Verifying Checksum [2020-10-19T17:54:35.370Z] 99f96fe45779: Download complete [2020-10-19T17:54:35.370Z] 74f711af9a0d: Download complete [2020-10-19T17:54:35.370Z] 45590311c82a: Verifying Checksum [2020-10-19T17:54:35.370Z] 45590311c82a: Download complete [2020-10-19T17:54:36.375Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-19T17:54:36.375Z] 69ca0ff8b7b3: Download complete [2020-10-19T17:54:36.375Z] b538f80385f9: Verifying Checksum [2020-10-19T17:54:36.375Z] b538f80385f9: Download complete [2020-10-19T17:54:36.985Z] b538f80385f9: Pull complete [2020-10-19T17:54:37.590Z] 74f711af9a0d: Pull complete [2020-10-19T17:54:37.873Z] 99f96fe45779: Pull complete [2020-10-19T17:54:38.857Z] 209524e5b208: Verifying Checksum [2020-10-19T17:54:38.857Z] 209524e5b208: Download complete [2020-10-19T17:54:39.843Z] 8529a6b9a6be: Verifying Checksum [2020-10-19T17:54:39.843Z] 8529a6b9a6be: Download complete [2020-10-19T17:54:45.533Z] Running on prd-centos7-docker-4c-2g-6309 in /w/workspace/exfoundry_go-mod-messaging_PR-71 [Pipeline] { [Pipeline] ws [2020-10-19T17:54:45.596Z] Running in /w/workspace/go-mod-messaging/2 [Pipeline] { [Pipeline] checkout [2020-10-19T17:54:50.102Z] 8529a6b9a6be: Pull complete [2020-10-19T17:54:50.102Z] 45590311c82a: Pull complete [2020-10-19T17:54:50.382Z] 69ca0ff8b7b3: Pull complete [2020-10-19T17:54:52.767Z] using credential edgex-jenkins-ssh [2020-10-19T17:54:52.863Z] Cloning the remote Git repository [2020-10-19T17:54:52.916Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2020-10-19T17:54:53.009Z] > git init /w/workspace/go-mod-messaging/2 # timeout=10 [2020-10-19T17:54:53.092Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-10-19T17:54:53.093Z] > git --version # timeout=10 [2020-10-19T17:54:53.105Z] > git --version # 'git version 2.16.5' [2020-10-19T17:54:53.105Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T17:54:53.196Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T17:54:54.376Z] Merging remotes/origin/master commit a282c667cd5f3734a54ec0276e1551daa14c1672 into PR head commit d57aa3f03fe938a57f0c3086271dbb33df45c4c1 [2020-10-19T17:54:54.496Z] Merge succeeded, producing d57aa3f03fe938a57f0c3086271dbb33df45c4c1 [2020-10-19T17:54:54.497Z] Checking out Revision d57aa3f03fe938a57f0c3086271dbb33df45c4c1 (PR-71) [2020-10-19T17:54:54.746Z] 209524e5b208: Pull complete [2020-10-19T17:54:54.746Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-19T17:54:54.746Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-19T17:54:54.746Z] ---> 5bddaf1c2fca [2020-10-19T17:54:54.746Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-19T17:54:53.808Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-10-19T17:54:53.822Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T17:54:53.854Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-10-19T17:54:53.895Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-10-19T17:54:53.896Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T17:54:53.907Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/71/head:refs/remotes/origin/PR-71 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T17:54:54.393Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T17:54:54.400Z] > git checkout -f d57aa3f03fe938a57f0c3086271dbb33df45c4c1 # timeout=10 [2020-10-19T17:54:54.462Z] > git remote # timeout=10 [2020-10-19T17:54:54.473Z] > git config --get remote.origin.url # timeout=10 [2020-10-19T17:54:54.479Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T17:54:54.483Z] > git merge a282c667cd5f3734a54ec0276e1551daa14c1672 # timeout=10 [2020-10-19T17:54:54.494Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-19T17:54:54.506Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T17:54:54.517Z] > git checkout -f d57aa3f03fe938a57f0c3086271dbb33df45c4c1 # timeout=10 [2020-10-19T17:54:56.727Z] ---> Running in 415d1d9a858d [2020-10-19T17:54:57.002Z] Removing intermediate container 415d1d9a858d [2020-10-19T17:54:57.002Z] ---> 0dbccce3a18c [2020-10-19T17:54:57.002Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-19T17:54:57.274Z] ---> Running in 71f62531d517 [2020-10-19T17:54:58.727Z] Commit message: "fix: Change CorrelationID key constant to match recent change in edgex-go" [2020-10-19T17:54:58.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T17:54:59.596Z] ========================================================= [2020-10-19T17:54:59.596Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-19T17:54:59.596Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:54:59.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T17:55:00.364Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-19T17:55:00.637Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-19T17:55:00.637Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-19T17:55:00.736Z] + 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-10-19T17:55:00.918Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-19T17:55:00.918Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-19T17:55:00.918Z] Executing busybox-1.31.1-r16.trigger [2020-10-19T17:55:00.918Z] OK: 144 MiB in 44 packages [2020-10-19T17:55:01.516Z] Sending build context to Docker daemon 461.8kB [2020-10-19T17:55:01.516Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-19T17:55:01.516Z] Step 2/7 : FROM ${BASE} [2020-10-19T17:55:01.812Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-19T17:55:01.812Z] df20fa9351a1: Pulling fs layer [2020-10-19T17:55:01.812Z] ed8968b2872e: Pulling fs layer [2020-10-19T17:55:01.812Z] a92cc7c5fd73: Pulling fs layer [2020-10-19T17:55:01.812Z] e871e8e8d7a9: Pulling fs layer [2020-10-19T17:55:01.812Z] e73272ec9a57: Pulling fs layer [2020-10-19T17:55:01.812Z] 1e910a182e73: Pulling fs layer [2020-10-19T17:55:01.812Z] 4e634b169226: Pulling fs layer [2020-10-19T17:55:01.812Z] e73272ec9a57: Waiting [2020-10-19T17:55:01.812Z] 1e910a182e73: Waiting [2020-10-19T17:55:01.812Z] 4e634b169226: Waiting [2020-10-19T17:55:01.812Z] e871e8e8d7a9: Waiting [2020-10-19T17:55:01.812Z] a92cc7c5fd73: Verifying Checksum [2020-10-19T17:55:01.812Z] a92cc7c5fd73: Download complete [2020-10-19T17:55:01.812Z] ed8968b2872e: Download complete [2020-10-19T17:55:01.812Z] e73272ec9a57: Verifying Checksum [2020-10-19T17:55:01.812Z] e73272ec9a57: Download complete [2020-10-19T17:55:02.117Z] 1e910a182e73: Verifying Checksum [2020-10-19T17:55:02.117Z] 1e910a182e73: Download complete [2020-10-19T17:55:02.117Z] df20fa9351a1: Verifying Checksum [2020-10-19T17:55:02.117Z] df20fa9351a1: Download complete [2020-10-19T17:55:02.393Z] Removing intermediate container 71f62531d517 [2020-10-19T17:55:02.393Z] ---> 3ce6c641152a [2020-10-19T17:55:02.393Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-19T17:55:02.393Z] ---> Running in 7bda1ffdd6f2 [2020-10-19T17:55:02.450Z] df20fa9351a1: Pull complete [2020-10-19T17:55:02.731Z] ed8968b2872e: Pull complete [2020-10-19T17:55:03.008Z] Removing intermediate container 7bda1ffdd6f2 [2020-10-19T17:55:03.008Z] ---> 1b3c7d269f78 [2020-10-19T17:55:03.008Z] Step 6/7 : COPY go.mod . [2020-10-19T17:55:03.018Z] a92cc7c5fd73: Pull complete [2020-10-19T17:55:03.621Z] ---> cbd4c60d8239 [2020-10-19T17:55:03.621Z] Step 7/7 : RUN go mod download [2020-10-19T17:55:03.897Z] ---> Running in 4ce2d1c98af1 [2020-10-19T17:55:10.111Z] 4e634b169226: Verifying Checksum [2020-10-19T17:55:10.111Z] 4e634b169226: Download complete [2020-10-19T17:55:10.387Z] e871e8e8d7a9: Verifying Checksum [2020-10-19T17:55:10.387Z] e871e8e8d7a9: Download complete [2020-10-19T17:55:18.750Z] e871e8e8d7a9: Pull complete [2020-10-19T17:55:18.750Z] e73272ec9a57: Pull complete [2020-10-19T17:55:18.750Z] 1e910a182e73: Pull complete [2020-10-19T17:55:19.039Z] Removing intermediate container 4ce2d1c98af1 [2020-10-19T17:55:19.039Z] ---> 8b6d2df04378 [2020-10-19T17:55:19.039Z] Successfully built 8b6d2df04378 [2020-10-19T17:55:19.039Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:55:19.453Z] + docker inspect -f . ci-base-image-arm64 [2020-10-19T17:55:19.453Z] . [Pipeline] withDockerContainer [2020-10-19T17:55:19.726Z] prd-ubuntu18.04-docker-arm64-4c-16g-6308 does not seem to be running inside a container [2020-10-19T17:55:19.811Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2020-10-19T17:55:21.658Z] $ docker top 24bf5ca432038487fe55e180e335782cf25358b8fb2679f27e211108ec39efee -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T17:55:23.070Z] + go version [2020-10-19T17:55:23.070Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-19T17:55:23.104Z] $ docker stop --time=1 24bf5ca432038487fe55e180e335782cf25358b8fb2679f27e211108ec39efee [2020-10-19T17:55:25.067Z] $ docker rm -f 24bf5ca432038487fe55e180e335782cf25358b8fb2679f27e211108ec39efee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:55:26.106Z] + docker inspect -f . ci-base-image-arm64 [2020-10-19T17:55:26.107Z] . [Pipeline] withDockerContainer [2020-10-19T17:55:26.382Z] prd-ubuntu18.04-docker-arm64-4c-16g-6308 does not seem to be running inside a container [2020-10-19T17:55:26.466Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2020-10-19T17:55:27.033Z] 4e634b169226: Pull complete [2020-10-19T17:55:27.033Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-19T17:55:27.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-19T17:55:27.033Z] ---> f7629b54cfaa [2020-10-19T17:55:27.033Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-19T17:55:27.033Z] ---> Running in 340e1e5c04c2 [2020-10-19T17:55:27.033Z] Removing intermediate container 340e1e5c04c2 [2020-10-19T17:55:27.033Z] ---> 7006161581b3 [2020-10-19T17:55:27.033Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-19T17:55:27.033Z] ---> Running in b8601093530a [2020-10-19T17:55:27.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T17:55:28.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T17:55:28.384Z] $ docker top 65d7f3a49d9912f937ac529b35fb75383a3b83777169fbb33578feeb806fe1ee -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T17:55:28.803Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-19T17:55:28.803Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-19T17:55:29.067Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-19T17:55:29.067Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-19T17:55:29.067Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-19T17:55:29.342Z] Executing busybox-1.31.1-r16.trigger [2020-10-19T17:55:29.342Z] OK: 167 MiB in 44 packages [2020-10-19T17:55:29.757Z] + make test [2020-10-19T17:55:29.757Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-19T17:55:30.301Z] Removing intermediate container b8601093530a [2020-10-19T17:55:30.301Z] ---> 7f5d7d269a65 [2020-10-19T17:55:30.301Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-19T17:55:30.301Z] ---> Running in 407045bf83be [2020-10-19T17:55:30.301Z] Removing intermediate container 407045bf83be [2020-10-19T17:55:30.301Z] ---> 9d35233b5d76 [2020-10-19T17:55:30.301Z] Step 6/7 : COPY go.mod . [2020-10-19T17:55:30.579Z] ---> dd29facf1484 [2020-10-19T17:55:30.580Z] Step 7/7 : RUN go mod download [2020-10-19T17:55:30.857Z] ---> Running in 91e544183621 [2020-10-19T17:55:42.228Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] [2020-10-19T17:55:45.970Z] Removing intermediate container 91e544183621 [2020-10-19T17:55:45.971Z] ---> 6c5282b7988b [2020-10-19T17:55:45.971Z] Successfully built 6c5282b7988b [2020-10-19T17:55:45.971Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:55:46.480Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-19T17:55:46.480Z] . [Pipeline] withDockerContainer [2020-10-19T17:55:46.583Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.028s coverage: 94.7% of statements [2020-10-19T17:55:46.747Z] prd-centos7-docker-4c-2g-6309 does not seem to be running inside a container [2020-10-19T17:55:46.855Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2020-10-19T17:55:48.035Z] $ docker top c329b2fc7e73c5644b4dcb688e4d82b1d59135cbf78b550a215ff6a1d2deaf47 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T17:55:48.666Z] + go version [2020-10-19T17:55:48.666Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-19T17:55:48.717Z] $ docker stop --time=1 c329b2fc7e73c5644b4dcb688e4d82b1d59135cbf78b550a215ff6a1d2deaf47 [2020-10-19T17:55:50.259Z] $ docker rm -f c329b2fc7e73c5644b4dcb688e4d82b1d59135cbf78b550a215ff6a1d2deaf47 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:55:51.277Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-19T17:55:51.277Z] . [Pipeline] withDockerContainer [2020-10-19T17:55:51.434Z] prd-centos7-docker-4c-2g-6309 does not seem to be running inside a container [2020-10-19T17:55:51.530Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2020-10-19T17:55:52.653Z] $ docker top d08565a43f3bfb5bc15db0af847cee030212e74ad688709100b01feb96b1f34c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T17:55:53.266Z] + make test [2020-10-19T17:55:53.266Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-19T17:55:59.055Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.016s coverage: 77.1% of statements [2020-10-19T17:55:59.055Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] [2020-10-19T17:56:03.702Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] [2020-10-19T17:56:06.373Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.011s coverage: 94.7% of statements [2020-10-19T17:56:06.996Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.021s coverage: 77.1% of statements [2020-10-19T17:56:06.996Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] [2020-10-19T17:56:17.330Z] In test caller, received messages: { 123 [116 101 115 116 32 98 121 116 101 115] } [2020-10-19T17:56:17.330Z] timed-out [2020-10-19T17:56:17.330Z] Received messages: { 123 [116 101 115 116 32 98 121 116 101 115] } [2020-10-19T17:56:17.330Z] Received messages: { 123 [116 101 115 116 32 98 121 116 101 115] } [2020-10-19T17:56:17.330Z] msg1: test bytes, msg2: test bytes [2020-10-19T17:56:17.330Z] App Functions 2 Message: { 456 [97 112 112 108 101 32 106 117 105 99 101] } [2020-10-19T17:56:17.330Z] time's up [2020-10-19T17:56:17.330Z] Done [2020-10-19T17:56:17.330Z] In test caller, received messages: { 123 [116 101 115 116 32 98 121 116 101 115] application/json} [2020-10-19T17:56:17.330Z] --- FAIL: TestSubscribe (2.61s) [2020-10-19T17:56:17.330Z] client_test.go:631: [2020-10-19T17:56:17.330Z] Error Trace: client_test.go:631 [2020-10-19T17:56:17.330Z] client_test.go:551 [2020-10-19T17:56:17.330Z] Error: Expected nil, but got: 0x4 [2020-10-19T17:56:17.330Z] Test: TestSubscribe [2020-10-19T17:56:17.330Z] Messages: Failed to publish to ZMQ message [2020-10-19T17:56:17.330Z] client_test.go:632: [2020-10-19T17:56:17.330Z] In test caller, received messages1: { 101 [97 112 112 108 101 32 106 117 105 99 101] application/json} [2020-10-19T17:56:17.330Z] In test caller, received messages3: { 103 [98 97 110 97 110 97 32 115 108 105 99 101 115] video} [2020-10-19T17:56:17.330Z] In test caller, received messages2: { 102 [111 114 97 110 103 101 32 106 117 105 99 101] application/cbor} [2020-10-19T17:56:17.330Z] time's up [2020-10-19T17:56:17.330Z] Done [2020-10-19T17:56:17.330Z] In test caller, received messages2: yellow goldfish [2020-10-19T17:56:17.330Z] In test caller, received messages1: yellow goldfish [2020-10-19T17:56:17.330Z] In test caller, received messages2: black guppy [2020-10-19T17:56:17.330Z] time's up [2020-10-19T17:56:17.330Z] Done [2020-10-19T17:56:17.330Z] In test caller, received messages: { 123 [116 101 115 116 32 98 121 116 101 115] application/json} [2020-10-19T17:56:17.330Z] FAIL [2020-10-19T17:56:17.330Z] coverage: 85.0% of statements [2020-10-19T17:56:17.330Z] FAIL github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 18.077s [2020-10-19T17:56:17.330Z] ok github.com/edgexfoundry/go-mod-messaging/messaging 0.017s coverage: 85.7% of statements [2020-10-19T17:56:17.330Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.011s coverage: 100.0% of statements [2020-10-19T17:56:17.330Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.056s coverage: 100.0% of statements [2020-10-19T17:56:17.330Z] ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.048s coverage: 90.9% of statements [2020-10-19T17:56:17.330Z] FAIL [2020-10-19T17:56:17.330Z] make: *** [Makefile:6: test] Error 1 [Pipeline] } [2020-10-19T17:56:17.362Z] $ docker stop --time=1 65d7f3a49d9912f937ac529b35fb75383a3b83777169fbb33578feeb806fe1ee [2020-10-19T17:56:19.497Z] $ docker rm -f 65d7f3a49d9912f937ac529b35fb75383a3b83777169fbb33578feeb806fe1ee [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-10-19T17:56:21.537Z] Failed in branch arm64 [2020-10-19T17:56:33.930Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.404s coverage: 84.1% of statements [2020-10-19T17:56:33.931Z] ok github.com/edgexfoundry/go-mod-messaging/messaging 0.025s coverage: 85.7% of statements [2020-10-19T17:56:33.931Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.050s coverage: 100.0% of statements [2020-10-19T17:56:33.931Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.007s coverage: 100.0% of statements [2020-10-19T17:56:33.931Z] ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.037s coverage: 90.9% of statements [2020-10-19T17:56:33.931Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-10-19T17:56:33.931Z] gofmt -l . [2020-10-19T17:56:33.931Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-10-19T17:56:34.535Z] Stashed 1 file(s) [Pipeline] } [2020-10-19T17:56:34.544Z] $ docker stop --time=1 d08565a43f3bfb5bc15db0af847cee030212e74ad688709100b01feb96b1f34c [2020-10-19T17:56:36.444Z] $ docker rm -f d08565a43f3bfb5bc15db0af847cee030212e74ad688709100b01feb96b1f34c [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 [2020-10-19T17:56:42.543Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T17:56:43.447Z] ---> package-listing.sh [2020-10-19T17:56:43.447Z] ++ facter osfamily [2020-10-19T17:56:43.447Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-19T17:56:43.447Z] + OS_FAMILY=redhat [2020-10-19T17:56:43.447Z] + workspace=/w/workspace/exfoundry_go-mod-messaging_PR-71 [2020-10-19T17:56:43.447Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-19T17:56:43.447Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-19T17:56:43.447Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-19T17:56:43.447Z] + PACKAGES=/tmp/packages_start.txt [2020-10-19T17:56:43.447Z] + '[' /w/workspace/exfoundry_go-mod-messaging_PR-71 ']' [2020-10-19T17:56:43.447Z] + PACKAGES=/tmp/packages_end.txt [2020-10-19T17:56:43.447Z] + case "${OS_FAMILY}" in [2020-10-19T17:56:43.447Z] + rpm -qa [2020-10-19T17:56:43.447Z] + sort [2020-10-19T17:56:47.797Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-19T17:56:47.797Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-19T17:56:47.797Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-19T17:56:47.797Z] + '[' /w/workspace/exfoundry_go-mod-messaging_PR-71 ']' [2020-10-19T17:56:47.797Z] + mkdir -p /w/workspace/exfoundry_go-mod-messaging_PR-71/archives/ [2020-10-19T17:56:47.797Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-messaging_PR-71/archives/ [Pipeline] echo [2020-10-19T17:56:47.809Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_go-mod-messaging_PR-71/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-19T17:56:48.128Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:56:48.451Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T17:56:48.451Z] [2020-10-19T17:56:48.452Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-19T17:56:48.830Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T17:56:48.830Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-19T17:56:48.830Z] df20fa9351a1: Pulling fs layer [2020-10-19T17:56:48.830Z] 36b3adc4ff6f: Pulling fs layer [2020-10-19T17:56:48.830Z] 8ad3a11d3b57: Pulling fs layer [2020-10-19T17:56:48.830Z] 46f8f816bc3b: Pulling fs layer [2020-10-19T17:56:48.830Z] 93b61091891f: Pulling fs layer [2020-10-19T17:56:48.830Z] 93b9cdb0e59b: Pulling fs layer [2020-10-19T17:56:48.830Z] 5e14af77c1be: Pulling fs layer [2020-10-19T17:56:48.830Z] 01666e4c0597: Pulling fs layer [2020-10-19T17:56:48.830Z] aa168da1d23b: Pulling fs layer [2020-10-19T17:56:48.830Z] 93b61091891f: Waiting [2020-10-19T17:56:48.830Z] 93b9cdb0e59b: Waiting [2020-10-19T17:56:48.830Z] 46f8f816bc3b: Waiting [2020-10-19T17:56:48.830Z] aa168da1d23b: Waiting [2020-10-19T17:56:48.830Z] 01666e4c0597: Waiting [2020-10-19T17:56:48.830Z] 5e14af77c1be: Waiting [2020-10-19T17:56:48.830Z] 36b3adc4ff6f: Verifying Checksum [2020-10-19T17:56:48.830Z] 36b3adc4ff6f: Download complete [2020-10-19T17:56:48.830Z] 46f8f816bc3b: Verifying Checksum [2020-10-19T17:56:48.830Z] 46f8f816bc3b: Download complete [2020-10-19T17:56:48.830Z] df20fa9351a1: Verifying Checksum [2020-10-19T17:56:48.830Z] df20fa9351a1: Download complete [2020-10-19T17:56:49.093Z] 93b9cdb0e59b: Verifying Checksum [2020-10-19T17:56:49.093Z] 93b9cdb0e59b: Download complete [2020-10-19T17:56:49.093Z] 93b61091891f: Verifying Checksum [2020-10-19T17:56:49.093Z] 93b61091891f: Download complete [2020-10-19T17:56:49.093Z] 5e14af77c1be: Verifying Checksum [2020-10-19T17:56:49.093Z] 5e14af77c1be: Download complete [2020-10-19T17:56:49.093Z] 01666e4c0597: Verifying Checksum [2020-10-19T17:56:49.093Z] 01666e4c0597: Download complete [2020-10-19T17:56:49.093Z] df20fa9351a1: Pull complete [2020-10-19T17:56:49.357Z] 36b3adc4ff6f: Pull complete [2020-10-19T17:56:49.621Z] 8ad3a11d3b57: Verifying Checksum [2020-10-19T17:56:49.621Z] 8ad3a11d3b57: Download complete [2020-10-19T17:56:50.194Z] 8ad3a11d3b57: Pull complete [2020-10-19T17:56:50.194Z] 46f8f816bc3b: Pull complete [2020-10-19T17:56:50.768Z] 93b61091891f: Pull complete [2020-10-19T17:56:51.030Z] 93b9cdb0e59b: Pull complete [2020-10-19T17:56:51.030Z] 5e14af77c1be: Pull complete [2020-10-19T17:56:51.030Z] aa168da1d23b: Verifying Checksum [2020-10-19T17:56:51.030Z] aa168da1d23b: Download complete [2020-10-19T17:56:51.301Z] 01666e4c0597: Pull complete [2020-10-19T17:56:57.922Z] aa168da1d23b: Pull complete [2020-10-19T17:56:57.922Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-19T17:56:57.922Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T17:56:57.922Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-19T17:56:58.090Z] prd-centos7-docker-4c-2g-6307 does not seem to be running inside a container [2020-10-19T17:56:58.139Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_go-mod-messaging_PR-71/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_go-mod-messaging_PR-71 -v /w/workspace/exfoundry_go-mod-messaging_PR-71:/w/workspace/exfoundry_go-mod-messaging_PR-71:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-71@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-71@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-10-19T17:57:06.589Z] $ docker top 298ee62a86bdc16f1b64328da5eb5b076773624240715aef10a8e683c8dd88ae -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T17:57:07.147Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-19T17:57:07.441Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-19T17:57:07.739Z] + ls /var/log/sa-host [2020-10-19T17:57:07.739Z] + sadf -c /var/log/sa-host/sa05 [2020-10-19T17:57:07.739Z] file_magic: OK [2020-10-19T17:57:07.739Z] HZ: Using current value: 100 [2020-10-19T17:57:07.739Z] file_header: OK [2020-10-19T17:57:07.739Z] 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-10-19T17:57:07.739Z] Statistics: [2020-10-19T17:57:07.739Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T17:57:07.739Z] File successfully converted to sysstat format version 12.2.1 [2020-10-19T17:57:07.739Z] + sadf -c /var/log/sa-host/sa19 [2020-10-19T17:57:07.739Z] file_magic: OK [2020-10-19T17:57:07.739Z] HZ: Using current value: 100 [2020-10-19T17:57:07.739Z] file_header: OK [2020-10-19T17:57:07.739Z] 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-10-19T17:57:07.739Z] Statistics: [2020-10-19T17:57:07.739Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T17:57:07.739Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-19T17:57:08.386Z] provisioning config files... [2020-10-19T17:57:08.404Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-messaging_PR-71@tmp/config2499971896926246640tmp [Pipeline] { [Pipeline] echo [2020-10-19T17:57:08.474Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T17:57:08.769Z] ---> create-netrc.sh [Pipeline] } [2020-10-19T17:57:08.778Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-19T17:57:08.874Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T17:57:09.169Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-19T17:57:09.180Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T17:57:09.475Z] ---> sudo-logs.sh [2020-10-19T17:57:09.475Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-19T17:57:09.484Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T17:57:09.780Z] ---> job-cost.sh [2020-10-19T17:57:09.780Z] lf-activate-venv: SKIPPING [2020-10-19T17:57:09.780Z] INFO: No Stack... [2020-10-19T17:57:11.168Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-19T17:57:11.429Z] INFO: Archiving Costs [Pipeline] echo [2020-10-19T17:57:11.441Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T17:57:11.736Z] ---> logs-deploy.sh [2020-10-19T17:57:11.736Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-71/2 [2020-10-19T17:57:11.736Z] INFO: archiving workspace using pattern(s): [2020-10-19T17:57:13.123Z] Archives upload complete. [2020-10-19T17:57:13.386Z] INFO: archiving logs to Nexus