Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 668eef0d26df75f2028b0bd35b6bb5025555581e+8e1e7cb95d5530821e601db4473f34bcb708dd90 (53f3c013fc5aa9b7a6759a8e98a0ee719700623b) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-rest-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Running on prd-centos7-docker-4c-2g-1150 in /w/workspace/dgexfoundry_device-rest-go_PR-75 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/dgexfoundry_device-rest-go_PR-75 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 8e1e7cb95d5530821e601db4473f34bcb708dd90 into PR head commit 668eef0d26df75f2028b0bd35b6bb5025555581e Merge succeeded, producing d11c4cecc0170c3248064a0267695ffc59cc4058 Checking out Revision d11c4cecc0170c3248064a0267695ffc59cc4058 (PR-75) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/75/head:refs/remotes/origin/PR-75 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 668eef0d26df75f2028b0bd35b6bb5025555581e # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8e1e7cb95d5530821e601db4473f34bcb708dd90 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d11c4cecc0170c3248064a0267695ffc59cc4058 # timeout=10 Commit message: "Merge commit '8e1e7cb95d5530821e601db4473f34bcb708dd90' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 65d1d972e34b5f73f4d8ca85a509c7e28cab2a20 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:06:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:06:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:06:27 ========================================================= 11:06:27 EdgeX Global Pipelines Version Info 11:06:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:06:30 ------------------- 11:06:30 stable info: 11:06:30 ------------------- 11:06:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:06:30 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 11:06:30 Message: update stable to v1.0.186 11:06:31 ------------------- 11:06:31 experimental info: 11:06:31 ------------------- 11:06:31 Commited By: **** collab-it+edgex@linuxfoundation.org 11:06:31 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 11:06:31 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:06:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 11:06:31 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 11:06:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:06:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:06:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:06:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 11:06:31 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 11:06:31 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 11:06:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:06:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:06:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:06:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo 11:06:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:06:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:06:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:06:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-75 [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-75 [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-75 [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d11c4cecc0170c3248064a0267695ffc59cc4058 [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d11c4ce [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 11:06:32 provisioning config files... 11:06:32 copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-75@tmp/config2671426904906614655tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:06:32 ---> docker-login.sh 11:06:32 nexus3.edgexfoundry.org:10001 11:06:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:06:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:06:33 Configure a credential helper to remove this warning. See 11:06:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:06:33 11:06:33 Login Succeeded 11:06:33 nexus3.edgexfoundry.org:10002 11:06:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:06:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:06:34 Configure a credential helper to remove this warning. See 11:06:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:06:34 11:06:34 Login Succeeded 11:06:34 nexus3.edgexfoundry.org:10003 11:06:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:06:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:06:34 Configure a credential helper to remove this warning. See 11:06:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:06:34 11:06:34 Login Succeeded 11:06:34 nexus3.edgexfoundry.org:10004 11:06:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:06:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:06:34 Configure a credential helper to remove this warning. See 11:06:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:06:34 11:06:34 Login Succeeded 11:06:34 docker.io 11:06:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:06:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:06:35 Configure a credential helper to remove this warning. See 11:06:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:06:35 11:06:35 Login Succeeded 11:06:35 ---> docker-login.sh ends [Pipeline] } 11:06:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:06:35 + git log --format=format:%s -1 d11c4cecc0170c3248064a0267695ffc59cc4058 [Pipeline] echo 11:06:35 GIT_COMMIT: d11c4cecc0170c3248064a0267695ffc59cc4058, Commit Message: Merge commit '8e1e7cb95d5530821e601db4473f34bcb708dd90' into HEAD [Pipeline] echo 11:06:35 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 11:06:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:06:36 11:06:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:06:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:06:36 latest: Pulling from edgex-devops/git-semver 11:06:36 31603596830f: Pulling fs layer 11:06:36 2a8b12db71e7: Pulling fs layer 11:06:36 6ca5941a6612: Pulling fs layer 11:06:36 ecc8261a40a4: Pulling fs layer 11:06:36 ecc8261a40a4: Waiting 11:06:36 2a8b12db71e7: Verifying Checksum 11:06:36 2a8b12db71e7: Download complete 11:06:36 31603596830f: Download complete 11:06:37 ecc8261a40a4: Verifying Checksum 11:06:37 ecc8261a40a4: Download complete 11:06:37 6ca5941a6612: Download complete 11:06:37 31603596830f: Pull complete 11:06:37 2a8b12db71e7: Pull complete 11:06:39 6ca5941a6612: Pull complete 11:06:39 ecc8261a40a4: Pull complete 11:06:39 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 11:06:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:06:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:06:39 prd-centos7-docker-4c-2g-1150 does not seem to be running inside a container 11:06:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-75 -v /w/workspace/dgexfoundry_device-rest-go_PR-75:/w/workspace/dgexfoundry_device-rest-go_PR-75:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-75@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-75@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:06:43 $ docker top 2b538b1006d44f249f6be9d8fc5856ecf1ceb0931da51c8f72c7e473299bb433 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:06:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:06:43 [ssh-agent] Looking for ssh-agent implementation... 11:06:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:06:44 $ docker exec 2b538b1006d44f249f6be9d8fc5856ecf1ceb0931da51c8f72c7e473299bb433 ssh-agent 11:06:44 SSH_AUTH_SOCK=/tmp/ssh-De5cGCjId37S/agent.11 11:06:44 SSH_AGENT_PID=16 11:06:44 Running ssh-add (command line suppressed) 11:06:44 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-75@tmp/private_key_3685195618460832420.key (/w/workspace/dgexfoundry_device-rest-go_PR-75@tmp/private_key_3685195618460832420.key) 11:06:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:06:45 + git tag --points-at HEAD [Pipeline] } 11:06:45 $ docker exec --env ******** --env ******** 2b538b1006d44f249f6be9d8fc5856ecf1ceb0931da51c8f72c7e473299bb433 ssh-agent -k 11:06:45 unset SSH_AUTH_SOCK; 11:06:45 unset SSH_AGENT_PID; 11:06:45 echo Agent pid 16 killed; 11:06:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:06:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:06:45 [ssh-agent] Looking for ssh-agent implementation... 11:06:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:06:45 $ docker exec 2b538b1006d44f249f6be9d8fc5856ecf1ceb0931da51c8f72c7e473299bb433 ssh-agent 11:06:46 SSH_AUTH_SOCK=/tmp/ssh-5kFYPFgZfz7V/agent.46 11:06:46 SSH_AGENT_PID=51 11:06:46 Running ssh-add (command line suppressed) 11:06:46 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-75@tmp/private_key_1001607367504457917.key (/w/workspace/dgexfoundry_device-rest-go_PR-75@tmp/private_key_1001607367504457917.key) 11:06:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:06:46 + git semver init 11:06:46 # -> Open(): unable to determine branch for HEAD 11:06:46 # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-75/.git 11:06:46 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-75 11:06:46 # $SEMVER_REMOTE_NAME = origin 11:06:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:06:46 # $SEMVER_USER_NAME = edgex-jenkins 11:06:46 # $SEMVER_BRANCH = PR-75 11:06:46 # $SEMVER_TEMP = /tmp/semver-798020739 11:06:46 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 11:06:48 # '/tmp/semver-798020739' -> '/w/workspace/dgexfoundry_device-rest-go_PR-75/.semver' 11:06:48 # -> Force: false 11:06:48 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-75/.semver [Pipeline] } 11:06:48 $ docker exec --env ******** --env ******** 2b538b1006d44f249f6be9d8fc5856ecf1ceb0931da51c8f72c7e473299bb433 ssh-agent -k 11:06:48 unset SSH_AUTH_SOCK; 11:06:48 unset SSH_AGENT_PID; 11:06:48 echo Agent pid 51 killed; 11:06:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:06:48 + git semver [Pipeline] } 11:06:48 $ docker stop --time=1 2b538b1006d44f249f6be9d8fc5856ecf1ceb0931da51c8f72c7e473299bb433 11:06:50 $ docker rm -f 2b538b1006d44f249f6be9d8fc5856ecf1ceb0931da51c8f72c7e473299bb433 [Pipeline] // withDockerContainer [Pipeline] sh 11:06:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:06:51 Stashed 1 file(s) [Pipeline] echo 11:06:51 [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 11:07:07 Still waiting to schedule task 11:07:07 Waiting for next available executor on ‘centos7-docker-4c-2g’ 11:07:07 Still waiting to schedule task 11:07:07 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 11:10:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1154 in /w/workspace/dgexfoundry_device-rest-go_PR-75 [Pipeline] { [Pipeline] ws 11:10:06 Running in /w/workspace/device-rest-go/4 [Pipeline] { [Pipeline] checkout 11:10:12 using credential edgex-jenkins-ssh 11:10:12 Cloning the remote Git repository 11:10:12 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 11:10:12 > git init /w/workspace/device-rest-go/4 # timeout=10 11:10:12 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 11:10:12 > git --version # timeout=10 11:10:12 > git --version # 'git version 2.17.1' 11:10:12 using GIT_SSH to set credentials SSH Credentials for GitHub 11:10:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:10:15 Merging remotes/origin/master commit 8e1e7cb95d5530821e601db4473f34bcb708dd90 into PR head commit 668eef0d26df75f2028b0bd35b6bb5025555581e 11:10:15 Merge succeeded, producing 3d59501c584c61c1df6498112108afbf31013806 11:10:15 Checking out Revision 3d59501c584c61c1df6498112108afbf31013806 (PR-75) 11:10:14 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 11:10:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:10:14 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 11:10:14 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 11:10:14 using GIT_SSH to set credentials SSH Credentials for GitHub 11:10:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/75/head:refs/remotes/origin/PR-75 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:10:15 > git config core.sparsecheckout # timeout=10 11:10:15 > git checkout -f 668eef0d26df75f2028b0bd35b6bb5025555581e # timeout=10 11:10:15 > git remote # timeout=10 11:10:15 > git config --get remote.origin.url # timeout=10 11:10:15 using GIT_SSH to set credentials SSH Credentials for GitHub 11:10:15 > git merge 8e1e7cb95d5530821e601db4473f34bcb708dd90 # timeout=10 11:10:15 > git rev-parse HEAD^{commit} # timeout=10 11:10:15 > git config core.sparsecheckout # timeout=10 11:10:15 > git checkout -f 3d59501c584c61c1df6498112108afbf31013806 # timeout=10 11:10:19 Commit message: "Merge commit '8e1e7cb95d5530821e601db4473f34bcb708dd90' into HEAD" 11:10:19 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 11:10:19 > git rev-list --no-walk 65d1d972e34b5f73f4d8ca85a509c7e28cab2a20 # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:10:21 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 11:10:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 11:10:22 + + sudotrue service 11:10:22 docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 11:10:24 provisioning config files... 11:10:24 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/4@tmp/config5126996600675454614tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:10:25 ---> docker-login.sh 11:10:25 nexus3.edgexfoundry.org:10001 11:10:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:10:26 Configure a credential helper to remove this warning. See 11:10:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:10:26 11:10:26 Login Succeeded 11:10:26 nexus3.edgexfoundry.org:10002 11:10:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:10:27 Configure a credential helper to remove this warning. See 11:10:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:10:27 11:10:27 Login Succeeded 11:10:27 nexus3.edgexfoundry.org:10003 11:10:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:10:27 Configure a credential helper to remove this warning. See 11:10:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:10:27 11:10:27 Login Succeeded 11:10:27 nexus3.edgexfoundry.org:10004 11:10:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:10:28 Configure a credential helper to remove this warning. See 11:10:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:10:28 11:10:28 Login Succeeded 11:10:28 docker.io 11:10:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:10:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:10:29 Configure a credential helper to remove this warning. See 11:10:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:10:29 11:10:29 Login Succeeded 11:10:29 ---> docker-login.sh ends [Pipeline] } 11:10:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:10:29 ========================================================= 11:10:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 11:10:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:10:29 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 11:10:29 Sending build context to Docker daemon 89.09kB 11:10:30 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 11:10:30 Step 2/10 : FROM ${BASE} 11:10:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:10:30 5f621e34cdf4: Pulling fs layer 11:10:30 a4357932f1b6: Pulling fs layer 11:10:30 18c013af1878: Pulling fs layer 11:10:30 00ac8860ef70: Pulling fs layer 11:10:30 63d7cb157983: Pulling fs layer 11:10:30 b116817d02f9: Pulling fs layer 11:10:30 745a02a5169b: Pulling fs layer 11:10:30 00ac8860ef70: Waiting 11:10:30 63d7cb157983: Waiting 11:10:30 b116817d02f9: Waiting 11:10:30 745a02a5169b: Waiting 11:10:30 18c013af1878: Verifying Checksum 11:10:30 18c013af1878: Download complete 11:10:30 a4357932f1b6: Download complete 11:10:30 63d7cb157983: Verifying Checksum 11:10:30 63d7cb157983: Download complete 11:10:30 5f621e34cdf4: Verifying Checksum 11:10:30 b116817d02f9: Verifying Checksum 11:10:30 b116817d02f9: Download complete 11:10:31 5f621e34cdf4: Pull complete 11:10:31 a4357932f1b6: Pull complete 11:10:32 18c013af1878: Pull complete 11:10:32 745a02a5169b: Verifying Checksum 11:10:32 745a02a5169b: Download complete 11:10:33 00ac8860ef70: Verifying Checksum 11:10:33 00ac8860ef70: Download complete 11:10:44 00ac8860ef70: Pull complete 11:10:44 63d7cb157983: Pull complete 11:10:44 b116817d02f9: Pull complete 11:10:48 745a02a5169b: Pull complete 11:10:48 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 11:10:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 11:10:48 ---> b7e6874047d6 11:10:48 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 11:10:51 ---> Running in 8b0bde06e2d8 11:10:52 Removing intermediate container 8b0bde06e2d8 11:10:52 ---> 1619f3ce137c 11:10:52 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 11:10:52 ---> Running in 61e4087a0d60 11:10:52 Removing intermediate container 61e4087a0d60 11:10:52 ---> bb8933703389 11:10:52 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 11:10:52 ---> Running in 7c56b6614fc3 11:10:53 Removing intermediate container 7c56b6614fc3 11:10:53 ---> a07c093bef4a 11:10:53 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:10:53 ---> Running in 7e62bbf20f7b 11:10:55 Removing intermediate container 7e62bbf20f7b 11:10:55 ---> 5ee359dfe67c 11:10:55 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:10:55 ---> Running in 0471693323ba 11:10:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:10:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:10:58 OK: 142 MiB in 39 packages 11:10:59 Removing intermediate container 0471693323ba 11:10:59 ---> 81957b5e1b02 11:10:59 Step 8/10 : WORKDIR /device-rest-go 11:10:59 ---> Running in e5cba7ee3e13 11:10:59 Removing intermediate container e5cba7ee3e13 11:10:59 ---> 314436ad173b 11:10:59 Step 9/10 : COPY . . 11:11:00 ---> 46a4e15b1861 11:11:00 Step 10/10 : RUN go mod download 11:11:00 ---> Running in 014d21ec9296 11:11:22 Removing intermediate container 014d21ec9296 11:11:22 ---> 9c64e2691d4c 11:11:22 Successfully built 9c64e2691d4c 11:11:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 11:11:23 + docker inspect -f . ci-base-image-arm64 11:11:23 . [Pipeline] withDockerContainer 11:11:23 prd-ubuntu18.04-docker-arm64-4c-16g-1154 does not seem to be running inside a container 11:11:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/4 -v /w/workspace/device-rest-go/4:/w/workspace/device-rest-go/4:rw,z -v /w/workspace/device-rest-go/4@tmp:/w/workspace/device-rest-go/4@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 ******** ci-base-image-arm64 cat 11:11:25 $ docker top 179680a69607b66163c327ef17deb04773722e294c61e7bb63965b215f8a618c -eo pid,comm [Pipeline] { [Pipeline] sh 11:11:26 + go version 11:11:26 go version go1.15.5 linux/arm64 [Pipeline] } 11:11:26 $ docker stop --time=1 179680a69607b66163c327ef17deb04773722e294c61e7bb63965b215f8a618c 11:11:28 $ docker rm -f 179680a69607b66163c327ef17deb04773722e294c61e7bb63965b215f8a618c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:11:28 + docker inspect -f . ci-base-image-arm64 11:11:28 . [Pipeline] withDockerContainer 11:11:29 prd-ubuntu18.04-docker-arm64-4c-16g-1154 does not seem to be running inside a container 11:11:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/4 -v /w/workspace/device-rest-go/4:/w/workspace/device-rest-go/4:rw,z -v /w/workspace/device-rest-go/4@tmp:/w/workspace/device-rest-go/4@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 ******** ci-base-image-arm64 cat 11:11:30 $ docker top 79bbe41301f8d46867e6db3e980c1cffa89c5d3671873b70599e96864488a4e4 -eo pid,comm [Pipeline] { [Pipeline] sh 11:11:31 + make test 11:11:31 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 11:11:32 ? github.com/edgexfoundry/device-rest-go [no test files] 11:12:11 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 11:12:11 ok github.com/edgexfoundry/device-rest-go/driver 0.069s coverage: 56.3% of statements 11:12:11 CGO_ENABLED=0 GO111MODULE=on go vet ./... 11:12:15 gofmt -l . 11:12:15 [ "`gofmt -l .`" = "" ] 11:12:15 ./bin/test-go-mod-tidy.sh 11:12:15 ./bin/test-attribution-txt.sh 11:12:16 An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add 11:12:16 make: *** [Makefile:28: test] Error 1 [Pipeline] } 11:12:16 $ docker stop --time=1 79bbe41301f8d46867e6db3e980c1cffa89c5d3671873b70599e96864488a4e4 11:12:19 $ docker rm -f 79bbe41301f8d46867e6db3e980c1cffa89c5d3671873b70599e96864488a4e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 11:12:20 ---> job-cost.sh 11:12:20 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-J4Aa 11:12:29 Running on prd-centos7-docker-4c-2g-1156 in /w/workspace/dgexfoundry_device-rest-go_PR-75 [Pipeline] { [Pipeline] ws 11:12:29 Running in /w/workspace/device-rest-go/4 [Pipeline] { [Pipeline] checkout 11:12:31 using credential edgex-jenkins-ssh 11:12:31 Cloning the remote Git repository 11:12:31 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 11:12:31 > git init /w/workspace/device-rest-go/4 # timeout=10 11:12:31 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 11:12:31 > git --version # timeout=10 11:12:31 > git --version # 'git version 2.24.3' 11:12:31 using GIT_SSH to set credentials SSH Credentials for GitHub 11:12:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:12:33 Merging remotes/origin/master commit 8e1e7cb95d5530821e601db4473f34bcb708dd90 into PR head commit 668eef0d26df75f2028b0bd35b6bb5025555581e 11:12:33 Merge succeeded, producing a77d54b86ef84be351e5c0e4c2212ceb0129c894 11:12:33 Checking out Revision a77d54b86ef84be351e5c0e4c2212ceb0129c894 (PR-75) 11:12:32 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 11:12:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:12:32 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 11:12:32 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 11:12:32 using GIT_SSH to set credentials SSH Credentials for GitHub 11:12:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/75/head:refs/remotes/origin/PR-75 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:12:33 > git config core.sparsecheckout # timeout=10 11:12:33 > git checkout -f 668eef0d26df75f2028b0bd35b6bb5025555581e # timeout=10 11:12:33 > git remote # timeout=10 11:12:33 > git config --get remote.origin.url # timeout=10 11:12:33 using GIT_SSH to set credentials SSH Credentials for GitHub 11:12:33 > git merge 8e1e7cb95d5530821e601db4473f34bcb708dd90 # timeout=10 11:12:33 > git rev-parse HEAD^{commit} # timeout=10 11:12:33 > git config core.sparsecheckout # timeout=10 11:12:33 > git checkout -f a77d54b86ef84be351e5c0e4c2212ceb0129c894 # timeout=10 11:12:37 Commit message: "Merge commit '8e1e7cb95d5530821e601db4473f34bcb708dd90' into HEAD" 11:12:37 First time build. Skipping changelog. 11:12:37 > git rev-list --no-walk 65d1d972e34b5f73f4d8ca85a509c7e28cab2a20 # timeout=10 11:12:37 11:12:37 GitHub has been notified of this commit’s build result 11:12:37 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:12:38 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 11:12:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 11:12:39 + sudo service docker restart 11:12:39 + true 11:12:39 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 11:12:40 provisioning config files... 11:12:40 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/4@tmp/config1261273656268010663tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:12:40 ---> docker-login.sh 11:12:40 nexus3.edgexfoundry.org:10001 11:12:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:12:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:12:41 Configure a credential helper to remove this warning. See 11:12:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:12:41 11:12:41 Login Succeeded 11:12:41 nexus3.edgexfoundry.org:10002 11:12:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:12:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:12:41 Configure a credential helper to remove this warning. See 11:12:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:12:41 11:12:41 Login Succeeded 11:12:41 nexus3.edgexfoundry.org:10003 11:12:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:12:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:12:41 Configure a credential helper to remove this warning. See 11:12:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:12:41 11:12:41 Login Succeeded 11:12:41 nexus3.edgexfoundry.org:10004 11:12:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:12:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:12:41 Configure a credential helper to remove this warning. See 11:12:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:12:41 11:12:41 Login Succeeded 11:12:41 docker.io 11:12:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:12:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:12:42 Configure a credential helper to remove this warning. See 11:12:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:12:42 11:12:42 Login Succeeded 11:12:42 ---> docker-login.sh ends [Pipeline] } 11:12:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:12:42 ========================================================= 11:12:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 11:12:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:12:42 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 11:12:42 Sending build context to Docker daemon 89.09kB 11:12:43 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 11:12:43 Step 2/10 : FROM ${BASE} 11:12:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 11:12:43 188c0c94c7c5: Pulling fs layer 11:12:43 0ef7d3d256c8: Pulling fs layer 11:12:43 de9db76c5a1d: Pulling fs layer 11:12:43 bca2f99d35d6: Pulling fs layer 11:12:43 93359f2a8cfa: Pulling fs layer 11:12:43 7c6f9722023f: Pulling fs layer 11:12:43 a35cf1a2eb13: Pulling fs layer 11:12:43 93359f2a8cfa: Waiting 11:12:43 7c6f9722023f: Waiting 11:12:43 a35cf1a2eb13: Waiting 11:12:43 bca2f99d35d6: Waiting 11:12:43 de9db76c5a1d: Verifying Checksum 11:12:43 de9db76c5a1d: Download complete 11:12:43 0ef7d3d256c8: Download complete 11:12:43 93359f2a8cfa: Verifying Checksum 11:12:43 93359f2a8cfa: Download complete 11:12:43 188c0c94c7c5: Verifying Checksum 11:12:43 188c0c94c7c5: Download complete 11:12:43 7c6f9722023f: Verifying Checksum 11:12:43 7c6f9722023f: Download complete 11:12:43 188c0c94c7c5: Pull complete 11:12:43 0ef7d3d256c8: Pull complete 11:12:43 de9db76c5a1d: Pull complete 11:12:44 a35cf1a2eb13: Verifying Checksum 11:12:45 bca2f99d35d6: Download complete 11:12:51 bca2f99d35d6: Pull complete 11:12:51 93359f2a8cfa: Pull complete 11:12:51 7c6f9722023f: Pull complete 11:13:01 a35cf1a2eb13: Pull complete 11:13:01 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 11:13:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 11:13:01 ---> a62c8e92a672 11:13:01 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 11:13:01 ---> Running in f25ec47e07f6 11:13:01 Removing intermediate container f25ec47e07f6 11:13:01 ---> d0f20b1dc498 11:13:01 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 11:13:01 ---> Running in 07d5457a4116 11:13:01 Removing intermediate container 07d5457a4116 11:13:01 ---> 504ec678cdba 11:13:01 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 11:13:01 ---> Running in f88e9afd2320 11:13:01 Removing intermediate container f88e9afd2320 11:13:01 ---> 9b22823ba7ee 11:13:01 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:13:01 ---> Running in 03fa73eb1987 11:13:02 Removing intermediate container 03fa73eb1987 11:13:02 ---> 7ae1e06c6d51 11:13:02 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:13:02 ---> Running in 5ceddd5c15bb 11:13:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:13:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:13:04 OK: 166 MiB in 39 packages 11:13:04 Removing intermediate container 5ceddd5c15bb 11:13:04 ---> 428024be98b3 11:13:04 Step 8/10 : WORKDIR /device-rest-go 11:13:04 ---> Running in 775fd020227a 11:13:04 Removing intermediate container 775fd020227a 11:13:04 ---> 3130fbdcea40 11:13:04 Step 9/10 : COPY . . 11:13:05 ---> 3264d41ddeb3 11:13:05 Step 10/10 : RUN go mod download 11:13:05 ---> Running in 2086e2efe356 11:13:07 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 11:13:23 Removing intermediate container 2086e2efe356 11:13:23 ---> 2ab466aad273 11:13:23 Successfully built 2ab466aad273 11:13:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 11:13:24 + docker inspect -f . ci-base-image-x86_64 11:13:24 . [Pipeline] withDockerContainer 11:13:24 prd-centos7-docker-4c-2g-1156 does not seem to be running inside a container 11:13:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/4 -v /w/workspace/device-rest-go/4:/w/workspace/device-rest-go/4:rw,z -v /w/workspace/device-rest-go/4@tmp:/w/workspace/device-rest-go/4@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 ******** ci-base-image-x86_64 cat 11:13:25 $ docker top ddc654cf60a4f90b15bc8f81fbc6538fe8c280c262a7dd1aa10d726c450784c9 -eo pid,comm [Pipeline] { [Pipeline] sh 11:13:25 + go version 11:13:25 go version go1.15.5 linux/amd64 [Pipeline] } 11:13:25 $ docker stop --time=1 ddc654cf60a4f90b15bc8f81fbc6538fe8c280c262a7dd1aa10d726c450784c9 11:13:27 $ docker rm -f ddc654cf60a4f90b15bc8f81fbc6538fe8c280c262a7dd1aa10d726c450784c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:13:27 + docker inspect -f . ci-base-image-x86_64 11:13:27 . [Pipeline] withDockerContainer 11:13:27 prd-centos7-docker-4c-2g-1156 does not seem to be running inside a container 11:13:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/4 -v /w/workspace/device-rest-go/4:/w/workspace/device-rest-go/4:rw,z -v /w/workspace/device-rest-go/4@tmp:/w/workspace/device-rest-go/4@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 ******** ci-base-image-x86_64 cat 11:13:28 $ docker top ba40e1d304decd16d212b3ee1fb1a8a0ad48f253764c5120d6917e05d57c7c95 -eo pid,comm [Pipeline] { [Pipeline] sh 11:13:29 + make test 11:13:29 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 11:13:30 ? github.com/edgexfoundry/device-rest-go [no test files] 11:13:42 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 11:13:42 ok github.com/edgexfoundry/device-rest-go/driver 0.056s coverage: 56.3% of statements 11:13:42 CGO_ENABLED=0 GO111MODULE=on go vet ./... 11:13:43 gofmt -l . 11:13:43 [ "`gofmt -l .`" = "" ] 11:13:43 ./bin/test-go-mod-tidy.sh 11:13:44 ./bin/test-attribution-txt.sh 11:13:44 An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add 11:13:44 make: *** [Makefile:28: test] Error 1 [Pipeline] } 11:13:44 $ docker stop --time=1 ba40e1d304decd16d212b3ee1fb1a8a0ad48f253764c5120d6917e05d57c7c95 11:13:46 $ docker rm -f ba40e1d304decd16d212b3ee1fb1a8a0ad48f253764c5120d6917e05d57c7c95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 11:13:47 ---> job-cost.sh 11:13:47 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FADH 11:14:02 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 11:14:29 lf-activate-venv(): INFO: Adding /tmp/venv-J4Aa/bin to PATH 11:14:29 INFO: No Stack... 11:14:29 INFO: Retrieving Pricing Info for: lf-standard-4 11:14:29 INFO: Archiving Costs [Pipeline] sh 11:14:29 lf-activate-venv(): INFO: Adding /tmp/venv-FADH/bin to PATH 11:14:29 INFO: No Stack... 11:14:29 INFO: Retrieving Pricing Info for: v1-standard-2 11:14:29 INFO: Archiving Costs [Pipeline] sh 11:14:29 + + catcut -d, /w/workspace/device-rest-go/4/archives/cost.csv -f6 11:14:29 11:14:29 + cat /w/workspace/device-rest-go/4/archives/cost.csv 11:14:29 + cut -d, -f6 [Pipeline] lock 11:14:29 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-75-4-stack-cost] 11:14:29 Resource [jenkins-edgexfoundry-device-rest-go-PR-75-4-stack-cost] did not exist. Created. 11:14:29 Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-75-4-stack-cost] [Pipeline] { [Pipeline] lock 11:14:29 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-75-4-stack-cost] 11:14:29 Found 0 available resource(s). Waiting for correct amount: 1. 11:14:29 [jenkins-edgexfoundry-device-rest-go-PR-75-4-stack-cost] is locked by EdgeX Foundry Project » device-rest-go » PR-75 #4, waiting... [Pipeline] unstash [Pipeline] sh 11:14:30 + echo total: 0.20999999344348907 [Pipeline] stash 11:14:30 Stashed 1 file(s) [Pipeline] } 11:14:30 Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-75-4-stack-cost] 11:14:30 Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-75-4-stack-cost] [Pipeline] { [Pipeline] // lock [Pipeline] unstash [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 11:14:30 Failed in branch amd64 11:14:31 /w/workspace/device-rest-go/4@tmp/durable-59ff3496/script.sh: 1: /w/workspace/device-rest-go/4@tmp/durable-59ff3496/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 11:14:31 + echo total: 0.20999999344348907 [Pipeline] stash 11:14:31 Warning: overwriting stash ‘stack-cost’ 11:14:32 Stashed 1 file(s) [Pipeline] } 11:14:32 Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-75-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 11:14:32 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 11:14:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:14:34 ---> package-listing.sh 11:14:34 ++ facter osfamily 11:14:34 ++ tr '[:upper:]' '[:lower:]' 11:14:34 + OS_FAMILY=redhat 11:14:34 + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-75 11:14:34 + START_PACKAGES=/tmp/packages_start.txt 11:14:34 + END_PACKAGES=/tmp/packages_end.txt 11:14:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:14:34 + PACKAGES=/tmp/packages_start.txt 11:14:34 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-75 ']' 11:14:34 + PACKAGES=/tmp/packages_end.txt 11:14:34 + case "${OS_FAMILY}" in 11:14:34 + rpm -qa 11:14:34 + sort 11:14:42 + '[' -f /tmp/packages_start.txt ']' 11:14:42 + '[' -f /tmp/packages_end.txt ']' 11:14:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:14:42 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-75 ']' 11:14:42 + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-75/archives/ 11:14:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-75/archives/ [Pipeline] echo 11:14:42 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/dgexfoundry_device-rest-go_PR-75/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:14:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 11:14:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:14:43 11:14:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:14:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:14:44 alpine: Pulling from edgex-lftools-log-publisher 11:14:44 df20fa9351a1: Pulling fs layer 11:14:44 36b3adc4ff6f: Pulling fs layer 11:14:44 8ad3a11d3b57: Pulling fs layer 11:14:44 46f8f816bc3b: Pulling fs layer 11:14:44 93b61091891f: Pulling fs layer 11:14:44 93b9cdb0e59b: Pulling fs layer 11:14:44 5e14af77c1be: Pulling fs layer 11:14:44 01666e4c0597: Pulling fs layer 11:14:44 aa168da1d23b: Pulling fs layer 11:14:44 93b9cdb0e59b: Waiting 11:14:44 5e14af77c1be: Waiting 11:14:44 01666e4c0597: Waiting 11:14:44 aa168da1d23b: Waiting 11:14:44 46f8f816bc3b: Waiting 11:14:44 93b61091891f: Waiting 11:14:44 36b3adc4ff6f: Verifying Checksum 11:14:44 36b3adc4ff6f: Download complete 11:14:44 46f8f816bc3b: Verifying Checksum 11:14:44 46f8f816bc3b: Download complete 11:14:44 df20fa9351a1: Verifying Checksum 11:14:44 df20fa9351a1: Download complete 11:14:44 93b9cdb0e59b: Verifying Checksum 11:14:44 93b9cdb0e59b: Download complete 11:14:44 5e14af77c1be: Verifying Checksum 11:14:44 5e14af77c1be: Download complete 11:14:44 93b61091891f: Download complete 11:14:44 01666e4c0597: Verifying Checksum 11:14:44 01666e4c0597: Download complete 11:14:45 8ad3a11d3b57: Verifying Checksum 11:14:45 8ad3a11d3b57: Download complete 11:14:45 df20fa9351a1: Pull complete 11:14:45 36b3adc4ff6f: Pull complete 11:14:47 8ad3a11d3b57: Pull complete 11:14:47 aa168da1d23b: Verifying Checksum 11:14:47 aa168da1d23b: Download complete 11:14:47 46f8f816bc3b: Pull complete 11:14:48 93b61091891f: Pull complete 11:14:49 93b9cdb0e59b: Pull complete 11:14:49 5e14af77c1be: Pull complete 11:14:49 01666e4c0597: Pull complete 11:15:11 aa168da1d23b: Pull complete 11:15:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 11:15:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:15:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:15:12 prd-centos7-docker-4c-2g-1150 does not seem to be running inside a container 11:15:12 $ 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/dgexfoundry_device-rest-go_PR-75/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-rest-go_PR-75 -v /w/workspace/dgexfoundry_device-rest-go_PR-75:/w/workspace/dgexfoundry_device-rest-go_PR-75:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-75@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-75@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 11:15:15 $ docker top 51ad5df50d8402a60b7e9c8d58c75ceabf906da867b0ed6a1fc7f8cc98f64099 -eo pid,comm [Pipeline] { [Pipeline] sh 11:15:16 + touch /tmp/pre-build-complete [Pipeline] sh 11:15:16 + mkdir -p /var/log/sa [Pipeline] sh 11:15:17 + ls /var/log/sa-host 11:15:17 + sadf -c /var/log/sa-host/sa20 11:15:17 file_magic: OK 11:15:17 HZ: Using current value: 100 11:15:17 file_header: OK 11:15:17 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 11:15:17 Statistics: 11:15:17 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... 11:15:17 File successfully converted to sysstat format version 12.2.1 11:15:17 + sadf -c /var/log/sa-host/sa23 11:15:17 file_magic: OK 11:15:17 HZ: Using current value: 100 11:15:17 file_header: OK 11:15:17 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 11:15:17 Statistics: 11:15:17 Hnuu...uuuununununu... 11:15:17 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:15:17 provisioning config files... 11:15:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-75@tmp/config7349514474100360888tmp [Pipeline] { [Pipeline] echo 11:15:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:15:17 ---> create-netrc.sh [Pipeline] } 11:15:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 11:15:18 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 11:15:18 ---> python-tools-install.sh [Pipeline] echo 11:15:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:15:18 ---> sudo-logs.sh 11:15:18 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:15:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:15:19 ---> job-cost.sh 11:15:19 lf-activate-venv: SKIPPING 11:15:19 DEBUG: total: 0.20999999344348907 11:15:19 INFO: Retrieving Stack Cost... 11:15:20 INFO: Retrieving Pricing Info for: v1-standard-2 11:15:20 INFO: Archiving Costs [Pipeline] echo 11:15:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:15:21 ---> logs-deploy.sh 11:15:21 lf-activate-venv: SKIPPING 11:15:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-75/4 11:15:21 INFO: archiving workspace using pattern(s): 11:15:23 Archives upload complete. 11:15:24 INFO: archiving logs to Nexus 11:15:26 ---> uname -a: 11:15:26 Linux prd-centos7-docker-4c-2g-1150.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 11:15:26 11:15:26 11:15:26 ---> lscpu: 11:15:26 Architecture: x86_64 11:15:26 CPU op-mode(s): 32-bit, 64-bit 11:15:26 Byte Order: Little Endian 11:15:26 Address sizes: 40 bits physical, 48 bits virtual 11:15:26 CPU(s): 4 11:15:26 On-line CPU(s) list: 0-3 11:15:26 Thread(s) per core: 1 11:15:26 Core(s) per socket: 1 11:15:26 Socket(s): 4 11:15:26 NUMA node(s): 1 11:15:26 Vendor ID: GenuineIntel 11:15:26 CPU family: 6 11:15:26 Model: 44 11:15:26 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 11:15:26 Stepping: 1 11:15:26 CPU MHz: 2933.438 11:15:26 BogoMIPS: 5866.87 11:15:26 Virtualization: VT-x 11:15:26 Hypervisor vendor: KVM 11:15:26 Virtualization type: full 11:15:26 L1d cache: 128 KiB 11:15:26 L1i cache: 128 KiB 11:15:26 L2 cache: 16 MiB 11:15:26 L3 cache: 64 MiB 11:15:26 NUMA node0 CPU(s): 0-3 11:15:26 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 11:15:26 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 11:15:26 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 11:15:26 Vulnerability Meltdown: Mitigation; PTI 11:15:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:15:26 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 11:15:26 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 11:15:26 Vulnerability Srbds: Not affected 11:15:26 Vulnerability Tsx async abort: Not affected 11:15:26 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 11:15:26 11:15:26 11:15:26 ---> nproc: 11:15:26 4 11:15:26 11:15:26 11:15:26 ---> df -h: 11:15:26 Filesystem Size Used Available Use% Mounted on 11:15:26 overlay 50.0G 6.9G 43.1G 14% / 11:15:26 tmpfs 64.0M 0 64.0M 0% /dev 11:15:26 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 11:15:26 shm 64.0M 0 64.0M 0% /dev/shm 11:15:26 /dev/vda1 50.0G 6.9G 43.1G 14% /facter-os 11:15:26 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/resolv.conf 11:15:26 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hostname 11:15:26 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hosts 11:15:26 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dgexfoundry_device-rest-go_PR-75@tmp 11:15:26 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/sa-host 11:15:26 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/secure 11:15:26 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/auth.log 11:15:26 /dev/vda1 50.0G 6.9G 43.1G 14% /run/cloud-init/result.json 11:15:26 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dgexfoundry_device-rest-go_PR-75 11:15:26 11:15:26 11:15:26 ---> free -m: 11:15:26 total used free shared buff/cache available 11:15:26 Mem: 1837 787 112 0 937 957 11:15:26 Swap: 1023 1 1022 11:15:26 11:15:26 11:15:26 ---> ip addr: 11:15:26 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 11:15:26 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:15:26 inet 127.0.0.1/8 scope host lo 11:15:26 valid_lft forever preferred_lft forever 11:15:26 inet6 ::1/128 scope host 11:15:26 valid_lft forever preferred_lft forever 11:15:26 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 11:15:26 link/ether fa:16:3e:7f:53:5c brd ff:ff:ff:ff:ff:ff 11:15:26 inet 10.30.123.184/23 brd 10.30.123.255 scope global dynamic eth0 11:15:26 valid_lft 81371sec preferred_lft 81371sec 11:15:26 inet6 fe80::f816:3eff:fe7f:535c/64 scope link 11:15:26 valid_lft forever preferred_lft forever 11:15:26 3: docker0: mtu 1500 qdisc noqueue state DOWN 11:15:26 link/ether 02:42:08:10:0b:0c brd ff:ff:ff:ff:ff:ff 11:15:26 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 11:15:26 valid_lft forever preferred_lft forever 11:15:26 inet6 fe80::42:8ff:fe10:b0c/64 scope link 11:15:26 valid_lft forever preferred_lft forever 11:15:26 11:15:26 11:15:26 ---> sar -b -r -n DEV: 11:15:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) 11:15:26 11:15:26 09:51:21 LINUX RESTART (4 CPU) 11:15:26 11:15:26 09:52:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:15:26 09:53:01 94.01 41.31 52.71 0.00 3379.37 37052.65 0.00 11:15:26 09:54:01 1.37 0.63 0.73 0.00 84.57 10.90 0.00 11:15:26 09:55:01 0.62 0.00 0.62 0.00 0.00 6.32 0.00 11:15:26 09:56:01 0.65 0.00 0.65 0.00 0.00 7.12 0.00 11:15:26 09:57:01 0.25 0.00 0.25 0.00 0.00 2.91 0.00 11:15:26 09:58:01 0.23 0.00 0.23 0.00 0.00 3.26 0.00 11:15:26 09:59:02 0.32 0.00 0.32 0.00 0.00 3.35 0.00 11:15:26 10:00:01 0.24 0.00 0.24 0.00 0.00 2.37 0.00 11:15:26 10:01:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 11:15:26 10:02:01 0.48 0.10 0.38 0.00 1.73 5.76 0.00 11:15:26 10:03:01 0.23 0.00 0.23 0.00 0.00 2.73 0.00 11:15:26 10:04:01 0.15 0.00 0.15 0.00 0.00 1.91 0.00 11:15:26 10:05:01 0.22 0.00 0.22 0.00 0.00 2.20 0.00 11:15:26 10:06:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 11:15:26 10:07:01 0.43 0.20 0.23 0.00 6.39 2.20 0.00 11:15:26 10:08:01 0.77 0.00 0.77 0.00 0.00 14.45 0.00 11:15:26 10:09:01 0.23 0.00 0.23 0.00 0.00 1.93 0.00 11:15:26 10:10:01 0.25 0.00 0.25 0.00 0.00 3.21 0.00 11:15:26 10:11:01 0.23 0.00 0.23 0.00 0.00 2.75 0.00 11:15:26 10:12:01 0.18 0.00 0.18 0.00 0.00 1.78 0.00 11:15:26 10:13:01 0.17 0.00 0.17 0.00 0.00 1.91 0.00 11:15:26 10:14:02 0.20 0.00 0.20 0.00 0.00 1.80 0.00 11:15:26 10:15:01 0.30 0.00 0.30 0.00 0.00 3.56 0.00 11:15:26 10:16:01 147.46 137.78 9.68 0.00 1542.37 541.67 0.00 11:15:26 10:17:01 144.71 128.81 15.90 0.00 2168.58 471.59 0.00 11:15:26 10:18:01 0.83 0.00 0.83 0.00 0.00 95.30 0.00 11:15:26 10:19:01 0.15 0.00 0.15 0.00 0.00 1.60 0.00 11:15:26 10:20:01 0.20 0.00 0.20 0.00 0.00 2.00 0.00 11:15:26 10:21:01 0.25 0.00 0.25 0.00 0.00 2.78 0.00 11:15:26 10:22:01 0.25 0.00 0.25 0.00 0.00 2.32 0.00 11:15:26 10:23:01 0.15 0.00 0.15 0.00 0.00 1.73 0.00 11:15:26 10:24:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 11:15:26 10:25:01 0.17 0.00 0.17 0.00 0.00 1.20 0.00 11:15:26 10:26:01 0.25 0.00 0.25 0.00 0.00 2.78 0.00 11:15:26 10:27:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 11:15:26 10:28:01 0.18 0.00 0.18 0.00 0.00 1.86 0.00 11:15:26 10:29:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 11:15:26 10:30:01 0.18 0.00 0.18 0.00 0.00 2.13 0.00 11:15:26 10:31:02 0.27 0.00 0.27 0.00 0.00 2.91 0.00 11:15:26 10:32:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 11:15:26 10:33:01 0.62 0.00 0.62 0.00 0.00 6.60 0.00 11:15:26 10:34:01 0.60 0.00 0.60 0.00 0.00 6.01 0.00 11:15:26 10:35:01 0.55 0.00 0.55 0.00 0.00 5.43 0.00 11:15:26 10:36:01 0.80 0.00 0.80 0.00 0.00 10.35 0.00 11:15:26 10:37:01 0.55 0.00 0.55 0.00 0.00 5.56 0.00 11:15:26 10:38:01 0.55 0.00 0.55 0.00 0.00 5.70 0.00 11:15:26 10:39:01 0.55 0.00 0.55 0.00 0.00 5.70 0.00 11:15:26 10:40:01 0.63 0.00 0.63 0.00 0.00 7.40 0.00 11:15:26 10:41:01 0.55 0.00 0.55 0.00 0.00 5.43 0.00 11:15:26 10:42:01 0.55 0.00 0.55 0.00 0.00 5.56 0.00 11:15:26 10:43:01 0.53 0.00 0.53 0.00 0.00 6.10 0.00 11:15:26 10:44:01 0.58 0.00 0.58 0.00 0.00 5.76 0.00 11:15:26 10:45:01 0.30 0.00 0.30 0.00 0.00 4.73 0.00 11:15:26 10:46:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 11:15:26 10:47:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 11:15:26 10:48:01 0.15 0.00 0.15 0.00 0.00 1.73 0.00 11:15:26 10:49:01 0.15 0.00 0.15 0.00 0.00 1.73 0.00 11:15:26 10:50:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 11:15:26 10:51:01 0.28 0.00 0.28 0.00 0.00 3.66 0.00 11:15:26 10:52:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 11:15:26 10:53:02 0.17 0.00 0.17 0.00 0.00 1.77 0.00 11:15:26 10:54:01 0.63 0.00 0.63 0.00 0.00 6.44 0.00 11:15:26 10:55:01 0.80 0.00 0.80 0.00 0.00 9.96 0.00 11:15:26 10:56:01 0.38 0.00 0.38 0.00 0.00 6.26 0.00 11:15:26 10:57:01 0.25 0.00 0.25 0.00 0.00 2.65 0.00 11:15:26 10:58:01 0.23 0.00 0.23 0.00 0.00 2.71 0.00 11:15:26 10:59:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 11:15:26 11:00:01 0.25 0.00 0.25 0.00 0.00 2.65 0.00 11:15:26 11:01:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 11:15:26 11:02:01 0.27 0.00 0.27 0.00 0.00 3.45 0.00 11:15:26 11:03:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 11:15:26 11:04:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 11:15:26 11:05:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 11:15:26 11:06:01 0.25 0.00 0.25 0.00 0.00 2.91 0.00 11:15:26 11:07:02 50.21 16.87 33.34 0.00 4945.58 3282.87 0.00 11:15:26 11:08:01 1.62 0.00 1.62 0.00 0.00 28.20 0.00 11:15:26 11:09:01 0.20 0.00 0.20 0.00 0.00 2.03 0.00 11:15:26 11:10:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 11:15:26 11:11:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 11:15:26 11:12:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 11:15:26 11:13:01 0.23 0.00 0.23 0.00 0.00 3.05 0.00 11:15:26 11:14:01 0.20 0.00 0.20 0.00 0.00 2.81 0.00 11:15:26 11:15:01 121.95 71.14 50.81 0.00 4987.01 13594.86 0.00 11:15:26 Average: 7.06 4.79 2.28 0.00 206.31 661.63 0.00 11:15:26 11:15:26 09:52:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:15:26 09:53:01 107132 0 490996 26.10 2620 1280796 971264 33.15 303420 1274824 32 11:15:26 09:54:01 105764 0 489820 26.03 2620 1283340 961300 32.81 303492 1277172 8 11:15:26 09:55:01 107284 0 488272 25.95 2620 1283368 946908 32.32 302192 1277184 12 11:15:26 09:56:01 103612 0 491964 26.15 2620 1283348 946908 32.32 303816 1279108 8 11:15:26 09:57:01 103604 0 491968 26.15 2620 1283352 946908 32.32 308172 1274868 8 11:15:26 09:58:01 103200 0 492364 26.17 2620 1283360 947056 32.32 308692 1274868 8 11:15:26 09:59:02 103728 0 491836 26.14 2620 1283360 946972 32.32 308212 1274868 8 11:15:26 10:00:01 103868 0 491688 26.13 2620 1283368 946972 32.32 308220 1274868 8 11:15:26 10:01:01 102440 0 493112 26.21 2620 1283372 949312 32.40 308876 1274868 8 11:15:26 10:02:01 103212 0 492212 26.16 2620 1283500 947480 32.34 308712 1274932 8 11:15:26 10:03:01 102448 0 492976 26.20 2620 1283500 947588 32.34 309368 1274932 8 11:15:26 10:04:01 102576 0 492840 26.19 2620 1283508 947528 32.34 309176 1274928 16 11:15:26 10:05:01 101492 0 493920 26.25 2620 1283512 947724 32.34 310232 1274932 8 11:15:26 10:06:01 102656 0 492752 26.19 2620 1283516 947544 32.34 309096 1274932 8 11:15:26 10:07:01 102288 0 493112 26.21 2620 1283524 947544 32.34 309124 1274932 20 11:15:26 10:08:01 101828 0 493564 26.23 2620 1283532 947616 32.34 309736 1274928 8 11:15:26 10:09:01 102140 0 493252 26.22 2620 1283532 947544 32.34 309468 1274932 8 11:15:26 10:10:01 102064 0 493320 26.22 2620 1283540 947544 32.34 309348 1274936 8 11:15:26 10:11:01 102468 0 492912 26.20 2620 1283544 947544 32.34 309664 1274932 16 11:15:26 10:12:01 101828 0 493552 26.23 2620 1283544 947604 32.34 309876 1274932 12 11:15:26 10:13:01 101752 0 493620 26.23 2620 1283552 947628 32.34 310032 1274932 8 11:15:26 10:14:02 102220 0 493148 26.21 2620 1283556 947544 32.34 309892 1274932 16 11:15:26 10:15:01 101864 0 493500 26.23 2620 1283560 947544 32.34 309924 1274932 8 11:15:26 10:16:01 66236 0 519976 27.64 2620 1292712 959440 32.74 340808 1259064 668 11:15:26 10:17:01 65740 0 594180 31.58 2620 1219004 947576 32.34 332612 1187688 2424 11:15:26 10:18:01 64192 0 595724 31.66 2620 1219008 947696 32.34 334048 1187680 20 11:15:26 10:19:01 64756 0 595160 31.63 2620 1219008 947576 32.34 333216 1187680 16 11:15:26 10:20:01 64692 0 595216 31.63 2620 1219016 947576 32.34 333376 1187680 8 11:15:26 10:21:01 64708 0 595196 31.63 2620 1219020 947576 32.34 333404 1187680 8 11:15:26 10:22:01 64500 0 595400 31.64 2620 1219024 947576 32.34 333292 1187680 8 11:15:26 10:23:01 63868 0 596028 31.68 2620 1219028 947648 32.34 334076 1187680 8 11:15:26 10:24:01 64152 0 595736 31.66 2620 1219036 947576 32.34 333656 1187680 8 11:15:26 10:25:01 64144 0 595744 31.66 2620 1219036 947576 32.34 333680 1187680 8 11:15:26 10:26:01 64144 0 595740 31.66 2620 1219040 947576 32.34 333696 1187680 8 11:15:26 10:27:01 64260 0 595616 31.66 2620 1219048 947576 32.34 333860 1187680 8 11:15:26 10:28:01 77152 0 596184 31.69 2620 1205588 947712 32.34 333052 1175608 8 11:15:26 10:29:01 75132 0 598552 31.81 2620 1205240 947736 32.34 338436 1172240 8 11:15:26 10:30:01 75812 0 597868 31.78 2620 1205244 947640 32.34 337964 1172228 8 11:15:26 10:31:02 75844 0 597832 31.77 2620 1205248 947640 32.34 337968 1172228 8 11:15:26 10:32:01 75548 0 598124 31.79 2620 1205252 947640 32.34 337992 1172228 8 11:15:26 10:33:01 74520 0 599144 31.84 2620 1205260 947736 32.34 338604 1172232 8 11:15:26 10:34:01 75548 0 598112 31.79 2620 1205264 947640 32.34 338148 1172228 8 11:15:26 10:35:01 75796 0 597864 31.78 2620 1205264 947640 32.34 338272 1172228 8 11:15:26 10:36:01 75564 0 598088 31.79 2620 1205272 947640 32.34 338336 1172212 8 11:15:26 10:37:01 75408 0 598240 31.80 2620 1205276 947640 32.34 338352 1172212 8 11:15:26 10:38:01 74512 0 599132 31.84 2620 1205280 947760 32.35 339224 1172212 8 11:15:26 10:39:01 75176 0 598464 31.81 2620 1205284 947640 32.34 338628 1172212 8 11:15:26 10:40:01 75456 0 598176 31.79 2620 1205292 947640 32.34 338536 1172212 8 11:15:26 10:41:01 75260 0 598372 31.80 2620 1205292 947640 32.34 338784 1172212 8 11:15:26 10:42:01 75152 0 598476 31.81 2620 1205296 947636 32.34 338696 1172212 8 11:15:26 10:43:01 74156 0 599464 31.86 2620 1205304 947724 32.34 339256 1172212 8 11:15:26 10:44:01 74596 0 599024 31.84 2620 1205304 947640 32.34 338972 1172212 8 11:15:26 10:45:01 74680 0 598932 31.83 2620 1205312 947640 32.34 338976 1172212 8 11:15:26 10:46:01 74764 0 598844 31.83 2620 1205316 947640 32.34 339112 1172212 8 11:15:26 10:47:01 74764 0 598840 31.83 2620 1205320 947640 32.34 339016 1172212 8 11:15:26 10:48:01 88460 0 600300 31.90 2620 1190164 987984 33.72 332084 1164740 20 11:15:26 10:49:01 91268 0 597488 31.76 2620 1190168 987600 33.71 330052 1164740 12 11:15:26 10:50:01 90232 0 598516 31.81 2620 1190176 987600 33.71 330816 1164740 8 11:15:26 10:51:01 85840 0 602908 32.04 2620 1190176 987600 33.71 337800 1162096 8 11:15:26 10:52:01 86532 0 602208 32.01 2620 1190184 987600 33.71 337564 1162096 8 11:15:26 10:53:02 86444 0 602288 32.01 2620 1190192 987648 33.71 337824 1162096 8 11:15:26 10:54:01 86748 0 601980 31.99 2620 1190196 987600 33.71 337700 1162096 8 11:15:26 10:55:01 86320 0 602404 32.02 2620 1190200 987600 33.71 337716 1162092 8 11:15:26 10:56:01 87320 0 601448 31.97 2620 1190156 987012 33.69 337540 1162080 8 11:15:26 10:57:01 86700 0 602068 32.00 2620 1190156 987060 33.69 337316 1162072 8 11:15:26 10:58:01 84076 0 604688 32.14 2620 1190160 987352 33.70 340056 1162072 8 11:15:26 10:59:01 84832 0 603924 32.10 2620 1190168 987256 33.69 339516 1162072 8 11:15:26 11:00:01 84832 0 603924 32.10 2620 1190168 987256 33.69 339532 1162072 8 11:15:26 11:01:01 83548 0 605200 32.17 2620 1190176 989940 33.79 340380 1162072 8 11:15:26 11:02:01 84544 0 604196 32.11 2620 1190184 987256 33.69 339548 1162072 8 11:15:26 11:03:01 83608 0 605132 32.16 2620 1190184 987376 33.70 340308 1162072 8 11:15:26 11:04:01 84816 0 603920 32.10 2620 1190188 987256 33.69 339432 1162072 8 11:15:26 11:05:01 83280 0 605448 32.18 2620 1190196 987472 33.70 340848 1162072 8 11:15:26 11:06:01 84740 0 603984 32.10 2620 1190200 987256 33.69 339704 1162072 8 11:15:26 11:07:02 154104 0 698944 37.15 2620 1025876 1072096 36.59 396016 1031668 132 11:15:26 11:08:01 159836 0 693136 36.84 2620 1025952 1041840 35.56 403140 1019544 16 11:15:26 11:09:01 159880 0 693088 36.84 2620 1025956 1031764 35.21 400268 1022512 16 11:15:26 11:10:01 161292 0 691672 36.76 2620 1025960 1031560 35.21 399292 1022512 12 11:15:26 11:11:01 159300 0 693660 36.87 2620 1025964 1031860 35.22 412564 1010764 8 11:15:26 11:12:01 161384 0 691568 36.76 2620 1025972 1031560 35.21 410948 1010764 8 11:15:26 11:13:01 160536 0 692416 36.80 2620 1025972 1031752 35.21 411936 1010764 16 11:15:26 11:14:01 156908 0 696036 36.99 2620 1025980 1031800 35.21 435688 990172 8 11:15:26 11:15:01 77536 0 793820 42.19 2608 1007580 1475436 50.35 601256 881040 75460 11:15:26 Average: 92007 0 580247 30.84 2620 1206670 972400 33.19 339176 1183015 957 11:15:26 11:15:26 09:52:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:15:26 09:53:01 eth0 133.09 76.43 376.76 20.68 0.00 0.00 0.00 0.00 11:15:26 09:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 09:54:01 eth0 0.20 0.10 0.15 0.01 0.00 0.00 0.00 0.00 11:15:26 09:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 09:55:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:15:26 09:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 09:56:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:15:26 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 09:57:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:15:26 09:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 09:58:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 11:15:26 09:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 09:59:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:15:26 09:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 09:59:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:00:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:15:26 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:01:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:15:26 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:02:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:15:26 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:03:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 11:15:26 10:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:04:01 eth0 0.73 0.17 0.18 0.01 0.00 0.00 0.00 0.00 11:15:26 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:05:01 eth0 0.52 0.37 0.27 0.20 0.00 0.00 0.00 0.00 11:15:26 10:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:06:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:15:26 10:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:07:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:08:01 eth0 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 11:15:26 10:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:09:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:15:26 10:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:10:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:11:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 11:15:26 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:12:01 eth0 0.18 0.17 0.09 0.01 0.00 0.00 0.00 0.00 11:15:26 10:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:13:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 11:15:26 10:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:14:02 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:14:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:15:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:15:26 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:16:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:17:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 11:15:26 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:18:01 eth0 0.58 0.40 0.34 0.23 0.00 0.00 0.00 0.00 11:15:26 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:19:01 eth0 0.07 0.07 0.01 0.04 0.00 0.00 0.00 0.00 11:15:26 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:20:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:21:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:22:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:23:01 eth0 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 11:15:26 10:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:24:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:25:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:26:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:27:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:28:01 eth0 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 11:15:26 10:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:29:01 eth0 0.25 0.20 0.23 0.01 0.00 0.00 0.00 0.00 11:15:26 10:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:30:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:31:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:31:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:32:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:33:01 eth0 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 11:15:26 10:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:34:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:35:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:36:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:37:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:38:01 eth0 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 11:15:26 10:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:39:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:40:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:41:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:42:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:43:01 eth0 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 11:15:26 10:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:44:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:45:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:46:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:47:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:48:01 eth0 1.45 1.55 0.38 3.19 0.00 0.00 0.00 0.00 11:15:26 10:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:49:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:50:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:51:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:52:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:53:02 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 11:15:26 10:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:54:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:55:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:56:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:57:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:58:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 11:15:26 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:59:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:00:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:01:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:02:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:03:01 eth0 0.20 0.18 0.08 0.07 0.00 0.00 0.00 0.00 11:15:26 11:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:04:01 eth0 0.52 0.00 0.05 0.00 0.00 0.00 0.00 0.00 11:15:26 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:05:01 eth0 0.52 0.50 0.43 0.21 0.00 0.00 0.00 0.00 11:15:26 11:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:06:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:07:02 eth0 273.15 214.13 963.90 76.92 0.00 0.00 0.00 0.00 11:15:26 11:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:07:02 docker0 39.53 29.24 3.68 131.89 0.00 0.00 0.00 0.00 11:15:26 11:08:01 eth0 0.80 0.15 0.14 0.07 0.00 0.00 0.00 0.00 11:15:26 11:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:09:01 eth0 0.87 0.35 0.34 0.20 0.00 0.00 0.00 0.00 11:15:26 11:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:10:01 eth0 0.40 0.00 0.05 0.00 0.00 0.00 0.00 0.00 11:15:26 11:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:11:01 eth0 0.48 0.47 0.28 0.21 0.00 0.00 0.00 0.00 11:15:26 11:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:12:01 eth0 0.95 0.03 0.10 0.00 0.00 0.00 0.00 0.00 11:15:26 11:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:13:01 eth0 1.17 0.50 0.45 0.27 0.00 0.00 0.00 0.00 11:15:26 11:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:14:01 eth0 0.45 0.35 0.28 0.20 0.00 0.00 0.00 0.00 11:15:26 11:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:15:01 eth0 192.71 150.51 2158.80 16.83 0.00 0.00 0.00 0.00 11:15:26 11:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 11:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 Average: eth0 7.39 5.43 42.36 1.45 0.00 0.00 0.00 0.00 11:15:26 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:15:26 Average: docker0 0.48 0.35 0.04 1.60 0.00 0.00 0.00 0.00 11:15:26 11:15:26 11:15:26 ---> sar -P ALL: 11:15:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) 11:15:26 11:15:26 09:51:21 LINUX RESTART (4 CPU) 11:15:26 11:15:26 09:52:02 CPU %user %nice %system %iowait %steal %idle 11:15:26 09:53:01 all 7.91 0.00 6.57 4.74 23.72 57.06 11:15:26 09:53:01 0 6.94 0.00 5.59 5.34 24.33 57.80 11:15:26 09:53:01 1 7.72 0.00 7.98 4.54 22.67 57.08 11:15:26 09:53:01 2 7.17 0.00 5.56 4.83 24.10 58.34 11:15:26 09:53:01 3 9.95 0.00 7.26 4.22 23.72 54.86 11:15:26 09:54:01 all 0.13 0.00 0.05 0.00 0.66 99.15 11:15:26 09:54:01 0 0.03 0.00 0.03 0.00 0.38 99.55 11:15:26 09:54:01 1 0.05 0.00 0.05 0.00 0.15 99.75 11:15:26 09:54:01 2 0.40 0.00 0.08 0.02 1.14 98.37 11:15:26 09:54:01 3 0.05 0.00 0.05 0.00 0.98 98.93 11:15:26 09:55:01 all 0.06 0.00 0.04 0.01 0.96 98.94 11:15:26 09:55:01 0 0.02 0.00 0.02 0.03 0.15 99.78 11:15:26 09:55:01 1 0.02 0.00 0.05 0.00 1.54 98.39 11:15:26 09:55:01 2 0.18 0.00 0.05 0.00 1.02 98.75 11:15:26 09:55:01 3 0.02 0.00 0.05 0.00 1.10 98.83 11:15:26 09:56:01 all 0.14 0.00 0.05 0.00 0.27 99.53 11:15:26 09:56:01 0 0.02 0.00 0.03 0.00 0.10 99.85 11:15:26 09:56:01 1 0.07 0.00 0.08 0.00 0.22 99.63 11:15:26 09:56:01 2 0.46 0.00 0.03 0.00 0.66 98.84 11:15:26 09:56:01 3 0.02 0.00 0.07 0.00 0.10 99.82 11:15:26 09:57:01 all 0.07 0.00 0.07 0.00 0.77 99.09 11:15:26 09:57:01 0 0.00 0.00 0.03 0.00 0.23 99.73 11:15:26 09:57:01 1 0.00 0.00 0.00 0.00 0.03 99.97 11:15:26 09:57:01 2 0.21 0.00 0.18 0.00 1.47 98.14 11:15:26 09:57:01 3 0.05 0.00 0.05 0.00 1.35 98.55 11:15:26 09:58:01 all 0.10 0.00 0.02 0.00 0.44 99.44 11:15:26 09:58:01 0 0.03 0.00 0.02 0.00 0.12 99.83 11:15:26 09:58:01 1 0.05 0.00 0.02 0.00 0.07 99.87 11:15:26 09:58:01 2 0.25 0.00 0.02 0.00 0.58 99.15 11:15:26 09:58:01 3 0.05 0.00 0.05 0.00 0.98 98.93 11:15:26 09:59:02 all 0.12 0.00 0.04 0.00 0.32 99.53 11:15:26 09:59:02 0 0.02 0.00 0.03 0.00 0.17 99.78 11:15:26 09:59:02 1 0.02 0.00 0.03 0.00 0.40 99.55 11:15:26 09:59:02 2 0.41 0.00 0.03 0.00 0.63 98.92 11:15:26 09:59:02 3 0.03 0.00 0.05 0.00 0.07 99.85 11:15:26 10:00:01 all 0.04 0.00 0.02 0.00 1.81 98.13 11:15:26 10:00:01 0 0.02 0.00 0.03 0.00 0.87 99.08 11:15:26 10:00:01 1 0.02 0.00 0.03 0.00 3.16 96.79 11:15:26 10:00:01 2 0.12 0.00 0.03 0.00 2.92 96.93 11:15:26 10:00:01 3 0.00 0.00 0.00 0.00 0.22 99.78 11:15:26 10:01:01 all 0.07 0.00 0.03 0.00 0.77 99.13 11:15:26 10:01:01 0 0.02 0.00 0.03 0.00 0.53 99.42 11:15:26 10:01:01 1 0.02 0.00 0.03 0.00 1.27 98.68 11:15:26 10:01:01 2 0.23 0.00 0.03 0.00 0.68 99.06 11:15:26 10:01:01 3 0.02 0.00 0.02 0.00 0.58 99.39 11:15:26 10:02:01 all 0.06 0.00 0.05 0.01 0.76 99.12 11:15:26 10:02:01 0 0.02 0.00 0.02 0.02 0.71 99.24 11:15:26 10:02:01 1 0.10 0.00 0.07 0.00 1.06 98.78 11:15:26 10:02:01 2 0.13 0.00 0.05 0.00 1.14 98.68 11:15:26 10:02:01 3 0.00 0.00 0.05 0.02 0.13 99.80 11:15:26 10:03:01 all 0.09 0.00 0.03 0.00 0.59 99.29 11:15:26 10:03:01 0 0.02 0.00 0.02 0.00 0.33 99.63 11:15:26 10:03:01 1 0.26 0.00 0.03 0.00 0.81 98.89 11:15:26 10:03:01 2 0.05 0.00 0.07 0.00 1.11 98.78 11:15:26 10:03:01 3 0.03 0.00 0.02 0.00 0.10 99.85 11:15:26 11:15:26 10:03:01 CPU %user %nice %system %iowait %steal %idle 11:15:26 10:04:01 all 0.07 0.00 0.02 0.00 0.65 99.26 11:15:26 10:04:01 0 0.02 0.00 0.00 0.00 0.40 99.59 11:15:26 10:04:01 1 0.22 0.00 0.03 0.00 0.50 99.25 11:15:26 10:04:01 2 0.07 0.00 0.03 0.00 1.56 98.34 11:15:26 10:04:01 3 0.00 0.00 0.02 0.00 0.12 99.87 11:15:26 10:05:01 all 0.13 0.00 0.03 0.00 0.42 99.43 11:15:26 10:05:01 0 0.00 0.00 0.02 0.00 0.07 99.92 11:15:26 10:05:01 1 0.46 0.00 0.05 0.00 0.88 98.61 11:15:26 10:05:01 2 0.03 0.00 0.03 0.00 0.63 99.30 11:15:26 10:05:01 3 0.02 0.00 0.02 0.00 0.08 99.88 11:15:26 10:06:01 all 0.10 0.00 0.02 0.00 0.27 99.62 11:15:26 10:06:01 0 0.02 0.00 0.02 0.00 0.05 99.92 11:15:26 10:06:01 1 0.33 0.00 0.05 0.00 0.60 99.02 11:15:26 10:06:01 2 0.02 0.00 0.02 0.00 0.37 99.60 11:15:26 10:06:01 3 0.02 0.00 0.00 0.00 0.05 99.93 11:15:26 10:07:01 all 0.09 0.00 0.04 0.00 0.64 99.23 11:15:26 10:07:01 0 0.00 0.00 0.00 0.00 0.40 99.60 11:15:26 10:07:01 1 0.30 0.00 0.10 0.00 1.07 98.53 11:15:26 10:07:01 2 0.03 0.00 0.03 0.00 0.73 99.21 11:15:26 10:07:01 3 0.02 0.00 0.03 0.00 0.35 99.60 11:15:26 10:08:01 all 0.10 0.00 0.04 0.00 0.62 99.24 11:15:26 10:08:01 0 0.02 0.00 0.02 0.00 0.18 99.78 11:15:26 10:08:01 1 0.35 0.00 0.05 0.00 1.40 98.21 11:15:26 10:08:01 2 0.03 0.00 0.07 0.00 0.81 99.09 11:15:26 10:08:01 3 0.00 0.00 0.02 0.00 0.08 99.90 11:15:26 10:09:01 all 0.10 0.00 0.02 0.00 0.53 99.35 11:15:26 10:09:01 0 0.02 0.00 0.02 0.00 0.51 99.45 11:15:26 10:09:01 1 0.35 0.00 0.02 0.00 0.20 99.43 11:15:26 10:09:01 2 0.03 0.00 0.03 0.00 1.38 98.55 11:15:26 10:09:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:15:26 10:10:01 all 0.04 0.00 0.03 0.01 0.63 99.29 11:15:26 10:10:01 0 0.02 0.00 0.02 0.00 0.75 99.22 11:15:26 10:10:01 1 0.12 0.00 0.07 0.03 1.04 98.74 11:15:26 10:10:01 2 0.02 0.00 0.03 0.00 0.73 99.22 11:15:26 10:10:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:15:26 10:11:01 all 0.10 0.00 0.03 0.00 0.09 99.79 11:15:26 10:11:01 0 0.02 0.00 0.02 0.00 0.03 99.93 11:15:26 10:11:01 1 0.20 0.00 0.02 0.00 0.03 99.75 11:15:26 10:11:01 2 0.15 0.00 0.05 0.00 0.27 99.53 11:15:26 10:11:01 3 0.02 0.00 0.03 0.00 0.02 99.93 11:15:26 10:12:01 all 0.12 0.00 0.02 0.00 0.04 99.82 11:15:26 10:12:01 0 0.02 0.00 0.02 0.00 0.07 99.90 11:15:26 10:12:01 1 0.02 0.00 0.03 0.00 0.05 99.90 11:15:26 10:12:01 2 0.42 0.00 0.02 0.00 0.03 99.53 11:15:26 10:12:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:15:26 10:13:01 all 0.11 0.00 0.03 0.00 0.27 99.60 11:15:26 10:13:01 0 0.02 0.00 0.02 0.00 0.05 99.92 11:15:26 10:13:01 1 0.03 0.00 0.05 0.00 0.83 99.09 11:15:26 10:13:01 2 0.35 0.00 0.02 0.00 0.13 99.50 11:15:26 10:13:01 3 0.03 0.00 0.03 0.00 0.05 99.88 11:15:26 10:14:02 all 0.10 0.00 0.02 0.00 0.54 99.34 11:15:26 10:14:02 0 0.02 0.00 0.02 0.00 0.15 99.82 11:15:26 10:14:02 1 0.05 0.00 0.02 0.00 0.68 99.25 11:15:26 10:14:02 2 0.32 0.00 0.02 0.00 0.56 99.10 11:15:26 10:14:02 3 0.02 0.00 0.03 0.00 0.78 99.17 11:15:26 11:15:26 10:14:02 CPU %user %nice %system %iowait %steal %idle 11:15:26 10:15:01 all 0.11 0.00 0.03 0.00 0.06 99.78 11:15:26 10:15:01 0 0.00 0.00 0.02 0.00 0.02 99.97 11:15:26 10:15:01 1 0.05 0.00 0.07 0.02 0.14 99.73 11:15:26 10:15:01 2 0.41 0.00 0.02 0.00 0.07 99.51 11:15:26 10:15:01 3 0.00 0.00 0.03 0.00 0.03 99.93 11:15:26 10:16:01 all 0.07 1.55 6.89 5.14 25.79 60.56 11:15:26 10:16:01 0 0.04 1.59 7.04 5.94 25.76 59.64 11:15:26 10:16:01 1 0.08 1.54 6.76 4.88 26.23 60.51 11:15:26 10:16:01 2 0.13 1.62 6.81 5.20 26.08 60.15 11:15:26 10:16:01 3 0.04 1.47 6.96 4.52 25.07 61.95 11:15:26 10:17:01 all 0.07 0.57 3.45 2.32 16.01 77.58 11:15:26 10:17:01 0 0.15 0.42 2.44 2.08 13.81 81.11 11:15:26 10:17:01 1 0.01 0.55 3.63 0.90 16.55 78.35 11:15:26 10:17:01 2 0.07 0.69 3.94 3.77 18.07 73.46 11:15:26 10:17:01 3 0.03 0.62 3.78 2.52 15.54 77.52 11:15:26 10:18:01 all 0.13 0.00 0.03 0.00 0.45 99.39 11:15:26 10:18:01 0 0.37 0.00 0.05 0.00 0.33 99.25 11:15:26 10:18:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:15:26 10:18:01 2 0.08 0.00 0.05 0.00 1.30 98.56 11:15:26 10:18:01 3 0.05 0.00 0.02 0.00 0.13 99.80 11:15:26 10:19:01 all 0.09 0.00 0.03 0.00 0.06 99.82 11:15:26 10:19:01 0 0.32 0.00 0.03 0.00 0.05 99.60 11:15:26 10:19:01 1 0.00 0.00 0.02 0.00 0.03 99.95 11:15:26 10:19:01 2 0.03 0.00 0.05 0.00 0.12 99.80 11:15:26 10:19:01 3 0.02 0.00 0.03 0.00 0.03 99.92 11:15:26 10:20:01 all 0.10 0.00 0.02 0.00 0.12 99.76 11:15:26 10:20:01 0 0.33 0.00 0.03 0.00 0.05 99.58 11:15:26 10:20:01 1 0.02 0.00 0.03 0.00 0.35 99.60 11:15:26 10:20:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:15:26 10:20:01 3 0.03 0.00 0.02 0.00 0.07 99.88 11:15:26 10:21:01 all 0.08 0.00 0.03 0.00 0.07 99.81 11:15:26 10:21:01 0 0.28 0.00 0.05 0.00 0.15 99.52 11:15:26 10:21:01 1 0.02 0.00 0.02 0.00 0.05 99.92 11:15:26 10:21:01 2 0.02 0.00 0.03 0.00 0.10 99.85 11:15:26 10:21:01 3 0.02 0.00 0.03 0.00 0.00 99.95 11:15:26 10:22:01 all 0.12 0.00 0.02 0.00 0.12 99.74 11:15:26 10:22:01 0 0.42 0.00 0.02 0.00 0.07 99.50 11:15:26 10:22:01 1 0.02 0.00 0.02 0.00 0.32 99.65 11:15:26 10:22:01 2 0.05 0.00 0.03 0.00 0.08 99.83 11:15:26 10:22:01 3 0.00 0.00 0.02 0.00 0.02 99.97 11:15:26 10:23:01 all 0.10 0.00 0.03 0.00 0.49 99.37 11:15:26 10:23:01 0 0.02 0.00 0.03 0.00 0.03 99.92 11:15:26 10:23:01 1 0.12 0.00 0.03 0.00 0.61 99.24 11:15:26 10:23:01 2 0.26 0.00 0.03 0.00 1.19 98.51 11:15:26 10:23:01 3 0.02 0.00 0.02 0.00 0.13 99.83 11:15:26 10:24:01 all 0.12 0.00 0.02 0.00 0.12 99.74 11:15:26 10:24:01 0 0.02 0.00 0.03 0.00 0.03 99.92 11:15:26 10:24:01 1 0.40 0.00 0.02 0.00 0.22 99.37 11:15:26 10:24:01 2 0.03 0.00 0.02 0.00 0.08 99.87 11:15:26 10:24:01 3 0.02 0.00 0.03 0.00 0.15 99.80 11:15:26 10:25:01 all 0.05 0.00 0.03 0.00 0.49 99.43 11:15:26 10:25:01 0 0.00 0.00 0.03 0.00 0.23 99.73 11:15:26 10:25:01 1 0.16 0.00 0.03 0.00 1.29 98.52 11:15:26 10:25:01 2 0.00 0.00 0.02 0.00 0.08 99.90 11:15:26 10:25:01 3 0.02 0.00 0.05 0.00 0.35 99.58 11:15:26 11:15:26 10:25:01 CPU %user %nice %system %iowait %steal %idle 11:15:26 10:26:01 all 0.10 0.00 0.02 0.00 0.19 99.70 11:15:26 10:26:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:15:26 10:26:01 1 0.32 0.00 0.03 0.00 0.13 99.52 11:15:26 10:26:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:15:26 10:26:01 3 0.03 0.00 0.02 0.00 0.58 99.37 11:15:26 10:27:01 all 0.11 0.00 0.02 0.00 0.07 99.79 11:15:26 10:27:01 0 0.03 0.00 0.02 0.00 0.08 99.87 11:15:26 10:27:01 1 0.37 0.00 0.02 0.00 0.03 99.58 11:15:26 10:27:01 2 0.03 0.00 0.03 0.00 0.17 99.77 11:15:26 10:27:01 3 0.00 0.00 0.03 0.00 0.02 99.95 11:15:26 10:28:01 all 0.12 0.00 0.03 0.00 0.10 99.75 11:15:26 10:28:01 0 0.00 0.00 0.05 0.00 0.07 99.88 11:15:26 10:28:01 1 0.38 0.00 0.03 0.00 0.10 99.48 11:15:26 10:28:01 2 0.07 0.00 0.03 0.00 0.18 99.72 11:15:26 10:28:01 3 0.03 0.00 0.02 0.00 0.05 99.90 11:15:26 10:29:01 all 0.12 0.00 0.04 0.00 0.27 99.57 11:15:26 10:29:01 0 0.02 0.00 0.03 0.00 0.07 99.88 11:15:26 10:29:01 1 0.26 0.00 0.07 0.00 0.75 98.92 11:15:26 10:29:01 2 0.20 0.00 0.05 0.00 0.25 99.50 11:15:26 10:29:01 3 0.00 0.00 0.02 0.00 0.02 99.97 11:15:26 10:30:01 all 0.12 0.00 0.03 0.00 0.16 99.68 11:15:26 10:30:01 0 0.02 0.00 0.03 0.00 0.03 99.92 11:15:26 10:30:01 1 0.32 0.00 0.05 0.00 0.05 99.58 11:15:26 10:30:01 2 0.10 0.00 0.02 0.00 0.07 99.82 11:15:26 10:30:01 3 0.05 0.00 0.03 0.00 0.50 99.42 11:15:26 10:31:02 all 0.10 0.00 0.02 0.00 0.06 99.83 11:15:26 10:31:02 0 0.02 0.00 0.02 0.00 0.02 99.95 11:15:26 10:31:02 1 0.02 0.00 0.02 0.00 0.05 99.92 11:15:26 10:31:02 2 0.30 0.00 0.03 0.00 0.03 99.63 11:15:26 10:31:02 3 0.05 0.00 0.02 0.00 0.13 99.80 11:15:26 10:32:01 all 0.11 0.00 0.02 0.00 0.19 99.67 11:15:26 10:32:01 0 0.00 0.00 0.02 0.00 0.05 99.93 11:15:26 10:32:01 1 0.00 0.00 0.02 0.00 0.12 99.86 11:15:26 10:32:01 2 0.37 0.00 0.02 0.00 0.12 99.49 11:15:26 10:32:01 3 0.07 0.00 0.03 0.02 0.47 99.41 11:15:26 10:33:01 all 0.09 0.00 0.03 0.00 0.73 99.15 11:15:26 10:33:01 0 0.02 0.00 0.00 0.00 0.15 99.83 11:15:26 10:33:01 1 0.02 0.00 0.05 0.00 1.03 98.91 11:15:26 10:33:01 2 0.32 0.00 0.03 0.02 0.56 99.07 11:15:26 10:33:01 3 0.02 0.00 0.03 0.00 1.17 98.78 11:15:26 10:34:01 all 0.10 0.00 0.03 0.00 0.18 99.68 11:15:26 10:34:01 0 0.02 0.00 0.03 0.00 0.00 99.95 11:15:26 10:34:01 1 0.00 0.00 0.03 0.00 0.03 99.93 11:15:26 10:34:01 2 0.37 0.00 0.07 0.00 0.68 98.89 11:15:26 10:34:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:15:26 10:35:01 all 0.09 0.00 0.03 0.00 0.05 99.83 11:15:26 10:35:01 0 0.02 0.00 0.02 0.00 0.03 99.93 11:15:26 10:35:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:15:26 10:35:01 2 0.27 0.00 0.03 0.00 0.05 99.65 11:15:26 10:35:01 3 0.05 0.00 0.07 0.00 0.12 99.77 11:15:26 10:36:01 all 0.06 0.00 0.05 0.00 0.60 99.29 11:15:26 10:36:01 0 0.02 0.00 0.03 0.00 0.20 99.75 11:15:26 10:36:01 1 0.02 0.00 0.02 0.00 0.48 99.49 11:15:26 10:36:01 2 0.02 0.02 0.03 0.00 0.20 99.73 11:15:26 10:36:01 3 0.20 0.00 0.10 0.00 1.50 98.20 11:15:26 11:15:26 10:36:01 CPU %user %nice %system %iowait %steal %idle 11:15:26 10:37:01 all 0.07 0.00 0.02 0.00 0.27 99.63 11:15:26 10:37:01 0 0.00 0.00 0.02 0.00 0.12 99.87 11:15:26 10:37:01 1 0.00 0.00 0.02 0.00 0.10 99.88 11:15:26 10:37:01 2 0.02 0.00 0.03 0.00 0.45 99.50 11:15:26 10:37:01 3 0.28 0.00 0.02 0.00 0.43 99.27 11:15:26 10:38:01 all 0.05 0.00 0.02 0.02 0.51 99.39 11:15:26 10:38:01 0 0.02 0.00 0.02 0.00 0.20 99.77 11:15:26 10:38:01 1 0.02 0.00 0.00 0.08 0.40 99.50 11:15:26 10:38:01 2 0.02 0.00 0.03 0.00 0.65 99.30 11:15:26 10:38:01 3 0.17 0.00 0.03 0.00 0.80 99.00 11:15:26 10:39:01 all 0.10 0.00 0.02 0.00 0.25 99.63 11:15:26 10:39:01 0 0.02 0.00 0.02 0.00 0.25 99.72 11:15:26 10:39:01 1 0.00 0.00 0.02 0.00 0.02 99.97 11:15:26 10:39:01 2 0.02 0.00 0.02 0.00 0.15 99.82 11:15:26 10:39:01 3 0.35 0.00 0.03 0.00 0.60 99.02 11:15:26 10:40:01 all 0.06 0.00 0.02 0.00 0.31 99.61 11:15:26 10:40:01 0 0.00 0.00 0.03 0.00 0.37 99.60 11:15:26 10:40:01 1 0.02 0.00 0.02 0.00 0.05 99.92 11:15:26 10:40:01 2 0.02 0.00 0.02 0.00 0.37 99.60 11:15:26 10:40:01 3 0.22 0.00 0.03 0.00 0.45 99.30 11:15:26 10:41:01 all 0.08 0.00 0.03 0.00 0.05 99.84 11:15:26 10:41:01 0 0.02 0.00 0.05 0.00 0.08 99.85 11:15:26 10:41:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:15:26 10:41:01 2 0.00 0.00 0.02 0.00 0.08 99.90 11:15:26 10:41:01 3 0.27 0.00 0.05 0.00 0.05 99.63 11:15:26 10:42:01 all 0.06 0.00 0.04 0.00 0.11 99.78 11:15:26 10:42:01 0 0.03 0.00 0.05 0.00 0.10 99.82 11:15:26 10:42:01 1 0.00 0.00 0.02 0.00 0.03 99.95 11:15:26 10:42:01 2 0.02 0.00 0.02 0.00 0.15 99.82 11:15:26 10:42:01 3 0.20 0.00 0.08 0.00 0.17 99.55 11:15:26 10:43:01 all 0.09 0.00 0.03 0.00 0.15 99.73 11:15:26 10:43:01 0 0.02 0.00 0.03 0.00 0.03 99.92 11:15:26 10:43:01 1 0.27 0.00 0.02 0.00 0.08 99.63 11:15:26 10:43:01 2 0.05 0.00 0.05 0.00 0.42 99.48 11:15:26 10:43:01 3 0.02 0.00 0.02 0.00 0.07 99.90 11:15:26 10:44:01 all 0.06 0.00 0.04 0.00 0.13 99.77 11:15:26 10:44:01 0 0.00 0.00 0.02 0.00 0.03 99.95 11:15:26 10:44:01 1 0.22 0.00 0.07 0.00 0.18 99.53 11:15:26 10:44:01 2 0.03 0.00 0.05 0.00 0.28 99.63 11:15:26 10:44:01 3 0.00 0.00 0.02 0.00 0.02 99.97 11:15:26 10:45:01 all 0.07 0.00 0.02 0.00 0.33 99.57 11:15:26 10:45:01 0 0.00 0.00 0.02 0.00 0.23 99.75 11:15:26 10:45:01 1 0.23 0.00 0.02 0.00 0.05 99.70 11:15:26 10:45:01 2 0.05 0.00 0.07 0.00 0.86 99.02 11:15:26 10:45:01 3 0.02 0.00 0.00 0.00 0.18 99.80 11:15:26 10:46:01 all 0.09 0.00 0.03 0.00 0.12 99.75 11:15:26 10:46:01 0 0.02 0.00 0.03 0.00 0.02 99.93 11:15:26 10:46:01 1 0.32 0.00 0.05 0.00 0.10 99.53 11:15:26 10:46:01 2 0.03 0.00 0.05 0.00 0.35 99.57 11:15:26 10:46:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:15:26 10:47:01 all 0.08 0.00 0.03 0.00 0.12 99.76 11:15:26 10:47:01 0 0.00 0.00 0.02 0.00 0.07 99.92 11:15:26 10:47:01 1 0.23 0.00 0.07 0.00 0.32 99.38 11:15:26 10:47:01 2 0.08 0.00 0.02 0.00 0.07 99.83 11:15:26 10:47:01 3 0.02 0.00 0.02 0.00 0.05 99.92 11:15:26 11:15:26 10:47:01 CPU %user %nice %system %iowait %steal %idle 11:15:26 10:48:01 all 0.83 0.00 0.05 0.00 0.23 98.90 11:15:26 10:48:01 0 0.07 0.00 0.03 0.00 0.08 99.82 11:15:26 10:48:01 1 1.12 0.00 0.07 0.00 0.25 98.56 11:15:26 10:48:01 2 0.57 0.00 0.05 0.00 0.13 99.25 11:15:26 10:48:01 3 1.55 0.00 0.03 0.00 0.45 97.97 11:15:26 10:49:01 all 0.08 0.00 0.02 0.00 0.25 99.64 11:15:26 10:49:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:15:26 10:49:01 1 0.25 0.00 0.03 0.00 0.91 98.81 11:15:26 10:49:01 2 0.05 0.00 0.03 0.00 0.08 99.83 11:15:26 10:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:15:26 10:50:01 all 0.08 0.00 0.02 0.00 0.07 99.83 11:15:26 10:50:01 0 0.00 0.00 0.03 0.00 0.03 99.93 11:15:26 10:50:01 1 0.32 0.00 0.02 0.00 0.08 99.58 11:15:26 10:50:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:15:26 10:50:01 3 0.02 0.00 0.02 0.00 0.13 99.83 11:15:26 10:51:01 all 0.09 0.00 0.03 0.00 0.18 99.70 11:15:26 10:51:01 0 0.02 0.00 0.00 0.00 0.03 99.95 11:15:26 10:51:01 1 0.27 0.00 0.07 0.00 0.50 99.17 11:15:26 10:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:15:26 10:51:01 3 0.07 0.00 0.03 0.00 0.20 99.70 11:15:26 10:52:01 all 0.07 0.00 0.04 0.00 0.10 99.79 11:15:26 10:52:01 0 0.02 0.00 0.03 0.00 0.02 99.93 11:15:26 10:52:01 1 0.20 0.00 0.07 0.00 0.05 99.68 11:15:26 10:52:01 2 0.00 0.00 0.00 0.00 0.03 99.97 11:15:26 10:52:01 3 0.07 0.00 0.05 0.00 0.32 99.57 11:15:26 10:53:02 all 0.10 0.00 0.02 0.00 0.17 99.71 11:15:26 10:53:02 0 0.03 0.00 0.03 0.00 0.07 99.87 11:15:26 10:53:02 1 0.32 0.00 0.02 0.00 0.38 99.29 11:15:26 10:53:02 2 0.02 0.00 0.03 0.00 0.03 99.92 11:15:26 10:53:02 3 0.03 0.00 0.02 0.00 0.18 99.77 11:15:26 10:54:01 all 0.06 0.00 0.02 0.00 0.15 99.77 11:15:26 10:54:01 0 0.02 0.00 0.02 0.00 0.03 99.93 11:15:26 10:54:01 1 0.17 0.00 0.02 0.00 0.49 99.32 11:15:26 10:54:01 2 0.03 0.00 0.02 0.00 0.07 99.88 11:15:26 10:54:01 3 0.02 0.00 0.03 0.00 0.02 99.93 11:15:26 10:55:01 all 0.09 0.00 0.03 0.00 0.13 99.75 11:15:26 10:55:01 0 0.00 0.00 0.02 0.00 0.10 99.88 11:15:26 10:55:01 1 0.32 0.00 0.03 0.00 0.28 99.37 11:15:26 10:55:01 2 0.03 0.00 0.05 0.00 0.08 99.83 11:15:26 10:55:01 3 0.02 0.00 0.02 0.00 0.07 99.90 11:15:26 10:56:01 all 0.06 0.00 0.04 0.00 0.15 99.75 11:15:26 10:56:01 0 0.00 0.00 0.03 0.00 0.03 99.93 11:15:26 10:56:01 1 0.07 0.00 0.07 0.00 0.15 99.72 11:15:26 10:56:01 2 0.15 0.00 0.05 0.00 0.32 99.48 11:15:26 10:56:01 3 0.02 0.00 0.02 0.00 0.12 99.85 11:15:26 10:57:01 all 0.07 0.00 0.04 0.00 0.54 99.35 11:15:26 10:57:01 0 0.02 0.00 0.02 0.00 0.22 99.75 11:15:26 10:57:01 1 0.05 0.00 0.05 0.00 0.83 99.07 11:15:26 10:57:01 2 0.20 0.00 0.05 0.00 0.71 99.04 11:15:26 10:57:01 3 0.00 0.00 0.03 0.00 0.41 99.55 11:15:26 10:58:01 all 0.40 0.00 0.03 0.00 0.28 99.28 11:15:26 10:58:01 0 1.28 0.00 0.05 0.00 0.13 98.53 11:15:26 10:58:01 1 0.03 0.00 0.03 0.00 0.60 99.34 11:15:26 10:58:01 2 0.27 0.00 0.03 0.00 0.37 99.33 11:15:26 10:58:01 3 0.03 0.00 0.02 0.00 0.03 99.92 11:15:26 11:15:26 10:58:01 CPU %user %nice %system %iowait %steal %idle 11:15:26 10:59:01 all 0.10 0.00 0.02 0.00 0.04 99.84 11:15:26 10:59:01 0 0.02 0.00 0.03 0.00 0.02 99.93 11:15:26 10:59:01 1 0.02 0.00 0.02 0.00 0.05 99.92 11:15:26 10:59:01 2 0.37 0.00 0.02 0.00 0.08 99.53 11:15:26 10:59:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:15:26 11:00:01 all 0.08 0.00 0.02 0.00 0.45 99.45 11:15:26 11:00:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:15:26 11:00:01 1 0.02 0.00 0.02 0.00 1.04 98.93 11:15:26 11:00:01 2 0.27 0.00 0.02 0.00 0.63 99.09 11:15:26 11:00:01 3 0.03 0.00 0.03 0.00 0.10 99.83 11:15:26 11:01:01 all 0.09 0.00 0.02 0.00 0.39 99.49 11:15:26 11:01:01 0 0.03 0.00 0.02 0.00 0.78 99.17 11:15:26 11:01:01 1 0.02 0.00 0.02 0.00 0.12 99.85 11:15:26 11:01:01 2 0.30 0.00 0.03 0.00 0.56 99.10 11:15:26 11:01:01 3 0.02 0.00 0.03 0.00 0.12 99.83 11:15:26 11:02:01 all 0.10 0.00 0.05 0.00 0.38 99.47 11:15:26 11:02:01 0 0.02 0.00 0.07 0.00 0.07 99.85 11:15:26 11:02:01 1 0.03 0.00 0.05 0.00 0.38 99.54 11:15:26 11:02:01 2 0.31 0.00 0.07 0.00 1.04 98.58 11:15:26 11:02:01 3 0.02 0.00 0.03 0.00 0.03 99.92 11:15:26 11:03:01 all 0.09 0.00 0.03 0.00 0.78 99.11 11:15:26 11:03:01 0 0.02 0.00 0.02 0.00 0.48 99.49 11:15:26 11:03:01 1 0.02 0.00 0.02 0.00 0.30 99.67 11:15:26 11:03:01 2 0.07 0.00 0.05 0.00 1.82 98.06 11:15:26 11:03:01 3 0.25 0.00 0.03 0.00 0.50 99.22 11:15:26 11:04:01 all 0.08 0.00 0.03 0.00 0.63 99.25 11:15:26 11:04:01 0 0.00 0.00 0.02 0.00 0.30 99.68 11:15:26 11:04:01 1 0.03 0.00 0.02 0.00 0.03 99.92 11:15:26 11:04:01 2 0.05 0.00 0.07 0.00 1.63 98.26 11:15:26 11:04:01 3 0.25 0.00 0.02 0.00 0.56 99.17 11:15:26 11:05:01 all 0.09 0.00 0.04 0.00 0.50 99.37 11:15:26 11:05:01 0 0.02 0.00 0.03 0.00 0.23 99.72 11:15:26 11:05:01 1 0.25 0.00 0.03 0.00 0.89 98.83 11:15:26 11:05:01 2 0.08 0.00 0.08 0.00 0.75 99.09 11:15:26 11:05:01 3 0.02 0.00 0.02 0.00 0.13 99.83 11:15:26 11:06:01 all 0.09 0.00 0.04 0.00 0.27 99.60 11:15:26 11:06:01 0 0.02 0.00 0.02 0.00 0.13 99.83 11:15:26 11:06:01 1 0.28 0.00 0.03 0.00 0.38 99.30 11:15:26 11:06:01 2 0.03 0.00 0.07 0.00 0.38 99.52 11:15:26 11:06:01 3 0.03 0.00 0.03 0.00 0.20 99.73 11:15:26 11:07:02 all 6.18 0.00 3.13 1.79 7.92 80.98 11:15:26 11:07:02 0 4.97 0.00 3.24 1.33 8.38 82.08 11:15:26 11:07:02 1 6.81 0.00 2.95 1.80 7.81 80.63 11:15:26 11:07:02 2 6.01 0.00 3.03 2.11 8.05 80.81 11:15:26 11:07:02 3 6.95 0.00 3.31 1.93 7.42 80.38 11:15:26 11:08:01 all 0.14 0.00 0.06 0.00 0.18 99.62 11:15:26 11:08:01 0 0.05 0.00 0.07 0.00 0.14 99.75 11:15:26 11:08:01 1 0.37 0.00 0.07 0.00 0.14 99.42 11:15:26 11:08:01 2 0.08 0.00 0.07 0.00 0.19 99.66 11:15:26 11:08:01 3 0.03 0.00 0.05 0.00 0.27 99.64 11:15:26 11:09:01 all 0.13 0.00 0.28 0.00 1.17 98.42 11:15:26 11:09:01 0 0.05 0.00 0.40 0.00 1.01 98.54 11:15:26 11:09:01 1 0.40 0.00 0.35 0.00 1.08 98.18 11:15:26 11:09:01 2 0.07 0.00 0.05 0.00 1.53 98.35 11:15:26 11:09:01 3 0.02 0.00 0.31 0.00 1.07 98.59 11:15:26 11:15:26 11:09:01 CPU %user %nice %system %iowait %steal %idle 11:15:26 11:10:01 all 0.11 0.00 0.02 0.00 0.30 99.56 11:15:26 11:10:01 0 0.02 0.00 0.03 0.00 0.15 99.80 11:15:26 11:10:01 1 0.40 0.00 0.03 0.00 0.22 99.35 11:15:26 11:10:01 2 0.00 0.00 0.02 0.00 0.81 99.17 11:15:26 11:10:01 3 0.02 0.00 0.02 0.00 0.03 99.93 11:15:26 11:11:01 all 0.12 0.00 0.05 0.00 0.24 99.59 11:15:26 11:11:01 0 0.02 0.00 0.02 0.00 0.12 99.85 11:15:26 11:11:01 1 0.35 0.00 0.10 0.00 0.33 99.22 11:15:26 11:11:01 2 0.12 0.00 0.03 0.00 0.43 99.42 11:15:26 11:11:01 3 0.02 0.00 0.03 0.00 0.08 99.87 11:15:26 11:12:01 all 0.11 0.00 0.04 0.00 0.20 99.65 11:15:26 11:12:01 0 0.02 0.00 0.05 0.00 0.12 99.82 11:15:26 11:12:01 1 0.05 0.00 0.05 0.00 0.56 99.34 11:15:26 11:12:01 2 0.35 0.00 0.03 0.00 0.10 99.52 11:15:26 11:12:01 3 0.02 0.00 0.02 0.00 0.03 99.93 11:15:26 11:13:01 all 0.11 0.00 0.03 0.00 1.06 98.80 11:15:26 11:13:01 0 0.05 0.00 0.03 0.00 0.76 99.16 11:15:26 11:13:01 1 0.30 0.00 0.07 0.00 1.81 97.83 11:15:26 11:13:01 2 0.03 0.00 0.02 0.00 1.12 98.83 11:15:26 11:13:01 3 0.07 0.00 0.02 0.00 0.53 99.39 11:15:26 11:14:01 all 0.10 0.00 0.08 0.00 0.71 99.12 11:15:26 11:14:01 0 0.02 0.00 0.02 0.00 0.79 99.17 11:15:26 11:14:01 1 0.02 0.00 0.22 0.00 0.28 99.48 11:15:26 11:14:01 2 0.13 0.00 0.07 0.00 1.58 98.22 11:15:26 11:14:01 3 0.22 0.00 0.02 0.00 0.17 99.60 11:15:26 11:15:01 all 3.56 0.00 2.82 2.08 11.21 80.32 11:15:26 11:15:01 0 4.69 0.00 3.17 4.05 11.72 76.36 11:15:26 11:15:01 1 2.94 0.00 2.68 2.17 11.10 81.11 11:15:26 11:15:01 2 3.78 0.00 2.76 0.07 11.37 82.03 11:15:26 11:15:01 3 2.86 0.00 2.68 2.05 10.65 81.77 11:15:26 Average: all 0.32 0.03 0.34 0.22 1.49 97.60 11:15:26 Average: 0 0.26 0.03 0.32 0.25 1.32 97.81 11:15:26 Average: 1 0.37 0.03 0.36 0.19 1.57 97.48 11:15:26 Average: 2 0.35 0.03 0.34 0.22 1.71 97.36 11:15:26 Average: 3 0.31 0.03 0.35 0.20 1.35 97.77 11:15:26 11:15:26 11:15:26