lenny-intel commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/go-mod-messaging Obtained Jenkinsfile from 3f0fefd7d7352115638c4c04badd671dc3ee80c6+c3ae47e2bb696172946919a1d86c19c8de804c45 (dae546ea3b0abea815ae1356cf0f233a8f6848f2) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 85bea31ad76f85e2acd5a821f20c71e435d4ae12 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 85bea31ad76f85e2acd5a821f20c71e435d4ae12 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 85bea31ad76f85e2acd5a821f20c71e435d4ae12 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 85bea31ad76f85e2acd5a821f20c71e435d4ae12 # timeout=10 Commit message: "Merge pull request #249 from ernestojeda/fix-build-artifact" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-messaging, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-messaging-settings PROJECT: go-mod-messaging USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1264 in /w/workspace/exfoundry_go-mod-messaging_PR-62 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git > git init /w/workspace/exfoundry_go-mod-messaging_PR-62 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/62/head:refs/remotes/origin/PR-62 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c3ae47e2bb696172946919a1d86c19c8de804c45 into PR head commit 3f0fefd7d7352115638c4c04badd671dc3ee80c6 Merge succeeded, producing 3f0fefd7d7352115638c4c04badd671dc3ee80c6 Checking out Revision 3f0fefd7d7352115638c4c04badd671dc3ee80c6 (PR-62) > git config core.sparsecheckout # timeout=10 > git checkout -f 3f0fefd7d7352115638c4c04badd671dc3ee80c6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c3ae47e2bb696172946919a1d86c19c8de804c45 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3f0fefd7d7352115638c4c04badd671dc3ee80c6 # timeout=10 Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" > git rev-list --no-walk 3f0fefd7d7352115638c4c04badd671dc3ee80c6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:53:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:53:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:53:25 ========================================================= 20:53:25 EdgeX Global Pipelines Version Info 20:53:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:53:27 ------------------- 20:53:27 stable info: 20:53:27 ------------------- 20:53:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:53:27 Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 20:53:27 Message: update stable to v1.0.128 20:53:28 ------------------- 20:53:28 experimental info: 20:53:28 ------------------- 20:53:28 Commited By: **** collab-it+edgex@linuxfoundation.org 20:53:28 Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 20:53:28 Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 20:53:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 20:53:29 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 20:53:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:53:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:53:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:53:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:53:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:53:31 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:53:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:53:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:53:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:53:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo 20:53:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:53:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:53:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:53:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:53:33 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:53:33 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:53:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 20:53:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:53:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:53:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:53:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:53:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:53:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:53:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-62 [Pipeline] echo 20:53:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-62 [Pipeline] echo 20:53:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-62 [Pipeline] echo 20:53:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3f0fefd7d7352115638c4c04badd671dc3ee80c6 [Pipeline] echo 20:53:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3f0fefd [Pipeline] echo 20:53:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:53:38 + git log --format=format:%s -1 3f0fefd7d7352115638c4c04badd671dc3ee80c6 [Pipeline] echo 20:53:38 GIT_COMMIT: 3f0fefd7d7352115638c4c04badd671dc3ee80c6, Commit Message: build(all): Enable use of DependaBot to maintain Go dependencies [Pipeline] echo 20:53:38 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:53:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:53:39 20:53:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:53:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:53:40 latest: Pulling from edgex-devops/git-semver 20:53:40 31603596830f: Pulling fs layer 20:53:40 2a8b12db71e7: Pulling fs layer 20:53:40 6ca5941a6612: Pulling fs layer 20:53:40 ecc8261a40a4: Pulling fs layer 20:53:40 ecc8261a40a4: Waiting 20:53:40 2a8b12db71e7: Verifying Checksum 20:53:40 2a8b12db71e7: Download complete 20:53:40 31603596830f: Download complete 20:53:40 ecc8261a40a4: Verifying Checksum 20:53:40 ecc8261a40a4: Download complete 20:53:40 6ca5941a6612: Verifying Checksum 20:53:40 6ca5941a6612: Download complete 20:53:40 31603596830f: Pull complete 20:53:40 2a8b12db71e7: Pull complete 20:53:41 6ca5941a6612: Pull complete 20:53:42 ecc8261a40a4: Pull complete 20:53:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:53:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:53:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:53:42 prd-centos7-docker-4c-2g-1264 does not seem to be running inside a container 20:53:42 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-messaging_PR-62 -v /w/workspace/exfoundry_go-mod-messaging_PR-62:/w/workspace/exfoundry_go-mod-messaging_PR-62:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-62@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-62@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:53:45 $ docker top bd9984cd85ebb3c9d303db86925773a77864b26ceb4e04f020b29da14bac7f7b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:53:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:53:45 [ssh-agent] Looking for ssh-agent implementation... 20:53:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:53:45 $ docker exec bd9984cd85ebb3c9d303db86925773a77864b26ceb4e04f020b29da14bac7f7b ssh-agent 20:53:46 SSH_AUTH_SOCK=/tmp/ssh-trgTd23bXRNn/agent.13 20:53:46 SSH_AGENT_PID=18 20:53:46 Running ssh-add (command line suppressed) 20:53:46 Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-62@tmp/private_key_4748109049937035265.key (/w/workspace/exfoundry_go-mod-messaging_PR-62@tmp/private_key_4748109049937035265.key) 20:53:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:53:46 + git describe --exact-match --tags HEAD 20:53:46 fatal: no tag exactly matches '3f0fefd7d7352115638c4c04badd671dc3ee80c6' [Pipeline] } 20:53:46 $ docker exec --env ******** --env ******** bd9984cd85ebb3c9d303db86925773a77864b26ceb4e04f020b29da14bac7f7b ssh-agent -k 20:53:46 unset SSH_AUTH_SOCK; 20:53:46 unset SSH_AGENT_PID; 20:53:46 echo Agent pid 18 killed; 20:53:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 20:53:47 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 20:53:47 This usually means this commit has not been tagged. [Pipeline] sshagent 20:53:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:53:47 [ssh-agent] Looking for ssh-agent implementation... 20:53:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:53:47 $ docker exec bd9984cd85ebb3c9d303db86925773a77864b26ceb4e04f020b29da14bac7f7b ssh-agent 20:53:47 SSH_AUTH_SOCK=/tmp/ssh-qmHDfgT6mAmT/agent.47 20:53:47 SSH_AGENT_PID=52 20:53:47 Running ssh-add (command line suppressed) 20:53:47 Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-62@tmp/private_key_7602166626282882477.key (/w/workspace/exfoundry_go-mod-messaging_PR-62@tmp/private_key_7602166626282882477.key) 20:53:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:53:48 + git semver init 20:53:48 # -> Open(): unable to determine branch for HEAD 20:53:48 # $GIT_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-62/.git 20:53:48 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-messaging_PR-62 20:53:48 # $SEMVER_REMOTE_NAME = origin 20:53:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:53:48 # $SEMVER_USER_NAME = edgex-jenkins 20:53:48 # $SEMVER_BRANCH = PR-62 20:53:48 # $SEMVER_TEMP = /tmp/semver-704302187 20:53:48 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 20:53:48 # '/tmp/semver-704302187' -> '/w/workspace/exfoundry_go-mod-messaging_PR-62/.semver' 20:53:48 # -> Force: false 20:53:48 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-62/.semver [Pipeline] } 20:53:48 $ docker exec --env ******** --env ******** bd9984cd85ebb3c9d303db86925773a77864b26ceb4e04f020b29da14bac7f7b ssh-agent -k 20:53:48 unset SSH_AUTH_SOCK; 20:53:48 unset SSH_AGENT_PID; 20:53:48 echo Agent pid 52 killed; 20:53:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:53:49 + git semver [Pipeline] } 20:53:49 $ docker stop --time=1 bd9984cd85ebb3c9d303db86925773a77864b26ceb4e04f020b29da14bac7f7b 20:53:51 $ docker rm -f bd9984cd85ebb3c9d303db86925773a77864b26ceb4e04f020b29da14bac7f7b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 20:53:52 Stashed 38 file(s) [Pipeline] echo 20:53:52 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 20:53:52 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 20:54:08 Still waiting to schedule task 20:54:08 ‘prd-centos7-docker-4c-2g-1255’ is offline; ‘prd-centos7-docker-4c-2g-1277’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1259’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1262’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1271’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1272’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1273’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1274’ doesn’t have label ‘centos7-docker-4c-2g’ 20:54:08 Still waiting to schedule task 20:54:08 ‘prd-centos7-docker-4c-2g-1255’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1277’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1259’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1262’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1271’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1272’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1273’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1274’ is offline 21:05:11 Running on prd-centos7-docker-4c-2g-1291 in /w/workspace/exfoundry_go-mod-messaging_PR-62 [Pipeline] { [Pipeline] ws 21:05:11 Running in /w/workspace/go-mod-messaging/2 [Pipeline] { [Pipeline] checkout 21:05:17 using credential edgex-jenkins-ssh 21:05:17 Cloning the remote Git repository 21:05:17 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 21:05:17 > git init /w/workspace/go-mod-messaging/2 # timeout=10 21:05:17 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 21:05:17 > git --version # timeout=10 21:05:17 > git --version # 'git version 2.16.5' 21:05:17 using GIT_SSH to set credentials SSH Credentials for GitHub 21:05:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:05:18 Merging remotes/origin/master commit c3ae47e2bb696172946919a1d86c19c8de804c45 into PR head commit 3f0fefd7d7352115638c4c04badd671dc3ee80c6 21:05:18 Merge succeeded, producing 3f0fefd7d7352115638c4c04badd671dc3ee80c6 21:05:18 Checking out Revision 3f0fefd7d7352115638c4c04badd671dc3ee80c6 (PR-62) 21:05:18 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 21:05:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:05:18 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 21:05:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 21:05:18 using GIT_SSH to set credentials SSH Credentials for GitHub 21:05:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/62/head:refs/remotes/origin/PR-62 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:05:18 > git config core.sparsecheckout # timeout=10 21:05:18 > git checkout -f 3f0fefd7d7352115638c4c04badd671dc3ee80c6 # timeout=10 21:05:18 > git remote # timeout=10 21:05:18 > git config --get remote.origin.url # timeout=10 21:05:18 using GIT_SSH to set credentials SSH Credentials for GitHub 21:05:18 > git merge c3ae47e2bb696172946919a1d86c19c8de804c45 # timeout=10 21:05:18 > git rev-parse HEAD^{commit} # timeout=10 21:05:18 > git config core.sparsecheckout # timeout=10 21:05:18 > git checkout -f 3f0fefd7d7352115638c4c04badd671dc3ee80c6 # timeout=10 21:05:22 Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:05:23 ========================================================= 21:05:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:05:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:05:24 + 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 . 21:05:25 Sending build context to Docker daemon 651.8kB 21:05:25 Step 1/7 : ARG BASE=golang:1.15-alpine 21:05:25 Step 2/7 : FROM ${BASE} 21:05:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:05:26 df20fa9351a1: Pulling fs layer 21:05:26 ed8968b2872e: Pulling fs layer 21:05:26 a92cc7c5fd73: Pulling fs layer 21:05:26 e871e8e8d7a9: Pulling fs layer 21:05:26 e73272ec9a57: Pulling fs layer 21:05:26 1e910a182e73: Pulling fs layer 21:05:26 4e634b169226: Pulling fs layer 21:05:26 e871e8e8d7a9: Waiting 21:05:26 e73272ec9a57: Waiting 21:05:26 1e910a182e73: Waiting 21:05:26 4e634b169226: Waiting 21:05:26 a92cc7c5fd73: Verifying Checksum 21:05:26 a92cc7c5fd73: Download complete 21:05:26 ed8968b2872e: Verifying Checksum 21:05:26 ed8968b2872e: Download complete 21:05:26 e73272ec9a57: Verifying Checksum 21:05:26 e73272ec9a57: Download complete 21:05:29 1e910a182e73: Verifying Checksum 21:05:29 1e910a182e73: Download complete 21:05:29 df20fa9351a1: Verifying Checksum 21:05:29 df20fa9351a1: Download complete 21:05:29 df20fa9351a1: Pull complete 21:05:29 ed8968b2872e: Pull complete 21:05:29 a92cc7c5fd73: Pull complete 21:05:40 4e634b169226: Verifying Checksum 21:05:40 4e634b169226: Download complete 21:05:41 e871e8e8d7a9: Verifying Checksum 21:05:41 e871e8e8d7a9: Download complete 21:05:48 e871e8e8d7a9: Pull complete 21:05:48 e73272ec9a57: Pull complete 21:05:48 1e910a182e73: Pull complete 21:05:53 4e634b169226: Pull complete 21:05:53 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 21:05:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:05:53 ---> f7629b54cfaa 21:05:53 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:05:53 ---> Running in 0e946e0ae4ef 21:05:53 Removing intermediate container 0e946e0ae4ef 21:05:53 ---> 075f830e60c2 21:05:53 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 21:05:53 ---> Running in df4359dace35 21:05:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:05:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:05:56 (1/5) Installing libsodium (1.0.18-r0) 21:05:56 (2/5) Installing libzmq (4.3.3-r0) 21:05:56 (3/5) Installing pkgconf (1.7.2-r0) 21:05:56 (4/5) Installing libsodium-dev (1.0.18-r0) 21:05:56 (5/5) Installing zeromq-dev (4.3.3-r0) 21:05:56 Executing busybox-1.31.1-r16.trigger 21:05:57 OK: 167 MiB in 44 packages 21:05:57 Removing intermediate container df4359dace35 21:05:57 ---> dec5d95752e2 21:05:57 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:05:57 ---> Running in b6ca05029863 21:05:57 Removing intermediate container b6ca05029863 21:05:57 ---> c3187b1e1c5e 21:05:57 Step 6/7 : COPY go.mod . 21:05:57 ---> e7eb34dfdfdb 21:05:57 Step 7/7 : RUN go mod download 21:05:57 ---> Running in 213cc2e068f8 21:06:10 Removing intermediate container 213cc2e068f8 21:06:10 ---> 644899f286b2 21:06:10 Successfully built 644899f286b2 21:06:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:06:10 + docker inspect -f . ci-base-image-x86_64 21:06:10 . [Pipeline] withDockerContainer 21:06:10 prd-centos7-docker-4c-2g-1291 does not seem to be running inside a container 21:06:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:06:11 $ docker top 0546998e76cd94fc63297b584d530e4336bd7d28f1130a607ef5ec6a48418427 -eo pid,comm [Pipeline] { [Pipeline] sh 21:06:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1309 in /w/workspace/exfoundry_go-mod-messaging_PR-62 [Pipeline] { [Pipeline] ws 21:06:12 Running in /w/workspace/go-mod-messaging/2 [Pipeline] { 21:06:12 + go version 21:06:12 go version go1.15.2 linux/amd64 [Pipeline] checkout [Pipeline] } 21:06:12 $ docker stop --time=1 0546998e76cd94fc63297b584d530e4336bd7d28f1130a607ef5ec6a48418427 21:06:13 $ docker rm -f 0546998e76cd94fc63297b584d530e4336bd7d28f1130a607ef5ec6a48418427 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:06:15 + docker inspect -f . ci-base-image-x86_64 21:06:15 . [Pipeline] withDockerContainer 21:06:15 prd-centos7-docker-4c-2g-1291 does not seem to be running inside a container 21:06:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:06:16 $ docker top b45a2989f64d041652e8c956d8b16070d8ed8f50ecaa8f87749bc029faf4a957 -eo pid,comm [Pipeline] { [Pipeline] sh 21:06:17 + make test 21:06:17 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:06:18 using credential edgex-jenkins-ssh 21:06:18 Cloning the remote Git repository 21:06:18 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 21:06:18 > git init /w/workspace/go-mod-messaging/2 # timeout=10 21:06:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 21:06:18 > git --version # timeout=10 21:06:18 > git --version # 'git version 2.17.1' 21:06:18 using GIT_SSH to set credentials SSH Credentials for GitHub 21:06:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:06:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 21:06:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:06:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 21:06:19 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 21:06:19 using GIT_SSH to set credentials SSH Credentials for GitHub 21:06:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/62/head:refs/remotes/origin/PR-62 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:06:20 Merging remotes/origin/master commit c3ae47e2bb696172946919a1d86c19c8de804c45 into PR head commit 3f0fefd7d7352115638c4c04badd671dc3ee80c6 21:06:20 Merge succeeded, producing 3f0fefd7d7352115638c4c04badd671dc3ee80c6 21:06:20 Checking out Revision 3f0fefd7d7352115638c4c04badd671dc3ee80c6 (PR-62) 21:06:21 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] 21:06:20 > git config core.sparsecheckout # timeout=10 21:06:20 > git checkout -f 3f0fefd7d7352115638c4c04badd671dc3ee80c6 # timeout=10 21:06:20 > git remote # timeout=10 21:06:20 > git config --get remote.origin.url # timeout=10 21:06:20 using GIT_SSH to set credentials SSH Credentials for GitHub 21:06:20 > git merge c3ae47e2bb696172946919a1d86c19c8de804c45 # timeout=10 21:06:20 > git rev-parse HEAD^{commit} # timeout=10 21:06:20 > git config core.sparsecheckout # timeout=10 21:06:20 > git checkout -f 3f0fefd7d7352115638c4c04badd671dc3ee80c6 # timeout=10 21:06:23 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.014s coverage: 94.7% of statements 21:06:25 Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:06:26 ========================================================= 21:06:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:06:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:06:26 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.030s coverage: 77.1% of statements 21:06:26 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] 21:06:27 + 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 . 21:06:28 Sending build context to Docker daemon 651.8kB 21:06:28 Step 1/7 : ARG BASE=golang:1.15-alpine 21:06:28 Step 2/7 : FROM ${BASE} 21:06:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:06:29 b538f80385f9: Pulling fs layer 21:06:29 74f711af9a0d: Pulling fs layer 21:06:29 99f96fe45779: Pulling fs layer 21:06:29 8529a6b9a6be: Pulling fs layer 21:06:29 45590311c82a: Pulling fs layer 21:06:29 69ca0ff8b7b3: Pulling fs layer 21:06:29 209524e5b208: Pulling fs layer 21:06:29 8529a6b9a6be: Waiting 21:06:29 45590311c82a: Waiting 21:06:29 209524e5b208: Waiting 21:06:29 99f96fe45779: Verifying Checksum 21:06:29 99f96fe45779: Download complete 21:06:29 74f711af9a0d: Download complete 21:06:29 45590311c82a: Verifying Checksum 21:06:29 45590311c82a: Download complete 21:06:29 69ca0ff8b7b3: Verifying Checksum 21:06:29 69ca0ff8b7b3: Download complete 21:06:29 b538f80385f9: Verifying Checksum 21:06:29 b538f80385f9: Download complete 21:06:30 b538f80385f9: Pull complete 21:06:30 74f711af9a0d: Pull complete 21:06:31 99f96fe45779: Pull complete 21:06:33 209524e5b208: Verifying Checksum 21:06:33 209524e5b208: Download complete 21:06:34 8529a6b9a6be: Verifying Checksum 21:06:34 8529a6b9a6be: Download complete 21:06:44 8529a6b9a6be: Pull complete 21:06:44 45590311c82a: Pull complete 21:06:44 69ca0ff8b7b3: Pull complete 21:06:48 209524e5b208: Pull complete 21:06:48 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 21:06:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:06:48 ---> 5bddaf1c2fca 21:06:48 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:06:48 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.340s coverage: 85.0% of statements 21:06:48 ok github.com/edgexfoundry/go-mod-messaging/messaging 0.010s coverage: 85.7% of statements 21:06:48 ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.008s coverage: 100.0% of statements 21:06:48 ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.027s coverage: 100.0% of statements 21:06:48 ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.013s coverage: 90.9% of statements 21:06:48 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:06:48 gofmt -l . 21:06:48 [ "`gofmt -l .`" = "" ] [Pipeline] stash 21:06:49 Stashed 1 file(s) [Pipeline] } 21:06:49 $ docker stop --time=1 b45a2989f64d041652e8c956d8b16070d8ed8f50ecaa8f87749bc029faf4a957 21:06:50 $ docker rm -f b45a2989f64d041652e8c956d8b16070d8ed8f50ecaa8f87749bc029faf4a957 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage 21:06:51 ---> Running in c7e3ab5592d1 21:06:51 Removing intermediate container c7e3ab5592d1 21:06:51 ---> b811bd516397 21:06:51 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 21:06:51 ---> Running in b7523b20ffb5 [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:06:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:06:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:06:58 (1/5) Installing libsodium (1.0.18-r0) 21:06:58 (2/5) Installing libzmq (4.3.3-r0) 21:06:58 (3/5) Installing pkgconf (1.7.2-r0) 21:06:58 (4/5) Installing libsodium-dev (1.0.18-r0) 21:06:58 (5/5) Installing zeromq-dev (4.3.3-r0) 21:06:58 Executing busybox-1.31.1-r16.trigger 21:06:58 OK: 144 MiB in 44 packages 21:07:00 Removing intermediate container b7523b20ffb5 21:07:00 ---> 09ec09c387aa 21:07:00 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:07:00 ---> Running in 373ae2c8a955 21:07:00 Removing intermediate container 373ae2c8a955 21:07:00 ---> ba0f43afd486 21:07:00 Step 6/7 : COPY go.mod . 21:07:01 ---> 0b53e52195a4 21:07:01 Step 7/7 : RUN go mod download 21:07:01 ---> Running in 8a9b7b4fbbcd 21:07:16 Removing intermediate container 8a9b7b4fbbcd 21:07:16 ---> 4982f1d2b5dd 21:07:16 Successfully built 4982f1d2b5dd 21:07:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:07:17 + docker inspect -f . ci-base-image-arm64 21:07:17 . [Pipeline] withDockerContainer 21:07:17 prd-ubuntu18.04-docker-arm64-4c-16g-1309 does not seem to be running inside a container 21:07:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:07:19 $ docker top 2a4fd9b361ca1eb663a297855d7dc0e9b2e006aaeb9f9f768578be113c4f1cea -eo pid,comm [Pipeline] { [Pipeline] sh 21:07:21 + go version 21:07:21 go version go1.15.2 linux/arm64 [Pipeline] } 21:07:21 $ docker stop --time=1 2a4fd9b361ca1eb663a297855d7dc0e9b2e006aaeb9f9f768578be113c4f1cea 21:07:23 $ docker rm -f 2a4fd9b361ca1eb663a297855d7dc0e9b2e006aaeb9f9f768578be113c4f1cea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:07:24 + docker inspect -f . ci-base-image-arm64 21:07:24 . [Pipeline] withDockerContainer 21:07:24 prd-ubuntu18.04-docker-arm64-4c-16g-1309 does not seem to be running inside a container 21:07:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:07:26 $ docker top dba4bb46f5b3eeb8f3845d57d957a948784489572f5f85f9aebb23da14578d47 -eo pid,comm [Pipeline] { [Pipeline] sh 21:07:27 + make test 21:07:27 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:07:40 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] 21:07:46 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.045s coverage: 94.7% of statements 21:07:57 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.019s coverage: 77.1% of statements 21:07:57 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] 21:08:19 In test caller, received messages: { 123 [116 101 115 116 32 98 121 116 101 115] } 21:08:19 --- FAIL: TestCustomPublishWithWrongMessageLength (1.00s) 21:08:19 client_test.go:309: 21:08:19 Error Trace: client_test.go:309 21:08:19 Error: Expected nil, but got: 0x4 21:08:19 Test: TestCustomPublishWithWrongMessageLength 21:08:19 Messages: Failed to send multiple messages 21:08:19 client_test.go:310: 21:08:19 Received messages: { 123 [116 101 115 116 32 98 121 116 101 115] } 21:08:19 Received messages: { 123 [116 101 115 116 32 98 121 116 101 115] } 21:08:19 msg1: test bytes, msg2: test bytes 21:08:19 App Functions 2 Message: { 456 [97 112 112 108 101 32 106 117 105 99 101] } 21:08:19 time's up 21:08:19 Done 21:08:19 In test caller, received messages: { 123 [116 101 115 116 32 98 121 116 101 115] application/json} 21:08:19 timed-out. 21:08:19 In test caller, received messages: { 123 [116 101 115 116 32 98 121 116 101 115] application/json} 21:08:19 In test caller, received messages1: { 101 [97 112 112 108 101 32 106 117 105 99 101] application/json} 21:08:19 In test caller, received messages3: { 103 [98 97 110 97 110 97 32 115 108 105 99 101 115] video} 21:08:19 In test caller, received messages2: { 102 [111 114 97 110 103 101 32 106 117 105 99 101] application/cbor} 21:08:19 time's up 21:08:19 Done 21:08:19 In test caller, received messages2: yellow goldfish 21:08:19 In test caller, received messages1: yellow goldfish 21:08:19 In test caller, received messages2: black guppy 21:08:19 time's up 21:08:19 Done 21:08:19 In test caller, received messages: { 123 [116 101 115 116 32 98 121 116 101 115] application/json} 21:08:19 FAIL 21:08:19 coverage: 82.3% of statements 21:08:19 FAIL github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 19.386s 21:08:19 ok github.com/edgexfoundry/go-mod-messaging/messaging 0.020s coverage: 85.7% of statements 21:08:19 ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.052s coverage: 100.0% of statements 21:08:19 ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.039s coverage: 100.0% of statements 21:08:19 ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.038s coverage: 90.9% of statements 21:08:19 FAIL 21:08:19 make: *** [Makefile:6: test] Error 1 [Pipeline] } 21:08:19 $ docker stop --time=1 dba4bb46f5b3eeb8f3845d57d957a948784489572f5f85f9aebb23da14578d47 21:08:21 $ docker rm -f dba4bb46f5b3eeb8f3845d57d957a948784489572f5f85f9aebb23da14578d47 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:08:23 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 21:08:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:08:27 ---> package-listing.sh 21:08:27 ++ facter osfamily 21:08:27 ++ tr '[:upper:]' '[:lower:]' 21:08:27 + OS_FAMILY=redhat 21:08:27 + workspace=/w/workspace/exfoundry_go-mod-messaging_PR-62 21:08:27 + START_PACKAGES=/tmp/packages_start.txt 21:08:27 + END_PACKAGES=/tmp/packages_end.txt 21:08:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:08:27 + PACKAGES=/tmp/packages_start.txt 21:08:27 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-62 ']' 21:08:27 + PACKAGES=/tmp/packages_end.txt 21:08:27 + case "${OS_FAMILY}" in 21:08:27 + rpm -qa 21:08:27 + sort 21:08:31 + '[' -f /tmp/packages_start.txt ']' 21:08:31 + '[' -f /tmp/packages_end.txt ']' 21:08:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:08:31 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-62 ']' 21:08:31 + mkdir -p /w/workspace/exfoundry_go-mod-messaging_PR-62/archives/ 21:08:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-messaging_PR-62/archives/ [Pipeline] isUnix [Pipeline] sh 21:08:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:08:31 21:08:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:08:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:08:32 alpine: Pulling from edgex-lftools-log-publisher 21:08:32 df20fa9351a1: Pulling fs layer 21:08:32 36b3adc4ff6f: Pulling fs layer 21:08:32 8ad3a11d3b57: Pulling fs layer 21:08:32 46f8f816bc3b: Pulling fs layer 21:08:32 0dadc02b9964: Pulling fs layer 21:08:32 ce6a7cf60c04: Pulling fs layer 21:08:32 7a184a31f384: Pulling fs layer 21:08:32 0879bd2ef858: Pulling fs layer 21:08:32 ce6a7cf60c04: Waiting 21:08:32 46f8f816bc3b: Waiting 21:08:32 7a184a31f384: Waiting 21:08:32 0dadc02b9964: Waiting 21:08:32 36b3adc4ff6f: Verifying Checksum 21:08:32 36b3adc4ff6f: Download complete 21:08:32 46f8f816bc3b: Verifying Checksum 21:08:32 46f8f816bc3b: Download complete 21:08:32 df20fa9351a1: Verifying Checksum 21:08:32 df20fa9351a1: Download complete 21:08:32 0dadc02b9964: Verifying Checksum 21:08:32 0dadc02b9964: Download complete 21:08:32 ce6a7cf60c04: Verifying Checksum 21:08:32 ce6a7cf60c04: Download complete 21:08:32 7a184a31f384: Verifying Checksum 21:08:32 7a184a31f384: Download complete 21:08:32 8ad3a11d3b57: Verifying Checksum 21:08:32 8ad3a11d3b57: Download complete 21:08:32 df20fa9351a1: Pull complete 21:08:32 36b3adc4ff6f: Pull complete 21:08:32 0879bd2ef858: Verifying Checksum 21:08:32 0879bd2ef858: Download complete 21:08:33 8ad3a11d3b57: Pull complete 21:08:33 46f8f816bc3b: Pull complete 21:08:33 0dadc02b9964: Pull complete 21:08:34 ce6a7cf60c04: Pull complete 21:08:34 7a184a31f384: Pull complete 21:08:37 0879bd2ef858: Pull complete 21:08:37 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 21:08:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:08:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:08:37 prd-centos7-docker-4c-2g-1264 does not seem to be running inside a container 21:08:38 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/exfoundry_go-mod-messaging_PR-62 -v /w/workspace/exfoundry_go-mod-messaging_PR-62:/w/workspace/exfoundry_go-mod-messaging_PR-62:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-62@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-62@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:08:41 $ docker top 0110b267f73ca3cd0355c0bbba21a4ce530f0beeef5ac3f0bc9eb217d750b212 -eo pid,comm [Pipeline] { [Pipeline] sh 21:08:42 + mkdir -p /var/log/sa [Pipeline] sh 21:08:42 + ls /var/log/sa-host 21:08:42 + sadf -c /var/log/sa-host/sa05 21:08:42 file_magic: OK 21:08:42 HZ: Using current value: 100 21:08:42 file_header: OK 21:08:42 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 21:08:42 Statistics: 21:08:42 Hnuu...uuuununununu...Hnuu...uuuununununu... 21:08:42 File successfully converted to sysstat format version 12.2.1 21:08:42 + sadf -c /var/log/sa-host/sa24 21:08:42 file_magic: OK 21:08:42 HZ: Using current value: 100 21:08:42 file_header: OK 21:08:42 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 21:08:42 Statistics: 21:08:42 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:08:42 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:08:42 provisioning config files... 21:08:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-messaging_PR-62@tmp/config7239150790843518458tmp [Pipeline] { [Pipeline] echo 21:08:42 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:08:43 ---> create-netrc.sh [Pipeline] echo 21:08:43 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:08:43 ---> logs-deploy.sh 21:08:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-62/2 21:08:43 INFO: archiving workspace using pattern(s): 21:08:44 Archives upload complete. 21:08:44 INFO: archiving logs to Nexus 21:08:45 ---> uname -a: 21:08:45 Linux 0110b267f73c 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 21:08:45 21:08:45 21:08:45 ---> lscpu: 21:08:45 Architecture: x86_64 21:08:45 CPU op-mode(s): 32-bit, 64-bit 21:08:45 Byte Order: Little Endian 21:08:45 Address sizes: 40 bits physical, 48 bits virtual 21:08:45 CPU(s): 4 21:08:45 On-line CPU(s) list: 0-3 21:08:45 Thread(s) per core: 1 21:08:45 Core(s) per socket: 1 21:08:45 Socket(s): 4 21:08:45 NUMA node(s): 1 21:08:45 Vendor ID: GenuineIntel 21:08:45 CPU family: 6 21:08:45 Model: 44 21:08:45 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:08:45 Stepping: 1 21:08:45 CPU MHz: 2933.438 21:08:45 BogoMIPS: 5866.87 21:08:45 Virtualization: VT-x 21:08:45 Hypervisor vendor: KVM 21:08:45 Virtualization type: full 21:08:45 L1d cache: 128 KiB 21:08:45 L1i cache: 128 KiB 21:08:45 L2 cache: 16 MiB 21:08:45 L3 cache: 64 MiB 21:08:45 NUMA node0 CPU(s): 0-3 21:08:45 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:08:45 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:08:45 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:08:45 Vulnerability Meltdown: Mitigation; PTI 21:08:45 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:08:45 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:08:45 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:08:45 Vulnerability Tsx async abort: Not affected 21:08:45 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 21:08:45 21:08:45 21:08:45 ---> nproc: 21:08:45 4 21:08:45 21:08:45 21:08:45 ---> df -h: 21:08:45 Filesystem Size Used Available Use% Mounted on 21:08:45 overlay 50.0G 6.6G 43.4G 13% / 21:08:45 tmpfs 64.0M 0 64.0M 0% /dev 21:08:45 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:08:45 shm 64.0M 0 64.0M 0% /dev/shm 21:08:45 /dev/vda1 50.0G 6.6G 43.4G 13% /etc/resolv.conf 21:08:45 /dev/vda1 50.0G 6.6G 43.4G 13% /etc/hostname 21:08:45 /dev/vda1 50.0G 6.6G 43.4G 13% /etc/hosts 21:08:45 /dev/vda1 50.0G 6.6G 43.4G 13% /w/workspace/exfoundry_go-mod-messaging_PR-62@tmp 21:08:45 /dev/vda1 50.0G 6.6G 43.4G 13% /var/log/sa-host 21:08:45 /dev/vda1 50.0G 6.6G 43.4G 13% /w/workspace/exfoundry_go-mod-messaging_PR-62 21:08:45 21:08:45 21:08:45 ---> free -m: 21:08:45 total used free shared buff/cache available 21:08:45 Mem: 1837 662 131 0 1043 1066 21:08:45 Swap: 1023 1 1022 21:08:45 21:08:45 21:08:45 ---> ip addr: 21:08:45 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:08:45 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:08:45 inet 127.0.0.1/8 scope host lo 21:08:45 valid_lft forever preferred_lft forever 21:08:45 6: eth0@if7: mtu 1458 qdisc noqueue state UP 21:08:45 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 21:08:45 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 21:08:45 valid_lft forever preferred_lft forever 21:08:45 21:08:45 21:08:45 ---> sar -b -r -n DEV: 21:08:45 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) 21:08:45 21:08:45 20:52:20 LINUX RESTART (4 CPU) 21:08:45 21:08:45 20:53:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:08:45 20:54:01 105.14 45.08 60.06 0.00 7744.93 18843.90 0.00 21:08:45 20:55:01 2.33 0.00 2.33 0.00 0.00 49.37 0.00 21:08:45 20:56:01 0.38 0.00 0.38 0.00 0.00 5.28 0.00 21:08:45 20:57:01 0.27 0.00 0.27 0.00 0.00 3.48 0.00 21:08:45 20:58:01 0.22 0.00 0.22 0.00 0.00 2.78 0.00 21:08:45 20:59:01 0.27 0.00 0.27 0.00 0.00 3.38 0.00 21:08:45 21:00:01 0.40 0.02 0.38 0.00 0.13 5.80 0.00 21:08:45 21:01:01 0.55 0.05 0.50 0.00 0.67 6.01 0.00 21:08:45 21:02:01 0.43 0.08 0.35 0.00 1.60 5.68 0.00 21:08:45 21:03:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 21:08:45 21:04:01 0.25 0.00 0.25 0.00 0.00 2.57 0.00 21:08:45 21:05:02 0.15 0.00 0.15 0.00 0.00 1.75 0.00 21:08:45 21:06:01 0.24 0.00 0.24 0.00 0.00 2.39 0.00 21:08:45 21:07:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 21:08:45 21:08:01 0.43 0.20 0.23 0.00 6.26 3.50 0.00 21:08:45 Average: 7.34 2.99 4.35 0.00 509.77 1245.38 0.00 21:08:45 21:08:45 20:53:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:08:45 20:54:01 156280 0 587560 31.23 2604 1135112 1125612 38.42 430616 1135024 124 21:08:45 20:55:01 157868 0 585880 31.14 2604 1135204 1125312 38.40 431404 1133228 12 21:08:45 20:56:01 160792 0 582948 30.98 2604 1135212 1103612 37.66 431396 1131248 8 21:08:45 20:57:01 159616 0 584124 31.04 2604 1135212 1092304 37.28 432868 1130236 16 21:08:45 20:58:01 160040 0 583692 31.02 2604 1135220 1092304 37.28 437808 1125320 8 21:08:45 20:59:01 159792 0 583936 31.03 2604 1135224 1092388 37.28 438244 1125320 8 21:08:45 21:00:01 160136 0 583584 31.02 2604 1135232 1092304 37.28 437804 1125320 8 21:08:45 21:01:01 158884 0 584828 31.08 2604 1135240 1095072 37.37 438244 1125648 8 21:08:45 21:02:01 159980 0 583588 31.02 2604 1135384 1092812 37.30 437680 1125716 8 21:08:45 21:03:01 159452 0 584112 31.04 2604 1135388 1092812 37.30 426348 1137044 8 21:08:45 21:04:01 159332 0 584228 31.05 2604 1135392 1092908 37.30 426984 1137044 8 21:08:45 21:05:02 159740 0 583816 31.03 2604 1135396 1092812 37.30 426488 1137044 12 21:08:45 21:06:01 158976 0 584572 31.07 2604 1135404 1092932 37.30 426720 1137368 8 21:08:45 21:07:01 158268 0 585280 31.11 2604 1135404 1093004 37.30 427364 1137364 8 21:08:45 21:08:01 159400 0 584116 31.04 2604 1135436 1092812 37.30 426460 1137136 16 21:08:45 Average: 159237 0 584418 31.06 2604 1135297 1097933 37.47 431762 1132004 17 21:08:45 21:08:45 20:53:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:08:45 20:54:01 eth0 419.34 261.65 1060.65 94.51 0.00 0.00 0.00 0.00 21:08:45 20:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:54:01 docker0 1.34 1.12 0.29 2.53 0.00 0.00 0.00 0.00 21:08:45 20:55:01 eth0 4.68 1.20 1.55 0.94 0.00 0.00 0.00 0.00 21:08:45 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:56:01 eth0 1.25 0.50 0.57 0.42 0.00 0.00 0.00 0.00 21:08:45 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:57:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:08:45 20:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:58:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:08:45 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:59:01 eth0 0.30 0.18 0.14 0.07 0.00 0.00 0.00 0.00 21:08:45 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:00:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:08:45 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:01:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:08:45 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:02:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:08:45 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:03:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:08:45 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:04:01 eth0 0.53 0.35 0.25 0.08 0.00 0.00 0.00 0.00 21:08:45 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:05:02 eth0 12.14 0.10 1.09 0.01 0.00 0.00 0.00 0.00 21:08:45 21:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:06:01 eth0 3.49 0.34 0.60 0.21 0.00 0.00 0.00 0.00 21:08:45 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:07:01 eth0 1.90 1.02 1.07 0.78 0.00 0.00 0.00 0.00 21:08:45 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:08:01 eth0 0.18 0.03 0.01 0.00 0.00 0.00 0.00 0.00 21:08:45 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 Average: eth0 29.26 17.48 70.09 6.38 0.00 0.00 0.00 0.00 21:08:45 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 Average: docker0 0.09 0.07 0.02 0.17 0.00 0.00 0.00 0.00 21:08:45 21:08:45 21:08:45 ---> sar -P ALL: 21:08:45 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) 21:08:45 21:08:45 20:52:20 LINUX RESTART (4 CPU) 21:08:45 21:08:45 20:53:02 CPU %user %nice %system %iowait %steal %idle 21:08:45 20:54:01 all 14.22 0.00 6.81 4.64 0.43 73.90 21:08:45 20:54:01 0 14.66 0.00 7.00 4.50 0.45 73.39 21:08:45 20:54:01 1 13.24 0.00 6.84 4.82 0.34 74.76 21:08:45 20:54:01 2 14.16 0.00 7.22 4.08 0.50 74.04 21:08:45 20:54:01 3 14.83 0.00 6.19 5.17 0.41 73.40 21:08:45 20:55:01 all 0.17 0.00 0.07 0.00 0.04 99.72 21:08:45 20:55:01 0 0.17 0.00 0.10 0.00 0.03 99.70 21:08:45 20:55:01 1 0.32 0.00 0.08 0.00 0.05 99.55 21:08:45 20:55:01 2 0.03 0.00 0.05 0.00 0.05 99.87 21:08:45 20:55:01 3 0.15 0.00 0.05 0.00 0.03 99.77 21:08:45 20:56:01 all 0.17 0.00 0.05 0.00 0.02 99.76 21:08:45 20:56:01 0 0.38 0.00 0.03 0.00 0.00 99.58 21:08:45 20:56:01 1 0.05 0.00 0.05 0.00 0.05 99.85 21:08:45 20:56:01 2 0.17 0.00 0.05 0.00 0.02 99.77 21:08:45 20:56:01 3 0.08 0.00 0.05 0.00 0.02 99.85 21:08:45 20:57:01 all 0.15 0.00 0.04 0.00 0.01 99.80 21:08:45 20:57:01 0 0.02 0.00 0.05 0.00 0.00 99.93 21:08:45 20:57:01 1 0.03 0.00 0.03 0.00 0.02 99.92 21:08:45 20:57:01 2 0.48 0.00 0.02 0.00 0.03 99.47 21:08:45 20:57:01 3 0.05 0.00 0.07 0.00 0.00 99.88 21:08:45 20:58:01 all 0.15 0.00 0.05 0.00 0.03 99.77 21:08:45 20:58:01 0 0.03 0.00 0.08 0.00 0.02 99.87 21:08:45 20:58:01 1 0.03 0.00 0.03 0.00 0.02 99.92 21:08:45 20:58:01 2 0.52 0.00 0.05 0.00 0.03 99.40 21:08:45 20:58:01 3 0.03 0.00 0.03 0.00 0.05 99.88 21:08:45 20:59:01 all 0.15 0.00 0.06 0.00 0.00 99.79 21:08:45 20:59:01 0 0.03 0.00 0.15 0.00 0.00 99.82 21:08:45 20:59:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:08:45 20:59:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:08:45 20:59:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:08:45 21:00:01 all 0.14 0.00 0.03 0.00 0.00 99.83 21:08:45 21:00:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:08:45 21:00:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:08:45 21:00:01 2 0.47 0.00 0.05 0.00 0.00 99.48 21:08:45 21:00:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:08:45 21:01:01 all 0.05 0.00 0.05 0.00 0.00 99.90 21:08:45 21:01:01 0 0.07 0.00 0.07 0.00 0.00 99.87 21:08:45 21:01:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:08:45 21:01:01 2 0.08 0.00 0.05 0.00 0.00 99.87 21:08:45 21:01:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:08:45 21:02:01 all 0.16 0.00 0.05 0.00 0.01 99.78 21:08:45 21:02:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:08:45 21:02:01 1 0.07 0.00 0.05 0.00 0.02 99.87 21:08:45 21:02:01 2 0.53 0.00 0.07 0.00 0.00 99.40 21:08:45 21:02:01 3 0.02 0.00 0.05 0.00 0.02 99.92 21:08:45 21:03:01 all 0.16 0.00 0.03 0.00 0.00 99.80 21:08:45 21:03:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:08:45 21:03:01 1 0.05 0.00 0.07 0.00 0.00 99.88 21:08:45 21:03:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:08:45 21:03:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:08:45 21:04:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:08:45 21:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:08:45 21:04:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:08:45 21:04:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:08:45 21:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:08:45 21:08:45 21:04:01 CPU %user %nice %system %iowait %steal %idle 21:08:45 21:05:02 all 0.15 0.00 0.03 0.00 0.02 99.81 21:08:45 21:05:02 0 0.02 0.00 0.02 0.00 0.03 99.93 21:08:45 21:05:02 1 0.03 0.00 0.03 0.00 0.02 99.92 21:08:45 21:05:02 2 0.50 0.00 0.03 0.00 0.02 99.45 21:08:45 21:05:02 3 0.03 0.00 0.03 0.00 0.00 99.93 21:08:45 21:06:01 all 0.14 0.00 0.04 0.00 0.02 99.80 21:08:45 21:06:01 0 0.03 0.00 0.07 0.00 0.02 99.88 21:08:45 21:06:01 1 0.10 0.00 0.05 0.00 0.03 99.81 21:08:45 21:06:01 2 0.41 0.00 0.03 0.00 0.02 99.54 21:08:45 21:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:08:45 21:07:01 all 0.05 0.00 0.03 0.00 0.01 99.90 21:08:45 21:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:08:45 21:07:01 1 0.08 0.00 0.05 0.00 0.03 99.83 21:08:45 21:07:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:08:45 21:07:01 3 0.07 0.00 0.05 0.00 0.02 99.87 21:08:45 21:08:01 all 0.14 0.00 0.05 0.00 0.00 99.81 21:08:45 21:08:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:08:45 21:08:01 1 0.45 0.00 0.07 0.00 0.00 99.48 21:08:45 21:08:01 2 0.03 0.00 0.05 0.02 0.00 99.90 21:08:45 21:08:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:08:45 Average: all 1.05 0.00 0.48 0.30 0.04 98.13 21:08:45 Average: 0 1.01 0.00 0.50 0.29 0.04 98.17 21:08:45 Average: 1 0.94 0.00 0.49 0.31 0.04 98.22 21:08:45 Average: 2 1.24 0.00 0.50 0.27 0.04 97.95 21:08:45 Average: 3 1.00 0.00 0.43 0.33 0.04 98.19 21:08:45 21:08:45 21:08:45