Pull request #52 opened 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-registry Obtained Jenkinsfile from 408b00dd1c8690e826fb68fbb1823b0e51d52e48+54d690802fcd9d1c6bb494df3d90b867036270b7 (f3eac94bd125eb334f2dab4fd64ebdc139075649) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-registry/branches/PR-52/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-registry, 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-registry-settings PROJECT: go-mod-registry 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-registry 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-1211 in /w/workspace/gexfoundry_go-mod-registry_PR-52 [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-registry.git > git init /w/workspace/gexfoundry_go-mod-registry_PR-52 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.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-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.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-registry.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/pull/52/head:refs/remotes/origin/PR-52 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 54d690802fcd9d1c6bb494df3d90b867036270b7 into PR head commit 408b00dd1c8690e826fb68fbb1823b0e51d52e48 Merge succeeded, producing 408b00dd1c8690e826fb68fbb1823b0e51d52e48 Checking out Revision 408b00dd1c8690e826fb68fbb1823b0e51d52e48 (PR-52) > git config core.sparsecheckout # timeout=10 > git checkout -f 408b00dd1c8690e826fb68fbb1823b0e51d52e48 # 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 54d690802fcd9d1c6bb494df3d90b867036270b7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 408b00dd1c8690e826fb68fbb1823b0e51d52e48 # timeout=10 Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:30:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:30:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:30:04 ========================================================= 19:30:04 EdgeX Global Pipelines Version Info 19:30:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:30:05 ------------------- 19:30:05 stable info: 19:30:05 ------------------- 19:30:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:30:05 Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 19:30:05 Message: update stable to v1.0.128 19:30:06 ------------------- 19:30:06 experimental info: 19:30:06 ------------------- 19:30:06 Commited By: **** collab-it+edgex@linuxfoundation.org 19:30:06 Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 19:30:06 Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 19:30:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo 19:30:07 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo 19:30:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:30:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:30:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:30:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:30:08 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:30:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:30:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:30:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:30:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:30:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-registry [Pipeline] echo 19:30:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:30:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:30:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 19:30:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 19:30:09 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:30:09 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:30:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 19:30:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:30:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 19:30:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 19:30:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 19:30:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 19:30:10 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 19:30:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-52 [Pipeline] echo 19:30:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-52 [Pipeline] echo 19:30:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-52 [Pipeline] echo 19:30:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 408b00dd1c8690e826fb68fbb1823b0e51d52e48 [Pipeline] echo 19:30:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 408b00d [Pipeline] echo 19:30:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:30:12 + git log --format=format:%s -1 408b00dd1c8690e826fb68fbb1823b0e51d52e48 [Pipeline] echo 19:30:12 GIT_COMMIT: 408b00dd1c8690e826fb68fbb1823b0e51d52e48, Commit Message: build(all): Enable use of DependaBot to maintain Go dependencies [Pipeline] echo 19:30:12 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:30:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:30:13 19:30:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:30:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:30:13 latest: Pulling from edgex-devops/git-semver 19:30:13 31603596830f: Pulling fs layer 19:30:13 2a8b12db71e7: Pulling fs layer 19:30:13 6ca5941a6612: Pulling fs layer 19:30:13 ecc8261a40a4: Pulling fs layer 19:30:13 ecc8261a40a4: Waiting 19:30:13 2a8b12db71e7: Verifying Checksum 19:30:13 2a8b12db71e7: Download complete 19:30:13 31603596830f: Verifying Checksum 19:30:13 31603596830f: Download complete 19:30:14 ecc8261a40a4: Verifying Checksum 19:30:14 ecc8261a40a4: Download complete 19:30:14 6ca5941a6612: Verifying Checksum 19:30:14 6ca5941a6612: Download complete 19:30:14 31603596830f: Pull complete 19:30:14 2a8b12db71e7: Pull complete 19:30:15 6ca5941a6612: Pull complete 19:30:15 ecc8261a40a4: Pull complete 19:30:15 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:30:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:30:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:30:15 prd-centos7-docker-4c-2g-1211 does not seem to be running inside a container 19:30:15 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-registry_PR-52 -v /w/workspace/gexfoundry_go-mod-registry_PR-52:/w/workspace/gexfoundry_go-mod-registry_PR-52:rw,z -v /w/workspace/gexfoundry_go-mod-registry_PR-52@tmp:/w/workspace/gexfoundry_go-mod-registry_PR-52@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:30:17 $ docker top b9b4b56ae4e30b01bf0bc21621721614ef075e13b256d434bdadaab15f8cd708 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:30:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:30:18 [ssh-agent] Looking for ssh-agent implementation... 19:30:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:30:18 $ docker exec b9b4b56ae4e30b01bf0bc21621721614ef075e13b256d434bdadaab15f8cd708 ssh-agent 19:30:18 SSH_AUTH_SOCK=/tmp/ssh-1BawZGVLBgFC/agent.11 19:30:18 SSH_AGENT_PID=16 19:30:18 Running ssh-add (command line suppressed) 19:30:18 Identity added: /w/workspace/gexfoundry_go-mod-registry_PR-52@tmp/private_key_3493983648294623455.key (/w/workspace/gexfoundry_go-mod-registry_PR-52@tmp/private_key_3493983648294623455.key) 19:30:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:30:19 + git describe --exact-match --tags HEAD 19:30:19 fatal: no tag exactly matches '408b00dd1c8690e826fb68fbb1823b0e51d52e48' [Pipeline] } 19:30:19 $ docker exec --env ******** --env ******** b9b4b56ae4e30b01bf0bc21621721614ef075e13b256d434bdadaab15f8cd708 ssh-agent -k 19:30:19 unset SSH_AUTH_SOCK; 19:30:19 unset SSH_AGENT_PID; 19:30:19 echo Agent pid 16 killed; 19:30:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 19:30:19 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 19:30:19 This usually means this commit has not been tagged. [Pipeline] sshagent 19:30:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:30:19 [ssh-agent] Looking for ssh-agent implementation... 19:30:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:30:19 $ docker exec b9b4b56ae4e30b01bf0bc21621721614ef075e13b256d434bdadaab15f8cd708 ssh-agent 19:30:19 SSH_AUTH_SOCK=/tmp/ssh-QmAFfkKegfkx/agent.45 19:30:19 SSH_AGENT_PID=50 19:30:19 Running ssh-add (command line suppressed) 19:30:19 Identity added: /w/workspace/gexfoundry_go-mod-registry_PR-52@tmp/private_key_3401987684652624403.key (/w/workspace/gexfoundry_go-mod-registry_PR-52@tmp/private_key_3401987684652624403.key) 19:30:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:30:20 + git semver init 19:30:20 # -> Open(): unable to determine branch for HEAD 19:30:20 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-registry_PR-52/.git 19:30:20 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-registry_PR-52 19:30:20 # $SEMVER_REMOTE_NAME = origin 19:30:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:30:20 # $SEMVER_USER_NAME = edgex-jenkins 19:30:20 # $SEMVER_BRANCH = PR-52 19:30:20 # $SEMVER_TEMP = /tmp/semver-579201179 19:30:20 # git clone --branch semver git@github.com:edgexfoundry/go-mod-registry.git $SEMVER_TEMP 19:30:20 # '/tmp/semver-579201179' -> '/w/workspace/gexfoundry_go-mod-registry_PR-52/.semver' 19:30:20 # -> Force: false 19:30:20 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-registry_PR-52/.semver [Pipeline] } 19:30:20 $ docker exec --env ******** --env ******** b9b4b56ae4e30b01bf0bc21621721614ef075e13b256d434bdadaab15f8cd708 ssh-agent -k 19:30:20 unset SSH_AUTH_SOCK; 19:30:20 unset SSH_AGENT_PID; 19:30:20 echo Agent pid 50 killed; 19:30:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:30:21 + git semver [Pipeline] } 19:30:21 $ docker stop --time=1 b9b4b56ae4e30b01bf0bc21621721614ef075e13b256d434bdadaab15f8cd708 19:30:22 $ docker rm -f b9b4b56ae4e30b01bf0bc21621721614ef075e13b256d434bdadaab15f8cd708 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 19:30:23 Stashed 37 file(s) [Pipeline] echo 19:30:23 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 19:30:23 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 19:30:39 Still waiting to schedule task 19:30:39 ‘prd-centos7-docker-4c-2g-1202’ is offline; ‘prd-centos7-docker-4c-2g-1212’ is offline; ‘prd-centos7-docker-4c-2g-1213’ is offline; ‘prd-centos7-docker-8c-8g-1205’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1204’ doesn’t have label ‘centos7-docker-4c-2g’ 19:30:39 Still waiting to schedule task 19:30:39 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 19:33:30 Running on prd-centos7-docker-4c-2g-1218 in /w/workspace/gexfoundry_go-mod-registry_PR-52 [Pipeline] { [Pipeline] ws 19:33:30 Running in /w/workspace/go-mod-registry/1 [Pipeline] { [Pipeline] checkout 19:33:48 using credential edgex-jenkins-ssh 19:33:48 Cloning the remote Git repository 19:33:48 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 19:33:48 > git init /w/workspace/go-mod-registry/1 # timeout=10 19:33:48 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 19:33:48 > git --version # timeout=10 19:33:49 > git --version # 'git version 2.16.5' 19:33:49 using GIT_SSH to set credentials SSH Credentials for GitHub 19:33:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:33:49 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 19:33:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:33:51 Merging remotes/origin/master commit 54d690802fcd9d1c6bb494df3d90b867036270b7 into PR head commit 408b00dd1c8690e826fb68fbb1823b0e51d52e48 19:33:51 Merge succeeded, producing 408b00dd1c8690e826fb68fbb1823b0e51d52e48 19:33:51 Checking out Revision 408b00dd1c8690e826fb68fbb1823b0e51d52e48 (PR-52) 19:33:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 19:33:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 19:33:50 using GIT_SSH to set credentials SSH Credentials for GitHub 19:33:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/pull/52/head:refs/remotes/origin/PR-52 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:33:51 > git config core.sparsecheckout # timeout=10 19:33:51 > git checkout -f 408b00dd1c8690e826fb68fbb1823b0e51d52e48 # timeout=10 19:33:51 > git remote # timeout=10 19:33:51 > git config --get remote.origin.url # timeout=10 19:33:51 using GIT_SSH to set credentials SSH Credentials for GitHub 19:33:51 > git merge 54d690802fcd9d1c6bb494df3d90b867036270b7 # timeout=10 19:33:51 > git rev-parse HEAD^{commit} # timeout=10 19:33:51 > git config core.sparsecheckout # timeout=10 19:33:51 > git checkout -f 408b00dd1c8690e826fb68fbb1823b0e51d52e48 # timeout=10 19:33:57 Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" 19:33:57 > git --version # timeout=10 19:33:57 > git --version # 'git version 2.16.5' 19:33:57 fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:33:59 ========================================================= 19:33:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:33:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:34:03 + 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 . 19:34:03 Sending build context to Docker daemon 385.5kB 19:34:03 Step 1/7 : ARG BASE=golang:1.15-alpine 19:34:03 Step 2/7 : FROM ${BASE} 19:34:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:34:03 df20fa9351a1: Pulling fs layer 19:34:03 ed8968b2872e: Pulling fs layer 19:34:03 a92cc7c5fd73: Pulling fs layer 19:34:03 e871e8e8d7a9: Pulling fs layer 19:34:03 e73272ec9a57: Pulling fs layer 19:34:03 1e910a182e73: Pulling fs layer 19:34:03 4e634b169226: Pulling fs layer 19:34:03 e73272ec9a57: Waiting 19:34:03 1e910a182e73: Waiting 19:34:03 4e634b169226: Waiting 19:34:03 e871e8e8d7a9: Waiting 19:34:03 a92cc7c5fd73: Verifying Checksum 19:34:03 a92cc7c5fd73: Download complete 19:34:03 ed8968b2872e: Verifying Checksum 19:34:03 ed8968b2872e: Download complete 19:34:03 e73272ec9a57: Verifying Checksum 19:34:03 e73272ec9a57: Download complete 19:34:03 1e910a182e73: Verifying Checksum 19:34:03 1e910a182e73: Download complete 19:34:04 df20fa9351a1: Verifying Checksum 19:34:04 df20fa9351a1: Download complete 19:34:05 df20fa9351a1: Pull complete 19:34:06 ed8968b2872e: Pull complete 19:34:07 a92cc7c5fd73: Pull complete 19:34:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1221 in /w/workspace/gexfoundry_go-mod-registry_PR-52 [Pipeline] { [Pipeline] ws 19:34:07 Running in /w/workspace/go-mod-registry/1 [Pipeline] { [Pipeline] checkout 19:34:13 using credential edgex-jenkins-ssh 19:34:13 Cloning the remote Git repository 19:34:13 4e634b169226: Verifying Checksum 19:34:13 4e634b169226: Download complete 19:34:13 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 19:34:13 > git init /w/workspace/go-mod-registry/1 # timeout=10 19:34:13 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 19:34:13 > git --version # timeout=10 19:34:13 > git --version # 'git version 2.17.1' 19:34:13 using GIT_SSH to set credentials SSH Credentials for GitHub 19:34:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:34:14 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 19:34:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:34:14 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 19:34:14 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 19:34:14 using GIT_SSH to set credentials SSH Credentials for GitHub 19:34:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/pull/52/head:refs/remotes/origin/PR-52 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:34:14 Merging remotes/origin/master commit 54d690802fcd9d1c6bb494df3d90b867036270b7 into PR head commit 408b00dd1c8690e826fb68fbb1823b0e51d52e48 19:34:15 Merge succeeded, producing 408b00dd1c8690e826fb68fbb1823b0e51d52e48 19:34:15 Checking out Revision 408b00dd1c8690e826fb68fbb1823b0e51d52e48 (PR-52) 19:34:14 > git config core.sparsecheckout # timeout=10 19:34:14 > git checkout -f 408b00dd1c8690e826fb68fbb1823b0e51d52e48 # timeout=10 19:34:15 > git remote # timeout=10 19:34:15 > git config --get remote.origin.url # timeout=10 19:34:15 using GIT_SSH to set credentials SSH Credentials for GitHub 19:34:15 > git merge 54d690802fcd9d1c6bb494df3d90b867036270b7 # timeout=10 19:34:15 > git rev-parse HEAD^{commit} # timeout=10 19:34:15 > git config core.sparsecheckout # timeout=10 19:34:15 > git checkout -f 408b00dd1c8690e826fb68fbb1823b0e51d52e48 # timeout=10 19:34:15 e871e8e8d7a9: Verifying Checksum 19:34:15 e871e8e8d7a9: Download complete 19:34:19 Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" 19:34:19 > git --version # timeout=10 19:34:19 > git --version # 'git version 2.17.1' 19:34:19 fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:34:20 ========================================================= 19:34:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:34:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:34:22 + 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 . 19:34:23 Sending build context to Docker daemon 385.5kB 19:34:23 Step 1/7 : ARG BASE=golang:1.15-alpine 19:34:23 Step 2/7 : FROM ${BASE} 19:34:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:34:23 b538f80385f9: Pulling fs layer 19:34:23 74f711af9a0d: Pulling fs layer 19:34:23 99f96fe45779: Pulling fs layer 19:34:23 8529a6b9a6be: Pulling fs layer 19:34:23 45590311c82a: Pulling fs layer 19:34:23 69ca0ff8b7b3: Pulling fs layer 19:34:23 209524e5b208: Pulling fs layer 19:34:23 8529a6b9a6be: Waiting 19:34:23 45590311c82a: Waiting 19:34:23 69ca0ff8b7b3: Waiting 19:34:23 209524e5b208: Waiting 19:34:23 99f96fe45779: Verifying Checksum 19:34:23 99f96fe45779: Download complete 19:34:23 74f711af9a0d: Download complete 19:34:23 45590311c82a: Verifying Checksum 19:34:23 45590311c82a: Download complete 19:34:23 69ca0ff8b7b3: Verifying Checksum 19:34:23 69ca0ff8b7b3: Download complete 19:34:23 b538f80385f9: Verifying Checksum 19:34:23 b538f80385f9: Download complete 19:34:24 b538f80385f9: Pull complete 19:34:24 74f711af9a0d: Pull complete 19:34:25 99f96fe45779: Pull complete 19:34:25 209524e5b208: Verifying Checksum 19:34:26 8529a6b9a6be: Verifying Checksum 19:34:26 8529a6b9a6be: Download complete 19:34:39 8529a6b9a6be: Pull complete 19:34:39 45590311c82a: Pull complete 19:34:39 69ca0ff8b7b3: Pull complete 19:34:41 209524e5b208: Pull complete 19:34:41 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 19:34:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:34:41 ---> 5bddaf1c2fca 19:34:41 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 19:34:44 ---> Running in d3dcf14c328b 19:34:44 Removing intermediate container d3dcf14c328b 19:34:44 ---> b72c6f2eb1ce 19:34:44 Step 4/7 : RUN apk add --update bash 19:34:44 ---> Running in 1f80c73ccab1 19:34:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:34:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:34:48 OK: 142 MiB in 39 packages 19:34:50 Removing intermediate container 1f80c73ccab1 19:34:50 ---> b1745c761633 19:34:50 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 19:34:50 ---> Running in d704ce92c782 19:34:50 Removing intermediate container d704ce92c782 19:34:50 ---> 408e132f37e8 19:34:50 Step 6/7 : COPY go.mod . 19:34:50 e871e8e8d7a9: Pull complete 19:34:50 e73272ec9a57: Pull complete 19:34:50 1e910a182e73: Pull complete 19:34:51 ---> 6bdb69757cc9 19:34:51 Step 7/7 : RUN go mod download 19:34:51 ---> Running in 8c55033aaa06 19:35:01 Removing intermediate container 8c55033aaa06 19:35:01 ---> cae6f8d84c2d 19:35:01 Successfully built cae6f8d84c2d 19:35:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:35:01 4e634b169226: Pull complete 19:35:01 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 19:35:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:35:01 ---> f7629b54cfaa 19:35:01 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 19:35:01 ---> Running in 11808aad2814 19:35:01 Removing intermediate container 11808aad2814 19:35:01 ---> 851eba79a48f 19:35:01 Step 4/7 : RUN apk add --update bash 19:35:02 + docker inspect -f . ci-base-image-arm64 19:35:02 . [Pipeline] withDockerContainer 19:35:02 ---> Running in 4fe9cbcab937 19:35:02 prd-ubuntu18.04-docker-arm64-4c-16g-1221 does not seem to be running inside a container 19:35:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/1 -v /w/workspace/go-mod-registry/1:/w/workspace/go-mod-registry/1:rw,z -v /w/workspace/go-mod-registry/1@tmp:/w/workspace/go-mod-registry/1@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 ******** ci-base-image-arm64 cat 19:35:04 $ docker top 7e03ba2350b8e125ab17902110ad0ee410ff703218b59195858bab9e63dec922 -eo pid,comm 19:35:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 19:35:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:35:05 + go version 19:35:05 go version go1.15.2 linux/arm64 [Pipeline] } 19:35:05 $ docker stop --time=1 7e03ba2350b8e125ab17902110ad0ee410ff703218b59195858bab9e63dec922 19:35:07 $ docker rm -f 7e03ba2350b8e125ab17902110ad0ee410ff703218b59195858bab9e63dec922 [Pipeline] // withDockerContainer [Pipeline] } 19:35:08 OK: 166 MiB in 39 packages [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:35:08 Removing intermediate container 4fe9cbcab937 19:35:08 ---> 62664d62d1a3 19:35:08 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 19:35:09 + docker inspect -f . ci-base-image-arm64 19:35:09 . [Pipeline] withDockerContainer 19:35:09 ---> Running in 9d7581398815 19:35:09 prd-ubuntu18.04-docker-arm64-4c-16g-1221 does not seem to be running inside a container 19:35:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/1 -v /w/workspace/go-mod-registry/1:/w/workspace/go-mod-registry/1:rw,z -v /w/workspace/go-mod-registry/1@tmp:/w/workspace/go-mod-registry/1@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 ******** ci-base-image-arm64 cat 19:35:09 Removing intermediate container 9d7581398815 19:35:09 ---> e1dd4c7d3f41 19:35:09 Step 6/7 : COPY go.mod . 19:35:09 ---> a2043dd246ec 19:35:09 Step 7/7 : RUN go mod download 19:35:10 ---> Running in 99c1f6eb7f2f 19:35:11 $ docker top bb8ba401524224a2468a52897e6610a93e8ae3253538ed2792365ccff12208c1 -eo pid,comm [Pipeline] { [Pipeline] sh 19:35:12 + make test 19:35:12 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 19:35:26 Removing intermediate container 99c1f6eb7f2f 19:35:26 ---> df8466bbd777 19:35:26 Successfully built df8466bbd777 19:35:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:35:28 + docker inspect -f . ci-base-image-x86_64 19:35:28 . [Pipeline] withDockerContainer 19:35:29 prd-centos7-docker-4c-2g-1218 does not seem to be running inside a container 19:35:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/1 -v /w/workspace/go-mod-registry/1:/w/workspace/go-mod-registry/1:rw,z -v /w/workspace/go-mod-registry/1@tmp:/w/workspace/go-mod-registry/1@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 ******** ci-base-image-x86_64 cat 19:35:32 $ docker top 158eaee1055f4ade7e905796a0e3569ffebce5fd88ec08fb41d9b8ae607a9f4b -eo pid,comm [Pipeline] { [Pipeline] sh 19:35:33 + go version 19:35:33 go version go1.15.2 linux/amd64 [Pipeline] } 19:35:33 $ docker stop --time=1 158eaee1055f4ade7e905796a0e3569ffebce5fd88ec08fb41d9b8ae607a9f4b 19:35:35 ok github.com/edgexfoundry/go-mod-registry/internal/pkg/consul 2.058s coverage: 87.2% of statements 19:35:35 ? github.com/edgexfoundry/go-mod-registry/pkg/types [no test files] 19:35:35 ok github.com/edgexfoundry/go-mod-registry/registry 0.014s coverage: 85.7% of statements 19:35:35 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:35:35 $ docker rm -f 158eaee1055f4ade7e905796a0e3569ffebce5fd88ec08fb41d9b8ae607a9f4b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:35:37 + docker inspect -f . ci-base-image-x86_64 19:35:37 . [Pipeline] withDockerContainer 19:35:37 prd-centos7-docker-4c-2g-1218 does not seem to be running inside a container 19:35:37 gofmt -l . 19:35:37 [ "`gofmt -l .`" = "" ] 19:35:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/1 -v /w/workspace/go-mod-registry/1:/w/workspace/go-mod-registry/1:rw,z -v /w/workspace/go-mod-registry/1@tmp:/w/workspace/go-mod-registry/1@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 ******** ci-base-image-x86_64 cat 19:35:40 $ docker top ea4894e285915a05385e2dd5a28c77edd650e8362236a3732946eaae3e891ce2 -eo pid,comm [Pipeline] { [Pipeline] stash [Pipeline] sh 19:35:41 Stashed 1 file(s) [Pipeline] } 19:35:41 $ docker stop --time=1 bb8ba401524224a2468a52897e6610a93e8ae3253538ed2792365ccff12208c1 19:35:41 + make test 19:35:41 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 19:35:43 $ docker rm -f bb8ba401524224a2468a52897e6610a93e8ae3253538ed2792365ccff12208c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:36:15 ok github.com/edgexfoundry/go-mod-registry/internal/pkg/consul 2.107s coverage: 87.2% of statements 19:36:15 ? github.com/edgexfoundry/go-mod-registry/pkg/types [no test files] 19:36:15 ok github.com/edgexfoundry/go-mod-registry/registry 0.030s coverage: 85.7% of statements 19:36:15 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:36:17 gofmt -l . 19:36:17 [ "`gofmt -l .`" = "" ] [Pipeline] stash 19:36:18 Warning: overwriting stash ‘coverage-report’ 19:36:20 Stashed 1 file(s) [Pipeline] } 19:36:20 $ docker stop --time=1 ea4894e285915a05385e2dd5a28c77edd650e8362236a3732946eaae3e891ce2 19:36:23 $ docker rm -f ea4894e285915a05385e2dd5a28c77edd650e8362236a3732946eaae3e891ce2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 19:36:26 provisioning config files... 19:36:26 copy managed file [go-mod-registry-codecov-token] to file:/w/workspace/gexfoundry_go-mod-registry_PR-52@tmp/config3771589548639685519tmp [Pipeline] { [Pipeline] sh 19:36:27 + curl -s https://codecov.io/bash 19:36:27 + bash -s - -t @/w/workspace/gexfoundry_go-mod-registry_PR-52@tmp/config3771589548639685519tmp [Pipeline] } 19:38:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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 19:38:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:38:53 ---> package-listing.sh 19:38:53 ++ facter osfamily 19:38:53 ++ tr '[:upper:]' '[:lower:]' 19:38:53 + OS_FAMILY=redhat 19:38:53 + workspace=/w/workspace/gexfoundry_go-mod-registry_PR-52 19:38:53 + START_PACKAGES=/tmp/packages_start.txt 19:38:53 + END_PACKAGES=/tmp/packages_end.txt 19:38:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:38:53 + PACKAGES=/tmp/packages_start.txt 19:38:53 + '[' /w/workspace/gexfoundry_go-mod-registry_PR-52 ']' 19:38:53 + PACKAGES=/tmp/packages_end.txt 19:38:53 + case "${OS_FAMILY}" in 19:38:53 + rpm -qa 19:38:53 + sort 19:38:57 + '[' -f /tmp/packages_start.txt ']' 19:38:57 + '[' -f /tmp/packages_end.txt ']' 19:38:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:38:57 + '[' /w/workspace/gexfoundry_go-mod-registry_PR-52 ']' 19:38:57 + mkdir -p /w/workspace/gexfoundry_go-mod-registry_PR-52/archives/ 19:38:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-registry_PR-52/archives/ [Pipeline] isUnix [Pipeline] sh 19:38:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:38:58 19:38:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:38:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:38:58 alpine: Pulling from edgex-lftools-log-publisher 19:38:58 df20fa9351a1: Pulling fs layer 19:38:58 36b3adc4ff6f: Pulling fs layer 19:38:58 8ad3a11d3b57: Pulling fs layer 19:38:58 46f8f816bc3b: Pulling fs layer 19:38:58 0dadc02b9964: Pulling fs layer 19:38:58 ce6a7cf60c04: Pulling fs layer 19:38:58 7a184a31f384: Pulling fs layer 19:38:58 0879bd2ef858: Pulling fs layer 19:38:58 ce6a7cf60c04: Waiting 19:38:58 7a184a31f384: Waiting 19:38:58 0879bd2ef858: Waiting 19:38:58 0dadc02b9964: Waiting 19:38:58 46f8f816bc3b: Waiting 19:38:58 36b3adc4ff6f: Verifying Checksum 19:38:58 36b3adc4ff6f: Download complete 19:38:58 46f8f816bc3b: Verifying Checksum 19:38:58 46f8f816bc3b: Download complete 19:38:58 df20fa9351a1: Download complete 19:38:58 ce6a7cf60c04: Verifying Checksum 19:38:58 ce6a7cf60c04: Download complete 19:38:58 7a184a31f384: Verifying Checksum 19:38:58 7a184a31f384: Download complete 19:38:59 0dadc02b9964: Verifying Checksum 19:38:59 0dadc02b9964: Download complete 19:38:59 8ad3a11d3b57: Verifying Checksum 19:38:59 8ad3a11d3b57: Download complete 19:38:59 df20fa9351a1: Pull complete 19:38:59 36b3adc4ff6f: Pull complete 19:38:59 0879bd2ef858: Verifying Checksum 19:38:59 0879bd2ef858: Download complete 19:39:00 8ad3a11d3b57: Pull complete 19:39:00 46f8f816bc3b: Pull complete 19:39:00 0dadc02b9964: Pull complete 19:39:00 ce6a7cf60c04: Pull complete 19:39:00 7a184a31f384: Pull complete 19:39:02 0879bd2ef858: Pull complete 19:39:02 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 19:39:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:39:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:39:03 prd-centos7-docker-4c-2g-1211 does not seem to be running inside a container 19:39:03 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/gexfoundry_go-mod-registry_PR-52 -v /w/workspace/gexfoundry_go-mod-registry_PR-52:/w/workspace/gexfoundry_go-mod-registry_PR-52:rw,z -v /w/workspace/gexfoundry_go-mod-registry_PR-52@tmp:/w/workspace/gexfoundry_go-mod-registry_PR-52@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:39:09 $ docker top 576f95c0dfbec97dee0d1e22d1083e53bacd9279d7f7f16ad8ded70c5fc3568f -eo pid,comm [Pipeline] { [Pipeline] sh 19:39:09 + mkdir -p /var/log/sa [Pipeline] sh 19:39:10 + ls /var/log/sa-host 19:39:10 + sadf -c /var/log/sa-host/sa05 19:39:10 file_magic: OK 19:39:10 HZ: Using current value: 100 19:39:10 file_header: OK 19:39:10 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 19:39:10 Statistics: 19:39:10 Hnuu...uuuununununu...Hnuu...uuuununununu... 19:39:10 File successfully converted to sysstat format version 12.2.1 19:39:10 + sadf -c /var/log/sa-host/sa24 19:39:10 file_magic: OK 19:39:10 HZ: Using current value: 100 19:39:10 file_header: OK 19:39:10 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 19:39:10 Statistics: 19:39:10 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:39:10 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:39:10 provisioning config files... 19:39:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-registry_PR-52@tmp/config8240781354159793044tmp [Pipeline] { [Pipeline] echo 19:39:10 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:39:10 ---> create-netrc.sh [Pipeline] echo 19:39:10 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:39:11 ---> logs-deploy.sh 19:39:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/PR-52/1 19:39:11 INFO: archiving workspace using pattern(s): 19:39:12 Archives upload complete. 19:39:12 INFO: archiving logs to Nexus 19:39:13 ---> uname -a: 19:39:13 Linux 576f95c0dfbe 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 19:39:13 19:39:13 19:39:13 ---> lscpu: 19:39:13 Architecture: x86_64 19:39:13 CPU op-mode(s): 32-bit, 64-bit 19:39:13 Byte Order: Little Endian 19:39:13 Address sizes: 40 bits physical, 48 bits virtual 19:39:13 CPU(s): 4 19:39:13 On-line CPU(s) list: 0-3 19:39:13 Thread(s) per core: 1 19:39:13 Core(s) per socket: 1 19:39:13 Socket(s): 4 19:39:13 NUMA node(s): 1 19:39:13 Vendor ID: GenuineIntel 19:39:13 CPU family: 6 19:39:13 Model: 44 19:39:13 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:39:13 Stepping: 1 19:39:13 CPU MHz: 2933.442 19:39:13 BogoMIPS: 5866.88 19:39:13 Virtualization: VT-x 19:39:13 Hypervisor vendor: KVM 19:39:13 Virtualization type: full 19:39:13 L1d cache: 128 KiB 19:39:13 L1i cache: 128 KiB 19:39:13 L2 cache: 16 MiB 19:39:13 L3 cache: 64 MiB 19:39:13 NUMA node0 CPU(s): 0-3 19:39:13 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:39:13 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:39:13 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:39:13 Vulnerability Meltdown: Mitigation; PTI 19:39:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:39:13 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:39:13 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:39:13 Vulnerability Tsx async abort: Not affected 19:39:13 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 19:39:13 19:39:13 19:39:13 ---> nproc: 19:39:13 4 19:39:13 19:39:13 19:39:13 ---> df -h: 19:39:13 Filesystem Size Used Available Use% Mounted on 19:39:13 overlay 50.0G 6.9G 43.0G 14% / 19:39:13 tmpfs 64.0M 0 64.0M 0% /dev 19:39:13 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:39:13 shm 64.0M 0 64.0M 0% /dev/shm 19:39:13 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/resolv.conf 19:39:13 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hostname 19:39:13 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hosts 19:39:13 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/gexfoundry_go-mod-registry_PR-52@tmp 19:39:13 /dev/vda1 50.0G 6.9G 43.0G 14% /var/log/sa-host 19:39:13 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/gexfoundry_go-mod-registry_PR-52 19:39:13 19:39:13 19:39:13 ---> free -m: 19:39:13 total used free shared buff/cache available 19:39:13 Mem: 1837 625 143 0 1068 1104 19:39:13 Swap: 1023 0 1023 19:39:13 19:39:13 19:39:13 ---> ip addr: 19:39:13 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:39:13 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:39:13 inet 127.0.0.1/8 scope host lo 19:39:13 valid_lft forever preferred_lft forever 19:39:13 6: eth0@if7: mtu 1458 qdisc noqueue state UP 19:39:13 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 19:39:13 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 19:39:13 valid_lft forever preferred_lft forever 19:39:13 19:39:13 19:39:13 ---> sar -b -r -n DEV: 19:39:13 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) 19:39:13 19:39:13 19:29:13 LINUX RESTART (4 CPU) 19:39:13 19:39:13 19:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:39:13 19:31:01 30.68 10.27 20.41 0.00 4369.70 2065.82 0.00 19:39:13 19:32:01 1.58 0.00 1.58 0.00 0.00 28.46 0.00 19:39:13 19:33:01 0.27 0.00 0.27 0.00 0.00 3.76 0.00 19:39:13 19:34:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 19:39:13 19:35:01 0.32 0.00 0.32 0.00 0.00 5.16 0.00 19:39:13 19:36:01 0.65 0.00 0.65 0.00 0.00 7.89 0.00 19:39:13 19:37:02 0.43 0.15 0.28 0.00 10.92 4.06 0.00 19:39:13 19:38:01 0.42 0.00 0.42 0.00 0.00 7.30 0.00 19:39:13 19:39:01 44.46 41.73 2.73 0.00 4315.76 68.29 0.00 19:39:13 Average: 8.80 5.81 3.00 0.00 968.33 244.22 0.00 19:39:13 19:39:13 19:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:39:13 19:31:01 165940 0 544812 28.96 2620 1168184 1102872 37.64 405900 1149404 20 19:39:13 19:32:01 169428 0 541320 28.77 2620 1168188 1088620 37.15 406060 1146772 12 19:39:13 19:33:01 169456 0 541284 28.77 2620 1168196 1084620 37.02 406008 1146632 12 19:39:13 19:34:01 167848 0 542892 28.85 2620 1168196 1084692 37.02 408688 1146028 8 19:39:13 19:35:01 168300 0 542436 28.83 2620 1168200 1084636 37.02 416244 1137720 16 19:39:13 19:36:01 168980 0 541744 28.79 2620 1168212 1079496 36.84 415952 1137652 12 19:39:13 19:37:02 164472 0 545904 29.01 2620 1168560 1091792 37.26 419904 1137912 8 19:39:13 19:38:01 164872 0 545496 28.99 2620 1168568 1091684 37.26 417444 1139736 12 19:39:13 19:39:01 72140 0 630384 33.50 2620 1176412 1522724 51.97 492044 1146528 89832 19:39:13 Average: 156826 0 552919 29.39 2620 1169191 1136793 38.80 420916 1143154 9992 19:39:13 19:39:13 19:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:39:13 19:31:01 eth0 148.48 105.73 447.69 42.13 0.00 0.00 0.00 0.00 19:39:13 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:13 19:31:01 docker0 0.95 0.97 0.25 1.61 0.00 0.00 0.00 0.00 19:39:13 19:32:01 eth0 2.61 0.58 0.69 0.39 0.00 0.00 0.00 0.00 19:39:13 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:13 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:13 19:33:01 eth0 2.68 0.38 0.44 0.23 0.00 0.00 0.00 0.00 19:39:13 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:13 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:13 19:34:01 eth0 2.55 0.28 0.47 0.17 0.00 0.00 0.00 0.00 19:39:13 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:13 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:13 19:35:01 eth0 5.08 1.20 1.55 0.88 0.00 0.00 0.00 0.00 19:39:13 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:13 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:13 19:36:01 eth0 2.35 0.32 0.45 0.20 0.00 0.00 0.00 0.00 19:39:13 19:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:13 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:13 19:37:02 eth0 8.13 4.48 6.75 3.33 0.00 0.00 0.00 0.00 19:39:13 19:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:13 19:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:13 19:38:01 eth0 1.52 0.88 1.17 0.61 0.00 0.00 0.00 0.00 19:39:13 19:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:13 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:13 19:39:01 eth0 74.43 60.35 733.99 8.07 0.00 0.00 0.00 0.00 19:39:13 19:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:13 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:13 Average: eth0 27.59 19.39 132.86 6.24 0.00 0.00 0.00 0.00 19:39:13 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:39:13 Average: docker0 0.11 0.11 0.03 0.18 0.00 0.00 0.00 0.00 19:39:13 19:39:13 19:39:13 ---> sar -P ALL: 19:39:13 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) 19:39:13 19:39:13 19:29:13 LINUX RESTART (4 CPU) 19:39:13 19:39:13 19:30:01 CPU %user %nice %system %iowait %steal %idle 19:39:13 19:31:01 all 3.00 0.00 1.73 1.08 0.01 94.18 19:39:13 19:31:01 0 2.60 0.00 2.10 1.29 0.00 94.02 19:39:13 19:31:01 1 2.91 0.00 1.56 0.39 0.02 95.13 19:39:13 19:31:01 2 3.73 0.00 1.44 1.35 0.02 93.46 19:39:13 19:31:01 3 2.76 0.00 1.84 1.29 0.02 94.10 19:39:13 19:32:01 all 0.15 0.00 0.05 0.00 0.01 99.79 19:39:13 19:32:01 0 0.05 0.00 0.07 0.00 0.02 99.87 19:39:13 19:32:01 1 0.05 0.00 0.07 0.00 0.02 99.87 19:39:13 19:32:01 2 0.05 0.00 0.03 0.00 0.00 99.92 19:39:13 19:32:01 3 0.47 0.00 0.03 0.00 0.00 99.50 19:39:13 19:33:01 all 0.15 0.00 0.03 0.00 0.00 99.82 19:39:13 19:33:01 0 0.40 0.00 0.03 0.00 0.00 99.57 19:39:13 19:33:01 1 0.13 0.00 0.05 0.00 0.00 99.82 19:39:13 19:33:01 2 0.05 0.00 0.02 0.00 0.00 99.93 19:39:13 19:33:01 3 0.03 0.00 0.02 0.00 0.00 99.95 19:39:13 19:34:01 all 0.17 0.00 0.05 0.00 0.00 99.79 19:39:13 19:34:01 0 0.52 0.00 0.03 0.00 0.00 99.45 19:39:13 19:34:01 1 0.07 0.00 0.05 0.00 0.00 99.88 19:39:13 19:34:01 2 0.03 0.00 0.05 0.00 0.00 99.92 19:39:13 19:34:01 3 0.05 0.00 0.05 0.00 0.00 99.90 19:39:13 19:35:01 all 0.18 0.00 0.06 0.00 0.01 99.75 19:39:13 19:35:01 0 0.53 0.00 0.05 0.00 0.02 99.40 19:39:13 19:35:01 1 0.08 0.00 0.03 0.00 0.02 99.87 19:39:13 19:35:01 2 0.07 0.00 0.13 0.00 0.00 99.80 19:39:13 19:35:01 3 0.05 0.00 0.02 0.00 0.00 99.93 19:39:13 19:36:01 all 0.07 0.00 0.05 0.00 0.00 99.88 19:39:13 19:36:01 0 0.17 0.00 0.07 0.00 0.00 99.77 19:39:13 19:36:01 1 0.07 0.00 0.05 0.00 0.00 99.88 19:39:13 19:36:01 2 0.02 0.00 0.07 0.00 0.00 99.92 19:39:13 19:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:39:13 19:37:02 all 0.28 0.00 0.08 0.00 0.01 99.64 19:39:13 19:37:02 0 0.65 0.00 0.07 0.00 0.00 99.28 19:39:13 19:37:02 1 0.17 0.00 0.10 0.02 0.00 99.72 19:39:13 19:37:02 2 0.17 0.00 0.07 0.00 0.02 99.75 19:39:13 19:37:02 3 0.12 0.00 0.07 0.00 0.02 99.80 19:39:13 19:38:01 all 0.17 0.00 0.06 0.00 0.00 99.78 19:39:13 19:38:01 0 0.54 0.00 0.03 0.00 0.00 99.42 19:39:13 19:38:01 1 0.03 0.00 0.05 0.00 0.00 99.92 19:39:13 19:38:01 2 0.05 0.00 0.07 0.00 0.00 99.88 19:39:13 19:38:01 3 0.05 0.00 0.07 0.00 0.00 99.88 19:39:13 19:39:01 all 1.94 0.00 1.04 0.90 0.01 96.10 19:39:13 19:39:01 0 2.31 0.00 1.25 1.27 0.02 95.15 19:39:13 19:39:01 1 1.62 0.00 1.02 1.32 0.02 96.02 19:39:13 19:39:01 2 1.90 0.00 1.14 0.37 0.02 96.57 19:39:13 19:39:01 3 1.92 0.00 0.77 0.65 0.00 96.66 19:39:13 Average: all 0.68 0.00 0.35 0.22 0.01 98.75 19:39:13 Average: 0 0.86 0.00 0.41 0.28 0.01 98.44 19:39:13 Average: 1 0.57 0.00 0.33 0.19 0.01 98.90 19:39:13 Average: 2 0.67 0.00 0.33 0.19 0.01 98.80 19:39:13 Average: 3 0.61 0.00 0.32 0.22 0.00 98.85 19:39:13 19:39:13 19:39:13