Pull request #27 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ca1a90024e3d3fca85a13dd3fd878016eb1e1c29+b106d00ae92e946d2103bc6c1464522635373c7b (b2bebe4c011c92b66d0d121e4c08a4e5e7a02648) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 370697454611dc68c0596e0d0a50477a8de841a8 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 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 370697454611dc68c0596e0d0a50477a8de841a8 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 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 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go, goVersion:1.13] ========================================================= [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: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-rest-go 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/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4189 in /w/workspace/dgexfoundry_device-rest-go_PR-27 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/dgexfoundry_device-rest-go_PR-27 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/27/head:refs/remotes/origin/PR-27 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit b106d00ae92e946d2103bc6c1464522635373c7b into PR head commit ca1a90024e3d3fca85a13dd3fd878016eb1e1c29 Merge succeeded, producing 6cd080d4ef210ed05295b34cae3765f2aaae7cf9 Checking out Revision 6cd080d4ef210ed05295b34cae3765f2aaae7cf9 (PR-27) > git config core.sparsecheckout # timeout=10 > git checkout -f ca1a90024e3d3fca85a13dd3fd878016eb1e1c29 # 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 b106d00ae92e946d2103bc6c1464522635373c7b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6cd080d4ef210ed05295b34cae3765f2aaae7cf9 # timeout=10 Commit message: "Merge commit 'b106d00ae92e946d2103bc6c1464522635373c7b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-23T20:35:50.175Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-23T20:35:50.303Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 211448c824968b5a705ab85d9bd1fa2393a65460 # timeout=10 [Pipeline] echo [2020-06-23T20:35:50.343Z] ========================================================= [2020-06-23T20:35:50.343Z] EdgeX Global Pipelines Version Info [2020-06-23T20:35:50.343Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-23T20:35:52.201Z] ------------------- [2020-06-23T20:35:52.201Z] stable info: [2020-06-23T20:35:52.201Z] ------------------- [2020-06-23T20:35:52.201Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-23T20:35:52.201Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-23T20:35:52.201Z] Message: update stable to v1.0.89 [2020-06-23T20:35:52.771Z] ------------------- [2020-06-23T20:35:52.771Z] experimental info: [2020-06-23T20:35:52.771Z] ------------------- [2020-06-23T20:35:52.771Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-23T20:35:52.771Z] Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 [2020-06-23T20:35:52.771Z] Message: update experimental to v1.0.90 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-23T20:35:54.255Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T20:35:54.255Z] [2020-06-23T20:35:54.255Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-23T20:35:54.593Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T20:35:54.860Z] latest: Pulling from edgex-devops/git-semver [2020-06-23T20:35:54.860Z] 9123ac7c32f7: Pulling fs layer [2020-06-23T20:35:54.860Z] b8cc5d1170e3: Pulling fs layer [2020-06-23T20:35:54.860Z] 2924cbbf6a41: Pulling fs layer [2020-06-23T20:35:54.860Z] 93b08a4f1073: Pulling fs layer [2020-06-23T20:35:54.860Z] 93b08a4f1073: Waiting [2020-06-23T20:35:54.860Z] b8cc5d1170e3: Verifying Checksum [2020-06-23T20:35:54.860Z] b8cc5d1170e3: Download complete [2020-06-23T20:35:54.860Z] 9123ac7c32f7: Verifying Checksum [2020-06-23T20:35:54.860Z] 9123ac7c32f7: Download complete [2020-06-23T20:35:54.860Z] 93b08a4f1073: Verifying Checksum [2020-06-23T20:35:54.860Z] 93b08a4f1073: Download complete [2020-06-23T20:35:54.860Z] 2924cbbf6a41: Verifying Checksum [2020-06-23T20:35:54.860Z] 2924cbbf6a41: Download complete [2020-06-23T20:35:55.123Z] 9123ac7c32f7: Pull complete [2020-06-23T20:35:55.384Z] b8cc5d1170e3: Pull complete [2020-06-23T20:35:55.979Z] 2924cbbf6a41: Pull complete [2020-06-23T20:35:56.241Z] 93b08a4f1073: Pull complete [2020-06-23T20:35:56.241Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-23T20:35:56.241Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-23T20:35:56.241Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-23T20:35:56.354Z] prd-centos7-docker-4c-2g-4189 does not seem to be running inside a container [2020-06-23T20:35:56.407Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-27 -v /w/workspace/dgexfoundry_device-rest-go_PR-27:/w/workspace/dgexfoundry_device-rest-go_PR-27:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-27@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-23T20:35:58.319Z] $ docker top 13b5dd47a9d9d71e076779e6165ba8d1e3441de204fcdac2d63f8b59af283a56 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-23T20:35:58.523Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-23T20:35:58.523Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-23T20:35:58.729Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-23T20:35:58.737Z] $ docker exec 13b5dd47a9d9d71e076779e6165ba8d1e3441de204fcdac2d63f8b59af283a56 ssh-agent [2020-06-23T20:35:58.898Z] SSH_AUTH_SOCK=/tmp/ssh-cqUuqLdBpFwl/agent.12 [2020-06-23T20:35:58.898Z] SSH_AGENT_PID=17 [2020-06-23T20:35:58.913Z] Running ssh-add (command line suppressed) [2020-06-23T20:35:59.034Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_7661978269591774840.key (/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_7661978269591774840.key) [2020-06-23T20:35:59.082Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-23T20:35:59.394Z] + git describe --exact-match --tags HEAD [2020-06-23T20:35:59.394Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-23T20:35:59.463Z] $ docker exec --env ******** --env ******** 13b5dd47a9d9d71e076779e6165ba8d1e3441de204fcdac2d63f8b59af283a56 ssh-agent -k [2020-06-23T20:35:59.577Z] unset SSH_AUTH_SOCK; [2020-06-23T20:35:59.578Z] unset SSH_AGENT_PID; [2020-06-23T20:35:59.578Z] echo Agent pid 17 killed; [2020-06-23T20:35:59.619Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-23T20:35:59.657Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-23T20:35:59.657Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-23T20:35:59.701Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-23T20:35:59.701Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-23T20:35:59.859Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-23T20:35:59.868Z] $ docker exec 13b5dd47a9d9d71e076779e6165ba8d1e3441de204fcdac2d63f8b59af283a56 ssh-agent [2020-06-23T20:36:00.017Z] SSH_AUTH_SOCK=/tmp/ssh-AX9BGnzzvGU7/agent.46 [2020-06-23T20:36:00.018Z] SSH_AGENT_PID=51 [2020-06-23T20:36:00.025Z] Running ssh-add (command line suppressed) [2020-06-23T20:36:00.142Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_183093680740502886.key (/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_183093680740502886.key) [2020-06-23T20:36:00.192Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-23T20:36:00.502Z] + git semver init [2020-06-23T20:36:00.502Z] # -> Open(): unable to determine branch for HEAD [2020-06-23T20:36:00.502Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-27/.git [2020-06-23T20:36:00.502Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-27 [2020-06-23T20:36:00.502Z] # $SEMVER_REMOTE_NAME = origin [2020-06-23T20:36:00.502Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-23T20:36:00.502Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-23T20:36:00.502Z] # $SEMVER_BRANCH = PR-27 [2020-06-23T20:36:00.502Z] # $SEMVER_TEMP = /tmp/semver-265512130 [2020-06-23T20:36:00.502Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2020-06-23T20:36:01.450Z] # '/tmp/semver-265512130' -> '/w/workspace/dgexfoundry_device-rest-go_PR-27/.semver' [2020-06-23T20:36:01.450Z] # -> Force: false [2020-06-23T20:36:01.450Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-27/.semver [Pipeline] } [2020-06-23T20:36:01.474Z] $ docker exec --env ******** --env ******** 13b5dd47a9d9d71e076779e6165ba8d1e3441de204fcdac2d63f8b59af283a56 ssh-agent -k [2020-06-23T20:36:01.593Z] unset SSH_AUTH_SOCK; [2020-06-23T20:36:01.593Z] unset SSH_AGENT_PID; [2020-06-23T20:36:01.593Z] echo Agent pid 51 killed; [2020-06-23T20:36:01.641Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-23T20:36:02.044Z] + git semver [Pipeline] } [2020-06-23T20:36:02.073Z] $ docker stop --time=1 13b5dd47a9d9d71e076779e6165ba8d1e3441de204fcdac2d63f8b59af283a56 [2020-06-23T20:36:03.948Z] $ docker rm -f 13b5dd47a9d9d71e076779e6165ba8d1e3441de204fcdac2d63f8b59af283a56 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-23T20:36:05.444Z] Stashed 24 file(s) [Pipeline] echo [2020-06-23T20:36:05.446Z] [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] node [2020-06-23T20:36:20.602Z] Still waiting to schedule task [2020-06-23T20:36:20.603Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4189’ [2020-06-23T20:36:20.604Z] Still waiting to schedule task [2020-06-23T20:36:20.604Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-23T20:37:56.490Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4190 in /w/workspace/dgexfoundry_device-rest-go_PR-27 [Pipeline] { [Pipeline] ws [2020-06-23T20:37:56.514Z] Running in /w/workspace/device-rest-go/6 [Pipeline] { [Pipeline] checkout [2020-06-23T20:38:01.077Z] using credential edgex-jenkins-ssh [2020-06-23T20:38:01.110Z] Cloning the remote Git repository [2020-06-23T20:38:01.110Z] Cloning with configured refspecs honoured and without tags [2020-06-23T20:38:01.184Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-06-23T20:38:01.284Z] > git init /w/workspace/device-rest-go/6 # timeout=10 [2020-06-23T20:38:01.353Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-23T20:38:01.353Z] > git --version # timeout=10 [2020-06-23T20:38:01.372Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T20:38:01.420Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T20:38:03.884Z] Fetching without tags [2020-06-23T20:38:03.797Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-23T20:38:03.814Z] > git config --add remote.origin.fetch +refs/pull/27/head:refs/remotes/origin/PR-27 # timeout=10 [2020-06-23T20:38:03.828Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T20:38:03.862Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-23T20:38:03.899Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-23T20:38:03.899Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T20:38:03.910Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T20:38:04.452Z] Merging remotes/origin/master commit b106d00ae92e946d2103bc6c1464522635373c7b into PR head commit ca1a90024e3d3fca85a13dd3fd878016eb1e1c29 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-23T20:38:04.656Z] Failed in branch arm64 [2020-06-23T20:38:04.478Z] > git config core.sparsecheckout # timeout=10 [2020-06-23T20:38:04.499Z] > git checkout -f ca1a90024e3d3fca85a13dd3fd878016eb1e1c29 # timeout=10 [2020-06-23T20:38:11.104Z] Running on prd-centos7-docker-4c-2g-4191 in /w/workspace/dgexfoundry_device-rest-go_PR-27 [Pipeline] { [Pipeline] ws [2020-06-23T20:38:11.128Z] Running in /w/workspace/device-rest-go/6 [Pipeline] { [Pipeline] checkout [2020-06-23T20:38:13.681Z] using credential edgex-jenkins-ssh [2020-06-23T20:38:13.714Z] Cloning the remote Git repository [2020-06-23T20:38:13.714Z] Cloning with configured refspecs honoured and without tags [2020-06-23T20:38:13.170Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-06-23T20:38:13.238Z] > git init /w/workspace/device-rest-go/6 # timeout=10 [2020-06-23T20:38:13.281Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-23T20:38:13.282Z] > git --version # timeout=10 [2020-06-23T20:38:13.291Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T20:38:13.331Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T20:38:15.916Z] Fetching without tags [2020-06-23T20:38:16.342Z] Merging remotes/origin/master commit b106d00ae92e946d2103bc6c1464522635373c7b into PR head commit ca1a90024e3d3fca85a13dd3fd878016eb1e1c29 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-23T20:38:16.487Z] Failed in branch amd64 [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] } [2020-06-23T20:38:15.497Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-23T20:38:15.507Z] > git config --add remote.origin.fetch +refs/pull/27/head:refs/remotes/origin/PR-27 # timeout=10 [2020-06-23T20:38:15.512Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T20:38:15.521Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-06-23T20:38:15.531Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-06-23T20:38:15.531Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-23T20:38:15.536Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-23T20:38:15.997Z] > git config core.sparsecheckout # timeout=10 [2020-06-23T20:38:16.005Z] > git checkout -f ca1a90024e3d3fca85a13dd3fd878016eb1e1c29 # timeout=10 [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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-23T20:38:17.412Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T20:38:17.972Z] ---> package-listing.sh [2020-06-23T20:38:17.972Z] ++ facter osfamily [2020-06-23T20:38:17.972Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-23T20:38:17.972Z] + OS_FAMILY=redhat [2020-06-23T20:38:17.972Z] + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-27 [2020-06-23T20:38:17.972Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-23T20:38:17.972Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-23T20:38:17.972Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-23T20:38:17.972Z] + PACKAGES=/tmp/packages_start.txt [2020-06-23T20:38:17.972Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-27 ']' [2020-06-23T20:38:17.972Z] + PACKAGES=/tmp/packages_end.txt [2020-06-23T20:38:17.972Z] + case "${OS_FAMILY}" in [2020-06-23T20:38:17.972Z] + rpm -qa [2020-06-23T20:38:17.972Z] + sort [2020-06-23T20:38:22.185Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-23T20:38:22.185Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-23T20:38:22.185Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-23T20:38:22.185Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-27 ']' [2020-06-23T20:38:22.185Z] + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-27/archives/ [2020-06-23T20:38:22.185Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-27/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-23T20:38:22.824Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-23T20:38:22.824Z] [2020-06-23T20:38:22.824Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-23T20:38:23.201Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-23T20:38:23.201Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-23T20:38:23.201Z] c9b1b535fdd9: Pulling fs layer [2020-06-23T20:38:23.201Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-23T20:38:23.201Z] 756a868c4378: Pulling fs layer [2020-06-23T20:38:23.201Z] 444b2fc9a129: Pulling fs layer [2020-06-23T20:38:23.201Z] ea15f1150254: Pulling fs layer [2020-06-23T20:38:23.201Z] 41b27a9f41bf: Pulling fs layer [2020-06-23T20:38:23.201Z] 28c525ee5125: Pulling fs layer [2020-06-23T20:38:23.201Z] 094b1ea09ed8: Pulling fs layer [2020-06-23T20:38:23.201Z] 138eaada9080: Pulling fs layer [2020-06-23T20:38:23.201Z] 0622d0fa9048: Pulling fs layer [2020-06-23T20:38:23.201Z] 28c525ee5125: Waiting [2020-06-23T20:38:23.201Z] 094b1ea09ed8: Waiting [2020-06-23T20:38:23.201Z] 138eaada9080: Waiting [2020-06-23T20:38:23.201Z] 444b2fc9a129: Waiting [2020-06-23T20:38:23.201Z] 0622d0fa9048: Waiting [2020-06-23T20:38:23.201Z] ea15f1150254: Waiting [2020-06-23T20:38:23.201Z] 41b27a9f41bf: Waiting [2020-06-23T20:38:23.201Z] 2cc5ad85d9ab: Download complete [2020-06-23T20:38:23.201Z] 444b2fc9a129: Verifying Checksum [2020-06-23T20:38:23.201Z] 444b2fc9a129: Download complete [2020-06-23T20:38:23.201Z] c9b1b535fdd9: Verifying Checksum [2020-06-23T20:38:23.201Z] c9b1b535fdd9: Download complete [2020-06-23T20:38:23.468Z] ea15f1150254: Verifying Checksum [2020-06-23T20:38:23.468Z] ea15f1150254: Download complete [2020-06-23T20:38:23.468Z] 28c525ee5125: Verifying Checksum [2020-06-23T20:38:23.468Z] 28c525ee5125: Download complete [2020-06-23T20:38:23.763Z] 756a868c4378: Verifying Checksum [2020-06-23T20:38:23.763Z] 756a868c4378: Download complete [2020-06-23T20:38:23.763Z] c9b1b535fdd9: Pull complete [2020-06-23T20:38:24.241Z] 138eaada9080: Verifying Checksum [2020-06-23T20:38:24.241Z] 138eaada9080: Download complete [2020-06-23T20:38:24.241Z] 0622d0fa9048: Verifying Checksum [2020-06-23T20:38:24.241Z] 0622d0fa9048: Download complete [2020-06-23T20:38:24.241Z] 094b1ea09ed8: Verifying Checksum [2020-06-23T20:38:24.241Z] 094b1ea09ed8: Download complete [2020-06-23T20:38:24.241Z] 2cc5ad85d9ab: Pull complete [2020-06-23T20:38:24.517Z] 41b27a9f41bf: Verifying Checksum [2020-06-23T20:38:24.517Z] 41b27a9f41bf: Download complete [2020-06-23T20:38:25.918Z] 756a868c4378: Pull complete [2020-06-23T20:38:25.918Z] 444b2fc9a129: Pull complete [2020-06-23T20:38:26.190Z] ea15f1150254: Pull complete [2020-06-23T20:38:30.409Z] 41b27a9f41bf: Pull complete [2020-06-23T20:38:30.409Z] 28c525ee5125: Pull complete [2020-06-23T20:38:32.970Z] 094b1ea09ed8: Pull complete [2020-06-23T20:38:33.237Z] 138eaada9080: Pull complete [2020-06-23T20:38:33.237Z] 0622d0fa9048: Pull complete [2020-06-23T20:38:33.237Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-23T20:38:33.498Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-23T20:38:33.498Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-23T20:38:33.641Z] prd-centos7-docker-4c-2g-4189 does not seem to be running inside a container [2020-06-23T20:38:33.724Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dgexfoundry_device-rest-go_PR-27 -v /w/workspace/dgexfoundry_device-rest-go_PR-27:/w/workspace/dgexfoundry_device-rest-go_PR-27:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-27@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-23T20:38:36.492Z] $ docker top eb147e17a5818538e850dcf48c710f563c4af4faf338e678dc2ccd7e2d940a42 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-23T20:38:36.663Z] provisioning config files... [2020-06-23T20:38:36.680Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/config7692681961781460871tmp [Pipeline] { [Pipeline] echo [2020-06-23T20:38:36.712Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T20:38:37.008Z] ---> create-netrc.sh [Pipeline] echo [2020-06-23T20:38:37.018Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-23T20:38:37.314Z] ---> logs-deploy.sh [2020-06-23T20:38:37.314Z] + ARCHIVE_ARTIFACTS= [2020-06-23T20:38:37.314Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-23T20:38:37.314Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-23T20:38:37.314Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-23T20:38:37.314Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-27/6 [2020-06-23T20:38:37.314Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/PR-27/6/ [2020-06-23T20:38:37.314Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-27/6 /w/workspace/dgexfoundry_device-rest-go_PR-27 [2020-06-23T20:38:38.700Z] Archives upload complete. [2020-06-23T20:38:38.700Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-27/6 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/PR-27/6/ [2020-06-23T20:38:39.275Z] ---> uname -a: [2020-06-23T20:38:39.275Z] Linux eb147e17a581 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-06-23T20:38:39.275Z] [2020-06-23T20:38:39.275Z] [2020-06-23T20:38:39.275Z] ---> lscpu: [2020-06-23T20:38:39.275Z] Architecture: x86_64 [2020-06-23T20:38:39.275Z] CPU op-mode(s): 32-bit, 64-bit [2020-06-23T20:38:39.275Z] Byte Order: Little Endian [2020-06-23T20:38:39.275Z] Address sizes: 40 bits physical, 48 bits virtual [2020-06-23T20:38:39.275Z] CPU(s): 4 [2020-06-23T20:38:39.275Z] On-line CPU(s) list: 0-3 [2020-06-23T20:38:39.275Z] Thread(s) per core: 1 [2020-06-23T20:38:39.275Z] Core(s) per socket: 1 [2020-06-23T20:38:39.275Z] Socket(s): 4 [2020-06-23T20:38:39.275Z] NUMA node(s): 1 [2020-06-23T20:38:39.275Z] Vendor ID: GenuineIntel [2020-06-23T20:38:39.275Z] CPU family: 6 [2020-06-23T20:38:39.275Z] Model: 44 [2020-06-23T20:38:39.275Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-06-23T20:38:39.275Z] Stepping: 1 [2020-06-23T20:38:39.275Z] CPU MHz: 2933.438 [2020-06-23T20:38:39.275Z] BogoMIPS: 5866.87 [2020-06-23T20:38:39.275Z] Virtualization: VT-x [2020-06-23T20:38:39.275Z] Hypervisor vendor: KVM [2020-06-23T20:38:39.275Z] Virtualization type: full [2020-06-23T20:38:39.275Z] L1d cache: 128 KiB [2020-06-23T20:38:39.275Z] L1i cache: 128 KiB [2020-06-23T20:38:39.275Z] L2 cache: 16 MiB [2020-06-23T20:38:39.275Z] L3 cache: 64 MiB [2020-06-23T20:38:39.275Z] NUMA node0 CPU(s): 0-3 [2020-06-23T20:38:39.275Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-06-23T20:38:39.275Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-06-23T20:38:39.275Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-06-23T20:38:39.275Z] Vulnerability Meltdown: Mitigation; PTI [2020-06-23T20:38:39.275Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-06-23T20:38:39.275Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-06-23T20:38:39.275Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-06-23T20:38:39.275Z] Vulnerability Tsx async abort: Not affected [2020-06-23T20:38:39.275Z] 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 [2020-06-23T20:38:39.275Z] [2020-06-23T20:38:39.275Z] [2020-06-23T20:38:39.275Z] ---> nproc: [2020-06-23T20:38:39.275Z] 4 [2020-06-23T20:38:39.275Z] [2020-06-23T20:38:39.275Z] [2020-06-23T20:38:39.275Z] ---> df -h: [2020-06-23T20:38:39.275Z] Filesystem Size Used Available Use% Mounted on [2020-06-23T20:38:39.275Z] overlay 50.0G 7.3G 42.7G 15% / [2020-06-23T20:38:39.275Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-06-23T20:38:39.275Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-06-23T20:38:39.275Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-06-23T20:38:39.275Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2020-06-23T20:38:39.275Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2020-06-23T20:38:39.275Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2020-06-23T20:38:39.275Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa [2020-06-23T20:38:39.275Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-rest-go_PR-27 [2020-06-23T20:38:39.275Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp [2020-06-23T20:38:39.275Z] [2020-06-23T20:38:39.275Z] [2020-06-23T20:38:39.275Z] ---> free -m: [2020-06-23T20:38:39.275Z] total used free shared buff/cache available [2020-06-23T20:38:39.275Z] Mem: 1837 657 109 0 1070 1074 [2020-06-23T20:38:39.275Z] Swap: 1023 1 1022 [2020-06-23T20:38:39.275Z] [2020-06-23T20:38:39.275Z] [2020-06-23T20:38:39.275Z] ---> ip addr: [2020-06-23T20:38:39.275Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-06-23T20:38:39.275Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-06-23T20:38:39.275Z] inet 127.0.0.1/8 scope host lo [2020-06-23T20:38:39.275Z] valid_lft forever preferred_lft forever [2020-06-23T20:38:39.275Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-06-23T20:38:39.275Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-06-23T20:38:39.275Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-06-23T20:38:39.275Z] valid_lft forever preferred_lft forever [2020-06-23T20:38:39.275Z] [2020-06-23T20:38:39.275Z] [2020-06-23T20:38:39.275Z] ---> sar -b -r -n DEV: [2020-06-23T20:38:39.275Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/23/20 _x86_64_ (4 CPU) [2020-06-23T20:38:39.275Z] [2020-06-23T20:38:39.275Z] 20:35:04 LINUX RESTART [2020-06-23T20:38:39.275Z] [2020-06-23T20:38:39.275Z] 20:36:01 tps rtps wtps bread/s bwrtn/s [2020-06-23T20:38:39.275Z] 20:37:01 6.36 1.12 5.24 39.16 639.46 [2020-06-23T20:38:39.275Z] 20:38:01 1.63 0.00 1.63 0.00 31.76 [2020-06-23T20:38:39.275Z] Average: 4.00 0.56 3.44 19.58 335.63 [2020-06-23T20:38:39.275Z] [2020-06-23T20:38:39.275Z] 20:36:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-06-23T20:38:39.275Z] 20:37:01 147768 1733788 92.15 2620 1152320 1114152 38.02 439240 1134292 20 [2020-06-23T20:38:39.275Z] 20:38:01 153304 1728252 91.85 2620 1152324 1073596 36.64 439284 1129920 16 [2020-06-23T20:38:39.275Z] Average: 150536 1731020 92.00 2620 1152322 1093874 37.33 439262 1132106 18 [2020-06-23T20:38:39.275Z] [2020-06-23T20:38:39.275Z] 20:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-06-23T20:38:39.275Z] 20:37:01 eth0 58.57 37.66 19.93 156.68 0.00 0.00 0.00 [2020-06-23T20:38:39.275Z] 20:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T20:38:39.275Z] 20:37:01 docker0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 [2020-06-23T20:38:39.275Z] 20:38:01 eth0 1.15 0.30 0.34 0.16 0.00 0.00 0.00 [2020-06-23T20:38:39.275Z] 20:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T20:38:39.275Z] 20:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T20:38:39.275Z] Average: eth0 29.86 18.98 10.14 78.43 0.00 0.00 0.00 [2020-06-23T20:38:39.275Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-23T20:38:39.275Z] Average: docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 [2020-06-23T20:38:39.275Z] [2020-06-23T20:38:39.275Z] [2020-06-23T20:38:39.275Z] ---> sar -P ALL: [2020-06-23T20:38:39.275Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/23/20 _x86_64_ (4 CPU) [2020-06-23T20:38:39.275Z] [2020-06-23T20:38:39.275Z] 20:35:04 LINUX RESTART [2020-06-23T20:38:39.275Z] [2020-06-23T20:38:39.275Z] 20:36:01 CPU %user %nice %system %iowait %steal %idle [2020-06-23T20:38:39.275Z] 20:37:01 all 1.67 0.00 0.39 0.19 0.00 97.75 [2020-06-23T20:38:39.275Z] 20:37:01 0 1.67 0.00 0.38 0.07 0.00 97.88 [2020-06-23T20:38:39.275Z] 20:37:01 1 1.87 0.00 0.37 0.48 0.00 97.28 [2020-06-23T20:38:39.275Z] 20:37:01 2 1.65 0.00 0.43 0.00 0.00 97.91 [2020-06-23T20:38:39.275Z] 20:37:01 3 1.50 0.00 0.35 0.22 0.00 97.93 [2020-06-23T20:38:39.275Z] 20:38:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2020-06-23T20:38:39.275Z] 20:38:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-06-23T20:38:39.275Z] 20:38:01 1 0.50 0.00 0.10 0.00 0.00 99.40 [2020-06-23T20:38:39.275Z] 20:38:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2020-06-23T20:38:39.275Z] 20:38:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-06-23T20:38:39.275Z] Average: all 0.91 0.00 0.22 0.10 0.00 98.77 [2020-06-23T20:38:39.275Z] Average: 0 0.85 0.00 0.22 0.03 0.00 98.90 [2020-06-23T20:38:39.275Z] Average: 1 1.18 0.00 0.23 0.24 0.00 98.34 [2020-06-23T20:38:39.275Z] Average: 2 0.86 0.00 0.23 0.00 0.00 98.91 [2020-06-23T20:38:39.275Z] Average: 3 0.77 0.00 0.19 0.11 0.00 98.93 [2020-06-23T20:38:39.275Z] [2020-06-23T20:38:39.275Z] [2020-06-23T20:38:39.275Z]