Pull request #85 updated 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 2e0cd9dce313b52048839b4657a502555447cb9a+76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 (48c15e052e5372e7b1054201f37e339740d24dff) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-20282 in /w/workspace/exfoundry_go-mod-messaging_PR-85 [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-85 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --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 --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/85/head:refs/remotes/origin/PR-85 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 into PR head commit 2e0cd9dce313b52048839b4657a502555447cb9a Merge succeeded, producing 2e0cd9dce313b52048839b4657a502555447cb9a Checking out Revision 2e0cd9dce313b52048839b4657a502555447cb9a (PR-85) > git config core.sparsecheckout # timeout=10 > git checkout -f 2e0cd9dce313b52048839b4657a502555447cb9a # 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 76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2e0cd9dce313b52048839b4657a502555447cb9a # timeout=10 Commit message: "build: Update module to be a V2 module" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:39:35 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 3794da63e746d26fbd7f86d99217d43a0c68b318 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:39:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:39:35 ========================================================= 18:39:35 EdgeX Global Pipelines Version Info 18:39:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:39:36 ------------------- 18:39:36 stable info: 18:39:36 ------------------- 18:39:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:39:36 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 18:39:36 Message: update stable to v1.0.177 18:39:37 ------------------- 18:39:37 experimental info: 18:39:37 ------------------- 18:39:37 Commited By: **** collab-it+edgex@linuxfoundation.org 18:39:37 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 18:39:37 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:39:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 18:39:38 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 18:39:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:39:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:39:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:39:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:39:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:39:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:39:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:39:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:39:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:39:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo 18:39:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:39:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:39:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:39:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:39:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:39:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:39:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 18:39:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:39:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:39:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:39:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:39:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:39:40 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:39:40 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:39:40 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:39:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-85 [Pipeline] echo 18:39:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-85 [Pipeline] echo 18:39:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-85 [Pipeline] echo 18:39:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2e0cd9dce313b52048839b4657a502555447cb9a [Pipeline] echo 18:39:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2e0cd9d [Pipeline] echo 18:39:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:39:42 + git log --format=format:%s -1 2e0cd9dce313b52048839b4657a502555447cb9a [Pipeline] echo 18:39:42 GIT_COMMIT: 2e0cd9dce313b52048839b4657a502555447cb9a, Commit Message: build: Update module to be a V2 module [Pipeline] echo 18:39:42 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:39:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:39:43 18:39:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:39:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:39:43 latest: Pulling from edgex-devops/git-semver 18:39:43 31603596830f: Pulling fs layer 18:39:43 2a8b12db71e7: Pulling fs layer 18:39:43 6ca5941a6612: Pulling fs layer 18:39:43 ecc8261a40a4: Pulling fs layer 18:39:43 ecc8261a40a4: Waiting 18:39:43 2a8b12db71e7: Verifying Checksum 18:39:43 2a8b12db71e7: Download complete 18:39:43 31603596830f: Verifying Checksum 18:39:43 31603596830f: Download complete 18:39:43 ecc8261a40a4: Verifying Checksum 18:39:43 ecc8261a40a4: Download complete 18:39:44 6ca5941a6612: Verifying Checksum 18:39:44 6ca5941a6612: Download complete 18:39:44 31603596830f: Pull complete 18:39:44 2a8b12db71e7: Pull complete 18:39:45 6ca5941a6612: Pull complete 18:39:45 ecc8261a40a4: Pull complete 18:39:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:39:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:39:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:39:45 prd-centos7-docker-4c-2g-20282 does not seem to be running inside a container 18:39:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-messaging_PR-85 -v /w/workspace/exfoundry_go-mod-messaging_PR-85:/w/workspace/exfoundry_go-mod-messaging_PR-85:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-85@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-85@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:39:47 $ docker top ecda9d29957f5a9150e23577ed798e18df1cddafc3d318588e444f09bfbffb44 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:39:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:39:48 [ssh-agent] Looking for ssh-agent implementation... 18:39:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:39:48 $ docker exec ecda9d29957f5a9150e23577ed798e18df1cddafc3d318588e444f09bfbffb44 ssh-agent 18:39:48 SSH_AUTH_SOCK=/tmp/ssh-6FilGMKQ3Mb9/agent.12 18:39:48 SSH_AGENT_PID=18 18:39:48 Running ssh-add (command line suppressed) 18:39:48 Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-85@tmp/private_key_5266020431227383684.key (/w/workspace/exfoundry_go-mod-messaging_PR-85@tmp/private_key_5266020431227383684.key) 18:39:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:39:49 + git tag --points-at HEAD [Pipeline] } 18:39:49 $ docker exec --env ******** --env ******** ecda9d29957f5a9150e23577ed798e18df1cddafc3d318588e444f09bfbffb44 ssh-agent -k 18:39:49 unset SSH_AUTH_SOCK; 18:39:49 unset SSH_AGENT_PID; 18:39:49 echo Agent pid 18 killed; 18:39:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:39:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:39:51 [ssh-agent] Looking for ssh-agent implementation... 18:39:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:39:51 $ docker exec ecda9d29957f5a9150e23577ed798e18df1cddafc3d318588e444f09bfbffb44 ssh-agent 18:39:51 SSH_AUTH_SOCK=/tmp/ssh-KzFvDsdAwZfd/agent.47 18:39:51 SSH_AGENT_PID=52 18:39:51 Running ssh-add (command line suppressed) 18:39:51 Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-85@tmp/private_key_5320973020872997684.key (/w/workspace/exfoundry_go-mod-messaging_PR-85@tmp/private_key_5320973020872997684.key) 18:39:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:39:51 + git semver init 18:39:51 # -> Open(): unable to determine branch for HEAD 18:39:51 # $GIT_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-85/.git 18:39:51 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-messaging_PR-85 18:39:51 # $SEMVER_REMOTE_NAME = origin 18:39:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:39:51 # $SEMVER_USER_NAME = edgex-jenkins 18:39:51 # $SEMVER_BRANCH = PR-85 18:39:51 # $SEMVER_TEMP = /tmp/semver-115200909 18:39:51 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 18:39:52 # '/tmp/semver-115200909' -> '/w/workspace/exfoundry_go-mod-messaging_PR-85/.semver' 18:39:52 # -> Force: false 18:39:52 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-85/.semver [Pipeline] } 18:39:52 $ docker exec --env ******** --env ******** ecda9d29957f5a9150e23577ed798e18df1cddafc3d318588e444f09bfbffb44 ssh-agent -k 18:39:52 unset SSH_AUTH_SOCK; 18:39:52 unset SSH_AGENT_PID; 18:39:52 echo Agent pid 52 killed; 18:39:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:39:53 + git semver [Pipeline] } 18:39:53 $ docker stop --time=1 ecda9d29957f5a9150e23577ed798e18df1cddafc3d318588e444f09bfbffb44 18:39:54 $ docker rm -f ecda9d29957f5a9150e23577ed798e18df1cddafc3d318588e444f09bfbffb44 [Pipeline] // withDockerContainer [Pipeline] sh 18:39:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:39:55 Stashed 1 file(s) [Pipeline] echo 18:39:55 [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 18:40:11 Still waiting to schedule task 18:40:11 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:40:11 Still waiting to schedule task 18:40:11 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:41:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20283 in /w/workspace/exfoundry_go-mod-messaging_PR-85 [Pipeline] { [Pipeline] ws 18:41:57 Running in /w/workspace/go-mod-messaging/2 [Pipeline] { [Pipeline] checkout 18:42:02 using credential edgex-jenkins-ssh 18:42:03 Cloning the remote Git repository 18:42:03 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 18:42:03 > git init /w/workspace/go-mod-messaging/2 # timeout=10 18:42:03 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 18:42:03 > git --version # timeout=10 18:42:03 > git --version # 'git version 2.17.1' 18:42:03 using GIT_SSH to set credentials SSH Credentials for GitHub 18:42:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:42:05 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 18:42:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:42:05 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 18:42:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 18:42:05 using GIT_SSH to set credentials SSH Credentials for GitHub 18:42:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/85/head:refs/remotes/origin/PR-85 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:42:06 Merging remotes/origin/master commit 76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 into PR head commit 2e0cd9dce313b52048839b4657a502555447cb9a 18:42:06 Merge succeeded, producing 2e0cd9dce313b52048839b4657a502555447cb9a 18:42:06 Checking out Revision 2e0cd9dce313b52048839b4657a502555447cb9a (PR-85) 18:42:06 > git config core.sparsecheckout # timeout=10 18:42:06 > git checkout -f 2e0cd9dce313b52048839b4657a502555447cb9a # timeout=10 18:42:06 > git remote # timeout=10 18:42:06 > git config --get remote.origin.url # timeout=10 18:42:06 using GIT_SSH to set credentials SSH Credentials for GitHub 18:42:06 > git merge 76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 # timeout=10 18:42:06 > git rev-parse HEAD^{commit} # timeout=10 18:42:06 > git config core.sparsecheckout # timeout=10 18:42:06 > git checkout -f 2e0cd9dce313b52048839b4657a502555447cb9a # timeout=10 18:42:10 Commit message: "build: Update module to be a V2 module" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:42:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:42:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:42:13 + sudo service docker restart 18:42:13 + true [Pipeline] unstash [Pipeline] echo 18:42:16 ========================================================= 18:42:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:42:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:42:16 + 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 . 18:42:17 Sending build context to Docker daemon 578kB 18:42:17 Step 1/7 : ARG BASE=golang:1.15-alpine 18:42:17 Step 2/7 : FROM ${BASE} 18:42:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:42:17 5f621e34cdf4: Pulling fs layer 18:42:17 a4357932f1b6: Pulling fs layer 18:42:17 18c013af1878: Pulling fs layer 18:42:17 00ac8860ef70: Pulling fs layer 18:42:17 63d7cb157983: Pulling fs layer 18:42:17 b116817d02f9: Pulling fs layer 18:42:17 745a02a5169b: Pulling fs layer 18:42:17 00ac8860ef70: Waiting 18:42:17 63d7cb157983: Waiting 18:42:17 b116817d02f9: Waiting 18:42:17 745a02a5169b: Waiting 18:42:17 18c013af1878: Download complete 18:42:17 a4357932f1b6: Verifying Checksum 18:42:17 63d7cb157983: Download complete 18:42:17 b116817d02f9: Verifying Checksum 18:42:17 b116817d02f9: Download complete 18:42:18 5f621e34cdf4: Verifying Checksum 18:42:18 5f621e34cdf4: Download complete 18:42:18 5f621e34cdf4: Pull complete 18:42:18 a4357932f1b6: Pull complete 18:42:19 18c013af1878: Pull complete 18:42:20 745a02a5169b: Verifying Checksum 18:42:20 745a02a5169b: Download complete 18:42:21 00ac8860ef70: Verifying Checksum 18:42:21 00ac8860ef70: Download complete 18:42:31 00ac8860ef70: Pull complete 18:42:31 63d7cb157983: Pull complete 18:42:31 b116817d02f9: Pull complete 18:42:35 745a02a5169b: Pull complete 18:42:35 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:42:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:42:35 ---> b7e6874047d6 18:42:35 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:42:38 ---> Running in 64f55bf8c75c 18:42:38 Removing intermediate container 64f55bf8c75c 18:42:38 ---> fad1b822d7d1 18:42:38 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 18:42:38 ---> Running in 0bfb83409120 18:42:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:42:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:42:41 (1/5) Installing libsodium (1.0.18-r0) 18:42:41 (2/5) Installing libzmq (4.3.3-r0) 18:42:42 (3/5) Installing pkgconf (1.7.2-r0) 18:42:42 (4/5) Installing libsodium-dev (1.0.18-r0) 18:42:42 (5/5) Installing zeromq-dev (4.3.3-r0) 18:42:42 Executing busybox-1.31.1-r19.trigger 18:42:42 OK: 144 MiB in 44 packages 18:42:43 Removing intermediate container 0bfb83409120 18:42:43 ---> d9d28337f540 18:42:43 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:42:43 ---> Running in 568379058dfd 18:42:44 Removing intermediate container 568379058dfd 18:42:44 ---> bdc4621c1979 18:42:44 Step 6/7 : COPY go.mod . 18:42:44 ---> 0576f2efbc4c 18:42:44 Step 7/7 : RUN go mod download 18:42:45 ---> Running in b0c0a61284c3 18:43:00 Removing intermediate container b0c0a61284c3 18:43:00 ---> ac3dc4d91f4a 18:43:00 Successfully built ac3dc4d91f4a 18:43:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:43:00 + docker inspect -f . ci-base-image-arm64 18:43:00 . [Pipeline] withDockerContainer 18:43:00 prd-ubuntu18.04-docker-arm64-4c-16g-20283 does not seem to be running inside a container 18:43:01 $ 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 ******** -e ******** ci-base-image-arm64 cat 18:43:02 $ docker top c5587af2f1aefce4cba374aaa749dfb5e42f4131c25192e76672ec475d88961b -eo pid,comm [Pipeline] { [Pipeline] sh 18:43:03 + go version 18:43:03 go version go1.15.5 linux/arm64 [Pipeline] } 18:43:03 $ docker stop --time=1 c5587af2f1aefce4cba374aaa749dfb5e42f4131c25192e76672ec475d88961b 18:43:05 $ docker rm -f c5587af2f1aefce4cba374aaa749dfb5e42f4131c25192e76672ec475d88961b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:43:06 + docker inspect -f . ci-base-image-arm64 18:43:06 . [Pipeline] withDockerContainer 18:43:07 prd-ubuntu18.04-docker-arm64-4c-16g-20283 does not seem to be running inside a container 18:43:07 $ 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 ******** -e ******** ci-base-image-arm64 cat 18:43:08 Running on prd-centos7-docker-4c-2g-20284 in /w/workspace/exfoundry_go-mod-messaging_PR-85 18:43:08 $ docker top 76c887ebf47d2405ef05b5e5f3e10cd630ec856f503992c3160d2de5ceb8223e -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 18:43:09 Running in /w/workspace/go-mod-messaging/2 [Pipeline] { [Pipeline] checkout 18:43:09 + make test 18:43:09 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:43:14 using credential edgex-jenkins-ssh 18:43:14 Cloning the remote Git repository 18:43:14 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 18:43:14 > git init /w/workspace/go-mod-messaging/2 # timeout=10 18:43:14 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 18:43:14 > git --version # timeout=10 18:43:15 > git --version # 'git version 2.24.3' 18:43:15 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:43:16 Merging remotes/origin/master commit 76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 into PR head commit 2e0cd9dce313b52048839b4657a502555447cb9a 18:43:16 Merge succeeded, producing 2e0cd9dce313b52048839b4657a502555447cb9a 18:43:16 Checking out Revision 2e0cd9dce313b52048839b4657a502555447cb9a (PR-85) 18:43:15 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 18:43:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:43:15 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 18:43:15 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 18:43:15 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/85/head:refs/remotes/origin/PR-85 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:43:16 > git config core.sparsecheckout # timeout=10 18:43:16 > git checkout -f 2e0cd9dce313b52048839b4657a502555447cb9a # timeout=10 18:43:16 > git remote # timeout=10 18:43:16 > git config --get remote.origin.url # timeout=10 18:43:16 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:16 > git merge 76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 # timeout=10 18:43:16 > git rev-parse HEAD^{commit} # timeout=10 18:43:16 > git config core.sparsecheckout # timeout=10 18:43:16 > git checkout -f 2e0cd9dce313b52048839b4657a502555447cb9a # timeout=10 18:43:20 Commit message: "build: Update module to be a V2 module" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:43:22 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:43:22 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 18:43:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:43:22 + true 18:43:22 + sudo service docker restart 18:43:22 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:43:24 ========================================================= 18:43:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:43:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:43:25 + 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 . 18:43:25 Sending build context to Docker daemon 579.1kB 18:43:25 Step 1/7 : ARG BASE=golang:1.15-alpine 18:43:25 Step 2/7 : FROM ${BASE} 18:43:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:43:26 188c0c94c7c5: Pulling fs layer 18:43:26 0ef7d3d256c8: Pulling fs layer 18:43:26 de9db76c5a1d: Pulling fs layer 18:43:26 bca2f99d35d6: Pulling fs layer 18:43:26 93359f2a8cfa: Pulling fs layer 18:43:26 7c6f9722023f: Pulling fs layer 18:43:26 a35cf1a2eb13: Pulling fs layer 18:43:26 93359f2a8cfa: Waiting 18:43:26 7c6f9722023f: Waiting 18:43:26 a35cf1a2eb13: Waiting 18:43:26 bca2f99d35d6: Waiting 18:43:26 de9db76c5a1d: Verifying Checksum 18:43:26 de9db76c5a1d: Download complete 18:43:26 0ef7d3d256c8: Verifying Checksum 18:43:26 0ef7d3d256c8: Download complete 18:43:26 93359f2a8cfa: Verifying Checksum 18:43:26 93359f2a8cfa: Download complete 18:43:26 7c6f9722023f: Verifying Checksum 18:43:26 7c6f9722023f: Download complete 18:43:26 188c0c94c7c5: Verifying Checksum 18:43:26 188c0c94c7c5: Download complete 18:43:27 188c0c94c7c5: Pull complete 18:43:27 0ef7d3d256c8: Pull complete 18:43:27 de9db76c5a1d: Pull complete 18:43:33 a35cf1a2eb13: Verifying Checksum 18:43:33 bca2f99d35d6: Verifying Checksum 18:43:33 bca2f99d35d6: Download complete 18:43:43 bca2f99d35d6: Pull complete 18:43:43 93359f2a8cfa: Pull complete 18:43:43 7c6f9722023f: Pull complete 18:43:44 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 15.048s coverage: 89.0% of statements 18:43:44 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.023s coverage: 77.1% of statements 18:43:44 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 18:43:50 a35cf1a2eb13: Pull complete 18:43:50 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:43:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:43:50 ---> a62c8e92a672 18:43:50 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:43:50 ---> Running in 412431b33b3f 18:43:50 Removing intermediate container 412431b33b3f 18:43:50 ---> 41fd1b098030 18:43:50 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 18:43:50 ---> Running in 70b341558a18 18:43:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:43:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:43:52 (1/5) Installing libsodium (1.0.18-r0) 18:43:52 (2/5) Installing libzmq (4.3.3-r0) 18:43:52 (3/5) Installing pkgconf (1.7.2-r0) 18:43:52 (4/5) Installing libsodium-dev (1.0.18-r0) 18:43:52 (5/5) Installing zeromq-dev (4.3.3-r0) 18:43:53 Executing busybox-1.31.1-r19.trigger 18:43:53 OK: 167 MiB in 44 packages 18:43:53 Removing intermediate container 70b341558a18 18:43:53 ---> fe79f1eba116 18:43:53 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:43:54 ---> Running in 614252f79541 18:43:54 Removing intermediate container 614252f79541 18:43:54 ---> d1b4c23f9263 18:43:54 Step 6/7 : COPY go.mod . 18:43:54 ---> fb5985bae115 18:43:54 Step 7/7 : RUN go mod download 18:43:54 ---> Running in b302ce9bf200 18:43:59 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.378s coverage: 84.1% of statements 18:43:59 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.017s coverage: 85.7% of statements 18:43:59 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.015s coverage: 100.0% of statements 18:43:59 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.044s coverage: 100.0% of statements 18:43:59 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.042s coverage: 90.9% of statements 18:43:59 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:44:02 gofmt -l . 18:44:02 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:44:02 $ docker stop --time=1 76c887ebf47d2405ef05b5e5f3e10cd630ec856f503992c3160d2de5ceb8223e 18:44:05 $ docker rm -f 76c887ebf47d2405ef05b5e5f3e10cd630ec856f503992c3160d2de5ceb8223e [Pipeline] // withDockerContainer [Pipeline] sh 18:44:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:44:06 Stashed 1 file(s) [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:44:10 Removing intermediate container b302ce9bf200 18:44:10 ---> 3a55d814357f 18:44:10 Successfully built 3a55d814357f 18:44:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:44:10 + docker inspect -f . ci-base-image-x86_64 18:44:10 . [Pipeline] withDockerContainer 18:44:10 prd-centos7-docker-4c-2g-20284 does not seem to be running inside a container 18:44:11 $ 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 ******** -e ******** ci-base-image-x86_64 cat 18:44:12 $ docker top fab5653634b53563fb19e7dae0809e16b8527ecb027f5a081d92325d0227e44f -eo pid,comm [Pipeline] { [Pipeline] sh 18:44:12 + go version 18:44:12 go version go1.15.5 linux/amd64 [Pipeline] } 18:44:12 $ docker stop --time=1 fab5653634b53563fb19e7dae0809e16b8527ecb027f5a081d92325d0227e44f 18:44:14 $ docker rm -f fab5653634b53563fb19e7dae0809e16b8527ecb027f5a081d92325d0227e44f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:44:15 + docker inspect -f . ci-base-image-x86_64 18:44:15 . [Pipeline] withDockerContainer 18:44:15 prd-centos7-docker-4c-2g-20284 does not seem to be running inside a container 18:44: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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:44:16 $ docker top 5f311c3ef2e78f49c1670122aedd5c4429cb768a17fde9d870789773eb3f081f -eo pid,comm [Pipeline] { [Pipeline] sh 18:44:17 + make test 18:44:17 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:44:24 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 18:44:43 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 15.060s coverage: 89.0% of statements 18:44:43 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.045s coverage: 77.1% of statements 18:44:43 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 18:44:55 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.432s coverage: 84.1% of statements 18:44:55 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.053s coverage: 85.7% of statements 18:44:55 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.089s coverage: 100.0% of statements 18:44:55 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.012s coverage: 100.0% of statements 18:44:55 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.008s coverage: 90.9% of statements 18:44:55 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:44:57 gofmt -l . 18:44:58 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:44:58 $ docker stop --time=1 5f311c3ef2e78f49c1670122aedd5c4429cb768a17fde9d870789773eb3f081f 18:45:00 $ docker rm -f 5f311c3ef2e78f49c1670122aedd5c4429cb768a17fde9d870789773eb3f081f [Pipeline] // withDockerContainer [Pipeline] sh 18:45:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:45:01 Warning: overwriting stash ‘coverage-report’ 18:45:01 Stashed 1 file(s) [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) [Pipeline] unstash [Pipeline] wrap 18:45:04 provisioning config files... 18:45:04 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/exfoundry_go-mod-messaging_PR-85@tmp/config1515661899459783194tmp [Pipeline] { [Pipeline] sh 18:45:04 + set +x 18:45:04 + curl -s https://codecov.io/bash 18:45:04 + bash -s -- 18:45:04 18:45:04 _____ _ 18:45:04 / ____| | | 18:45:04 | | ___ __| | ___ ___ _____ __ 18:45:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:45:04 | |___| (_) | (_| | __/ (_| (_) \ V / 18:45:04 \_____\___/ \__,_|\___|\___\___/ \_/ 18:45:04 Bash-20201231-23d4836 18:45:04 18:45:04 18:45:04 ==> git version 2.24.3 found 18:45:04 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 18:45:04 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:45:04 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:45:04 ==> Jenkins CI detected. 18:45:04 project root: . 18:45:04 --> token set from env 18:45:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:45:04 ==> Running gcov in . (disable via -X gcov) 18:45:04 ==> Python coveragepy not found 18:45:04 ==> Searching for coverage reports in: 18:45:04 + . 18:45:04 -> Found 1 reports 18:45:04 ==> Detecting git/mercurial file structure 18:45:04 ==> Reading reports 18:45:04 + ./coverage.out bytes=21680 18:45:04 ==> Appending adjustments 18:45:04 https://docs.codecov.io/docs/fixing-reports 18:45:05 + Found adjustments 18:45:05 ==> Gzipping contents 18:45:05 8.0K /tmp/codecov.haZGD8.gz 18:45:05 ==> Uploading reports 18:45:05 url: https://codecov.io 18:45:05 query: branch=PR-85&commit=2e0cd9dce313b52048839b4657a502555447cb9a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-85%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=85&job=&cmd_args= 18:45:05 -> Pinging Codecov 18:45:05 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-85&commit=2e0cd9dce313b52048839b4657a502555447cb9a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-85%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=85&job=&cmd_args= 18:45:06 -> Uploading to 18:45:06 https://storage.googleapis.com/codecov/v4/raw/2021-01-14/F6E385568367DD0E4001BA4F8F1CB792/2e0cd9dce313b52048839b4657a502555447cb9a/61e3a440-1dbf-44a4-9b0d-d73136378e80.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210114T184506Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3bea139aca57e77cd4b654566b3bfd67a5671e6baaba87379848e07f63723e36 18:45:06 % Total % Received % Xferd Average Speed Time Time Time Current 18:45:06 Dload Upload Total Spent Left Speed 18:45:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5242 0 0 100 5242 0 9526 --:--:-- --:--:-- --:--:-- 9513 100 5242 0 0 100 5242 0 9522 --:--:-- --:--:-- --:--:-- 9513 18:45:06 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/2e0cd9dce313b52048839b4657a502555447cb9a [Pipeline] } 18:45:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:45:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:45:09 ---> package-listing.sh 18:45:09 ++ facter osfamily 18:45:09 ++ tr '[:upper:]' '[:lower:]' 18:45:09 + OS_FAMILY=redhat 18:45:09 + workspace=/w/workspace/exfoundry_go-mod-messaging_PR-85 18:45:09 + START_PACKAGES=/tmp/packages_start.txt 18:45:09 + END_PACKAGES=/tmp/packages_end.txt 18:45:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:45:09 + PACKAGES=/tmp/packages_start.txt 18:45:09 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-85 ']' 18:45:09 + PACKAGES=/tmp/packages_end.txt 18:45:09 + case "${OS_FAMILY}" in 18:45:09 + rpm -qa 18:45:09 + sort 18:45:15 + '[' -f /tmp/packages_start.txt ']' 18:45:15 + '[' -f /tmp/packages_end.txt ']' 18:45:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:45:15 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-85 ']' 18:45:15 + mkdir -p /w/workspace/exfoundry_go-mod-messaging_PR-85/archives/ 18:45:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-messaging_PR-85/archives/ [Pipeline] echo 18:45:15 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-85/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:45:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:45:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:15 18:45:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:45:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:16 alpine: Pulling from edgex-lftools-log-publisher 18:45:16 df20fa9351a1: Pulling fs layer 18:45:16 36b3adc4ff6f: Pulling fs layer 18:45:16 8ad3a11d3b57: Pulling fs layer 18:45:16 46f8f816bc3b: Pulling fs layer 18:45:16 93b61091891f: Pulling fs layer 18:45:16 93b9cdb0e59b: Pulling fs layer 18:45:16 5e14af77c1be: Pulling fs layer 18:45:16 01666e4c0597: Pulling fs layer 18:45:16 aa168da1d23b: Pulling fs layer 18:45:16 46f8f816bc3b: Waiting 18:45:16 93b61091891f: Waiting 18:45:16 93b9cdb0e59b: Waiting 18:45:16 5e14af77c1be: Waiting 18:45:16 01666e4c0597: Waiting 18:45:16 aa168da1d23b: Waiting 18:45:16 36b3adc4ff6f: Download complete 18:45:16 46f8f816bc3b: Verifying Checksum 18:45:16 46f8f816bc3b: Download complete 18:45:16 df20fa9351a1: Download complete 18:45:16 93b61091891f: Verifying Checksum 18:45:16 93b61091891f: Download complete 18:45:16 93b9cdb0e59b: Verifying Checksum 18:45:16 93b9cdb0e59b: Download complete 18:45:16 5e14af77c1be: Verifying Checksum 18:45:16 5e14af77c1be: Download complete 18:45:16 01666e4c0597: Verifying Checksum 18:45:16 01666e4c0597: Download complete 18:45:16 8ad3a11d3b57: Verifying Checksum 18:45:16 8ad3a11d3b57: Download complete 18:45:16 df20fa9351a1: Pull complete 18:45:16 36b3adc4ff6f: Pull complete 18:45:18 8ad3a11d3b57: Pull complete 18:45:18 46f8f816bc3b: Pull complete 18:45:18 aa168da1d23b: Verifying Checksum 18:45:18 aa168da1d23b: Download complete 18:45:18 93b61091891f: Pull complete 18:45:18 93b9cdb0e59b: Pull complete 18:45:18 5e14af77c1be: Pull complete 18:45:19 01666e4c0597: Pull complete 18:45:27 aa168da1d23b: Pull complete 18:45:27 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:45:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:45:27 prd-centos7-docker-4c-2g-20282 does not seem to be running inside a container 18:45:27 $ 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-85/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-85 -v /w/workspace/exfoundry_go-mod-messaging_PR-85:/w/workspace/exfoundry_go-mod-messaging_PR-85:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-85@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-85@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:45:31 $ docker top ba2a5e15e74faef88afd03c5933c3f581310123e25a1aa644ca6e290d26f6236 -eo pid,comm [Pipeline] { [Pipeline] sh 18:45:32 + touch /tmp/pre-build-complete [Pipeline] sh 18:45:32 + mkdir -p /var/log/sa [Pipeline] sh 18:45:32 + ls /var/log/sa-host 18:45:32 + sadf -c /var/log/sa-host/sa14 18:45:32 file_magic: OK 18:45:32 HZ: Using current value: 100 18:45:32 file_header: OK 18:45:32 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 18:45:32 Statistics: 18:45:32 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:45:32 File successfully converted to sysstat format version 12.2.1 18:45:32 + sadf -c /var/log/sa-host/sa23 18:45:32 file_magic: OK 18:45:32 HZ: Using current value: 100 18:45:32 file_header: OK 18:45:32 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 18:45:32 Statistics: 18:45:32 Hnuu...uuuununununu... 18:45:32 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:45:33 provisioning config files... 18:45:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-messaging_PR-85@tmp/config3296873289852493988tmp [Pipeline] { [Pipeline] echo 18:45:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:45:33 ---> create-netrc.sh [Pipeline] } 18:45:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:45:33 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:45:34 ---> python-tools-install.sh [Pipeline] echo 18:45:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:45:34 ---> sudo-logs.sh 18:45:34 Archiving 'sudo' log.. [Pipeline] echo 18:45:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:45:34 ---> job-cost.sh 18:45:34 lf-activate-venv: SKIPPING 18:45:34 INFO: No Stack... 18:45:35 INFO: Retrieving Pricing Info for: v1-standard-2 18:45:36 INFO: Archiving Costs [Pipeline] echo 18:45:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:45:36 ---> logs-deploy.sh 18:45:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-85/2 18:45:36 INFO: archiving workspace using pattern(s): 18:45:38 Archives upload complete. 18:45:38 INFO: archiving logs to Nexus 18:45:39 ---> uname -a: 18:45:39 Linux prd-centos7-docker-4c-2g-20282.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:45:39 18:45:39 18:45:39 ---> lscpu: 18:45:39 Architecture: x86_64 18:45:39 CPU op-mode(s): 32-bit, 64-bit 18:45:39 Byte Order: Little Endian 18:45:39 Address sizes: 40 bits physical, 48 bits virtual 18:45:39 CPU(s): 4 18:45:39 On-line CPU(s) list: 0-3 18:45:39 Thread(s) per core: 1 18:45:39 Core(s) per socket: 1 18:45:39 Socket(s): 4 18:45:39 NUMA node(s): 1 18:45:39 Vendor ID: GenuineIntel 18:45:39 CPU family: 6 18:45:39 Model: 44 18:45:39 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:45:39 Stepping: 1 18:45:39 CPU MHz: 2933.438 18:45:39 BogoMIPS: 5866.87 18:45:39 Virtualization: VT-x 18:45:39 Hypervisor vendor: KVM 18:45:39 Virtualization type: full 18:45:39 L1d cache: 128 KiB 18:45:39 L1i cache: 128 KiB 18:45:39 L2 cache: 16 MiB 18:45:39 L3 cache: 64 MiB 18:45:39 NUMA node0 CPU(s): 0-3 18:45:39 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:45:39 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:45:39 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:45:39 Vulnerability Meltdown: Mitigation; PTI 18:45:39 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:45:39 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:45:39 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:45:39 Vulnerability Srbds: Not affected 18:45:39 Vulnerability Tsx async abort: Not affected 18:45:39 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 18:45:39 18:45:39 18:45:39 ---> nproc: 18:45:39 4 18:45:39 18:45:39 18:45:39 ---> df -h: 18:45:39 Filesystem Size Used Available Use% Mounted on 18:45:39 overlay 50.0G 7.3G 42.7G 15% / 18:45:39 tmpfs 64.0M 0 64.0M 0% /dev 18:45:39 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:45:39 shm 64.0M 0 64.0M 0% /dev/shm 18:45:39 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 18:45:39 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 18:45:39 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 18:45:39 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 18:45:39 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 18:45:39 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 18:45:39 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/exfoundry_go-mod-messaging_PR-85 18:45:39 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/exfoundry_go-mod-messaging_PR-85@tmp 18:45:39 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 18:45:39 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 18:45:39 18:45:39 18:45:39 ---> free -m: 18:45:39 total used free shared buff/cache available 18:45:39 Mem: 1837 706 103 0 1026 1025 18:45:39 Swap: 1023 1 1022 18:45:39 18:45:39 18:45:39 ---> ip addr: 18:45:39 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:45:39 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:45:39 inet 127.0.0.1/8 scope host lo 18:45:39 valid_lft forever preferred_lft forever 18:45:39 inet6 ::1/128 scope host 18:45:39 valid_lft forever preferred_lft forever 18:45:39 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:45:39 link/ether fa:16:3e:e4:b2:bf brd ff:ff:ff:ff:ff:ff 18:45:39 inet 10.30.122.101/23 brd 10.30.123.255 scope global dynamic eth0 18:45:39 valid_lft 86001sec preferred_lft 86001sec 18:45:39 inet6 fe80::f816:3eff:fee4:b2bf/64 scope link 18:45:39 valid_lft forever preferred_lft forever 18:45:39 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:45:39 link/ether 02:42:c5:04:83:27 brd ff:ff:ff:ff:ff:ff 18:45:39 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:45:39 valid_lft forever preferred_lft forever 18:45:39 inet6 fe80::42:c5ff:fe04:8327/64 scope link 18:45:39 valid_lft forever preferred_lft forever 18:45:39 18:45:39 18:45:39 ---> sar -b -r -n DEV: 18:45:39 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) 18:45:39 18:45:39 18:38:49 LINUX RESTART (4 CPU) 18:45:39 18:45:39 18:40:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:45:39 18:41:01 2.55 0.00 2.55 0.00 0.00 55.77 0.00 18:45:39 18:42:01 0.42 0.00 0.42 0.00 0.00 6.23 0.00 18:45:39 18:43:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 18:45:39 18:44:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 18:45:39 18:45:01 0.28 0.00 0.28 0.00 0.00 4.36 0.00 18:45:39 Average: 0.75 0.00 0.75 0.00 0.00 14.48 0.00 18:45:39 18:45:39 18:40:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:45:39 18:41:01 160104 0 600032 31.89 2620 1118788 1068172 36.45 407808 1115892 16 18:45:39 18:42:01 159712 0 600416 31.91 2620 1118796 1068292 36.46 408204 1116016 12 18:45:39 18:43:01 157708 0 602416 32.02 2620 1118800 1068292 36.46 416520 1109636 20 18:45:39 18:44:01 157248 0 602876 32.04 2620 1118800 1068352 36.46 415372 1111300 8 18:45:39 18:45:01 153204 0 606912 32.26 2620 1118808 1068256 36.46 422604 1108236 8 18:45:39 Average: 157595 0 602530 32.02 2620 1118798 1068273 36.46 414102 1112216 13 18:45:39 18:45:39 18:40:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:45:39 18:41:01 eth0 0.60 0.08 0.04 0.02 0.00 0.00 0.00 0.00 18:45:39 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:39 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:39 18:42:01 eth0 2.35 1.55 1.76 0.25 0.00 0.00 0.00 0.00 18:45:39 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:39 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:39 18:43:01 eth0 1.17 0.38 0.33 0.21 0.00 0.00 0.00 0.00 18:45:39 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:39 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:39 18:44:01 eth0 0.50 0.30 0.27 0.23 0.00 0.00 0.00 0.00 18:45:39 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:39 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:39 18:45:01 eth0 0.32 0.23 0.14 0.07 0.00 0.00 0.00 0.00 18:45:39 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:39 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:39 Average: eth0 0.99 0.51 0.51 0.16 0.00 0.00 0.00 0.00 18:45:39 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:39 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:39 18:45:39 18:45:39 ---> sar -P ALL: 18:45:39 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) 18:45:39 18:45:39 18:38:49 LINUX RESTART (4 CPU) 18:45:39 18:45:39 18:40:01 CPU %user %nice %system %iowait %steal %idle 18:45:39 18:41:01 all 0.20 0.00 0.06 0.00 0.00 99.74 18:45:39 18:41:01 0 0.05 0.00 0.03 0.00 0.00 99.92 18:45:39 18:41:01 1 0.08 0.00 0.08 0.00 0.02 99.82 18:45:39 18:41:01 2 0.12 0.00 0.08 0.00 0.00 99.80 18:45:39 18:41:01 3 0.53 0.00 0.03 0.00 0.00 99.43 18:45:39 18:42:01 all 0.12 0.00 0.06 0.00 0.00 99.82 18:45:39 18:42:01 0 0.05 0.00 0.05 0.00 0.00 99.90 18:45:39 18:42:01 1 0.07 0.00 0.07 0.00 0.00 99.87 18:45:39 18:42:01 2 0.05 0.00 0.05 0.00 0.00 99.90 18:45:39 18:42:01 3 0.32 0.00 0.07 0.00 0.00 99.62 18:45:39 18:43:01 all 0.17 0.00 0.07 0.00 0.01 99.75 18:45:39 18:43:01 0 0.03 0.00 0.03 0.00 0.02 99.92 18:45:39 18:43:01 1 0.55 0.00 0.10 0.00 0.00 99.35 18:45:39 18:43:01 2 0.05 0.00 0.05 0.00 0.02 99.88 18:45:39 18:43:01 3 0.05 0.00 0.08 0.00 0.00 99.87 18:45:39 18:44:01 all 0.17 0.00 0.10 0.00 0.00 99.73 18:45:39 18:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:45:39 18:44:01 1 0.55 0.00 0.12 0.00 0.00 99.33 18:45:39 18:44:01 2 0.05 0.00 0.15 0.00 0.00 99.80 18:45:39 18:44:01 3 0.05 0.00 0.10 0.00 0.00 99.85 18:45:39 18:45:01 all 0.17 0.00 0.05 0.00 0.00 99.78 18:45:39 18:45:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:45:39 18:45:01 1 0.23 0.00 0.08 0.00 0.00 99.68 18:45:39 18:45:01 2 0.07 0.00 0.03 0.00 0.00 99.90 18:45:39 18:45:01 3 0.35 0.00 0.05 0.00 0.00 99.60 18:45:39 Average: all 0.17 0.00 0.07 0.00 0.00 99.77 18:45:39 Average: 0 0.04 0.00 0.04 0.00 0.00 99.92 18:45:39 Average: 1 0.30 0.00 0.09 0.00 0.00 99.61 18:45:39 Average: 2 0.07 0.00 0.07 0.00 0.00 99.86 18:45:39 Average: 3 0.26 0.00 0.07 0.00 0.00 99.67 18:45:39 18:45:39 18:45:39