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 17:51:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:51:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:51:56 ========================================================= 17:51:56 EdgeX Global Pipelines Version Info 17:51:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:51:58 ------------------- 17:51:58 stable info: 17:51:58 ------------------- 17:51:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:51:58 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 17:51:58 Message: update stable to v1.0.144 17:51:59 ------------------- 17:51:59 experimental info: 17:51:59 ------------------- 17:51:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:51:59 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 17:51:59 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:52:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:52:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:52:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:52:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo 17:52:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:52:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:52:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:52:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:52:01 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:52:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:52:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 17:52:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:52:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:52:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:52:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:52:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:52:02 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:52:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-71 [Pipeline] echo 17:52:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-71 [Pipeline] echo 17:52:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-71 [Pipeline] echo 17:52:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d57aa3f03fe938a57f0c3086271dbb33df45c4c1 [Pipeline] echo 17:52:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d57aa3f [Pipeline] echo 17:52:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:52:04 + git log --format=format:%s -1 d57aa3f03fe938a57f0c3086271dbb33df45c4c1 [Pipeline] echo 17:52:04 GIT_COMMIT: d57aa3f03fe938a57f0c3086271dbb33df45c4c1, Commit Message: fix: Change CorrelationID key constant to match recent change in edgex-go [Pipeline] echo 17:52:04 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:52:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:52:05 17:52:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:52:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:52:06 latest: Pulling from edgex-devops/git-semver 17:52:06 31603596830f: Pulling fs layer 17:52:06 2a8b12db71e7: Pulling fs layer 17:52:06 6ca5941a6612: Pulling fs layer 17:52:06 ecc8261a40a4: Pulling fs layer 17:52:06 ecc8261a40a4: Waiting 17:52:06 2a8b12db71e7: Verifying Checksum 17:52:06 2a8b12db71e7: Download complete 17:52:06 31603596830f: Verifying Checksum 17:52:06 31603596830f: Download complete 17:52:06 ecc8261a40a4: Verifying Checksum 17:52:06 ecc8261a40a4: Download complete 17:52:06 6ca5941a6612: Verifying Checksum 17:52:06 6ca5941a6612: Download complete 17:52:06 31603596830f: Pull complete 17:52:06 2a8b12db71e7: Pull complete 17:52:07 6ca5941a6612: Pull complete 17:52:07 ecc8261a40a4: Pull complete 17:52:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:52:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:52:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:52:08 prd-centos7-docker-4c-2g-6307 does not seem to be running inside a container 17:52:08 $ 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 17:52:09 $ docker top e70c3cac8da11914243c427253f2f1674d37193d9220d8c93353a2ee712a4794 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:52:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:52:10 [ssh-agent] Looking for ssh-agent implementation... 17:52:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:52:10 $ docker exec e70c3cac8da11914243c427253f2f1674d37193d9220d8c93353a2ee712a4794 ssh-agent 17:52:10 SSH_AUTH_SOCK=/tmp/ssh-amYjpWgRt5sh/agent.11 17:52:10 SSH_AGENT_PID=16 17:52:10 Running ssh-add (command line suppressed) 17:52:10 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) 17:52:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:52:11 + git tag --points-at HEAD [Pipeline] } 17:52:11 $ docker exec --env ******** --env ******** e70c3cac8da11914243c427253f2f1674d37193d9220d8c93353a2ee712a4794 ssh-agent -k 17:52:11 unset SSH_AUTH_SOCK; 17:52:11 unset SSH_AGENT_PID; 17:52:11 echo Agent pid 16 killed; 17:52:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:52:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:52:11 [ssh-agent] Looking for ssh-agent implementation... 17:52:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:52:11 $ docker exec e70c3cac8da11914243c427253f2f1674d37193d9220d8c93353a2ee712a4794 ssh-agent 17:52:11 SSH_AUTH_SOCK=/tmp/ssh-UGYS8qO8FOIE/agent.45 17:52:11 SSH_AGENT_PID=51 17:52:11 Running ssh-add (command line suppressed) 17:52:11 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) 17:52:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:52:12 + git semver init 17:52:12 # -> Open(): unable to determine branch for HEAD 17:52:12 # $GIT_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-71/.git 17:52:12 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-messaging_PR-71 17:52:12 # $SEMVER_REMOTE_NAME = origin 17:52:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:52:12 # $SEMVER_USER_NAME = edgex-jenkins 17:52:12 # $SEMVER_BRANCH = PR-71 17:52:12 # $SEMVER_TEMP = /tmp/semver-215165032 17:52:12 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 17:52:12 # '/tmp/semver-215165032' -> '/w/workspace/exfoundry_go-mod-messaging_PR-71/.semver' 17:52:12 # -> Force: false 17:52:12 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-71/.semver [Pipeline] } 17:52:12 $ docker exec --env ******** --env ******** e70c3cac8da11914243c427253f2f1674d37193d9220d8c93353a2ee712a4794 ssh-agent -k 17:52:12 unset SSH_AUTH_SOCK; 17:52:12 unset SSH_AGENT_PID; 17:52:12 echo Agent pid 51 killed; 17:52:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:52:13 + git semver [Pipeline] } 17:52:13 $ docker stop --time=1 e70c3cac8da11914243c427253f2f1674d37193d9220d8c93353a2ee712a4794 17:52:14 $ docker rm -f e70c3cac8da11914243c427253f2f1674d37193d9220d8c93353a2ee712a4794 [Pipeline] // withDockerContainer [Pipeline] sh 17:52:15 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:52:15 Stashed 1 file(s) [Pipeline] echo 17:52:15 [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 17:52:31 Still waiting to schedule task 17:52:31 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:52:31 Still waiting to schedule task 17:52:31 ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline 17:54:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6308 in /w/workspace/exfoundry_go-mod-messaging_PR-71 [Pipeline] { [Pipeline] ws 17:54:19 Running in /w/workspace/go-mod-messaging/2 [Pipeline] { [Pipeline] checkout 17:54:25 using credential edgex-jenkins-ssh 17:54:25 Cloning the remote Git repository 17:54:25 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 17:54:25 > git init /w/workspace/go-mod-messaging/2 # timeout=10 17:54:25 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 17:54:25 > git --version # timeout=10 17:54:25 > git --version # 'git version 2.17.1' 17:54:25 using GIT_SSH to set credentials SSH Credentials for GitHub 17:54:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:54:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 17:54:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:54:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 17:54:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 17:54:26 using GIT_SSH to set credentials SSH Credentials for GitHub 17:54:26 > 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 17:54:27 Merging remotes/origin/master commit a282c667cd5f3734a54ec0276e1551daa14c1672 into PR head commit d57aa3f03fe938a57f0c3086271dbb33df45c4c1 17:54:27 Merge succeeded, producing d57aa3f03fe938a57f0c3086271dbb33df45c4c1 17:54:27 Checking out Revision d57aa3f03fe938a57f0c3086271dbb33df45c4c1 (PR-71) 17:54:27 > git config core.sparsecheckout # timeout=10 17:54:27 > git checkout -f d57aa3f03fe938a57f0c3086271dbb33df45c4c1 # timeout=10 17:54:27 > git remote # timeout=10 17:54:27 > git config --get remote.origin.url # timeout=10 17:54:27 using GIT_SSH to set credentials SSH Credentials for GitHub 17:54:27 > git merge a282c667cd5f3734a54ec0276e1551daa14c1672 # timeout=10 17:54:27 > git rev-parse HEAD^{commit} # timeout=10 17:54:27 > git config core.sparsecheckout # timeout=10 17:54:27 > git checkout -f d57aa3f03fe938a57f0c3086271dbb33df45c4c1 # timeout=10 17:54:32 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 17:54:33 ========================================================= 17:54:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:54:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:54:34 + 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 . 17:54:35 Sending build context to Docker daemon 461.8kB 17:54:35 Step 1/7 : ARG BASE=golang:1.15-alpine 17:54:35 Step 2/7 : FROM ${BASE} 17:54:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:54:35 b538f80385f9: Pulling fs layer 17:54:35 74f711af9a0d: Pulling fs layer 17:54:35 99f96fe45779: Pulling fs layer 17:54:35 8529a6b9a6be: Pulling fs layer 17:54:35 45590311c82a: Pulling fs layer 17:54:35 69ca0ff8b7b3: Pulling fs layer 17:54:35 209524e5b208: Pulling fs layer 17:54:35 45590311c82a: Waiting 17:54:35 69ca0ff8b7b3: Waiting 17:54:35 209524e5b208: Waiting 17:54:35 8529a6b9a6be: Waiting 17:54:35 99f96fe45779: Verifying Checksum 17:54:35 99f96fe45779: Download complete 17:54:35 74f711af9a0d: Download complete 17:54:35 45590311c82a: Verifying Checksum 17:54:35 45590311c82a: Download complete 17:54:36 69ca0ff8b7b3: Verifying Checksum 17:54:36 69ca0ff8b7b3: Download complete 17:54:36 b538f80385f9: Verifying Checksum 17:54:36 b538f80385f9: Download complete 17:54:36 b538f80385f9: Pull complete 17:54:37 74f711af9a0d: Pull complete 17:54:37 99f96fe45779: Pull complete 17:54:38 209524e5b208: Verifying Checksum 17:54:38 209524e5b208: Download complete 17:54:39 8529a6b9a6be: Verifying Checksum 17:54:39 8529a6b9a6be: Download complete 17:54:45 Running on prd-centos7-docker-4c-2g-6309 in /w/workspace/exfoundry_go-mod-messaging_PR-71 [Pipeline] { [Pipeline] ws 17:54:45 Running in /w/workspace/go-mod-messaging/2 [Pipeline] { [Pipeline] checkout 17:54:50 8529a6b9a6be: Pull complete 17:54:50 45590311c82a: Pull complete 17:54:50 69ca0ff8b7b3: Pull complete 17:54:52 using credential edgex-jenkins-ssh 17:54:52 Cloning the remote Git repository 17:54:52 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 17:54:53 > git init /w/workspace/go-mod-messaging/2 # timeout=10 17:54:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 17:54:53 > git --version # timeout=10 17:54:53 > git --version # 'git version 2.16.5' 17:54:53 using GIT_SSH to set credentials SSH Credentials for GitHub 17:54:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:54:54 Merging remotes/origin/master commit a282c667cd5f3734a54ec0276e1551daa14c1672 into PR head commit d57aa3f03fe938a57f0c3086271dbb33df45c4c1 17:54:54 Merge succeeded, producing d57aa3f03fe938a57f0c3086271dbb33df45c4c1 17:54:54 Checking out Revision d57aa3f03fe938a57f0c3086271dbb33df45c4c1 (PR-71) 17:54:54 209524e5b208: Pull complete 17:54:54 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 17:54:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:54:54 ---> 5bddaf1c2fca 17:54:54 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:54:53 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 17:54:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:54:53 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 17:54:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 17:54:53 using GIT_SSH to set credentials SSH Credentials for GitHub 17:54:53 > 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 17:54:54 > git config core.sparsecheckout # timeout=10 17:54:54 > git checkout -f d57aa3f03fe938a57f0c3086271dbb33df45c4c1 # timeout=10 17:54:54 > git remote # timeout=10 17:54:54 > git config --get remote.origin.url # timeout=10 17:54:54 using GIT_SSH to set credentials SSH Credentials for GitHub 17:54:54 > git merge a282c667cd5f3734a54ec0276e1551daa14c1672 # timeout=10 17:54:54 > git rev-parse HEAD^{commit} # timeout=10 17:54:54 > git config core.sparsecheckout # timeout=10 17:54:54 > git checkout -f d57aa3f03fe938a57f0c3086271dbb33df45c4c1 # timeout=10 17:54:56 ---> Running in 415d1d9a858d 17:54:57 Removing intermediate container 415d1d9a858d 17:54:57 ---> 0dbccce3a18c 17:54:57 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 17:54:57 ---> Running in 71f62531d517 17:54:58 Commit message: "fix: Change CorrelationID key constant to match recent change in edgex-go" 17:54:58 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 17:54:59 ========================================================= 17:54:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:54:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:54:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:55:00 (1/5) Installing libsodium (1.0.18-r0) 17:55:00 (2/5) Installing libzmq (4.3.3-r0) 17:55:00 (3/5) Installing pkgconf (1.7.2-r0) 17:55:00 + 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 . 17:55:00 (4/5) Installing libsodium-dev (1.0.18-r0) 17:55:00 (5/5) Installing zeromq-dev (4.3.3-r0) 17:55:00 Executing busybox-1.31.1-r16.trigger 17:55:00 OK: 144 MiB in 44 packages 17:55:01 Sending build context to Docker daemon 461.8kB 17:55:01 Step 1/7 : ARG BASE=golang:1.15-alpine 17:55:01 Step 2/7 : FROM ${BASE} 17:55:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:55:01 df20fa9351a1: Pulling fs layer 17:55:01 ed8968b2872e: Pulling fs layer 17:55:01 a92cc7c5fd73: Pulling fs layer 17:55:01 e871e8e8d7a9: Pulling fs layer 17:55:01 e73272ec9a57: Pulling fs layer 17:55:01 1e910a182e73: Pulling fs layer 17:55:01 4e634b169226: Pulling fs layer 17:55:01 e73272ec9a57: Waiting 17:55:01 1e910a182e73: Waiting 17:55:01 4e634b169226: Waiting 17:55:01 e871e8e8d7a9: Waiting 17:55:01 a92cc7c5fd73: Verifying Checksum 17:55:01 a92cc7c5fd73: Download complete 17:55:01 ed8968b2872e: Download complete 17:55:01 e73272ec9a57: Verifying Checksum 17:55:01 e73272ec9a57: Download complete 17:55:02 1e910a182e73: Verifying Checksum 17:55:02 1e910a182e73: Download complete 17:55:02 df20fa9351a1: Verifying Checksum 17:55:02 df20fa9351a1: Download complete 17:55:02 Removing intermediate container 71f62531d517 17:55:02 ---> 3ce6c641152a 17:55:02 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:55:02 ---> Running in 7bda1ffdd6f2 17:55:02 df20fa9351a1: Pull complete 17:55:02 ed8968b2872e: Pull complete 17:55:03 Removing intermediate container 7bda1ffdd6f2 17:55:03 ---> 1b3c7d269f78 17:55:03 Step 6/7 : COPY go.mod . 17:55:03 a92cc7c5fd73: Pull complete 17:55:03 ---> cbd4c60d8239 17:55:03 Step 7/7 : RUN go mod download 17:55:03 ---> Running in 4ce2d1c98af1 17:55:10 4e634b169226: Verifying Checksum 17:55:10 4e634b169226: Download complete 17:55:10 e871e8e8d7a9: Verifying Checksum 17:55:10 e871e8e8d7a9: Download complete 17:55:18 e871e8e8d7a9: Pull complete 17:55:18 e73272ec9a57: Pull complete 17:55:18 1e910a182e73: Pull complete 17:55:19 Removing intermediate container 4ce2d1c98af1 17:55:19 ---> 8b6d2df04378 17:55:19 Successfully built 8b6d2df04378 17:55:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:55:19 + docker inspect -f . ci-base-image-arm64 17:55:19 . [Pipeline] withDockerContainer 17:55:19 prd-ubuntu18.04-docker-arm64-4c-16g-6308 does not seem to be running inside a container 17:55:19 $ 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 17:55:21 $ docker top 24bf5ca432038487fe55e180e335782cf25358b8fb2679f27e211108ec39efee -eo pid,comm [Pipeline] { [Pipeline] sh 17:55:23 + go version 17:55:23 go version go1.15.2 linux/arm64 [Pipeline] } 17:55:23 $ docker stop --time=1 24bf5ca432038487fe55e180e335782cf25358b8fb2679f27e211108ec39efee 17:55:25 $ docker rm -f 24bf5ca432038487fe55e180e335782cf25358b8fb2679f27e211108ec39efee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:55:26 + docker inspect -f . ci-base-image-arm64 17:55:26 . [Pipeline] withDockerContainer 17:55:26 prd-ubuntu18.04-docker-arm64-4c-16g-6308 does not seem to be running inside a container 17:55:26 $ 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 17:55:27 4e634b169226: Pull complete 17:55:27 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 17:55:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:55:27 ---> f7629b54cfaa 17:55:27 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:55:27 ---> Running in 340e1e5c04c2 17:55:27 Removing intermediate container 340e1e5c04c2 17:55:27 ---> 7006161581b3 17:55:27 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 17:55:27 ---> Running in b8601093530a 17:55:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:55:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:55:28 $ docker top 65d7f3a49d9912f937ac529b35fb75383a3b83777169fbb33578feeb806fe1ee -eo pid,comm [Pipeline] { [Pipeline] sh 17:55:28 (1/5) Installing libsodium (1.0.18-r0) 17:55:28 (2/5) Installing libzmq (4.3.3-r0) 17:55:29 (3/5) Installing pkgconf (1.7.2-r0) 17:55:29 (4/5) Installing libsodium-dev (1.0.18-r0) 17:55:29 (5/5) Installing zeromq-dev (4.3.3-r0) 17:55:29 Executing busybox-1.31.1-r16.trigger 17:55:29 OK: 167 MiB in 44 packages 17:55:29 + make test 17:55:29 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:55:30 Removing intermediate container b8601093530a 17:55:30 ---> 7f5d7d269a65 17:55:30 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:55:30 ---> Running in 407045bf83be 17:55:30 Removing intermediate container 407045bf83be 17:55:30 ---> 9d35233b5d76 17:55:30 Step 6/7 : COPY go.mod . 17:55:30 ---> dd29facf1484 17:55:30 Step 7/7 : RUN go mod download 17:55:30 ---> Running in 91e544183621 17:55:42 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] 17:55:45 Removing intermediate container 91e544183621 17:55:45 ---> 6c5282b7988b 17:55:45 Successfully built 6c5282b7988b 17:55:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:55:46 + docker inspect -f . ci-base-image-x86_64 17:55:46 . [Pipeline] withDockerContainer 17:55:46 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.028s coverage: 94.7% of statements 17:55:46 prd-centos7-docker-4c-2g-6309 does not seem to be running inside a container 17:55:46 $ 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 17:55:48 $ docker top c329b2fc7e73c5644b4dcb688e4d82b1d59135cbf78b550a215ff6a1d2deaf47 -eo pid,comm [Pipeline] { [Pipeline] sh 17:55:48 + go version 17:55:48 go version go1.15.2 linux/amd64 [Pipeline] } 17:55:48 $ docker stop --time=1 c329b2fc7e73c5644b4dcb688e4d82b1d59135cbf78b550a215ff6a1d2deaf47 17:55:50 $ docker rm -f c329b2fc7e73c5644b4dcb688e4d82b1d59135cbf78b550a215ff6a1d2deaf47 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:55:51 + docker inspect -f . ci-base-image-x86_64 17:55:51 . [Pipeline] withDockerContainer 17:55:51 prd-centos7-docker-4c-2g-6309 does not seem to be running inside a container 17:55:51 $ 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 17:55:52 $ docker top d08565a43f3bfb5bc15db0af847cee030212e74ad688709100b01feb96b1f34c -eo pid,comm [Pipeline] { [Pipeline] sh 17:55:53 + make test 17:55:53 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:55:59 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.016s coverage: 77.1% of statements 17:55:59 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] 17:56:03 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] 17:56:06 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.011s coverage: 94.7% of statements 17:56:06 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.021s coverage: 77.1% of statements 17:56:06 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] 17:56:17 In test caller, received messages: { 123 [116 101 115 116 32 98 121 116 101 115] } 17:56:17 timed-out 17:56:17 Received messages: { 123 [116 101 115 116 32 98 121 116 101 115] } 17:56:17 Received messages: { 123 [116 101 115 116 32 98 121 116 101 115] } 17:56:17 msg1: test bytes, msg2: test bytes 17:56:17 App Functions 2 Message: { 456 [97 112 112 108 101 32 106 117 105 99 101] } 17:56:17 time's up 17:56:17 Done 17:56:17 In test caller, received messages: { 123 [116 101 115 116 32 98 121 116 101 115] application/json} 17:56:17 --- FAIL: TestSubscribe (2.61s) 17:56:17 client_test.go:631: 17:56:17 Error Trace: client_test.go:631 17:56:17 client_test.go:551 17:56:17 Error: Expected nil, but got: 0x4 17:56:17 Test: TestSubscribe 17:56:17 Messages: Failed to publish to ZMQ message 17:56:17 client_test.go:632: 17:56:17 In test caller, received messages1: { 101 [97 112 112 108 101 32 106 117 105 99 101] application/json} 17:56:17 In test caller, received messages3: { 103 [98 97 110 97 110 97 32 115 108 105 99 101 115] video} 17:56:17 In test caller, received messages2: { 102 [111 114 97 110 103 101 32 106 117 105 99 101] application/cbor} 17:56:17 time's up 17:56:17 Done 17:56:17 In test caller, received messages2: yellow goldfish 17:56:17 In test caller, received messages1: yellow goldfish 17:56:17 In test caller, received messages2: black guppy 17:56:17 time's up 17:56:17 Done 17:56:17 In test caller, received messages: { 123 [116 101 115 116 32 98 121 116 101 115] application/json} 17:56:17 FAIL 17:56:17 coverage: 85.0% of statements 17:56:17 FAIL github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 18.077s 17:56:17 ok github.com/edgexfoundry/go-mod-messaging/messaging 0.017s coverage: 85.7% of statements 17:56:17 ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.011s coverage: 100.0% of statements 17:56:17 ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.056s coverage: 100.0% of statements 17:56:17 ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.048s coverage: 90.9% of statements 17:56:17 FAIL 17:56:17 make: *** [Makefile:6: test] Error 1 [Pipeline] } 17:56:17 $ docker stop --time=1 65d7f3a49d9912f937ac529b35fb75383a3b83777169fbb33578feeb806fe1ee 17:56:19 $ 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] } 17:56:21 Failed in branch arm64 17:56:33 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.404s coverage: 84.1% of statements 17:56:33 ok github.com/edgexfoundry/go-mod-messaging/messaging 0.025s coverage: 85.7% of statements 17:56:33 ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.050s coverage: 100.0% of statements 17:56:33 ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.007s coverage: 100.0% of statements 17:56:33 ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.037s coverage: 90.9% of statements 17:56:33 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:56:33 gofmt -l . 17:56:33 [ "`gofmt -l .`" = "" ] [Pipeline] stash 17:56:34 Stashed 1 file(s) [Pipeline] } 17:56:34 $ docker stop --time=1 d08565a43f3bfb5bc15db0af847cee030212e74ad688709100b01feb96b1f34c 17:56:36 $ 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 17:56:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:56:43 ---> package-listing.sh 17:56:43 ++ facter osfamily 17:56:43 ++ tr '[:upper:]' '[:lower:]' 17:56:43 + OS_FAMILY=redhat 17:56:43 + workspace=/w/workspace/exfoundry_go-mod-messaging_PR-71 17:56:43 + START_PACKAGES=/tmp/packages_start.txt 17:56:43 + END_PACKAGES=/tmp/packages_end.txt 17:56:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:56:43 + PACKAGES=/tmp/packages_start.txt 17:56:43 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-71 ']' 17:56:43 + PACKAGES=/tmp/packages_end.txt 17:56:43 + case "${OS_FAMILY}" in 17:56:43 + rpm -qa 17:56:43 + sort 17:56:47 + '[' -f /tmp/packages_start.txt ']' 17:56:47 + '[' -f /tmp/packages_end.txt ']' 17:56:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:56:47 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-71 ']' 17:56:47 + mkdir -p /w/workspace/exfoundry_go-mod-messaging_PR-71/archives/ 17:56:47 + 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 17:56:47 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 17:56:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:56:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:56:48 17:56:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:56:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:56:48 alpine: Pulling from edgex-lftools-log-publisher 17:56:48 df20fa9351a1: Pulling fs layer 17:56:48 36b3adc4ff6f: Pulling fs layer 17:56:48 8ad3a11d3b57: Pulling fs layer 17:56:48 46f8f816bc3b: Pulling fs layer 17:56:48 93b61091891f: Pulling fs layer 17:56:48 93b9cdb0e59b: Pulling fs layer 17:56:48 5e14af77c1be: Pulling fs layer 17:56:48 01666e4c0597: Pulling fs layer 17:56:48 aa168da1d23b: Pulling fs layer 17:56:48 93b61091891f: Waiting 17:56:48 93b9cdb0e59b: Waiting 17:56:48 46f8f816bc3b: Waiting 17:56:48 aa168da1d23b: Waiting 17:56:48 01666e4c0597: Waiting 17:56:48 5e14af77c1be: Waiting 17:56:48 36b3adc4ff6f: Verifying Checksum 17:56:48 36b3adc4ff6f: Download complete 17:56:48 46f8f816bc3b: Verifying Checksum 17:56:48 46f8f816bc3b: Download complete 17:56:48 df20fa9351a1: Verifying Checksum 17:56:48 df20fa9351a1: Download complete 17:56:49 93b9cdb0e59b: Verifying Checksum 17:56:49 93b9cdb0e59b: Download complete 17:56:49 93b61091891f: Verifying Checksum 17:56:49 93b61091891f: Download complete 17:56:49 5e14af77c1be: Verifying Checksum 17:56:49 5e14af77c1be: Download complete 17:56:49 01666e4c0597: Verifying Checksum 17:56:49 01666e4c0597: Download complete 17:56:49 df20fa9351a1: Pull complete 17:56:49 36b3adc4ff6f: Pull complete 17:56:49 8ad3a11d3b57: Verifying Checksum 17:56:49 8ad3a11d3b57: Download complete 17:56:50 8ad3a11d3b57: Pull complete 17:56:50 46f8f816bc3b: Pull complete 17:56:50 93b61091891f: Pull complete 17:56:51 93b9cdb0e59b: Pull complete 17:56:51 5e14af77c1be: Pull complete 17:56:51 aa168da1d23b: Verifying Checksum 17:56:51 aa168da1d23b: Download complete 17:56:51 01666e4c0597: Pull complete 17:56:57 aa168da1d23b: Pull complete 17:56:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:56:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:56:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:56:58 prd-centos7-docker-4c-2g-6307 does not seem to be running inside a container 17:56:58 $ 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 17:57:06 $ docker top 298ee62a86bdc16f1b64328da5eb5b076773624240715aef10a8e683c8dd88ae -eo pid,comm [Pipeline] { [Pipeline] sh 17:57:07 + touch /tmp/pre-build-complete [Pipeline] sh 17:57:07 + mkdir -p /var/log/sa [Pipeline] sh 17:57:07 + ls /var/log/sa-host 17:57:07 + sadf -c /var/log/sa-host/sa05 17:57:07 file_magic: OK 17:57:07 HZ: Using current value: 100 17:57:07 file_header: OK 17:57:07 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 17:57:07 Statistics: 17:57:07 Hnuu...uuuununununu...Hnuu...uuuununununu... 17:57:07 File successfully converted to sysstat format version 12.2.1 17:57:07 + sadf -c /var/log/sa-host/sa19 17:57:07 file_magic: OK 17:57:07 HZ: Using current value: 100 17:57:07 file_header: OK 17:57:07 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 17:57:07 Statistics: 17:57:07 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:57:07 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:57:08 provisioning config files... 17:57:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-messaging_PR-71@tmp/config2499971896926246640tmp [Pipeline] { [Pipeline] echo 17:57:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:57:08 ---> create-netrc.sh [Pipeline] } 17:57:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:57:08 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:57:09 ---> python-tools-install.sh [Pipeline] echo 17:57:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:57:09 ---> sudo-logs.sh 17:57:09 Archiving 'sudo' log.. [Pipeline] echo 17:57:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:57:09 ---> job-cost.sh 17:57:09 lf-activate-venv: SKIPPING 17:57:09 INFO: No Stack... 17:57:11 INFO: Retrieving Pricing Info for: v1-standard-2 17:57:11 INFO: Archiving Costs [Pipeline] echo 17:57:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:57:11 ---> logs-deploy.sh 17:57:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-71/2 17:57:11 INFO: archiving workspace using pattern(s): 17:57:13 Archives upload complete. 17:57:13 INFO: archiving logs to Nexus 17:57:14 ---> uname -a: 17:57:14 Linux prd-centos7-docker-4c-2g-6307.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 17:57:14 17:57:14 17:57:14 ---> lscpu: 17:57:14 Architecture: x86_64 17:57:14 CPU op-mode(s): 32-bit, 64-bit 17:57:14 Byte Order: Little Endian 17:57:14 Address sizes: 40 bits physical, 48 bits virtual 17:57:14 CPU(s): 4 17:57:14 On-line CPU(s) list: 0-3 17:57:14 Thread(s) per core: 1 17:57:14 Core(s) per socket: 1 17:57:14 Socket(s): 4 17:57:14 NUMA node(s): 1 17:57:14 Vendor ID: GenuineIntel 17:57:14 CPU family: 6 17:57:14 Model: 44 17:57:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:57:14 Stepping: 1 17:57:14 CPU MHz: 2933.438 17:57:14 BogoMIPS: 5866.87 17:57:14 Virtualization: VT-x 17:57:14 Hypervisor vendor: KVM 17:57:14 Virtualization type: full 17:57:14 L1d cache: 128 KiB 17:57:14 L1i cache: 128 KiB 17:57:14 L2 cache: 16 MiB 17:57:14 L3 cache: 64 MiB 17:57:14 NUMA node0 CPU(s): 0-3 17:57:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:57:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:57:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:57:14 Vulnerability Meltdown: Mitigation; PTI 17:57:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:57:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:57:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:57:14 Vulnerability Tsx async abort: Not affected 17:57:14 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 17:57:14 17:57:14 17:57:14 ---> nproc: 17:57:14 4 17:57:14 17:57:14 17:57:14 ---> df -h: 17:57:14 Filesystem Size Used Available Use% Mounted on 17:57:14 overlay 50.0G 7.2G 42.8G 14% / 17:57:14 tmpfs 64.0M 0 64.0M 0% /dev 17:57:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:57:14 shm 64.0M 0 64.0M 0% /dev/shm 17:57:14 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 17:57:14 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 17:57:14 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 17:57:14 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 17:57:14 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 17:57:14 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 17:57:14 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 17:57:14 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/exfoundry_go-mod-messaging_PR-71 17:57:14 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/exfoundry_go-mod-messaging_PR-71@tmp 17:57:14 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 17:57:14 17:57:14 17:57:14 ---> free -m: 17:57:14 total used free shared buff/cache available 17:57:14 Mem: 1837 652 118 0 1065 1081 17:57:14 Swap: 1023 0 1023 17:57:14 17:57:14 17:57:14 ---> ip addr: 17:57:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:57:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:57:14 inet 127.0.0.1/8 scope host lo 17:57:14 valid_lft forever preferred_lft forever 17:57:14 inet6 ::1/128 scope host 17:57:14 valid_lft forever preferred_lft forever 17:57:14 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:57:14 link/ether fa:16:3e:d6:47:00 brd ff:ff:ff:ff:ff:ff 17:57:14 inet 10.30.123.248/23 brd 10.30.123.255 scope global dynamic eth0 17:57:14 valid_lft 86049sec preferred_lft 86049sec 17:57:14 inet6 fe80::f816:3eff:fed6:4700/64 scope link 17:57:14 valid_lft forever preferred_lft forever 17:57:14 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:57:14 link/ether 02:42:0e:46:34:e9 brd ff:ff:ff:ff:ff:ff 17:57:14 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:57:14 valid_lft forever preferred_lft forever 17:57:14 inet6 fe80::42:eff:fe46:34e9/64 scope link 17:57:14 valid_lft forever preferred_lft forever 17:57:14 17:57:14 17:57:14 ---> sar -b -r -n DEV: 17:57:14 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) 17:57:14 17:57:14 17:51:05 LINUX RESTART (4 CPU) 17:57:14 17:57:14 17:52:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:57:14 17:53:01 26.60 10.15 16.45 0.00 4341.20 2333.66 0.00 17:57:14 17:54:01 1.83 0.00 1.83 0.00 0.00 37.29 0.00 17:57:14 17:55:01 0.67 0.00 0.67 0.00 0.00 9.09 0.00 17:57:14 17:56:01 0.25 0.00 0.25 0.00 0.00 4.53 0.00 17:57:14 17:57:01 121.03 62.91 58.12 0.00 5977.24 17117.90 0.00 17:57:14 Average: 30.09 14.62 15.47 0.00 2064.63 3902.85 0.00 17:57:14 17:57:14 17:52:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:57:14 17:53:01 166120 0 555520 29.52 2620 1157296 1116064 38.09 421856 1132764 20 17:57:14 17:54:01 171892 0 549740 29.22 2620 1157304 1076340 36.73 419816 1129728 12 17:57:14 17:55:01 171396 0 550232 29.24 2620 1157308 1076568 36.74 421080 1129728 16 17:57:14 17:56:01 169148 0 552476 29.36 2620 1157312 1076544 36.74 423168 1129624 12 17:57:14 17:57:01 182932 0 647384 34.41 2620 1048620 1280340 43.70 429164 1050848 23396 17:57:14 Average: 172298 0 571070 30.35 2620 1135568 1125171 38.40 423017 1114538 4691 17:57:14 17:57:14 17:52:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:57:14 17:53:01 eth0 67.74 55.10 338.26 28.54 0.00 0.00 0.00 0.00 17:57:14 17:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:57:14 17:53:01 docker0 1.15 1.07 0.29 2.35 0.00 0.00 0.00 0.00 17:57:14 17:54:01 eth0 1.15 0.08 0.09 0.01 0.00 0.00 0.00 0.00 17:57:14 17:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:57:14 17:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:57:14 17:55:01 eth0 1.32 0.67 0.58 0.40 0.00 0.00 0.00 0.00 17:57:14 17:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:57:14 17:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:57:14 17:56:01 eth0 0.73 0.35 0.30 0.20 0.00 0.00 0.00 0.00 17:57:14 17:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:57:14 17:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:57:14 17:57:01 eth0 221.30 194.54 2169.31 18.89 0.00 0.00 0.00 0.00 17:57:14 17:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:57:14 17:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:57:14 Average: eth0 58.48 50.18 502.01 9.61 0.00 0.00 0.00 0.00 17:57:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:57:14 Average: docker0 0.23 0.21 0.06 0.47 0.00 0.00 0.00 0.00 17:57:14 17:57:14 17:57:14 ---> sar -P ALL: 17:57:14 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) 17:57:14 17:57:14 17:51:05 LINUX RESTART (4 CPU) 17:57:14 17:57:14 17:52:01 CPU %user %nice %system %iowait %steal %idle 17:57:14 17:53:01 all 2.12 0.00 1.47 0.43 0.00 95.99 17:57:14 17:53:01 0 2.62 0.00 1.17 1.14 0.00 95.07 17:57:14 17:53:01 1 1.84 0.00 1.37 0.30 0.00 96.49 17:57:14 17:53:01 2 2.16 0.00 1.35 0.10 0.00 96.39 17:57:14 17:53:01 3 1.85 0.00 1.97 0.17 0.02 95.99 17:57:14 17:54:01 all 0.13 0.00 0.06 0.00 0.00 99.81 17:57:14 17:54:01 0 0.43 0.00 0.08 0.00 0.00 99.48 17:57:14 17:54:01 1 0.03 0.00 0.05 0.00 0.00 99.92 17:57:14 17:54:01 2 0.02 0.00 0.05 0.00 0.00 99.93 17:57:14 17:54:01 3 0.05 0.00 0.05 0.00 0.00 99.90 17:57:14 17:55:01 all 0.14 0.00 0.04 0.00 0.00 99.82 17:57:14 17:55:01 0 0.42 0.00 0.03 0.00 0.00 99.55 17:57:14 17:55:01 1 0.07 0.00 0.03 0.00 0.00 99.90 17:57:14 17:55:01 2 0.05 0.00 0.03 0.00 0.00 99.92 17:57:14 17:55:01 3 0.03 0.00 0.07 0.00 0.00 99.90 17:57:14 17:56:01 all 0.15 0.00 0.03 0.00 0.00 99.83 17:57:14 17:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:57:14 17:56:01 1 0.53 0.00 0.03 0.00 0.00 99.43 17:57:14 17:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 17:57:14 17:56:01 3 0.02 0.00 0.03 0.00 0.00 99.95 17:57:14 17:57:01 all 4.99 0.00 2.98 1.28 0.03 90.73 17:57:14 17:57:01 0 4.78 0.00 2.82 0.10 0.02 92.29 17:57:14 17:57:01 1 5.09 0.00 3.38 2.31 0.03 89.18 17:57:14 17:57:01 2 5.20 0.00 3.19 2.06 0.02 89.54 17:57:14 17:57:01 3 4.89 0.00 2.52 0.66 0.03 91.90 17:57:14 Average: all 1.50 0.00 0.91 0.34 0.01 97.24 17:57:14 Average: 0 1.65 0.00 0.82 0.25 0.00 97.28 17:57:14 Average: 1 1.51 0.00 0.97 0.52 0.01 96.99 17:57:14 Average: 2 1.48 0.00 0.92 0.43 0.00 97.16 17:57:14 Average: 3 1.36 0.00 0.93 0.16 0.01 97.54 17:57:14 17:57:14 17:57:14