Pull request #228 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 028a0e7e35253d8bea1cba43bf359faff050a28b+6424ef1aa096d3293dded1f1f35f7c692ad4658b (4cdc84753e70adcba907be0dfcf2a5126da40009) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [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-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap 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: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4104’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4111 in /w/workspace/xfoundry_go-mod-bootstrap_PR-228 [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-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_PR-228 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/228/head:refs/remotes/origin/PR-228 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 6424ef1aa096d3293dded1f1f35f7c692ad4658b into PR head commit 028a0e7e35253d8bea1cba43bf359faff050a28b Merge succeeded, producing 3c0be964356eddaf06394924de840221175d3a5b Checking out Revision 3c0be964356eddaf06394924de840221175d3a5b (PR-228) > git config core.sparsecheckout # timeout=10 > git checkout -f 028a0e7e35253d8bea1cba43bf359faff050a28b # 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 6424ef1aa096d3293dded1f1f35f7c692ad4658b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3c0be964356eddaf06394924de840221175d3a5b # timeout=10 Commit message: "Merge commit '6424ef1aa096d3293dded1f1f35f7c692ad4658b' into HEAD" > git rev-list --no-walk 028a0e7e35253d8bea1cba43bf359faff050a28b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:32:06 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:32:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:32:06 ========================================================= 17:32:06 EdgeX Global Pipelines Version Info 17:32:06 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:32:08 ------------------- 17:32:08 stable info: 17:32:08 ------------------- 17:32:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:32:08 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 17:32:08 Message: update stable to v1.0.191 17:32:09 ------------------- 17:32:09 experimental info: 17:32:09 ------------------- 17:32:09 Commited By: **** collab-it+edgex@linuxfoundation.org 17:32:09 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 17:32:09 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:32:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 17:32:09 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 17:32:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:32:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:32:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:32:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 17:32:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:32:09 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 17:32:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:32:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:32:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:32:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 17:32:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:32:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:32:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:32:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:32:09 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:32:09 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:32:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:32:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:32:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:32:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:32:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:32:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:32:10 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:32:10 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:32:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-228 [Pipeline] echo 17:32:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-228 [Pipeline] echo 17:32:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-228 [Pipeline] echo 17:32:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3c0be964356eddaf06394924de840221175d3a5b [Pipeline] echo 17:32:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3c0be96 [Pipeline] echo 17:32:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:32:10 + git log --format=format:%s -1 3c0be964356eddaf06394924de840221175d3a5b [Pipeline] echo 17:32:10 GIT_COMMIT: 3c0be964356eddaf06394924de840221175d3a5b, Commit Message: Merge commit '6424ef1aa096d3293dded1f1f35f7c692ad4658b' into HEAD [Pipeline] echo 17:32:10 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:32:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:32:11 17:32:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:32:12 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:32:12 latest: Pulling from edgex-devops/git-semver 17:32:12 31603596830f: Pulling fs layer 17:32:12 54011a49482f: Pulling fs layer 17:32:12 a6820b24f6d8: Pulling fs layer 17:32:12 f581987b2513: Pulling fs layer 17:32:12 f581987b2513: Waiting 17:32:12 54011a49482f: Verifying Checksum 17:32:12 54011a49482f: Download complete 17:32:12 31603596830f: Verifying Checksum 17:32:12 31603596830f: Download complete 17:32:12 a6820b24f6d8: Verifying Checksum 17:32:12 a6820b24f6d8: Download complete 17:32:12 f581987b2513: Verifying Checksum 17:32:12 f581987b2513: Download complete 17:32:12 31603596830f: Pull complete 17:32:12 54011a49482f: Pull complete 17:32:13 a6820b24f6d8: Pull complete 17:32:13 f581987b2513: Pull complete 17:32:13 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 17:32:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:32:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:32:14 prd-centos7-docker-4c-2g-4111 does not seem to be running inside a container 17:32:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-228 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-228:/w/workspace/xfoundry_go-mod-bootstrap_PR-228:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-228@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-228@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:10004/edgex-devops/git-semver:latest cat 17:32:16 $ docker top 98c92b6c950c5f6ac5c8979ff4fb0a84374433e2986b476c50d7d9a95e90e49b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:32:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:32:16 [ssh-agent] Looking for ssh-agent implementation... 17:32:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:32:16 $ docker exec 98c92b6c950c5f6ac5c8979ff4fb0a84374433e2986b476c50d7d9a95e90e49b ssh-agent 17:32:16 SSH_AUTH_SOCK=/tmp/ssh-MoaEMed7N08H/agent.12 17:32:16 SSH_AGENT_PID=17 17:32:16 Running ssh-add (command line suppressed) 17:32:17 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-228@tmp/private_key_6893678682286290964.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-228@tmp/private_key_6893678682286290964.key) 17:32:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:32:17 + git tag --points-at HEAD [Pipeline] } 17:32:17 $ docker exec --env ******** --env ******** 98c92b6c950c5f6ac5c8979ff4fb0a84374433e2986b476c50d7d9a95e90e49b ssh-agent -k 17:32:17 unset SSH_AUTH_SOCK; 17:32:17 unset SSH_AGENT_PID; 17:32:17 echo Agent pid 17 killed; 17:32:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:32:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:32:17 [ssh-agent] Looking for ssh-agent implementation... 17:32:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:32:17 $ docker exec 98c92b6c950c5f6ac5c8979ff4fb0a84374433e2986b476c50d7d9a95e90e49b ssh-agent 17:32:17 SSH_AUTH_SOCK=/tmp/ssh-NIKYHB5EfaRV/agent.46 17:32:17 SSH_AGENT_PID=52 17:32:17 Running ssh-add (command line suppressed) 17:32:18 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-228@tmp/private_key_1834963838139111219.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-228@tmp/private_key_1834963838139111219.key) 17:32:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:32:18 + git semver init 17:32:18 # -> Open(): unable to determine branch for HEAD 17:32:18 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-228/.git 17:32:18 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-228 17:32:18 # $SEMVER_REMOTE_NAME = origin 17:32:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:32:18 # $SEMVER_USER_NAME = edgex-jenkins 17:32:18 # $SEMVER_BRANCH = PR-228 17:32:18 # $SEMVER_TEMP = /tmp/semver-411754620 17:32:18 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 17:32:19 # '/tmp/semver-411754620' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-228/.semver' 17:32:19 # -> Force: false 17:32:19 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-228/.semver [Pipeline] } 17:32:19 $ docker exec --env ******** --env ******** 98c92b6c950c5f6ac5c8979ff4fb0a84374433e2986b476c50d7d9a95e90e49b ssh-agent -k 17:32:19 unset SSH_AUTH_SOCK; 17:32:19 unset SSH_AGENT_PID; 17:32:19 echo Agent pid 52 killed; 17:32:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:32:19 + git semver [Pipeline] } 17:32:19 $ docker stop --time=1 98c92b6c950c5f6ac5c8979ff4fb0a84374433e2986b476c50d7d9a95e90e49b 17:32:21 $ docker rm -f 98c92b6c950c5f6ac5c8979ff4fb0a84374433e2986b476c50d7d9a95e90e49b [Pipeline] // withDockerContainer [Pipeline] sh 17:32:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:32:22 Stashed 1 file(s) [Pipeline] echo 17:32:22 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 17:32:37 Still waiting to schedule task 17:32:37 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4108’ is offline; ‘prd-centos7-docker-4c-2g-4113’ is offline; ‘prd-centos7-docker-4c-2g-4114’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’ 17:32:37 Still waiting to schedule task 17:32:37 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:34:28 Running on prd-centos7-docker-4c-2g-4122 in /w/workspace/xfoundry_go-mod-bootstrap_PR-228 [Pipeline] { [Pipeline] ws 17:34:28 Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout 17:34:31 using credential edgex-jenkins-ssh 17:34:31 Cloning the remote Git repository 17:34:31 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 17:34:31 > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 17:34:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:34:31 > git --version # timeout=10 17:34:31 > git --version # 'git version 2.24.3' 17:34:31 using GIT_SSH to set credentials SSH Credentials for GitHub 17:34:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:34:32 Merging remotes/origin/master commit 6424ef1aa096d3293dded1f1f35f7c692ad4658b into PR head commit 028a0e7e35253d8bea1cba43bf359faff050a28b [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:34:32 Failed in branch amd64 17:34:32 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:34:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:34:32 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:34:32 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:34:32 using GIT_SSH to set credentials SSH Credentials for GitHub 17:34:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/228/head:refs/remotes/origin/PR-228 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:34:32 > git config core.sparsecheckout # timeout=10 17:34:32 > git checkout -f 028a0e7e35253d8bea1cba43bf359faff050a28b # timeout=10 17:35:09 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4119 in /w/workspace/xfoundry_go-mod-bootstrap_PR-228 [Pipeline] { [Pipeline] ws 17:35:09 Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout 17:35:14 using credential edgex-jenkins-ssh 17:35:14 Cloning the remote Git repository 17:35:14 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 17:35:15 > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 17:35:15 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:35:15 > git --version # timeout=10 17:35:15 > git --version # 'git version 2.17.1' 17:35:15 using GIT_SSH to set credentials SSH Credentials for GitHub 17:35:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:35:16 Merging remotes/origin/master commit 6424ef1aa096d3293dded1f1f35f7c692ad4658b into PR head commit 028a0e7e35253d8bea1cba43bf359faff050a28b 17:35:16 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:35:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:35:16 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:35:16 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:35:16 using GIT_SSH to set credentials SSH Credentials for GitHub 17:35:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/228/head:refs/remotes/origin/PR-228 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:35:16 > git config core.sparsecheckout # timeout=10 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:35:17 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:35:18 ---> sysstat.sh 17:35:16 > git checkout -f 028a0e7e35253d8bea1cba43bf359faff050a28b # timeout=10 [Pipeline] libraryResource [Pipeline] sh 17:35:18 ---> package-listing.sh 17:35:18 ++ facter osfamily 17:35:18 ++ tr '[:upper:]' '[:lower:]' 17:35:18 + OS_FAMILY=redhat 17:35:18 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-228 17:35:18 + START_PACKAGES=/tmp/packages_start.txt 17:35:18 + END_PACKAGES=/tmp/packages_end.txt 17:35:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:35:18 + PACKAGES=/tmp/packages_start.txt 17:35:18 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-228 ']' 17:35:18 + PACKAGES=/tmp/packages_end.txt 17:35:18 + case "${OS_FAMILY}" in 17:35:18 + rpm -qa 17:35:18 + sort 17:35:23 + '[' -f /tmp/packages_start.txt ']' 17:35:23 + '[' -f /tmp/packages_end.txt ']' 17:35:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:35:23 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-228 ']' 17:35:23 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-228/archives/ 17:35:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-228/archives/ [Pipeline] echo 17:35:23 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/xfoundry_go-mod-bootstrap_PR-228/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:35:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:35:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:35:23 17:35:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:35:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:35:24 alpine: Pulling from edgex-lftools-log-publisher 17:35:24 df20fa9351a1: Pulling fs layer 17:35:24 36b3adc4ff6f: Pulling fs layer 17:35:24 8ad3a11d3b57: Pulling fs layer 17:35:24 46f8f816bc3b: Pulling fs layer 17:35:24 93b61091891f: Pulling fs layer 17:35:24 93b9cdb0e59b: Pulling fs layer 17:35:24 5e14af77c1be: Pulling fs layer 17:35:24 01666e4c0597: Pulling fs layer 17:35:24 aa168da1d23b: Pulling fs layer 17:35:24 93b61091891f: Waiting 17:35:24 93b9cdb0e59b: Waiting 17:35:24 5e14af77c1be: Waiting 17:35:24 01666e4c0597: Waiting 17:35:24 aa168da1d23b: Waiting 17:35:24 46f8f816bc3b: Waiting 17:35:24 36b3adc4ff6f: Verifying Checksum 17:35:24 36b3adc4ff6f: Download complete 17:35:24 46f8f816bc3b: Verifying Checksum 17:35:24 46f8f816bc3b: Download complete 17:35:24 df20fa9351a1: Download complete 17:35:24 93b9cdb0e59b: Verifying Checksum 17:35:24 93b9cdb0e59b: Download complete 17:35:24 5e14af77c1be: Verifying Checksum 17:35:24 5e14af77c1be: Download complete 17:35:24 01666e4c0597: Verifying Checksum 17:35:24 01666e4c0597: Download complete 17:35:24 93b61091891f: Verifying Checksum 17:35:24 93b61091891f: Download complete 17:35:24 8ad3a11d3b57: Verifying Checksum 17:35:24 8ad3a11d3b57: Download complete 17:35:25 df20fa9351a1: Pull complete 17:35:25 36b3adc4ff6f: Pull complete 17:35:26 8ad3a11d3b57: Pull complete 17:35:26 46f8f816bc3b: Pull complete 17:35:27 93b61091891f: Pull complete 17:35:27 93b9cdb0e59b: Pull complete 17:35:27 5e14af77c1be: Pull complete 17:35:27 01666e4c0597: Pull complete 17:35:27 aa168da1d23b: Verifying Checksum 17:35:27 aa168da1d23b: Download complete 17:35:35 aa168da1d23b: Pull complete 17:35:35 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:35:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:35:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:35:36 prd-centos7-docker-4c-2g-4111 does not seem to be running inside a container 17:35:36 $ 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/xfoundry_go-mod-bootstrap_PR-228/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_PR-228 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-228:/w/workspace/xfoundry_go-mod-bootstrap_PR-228:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-228@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-228@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:10003/edgex-lftools-log-publisher:alpine cat 17:35:39 $ docker top a2b0dec24a3dc09bd5b7cc0ad1a88a61349cd426cc0bde274e95915b5e83d76e -eo pid,comm [Pipeline] { [Pipeline] sh 17:35:40 + touch /tmp/pre-build-complete [Pipeline] sh 17:35:40 + mkdir -p /var/log/sa [Pipeline] sh 17:35:41 + ls /var/log/sa-host 17:35:41 + sadf -c /var/log/sa-host/sa10 17:35:41 file_magic: OK 17:35:41 HZ: Using current value: 100 17:35:41 file_header: OK 17:35:41 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:35:41 Statistics: 17:35:41 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:35:41 File successfully converted to sysstat format version 12.2.1 17:35:41 + sadf -c /var/log/sa-host/sa23 17:35:41 file_magic: OK 17:35:41 HZ: Using current value: 100 17:35:41 file_header: OK 17:35:41 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:35:41 Statistics: 17:35:41 Hnuu...uuuununununu... 17:35:41 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:35:41 provisioning config files... 17:35:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-228@tmp/config5204892968436740055tmp [Pipeline] { [Pipeline] echo 17:35:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:35:41 ---> create-netrc.sh [Pipeline] } 17:35:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:35:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:35:41 ---> python-tools-install.sh [Pipeline] echo 17:35:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:35:42 ---> sudo-logs.sh 17:35:42 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:35:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:35:42 ---> job-cost.sh 17:35:42 lf-activate-venv: SKIPPING 17:35:42 INFO: No Stack... 17:35:44 INFO: Retrieving Pricing Info for: v1-standard-2 17:35:44 INFO: Archiving Costs [Pipeline] echo 17:35:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:35:44 ---> logs-deploy.sh 17:35:44 lf-activate-venv: SKIPPING 17:35:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-228/2 17:35:44 INFO: archiving workspace using pattern(s): 17:35:46 Archives upload complete. 17:35:46 INFO: archiving logs to Nexus 17:35:47 ---> uname -a: 17:35:47 Linux prd-centos7-docker-4c-2g-4111.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:35:47 17:35:47 17:35:47 ---> lscpu: 17:35:47 Architecture: x86_64 17:35:47 CPU op-mode(s): 32-bit, 64-bit 17:35:47 Byte Order: Little Endian 17:35:47 Address sizes: 40 bits physical, 48 bits virtual 17:35:47 CPU(s): 4 17:35:47 On-line CPU(s) list: 0-3 17:35:47 Thread(s) per core: 1 17:35:47 Core(s) per socket: 1 17:35:47 Socket(s): 4 17:35:47 NUMA node(s): 1 17:35:47 Vendor ID: GenuineIntel 17:35:47 CPU family: 6 17:35:47 Model: 44 17:35:47 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:35:47 Stepping: 1 17:35:47 CPU MHz: 2933.438 17:35:47 BogoMIPS: 5866.87 17:35:47 Virtualization: VT-x 17:35:47 Hypervisor vendor: KVM 17:35:47 Virtualization type: full 17:35:47 L1d cache: 128 KiB 17:35:47 L1i cache: 128 KiB 17:35:47 L2 cache: 16 MiB 17:35:47 L3 cache: 64 MiB 17:35:47 NUMA node0 CPU(s): 0-3 17:35:47 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:35:47 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:35:47 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:35:47 Vulnerability Meltdown: Mitigation; PTI 17:35:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:35:47 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:35:47 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:35:47 Vulnerability Srbds: Not affected 17:35:47 Vulnerability Tsx async abort: Not affected 17:35:47 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 17:35:47 17:35:47 17:35:47 ---> nproc: 17:35:47 4 17:35:47 17:35:47 17:35:47 ---> df -h: 17:35:47 Filesystem Size Used Available Use% Mounted on 17:35:47 overlay 50.0G 7.3G 42.7G 15% / 17:35:47 tmpfs 64.0M 0 64.0M 0% /dev 17:35:47 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:35:47 shm 64.0M 0 64.0M 0% /dev/shm 17:35:47 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 17:35:47 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 17:35:47 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 17:35:47 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 17:35:47 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 17:35:47 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 17:35:47 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 17:35:47 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 17:35:47 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-228 17:35:47 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-228@tmp 17:35:47 17:35:47 17:35:47 ---> free -m: 17:35:47 total used free shared buff/cache available 17:35:47 Mem: 1837 722 102 0 1012 1010 17:35:47 Swap: 1023 1 1022 17:35:47 17:35:47 17:35:47 ---> ip addr: 17:35:47 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:35:47 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:35:47 inet 127.0.0.1/8 scope host lo 17:35:47 valid_lft forever preferred_lft forever 17:35:47 inet6 ::1/128 scope host 17:35:47 valid_lft forever preferred_lft forever 17:35:47 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:35:47 link/ether fa:16:3e:62:79:a8 brd ff:ff:ff:ff:ff:ff 17:35:47 inet 10.30.122.149/23 brd 10.30.123.255 scope global dynamic eth0 17:35:47 valid_lft 86146sec preferred_lft 86146sec 17:35:47 inet6 fe80::f816:3eff:fe62:79a8/64 scope link 17:35:47 valid_lft forever preferred_lft forever 17:35:47 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:35:47 link/ether 02:42:d3:66:8b:c3 brd ff:ff:ff:ff:ff:ff 17:35:47 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:35:47 valid_lft forever preferred_lft forever 17:35:47 inet6 fe80::42:d3ff:fe66:8bc3/64 scope link 17:35:47 valid_lft forever preferred_lft forever 17:35:47 17:35:47 17:35:47 ---> sar -b -r -n DEV: 17:35:47 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) 17:35:47 17:35:47 17:31:21 LINUX RESTART (4 CPU) 17:35:47 17:35:47 17:32:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:35:47 17:33:01 51.26 13.15 38.10 0.00 4599.17 3309.92 0.00 17:35:47 17:34:01 1.27 0.00 1.27 0.00 0.00 27.96 0.00 17:35:47 17:35:01 0.35 0.00 0.35 0.00 0.00 4.66 0.00 17:35:47 Average: 17.25 4.29 12.96 0.00 1499.16 1089.90 0.00 17:35:47 17:35:47 17:32:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:35:47 17:33:01 168136 0 610540 32.45 2620 1100248 1121532 38.28 430256 1083456 8 17:35:47 17:34:01 172664 0 605956 32.21 2620 1100304 1105692 37.74 428940 1081088 20 17:35:47 17:35:01 170148 0 608516 32.34 2620 1100260 1092364 37.28 431024 1082012 20 17:35:47 Average: 170316 0 608337 32.33 2620 1100271 1106529 37.76 430073 1082185 16 17:35:47 17:35:47 17:32:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:35:47 17:33:01 eth0 166.27 116.58 470.43 28.82 0.00 0.00 0.00 0.00 17:35:47 17:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:35:47 17:33:01 docker0 3.60 2.53 1.04 7.73 0.00 0.00 0.00 0.00 17:35:47 17:34:01 eth0 2.98 0.87 0.96 0.60 0.00 0.00 0.00 0.00 17:35:47 17:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:35:47 17:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:35:47 17:35:01 eth0 5.43 0.95 1.38 0.75 0.00 0.00 0.00 0.00 17:35:47 17:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:35:47 17:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:35:47 Average: eth0 57.03 38.61 154.13 9.85 0.00 0.00 0.00 0.00 17:35:47 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:35:47 Average: docker0 1.17 0.83 0.34 2.52 0.00 0.00 0.00 0.00 17:35:47 17:35:47 17:35:47 ---> sar -P ALL: 17:35:47 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) 17:35:47 17:35:47 17:31:21 LINUX RESTART (4 CPU) 17:35:47 17:35:47 17:32:03 CPU %user %nice %system %iowait %steal %idle 17:35:47 17:33:01 all 3.54 0.00 2.25 1.39 0.07 92.77 17:35:47 17:33:01 0 4.06 0.00 2.91 0.84 0.05 92.14 17:35:47 17:33:01 1 3.80 0.00 2.00 0.14 0.05 94.01 17:35:47 17:33:01 2 3.32 0.00 1.88 2.41 0.09 92.31 17:35:47 17:33:01 3 2.97 0.00 2.20 2.15 0.07 92.61 17:35:47 17:34:01 all 0.15 0.00 0.05 0.00 0.00 99.80 17:35:47 17:34:01 0 0.03 0.00 0.05 0.00 0.02 99.90 17:35:47 17:34:01 1 0.47 0.00 0.05 0.00 0.00 99.48 17:35:47 17:34:01 2 0.07 0.00 0.05 0.00 0.00 99.88 17:35:47 17:34:01 3 0.03 0.00 0.03 0.00 0.00 99.93 17:35:47 17:35:01 all 0.14 0.00 0.04 0.00 0.02 99.80 17:35:47 17:35:01 0 0.10 0.00 0.05 0.00 0.03 99.82 17:35:47 17:35:01 1 0.23 0.00 0.03 0.00 0.02 99.72 17:35:47 17:35:01 2 0.08 0.00 0.03 0.00 0.02 99.87 17:35:47 17:35:01 3 0.13 0.00 0.05 0.00 0.00 99.82 17:35:47 Average: all 1.24 0.00 0.76 0.45 0.03 97.52 17:35:47 Average: 0 1.36 0.00 0.98 0.27 0.03 97.36 17:35:47 Average: 1 1.47 0.00 0.68 0.05 0.02 97.79 17:35:47 Average: 2 1.13 0.00 0.64 0.78 0.03 97.42 17:35:47 Average: 3 1.02 0.00 0.74 0.70 0.02 97.52 17:35:47 17:35:47 17:35:47