Pull request #106 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c4bbce33bb66da3e537be385573c1eb77100b1d8+695cbf35e7563b7af803532131954c37e2b367cb (40636f312655fb8826079e0c24e2241d671df11a) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7914279410430742729.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh9465438053767077789.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/PR-106/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/PR-106/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17143212674021701276.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/PR-106/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7769281294551437405.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13504462758867107405.key Verifying host key using known hosts file > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/PR-106/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/PR-106/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1514326179389243235.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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-usb-camera] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-usb-camera-settings PROJECT: device-usb-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera 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 SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-35955 in /w/workspace/foundry_device-usb-camera_PR-106 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-usb-camera.git > git init /w/workspace/foundry_device-usb-camera_PR-106 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 695cbf35e7563b7af803532131954c37e2b367cb into PR head commit c4bbce33bb66da3e537be385573c1eb77100b1d8 Merge succeeded, producing c4bbce33bb66da3e537be385573c1eb77100b1d8 Checking out Revision c4bbce33bb66da3e537be385573c1eb77100b1d8 (PR-106) > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.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-usb-camera.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/106/head:refs/remotes/origin/PR-106 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c4bbce33bb66da3e537be385573c1eb77100b1d8 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 695cbf35e7563b7af803532131954c37e2b367cb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:59:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:59:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f c4bbce33bb66da3e537be385573c1eb77100b1d8 # timeout=10 [Pipeline] echo 20:59:57 ========================================================= 20:59:57 EdgeX Global Pipelines Version Info 20:59:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:59:58 ------------------- 20:59:58 stable info: 20:59:58 ------------------- 20:59:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:59:58 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 20:59:58 Message: update stable to v1.0.243 20:59:58 ------------------- 20:59:58 experimental info: 20:59:58 ------------------- 20:59:58 Commited By: **** collab-it+edgex@linuxfoundation.org 20:59:58 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 20:59:58 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:59:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo 20:59:59 [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo 20:59:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:59:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:59:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:59:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 20:59:59 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo 20:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:59:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:59:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:59:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:00:00 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:00:00 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:00:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:00:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:00:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:00:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:00:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:00:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:00:00 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 21:00:00 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:00:00 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 21:00:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-106 [Pipeline] echo 21:00:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-106 [Pipeline] echo 21:00:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-106 [Pipeline] echo 21:00:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c4bbce33bb66da3e537be385573c1eb77100b1d8 [Pipeline] echo 21:00:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c4bbce3 [Pipeline] echo 21:00:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:00:00 provisioning config files... 21:00:00 copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-106@tmp/config1272922240401287114tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:00:01 ---> docker-login.sh 21:00:01 nexus3.edgexfoundry.org:10001 21:00:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:01 Configure a credential helper to remove this warning. See 21:00:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:01 21:00:01 Login Succeeded 21:00:01 nexus3.edgexfoundry.org:10002 21:00:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:01 Configure a credential helper to remove this warning. See 21:00:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:01 21:00:01 Login Succeeded 21:00:01 nexus3.edgexfoundry.org:10003 21:00:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:01 Configure a credential helper to remove this warning. See 21:00:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:01 21:00:01 Login Succeeded 21:00:01 nexus3.edgexfoundry.org:10004 21:00:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:01 Configure a credential helper to remove this warning. See 21:00:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:01 21:00:01 Login Succeeded 21:00:02 docker.io 21:00:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:08 Configure a credential helper to remove this warning. See 21:00:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:08 21:00:08 Login Succeeded 21:00:08 ---> docker-login.sh ends [Pipeline] } 21:00:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 21:00:09 + git rev-list -1 --merges c4bbce33bb66da3e537be385573c1eb77100b1d8~1..c4bbce33bb66da3e537be385573c1eb77100b1d8 [Pipeline] echo 21:00:09 -----------> git rev-list -1 --merges c4bbce33bb66da3e537be385573c1eb77100b1d8~1..c4bbce33bb66da3e537be385573c1eb77100b1d8 c4bbce33bb66da3e537be385573c1eb77100b1d8 [false] [Pipeline] sh 21:00:09 + git log --format=format:%s -1 c4bbce33bb66da3e537be385573c1eb77100b1d8 [Pipeline] echo 21:00:09 ========================================================= 21:00:09 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 21:00:09 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:00:10 + git log --format=format:%s -1 c4bbce33bb66da3e537be385573c1eb77100b1d8 [Pipeline] echo 21:00:10 [semverPrep] GIT_COMMIT: c4bbce33bb66da3e537be385573c1eb77100b1d8, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo 21:00:10 [semverPrep] This is not a build commit. [Pipeline] sh 21:00:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:00:10 + grep -v github /etc/ssh/ssh_known_hosts 21:00:10 + [ -e /tmp/ssh_known_hosts ] 21:00:10 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 21:00:10 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 21:00:10 + sudo tee -a /etc/ssh/ssh_known_hosts 21:00:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:00:11 21:00:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:00:11 0.1.4: Pulling from edgex-devops/py-git-semver 21:00:11 b85a868b505f: Pulling fs layer 21:00:11 e2be974225ed: Pulling fs layer 21:00:11 339a4e72a1f5: Pulling fs layer 21:00:11 988bab9f4d93: Pulling fs layer 21:00:11 1469e6f7b9e6: Pulling fs layer 21:00:11 eaf3925da568: Pulling fs layer 21:00:11 bab4dde63d76: Pulling fs layer 21:00:11 988bab9f4d93: Waiting 21:00:11 1469e6f7b9e6: Waiting 21:00:11 eaf3925da568: Waiting 21:00:11 bde34c3a00c8: Pulling fs layer 21:00:11 bab4dde63d76: Waiting 21:00:11 b352a97aabf1: Pulling fs layer 21:00:11 bde34c3a00c8: Waiting 21:00:11 4872d77fe225: Pulling fs layer 21:00:11 5851b861e8e6: Pulling fs layer 21:00:11 4872d77fe225: Waiting 21:00:11 b352a97aabf1: Waiting 21:00:11 5851b861e8e6: Waiting 21:00:11 e2be974225ed: Verifying Checksum 21:00:11 e2be974225ed: Download complete 21:00:11 988bab9f4d93: Verifying Checksum 21:00:11 988bab9f4d93: Download complete 21:00:11 1469e6f7b9e6: Verifying Checksum 21:00:11 1469e6f7b9e6: Download complete 21:00:11 339a4e72a1f5: Verifying Checksum 21:00:11 339a4e72a1f5: Download complete 21:00:11 eaf3925da568: Verifying Checksum 21:00:11 eaf3925da568: Download complete 21:00:11 bde34c3a00c8: Download complete 21:00:11 b352a97aabf1: Verifying Checksum 21:00:11 b352a97aabf1: Download complete 21:00:11 4872d77fe225: Download complete 21:00:11 5851b861e8e6: Verifying Checksum 21:00:11 b85a868b505f: Download complete 21:00:11 bab4dde63d76: Verifying Checksum 21:00:11 bab4dde63d76: Download complete 21:00:12 b85a868b505f: Pull complete 21:00:13 e2be974225ed: Pull complete 21:00:13 339a4e72a1f5: Pull complete 21:00:13 988bab9f4d93: Pull complete 21:00:13 1469e6f7b9e6: Pull complete 21:00:13 eaf3925da568: Pull complete 21:00:15 bab4dde63d76: Pull complete 21:00:15 bde34c3a00c8: Pull complete 21:00:15 b352a97aabf1: Pull complete 21:00:15 4872d77fe225: Pull complete 21:00:16 5851b861e8e6: Pull complete 21:00:16 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 21:00:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:00:16 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:00:16 prd-ubuntu20.04-docker-8c-8g-35955 does not seem to be running inside a container 21:00:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-usb-camera_PR-106 -v /w/workspace/foundry_device-usb-camera_PR-106:/w/workspace/foundry_device-usb-camera_PR-106:rw,z -v /w/workspace/foundry_device-usb-camera_PR-106@tmp:/w/workspace/foundry_device-usb-camera_PR-106@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:00:17 $ docker top 573bcba059e5e1c27b238c241c50a7635c7f541d864bfa90bb9e66ad78b44ecc -eo pid,comm 21:00:17 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 21:00:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:00:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:00:17 [ssh-agent] Looking for ssh-agent implementation... 21:00:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:00:17 $ docker exec 573bcba059e5e1c27b238c241c50a7635c7f541d864bfa90bb9e66ad78b44ecc ssh-agent 21:00:18 SSH_AUTH_SOCK=/tmp/ssh-ykvBA7FIfvfW/agent.32 21:00:18 SSH_AGENT_PID=38 21:00:18 Running ssh-add (command line suppressed) 21:00:18 Identity added: /w/workspace/foundry_device-usb-camera_PR-106@tmp/private_key_14173292810726367129.key (/w/workspace/foundry_device-usb-camera_PR-106@tmp/private_key_14173292810726367129.key) 21:00:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:00:18 + git tag --points-at HEAD [Pipeline] } 21:00:18 $ docker exec --env ******** --env ******** 573bcba059e5e1c27b238c241c50a7635c7f541d864bfa90bb9e66ad78b44ecc ssh-agent -k 21:00:18 unset SSH_AUTH_SOCK; 21:00:18 unset SSH_AGENT_PID; 21:00:18 echo Agent pid 38 killed; 21:00:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:00:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:00:18 [ssh-agent] Looking for ssh-agent implementation... 21:00:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:00:18 $ docker exec 573bcba059e5e1c27b238c241c50a7635c7f541d864bfa90bb9e66ad78b44ecc ssh-agent 21:00:18 SSH_AUTH_SOCK=/tmp/ssh-1IvKoXZf6jlU/agent.71 21:00:18 SSH_AGENT_PID=77 21:00:18 Running ssh-add (command line suppressed) 21:00:19 Identity added: /w/workspace/foundry_device-usb-camera_PR-106@tmp/private_key_7904313706116328016.key (/w/workspace/foundry_device-usb-camera_PR-106@tmp/private_key_7904313706116328016.key) 21:00:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:00:19 + git semver init 21:00:19 2022-10-24 21:00:19,621 [run_init] DEBUG init version:0.0.0 force:False 21:00:19 2022-10-24 21:00:19,622 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-usb-camera_PR-106/.semver 21:00:19 2022-10-24 21:00:19,622 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/foundry_device-usb-camera_PR-106/.semver 21:00:19 2022-10-24 21:00:19,622 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/foundry_device-usb-camera_PR-106/.semver'], cwd=/w/workspace/foundry_device-usb-camera_PR-106, universal_newlines=False, shell=None, istream=None) 21:00:20 2022-10-24 21:00:20,393 [append_file] DEBUG append to file:/w/workspace/foundry_device-usb-camera_PR-106/.git/info/exclude 21:00:20 2022-10-24 21:00:20,393 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-usb-camera_PR-106/.semver/PR-106 with force:False 21:00:20 2022-10-24 21:00:20,394 [write_file] DEBUG write to file:/w/workspace/foundry_device-usb-camera_PR-106/.semver/PR-106 21:00:20 2022-10-24 21:00:20,398 [execute] INFO git cat-file --batch-check 21:00:20 2022-10-24 21:00:20,398 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-usb-camera_PR-106/.semver, universal_newlines=False, shell=None, istream=) 21:00:20 2022-10-24 21:00:20,405 [execute] INFO git cat-file --batch 21:00:20 2022-10-24 21:00:20,406 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-usb-camera_PR-106/.semver, universal_newlines=False, shell=None, istream=) 21:00:20 2022-10-24 21:00:20,411 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_PR-106/.semver/PR-106 21:00:20 0.0.0 [Pipeline] } 21:00:20 $ docker exec --env ******** --env ******** 573bcba059e5e1c27b238c241c50a7635c7f541d864bfa90bb9e66ad78b44ecc ssh-agent -k 21:00:20 unset SSH_AUTH_SOCK; 21:00:20 unset SSH_AGENT_PID; 21:00:20 echo Agent pid 77 killed; 21:00:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:00:21 + git semver [Pipeline] } 21:00:21 $ docker stop --time=1 573bcba059e5e1c27b238c241c50a7635c7f541d864bfa90bb9e66ad78b44ecc 21:00:22 $ docker rm -f 573bcba059e5e1c27b238c241c50a7635c7f541d864bfa90bb9e66ad78b44ecc [Pipeline] // withDockerContainer [Pipeline] sh 21:00:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:00:23 Stashed 1 file(s) [Pipeline] echo 21:00:23 [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] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:00:24 provisioning config files... 21:00:24 copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-106@tmp/config17375503070793340211tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:00:24 ---> docker-login.sh 21:00:24 nexus3.edgexfoundry.org:10001 21:00:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:24 Configure a credential helper to remove this warning. See 21:00:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:24 21:00:24 Login Succeeded 21:00:24 nexus3.edgexfoundry.org:10002 21:00:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:24 Configure a credential helper to remove this warning. See 21:00:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:24 21:00:24 Login Succeeded 21:00:24 nexus3.edgexfoundry.org:10003 21:00:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:24 Configure a credential helper to remove this warning. See 21:00:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:24 21:00:24 Login Succeeded 21:00:24 nexus3.edgexfoundry.org:10004 21:00:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:24 Configure a credential helper to remove this warning. See 21:00:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:24 21:00:24 Login Succeeded 21:00:24 docker.io 21:00:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:25 Configure a credential helper to remove this warning. See 21:00:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:25 21:00:25 Login Succeeded 21:00:25 ---> docker-login.sh ends [Pipeline] } 21:00:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:00:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:00:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:00:25 ========================================================= 21:00:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 21:00:25 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:26 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 21:00:26 Sending build context to Docker daemon 1.548MB 21:00:26 Step 1/14 : ARG BASE=golang:1.18-alpine3.16 21:00:26 Step 2/14 : FROM ${BASE} AS builder 21:00:26 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 21:00:26 213ec9aee27d: Pulling fs layer 21:00:26 4583459ba037: Pulling fs layer 21:00:26 93c1e223e6f2: Pulling fs layer 21:00:26 53926ce57604: Pulling fs layer 21:00:26 21b2b0c7a3f4: Pulling fs layer 21:00:26 30f14e443154: Pulling fs layer 21:00:26 801331c1e519: Pulling fs layer 21:00:26 99cc6dd402b0: Pulling fs layer 21:00:26 7d9ed39f4882: Pulling fs layer 21:00:26 30f14e443154: Waiting 21:00:26 801331c1e519: Waiting 21:00:26 99cc6dd402b0: Waiting 21:00:26 53926ce57604: Waiting 21:00:26 21b2b0c7a3f4: Waiting 21:00:26 7d9ed39f4882: Waiting 21:00:26 93c1e223e6f2: Verifying Checksum 21:00:26 93c1e223e6f2: Download complete 21:00:26 4583459ba037: Verifying Checksum 21:00:26 4583459ba037: Download complete 21:00:26 21b2b0c7a3f4: Verifying Checksum 21:00:26 21b2b0c7a3f4: Download complete 21:00:26 30f14e443154: Download complete 21:00:26 213ec9aee27d: Verifying Checksum 21:00:26 213ec9aee27d: Download complete 21:00:26 801331c1e519: Verifying Checksum 21:00:26 801331c1e519: Download complete 21:00:26 213ec9aee27d: Pull complete 21:00:26 4583459ba037: Pull complete 21:00:26 93c1e223e6f2: Pull complete 21:00:26 7d9ed39f4882: Verifying Checksum 21:00:26 7d9ed39f4882: Download complete 21:00:27 53926ce57604: Verifying Checksum 21:00:27 53926ce57604: Download complete 21:00:27 99cc6dd402b0: Verifying Checksum 21:00:27 99cc6dd402b0: Download complete 21:00:31 53926ce57604: Pull complete 21:00:31 21b2b0c7a3f4: Pull complete 21:00:31 30f14e443154: Pull complete 21:00:31 801331c1e519: Pull complete 21:00:33 99cc6dd402b0: Pull complete 21:00:34 7d9ed39f4882: Pull complete 21:00:34 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 21:00:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 21:00:34 ---> 1dedd983c030 21:00:34 Step 3/14 : ARG ADD_BUILD_TAGS="" 21:00:36 ---> Running in eb13e3e53585 21:00:36 Removing intermediate container eb13e3e53585 21:00:36 ---> 873f5f897007 21:00:36 Step 4/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:00:36 ---> Running in 2b2984998a3c 21:00:36 Removing intermediate container 2b2984998a3c 21:00:36 ---> 89ff024ce06d 21:00:36 Step 5/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" 21:00:36 ---> Running in b9f80bb614a6 21:00:36 Removing intermediate container b9f80bb614a6 21:00:36 ---> 072ab9eed91e 21:00:36 Step 6/14 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 21:00:36 ---> Running in 2e9f47843f7a 21:00:36 Removing intermediate container 2e9f47843f7a 21:00:36 ---> 76ab5d0e04e4 21:00:36 Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 21:00:36 ---> Running in c022297d8f7c 21:00:37 Removing intermediate container c022297d8f7c 21:00:37 ---> 87297b87c359 21:00:37 Step 8/14 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:00:37 ---> Running in 02cbfe63196f 21:00:37 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:00:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:00:38 (1/80) Installing mesa (21.3.8-r2) 21:00:38 (2/80) Installing libxau (1.0.9-r0) 21:00:38 (3/80) Installing libxdmcp (1.1.3-r0) 21:00:38 (4/80) Installing libxcb (1.15-r0) 21:00:38 Still waiting to schedule task 21:00:38 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 21:00:39 (5/80) Installing libx11 (1.8-r0) 21:00:39 (6/80) Installing libxext (1.3.4-r0) 21:00:39 (7/80) Installing libxfixes (6.0.0-r0) 21:00:39 (8/80) Installing libxxf86vm (1.1.4-r2) 21:00:39 (9/80) Installing libpciaccess (0.16-r0) 21:00:39 (10/80) Installing libdrm (2.4.110-r0) 21:00:39 (11/80) Installing mesa-glapi (21.3.8-r2) 21:00:39 (12/80) Installing libxshmfence (1.3-r1) 21:00:39 (13/80) Installing mesa-gl (21.3.8-r2) 21:00:39 (14/80) Installing icu-data-full (71.1-r2) 21:00:40 (15/80) Installing libice (1.0.10-r0) 21:00:40 (16/80) Installing libuuid (2.38-r1) 21:00:40 (17/80) Installing libsm (1.2.3-r0) 21:00:40 (18/80) Installing libxt (1.2.1-r0) 21:00:40 (19/80) Installing libxmu (1.1.3-r0) 21:00:40 (20/80) Installing xset (1.2.4-r0) 21:00:41 (21/80) Installing xprop (1.2.5-r0) 21:00:41 (22/80) Installing xdg-utils (1.1.3-r3) 21:00:41 (23/80) Installing dbus-libs (1.14.4-r0) 21:00:41 (24/80) Installing libffi (3.4.2-r1) 21:00:41 (25/80) Installing libintl (0.21-r2) 21:00:41 (26/80) Installing libblkid (2.38-r1) 21:00:41 (27/80) Installing libmount (2.38-r1) 21:00:41 (28/80) Installing pcre (8.45-r2) 21:00:41 (29/80) Installing glib (2.72.1-r0) 21:00:42 (30/80) Installing icu-libs (71.1-r2) 21:00:42 (31/80) Installing libpcre2-16 (10.40-r0) 21:00:42 (32/80) Installing zstd-libs (1.5.2-r1) 21:00:42 (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) 21:00:43 (34/80) Installing hicolor-icon-theme (0.17-r1) 21:00:43 (35/80) Installing wayland-libs-server (1.20.0-r0) 21:00:43 (36/80) Installing mesa-gbm (21.3.8-r2) 21:00:43 (37/80) Installing wayland-libs-client (1.20.0-r0) 21:00:43 (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) 21:00:44 (39/80) Installing libxcomposite (0.4.5-r0) 21:00:44 (40/80) Installing libbz2 (1.0.8-r1) 21:00:44 (41/80) Installing libpng (1.6.37-r1) 21:00:44 (42/80) Installing freetype (2.12.1-r0) 21:00:45 (43/80) Installing fontconfig (2.14.0-r0) 21:00:45 (44/80) Installing wayland-libs-cursor (1.20.0-r0) 21:00:45 (45/80) Installing wayland-libs-egl (1.20.0-r0) 21:00:45 (46/80) Installing xkeyboard-config (2.35.1-r0) 21:00:45 (47/80) Installing xz-libs (5.2.5-r1) 21:00:45 (48/80) Installing libxml2 (2.9.14-r2) 21:00:45 (49/80) Installing libxkbcommon (1.4.1-r0) 21:00:45 (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) 21:00:46 (51/80) Installing mesa-egl (21.3.8-r2) 21:00:46 (52/80) Installing avahi-libs (0.8-r6) 21:00:46 (53/80) Installing nettle (3.7.3-r0) 21:00:46 (54/80) Installing p11-kit (0.24.1-r0) 21:00:46 (55/80) Installing libtasn1 (4.18.0-r0) 21:00:46 (56/80) Installing libunistring (1.0-r0) 21:00:46 (57/80) Installing gnutls (3.7.7-r0) 21:00:46 (58/80) Installing cups-libs (2.4.2-r0) 21:00:46 (59/80) Installing graphite2 (1.3.14-r1) 21:00:47 (60/80) Installing harfbuzz (4.3.0-r0) 21:00:47 (61/80) Installing libevdev (1.12.1-r0) 21:00:47 (62/80) Installing mtdev (1.1.6-r0) 21:00:47 (63/80) Installing eudev-libs (3.2.11-r0) 21:00:47 (64/80) Installing libinput-libs (1.20.1-r0) 21:00:47 (65/80) Installing libjpeg-turbo (2.1.3-r1) 21:00:47 (66/80) Installing xcb-util-wm (0.4.1-r1) 21:00:47 (67/80) Installing xcb-util (0.4.0-r3) 21:00:47 (68/80) Installing xcb-util-image (0.4.0-r1) 21:00:47 (69/80) Installing xcb-util-keysyms (0.4.0-r1) 21:00:48 (70/80) Installing xcb-util-renderutil (0.3.9-r1) 21:00:48 (71/80) Installing libxkbcommon-x11 (1.4.1-r0) 21:00:48 (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) 21:00:49 (73/80) Installing v4l-utils-libs (1.22.1-r1) 21:00:49 (74/80) Installing v4l-utils (1.22.1-r1) 21:00:49 (75/80) Installing udev-init-scripts (35-r0) 21:00:49 Executing udev-init-scripts-35-r0.post-install 21:00:49 (76/80) Installing kmod-libs (29-r2) 21:00:49 (77/80) Installing eudev (3.2.11-r0) 21:00:50 (78/80) Installing eudev-dev (3.2.11-r0) 21:00:50 (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) 21:00:50 (80/80) Installing v4l-utils-dev (1.22.1-r1) 21:00:50 Executing busybox-1.35.0-r17.trigger 21:00:50 Executing eudev-3.2.11-r0.trigger 21:00:50 OK: 330 MiB in 131 packages 21:00:52 Removing intermediate container 02cbfe63196f 21:00:52 ---> 8d8164fd2aa5 21:00:52 Step 9/14 : WORKDIR /device-usb-camera 21:00:52 ---> Running in 1c2f3001131e 21:00:52 Removing intermediate container 1c2f3001131e 21:00:52 ---> bf66a113a50f 21:00:52 Step 10/14 : COPY go.mod vendor* ./ 21:00:52 ---> e0a8cd2277ea 21:00:52 Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:00:52 ---> Running in f12b89b5d8f9 21:01:10 Removing intermediate container f12b89b5d8f9 21:01:10 ---> 55359645cde9 21:01:10 Step 12/14 : COPY . . 21:01:10 ---> d0f8a7760858 21:01:10 Step 13/14 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 21:01:10 ---> Running in 95e8619c4560 21:01:10  % Total % Received % Xferd Average Speed Time Time Time Current 21:01:10 Dload Upload Total Spent Left Speed 21:01:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 9332 0 --:--:-- --:--:-- --:--:-- 9315 100 1062 100 1062 0 0 9324  0 --:--:-- --:--:-- --:--:-- 9315 21:01:10 Removing intermediate container 95e8619c4560 21:01:10 ---> da1aa5eba34b 21:01:10 Step 14/14 : RUN ${MAKE} 21:01:10 ---> Running in 385fb4b11272 21:01:10 noop 21:01:10 Removing intermediate container 385fb4b11272 21:01:10 ---> 95961aac32dd 21:01:10 Successfully built 95961aac32dd 21:01:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:10 + docker inspect -f . ci-base-image-x86_64 21:01:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:01:10 prd-ubuntu20.04-docker-8c-8g-35955 does not seem to be running inside a container 21:01:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-usb-camera_PR-106 -v /w/workspace/foundry_device-usb-camera_PR-106:/w/workspace/foundry_device-usb-camera_PR-106:rw,z -v /w/workspace/foundry_device-usb-camera_PR-106@tmp:/w/workspace/foundry_device-usb-camera_PR-106@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:01:11 $ docker top 8b35b2b6feaaa902134430066ca6f8684b69748805d04fc8efe9bc2d2f1a9694 -eo pid,comm [Pipeline] { [Pipeline] sh 21:01:11 + go version 21:01:11 go version go1.18.7 linux/amd64 [Pipeline] } 21:01:11 $ docker stop --time=1 8b35b2b6feaaa902134430066ca6f8684b69748805d04fc8efe9bc2d2f1a9694 21:01:13 $ docker rm -f 8b35b2b6feaaa902134430066ca6f8684b69748805d04fc8efe9bc2d2f1a9694 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:13 + docker inspect -f . ci-base-image-x86_64 21:01:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:01:13 prd-ubuntu20.04-docker-8c-8g-35955 does not seem to be running inside a container 21:01:13 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-usb-camera_PR-106 -v /w/workspace/foundry_device-usb-camera_PR-106:/w/workspace/foundry_device-usb-camera_PR-106:rw,z -v /w/workspace/foundry_device-usb-camera_PR-106@tmp:/w/workspace/foundry_device-usb-camera_PR-106@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:01:14 $ docker top 545fec15c2ae881961ba799932d573691e78939057e1c7f701a01d494f2fba61 -eo pid,comm [Pipeline] { [Pipeline] sh 21:01:14 + git config --global --add safe.directory /w/workspace/foundry_device-usb-camera_PR-106 [Pipeline] fileExists [Pipeline] sh 21:01:14 + make test 21:01:14 CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... 21:01:15 ? github.com/edgexfoundry/device-usb-camera [no test files] 21:01:25 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 21:01:25 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.017s coverage: 1.9% of statements 21:01:32 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 21:01:32 CGO_ENABLED=1 go vet ./... 21:01:35 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:01:35 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:01:35 ./bin/test-attribution-txt.sh [Pipeline] echo 21:01:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 21:01:35 $ docker stop --time=1 545fec15c2ae881961ba799932d573691e78939057e1c7f701a01d494f2fba61 21:01:37 $ docker rm -f 545fec15c2ae881961ba799932d573691e78939057e1c7f701a01d494f2fba61 [Pipeline] // withDockerContainer [Pipeline] sh 21:01:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:01:38 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 21:01:38 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:01:39 + ls -al . 21:01:39 total 204 21:01:39 drwxrwxr-x 10 jenkins jenkins 4096 Oct 24 21:01 . 21:01:39 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 20:59 .. 21:01:39 drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 21:01 .git 21:01:39 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 20:59 .github 21:01:39 -rw-rw-r-- 1 jenkins jenkins 414 Oct 24 20:59 .gitignore 21:01:39 -rw-rw-r-- 1 jenkins jenkins 42 Oct 24 20:59 .golangci.yml 21:01:39 -rw-rw-r-- 1 jenkins jenkins 77 Oct 24 20:59 .hadolint.yml 21:01:39 drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 21:00 .semver 21:01:39 -rw-rw-r-- 1 jenkins jenkins 9702 Oct 24 20:59 Attribution.txt 21:01:39 -rw-rw-r-- 1 jenkins jenkins 1206 Oct 24 20:59 CHANGELOG.md 21:01:39 -rw-rw-r-- 1 jenkins jenkins 2467 Oct 24 20:59 Dockerfile 21:01:39 -rw-rw-r-- 1 jenkins jenkins 678 Oct 24 20:59 GOVERNANCE.md 21:01:39 -rw-rw-r-- 1 jenkins jenkins 659 Oct 24 20:59 Jenkinsfile 21:01:39 -rw-rw-r-- 1 jenkins jenkins 11348 Oct 24 20:59 LICENSE 21:01:39 -rw-rw-r-- 1 jenkins jenkins 2554 Oct 24 20:59 Makefile 21:01:39 -rw-rw-r-- 1 jenkins jenkins 622 Oct 24 20:59 OWNERS.md 21:01:39 -rw-rw-r-- 1 jenkins jenkins 5773 Oct 24 20:59 README.md 21:01:39 -rw-rw-r-- 1 jenkins jenkins 5 Oct 24 21:00 VERSION 21:01:39 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 20:59 bin 21:01:39 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 20:59 cmd 21:01:39 -rw-r--r-- 1 jenkins jenkins 29387 Oct 24 21:01 coverage.out 21:01:39 -rwxrwxr-x 1 jenkins jenkins 140 Oct 24 20:59 docker-entrypoint.sh 21:01:39 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 20:59 docs 21:01:39 -rw-rw-r-- 1 jenkins jenkins 3621 Oct 24 20:59 go.mod 21:01:39 -rw-rw-r-- 1 jenkins jenkins 45122 Oct 24 20:59 go.sum 21:01:39 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 20:59 internal 21:01:39 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 20:59 snap 21:01:39 -rw-rw-r-- 1 jenkins jenkins 231 Oct 24 20:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:39 + docker build -t device-usb-camera -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=c4bbce33bb66da3e537be385573c1eb77100b1d8 --label arch=amd64 --label version=0.0.0 . 21:01:39 Sending build context to Docker daemon 1.578MB 21:01:39 Step 1/36 : ARG BASE=golang:1.18-alpine3.16 21:01:39 Step 2/36 : FROM ${BASE} AS builder 21:01:39 ---> 95961aac32dd 21:01:39 Step 3/36 : ARG ADD_BUILD_TAGS="" 21:01:39 ---> Running in a504e55350e7 21:01:39 Removing intermediate container a504e55350e7 21:01:39 ---> 42986797a61c 21:01:39 Step 4/36 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:01:39 ---> Running in 5221c627dbe2 21:01:39 Removing intermediate container 5221c627dbe2 21:01:39 ---> c57e874cf620 21:01:39 Step 5/36 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" 21:01:39 ---> Running in c490d83554bb 21:01:39 Removing intermediate container c490d83554bb 21:01:39 ---> 88832f5a1473 21:01:39 Step 6/36 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 21:01:40 ---> Running in e83055028b0b 21:01:40 Removing intermediate container e83055028b0b 21:01:40 ---> 8cd32102829f 21:01:40 Step 7/36 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:40 ---> Running in fef7942d6073 21:01:40 Removing intermediate container fef7942d6073 21:01:40 ---> c3b165b4e23b 21:01:40 Step 8/36 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:01:40 ---> Running in 03996368f78d 21:01:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:01:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:01:42 OK: 330 MiB in 131 packages 21:01:42 Removing intermediate container 03996368f78d 21:01:42 ---> 553f1f2e81ca 21:01:42 Step 9/36 : WORKDIR /device-usb-camera 21:01:42 ---> Running in e8e4549da235 21:01:42 Removing intermediate container e8e4549da235 21:01:42 ---> 210f6d0cb412 21:01:42 Step 10/36 : COPY go.mod vendor* ./ 21:01:42 ---> 5b7e94358a4a 21:01:42 Step 11/36 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:01:42 ---> Running in 6ffafb468ced 21:01:43 Removing intermediate container 6ffafb468ced 21:01:43 ---> bee2a6d9d1f8 21:01:43 Step 12/36 : COPY . . 21:01:43 ---> c842b5a38c02 21:01:43 Step 13/36 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 21:01:43 ---> Running in 5e3b83f3996d 21:01:43  % Total % Received % Xferd Average Speed Time Time Time Current 21:01:43  Dload Upload Total Spent  Left Speed 21:01:43  0 0 0 0 0  0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 41956 0 --:--:-- --:--:-- --:--:-- 42480 21:01:43 Removing intermediate container 5e3b83f3996d 21:01:43 ---> 1f5146457c6f 21:01:43 Step 14/36 : RUN ${MAKE} 21:01:44 ---> Running in 3afa90529a9f 21:01:44 CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0-dev.46" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd 21:02:06 Removing intermediate container 3afa90529a9f 21:02:06 ---> 042342cd4dcb 21:02:06 Step 15/36 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 21:02:06 v0.18.4: Pulling from aler9/rtsp-simple-server 21:02:06 af6660deedbd: Pulling fs layer 21:02:06 97cd0a44c592: Pulling fs layer 21:02:06 97cd0a44c592: Verifying Checksum 21:02:06 97cd0a44c592: Download complete 21:02:06 af6660deedbd: Verifying Checksum 21:02:06 af6660deedbd: Download complete 21:02:06 af6660deedbd: Pull complete 21:02:06 97cd0a44c592: Pull complete 21:02:06 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 21:02:06 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 21:02:06 ---> fea57e182299 21:02:06 Step 16/36 : FROM alpine:3.16 21:02:06 3.16: Pulling from library/alpine 21:02:07 213ec9aee27d: Already exists 21:02:07 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 21:02:07 Status: Downloaded newer image for alpine:3.16 21:02:07 ---> 9c6f07244728 21:02:07 Step 17/36 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 21:02:07 ---> Running in cd0461fce079 21:02:07 Removing intermediate container cd0461fce079 21:02:07 ---> ee7f4f545816 21:02:07 Step 18/36 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev 21:02:07 ---> Running in facc9b08e2a4 21:02:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:02:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:02:08 (1/83) Installing dumb-init (1.2.5-r1) 21:02:08 (2/83) Installing sdl2 (2.0.22-r0) 21:02:08 (3/83) Installing libxau (1.0.9-r0) 21:02:08 (4/83) Installing libxdmcp (1.1.3-r0) 21:02:08 (5/83) Installing libxcb (1.15-r0) 21:02:08 (6/83) Installing libx11 (1.8-r0) 21:02:08 (7/83) Installing aom-libs (3.3.0-r0) 21:02:08 (8/83) Installing alsa-lib (1.2.7.2-r0) 21:02:08 (9/83) Installing expat (2.4.9-r0) 21:02:08 (10/83) Installing brotli-libs (1.0.9-r6) 21:02:08 (11/83) Installing libbz2 (1.0.8-r1) 21:02:08 (12/83) Installing libpng (1.6.37-r1) 21:02:08 (13/83) Installing freetype (2.12.1-r0) 21:02:08 (14/83) Installing fontconfig (2.14.0-r0) 21:02:08 (15/83) Installing fribidi (1.0.12-r0) 21:02:08 (16/83) Installing libffi (3.4.2-r1) 21:02:08 (17/83) Installing libintl (0.21-r2) 21:02:08 (18/83) Installing libblkid (2.38-r1) 21:02:08 (19/83) Installing libmount (2.38-r1) 21:02:08 (20/83) Installing pcre (8.45-r2) 21:02:08 (21/83) Installing glib (2.72.1-r0) 21:02:08 (22/83) Installing graphite2 (1.3.14-r1) 21:02:08 (23/83) Installing harfbuzz (4.3.0-r0) 21:02:08 (24/83) Installing libass (0.16.0-r0) 21:02:08 (25/83) Installing libdav1d (1.0.0-r0) 21:02:08 (26/83) Installing libpciaccess (0.16-r0) 21:02:08 (27/83) Installing libdrm (2.4.110-r0) 21:02:08 (28/83) Installing gmp (6.2.1-r2) 21:02:08 (29/83) Installing nettle (3.7.3-r0) 21:02:08 (30/83) Installing p11-kit (0.24.1-r0) 21:02:08 (31/83) Installing libtasn1 (4.18.0-r0) 21:02:08 (32/83) Installing libunistring (1.0-r0) 21:02:08 (33/83) Installing gnutls (3.7.7-r0) 21:02:08 (34/83) Installing ncurses-terminfo-base (6.3_p20220521-r0) 21:02:08 (35/83) Installing ncurses-libs (6.3_p20220521-r0) 21:02:08 (36/83) Installing lame (3.100-r0) 21:02:08 (37/83) Installing opus (1.3.1-r1) 21:02:08 (38/83) Installing libasyncns (0.8-r1) 21:02:08 (39/83) Installing dbus-libs (1.14.4-r0) 21:02:08 (40/83) Installing libltdl (2.4.7-r0) 21:02:08 (41/83) Installing orc (0.4.32-r0) 21:02:08 (42/83) Installing libgcc (11.2.1_git20220219-r2) 21:02:08 (43/83) Installing libogg (1.3.5-r1) 21:02:08 (44/83) Installing libstdc++ (11.2.1_git20220219-r2) 21:02:08 (45/83) Installing flac (1.3.4-r0) 21:02:08 (46/83) Installing libvorbis (1.3.7-r0) 21:02:08 (47/83) Installing libsndfile (1.1.0-r0) 21:02:08 (48/83) Installing libgomp (11.2.1_git20220219-r2) 21:02:08 (49/83) Installing soxr (0.1.3-r2) 21:02:08 (50/83) Installing speexdsp (1.2.0-r0) 21:02:08 (51/83) Installing tdb-libs (1.4.6-r0) 21:02:08 (52/83) Installing libpulse (15.0-r2) 21:02:08 (53/83) Installing cjson (1.7.15-r3) 21:02:08 (54/83) Installing mbedtls (2.28.1-r0) 21:02:08 (55/83) Installing librist (0.2.6-r1) 21:02:08 (56/83) Installing libsrt (1.4.4-r0) 21:02:08 (57/83) Installing libssh (0.9.6-r1) 21:02:08 (58/83) Installing libtheora (1.1.1-r16) 21:02:08 (59/83) Installing libjpeg-turbo (2.1.3-r1) 21:02:08 (60/83) Installing v4l-utils-libs (1.22.1-r1) 21:02:08 (61/83) Installing libxext (1.3.4-r0) 21:02:08 (62/83) Installing libxfixes (6.0.0-r0) 21:02:08 (63/83) Installing wayland-libs-client (1.20.0-r0) 21:02:08 (64/83) Installing libva (2.14.0-r0) 21:02:08 (65/83) Installing libvdpau (1.5-r0) 21:02:08 (66/83) Installing vidstab (1.1.0-r1) 21:02:08 (67/83) Installing libvpx (1.11.0-r1) 21:02:08 (68/83) Installing libwebp (1.2.3-r0) 21:02:08 (69/83) Installing x264-libs (0.163_git20210613-r0) 21:02:08 (70/83) Installing numactl (2.0.14-r0) 21:02:08 (71/83) Installing x265-libs (3.5-r3) 21:02:08 (72/83) Installing xvidcore (1.3.7-r1) 21:02:08 (73/83) Installing ffmpeg-libs (5.0.1-r1) 21:02:09 (74/83) Installing ffmpeg (5.0.1-r1) 21:02:09 (75/83) Installing udev-init-scripts (35-r0) 21:02:09 Executing udev-init-scripts-35-r0.post-install 21:02:09 (76/83) Installing eudev-libs (3.2.11-r0) 21:02:09 (77/83) Installing xz-libs (5.2.5-r1) 21:02:09 (78/83) Installing zstd-libs (1.5.2-r1) 21:02:09 (79/83) Installing kmod-libs (29-r2) 21:02:09 (80/83) Installing eudev (3.2.11-r0) 21:02:09 (81/83) Installing libsodium (1.0.18-r0) 21:02:09 (82/83) Installing libzmq (4.3.4-r0) 21:02:09 (83/83) Installing zeromq (4.3.4-r0) 21:02:09 Executing busybox-1.35.0-r17.trigger 21:02:09 Executing eudev-3.2.11-r0.trigger 21:02:09 OK: 101 MiB in 97 packages 21:02:11 Removing intermediate container facc9b08e2a4 21:02:11 ---> c9b30b473ac7 21:02:11 Step 19/36 : WORKDIR / 21:02:11 ---> Running in aefeca15213a 21:02:11 Removing intermediate container aefeca15213a 21:02:11 ---> 376314bd4538 21:02:11 Step 20/36 : COPY --from=builder /device-usb-camera/cmd / 21:02:11 ---> 49aebaec05fb 21:02:11 Step 21/36 : COPY --from=builder /device-usb-camera/LICENSE / 21:02:11 ---> aeca099121fa 21:02:11 Step 22/36 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 21:02:11 ---> 46e4335468d7 21:02:11 Step 23/36 : COPY --from=builder /device-usb-camera/Attribution.txt / 21:02:11 ---> f27836e86fb8 21:02:11 Step 24/36 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 21:02:12 ---> 5771158000cd 21:02:12 Step 25/36 : COPY --from=rtsp /rtsp-simple-server.yml / 21:02:12 ---> a171b089219d 21:02:12 Step 26/36 : COPY --from=rtsp /rtsp-simple-server / 21:02:12 ---> e6b56f9d8772 21:02:12 Step 27/36 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 21:02:12 ---> Running in bc042e094769 21:02:13 Removing intermediate container bc042e094769 21:02:13 ---> 6cb32eb4e220 21:02:13 Step 28/36 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 21:02:13 ---> Running in 6c1807794021 21:02:13 Removing intermediate container 6c1807794021 21:02:13 ---> c78fb10adc8e 21:02:13 Step 29/36 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 21:02:13 ---> Running in 8f3a76f823c1 21:02:14 Removing intermediate container 8f3a76f823c1 21:02:14 ---> c72f1249f52a 21:02:14 Step 30/36 : EXPOSE 59983 21:02:14 ---> Running in 91631c0f70b6 21:02:14 Removing intermediate container 91631c0f70b6 21:02:14 ---> f6a02deba2c0 21:02:14 Step 31/36 : EXPOSE 8554 21:02:14 ---> Running in cb9b5a8869bc 21:02:14 Removing intermediate container cb9b5a8869bc 21:02:14 ---> 726a85999ed6 21:02:14 Step 32/36 : ENTRYPOINT ["/docker-entrypoint.sh"] 21:02:14 ---> Running in c3de8d993625 21:02:14 Removing intermediate container c3de8d993625 21:02:14 ---> 3bfa73db6600 21:02:14 Step 33/36 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] 21:02:14 ---> Running in f2c18b0fee7b 21:02:14 Removing intermediate container f2c18b0fee7b 21:02:14 ---> 70363593c0ca 21:02:14 Step 34/36 : LABEL arch=amd64 21:02:14 ---> Running in 101b7e7bb9cf 21:02:14 Removing intermediate container 101b7e7bb9cf 21:02:14 ---> 5486a97feffe 21:02:14 Step 35/36 : LABEL git_sha=c4bbce33bb66da3e537be385573c1eb77100b1d8 21:02:14 ---> Running in 08c15a244f77 21:02:14 Removing intermediate container 08c15a244f77 21:02:14 ---> 3d409900aeb9 21:02:14 Step 36/36 : LABEL version=0.0.0 21:02:14 ---> Running in b380f6f75342 21:02:15 Removing intermediate container b380f6f75342 21:02:15 ---> e476b3b3d930 21:02:15 [Warning] One or more build-args [ARCH] were not consumed 21:02:15 Successfully built e476b3b3d930 21:02:15 Successfully tagged device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:02:16 21:02:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:02:16 latest: Pulling from edgex-lftools-log-publisher 21:02:16 5eb5b503b376: Pulling fs layer 21:02:16 5c69ac0246d0: Pulling fs layer 21:02:16 ec43610c2a17: Pulling fs layer 21:02:16 3a2ae6a8a46f: Pulling fs layer 21:02:16 33b1e0a273af: Pulling fs layer 21:02:16 5d3b04190fa2: Pulling fs layer 21:02:16 2f39f015ded8: Pulling fs layer 21:02:16 5d3b04190fa2: Waiting 21:02:16 33b1e0a273af: Waiting 21:02:16 2f39f015ded8: Waiting 21:02:16 5c69ac0246d0: Download complete 21:02:16 3a2ae6a8a46f: Verifying Checksum 21:02:16 3a2ae6a8a46f: Download complete 21:02:16 33b1e0a273af: Verifying Checksum 21:02:16 33b1e0a273af: Download complete 21:02:16 5d3b04190fa2: Download complete 21:02:16 ec43610c2a17: Verifying Checksum 21:02:16 ec43610c2a17: Download complete 21:02:16 5eb5b503b376: Verifying Checksum 21:02:16 5eb5b503b376: Download complete 21:02:17 2f39f015ded8: Download complete 21:02:17 5eb5b503b376: Pull complete 21:02:17 5c69ac0246d0: Pull complete 21:02:18 ec43610c2a17: Pull complete 21:02:18 3a2ae6a8a46f: Pull complete 21:02:18 33b1e0a273af: Pull complete 21:02:18 5d3b04190fa2: Pull complete 21:02:22 2f39f015ded8: Pull complete 21:02:22 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 21:02:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:02:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:02:23 prd-ubuntu20.04-docker-8c-8g-35955 does not seem to be running inside a container 21:02:23 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-usb-camera_PR-106 -v /w/workspace/foundry_device-usb-camera_PR-106:/w/workspace/foundry_device-usb-camera_PR-106:rw,z -v /w/workspace/foundry_device-usb-camera_PR-106@tmp:/w/workspace/foundry_device-usb-camera_PR-106@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 21:02:24 $ docker top 17ca8646ee0fbf11ed663985572fe3e32c98ff29ba9965621e3ce5f7756aa580 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:02:25 ---> job-cost.sh 21:02:25 lf-activate-venv: SKIPPING 21:02:25 INFO: No Stack... 21:02:25 INFO: Retrieving Pricing Info for: v3-standard-8 21:02:26 INFO: Archiving Costs [Pipeline] sh 21:02:26 + cat /w/workspace/foundry_device-usb-camera_PR-106/archives/cost.csv 21:02:26 + cut -d, -f6 [Pipeline] lock 21:02:26 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-106-1-stack-cost] 21:02:26 Resource [jenkins-edgexfoundry-device-usb-camera-PR-106-1-stack-cost] did not exist. Created. 21:02:26 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-106-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:02:26 + echo total: 0.2199999988079071 [Pipeline] stash 21:02:26 Stashed 1 file(s) [Pipeline] } 21:02:26 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-106-1-stack-cost] [Pipeline] // lock [Pipeline] } 21:02:27 $ docker stop --time=1 17ca8646ee0fbf11ed663985572fe3e32c98ff29ba9965621e3ce5f7756aa580 21:02:28 $ docker rm -f 17ca8646ee0fbf11ed663985572fe3e32c98ff29ba9965621e3ce5f7756aa580 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:51:01 Running on prd-ubuntu20.04-docker-arm64-4c-16g-66367 in /w/workspace/foundry_device-usb-camera_PR-106 [Pipeline] { [Pipeline] ws 01:51:01 Running in /w/workspace/device-usb-camera/1 [Pipeline] { [Pipeline] checkout 01:51:01 Selected Git installation does not exist. Using Default 01:51:01 The recommended git tool is: NONE 01:51:06 using credential edgex-jenkins-ssh 01:51:06 Cloning the remote Git repository 01:51:06 Cloning repository git@github.com:edgexfoundry/device-usb-camera.git 01:51:06 > git init /w/workspace/device-usb-camera/1 # timeout=10 01:51:06 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 01:51:06 > git --version # timeout=10 01:51:06 > git --version # 'git version 2.25.1' 01:51:06 using GIT_SSH to set credentials SSH Credentials for GitHub 01:51:06 Verifying host key using known hosts file 01:51:06 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 01:51:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:51:07 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 01:51:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:51:08 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 01:51:08 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 01:51:08 using GIT_SSH to set credentials SSH Credentials for GitHub 01:51:08 Verifying host key using known hosts file 01:51:08 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 01:51:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/106/head:refs/remotes/origin/PR-106 +refs/heads/main:refs/remotes/origin/main # timeout=10 01:51:08 Merging remotes/origin/main commit 695cbf35e7563b7af803532131954c37e2b367cb into PR head commit c4bbce33bb66da3e537be385573c1eb77100b1d8 01:51:09 Merge succeeded, producing c4bbce33bb66da3e537be385573c1eb77100b1d8 01:51:09 Checking out Revision c4bbce33bb66da3e537be385573c1eb77100b1d8 (PR-106) 01:51:09 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" 01:51:09 > git --version # timeout=10 01:51:09 > git --version # 'git version 2.25.1' 01:51:09 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 01:51:08 > git config core.sparsecheckout # timeout=10 01:51:08 > git checkout -f c4bbce33bb66da3e537be385573c1eb77100b1d8 # timeout=10 01:51:09 > git remote # timeout=10 01:51:09 > git config --get remote.origin.url # timeout=10 01:51:09 using GIT_SSH to set credentials SSH Credentials for GitHub 01:51:09 Verifying host key using known hosts file 01:51:09 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 01:51:09 > git merge 695cbf35e7563b7af803532131954c37e2b367cb # timeout=10 01:51:09 > git rev-parse HEAD^{commit} # timeout=10 01:51:09 > git config core.sparsecheckout # timeout=10 01:51:09 > git checkout -f c4bbce33bb66da3e537be385573c1eb77100b1d8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:51:10 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:51:10 % Total % Received % Xferd Average Speed Time Time Time Current 01:51:10 Dload Upload Total Spent Left Speed 01:51:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 101k 0 --:--:-- --:--:-- --:--:-- 102k [Pipeline] sh 01:51:11 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:51:11 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:51:11 + sudo tee /etc/docker/daemon.new 01:51:11 { 01:51:11 "registry-mirrors": [ 01:51:11 "https://nexus3.edgexfoundry.org:10001" 01:51:11 ], 01:51:11 "bip": "10.250.0.254/24", 01:51:11 "hosts": [ 01:51:11 "tcp://0.0.0.0:5555", 01:51:11 "unix:///var/run/docker.sock" 01:51:11 ], 01:51:11 "mtu": 1458, 01:51:11 "selinux-enabled": true, 01:51:11 "seccomp-profile": "/etc/docker/seccomp.json" 01:51:11 } [Pipeline] sh 01:51:12 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:51:12 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:51:30 provisioning config files... 01:51:30 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/1@tmp/config2984101549586852950tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:51:31 ---> docker-login.sh 01:51:31 nexus3.edgexfoundry.org:10001 01:51:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:51:32 Configure a credential helper to remove this warning. See 01:51:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:51:32 01:51:32 Login Succeeded 01:51:32 nexus3.edgexfoundry.org:10002 01:51:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:51:32 Configure a credential helper to remove this warning. See 01:51:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:51:32 01:51:32 Login Succeeded 01:51:32 nexus3.edgexfoundry.org:10003 01:51:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:51:32 Configure a credential helper to remove this warning. See 01:51:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:51:32 01:51:32 Login Succeeded 01:51:32 nexus3.edgexfoundry.org:10004 01:51:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:51:33 Configure a credential helper to remove this warning. See 01:51:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:51:33 01:51:33 Login Succeeded 01:51:33 docker.io 01:51:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:51:33 Configure a credential helper to remove this warning. See 01:51:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:51:33 01:51:33 Login Succeeded 01:51:33 ---> docker-login.sh ends [Pipeline] } 01:51:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:51:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:51:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:51:34 ========================================================= 01:51:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 01:51:34 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:34 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 01:51:34 Sending build context to Docker daemon 1.019MB 01:51:34 Step 1/14 : ARG BASE=golang:1.18-alpine3.16 01:51:34 Step 2/14 : FROM ${BASE} AS builder 01:51:35 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:51:35 9b18e9b68314: Pulling fs layer 01:51:35 d32db5db7311: Pulling fs layer 01:51:35 d0c4b47475fc: Pulling fs layer 01:51:35 5831b945b038: Pulling fs layer 01:51:35 86bbec2aaacd: Pulling fs layer 01:51:35 5831b945b038: Waiting 01:51:35 e10730c5d714: Pulling fs layer 01:51:35 86bbec2aaacd: Waiting 01:51:35 5dd5c2283517: Pulling fs layer 01:51:35 e10730c5d714: Waiting 01:51:35 d5ac0230b979: Pulling fs layer 01:51:35 5dd5c2283517: Waiting 01:51:35 d5ac0230b979: Waiting 01:51:35 d0c4b47475fc: Download complete 01:51:35 d32db5db7311: Verifying Checksum 01:51:35 d32db5db7311: Download complete 01:51:35 86bbec2aaacd: Download complete 01:51:35 e10730c5d714: Verifying Checksum 01:51:35 e10730c5d714: Download complete 01:51:35 9b18e9b68314: Verifying Checksum 01:51:35 9b18e9b68314: Download complete 01:51:36 9b18e9b68314: Pull complete 01:51:36 d5ac0230b979: Verifying Checksum 01:51:36 d5ac0230b979: Download complete 01:51:36 d32db5db7311: Pull complete 01:51:36 d0c4b47475fc: Pull complete 01:51:37 5dd5c2283517: Verifying Checksum 01:51:37 5dd5c2283517: Download complete 01:51:38 5831b945b038: Verifying Checksum 01:51:38 5831b945b038: Download complete 01:51:50 5831b945b038: Pull complete 01:51:50 86bbec2aaacd: Pull complete 01:51:50 e10730c5d714: Pull complete 01:51:57 5dd5c2283517: Pull complete 01:51:59 d5ac0230b979: Pull complete 01:51:59 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 01:51:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 01:51:59 ---> 59b3b1a385d4 01:51:59 Step 3/14 : ARG ADD_BUILD_TAGS="" 01:52:01 ---> Running in 2eae30fb4fc1 01:52:01 Removing intermediate container 2eae30fb4fc1 01:52:01 ---> 12c59265c168 01:52:01 Step 4/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:52:01 ---> Running in 8c9522159928 01:52:02 Removing intermediate container 8c9522159928 01:52:02 ---> b764cfac52b4 01:52:02 Step 5/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" 01:52:02 ---> Running in df4154cd6100 01:52:02 Removing intermediate container df4154cd6100 01:52:02 ---> da3d72dd8d0c 01:52:02 Step 6/14 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 01:52:02 ---> Running in 70763af5154d 01:52:02 Removing intermediate container 70763af5154d 01:52:02 ---> e07cc941b942 01:52:02 Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:52:02 ---> Running in 43f93b84b640 01:52:04 Removing intermediate container 43f93b84b640 01:52:04 ---> 8fef28f04fad 01:52:04 Step 8/14 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:52:04 ---> Running in 5a0fe2a625a8 01:52:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:52:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:52:07 (1/14) Installing libintl (0.21-r2) 01:52:07 (2/14) Installing eudev-libs (3.2.11-r0) 01:52:07 (3/14) Installing libjpeg-turbo (2.1.3-r1) 01:52:07 (4/14) Installing v4l-utils-libs (1.22.1-r1) 01:52:07 (5/14) Installing v4l-utils (1.22.1-r1) 01:52:07 (6/14) Installing udev-init-scripts (35-r0) 01:52:07 Executing udev-init-scripts-35-r0.post-install 01:52:07 (7/14) Installing libblkid (2.38-r1) 01:52:07 (8/14) Installing xz-libs (5.2.5-r1) 01:52:08 (9/14) Installing zstd-libs (1.5.2-r1) 01:52:08 (10/14) Installing kmod-libs (29-r2) 01:52:08 (11/14) Installing eudev (3.2.11-r0) 01:52:08 (12/14) Installing eudev-dev (3.2.11-r0) 01:52:08 (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) 01:52:08 (14/14) Installing v4l-utils-dev (1.22.1-r1) 01:52:08 Executing busybox-1.35.0-r17.trigger 01:52:08 Executing eudev-3.2.11-r0.trigger 01:52:08 OK: 228 MiB in 65 packages 01:52:10 Removing intermediate container 5a0fe2a625a8 01:52:10 ---> 4747644c4d3d 01:52:10 Step 9/14 : WORKDIR /device-usb-camera 01:52:10 ---> Running in 6746a8470668 01:52:10 Removing intermediate container 6746a8470668 01:52:10 ---> 5ec9b8498117 01:52:10 Step 10/14 : COPY go.mod vendor* ./ 01:52:10 ---> a051c84c1e9f 01:52:10 Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:52:10 ---> Running in b7ee650f91ec 01:53:07 Removing intermediate container b7ee650f91ec 01:53:07 ---> d87ec2ff2db7 01:53:07 Step 12/14 : COPY . . 01:53:07 ---> f50cfb436796 01:53:07 Step 13/14 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 01:53:07 ---> Running in 2f3f60676552 01:53:07  % Total % Received % Xferd Average Speed Time Time Time Current 01:53:07 Dload Upload Total Spent Left Speed 01:53:07  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 7334 0 --:--:-- --:--:-- --:--:-- 7375 01:53:07 Removing intermediate container 2f3f60676552 01:53:07 ---> ad5c2aa16e3c 01:53:07 Step 14/14 : RUN ${MAKE} 01:53:07 ---> Running in 9538e82e1193 01:53:07 noop 01:53:07 Removing intermediate container 9538e82e1193 01:53:07 ---> 96d7deb69fc7 01:53:07 Successfully built 96d7deb69fc7 01:53:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:07 + docker inspect -f . ci-base-image-arm64 01:53:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:53:08 prd-ubuntu20.04-docker-arm64-4c-16g-66367 does not seem to be running inside a container 01:53:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:53:09 $ docker top 84f21ff8853b11d22b653c2fa5d017e18a3fb902a2bb3e14c221b4eba6d0f539 -eo pid,comm [Pipeline] { [Pipeline] sh 01:53:10 + go version 01:53:10 go version go1.18.7 linux/arm64 [Pipeline] } 01:53:10 $ docker stop --time=1 84f21ff8853b11d22b653c2fa5d017e18a3fb902a2bb3e14c221b4eba6d0f539 01:53:12 $ docker rm -f 84f21ff8853b11d22b653c2fa5d017e18a3fb902a2bb3e14c221b4eba6d0f539 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:13 + docker inspect -f . ci-base-image-arm64 01:53:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:53:13 prd-ubuntu20.04-docker-arm64-4c-16g-66367 does not seem to be running inside a container 01:53:13 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:53:14 $ docker top 87e13e87b7266b877c8fa27f5690456a56790ad2be5b3cc59c39935caad5acb7 -eo pid,comm [Pipeline] { [Pipeline] sh 01:53:15 + git config --global --add safe.directory /w/workspace/device-usb-camera/1 [Pipeline] fileExists [Pipeline] sh 01:53:15 + make test 01:53:15 CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... 01:53:17 ? github.com/edgexfoundry/device-usb-camera [no test files] 01:54:54 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 01:54:54 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.069s coverage: 1.9% of statements 01:54:54 WARNING: Linting skipped (not on x86_64 or linter not installed) 01:54:54 CGO_ENABLED=1 go vet ./... 01:55:09 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:55:09 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:55:09 ./bin/test-attribution-txt.sh [Pipeline] echo 01:55:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 01:55:09 $ docker stop --time=1 87e13e87b7266b877c8fa27f5690456a56790ad2be5b3cc59c39935caad5acb7 01:55:11 $ docker rm -f 87e13e87b7266b877c8fa27f5690456a56790ad2be5b3cc59c39935caad5acb7 [Pipeline] // withDockerContainer [Pipeline] sh 01:55:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:55:12 Warning: overwriting stash ‘coverage-report’ 01:55:12 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:55:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:55:13 + ls -al . 01:55:13 total 200 01:55:13 drwxrwxr-x 9 jenkins jenkins 4096 Oct 25 01:53 . 01:55:13 drwxrwxr-x 4 jenkins jenkins 4096 Oct 25 01:51 .. 01:55:13 drwxrwxr-x 8 jenkins jenkins 4096 Oct 25 01:51 .git 01:55:13 drwxrwxr-x 3 jenkins jenkins 4096 Oct 25 01:51 .github 01:55:13 -rw-rw-r-- 1 jenkins jenkins 414 Oct 25 01:51 .gitignore 01:55:13 -rw-rw-r-- 1 jenkins jenkins 42 Oct 25 01:51 .golangci.yml 01:55:13 -rw-rw-r-- 1 jenkins jenkins 77 Oct 25 01:51 .hadolint.yml 01:55:13 -rw-rw-r-- 1 jenkins jenkins 9702 Oct 25 01:51 Attribution.txt 01:55:13 -rw-rw-r-- 1 jenkins jenkins 1206 Oct 25 01:51 CHANGELOG.md 01:55:13 -rw-rw-r-- 1 jenkins jenkins 2467 Oct 25 01:51 Dockerfile 01:55:13 -rw-rw-r-- 1 jenkins jenkins 678 Oct 25 01:51 GOVERNANCE.md 01:55:13 -rw-rw-r-- 1 jenkins jenkins 659 Oct 25 01:51 Jenkinsfile 01:55:13 -rw-rw-r-- 1 jenkins jenkins 11348 Oct 25 01:51 LICENSE 01:55:13 -rw-rw-r-- 1 jenkins jenkins 2554 Oct 25 01:51 Makefile 01:55:13 -rw-rw-r-- 1 jenkins jenkins 622 Oct 25 01:51 OWNERS.md 01:55:13 -rw-rw-r-- 1 jenkins jenkins 5773 Oct 25 01:51 README.md 01:55:13 -rw-rw-r-- 1 jenkins jenkins 5 Oct 24 21:00 VERSION 01:55:13 drwxrwxr-x 2 jenkins jenkins 4096 Oct 25 01:51 bin 01:55:13 drwxrwxr-x 3 jenkins jenkins 4096 Oct 25 01:51 cmd 01:55:13 -rw-r--r-- 1 jenkins jenkins 29387 Oct 25 01:54 coverage.out 01:55:13 -rwxrwxr-x 1 jenkins jenkins 140 Oct 25 01:51 docker-entrypoint.sh 01:55:13 drwxrwxr-x 3 jenkins jenkins 4096 Oct 25 01:51 docs 01:55:13 -rw-rw-r-- 1 jenkins jenkins 3621 Oct 25 01:51 go.mod 01:55:13 -rw-rw-r-- 1 jenkins jenkins 45122 Oct 25 01:51 go.sum 01:55:13 drwxrwxr-x 3 jenkins jenkins 4096 Oct 25 01:51 internal 01:55:13 drwxrwxr-x 4 jenkins jenkins 4096 Oct 25 01:51 snap 01:55:13 -rw-rw-r-- 1 jenkins jenkins 231 Oct 25 01:51 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:13 + docker build -t device-usb-camera-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=c4bbce33bb66da3e537be385573c1eb77100b1d8 --label arch=arm64 --label version=0.0.0 . 01:55:14 Sending build context to Docker daemon 1.049MB 01:55:14 Step 1/36 : ARG BASE=golang:1.18-alpine3.16 01:55:14 Step 2/36 : FROM ${BASE} AS builder 01:55:14 ---> 96d7deb69fc7 01:55:14 Step 3/36 : ARG ADD_BUILD_TAGS="" 01:55:14 ---> Running in 7a0f536d0221 01:55:14 Removing intermediate container 7a0f536d0221 01:55:14 ---> 3cba86b54793 01:55:14 Step 4/36 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:55:14 ---> Running in 76e05d8c7798 01:55:14 Removing intermediate container 76e05d8c7798 01:55:14 ---> 3e912f969042 01:55:14 Step 5/36 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" 01:55:14 ---> Running in 8a09477b0e20 01:55:15 Removing intermediate container 8a09477b0e20 01:55:15 ---> a4da10f2c426 01:55:15 Step 6/36 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 01:55:15 ---> Running in 4b59c04bd969 01:55:15 Removing intermediate container 4b59c04bd969 01:55:15 ---> cfd88d123ff4 01:55:15 Step 7/36 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:55:15 ---> Running in 640b7068b91f 01:55:17 Removing intermediate container 640b7068b91f 01:55:17 ---> 35af1fb94030 01:55:17 Step 8/36 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:55:17 ---> Running in 2da04ed1b51a 01:55:18 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:55:19 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:55:20 OK: 228 MiB in 65 packages 01:55:21 Removing intermediate container 2da04ed1b51a 01:55:21 ---> 7f3506184edc 01:55:21 Step 9/36 : WORKDIR /device-usb-camera 01:55:21 ---> Running in c0b04c20bf92 01:55:22 Removing intermediate container c0b04c20bf92 01:55:22 ---> 1646bbc29b10 01:55:22 Step 10/36 : COPY go.mod vendor* ./ 01:55:22 ---> 80e35781a683 01:55:22 Step 11/36 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:55:22 ---> Running in 7965255d5bfe 01:55:24 Removing intermediate container 7965255d5bfe 01:55:24 ---> afaf7d1cfdcf 01:55:24 Step 12/36 : COPY . . 01:55:25 ---> 50bc4d561884 01:55:25 Step 13/36 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 01:55:25 ---> Running in 67e5896f4c05 01:55:26  % Total % Received % Xferd Average Speed Time Time Time Current 01:55:26 Dload Upload Total Spent Left Speed 01:55:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 14137 0 --:--:-- --:--:-- --:--:-- 14351 01:55:27 Removing intermediate container 67e5896f4c05 01:55:27 ---> 1332e8b3e978 01:55:27 Step 14/36 : RUN ${MAKE} 01:55:27 ---> Running in 783c2b7f32bb 01:55:28 CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0-dev.46" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd 01:58:05 Removing intermediate container 783c2b7f32bb 01:58:05 ---> ce9b958359db 01:58:05 Step 15/36 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 01:58:05 v0.18.4: Pulling from aler9/rtsp-simple-server 01:58:05 eab2503cf8f4: Pulling fs layer 01:58:05 97cd0a44c592: Pulling fs layer 01:58:05 97cd0a44c592: Download complete 01:58:05 eab2503cf8f4: Verifying Checksum 01:58:05 eab2503cf8f4: Download complete 01:58:05 eab2503cf8f4: Pull complete 01:58:05 97cd0a44c592: Pull complete 01:58:05 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 01:58:05 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 01:58:05 ---> 7f763cca56b3 01:58:05 Step 16/36 : FROM alpine:3.16 01:58:05 3.16: Pulling from library/alpine 01:58:05 9b18e9b68314: Already exists 01:58:05 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 01:58:05 Status: Downloaded newer image for alpine:3.16 01:58:05 ---> a6215f271958 01:58:05 Step 17/36 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 01:58:05 ---> Running in ef72ac2bef52 01:58:05 Removing intermediate container ef72ac2bef52 01:58:05 ---> 3163d5647901 01:58:05 Step 18/36 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev 01:58:05 ---> Running in f47dc783d370 01:58:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:58:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:58:05 (1/82) Installing dumb-init (1.2.5-r1) 01:58:05 (2/82) Installing sdl2 (2.0.22-r0) 01:58:05 (3/82) Installing libxau (1.0.9-r0) 01:58:05 (4/82) Installing libxdmcp (1.1.3-r0) 01:58:05 (5/82) Installing libxcb (1.15-r0) 01:58:05 (6/82) Installing libx11 (1.8-r0) 01:58:05 (7/82) Installing aom-libs (3.3.0-r0) 01:58:05 (8/82) Installing alsa-lib (1.2.7.2-r0) 01:58:05 (9/82) Installing expat (2.4.9-r0) 01:58:05 (10/82) Installing brotli-libs (1.0.9-r6) 01:58:05 (11/82) Installing libbz2 (1.0.8-r1) 01:58:05 (12/82) Installing libpng (1.6.37-r1) 01:58:05 (13/82) Installing freetype (2.12.1-r0) 01:58:05 (14/82) Installing fontconfig (2.14.0-r0) 01:58:05 (15/82) Installing fribidi (1.0.12-r0) 01:58:05 (16/82) Installing libffi (3.4.2-r1) 01:58:05 (17/82) Installing libintl (0.21-r2) 01:58:05 (18/82) Installing libblkid (2.38-r1) 01:58:05 (19/82) Installing libmount (2.38-r1) 01:58:05 (20/82) Installing pcre (8.45-r2) 01:58:05 (21/82) Installing glib (2.72.1-r0) 01:58:05 (22/82) Installing graphite2 (1.3.14-r1) 01:58:05 (23/82) Installing harfbuzz (4.3.0-r0) 01:58:05 (24/82) Installing libass (0.16.0-r0) 01:58:05 (25/82) Installing libdav1d (1.0.0-r0) 01:58:05 (26/82) Installing libdrm (2.4.110-r0) 01:58:05 (27/82) Installing gmp (6.2.1-r2) 01:58:05 (28/82) Installing nettle (3.7.3-r0) 01:58:05 (29/82) Installing p11-kit (0.24.1-r0) 01:58:05 (30/82) Installing libtasn1 (4.18.0-r0) 01:58:05 (31/82) Installing libunistring (1.0-r0) 01:58:05 (32/82) Installing gnutls (3.7.7-r0) 01:58:05 (33/82) Installing ncurses-terminfo-base (6.3_p20220521-r0) 01:58:05 (34/82) Installing ncurses-libs (6.3_p20220521-r0) 01:58:05 (35/82) Installing lame (3.100-r0) 01:58:05 (36/82) Installing opus (1.3.1-r1) 01:58:05 (37/82) Installing libasyncns (0.8-r1) 01:58:05 (38/82) Installing dbus-libs (1.14.4-r0) 01:58:05 (39/82) Installing libltdl (2.4.7-r0) 01:58:05 (40/82) Installing orc (0.4.32-r0) 01:58:05 (41/82) Installing libgcc (11.2.1_git20220219-r2) 01:58:05 (42/82) Installing libogg (1.3.5-r1) 01:58:05 (43/82) Installing libstdc++ (11.2.1_git20220219-r2) 01:58:05 (44/82) Installing flac (1.3.4-r0) 01:58:05 (45/82) Installing libvorbis (1.3.7-r0) 01:58:05 (46/82) Installing libsndfile (1.1.0-r0) 01:58:05 (47/82) Installing libgomp (11.2.1_git20220219-r2) 01:58:05 (48/82) Installing soxr (0.1.3-r2) 01:58:05 (49/82) Installing speexdsp (1.2.0-r0) 01:58:05 (50/82) Installing tdb-libs (1.4.6-r0) 01:58:05 (51/82) Installing libpulse (15.0-r2) 01:58:05 (52/82) Installing cjson (1.7.15-r3) 01:58:05 (53/82) Installing mbedtls (2.28.1-r0) 01:58:05 (54/82) Installing librist (0.2.6-r1) 01:58:05 (55/82) Installing libsrt (1.4.4-r0) 01:58:05 (56/82) Installing libssh (0.9.6-r1) 01:58:05 (57/82) Installing libtheora (1.1.1-r16) 01:58:05 (58/82) Installing libjpeg-turbo (2.1.3-r1) 01:58:05 (59/82) Installing v4l-utils-libs (1.22.1-r1) 01:58:05 (60/82) Installing libxext (1.3.4-r0) 01:58:05 (61/82) Installing libxfixes (6.0.0-r0) 01:58:05 (62/82) Installing wayland-libs-client (1.20.0-r0) 01:58:05 (63/82) Installing libva (2.14.0-r0) 01:58:05 (64/82) Installing libvdpau (1.5-r0) 01:58:05 (65/82) Installing vidstab (1.1.0-r1) 01:58:05 (66/82) Installing libvpx (1.11.0-r1) 01:58:05 (67/82) Installing libwebp (1.2.3-r0) 01:58:05 (68/82) Installing x264-libs (0.163_git20210613-r0) 01:58:05 (69/82) Installing numactl (2.0.14-r0) 01:58:05 (70/82) Installing x265-libs (3.5-r3) 01:58:05 (71/82) Installing xvidcore (1.3.7-r1) 01:58:05 (72/82) Installing ffmpeg-libs (5.0.1-r1) 01:58:05 (73/82) Installing ffmpeg (5.0.1-r1) 01:58:05 (74/82) Installing udev-init-scripts (35-r0) 01:58:05 Executing udev-init-scripts-35-r0.post-install 01:58:05 (75/82) Installing eudev-libs (3.2.11-r0) 01:58:05 (76/82) Installing xz-libs (5.2.5-r1) 01:58:05 (77/82) Installing zstd-libs (1.5.2-r1) 01:58:05 (78/82) Installing kmod-libs (29-r2) 01:58:05 (79/82) Installing eudev (3.2.11-r0) 01:58:05 (80/82) Installing libsodium (1.0.18-r0) 01:58:05 (81/82) Installing libzmq (4.3.4-r0) 01:58:05 (82/82) Installing zeromq (4.3.4-r0) 01:58:05 Executing busybox-1.35.0-r17.trigger 01:58:05 Executing eudev-3.2.11-r0.trigger 01:58:05 OK: 78 MiB in 96 packages 01:58:09 Removing intermediate container f47dc783d370 01:58:09 ---> 10de78affadd 01:58:09 Step 19/36 : WORKDIR / 01:58:09 ---> Running in 4cb40fdd6c33 01:58:09 Removing intermediate container 4cb40fdd6c33 01:58:09 ---> c55ad761fd25 01:58:09 Step 20/36 : COPY --from=builder /device-usb-camera/cmd / 01:58:10 ---> f83e843dcf30 01:58:10 Step 21/36 : COPY --from=builder /device-usb-camera/LICENSE / 01:58:10 ---> 97f0e474b884 01:58:10 Step 22/36 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 01:58:11 ---> 9c7e5300c2fc 01:58:11 Step 23/36 : COPY --from=builder /device-usb-camera/Attribution.txt / 01:58:11 ---> 9fee866fa760 01:58:11 Step 24/36 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 01:58:12 ---> 2c1b5d911777 01:58:12 Step 25/36 : COPY --from=rtsp /rtsp-simple-server.yml / 01:58:12 ---> df9e203cf794 01:58:12 Step 26/36 : COPY --from=rtsp /rtsp-simple-server / 01:58:14 ---> 7786f3d64e29 01:58:14 Step 27/36 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 01:58:14 ---> Running in f6197adf559b 01:58:15 Removing intermediate container f6197adf559b 01:58:15 ---> 05c88f616879 01:58:15 Step 28/36 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 01:58:15 ---> Running in d634bff3cf1b 01:58:16 Removing intermediate container d634bff3cf1b 01:58:16 ---> 7be7853291c0 01:58:16 Step 29/36 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 01:58:17 ---> Running in d54f58f38918 01:58:18 Removing intermediate container d54f58f38918 01:58:18 ---> 2493f61c253e 01:58:18 Step 30/36 : EXPOSE 59983 01:58:18 ---> Running in d05e19d762b5 01:58:18 Removing intermediate container d05e19d762b5 01:58:18 ---> 00617d3fc9cf 01:58:18 Step 31/36 : EXPOSE 8554 01:58:19 ---> Running in 80030c49c9d5 01:58:19 Removing intermediate container 80030c49c9d5 01:58:19 ---> 0141d7ddf061 01:58:19 Step 32/36 : ENTRYPOINT ["/docker-entrypoint.sh"] 01:58:19 ---> Running in 9f0157880cb7 01:58:19 Removing intermediate container 9f0157880cb7 01:58:19 ---> 74b4ba7ad7d7 01:58:19 Step 33/36 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] 01:58:19 ---> Running in 3ef224b4e7b5 01:58:19 Removing intermediate container 3ef224b4e7b5 01:58:19 ---> 0bb84d45f0ac 01:58:19 Step 34/36 : LABEL arch=arm64 01:58:20 ---> Running in c92dc85f7fa7 01:58:20 Removing intermediate container c92dc85f7fa7 01:58:20 ---> ded867b04945 01:58:20 Step 35/36 : LABEL git_sha=c4bbce33bb66da3e537be385573c1eb77100b1d8 01:58:20 ---> Running in b55beb66da08 01:58:20 Removing intermediate container b55beb66da08 01:58:20 ---> 23cd08ae496d 01:58:20 Step 36/36 : LABEL version=0.0.0 01:58:20 ---> Running in 2522df6b0013 01:58:21 Removing intermediate container 2522df6b0013 01:58:21 ---> c22e2f90aafd 01:58:21 [Warning] One or more build-args [ARCH] were not consumed 01:58:21 Successfully built c22e2f90aafd 01:58:21 Successfully tagged device-usb-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:58:22 01:58:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:58:22 arm64: Pulling from edgex-lftools-log-publisher 01:58:22 8998bd30e6a1: Pulling fs layer 01:58:22 04944245beec: Pulling fs layer 01:58:22 699f458cf7ca: Pulling fs layer 01:58:22 765212b225bb: Pulling fs layer 01:58:22 f23df028b6ca: Pulling fs layer 01:58:22 d65c8cfc05b1: Pulling fs layer 01:58:22 2437ff75d9bd: Pulling fs layer 01:58:22 f23df028b6ca: Waiting 01:58:22 d65c8cfc05b1: Waiting 01:58:22 2437ff75d9bd: Waiting 01:58:22 765212b225bb: Waiting 01:58:22 04944245beec: Verifying Checksum 01:58:22 04944245beec: Download complete 01:58:22 765212b225bb: Verifying Checksum 01:58:22 765212b225bb: Download complete 01:58:22 f23df028b6ca: Verifying Checksum 01:58:22 f23df028b6ca: Download complete 01:58:22 d65c8cfc05b1: Verifying Checksum 01:58:22 d65c8cfc05b1: Download complete 01:58:22 699f458cf7ca: Verifying Checksum 01:58:22 699f458cf7ca: Download complete 01:58:23 8998bd30e6a1: Verifying Checksum 01:58:23 8998bd30e6a1: Download complete 01:58:25 2437ff75d9bd: Verifying Checksum 01:58:25 2437ff75d9bd: Download complete 01:58:27 8998bd30e6a1: Pull complete 01:58:27 04944245beec: Pull complete 01:58:29 699f458cf7ca: Pull complete 01:58:29 765212b225bb: Pull complete 01:58:30 f23df028b6ca: Pull complete 01:58:30 d65c8cfc05b1: Pull complete 01:58:45 2437ff75d9bd: Pull complete 01:58:45 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:58:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:58:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:58:45 prd-ubuntu20.04-docker-arm64-4c-16g-66367 does not seem to be running inside a container 01:58:45 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 01:58:48 $ docker top 0c1fc771f09d0fc5962386522761f14f581e34dc72307879b6f078a8afef981c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:58:49 ---> job-cost.sh 01:58:49 lf-activate-venv: SKIPPING 01:58:49 INFO: No Stack... 01:58:49 INFO: Retrieving Pricing Info for: v3-standard-4 01:58:50 INFO: Archiving Costs [Pipeline] sh 01:58:50 + cat /w/workspace/device-usb-camera/1/archives/cost.csv 01:58:50 + cut -d, -f6 [Pipeline] lock 01:58:50 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-106-1-stack-cost] 01:58:50 Resource [jenkins-edgexfoundry-device-usb-camera-PR-106-1-stack-cost] did not exist. Created. 01:58:50 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-106-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:58:51 /w/workspace/device-usb-camera/1@tmp/durable-9fadfa40/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 01:58:51 + echo total: 0.10999999940395355 [Pipeline] stash 01:58:51 Warning: overwriting stash ‘stack-cost’ 01:58:51 Stashed 1 file(s) [Pipeline] } 01:58:51 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-106-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:58:51 $ docker stop --time=1 0c1fc771f09d0fc5962386522761f14f581e34dc72307879b6f078a8afef981c 01:58:53 $ docker rm -f 0c1fc771f09d0fc5962386522761f14f581e34dc72307879b6f078a8afef981c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 01:58:54 provisioning config files... 01:58:54 copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/foundry_device-usb-camera_PR-106@tmp/config1705920623587865585tmp [Pipeline] { [Pipeline] sh 01:58:54 + set +x 01:58:54 + curl -s https://codecov.io/bash 01:58:54 + bash -s -- 01:58:54 01:58:54 _____ _ 01:58:54 / ____| | | 01:58:54 | | ___ __| | ___ ___ _____ __ 01:58:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:58:54 | |___| (_) | (_| | __/ (_| (_) \ V / 01:58:54 \_____\___/ \__,_|\___|\___\___/ \_/ 01:58:54 Bash-1.0.6 01:58:54 01:58:54 01:58:54 ==> git version 2.25.1 found 01:58:54 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 01:58:54 Release-Date: 2020-01-08 01:58:54 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 01:58:54 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:58:54 ==> Jenkins CI detected. 01:58:54 current dir:  /w/workspace/foundry_device-usb-camera_PR-106 01:58:54 project root: . 01:58:54 --> token set from env 01:58:54 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:58:54 ==> Running gcov in . (disable via -X gcov) 01:58:54 ==> Python coveragepy not found 01:58:54 ==> Searching for coverage reports in: 01:58:54 + . 01:58:54 -> Found 1 reports 01:58:54 ==> Detecting git/mercurial file structure 01:58:54 ==> Reading reports 01:58:54 + ./coverage.out bytes=29387 01:58:54 ==> Appending adjustments 01:58:54 https://docs.codecov.io/docs/fixing-reports 01:58:54 + Found adjustments 01:58:54 ==> Gzipping contents 01:58:54 8.0K /tmp/codecov.9XjNJS.gz 01:58:54 ==> Uploading reports 01:58:54 url: https://codecov.io 01:58:54 query: branch=PR-106&commit=c4bbce33bb66da3e537be385573c1eb77100b1d8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-106%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=106&job=&cmd_args= 01:58:54 -> Pinging Codecov 01:58:54 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6df5b310-220c-4ff1-ad85-d7a32441f080&branch=PR-106&commit=c4bbce33bb66da3e537be385573c1eb77100b1d8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-106%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=106&job=&cmd_args= 01:58:55 -> Uploading to 01:58:55 https://storage.googleapis.com/codecov/v4/raw/2022-10-25/73D8F5FF140700D3E01443B452E23636/c4bbce33bb66da3e537be385573c1eb77100b1d8/8aca8fd2-cb86-4643-b491-c3797347c97c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221025%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221025T015855Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=03eeb02945af0097f856328d7f4c8db3bf9da185300d873b4d9f23c9cc31b5c5 01:58:55 % Total % Received % Xferd Average Speed Time Time Time Current 01:58:55 Dload Upload Total Spent Left Speed 01:58:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4175 0 0 100 4175 0 18806 --:--:-- --:--:-- --:--:-- 18721 100 4175 0 0 100 4175 0 17468 --:--:-- --:--:-- --:--:-- 17395 01:58:55 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/c4bbce33bb66da3e537be385573c1eb77100b1d8 [Pipeline] } 01:58:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 01:58:57 + [ -d /w/workspace/foundry_device-usb-camera_PR-106/archives ] 01:58:57 + ls -al /w/workspace/foundry_device-usb-camera_PR-106/archives 01:58:57 total 16 01:58:57 drwxr-xr-x 3 root root 4096 Oct 24 21:02 . 01:58:57 drwxrwxr-x 11 jenkins jenkins 4096 Oct 24 21:02 .. 01:58:57 drwxr-xr-x 2 root root 4096 Oct 24 21:02 cost 01:58:57 -rw-r--r-- 1 root root 89 Oct 24 21:02 cost.csv 01:58:57 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-usb-camera_PR-106/archives 01:58:57 + ls -al /w/workspace/foundry_device-usb-camera_PR-106/archives 01:58:57 total 16 01:58:57 drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 21:02 . 01:58:57 drwxrwxr-x 11 jenkins jenkins 4096 Oct 24 21:02 .. 01:58:57 drwxr-xr-x 2 jenkins jenkins 4096 Oct 24 21:02 cost 01:58:57 -rw-r--r-- 1 jenkins jenkins 89 Oct 24 21:02 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:58:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:58:58 ---> package-listing.sh 01:58:58 ++ facter osfamily 01:58:58 ++ tr '[:upper:]' '[:lower:]' 01:58:58 + OS_FAMILY=debian 01:58:58 + workspace=/w/workspace/foundry_device-usb-camera_PR-106 01:58:58 + START_PACKAGES=/tmp/packages_start.txt 01:58:58 + END_PACKAGES=/tmp/packages_end.txt 01:58:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:58:58 + PACKAGES=/tmp/packages_start.txt 01:58:58 + '[' /w/workspace/foundry_device-usb-camera_PR-106 ']' 01:58:58 + PACKAGES=/tmp/packages_end.txt 01:58:58 + case "${OS_FAMILY}" in 01:58:58 + dpkg -l 01:58:58 + grep '^ii' 01:58:58 + '[' -f /tmp/packages_start.txt ']' 01:58:58 + '[' -f /tmp/packages_end.txt ']' 01:58:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:58:58 + '[' /w/workspace/foundry_device-usb-camera_PR-106 ']' 01:58:58 + mkdir -p /w/workspace/foundry_device-usb-camera_PR-106/archives/ 01:58:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-usb-camera_PR-106/archives/ [Pipeline] echo 01:58:58 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-usb-camera_PR-106/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:58:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:58:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:58:59 prd-ubuntu20.04-docker-8c-8g-35955 does not seem to be running inside a container 01:58:59 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-usb-camera_PR-106/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-usb-camera_PR-106 -v /w/workspace/foundry_device-usb-camera_PR-106:/w/workspace/foundry_device-usb-camera_PR-106:rw,z -v /w/workspace/foundry_device-usb-camera_PR-106@tmp:/w/workspace/foundry_device-usb-camera_PR-106@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:59:00 $ docker top 0ffd407d56c6c037dabf59f08a1a56d7876596e0b7b465fe9c17bb5e3c874366 -eo pid,comm [Pipeline] { [Pipeline] sh 01:59:00 + touch /tmp/pre-build-complete [Pipeline] sh 01:59:00 + mkdir -p /var/log/sysstat [Pipeline] sh 01:59:01 + ls /var/log/sa-host 01:59:01 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:59:01 provisioning config files... 01:59:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-usb-camera_PR-106@tmp/config12348467081027191903tmp [Pipeline] { [Pipeline] echo 01:59:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:59:01 ---> create-netrc.sh [Pipeline] } 01:59:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:59:02 ---> python-tools-install.sh [Pipeline] echo 01:59:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:59:02 ---> sudo-logs.sh 01:59:02 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:59:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:59:02 ---> job-cost.sh 01:59:02 lf-activate-venv: SKIPPING 01:59:02 DEBUG: total: 0.2199999988079071 01:59:02 INFO: Retrieving Stack Cost... 01:59:03 INFO: Retrieving Pricing Info for: v3-standard-8 01:59:03 INFO: Archiving Costs [Pipeline] echo 01:59:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:59:03 ---> logs-deploy.sh 01:59:03 lf-activate-venv: SKIPPING 01:59:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/PR-106/1 01:59:03 INFO: archiving workspace using pattern(s): 01:59:04 Archives upload complete. 01:59:05 INFO: archiving logs to Nexus 01:59:05 ---> uname -a: 01:59:05 Linux prd-ubuntu20-04-docker-8c-8g-35955 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 01:59:05 01:59:05 01:59:05 ---> lscpu: 01:59:05 Architecture: x86_64 01:59:05 CPU op-mode(s): 32-bit, 64-bit 01:59:05 Byte Order: Little Endian 01:59:05 Address sizes: 40 bits physical, 48 bits virtual 01:59:05 CPU(s): 8 01:59:05 On-line CPU(s) list: 0-7 01:59:05 Thread(s) per core: 1 01:59:05 Core(s) per socket: 1 01:59:05 Socket(s): 8 01:59:05 NUMA node(s): 1 01:59:05 Vendor ID: AuthenticAMD 01:59:05 CPU family: 23 01:59:05 Model: 49 01:59:05 Model name: AMD EPYC-Rome Processor 01:59:05 Stepping: 0 01:59:05 CPU MHz: 2800.002 01:59:05 BogoMIPS: 5600.00 01:59:05 Virtualization: AMD-V 01:59:05 Hypervisor vendor: KVM 01:59:05 Virtualization type: full 01:59:05 L1d cache: 256 KiB 01:59:05 L1i cache: 256 KiB 01:59:05 L2 cache: 4 MiB 01:59:05 L3 cache: 128 MiB 01:59:05 NUMA node0 CPU(s): 0-7 01:59:05 Vulnerability Itlb multihit: Not affected 01:59:05 Vulnerability L1tf: Not affected 01:59:05 Vulnerability Mds: Not affected 01:59:05 Vulnerability Meltdown: Not affected 01:59:05 Vulnerability Mmio stale data: Not affected 01:59:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:59:05 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 01:59:05 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 01:59:05 Vulnerability Srbds: Not affected 01:59:05 Vulnerability Tsx async abort: Not affected 01:59:05 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 01:59:05 01:59:05 01:59:05 ---> nproc: 01:59:05 8 01:59:05 01:59:05 01:59:05 ---> df -h: 01:59:05 Filesystem Size Used Avail Use% Mounted on 01:59:05 overlay 155G 12G 144G 8% / 01:59:05 tmpfs 64M 0 64M 0% /dev 01:59:05 tmpfs 16G 0 16G 0% /sys/fs/cgroup 01:59:05 shm 64M 0 64M 0% /dev/shm 01:59:05 /dev/vda1 155G 12G 144G 8% /facter-os 01:59:05 01:59:05 01:59:05 ---> sar -b -r -n DEV: 01:59:05 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-35955) 10/25/22 _x86_64_ (8 CPU) 01:59:05 01:59:05 00:00:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:59:05 00:00:01 500.00 0.00 500.00 0.00 0.00 10400.00 0.00 01:59:05 00:01:01 6.40 0.03 6.37 0.00 0.27 154.51 0.00 01:59:05 00:02:01 1.88 0.00 1.88 0.00 0.00 20.53 0.00 01:59:05 00:03:01 1.22 0.00 1.22 0.00 0.00 13.06 0.00 01:59:05 00:04:01 1.50 0.00 1.50 0.00 0.00 16.79 0.00 01:59:05 00:05:01 1.18 0.00 1.18 0.00 0.00 12.26 0.00 01:59:05 00:06:01 1.50 0.00 1.50 0.00 0.00 17.86 0.00 01:59:05 00:07:01 1.15 0.00 1.15 0.00 0.00 12.53 0.00 01:59:05 00:08:01 1.57 0.00 1.57 0.00 0.00 17.46 0.00 01:59:05 00:09:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 01:59:05 00:10:01 1.42 0.00 1.42 0.00 0.00 16.66 0.00 01:59:05 00:11:01 1.27 0.00 1.27 0.00 0.00 14.40 0.00 01:59:05 00:12:01 1.43 0.00 1.43 0.00 0.00 17.60 0.00 01:59:05 00:13:01 1.17 0.00 1.17 0.00 0.00 12.00 0.00 01:59:05 00:14:01 0.98 0.00 0.98 0.00 0.00 11.86 0.00 01:59:05 00:15:01 1.47 0.00 1.47 0.00 0.00 16.53 0.00 01:59:05 00:16:01 1.55 0.00 1.55 0.00 0.00 18.53 0.00 01:59:05 00:17:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 01:59:05 00:18:01 1.90 0.00 1.90 0.00 0.00 21.46 0.00 01:59:05 00:19:01 1.30 0.00 1.30 0.00 0.00 14.26 0.00 01:59:05 00:20:01 1.48 0.00 1.48 0.00 0.00 16.66 0.00 01:59:05 00:21:01 1.20 0.00 1.20 0.00 0.00 12.53 0.00 01:59:05 00:22:01 1.98 0.00 1.98 0.00 0.00 22.66 0.00 01:59:05 00:23:01 1.65 0.00 1.65 0.00 0.00 17.46 0.00 01:59:05 00:24:01 1.83 0.00 1.83 0.00 0.00 20.53 0.00 01:59:05 00:25:01 1.20 0.00 1.20 0.00 0.00 12.80 0.00 01:59:05 00:26:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 01:59:05 00:27:01 1.13 0.00 1.13 0.00 0.00 11.60 0.00 01:59:05 00:28:01 1.33 0.00 1.33 0.00 0.00 17.06 0.00 01:59:05 00:29:01 1.12 0.00 1.12 0.00 0.00 11.86 0.00 01:59:05 00:30:01 1.23 0.00 1.23 0.00 0.00 13.86 0.00 01:59:05 00:31:01 1.38 0.00 1.38 0.00 0.00 15.20 0.00 01:59:05 00:32:01 1.77 0.00 1.77 0.00 0.00 19.60 0.00 01:59:05 00:33:01 1.18 0.00 1.18 0.00 0.00 13.46 0.00 01:59:05 00:34:01 1.28 0.00 1.28 0.00 0.00 15.73 0.00 01:59:05 00:35:01 1.25 0.00 1.25 0.00 0.00 12.93 0.00 01:59:05 00:36:01 1.18 0.00 1.18 0.00 0.00 14.00 0.00 01:59:05 00:37:01 1.42 0.00 1.42 0.00 0.00 16.13 0.00 01:59:05 00:38:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 01:59:05 00:39:01 1.27 0.00 1.27 0.00 0.00 14.66 0.00 01:59:05 00:40:01 0.93 0.00 0.93 0.00 0.00 11.33 0.00 01:59:05 00:41:01 1.35 0.00 1.35 0.00 0.00 15.06 0.00 01:59:05 00:42:01 1.72 0.00 1.72 0.00 0.00 18.66 0.00 01:59:05 00:43:01 1.12 0.00 1.12 0.00 0.00 13.20 0.00 01:59:05 00:44:01 1.57 0.00 1.57 0.00 0.00 18.00 0.00 01:59:05 00:45:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 01:59:05 00:46:01 1.65 0.00 1.65 0.00 0.00 18.93 0.00 01:59:05 00:47:01 1.22 0.00 1.22 0.00 0.00 13.06 0.00 01:59:05 00:48:01 1.67 0.00 1.67 0.00 0.00 18.93 0.00 01:59:05 00:49:01 1.15 0.00 1.15 0.00 0.00 12.66 0.00 01:59:05 00:50:01 1.57 0.00 1.57 0.00 0.00 17.20 0.00 01:59:05 00:51:01 1.10 0.00 1.10 0.00 0.00 11.73 0.00 01:59:05 00:52:01 1.35 0.00 1.35 0.00 0.00 16.40 0.00 01:59:05 00:53:01 1.15 0.00 1.15 0.00 0.00 12.00 0.00 01:59:05 00:54:01 1.78 0.00 1.78 0.00 0.00 20.66 0.00 01:59:05 00:55:01 1.12 0.00 1.12 0.00 0.00 11.46 0.00 01:59:05 00:56:01 1.28 0.00 1.28 0.00 0.00 16.26 0.00 01:59:05 00:57:01 1.23 0.00 1.23 0.00 0.00 13.46 0.00 01:59:05 00:58:01 1.30 0.00 1.30 0.00 0.00 14.66 0.00 01:59:05 00:59:01 1.23 0.00 1.23 0.00 0.00 14.00 0.00 01:59:05 01:00:01 1.48 0.00 1.48 0.00 0.00 20.26 0.00 01:59:05 01:01:01 1.22 0.00 1.22 0.00 0.00 12.66 0.00 01:59:05 01:02:01 1.50 0.00 1.50 0.00 0.00 16.66 0.00 01:59:05 01:03:01 1.18 0.00 1.18 0.00 0.00 13.33 0.00 01:59:05 01:04:01 1.47 0.00 1.47 0.00 0.00 17.86 0.00 01:59:05 01:05:01 1.07 0.00 1.07 0.00 0.00 10.93 0.00 01:59:05 01:06:01 1.15 0.00 1.15 0.00 0.00 14.00 0.00 01:59:05 01:07:01 1.52 0.00 1.52 0.00 0.00 15.46 0.00 01:59:05 01:08:01 1.30 0.00 1.30 0.00 0.00 14.93 0.00 01:59:05 01:09:01 1.42 0.00 1.42 0.00 0.00 16.00 0.00 01:59:05 01:10:01 1.55 0.00 1.55 0.00 0.00 17.06 0.00 01:59:05 01:11:01 1.15 0.00 1.15 0.00 0.00 12.80 0.00 01:59:05 01:12:01 1.90 0.00 1.90 0.00 0.00 20.66 0.00 01:59:05 01:13:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 01:59:05 01:14:01 1.87 0.00 1.87 0.00 0.00 20.66 0.00 01:59:05 01:15:01 1.10 0.00 1.10 0.00 0.00 11.33 0.00 01:59:05 01:16:01 1.60 0.00 1.60 0.00 0.00 18.26 0.00 01:59:05 01:17:01 1.20 0.00 1.20 0.00 0.00 13.06 0.00 01:59:05 01:18:01 1.78 0.00 1.78 0.00 0.00 19.73 0.00 01:59:05 01:19:01 1.18 0.00 1.18 0.00 0.00 12.26 0.00 01:59:05 01:20:01 1.02 0.00 1.02 0.00 0.00 12.53 0.00 01:59:05 01:21:01 1.43 0.00 1.43 0.00 0.00 16.13 0.00 01:59:05 01:22:01 1.82 0.00 1.82 0.00 0.00 20.40 0.00 01:59:05 01:23:01 1.15 0.00 1.15 0.00 0.00 13.20 0.00 01:59:05 01:24:01 1.18 0.00 1.18 0.00 0.00 13.06 0.00 01:59:05 01:25:01 1.27 0.00 1.27 0.00 0.00 14.40 0.00 01:59:05 01:26:01 1.30 0.00 1.30 0.00 0.00 14.93 0.00 01:59:05 01:27:01 1.45 0.00 1.45 0.00 0.00 16.00 0.00 01:59:05 01:28:01 1.07 0.00 1.07 0.00 0.00 12.80 0.00 01:59:05 01:29:02 1.38 0.00 1.38 0.00 0.00 14.93 0.00 01:59:05 01:30:01 1.14 0.00 1.14 0.00 0.00 12.88 0.00 01:59:05 01:31:01 1.58 0.00 1.58 0.00 0.00 17.86 0.00 01:59:05 01:32:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 01:59:05 01:33:01 1.48 0.00 1.48 0.00 0.00 16.93 0.00 01:59:05 01:34:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 01:59:05 01:35:01 1.37 0.00 1.37 0.00 0.00 15.06 0.00 01:59:05 01:36:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 01:59:05 01:37:01 1.47 0.00 1.47 0.00 0.00 15.73 0.00 01:59:05 01:38:01 1.82 0.00 1.82 0.00 0.00 21.19 0.00 01:59:05 01:39:01 1.17 0.00 1.17 0.00 0.00 11.60 0.00 01:59:05 01:40:01 1.73 0.00 1.73 0.00 0.00 19.46 0.00 01:59:05 01:41:01 1.23 0.00 1.23 0.00 0.00 12.53 0.00 01:59:05 01:42:01 0.97 0.00 0.97 0.00 0.00 11.06 0.00 01:59:05 01:43:01 1.53 0.00 1.53 0.00 0.00 17.06 0.00 01:59:05 01:44:01 1.28 0.00 1.28 0.00 0.00 13.60 0.00 01:59:05 01:45:01 1.27 0.00 1.27 0.00 0.00 14.26 0.00 01:59:05 01:46:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 01:59:05 01:47:01 1.35 0.00 1.35 0.00 0.00 14.26 0.00 01:59:05 01:48:01 1.92 0.00 1.92 0.00 0.00 21.46 0.00 01:59:05 01:49:01 1.17 0.00 1.17 0.00 0.00 11.86 0.00 01:59:05 01:50:01 1.35 0.00 1.35 0.00 0.00 15.06 0.00 01:59:05 01:51:01 1.37 0.00 1.37 0.00 0.00 14.40 0.00 01:59:05 01:52:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 01:59:05 01:53:01 1.47 0.00 1.47 0.00 0.00 16.13 0.00 01:59:05 01:54:01 1.73 0.00 1.73 0.00 0.00 18.40 0.00 01:59:05 01:55:01 1.18 0.00 1.18 0.00 0.00 12.93 0.00 01:59:05 01:56:01 1.70 0.00 1.70 0.00 0.00 19.46 0.00 01:59:05 01:57:01 1.12 0.00 1.12 0.00 0.00 11.33 0.00 01:59:05 01:58:01 1.80 0.00 1.80 0.00 0.00 19.73 0.00 01:59:05 01:59:01 5.82 0.27 5.55 0.00 23.86 169.31 0.00 01:59:05 Average: 1.44 0.00 1.43 0.00 0.20 17.66 0.00 01:59:05 01:59:05 00:00:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:59:05 00:00:01 27220496 31548208 736336 2.24 178064 4277512 1798332 5.30 1405924 3714960 68 01:59:05 00:01:01 27217764 31546476 737488 2.24 178372 4277532 1806392 5.32 1406036 3714252 12 01:59:05 00:02:01 27217684 31546468 737468 2.24 178416 4277536 1806392 5.32 1406228 3714252 40 01:59:05 00:03:01 27217880 31546668 737152 2.24 178452 4277536 1806392 5.32 1406100 3714252 4 01:59:05 00:04:01 27217328 31546196 737600 2.24 178460 4277540 1806392 5.32 1406140 3714256 44 01:59:05 00:05:01 27217296 31546184 737576 2.24 178484 4277540 1806392 5.32 1406516 3714256 16 01:59:05 00:06:01 27217420 31546260 737372 2.24 178508 4277544 1806392 5.32 1406188 3714260 12 01:59:05 00:07:01 27217624 31546476 737088 2.24 178540 4277532 1806392 5.32 1406196 3714264 8 01:59:05 00:08:01 27217228 31546148 737308 2.24 178572 4277548 1806392 5.32 1406536 3714264 4 01:59:05 00:09:01 27216952 31545892 737500 2.24 178596 4277556 1803304 5.31 1407148 3714268 216 01:59:05 00:10:01 27217432 31546324 737064 2.24 178636 4277556 1803304 5.31 1406876 3714272 64 01:59:05 00:11:01 27217336 31546264 737020 2.24 178668 4277560 1803304 5.31 1407032 3714276 196 01:59:05 00:12:01 27217292 31546256 737220 2.24 178716 4277548 1803304 5.31 1406720 3714280 60 01:59:05 00:13:01 27217252 31546244 737176 2.24 178728 4277564 1803304 5.31 1406880 3714280 8 01:59:05 00:14:01 27217284 31546288 737100 2.24 178752 4277568 1803304 5.31 1406624 3714284 224 01:59:05 00:15:01 27217212 31546264 737064 2.24 178788 4277564 1803304 5.31 1406836 3714284 20 01:59:05 00:16:01 27217408 31546492 736748 2.24 178816 4277576 1803304 5.31 1406696 3714288 12 01:59:05 00:17:01 27216916 31546044 737184 2.24 178848 4277560 1803304 5.31 1406856 3714292 8 01:59:05 00:18:01 27217280 31546512 736804 2.24 178864 4277584 1803304 5.31 1407016 3714300 52 01:59:05 00:19:01 27217012 31546252 737012 2.24 178884 4277588 1803304 5.31 1406712 3714304 8 01:59:05 00:20:01 27216708 31545996 737456 2.24 178908 4277588 1787032 5.27 1407048 3714304 12 01:59:05 00:21:01 27216952 31546260 737156 2.24 178932 4277592 1787032 5.27 1406784 3714308 4 01:59:05 00:22:01 27217132 31546508 736840 2.24 179004 4277576 1787032 5.27 1407108 3714308 44 01:59:05 00:23:01 27217360 31546816 736480 2.24 179072 4277596 1787032 5.27 1406936 3714316 8 01:59:05 00:24:01 27217280 31546784 736452 2.24 179112 4277600 1787032 5.27 1406984 3714316 40 01:59:05 00:25:01 27216476 31546012 737164 2.24 179144 4277600 1787032 5.27 1407084 3714316 12 01:59:05 00:26:01 27216636 31546320 736976 2.24 179168 4277732 1787032 5.27 1407380 3714432 248 01:59:05 00:27:01 27216660 31546344 736944 2.24 179176 4277732 1787032 5.27 1407056 3714432 8 01:59:05 00:28:01 27216264 31546004 737184 2.24 179204 4277740 1787032 5.27 1407356 3714452 68 01:59:05 00:29:01 27216280 31546024 737148 2.24 179220 4277744 1787032 5.27 1407092 3714456 8 01:59:05 00:30:01 27216232 31546016 737108 2.24 179248 4277744 1787032 5.27 1407480 3714460 176 01:59:05 00:31:01 27216176 31546012 737076 2.24 179284 4277748 1787032 5.27 1407436 3714464 28 01:59:05 00:32:01 27216200 31546060 736984 2.24 179312 4277752 1787032 5.27 1407188 3714468 168 01:59:05 00:33:01 27216404 31546284 736776 2.24 179352 4277756 1787032 5.27 1407204 3714472 8 01:59:05 00:34:01 27216792 31546716 736524 2.24 179372 4277760 1787032 5.27 1407244 3714476 60 01:59:05 00:35:01 27216492 31546452 736724 2.24 179388 4277760 1787032 5.27 1407608 3714476 12 01:59:05 00:36:01 27216464 31546448 736924 2.24 179412 4277768 1803084 5.31 1407292 3714480 180 01:59:05 00:37:01 27216440 31546440 736904 2.24 179432 4277756 1803084 5.31 1407300 3714484 8 01:59:05 00:38:01 27216896 31546920 736476 2.24 179436 4277772 1803084 5.31 1407320 3714488 164 01:59:05 00:39:01 27216596 31546628 736704 2.24 179452 4277776 1803084 5.31 1407324 3714492 8 01:59:05 00:40:01 27216516 31546568 736712 2.24 179472 4277776 1803084 5.31 1407696 3714492 208 01:59:05 00:41:01 27216184 31546272 736952 2.24 179488 4277780 1803084 5.31 1407640 3714496 180 01:59:05 00:42:01 27216484 31546580 736636 2.24 179500 4277780 1803084 5.31 1407380 3714496 164 01:59:05 00:43:01 27216644 31546796 736576 2.24 179544 4277784 1803084 5.31 1407500 3714500 24 01:59:05 00:44:01 27216596 31546752 736552 2.24 179584 4277788 1803084 5.31 1407424 3714504 8 01:59:05 00:45:01 27216580 31546804 736480 2.24 179612 4277788 1803084 5.31 1407568 3714504 16 01:59:05 00:46:01 27216248 31546504 736716 2.24 179636 4277796 1803084 5.31 1407564 3714508 64 01:59:05 00:47:01 27216200 31546472 736692 2.24 179656 4277784 1803084 5.31 1407864 3714512 8 01:59:05 00:48:01 27216436 31546752 736396 2.24 179680 4277800 1803084 5.31 1407608 3714516 40 01:59:05 00:49:01 27216388 31546728 736360 2.24 179696 4277808 1803084 5.31 1407624 3714524 8 01:59:05 00:50:01 27216120 31546464 736556 2.24 179704 4277808 1803084 5.31 1407668 3714524 44 01:59:05 00:51:01 27216524 31546876 736268 2.24 179720 4277812 1802528 5.31 1407608 3714528 12 01:59:05 00:52:01 27216768 31547148 735992 2.24 179736 4277804 1802528 5.31 1407636 3714528 40 01:59:05 00:53:01 27216468 31546880 736204 2.24 179752 4277816 1802528 5.31 1407676 3714536 8 01:59:05 00:54:01 27216096 31546548 736464 2.24 179792 4277824 1802528 5.31 1407712 3714536 28 01:59:05 00:55:01 27216444 31546904 736108 2.24 179808 4277824 1802528 5.31 1407760 3714540 20 01:59:05 00:56:01 27216396 31546892 736364 2.24 179828 4277828 1802528 5.31 1407744 3714544 60 01:59:05 00:57:01 27216312 31546816 736388 2.24 179864 4277812 1802528 5.31 1407688 3714544 12 01:59:05 00:58:01 27216296 31546856 736332 2.24 179884 4277832 1802528 5.31 1407736 3714548 172 01:59:05 00:59:01 27216280 31546884 736376 2.24 179900 4277836 1802528 5.31 1407784 3714552 8 01:59:05 01:00:01 27215916 31546564 736652 2.24 179932 4277836 1802528 5.31 1408188 3714556 72 01:59:05 01:01:01 27215868 31546656 736492 2.24 179948 4277968 1802528 5.31 1407820 3714688 12 01:59:05 01:02:01 27215568 31546384 736716 2.24 179964 4277968 1802528 5.31 1407860 3714692 208 01:59:05 01:03:01 27216024 31546892 736264 2.24 179996 4277972 1802528 5.31 1407924 3714700 24 01:59:05 01:04:01 27215756 31546632 736440 2.24 180020 4277980 1802528 5.31 1407916 3714704 4 01:59:05 01:05:01 27215892 31546800 736432 2.24 180048 4277980 1802528 5.31 1408016 3714708 12 01:59:05 01:06:01 27215876 31546832 736384 2.24 180080 4277988 1802528 5.31 1407992 3714720 236 01:59:05 01:07:01 27215828 31546828 736348 2.24 180108 4277988 1802156 5.31 1408032 3714724 4 01:59:05 01:08:01 27215520 31546524 736560 2.24 180144 4277992 1802156 5.31 1408016 3714728 280 01:59:05 01:09:01 27215180 31546360 736668 2.24 180192 4277996 1802156 5.31 1408512 3714712 196 01:59:05 01:10:01 27215132 31546352 736628 2.24 180216 4277996 1802156 5.31 1408504 3714712 232 01:59:05 01:11:01 27215052 31546276 736612 2.24 180248 4278000 1802156 5.31 1408372 3714716 32 01:59:05 01:12:01 27215252 31546508 736516 2.24 180296 4278004 1786024 5.26 1408280 3714716 28 01:59:05 01:13:01 27214700 31546024 736996 2.24 180320 4278008 1786024 5.26 1408824 3714724 12 01:59:05 01:14:01 27215164 31546556 736400 2.24 180368 4278012 1786024 5.26 1408568 3714728 48 01:59:05 01:15:01 27215060 31546488 736396 2.24 180388 4278012 1786024 5.26 1408864 3714728 24 01:59:05 01:16:01 27214984 31546416 736708 2.24 180416 4278016 1786024 5.26 1408836 3714732 236 01:59:05 01:17:01 27214960 31546436 736676 2.24 180448 4278000 1786024 5.26 1408560 3714736 8 01:59:05 01:18:01 27214628 31546176 736836 2.24 180464 4278020 1786024 5.26 1408616 3714744 40 01:59:05 01:19:01 27214304 31545852 737084 2.24 180496 4278020 1786024 5.26 1409012 3714744 12 01:59:05 01:20:01 27214540 31546136 736756 2.24 180520 4278024 1786024 5.26 1408904 3714740 208 01:59:05 01:21:01 27214492 31546120 736708 2.24 180544 4278032 1802132 5.31 1408752 3714744 12 01:59:05 01:22:01 27214444 31546112 736660 2.24 180580 4278032 1802132 5.31 1408852 3714756 180 01:59:05 01:23:01 27214612 31546340 736584 2.24 180624 4278040 1802132 5.31 1408756 3714764 8 01:59:05 01:24:01 27214596 31546372 736544 2.24 180648 4278040 1802132 5.31 1408796 3714768 172 01:59:05 01:25:01 27214264 31546044 736780 2.24 180680 4278044 1802132 5.31 1408856 3714772 28 01:59:05 01:26:01 27214216 31546040 736736 2.24 180708 4278048 1802132 5.31 1408840 3714776 172 01:59:05 01:27:01 27213892 31545748 736968 2.24 180756 4278032 1802132 5.31 1408880 3714780 8 01:59:05 01:28:01 27214152 31546064 736688 2.24 180788 4278052 1802132 5.31 1408920 3714788 220 01:59:05 01:29:02 27214312 31546268 736668 2.24 180808 4278052 1785956 5.26 1408968 3714792 16 01:59:05 01:30:01 27214216 31546216 736656 2.24 180836 4278060 1785956 5.26 1409340 3714800 232 01:59:05 01:31:01 27214240 31546280 736564 2.24 180872 4278064 1785956 5.26 1409116 3714808 32 01:59:05 01:32:01 27214628 31546676 736408 2.24 180896 4278064 1785956 5.26 1409040 3714808 236 01:59:05 01:33:01 27214608 31546700 736596 2.24 180932 4278068 1785956 5.26 1409364 3714784 52 01:59:05 01:34:01 27214600 31546744 736564 2.24 180948 4278068 1785956 5.26 1409408 3714788 304 01:59:05 01:35:01 27214544 31546692 736552 2.24 180972 4278072 1785956 5.26 1409476 3714792 12 01:59:05 01:36:01 27214276 31546572 736636 2.24 181008 4278204 1785956 5.26 1409460 3714912 224 01:59:05 01:37:01 27214228 31546580 736624 2.24 181036 4278204 1785956 5.26 1409476 3714928 36 01:59:05 01:38:01 27213968 31546372 736768 2.24 181080 4278212 1802100 5.31 1409248 3714940 84 01:59:05 01:39:01 27213880 31546284 736800 2.24 181092 4278212 1802100 5.31 1409232 3714940 8 01:59:05 01:40:01 27214076 31546552 736432 2.24 181128 4278220 1802100 5.31 1409784 3714936 68 01:59:05 01:41:01 27214016 31546524 736684 2.24 181148 4278224 1802100 5.31 1409584 3714940 20 01:59:05 01:42:01 27213944 31546456 736652 2.24 181160 4278224 1802100 5.31 1409752 3714940 212 01:59:05 01:43:01 27213960 31546488 736588 2.24 181180 4278228 1802100 5.31 1409432 3714944 40 01:59:05 01:44:01 27214164 31546736 736284 2.24 181220 4278228 1802100 5.31 1409412 3714948 176 01:59:05 01:45:01 27213824 31546448 736516 2.24 181252 4278232 1802100 5.31 1409736 3714956 36 01:59:05 01:46:01 27213508 31546136 736744 2.24 181268 4278236 1802100 5.31 1409636 3714960 216 01:59:05 01:47:01 27213740 31546396 736660 2.24 181292 4278236 1802100 5.31 1409480 3714964 4 01:59:05 01:48:01 27213700 31546404 736592 2.24 181348 4278244 1802100 5.31 1409600 3714972 44 01:59:05 01:49:01 27213432 31546180 736772 2.24 181376 4278244 1802100 5.31 1409808 3714980 16 01:59:05 01:50:01 27213280 31546064 736784 2.24 181404 4278248 1802100 5.31 1409976 3714988 184 01:59:05 01:51:01 27213304 31546136 736712 2.24 181428 4278252 1802100 5.31 1409968 3714968 24 01:59:05 01:52:01 27213572 31546408 736676 2.24 181444 4278252 1802100 5.31 1409956 3714968 204 01:59:05 01:53:01 27213440 31546296 736740 2.24 181476 4278256 1802100 5.31 1409972 3714972 36 01:59:05 01:54:01 27213180 31545988 737044 2.24 181500 4278256 1802100 5.31 1409900 3714976 8 01:59:05 01:55:01 27213604 31546444 736536 2.24 181524 4278264 1802100 5.31 1409996 3714988 16 01:59:05 01:56:01 27213556 31546444 736488 2.24 181552 4278268 1818160 5.36 1410036 3714996 48 01:59:05 01:57:01 27213508 31546408 736468 2.24 181560 4278268 1818160 5.36 1410080 3714996 8 01:59:05 01:58:01 27213240 31546160 736632 2.24 181592 4278276 1818160 5.36 1410120 3715004 180 01:59:05 01:59:01 27183492 31520584 759188 2.31 181736 4281544 1821296 5.37 1433948 3716512 504 01:59:05 Average: 27215387 31546222 736922 2.24 179989 4277923 1798786 5.30 1408308 3714636 79 01:59:05 01:59:05 00:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:59:05 00:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:01:01 ens3 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:01:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:02:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:03:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:04:01 ens3 0.27 0.10 0.07 0.01 0.00 0.00 0.00 0.00 01:59:05 00:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:05:01 ens3 0.32 0.13 0.09 0.07 0.00 0.00 0.00 0.00 01:59:05 00:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:06:01 ens3 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:07:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 01:59:05 00:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:08:01 ens3 0.30 0.12 0.07 0.01 0.00 0.00 0.00 0.00 01:59:05 00:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:09:01 ens3 4.07 3.10 2.31 4.94 0.00 0.00 0.00 0.00 01:59:05 00:09:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:10:01 ens3 1.72 0.63 0.58 0.35 0.00 0.00 0.00 0.00 01:59:05 00:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:11:01 ens3 0.35 0.25 0.25 0.20 0.00 0.00 0.00 0.00 01:59:05 00:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:12:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:13:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:14:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:15:01 ens3 0.25 0.15 0.08 0.07 0.00 0.00 0.00 0.00 01:59:05 00:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:16:01 ens3 0.18 0.12 0.07 0.01 0.00 0.00 0.00 0.00 01:59:05 00:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:17:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:18:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:19:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:20:01 ens3 0.35 0.18 0.09 0.07 0.00 0.00 0.00 0.00 01:59:05 00:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:21:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:22:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:23:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:24:01 ens3 0.35 0.18 0.08 0.01 0.00 0.00 0.00 0.00 01:59:05 00:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:25:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 01:59:05 00:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:26:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:27:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:28:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:29:01 ens3 0.13 0.08 0.06 0.01 0.00 0.00 0.00 0.00 01:59:05 00:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:30:01 ens3 0.33 0.23 0.09 0.07 0.00 0.00 0.00 0.00 01:59:05 00:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:32:01 ens3 0.25 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:33:01 ens3 0.12 0.12 0.06 0.01 0.00 0.00 0.00 0.00 01:59:05 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:34:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:35:01 ens3 0.30 0.18 0.08 0.07 0.00 0.00 0.00 0.00 01:59:05 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:36:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:37:01 ens3 0.18 0.10 0.06 0.01 0.00 0.00 0.00 0.00 01:59:05 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:38:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:39:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 01:59:05 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:40:01 ens3 0.37 0.23 0.09 0.07 0.00 0.00 0.00 0.00 01:59:05 00:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:42:01 ens3 0.27 0.15 0.07 0.01 0.00 0.00 0.00 0.00 01:59:05 00:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:43:01 ens3 0.45 0.37 0.26 0.21 0.00 0.00 0.00 0.00 01:59:05 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:44:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:45:01 ens3 0.28 0.18 0.08 0.07 0.00 0.00 0.00 0.00 01:59:05 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:46:01 ens3 0.17 0.15 0.06 0.01 0.00 0.00 0.00 0.00 01:59:05 00:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:47:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:48:01 ens3 0.27 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:49:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:50:01 ens3 0.37 0.23 0.09 0.07 0.00 0.00 0.00 0.00 01:59:05 00:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:51:01 ens3 0.10 0.08 0.06 0.00 0.00 0.00 0.00 0.00 01:59:05 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:52:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:53:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:54:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:55:01 ens3 0.28 0.18 0.08 0.07 0.00 0.00 0.00 0.00 01:59:05 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:56:01 ens3 0.23 0.22 0.07 0.02 0.00 0.00 0.00 0.00 01:59:05 00:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:57:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:58:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:59:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:00:01 ens3 0.78 0.70 0.45 0.19 0.00 0.00 0.00 0.00 01:59:05 01:00:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 01:59:05 01:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:01:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 01:59:05 01:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:02:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:03:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:04:01 ens3 0.27 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:05:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 01:59:05 01:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:06:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:07:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:08:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:09:01 ens3 4.18 3.75 2.37 5.04 0.00 0.00 0.00 0.00 01:59:05 01:09:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:10:01 ens3 1.73 0.45 0.45 0.28 0.00 0.00 0.00 0.00 01:59:05 01:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:11:01 ens3 1.17 0.63 0.60 0.42 0.00 0.00 0.00 0.00 01:59:05 01:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:12:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:13:01 ens3 0.77 0.65 0.45 0.93 0.00 0.00 0.00 0.00 01:59:05 01:13:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:14:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:15:01 ens3 0.28 0.20 0.08 0.07 0.00 0.00 0.00 0.00 01:59:05 01:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:16:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:17:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:18:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:19:01 ens3 0.75 0.30 0.20 0.08 0.00 0.00 0.00 0.00 01:59:05 01:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:20:01 ens3 2.80 1.10 1.12 0.74 0.00 0.00 0.00 0.00 01:59:05 01:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:21:01 ens3 0.37 0.15 0.10 0.07 0.00 0.00 0.00 0.00 01:59:05 01:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:22:01 ens3 0.55 0.30 0.26 0.20 0.00 0.00 0.00 0.00 01:59:05 01:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:23:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:24:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:25:01 ens3 0.35 0.13 0.14 0.07 0.00 0.00 0.00 0.00 01:59:05 01:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:26:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:27:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:28:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:29:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:29:02 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:30:01 ens3 0.39 0.19 0.09 0.07 0.00 0.00 0.00 0.00 01:59:05 01:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:31:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:32:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:33:01 ens3 0.17 0.07 0.06 0.00 0.00 0.00 0.00 0.00 01:59:05 01:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:34:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:35:01 ens3 0.28 0.18 0.08 0.07 0.00 0.00 0.00 0.00 01:59:05 01:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:36:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:37:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:38:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:39:01 ens3 0.10 0.07 0.06 0.00 0.00 0.00 0.00 0.00 01:59:05 01:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:40:01 ens3 1.80 0.70 0.52 0.36 0.00 0.00 0.00 0.00 01:59:05 01:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:41:01 ens3 0.40 0.12 0.16 0.07 0.00 0.00 0.00 0.00 01:59:05 01:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:42:01 ens3 0.52 0.30 0.26 0.20 0.00 0.00 0.00 0.00 01:59:05 01:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:43:01 ens3 0.48 0.35 0.26 0.21 0.00 0.00 0.00 0.00 01:59:05 01:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:44:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:45:01 ens3 0.28 0.12 0.08 0.07 0.00 0.00 0.00 0.00 01:59:05 01:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:46:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:47:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:48:01 ens3 0.32 0.10 0.02 0.01 0.00 0.00 0.00 0.00 01:59:05 01:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:49:01 ens3 0.35 0.08 0.07 0.00 0.00 0.00 0.00 0.00 01:59:05 01:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:50:01 ens3 1.17 0.18 0.18 0.07 0.00 0.00 0.00 0.00 01:59:05 01:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:51:01 ens3 0.33 0.17 0.10 0.07 0.00 0.00 0.00 0.00 01:59:05 01:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:52:01 ens3 0.47 0.35 0.26 0.21 0.00 0.00 0.00 0.00 01:59:05 01:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:53:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:54:01 ens3 0.32 0.20 0.07 0.01 0.00 0.00 0.00 0.00 01:59:05 01:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:55:01 ens3 0.27 0.17 0.08 0.07 0.00 0.00 0.00 0.00 01:59:05 01:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:56:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:57:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:58:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 01:59:01 ens3 42.21 41.41 22.65 88.81 0.00 0.00 0.00 0.00 01:59:05 01:59:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 01:59:05 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:59:05 Average: ens3 0.70 0.54 0.31 0.88 0.00 0.00 0.00 0.00 01:59:05 Average: lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 01:59:05 01:59:05 01:59:05 ---> sar -P ALL: 01:59:05 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-35955) 10/25/22 _x86_64_ (8 CPU) 01:59:05 01:59:05 00:00:01 CPU %user %nice %system %iowait %steal %idle 01:59:05 00:00:01 all 11.11 0.00 11.11 0.00 0.00 77.78 01:59:05 00:00:01 0 100.00 0.00 0.00 0.00 0.00 0.00 01:59:05 00:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:00:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:00:01 4 0.00 0.00 50.00 0.00 0.00 50.00 01:59:05 00:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:01:01 all 0.04 0.02 0.04 0.02 0.01 99.87 01:59:05 00:01:01 0 0.02 0.00 0.03 0.07 0.00 99.88 01:59:05 00:01:01 1 0.07 0.00 0.05 0.00 0.03 99.85 01:59:05 00:01:01 2 0.03 0.00 0.03 0.02 0.00 99.92 01:59:05 00:01:01 3 0.03 0.00 0.03 0.00 0.00 99.93 01:59:05 00:01:01 4 0.07 0.00 0.02 0.00 0.00 99.92 01:59:05 00:01:01 5 0.05 0.17 0.05 0.08 0.00 99.65 01:59:05 00:01:01 6 0.03 0.00 0.03 0.00 0.00 99.93 01:59:05 00:01:01 7 0.02 0.00 0.05 0.00 0.02 99.92 01:59:05 00:02:01 all 0.17 0.00 0.02 0.01 0.01 99.79 01:59:05 00:02:01 0 0.02 0.00 0.00 0.07 0.02 99.90 01:59:05 00:02:01 1 0.08 0.00 0.05 0.00 0.03 99.83 01:59:05 00:02:01 2 0.03 0.00 0.02 0.02 0.02 99.92 01:59:05 00:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:02:01 4 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:02:01 5 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 00:02:01 6 1.16 0.00 0.07 0.00 0.00 98.78 01:59:05 00:02:01 7 0.05 0.00 0.02 0.00 0.00 99.93 01:59:05 00:03:01 all 0.12 0.00 0.01 0.05 0.01 99.81 01:59:05 00:03:01 0 0.00 0.00 0.00 0.23 0.00 99.77 01:59:05 00:03:01 1 0.05 0.00 0.05 0.03 0.03 99.83 01:59:05 00:03:01 2 0.00 0.00 0.02 0.03 0.00 99.95 01:59:05 00:03:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:03:01 4 0.00 0.00 0.00 0.00 0.02 99.98 01:59:05 00:03:01 5 0.00 0.00 0.00 0.10 0.00 99.90 01:59:05 00:03:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:03:01 7 0.86 0.00 0.03 0.00 0.00 99.11 01:59:05 00:04:01 all 0.07 0.00 0.00 0.00 0.01 99.92 01:59:05 00:04:01 0 0.02 0.00 0.02 0.02 0.00 99.95 01:59:05 00:04:01 1 0.03 0.00 0.00 0.00 0.02 99.95 01:59:05 00:04:01 2 0.00 0.00 0.00 0.02 0.02 99.97 01:59:05 00:04:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:04:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:04:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:04:01 7 0.48 0.00 0.00 0.00 0.02 99.50 01:59:05 00:05:01 all 0.02 0.00 0.02 0.00 0.01 99.95 01:59:05 00:05:01 0 0.02 0.00 0.03 0.02 0.00 99.93 01:59:05 00:05:01 1 0.05 0.00 0.05 0.00 0.02 99.88 01:59:05 00:05:01 2 0.03 0.00 0.02 0.02 0.02 99.92 01:59:05 00:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:05:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 00:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:05:01 7 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 00:06:01 all 0.01 0.00 0.01 0.00 0.00 99.97 01:59:05 00:06:01 0 0.02 0.00 0.03 0.00 0.02 99.93 01:59:05 00:06:01 1 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 00:06:01 2 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 00:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:06:01 7 0.03 0.00 0.03 0.00 0.00 99.93 01:59:05 00:07:01 all 0.02 0.00 0.01 0.00 0.01 99.96 01:59:05 00:07:01 0 0.02 0.00 0.00 0.02 0.00 99.97 01:59:05 00:07:01 1 0.05 0.00 0.02 0.00 0.02 99.92 01:59:05 00:07:01 2 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 00:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:07:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:07:01 5 0.00 0.00 0.02 0.02 0.00 99.97 01:59:05 00:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:07:01 7 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 00:08:01 all 0.01 0.00 0.01 0.00 0.00 99.96 01:59:05 00:08:01 0 0.03 0.00 0.03 0.02 0.00 99.92 01:59:05 00:08:01 1 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 00:08:01 2 0.00 0.00 0.03 0.00 0.02 99.95 01:59:05 00:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 00:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:08:01 7 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 00:09:01 all 0.10 0.00 0.02 0.00 0.01 99.87 01:59:05 00:09:01 0 0.08 0.00 0.03 0.02 0.00 99.87 01:59:05 00:09:01 1 0.10 0.00 0.03 0.00 0.00 99.87 01:59:05 00:09:01 2 0.10 0.00 0.05 0.02 0.02 99.82 01:59:05 00:09:01 3 0.07 0.00 0.00 0.00 0.00 99.93 01:59:05 00:09:01 4 0.10 0.00 0.03 0.00 0.00 99.87 01:59:05 00:09:01 5 0.22 0.00 0.00 0.00 0.02 99.77 01:59:05 00:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:09:01 7 0.08 0.00 0.00 0.00 0.02 99.90 01:59:05 00:10:01 all 0.10 0.00 0.01 0.00 0.01 99.88 01:59:05 00:10:01 0 0.03 0.00 0.02 0.02 0.00 99.93 01:59:05 00:10:01 1 0.02 0.00 0.02 0.00 0.02 99.95 01:59:05 00:10:01 2 0.03 0.00 0.00 0.00 0.02 99.95 01:59:05 00:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:10:01 4 0.00 0.00 0.00 0.00 0.02 99.98 01:59:05 00:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:10:01 7 0.75 0.00 0.07 0.00 0.00 99.19 01:59:05 01:59:05 00:10:01 CPU %user %nice %system %iowait %steal %idle 01:59:05 00:11:01 all 0.26 0.00 0.01 0.00 0.01 99.71 01:59:05 00:11:01 0 0.00 0.00 0.02 0.02 0.02 99.95 01:59:05 00:11:01 1 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 00:11:01 2 0.03 0.00 0.03 0.00 0.02 99.92 01:59:05 00:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:11:01 5 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 00:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:11:01 7 2.00 0.00 0.03 0.00 0.00 97.96 01:59:05 00:12:01 all 0.27 0.00 0.01 0.00 0.01 99.71 01:59:05 00:12:01 0 0.02 0.00 0.02 0.02 0.00 99.95 01:59:05 00:12:01 1 0.05 0.00 0.02 0.00 0.02 99.92 01:59:05 00:12:01 2 0.05 0.00 0.03 0.00 0.02 99.90 01:59:05 00:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:12:01 4 0.00 0.00 0.00 0.00 0.02 99.98 01:59:05 00:12:01 5 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 00:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:12:01 7 1.99 0.00 0.02 0.00 0.03 97.96 01:59:05 00:13:01 all 0.28 0.00 0.01 0.00 0.01 99.70 01:59:05 00:13:01 0 0.00 0.00 0.03 0.00 0.00 99.97 01:59:05 00:13:01 1 0.08 0.00 0.05 0.00 0.02 99.85 01:59:05 00:13:01 2 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 00:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:13:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:13:01 6 0.00 0.00 0.00 0.00 0.02 99.98 01:59:05 00:13:01 7 2.04 0.00 0.02 0.00 0.02 97.93 01:59:05 00:14:01 all 0.26 0.00 0.01 0.00 0.00 99.73 01:59:05 00:14:01 0 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 00:14:01 1 0.02 0.00 0.00 0.00 0.02 99.97 01:59:05 00:14:01 2 0.05 0.00 0.02 0.00 0.02 99.92 01:59:05 00:14:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:14:01 5 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 00:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:14:01 7 1.97 0.00 0.02 0.00 0.00 98.01 01:59:05 00:15:01 all 0.26 0.00 0.01 0.00 0.00 99.72 01:59:05 00:15:01 0 0.02 0.00 0.00 0.02 0.00 99.97 01:59:05 00:15:01 1 0.03 0.00 0.03 0.00 0.00 99.93 01:59:05 00:15:01 2 0.00 0.00 0.02 0.00 0.02 99.97 01:59:05 00:15:01 3 0.00 0.00 0.02 0.00 0.02 99.97 01:59:05 00:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:15:01 5 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 00:15:01 6 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 00:15:01 7 1.99 0.00 0.00 0.00 0.00 98.01 01:59:05 00:16:01 all 0.10 0.00 0.01 0.00 0.01 99.88 01:59:05 00:16:01 0 0.00 0.00 0.02 0.02 0.00 99.97 01:59:05 00:16:01 1 0.10 0.00 0.02 0.00 0.02 99.87 01:59:05 00:16:01 2 0.05 0.00 0.05 0.00 0.02 99.88 01:59:05 00:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:16:01 4 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 00:16:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:16:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:16:01 7 0.62 0.00 0.02 0.00 0.02 99.35 01:59:05 00:17:01 all 0.02 0.00 0.01 0.00 0.01 99.96 01:59:05 00:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 00:17:01 1 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 00:17:01 2 0.05 0.00 0.03 0.00 0.03 99.88 01:59:05 00:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:17:01 4 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 00:17:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:17:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 00:17:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:18:01 all 0.01 0.00 0.01 0.00 0.01 99.96 01:59:05 00:18:01 0 0.00 0.00 0.00 0.02 0.02 99.97 01:59:05 00:18:01 1 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 00:18:01 2 0.05 0.00 0.03 0.02 0.03 99.87 01:59:05 00:18:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:18:01 6 0.00 0.00 0.02 0.00 0.02 99.97 01:59:05 00:18:01 7 0.03 0.00 0.00 0.00 0.02 99.95 01:59:05 00:19:01 all 0.06 0.00 0.01 0.01 0.00 99.91 01:59:05 00:19:01 0 0.02 0.00 0.00 0.05 0.00 99.93 01:59:05 00:19:01 1 0.07 0.00 0.00 0.00 0.02 99.92 01:59:05 00:19:01 2 0.03 0.00 0.05 0.07 0.02 99.83 01:59:05 00:19:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:19:01 6 0.02 0.00 0.03 0.00 0.00 99.95 01:59:05 00:19:01 7 0.37 0.00 0.00 0.00 0.00 99.63 01:59:05 00:20:01 all 0.03 0.00 0.01 0.01 0.00 99.94 01:59:05 00:20:01 0 0.00 0.00 0.02 0.08 0.00 99.90 01:59:05 00:20:01 1 0.03 0.00 0.03 0.00 0.00 99.93 01:59:05 00:20:01 2 0.03 0.00 0.00 0.00 0.02 99.95 01:59:05 00:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:20:01 4 0.00 0.00 0.02 0.02 0.00 99.97 01:59:05 00:20:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:20:01 6 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 00:20:01 7 0.07 0.00 0.03 0.00 0.00 99.90 01:59:05 00:21:01 all 0.01 0.00 0.01 0.02 0.01 99.95 01:59:05 00:21:01 0 0.00 0.00 0.00 0.17 0.00 99.83 01:59:05 00:21:01 1 0.05 0.00 0.02 0.00 0.02 99.92 01:59:05 00:21:01 2 0.02 0.00 0.02 0.00 0.02 99.95 01:59:05 00:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:21:01 6 0.00 0.00 0.05 0.00 0.00 99.95 01:59:05 00:21:01 7 0.02 0.00 0.02 0.00 0.02 99.95 01:59:05 01:59:05 00:21:01 CPU %user %nice %system %iowait %steal %idle 01:59:05 00:22:01 all 0.01 0.00 0.01 0.01 0.00 99.96 01:59:05 00:22:01 0 0.00 0.00 0.02 0.03 0.00 99.95 01:59:05 00:22:01 1 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 00:22:01 2 0.03 0.00 0.03 0.02 0.02 99.90 01:59:05 00:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:22:01 4 0.02 0.00 0.02 0.02 0.00 99.95 01:59:05 00:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:22:01 6 0.00 0.00 0.00 0.00 0.02 99.98 01:59:05 00:22:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:23:01 all 0.05 0.00 0.01 0.01 0.01 99.91 01:59:05 00:23:01 0 0.03 0.00 0.00 0.08 0.00 99.88 01:59:05 00:23:01 1 0.05 0.00 0.02 0.00 0.02 99.92 01:59:05 00:23:01 2 0.28 0.00 0.07 0.00 0.03 99.62 01:59:05 00:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:23:01 4 0.02 0.00 0.00 0.00 0.02 99.97 01:59:05 00:23:01 5 0.00 0.00 0.02 0.00 0.02 99.97 01:59:05 00:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:23:01 7 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 00:24:01 all 0.02 0.00 0.01 0.01 0.00 99.96 01:59:05 00:24:01 0 0.02 0.00 0.02 0.03 0.00 99.93 01:59:05 00:24:01 1 0.03 0.00 0.03 0.00 0.00 99.93 01:59:05 00:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 00:24:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 00:24:01 4 0.02 0.00 0.00 0.02 0.00 99.97 01:59:05 00:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:24:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:24:01 7 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 00:25:01 all 0.02 0.00 0.01 0.00 0.01 99.96 01:59:05 00:25:01 0 0.03 0.00 0.00 0.02 0.00 99.95 01:59:05 00:25:01 1 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 00:25:01 2 0.03 0.00 0.03 0.00 0.03 99.90 01:59:05 00:25:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:25:01 4 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:25:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 00:25:01 7 0.02 0.00 0.03 0.02 0.02 99.92 01:59:05 00:26:01 all 0.02 0.00 0.01 0.00 0.00 99.96 01:59:05 00:26:01 0 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 00:26:01 1 0.05 0.00 0.02 0.00 0.02 99.92 01:59:05 00:26:01 2 0.03 0.00 0.03 0.00 0.00 99.93 01:59:05 00:26:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:26:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:26:01 6 0.03 0.00 0.03 0.00 0.02 99.92 01:59:05 00:26:01 7 0.00 0.00 0.02 0.02 0.00 99.97 01:59:05 00:27:01 all 0.02 0.00 0.01 0.00 0.00 99.96 01:59:05 00:27:01 0 0.02 0.00 0.00 0.03 0.02 99.93 01:59:05 00:27:01 1 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 00:27:01 2 0.03 0.00 0.05 0.00 0.02 99.90 01:59:05 00:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:27:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:27:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 00:27:01 7 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 00:28:01 all 0.02 0.00 0.01 0.00 0.01 99.95 01:59:05 00:28:01 0 0.00 0.00 0.02 0.02 0.00 99.97 01:59:05 00:28:01 1 0.05 0.00 0.02 0.00 0.00 99.93 01:59:05 00:28:01 2 0.05 0.00 0.03 0.00 0.02 99.90 01:59:05 00:28:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 00:28:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:28:01 6 0.00 0.00 0.00 0.00 0.02 99.98 01:59:05 00:28:01 7 0.05 0.00 0.03 0.02 0.02 99.88 01:59:05 00:29:01 all 0.01 0.00 0.01 0.00 0.00 99.97 01:59:05 00:29:01 0 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 00:29:01 1 0.03 0.00 0.03 0.00 0.02 99.92 01:59:05 00:29:01 2 0.02 0.00 0.00 0.00 0.02 99.97 01:59:05 00:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:29:01 7 0.02 0.00 0.02 0.02 0.00 99.95 01:59:05 00:30:01 all 0.01 0.00 0.01 0.00 0.01 99.97 01:59:05 00:30:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:30:01 1 0.05 0.00 0.00 0.00 0.00 99.95 01:59:05 00:30:01 2 0.03 0.00 0.05 0.00 0.03 99.88 01:59:05 00:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:30:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:30:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 00:30:01 7 0.00 0.00 0.02 0.00 0.02 99.97 01:59:05 00:31:01 all 0.08 0.00 0.01 0.01 0.00 99.90 01:59:05 00:31:01 0 0.02 0.00 0.02 0.05 0.00 99.92 01:59:05 00:31:01 1 0.05 0.00 0.02 0.00 0.02 99.92 01:59:05 00:31:01 2 0.50 0.00 0.02 0.00 0.00 99.48 01:59:05 00:31:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:31:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:31:01 6 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 00:31:01 7 0.03 0.00 0.02 0.02 0.00 99.93 01:59:05 00:32:01 all 0.02 0.00 0.01 0.00 0.01 99.95 01:59:05 00:32:01 0 0.00 0.00 0.03 0.02 0.00 99.95 01:59:05 00:32:01 1 0.07 0.00 0.02 0.00 0.00 99.92 01:59:05 00:32:01 2 0.05 0.00 0.00 0.00 0.02 99.93 01:59:05 00:32:01 3 0.03 0.00 0.00 0.00 0.02 99.95 01:59:05 00:32:01 4 0.00 0.00 0.02 0.02 0.00 99.97 01:59:05 00:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:32:01 7 0.02 0.00 0.03 0.00 0.03 99.92 01:59:05 01:59:05 00:32:01 CPU %user %nice %system %iowait %steal %idle 01:59:05 00:33:01 all 0.02 0.00 0.01 0.00 0.01 99.97 01:59:05 00:33:01 0 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 00:33:01 1 0.03 0.00 0.00 0.00 0.02 99.95 01:59:05 00:33:01 2 0.02 0.00 0.02 0.00 0.02 99.95 01:59:05 00:33:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 00:33:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:33:01 6 0.02 0.00 0.00 0.00 0.02 99.97 01:59:05 00:33:01 7 0.02 0.00 0.02 0.00 0.02 99.95 01:59:05 00:34:01 all 0.01 0.00 0.01 0.00 0.01 99.97 01:59:05 00:34:01 0 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 00:34:01 1 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:34:01 2 0.02 0.00 0.02 0.00 0.03 99.93 01:59:05 00:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:34:01 4 0.00 0.00 0.00 0.00 0.02 99.98 01:59:05 00:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:34:01 6 0.00 0.00 0.03 0.00 0.00 99.97 01:59:05 00:34:01 7 0.02 0.00 0.02 0.02 0.00 99.95 01:59:05 00:35:01 all 0.02 0.00 0.01 0.00 0.01 99.95 01:59:05 00:35:01 0 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 00:35:01 1 0.05 0.00 0.02 0.00 0.02 99.92 01:59:05 00:35:01 2 0.02 0.00 0.03 0.00 0.02 99.93 01:59:05 00:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:35:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:35:01 5 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 00:35:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 00:35:01 7 0.03 0.00 0.03 0.02 0.02 99.90 01:59:05 00:36:01 all 0.02 0.00 0.01 0.00 0.00 99.96 01:59:05 00:36:01 0 0.02 0.00 0.00 0.02 0.00 99.97 01:59:05 00:36:01 1 0.05 0.00 0.03 0.00 0.00 99.92 01:59:05 00:36:01 2 0.03 0.00 0.00 0.00 0.02 99.95 01:59:05 00:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 00:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:36:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:36:01 7 0.02 0.00 0.03 0.00 0.02 99.93 01:59:05 00:37:01 all 0.02 0.00 0.01 0.00 0.01 99.96 01:59:05 00:37:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:37:01 1 0.05 0.00 0.02 0.00 0.02 99.92 01:59:05 00:37:01 2 0.03 0.00 0.00 0.00 0.03 99.93 01:59:05 00:37:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:37:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 00:37:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:37:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 00:37:01 7 0.03 0.00 0.02 0.02 0.00 99.93 01:59:05 00:38:01 all 0.01 0.00 0.01 0.00 0.01 99.96 01:59:05 00:38:01 0 0.02 0.00 0.02 0.02 0.02 99.93 01:59:05 00:38:01 1 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 00:38:01 2 0.00 0.00 0.02 0.00 0.02 99.97 01:59:05 00:38:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 00:38:01 4 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:38:01 7 0.05 0.00 0.02 0.02 0.02 99.90 01:59:05 00:39:01 all 0.02 0.00 0.00 0.00 0.00 99.97 01:59:05 00:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:39:01 1 0.05 0.00 0.00 0.00 0.00 99.95 01:59:05 00:39:01 2 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 00:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:39:01 7 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 00:40:01 all 0.01 0.00 0.01 0.00 0.00 99.97 01:59:05 00:40:01 0 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 00:40:01 1 0.03 0.00 0.03 0.00 0.00 99.93 01:59:05 00:40:01 2 0.00 0.00 0.02 0.00 0.02 99.97 01:59:05 00:40:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:40:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 00:40:01 7 0.03 0.00 0.02 0.02 0.02 99.92 01:59:05 00:41:01 all 0.02 0.00 0.01 0.00 0.01 99.96 01:59:05 00:41:01 0 0.02 0.00 0.00 0.02 0.00 99.97 01:59:05 00:41:01 1 0.05 0.00 0.00 0.00 0.02 99.93 01:59:05 00:41:01 2 0.05 0.00 0.02 0.00 0.03 99.90 01:59:05 00:41:01 3 0.02 0.00 0.00 0.00 0.02 99.97 01:59:05 00:41:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:41:01 5 0.00 0.00 0.02 0.02 0.00 99.97 01:59:05 00:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:41:01 7 0.03 0.00 0.03 0.00 0.00 99.93 01:59:05 00:42:01 all 0.19 0.00 0.02 0.00 0.00 99.79 01:59:05 00:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:42:01 1 0.05 0.00 0.02 0.00 0.00 99.93 01:59:05 00:42:01 2 1.37 0.00 0.08 0.00 0.02 98.53 01:59:05 00:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:42:01 7 0.03 0.00 0.03 0.00 0.02 99.92 01:59:05 00:43:01 all 0.27 0.00 0.01 0.00 0.01 99.70 01:59:05 00:43:01 0 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 00:43:01 1 0.05 0.00 0.02 0.00 0.02 99.92 01:59:05 00:43:01 2 2.00 0.00 0.03 0.00 0.03 97.93 01:59:05 00:43:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:43:01 4 0.00 0.00 0.00 0.00 0.02 99.98 01:59:05 00:43:01 5 0.00 0.00 0.00 0.02 0.02 99.97 01:59:05 00:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:43:01 7 0.03 0.00 0.02 0.02 0.02 99.92 01:59:05 01:59:05 00:43:01 CPU %user %nice %system %iowait %steal %idle 01:59:05 00:44:01 all 0.26 0.00 0.02 0.00 0.00 99.71 01:59:05 00:44:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:44:01 1 0.03 0.00 0.03 0.00 0.02 99.92 01:59:05 00:44:01 2 2.00 0.00 0.03 0.02 0.02 97.93 01:59:05 00:44:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:44:01 4 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:44:01 7 0.03 0.00 0.03 0.02 0.00 99.92 01:59:05 00:45:01 all 0.26 0.00 0.02 0.00 0.01 99.71 01:59:05 00:45:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:45:01 1 0.07 0.00 0.03 0.00 0.07 99.83 01:59:05 00:45:01 2 1.92 0.00 0.05 0.00 0.02 98.01 01:59:05 00:45:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:45:01 6 0.02 0.00 0.00 0.00 0.02 99.97 01:59:05 00:45:01 7 0.00 0.00 0.03 0.02 0.02 99.93 01:59:05 00:46:01 all 0.01 0.00 0.01 0.01 0.00 99.97 01:59:05 00:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:46:01 1 0.03 0.00 0.03 0.00 0.00 99.93 01:59:05 00:46:01 2 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 00:46:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:46:01 4 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:46:01 5 0.00 0.00 0.00 0.03 0.00 99.97 01:59:05 00:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:46:01 7 0.02 0.00 0.02 0.03 0.00 99.93 01:59:05 00:47:01 all 0.02 0.00 0.01 0.00 0.01 99.96 01:59:05 00:47:01 0 0.02 0.00 0.02 0.00 0.02 99.95 01:59:05 00:47:01 1 0.07 0.00 0.02 0.00 0.00 99.92 01:59:05 00:47:01 2 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 00:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:47:01 4 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:47:01 5 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 00:47:01 6 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 00:47:01 7 0.02 0.00 0.02 0.00 0.02 99.95 01:59:05 00:48:01 all 0.02 0.00 0.01 0.01 0.01 99.95 01:59:05 00:48:01 0 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 00:48:01 1 0.08 0.00 0.02 0.00 0.02 99.88 01:59:05 00:48:01 2 0.02 0.00 0.03 0.00 0.03 99.92 01:59:05 00:48:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:48:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:48:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:48:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:48:01 7 0.00 0.00 0.03 0.07 0.02 99.88 01:59:05 00:49:01 all 0.02 0.00 0.01 0.00 0.00 99.96 01:59:05 00:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:49:01 1 0.05 0.00 0.03 0.00 0.02 99.90 01:59:05 00:49:01 2 0.03 0.00 0.00 0.00 0.02 99.95 01:59:05 00:49:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:49:01 6 0.05 0.00 0.00 0.00 0.00 99.95 01:59:05 00:49:01 7 0.03 0.00 0.03 0.02 0.00 99.92 01:59:05 00:50:01 all 0.03 0.00 0.01 0.00 0.01 99.96 01:59:05 00:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:50:01 1 0.05 0.00 0.02 0.00 0.00 99.93 01:59:05 00:50:01 2 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 00:50:01 3 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 00:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:50:01 5 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 00:50:01 6 0.00 0.00 0.00 0.00 0.02 99.98 01:59:05 00:50:01 7 0.05 0.00 0.02 0.02 0.02 99.90 01:59:05 00:51:01 all 0.02 0.00 0.01 0.00 0.00 99.97 01:59:05 00:51:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:51:01 1 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 00:51:01 2 0.02 0.00 0.05 0.00 0.02 99.92 01:59:05 00:51:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:51:01 5 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 00:51:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:51:01 7 0.05 0.00 0.02 0.00 0.00 99.93 01:59:05 00:52:01 all 0.07 0.00 0.01 0.00 0.01 99.91 01:59:05 00:52:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:52:01 1 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 00:52:01 2 0.47 0.00 0.07 0.00 0.02 99.45 01:59:05 00:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:52:01 4 0.00 0.00 0.02 0.02 0.00 99.97 01:59:05 00:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:52:01 7 0.00 0.00 0.02 0.02 0.02 99.95 01:59:05 00:53:01 all 0.26 0.00 0.01 0.00 0.00 99.72 01:59:05 00:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:53:01 2 2.00 0.00 0.02 0.00 0.02 97.96 01:59:05 00:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:53:01 4 0.00 0.00 0.00 0.00 0.02 99.98 01:59:05 00:53:01 5 0.02 0.00 0.00 0.02 0.00 99.97 01:59:05 00:53:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:53:01 7 0.05 0.00 0.02 0.00 0.00 99.93 01:59:05 00:54:01 all 0.27 0.00 0.01 0.00 0.01 99.71 01:59:05 00:54:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:54:01 1 0.05 0.00 0.02 0.00 0.00 99.93 01:59:05 00:54:01 2 1.99 0.00 0.02 0.00 0.02 97.98 01:59:05 00:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:54:01 4 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 00:54:01 5 0.00 0.00 0.00 0.02 0.02 99.97 01:59:05 00:54:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 00:54:01 7 0.02 0.00 0.03 0.02 0.02 99.92 01:59:05 01:59:05 00:54:01 CPU %user %nice %system %iowait %steal %idle 01:59:05 00:55:01 all 0.26 0.00 0.01 0.00 0.00 99.73 01:59:05 00:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:55:01 1 0.02 0.00 0.00 0.00 0.02 99.97 01:59:05 00:55:01 2 1.97 0.00 0.02 0.00 0.02 98.00 01:59:05 00:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:55:01 5 0.02 0.00 0.00 0.02 0.00 99.97 01:59:05 00:55:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 00:55:01 7 0.03 0.00 0.02 0.02 0.00 99.93 01:59:05 00:56:01 all 0.26 0.00 0.01 0.00 0.01 99.72 01:59:05 00:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 00:56:01 1 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 00:56:01 2 2.00 0.00 0.02 0.00 0.02 97.96 01:59:05 00:56:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 00:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:56:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:56:01 6 0.00 0.00 0.00 0.00 0.02 99.98 01:59:05 00:56:01 7 0.00 0.00 0.03 0.00 0.02 99.95 01:59:05 00:57:01 all 0.27 0.00 0.01 0.00 0.00 99.72 01:59:05 00:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:57:01 1 0.05 0.00 0.02 0.00 0.02 99.92 01:59:05 00:57:01 2 1.99 0.00 0.02 0.00 0.02 97.98 01:59:05 00:57:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:57:01 5 0.02 0.00 0.00 0.02 0.00 99.97 01:59:05 00:57:01 6 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 00:57:01 7 0.03 0.00 0.00 0.02 0.00 99.95 01:59:05 00:58:01 all 0.27 0.00 0.01 0.00 0.00 99.72 01:59:05 00:58:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 00:58:01 1 0.05 0.00 0.00 0.00 0.00 99.95 01:59:05 00:58:01 2 1.99 0.00 0.02 0.00 0.02 97.98 01:59:05 00:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:58:01 4 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 00:58:01 5 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 00:58:01 6 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 00:58:01 7 0.03 0.00 0.02 0.02 0.02 99.92 01:59:05 00:59:01 all 0.20 0.00 0.02 0.00 0.01 99.76 01:59:05 00:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 00:59:01 1 0.05 0.00 0.02 0.00 0.02 99.92 01:59:05 00:59:01 2 1.53 0.00 0.07 0.00 0.02 98.38 01:59:05 00:59:01 3 0.00 0.00 0.00 0.00 0.02 99.98 01:59:05 00:59:01 4 0.00 0.00 0.02 0.00 0.02 99.97 01:59:05 00:59:01 5 0.00 0.00 0.00 0.00 0.02 99.98 01:59:05 00:59:01 6 0.02 0.00 0.02 0.02 0.00 99.95 01:59:05 00:59:01 7 0.00 0.00 0.02 0.00 0.02 99.97 01:59:05 01:00:01 all 0.02 0.00 0.02 0.00 0.00 99.95 01:59:05 01:00:01 0 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 01:00:01 1 0.03 0.00 0.05 0.00 0.00 99.92 01:59:05 01:00:01 2 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 01:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:00:01 4 0.02 0.00 0.02 0.00 0.02 99.95 01:59:05 01:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:00:01 6 0.00 0.00 0.02 0.02 0.00 99.97 01:59:05 01:00:01 7 0.05 0.00 0.03 0.02 0.00 99.90 01:59:05 01:01:01 all 0.01 0.00 0.00 0.00 0.01 99.97 01:59:05 01:01:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:01:01 1 0.02 0.00 0.00 0.00 0.02 99.97 01:59:05 01:01:01 2 0.00 0.00 0.00 0.00 0.02 99.98 01:59:05 01:01:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:01:01 4 0.02 0.00 0.02 0.00 0.02 99.95 01:59:05 01:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:01:01 7 0.03 0.00 0.00 0.00 0.02 99.95 01:59:05 01:02:01 all 0.02 0.00 0.02 0.00 0.00 99.96 01:59:05 01:02:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:02:01 1 0.03 0.00 0.03 0.00 0.02 99.92 01:59:05 01:02:01 2 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:02:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:02:01 4 0.02 0.00 0.05 0.00 0.02 99.92 01:59:05 01:02:01 5 0.02 0.00 0.00 0.02 0.00 99.97 01:59:05 01:02:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:02:01 7 0.05 0.00 0.02 0.02 0.00 99.92 01:59:05 01:03:01 all 0.03 0.00 0.01 0.00 0.01 99.95 01:59:05 01:03:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:03:01 1 0.05 0.00 0.00 0.00 0.02 99.93 01:59:05 01:03:01 2 0.02 0.00 0.02 0.00 0.02 99.95 01:59:05 01:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:03:01 4 0.05 0.00 0.03 0.00 0.00 99.92 01:59:05 01:03:01 5 0.00 0.00 0.00 0.00 0.02 99.98 01:59:05 01:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:03:01 7 0.05 0.00 0.03 0.02 0.02 99.88 01:59:05 01:04:01 all 0.01 0.00 0.01 0.00 0.00 99.96 01:59:05 01:04:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:04:01 1 0.03 0.00 0.03 0.00 0.02 99.92 01:59:05 01:04:01 2 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:04:01 4 0.02 0.00 0.03 0.00 0.02 99.93 01:59:05 01:04:01 5 0.05 0.00 0.00 0.02 0.00 99.93 01:59:05 01:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:04:01 7 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:05:01 all 0.03 0.00 0.01 0.00 0.01 99.95 01:59:05 01:05:01 0 0.03 0.00 0.03 0.00 0.02 99.92 01:59:05 01:05:01 1 0.05 0.00 0.02 0.00 0.02 99.92 01:59:05 01:05:01 2 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 01:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:05:01 4 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 01:05:01 5 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 01:05:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:05:01 7 0.03 0.00 0.00 0.02 0.00 99.95 01:59:05 01:59:05 01:05:01 CPU %user %nice %system %iowait %steal %idle 01:59:05 01:06:01 all 0.01 0.00 0.01 0.00 0.01 99.97 01:59:05 01:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:06:01 2 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:06:01 4 0.02 0.00 0.03 0.00 0.02 99.93 01:59:05 01:06:01 5 0.02 0.00 0.00 0.02 0.00 99.97 01:59:05 01:06:01 6 0.00 0.00 0.02 0.00 0.02 99.97 01:59:05 01:06:01 7 0.00 0.00 0.02 0.02 0.02 99.95 01:59:05 01:07:01 all 0.03 0.00 0.01 0.00 0.00 99.95 01:59:05 01:07:01 0 0.02 0.00 0.02 0.00 0.02 99.95 01:59:05 01:07:01 1 0.07 0.00 0.00 0.00 0.00 99.93 01:59:05 01:07:01 2 0.05 0.00 0.02 0.00 0.00 99.93 01:59:05 01:07:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:07:01 4 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 01:07:01 5 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 01:07:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:07:01 7 0.07 0.00 0.02 0.02 0.00 99.90 01:59:05 01:08:01 all 0.01 0.00 0.01 0.00 0.01 99.97 01:59:05 01:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:08:01 1 0.05 0.00 0.00 0.00 0.02 99.93 01:59:05 01:08:01 2 0.00 0.00 0.00 0.00 0.02 99.98 01:59:05 01:08:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:08:01 7 0.02 0.00 0.03 0.02 0.02 99.92 01:59:05 01:09:01 all 0.06 0.00 0.03 0.00 0.00 99.91 01:59:05 01:09:01 0 0.05 0.00 0.03 0.00 0.02 99.90 01:59:05 01:09:01 1 0.08 0.00 0.05 0.00 0.00 99.87 01:59:05 01:09:01 2 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 01:09:01 3 0.02 0.00 0.03 0.00 0.00 99.95 01:59:05 01:09:01 4 0.13 0.00 0.02 0.00 0.00 99.85 01:59:05 01:09:01 5 0.03 0.00 0.02 0.02 0.00 99.93 01:59:05 01:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:09:01 7 0.13 0.00 0.03 0.02 0.02 99.80 01:59:05 01:10:01 all 0.01 0.00 0.02 0.00 0.00 99.96 01:59:05 01:10:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:10:01 1 0.05 0.00 0.00 0.00 0.02 99.93 01:59:05 01:10:01 2 0.00 0.00 0.03 0.02 0.00 99.95 01:59:05 01:10:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:10:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:10:01 7 0.02 0.00 0.07 0.00 0.02 99.90 01:59:05 01:11:01 all 0.03 0.00 0.01 0.02 0.01 99.93 01:59:05 01:11:01 0 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 01:11:01 1 0.05 0.00 0.02 0.00 0.02 99.92 01:59:05 01:11:01 2 0.03 0.00 0.03 0.00 0.02 99.92 01:59:05 01:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:11:01 4 0.03 0.00 0.00 0.12 0.02 99.83 01:59:05 01:11:01 5 0.02 0.00 0.00 0.00 0.02 99.97 01:59:05 01:11:01 6 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 01:11:01 7 0.03 0.00 0.02 0.02 0.02 99.92 01:59:05 01:12:01 all 0.14 0.00 0.01 0.01 0.00 99.84 01:59:05 01:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:12:01 1 1.03 0.00 0.03 0.00 0.02 98.92 01:59:05 01:12:01 2 0.02 0.00 0.00 0.02 0.00 99.97 01:59:05 01:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:12:01 4 0.00 0.00 0.02 0.02 0.00 99.97 01:59:05 01:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:12:01 6 0.02 0.00 0.02 0.00 0.02 99.95 01:59:05 01:12:01 7 0.00 0.00 0.02 0.02 0.00 99.97 01:59:05 01:13:01 all 0.16 0.00 0.02 0.00 0.00 99.80 01:59:05 01:13:01 0 0.07 0.00 0.02 0.00 0.00 99.92 01:59:05 01:13:01 1 0.88 0.00 0.08 0.00 0.00 99.04 01:59:05 01:13:01 2 0.08 0.00 0.02 0.00 0.00 99.90 01:59:05 01:13:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 01:13:01 4 0.13 0.00 0.02 0.00 0.00 99.85 01:59:05 01:13:01 5 0.05 0.00 0.02 0.00 0.00 99.93 01:59:05 01:13:01 6 0.05 0.00 0.00 0.00 0.02 99.93 01:59:05 01:13:01 7 0.02 0.00 0.03 0.02 0.02 99.92 01:59:05 01:14:01 all 0.01 0.00 0.01 0.00 0.01 99.96 01:59:05 01:14:01 0 0.02 0.00 0.02 0.00 0.02 99.95 01:59:05 01:14:01 1 0.05 0.00 0.02 0.00 0.02 99.92 01:59:05 01:14:01 2 0.00 0.00 0.00 0.02 0.02 99.97 01:59:05 01:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:14:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:14:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:14:01 6 0.00 0.00 0.03 0.00 0.02 99.95 01:59:05 01:14:01 7 0.02 0.00 0.02 0.02 0.02 99.93 01:59:05 01:15:01 all 0.02 0.00 0.00 0.00 0.00 99.97 01:59:05 01:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:15:01 1 0.02 0.00 0.00 0.00 0.02 99.97 01:59:05 01:15:01 2 0.02 0.00 0.00 0.02 0.00 99.97 01:59:05 01:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:15:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:15:01 5 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 01:15:01 6 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 01:15:01 7 0.03 0.00 0.02 0.02 0.00 99.93 01:59:05 01:16:01 all 0.01 0.00 0.01 0.00 0.01 99.97 01:59:05 01:16:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:16:01 1 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 01:16:01 2 0.02 0.00 0.02 0.02 0.02 99.93 01:59:05 01:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:16:01 4 0.03 0.00 0.00 0.00 0.02 99.95 01:59:05 01:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:16:01 6 0.03 0.00 0.00 0.00 0.02 99.95 01:59:05 01:16:01 7 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 01:59:05 01:16:01 CPU %user %nice %system %iowait %steal %idle 01:59:05 01:17:01 all 0.02 0.00 0.01 0.00 0.01 99.96 01:59:05 01:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:17:01 1 0.02 0.00 0.00 0.00 0.02 99.97 01:59:05 01:17:01 2 0.02 0.00 0.02 0.02 0.02 99.93 01:59:05 01:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:17:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:17:01 6 0.02 0.00 0.03 0.00 0.02 99.93 01:59:05 01:17:01 7 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 01:18:01 all 0.02 0.00 0.01 0.00 0.00 99.96 01:59:05 01:18:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:18:01 1 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 01:18:01 2 0.03 0.00 0.02 0.02 0.02 99.92 01:59:05 01:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:18:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:18:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:18:01 6 0.02 0.00 0.03 0.00 0.02 99.93 01:59:05 01:18:01 7 0.02 0.00 0.00 0.02 0.00 99.97 01:59:05 01:19:01 all 0.02 0.00 0.01 0.00 0.01 99.96 01:59:05 01:19:01 0 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 01:19:01 1 0.05 0.00 0.02 0.00 0.02 99.92 01:59:05 01:19:01 2 0.02 0.00 0.03 0.02 0.02 99.92 01:59:05 01:19:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:19:01 6 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 01:19:01 7 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:20:01 all 0.03 0.00 0.01 0.00 0.00 99.95 01:59:05 01:20:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:20:01 1 0.07 0.00 0.03 0.00 0.02 99.88 01:59:05 01:20:01 2 0.05 0.00 0.02 0.00 0.00 99.93 01:59:05 01:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:20:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:20:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:20:01 6 0.03 0.00 0.03 0.00 0.00 99.93 01:59:05 01:20:01 7 0.03 0.00 0.02 0.02 0.00 99.93 01:59:05 01:21:01 all 0.02 0.00 0.01 0.00 0.01 99.96 01:59:05 01:21:01 0 0.02 0.00 0.00 0.00 0.02 99.97 01:59:05 01:21:01 1 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 01:21:01 2 0.02 0.00 0.00 0.02 0.02 99.95 01:59:05 01:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:21:01 4 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:21:01 6 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 01:21:01 7 0.07 0.00 0.02 0.02 0.02 99.88 01:59:05 01:22:01 all 0.27 0.00 0.01 0.00 0.00 99.71 01:59:05 01:22:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:22:01 1 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 01:22:01 2 2.00 0.00 0.02 0.00 0.02 97.96 01:59:05 01:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:22:01 4 0.02 0.00 0.00 0.02 0.00 99.97 01:59:05 01:22:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:22:01 6 0.03 0.00 0.03 0.00 0.02 99.92 01:59:05 01:22:01 7 0.02 0.00 0.05 0.00 0.00 99.93 01:59:05 01:23:01 all 0.27 0.00 0.01 0.00 0.00 99.72 01:59:05 01:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:23:01 2 2.00 0.00 0.00 0.02 0.02 97.96 01:59:05 01:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:23:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:23:01 6 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 01:23:01 7 0.02 0.00 0.00 0.02 0.00 99.97 01:59:05 01:24:01 all 0.27 0.00 0.01 0.00 0.01 99.72 01:59:05 01:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:24:01 1 0.05 0.00 0.02 0.00 0.02 99.92 01:59:05 01:24:01 2 2.01 0.00 0.02 0.00 0.02 97.96 01:59:05 01:24:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:24:01 4 0.02 0.00 0.00 0.00 0.02 99.97 01:59:05 01:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:24:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:24:01 7 0.00 0.00 0.00 0.02 0.02 99.97 01:59:05 01:25:01 all 0.27 0.00 0.01 0.00 0.01 99.70 01:59:05 01:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:25:01 1 0.03 0.00 0.03 0.00 0.00 99.93 01:59:05 01:25:01 2 2.02 0.00 0.03 0.02 0.02 97.91 01:59:05 01:25:01 3 0.00 0.00 0.03 0.00 0.02 99.95 01:59:05 01:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:25:01 5 0.05 0.00 0.00 0.00 0.00 99.95 01:59:05 01:25:01 6 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 01:25:01 7 0.02 0.00 0.00 0.02 0.00 99.97 01:59:05 01:26:01 all 0.26 0.00 0.01 0.00 0.01 99.72 01:59:05 01:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:26:01 1 0.02 0.00 0.00 0.00 0.02 99.97 01:59:05 01:26:01 2 1.99 0.00 0.00 0.00 0.02 97.99 01:59:05 01:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:26:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:26:01 6 0.02 0.00 0.03 0.00 0.02 99.93 01:59:05 01:26:01 7 0.02 0.00 0.02 0.02 0.00 99.95 01:59:05 01:27:01 all 0.08 0.00 0.02 0.00 0.00 99.89 01:59:05 01:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:27:01 1 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:27:01 2 0.63 0.00 0.12 0.00 0.00 99.25 01:59:05 01:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:27:01 5 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 01:27:01 6 0.02 0.00 0.02 0.00 0.02 99.95 01:59:05 01:27:01 7 0.00 0.00 0.03 0.02 0.00 99.95 01:59:05 01:59:05 01:27:01 CPU %user %nice %system %iowait %steal %idle 01:59:05 01:28:01 all 0.02 0.00 0.01 0.00 0.00 99.96 01:59:05 01:28:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:28:01 1 0.03 0.00 0.03 0.00 0.00 99.93 01:59:05 01:28:01 2 0.02 0.00 0.00 0.00 0.02 99.97 01:59:05 01:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:28:01 4 0.00 0.00 0.03 0.00 0.00 99.97 01:59:05 01:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:28:01 6 0.05 0.00 0.02 0.00 0.02 99.92 01:59:05 01:28:01 7 0.03 0.00 0.02 0.02 0.00 99.93 01:59:05 01:29:02 all 0.02 0.00 0.01 0.00 0.01 99.95 01:59:05 01:29:02 0 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:29:02 1 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 01:29:02 2 0.02 0.00 0.02 0.02 0.02 99.93 01:59:05 01:29:02 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:29:02 4 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:29:02 5 0.05 0.00 0.00 0.00 0.00 99.95 01:59:05 01:29:02 6 0.05 0.00 0.03 0.00 0.02 99.90 01:59:05 01:29:02 7 0.02 0.00 0.02 0.02 0.02 99.93 01:59:05 01:30:01 all 0.01 0.00 0.01 0.00 0.01 99.97 01:59:05 01:30:01 0 0.02 0.00 0.00 0.00 0.02 99.97 01:59:05 01:30:01 1 0.02 0.00 0.03 0.00 0.00 99.95 01:59:05 01:30:01 2 0.00 0.00 0.02 0.00 0.02 99.97 01:59:05 01:30:01 3 0.00 0.00 0.03 0.00 0.00 99.97 01:59:05 01:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:30:01 5 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 01:30:01 6 0.02 0.00 0.02 0.00 0.02 99.95 01:59:05 01:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:31:01 all 0.03 0.00 0.01 0.00 0.01 99.95 01:59:05 01:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:31:01 1 0.07 0.00 0.02 0.00 0.02 99.90 01:59:05 01:31:01 2 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 01:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:31:01 4 0.05 0.00 0.02 0.00 0.00 99.93 01:59:05 01:31:01 5 0.02 0.00 0.00 0.00 0.02 99.97 01:59:05 01:31:01 6 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 01:31:01 7 0.00 0.00 0.02 0.02 0.00 99.97 01:59:05 01:32:01 all 0.03 0.00 0.01 0.00 0.00 99.96 01:59:05 01:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:32:01 1 0.08 0.00 0.02 0.00 0.00 99.90 01:59:05 01:32:01 2 0.05 0.00 0.00 0.02 0.00 99.93 01:59:05 01:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:32:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:32:01 5 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:32:01 6 0.05 0.00 0.02 0.00 0.02 99.92 01:59:05 01:32:01 7 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:33:01 all 0.01 0.00 0.01 0.01 0.01 99.96 01:59:05 01:33:01 0 0.00 0.00 0.02 0.00 0.02 99.97 01:59:05 01:33:01 1 0.07 0.00 0.02 0.00 0.00 99.92 01:59:05 01:33:01 2 0.03 0.00 0.00 0.00 0.02 99.95 01:59:05 01:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:33:01 4 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 01:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:33:01 6 0.00 0.00 0.02 0.00 0.05 99.93 01:59:05 01:33:01 7 0.02 0.00 0.02 0.03 0.00 99.93 01:59:05 01:34:01 all 0.08 0.00 0.01 0.00 0.01 99.90 01:59:05 01:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:34:01 1 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 01:34:01 2 0.48 0.00 0.02 0.00 0.00 99.50 01:59:05 01:34:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:34:01 4 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:34:01 6 0.05 0.00 0.05 0.00 0.02 99.88 01:59:05 01:34:01 7 0.03 0.00 0.00 0.00 0.02 99.95 01:59:05 01:35:01 all 0.27 0.00 0.01 0.01 0.00 99.70 01:59:05 01:35:01 0 0.05 0.00 0.00 0.00 0.00 99.95 01:59:05 01:35:01 1 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 01:35:01 2 1.99 0.00 0.02 0.02 0.02 97.96 01:59:05 01:35:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:35:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:35:01 5 0.02 0.00 0.00 0.02 0.00 99.97 01:59:05 01:35:01 6 0.03 0.00 0.03 0.00 0.02 99.92 01:59:05 01:35:01 7 0.00 0.00 0.02 0.02 0.00 99.97 01:59:05 01:36:01 all 0.26 0.00 0.01 0.00 0.01 99.71 01:59:05 01:36:01 0 0.03 0.00 0.05 0.00 0.02 99.90 01:59:05 01:36:01 1 0.03 0.00 0.03 0.00 0.00 99.93 01:59:05 01:36:01 2 1.97 0.00 0.00 0.00 0.00 98.03 01:59:05 01:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:36:01 4 0.02 0.00 0.02 0.00 0.02 99.95 01:59:05 01:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:36:01 6 0.02 0.00 0.02 0.00 0.02 99.95 01:59:05 01:36:01 7 0.02 0.00 0.00 0.02 0.00 99.97 01:59:05 01:37:01 all 0.27 0.00 0.01 0.01 0.01 99.70 01:59:05 01:37:01 0 0.02 0.00 0.03 0.00 0.00 99.95 01:59:05 01:37:01 1 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 01:37:01 2 2.00 0.00 0.00 0.00 0.03 97.96 01:59:05 01:37:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:37:01 4 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 01:37:01 5 0.02 0.00 0.02 0.02 0.00 99.95 01:59:05 01:37:01 6 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 01:37:01 7 0.02 0.00 0.02 0.03 0.00 99.93 01:59:05 01:38:01 all 0.27 0.00 0.01 0.00 0.00 99.71 01:59:05 01:38:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:38:01 1 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 01:38:01 2 2.00 0.00 0.05 0.02 0.02 97.91 01:59:05 01:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:38:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:38:01 5 0.00 0.00 0.00 0.00 0.02 99.98 01:59:05 01:38:01 6 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 01:38:01 7 0.05 0.00 0.02 0.02 0.00 99.92 01:59:05 01:59:05 01:38:01 CPU %user %nice %system %iowait %steal %idle 01:59:05 01:39:01 all 0.27 0.00 0.01 0.00 0.01 99.71 01:59:05 01:39:01 0 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 01:39:01 1 0.05 0.00 0.02 0.00 0.00 99.93 01:59:05 01:39:01 2 2.00 0.00 0.02 0.00 0.03 97.95 01:59:05 01:39:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:39:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:39:01 7 0.02 0.00 0.03 0.00 0.02 99.93 01:59:05 01:40:01 all 0.26 0.00 0.01 0.00 0.00 99.72 01:59:05 01:40:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:40:01 1 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 01:40:01 2 2.00 0.00 0.02 0.00 0.02 97.96 01:59:05 01:40:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:40:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:40:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:40:01 6 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 01:40:01 7 0.02 0.00 0.03 0.02 0.00 99.93 01:59:05 01:41:01 all 0.25 0.00 0.02 0.00 0.01 99.72 01:59:05 01:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:41:01 1 0.03 0.00 0.05 0.00 0.00 99.92 01:59:05 01:41:01 2 1.86 0.00 0.08 0.00 0.03 98.03 01:59:05 01:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:41:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:41:01 5 0.02 0.00 0.02 0.00 0.02 99.95 01:59:05 01:41:01 6 0.00 0.00 0.00 0.00 0.02 99.98 01:59:05 01:41:01 7 0.03 0.00 0.00 0.02 0.02 99.93 01:59:05 01:42:01 all 0.08 0.00 0.02 0.00 0.00 99.89 01:59:05 01:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:42:01 1 0.05 0.00 0.00 0.00 0.02 99.93 01:59:05 01:42:01 2 0.52 0.00 0.07 0.00 0.02 99.40 01:59:05 01:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:42:01 4 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:42:01 5 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:42:01 6 0.00 0.00 0.02 0.02 0.00 99.97 01:59:05 01:42:01 7 0.03 0.00 0.02 0.02 0.00 99.93 01:59:05 01:43:01 all 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 01:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:43:01 1 0.05 0.00 0.02 0.00 0.00 99.93 01:59:05 01:43:01 2 0.07 0.00 0.03 0.02 0.02 99.87 01:59:05 01:43:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:43:01 5 0.02 0.00 0.00 0.00 0.02 99.97 01:59:05 01:43:01 6 0.02 0.00 0.03 0.00 0.00 99.95 01:59:05 01:43:01 7 0.03 0.00 0.03 0.00 0.00 99.93 01:59:05 01:44:01 all 0.02 0.00 0.01 0.00 0.00 99.96 01:59:05 01:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:44:01 1 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 01:44:01 2 0.02 0.00 0.03 0.02 0.02 99.92 01:59:05 01:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:44:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:44:01 5 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 01:44:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:44:01 7 0.02 0.00 0.00 0.02 0.00 99.97 01:59:05 01:45:01 all 0.01 0.00 0.02 0.00 0.01 99.96 01:59:05 01:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:45:01 1 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 01:45:01 2 0.05 0.00 0.05 0.00 0.03 99.87 01:59:05 01:45:01 3 0.00 0.00 0.03 0.00 0.00 99.97 01:59:05 01:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:45:01 5 0.00 0.00 0.02 0.00 0.02 99.97 01:59:05 01:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:45:01 7 0.00 0.00 0.02 0.02 0.02 99.95 01:59:05 01:46:01 all 0.02 0.00 0.01 0.00 0.01 99.96 01:59:05 01:46:01 0 0.02 0.00 0.00 0.00 0.02 99.97 01:59:05 01:46:01 1 0.03 0.00 0.00 0.00 0.02 99.95 01:59:05 01:46:01 2 0.05 0.00 0.03 0.00 0.02 99.90 01:59:05 01:46:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:46:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:46:01 5 0.00 0.00 0.02 0.02 0.00 99.97 01:59:05 01:46:01 6 0.02 0.00 0.02 0.00 0.02 99.95 01:59:05 01:46:01 7 0.02 0.00 0.00 0.02 0.00 99.97 01:59:05 01:47:01 all 0.02 0.00 0.01 0.00 0.01 99.95 01:59:05 01:47:01 0 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 01:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:47:01 2 0.05 0.00 0.03 0.00 0.03 99.88 01:59:05 01:47:01 3 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 01:47:01 4 0.02 0.00 0.02 0.00 0.02 99.95 01:59:05 01:47:01 5 0.00 0.00 0.00 0.00 0.02 99.98 01:59:05 01:47:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:47:01 7 0.02 0.00 0.05 0.02 0.00 99.92 01:59:05 01:48:01 all 0.02 0.00 0.01 0.01 0.00 99.96 01:59:05 01:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:48:01 1 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 01:48:01 2 0.05 0.00 0.02 0.02 0.02 99.90 01:59:05 01:48:01 3 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 01:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:48:01 5 0.03 0.00 0.02 0.02 0.00 99.93 01:59:05 01:48:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:48:01 7 0.02 0.00 0.02 0.03 0.00 99.93 01:59:05 01:49:01 all 0.01 0.00 0.02 0.00 0.01 99.96 01:59:05 01:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:49:01 1 0.02 0.00 0.02 0.00 0.02 99.95 01:59:05 01:49:01 2 0.02 0.00 0.03 0.00 0.03 99.92 01:59:05 01:49:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:49:01 5 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:49:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:49:01 7 0.05 0.00 0.02 0.02 0.02 99.90 01:59:05 01:59:05 01:49:01 CPU %user %nice %system %iowait %steal %idle 01:59:05 01:50:01 all 0.16 0.00 0.01 0.01 0.01 99.82 01:59:05 01:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:50:01 1 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:50:01 2 1.16 0.00 0.02 0.03 0.02 98.77 01:59:05 01:50:01 3 0.02 0.00 0.00 0.00 0.02 99.97 01:59:05 01:50:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:50:01 5 0.02 0.00 0.00 0.00 0.02 99.97 01:59:05 01:50:01 6 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 01:50:01 7 0.02 0.00 0.00 0.02 0.00 99.97 01:59:05 01:51:01 all 0.27 0.00 0.02 0.00 0.00 99.70 01:59:05 01:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:51:01 1 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 01:51:01 2 1.99 0.00 0.02 0.00 0.02 97.98 01:59:05 01:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:51:01 4 0.02 0.00 0.05 0.00 0.00 99.93 01:59:05 01:51:01 5 0.00 0.00 0.02 0.02 0.00 99.97 01:59:05 01:51:01 6 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 01:51:01 7 0.03 0.00 0.05 0.02 0.02 99.88 01:59:05 01:52:01 all 0.27 0.00 0.01 0.00 0.01 99.71 01:59:05 01:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:52:01 1 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 01:52:01 2 1.99 0.00 0.02 0.00 0.02 97.98 01:59:05 01:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:52:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:52:01 5 0.02 0.00 0.00 0.02 0.00 99.97 01:59:05 01:52:01 6 0.02 0.00 0.00 0.00 0.02 99.97 01:59:05 01:52:01 7 0.03 0.00 0.03 0.00 0.02 99.92 01:59:05 01:53:01 all 0.26 0.00 0.01 0.00 0.00 99.72 01:59:05 01:53:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:53:01 1 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 01:53:01 2 1.97 0.00 0.02 0.00 0.02 98.00 01:59:05 01:53:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:53:01 4 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:53:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:53:01 7 0.03 0.00 0.02 0.02 0.02 99.92 01:59:05 01:54:01 all 0.26 0.00 0.01 0.00 0.01 99.72 01:59:05 01:54:01 0 0.00 0.00 0.00 0.00 0.02 99.98 01:59:05 01:54:01 1 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 01:54:01 2 1.91 0.00 0.03 0.00 0.02 98.04 01:59:05 01:54:01 3 0.03 0.00 0.00 0.00 0.00 99.97 01:59:05 01:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:54:01 5 0.00 0.00 0.00 0.03 0.02 99.95 01:59:05 01:54:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:54:01 7 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 01:55:01 all 0.03 0.00 0.02 0.00 0.01 99.94 01:59:05 01:55:01 0 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 01:55:01 1 0.05 0.00 0.00 0.00 0.02 99.93 01:59:05 01:55:01 2 0.08 0.00 0.08 0.00 0.02 99.82 01:59:05 01:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:55:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:55:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:55:01 6 0.02 0.00 0.00 0.00 0.02 99.97 01:59:05 01:55:01 7 0.03 0.00 0.02 0.02 0.00 99.93 01:59:05 01:56:01 all 0.01 0.00 0.01 0.01 0.01 99.96 01:59:05 01:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:56:01 1 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:56:01 2 0.00 0.00 0.02 0.00 0.02 99.97 01:59:05 01:56:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:56:01 4 0.02 0.00 0.00 0.00 0.02 99.97 01:59:05 01:56:01 5 0.02 0.00 0.00 0.03 0.00 99.95 01:59:05 01:56:01 6 0.03 0.00 0.03 0.00 0.02 99.92 01:59:05 01:56:01 7 0.02 0.00 0.03 0.02 0.00 99.93 01:59:05 01:57:01 all 0.02 0.00 0.01 0.00 0.01 99.96 01:59:05 01:57:01 0 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 01:57:01 1 0.03 0.00 0.02 0.00 0.02 99.93 01:59:05 01:57:01 2 0.03 0.00 0.00 0.00 0.02 99.95 01:59:05 01:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:57:01 4 0.03 0.00 0.02 0.00 0.00 99.95 01:59:05 01:57:01 5 0.00 0.00 0.00 0.02 0.00 99.98 01:59:05 01:57:01 6 0.02 0.00 0.02 0.00 0.02 99.95 01:59:05 01:57:01 7 0.02 0.00 0.02 0.00 0.02 99.95 01:59:05 01:58:01 all 0.01 0.00 0.01 0.00 0.01 99.97 01:59:05 01:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:59:05 01:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 01:59:05 01:58:01 2 0.02 0.00 0.02 0.00 0.02 99.95 01:59:05 01:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:59:05 01:58:01 4 0.00 0.00 0.02 0.00 0.00 99.98 01:59:05 01:58:01 5 0.00 0.00 0.00 0.02 0.02 99.97 01:59:05 01:58:01 6 0.03 0.00 0.00 0.00 0.02 99.95 01:59:05 01:58:01 7 0.00 0.00 0.02 0.02 0.00 99.97 01:59:05 01:59:01 all 0.49 0.00 0.22 0.02 0.01 99.26 01:59:05 01:59:01 0 0.20 0.00 0.13 0.00 0.02 99.65 01:59:05 01:59:01 1 0.63 0.00 0.28 0.00 0.02 99.07 01:59:05 01:59:01 2 0.49 0.00 0.25 0.02 0.02 99.23 01:59:05 01:59:01 3 0.47 0.00 0.10 0.00 0.02 99.42 01:59:05 01:59:01 4 0.53 0.00 0.17 0.02 0.00 99.28 01:59:05 01:59:01 5 0.63 0.00 0.22 0.03 0.00 99.12 01:59:05 01:59:01 6 0.22 0.00 0.25 0.00 0.02 99.52 01:59:05 01:59:01 7 0.73 0.00 0.35 0.07 0.02 98.83 01:59:05 Average: all 0.10 0.00 0.01 0.00 0.01 99.88 01:59:05 Average: 0 0.02 0.00 0.01 0.01 0.00 99.96 01:59:05 Average: 1 0.06 0.00 0.02 0.00 0.01 99.91 01:59:05 Average: 2 0.51 0.00 0.03 0.00 0.02 99.45 01:59:05 Average: 3 0.01 0.00 0.01 0.00 0.00 99.98 01:59:05 Average: 4 0.02 0.00 0.01 0.00 0.00 99.97 01:59:05 Average: 5 0.02 0.00 0.00 0.01 0.00 99.97 01:59:05 Average: 6 0.03 0.00 0.01 0.00 0.01 99.95 01:59:05 Average: 7 0.14 0.00 0.02 0.01 0.01 99.82 01:59:05 01:59:05 01:59:05