Pull request #2789 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 75437401aaf0e0f587015af03db21405a724386e rather than 5380023dc269671c254ab6aebce6adf2343ef3fc Obtained Jenkinsfile from 75437401aaf0e0f587015af03db21405a724386e 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f fc09f7fe5f69055b0e322e50b0bb9debbc716db4 # timeout=10 Commit message: "Merge pull request #271 from ernestojeda/documentation-changes" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5494 in /w/workspace/edgexfoundry_edgex-go_PR-2789 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/edgex-go.git > git init /w/workspace/edgex-go/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.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/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 75437401aaf0e0f587015af03db21405a724386e into PR head commit 5380023dc269671c254ab6aebce6adf2343ef3fc Merge succeeded, producing 5380023dc269671c254ab6aebce6adf2343ef3fc Checking out Revision 5380023dc269671c254ab6aebce6adf2343ef3fc (PR-2789) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.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/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2789/head:refs/remotes/origin/PR-2789 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5380023dc269671c254ab6aebce6adf2343ef3fc # 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 75437401aaf0e0f587015af03db21405a724386e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5380023dc269671c254ab6aebce6adf2343ef3fc # timeout=10 Commit message: "feat(metadata): Implement Metadata POST /device V2 API" First time build. Skipping changelog. > git rev-list --no-walk d077e371d513396c7ff45fd0f0d336433815ff8d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:50:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:50:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:50:34 ========================================================= 01:50:34 EdgeX Global Pipelines Version Info 01:50:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:50:36 ------------------- 01:50:36 stable info: 01:50:36 ------------------- 01:50:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:50:36 Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 01:50:36 Message: update stable to v1.0.142 01:50:37 ------------------- 01:50:37 experimental info: 01:50:37 ------------------- 01:50:37 Commited By: **** collab-it+edgex@linuxfoundation.org 01:50:37 Commit SHA: 2f41ad55dd360c8679175c2f18fa26421540ceb6 01:50:37 Message: update experimental to v1.0.143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:50:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:50:38 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:50:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:50:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:50:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:50:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:50:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:50:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:50:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 01:50:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 01:50:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:50:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:50:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:50:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:50:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:50:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:50:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:50:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:50:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:50:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 01:50:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 01:50:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2789 [Pipeline] echo 01:50:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2789 [Pipeline] echo 01:50:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2789 [Pipeline] echo 01:50:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5380023dc269671c254ab6aebce6adf2343ef3fc [Pipeline] echo 01:50:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5380023 [Pipeline] echo 01:50:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 01:50:41 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 01:50:41 + for file in '`ls cmd/**/Dockerfile`' 01:50:41 ++ cut -d/ -f2 01:50:41 ++ dirname cmd/core-command/Dockerfile 01:50:41 + echo core-command,cmd/core-command/Dockerfile 01:50:41 + for file in '`ls cmd/**/Dockerfile`' 01:50:41 ++ dirname cmd/core-data/Dockerfile 01:50:41 ++ cut -d/ -f2 01:50:41 + echo core-data,cmd/core-data/Dockerfile 01:50:41 + for file in '`ls cmd/**/Dockerfile`' 01:50:41 ++ dirname cmd/core-metadata/Dockerfile 01:50:41 ++ cut -d/ -f2 01:50:41 + echo core-metadata,cmd/core-metadata/Dockerfile 01:50:41 + for file in '`ls cmd/**/Dockerfile`' 01:50:41 ++ cut -d/ -f2 01:50:41 ++ dirname cmd/security-proxy-setup/Dockerfile 01:50:41 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:50:41 + for file in '`ls cmd/**/Dockerfile`' 01:50:41 ++ dirname cmd/security-secrets-setup/Dockerfile 01:50:41 ++ cut -d/ -f2 01:50:41 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 01:50:41 + for file in '`ls cmd/**/Dockerfile`' 01:50:41 ++ dirname cmd/security-secretstore-setup/Dockerfile 01:50:41 ++ cut -d/ -f2 01:50:41 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:50:41 + for file in '`ls cmd/**/Dockerfile`' 01:50:41 ++ cut -d/ -f2 01:50:41 ++ dirname cmd/support-logging/Dockerfile 01:50:41 + echo support-logging,cmd/support-logging/Dockerfile 01:50:41 + for file in '`ls cmd/**/Dockerfile`' 01:50:41 ++ dirname cmd/support-notifications/Dockerfile 01:50:41 ++ cut -d/ -f2 01:50:41 + echo support-notifications,cmd/support-notifications/Dockerfile 01:50:41 + for file in '`ls cmd/**/Dockerfile`' 01:50:41 ++ dirname cmd/support-scheduler/Dockerfile 01:50:41 ++ cut -d/ -f2 01:50:41 + echo support-scheduler,cmd/support-scheduler/Dockerfile 01:50:41 + for file in '`ls cmd/**/Dockerfile`' 01:50:41 ++ dirname cmd/sys-mgmt-agent/Dockerfile 01:50:41 ++ cut -d/ -f2 01:50:41 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 01:50:41 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 01:50:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:50:43 01:50:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:50:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:50:44 latest: Pulling from edgex-devops/git-semver 01:50:44 31603596830f: Pulling fs layer 01:50:44 2a8b12db71e7: Pulling fs layer 01:50:44 6ca5941a6612: Pulling fs layer 01:50:44 ecc8261a40a4: Pulling fs layer 01:50:44 ecc8261a40a4: Waiting 01:50:44 2a8b12db71e7: Verifying Checksum 01:50:44 2a8b12db71e7: Download complete 01:50:44 31603596830f: Verifying Checksum 01:50:44 31603596830f: Download complete 01:50:44 ecc8261a40a4: Verifying Checksum 01:50:44 ecc8261a40a4: Download complete 01:50:44 6ca5941a6612: Verifying Checksum 01:50:44 6ca5941a6612: Download complete 01:50:44 31603596830f: Pull complete 01:50:45 2a8b12db71e7: Pull complete 01:50:46 6ca5941a6612: Pull complete 01:50:46 ecc8261a40a4: Pull complete 01:50:46 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:50:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:50:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:50:47 prd-centos7-docker-4c-2g-5494 does not seem to be running inside a container 01:50:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 01:50:50 $ docker top 28de20b56cf22fe13d0259a227a81d40b7c06b9385ec4ab27986d3e8599ba434 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:50:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:50:50 [ssh-agent] Looking for ssh-agent implementation... 01:50:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:50:51 $ docker exec 28de20b56cf22fe13d0259a227a81d40b7c06b9385ec4ab27986d3e8599ba434 ssh-agent 01:50:51 SSH_AUTH_SOCK=/tmp/ssh-4UUFUT0uAJmT/agent.12 01:50:51 SSH_AGENT_PID=17 01:50:52 Running ssh-add (command line suppressed) 01:50:52 Identity added: /w/workspace/edgex-go/6@tmp/private_key_5851705530118125038.key (/w/workspace/edgex-go/6@tmp/private_key_5851705530118125038.key) 01:50:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:50:52 + git tag --points-at HEAD [Pipeline] } 01:50:52 $ docker exec --env ******** --env ******** 28de20b56cf22fe13d0259a227a81d40b7c06b9385ec4ab27986d3e8599ba434 ssh-agent -k 01:50:53 unset SSH_AUTH_SOCK; 01:50:53 unset SSH_AGENT_PID; 01:50:53 echo Agent pid 17 killed; 01:50:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:50:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:50:53 [ssh-agent] Looking for ssh-agent implementation... 01:50:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:50:53 $ docker exec 28de20b56cf22fe13d0259a227a81d40b7c06b9385ec4ab27986d3e8599ba434 ssh-agent 01:50:54 SSH_AUTH_SOCK=/tmp/ssh-e3ofOLfSsecD/agent.45 01:50:54 SSH_AGENT_PID=51 01:50:54 Running ssh-add (command line suppressed) 01:50:54 Identity added: /w/workspace/edgex-go/6@tmp/private_key_4214612693652382571.key (/w/workspace/edgex-go/6@tmp/private_key_4214612693652382571.key) 01:50:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:50:54 + git semver init 01:50:54 # -> Open(): unable to determine branch for HEAD 01:50:54 # $GIT_DIR = /w/workspace/edgex-go/6/.git 01:50:54 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 01:50:54 # $SEMVER_REMOTE_NAME = origin 01:50:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:50:54 # $SEMVER_USER_NAME = edgex-jenkins 01:50:54 # $SEMVER_BRANCH = PR-2789 01:50:54 # $SEMVER_TEMP = /tmp/semver-885743958 01:50:54 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 01:51:28 # '/tmp/semver-885743958' -> '/w/workspace/edgex-go/6/.semver' 01:51:28 # -> Force: false 01:51:28 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 01:51:28 $ docker exec --env ******** --env ******** 28de20b56cf22fe13d0259a227a81d40b7c06b9385ec4ab27986d3e8599ba434 ssh-agent -k 01:51:28 unset SSH_AUTH_SOCK; 01:51:28 unset SSH_AGENT_PID; 01:51:28 echo Agent pid 51 killed; 01:51:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:51:29 + git semver [Pipeline] } 01:51:29 $ docker stop --time=1 28de20b56cf22fe13d0259a227a81d40b7c06b9385ec4ab27986d3e8599ba434 01:51:31 $ docker rm -f 28de20b56cf22fe13d0259a227a81d40b7c06b9385ec4ab27986d3e8599ba434 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 01:51:32 Stashed 1 file(s) [Pipeline] echo 01:51:32 [edgeXSemver]: initialized semver on version 0.0.0 [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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 01:51:32 ========================================================= 01:51:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:51:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:51:33 + 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 . 01:51:33 error checking context: 'can't stat '/w/workspace/edgex-go/6/.semver''. [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:51:34 Failed in branch amd64 01:51:47 Still waiting to schedule task 01:51:47 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 01:53:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5495 in /w/workspace/edgexfoundry_edgex-go_PR-2789 [Pipeline] { [Pipeline] ws 01:53:31 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 01:53:36 using credential edgex-jenkins-ssh 01:53:36 Cloning the remote Git repository 01:53:36 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:53:37 > git init /w/workspace/edgex-go/6 # timeout=10 01:53:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:53:37 > git --version # timeout=10 01:53:37 > git --version # 'git version 2.17.1' 01:53:37 using GIT_SSH to set credentials SSH Credentials for GitHub 01:53:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:53:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:53:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:53:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:53:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:53:53 using GIT_SSH to set credentials SSH Credentials for GitHub 01:53:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2789/head:refs/remotes/origin/PR-2789 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:53:54 Merging remotes/origin/master commit 75437401aaf0e0f587015af03db21405a724386e into PR head commit 5380023dc269671c254ab6aebce6adf2343ef3fc [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:53:54 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (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] } 01:53:54 > git config core.sparsecheckout # timeout=10 01:53:54 > git checkout -f 5380023dc269671c254ab6aebce6adf2343ef3fc # timeout=10 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) 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 01:53:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:53:57 ---> package-listing.sh 01:53:57 ++ facter osfamily 01:53:57 ++ tr '[:upper:]' '[:lower:]' 01:53:58 + OS_FAMILY=redhat 01:53:58 + workspace=/w/workspace/edgex-go/6 01:53:58 + START_PACKAGES=/tmp/packages_start.txt 01:53:58 + END_PACKAGES=/tmp/packages_end.txt 01:53:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:53:58 + PACKAGES=/tmp/packages_start.txt 01:53:58 + '[' /w/workspace/edgex-go/6 ']' 01:53:58 + PACKAGES=/tmp/packages_end.txt 01:53:58 + case "${OS_FAMILY}" in 01:53:58 + rpm -qa 01:53:58 + sort 01:54:02 + '[' -f /tmp/packages_start.txt ']' 01:54:02 + '[' -f /tmp/packages_end.txt ']' 01:54:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:54:02 + '[' /w/workspace/edgex-go/6 ']' 01:54:02 + mkdir -p /w/workspace/edgex-go/6/archives/ 01:54:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 01:54:02 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/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:54:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:54:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:54:04 01:54:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:54:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:54:05 alpine: Pulling from edgex-lftools-log-publisher 01:54:05 df20fa9351a1: Pulling fs layer 01:54:05 36b3adc4ff6f: Pulling fs layer 01:54:05 8ad3a11d3b57: Pulling fs layer 01:54:05 46f8f816bc3b: Pulling fs layer 01:54:05 93b61091891f: Pulling fs layer 01:54:05 93b9cdb0e59b: Pulling fs layer 01:54:05 5e14af77c1be: Pulling fs layer 01:54:05 01666e4c0597: Pulling fs layer 01:54:05 aa168da1d23b: Pulling fs layer 01:54:05 93b9cdb0e59b: Waiting 01:54:05 5e14af77c1be: Waiting 01:54:05 01666e4c0597: Waiting 01:54:05 aa168da1d23b: Waiting 01:54:05 46f8f816bc3b: Waiting 01:54:05 93b61091891f: Waiting 01:54:06 36b3adc4ff6f: Download complete 01:54:06 46f8f816bc3b: Verifying Checksum 01:54:06 46f8f816bc3b: Download complete 01:54:07 df20fa9351a1: Verifying Checksum 01:54:07 df20fa9351a1: Download complete 01:54:07 93b9cdb0e59b: Verifying Checksum 01:54:07 93b9cdb0e59b: Download complete 01:54:07 93b61091891f: Verifying Checksum 01:54:07 93b61091891f: Download complete 01:54:07 5e14af77c1be: Download complete 01:54:07 01666e4c0597: Verifying Checksum 01:54:07 01666e4c0597: Download complete 01:54:07 df20fa9351a1: Pull complete 01:54:08 36b3adc4ff6f: Pull complete 01:54:08 8ad3a11d3b57: Verifying Checksum 01:54:08 8ad3a11d3b57: Download complete 01:54:09 8ad3a11d3b57: Pull complete 01:54:10 46f8f816bc3b: Pull complete 01:54:10 93b61091891f: Pull complete 01:54:10 93b9cdb0e59b: Pull complete 01:54:11 5e14af77c1be: Pull complete 01:54:11 01666e4c0597: Pull complete 01:54:16 aa168da1d23b: Verifying Checksum 01:54:16 aa168da1d23b: Download complete 01:54:31 aa168da1d23b: Pull complete 01:54:31 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:54:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:54:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:54:31 prd-centos7-docker-4c-2g-5494 does not seem to be running inside a container 01:54:31 $ 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/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 01:54:35 $ docker top 0300bd9fd2da2cc62e0663203141689c49a564aabe8ab63f17b2ec198fb27e63 -eo pid,comm [Pipeline] { [Pipeline] sh 01:54:36 + touch /tmp/pre-build-complete [Pipeline] sh 01:54:36 + mkdir -p /var/log/sa [Pipeline] sh 01:54:36 + ls /var/log/sa-host 01:54:36 + sadf -c /var/log/sa-host/sa05 01:54:36 file_magic: OK 01:54:36 HZ: Using current value: 100 01:54:36 file_header: OK 01:54:36 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 01:54:36 Statistics: 01:54:36 Hnuu...uuuununununu...Hnuu...uuuununununu... 01:54:36 File successfully converted to sysstat format version 12.2.1 01:54:36 + sadf -c /var/log/sa-host/sa15 01:54:36 file_magic: OK 01:54:36 HZ: Using current value: 100 01:54:36 file_header: OK 01:54:36 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 01:54:36 Statistics: 01:54:36 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:54:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:54:37 provisioning config files... 01:54:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config9088094888664972013tmp [Pipeline] { [Pipeline] echo 01:54:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:54:37 ---> create-netrc.sh [Pipeline] } 01:54:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:54:37 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:54:38 ---> python-tools-install.sh [Pipeline] echo 01:54:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:54:38 ---> sudo-logs.sh 01:54:38 Archiving 'sudo' log.. [Pipeline] echo 01:54:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:54:38 ---> job-cost.sh 01:54:39 lf-activate-venv: SKIPPING 01:54:39 INFO: No Stack... 01:54:39 INFO: Retrieving Pricing Info for: v1-standard-2 01:54:40 INFO: Archiving Costs [Pipeline] echo 01:54:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:54:40 ---> logs-deploy.sh 01:54:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2789/6 01:54:40 INFO: archiving workspace using pattern(s): 01:54:43 Archives upload complete. 01:54:43 INFO: archiving logs to Nexus 01:54:45 ---> uname -a: 01:54:45 Linux prd-centos7-docker-4c-2g-5494.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 01:54:45 01:54:45 01:54:45 ---> lscpu: 01:54:45 Architecture: x86_64 01:54:45 CPU op-mode(s): 32-bit, 64-bit 01:54:45 Byte Order: Little Endian 01:54:45 Address sizes: 40 bits physical, 48 bits virtual 01:54:45 CPU(s): 4 01:54:45 On-line CPU(s) list: 0-3 01:54:45 Thread(s) per core: 1 01:54:45 Core(s) per socket: 1 01:54:45 Socket(s): 4 01:54:45 NUMA node(s): 1 01:54:45 Vendor ID: GenuineIntel 01:54:45 CPU family: 6 01:54:45 Model: 44 01:54:45 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:54:45 Stepping: 1 01:54:45 CPU MHz: 2933.438 01:54:45 BogoMIPS: 5866.87 01:54:45 Virtualization: VT-x 01:54:45 Hypervisor vendor: KVM 01:54:45 Virtualization type: full 01:54:45 L1d cache: 128 KiB 01:54:45 L1i cache: 128 KiB 01:54:45 L2 cache: 16 MiB 01:54:45 L3 cache: 64 MiB 01:54:45 NUMA node0 CPU(s): 0-3 01:54:45 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:54:45 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:54:45 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:54:45 Vulnerability Meltdown: Mitigation; PTI 01:54:45 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:54:45 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:54:45 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:54:45 Vulnerability Tsx async abort: Not affected 01:54:45 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 01:54:45 01:54:45 01:54:45 ---> nproc: 01:54:45 4 01:54:45 01:54:45 01:54:45 ---> df -h: 01:54:45 Filesystem Size Used Available Use% Mounted on 01:54:45 overlay 50.0G 7.5G 42.5G 15% / 01:54:45 tmpfs 64.0M 0 64.0M 0% /dev 01:54:45 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:54:45 shm 64.0M 0 64.0M 0% /dev/shm 01:54:45 /dev/vda1 50.0G 7.5G 42.5G 15% /facter-os 01:54:45 /dev/vda1 50.0G 7.5G 42.5G 15% /etc/resolv.conf 01:54:45 /dev/vda1 50.0G 7.5G 42.5G 15% /etc/hostname 01:54:45 /dev/vda1 50.0G 7.5G 42.5G 15% /etc/hosts 01:54:45 /dev/vda1 50.0G 7.5G 42.5G 15% /run/cloud-init/result.json 01:54:45 /dev/vda1 50.0G 7.5G 42.5G 15% /var/log/sa-host 01:54:45 /dev/vda1 50.0G 7.5G 42.5G 15% /var/log/secure 01:54:45 /dev/vda1 50.0G 7.5G 42.5G 15% /var/log/auth.log 01:54:45 /dev/vda1 50.0G 7.5G 42.5G 15% /w/workspace/edgex-go/6@tmp 01:54:45 /dev/vda1 50.0G 7.5G 42.5G 15% /w/workspace/edgex-go/6 01:54:45 01:54:45 01:54:45 ---> free -m: 01:54:45 total used free shared buff/cache available 01:54:45 Mem: 1837 651 141 0 1044 1082 01:54:45 Swap: 1023 1 1022 01:54:45 01:54:45 01:54:45 ---> ip addr: 01:54:45 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:54:45 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:54:45 inet 127.0.0.1/8 scope host lo 01:54:45 valid_lft forever preferred_lft forever 01:54:45 inet6 ::1/128 scope host 01:54:45 valid_lft forever preferred_lft forever 01:54:45 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:54:45 link/ether fa:16:3e:ef:9e:4e brd ff:ff:ff:ff:ff:ff 01:54:45 inet 10.30.122.11/23 brd 10.30.123.255 scope global dynamic eth0 01:54:45 valid_lft 86094sec preferred_lft 86094sec 01:54:45 inet6 fe80::f816:3eff:feef:9e4e/64 scope link 01:54:45 valid_lft forever preferred_lft forever 01:54:45 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:54:45 link/ether 02:42:c8:2e:5c:d3 brd ff:ff:ff:ff:ff:ff 01:54:45 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:54:45 valid_lft forever preferred_lft forever 01:54:45 inet6 fe80::42:c8ff:fe2e:5cd3/64 scope link 01:54:45 valid_lft forever preferred_lft forever 01:54:45 01:54:45 01:54:45 ---> sar -b -r -n DEV: 01:54:45 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/15/20 _x86_64_ (4 CPU) 01:54:45 01:54:45 01:49:18 LINUX RESTART (4 CPU) 01:54:45 01:54:45 01:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:54:45 01:51:01 69.62 21.61 48.01 0.00 5752.16 10231.66 0.00 01:54:45 01:52:01 57.03 38.52 18.51 0.00 3019.72 10587.34 0.00 01:54:45 01:53:01 1.83 0.00 1.83 0.00 0.00 38.03 0.00 01:54:45 01:54:01 42.31 42.08 0.23 0.00 4063.55 2.69 0.00 01:54:45 Average: 42.71 25.56 17.15 0.00 3210.41 5216.60 0.00 01:54:45 01:54:45 01:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:54:45 01:51:01 75976 0 604772 32.14 2620 1198188 1334204 45.53 538016 1100604 55904 01:54:45 01:52:01 357192 0 539884 28.69 2620 981860 1167616 39.85 464336 899328 120 01:54:45 01:53:01 369072 0 528024 28.06 2620 981840 1071136 36.56 458100 895500 8 01:54:45 01:54:01 221468 0 553416 29.41 2620 1104052 1107284 37.79 484028 1016988 56 01:54:45 Average: 255927 0 556524 29.58 2620 1066485 1170060 39.93 486120 978105 14022 01:54:45 01:54:45 01:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:54:45 01:51:01 vetha13db29 322.92 269.62 32.48 954.37 0.00 0.00 0.00 0.00 01:54:45 01:51:01 eth0 867.76 722.04 4571.04 116.70 0.00 0.00 0.00 0.00 01:54:45 01:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:45 01:51:01 docker0 322.92 269.49 28.06 954.36 0.00 0.00 0.00 0.00 01:54:45 01:52:01 eth0 414.83 412.77 1703.84 66.54 0.00 0.00 0.00 0.00 01:54:45 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:45 01:52:01 docker0 400.20 399.67 35.64 1691.21 0.00 0.00 0.00 0.00 01:54:45 01:53:01 eth0 0.77 0.08 0.06 0.01 0.00 0.00 0.00 0.00 01:54:45 01:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:45 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:45 01:54:01 eth0 6.03 3.54 5.45 2.17 0.00 0.00 0.00 0.00 01:54:45 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:45 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:45 Average: eth0 322.52 284.75 1571.04 46.38 0.00 0.00 0.00 0.00 01:54:45 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:45 Average: docker0 180.83 167.32 15.93 661.50 0.00 0.00 0.00 0.00 01:54:45 01:54:45 01:54:45 ---> sar -P ALL: 01:54:45 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/15/20 _x86_64_ (4 CPU) 01:54:45 01:54:45 01:49:18 LINUX RESTART (4 CPU) 01:54:45 01:54:45 01:50:01 CPU %user %nice %system %iowait %steal %idle 01:54:45 01:51:01 all 14.73 0.00 5.61 1.90 16.81 60.94 01:54:45 01:51:01 0 15.66 0.00 6.02 0.69 18.24 59.40 01:54:45 01:51:01 1 16.09 0.00 4.95 4.48 15.94 58.53 01:54:45 01:51:01 2 14.95 0.00 5.74 1.60 16.80 60.91 01:54:45 01:51:01 3 12.24 0.00 5.73 0.85 16.28 64.90 01:54:45 01:52:01 all 6.02 0.00 1.66 0.45 6.65 85.23 01:54:45 01:52:01 0 4.27 0.00 1.96 0.74 8.32 84.70 01:54:45 01:52:01 1 6.42 0.00 1.61 0.32 5.94 85.72 01:54:45 01:52:01 2 4.67 0.00 1.30 0.40 6.12 87.52 01:54:45 01:52:01 3 8.70 0.00 1.76 0.34 6.25 82.95 01:54:45 01:53:01 all 0.08 0.00 0.09 0.00 0.83 99.00 01:54:45 01:53:01 0 0.03 0.00 0.10 0.00 1.11 98.76 01:54:45 01:53:01 1 0.10 0.00 0.10 0.00 0.65 99.15 01:54:45 01:53:01 2 0.05 0.00 0.07 0.00 0.89 98.99 01:54:45 01:53:01 3 0.13 0.00 0.10 0.00 0.67 99.10 01:54:45 01:54:01 all 0.69 0.00 0.23 0.84 0.84 97.41 01:54:45 01:54:01 0 0.40 0.00 0.18 0.30 0.81 98.31 01:54:45 01:54:01 1 1.69 0.00 0.45 1.37 0.77 95.72 01:54:45 01:54:01 2 0.17 0.00 0.13 0.30 0.86 98.54 01:54:45 01:54:01 3 0.50 0.00 0.15 1.40 0.92 97.04 01:54:45 Average: all 5.36 0.00 1.89 0.80 6.26 85.70 01:54:45 Average: 0 5.06 0.00 2.05 0.43 7.08 85.38 01:54:45 Average: 1 6.06 0.00 1.77 1.53 5.81 84.83 01:54:45 Average: 2 4.92 0.00 1.79 0.57 6.13 86.58 01:54:45 Average: 3 5.38 0.00 1.93 0.65 6.02 86.01 01:54:45 01:54:45 01:54:45