Branch indexing 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 wlgardner for edgexfoundry/device-modbus-go Loading trusted files from base branch master at 645745cc2ab9199d577c2f6eedd0068fe13701dd rather than 205d20470621f6877b30549a0d87a32e67fc54e2 Obtained Jenkinsfile from 645745cc2ab9199d577c2f6eedd0068fe13701dd 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, 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 ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Running on prd-centos7-docker-4c-2g-9612 in /w/workspace/xfoundry_device-modbus-go_PR-171 [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/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_PR-171 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-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/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-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/device-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/171/head:refs/remotes/origin/PR-171 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 645745cc2ab9199d577c2f6eedd0068fe13701dd into PR head commit 205d20470621f6877b30549a0d87a32e67fc54e2 Merge succeeded, producing 74a5d08c6892181a452d79a3ab0b11b18104ed47 Checking out Revision 74a5d08c6892181a452d79a3ab0b11b18104ed47 (PR-171) > git config core.sparsecheckout # timeout=10 > git checkout -f 205d20470621f6877b30549a0d87a32e67fc54e2 # 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 645745cc2ab9199d577c2f6eedd0068fe13701dd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 74a5d08c6892181a452d79a3ab0b11b18104ed47 # timeout=10 Commit message: "Merge commit '645745cc2ab9199d577c2f6eedd0068fe13701dd' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:51:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 9507faab20eb4164d353d9b0deafefd8823c2b15 # timeout=10 00:51:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:51:27 ========================================================= 00:51:27 EdgeX Global Pipelines Version Info 00:51:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:51:28 ------------------- 00:51:28 stable info: 00:51:28 ------------------- 00:51:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:51:28 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 00:51:28 Message: update stable to v1.0.148 00:51:29 ------------------- 00:51:29 experimental info: 00:51:29 ------------------- 00:51:29 Commited By: **** collab-it+edgex@linuxfoundation.org 00:51:29 Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f 00:51:29 Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 00:51:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 00:51:30 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 00:51:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:51:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:51:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:51:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:51:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:51:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:51:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:51:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:51:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:51:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo 00:51:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:51:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:51:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:51:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:51:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:51:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:51:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:51:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:51:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:51:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:51:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:51:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:51:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 00:51:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-171 [Pipeline] echo 00:51:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-171 [Pipeline] echo 00:51:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-171 [Pipeline] echo 00:51:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 74a5d08c6892181a452d79a3ab0b11b18104ed47 [Pipeline] echo 00:51:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 74a5d08 [Pipeline] echo 00:51:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:51:34 + git log --format=format:%s -1 74a5d08c6892181a452d79a3ab0b11b18104ed47 [Pipeline] echo 00:51:34 GIT_COMMIT: 74a5d08c6892181a452d79a3ab0b11b18104ed47, Commit Message: Merge commit '645745cc2ab9199d577c2f6eedd0068fe13701dd' into HEAD [Pipeline] echo 00:51:34 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:51:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:51:35 00:51:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:51:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:51:36 latest: Pulling from edgex-devops/git-semver 00:51:36 31603596830f: Pulling fs layer 00:51:36 2a8b12db71e7: Pulling fs layer 00:51:36 6ca5941a6612: Pulling fs layer 00:51:36 ecc8261a40a4: Pulling fs layer 00:51:36 ecc8261a40a4: Waiting 00:51:36 2a8b12db71e7: Verifying Checksum 00:51:36 2a8b12db71e7: Download complete 00:51:36 31603596830f: Download complete 00:51:36 ecc8261a40a4: Verifying Checksum 00:51:36 ecc8261a40a4: Download complete 00:51:36 6ca5941a6612: Verifying Checksum 00:51:36 6ca5941a6612: Download complete 00:51:36 31603596830f: Pull complete 00:51:36 2a8b12db71e7: Pull complete 00:51:37 6ca5941a6612: Pull complete 00:51:37 ecc8261a40a4: Pull complete 00:51:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:51:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:51:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:51:37 prd-centos7-docker-4c-2g-9612 does not seem to be running inside a container 00:51:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-171 -v /w/workspace/xfoundry_device-modbus-go_PR-171:/w/workspace/xfoundry_device-modbus-go_PR-171:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-171@tmp:/w/workspace/xfoundry_device-modbus-go_PR-171@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 00:51:40 $ docker top de9d848d09e4026551d510ad73044ed27314361e0bac9fa556eaed1a39effb02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:51:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:51:40 [ssh-agent] Looking for ssh-agent implementation... 00:51:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:51:40 $ docker exec de9d848d09e4026551d510ad73044ed27314361e0bac9fa556eaed1a39effb02 ssh-agent 00:51:40 SSH_AUTH_SOCK=/tmp/ssh-v9xdEIoZCaNA/agent.13 00:51:40 SSH_AGENT_PID=18 00:51:40 Running ssh-add (command line suppressed) 00:51:41 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-171@tmp/private_key_3976125297240341337.key (/w/workspace/xfoundry_device-modbus-go_PR-171@tmp/private_key_3976125297240341337.key) 00:51:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:51:41 + git tag --points-at HEAD [Pipeline] } 00:51:41 $ docker exec --env ******** --env ******** de9d848d09e4026551d510ad73044ed27314361e0bac9fa556eaed1a39effb02 ssh-agent -k 00:51:41 unset SSH_AUTH_SOCK; 00:51:41 unset SSH_AGENT_PID; 00:51:41 echo Agent pid 18 killed; 00:51:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:51:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:51:41 [ssh-agent] Looking for ssh-agent implementation... 00:51:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:51:42 $ docker exec de9d848d09e4026551d510ad73044ed27314361e0bac9fa556eaed1a39effb02 ssh-agent 00:51:42 SSH_AUTH_SOCK=/tmp/ssh-PwVYUka0IQZD/agent.49 00:51:42 SSH_AGENT_PID=54 00:51:42 Running ssh-add (command line suppressed) 00:51:42 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-171@tmp/private_key_5391974794776908979.key (/w/workspace/xfoundry_device-modbus-go_PR-171@tmp/private_key_5391974794776908979.key) 00:51:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:51:42 + git semver init 00:51:42 # -> Open(): unable to determine branch for HEAD 00:51:42 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-171/.git 00:51:42 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-171 00:51:42 # $SEMVER_REMOTE_NAME = origin 00:51:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:51:42 # $SEMVER_USER_NAME = edgex-jenkins 00:51:42 # $SEMVER_BRANCH = PR-171 00:51:42 # $SEMVER_TEMP = /tmp/semver-201115429 00:51:42 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 00:51:43 # '/tmp/semver-201115429' -> '/w/workspace/xfoundry_device-modbus-go_PR-171/.semver' 00:51:43 # -> Force: false 00:51:43 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-171/.semver [Pipeline] } 00:51:43 $ docker exec --env ******** --env ******** de9d848d09e4026551d510ad73044ed27314361e0bac9fa556eaed1a39effb02 ssh-agent -k 00:51:43 unset SSH_AUTH_SOCK; 00:51:43 unset SSH_AGENT_PID; 00:51:43 echo Agent pid 54 killed; 00:51:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:51:44 + git semver [Pipeline] } 00:51:44 $ docker stop --time=1 de9d848d09e4026551d510ad73044ed27314361e0bac9fa556eaed1a39effb02 00:51:45 $ docker rm -f de9d848d09e4026551d510ad73044ed27314361e0bac9fa556eaed1a39effb02 [Pipeline] // withDockerContainer [Pipeline] sh 00:51:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:51:46 Stashed 1 file(s) [Pipeline] echo 00:51:46 [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 00:52:02 Still waiting to schedule task 00:52:02 Waiting for next available executor on ‘centos7-docker-4c-2g’ 00:52:02 Still waiting to schedule task 00:52:02 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:55:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9618 in /w/workspace/xfoundry_device-modbus-go_PR-171 [Pipeline] { [Pipeline] ws 00:55:41 Running in /w/workspace/device-modbus-go/8 [Pipeline] { [Pipeline] checkout 00:55:46 using credential edgex-jenkins-ssh 00:55:46 Cloning the remote Git repository 00:55:46 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 00:55:46 > git init /w/workspace/device-modbus-go/8 # timeout=10 00:55:46 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 00:55:46 > git --version # timeout=10 00:55:46 > git --version # 'git version 2.17.1' 00:55:46 using GIT_SSH to set credentials SSH Credentials for GitHub 00:55:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:55:47 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 00:55:48 Merging remotes/origin/master commit 645745cc2ab9199d577c2f6eedd0068fe13701dd into PR head commit 205d20470621f6877b30549a0d87a32e67fc54e2 00:55:48 Merge succeeded, producing f9d2bccd9d860a8897da0fd73abfe6a98926f341 00:55:48 Checking out Revision f9d2bccd9d860a8897da0fd73abfe6a98926f341 (PR-171) 00:55:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:55:47 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 00:55:47 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 00:55:47 using GIT_SSH to set credentials SSH Credentials for GitHub 00:55:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/171/head:refs/remotes/origin/PR-171 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:55:48 > git config core.sparsecheckout # timeout=10 00:55:48 > git checkout -f 205d20470621f6877b30549a0d87a32e67fc54e2 # timeout=10 00:55:48 > git remote # timeout=10 00:55:48 > git config --get remote.origin.url # timeout=10 00:55:48 using GIT_SSH to set credentials SSH Credentials for GitHub 00:55:48 > git merge 645745cc2ab9199d577c2f6eedd0068fe13701dd # timeout=10 00:55:48 > git rev-parse HEAD^{commit} # timeout=10 00:55:48 > git config core.sparsecheckout # timeout=10 00:55:48 > git checkout -f f9d2bccd9d860a8897da0fd73abfe6a98926f341 # timeout=10 00:55:52 Commit message: "Merge commit '645745cc2ab9199d577c2f6eedd0068fe13701dd' into HEAD" 00:55:52 First time build. Skipping changelog. 00:55:52 > git rev-list --no-walk 9507faab20eb4164d353d9b0deafefd8823c2b15 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 00:55:53 ========================================================= 00:55:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:55:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:55:55 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:55:55 Sending build context to Docker daemon 578.6kB 00:55:55 Step 1/8 : ARG BASE=golang:1.15-alpine 00:55:55 Step 2/8 : FROM ${BASE} 00:55:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:55:56 b538f80385f9: Pulling fs layer 00:55:56 74f711af9a0d: Pulling fs layer 00:55:56 99f96fe45779: Pulling fs layer 00:55:56 8529a6b9a6be: Pulling fs layer 00:55:56 45590311c82a: Pulling fs layer 00:55:56 69ca0ff8b7b3: Pulling fs layer 00:55:56 209524e5b208: Pulling fs layer 00:55:56 8529a6b9a6be: Waiting 00:55:56 209524e5b208: Waiting 00:55:56 69ca0ff8b7b3: Waiting 00:55:56 45590311c82a: Waiting 00:55:56 99f96fe45779: Verifying Checksum 00:55:56 99f96fe45779: Download complete 00:55:56 74f711af9a0d: Verifying Checksum 00:55:56 74f711af9a0d: Download complete 00:55:56 45590311c82a: Verifying Checksum 00:55:56 45590311c82a: Download complete 00:55:56 69ca0ff8b7b3: Verifying Checksum 00:55:56 69ca0ff8b7b3: Download complete 00:55:57 b538f80385f9: Verifying Checksum 00:55:57 b538f80385f9: Download complete 00:55:57 b538f80385f9: Pull complete 00:55:58 74f711af9a0d: Pull complete 00:55:58 99f96fe45779: Pull complete 00:55:59 209524e5b208: Verifying Checksum 00:55:59 209524e5b208: Download complete 00:56:00 8529a6b9a6be: Verifying Checksum 00:56:00 8529a6b9a6be: Download complete 00:56:10 8529a6b9a6be: Pull complete 00:56:11 45590311c82a: Pull complete 00:56:11 69ca0ff8b7b3: Pull complete 00:56:14 Running on prd-centos7-docker-4c-2g-9619 in /w/workspace/xfoundry_device-modbus-go_PR-171 [Pipeline] { [Pipeline] ws 00:56:14 Running in /w/workspace/device-modbus-go/8 [Pipeline] { [Pipeline] checkout 00:56:15 209524e5b208: Pull complete 00:56:15 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 00:56:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:56:15 ---> 5bddaf1c2fca 00:56:15 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 00:56:17 using credential edgex-jenkins-ssh 00:56:17 Cloning the remote Git repository 00:56:17 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 00:56:17 > git init /w/workspace/device-modbus-go/8 # timeout=10 00:56:18 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 00:56:18 > git --version # timeout=10 00:56:18 > git --version # 'git version 2.16.5' 00:56:18 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:56:18 ---> Running in e5f689f85c26 00:56:18 Removing intermediate container e5f689f85c26 00:56:18 ---> e2dc73b3a045 00:56:18 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:56:18 ---> Running in 0d74162cedd4 00:56:19 Merging remotes/origin/master commit 645745cc2ab9199d577c2f6eedd0068fe13701dd into PR head commit 205d20470621f6877b30549a0d87a32e67fc54e2 00:56:19 Merge succeeded, producing 8283199f90aec63d22fe8261ae8586476b92eb09 00:56:19 Checking out Revision 8283199f90aec63d22fe8261ae8586476b92eb09 (PR-171) 00:56:18 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 00:56:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:56:18 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 00:56:18 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 00:56:18 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/171/head:refs/remotes/origin/PR-171 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:56:19 > git config core.sparsecheckout # timeout=10 00:56:19 > git checkout -f 205d20470621f6877b30549a0d87a32e67fc54e2 # timeout=10 00:56:19 > git remote # timeout=10 00:56:19 > git config --get remote.origin.url # timeout=10 00:56:19 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:19 > git merge 645745cc2ab9199d577c2f6eedd0068fe13701dd # timeout=10 00:56:19 > git rev-parse HEAD^{commit} # timeout=10 00:56:19 > git config core.sparsecheckout # timeout=10 00:56:19 > git checkout -f 8283199f90aec63d22fe8261ae8586476b92eb09 # timeout=10 00:56:21 Removing intermediate container 0d74162cedd4 00:56:21 ---> 4fb63607316e 00:56:21 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 00:56:21 ---> Running in 5def277468c2 00:56:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:56:22 Commit message: "Merge commit '645745cc2ab9199d577c2f6eedd0068fe13701dd' into HEAD" 00:56:22 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { 00:56:22 > git rev-list --no-walk 9507faab20eb4164d353d9b0deafefd8823c2b15 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 00:56:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 00:56:23 ========================================================= 00:56:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:56:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:56:24 (1/14) Installing libmagic (5.38-r0) 00:56:24 (2/14) Installing file (5.38-r0) 00:56:24 (3/14) Installing libc-dev (0.7.2-r3) 00:56:24 (4/14) Installing g++ (9.3.0-r2) 00:56:24 + 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 . 00:56:25 Sending build context to Docker daemon 578kB 00:56:25 Step 1/8 : ARG BASE=golang:1.15-alpine 00:56:25 Step 2/8 : FROM ${BASE} 00:56:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:56:25 df20fa9351a1: Pulling fs layer 00:56:25 ed8968b2872e: Pulling fs layer 00:56:25 a92cc7c5fd73: Pulling fs layer 00:56:25 e871e8e8d7a9: Pulling fs layer 00:56:25 e73272ec9a57: Pulling fs layer 00:56:25 1e910a182e73: Pulling fs layer 00:56:25 4e634b169226: Pulling fs layer 00:56:25 e871e8e8d7a9: Waiting 00:56:25 4e634b169226: Waiting 00:56:25 e73272ec9a57: Waiting 00:56:25 1e910a182e73: Waiting 00:56:25 a92cc7c5fd73: Verifying Checksum 00:56:25 a92cc7c5fd73: Download complete 00:56:25 ed8968b2872e: Download complete 00:56:25 e73272ec9a57: Verifying Checksum 00:56:25 e73272ec9a57: Download complete 00:56:25 1e910a182e73: Verifying Checksum 00:56:25 1e910a182e73: Download complete 00:56:25 df20fa9351a1: Verifying Checksum 00:56:25 df20fa9351a1: Download complete 00:56:25 df20fa9351a1: Pull complete 00:56:25 ed8968b2872e: Pull complete 00:56:25 a92cc7c5fd73: Pull complete 00:56:27 4e634b169226: Verifying Checksum 00:56:27 4e634b169226: Download complete 00:56:27 e871e8e8d7a9: Verifying Checksum 00:56:27 e871e8e8d7a9: Download complete 00:56:33 e871e8e8d7a9: Pull complete 00:56:33 e73272ec9a57: Pull complete 00:56:33 1e910a182e73: Pull complete 00:56:38 4e634b169226: Pull complete 00:56:38 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 00:56:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:56:38 ---> f7629b54cfaa 00:56:38 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 00:56:38 ---> Running in 5dbca586b493 00:56:38 Removing intermediate container 5dbca586b493 00:56:38 ---> 357e9eae197f 00:56:38 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:56:38 ---> Running in 5ccfeb6e95d6 00:56:39 (5/14) Installing fortify-headers (1.1-r0) 00:56:39 (6/14) Installing patch (2.7.6-r6) 00:56:39 (7/14) Installing build-base (0.5-r2) 00:56:39 (8/14) Installing openssh-keygen (8.3_p1-r0) 00:56:39 (9/14) Installing libedit (20191231.3.1-r0) 00:56:39 (10/14) Installing openssh-client (8.3_p1-r0) 00:56:39 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 00:56:40 (12/14) Installing openssh-server-common (8.3_p1-r0) 00:56:40 (13/14) Installing openssh-server (8.3_p1-r0) 00:56:40 (14/14) Installing openssh (8.3_p1-r0) 00:56:40 Executing busybox-1.31.1-r16.trigger 00:56:40 OK: 221 MiB in 53 packages 00:56:40 Removing intermediate container 5ccfeb6e95d6 00:56:40 ---> 219082ba43ea 00:56:40 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 00:56:40 ---> Running in 67eb7dcec0b1 00:56:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:56:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:56:42 (1/14) Installing libmagic (5.38-r0) 00:56:43 (2/14) Installing file (5.38-r0) 00:56:43 (3/14) Installing libc-dev (0.7.2-r3) 00:56:43 (4/14) Installing g++ (9.3.0-r2) 00:56:44 Removing intermediate container 5def277468c2 00:56:44 ---> b05e80188320 00:56:44 Step 6/8 : WORKDIR /device-modbus-go 00:56:44 ---> Running in 5051d8d5d9c0 00:56:45 Removing intermediate container 5051d8d5d9c0 00:56:45 ---> e1764a4f9068 00:56:45 Step 7/8 : COPY . . 00:56:46 ---> 067d432880e1 00:56:46 Step 8/8 : RUN go mod download 00:56:46 ---> Running in 1e794e934027 00:56:48 (5/14) Installing fortify-headers (1.1-r0) 00:56:48 (6/14) Installing patch (2.7.6-r6) 00:56:48 (7/14) Installing build-base (0.5-r2) 00:56:48 (8/14) Installing openssh-keygen (8.3_p1-r0) 00:56:48 (9/14) Installing libedit (20191231.3.1-r0) 00:56:48 (10/14) Installing openssh-client (8.3_p1-r0) 00:56:48 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 00:56:48 (12/14) Installing openssh-server-common (8.3_p1-r0) 00:56:48 (13/14) Installing openssh-server (8.3_p1-r0) 00:56:48 (14/14) Installing openssh (8.3_p1-r0) 00:56:48 Executing busybox-1.31.1-r16.trigger 00:56:48 OK: 237 MiB in 53 packages 00:56:52 Removing intermediate container 67eb7dcec0b1 00:56:52 ---> c01eae964b94 00:56:52 Step 6/8 : WORKDIR /device-modbus-go 00:56:52 ---> Running in 146fff4862a4 00:56:52 Removing intermediate container 146fff4862a4 00:56:52 ---> f171c497c15d 00:56:52 Step 7/8 : COPY . . 00:56:52 ---> c01acf86d0bf 00:56:52 Step 8/8 : RUN go mod download 00:56:52 ---> Running in d365a6e9ad5a 00:57:08 Removing intermediate container 1e794e934027 00:57:08 ---> 69f6951a3736 00:57:08 Successfully built 69f6951a3736 00:57:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:57:09 + docker inspect -f . ci-base-image-arm64 00:57:09 . [Pipeline] withDockerContainer 00:57:09 prd-ubuntu18.04-docker-arm64-4c-16g-9618 does not seem to be running inside a container 00:57:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/8 -v /w/workspace/device-modbus-go/8:/w/workspace/device-modbus-go/8:rw,z -v /w/workspace/device-modbus-go/8@tmp:/w/workspace/device-modbus-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:57:11 $ docker top c456923f2e838d5620c282221b3883f54a8dc02e5806c831b12d8b3a6cf99150 -eo pid,comm [Pipeline] { [Pipeline] sh 00:57:12 + go version 00:57:12 go version go1.15.2 linux/arm64 [Pipeline] } 00:57:12 $ docker stop --time=1 c456923f2e838d5620c282221b3883f54a8dc02e5806c831b12d8b3a6cf99150 00:57:14 $ docker rm -f c456923f2e838d5620c282221b3883f54a8dc02e5806c831b12d8b3a6cf99150 00:57:15 Removing intermediate container d365a6e9ad5a 00:57:15 ---> f36c2e0676d0 00:57:15 Successfully built f36c2e0676d0 00:57:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:57:15 + docker inspect -f . ci-base-image-x86_64 00:57:15 . [Pipeline] withDockerContainer 00:57:15 + docker inspect -f . ci-base-image-arm64 00:57:15 . 00:57:16 prd-centos7-docker-4c-2g-9619 does not seem to be running inside a container 00:57:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/8 -v /w/workspace/device-modbus-go/8:/w/workspace/device-modbus-go/8:rw,z -v /w/workspace/device-modbus-go/8@tmp:/w/workspace/device-modbus-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:57:16 $ docker top 5264bf74dcbb4e2f4bbd04b6e2dc2c7820e7420a7eb106c6120335375bf081df -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 00:57:17 prd-ubuntu18.04-docker-arm64-4c-16g-9618 does not seem to be running inside a container 00:57:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/8 -v /w/workspace/device-modbus-go/8:/w/workspace/device-modbus-go/8:rw,z -v /w/workspace/device-modbus-go/8@tmp:/w/workspace/device-modbus-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:57:19 $ docker top 19fe80cd379f3a2b86df42be8c5f353a79b660f9d2e45310a0f1ee0a14fca7c5 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 00:57:19 + go version 00:57:19 go version go1.15.2 linux/amd64 [Pipeline] } 00:57:20 $ docker stop --time=1 5264bf74dcbb4e2f4bbd04b6e2dc2c7820e7420a7eb106c6120335375bf081df 00:57:20 + make test 00:57:20 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 00:57:21 $ docker rm -f 5264bf74dcbb4e2f4bbd04b6e2dc2c7820e7420a7eb106c6120335375bf081df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 00:57:21 ? github.com/edgexfoundry/device-modbus-go [no test files] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:57:22 + docker inspect -f . ci-base-image-x86_64 00:57:22 . [Pipeline] withDockerContainer 00:57:22 prd-centos7-docker-4c-2g-9619 does not seem to be running inside a container 00:57:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/8 -v /w/workspace/device-modbus-go/8:/w/workspace/device-modbus-go/8:rw,z -v /w/workspace/device-modbus-go/8@tmp:/w/workspace/device-modbus-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:57:23 $ docker top d450c566904626336ab4a33188d63e8dac7c493da53324d627fe7b64f21973eb -eo pid,comm [Pipeline] { [Pipeline] sh 00:57:23 + make test 00:57:23 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 00:57:24 ? github.com/edgexfoundry/device-modbus-go [no test files] 00:57:37 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 00:57:37 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.221s coverage: 50.2% of statements 00:57:37 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:57:38 gofmt -l . 00:57:38 internal/driver/config.go 00:57:38 internal/driver/config_test.go 00:57:38 internal/driver/protocolpropertykey.go 00:57:38 [ "`gofmt -l .`" = "" ] 00:57:38 make: *** [Makefile:27: test] Error 1 [Pipeline] } 00:57:38 $ docker stop --time=1 d450c566904626336ab4a33188d63e8dac7c493da53324d627fe7b64f21973eb 00:57:40 $ docker rm -f d450c566904626336ab4a33188d63e8dac7c493da53324d627fe7b64f21973eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "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] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:57:42 Failed in branch amd64 00:57:54 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 00:57:54 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.368s coverage: 50.2% of statements 00:57:54 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:58:01 gofmt -l . 00:58:01 internal/driver/config.go 00:58:01 internal/driver/config_test.go 00:58:01 internal/driver/protocolpropertykey.go 00:58:01 [ "`gofmt -l .`" = "" ] 00:58:01 make: *** [Makefile:27: test] Error 1 [Pipeline] } 00:58:01 $ docker stop --time=1 19fe80cd379f3a2b86df42be8c5f353a79b660f9d2e45310a0f1ee0a14fca7c5 00:58:03 $ docker rm -f 19fe80cd379f3a2b86df42be8c5f353a79b660f9d2e45310a0f1ee0a14fca7c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "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] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:58:05 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] { (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 00:58:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:58:09 ---> package-listing.sh 00:58:09 ++ facter osfamily 00:58:09 ++ tr '[:upper:]' '[:lower:]' 00:58:09 + OS_FAMILY=redhat 00:58:09 + workspace=/w/workspace/xfoundry_device-modbus-go_PR-171 00:58:09 + START_PACKAGES=/tmp/packages_start.txt 00:58:09 + END_PACKAGES=/tmp/packages_end.txt 00:58:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:58:09 + PACKAGES=/tmp/packages_start.txt 00:58:09 + '[' /w/workspace/xfoundry_device-modbus-go_PR-171 ']' 00:58:09 + PACKAGES=/tmp/packages_end.txt 00:58:09 + case "${OS_FAMILY}" in 00:58:09 + rpm -qa 00:58:09 + sort 00:58:13 + '[' -f /tmp/packages_start.txt ']' 00:58:13 + '[' -f /tmp/packages_end.txt ']' 00:58:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:58:13 + '[' /w/workspace/xfoundry_device-modbus-go_PR-171 ']' 00:58:13 + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-171/archives/ 00:58:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-171/archives/ [Pipeline] echo 00:58:13 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_device-modbus-go_PR-171/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:58:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:58:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:58:14 00:58:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:58:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:58:14 alpine: Pulling from edgex-lftools-log-publisher 00:58:14 df20fa9351a1: Pulling fs layer 00:58:14 36b3adc4ff6f: Pulling fs layer 00:58:14 8ad3a11d3b57: Pulling fs layer 00:58:14 46f8f816bc3b: Pulling fs layer 00:58:14 93b61091891f: Pulling fs layer 00:58:14 93b9cdb0e59b: Pulling fs layer 00:58:14 5e14af77c1be: Pulling fs layer 00:58:14 01666e4c0597: Pulling fs layer 00:58:14 aa168da1d23b: Pulling fs layer 00:58:14 93b61091891f: Waiting 00:58:14 93b9cdb0e59b: Waiting 00:58:14 5e14af77c1be: Waiting 00:58:14 01666e4c0597: Waiting 00:58:14 aa168da1d23b: Waiting 00:58:14 46f8f816bc3b: Waiting 00:58:14 36b3adc4ff6f: Verifying Checksum 00:58:14 46f8f816bc3b: Verifying Checksum 00:58:14 46f8f816bc3b: Download complete 00:58:15 df20fa9351a1: Verifying Checksum 00:58:15 df20fa9351a1: Download complete 00:58:15 93b9cdb0e59b: Verifying Checksum 00:58:15 93b9cdb0e59b: Download complete 00:58:15 5e14af77c1be: Verifying Checksum 00:58:15 5e14af77c1be: Download complete 00:58:15 01666e4c0597: Verifying Checksum 00:58:15 01666e4c0597: Download complete 00:58:15 93b61091891f: Download complete 00:58:15 df20fa9351a1: Pull complete 00:58:15 36b3adc4ff6f: Pull complete 00:58:15 8ad3a11d3b57: Verifying Checksum 00:58:15 8ad3a11d3b57: Download complete 00:58:16 8ad3a11d3b57: Pull complete 00:58:16 46f8f816bc3b: Pull complete 00:58:17 93b61091891f: Pull complete 00:58:17 93b9cdb0e59b: Pull complete 00:58:17 5e14af77c1be: Pull complete 00:58:17 aa168da1d23b: Verifying Checksum 00:58:17 aa168da1d23b: Download complete 00:58:17 01666e4c0597: Pull complete 00:58:24 aa168da1d23b: Pull complete 00:58:24 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:58:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:58:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:58:24 prd-centos7-docker-4c-2g-9612 does not seem to be running inside a container 00:58:24 $ 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_device-modbus-go_PR-171/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-modbus-go_PR-171 -v /w/workspace/xfoundry_device-modbus-go_PR-171:/w/workspace/xfoundry_device-modbus-go_PR-171:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-171@tmp:/w/workspace/xfoundry_device-modbus-go_PR-171@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 00:58:32 $ docker top ebe77cadf78e8407023e637ea1608a6113ce281a0ab0a8a48f7ba9a7a172aedd -eo pid,comm [Pipeline] { [Pipeline] sh 00:58:32 + touch /tmp/pre-build-complete [Pipeline] sh 00:58:33 + mkdir -p /var/log/sa [Pipeline] sh 00:58:33 + ls /var/log/sa-host 00:58:33 + sadf -c /var/log/sa-host/sa05 00:58:33 file_magic: OK 00:58:33 HZ: Using current value: 100 00:58:33 file_header: OK 00:58:33 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 00:58:33 Statistics: 00:58:33 Hnuu...uuuununununu...Hnuu...uuuununununu... 00:58:33 File successfully converted to sysstat format version 12.2.1 00:58:33 + sadf -c /var/log/sa-host/sa29 00:58:33 file_magic: OK 00:58:33 HZ: Using current value: 100 00:58:33 file_header: OK 00:58:33 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 00:58:33 Statistics: 00:58:33 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:58:33 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:58:33 provisioning config files... 00:58:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-171@tmp/config3365061602936453212tmp [Pipeline] { [Pipeline] echo 00:58:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:58:34 ---> create-netrc.sh [Pipeline] } 00:58:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:58:34 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:58:34 ---> python-tools-install.sh [Pipeline] echo 00:58:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:58:34 ---> sudo-logs.sh 00:58:34 Archiving 'sudo' log.. [Pipeline] echo 00:58:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:58:35 ---> job-cost.sh 00:58:35 lf-activate-venv: SKIPPING 00:58:35 INFO: No Stack... 00:58:37 INFO: Retrieving Pricing Info for: v1-standard-2 00:58:37 INFO: Archiving Costs [Pipeline] echo 00:58:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:58:37 ---> logs-deploy.sh 00:58:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-171/8 00:58:37 INFO: archiving workspace using pattern(s): 00:58:39 Archives upload complete. 00:58:39 INFO: archiving logs to Nexus 00:58:40 ---> uname -a: 00:58:40 Linux prd-centos7-docker-4c-2g-9612.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 00:58:40 00:58:40 00:58:40 ---> lscpu: 00:58:40 Architecture: x86_64 00:58:40 CPU op-mode(s): 32-bit, 64-bit 00:58:40 Byte Order: Little Endian 00:58:40 Address sizes: 40 bits physical, 48 bits virtual 00:58:40 CPU(s): 4 00:58:40 On-line CPU(s) list: 0-3 00:58:40 Thread(s) per core: 1 00:58:40 Core(s) per socket: 1 00:58:40 Socket(s): 4 00:58:40 NUMA node(s): 1 00:58:40 Vendor ID: GenuineIntel 00:58:40 CPU family: 6 00:58:40 Model: 44 00:58:40 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:58:40 Stepping: 1 00:58:40 CPU MHz: 2933.438 00:58:40 BogoMIPS: 5866.87 00:58:40 Virtualization: VT-x 00:58:40 Hypervisor vendor: KVM 00:58:40 Virtualization type: full 00:58:40 L1d cache: 128 KiB 00:58:40 L1i cache: 128 KiB 00:58:40 L2 cache: 16 MiB 00:58:40 L3 cache: 64 MiB 00:58:40 NUMA node0 CPU(s): 0-3 00:58:40 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:58:40 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:58:40 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:58:40 Vulnerability Meltdown: Mitigation; PTI 00:58:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:58:40 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:58:40 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:58:40 Vulnerability Tsx async abort: Not affected 00:58:40 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 00:58:40 00:58:40 00:58:40 ---> nproc: 00:58:40 4 00:58:40 00:58:40 00:58:40 ---> df -h: 00:58:40 Filesystem Size Used Available Use% Mounted on 00:58:40 overlay 50.0G 6.8G 43.1G 14% / 00:58:40 tmpfs 64.0M 0 64.0M 0% /dev 00:58:40 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:58:40 shm 64.0M 0 64.0M 0% /dev/shm 00:58:40 /dev/vda1 50.0G 6.8G 43.1G 14% /facter-os 00:58:40 /dev/vda1 50.0G 6.8G 43.1G 14% /etc/resolv.conf 00:58:40 /dev/vda1 50.0G 6.8G 43.1G 14% /etc/hostname 00:58:40 /dev/vda1 50.0G 6.8G 43.1G 14% /etc/hosts 00:58:40 /dev/vda1 50.0G 6.8G 43.1G 14% /w/workspace/xfoundry_device-modbus-go_PR-171@tmp 00:58:40 /dev/vda1 50.0G 6.8G 43.1G 14% /var/log/sa-host 00:58:40 /dev/vda1 50.0G 6.8G 43.1G 14% /var/log/secure 00:58:40 /dev/vda1 50.0G 6.8G 43.1G 14% /var/log/auth.log 00:58:40 /dev/vda1 50.0G 6.8G 43.1G 14% /run/cloud-init/result.json 00:58:40 /dev/vda1 50.0G 6.8G 43.1G 14% /w/workspace/xfoundry_device-modbus-go_PR-171 00:58:40 00:58:40 00:58:40 ---> free -m: 00:58:40 total used free shared buff/cache available 00:58:40 Mem: 1837 674 112 0 1050 1060 00:58:40 Swap: 1023 1 1022 00:58:40 00:58:40 00:58:40 ---> ip addr: 00:58:40 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:58:40 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:58:40 inet 127.0.0.1/8 scope host lo 00:58:40 valid_lft forever preferred_lft forever 00:58:40 inet6 ::1/128 scope host 00:58:40 valid_lft forever preferred_lft forever 00:58:40 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:58:40 link/ether fa:16:3e:fc:67:13 brd ff:ff:ff:ff:ff:ff 00:58:40 inet 10.30.123.48/23 brd 10.30.123.255 scope global dynamic eth0 00:58:40 valid_lft 84809sec preferred_lft 84809sec 00:58:40 inet6 fe80::f816:3eff:fefc:6713/64 scope link 00:58:40 valid_lft forever preferred_lft forever 00:58:40 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:58:40 link/ether 02:42:00:8f:00:c2 brd ff:ff:ff:ff:ff:ff 00:58:40 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:58:40 valid_lft forever preferred_lft forever 00:58:40 inet6 fe80::42:ff:fe8f:c2/64 scope link 00:58:40 valid_lft forever preferred_lft forever 00:58:40 00:58:40 00:58:40 ---> sar -b -r -n DEV: 00:58:40 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/29/20 _x86_64_ (4 CPU) 00:58:40 00:58:40 00:31:51 LINUX RESTART (4 CPU) 00:58:40 00:58:40 00:33:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:58:40 00:34:01 0.57 0.00 0.57 0.00 0.00 10.69 0.00 00:58:40 00:35:01 0.30 0.00 0.30 0.00 0.00 3.68 0.00 00:58:40 00:36:01 0.28 0.00 0.28 0.00 0.00 3.43 0.00 00:58:40 00:37:01 0.28 0.00 0.28 0.00 0.00 3.65 0.00 00:58:40 00:38:01 0.32 0.00 0.32 0.00 0.00 4.60 0.00 00:58:40 00:39:01 0.17 0.00 0.17 0.00 0.00 2.33 0.00 00:58:40 00:40:01 0.28 0.00 0.28 0.00 0.00 3.65 0.00 00:58:40 00:41:01 0.25 0.00 0.25 0.00 0.00 2.61 0.00 00:58:40 00:42:01 0.25 0.00 0.25 0.00 0.00 3.91 0.00 00:58:40 00:43:01 0.33 0.00 0.33 0.00 0.00 5.16 0.00 00:58:40 00:44:01 0.15 0.00 0.15 0.00 0.00 1.73 0.00 00:58:40 00:45:02 0.27 0.00 0.27 0.00 0.00 3.53 0.00 00:58:40 00:46:01 0.27 0.00 0.27 0.00 0.00 2.52 0.00 00:58:40 00:47:01 0.42 0.17 0.25 0.00 5.33 3.46 0.00 00:58:40 00:48:01 0.72 0.00 0.72 0.00 0.00 14.52 0.00 00:58:40 00:49:01 0.30 0.00 0.30 0.00 0.00 4.03 0.00 00:58:40 00:50:01 0.28 0.00 0.28 0.00 0.00 3.65 0.00 00:58:40 00:51:01 0.22 0.00 0.22 0.00 0.00 3.66 0.00 00:58:40 00:52:01 45.67 13.97 31.70 0.00 4675.06 2482.90 0.00 00:58:40 00:53:01 1.83 0.00 1.83 0.00 0.00 39.80 0.00 00:58:40 00:54:01 0.27 0.00 0.27 0.00 0.00 2.88 0.00 00:58:40 00:55:01 0.27 0.00 0.27 0.00 0.00 3.65 0.00 00:58:40 00:56:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 00:58:40 00:57:01 0.17 0.00 0.17 0.00 0.00 1.48 0.00 00:58:40 00:58:01 0.30 0.02 0.28 0.00 0.13 3.50 0.00 00:58:40 Average: 2.18 0.57 1.61 0.00 187.38 104.80 0.00 00:58:40 00:58:40 00:33:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:58:40 00:34:01 114564 0 455560 24.21 2620 1308812 1008760 34.43 303964 1309048 12 00:58:40 00:35:01 114140 0 455972 24.23 2620 1308824 1017060 34.71 305228 1308756 8 00:58:40 00:36:01 114732 0 455376 24.20 2620 1308828 1005876 34.33 304740 1308756 20 00:58:40 00:37:01 116064 0 454040 24.13 2620 1308832 1005648 34.32 303412 1308760 16 00:58:40 00:38:01 115792 0 454308 24.15 2620 1308836 1005720 34.32 302196 1310484 8 00:58:40 00:39:01 115528 0 454568 24.16 2620 1308840 1006000 34.33 302328 1310484 8 00:58:40 00:40:01 116028 0 454064 24.13 2620 1308844 1005904 34.33 299540 1312748 12 00:58:40 00:41:01 116128 0 453960 24.13 2620 1308848 1014100 34.61 299676 1312748 8 00:58:40 00:42:01 114748 0 455332 24.20 2620 1308856 1014304 34.62 300656 1312748 8 00:58:40 00:43:01 115876 0 454200 24.14 2620 1308860 1014208 34.61 300224 1312788 12 00:58:40 00:44:01 116064 0 454008 24.13 2620 1308864 1014100 34.61 299472 1312788 16 00:58:40 00:45:02 115948 0 454120 24.14 2620 1308868 1014100 34.61 299104 1313228 8 00:58:40 00:46:01 115948 0 454116 24.14 2620 1308872 1014100 34.61 299108 1313228 8 00:58:40 00:47:01 115832 0 454228 24.14 2620 1308876 1014100 34.61 299256 1313224 16 00:58:40 00:48:01 115324 0 454732 24.17 2620 1308880 1014172 34.61 299504 1313224 8 00:58:40 00:49:01 115060 0 454984 24.18 2620 1308892 1014220 34.61 299676 1313220 24 00:58:40 00:50:01 115888 0 454104 24.13 2620 1308944 1014100 34.61 299060 1313272 28 00:58:40 00:51:01 115536 0 454500 24.16 2620 1308900 1014100 34.61 299148 1313260 16 00:58:40 00:52:01 164476 0 575656 30.59 2620 1138804 1089676 37.19 433084 1123612 128 00:58:40 00:53:01 166776 0 573352 30.47 2620 1138808 1079524 36.84 446536 1108768 16 00:58:40 00:54:01 168212 0 571908 30.40 2620 1138816 1066208 36.39 445696 1108668 8 00:58:40 00:55:01 168260 0 571856 30.39 2620 1138820 1066160 36.39 445448 1108668 8 00:58:40 00:56:01 167272 0 572840 30.45 2620 1138824 1066280 36.39 446152 1108668 8 00:58:40 00:57:01 167304 0 572804 30.44 2620 1138828 1066316 36.39 446400 1108668 8 00:58:40 00:58:01 168244 0 571852 30.39 2620 1138840 1066232 36.39 442000 1112540 8 00:58:40 Average: 129990 0 487698 25.92 2620 1261249 1028439 35.10 340864 1255694 17 00:58:40 00:58:40 00:33:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:58:40 00:34:01 eth0 1.25 0.68 1.08 0.10 0.00 0.00 0.00 0.00 00:58:40 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:35:01 eth0 1.83 0.42 0.38 0.21 0.00 0.00 0.00 0.00 00:58:40 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:36:01 eth0 0.98 0.50 0.54 0.36 0.00 0.00 0.00 0.00 00:58:40 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:37:01 eth0 0.12 0.08 0.01 0.04 0.00 0.00 0.00 0.00 00:58:40 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:38:01 eth0 0.28 0.20 0.14 0.07 0.00 0.00 0.00 0.00 00:58:40 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:39:01 eth0 0.48 0.35 0.30 0.14 0.00 0.00 0.00 0.00 00:58:40 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:40:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:58:40 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:41:01 eth0 0.57 0.02 0.05 0.00 0.00 0.00 0.00 0.00 00:58:40 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:42:01 eth0 0.53 0.50 0.27 0.21 0.00 0.00 0.00 0.00 00:58:40 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:43:01 eth0 0.73 0.48 0.41 0.24 0.00 0.00 0.00 0.00 00:58:40 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:44:01 eth0 0.08 0.08 0.01 0.04 0.00 0.00 0.00 0.00 00:58:40 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:45:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:58:40 00:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:46:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:58:40 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:47:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:58:40 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:48:01 eth0 0.33 0.20 0.14 0.07 0.00 0.00 0.00 0.00 00:58:40 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:49:01 eth0 1.35 0.55 0.66 0.35 0.00 0.00 0.00 0.00 00:58:40 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:50:01 eth0 0.07 0.03 0.00 0.03 0.00 0.00 0.00 0.00 00:58:40 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:51:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:58:40 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:52:01 eth0 297.49 198.93 683.71 75.98 0.00 0.00 0.00 0.00 00:58:40 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:52:01 docker0 2.00 1.45 0.38 3.81 0.00 0.00 0.00 0.00 00:58:40 00:53:01 eth0 1.27 1.12 1.09 0.13 0.00 0.00 0.00 0.00 00:58:40 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:54:01 eth0 0.08 0.05 0.06 0.00 0.00 0.00 0.00 0.00 00:58:40 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:55:01 eth0 0.80 0.05 0.06 0.00 0.00 0.00 0.00 0.00 00:58:40 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:56:01 eth0 1.02 0.40 0.32 0.21 0.00 0.00 0.00 0.00 00:58:40 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:57:01 eth0 0.48 0.35 0.28 0.17 0.00 0.00 0.00 0.00 00:58:40 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:58:01 eth0 0.28 0.15 0.14 0.10 0.00 0.00 0.00 0.00 00:58:40 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 Average: eth0 12.43 8.23 27.61 3.14 0.00 0.00 0.00 0.00 00:58:40 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:40 Average: docker0 0.08 0.06 0.02 0.15 0.00 0.00 0.00 0.00 00:58:40 00:58:40 00:58:40 ---> sar -P ALL: 00:58:40 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/29/20 _x86_64_ (4 CPU) 00:58:40 00:58:40 00:31:51 LINUX RESTART (4 CPU) 00:58:40 00:58:40 00:33:01 CPU %user %nice %system %iowait %steal %idle 00:58:40 00:34:01 all 0.15 0.00 0.05 0.00 0.00 99.80 00:58:40 00:34:01 0 0.05 0.00 0.05 0.00 0.00 99.90 00:58:40 00:34:01 1 0.03 0.00 0.02 0.00 0.02 99.93 00:58:40 00:34:01 2 0.10 0.00 0.05 0.00 0.00 99.85 00:58:40 00:34:01 3 0.40 0.00 0.07 0.00 0.00 99.53 00:58:40 00:35:01 all 0.17 0.00 0.05 0.00 0.00 99.77 00:58:40 00:35:01 0 0.05 0.00 0.03 0.00 0.02 99.90 00:58:40 00:35:01 1 0.07 0.00 0.05 0.00 0.00 99.88 00:58:40 00:35:01 2 0.07 0.00 0.07 0.00 0.00 99.87 00:58:40 00:35:01 3 0.52 0.00 0.05 0.00 0.00 99.43 00:58:40 00:36:01 all 0.15 0.00 0.04 0.00 0.00 99.82 00:58:40 00:36:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:58:40 00:36:01 1 0.05 0.00 0.07 0.00 0.00 99.88 00:58:40 00:36:01 2 0.23 0.00 0.03 0.00 0.00 99.73 00:58:40 00:36:01 3 0.27 0.00 0.03 0.00 0.00 99.70 00:58:40 00:37:01 all 0.16 0.00 0.04 0.00 0.00 99.80 00:58:40 00:37:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:58:40 00:37:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:58:40 00:37:01 2 0.52 0.00 0.03 0.00 0.00 99.45 00:58:40 00:37:01 3 0.03 0.00 0.05 0.00 0.00 99.92 00:58:40 00:38:01 all 0.15 0.00 0.03 0.00 0.00 99.81 00:58:40 00:38:01 0 0.05 0.00 0.05 0.00 0.00 99.90 00:58:40 00:38:01 1 0.02 0.00 0.03 0.00 0.00 99.95 00:58:40 00:38:01 2 0.53 0.00 0.02 0.00 0.00 99.45 00:58:40 00:38:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:58:40 00:39:01 all 0.19 0.00 0.03 0.00 0.00 99.78 00:58:40 00:39:01 0 0.02 0.00 0.05 0.00 0.00 99.93 00:58:40 00:39:01 1 0.05 0.00 0.00 0.00 0.00 99.95 00:58:40 00:39:01 2 0.52 0.00 0.02 0.00 0.00 99.47 00:58:40 00:39:01 3 0.18 0.00 0.05 0.00 0.02 99.75 00:58:40 00:40:01 all 0.14 0.00 0.03 0.00 0.00 99.83 00:58:40 00:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:58:40 00:40:01 1 0.17 0.00 0.03 0.00 0.00 99.80 00:58:40 00:40:01 2 0.38 0.00 0.05 0.00 0.00 99.57 00:58:40 00:40:01 3 0.00 0.00 0.02 0.00 0.00 99.98 00:58:40 00:41:01 all 0.09 0.00 0.05 0.00 0.00 99.85 00:58:40 00:41:01 0 0.02 0.00 0.02 0.00 0.02 99.95 00:58:40 00:41:01 1 0.25 0.00 0.12 0.00 0.00 99.63 00:58:40 00:41:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:58:40 00:41:01 3 0.05 0.00 0.07 0.00 0.00 99.88 00:58:40 00:42:01 all 0.18 0.00 0.04 0.00 0.00 99.78 00:58:40 00:42:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:58:40 00:42:01 1 0.55 0.00 0.03 0.00 0.00 99.42 00:58:40 00:42:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:58:40 00:42:01 3 0.08 0.00 0.03 0.00 0.00 99.88 00:58:40 00:43:01 all 0.17 0.00 0.03 0.00 0.00 99.79 00:58:40 00:43:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:58:40 00:43:01 1 0.52 0.00 0.02 0.00 0.00 99.47 00:58:40 00:43:01 2 0.08 0.00 0.05 0.00 0.02 99.85 00:58:40 00:43:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:58:40 00:44:01 all 0.15 0.00 0.03 0.00 0.00 99.81 00:58:40 00:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:58:40 00:44:01 1 0.52 0.00 0.02 0.00 0.00 99.47 00:58:40 00:44:01 2 0.05 0.00 0.07 0.00 0.00 99.88 00:58:40 00:44:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:58:40 00:58:40 00:44:01 CPU %user %nice %system %iowait %steal %idle 00:58:40 00:45:02 all 0.15 0.00 0.03 0.00 0.00 99.82 00:58:40 00:45:02 0 0.03 0.00 0.03 0.00 0.00 99.93 00:58:40 00:45:02 1 0.48 0.00 0.02 0.00 0.00 99.50 00:58:40 00:45:02 2 0.03 0.00 0.02 0.00 0.00 99.95 00:58:40 00:45:02 3 0.05 0.00 0.07 0.00 0.00 99.88 00:58:40 00:46:01 all 0.06 0.00 0.03 0.00 0.00 99.91 00:58:40 00:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:58:40 00:46:01 1 0.15 0.00 0.05 0.00 0.00 99.80 00:58:40 00:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:58:40 00:46:01 3 0.05 0.00 0.05 0.00 0.00 99.90 00:58:40 00:47:01 all 0.15 0.00 0.05 0.00 0.00 99.79 00:58:40 00:47:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:58:40 00:47:01 1 0.52 0.00 0.07 0.00 0.02 99.40 00:58:40 00:47:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:58:40 00:47:01 3 0.05 0.00 0.07 0.00 0.00 99.88 00:58:40 00:48:01 all 0.17 0.00 0.03 0.00 0.00 99.80 00:58:40 00:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:58:40 00:48:01 1 0.18 0.00 0.05 0.00 0.00 99.77 00:58:40 00:48:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:58:40 00:48:01 3 0.43 0.00 0.02 0.00 0.00 99.55 00:58:40 00:49:01 all 0.17 0.00 0.04 0.00 0.00 99.79 00:58:40 00:49:01 0 0.07 0.00 0.03 0.00 0.00 99.90 00:58:40 00:49:01 1 0.02 0.00 0.05 0.00 0.00 99.93 00:58:40 00:49:01 2 0.07 0.00 0.05 0.00 0.00 99.88 00:58:40 00:49:01 3 0.52 0.00 0.03 0.00 0.00 99.45 00:58:40 00:50:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:58:40 00:50:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:58:40 00:50:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:58:40 00:50:01 2 0.00 0.00 0.02 0.00 0.00 99.98 00:58:40 00:50:01 3 0.53 0.00 0.02 0.00 0.00 99.45 00:58:40 00:51:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:58:40 00:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:58:40 00:51:01 1 0.07 0.00 0.05 0.00 0.00 99.88 00:58:40 00:51:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:58:40 00:51:01 3 0.50 0.00 0.02 0.00 0.00 99.48 00:58:40 00:52:01 all 6.22 0.00 2.73 1.39 0.02 89.64 00:58:40 00:52:01 0 5.29 0.00 3.49 2.07 0.02 89.13 00:58:40 00:52:01 1 5.75 0.00 2.13 0.39 0.02 91.72 00:58:40 00:52:01 2 6.90 0.00 3.01 2.63 0.02 87.44 00:58:40 00:52:01 3 6.95 0.00 2.28 0.49 0.02 90.27 00:58:40 00:53:01 all 0.20 0.00 0.12 0.00 0.00 99.68 00:58:40 00:53:01 0 0.22 0.00 0.12 0.00 0.00 99.67 00:58:40 00:53:01 1 0.43 0.00 0.08 0.00 0.00 99.48 00:58:40 00:53:01 2 0.05 0.00 0.25 0.00 0.00 99.70 00:58:40 00:53:01 3 0.08 0.00 0.03 0.00 0.00 99.88 00:58:40 00:54:01 all 0.18 0.00 0.04 0.00 0.00 99.78 00:58:40 00:54:01 0 0.52 0.00 0.02 0.00 0.00 99.47 00:58:40 00:54:01 1 0.03 0.00 0.05 0.00 0.00 99.92 00:58:40 00:54:01 2 0.12 0.00 0.07 0.00 0.00 99.82 00:58:40 00:54:01 3 0.07 0.00 0.03 0.00 0.00 99.90 00:58:40 00:55:01 all 0.17 0.00 0.04 0.00 0.00 99.80 00:58:40 00:55:01 0 0.52 0.00 0.02 0.00 0.00 99.47 00:58:40 00:55:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:58:40 00:55:01 2 0.07 0.00 0.07 0.00 0.00 99.87 00:58:40 00:55:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:58:40 00:58:40 00:55:01 CPU %user %nice %system %iowait %steal %idle 00:58:40 00:56:01 all 0.19 0.00 0.05 0.00 0.00 99.76 00:58:40 00:56:01 0 0.53 0.00 0.03 0.00 0.00 99.43 00:58:40 00:56:01 1 0.10 0.00 0.08 0.00 0.00 99.82 00:58:40 00:56:01 2 0.07 0.00 0.05 0.00 0.00 99.88 00:58:40 00:56:01 3 0.07 0.00 0.02 0.00 0.00 99.92 00:58:40 00:57:01 all 0.17 0.00 0.04 0.00 0.00 99.79 00:58:40 00:57:01 0 0.53 0.00 0.02 0.00 0.02 99.43 00:58:40 00:57:01 1 0.05 0.00 0.02 0.00 0.00 99.93 00:58:40 00:57:01 2 0.05 0.00 0.07 0.00 0.00 99.88 00:58:40 00:57:01 3 0.03 0.00 0.05 0.00 0.00 99.92 00:58:40 00:58:01 all 0.16 0.00 0.04 0.00 0.01 99.79 00:58:40 00:58:01 0 0.50 0.00 0.02 0.00 0.00 99.48 00:58:40 00:58:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:58:40 00:58:01 2 0.07 0.00 0.07 0.00 0.02 99.85 00:58:40 00:58:01 3 0.03 0.00 0.03 0.00 0.02 99.92 00:58:40 Average: all 0.40 0.00 0.15 0.06 0.00 99.40 00:58:40 Average: 0 0.35 0.00 0.17 0.08 0.00 99.40 00:58:40 Average: 1 0.41 0.00 0.13 0.02 0.00 99.45 00:58:40 Average: 2 0.40 0.00 0.17 0.10 0.00 99.32 00:58:40 Average: 3 0.44 0.00 0.13 0.02 0.00 99.41 00:58:40 00:58:40 00:58:40