Pull request #628 updated Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b3783d55a5fd82806eb85d4fb7ce209e364fb4dc+6959a31925640f2b0e4ffea6e4d93f53244a7c4d (a7ef377835e806267f4016d22e09af0c86f02959) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6052482522173607675.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 144eb70ba3d470a427e699408e811d3f535e987a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh9196019208834357095.key > 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 144eb70ba3d470a427e699408e811d3f535e987a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-628/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-628/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5043642503983226465.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 144eb70ba3d470a427e699408e811d3f535e987a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 144eb70ba3d470a427e699408e811d3f535e987a # timeout=10 Commit message: "Merge pull request #341 from ernestojeda/master-2-main" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5045648615915969634.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-628/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-628/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3202529115534838748.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-398 in /w/workspace/dry_go-mod-core-contracts_PR-628 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-628 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/dry_go-mod-core-contracts_PR-628@tmp/jenkins-gitclient-ssh7570084725116248230.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/dry_go-mod-core-contracts_PR-628@tmp/jenkins-gitclient-ssh6098741324734306393.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/628/head:refs/remotes/origin/PR-628 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 6959a31925640f2b0e4ffea6e4d93f53244a7c4d into PR head commit b3783d55a5fd82806eb85d4fb7ce209e364fb4dc Merge succeeded, producing b3783d55a5fd82806eb85d4fb7ce209e364fb4dc Checking out Revision b3783d55a5fd82806eb85d4fb7ce209e364fb4dc (PR-628) > git config core.sparsecheckout # timeout=10 > git checkout -f b3783d55a5fd82806eb85d4fb7ce209e364fb4dc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/dry_go-mod-core-contracts_PR-628@tmp/jenkins-gitclient-ssh806111770875948864.key > git merge 6959a31925640f2b0e4ffea6e4d93f53244a7c4d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b3783d55a5fd82806eb85d4fb7ce209e364fb4dc # timeout=10 Commit message: "Merge branch 'main' into dependabot/go_modules/github.com/fxamacker/cbor/v2-2.3.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:47:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:47:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:47:09 ========================================================= 17:47:09 EdgeX Global Pipelines Version Info 17:47:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f9f9ada2d3433d9a1b4c46d212799bf5ca0e8cb0 # timeout=10 17:47:10 ------------------- 17:47:10 stable info: 17:47:10 ------------------- 17:47:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:47:10 Commit SHA: 144eb70ba3d470a427e699408e811d3f535e987a 17:47:10 Message: update stable to v1.0.196 17:47:10 ------------------- 17:47:10 experimental info: 17:47:10 ------------------- 17:47:10 Commited By: **** collab-it+edgex@linuxfoundation.org 17:47:10 Commit SHA: 144eb70ba3d470a427e699408e811d3f535e987a 17:47:10 Message: update experimental to v1.0.196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-core-contracts [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-628 [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-628 [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-628 [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b3783d55a5fd82806eb85d4fb7ce209e364fb4dc [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b3783d5 [Pipeline] echo 17:47:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:47:12 + git log --format=format:%s -1 b3783d55a5fd82806eb85d4fb7ce209e364fb4dc [Pipeline] echo 17:47:12 GIT_COMMIT: b3783d55a5fd82806eb85d4fb7ce209e364fb4dc, Commit Message: Merge branch 'main' into dependabot/go_modules/github.com/fxamacker/cbor/v2-2.3.0 [Pipeline] echo 17:47:12 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:47:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:47:13 17:47:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:47:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:47:13 latest: Pulling from edgex-devops/git-semver 17:47:13 31603596830f: Pulling fs layer 17:47:13 b6dc333f4379: Pulling fs layer 17:47:13 3d9ef1400e77: Pulling fs layer 17:47:13 fd332fbdc1db: Pulling fs layer 17:47:13 fd332fbdc1db: Waiting 17:47:13 b6dc333f4379: Verifying Checksum 17:47:13 b6dc333f4379: Download complete 17:47:14 31603596830f: Verifying Checksum 17:47:14 31603596830f: Download complete 17:47:14 31603596830f: Pull complete 17:47:14 b6dc333f4379: Pull complete 17:47:14 fd332fbdc1db: Verifying Checksum 17:47:14 fd332fbdc1db: Download complete 17:47:14 3d9ef1400e77: Verifying Checksum 17:47:14 3d9ef1400e77: Download complete 17:47:15 3d9ef1400e77: Pull complete 17:47:15 fd332fbdc1db: Pull complete 17:47:15 Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 17:47:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:47:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:47:15 prd-centos7-docker-4c-2g-398 does not seem to be running inside a container 17:47:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-628 -v /w/workspace/dry_go-mod-core-contracts_PR-628:/w/workspace/dry_go-mod-core-contracts_PR-628:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-628@tmp:/w/workspace/dry_go-mod-core-contracts_PR-628@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:47:15 $ docker top 38067630af9f2041be8b7797eb42cb53ee52edb4568a173a2700e4ba7e516b2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:47:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:47:16 [ssh-agent] Looking for ssh-agent implementation... 17:47:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:47:16 $ docker exec 38067630af9f2041be8b7797eb42cb53ee52edb4568a173a2700e4ba7e516b2c ssh-agent 17:47:16 SSH_AUTH_SOCK=/tmp/ssh-b9aLVHcfjY42/agent.15 17:47:16 SSH_AGENT_PID=21 17:47:16 Running ssh-add (command line suppressed) 17:47:16 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-628@tmp/private_key_8608156724389591361.key (/w/workspace/dry_go-mod-core-contracts_PR-628@tmp/private_key_8608156724389591361.key) 17:47:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:47:16 + git tag --points-at HEAD [Pipeline] } 17:47:16 $ docker exec --env ******** --env ******** 38067630af9f2041be8b7797eb42cb53ee52edb4568a173a2700e4ba7e516b2c ssh-agent -k 17:47:16 unset SSH_AUTH_SOCK; 17:47:16 unset SSH_AGENT_PID; 17:47:16 echo Agent pid 21 killed; 17:47:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:47:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:47:16 [ssh-agent] Looking for ssh-agent implementation... 17:47:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:47:17 $ docker exec 38067630af9f2041be8b7797eb42cb53ee52edb4568a173a2700e4ba7e516b2c ssh-agent 17:47:17 SSH_AUTH_SOCK=/tmp/ssh-2kE2SenOOOS4/agent.56 17:47:17 SSH_AGENT_PID=62 17:47:17 Running ssh-add (command line suppressed) 17:47:17 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-628@tmp/private_key_5702754272726573226.key (/w/workspace/dry_go-mod-core-contracts_PR-628@tmp/private_key_5702754272726573226.key) 17:47:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:47:17 + git semver init 17:47:17 # -> Open(): unable to determine branch for HEAD 17:47:17 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-628/.git 17:47:17 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-628 17:47:17 # $SEMVER_REMOTE_NAME = origin 17:47:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:47:17 # $SEMVER_USER_NAME = edgex-jenkins 17:47:17 # $SEMVER_BRANCH = PR-628 17:47:17 # $SEMVER_TEMP = /tmp/semver-326016906 17:47:17 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 17:47:18 # '/tmp/semver-326016906' -> '/w/workspace/dry_go-mod-core-contracts_PR-628/.semver' 17:47:18 # -> Force: false 17:47:18 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-628/.semver [Pipeline] } 17:47:18 $ docker exec --env ******** --env ******** 38067630af9f2041be8b7797eb42cb53ee52edb4568a173a2700e4ba7e516b2c ssh-agent -k 17:47:18 unset SSH_AUTH_SOCK; 17:47:18 unset SSH_AGENT_PID; 17:47:18 echo Agent pid 62 killed; 17:47:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:47:18 + git semver [Pipeline] } 17:47:18 $ docker stop --time=1 38067630af9f2041be8b7797eb42cb53ee52edb4568a173a2700e4ba7e516b2c 17:47:19 $ docker rm -f 38067630af9f2041be8b7797eb42cb53ee52edb4568a173a2700e4ba7e516b2c [Pipeline] // withDockerContainer [Pipeline] sh 17:47:20 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:47:20 Stashed 1 file(s) [Pipeline] echo 17:47:20 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 17:47:35 Still waiting to schedule task 17:47:35 ‘prd-centos7-builder-2c-1g-365’ doesn’t have label ‘centos7-docker-4c-2g’ 17:47:35 ‘prd-centos7-builder-2c-1g-370’ doesn’t have label ‘centos7-docker-4c-2g’ 17:47:35 ‘prd-centos7-docker-4c-2g-360’ is offline 17:47:35 ‘prd-centos7-docker-4c-2g-363’ is offline 17:47:35 ‘prd-centos7-docker-4c-2g-374’ is offline 17:47:35 ‘prd-centos7-docker-4c-2g-379’ is offline 17:47:35 ‘prd-centos7-docker-4c-2g-414’ is offline 17:47:35 Still waiting to schedule task 17:47:35 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:47:59 Running on prd-centos7-docker-4c-2g-418 in /w/workspace/dry_go-mod-core-contracts_PR-628 [Pipeline] { [Pipeline] ws 17:47:59 Running in /w/workspace/go-mod-core-contracts/10 [Pipeline] { [Pipeline] checkout 17:47:59 Selected Git installation does not exist. Using Default 17:47:59 The recommended git tool is: NONE 17:48:02 using credential edgex-jenkins-ssh 17:48:02 Cloning the remote Git repository 17:48:01 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 17:48:02 > git init /w/workspace/go-mod-core-contracts/10 # timeout=10 17:48:02 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:48:02 > git --version # timeout=10 17:48:02 > git --version # 'git version 2.24.4' 17:48:02 using GIT_SSH to set credentials SSH Credentials for GitHub 17:48:02 [INFO] Currently running in a labeled security context 17:48:02 [INFO] Currently SELinux is 'enforcing' on the host 17:48:02 > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/10@tmp/jenkins-gitclient-ssh6184503124803424238.key 17:48:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:48:03 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:48:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:48:03 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:48:03 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:48:03 using GIT_SSH to set credentials SSH Credentials for GitHub 17:48:03 [INFO] Currently running in a labeled security context 17:48:03 [INFO] Currently SELinux is 'enforcing' on the host 17:48:03 > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/10@tmp/jenkins-gitclient-ssh4139647666035113630.key 17:48:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/628/head:refs/remotes/origin/PR-628 +refs/heads/main:refs/remotes/origin/main # timeout=10 17:48:04 Merging remotes/origin/main commit 6959a31925640f2b0e4ffea6e4d93f53244a7c4d into PR head commit b3783d55a5fd82806eb85d4fb7ce209e364fb4dc 17:48:04 Merge succeeded, producing b3783d55a5fd82806eb85d4fb7ce209e364fb4dc 17:48:04 Checking out Revision b3783d55a5fd82806eb85d4fb7ce209e364fb4dc (PR-628) 17:48:03 > git config core.sparsecheckout # timeout=10 17:48:03 > git checkout -f b3783d55a5fd82806eb85d4fb7ce209e364fb4dc # timeout=10 17:48:03 > git remote # timeout=10 17:48:03 > git config --get remote.origin.url # timeout=10 17:48:03 using GIT_SSH to set credentials SSH Credentials for GitHub 17:48:03 [INFO] Currently running in a labeled security context 17:48:03 [INFO] Currently SELinux is 'enforcing' on the host 17:48:03 > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/10@tmp/jenkins-gitclient-ssh3808410911502098841.key 17:48:03 > git merge 6959a31925640f2b0e4ffea6e4d93f53244a7c4d # timeout=10 17:48:03 > git rev-parse HEAD^{commit} # timeout=10 17:48:03 > git config core.sparsecheckout # timeout=10 17:48:03 > git checkout -f b3783d55a5fd82806eb85d4fb7ce209e364fb4dc # timeout=10 17:48:08 Commit message: "Merge branch 'main' into dependabot/go_modules/github.com/fxamacker/cbor/v2-2.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:48:08 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:48:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:48:09 + sudo service docker restart 17:48:09 + true 17:48:09 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 17:48:28 ========================================================= 17:48:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 17:48:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:48:28 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 17:48:28 Sending build context to Docker daemon 2.91MB 17:48:28 Step 1/7 : ARG BASE=golang:1.16-alpine 17:48:28 Step 2/7 : FROM ${BASE} 17:48:29 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 17:48:29 540db60ca938: Pulling fs layer 17:48:29 adcc1eea9eea: Pulling fs layer 17:48:29 4c4ab2625f07: Pulling fs layer 17:48:29 0773c198feca: Pulling fs layer 17:48:29 345f892a5656: Pulling fs layer 17:48:29 9ac62484cfdc: Pulling fs layer 17:48:29 5ac4037533be: Pulling fs layer 17:48:29 dc6bda0758c5: Pulling fs layer 17:48:29 0773c198feca: Waiting 17:48:29 345f892a5656: Waiting 17:48:29 9ac62484cfdc: Waiting 17:48:29 5ac4037533be: Waiting 17:48:29 dc6bda0758c5: Waiting 17:48:29 4c4ab2625f07: Verifying Checksum 17:48:29 4c4ab2625f07: Download complete 17:48:29 adcc1eea9eea: Download complete 17:48:29 345f892a5656: Verifying Checksum 17:48:29 345f892a5656: Download complete 17:48:29 9ac62484cfdc: Verifying Checksum 17:48:29 9ac62484cfdc: Download complete 17:48:29 540db60ca938: Verifying Checksum 17:48:29 540db60ca938: Download complete 17:48:29 540db60ca938: Pull complete 17:48:29 adcc1eea9eea: Pull complete 17:48:29 5ac4037533be: Verifying Checksum 17:48:29 5ac4037533be: Download complete 17:48:29 4c4ab2625f07: Pull complete 17:48:32 dc6bda0758c5: Verifying Checksum 17:48:32 dc6bda0758c5: Download complete 17:48:33 0773c198feca: Verifying Checksum 17:48:33 0773c198feca: Download complete 17:48:37 0773c198feca: Pull complete 17:48:37 345f892a5656: Pull complete 17:48:37 9ac62484cfdc: Pull complete 17:48:37 5ac4037533be: Pull complete 17:48:38 dc6bda0758c5: Pull complete 17:48:38 Digest: sha256:693441261ed0de8fcf303aa2a0eae3a43e217b849db77d7793b1d2a0399e3ec4 17:48:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 17:48:38 ---> eb58bd16d52e 17:48:38 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:48:41 ---> Running in 30328170e61e 17:48:41 Removing intermediate container 30328170e61e 17:48:41 ---> 352d44f47bc7 17:48:41 Step 4/7 : RUN apk add bash 17:48:41 ---> Running in 8d0f95552a81 17:48:41 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 17:48:42 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 17:48:43 OK: 149 MiB in 40 packages 17:48:43 Removing intermediate container 8d0f95552a81 17:48:43 ---> 2b0dc4d66684 17:48:43 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:48:43 ---> Running in bfe9f4e90a98 17:48:43 Removing intermediate container bfe9f4e90a98 17:48:43 ---> 18606a586ef4 17:48:43 Step 6/7 : COPY go.mod . 17:48:43 ---> dd1ffe5fcc41 17:48:43 Step 7/7 : RUN go mod download 17:48:43 ---> Running in 731e77bf6d75 17:48:51 Removing intermediate container 731e77bf6d75 17:48:51 ---> 97653f2a6dd4 17:48:51 Successfully built 97653f2a6dd4 17:48:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:48:51 + docker inspect -f . ci-base-image-x86_64 17:48:51 . [Pipeline] withDockerContainer 17:48:52 prd-centos7-docker-4c-2g-418 does not seem to be running inside a container 17:48:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/10 -v /w/workspace/go-mod-core-contracts/10:/w/workspace/go-mod-core-contracts/10:rw,z -v /w/workspace/go-mod-core-contracts/10@tmp:/w/workspace/go-mod-core-contracts/10@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:48:52 $ docker top 8c24c75d702a17fbd82c790f960938aeea3f008ec524ecec5fb34d0c3b4de564 -eo pid,comm [Pipeline] { [Pipeline] sh 17:48:52 + go version 17:48:52 go version go1.16.5 linux/amd64 [Pipeline] } 17:48:52 $ docker stop --time=1 8c24c75d702a17fbd82c790f960938aeea3f008ec524ecec5fb34d0c3b4de564 17:48:54 $ docker rm -f 8c24c75d702a17fbd82c790f960938aeea3f008ec524ecec5fb34d0c3b4de564 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:48:54 + docker inspect -f . ci-base-image-x86_64 17:48:54 . [Pipeline] withDockerContainer 17:48:54 prd-centos7-docker-4c-2g-418 does not seem to be running inside a container 17:48:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/10 -v /w/workspace/go-mod-core-contracts/10:/w/workspace/go-mod-core-contracts/10:rw,z -v /w/workspace/go-mod-core-contracts/10@tmp:/w/workspace/go-mod-core-contracts/10@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:48:55 $ docker top 8298f2609b960674cd7e9f34464c1109ef86b92a158f314e67b619fc62564b88 -eo pid,comm [Pipeline] { [Pipeline] sh 17:48:55 + go mod tidy [Pipeline] sh 17:48:56 + make test 17:48:56 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:48:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 17:49:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.043s coverage: 83.5% of statements 17:49:06 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 17:49:06 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 17:49:06 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces/mocks [no test files] 17:49:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.014s coverage: 26.3% of statements 17:49:06 ? github.com/edgexfoundry/go-mod-core-contracts/v2/common [no test files] 17:49:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.007s coverage: 47.2% of statements 17:49:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.005s coverage: 90.0% of statements 17:49:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.035s coverage: 86.2% of statements 17:49:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 59.5% of statements 17:49:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.004s coverage: 35.5% of statements 17:49:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.006s coverage: 49.4% of statements 17:49:07 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:49:12 gofmt -l . 17:49:12 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:49:12 $ docker stop --time=1 8298f2609b960674cd7e9f34464c1109ef86b92a158f314e67b619fc62564b88 17:49:14 $ docker rm -f 8298f2609b960674cd7e9f34464c1109ef86b92a158f314e67b619fc62564b88 [Pipeline] // withDockerContainer [Pipeline] sh 17:49:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:49:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:49:15 ---> job-cost.sh 17:49:15 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-UX8W 17:49:24 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:49:39 lf-activate-venv(): INFO: Adding /tmp/venv-UX8W/bin to PATH 17:49:39 INFO: No Stack... 17:49:39 INFO: Retrieving Pricing Info for: v3-standard-2 17:49:39 INFO: Archiving Costs [Pipeline] sh 17:49:39 + cat /w/workspace/go-mod-core-contracts/10/archives/cost.csv 17:49:39 + cut -d, -f6 [Pipeline] lock 17:49:39 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-10-stack-cost] 17:49:39 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-10-stack-cost] did not exist. Created. 17:49:39 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-10-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:49:40 + echo total: 0.05999999865889549 [Pipeline] stash 17:49:40 Stashed 1 file(s) [Pipeline] } 17:49:40 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-10-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:16:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2761 in /w/workspace/dry_go-mod-core-contracts_PR-628 [Pipeline] { [Pipeline] ws 19:16:20 Running in /w/workspace/go-mod-core-contracts/10 [Pipeline] { [Pipeline] checkout 19:16:21 Selected Git installation does not exist. Using Default 19:16:21 The recommended git tool is: NONE 19:16:26 using credential edgex-jenkins-ssh 19:16:26 Cloning the remote Git repository 19:16:27 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 19:16:27 > git init /w/workspace/go-mod-core-contracts/10 # timeout=10 19:16:27 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 19:16:27 > git --version # timeout=10 19:16:27 > git --version # 'git version 2.17.1' 19:16:27 using GIT_SSH to set credentials SSH Credentials for GitHub 19:16:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:16:29 Merging remotes/origin/main commit 6959a31925640f2b0e4ffea6e4d93f53244a7c4d into PR head commit b3783d55a5fd82806eb85d4fb7ce209e364fb4dc 19:16:29 Merge succeeded, producing b3783d55a5fd82806eb85d4fb7ce209e364fb4dc 19:16:29 Checking out Revision b3783d55a5fd82806eb85d4fb7ce209e364fb4dc (PR-628) 19:16:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 19:16:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:16:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 19:16:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 19:16:29 using GIT_SSH to set credentials SSH Credentials for GitHub 19:16:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/628/head:refs/remotes/origin/PR-628 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:16:29 > git config core.sparsecheckout # timeout=10 19:16:29 > git checkout -f b3783d55a5fd82806eb85d4fb7ce209e364fb4dc # timeout=10 19:16:29 > git remote # timeout=10 19:16:29 > git config --get remote.origin.url # timeout=10 19:16:29 using GIT_SSH to set credentials SSH Credentials for GitHub 19:16:29 > git merge 6959a31925640f2b0e4ffea6e4d93f53244a7c4d # timeout=10 19:16:29 > git rev-parse HEAD^{commit} # timeout=10 19:16:30 > git config core.sparsecheckout # timeout=10 19:16:30 > git checkout -f b3783d55a5fd82806eb85d4fb7ce209e364fb4dc # timeout=10 19:16:34 Commit message: "Merge branch 'main' into dependabot/go_modules/github.com/fxamacker/cbor/v2-2.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:16:35 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:16:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:16:36 + true 19:16:36 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 19:16:55 ========================================================= 19:16:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 19:16:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:16: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.16-alpine . 19:16:56 Sending build context to Docker daemon 2.909MB 19:16:56 Step 1/7 : ARG BASE=golang:1.16-alpine 19:16:56 Step 2/7 : FROM ${BASE} 19:16:57 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:16:57 595b0fe564bb: Pulling fs layer 19:16:57 24495759ef45: Pulling fs layer 19:16:57 d148012ef14d: Pulling fs layer 19:16:57 cb65c68fc2e2: Pulling fs layer 19:16:57 093eec477d81: Pulling fs layer 19:16:57 20fd20ab2234: Pulling fs layer 19:16:57 43245461236d: Pulling fs layer 19:16:57 5a37c24eccbd: Pulling fs layer 19:16:57 cb65c68fc2e2: Waiting 19:16:57 093eec477d81: Waiting 19:16:57 20fd20ab2234: Waiting 19:16:57 43245461236d: Waiting 19:16:57 5a37c24eccbd: Waiting 19:16:57 d148012ef14d: Verifying Checksum 19:16:57 d148012ef14d: Download complete 19:16:57 24495759ef45: Verifying Checksum 19:16:57 24495759ef45: Download complete 19:16:57 093eec477d81: Verifying Checksum 19:16:57 093eec477d81: Download complete 19:16:57 20fd20ab2234: Verifying Checksum 19:16:57 20fd20ab2234: Download complete 19:16:57 43245461236d: Verifying Checksum 19:16:57 43245461236d: Download complete 19:16:58 595b0fe564bb: Verifying Checksum 19:16:58 595b0fe564bb: Download complete 19:16:58 595b0fe564bb: Pull complete 19:16:59 24495759ef45: Pull complete 19:16:59 d148012ef14d: Pull complete 19:17:01 5a37c24eccbd: Verifying Checksum 19:17:01 5a37c24eccbd: Download complete 19:17:04 cb65c68fc2e2: Verifying Checksum 19:17:04 cb65c68fc2e2: Download complete 19:17:14 cb65c68fc2e2: Pull complete 19:17:14 093eec477d81: Pull complete 19:17:14 20fd20ab2234: Pull complete 19:17:15 43245461236d: Pull complete 19:17:19 5a37c24eccbd: Pull complete 19:17:19 Digest: sha256:1f93be31992c0c85398b36ba92fe0466778821d351774b6a75e3069a3cd419d7 19:17:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 19:17:19 ---> 274d7007c78b 19:17:19 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:17:22 ---> Running in 345dd5452971 19:17:23 Removing intermediate container 345dd5452971 19:17:23 ---> 8be601cb7610 19:17:23 Step 4/7 : RUN apk add bash 19:17:23 ---> Running in 73a8fd81158a 19:17:24 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 19:17:25 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 19:17:26 OK: 138 MiB in 40 packages 19:17:28 Removing intermediate container 73a8fd81158a 19:17:28 ---> 644d28fc31df 19:17:28 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 19:17:29 ---> Running in ca9ce0c02e83 19:17:29 Removing intermediate container ca9ce0c02e83 19:17:29 ---> 037da6711951 19:17:29 Step 6/7 : COPY go.mod . 19:17:30 ---> 6d86db287659 19:17:30 Step 7/7 : RUN go mod download 19:17:30 ---> Running in d45321f346f8 19:17:49 Removing intermediate container d45321f346f8 19:17:49 ---> dffe81989fe8 19:17:49 Successfully built dffe81989fe8 19:17:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:17:49 + docker inspect -f . ci-base-image-arm64 19:17:49 . [Pipeline] withDockerContainer 19:17:49 prd-ubuntu18.04-docker-arm64-4c-16g-2761 does not seem to be running inside a container 19:17:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/10 -v /w/workspace/go-mod-core-contracts/10:/w/workspace/go-mod-core-contracts/10:rw,z -v /w/workspace/go-mod-core-contracts/10@tmp:/w/workspace/go-mod-core-contracts/10@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 19:17:51 $ docker top fd60cd997bcb62ebafa957af849af5c2ff5cb287cb45b5dfb58c2bd81c2b3b07 -eo pid,comm [Pipeline] { [Pipeline] sh 19:17:52 + go version 19:17:52 go version go1.16.5 linux/arm64 [Pipeline] } 19:17:52 $ docker stop --time=1 fd60cd997bcb62ebafa957af849af5c2ff5cb287cb45b5dfb58c2bd81c2b3b07 19:17:54 $ docker rm -f fd60cd997bcb62ebafa957af849af5c2ff5cb287cb45b5dfb58c2bd81c2b3b07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:17:55 + docker inspect -f . ci-base-image-arm64 19:17:55 . [Pipeline] withDockerContainer 19:17:55 prd-ubuntu18.04-docker-arm64-4c-16g-2761 does not seem to be running inside a container 19:17:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/10 -v /w/workspace/go-mod-core-contracts/10:/w/workspace/go-mod-core-contracts/10:rw,z -v /w/workspace/go-mod-core-contracts/10@tmp:/w/workspace/go-mod-core-contracts/10@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 19:17:57 $ docker top 8b69b20e68bac4f802245159fd8a80e94192ebe4d030a477135d6e376a4a9ad7 -eo pid,comm [Pipeline] { [Pipeline] sh 19:17:58 + go mod tidy [Pipeline] sh 19:17:59 + make test 19:17:59 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 19:18:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 19:18:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.487s coverage: 83.5% of statements 19:18:39 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 19:18:39 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 19:18:39 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces/mocks [no test files] 19:18:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.039s coverage: 26.3% of statements 19:18:39 ? github.com/edgexfoundry/go-mod-core-contracts/v2/common [no test files] 19:18:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.129s coverage: 47.2% of statements 19:18:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.063s coverage: 90.0% of statements 19:18:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.226s coverage: 86.2% of statements 19:18:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.044s coverage: 59.5% of statements 19:18:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.027s coverage: 35.5% of statements 19:18:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.034s coverage: 49.4% of statements 19:18:40 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:19:02 gofmt -l . 19:19:03 [ "`gofmt -l .`" = "" ] [Pipeline] } 19:19:03 $ docker stop --time=1 8b69b20e68bac4f802245159fd8a80e94192ebe4d030a477135d6e376a4a9ad7 19:19:06 $ docker rm -f 8b69b20e68bac4f802245159fd8a80e94192ebe4d030a477135d6e376a4a9ad7 [Pipeline] // withDockerContainer [Pipeline] sh 19:19:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:19:06 Warning: overwriting stash ‘coverage-report’ 19:19:07 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 19:19:08 ---> job-cost.sh 19:19:08 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3j1Q 19:19:55 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:21:47 lf-activate-venv(): INFO: Adding /tmp/venv-3j1Q/bin to PATH 19:21:47 INFO: No Stack... 19:21:48 INFO: Retrieving Pricing Info for: v2-standard-4 19:21:48 INFO: Archiving Costs [Pipeline] sh 19:21:49 + cut -d, -f6 19:21:49 + cat /w/workspace/go-mod-core-contracts/10/archives/cost.csv [Pipeline] lock 19:21:49 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-10-stack-cost] 19:21:49 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-10-stack-cost] did not exist. Created. 19:21:49 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-10-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:21:49 /w/workspace/go-mod-core-contracts/10@tmp/durable-8a818c15/script.sh: 1: /w/workspace/go-mod-core-contracts/10@tmp/durable-8a818c15/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 19:21:49 + echo total: 0.18000000715255737 [Pipeline] stash 19:21:50 Warning: overwriting stash ‘stack-cost’ 19:21:50 Stashed 1 file(s) [Pipeline] } 19:21:50 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-10-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 19:21:50 provisioning config files... 19:21:50 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-628@tmp/config4140542176245190233tmp [Pipeline] { [Pipeline] sh 19:21:51 + set +x 19:21:51 + bash -s -- 19:21:51 + curl -s https://codecov.io/bash 19:21:51 19:21:51 _____ _ 19:21:51 / ____| | | 19:21:51 | | ___ __| | ___ ___ _____ __ 19:21:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:21:51 | |___| (_) | (_| | __/ (_| (_) \ V / 19:21:51 \_____\___/ \__,_|\___|\___\___/ \_/ 19:21:51 Bash-1.0.4 19:21:51 19:21:51 19:21:51 ==> git version 2.24.4 found 19:21:51 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 19:21:51 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:21:51 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:21:51 ==> Jenkins CI detected. 19:21:51 project root: . 19:21:51 --> token set from env 19:21:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:21:51 ==> Running gcov in . (disable via -X gcov) 19:21:51 ==> Python coveragepy not found 19:21:51 ==> Searching for coverage reports in: 19:21:51 + . 19:21:51 -> Found 1 reports 19:21:51 ==> Detecting git/mercurial file structure 19:21:51 ==> Reading reports 19:21:51 + ./coverage.out bytes=101674 19:21:51 ==> Appending adjustments 19:21:51 https://docs.codecov.io/docs/fixing-reports 19:21:51 + Found adjustments 19:21:51 ==> Gzipping contents 19:21:51 16K /tmp/codecov.01icYX.gz 19:21:51 ==> Uploading reports 19:21:51 url: https://codecov.io 19:21:51 query: branch=PR-628&commit=b3783d55a5fd82806eb85d4fb7ce209e364fb4dc&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-628%2F10%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=628&job=&cmd_args= 19:21:51 -> Pinging Codecov 19:21:51 https://codecov.io/upload/v4?package=bash-1.0.4&branch=PR-628&commit=b3783d55a5fd82806eb85d4fb7ce209e364fb4dc&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-628%2F10%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=628&job=&cmd_args= 19:21:52 -> Uploading to 19:21:52 https://storage.googleapis.com/codecov/v4/raw/2021-07-14/71470A77251A30514AAF9C0BB2E5B6CE/b3783d55a5fd82806eb85d4fb7ce209e364fb4dc/ff9fb6e9-7069-4a9d-9238-43a6e4ed6154.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210714%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210714T192152Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6a9dc00f90fc0865aa85f7196a670d2248c018f0e66fa0e7beacb738a0dbae77 19:21:52 % Total % Received % Xferd Average Speed Time Time Time Current 19:21:52 Dload Upload Total Spent Left Speed 19:21:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15207 0 0 100 15207 0 37736 --:--:-- --:--:-- --:--:-- 37828 19:21:53 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/b3783d55a5fd82806eb85d4fb7ce209e364fb4dc [Pipeline] } 19:21:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 19:21:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:21:55 ---> package-listing.sh 19:21:55 ++ facter osfamily 19:21:55 ++ tr '[:upper:]' '[:lower:]' 19:21:55 + OS_FAMILY=redhat 19:21:55 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-628 19:21:55 + START_PACKAGES=/tmp/packages_start.txt 19:21:55 + END_PACKAGES=/tmp/packages_end.txt 19:21:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:21:55 + PACKAGES=/tmp/packages_start.txt 19:21:55 + '[' /w/workspace/dry_go-mod-core-contracts_PR-628 ']' 19:21:55 + PACKAGES=/tmp/packages_end.txt 19:21:55 + case "${OS_FAMILY}" in 19:21:55 + rpm -qa 19:21:55 + sort 19:21:56 + '[' -f /tmp/packages_start.txt ']' 19:21:56 + '[' -f /tmp/packages_end.txt ']' 19:21:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:21:56 + '[' /w/workspace/dry_go-mod-core-contracts_PR-628 ']' 19:21:56 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-628/archives/ 19:21:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-628/archives/ [Pipeline] echo 19:21:56 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/dry_go-mod-core-contracts_PR-628/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:21:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:21:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:21:57 19:21:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:21:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:21:57 alpine: Pulling from edgex-lftools-log-publisher 19:21:57 df20fa9351a1: Pulling fs layer 19:21:57 36b3adc4ff6f: Pulling fs layer 19:21:57 8ad3a11d3b57: Pulling fs layer 19:21:57 46f8f816bc3b: Pulling fs layer 19:21:57 93b61091891f: Pulling fs layer 19:21:57 93b9cdb0e59b: Pulling fs layer 19:21:57 5e14af77c1be: Pulling fs layer 19:21:57 01666e4c0597: Pulling fs layer 19:21:57 aa168da1d23b: Pulling fs layer 19:21:57 46f8f816bc3b: Waiting 19:21:57 93b61091891f: Waiting 19:21:57 93b9cdb0e59b: Waiting 19:21:57 5e14af77c1be: Waiting 19:21:57 01666e4c0597: Waiting 19:21:57 aa168da1d23b: Waiting 19:21:57 36b3adc4ff6f: Verifying Checksum 19:21:57 36b3adc4ff6f: Download complete 19:21:57 46f8f816bc3b: Verifying Checksum 19:21:57 46f8f816bc3b: Download complete 19:21:57 df20fa9351a1: Verifying Checksum 19:21:57 93b9cdb0e59b: Verifying Checksum 19:21:57 93b9cdb0e59b: Download complete 19:21:57 5e14af77c1be: Verifying Checksum 19:21:57 5e14af77c1be: Download complete 19:21:57 01666e4c0597: Verifying Checksum 19:21:57 01666e4c0597: Download complete 19:21:57 df20fa9351a1: Pull complete 19:21:57 93b61091891f: Verifying Checksum 19:21:57 93b61091891f: Download complete 19:21:58 36b3adc4ff6f: Pull complete 19:21:58 8ad3a11d3b57: Verifying Checksum 19:21:58 8ad3a11d3b57: Download complete 19:21:58 8ad3a11d3b57: Pull complete 19:21:58 46f8f816bc3b: Pull complete 19:21:59 93b61091891f: Pull complete 19:21:59 93b9cdb0e59b: Pull complete 19:21:59 5e14af77c1be: Pull complete 19:21:59 01666e4c0597: Pull complete 19:22:01 aa168da1d23b: Verifying Checksum 19:22:01 aa168da1d23b: Download complete 19:22:06 aa168da1d23b: Pull complete 19:22:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:22:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:22:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:22:06 prd-centos7-docker-4c-2g-398 does not seem to be running inside a container 19:22:06 $ 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/dry_go-mod-core-contracts_PR-628/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_PR-628 -v /w/workspace/dry_go-mod-core-contracts_PR-628:/w/workspace/dry_go-mod-core-contracts_PR-628:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-628@tmp:/w/workspace/dry_go-mod-core-contracts_PR-628@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:22:08 $ docker top 104b0b8670dc1334276d5a2b84ab71d7058688086026172578a0aeb867d333b8 -eo pid,comm [Pipeline] { [Pipeline] sh 19:22:08 + touch /tmp/pre-build-complete [Pipeline] sh 19:22:09 + mkdir -p /var/log/sa [Pipeline] sh 19:22:09 + ls /var/log/sa-host 19:22:09 + sadf -c /var/log/sa-host/sa05 19:22:09 file_magic: OK 19:22:09 HZ: Using current value: 100 19:22:09 file_header: OK 19:22:09 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 19:22:09 Statistics: 19:22:09 Hnuu...uuuununununu...Hnuu...uuuununununu... 19:22:09 File successfully converted to sysstat format version 12.2.1 19:22:09 + sadf -c /var/log/sa-host/sa14 19:22:09 file_magic: OK 19:22:09 HZ: Using current value: 100 19:22:09 file_header: OK 19:22:09 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 19:22:09 Statistics: 19:22:09 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...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...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...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... 19:22:09 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:22:09 provisioning config files... 19:22:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-628@tmp/config5974169305368309896tmp [Pipeline] { [Pipeline] echo 19:22:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:22:10 ---> create-netrc.sh [Pipeline] } 19:22:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:22:10 ---> python-tools-install.sh [Pipeline] echo 19:22:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:22:10 ---> sudo-logs.sh 19:22:10 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:22:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:22:11 ---> job-cost.sh 19:22:11 lf-activate-venv: SKIPPING 19:22:11 DEBUG: total: 0.18000000715255737 19:22:11 INFO: Retrieving Stack Cost... 19:22:13 INFO: Retrieving Pricing Info for: v3-standard-2 19:22:13 INFO: Archiving Costs [Pipeline] echo 19:22:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:22:13 ---> logs-deploy.sh 19:22:13 lf-activate-venv: SKIPPING 19:22:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-628/10 19:22:13 INFO: archiving workspace using pattern(s): 19:22:14 Archives upload complete. 19:22:14 INFO: archiving logs to Nexus 19:22:15 ---> uname -a: 19:22:15 Linux prd-centos7-docker-4c-2g-398.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 19:22:15 19:22:15 19:22:15 ---> lscpu: 19:22:15 Architecture: x86_64 19:22:15 CPU op-mode(s): 32-bit, 64-bit 19:22:15 Byte Order: Little Endian 19:22:15 Address sizes: 40 bits physical, 48 bits virtual 19:22:15 CPU(s): 2 19:22:15 On-line CPU(s) list: 0,1 19:22:15 Thread(s) per core: 1 19:22:15 Core(s) per socket: 1 19:22:15 Socket(s): 2 19:22:15 NUMA node(s): 1 19:22:15 Vendor ID: AuthenticAMD 19:22:15 CPU family: 23 19:22:15 Model: 49 19:22:15 Model name: AMD EPYC-Rome Processor 19:22:15 Stepping: 0 19:22:15 CPU MHz: 2799.998 19:22:15 BogoMIPS: 5599.99 19:22:15 Virtualization: AMD-V 19:22:15 Hypervisor vendor: KVM 19:22:15 Virtualization type: full 19:22:15 L1d cache: 64 KiB 19:22:15 L1i cache: 64 KiB 19:22:15 L2 cache: 1 MiB 19:22:15 L3 cache: 32 MiB 19:22:15 NUMA node0 CPU(s): 0,1 19:22:15 Vulnerability Itlb multihit: Not affected 19:22:15 Vulnerability L1tf: Not affected 19:22:15 Vulnerability Mds: Not affected 19:22:15 Vulnerability Meltdown: Not affected 19:22:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:22:15 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:22:15 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:22:15 Vulnerability Srbds: Not affected 19:22:15 Vulnerability Tsx async abort: Not affected 19:22:15 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 19:22:15 19:22:15 19:22:15 ---> nproc: 19:22:15 2 19:22:15 19:22:15 19:22:15 ---> df -h: 19:22:15 Filesystem Size Used Available Use% Mounted on 19:22:15 overlay 40.0G 7.2G 32.8G 18% / 19:22:15 tmpfs 64.0M 0 64.0M 0% /dev 19:22:15 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 19:22:15 shm 64.0M 0 64.0M 0% /dev/shm 19:22:15 /dev/vda1 40.0G 7.2G 32.8G 18% /facter-os 19:22:15 /dev/vda1 40.0G 7.2G 32.8G 18% /etc/resolv.conf 19:22:15 /dev/vda1 40.0G 7.2G 32.8G 18% /etc/hostname 19:22:15 /dev/vda1 40.0G 7.2G 32.8G 18% /etc/hosts 19:22:15 /dev/vda1 40.0G 7.2G 32.8G 18% /w/workspace/dry_go-mod-core-contracts_PR-628@tmp 19:22:15 /dev/vda1 40.0G 7.2G 32.8G 18% /var/log/sa-host 19:22:15 /dev/vda1 40.0G 7.2G 32.8G 18% /var/log/secure 19:22:15 /dev/vda1 40.0G 7.2G 32.8G 18% /var/log/auth.log 19:22:15 /dev/vda1 40.0G 7.2G 32.8G 18% /run/cloud-init/result.json 19:22:15 /dev/vda1 40.0G 7.2G 32.8G 18% /w/workspace/dry_go-mod-core-contracts_PR-628 19:22:15 19:22:15 19:22:15 ---> free -m: 19:22:15 total used free shared buff/cache available 19:22:15 Mem: 7821 1069 4598 0 2153 6591 19:22:15 Swap: 1023 0 1023 19:22:15 19:22:15 19:22:15 ---> ip addr: 19:22:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:22:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:22:15 inet 127.0.0.1/8 scope host lo 19:22:15 valid_lft forever preferred_lft forever 19:22:15 inet6 ::1/128 scope host 19:22:15 valid_lft forever preferred_lft forever 19:22:15 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 19:22:15 link/ether fa:16:3e:53:b4:ea brd ff:ff:ff:ff:ff:ff 19:22:15 inet 10.30.123.135/23 brd 10.30.123.255 scope global dynamic eth0 19:22:15 valid_lft 80664sec preferred_lft 80664sec 19:22:15 inet6 fe80::f816:3eff:fe53:b4ea/64 scope link 19:22:15 valid_lft forever preferred_lft forever 19:22:15 3: docker0: mtu 1500 qdisc noqueue state DOWN 19:22:15 link/ether 02:42:8a:9f:33:33 brd ff:ff:ff:ff:ff:ff 19:22:15 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 19:22:15 valid_lft forever preferred_lft forever 19:22:15 inet6 fe80::42:8aff:fe9f:3333/64 scope link 19:22:15 valid_lft forever preferred_lft forever 19:22:15 19:22:15 19:22:15 ---> sar -b -r -n DEV: 19:22:15 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/14/21 _x86_64_ (2 CPU) 19:22:15 19:22:15 17:46:28 LINUX RESTART (2 CPU) 19:22:15 19:22:15 17:47:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:22:15 17:48:01 79.85 3.68 76.17 0.00 2612.76 3421.67 0.00 19:22:15 17:49:01 0.43 0.00 0.43 0.00 0.00 7.28 0.00 19:22:15 17:50:01 0.27 0.00 0.27 0.00 0.00 3.28 0.00 19:22:15 17:51:01 0.25 0.00 0.25 0.00 0.00 3.36 0.00 19:22:15 17:52:01 0.35 0.00 0.35 0.00 0.00 4.05 0.00 19:22:15 17:53:01 0.27 0.00 0.27 0.00 0.00 3.13 0.00 19:22:15 17:54:01 0.23 0.00 0.23 0.00 0.00 4.05 0.00 19:22:15 17:55:01 0.27 0.00 0.27 0.00 0.00 3.17 0.00 19:22:15 17:56:01 0.27 0.00 0.27 0.00 0.00 3.50 0.00 19:22:15 17:57:01 0.25 0.00 0.25 0.00 0.00 2.48 0.00 19:22:15 17:58:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 19:22:15 17:59:01 0.32 0.00 0.32 0.00 0.00 4.85 0.00 19:22:15 18:00:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 19:22:15 18:01:01 0.28 0.02 0.27 0.00 0.13 3.20 0.00 19:22:15 18:02:01 0.55 0.25 0.30 0.00 6.53 4.61 0.00 19:22:15 18:03:01 0.77 0.00 0.77 0.00 0.00 15.43 0.00 19:22:15 18:04:01 0.15 0.00 0.15 0.00 0.00 1.88 0.00 19:22:15 18:05:01 0.33 0.00 0.33 0.00 0.00 4.88 0.00 19:22:15 18:06:02 0.23 0.00 0.23 0.00 0.00 2.70 0.00 19:22:15 18:07:01 0.17 0.00 0.17 0.00 0.00 1.51 0.00 19:22:15 18:08:01 0.18 0.00 0.18 0.00 0.00 2.02 0.00 19:22:15 18:09:01 0.15 0.00 0.15 0.00 0.00 1.88 0.00 19:22:15 18:10:01 0.28 0.00 0.28 0.00 0.00 3.08 0.00 19:22:15 18:11:01 0.23 0.00 0.23 0.00 0.00 2.37 0.00 19:22:15 18:12:01 0.22 0.00 0.22 0.00 0.00 3.35 0.00 19:22:15 18:13:01 0.28 0.00 0.28 0.00 0.00 3.81 0.00 19:22:15 18:14:01 0.28 0.00 0.28 0.00 0.00 3.53 0.00 19:22:15 18:15:01 0.30 0.00 0.30 0.00 0.00 4.75 0.00 19:22:15 18:16:01 0.27 0.00 0.27 0.00 0.00 3.63 0.00 19:22:15 18:17:01 275.56 254.04 21.52 0.00 3444.54 961.70 0.00 19:22:15 18:18:01 0.65 0.00 0.65 0.00 0.00 12.39 0.00 19:22:15 18:19:01 0.22 0.00 0.22 0.00 0.00 3.38 0.00 19:22:15 18:20:01 0.18 0.00 0.18 0.00 0.00 4.37 0.00 19:22:15 18:21:01 0.25 0.00 0.25 0.00 0.00 5.26 0.00 19:22:15 18:22:01 0.23 0.00 0.23 0.00 0.00 4.28 0.00 19:22:15 18:23:01 0.18 0.00 0.18 0.00 0.00 3.30 0.00 19:22:15 18:24:01 0.20 0.00 0.20 0.00 0.00 2.90 0.00 19:22:15 18:25:01 0.20 0.00 0.20 0.00 0.00 3.03 0.00 19:22:15 18:26:01 0.32 0.00 0.32 0.00 0.00 4.70 0.00 19:22:15 18:27:01 0.25 0.00 0.25 0.00 0.00 4.78 0.00 19:22:15 18:28:01 0.20 0.00 0.20 0.00 0.00 3.03 0.00 19:22:15 18:29:01 0.20 0.00 0.20 0.00 0.00 3.03 0.00 19:22:15 18:30:01 0.20 0.00 0.20 0.00 0.00 3.17 0.00 19:22:15 18:31:01 0.30 0.00 0.30 0.00 0.00 4.60 0.00 19:22:15 18:32:01 0.28 0.00 0.28 0.00 0.00 4.18 0.00 19:22:15 18:33:01 0.23 0.00 0.23 0.00 0.00 3.36 0.00 19:22:15 18:34:01 0.22 0.00 0.22 0.00 0.00 3.57 0.00 19:22:15 18:35:01 0.18 0.00 0.18 0.00 0.00 3.30 0.00 19:22:15 18:36:01 0.28 0.00 0.28 0.00 0.00 5.00 0.00 19:22:15 18:37:01 0.38 0.00 0.38 0.00 0.00 6.36 0.00 19:22:15 18:38:01 0.20 0.00 0.20 0.00 0.00 3.17 0.00 19:22:15 18:39:01 0.20 0.00 0.20 0.00 0.00 2.90 0.00 19:22:15 18:40:01 0.35 0.00 0.35 0.00 0.00 5.03 0.00 19:22:15 18:41:01 0.32 0.00 0.32 0.00 0.00 5.05 0.00 19:22:15 18:42:01 0.15 0.00 0.15 0.00 0.00 1.33 0.00 19:22:15 18:43:01 0.15 0.00 0.15 0.00 0.00 1.60 0.00 19:22:15 18:44:02 0.15 0.00 0.15 0.00 0.00 1.33 0.00 19:22:15 18:45:01 0.20 0.00 0.20 0.00 0.00 2.69 0.00 19:22:15 18:46:01 0.20 0.00 0.20 0.00 0.00 2.15 0.00 19:22:15 18:47:01 0.18 0.00 0.18 0.00 0.00 1.53 0.00 19:22:15 18:48:01 0.17 0.00 0.17 0.00 0.00 2.13 0.00 19:22:15 18:49:01 0.15 0.00 0.15 0.00 0.00 1.57 0.00 19:22:15 18:50:01 0.37 0.00 0.37 0.00 0.00 5.15 0.00 19:22:15 18:51:01 0.20 0.00 0.20 0.00 0.00 2.28 0.00 19:22:15 18:52:01 0.15 0.00 0.15 0.00 0.00 1.33 0.00 19:22:15 18:53:01 0.15 0.00 0.15 0.00 0.00 1.63 0.00 19:22:15 18:54:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 19:22:15 18:55:01 0.33 0.00 0.33 0.00 0.00 4.96 0.00 19:22:15 18:56:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 19:22:15 18:57:01 0.33 0.00 0.33 0.00 0.00 4.25 0.00 19:22:15 18:58:01 0.25 0.00 0.25 0.00 0.00 2.92 0.00 19:22:15 18:59:01 0.22 0.00 0.22 0.00 0.00 2.57 0.00 19:22:15 19:00:01 0.25 0.00 0.25 0.00 0.00 3.33 0.00 19:22:15 19:01:01 0.23 0.00 0.23 0.00 0.00 2.67 0.00 19:22:15 19:02:01 0.25 0.00 0.25 0.00 0.00 3.41 0.00 19:22:15 19:03:01 0.20 0.00 0.20 0.00 0.00 2.42 0.00 19:22:15 19:04:01 0.23 0.00 0.23 0.00 0.00 3.05 0.00 19:22:15 19:05:01 0.20 0.00 0.20 0.00 0.00 2.42 0.00 19:22:15 19:06:01 0.15 0.00 0.15 0.00 0.00 1.47 0.00 19:22:15 19:07:01 0.23 0.00 0.23 0.00 0.00 2.78 0.00 19:22:15 19:08:01 0.23 0.00 0.23 0.00 0.00 2.47 0.00 19:22:15 19:09:01 0.23 0.00 0.23 0.00 0.00 3.05 0.00 19:22:15 19:10:01 0.20 0.00 0.20 0.00 0.00 2.15 0.00 19:22:15 19:11:01 0.15 0.00 0.15 0.00 0.00 1.33 0.00 19:22:15 19:12:01 0.23 0.00 0.23 0.00 0.00 2.78 0.00 19:22:15 19:13:01 0.20 0.00 0.20 0.00 0.00 2.28 0.00 19:22:15 19:14:01 0.23 0.00 0.23 0.00 0.00 3.33 0.00 19:22:15 19:15:01 0.28 0.00 0.28 0.00 0.00 2.62 0.00 19:22:15 19:16:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 19:22:15 19:17:01 0.23 0.00 0.23 0.00 0.00 3.45 0.00 19:22:15 19:18:01 0.20 0.00 0.20 0.00 0.00 2.68 0.00 19:22:15 19:19:02 0.23 0.00 0.23 0.00 0.00 3.45 0.00 19:22:15 19:20:01 0.22 0.00 0.22 0.00 0.00 2.19 0.00 19:22:15 19:21:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 19:22:15 19:22:01 3.33 0.13 3.20 0.00 13.73 74.21 0.00 19:22:15 Average: 4.02 2.72 1.30 0.00 64.02 50.23 0.00 19:22:15 19:22:15 17:47:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:22:15 17:48:01 5461284 0 807852 10.09 2620 1737184 1293560 14.28 584388 1561908 16 19:22:15 17:49:01 5468956 0 800172 9.99 2620 1737192 1233328 13.62 577920 1561868 16 19:22:15 17:50:01 5470804 0 798324 9.97 2620 1737192 1207160 13.33 577068 1561404 8 19:22:15 17:51:01 5470072 0 799048 9.98 2620 1737200 1206920 13.33 577580 1561404 8 19:22:15 17:52:01 5470560 0 798556 9.97 2620 1737204 1207004 13.33 573916 1565516 16 19:22:15 17:53:01 5470492 0 798624 9.97 2620 1737204 1206980 13.33 573808 1565516 12 19:22:15 17:54:01 5470656 0 798448 9.97 2620 1737216 1206920 13.33 573692 1565516 8 19:22:15 17:55:01 5465060 0 804040 10.04 2620 1737220 1207124 13.33 578828 1565516 8 19:22:15 17:56:01 5462596 0 806500 10.07 2620 1737224 1206920 13.33 581300 1565516 8 19:22:15 17:57:01 5462804 0 806288 10.07 2620 1737228 1207016 13.33 583716 1563564 12 19:22:15 17:58:01 5462840 0 806248 10.07 2620 1737232 1206920 13.33 583376 1563564 12 19:22:15 17:59:01 5462640 0 806444 10.07 2620 1737236 1206980 13.33 591296 1555844 8 19:22:15 18:00:01 5462688 0 806388 10.07 2620 1737244 1206920 13.33 591172 1555848 8 19:22:15 18:01:01 5461304 0 807772 10.09 2620 1737244 1210080 13.36 591664 1556188 8 19:22:15 18:02:01 5461652 0 807296 10.08 2620 1737372 1207512 13.33 591496 1556248 16 19:22:15 18:03:01 5461832 0 807116 10.08 2620 1737372 1207476 13.33 591240 1556248 12 19:22:15 18:04:01 5462044 0 806896 10.07 2620 1737380 1207428 13.33 590956 1556248 8 19:22:15 18:05:01 5462316 0 806620 10.07 2620 1737384 1207428 13.33 590960 1556248 8 19:22:15 18:06:02 5462944 0 805988 10.06 2620 1737388 1207428 13.33 591032 1556248 8 19:22:15 18:07:01 5462024 0 806904 10.08 2620 1737392 1207512 13.33 591448 1556248 20 19:22:15 18:08:01 5461552 0 807372 10.08 2620 1737396 1207488 13.33 591572 1555908 12 19:22:15 18:09:01 5462208 0 806712 10.07 2620 1737400 1207428 13.33 591320 1555904 8 19:22:15 18:10:01 5462208 0 806708 10.07 2620 1737404 1207428 13.33 591440 1555904 8 19:22:15 18:11:01 5461936 0 806976 10.08 2620 1737408 1207428 13.33 591356 1555904 8 19:22:15 18:12:01 5462236 0 806672 10.07 2620 1737412 1207536 13.33 591940 1555904 8 19:22:15 18:13:01 5462036 0 806864 10.07 2620 1737420 1207464 13.33 591668 1555908 8 19:22:15 18:14:01 5462636 0 806264 10.07 2620 1737420 1207428 13.33 591452 1555904 8 19:22:15 18:15:01 5462084 0 806808 10.07 2620 1737428 1207428 13.33 591444 1555904 8 19:22:15 18:16:01 5462176 0 806716 10.07 2620 1737428 1207428 13.33 591376 1555904 8 19:22:15 18:17:01 5309052 0 900456 11.24 2620 1796812 1207556 13.33 632260 1575044 8 19:22:15 18:18:01 5308704 0 900796 11.25 2620 1796820 1207508 13.33 631880 1575044 8 19:22:15 18:19:01 5308776 0 900724 11.25 2620 1796820 1207524 13.33 631672 1575044 8 19:22:15 18:20:01 5308760 0 900732 11.25 2620 1796828 1207592 13.33 631864 1575044 8 19:22:15 18:21:01 5308636 0 900856 11.25 2620 1796828 1207592 13.33 631752 1575044 8 19:22:15 18:22:01 5307860 0 901624 11.26 2620 1796836 1207760 13.33 632712 1575044 8 19:22:15 18:23:01 5306732 0 902748 11.27 2620 1796840 1207844 13.34 633320 1575044 8 19:22:15 18:24:01 5308332 0 901148 11.25 2620 1796840 1207592 13.33 631804 1575044 8 19:22:15 18:25:01 5308548 0 900924 11.25 2620 1796848 1207592 13.33 631872 1575044 8 19:22:15 18:26:01 5309016 0 900456 11.24 2620 1796848 1207592 13.33 631940 1575044 8 19:22:15 18:27:01 5307392 0 902072 11.26 2620 1796856 1207808 13.33 632884 1575044 8 19:22:15 18:28:01 5308392 0 901068 11.25 2620 1796860 1207640 13.33 632204 1575044 8 19:22:15 18:29:01 5308820 0 900636 11.25 2620 1796864 1207592 13.33 631864 1575044 12 19:22:15 18:30:01 5308960 0 900492 11.24 2620 1796868 1207592 13.33 631920 1575044 8 19:22:15 18:31:01 5308936 0 900512 11.24 2620 1796872 1207592 13.33 631852 1575048 8 19:22:15 18:32:01 5309052 0 900392 11.24 2620 1796876 1207664 13.33 631932 1575044 8 19:22:15 18:33:01 5308764 0 900676 11.25 2620 1796880 1207628 13.33 632064 1575044 8 19:22:15 18:34:01 5308448 0 900988 11.25 2620 1796884 1207592 13.33 631988 1575044 8 19:22:15 18:35:01 5307604 0 901828 11.26 2620 1796888 1207860 13.34 632784 1575044 8 19:22:15 18:36:01 5308200 0 901224 11.25 2620 1796896 1207656 13.33 632400 1575044 8 19:22:15 18:37:01 5307872 0 901552 11.26 2620 1796896 1207740 13.33 632384 1575028 8 19:22:15 18:38:01 5308184 0 901232 11.25 2620 1796904 1207704 13.33 632320 1575028 8 19:22:15 18:39:01 5308000 0 901416 11.26 2620 1796904 1207656 13.33 632388 1575028 8 19:22:15 18:40:01 5308264 0 901148 11.25 2620 1796908 1207656 13.33 632444 1575028 8 19:22:15 18:41:01 5307984 0 901420 11.26 2620 1796916 1207656 13.33 632316 1575028 8 19:22:15 18:42:01 5308104 0 901300 11.25 2620 1796916 1207752 13.33 632408 1575028 8 19:22:15 18:43:01 5308028 0 901368 11.25 2620 1796924 1207716 13.33 632348 1575028 8 19:22:15 18:44:02 5308200 0 901196 11.25 2620 1796924 1207656 13.33 632380 1575028 8 19:22:15 18:45:01 5307868 0 901520 11.26 2620 1796932 1207656 13.33 632336 1575028 8 19:22:15 18:46:01 5308000 0 901384 11.25 2620 1796936 1207656 13.33 632340 1575028 8 19:22:15 18:47:01 5307592 0 901792 11.26 2620 1796936 1207852 13.34 632804 1575028 16 19:22:15 18:48:01 5307704 0 901672 11.26 2620 1796944 1207756 13.33 632620 1575028 12 19:22:15 18:49:01 5308008 0 901368 11.25 2620 1796944 1207720 13.33 632424 1575028 12 19:22:15 18:50:01 5307860 0 901508 11.26 2620 1796952 1207720 13.33 632408 1575028 12 19:22:15 18:51:01 5307892 0 901472 11.26 2620 1796956 1207720 13.33 632456 1575028 8 19:22:15 18:52:01 5307732 0 901628 11.26 2620 1796960 1207816 13.33 632648 1575028 12 19:22:15 18:53:01 5307780 0 901572 11.26 2620 1796968 1207792 13.33 632532 1575032 12 19:22:15 18:54:01 5308556 0 900792 11.25 2620 1796972 1207720 13.33 632524 1575032 8 19:22:15 18:55:01 5307800 0 901544 11.26 2620 1796976 1207852 13.34 632760 1575028 8 19:22:15 18:56:01 5308076 0 901264 11.25 2620 1796980 1207720 13.33 632460 1575028 8 19:22:15 18:57:01 5308316 0 901076 11.25 2620 1796928 1207264 13.33 632244 1575004 12 19:22:15 18:58:01 5308688 0 900700 11.25 2620 1796932 1207264 13.33 632320 1575004 8 19:22:15 18:59:01 5308604 0 900772 11.25 2620 1796944 1207180 13.33 632204 1575004 8 19:22:15 19:00:01 5308440 0 900936 11.25 2620 1796944 1207300 13.33 632480 1575004 8 19:22:15 19:01:01 5306180 0 903188 11.28 2620 1796952 1209652 13.36 633016 1575004 8 19:22:15 19:02:01 5308300 0 901068 11.25 2620 1796952 1207276 13.33 632320 1575004 12 19:22:15 19:03:01 5308272 0 901088 11.25 2620 1796960 1207240 13.33 632460 1575004 12 19:22:15 19:04:01 5308396 0 900960 11.25 2620 1796964 1207180 13.33 632244 1575004 8 19:22:15 19:05:01 5307848 0 901504 11.26 2620 1796968 1207336 13.33 632728 1575004 8 19:22:15 19:06:01 5308404 0 900944 11.25 2620 1796972 1207180 13.33 632272 1575004 8 19:22:15 19:07:01 5308292 0 901052 11.25 2620 1796976 1207276 13.33 632352 1575004 12 19:22:15 19:08:01 5308612 0 900728 11.25 2620 1796980 1207216 13.33 632276 1575004 12 19:22:15 19:09:01 5308684 0 900652 11.25 2620 1796984 1207180 13.33 632388 1575004 8 19:22:15 19:10:01 5308420 0 900912 11.25 2620 1796988 1207180 13.33 632272 1575004 8 19:22:15 19:11:01 5308420 0 900908 11.25 2620 1796992 1207180 13.33 632392 1575004 8 19:22:15 19:12:01 5308416 0 900908 11.25 2620 1796996 1207264 13.33 632336 1575004 12 19:22:15 19:13:01 5307768 0 901552 11.26 2620 1797000 1207360 13.33 632656 1575004 16 19:22:15 19:14:01 5308164 0 901144 11.25 2620 1797012 1207180 13.33 632412 1575004 12 19:22:15 19:15:01 5308276 0 901032 11.25 2620 1797012 1207324 13.33 632672 1575004 12 19:22:15 19:16:01 5308272 0 901028 11.25 2620 1797020 1207244 13.33 632356 1575008 16 19:22:15 19:17:01 5307140 0 902156 11.26 2620 1797024 1207540 13.33 633500 1575008 16 19:22:15 19:18:01 5306984 0 902312 11.27 2620 1797024 1207640 13.33 633856 1575004 20 19:22:15 19:19:02 5307544 0 901744 11.26 2620 1797032 1207376 13.33 632968 1575004 12 19:22:15 19:20:01 5307644 0 901644 11.26 2620 1797032 1207376 13.33 633032 1575004 8 19:22:15 19:21:01 5307172 0 902108 11.26 2620 1797040 1207544 13.33 633508 1575004 20 19:22:15 19:22:01 5104444 0 964312 12.04 2620 1937564 1394808 15.40 817916 1579388 139748 19:22:15 Average: 5353567 0 872543 10.89 2620 1780211 1210658 13.37 620378 1570166 1481 19:22:15 19:22:15 17:47:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:22:15 17:48:01 eth0 167.73 120.88 508.22 41.28 0.00 0.00 0.00 0.00 19:22:15 17:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 17:48:01 docker0 13.76 10.09 2.61 26.66 0.00 0.00 0.00 0.00 19:22:15 17:49:01 eth0 1.87 0.55 0.63 0.40 0.00 0.00 0.00 0.00 19:22:15 17:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 17:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 17:50:01 eth0 0.93 0.40 0.34 0.24 0.00 0.00 0.00 0.00 19:22:15 17:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 17:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 17:51:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:22:15 17:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 17:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 17:52:01 eth0 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 19:22:15 17:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 17:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 17:53:01 eth0 0.17 0.13 0.07 0.01 0.00 0.00 0.00 0.00 19:22:15 17:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 17:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 17:54:01 eth0 0.55 0.08 0.06 0.01 0.00 0.00 0.00 0.00 19:22:15 17:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 17:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 17:55:01 eth0 0.50 0.30 0.27 0.20 0.00 0.00 0.00 0.00 19:22:15 17:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 17:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 17:56:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:22:15 17:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 17:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 17:57:01 eth0 0.32 0.18 0.09 0.07 0.00 0.00 0.00 0.00 19:22:15 17:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 17:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 17:58:01 eth0 0.48 0.08 0.05 0.01 0.00 0.00 0.00 0.00 19:22:15 17:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 17:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 17:59:01 eth0 0.17 0.13 0.07 0.01 0.00 0.00 0.00 0.00 19:22:15 17:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 17:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:00:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:22:15 18:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:01:01 eth0 0.53 0.02 0.05 0.00 0.00 0.00 0.00 0.00 19:22:15 18:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:02:01 eth0 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 19:22:15 18:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:03:01 eth0 0.33 0.18 0.08 0.01 0.00 0.00 0.00 0.00 19:22:15 18:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:04:01 eth0 0.88 0.08 0.10 0.01 0.00 0.00 0.00 0.00 19:22:15 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:05:01 eth0 0.08 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:06:02 eth0 0.52 0.08 0.05 0.01 0.00 0.00 0.00 0.00 19:22:15 18:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:06:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:07:01 eth0 0.15 0.15 0.08 0.04 0.00 0.00 0.00 0.00 19:22:15 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:08:01 eth0 0.20 0.15 0.07 0.04 0.00 0.00 0.00 0.00 19:22:15 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:09:01 eth0 0.52 0.03 0.05 0.00 0.00 0.00 0.00 0.00 19:22:15 18:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:10:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:22:15 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:11:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:12:01 eth0 0.22 0.17 0.08 0.04 0.00 0.00 0.00 0.00 19:22:15 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:13:01 eth0 0.10 0.07 0.06 0.03 0.00 0.00 0.00 0.00 19:22:15 18:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:14:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:15:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:16:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:17:01 eth0 0.17 0.12 0.08 0.04 0.00 0.00 0.00 0.00 19:22:15 18:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:18:01 eth0 0.10 0.07 0.06 0.03 0.00 0.00 0.00 0.00 19:22:15 18:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:19:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:22:15 18:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:20:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:21:01 eth0 0.28 0.03 0.03 0.00 0.00 0.00 0.00 0.00 19:22:15 18:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:22:01 eth0 1.25 0.37 0.41 0.24 0.00 0.00 0.00 0.00 19:22:15 18:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:23:01 eth0 0.72 0.38 0.34 0.23 0.00 0.00 0.00 0.00 19:22:15 18:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:24:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:25:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:26:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:27:01 eth0 0.70 0.42 0.35 0.24 0.00 0.00 0.00 0.00 19:22:15 18:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:28:01 eth0 0.08 0.05 0.06 0.03 0.00 0.00 0.00 0.00 19:22:15 18:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:30:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:31:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:32:01 eth0 0.23 0.22 0.08 0.07 0.00 0.00 0.00 0.00 19:22:15 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:33:01 eth0 0.10 0.10 0.06 0.01 0.00 0.00 0.00 0.00 19:22:15 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:34:01 eth0 0.47 0.00 0.05 0.00 0.00 0.00 0.00 0.00 19:22:15 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:35:01 eth0 0.47 0.35 0.27 0.20 0.00 0.00 0.00 0.00 19:22:15 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:36:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:37:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 19:22:15 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:38:01 eth0 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 19:22:15 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:39:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:40:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:22:15 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:41:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:42:01 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 19:22:15 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:43:01 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 19:22:15 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:44:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:45:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:46:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:47:01 eth0 0.98 0.40 0.39 0.26 0.00 0.00 0.00 0.00 19:22:15 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:48:01 eth0 0.12 0.02 0.06 0.00 0.00 0.00 0.00 0.00 19:22:15 18:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:49:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:22:15 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:50:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:51:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:52:01 eth0 0.13 0.10 0.08 0.04 0.00 0.00 0.00 0.00 19:22:15 18:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:53:01 eth0 0.17 0.12 0.06 0.03 0.00 0.00 0.00 0.00 19:22:15 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:54:01 eth0 0.32 0.00 0.04 0.00 0.00 0.00 0.00 0.00 19:22:15 18:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:55:01 eth0 0.65 0.30 0.28 0.20 0.00 0.00 0.00 0.00 19:22:15 18:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:56:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:57:01 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 19:22:15 18:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:58:01 eth0 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 19:22:15 18:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:59:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 18:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:00:01 eth0 0.15 0.08 0.12 0.06 0.00 0.00 0.00 0.00 19:22:15 19:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:01:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:02:01 eth0 0.15 0.13 0.08 0.04 0.00 0.00 0.00 0.00 19:22:15 19:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:03:01 eth0 0.08 0.05 0.06 0.03 0.00 0.00 0.00 0.00 19:22:15 19:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:04:01 eth0 0.48 0.00 0.05 0.00 0.00 0.00 0.00 0.00 19:22:15 19:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:05:01 eth0 0.43 0.23 0.26 0.19 0.00 0.00 0.00 0.00 19:22:15 19:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:06:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:07:01 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 19:22:15 19:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:08:01 eth0 0.12 0.07 0.06 0.00 0.00 0.00 0.00 0.00 19:22:15 19:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:09:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:10:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:11:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:12:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 19:22:15 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:13:01 eth0 1.00 0.28 0.38 0.20 0.00 0.00 0.00 0.00 19:22:15 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:14:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:15:01 eth0 4.73 0.35 0.56 0.17 0.00 0.00 0.00 0.00 19:22:15 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:16:01 eth0 2.37 0.00 0.25 0.00 0.00 0.00 0.00 0.00 19:22:15 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:17:01 eth0 2.32 0.63 0.72 0.49 0.00 0.00 0.00 0.00 19:22:15 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:18:01 eth0 1.15 0.55 0.60 0.36 0.00 0.00 0.00 0.00 19:22:15 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:19:02 eth0 0.07 0.03 0.00 0.03 0.00 0.00 0.00 0.00 19:22:15 19:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:20:01 eth0 0.54 0.00 0.06 0.00 0.00 0.00 0.00 0.00 19:22:15 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:21:01 eth0 2.45 0.52 0.69 0.36 0.00 0.00 0.00 0.00 19:22:15 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:22:01 eth0 277.84 181.76 1882.58 17.81 0.00 0.00 0.00 0.00 19:22:15 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 Average: eth0 5.05 3.30 25.28 0.68 0.00 0.00 0.00 0.00 19:22:15 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:15 Average: docker0 0.14 0.11 0.03 0.28 0.00 0.00 0.00 0.00 19:22:15 19:22:15 19:22:15 ---> sar -P ALL: 19:22:15 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/14/21 _x86_64_ (2 CPU) 19:22:15 19:22:15 17:46:28 LINUX RESTART (2 CPU) 19:22:15 19:22:15 17:47:01 CPU %user %nice %system %iowait %steal %idle 19:22:15 17:48:01 all 5.61 0.00 2.36 1.78 0.04 90.21 19:22:15 17:48:01 0 5.30 0.00 2.95 3.23 0.03 88.49 19:22:15 17:48:01 1 5.92 0.00 1.78 0.32 0.05 91.93 19:22:15 17:49:01 all 0.18 0.00 0.05 0.00 0.02 99.75 19:22:15 17:49:01 0 0.07 0.00 0.03 0.00 0.02 99.88 19:22:15 17:49:01 1 0.30 0.00 0.07 0.00 0.02 99.62 19:22:15 17:50:01 all 0.17 0.00 0.11 0.00 0.03 99.70 19:22:15 17:50:01 0 0.13 0.00 0.10 0.00 0.03 99.73 19:22:15 17:50:01 1 0.20 0.00 0.12 0.00 0.02 99.67 19:22:15 17:51:01 all 0.18 0.00 0.03 0.00 0.02 99.77 19:22:15 17:51:01 0 0.05 0.00 0.03 0.00 0.02 99.90 19:22:15 17:51:01 1 0.30 0.00 0.03 0.00 0.02 99.65 19:22:15 17:52:01 all 0.11 0.00 0.03 0.01 0.02 99.83 19:22:15 17:52:01 0 0.08 0.00 0.03 0.00 0.03 99.85 19:22:15 17:52:01 1 0.13 0.00 0.03 0.02 0.00 99.82 19:22:15 17:53:01 all 0.08 0.00 0.04 0.00 0.02 99.86 19:22:15 17:53:01 0 0.02 0.00 0.05 0.00 0.02 99.92 19:22:15 17:53:01 1 0.15 0.00 0.03 0.00 0.02 99.80 19:22:15 17:54:01 all 0.11 0.00 0.04 0.00 0.03 99.82 19:22:15 17:54:01 0 0.08 0.00 0.05 0.00 0.03 99.83 19:22:15 17:54:01 1 0.13 0.00 0.03 0.00 0.02 99.82 19:22:15 17:55:01 all 0.09 0.00 0.03 0.00 0.03 99.84 19:22:15 17:55:01 0 0.03 0.00 0.02 0.00 0.05 99.90 19:22:15 17:55:01 1 0.15 0.00 0.05 0.00 0.02 99.78 19:22:15 17:56:01 all 0.14 0.00 0.04 0.00 0.02 99.80 19:22:15 17:56:01 0 0.05 0.00 0.05 0.00 0.03 99.87 19:22:15 17:56:01 1 0.23 0.00 0.03 0.00 0.00 99.73 19:22:15 17:57:01 all 0.20 0.00 0.03 0.00 0.02 99.75 19:22:15 17:57:01 0 0.03 0.00 0.03 0.00 0.02 99.92 19:22:15 17:57:01 1 0.37 0.00 0.03 0.00 0.02 99.58 19:22:15 17:58:01 all 0.14 0.00 0.03 0.00 0.02 99.81 19:22:15 17:58:01 0 0.05 0.00 0.03 0.00 0.03 99.88 19:22:15 17:58:01 1 0.23 0.00 0.03 0.00 0.00 99.73 19:22:15 19:22:15 17:58:01 CPU %user %nice %system %iowait %steal %idle 19:22:15 17:59:01 all 0.14 0.00 0.03 0.00 0.03 99.79 19:22:15 17:59:01 0 0.03 0.00 0.03 0.00 0.05 99.88 19:22:15 17:59:01 1 0.25 0.00 0.03 0.00 0.02 99.70 19:22:15 18:00:01 all 0.04 0.00 0.03 0.00 0.01 99.92 19:22:15 18:00:01 0 0.05 0.00 0.05 0.00 0.02 99.88 19:22:15 18:00:01 1 0.03 0.00 0.00 0.00 0.00 99.97 19:22:15 18:01:01 all 0.13 0.00 0.04 0.00 0.03 99.80 19:22:15 18:01:01 0 0.07 0.00 0.05 0.00 0.03 99.85 19:22:15 18:01:01 1 0.20 0.00 0.03 0.00 0.02 99.75 19:22:15 18:02:01 all 0.14 0.00 0.05 0.00 0.03 99.77 19:22:15 18:02:01 0 0.07 0.00 0.07 0.00 0.05 99.82 19:22:15 18:02:01 1 0.22 0.00 0.03 0.00 0.02 99.73 19:22:15 18:03:01 all 0.20 0.00 0.02 0.00 0.01 99.77 19:22:15 18:03:01 0 0.37 0.00 0.02 0.00 0.02 99.60 19:22:15 18:03:01 1 0.03 0.00 0.02 0.00 0.00 99.95 19:22:15 18:04:01 all 0.16 0.00 0.04 0.00 0.02 99.78 19:22:15 18:04:01 0 0.30 0.00 0.05 0.00 0.02 99.63 19:22:15 18:04:01 1 0.02 0.00 0.03 0.00 0.02 99.93 19:22:15 18:05:01 all 0.18 0.00 0.03 0.00 0.01 99.79 19:22:15 18:05:01 0 0.30 0.00 0.02 0.00 0.02 99.67 19:22:15 18:05:01 1 0.05 0.00 0.03 0.00 0.00 99.92 19:22:15 18:06:02 all 0.16 0.00 0.03 0.00 0.03 99.79 19:22:15 18:06:02 0 0.28 0.00 0.03 0.00 0.03 99.65 19:22:15 18:06:02 1 0.03 0.00 0.02 0.00 0.02 99.93 19:22:15 18:07:01 all 0.22 0.00 0.02 0.00 0.02 99.75 19:22:15 18:07:01 0 0.41 0.00 0.02 0.00 0.02 99.56 19:22:15 18:07:01 1 0.03 0.00 0.02 0.00 0.02 99.93 19:22:15 18:08:01 all 0.25 0.00 0.03 0.00 0.02 99.71 19:22:15 18:08:01 0 0.47 0.00 0.02 0.00 0.02 99.50 19:22:15 18:08:01 1 0.03 0.00 0.03 0.00 0.02 99.92 19:22:15 18:09:01 all 0.17 0.00 0.03 0.00 0.01 99.80 19:22:15 18:09:01 0 0.05 0.00 0.02 0.00 0.02 99.92 19:22:15 18:09:01 1 0.28 0.00 0.03 0.00 0.00 99.68 19:22:15 19:22:15 18:09:01 CPU %user %nice %system %iowait %steal %idle 19:22:15 18:10:01 all 0.13 0.00 0.02 0.00 0.03 99.82 19:22:15 18:10:01 0 0.03 0.00 0.02 0.00 0.03 99.92 19:22:15 18:10:01 1 0.23 0.00 0.02 0.00 0.02 99.73 19:22:15 18:11:01 all 0.17 0.00 0.04 0.00 0.02 99.77 19:22:15 18:11:01 0 0.10 0.00 0.05 0.00 0.03 99.82 19:22:15 18:11:01 1 0.23 0.00 0.03 0.00 0.00 99.73 19:22:15 18:12:01 all 0.06 0.00 0.04 0.00 0.02 99.88 19:22:15 18:12:01 0 0.10 0.00 0.05 0.00 0.02 99.83 19:22:15 18:12:01 1 0.02 0.00 0.03 0.00 0.02 99.93 19:22:15 18:13:01 all 0.19 0.00 0.03 0.00 0.02 99.77 19:22:15 18:13:01 0 0.33 0.00 0.02 0.00 0.02 99.63 19:22:15 18:13:01 1 0.05 0.00 0.03 0.00 0.02 99.90 19:22:15 18:14:01 all 0.18 0.00 0.03 0.00 0.02 99.77 19:22:15 18:14:01 0 0.30 0.00 0.02 0.00 0.00 99.68 19:22:15 18:14:01 1 0.05 0.00 0.05 0.00 0.03 99.87 19:22:15 18:15:01 all 0.15 0.00 0.03 0.00 0.02 99.80 19:22:15 18:15:01 0 0.27 0.00 0.02 0.00 0.00 99.72 19:22:15 18:15:01 1 0.03 0.00 0.05 0.00 0.03 99.88 19:22:15 18:16:01 all 0.17 0.00 0.03 0.00 0.03 99.78 19:22:15 18:16:01 0 0.30 0.00 0.02 0.00 0.02 99.67 19:22:15 18:16:01 1 0.03 0.00 0.03 0.00 0.03 99.90 19:22:15 18:17:01 all 0.09 4.01 13.33 2.26 0.05 80.26 19:22:15 18:17:01 0 0.07 3.86 13.08 2.61 0.05 80.33 19:22:15 18:17:01 1 0.12 4.16 13.58 1.91 0.05 80.18 19:22:15 18:18:01 all 0.11 0.00 0.03 0.00 0.03 99.83 19:22:15 18:18:01 0 0.18 0.00 0.03 0.00 0.02 99.77 19:22:15 18:18:01 1 0.03 0.00 0.03 0.00 0.03 99.90 19:22:15 18:19:01 all 0.13 0.00 0.02 0.00 0.02 99.84 19:22:15 18:19:01 0 0.17 0.00 0.02 0.00 0.02 99.80 19:22:15 18:19:01 1 0.08 0.00 0.02 0.00 0.02 99.88 19:22:15 18:20:01 all 0.17 0.00 0.04 0.00 0.03 99.77 19:22:15 18:20:01 0 0.13 0.00 0.03 0.00 0.03 99.80 19:22:15 18:20:01 1 0.20 0.00 0.05 0.00 0.02 99.73 19:22:15 19:22:15 18:20:01 CPU %user %nice %system %iowait %steal %idle 19:22:15 18:21:01 all 0.20 0.00 0.02 0.00 0.03 99.76 19:22:15 18:21:01 0 0.03 0.00 0.02 0.00 0.02 99.93 19:22:15 18:21:01 1 0.37 0.00 0.02 0.00 0.03 99.58 19:22:15 18:22:01 all 0.13 0.00 0.03 0.00 0.03 99.81 19:22:15 18:22:01 0 0.05 0.00 0.02 0.00 0.02 99.92 19:22:15 18:22:01 1 0.22 0.00 0.05 0.00 0.03 99.70 19:22:15 18:23:01 all 0.13 0.00 0.03 0.00 0.03 99.82 19:22:15 18:23:01 0 0.02 0.00 0.02 0.00 0.02 99.95 19:22:15 18:23:01 1 0.25 0.00 0.03 0.00 0.03 99.68 19:22:15 18:24:01 all 0.03 0.00 0.02 0.00 0.03 99.92 19:22:15 18:24:01 0 0.03 0.00 0.02 0.00 0.03 99.92 19:22:15 18:24:01 1 0.03 0.00 0.02 0.00 0.02 99.93 19:22:15 18:25:01 all 0.08 0.00 0.03 0.00 0.02 99.87 19:22:15 18:25:01 0 0.02 0.00 0.03 0.00 0.02 99.93 19:22:15 18:25:01 1 0.15 0.00 0.03 0.00 0.02 99.80 19:22:15 18:26:01 all 0.12 0.00 0.03 0.00 0.02 99.83 19:22:15 18:26:01 0 0.03 0.00 0.03 0.00 0.03 99.90 19:22:15 18:26:01 1 0.20 0.00 0.03 0.00 0.00 99.77 19:22:15 18:27:01 all 0.15 0.00 0.02 0.00 0.03 99.81 19:22:15 18:27:01 0 0.05 0.00 0.02 0.00 0.03 99.90 19:22:15 18:27:01 1 0.25 0.00 0.02 0.00 0.02 99.72 19:22:15 18:28:01 all 0.10 0.00 0.03 0.00 0.03 99.84 19:22:15 18:28:01 0 0.03 0.00 0.03 0.00 0.03 99.90 19:22:15 18:28:01 1 0.17 0.00 0.03 0.00 0.02 99.78 19:22:15 18:29:01 all 0.16 0.00 0.03 0.00 0.03 99.79 19:22:15 18:29:01 0 0.03 0.00 0.03 0.00 0.03 99.90 19:22:15 18:29:01 1 0.28 0.00 0.02 0.00 0.02 99.68 19:22:15 18:30:01 all 0.21 0.00 0.03 0.00 0.01 99.76 19:22:15 18:30:01 0 0.05 0.00 0.03 0.00 0.02 99.90 19:22:15 18:30:01 1 0.37 0.00 0.02 0.00 0.00 99.62 19:22:15 18:31:01 all 0.13 0.00 0.03 0.00 0.03 99.81 19:22:15 18:31:01 0 0.05 0.00 0.03 0.00 0.03 99.88 19:22:15 18:31:01 1 0.22 0.00 0.03 0.00 0.02 99.73 19:22:15 19:22:15 18:31:01 CPU %user %nice %system %iowait %steal %idle 19:22:15 18:32:01 all 0.18 0.00 0.03 0.00 0.03 99.77 19:22:15 18:32:01 0 0.02 0.00 0.02 0.00 0.02 99.95 19:22:15 18:32:01 1 0.33 0.00 0.05 0.00 0.03 99.58 19:22:15 18:33:01 all 0.17 0.00 0.04 0.00 0.01 99.78 19:22:15 18:33:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:22:15 18:33:01 1 0.30 0.00 0.07 0.00 0.02 99.62 19:22:15 18:34:01 all 0.23 0.00 0.02 0.00 0.03 99.73 19:22:15 18:34:01 0 0.02 0.00 0.02 0.00 0.02 99.95 19:22:15 18:34:01 1 0.43 0.00 0.02 0.00 0.03 99.52 19:22:15 18:35:01 all 0.20 0.00 0.03 0.00 0.02 99.75 19:22:15 18:35:01 0 0.13 0.00 0.03 0.00 0.03 99.80 19:22:15 18:35:01 1 0.27 0.00 0.03 0.00 0.00 99.70 19:22:15 18:36:01 all 0.14 0.00 0.02 0.00 0.03 99.82 19:22:15 18:36:01 0 0.27 0.00 0.02 0.00 0.02 99.70 19:22:15 18:36:01 1 0.02 0.00 0.02 0.00 0.03 99.93 19:22:15 18:37:01 all 0.18 0.00 0.04 0.00 0.01 99.77 19:22:15 18:37:01 0 0.30 0.00 0.05 0.00 0.00 99.65 19:22:15 18:37:01 1 0.05 0.00 0.03 0.00 0.02 99.90 19:22:15 18:38:01 all 0.10 0.00 0.05 0.00 0.03 99.82 19:22:15 18:38:01 0 0.18 0.00 0.03 0.00 0.02 99.77 19:22:15 18:38:01 1 0.02 0.00 0.07 0.00 0.03 99.88 19:22:15 18:39:01 all 0.12 0.00 0.03 0.00 0.02 99.84 19:22:15 18:39:01 0 0.20 0.00 0.02 0.00 0.00 99.78 19:22:15 18:39:01 1 0.03 0.00 0.03 0.00 0.03 99.90 19:22:15 18:40:01 all 0.11 0.00 0.03 0.00 0.03 99.82 19:22:15 18:40:01 0 0.20 0.00 0.03 0.00 0.02 99.75 19:22:15 18:40:01 1 0.02 0.00 0.03 0.00 0.05 99.90 19:22:15 18:41:01 all 0.12 0.00 0.03 0.00 0.02 99.83 19:22:15 18:41:01 0 0.18 0.00 0.03 0.00 0.00 99.78 19:22:15 18:41:01 1 0.05 0.00 0.03 0.00 0.03 99.88 19:22:15 18:42:01 all 0.08 0.00 0.03 0.00 0.03 99.87 19:22:15 18:42:01 0 0.15 0.00 0.02 0.00 0.02 99.82 19:22:15 18:42:01 1 0.02 0.00 0.03 0.00 0.03 99.92 19:22:15 19:22:15 18:42:01 CPU %user %nice %system %iowait %steal %idle 19:22:15 18:43:01 all 0.13 0.00 0.03 0.00 0.03 99.82 19:22:15 18:43:01 0 0.20 0.00 0.02 0.00 0.02 99.77 19:22:15 18:43:01 1 0.05 0.00 0.05 0.00 0.03 99.87 19:22:15 18:44:02 all 0.16 0.00 0.04 0.00 0.01 99.79 19:22:15 18:44:02 0 0.27 0.00 0.03 0.00 0.00 99.70 19:22:15 18:44:02 1 0.05 0.00 0.05 0.00 0.02 99.88 19:22:15 18:45:01 all 0.14 0.00 0.02 0.00 0.01 99.84 19:22:15 18:45:01 0 0.25 0.00 0.02 0.00 0.02 99.71 19:22:15 18:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:22:15 18:46:01 all 0.16 0.00 0.04 0.00 0.02 99.78 19:22:15 18:46:01 0 0.28 0.00 0.03 0.00 0.00 99.68 19:22:15 18:46:01 1 0.03 0.00 0.05 0.00 0.03 99.88 19:22:15 18:47:01 all 0.18 0.00 0.02 0.00 0.02 99.78 19:22:15 18:47:01 0 0.35 0.00 0.02 0.00 0.02 99.62 19:22:15 18:47:01 1 0.02 0.00 0.02 0.00 0.02 99.95 19:22:15 18:48:01 all 0.15 0.00 0.02 0.00 0.03 99.81 19:22:15 18:48:01 0 0.03 0.00 0.02 0.00 0.02 99.93 19:22:15 18:48:01 1 0.27 0.00 0.02 0.00 0.03 99.68 19:22:15 18:49:01 all 0.08 0.00 0.03 0.00 0.02 99.88 19:22:15 18:49:01 0 0.12 0.00 0.02 0.00 0.00 99.87 19:22:15 18:49:01 1 0.03 0.00 0.03 0.00 0.03 99.90 19:22:15 18:50:01 all 0.12 0.00 0.03 0.00 0.02 99.83 19:22:15 18:50:01 0 0.17 0.00 0.02 0.00 0.02 99.80 19:22:15 18:50:01 1 0.07 0.00 0.05 0.00 0.02 99.87 19:22:15 18:51:01 all 0.15 0.00 0.03 0.00 0.03 99.80 19:22:15 18:51:01 0 0.28 0.00 0.03 0.00 0.03 99.65 19:22:15 18:51:01 1 0.02 0.00 0.02 0.00 0.02 99.95 19:22:15 18:52:01 all 0.10 0.00 0.03 0.00 0.02 99.85 19:22:15 18:52:01 0 0.18 0.00 0.05 0.00 0.03 99.73 19:22:15 18:52:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:22:15 18:53:01 all 0.03 0.00 0.02 0.00 0.03 99.92 19:22:15 18:53:01 0 0.03 0.00 0.02 0.00 0.03 99.92 19:22:15 18:53:01 1 0.02 0.00 0.02 0.00 0.03 99.93 19:22:15 19:22:15 18:53:01 CPU %user %nice %system %iowait %steal %idle 19:22:15 18:54:01 all 0.08 0.00 0.03 0.00 0.02 99.87 19:22:15 18:54:01 0 0.13 0.00 0.02 0.00 0.02 99.83 19:22:15 18:54:01 1 0.03 0.00 0.03 0.00 0.02 99.92 19:22:15 18:55:01 all 0.11 0.00 0.03 0.00 0.02 99.84 19:22:15 18:55:01 0 0.17 0.00 0.03 0.00 0.02 99.78 19:22:15 18:55:01 1 0.05 0.00 0.03 0.00 0.02 99.90 19:22:15 18:56:01 all 0.09 0.00 0.04 0.00 0.02 99.85 19:22:15 18:56:01 0 0.15 0.00 0.03 0.00 0.00 99.82 19:22:15 18:56:01 1 0.03 0.00 0.05 0.00 0.03 99.88 19:22:15 18:57:01 all 0.13 0.01 0.04 0.01 0.03 99.78 19:22:15 18:57:01 0 0.23 0.02 0.03 0.00 0.02 99.70 19:22:15 18:57:01 1 0.03 0.00 0.05 0.02 0.03 99.87 19:22:15 18:58:01 all 0.08 0.00 0.04 0.00 0.03 99.85 19:22:15 18:58:01 0 0.13 0.00 0.03 0.00 0.02 99.82 19:22:15 18:58:01 1 0.03 0.00 0.05 0.00 0.03 99.88 19:22:15 18:59:01 all 0.10 0.00 0.03 0.00 0.03 99.84 19:22:15 18:59:01 0 0.17 0.00 0.02 0.00 0.02 99.80 19:22:15 18:59:01 1 0.03 0.00 0.05 0.00 0.03 99.88 19:22:15 19:00:01 all 0.13 0.00 0.03 0.00 0.02 99.82 19:22:15 19:00:01 0 0.07 0.00 0.03 0.00 0.00 99.90 19:22:15 19:00:01 1 0.18 0.00 0.03 0.00 0.03 99.75 19:22:15 19:01:01 all 0.21 0.00 0.04 0.00 0.02 99.73 19:22:15 19:01:01 0 0.05 0.00 0.03 0.00 0.00 99.92 19:22:15 19:01:01 1 0.37 0.00 0.05 0.00 0.03 99.55 19:22:15 19:02:01 all 0.13 0.00 0.04 0.00 0.03 99.81 19:22:15 19:02:01 0 0.02 0.00 0.03 0.00 0.02 99.93 19:22:15 19:02:01 1 0.23 0.00 0.05 0.00 0.03 99.68 19:22:15 19:03:01 all 0.07 0.00 0.03 0.00 0.02 99.89 19:22:15 19:03:01 0 0.05 0.00 0.03 0.00 0.03 99.88 19:22:15 19:03:01 1 0.08 0.00 0.02 0.00 0.00 99.90 19:22:15 19:04:01 all 0.15 0.00 0.03 0.00 0.02 99.80 19:22:15 19:04:01 0 0.03 0.00 0.03 0.00 0.02 99.92 19:22:15 19:04:01 1 0.27 0.00 0.03 0.00 0.02 99.68 19:22:15 19:22:15 19:04:01 CPU %user %nice %system %iowait %steal %idle 19:22:15 19:05:01 all 0.23 0.00 0.03 0.00 0.02 99.72 19:22:15 19:05:01 0 0.42 0.00 0.03 0.00 0.02 99.53 19:22:15 19:05:01 1 0.05 0.00 0.03 0.00 0.02 99.90 19:22:15 19:06:01 all 0.22 0.00 0.02 0.00 0.02 99.75 19:22:15 19:06:01 0 0.43 0.00 0.02 0.00 0.02 99.53 19:22:15 19:06:01 1 0.00 0.00 0.02 0.00 0.02 99.97 19:22:15 19:07:01 all 0.20 0.00 0.03 0.00 0.03 99.75 19:22:15 19:07:01 0 0.35 0.00 0.03 0.00 0.03 99.58 19:22:15 19:07:01 1 0.05 0.00 0.02 0.00 0.02 99.92 19:22:15 19:08:01 all 0.18 0.00 0.03 0.00 0.02 99.78 19:22:15 19:08:01 0 0.33 0.00 0.03 0.00 0.02 99.62 19:22:15 19:08:01 1 0.02 0.00 0.02 0.00 0.02 99.95 19:22:15 19:09:01 all 0.15 0.00 0.03 0.00 0.01 99.82 19:22:15 19:09:01 0 0.03 0.00 0.03 0.00 0.02 99.92 19:22:15 19:09:01 1 0.27 0.00 0.02 0.00 0.00 99.72 19:22:15 19:10:01 all 0.16 0.00 0.03 0.00 0.02 99.79 19:22:15 19:10:01 0 0.05 0.00 0.03 0.00 0.03 99.88 19:22:15 19:10:01 1 0.27 0.00 0.03 0.00 0.00 99.70 19:22:15 19:11:01 all 0.13 0.00 0.03 0.00 0.03 99.81 19:22:15 19:11:01 0 0.05 0.00 0.03 0.00 0.02 99.90 19:22:15 19:11:01 1 0.22 0.00 0.03 0.00 0.03 99.72 19:22:15 19:12:01 all 0.13 0.00 0.02 0.00 0.03 99.82 19:22:15 19:12:01 0 0.02 0.00 0.02 0.00 0.03 99.93 19:22:15 19:12:01 1 0.25 0.00 0.02 0.00 0.02 99.72 19:22:15 19:13:01 all 0.17 0.00 0.03 0.00 0.03 99.78 19:22:15 19:13:01 0 0.05 0.00 0.02 0.00 0.02 99.92 19:22:15 19:13:01 1 0.28 0.00 0.03 0.00 0.03 99.65 19:22:15 19:14:01 all 0.15 0.00 0.03 0.00 0.02 99.81 19:22:15 19:14:01 0 0.02 0.00 0.03 0.00 0.02 99.93 19:22:15 19:14:01 1 0.28 0.00 0.02 0.00 0.02 99.68 19:22:15 19:15:01 all 0.16 0.00 0.03 0.00 0.02 99.80 19:22:15 19:15:01 0 0.02 0.00 0.02 0.00 0.02 99.95 19:22:15 19:15:01 1 0.30 0.00 0.03 0.00 0.02 99.65 19:22:15 19:22:15 19:15:01 CPU %user %nice %system %iowait %steal %idle 19:22:15 19:16:01 all 0.16 0.00 0.06 0.00 0.03 99.76 19:22:15 19:16:01 0 0.05 0.00 0.03 0.00 0.03 99.88 19:22:15 19:16:01 1 0.27 0.00 0.08 0.00 0.02 99.63 19:22:15 19:17:01 all 0.11 0.00 0.04 0.00 0.01 99.84 19:22:15 19:17:01 0 0.18 0.00 0.05 0.00 0.02 99.75 19:22:15 19:17:01 1 0.03 0.00 0.03 0.00 0.00 99.93 19:22:15 19:18:01 all 0.21 0.00 0.04 0.00 0.03 99.72 19:22:15 19:18:01 0 0.35 0.00 0.05 0.00 0.03 99.57 19:22:15 19:18:01 1 0.07 0.00 0.03 0.00 0.02 99.88 19:22:15 19:19:02 all 0.12 0.00 0.03 0.00 0.02 99.84 19:22:15 19:19:02 0 0.20 0.00 0.02 0.00 0.00 99.78 19:22:15 19:19:02 1 0.03 0.00 0.03 0.00 0.03 99.90 19:22:15 19:20:01 all 0.09 0.00 0.03 0.00 0.03 99.85 19:22:15 19:20:01 0 0.14 0.00 0.02 0.00 0.02 99.83 19:22:15 19:20:01 1 0.05 0.00 0.03 0.00 0.05 99.86 19:22:15 19:21:01 all 0.07 0.00 0.03 0.00 0.03 99.88 19:22:15 19:21:01 0 0.10 0.00 0.02 0.00 0.03 99.85 19:22:15 19:21:01 1 0.03 0.00 0.03 0.00 0.02 99.92 19:22:15 19:22:01 all 3.18 0.00 1.21 0.03 0.02 95.56 19:22:15 19:22:01 0 4.19 0.00 1.45 0.02 0.02 94.33 19:22:15 19:22:01 1 2.19 0.00 0.97 0.03 0.02 96.79 19:22:15 Average: all 0.23 0.04 0.21 0.04 0.02 99.46 19:22:15 Average: 0 0.24 0.04 0.21 0.06 0.02 99.43 19:22:15 Average: 1 0.22 0.04 0.20 0.02 0.02 99.49 19:22:15 19:22:15 19:22:15