Pull request #4212 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 89f13e07751b45ca904bdad0e7a70e49b41fcbf4+23251983c73b29babdec2056f36690dce19c8f65 (218bbdd769e22c495cbe795885b1d801e768f65e) 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-ssh14844446997306765268.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-ssh9875995296612762357.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/edgex-go/branches/PR-4212/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/edgex-go/branches/PR-4212/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12000853650900238161.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/edgex-go/branches/PR-4212/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16004360797145020470.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-ssh9470998148106896160.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/edgex-go/branches/PR-4212/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/edgex-go/branches/PR-4212/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2771499040001791465.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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false 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-56594 in /w/workspace/edgexfoundry_edgex-go_PR-4212 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.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/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Merging remotes/origin/main commit 23251983c73b29babdec2056f36690dce19c8f65 into PR head commit 89f13e07751b45ca904bdad0e7a70e49b41fcbf4 Merge succeeded, producing 89f13e07751b45ca904bdad0e7a70e49b41fcbf4 Checking out Revision 89f13e07751b45ca904bdad0e7a70e49b41fcbf4 (PR-4212) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/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 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.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/edgex-go.git +refs/pull/4212/head:refs/remotes/origin/PR-4212 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 89f13e07751b45ca904bdad0e7a70e49b41fcbf4 # 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 23251983c73b29babdec2056f36690dce19c8f65 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 89f13e07751b45ca904bdad0e7a70e49b41fcbf4 # timeout=10 [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:10:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:10:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:10:07 ========================================================= 00:10:07 EdgeX Global Pipelines Version Info 00:10:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:10:08 ------------------- 00:10:08 stable info: 00:10:08 ------------------- 00:10:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:10:08 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 00:10:08 Message: update stable to v1.0.243 00:10:08 ------------------- 00:10:08 experimental info: 00:10:08 ------------------- 00:10:08 Commited By: **** collab-it+edgex@linuxfoundation.org 00:10:08 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 00:10:08 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:10:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:10:09 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:10:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:10:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:10:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:10:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 00:10:09 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 00:10:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:10:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 00:10:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 00:10:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:10:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:10:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 00:10:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:10:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:10:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:10:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:10:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:10:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:10:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 00:10:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:10:10 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:10:10 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 00:10:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4212 [Pipeline] echo 00:10:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4212 [Pipeline] echo 00:10:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4212 [Pipeline] echo 00:10:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 89f13e07751b45ca904bdad0e7a70e49b41fcbf4 [Pipeline] echo 00:10:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 89f13e0 [Pipeline] echo 00:10:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:10:10 provisioning config files... 00:10:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2508928272777127372tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:10:10 ---> docker-login.sh 00:10:10 nexus3.edgexfoundry.org:10001 00:10:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:10:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:10:11 Configure a credential helper to remove this warning. See 00:10:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:10:11 00:10:11 Login Succeeded 00:10:11 nexus3.edgexfoundry.org:10002 00:10:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:10:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:10:11 Configure a credential helper to remove this warning. See 00:10:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:10:11 00:10:11 Login Succeeded 00:10:11 nexus3.edgexfoundry.org:10003 00:10:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:10:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:10:11 Configure a credential helper to remove this warning. See 00:10:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:10:11 00:10:11 Login Succeeded 00:10:11 nexus3.edgexfoundry.org:10004 00:10:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:10:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:10:11 Configure a credential helper to remove this warning. See 00:10:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:10:11 00:10:11 Login Succeeded 00:10:11 docker.io 00:10:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:10:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:10:11 Configure a credential helper to remove this warning. See 00:10:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:10:11 00:10:11 Login Succeeded 00:10:11 ---> docker-login.sh ends [Pipeline] } 00:10:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:10:12 + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:10:12 + dirname cmd/core-command/Dockerfile 00:10:12 + cut -d/ -f2 00:10:12 + echo core-command,cmd/core-command/Dockerfile 00:10:12 + dirname cmd/core-data/Dockerfile 00:10:12 + cut -d/ -f2 00:10:12 + echo core-data,cmd/core-data/Dockerfile 00:10:12 + dirname cmd/core-metadata/Dockerfile 00:10:12 + cut -d/ -f2 00:10:12 + echo core-metadata,cmd/core-metadata/Dockerfile 00:10:12 + dirname cmd/security-bootstrapper/Dockerfile 00:10:12 + cut -d/ -f2 00:10:12 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:10:12 + dirname cmd/security-proxy-setup/Dockerfile 00:10:12 + cut -d/ -f2 00:10:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:10:12 + dirname cmd/security-secretstore-setup/Dockerfile 00:10:12 + cut -d/ -f2 00:10:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:10:12 + dirname cmd/security-spiffe-token-provider/Dockerfile 00:10:12 + cut -d/ -f2 00:10:12 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 00:10:12 + dirname cmd/security-spire-agent/Dockerfile 00:10:12 + cut -d/ -f2 00:10:12 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 00:10:12 + + cut -d/ -f2 00:10:12 dirname cmd/security-spire-config/Dockerfile 00:10:12 + echo security-spire-config,cmd/security-spire-config/Dockerfile 00:10:12 + dirname cmd/security-spire-server/Dockerfile 00:10:12 + cut -d/ -f2 00:10:12 + echo security-spire-server,cmd/security-spire-server/Dockerfile 00:10:12 + + cut -d/ -f2 00:10:12 dirname cmd/support-notifications/Dockerfile 00:10:12 + echo support-notifications,cmd/support-notifications/Dockerfile 00:10:12 + dirname cmd/support-scheduler/Dockerfile 00:10:12 + cut -d/ -f2 00:10:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:10:12 + dirname cmd/sys-mgmt-agent/Dockerfile 00:10:12 + cut -d/ -f2 00:10:12 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:10:12 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 00:10:12 + git rev-list -1 --merges 89f13e07751b45ca904bdad0e7a70e49b41fcbf4~1..89f13e07751b45ca904bdad0e7a70e49b41fcbf4 [Pipeline] echo 00:10:12 -----------> git rev-list -1 --merges 89f13e07751b45ca904bdad0e7a70e49b41fcbf4~1..89f13e07751b45ca904bdad0e7a70e49b41fcbf4 89f13e07751b45ca904bdad0e7a70e49b41fcbf4 [false] [Pipeline] sh 00:10:13 + git log --format=format:%s -1 89f13e07751b45ca904bdad0e7a70e49b41fcbf4 [Pipeline] echo 00:10:13 ========================================================= 00:10:13 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 00:10:13 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 00:10:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:10:13 + grep -v github /etc/ssh/ssh_known_hosts 00:10:13 + [ -e /tmp/ssh_known_hosts ] 00:10:13 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 00:10:13 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 00:10:13 + sudo tee -a /etc/ssh/ssh_known_hosts 00:10:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:10:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:10:14 00:10:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:10:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:10:14 0.1.4: Pulling from edgex-devops/py-git-semver 00:10:14 b85a868b505f: Pulling fs layer 00:10:14 e2be974225ed: Pulling fs layer 00:10:14 339a4e72a1f5: Pulling fs layer 00:10:14 988bab9f4d93: Pulling fs layer 00:10:14 1469e6f7b9e6: Pulling fs layer 00:10:14 eaf3925da568: Pulling fs layer 00:10:14 bab4dde63d76: Pulling fs layer 00:10:14 bde34c3a00c8: Pulling fs layer 00:10:14 b352a97aabf1: Pulling fs layer 00:10:14 4872d77fe225: Pulling fs layer 00:10:14 5851b861e8e6: Pulling fs layer 00:10:14 988bab9f4d93: Waiting 00:10:14 1469e6f7b9e6: Waiting 00:10:14 eaf3925da568: Waiting 00:10:14 bab4dde63d76: Waiting 00:10:14 bde34c3a00c8: Waiting 00:10:14 b352a97aabf1: Waiting 00:10:14 4872d77fe225: Waiting 00:10:14 5851b861e8e6: Waiting 00:10:14 e2be974225ed: Verifying Checksum 00:10:14 e2be974225ed: Download complete 00:10:14 988bab9f4d93: Verifying Checksum 00:10:14 988bab9f4d93: Download complete 00:10:14 1469e6f7b9e6: Verifying Checksum 00:10:14 339a4e72a1f5: Verifying Checksum 00:10:14 339a4e72a1f5: Download complete 00:10:14 eaf3925da568: Download complete 00:10:14 bde34c3a00c8: Verifying Checksum 00:10:14 bde34c3a00c8: Download complete 00:10:14 b352a97aabf1: Verifying Checksum 00:10:14 b352a97aabf1: Download complete 00:10:14 4872d77fe225: Download complete 00:10:14 5851b861e8e6: Verifying Checksum 00:10:14 5851b861e8e6: Download complete 00:10:14 b85a868b505f: Verifying Checksum 00:10:14 b85a868b505f: Download complete 00:10:15 bab4dde63d76: Verifying Checksum 00:10:15 bab4dde63d76: Download complete 00:10:15 b85a868b505f: Pull complete 00:10:16 e2be974225ed: Pull complete 00:10:16 339a4e72a1f5: Pull complete 00:10:16 988bab9f4d93: Pull complete 00:10:17 1469e6f7b9e6: Pull complete 00:10:17 eaf3925da568: Pull complete 00:10:18 bab4dde63d76: Pull complete 00:10:18 bde34c3a00c8: Pull complete 00:10:18 b352a97aabf1: Pull complete 00:10:18 4872d77fe225: Pull complete 00:10:18 5851b861e8e6: Pull complete 00:10:18 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 00:10:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:10:18 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:10:19 prd-ubuntu20.04-docker-8c-8g-56594 does not seem to be running inside a container 00:10:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 00:10:21 $ docker top c351f61d60cdbebf26b956fee7c299f4d31d5ecf2401fcae6b38ef243f4ee80f -eo pid,comm 00:10:21 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). 00:10:21 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:10:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:10:21 [ssh-agent] Looking for ssh-agent implementation... 00:10:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:10:21 $ docker exec c351f61d60cdbebf26b956fee7c299f4d31d5ecf2401fcae6b38ef243f4ee80f ssh-agent 00:10:21 SSH_AUTH_SOCK=/tmp/ssh-tGRqYL3qb9ri/agent.32 00:10:21 SSH_AGENT_PID=38 00:10:21 Running ssh-add (command line suppressed) 00:10:21 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6049121313733413117.key (/w/workspace/edgex-go/1@tmp/private_key_6049121313733413117.key) 00:10:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:10:22 + git tag --points-at HEAD [Pipeline] } 00:10:22 $ docker exec --env ******** --env ******** c351f61d60cdbebf26b956fee7c299f4d31d5ecf2401fcae6b38ef243f4ee80f ssh-agent -k 00:10:22 unset SSH_AUTH_SOCK; 00:10:22 unset SSH_AGENT_PID; 00:10:22 echo Agent pid 38 killed; 00:10:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:10:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:10:22 [ssh-agent] Looking for ssh-agent implementation... 00:10:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:10:22 $ docker exec c351f61d60cdbebf26b956fee7c299f4d31d5ecf2401fcae6b38ef243f4ee80f ssh-agent 00:10:22 SSH_AUTH_SOCK=/tmp/ssh-aqetjGfqyvBG/agent.70 00:10:22 SSH_AGENT_PID=76 00:10:22 Running ssh-add (command line suppressed) 00:10:22 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6681492460130574587.key (/w/workspace/edgex-go/1@tmp/private_key_6681492460130574587.key) 00:10:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:10:23 + git semver init 00:10:23 2022-10-25 00:10:23,304 [run_init] DEBUG init version:0.0.0 force:False 00:10:23 2022-10-25 00:10:23,305 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 00:10:23 2022-10-25 00:10:23,306 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 00:10:23 2022-10-25 00:10:23,306 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) 00:10:28 2022-10-25 00:10:28,242 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 00:10:28 2022-10-25 00:10:28,243 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4212 with force:False 00:10:28 2022-10-25 00:10:28,243 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4212 00:10:28 2022-10-25 00:10:28,247 [execute] INFO git cat-file --batch-check 00:10:28 2022-10-25 00:10:28,248 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 00:10:28 2022-10-25 00:10:28,254 [execute] INFO git cat-file --batch 00:10:28 2022-10-25 00:10:28,254 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 00:10:28 2022-10-25 00:10:28,260 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4212 00:10:28 0.0.0 [Pipeline] } 00:10:28 $ docker exec --env ******** --env ******** c351f61d60cdbebf26b956fee7c299f4d31d5ecf2401fcae6b38ef243f4ee80f ssh-agent -k 00:10:28 unset SSH_AUTH_SOCK; 00:10:28 unset SSH_AGENT_PID; 00:10:28 echo Agent pid 76 killed; 00:10:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:10:29 + git semver [Pipeline] } 00:10:29 $ docker stop --time=1 c351f61d60cdbebf26b956fee7c299f4d31d5ecf2401fcae6b38ef243f4ee80f 00:10:30 $ docker rm -f c351f61d60cdbebf26b956fee7c299f4d31d5ecf2401fcae6b38ef243f4ee80f [Pipeline] // withDockerContainer [Pipeline] sh 00:10:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:10:31 Stashed 1 file(s) [Pipeline] echo 00:10:31 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:10:32 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 00:10:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:10:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:10:32 ========================================================= 00:10:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 00:10:32 ========================================================= [Pipeline] fileExists [Pipeline] sh 00:10:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:10:32 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 00:10:32 213ec9aee27d: Pulling fs layer 00:10:32 4583459ba037: Pulling fs layer 00:10:32 93c1e223e6f2: Pulling fs layer 00:10:32 53926ce57604: Pulling fs layer 00:10:32 21b2b0c7a3f4: Pulling fs layer 00:10:32 30f14e443154: Pulling fs layer 00:10:32 801331c1e519: Pulling fs layer 00:10:32 99cc6dd402b0: Pulling fs layer 00:10:32 7d9ed39f4882: Pulling fs layer 00:10:32 30f14e443154: Waiting 00:10:32 801331c1e519: Waiting 00:10:32 99cc6dd402b0: Waiting 00:10:32 7d9ed39f4882: Waiting 00:10:32 21b2b0c7a3f4: Waiting 00:10:32 53926ce57604: Waiting 00:10:32 93c1e223e6f2: Verifying Checksum 00:10:32 93c1e223e6f2: Download complete 00:10:32 4583459ba037: Download complete 00:10:32 21b2b0c7a3f4: Download complete 00:10:32 30f14e443154: Verifying Checksum 00:10:32 30f14e443154: Download complete 00:10:32 213ec9aee27d: Verifying Checksum 00:10:32 213ec9aee27d: Download complete 00:10:32 801331c1e519: Verifying Checksum 00:10:32 801331c1e519: Download complete 00:10:32 213ec9aee27d: Pull complete 00:10:32 4583459ba037: Pull complete 00:10:33 93c1e223e6f2: Pull complete 00:10:33 7d9ed39f4882: Verifying Checksum 00:10:33 7d9ed39f4882: Download complete 00:10:33 99cc6dd402b0: Download complete 00:10:33 53926ce57604: Verifying Checksum 00:10:33 53926ce57604: Download complete 00:10:38 53926ce57604: Pull complete 00:10:38 21b2b0c7a3f4: Pull complete 00:10:38 30f14e443154: Pull complete 00:10:38 801331c1e519: Pull complete 00:10:40 99cc6dd402b0: Pull complete 00:10:41 7d9ed39f4882: Pull complete 00:10:41 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 00:10:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:10:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 00:10:41 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:10:41 WORKDIR /edgex 00:10:41 COPY go.mod . 00:10:41 RUN go mod download 00:10:41 + docker build -t ci-base-image-x86_64 -f - . 00:10:42 Sending build context to Docker daemon 169.7MB 00:10:42 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:10:42 ---> 1dedd983c030 00:10:42 Step 2/4 : WORKDIR /edgex 00:10:46 ---> Running in 67fc0282657c 00:10:46 Removing intermediate container 67fc0282657c 00:10:46 ---> 4ef36452bea2 00:10:46 Step 3/4 : COPY go.mod . 00:10:46 ---> c5e8a2f2c38f 00:10:46 Step 4/4 : RUN go mod download 00:10:46 ---> Running in dc27fdd7be02 00:10:46 Still waiting to schedule task 00:10:46 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 00:11:01 Removing intermediate container dc27fdd7be02 00:11:01 ---> f3786d0a442c 00:11:01 Successfully built f3786d0a442c 00:11:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:11:01 + docker inspect -f . ci-base-image-x86_64 00:11:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:11:02 prd-ubuntu20.04-docker-8c-8g-56594 does not seem to be running inside a container 00:11:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/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 ******** ci-base-image-x86_64 cat 00:11:02 $ docker top c7928e7f3bfb0a4e9fed43eaca58e52f6c66bed0d56bd48702d58ec1cca87ddc -eo pid,comm [Pipeline] { [Pipeline] sh 00:11:02 + go version 00:11:02 go version go1.18.7 linux/amd64 [Pipeline] } 00:11:02 $ docker stop --time=1 c7928e7f3bfb0a4e9fed43eaca58e52f6c66bed0d56bd48702d58ec1cca87ddc 00:11:04 $ docker rm -f c7928e7f3bfb0a4e9fed43eaca58e52f6c66bed0d56bd48702d58ec1cca87ddc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:11:04 + docker inspect -f . ci-base-image-x86_64 00:11:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:11:05 prd-ubuntu20.04-docker-8c-8g-56594 does not seem to be running inside a container 00:11:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/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 ******** ci-base-image-x86_64 cat 00:11:05 $ docker top 9781143464e5670eb7ae71dd682a3661ad6c195efeaa54e10d9c5f8cc00902b0 -eo pid,comm [Pipeline] { [Pipeline] echo 00:11:05 ========================================================= 00:11:05 [edgeXBuildGoParallel] Running Tests and Build... 00:11:05 ========================================================= [Pipeline] sh 00:11:05 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 00:11:06 + make test 00:11:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:11:14 ? github.com/edgexfoundry/edgex-go [no test files] 00:11:29 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:11:29 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:11:29 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:11:29 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:11:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:11:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:11:29 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:11:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:11:29 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 00:11:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:11:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:11:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:11:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:11:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:11:29 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 00:11:29 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.076s coverage: 28.7% of statements 00:11:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:11:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:11:29 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.087s coverage: 98.5% of statements 00:11:29 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.120s coverage: 42.3% of statements 00:11:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 00:11:29 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 00:11:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.099s coverage: 54.2% of statements 00:11:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:11:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:11:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.512s coverage: 89.2% of statements 00:11:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 00:11:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 00:11:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 00:11:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:11:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 00:11:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.124s coverage: 2.2% of statements 00:11:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:11:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:11:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.558s coverage: 95.6% of statements 00:11:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 00:11:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 00:11:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 00:11:34 ok github.com/edgexfoundry/edgex-go/internal/io 0.097s coverage: 72.2% of statements 00:11:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:11:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 00:11:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 00:11:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:11:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:11:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.055s coverage: 60.0% of statements 00:11:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:11:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:11:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:11:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.098s coverage: 0.9% of statements 00:11:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 00:11:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.092s coverage: 58.8% of statements 00:11:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.083s coverage: 29.6% of statements 00:11:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:11:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.178s coverage: 47.1% of statements 00:11:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements 00:11:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements 00:11:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.078s coverage: 96.3% of statements 00:11:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements 00:11:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.078s coverage: 94.4% of statements 00:11:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.083s coverage: 44.8% of statements 00:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.263s coverage: 79.9% of statements 00:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.123s coverage: 92.9% of statements 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.040s coverage: 65.1% of statements 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.093s coverage: 86.9% of statements 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.101s coverage: 87.2% of statements 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.089s coverage: 100.0% of statements 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.082s coverage: 58.8% of statements 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.089s coverage: 80.0% of statements 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.069s coverage: 87.2% of statements 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.083s coverage: 85.4% of statements 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.221s coverage: 91.2% of statements 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.205s coverage: 64.7% of statements 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.076s coverage: 100.0% of statements 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.507s coverage: 65.8% of statements 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.689s coverage: 41.8% of statements 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.068s coverage: 89.5% of statements 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.078s coverage: 84.8% of statements 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.100s coverage: 17.7% of statements 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.165s coverage: 92.3% of statements 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.054s coverage: 63.2% of statements 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.114s coverage: 97.7% of statements 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.061s coverage: 28.9% of statements 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 00:11:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.073s coverage: 100.0% of statements 00:11:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements 00:11:53 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 00:12:15 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." 00:12:15 GO111MODULE=on go vet ./... 00:12:18 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:12:18 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 00:12:18 ./bin/test-attribution-txt.sh [Pipeline] echo 00:12:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 00:12:19 + ls -al . 00:12:19 total 768 00:12:19 drwxrwxr-x 11 1001 1001 4096 Oct 25 00:11 . 00:12:19 drwxr-xr-x 4 root root 4096 Oct 25 00:11 .. 00:12:19 drwxrwxr-x 2 1001 1001 4096 Oct 25 00:10 .blubracket 00:12:19 -rw-rw-r-- 1 1001 1001 16 Oct 25 00:10 .dockerignore 00:12:19 drwxrwxr-x 8 1001 1001 4096 Oct 25 00:11 .git 00:12:19 drwxrwxr-x 3 1001 1001 4096 Oct 25 00:10 .github 00:12:19 -rw-rw-r-- 1 1001 1001 1030 Oct 25 00:10 .gitignore 00:12:19 -rw-rw-r-- 1 1001 1001 42 Oct 25 00:10 .golangci.yml 00:12:19 -rw-rw-r-- 1 1001 1001 87 Oct 25 00:10 .hadolint.yml 00:12:19 drwxr-xr-x 3 1001 1001 4096 Oct 25 00:10 .semver 00:12:19 -rw-rw-r-- 1 1001 1001 166 Oct 25 00:10 .sonarcloud.properties 00:12:19 -rw-rw-r-- 1 1001 1001 1171 Oct 25 00:10 ADOPTERS.md 00:12:19 -rw-rw-r-- 1 1001 1001 10722 Oct 25 00:10 Attribution.txt 00:12:19 -rw-rw-r-- 1 1001 1001 63209 Oct 25 00:10 CHANGELOG.md 00:12:19 -rw-rw-r-- 1 1001 1001 3804 Oct 25 00:10 CONTRIBUTING.md 00:12:19 -rw-rw-r-- 1 1001 1001 677 Oct 25 00:10 GOVERNANCE.md 00:12:19 -rw-rw-r-- 1 1001 1001 850 Oct 25 00:10 Jenkinsfile 00:12:19 -rw-rw-r-- 1 1001 1001 10775 Oct 25 00:10 LICENSE 00:12:19 -rw-rw-r-- 1 1001 1001 13857 Oct 25 00:10 Makefile 00:12:19 -rw-rw-r-- 1 1001 1001 582 Oct 25 00:10 OWNERS.md 00:12:19 -rw-rw-r-- 1 1001 1001 9799 Oct 25 00:10 README.md 00:12:19 -rw-rw-r-- 1 1001 1001 6912 Oct 25 00:10 SECURITY.md 00:12:19 -rw-rw-r-- 1 1001 1001 5 Oct 25 00:10 VERSION 00:12:19 -rw-rw-r-- 1 1001 1001 4131 Oct 25 00:10 ZMQWindows.md 00:12:19 drwxrwxr-x 2 1001 1001 4096 Oct 25 00:10 bin 00:12:19 drwxrwxr-x 18 1001 1001 4096 Oct 25 00:10 cmd 00:12:19 -rw-r--r-- 1 root root 500482 Oct 25 00:11 coverage.out 00:12:19 -rw-rw-r-- 1 1001 1001 3446 Oct 25 00:10 go.mod 00:12:19 -rw-rw-r-- 1 1001 1001 45060 Oct 25 00:10 go.sum 00:12:19 drwxrwxr-x 8 1001 1001 4096 Oct 25 00:10 internal 00:12:19 drwxrwxr-x 3 1001 1001 4096 Oct 25 00:10 openapi 00:12:19 drwxrwxr-x 4 1001 1001 4096 Oct 25 00:10 snap 00:12:19 -rw-rw-r-- 1 1001 1001 204 Oct 25 00:10 version.go [Pipeline] sh 00:12:19 + '[' -e coverage.out ] 00:12:19 + chown 1001:1001 coverage.out [Pipeline] stash 00:12:19 Stashed 1 file(s) [Pipeline] sh 00:12:19 + make build 00:12:19 CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 00:12:31 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:12:44 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 00:12:45 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:12:53 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:12:53 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:12:54 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:12:56 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:12:57 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:12:58 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:12:59 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 00:13:00 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:13:02 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 00:13:04 $ docker stop --time=1 9781143464e5670eb7ae71dd682a3661ad6c195efeaa54e10d9c5f8cc00902b0 00:13:08 $ docker rm -f 9781143464e5670eb7ae71dd682a3661ad6c195efeaa54e10d9c5f8cc00902b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:13:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:13:09 00:13:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:13:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:13:09 latest: Pulling from edgex-devops/edgex-compose 00:13:09 cbdbe7a5bc2a: Pulling fs layer 00:13:09 ca9280d653b3: Pulling fs layer 00:13:09 7e9c9ca2126c: Pulling fs layer 00:13:09 cbdbe7a5bc2a: Verifying Checksum 00:13:09 ca9280d653b3: Verifying Checksum 00:13:09 cbdbe7a5bc2a: Pull complete 00:13:10 7e9c9ca2126c: Download complete 00:13:10 ca9280d653b3: Pull complete 00:13:13 7e9c9ca2126c: Pull complete 00:13:13 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:13:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:13:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:13:14 prd-ubuntu20.04-docker-8c-8g-56594 does not seem to be running inside a container 00:13:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:13:17 $ docker top b89d6aed30e9f1211faf44320af092ef806d652070210b42abe3041d0a09ad36 -eo pid,comm [Pipeline] { [Pipeline] sh 00:13:18 + docker-compose build --help 00:13:18 + grep parallel 00:13:18 --parallel Build images in parallel. [Pipeline] } 00:13:18 $ docker stop --time=1 b89d6aed30e9f1211faf44320af092ef806d652070210b42abe3041d0a09ad36 00:13:20 $ docker rm -f b89d6aed30e9f1211faf44320af092ef806d652070210b42abe3041d0a09ad36 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:13:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:13:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:13:20 prd-ubuntu20.04-docker-8c-8g-56594 does not seem to be running inside a container 00:13:20 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:13:21 $ docker top 00bb812483f08fa291ea50347ff0934eaac42c19c289b34eb85e1038acc574b1 -eo pid,comm [Pipeline] { [Pipeline] sh 00:13:21 + docker-compose -f ./docker-compose-build.yml build --parallel 00:13:22 Building core-command ... 00:13:22 Building core-data ... 00:13:22 Building core-metadata ... 00:13:22 Building security-bootstrapper ... 00:13:22 Building security-proxy-setup ... 00:13:22 Building security-secretstore-setup ... 00:13:22 Building security-spiffe-token-provider ... 00:13:22 Building security-spire-agent ... 00:13:22 Building security-spire-config ... 00:13:22 Building security-spire-server ... 00:13:22 Building support-notifications ... 00:13:22 Building support-scheduler ... 00:13:22 Building sys-mgmt-agent ... 00:13:22 Building security-spiffe-token-provider 00:13:22 Building support-scheduler 00:13:22 Building core-command 00:13:22 Building security-spire-config 00:13:22 Building support-notifications 00:13:34 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:13:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:13:34 ---> f3786d0a442c 00:13:34 Step 3/23 : ARG ADD_BUILD_TAGS="" 00:13:34 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:13:34 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:13:34 ---> f3786d0a442c 00:13:34 Step 3/20 : WORKDIR /edgex-go 00:13:34 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:13:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:13:34 ---> f3786d0a442c 00:13:34 Step 3/23 : ARG ADD_BUILD_TAGS="" 00:13:34 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:13:34 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:13:34 ---> f3786d0a442c 00:13:34 Step 3/26 : WORKDIR /edgex-go 00:13:34 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:13:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:13:34 ---> f3786d0a442c 00:13:34 Step 3/24 : ARG ADD_BUILD_TAGS="" 00:13:38 ---> Running in 73904190ffd0 00:13:38 ---> Running in 57b5e598c18e 00:13:38 ---> Running in 02111733af05 00:13:38 ---> Running in db685f5f6cb4 00:13:38 ---> Running in e15c3d767190 00:13:38 Removing intermediate container 57b5e598c18e 00:13:38 ---> 557424411fa6 00:13:38 Step 4/23 : WORKDIR /edgex-go 00:13:38 Removing intermediate container 73904190ffd0 00:13:38 ---> 0d2cf9798bfa 00:13:38 Step 4/23 : WORKDIR /edgex-go 00:13:38 Removing intermediate container 02111733af05 00:13:38 ---> bfad8d4503bd 00:13:38 Step 4/24 : WORKDIR /edgex-go 00:13:38 ---> Running in 5b4be20bbb3f 00:13:38 ---> Running in 10764b09db7f 00:13:38 Removing intermediate container db685f5f6cb4 00:13:38 ---> 308850dd8583 00:13:38 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 00:13:38 ---> Running in 99253548df0b 00:13:38 Removing intermediate container e15c3d767190 00:13:38 ---> bf82d9fa66cc 00:13:38 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:13:38 ---> Running in 9b61cb53a150 00:13:38 ---> Running in ed4a925d80f9 00:13:38 Removing intermediate container 99253548df0b 00:13:38 ---> 4d2eccac73aa 00:13:38 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:13:38 Removing intermediate container 5b4be20bbb3f 00:13:38 ---> 651017d0f794 00:13:38 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:13:38 ---> Running in 6ea064a7be5c 00:13:38 Removing intermediate container 10764b09db7f 00:13:38 ---> 18546312155e 00:13:38 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:13:38 ---> Running in 9536b1b33bcd 00:13:38 ---> Running in 86afdd77cca4 00:13:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:13:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:13:39 Removing intermediate container 9b61cb53a150 00:13:39 ---> 186e201f42df 00:13:39 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 00:13:39 v3.16.2-334-gfa0f6c3878 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 00:13:39 v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 00:13:39 OK: 17038 distinct packages available 00:13:39 ---> Running in 401d9dd1beeb 00:13:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:13:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:13:39 OK: 211 MiB in 51 packages 00:13:39 Removing intermediate container 6ea064a7be5c 00:13:39 ---> 0acc2518bcc3 00:13:39 Step 6/24 : RUN apk add --update --no-cache make git 00:13:39 ---> Running in 661abeb533f7 00:13:40 Removing intermediate container 86afdd77cca4 00:13:40 ---> d1b335a30f36 00:13:40 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 00:13:40 ---> Running in 18bcd9c5ffa8 00:13:40 Removing intermediate container 9536b1b33bcd 00:13:40 ---> a1ba73dcc939 00:13:40 Step 6/23 : RUN apk add --update --no-cache make git 00:13:40 ---> Running in 08b6340d1b85 00:13:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:13:40 Removing intermediate container ed4a925d80f9 00:13:40 ---> e941d42d4d14 00:13:40 Step 5/20 : COPY go.mod vendor* ./ 00:13:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:13:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:13:40 ---> 5adf1d81ece9 00:13:40 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:13:40 ---> Running in cf3956e65e38 00:13:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:13:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:13:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:13:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:13:41 OK: 211 MiB in 51 packages 00:13:41 OK: 211 MiB in 51 packages 00:13:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:13:41 OK: 211 MiB in 51 packages 00:13:41 Removing intermediate container 401d9dd1beeb 00:13:41 ---> 2244830ca4e4 00:13:41 Step 6/26 : COPY go.mod vendor* ./ 00:13:41 ---> c1da3fee8c2b 00:13:41 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:13:41 ---> Running in 49effb847904 00:13:41 Removing intermediate container 661abeb533f7 00:13:41 ---> 5cb0d795ce33 00:13:41 Step 7/24 : COPY go.mod vendor* ./ 00:13:42 Removing intermediate container 18bcd9c5ffa8 00:13:42 ---> 1bba041cf71f 00:13:42 Step 7/23 : COPY go.mod vendor* ./ 00:13:42 ---> 315207042481 00:13:42 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:13:42 ---> Running in 64a648c5da89 00:13:42 ---> 1c26ccf4611b 00:13:42 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:13:42 ---> Running in b074a4869453 00:13:42 OK: 211 MiB in 51 packages 00:13:42 Removing intermediate container 08b6340d1b85 00:13:42 ---> c7e5874e3542 00:13:42 Step 7/23 : COPY go.mod vendor* ./ 00:13:42 ---> bf042fd784aa 00:13:42 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:13:42 ---> Running in 04ded6db6894 00:14:21 Removing intermediate container b074a4869453 00:14:21 ---> d50f7d2ba1cb 00:14:21 Step 9/23 : COPY . . 00:14:21 Removing intermediate container 64a648c5da89 00:14:21 ---> 12348afba07d 00:14:21 Step 9/24 : COPY . . 00:14:21 Removing intermediate container cf3956e65e38 00:14:21 ---> cfce7c41ab42 00:14:21 Step 7/20 : COPY . . 00:14:21 Removing intermediate container 49effb847904 00:14:21 ---> 3cdafb2dba2c 00:14:21 Step 8/26 : COPY . . 00:14:21 Removing intermediate container 04ded6db6894 00:14:21 ---> 94ae93400398 00:14:21 Step 9/23 : COPY . . 00:14:36 ---> 7b0c2edf1004 00:14:36 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 00:14:36 ---> b0be2e0eaed7 00:14:36 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 00:14:36 ---> 458977dddf90 00:14:36 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 00:14:36 ---> 063316babf14 00:14:36 Step 10/23 : RUN make cmd/support-notifications/support-notifications 00:14:36 ---> Running in 6f39d7b2477a 00:14:36 ---> Running in cdf3054afc28 00:14:36 ---> 29248fe73011 00:14:36 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 00:14:36 ---> Running in 59bf93e17a7b 00:14:36 ---> Running in de46ad5a0cad 00:14:36 ---> Running in b6b7edf27c4b 00:14:36 Removing intermediate container 59bf93e17a7b 00:14:36 ---> 8468087e47ae 00:14:36 Step 10/26 : WORKDIR /edgex-go/spire-build 00:14:36 ---> Running in a656bcae7a89 00:14:36 Removing intermediate container a656bcae7a89 00:14:36 ---> 8afbd6bf7e26 00:14:36 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 00:14:36 ---> Running in 88e2fa3654e6 00:14:36 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 00:14:36 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:14:36 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 00:14:36 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:14:36 Removing intermediate container 88e2fa3654e6 00:14:36 ---> 2fc37f3dbd4c 00:14:36 Step 12/26 : WORKDIR /edgex-go 00:14:36 ---> Running in 8f2410c40bf2 00:14:37 Removing intermediate container 8f2410c40bf2 00:14:37 ---> eb3988a2c71c 00:14:37 00:14:37 Step 13/26 : FROM alpine:3.15 00:14:37 3.15: Pulling from library/alpine 00:14:38 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 00:14:38 Status: Downloaded newer image for alpine:3.15 00:14:38 ---> c4fc93816858 00:14:38 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:14:38 ---> Running in c4500fdff14e 00:14:38 Removing intermediate container c4500fdff14e 00:14:38 ---> 4f5c06ab26b2 00:14:38 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:14:38 ---> Running in 8e7efbe2ae54 00:14:40 Removing intermediate container 8e7efbe2ae54 00:14:40 ---> a06953fc3acb 00:14:40 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 00:14:40 ---> Running in b1033961fa7b 00:14:40 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:14:41 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:14:41 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 00:14:41 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 00:14:41 OK: 15857 distinct packages available 00:14:41 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:14:42 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:14:42 (1/4) Installing dumb-init (1.2.5-r1) 00:14:42 (2/4) Installing musl-obstack (1.2.3-r0) 00:14:43 (3/4) Installing libucontext (1.1-r0) 00:14:43 (4/4) Installing gcompat (1.0.0-r4) 00:14:43 Executing busybox-1.34.1-r7.trigger 00:14:43 OK: 6 MiB in 18 packages 00:14:47 Removing intermediate container b1033961fa7b 00:14:47 ---> b5351b540fe8 00:14:47 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:14:54 ---> 53b405b21290 00:14:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 00:14:57 ---> aa2c85225622 00:14:57 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 00:14:57 ---> Running in 459f68f630dd 00:15:00 Removing intermediate container 459f68f630dd 00:15:00 ---> c99e4f588c56 00:15:00 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 00:15:01 ---> adf467142bc2 00:15:01 Step 21/26 : WORKDIR / 00:15:01 ---> Running in 6de351bd86e0 00:15:01 Removing intermediate container 6de351bd86e0 00:15:01 ---> d2b6e645be29 00:15:01 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:15:01 ---> Running in c087b3bd2a0f 00:15:01 Removing intermediate container c087b3bd2a0f 00:15:01 ---> 38872c5ae093 00:15:01 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:15:02 ---> Running in 2a574733c56a 00:15:02 Removing intermediate container 2a574733c56a 00:15:02 ---> 1101f5299272 00:15:02 Step 24/26 : LABEL arch=x86_64 00:15:02 ---> Running in bab39a750224 00:15:03 Removing intermediate container bab39a750224 00:15:03 ---> b4eb901bf454 00:15:03 Step 25/26 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 00:15:04 ---> Running in fc1c77e17fd3 00:15:05 Removing intermediate container fc1c77e17fd3 00:15:05 ---> d130cb28bdbe 00:15:05 Step 26/26 : LABEL version=0.0.0 00:15:05 ---> Running in ad67048d198b 00:15:06 Removing intermediate container ad67048d198b 00:15:06 ---> e1bd200e72bb 00:15:06 00:15:06 Successfully built e1bd200e72bb 00:15:06 Successfully tagged security-spire-config:latest 00:15:06 Building security-spire-agent 00:15:10  Building security-spire-config ... done Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:15:10 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:15:10 ---> f3786d0a442c 00:15:10 Step 3/26 : WORKDIR /edgex-go 00:15:10 ---> Using cache 00:15:10 ---> bf82d9fa66cc 00:15:10 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:15:10 ---> Using cache 00:15:10 ---> 186e201f42df 00:15:10 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 00:15:10 ---> Using cache 00:15:10 ---> 2244830ca4e4 00:15:10 Step 6/26 : COPY go.mod vendor* ./ 00:15:10 ---> Using cache 00:15:10 ---> c1da3fee8c2b 00:15:10 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:15:10 ---> Using cache 00:15:10 ---> 3cdafb2dba2c 00:15:10 Step 8/26 : COPY . . 00:15:10 ---> Using cache 00:15:10 ---> 458977dddf90 00:15:10 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 00:15:10 ---> Using cache 00:15:10 ---> 8468087e47ae 00:15:10 Step 10/26 : WORKDIR /edgex-go/spire-build 00:15:10 ---> Using cache 00:15:10 ---> 8afbd6bf7e26 00:15:10 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 00:15:10 ---> Using cache 00:15:10 ---> 2fc37f3dbd4c 00:15:10 Step 12/26 : WORKDIR /edgex-go 00:15:10 ---> Using cache 00:15:10 ---> eb3988a2c71c 00:15:10 00:15:10 Step 13/26 : FROM alpine:3.15 00:15:10 ---> c4fc93816858 00:15:10 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:15:10 ---> Using cache 00:15:10 ---> 4f5c06ab26b2 00:15:10 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:15:10 ---> Using cache 00:15:10 ---> a06953fc3acb 00:15:10 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:15:25 ---> Running in de5c7ed5e6e5 00:15:30 Removing intermediate container 6f39d7b2477a 00:15:30 ---> 8d6b24d7a2a3 00:15:30 00:15:30 Step 9/20 : FROM alpine:3.15 00:15:30 ---> c4fc93816858 00:15:30 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:15:30 ---> Using cache 00:15:30 ---> 4f5c06ab26b2 00:15:30 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:15:30 ---> Using cache 00:15:30 ---> a06953fc3acb 00:15:30 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:15:30 Removing intermediate container b6b7edf27c4b 00:15:30 ---> 535f62f2c9c4 00:15:30 00:15:30 Step 11/24 : FROM alpine:3.16 00:15:31 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:15:31 ---> Running in a368ba7baefa 00:15:31 3.16: Pulling from library/alpine 00:15:31 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 00:15:31 Status: Downloaded newer image for alpine:3.16 00:15:31 ---> 9c6f07244728 00:15:31 Step 12/24 : RUN apk add --update --no-cache dumb-init 00:15:32 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:15:32 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 00:15:32 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 00:15:32 OK: 15857 distinct packages available 00:15:32 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:15:32 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:15:33 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:15:33 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:15:33 (1/5) Installing dumb-init (1.2.5-r1) 00:15:33 (2/5) Installing musl-obstack (1.2.3-r0) 00:15:34 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 00:15:34 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 00:15:34 OK: 15857 distinct packages available 00:15:34 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:15:34 (3/5) Installing libucontext (1.1-r0) 00:15:34 (4/5) Installing gcompat (1.0.0-r4) 00:15:34 (5/5) Installing openssl (1.1.1q-r0) 00:15:34 Executing busybox-1.34.1-r7.trigger 00:15:34 OK: 7 MiB in 19 packages 00:15:35 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:15:35 (1/9) Installing ca-certificates (20220614-r0) 00:15:35 (2/9) Installing brotli-libs (1.0.9-r5) 00:15:35 (3/9) Installing nghttp2-libs (1.46.0-r0) 00:15:35 (4/9) Installing libcurl (7.80.0-r3) 00:15:35 (5/9) Installing curl (7.80.0-r3) 00:15:35 (6/9) Installing dumb-init (1.2.5-r1) 00:15:35 (7/9) Installing musl-obstack (1.2.3-r0) 00:15:36 (8/9) Installing libucontext (1.1-r0) 00:15:36 (9/9) Installing gcompat (1.0.0-r4) 00:15:36 Executing busybox-1.34.1-r7.trigger 00:15:36 Executing ca-certificates-20220614-r0.trigger 00:15:36 OK: 8 MiB in 23 packages 00:15:37 ---> Running in 0bf6208287e7 00:15:38 Removing intermediate container cdf3054afc28 00:15:38 ---> d04e77c55aa4 00:15:38 00:15:38 Step 11/23 : FROM alpine:3.16 00:15:38 ---> 9c6f07244728 00:15:38 Step 12/23 : RUN apk add --update --no-cache dumb-init 00:15:38 Removing intermediate container de46ad5a0cad 00:15:38 ---> ed79479a3452 00:15:38 00:15:38 Step 11/23 : FROM alpine:3.16 00:15:38 ---> 9c6f07244728 00:15:38 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 00:15:38 Removing intermediate container de5c7ed5e6e5 00:15:38 ---> 280b82c2225a 00:15:38 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 00:15:38 ---> Running in 0cda2be7322f 00:15:38 ---> Running in e6439c185c3d 00:15:38 Removing intermediate container a368ba7baefa 00:15:38 ---> 700a60163bf0 00:15:38 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 00:15:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:15:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:15:38 ---> 1580821fd0f9 00:15:38 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 00:15:38 (1/1) Installing dumb-init (1.2.5-r1) 00:15:38 Executing busybox-1.35.0-r17.trigger 00:15:38 OK: 6 MiB in 15 packages 00:15:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:15:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:15:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:15:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:15:39 (1/2) Installing ca-certificates (20220614-r0) 00:15:39 (2/2) Installing dumb-init (1.2.5-r1) 00:15:39 Executing busybox-1.35.0-r17.trigger 00:15:39 Executing ca-certificates-20220614-r0.trigger 00:15:39 (1/1) Installing dumb-init (1.2.5-r1) 00:15:39 OK: 6 MiB in 16 packages 00:15:39 Executing busybox-1.35.0-r17.trigger 00:15:39 OK: 6 MiB in 15 packages 00:15:41 ---> 4c301c5a64e2 00:15:41 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 00:15:42 ---> efdbde373377 00:15:42 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:15:42 Removing intermediate container 0bf6208287e7 00:15:42 ---> 7225b124121d 00:15:42 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:15:42 ---> Running in d205f2d964c3 00:15:42 ---> c3754cdb6750 00:15:42 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 00:15:42 Removing intermediate container d205f2d964c3 00:15:42 ---> a268138138cc 00:15:42 Step 14/24 : ENV APP_PORT=59882 00:15:42 ---> Running in 40c5c315cb18 00:15:45 ---> Running in 8baf85b690da 00:15:45 Removing intermediate container e6439c185c3d 00:15:45 ---> facf20974c07 00:15:45 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:15:45 Removing intermediate container 40c5c315cb18 00:15:45 ---> c648960fa884 00:15:45 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:15:45 ---> Running in c1955b749d82 00:15:45 ---> 56270603761b 00:15:45 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 00:15:45 Removing intermediate container 0cda2be7322f 00:15:45 ---> 5f425b41fe90 00:15:45 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:15:45 ---> Running in 737aebec5c23 00:15:45 ---> Running in 750538e51e86 00:15:45 Removing intermediate container 8baf85b690da 00:15:45 ---> d00976f3c09d 00:15:45 Step 15/24 : EXPOSE $APP_PORT 00:15:45 ---> Running in b519b076a8e4 00:15:45 Removing intermediate container c1955b749d82 00:15:45 ---> 16a6ea44d51b 00:15:45 Step 14/23 : ENV APP_PORT=59861 00:15:45 ---> Running in 575b9b30cb5a 00:15:45 Removing intermediate container b519b076a8e4 00:15:45 Removing intermediate container 750538e51e86 00:15:45 ---> 286ec3c2d324 00:15:45 ---> cfe311c5791c 00:15:45 Step 16/24 : WORKDIR /Step 14/23 : ENV APP_PORT=59860 00:15:45 00:15:45 ---> b7ddc47d4565 00:15:45 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 00:15:45 Removing intermediate container 737aebec5c23 00:15:45 ---> c153a2ade345 00:15:45 Step 18/20 : LABEL arch=x86_64 00:15:45 ---> Running in 22d2af3f001a 00:15:45 ---> Running in aa1e827ca6a4 00:15:45 ---> Running in 04ca202c3bb6 00:15:45 Removing intermediate container 575b9b30cb5a 00:15:45 ---> 7d7002ee3539 00:15:45 Step 15/23 : EXPOSE $APP_PORT 00:15:45 ---> Running in 33cbde9d2e54 00:15:45 Removing intermediate container 22d2af3f001a 00:15:45 ---> be99d655113d 00:15:45 Step 15/23 : EXPOSE $APP_PORT 00:15:45 ---> Running in 533fd9ea2cfb 00:15:45 Removing intermediate container aa1e827ca6a4 00:15:45 ---> 1f58d3fc48dc 00:15:45 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:15:46 ---> 962afeb8fcc6 00:15:46 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/Removing intermediate container 04ca202c3bb6 00:15:46 00:15:46 ---> 1fc26c04a4b9 00:15:46 Step 19/20 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 00:15:46 Removing intermediate container 33cbde9d2e54 00:15:46 ---> 451e6e6f48d8 00:15:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:15:46 ---> Running in 01d9a6b5eca7 00:15:46 Removing intermediate container 533fd9ea2cfb 00:15:46 ---> cd1c918925b9 00:15:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:15:46 ---> da837bc80959 00:15:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:15:46 ---> ba6e249a3f4f 00:15:46 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:15:46 ---> Running in 71ddb8db9467 00:15:46 Removing intermediate container 01d9a6b5eca7 00:15:46 ---> 49b4b0bdd5e6 00:15:46 Step 20/20 : LABEL version=0.0.0 00:15:46 ---> Running in d3894ec2141f 00:15:46 ---> 9ab1649c4b7b 00:15:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:15:46 ---> b29ae65b9a41 00:15:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:15:46 Removing intermediate container 71ddb8db9467 00:15:46 ---> 74c27e8e02e5 00:15:46 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:15:46 Removing intermediate container d3894ec2141f 00:15:46 ---> 1dce4f230740 00:15:46 00:15:46 ---> de37a152fcf9 00:15:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:15:46 ---> Running in 7c30348ba35b 00:15:46 Successfully built 1dce4f230740 00:15:46 Successfully tagged security-spiffe-token-provider:latest 00:15:46  Building security-spiffe-token-provider ... done Building security-proxy-setup 00:15:54 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:15:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:15:54 ---> f3786d0a442c 00:15:54 Step 3/22 : WORKDIR /edgex-go 00:15:54 ---> Using cache 00:15:54 ---> bf82d9fa66cc 00:15:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:15:54 ---> Using cache 00:15:54 ---> 186e201f42df 00:15:54 Step 5/22 : RUN apk add --update --no-cache make git 00:15:57 Removing intermediate container 7c30348ba35b 00:15:57 ---> 7526811331ca 00:15:57 Step 24/26 : LABEL arch=x86_64 00:15:57 ---> Running in e190a5c11f1c 00:15:57 ---> 200aebf92876 00:15:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:15:57 ---> Running in 9cb7ffd89780 00:15:57 ---> 0c0dbefd9d42 00:15:57 Step 20/24 : ENTRYPOINT ["/core-command"] 00:15:57 ---> 597b24d0595a 00:15:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:15:57 ---> Running in 463e35c510dc 00:15:57 Removing intermediate container 9cb7ffd89780 00:15:57 ---> 34264b0a6a23 00:15:57 Step 25/26 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 00:15:57 ---> Running in bf726541d965 00:15:57 Removing intermediate container 463e35c510dc 00:15:57 ---> e523a4b15e95 00:15:57 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:15:57 ---> Running in bbf2d8ba07e9 00:15:57 ---> 70d3fe24fd31 00:15:57 Step 19/23 : ENTRYPOINT ["/support-notifications"] 00:15:57 ---> Running in 83b03848d389 00:15:57 ---> 062349e83d37 00:15:57 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 00:15:57 Removing intermediate container bf726541d965 00:15:57 ---> f557417344cf 00:15:57 Step 26/26 : LABEL version=0.0.0 00:15:57 ---> Running in 10644deef343 00:15:57 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:15:57 Removing intermediate container bbf2d8ba07e9 00:15:57 ---> bfd1722818af 00:15:57 Step 22/24 : LABEL arch=x86_64 00:15:57 Removing intermediate container 83b03848d389 00:15:57 ---> e9f6bd6e3d01 00:15:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:15:57 ---> Running in 5d5f95f19334 00:15:57 ---> Running in 68e648f73f80 00:15:57 ---> Running in c79f308af979 00:15:57 Removing intermediate container 10644deef343 00:15:57 ---> 40ea30d86599 00:15:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:15:57 Removing intermediate container 5d5f95f19334 00:15:57 ---> fd20ef60a810 00:15:57 00:15:57 ---> Running in 8824b5e50ae0 00:15:57 Removing intermediate container 68e648f73f80 00:15:57 ---> 7a3ac69029cd 00:15:57 Step 23/24 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 00:15:57 Removing intermediate container c79f308af979 00:15:57 ---> a74d2a852f00 00:15:57 Step 21/23 : LABEL arch=x86_64 00:15:57 ---> Running in 4be6a829d877 00:15:57 Successfully built fd20ef60a810 00:15:57 Successfully tagged security-spire-agent:latest 00:15:57  Building security-spire-agent ... done Building core-metadata 00:15:57 Removing intermediate container 8824b5e50ae0 00:15:57 ---> a292435681bd 00:15:57 Step 21/23 : LABEL arch=x86_64 00:15:57 ---> Running in 423c965327cf 00:15:57 ---> Running in ca425a177513 00:15:57 Removing intermediate container 4be6a829d877 00:15:57 ---> fa8307b5dd3d 00:15:57 Step 24/24 : LABEL version=0.0.0 00:15:57 ---> Running in 8fcf1544d83e 00:15:58 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:15:59 OK: 211 MiB in 51 packages 00:16:00 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:16:00 Step 2/25 : FROM ${BUILDER_BASE} AS builder 00:16:02 ---> f3786d0a442c 00:16:02 Step 3/25 : ARG ADD_BUILD_TAGS="" 00:16:02 ---> Using cache 00:16:02 ---> bfad8d4503bd 00:16:02 Step 4/25 : WORKDIR /edgex-go 00:16:02 ---> Using cache 00:16:02 ---> 4d2eccac73aa 00:16:02 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:16:02 ---> Using cache 00:16:02 ---> 0acc2518bcc3 00:16:02 Step 6/25 : RUN apk add --update --no-cache make git 00:16:02 ---> Using cache 00:16:02 ---> 5cb0d795ce33 00:16:02 Step 7/25 : COPY go.mod vendor* ./ 00:16:02 ---> Using cache 00:16:02 ---> 315207042481 00:16:02 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:16:02 ---> Using cache 00:16:02 ---> 12348afba07d 00:16:02 Step 9/25 : COPY . . 00:16:02 ---> Using cache 00:16:02 ---> 29248fe73011 00:16:02 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 00:16:02 Removing intermediate container 423c965327cf 00:16:02 ---> 79abc7d5492d 00:16:02 Step 22/23 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 00:16:02 Removing intermediate container ca425a177513 00:16:02 ---> 789cc21e40d1 00:16:02 Step 22/23 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 00:16:02 ---> Running in 49b020d6e7ae 00:16:02 Removing intermediate container 8fcf1544d83e 00:16:02 ---> b24e014ca20e 00:16:02 00:16:02 ---> Running in fd6ec9d94871 00:16:02 ---> Running in af65743190fa 00:16:03 Successfully built b24e014ca20e 00:16:03 Removing intermediate container e190a5c11f1c 00:16:03 ---> d196324e0dae 00:16:03 Step 6/22 : COPY go.mod vendor* ./ 00:16:03 Successfully tagged core-command:latest 00:16:03 Building security-bootstrapper 00:16:03  Building core-command ... done Removing intermediate container fd6ec9d94871 00:16:03 ---> 7b0a5b18846a 00:16:03 Step 23/23 : LABEL version=0.0.0 00:16:03 Removing intermediate container af65743190fa 00:16:03 ---> c573026d70b7 00:16:03 Step 23/23 : LABEL version=0.0.0 00:16:03 ---> Running in 0e1fb902e18d 00:16:03 ---> Running in d001e9885645 00:16:06 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:16:08 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:16:08 Step 2/33 : FROM ${BUILDER_BASE} AS builder 00:16:08 ---> f3786d0a442c 00:16:08 Step 3/33 : WORKDIR /edgex-go 00:16:08 ---> Using cache 00:16:08 ---> bf82d9fa66cc 00:16:08 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:16:08 ---> Using cache 00:16:08 ---> 186e201f42df 00:16:08 Step 5/33 : RUN apk add --update --no-cache make git 00:16:08 ---> Using cache 00:16:08 ---> d196324e0dae 00:16:08 Step 6/33 : COPY go.mod vendor* ./ 00:16:10 Removing intermediate container 0e1fb902e18d 00:16:10 ---> 9044d162f42d 00:16:10 00:16:10 Removing intermediate container d001e9885645 00:16:10 ---> ab51a48d5a74 00:16:10 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:16:10 ---> 2b916a3e6b62 00:16:10 00:16:10 ---> de2d4cf0218d 00:16:10 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:16:10 ---> Running in 460a2709e26e 00:16:10 Successfully built 2b916a3e6b62 00:16:10 Successfully tagged support-scheduler:latest 00:16:10  Building support-scheduler ... done Building security-spire-server 00:16:10 ---> Running in fb97b0de4229 00:16:10 Successfully built 9044d162f42d 00:16:10 Successfully tagged support-notifications:latest 00:16:10  Building support-notifications ... done Building core-data 00:16:17 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:16:17 Step 2/25 : FROM ${BUILDER_BASE} AS builder 00:16:17 ---> f3786d0a442c 00:16:17 Step 3/25 : WORKDIR /edgex-go 00:16:17 ---> Using cache 00:16:17 ---> bf82d9fa66cc 00:16:17 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:16:17 ---> Using cache 00:16:17 ---> 186e201f42df 00:16:17 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 00:16:17 ---> Using cache 00:16:17 ---> 2244830ca4e4 00:16:17 Step 6/25 : COPY go.mod vendor* ./ 00:16:17 ---> Using cache 00:16:17 ---> c1da3fee8c2b 00:16:17 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:16:17 ---> Using cache 00:16:17 ---> 3cdafb2dba2c 00:16:17 Step 8/25 : COPY . . 00:16:17 ---> Using cache 00:16:17 ---> 458977dddf90 00:16:17 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 00:16:17 ---> Using cache 00:16:17 ---> 8468087e47ae 00:16:17 Step 10/25 : WORKDIR /edgex-go/spire-build 00:16:17 ---> Using cache 00:16:17 ---> 8afbd6bf7e26 00:16:17 Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 00:16:21 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:16:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:16:21 ---> f3786d0a442c 00:16:21 Step 3/24 : ARG ADD_BUILD_TAGS="" 00:16:21 ---> Using cache 00:16:21 ---> bfad8d4503bd 00:16:21 Step 4/24 : WORKDIR /edgex-go 00:16:21 ---> Using cache 00:16:21 ---> 4d2eccac73aa 00:16:21 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:16:21 ---> Using cache 00:16:21 ---> 0acc2518bcc3 00:16:21 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:16:40 ---> Running in 66ca1e048237 00:16:40 ---> Running in d71c3a69a6f5 00:16:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:16:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:16:41 OK: 211 MiB in 51 packages 00:16:56 Removing intermediate container 49b020d6e7ae 00:16:56 ---> 407cad206a1a 00:16:56 00:16:56 Step 11/25 : FROM alpine:3.16 00:16:56 ---> 9c6f07244728 00:16:56 Step 12/25 : RUN apk add --update --no-cache dumb-init 00:16:56 ---> Using cache 00:16:56 ---> facf20974c07 00:16:56 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:16:56 ---> Using cache 00:16:56 ---> 16a6ea44d51b 00:16:56 Step 14/25 : ENV APP_PORT=59881 00:16:56 ---> Running in b90a6d4170a6 00:16:56 Removing intermediate container 66ca1e048237 00:16:56 ---> dc5aa67134d0 00:16:56 Step 12/25 : WORKDIR /edgex-go 00:16:56 Removing intermediate container d71c3a69a6f5 00:16:56 ---> 57f52d3ef054 00:16:56 Step 7/24 : COPY go.mod vendor* ./ 00:16:56 Removing intermediate container b90a6d4170a6 00:16:56 ---> 64d33531a7e6 00:16:56 Step 15/25 : EXPOSE $APP_PORT 00:16:56 ---> Running in f4055eef8565 00:16:56 ---> Running in bfa14d60fc4e 00:16:56 ---> 909d8fac9a62 00:16:56 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:16:56 ---> Running in 22a110f46c4d 00:16:56 Removing intermediate container f4055eef8565 00:16:56 ---> f51af48b1bf3 00:16:56 00:16:56 Step 13/25 : FROM alpine:3.15 00:16:56 ---> c4fc93816858 00:16:56 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:16:56 ---> Using cache 00:16:56 ---> 4f5c06ab26b2 00:16:56 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:16:56 ---> Using cache 00:16:56 ---> a06953fc3acb 00:16:56 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:16:56 ---> Using cache 00:16:56 ---> 280b82c2225a 00:16:56 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 00:16:56 Removing intermediate container bfa14d60fc4e 00:16:56 ---> 3cd5e91e42ed 00:16:56 Step 16/25 : WORKDIR / 00:16:56 ---> Running in a2757489e894 00:16:56 Removing intermediate container a2757489e894 00:16:56 ---> a592c0185270 00:16:56 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 00:16:56 Removing intermediate container 460a2709e26e 00:16:56 ---> 987aa722e8ab 00:16:56 Step 8/22 : COPY . . 00:16:56 Removing intermediate container fb97b0de4229 00:16:56 ---> 7bf80bd7102a 00:16:56 Step 8/33 : COPY . . 00:17:19 ---> d2a9a9a7ca31 00:17:19 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:17:19 ---> 5451de33bb9f 00:17:19 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:17:19 ---> eaaea9d0f4f3 00:17:19 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:17:19 ---> a26e4269194b 00:17:19 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 00:17:19 ---> Running in 126ce93d72f0 00:17:19 ---> 32e2a5811140 00:17:19 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:17:19 ---> Running in c6a3c2eb2214 00:17:19 ---> 17dd9ce72647 00:17:19 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 00:17:19 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:17:19 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:17:19 ---> aa874cbba85c 00:17:19 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 00:17:19 ---> 02d3740f09dc 00:17:19 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 00:17:19 ---> 7f298839da3e 00:17:19 Step 21/25 : ENTRYPOINT ["/core-metadata"] 00:17:19 ---> 04d6031a6c83 00:17:19 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:17:19 ---> Running in be150f4a8f4a 00:17:19 ---> Running in a27ff864557c 00:17:19 Removing intermediate container a27ff864557c 00:17:19 ---> e18dc0ad1ba5 00:17:19 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:17:19 Removing intermediate container be150f4a8f4a 00:17:19 ---> 87dc82604f26 00:17:19 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:17:19 ---> Running in ed0671ab3cc3 00:17:19 ---> Running in 003e50d55458 00:17:19 Removing intermediate container 003e50d55458 00:17:19 ---> 88bc84c65246 00:17:19 Step 23/25 : LABEL arch=x86_64 00:17:19 Removing intermediate container ed0671ab3cc3 00:17:19 ---> 5fe5433a48da 00:17:19 Step 23/25 : LABEL arch=x86_64 00:17:19 ---> Running in c858f5644795 00:17:19 ---> Running in f76f2c2ebc53 00:17:19 Removing intermediate container c858f5644795 00:17:19 ---> 63a1ef1c8c19 00:17:19 Step 24/25 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 00:17:20 Removing intermediate container f76f2c2ebc53 00:17:20 ---> d9ea5dd28d4e 00:17:20 Step 24/25 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 00:17:20 ---> Running in b5795377c1ba 00:17:26 ---> Running in b498aa351cc1 00:17:28 Removing intermediate container b5795377c1ba 00:17:28 ---> de648ffb40c9 00:17:28 Step 25/25 : LABEL version=0.0.0 00:17:28 Removing intermediate container 22a110f46c4d 00:17:28 ---> df57d46fffe9 00:17:28 Step 9/24 : COPY . . 00:17:40 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 00:17:42 Removing intermediate container b498aa351cc1 00:17:42 ---> ddeb6d5c5eaf 00:17:42 Step 25/25 : LABEL version=0.0.0 00:17:42 ---> Running in 1c744175b533 00:17:42 ---> Running in f62b4f9ef30d 00:17:42 ---> e708fe51a89d 00:17:42 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 00:17:42 Removing intermediate container 1c744175b533 00:17:42 ---> 761c64e89b06 00:17:42 00:17:42 ---> Running in 669ded38ddde 00:17:42 Removing intermediate container f62b4f9ef30d 00:17:42 ---> 718b63c5c021 00:17:42 00:17:42 Successfully built 761c64e89b06 00:17:42 Successfully tagged core-metadata:latest 00:17:42  Building core-metadata ... done Building security-secretstore-setup 00:17:42 Successfully built 718b63c5c021 00:17:42 Successfully tagged security-spire-server:latest 00:17:42 Building sys-mgmt-agent 00:17:43  Building security-spire-server ... done CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 00:17:49 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:17:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:17:49 ---> f3786d0a442c 00:17:49 Step 3/23 : WORKDIR /edgex-go 00:17:49 ---> Using cache 00:17:49 ---> bf82d9fa66cc 00:17:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:17:49 ---> Using cache 00:17:49 ---> 186e201f42df 00:17:49 Step 5/23 : RUN apk add --update --no-cache make bash git 00:17:49 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 00:17:49 Step 2/25 : FROM ${BUILDER_BASE} AS builder 00:17:49 ---> f3786d0a442c 00:17:49 Step 3/25 : WORKDIR /edgex-go 00:17:49 ---> Using cache 00:17:49 ---> bf82d9fa66cc 00:17:49 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:17:49 ---> Using cache 00:17:49 ---> 186e201f42df 00:17:49 Step 5/25 : RUN apk add --update --no-cache make git 00:17:49 ---> Using cache 00:17:49 ---> d196324e0dae 00:17:49 Step 6/25 : COPY go.mod vendor* ./ 00:17:49 ---> Using cache 00:17:49 ---> ab51a48d5a74 00:17:49 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:17:49 ---> Using cache 00:17:49 ---> 7bf80bd7102a 00:17:49 Step 8/25 : COPY . . 00:17:49 ---> Using cache 00:17:49 ---> eaaea9d0f4f3 00:17:49 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:17:59 ---> Running in 1389d3a06d40 00:17:59 ---> Running in 11d273cb80ec 00:18:00 Removing intermediate container 126ce93d72f0 00:18:00 ---> 02942e0d8118 00:18:00 00:18:00 Step 10/33 : FROM alpine:3.16 00:18:00 ---> 9c6f07244728 00:18:00 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:18:00 Removing intermediate container c6a3c2eb2214 00:18:00 ---> fb1bba605e35 00:18:00 00:18:00 Step 10/22 : FROM alpine:3.16 00:18:00 ---> 9c6f07244728 00:18:00 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 00:18:00 ---> Running in 9e2c240c9182 00:18:00 ---> Running in e037245df149 00:18:00 Removing intermediate container e037245df149 00:18:00 ---> 8bd0f6364cf8 00:18:00 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 00:18:00 ---> Running in 4cdc8fbdee68 00:18:00 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:18:00 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:18:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:18:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:18:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:18:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:18:00 (1/6) Installing ca-certificates (20220614-r0) 00:18:00 (2/6) Installing brotli-libs (1.0.9-r6) 00:18:00 (3/6) Installing nghttp2-libs (1.47.0-r0) 00:18:00 (4/6) Installing libcurl (7.83.1-r3) 00:18:00 (1/2) Installing dumb-init (1.2.5-r1) 00:18:00 (5/6) Installing curl (7.83.1-r3) 00:18:00 (2/2) Installing su-exec (0.2-r1) 00:18:00 (6/6) Installing dumb-init (1.2.5-r1) 00:18:00 Executing busybox-1.35.0-r17.trigger 00:18:00 Executing busybox-1.35.0-r17.trigger 00:18:00 Executing ca-certificates-20220614-r0.trigger 00:18:00 OK: 6 MiB in 16 packages 00:18:01 OK: 8 MiB in 20 packages 00:18:01 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:18:01 OK: 211 MiB in 51 packages 00:18:01 Removing intermediate container 4cdc8fbdee68 00:18:01 ---> 0d515faef397 00:18:01 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 00:18:02 ---> Running in ead1d0721247 00:18:02 Removing intermediate container 9e2c240c9182 00:18:02 ---> 913aba1cb7fb 00:18:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:18:02 ---> Running in 7962a279dc77 00:18:02 Removing intermediate container 11d273cb80ec 00:18:02 ---> 6e39b1e6d3f1 00:18:02 Step 6/23 : COPY go.mod vendor* ./ 00:18:02 Removing intermediate container ead1d0721247 00:18:02 ---> a2e55ae397e1 00:18:02 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 00:18:02 ---> Running in 83a9a531b52a 00:18:02 Removing intermediate container 7962a279dc77 00:18:02 ---> 35ab1a73a529 00:18:02 Step 13/22 : WORKDIR /edgex 00:18:02 ---> Running in 3190331624b3 00:18:03 Removing intermediate container 83a9a531b52a 00:18:03 ---> 9e35c1e90555 00:18:03 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 00:18:03 Removing intermediate container 3190331624b3 00:18:03 ---> 7ab7b38c6bde 00:18:03 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:18:03 ---> b3a317c1d08b 00:18:03 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:18:03 ---> Running in a284e0c5139f 00:18:03 ---> Running in 32c1b2874a64 00:18:03 ---> 1e2710456371 00:18:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:18:03 Removing intermediate container a284e0c5139f 00:18:03 ---> 231e2c45eae6 00:18:03 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 00:18:03 ---> Running in 609404f94fcf 00:18:04 Removing intermediate container 609404f94fcf 00:18:04 ---> 0bf73284a81b 00:18:04 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 00:18:04 ---> 3a7ceeaf135e 00:18:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:18:04 ---> Running in 1ea9777837d5 00:18:07 ---> cf319e080561 00:18:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 00:18:19 ---> bff5782b8fa4 00:18:19 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:18:19 Removing intermediate container 1ea9777837d5 00:18:19 ---> a71beeeb40b1 00:18:19 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 00:18:19 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:18:19 ---> Running in 19df1fb9f3fd 00:18:19 ---> Running in 62fddcbe73f8 00:18:20 Removing intermediate container 19df1fb9f3fd 00:18:20 ---> 80310386a2f6 00:18:20 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 00:18:25 ---> b88924d41502 00:18:25 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 00:18:25 ---> Running in 6c4c3867866c 00:18:25 Removing intermediate container 669ded38ddde 00:18:25 ---> 6cb9dcd6dcec 00:18:25 00:18:25 Step 11/24 : FROM alpine:3.16 00:18:25 ---> 9c6f07244728 00:18:25 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:18:26 Removing intermediate container 62fddcbe73f8 00:18:26 ---> 2a34ded081f1 00:18:26 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 00:18:26 ---> Running in 249b1c2f7ba0 00:18:26 ---> Running in 250784005f7a 00:18:26 Removing intermediate container 249b1c2f7ba0 00:18:26 ---> 4d6c4eca83c5 00:18:26 Step 13/24 : ENV APP_PORT=59880 00:18:26 Removing intermediate container 32c1b2874a64 00:18:26 ---> 3c21f1600c61 00:18:26 Step 8/23 : COPY . . 00:18:26 ---> Running in c1f22e8be6e4 00:18:32 Removing intermediate container 250784005f7a 00:18:32 ---> f7a866832b70 00:18:32 Step 20/22 : LABEL arch=x86_64 00:18:34 ---> Running in fa059269f1c2 00:18:35 Removing intermediate container c1f22e8be6e4 00:18:35 ---> e83ff7b7498f 00:18:35 Step 14/24 : EXPOSE $APP_PORT 00:18:35 ---> Running in 003bb7627f30 00:18:35 Removing intermediate container 6c4c3867866c 00:18:35 ---> 47cfc71179b6 00:18:35 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 00:18:35 Removing intermediate container fa059269f1c2 00:18:35 ---> f30995647030 00:18:35 Step 21/22 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 00:18:35 ---> 4809bffb4e0b 00:18:35 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:18:35 ---> Running in d26f2d8c5331 00:18:35 Removing intermediate container 003bb7627f30 00:18:35 ---> eaab9d611f21 00:18:35 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:18:35 ---> Running in 1660e90ece5b 00:18:35 Removing intermediate container 1389d3a06d40 00:18:35 ---> a195e4264824 00:18:35 00:18:35 Step 10/25 : FROM alpine:3.16 00:18:35 ---> 9c6f07244728 00:18:35 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 00:18:35 ---> Running in 8a5ecd6b45e4 00:18:35 ---> 0646db60832f 00:18:35 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:18:35 Removing intermediate container d26f2d8c5331 00:18:35 ---> 37d322c769c8 00:18:35 Step 22/22 : LABEL version=0.0.0 00:18:35 ---> Running in 18c347a3135f 00:18:35 ---> Running in 59cd61f52ce6 00:18:35 Removing intermediate container 59cd61f52ce6 00:18:35 ---> 46c51858688b 00:18:35 00:18:35 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:18:35 Successfully built 46c51858688b 00:18:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:18:35 Successfully tagged security-proxy-setup:latest 00:18:36  Building security-proxy-setup ... done  ---> 405106c712ec 00:18:36 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:18:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:18:36 ---> 5b5a7d160b66 00:18:36 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:18:36 (1/3) Installing ca-certificates (20220614-r0) 00:18:36 Removing intermediate container 8a5ecd6b45e4 00:18:36 ---> 54d39709ad47 00:18:36 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 00:18:36 (2/3) Installing dumb-init (1.2.5-r1) 00:18:36 (3/3) Installing su-exec (0.2-r1) 00:18:36 Executing busybox-1.35.0-r17.trigger 00:18:36 Executing ca-certificates-20220614-r0.trigger 00:18:36 ---> Running in e6732504e3ac 00:18:36 ---> 04a1ea87dfc8 00:18:36 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 00:18:36 OK: 6 MiB in 17 packages 00:18:36 ---> 6d639b3d4805 00:18:36 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 00:18:36 ---> a121a48eea51 00:18:36 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:18:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:18:37 ---> 4a2c86267c87 00:18:37 Step 28/33 : RUN chmod +x /entrypoint.sh 00:18:37 Removing intermediate container 18c347a3135f 00:18:37 ---> c532bb5e1940 00:18:37 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:18:37 ---> Running in e9653d9f12db 00:18:37 ---> Running in f0a06bb72a80 00:18:37 Removing intermediate container e9653d9f12db 00:18:37 ---> b72f36cb944e 00:18:37 Step 13/25 : WORKDIR / 00:18:37 ---> Running in 0639804fb5a8 00:18:37 Removing intermediate container 0639804fb5a8 00:18:37 ---> 79a11a0e9ff6 00:18:37 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:18:37 ---> 61bec4ad100a 00:18:37 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:18:37 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:18:37 ---> 732b458f14ad 00:18:37 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:18:38 Removing intermediate container f0a06bb72a80 00:18:38 ---> d95fcab8674e 00:18:38 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 00:18:38 ---> Running in 84e1ea6da88d 00:18:38 ---> 113b6f89697b 00:18:38 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 00:18:38 (1/6) Installing dumb-init (1.2.5-r1) 00:18:38 Removing intermediate container 84e1ea6da88d 00:18:38 ---> f50803e6f3be 00:18:38 Step 30/33 : CMD ["gate"] 00:18:38 ---> Running in ef9759c67883 00:18:38 (2/6) Installing libgcc (11.2.1_git20220219-r2) 00:18:38 (3/6) Installing libsodium (1.0.18-r0) 00:18:38 ---> e1adb52fad88 00:18:38 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:18:38 Removing intermediate container ef9759c67883 00:18:38 ---> e752c83f02b9 00:18:38 Step 31/33 : LABEL arch=x86_64 00:18:38 ---> Running in 61b825d97f5c 00:18:38 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 00:18:38 (5/6) Installing libzmq (4.3.4-r0) 00:18:38 (6/6) Installing zeromq (4.3.4-r0) 00:18:38 Removing intermediate container 61b825d97f5c 00:18:38 ---> 68b7631b57bd 00:18:38 Step 32/33 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 00:18:38 Executing busybox-1.35.0-r17.trigger 00:18:38 OK: 8 MiB in 20 packages 00:18:38 ---> Running in 485f55751770 00:18:39 ---> 43c79baba4be 00:18:39 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:18:39 Removing intermediate container 485f55751770 00:18:39 ---> 1e9d2ee94da6 00:18:39 Step 33/33 : LABEL version=0.0.0 00:18:39 ---> Running in c3916b695f6f 00:18:39 Removing intermediate container c3916b695f6f 00:18:39 ---> 6f143bf2912b 00:18:39 00:18:39 Successfully built 6f143bf2912b 00:18:40 Successfully tagged security-bootstrapper:latest 00:18:40  Building security-bootstrapper ... done Removing intermediate container e6732504e3ac 00:18:40 ---> 2b7959f4ed0a 00:18:40 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:18:40 ---> 6446917721db 00:18:40 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:18:40 ---> c4298c1e55e5 00:18:40 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:18:40 ---> 6271fe3cb855 00:18:40 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:18:40 ---> Running in e0c3b0779ffb 00:18:41 ---> 37d72778665d 00:18:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:18:42 ---> 251c1a972f9b 00:18:42 Step 20/24 : ENTRYPOINT ["/core-data"] 00:18:42 ---> Running in ffbb224279a6 00:18:42 Removing intermediate container e0c3b0779ffb 00:18:42 ---> 5a0e9963a318 00:18:42 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 00:18:42 ---> Running in f48f3b6da2a9 00:18:42 Removing intermediate container ffbb224279a6 00:18:42 ---> 4fd54b5ad52a 00:18:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:18:42 ---> Running in 5a01bed44dae 00:18:42 Removing intermediate container f48f3b6da2a9 00:18:42 ---> aecaace9b077 00:18:42 Step 23/25 : LABEL arch=x86_64 00:18:42 ---> Running in cab098af5782 00:18:42 Removing intermediate container 5a01bed44dae 00:18:42 ---> eae6c41d85ee 00:18:42 Step 22/24 : LABEL arch=x86_64 00:18:42 ---> Running in 516ddaaa3734 00:18:42 Removing intermediate container cab098af5782 00:18:42 ---> 794133b36f2b 00:18:42 Step 24/25 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 00:18:42 ---> Running in 01977d89d900 00:18:43 Removing intermediate container 516ddaaa3734 00:18:43 ---> 7477405640c1 00:18:43 Step 23/24 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 00:18:43 ---> Running in b5d5746be4ba 00:18:43 Removing intermediate container 01977d89d900 00:18:43 ---> 2cc9ea16730d 00:18:43 Step 25/25 : LABEL version=0.0.0 00:18:43 ---> Running in 663549a1ae27 00:18:43 Removing intermediate container b5d5746be4ba 00:18:43 ---> 31881676e2bb 00:18:43 Step 24/24 : LABEL version=0.0.0 00:18:43 Removing intermediate container 663549a1ae27 00:18:43 ---> 81e95ee7c62a 00:18:43 00:18:43 ---> Running in 746530a3576b 00:18:43 Successfully built 81e95ee7c62a 00:18:43 Successfully tagged security-secretstore-setup:latest 00:18:43  Building security-secretstore-setup ... done Removing intermediate container 746530a3576b 00:18:43 ---> e46cfc5a6880 00:18:43 00:18:43 Successfully built e46cfc5a6880 00:18:43 Successfully tagged core-data:latest 00:18:55  Building core-data ... done Removing intermediate container 1660e90ece5b 00:18:55 ---> e0576fa8f9c1 00:18:55 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:18:55 ---> Running in 0ccdbdbb5494 00:18:55 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:18:56 Removing intermediate container 0ccdbdbb5494 00:18:56 ---> 15260c40e999 00:18:56 00:18:56 Step 11/23 : FROM alpine:3.16 00:18:56 ---> 9c6f07244728 00:18:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 00:18:56 ---> Running in 9218fb036275 00:18:56 Removing intermediate container 9218fb036275 00:18:56 ---> 750f26b33cf2 00:18:56 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 00:18:56 ---> Running in 2ca7611637c7 00:18:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:18:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:18:56 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 00:18:56 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 00:18:56 (3/33) Installing readline (8.1.2-r0) 00:18:56 (4/33) Installing bash (5.1.16-r2) 00:18:56 Executing bash-5.1.16-r2.post-install 00:18:56 (5/33) Installing ca-certificates (20220614-r0) 00:18:56 (6/33) Installing brotli-libs (1.0.9-r6) 00:18:56 (7/33) Installing nghttp2-libs (1.47.0-r0) 00:18:56 (8/33) Installing libcurl (7.83.1-r3) 00:18:56 (9/33) Installing curl (7.83.1-r3) 00:18:56 (10/33) Installing docker-cli (20.10.20-r0) 00:18:57 (11/33) Installing dumb-init (1.2.5-r1) 00:18:57 (12/33) Installing libbz2 (1.0.8-r1) 00:18:57 (13/33) Installing expat (2.4.9-r0) 00:18:57 (14/33) Installing libffi (3.4.2-r1) 00:18:57 (15/33) Installing gdbm (1.23-r0) 00:18:57 (16/33) Installing xz-libs (5.2.5-r1) 00:18:57 (17/33) Installing libgcc (11.2.1_git20220219-r2) 00:18:57 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 00:18:57 (19/33) Installing mpdecimal (2.5.1-r1) 00:18:57 (20/33) Installing sqlite-libs (3.38.5-r0) 00:18:57 (21/33) Installing python3 (3.10.5-r0) 00:18:57 (22/33) Installing py3-contextlib2 (21.6.0-r2) 00:18:57 (23/33) Installing py3-tomli (2.0.1-r1) 00:18:57 (24/33) Installing py3-pep517 (0.12.0-r2) 00:18:57 (25/33) Installing py3-six (1.16.0-r1) 00:18:57 (26/33) Installing py3-retrying (1.3.3-r3) 00:18:57 (27/33) Installing py3-appdirs (1.4.4-r3) 00:18:57 (28/33) Installing py3-more-itertools (8.13.0-r0) 00:18:57 (29/33) Installing py3-ordered-set (4.0.2-r3) 00:18:57 (30/33) Installing py3-parsing (2.4.7-r3) 00:18:57 (31/33) Installing py3-packaging (21.3-r0) 00:18:57 (32/33) Installing py3-setuptools (59.4.0-r0) 00:18:57 (33/33) Installing py3-pip (22.1.1-r0) 00:18:57 Executing busybox-1.35.0-r17.trigger 00:18:57 Executing ca-certificates-20220614-r0.trigger 00:18:57 OK: 122 MiB in 47 packages 00:18:59 Collecting docker-compose==1.23.2 00:18:59 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:19:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 24.9 MB/s eta 0:00:00 00:19:00 Collecting jsonschema<3,>=2.5.1 00:19:00 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:19:00 Collecting docopt<0.7,>=0.6.1 00:19:00 Downloading docopt-0.6.2.tar.gz (25 kB) 00:19:00 Preparing metadata (setup.py): started 00:19:00 Preparing metadata (setup.py): finished with status 'done' 00:19:00 Collecting PyYAML<4,>=3.10 00:19:00 Downloading PyYAML-3.13.tar.gz (270 kB) 00:19:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 42.9 MB/s eta 0:00:00 00:19:00 Preparing metadata (setup.py): started 00:19:00 Preparing metadata (setup.py): finished with status 'done' 00:19:00 Collecting websocket-client<1.0,>=0.32.0 00:19:01 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 00:19:01 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 112.1 MB/s eta 0:00:00 00:19:01 Collecting texttable<0.10,>=0.9.0 00:19:01 Downloading texttable-0.9.1.tar.gz (11 kB) 00:19:01 Preparing metadata (setup.py): started 00:19:01 Preparing metadata (setup.py): finished with status 'done' 00:19:01 Collecting docker<4.0,>=3.6.0 00:19:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:19:01 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 91.2 MB/s eta 0:00:00 00:19:01 Collecting cached-property<2,>=1.2.0 00:19:01 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:19:01 Collecting dockerpty<0.5,>=0.4.1 00:19:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:19:01 Preparing metadata (setup.py): started 00:19:01 Preparing metadata (setup.py): finished with status 'done' 00:19:01 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 00:19:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:19:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:19:01 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 156.4 MB/s eta 0:00:00 00:19:01 Collecting docker-pycreds>=0.4.0 00:19:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:19:01 Collecting chardet<3.1.0,>=3.0.2 00:19:01 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 00:19:01 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 156.6 MB/s eta 0:00:00 00:19:02 Collecting certifi>=2017.4.17 00:19:02 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 00:19:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 132.4 MB/s eta 0:00:00 00:19:02 Collecting idna<2.8,>=2.5 00:19:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:19:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 121.3 MB/s eta 0:00:00 00:19:02 Collecting urllib3<1.25,>=1.21.1 00:19:02 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:19:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 155.8 MB/s eta 0:00:00 00:19:02 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 00:19:02 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 00:19:02 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 00:19:02 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 00:19:02 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 00:19:02 Running setup.py install for texttable: started 00:19:02 Running setup.py install for texttable: finished with status 'done' 00:19:02 Running setup.py install for PyYAML: started 00:19:02 Running setup.py install for PyYAML: finished with status 'done' 00:19:03 Running setup.py install for docopt: started 00:19:03 Running setup.py install for docopt: finished with status 'done' 00:19:04 Running setup.py install for dockerpty: started 00:19:04 Running setup.py install for dockerpty: finished with status 'done' 00:19:05 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 00:19:05 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 00:19:11 Removing intermediate container 2ca7611637c7 00:19:11 ---> 31ce31a74fd3 00:19:11 Step 14/23 : ENV APP_PORT=58890 00:19:11 ---> Running in de5fb4c57818 00:19:11 Removing intermediate container de5fb4c57818 00:19:11 ---> e939a49a3d56 00:19:11 Step 15/23 : EXPOSE $APP_PORT 00:19:11 ---> Running in 618fa0efd64a 00:19:11 Removing intermediate container 618fa0efd64a 00:19:11 ---> 96d6ee94fe9c 00:19:11 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:19:12 ---> ec7e590b26a8 00:19:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:19:12 ---> c8ecaf1bcb34 00:19:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:19:12 ---> 620ca18a4e01 00:19:12 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 00:19:12 ---> Running in 815b82c4dd47 00:19:12 Removing intermediate container 815b82c4dd47 00:19:12 ---> 58345184455b 00:19:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:19:12 ---> Running in eb9e737d4963 00:19:12 Removing intermediate container eb9e737d4963 00:19:12 ---> e920418850f6 00:19:12 Step 21/23 : LABEL arch=x86_64 00:19:12 ---> Running in de7bc838d87a 00:19:12 Removing intermediate container de7bc838d87a 00:19:12 ---> 4b3d331e9632 00:19:12 Step 22/23 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 00:19:12 ---> Running in 564ef1aedfc7 00:19:12 Removing intermediate container 564ef1aedfc7 00:19:12 ---> 475cca8d1991 00:19:12 Step 23/23 : LABEL version=0.0.0 00:19:12 ---> Running in a632ff1f8e42 00:19:12 Removing intermediate container a632ff1f8e42 00:19:12 ---> 96930988e29f 00:19:12 00:19:12 Successfully built 96930988e29f 00:19:12 Successfully tagged sys-mgmt-agent:latest 00:19:13  Building sys-mgmt-agent ... done  [Pipeline] } 00:19:13 $ docker stop --time=1 00bb812483f08fa291ea50347ff0934eaac42c19c289b34eb85e1038acc574b1 00:19:14 $ docker rm -f 00bb812483f08fa291ea50347ff0934eaac42c19c289b34eb85e1038acc574b1 [Pipeline] // withDockerContainer [Pipeline] sh 00:19:14 + docker images 00:19:14 REPOSITORY TAG IMAGE ID CREATED SIZE 00:19:14 sys-mgmt-agent latest 96930988e29f 2 seconds ago 136MB 00:19:14 15260c40e999 19 seconds ago 1.59GB 00:19:14 security-secretstore-setup latest 81e95ee7c62a 31 seconds ago 29.7MB 00:19:14 core-data latest e46cfc5a6880 31 seconds ago 21.7MB 00:19:14 security-bootstrapper latest 6f143bf2912b 35 seconds ago 20.2MB 00:19:14 security-proxy-setup latest 46c51858688b 39 seconds ago 27.6MB 00:19:14 a195e4264824 42 seconds ago 1.6GB 00:19:14 6cb9dcd6dcec 54 seconds ago 1.62GB 00:19:14 02942e0d8118 About a minute ago 1.6GB 00:19:14 fb1bba605e35 About a minute ago 1.6GB 00:19:14 core-metadata latest 761c64e89b06 About a minute ago 18.5MB 00:19:14 security-spire-server latest 718b63c5c021 About a minute ago 86.5MB 00:19:14 f51af48b1bf3 2 minutes ago 1.48GB 00:19:14 407cad206a1a 2 minutes ago 1.61GB 00:19:14 support-scheduler latest 2b916a3e6b62 3 minutes ago 29.8MB 00:19:14 support-notifications latest 9044d162f42d 3 minutes ago 30.4MB 00:19:14 core-command latest b24e014ca20e 3 minutes ago 17.6MB 00:19:14 security-spire-agent latest fd20ef60a810 3 minutes ago 125MB 00:19:14 security-spiffe-token-provider latest 1dce4f230740 3 minutes ago 29.7MB 00:19:14 ed79479a3452 3 minutes ago 1.67GB 00:19:14 d04e77c55aa4 3 minutes ago 1.67GB 00:19:14 535f62f2c9c4 3 minutes ago 1.61GB 00:19:14 8d6b24d7a2a3 3 minutes ago 1.64GB 00:19:14 security-spire-config latest e1bd200e72bb 4 minutes ago 85.8MB 00:19:14 eb3988a2c71c 4 minutes ago 1.48GB 00:19:14 ci-base-image-x86_64 latest f3786d0a442c 8 minutes ago 941MB 00:19:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 2 weeks ago 677MB 00:19:14 alpine 3.15 c4fc93816858 2 months ago 5.59MB 00:19:14 alpine 3.16 9c6f07244728 2 months ago 5.54MB 00:19:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB 00:19:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [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 [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:20:47 Running on prd-ubuntu20.04-docker-arm64-4c-16g-74409 in /w/workspace/edgexfoundry_edgex-go_PR-4212 [Pipeline] { [Pipeline] ws 03:20:47 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 03:20:47 The recommended git tool is: git 03:20:52 using credential edgex-jenkins-ssh 03:20:52 Cloning the remote Git repository 03:20:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:20:53 > git init /w/workspace/edgex-go/1 # timeout=10 03:20:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:20:53 > git --version # timeout=10 03:20:53 > git --version # 'git version 2.25.1' 03:20:53 using GIT_SSH to set credentials SSH Credentials for GitHub 03:20:53 Verifying host key using known hosts file 03:20:53 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. 03:20:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:21:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:21:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:21:13 Merging remotes/origin/main commit 23251983c73b29babdec2056f36690dce19c8f65 into PR head commit 89f13e07751b45ca904bdad0e7a70e49b41fcbf4 03:21:14 Merge succeeded, producing 89f13e07751b45ca904bdad0e7a70e49b41fcbf4 03:21:14 Checking out Revision 89f13e07751b45ca904bdad0e7a70e49b41fcbf4 (PR-4212) 03:21:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:21:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:21:13 using GIT_SSH to set credentials SSH Credentials for GitHub 03:21:13 Verifying host key using known hosts file 03:21:13 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. 03:21:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4212/head:refs/remotes/origin/PR-4212 +refs/heads/main:refs/remotes/origin/main # timeout=10 03:21:13 > git config core.sparsecheckout # timeout=10 03:21:13 > git checkout -f 89f13e07751b45ca904bdad0e7a70e49b41fcbf4 # timeout=10 03:21:14 > git remote # timeout=10 03:21:14 > git config --get remote.origin.url # timeout=10 03:21:14 using GIT_SSH to set credentials SSH Credentials for GitHub 03:21:14 Verifying host key using known hosts file 03:21:14 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. 03:21:14 > git merge 23251983c73b29babdec2056f36690dce19c8f65 # timeout=10 03:21:14 > git rev-parse HEAD^{commit} # timeout=10 03:21:14 > git config core.sparsecheckout # timeout=10 03:21:14 > git checkout -f 89f13e07751b45ca904bdad0e7a70e49b41fcbf4 # timeout=10 03:21:14 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 03:21:14 > git --version # timeout=10 03:21:14 > git --version # 'git version 2.25.1' 03:21:14 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:21:16 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:21:16 % Total % Received % Xferd Average Speed Time Time Time Current 03:21:16 Dload Upload Total Spent Left Speed 03:21:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 78273 0 --:--:-- --:--:-- --:--:-- 78273 [Pipeline] sh 03:21:16 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:21:17 + sudo tee /etc/docker/daemon.new 03:21:17 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 03:21:17 { 03:21:17 "registry-mirrors": [ 03:21:17 "https://nexus3.edgexfoundry.org:10001" 03:21:17 ], 03:21:17 "bip": "10.250.0.254/24", 03:21:17 "hosts": [ 03:21:17 "tcp://0.0.0.0:5555", 03:21:17 "unix:///var/run/docker.sock" 03:21:17 ], 03:21:17 "mtu": 1458, 03:21:17 "selinux-enabled": true, 03:21:17 "seccomp-profile": "/etc/docker/seccomp.json" 03:21:17 } [Pipeline] sh 03:21:17 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:21:17 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:21:36 provisioning config files... 03:21:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3519068604882384841tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:21:36 ---> docker-login.sh 03:21:36 nexus3.edgexfoundry.org:10001 03:21:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:21:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:21:37 Configure a credential helper to remove this warning. See 03:21:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:21:37 03:21:37 Login Succeeded 03:21:37 nexus3.edgexfoundry.org:10002 03:21:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:21:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:21:37 Configure a credential helper to remove this warning. See 03:21:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:21:37 03:21:37 Login Succeeded 03:21:37 nexus3.edgexfoundry.org:10003 03:21:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:21:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:21:37 Configure a credential helper to remove this warning. See 03:21:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:21:37 03:21:37 Login Succeeded 03:21:37 nexus3.edgexfoundry.org:10004 03:21:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:21:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:21:38 Configure a credential helper to remove this warning. See 03:21:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:21:38 03:21:38 Login Succeeded 03:21:38 docker.io 03:21:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:21:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:21:39 Configure a credential helper to remove this warning. See 03:21:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:21:39 03:21:39 Login Succeeded 03:21:39 ---> docker-login.sh ends [Pipeline] } 03:21:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 03:21:39 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 03:21:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:21:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:21:39 ========================================================= 03:21:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 03:21:39 ========================================================= [Pipeline] fileExists [Pipeline] sh 03:21:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 03:21:40 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:21:40 9b18e9b68314: Pulling fs layer 03:21:40 d32db5db7311: Pulling fs layer 03:21:40 d0c4b47475fc: Pulling fs layer 03:21:40 5831b945b038: Pulling fs layer 03:21:40 86bbec2aaacd: Pulling fs layer 03:21:40 e10730c5d714: Pulling fs layer 03:21:40 5dd5c2283517: Pulling fs layer 03:21:40 d5ac0230b979: Pulling fs layer 03:21:40 86bbec2aaacd: Waiting 03:21:40 e10730c5d714: Waiting 03:21:40 5831b945b038: Waiting 03:21:40 5dd5c2283517: Waiting 03:21:40 d5ac0230b979: Waiting 03:21:40 d0c4b47475fc: Verifying Checksum 03:21:40 d0c4b47475fc: Download complete 03:21:40 d32db5db7311: Download complete 03:21:40 86bbec2aaacd: Verifying Checksum 03:21:40 86bbec2aaacd: Download complete 03:21:40 e10730c5d714: Verifying Checksum 03:21:40 e10730c5d714: Download complete 03:21:40 9b18e9b68314: Verifying Checksum 03:21:41 9b18e9b68314: Pull complete 03:21:41 d5ac0230b979: Verifying Checksum 03:21:41 d5ac0230b979: Download complete 03:21:41 d32db5db7311: Pull complete 03:21:42 d0c4b47475fc: Pull complete 03:21:42 5dd5c2283517: Verifying Checksum 03:21:42 5dd5c2283517: Download complete 03:21:43 5831b945b038: Verifying Checksum 03:21:43 5831b945b038: Download complete 03:21:55 5831b945b038: Pull complete 03:21:55 86bbec2aaacd: Pull complete 03:21:55 e10730c5d714: Pull complete 03:22:01 5dd5c2283517: Pull complete 03:22:03 d5ac0230b979: Pull complete 03:22:03 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 03:22:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 03:22:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 03:22:04 + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 03:22:04 WORKDIR /edgex 03:22:04 COPY go.mod . 03:22:04 RUN go mod download build 03:22:04 -t ci-base-image-arm64 -f - . 03:22:04 Sending build context to Docker daemon 3.267MB 03:22:04 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 03:22:04 ---> 59b3b1a385d4 03:22:04 Step 2/4 : WORKDIR /edgex 03:22:06 ---> Running in 91cca0f76207 03:22:06 Removing intermediate container 91cca0f76207 03:22:06 ---> 5facff764fda 03:22:06 Step 3/4 : COPY go.mod . 03:22:07 ---> 4e38f2ace0d1 03:22:07 Step 4/4 : RUN go mod download 03:22:07 ---> Running in cf4e0527d427 03:22:39 Removing intermediate container cf4e0527d427 03:22:39 ---> 6dd4420e12f4 03:22:39 Successfully built 6dd4420e12f4 03:22:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:22:40 + docker inspect -f . ci-base-image-arm64 03:22:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:22:40 prd-ubuntu20.04-docker-arm64-4c-16g-74409 does not seem to be running inside a container 03:22:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/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 ******** ci-base-image-arm64 cat 03:22:41 $ docker top 1997c7cfbae8ffa0eb3017722fb3ee1a5699dedbf4dd9f5fc0f96f24e8abc212 -eo pid,comm [Pipeline] { [Pipeline] sh 03:22:42 + go version 03:22:42 go version go1.18.7 linux/arm64 [Pipeline] } 03:22:42 $ docker stop --time=1 1997c7cfbae8ffa0eb3017722fb3ee1a5699dedbf4dd9f5fc0f96f24e8abc212 03:22:44 $ docker rm -f 1997c7cfbae8ffa0eb3017722fb3ee1a5699dedbf4dd9f5fc0f96f24e8abc212 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:22:45 + docker inspect -f . ci-base-image-arm64 03:22:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:22:45 prd-ubuntu20.04-docker-arm64-4c-16g-74409 does not seem to be running inside a container 03:22:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/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 ******** ci-base-image-arm64 cat 03:22:46 $ docker top 0d0ba38dbd142b75a1c975e5b933b4baed791b09b9f8de12bd33a196a1810197 -eo pid,comm [Pipeline] { [Pipeline] echo 03:22:46 ========================================================= 03:22:46 [edgeXBuildGoParallel] Running Tests and Build... 03:22:46 ========================================================= [Pipeline] sh 03:22:47 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 03:22:47 + make test 03:22:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:23:19 ? github.com/edgexfoundry/edgex-go [no test files] 03:25:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:25:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:25:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:25:11 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:25:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:25:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:25:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:25:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:25:11 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 03:25:15 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:25:15 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:25:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:25:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:25:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:25:15 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 03:25:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.679s coverage: 28.7% of statements 03:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:25:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.609s coverage: 98.5% of statements 03:25:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.490s coverage: 42.3% of statements 03:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 03:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 03:25:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.516s coverage: 54.2% of statements 03:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:26:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 27.854s coverage: 89.2% of statements 03:26:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 03:26:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 03:26:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 03:26:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:26:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 03:26:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.674s coverage: 2.2% of statements 03:26:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:26:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:26:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.564s coverage: 95.6% of statements 03:26:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 03:26:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 03:26:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 03:26:20 ok github.com/edgexfoundry/edgex-go/internal/io 0.271s coverage: 72.2% of statements 03:26:20 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:26:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 03:26:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 03:26:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:26:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:26:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.707s coverage: 60.0% of statements 03:26:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:26:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:26:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:26:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.705s coverage: 0.9% of statements 03:26:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 03:26:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.325s coverage: 58.8% of statements 03:26:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.356s coverage: 29.6% of statements 03:26:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:26:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.267s coverage: 47.1% of statements 03:26:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.434s coverage: 79.5% of statements 03:26:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.421s coverage: 94.1% of statements 03:26:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.264s coverage: 96.3% of statements 03:26:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.222s coverage: 87.5% of statements 03:26:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.322s coverage: 94.4% of statements 03:26:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.212s coverage: 44.8% of statements 03:26:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.713s coverage: 79.9% of statements 03:26:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 03:26:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.312s coverage: 92.9% of statements 03:26:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:26:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:26:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:26:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.062s coverage: 65.1% of statements 03:26:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:26:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 03:26:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 03:26:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 03:26:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.287s coverage: 86.9% of statements 03:26:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:26:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:26:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:26:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:26:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.223s coverage: 87.2% of statements 03:26:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:26:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:26:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.187s coverage: 100.0% of statements 03:26:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:26:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.312s coverage: 58.8% of statements 03:26:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:26:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.291s coverage: 80.0% of statements 03:26:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.257s coverage: 87.2% of statements 03:26:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.404s coverage: 85.4% of statements 03:26:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.932s coverage: 91.2% of statements 03:26:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:27:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.993s coverage: 64.7% of statements 03:27:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:27:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:27:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.256s coverage: 100.0% of statements 03:27:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.122s coverage: 89.4% of statements 03:27:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements 03:27:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.072s coverage: 73.7% of statements 03:27:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.084s coverage: 100.0% of statements 03:27:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.357s coverage: 65.8% of statements 03:27:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:27:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:27:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:27:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.962s coverage: 41.8% of statements 03:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:27:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.318s coverage: 89.5% of statements 03:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:27:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.314s coverage: 84.8% of statements 03:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 03:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 03:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 03:27:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 03:27:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.405s coverage: 17.7% of statements 03:27:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 03:27:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 03:27:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:27:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:27:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.796s coverage: 92.3% of statements 03:27:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 03:27:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 03:27:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 03:27:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 03:27:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.331s coverage: 63.2% of statements 03:27:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:27:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:27:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.485s coverage: 97.7% of statements 03:27:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 03:27:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 03:27:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:27:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 03:27:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.211s coverage: 28.9% of statements 03:27:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 03:27:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 03:27:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:27:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:27:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 03:27:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:27:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.226s coverage: 100.0% of statements 03:27:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 96.9% of statements 03:27:19 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 03:27:19 WARNING: Linting skipped (not on x86_64 or linter not installed) 03:27:19 GO111MODULE=on go vet ./... 03:29:11 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:29:11 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:29:11 ./bin/test-attribution-txt.sh [Pipeline] echo 03:29:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 03:29:11 + ls -al . 03:29:11 total 764 03:29:11 drwxrwxr-x 10 1001 1001 4096 Oct 25 03:22 . 03:29:11 drwxr-xr-x 4 root root 4096 Oct 25 03:22 .. 03:29:11 drwxrwxr-x 2 1001 1001 4096 Oct 25 03:21 .blubracket 03:29:11 -rw-rw-r-- 1 1001 1001 16 Oct 25 03:21 .dockerignore 03:29:11 drwxrwxr-x 8 1001 1001 4096 Oct 25 03:21 .git 03:29:11 drwxrwxr-x 3 1001 1001 4096 Oct 25 03:21 .github 03:29:11 -rw-rw-r-- 1 1001 1001 1030 Oct 25 03:21 .gitignore 03:29:11 -rw-rw-r-- 1 1001 1001 42 Oct 25 03:21 .golangci.yml 03:29:11 -rw-rw-r-- 1 1001 1001 87 Oct 25 03:21 .hadolint.yml 03:29:11 -rw-rw-r-- 1 1001 1001 166 Oct 25 03:21 .sonarcloud.properties 03:29:11 -rw-rw-r-- 1 1001 1001 1171 Oct 25 03:21 ADOPTERS.md 03:29:11 -rw-rw-r-- 1 1001 1001 10722 Oct 25 03:21 Attribution.txt 03:29:11 -rw-rw-r-- 1 1001 1001 63209 Oct 25 03:21 CHANGELOG.md 03:29:11 -rw-rw-r-- 1 1001 1001 3804 Oct 25 03:21 CONTRIBUTING.md 03:29:11 -rw-rw-r-- 1 1001 1001 677 Oct 25 03:21 GOVERNANCE.md 03:29:11 -rw-rw-r-- 1 1001 1001 850 Oct 25 03:21 Jenkinsfile 03:29:11 -rw-rw-r-- 1 1001 1001 10775 Oct 25 03:21 LICENSE 03:29:11 -rw-rw-r-- 1 1001 1001 13857 Oct 25 03:21 Makefile 03:29:11 -rw-rw-r-- 1 1001 1001 582 Oct 25 03:21 OWNERS.md 03:29:11 -rw-rw-r-- 1 1001 1001 9799 Oct 25 03:21 README.md 03:29:11 -rw-rw-r-- 1 1001 1001 6912 Oct 25 03:21 SECURITY.md 03:29:11 -rw-rw-r-- 1 1001 1001 5 Oct 25 00:10 VERSION 03:29:11 -rw-rw-r-- 1 1001 1001 4131 Oct 25 03:21 ZMQWindows.md 03:29:11 drwxrwxr-x 2 1001 1001 4096 Oct 25 03:21 bin 03:29:11 drwxrwxr-x 18 1001 1001 4096 Oct 25 03:21 cmd 03:29:11 -rw-r--r-- 1 root root 500482 Oct 25 03:27 coverage.out 03:29:11 -rw-rw-r-- 1 1001 1001 3446 Oct 25 03:21 go.mod 03:29:11 -rw-rw-r-- 1 1001 1001 45060 Oct 25 03:21 go.sum 03:29:11 drwxrwxr-x 8 1001 1001 4096 Oct 25 03:21 internal 03:29:11 drwxrwxr-x 3 1001 1001 4096 Oct 25 03:21 openapi 03:29:11 drwxrwxr-x 4 1001 1001 4096 Oct 25 03:21 snap 03:29:11 -rw-rw-r-- 1 1001 1001 204 Oct 25 03:21 version.go [Pipeline] sh 03:29:12 + '[' -e coverage.out ] 03:29:12 + chown 1001:1001 coverage.out [Pipeline] stash 03:29:12 Warning: overwriting stash ‘coverage-report’ 03:29:13 Stashed 1 file(s) [Pipeline] sh 03:29:13 + make build 03:29:13 CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 03:30:50 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:32:12 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 03:32:12 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:32:44 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:32:44 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:32:51 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:32:57 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 03:33:01 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:33:06 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:33:09 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 03:33:13 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:33:22 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 03:33:27 $ docker stop --time=1 0d0ba38dbd142b75a1c975e5b933b4baed791b09b9f8de12bd33a196a1810197 03:33:29 $ docker rm -f 0d0ba38dbd142b75a1c975e5b933b4baed791b09b9f8de12bd33a196a1810197 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:33:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:33:32 03:33:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:33:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:33:32 latest: Pulling from edgex-devops/edgex-compose-arm64 03:33:32 29e5d40040c1: Pulling fs layer 03:33:32 1ce36da41761: Pulling fs layer 03:33:32 25b303627fd3: Pulling fs layer 03:33:32 29e5d40040c1: Verifying Checksum 03:33:32 29e5d40040c1: Download complete 03:33:33 1ce36da41761: Verifying Checksum 03:33:33 1ce36da41761: Download complete 03:33:33 29e5d40040c1: Pull complete 03:33:34 1ce36da41761: Pull complete 03:33:34 25b303627fd3: Verifying Checksum 03:33:34 25b303627fd3: Download complete 03:33:44 25b303627fd3: Pull complete 03:33:44 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 03:33:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:33:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:33:44 prd-ubuntu20.04-docker-arm64-4c-16g-74409 does not seem to be running inside a container 03:33:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:33:47 $ docker top e538c0dfd0f01becb2703b7b913c74d26395fc09b58e861454fd6d6b6f1688e2 -eo pid,comm [Pipeline] { [Pipeline] sh 03:33:48 + docker-compose build --help 03:33:48 + grep parallel 03:33:53 --parallel Build images in parallel. [Pipeline] } 03:33:53 $ docker stop --time=1 e538c0dfd0f01becb2703b7b913c74d26395fc09b58e861454fd6d6b6f1688e2 03:33:55 $ docker rm -f e538c0dfd0f01becb2703b7b913c74d26395fc09b58e861454fd6d6b6f1688e2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:33:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:33:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:33:56 prd-ubuntu20.04-docker-arm64-4c-16g-74409 does not seem to be running inside a container 03:33:56 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:33:57 $ docker top 428f14a1041cf882e268c7b0e341f05295ce8803731ef234d14b3dd9c3b974ba -eo pid,comm [Pipeline] { [Pipeline] sh 03:33:57 + docker-compose -f ./docker-compose-build.yml build --parallel 03:34:03 Building core-command ... 03:34:03 Building core-data ... 03:34:03 Building core-metadata ... 03:34:03 Building security-bootstrapper ... 03:34:03 Building security-proxy-setup ... 03:34:03 Building security-secretstore-setup ... 03:34:03 Building security-spiffe-token-provider ... 03:34:03 Building security-spire-agent ... 03:34:03 Building security-spire-config ... 03:34:03 Building security-spire-server ... 03:34:03 Building support-notifications ... 03:34:03 Building support-scheduler ... 03:34:03 Building sys-mgmt-agent ... 03:34:03 Building security-secretstore-setup 03:34:03 Building security-spire-server 03:34:03 Building security-spiffe-token-provider 03:34:03 Building security-bootstrapper 03:34:03 Building security-spire-config 03:34:50 Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:34:50 Step 2/33 : FROM ${BUILDER_BASE} AS builder 03:34:50 ---> 6dd4420e12f4 03:34:50 Step 3/33 : WORKDIR /edgex-go 03:34:50 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:34:50 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:34:50 ---> 6dd4420e12f4 03:34:50 Step 3/26 : WORKDIR /edgex-go 03:34:50 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:34:50 Step 2/25 : FROM ${BUILDER_BASE} AS builder 03:34:50 ---> 6dd4420e12f4 03:34:50 Step 3/25 : WORKDIR /edgex-go 03:34:50 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:34:50 Step 2/25 : FROM ${BUILDER_BASE} AS builder 03:34:50 ---> 6dd4420e12f4 03:34:50 Step 3/25 : WORKDIR /edgex-go 03:34:50 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:34:50 Step 2/20 : FROM ${BUILDER_BASE} AS builder 03:34:50 ---> 6dd4420e12f4 03:34:50 Step 3/20 : WORKDIR /edgex-go 03:34:50 ---> Running in 70c23ea1873f 03:34:50 ---> Running in 18f58306f92a 03:34:50 ---> Running in fcbba14c6102 03:34:50 ---> Running in d6fc21edfe3d 03:34:50 ---> Running in 8e88bbe5a1ba 03:34:50 Removing intermediate container 8e88bbe5a1ba 03:34:50 ---> ee93c02fb046 03:34:50 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 03:34:50 Removing intermediate container 70c23ea1873f 03:34:50 ---> d481c36dbd77 03:34:50 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:34:50 ---> Running in 6866858fb34f 03:34:50 Removing intermediate container fcbba14c6102 03:34:50 ---> b3dc019c67d9 03:34:50 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:34:50 Removing intermediate container d6fc21edfe3d 03:34:50 ---> ac5aaac2ce78 03:34:50 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:34:50 Removing intermediate container 18f58306f92a 03:34:50 ---> 6fd206c16117 03:34:50 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:34:50 ---> Running in 76127549ff65 03:34:50 ---> Running in 06c6e3f4e0ab 03:34:50 ---> Running in 06531a0dd073 03:34:50 ---> Running in 309e046753c2 03:34:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:34:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:34:53 v3.16.2-334-gfa0f6c3878 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 03:34:53 v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 03:34:53 OK: 16895 distinct packages available 03:34:53 Removing intermediate container 76127549ff65 03:34:53 ---> 585968441af1 03:34:53 Step 5/25 : RUN apk add --update --no-cache make git 03:34:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:34:54 ---> Running in 286992fe638a 03:34:54 Removing intermediate container 309e046753c2 03:34:54 ---> 838dd245306a 03:34:54 Step 5/33 : RUN apk add --update --no-cache make git 03:34:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:34:54 ---> Running in abb692a08429 03:34:55 Removing intermediate container 06c6e3f4e0ab 03:34:55 ---> b0d5e6c5bed0 03:34:55 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 03:34:55 Removing intermediate container 06531a0dd073 03:34:55 ---> e11a0b285d79 03:34:55 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 03:34:55 ---> Running in 082bbc39d76f 03:34:55 ---> Running in d45495c27bc5 03:34:55 OK: 221 MiB in 51 packages 03:34:56 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:34:56 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:34:57 Removing intermediate container 6866858fb34f 03:34:57 ---> 65a7af56c3b8 03:34:57 Step 5/20 : COPY go.mod vendor* ./ 03:34:57 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:34:57 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:34:57 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:34:57 ---> ea08f7ca44d4 03:34:57 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:34:57 ---> Running in 867031c1faa6 03:34:57 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:34:58 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:34:58 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:34:59 OK: 221 MiB in 51 packages 03:34:59 OK: 221 MiB in 51 packages 03:34:59 OK: 221 MiB in 51 packages 03:34:59 OK: 221 MiB in 51 packages 03:35:01 Removing intermediate container 286992fe638a 03:35:01 ---> c59b1871b203 03:35:01 Step 6/25 : COPY go.mod vendor* ./ 03:35:01 Removing intermediate container abb692a08429 03:35:01 ---> 1837feaa930b 03:35:01 Step 6/33 : COPY go.mod vendor* ./ 03:35:01 Removing intermediate container 082bbc39d76f 03:35:01 ---> eabc869d2aa9 03:35:01 Step 6/25 : COPY go.mod vendor* ./ 03:35:01 Removing intermediate container d45495c27bc5 03:35:01 ---> 62519fee2921 03:35:01 Step 6/26 : COPY go.mod vendor* ./ 03:35:01 ---> 9ed8e5280f3f 03:35:01 Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:35:01 ---> 2e7d96a6b9c4 03:35:01 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:35:01 ---> Running in ddac7ed62001 03:35:01 ---> Running in c6787ce33146 03:35:02 ---> 794cc21df611 03:35:02 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:35:02 ---> ecee004ea1e1 03:35:02 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:35:02 ---> Running in 3befd0b35ce3 03:35:02 ---> Running in facfb47b92a5 03:36:24 Removing intermediate container c6787ce33146 03:36:24 ---> e287dcee869e 03:36:24 Step 8/25 : COPY . . 03:36:24 Removing intermediate container 3befd0b35ce3 03:36:24 ---> 36a408998d63 03:36:24 Step 8/25 : COPY . . 03:36:24 Removing intermediate container facfb47b92a5 03:36:24 ---> 1378cd49337d 03:36:24 Step 8/26 : COPY . . 03:36:24 Removing intermediate container 867031c1faa6 03:36:24 ---> c16a9c501fe5 03:36:24 Step 7/20 : COPY . . 03:36:24 Removing intermediate container ddac7ed62001 03:36:24 ---> 8c9dbcbf9599 03:36:24 Step 8/33 : COPY . . 03:36:42 ---> 81f7685b8b65 03:36:42 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:36:42 ---> 81a9ef577537 03:36:42 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 03:36:42 ---> 628089ab9e9b 03:36:42 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:36:42 ---> 2c8c620edd2f 03:36:42 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 03:36:42 ---> 9c880ffa3087 03:36:42 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:36:42 ---> Running in 2a731a84421d 03:36:42 ---> Running in ff340d30f443 03:36:42 ---> Running in d48a14c0a3f0 03:36:42 ---> Running in fe9942be97dd 03:36:42 ---> Running in cf62d7a77b42 03:36:42 Removing intermediate container ff340d30f443 03:36:42 ---> 12679328a840 03:36:42 Step 10/25 : WORKDIR /edgex-go/spire-build 03:36:42 Removing intermediate container fe9942be97dd 03:36:42 ---> 2ea3a10be2bf 03:36:42 Step 10/26 : WORKDIR /edgex-go/spire-build 03:36:42 ---> Running in 31ead857c5e6 03:36:42 ---> Running in b6fac899cc93 03:36:43 Removing intermediate container 31ead857c5e6 03:36:43 ---> 8efbbe97009f 03:36:43 Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 03:36:43 Removing intermediate container b6fac899cc93 03:36:43 ---> 63c12d7bdd85 03:36:43 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 03:36:43 ---> Running in faacfae2323a 03:36:43 ---> Running in 82c48a2d23c5 03:36:44 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:36:44 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 03:36:44 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:36:47 Removing intermediate container faacfae2323a 03:36:47 ---> c1d16d81c4d2 03:36:47 Step 12/25 : WORKDIR /edgex-go 03:36:47 ---> Running in 7d40971b8c25 03:36:47 Removing intermediate container 82c48a2d23c5 03:36:47 ---> fae4e626701f 03:36:47 Step 12/26 : WORKDIR /edgex-go 03:36:47 ---> Running in 3189e2f226e0 03:36:47 Removing intermediate container 7d40971b8c25 03:36:47 ---> 21c80562f138 03:36:47 03:36:48 Step 13/25 : FROM alpine:3.15 03:36:48 3.15: Pulling from library/alpine 03:36:48 Removing intermediate container 3189e2f226e0 03:36:48 ---> 8357f2df1b0a 03:36:48 03:36:48 Step 13/26 : FROM alpine:3.15 03:36:48 3.15: Pulling from library/alpine 03:36:51 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 03:36:51 Status: Downloaded newer image for alpine:3.15 03:36:51 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 03:36:51 Status: Image is up to date for alpine:3.15 03:36:51 ---> 02e0d6fdf486 03:36:51 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:36:51 ---> 02e0d6fdf486 03:36:51 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:36:51 ---> Running in 06e825a1f3c6 03:36:51 ---> Running in 1050911ee420 03:36:51 Removing intermediate container 1050911ee420 03:36:51 ---> 18b7ea29ed3a 03:36:51 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 06e825a1f3c6 03:36:51 ---> 0a70a1e646ea 03:36:51 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:36:51 03:36:51 ---> Running in 1058a976de1d 03:36:51 ---> Running in 4979a8a2dea2 03:36:55 Removing intermediate container 1058a976de1d 03:36:55 ---> f3456518193a 03:36:55 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 03:36:55 ---> Running in 0f700b4c5edf 03:36:55 Removing intermediate container 4979a8a2dea2 03:36:55 ---> 54272104a8af 03:36:55 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:36:56 ---> Running in 38410bd65998 03:36:58 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:36:58 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:36:59 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:36:59 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:37:00 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 03:37:00 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 03:37:00 OK: 15734 distinct packages available 03:37:00 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 03:37:00 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 03:37:00 OK: 15734 distinct packages available 03:37:00 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:37:00 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:37:01 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:37:01 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:37:03 (1/5) Installing dumb-init (1.2.5-r1) 03:37:03 (2/5) Installing musl-obstack (1.2.3-r0) 03:37:03 (3/5) Installing libucontext (1.1-r0) 03:37:03 (1/4) Installing dumb-init (1.2.5-r1) 03:37:03 (4/5) Installing gcompat (1.0.0-r4) 03:37:03 (2/4) Installing musl-obstack (1.2.3-r0) 03:37:03 (5/5) Installing openssl (1.1.1q-r0) 03:37:03 (3/4) Installing libucontext (1.1-r0) 03:37:03 Executing busybox-1.34.1-r7.trigger 03:37:03 (4/4) Installing gcompat (1.0.0-r4) 03:37:03 OK: 6 MiB in 19 packages 03:37:03 Executing busybox-1.34.1-r7.trigger 03:37:03 OK: 6 MiB in 18 packages 03:37:05 Removing intermediate container 38410bd65998 03:37:05 ---> 20a7bff81258 03:37:05 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 03:37:05 Removing intermediate container 0f700b4c5edf 03:37:05 ---> a6f83b3120df 03:37:05 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 03:37:13 ---> 29f7c8d560a6 03:37:13 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 03:37:13 ---> a1a3819ec3f4 03:37:13 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 03:37:14 ---> 6089a4fc2996 03:37:14 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 03:37:14 ---> dd08d70afb56 03:37:14 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 03:37:14 ---> Running in 129645f07be9 03:37:15 Removing intermediate container 129645f07be9 03:37:15 ---> e9f2cda8960f 03:37:15 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 03:37:15 ---> 88c547e4e6f4 03:37:15 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 03:37:16 ---> 8ed3e6779afd 03:37:16 Step 21/26 : WORKDIR / 03:37:16 ---> Running in da934ebbf26d 03:37:16 ---> fdaf2c04064c 03:37:16 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 03:37:16 ---> Running in b10e70265110 03:37:17 Removing intermediate container da934ebbf26d 03:37:17 ---> 23f606132ca3 03:37:17 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 03:37:17 ---> Running in 6960bdb4deb0 03:37:17 Removing intermediate container b10e70265110 03:37:17 ---> 5e5e6b7fe770 03:37:17 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 03:37:17 ---> Running in e5536697a6a7 03:37:19 Removing intermediate container e5536697a6a7 03:37:19 ---> 7df2982a8e7b 03:37:19 Step 23/25 : LABEL arch=arm64 03:37:19 Removing intermediate container 6960bdb4deb0 03:37:19 ---> 7f492f26ea0e 03:37:19 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 03:37:19 ---> Running in 15397adfab09 03:37:19 ---> Running in a3011f549c84 03:37:19 Removing intermediate container 15397adfab09 03:37:19 ---> 7649edfed41a 03:37:19 Step 24/25 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 03:37:19 Removing intermediate container a3011f549c84 03:37:19 ---> fb80c2cbe022 03:37:19 Step 24/26 : LABEL arch=arm64 03:37:19 ---> Running in 8e2536558811 03:37:19 ---> Running in a1525ab611d0 03:37:20 Removing intermediate container 8e2536558811 03:37:20 ---> 71d3fa235ca5 03:37:20 Step 25/25 : LABEL version=0.0.0 03:37:20 ---> Running in b3bcbe936269 03:37:20 Removing intermediate container a1525ab611d0 03:37:20 ---> 88267b81122a 03:37:20 Step 25/26 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 03:37:20 ---> Running in 84200124f03c 03:37:21 Removing intermediate container b3bcbe936269 03:37:21 ---> 4ded8168e66f 03:37:21 03:37:21 Removing intermediate container 84200124f03c 03:37:21 ---> b7fff2506c23 03:37:21 Step 26/26 : LABEL version=0.0.0 03:37:21 ---> Running in fb5fc78d96f7 03:37:21 Successfully built 4ded8168e66f 03:37:21 Successfully tagged security-spire-server-arm64:latest 03:37:21  Building security-spire-server ... done Building support-scheduler 03:37:22 Removing intermediate container fb5fc78d96f7 03:37:22 ---> 13f38d31185f 03:37:22 03:37:22 Successfully built 13f38d31185f 03:37:22 Successfully tagged security-spire-config-arm64:latest 03:37:22  Building security-spire-config ... done Building sys-mgmt-agent 03:37:54 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:37:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:37:54 ---> 6dd4420e12f4 03:37:54 Step 3/23 : ARG ADD_BUILD_TAGS="" 03:37:54 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:37:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:37:54 ---> 6dd4420e12f4 03:37:54 Step 3/23 : WORKDIR /edgex-go 03:37:54 ---> Using cache 03:37:54 ---> ac5aaac2ce78 03:37:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:37:54 ---> Using cache 03:37:54 ---> e11a0b285d79 03:37:54 Step 5/23 : RUN apk add --update --no-cache make bash git 03:37:54 ---> Running in b71f9090c5f2 03:37:54 ---> Running in 6c4d033e8664 03:37:54 Removing intermediate container 6c4d033e8664 03:37:54 ---> cfe28eb1dc5c 03:37:54 Step 4/23 : WORKDIR /edgex-go 03:37:54 ---> Running in e167434d4662 03:37:54 Removing intermediate container e167434d4662 03:37:54 ---> da44f8691eef 03:37:54 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:37:54 ---> Running in b8df94ee8964 03:37:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:37:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:37:55 OK: 221 MiB in 51 packages 03:37:55 Removing intermediate container b8df94ee8964 03:37:55 ---> 2d886710e15a 03:37:55 Step 6/23 : RUN apk add --update --no-cache make git 03:37:55 ---> Running in 18793e1b118c 03:37:57 Removing intermediate container b71f9090c5f2 03:37:57 ---> e1e23ec808da 03:37:57 Step 6/23 : COPY go.mod vendor* ./ 03:37:57 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:37:58 ---> 8c936def1a05 03:37:58 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:37:58 ---> Running in 6fa509fa8d95 03:37:58 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:38:00 OK: 221 MiB in 51 packages 03:38:01 Removing intermediate container 18793e1b118c 03:38:01 ---> 5b4cf80b9f58 03:38:01 Step 7/23 : COPY go.mod vendor* ./ 03:38:02 ---> 9f8e26285313 03:38:02 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:02 ---> Running in 779bef8ec86d 03:39:24 Removing intermediate container 6fa509fa8d95 03:39:24 ---> cd18b171bad3 03:39:24 Step 8/23 : COPY . . 03:39:24 Removing intermediate container 779bef8ec86d 03:39:24 ---> 2ce4e4aff890 03:39:24 Step 9/23 : COPY . . 03:39:34 ---> 71c27a7c85bb 03:39:34 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:39:34 ---> Running in 1fcb2986b577 03:39:35 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:39:42 ---> 201b9c07d3a3 03:39:42 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 03:39:42 ---> Running in cd3eda648b2c 03:39:43 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:42:04 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:42:26 Removing intermediate container cf62d7a77b42 03:42:26 ---> a56336f0f55c 03:42:26 03:42:26 Step 10/25 : FROM alpine:3.16 03:42:26 Removing intermediate container 2a731a84421d 03:42:26 ---> 4a53a7e1d08a 03:42:26 03:42:26 Step 10/33 : FROM alpine:3.16 03:42:27 3.16: Pulling from library/alpine 03:42:27 3.16: Pulling from library/alpine 03:42:27 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 03:42:27 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 03:42:27 Status: Downloaded newer image for alpine:3.16 03:42:27 Status: Downloaded newer image for alpine:3.16 03:42:27 ---> a6215f271958 03:42:27 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec ---> a6215f271958 03:42:27 03:42:27 Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:42:27 ---> Running in c4c5e12447ab 03:42:27 ---> Running in 2a45a2ccd0e8 03:42:28 Removing intermediate container c4c5e12447ab 03:42:28 ---> 9cae4882b590 03:42:28 Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec 03:42:28 ---> Running in f159da973e76 03:42:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:42:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:42:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:42:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:42:32 (1/3) Installing ca-certificates (20220614-r0) 03:42:32 (2/3) Installing dumb-init (1.2.5-r1) 03:42:32 (3/3) Installing su-exec (0.2-r1) 03:42:32 Executing busybox-1.35.0-r17.trigger 03:42:32 Executing ca-certificates-20220614-r0.trigger 03:42:32 (1/2) Installing dumb-init (1.2.5-r1) 03:42:32 (2/2) Installing su-exec (0.2-r1) 03:42:32 Executing busybox-1.35.0-r17.trigger 03:42:33 OK: 5 MiB in 16 packages 03:42:33 OK: 6 MiB in 17 packages 03:42:35 Removing intermediate container f159da973e76 03:42:35 ---> 9df4c3b85a6e 03:42:35 Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init 03:42:35 ---> Running in beb441490734 03:42:36 Removing intermediate container beb441490734 03:42:36 ---> 8942a19858a9 03:42:36 Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 03:42:36 Removing intermediate container 2a45a2ccd0e8 03:42:36 ---> 8392d7646f62 03:42:36 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:42:36 ---> Running in 0cdc4a1612f5 03:42:36 ---> Running in 889727723b89 03:42:37 Removing intermediate container 889727723b89 03:42:37 ---> e3be42457c64 03:42:37 Step 13/25 : WORKDIR / 03:42:37 Removing intermediate container 0cdc4a1612f5 03:42:37 ---> 956d110c0800 03:42:37 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 03:42:37 ---> Running in d8d4174ba662 03:42:37 ---> Running in 2060a33ef3ca 03:42:38 Removing intermediate container d8d4174ba662 03:42:38 ---> 448cb8bde9d8 03:42:38 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:42:38 Removing intermediate container 2060a33ef3ca 03:42:38 ---> ae6a0819f6ec 03:42:38 Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 03:42:38 ---> Running in 723a1ae6588f 03:42:38 Removing intermediate container 723a1ae6588f 03:42:38 ---> f39658c4883a 03:42:38 Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 03:42:39 ---> Running in 30be1be830ba 03:42:39 ---> 597eba7ed797 03:42:39 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:42:40 ---> d4f66eec3223 03:42:40 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:42:42 ---> 8d0206a8fe90 03:42:42 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 03:42:43 Removing intermediate container 30be1be830ba 03:42:43 ---> 29a7095e3921 03:42:43 Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} 03:42:43 ---> Running in f331de1b1133 03:42:43 ---> bd9b4c107d72 03:42:43 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:42:44 Removing intermediate container f331de1b1133 03:42:44 ---> eff3ca10253e 03:42:44 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 03:42:45 ---> b38649b6312b 03:42:45 Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 03:42:45 ---> f154ed002abd 03:42:45 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:42:45 ---> Running in 8de8f33e9354 03:42:48 ---> 65cb5cb470ed 03:42:48 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:42:49 Removing intermediate container 8de8f33e9354 03:42:49 ---> 081f6cc418ad 03:42:49 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 03:42:49 ---> adfe88aabe98 03:42:49 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:42:49 ---> Running in 338b49792e7f 03:42:50 ---> b893895a38e9 03:42:50 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:42:53 ---> fbb61b9bd8f4 03:42:53 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:42:53 Removing intermediate container 338b49792e7f 03:42:53 ---> 450dc93fc9ce 03:42:53 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 03:42:53 ---> Running in 355189df6213 03:42:54 Removing intermediate container 355189df6213 03:42:54 ---> 240f68befef4 03:42:54 Step 23/25 : LABEL arch=arm64 03:42:54 ---> Running in 87b6702be826 03:42:54 ---> abeed1ad3ec9 03:42:54 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:42:54 Removing intermediate container 87b6702be826 03:42:54 ---> 3179a924ba4d 03:42:54 Step 24/25 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 03:42:55 ---> Running in 58062db01148 03:42:56 Removing intermediate container 58062db01148 03:42:56 ---> 066989c286e2 03:42:56 Step 25/25 : LABEL version=0.0.0 03:42:56 ---> 84e4763ff166 03:42:56 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 03:42:56 ---> Running in e7dde9361144 03:42:57 ---> 5f811b6ed95f 03:42:57 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 03:42:57 Removing intermediate container e7dde9361144 03:42:57 ---> 33b09d17caa9 03:42:57 03:42:57 Successfully built 33b09d17caa9 03:42:57 Successfully tagged security-secretstore-setup-arm64:latest 03:42:57  Building security-secretstore-setup ... done Building core-metadata 03:42:57 ---> 51aa10f16a53 03:42:57 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:42:58 ---> 0b69394286ec 03:42:58 Step 28/33 : RUN chmod +x /entrypoint.sh 03:42:59 ---> Running in 5f2e1d6f33a5 03:43:02 Removing intermediate container 5f2e1d6f33a5 03:43:02 ---> 4e9617394f73 03:43:02 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 03:43:02 ---> Running in cd6469c570a1 03:43:03 Removing intermediate container cd6469c570a1 03:43:03 ---> 6d2276abb8fe 03:43:03 Step 30/33 : CMD ["gate"] 03:43:03 ---> Running in 6c3c7d3f7a5f 03:43:03 Removing intermediate container 6c3c7d3f7a5f 03:43:03 ---> 4bd01c3a14da 03:43:03 Step 31/33 : LABEL arch=arm64 03:43:03 ---> Running in 434ac35620c3 03:43:05 Removing intermediate container 434ac35620c3 03:43:05 ---> c91bebd2e336 03:43:05 Step 32/33 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 03:43:05 ---> Running in 234f45292ad5 03:43:06 Removing intermediate container 234f45292ad5 03:43:06 ---> c812a37fa270 03:43:06 Step 33/33 : LABEL version=0.0.0 03:43:06 ---> Running in ca3cd9bc1c87 03:43:07 Removing intermediate container ca3cd9bc1c87 03:43:07 ---> 270266e2b93e 03:43:07 03:43:07 Successfully built 270266e2b93e 03:43:07 Successfully tagged security-bootstrapper-arm64:latest 03:43:07 Building security-spire-agent 03:43:20  Building security-bootstrapper ... done Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:43:20 Step 2/25 : FROM ${BUILDER_BASE} AS builder 03:43:20 ---> 6dd4420e12f4 03:43:20 Step 3/25 : ARG ADD_BUILD_TAGS="" 03:43:20 ---> Using cache 03:43:20 ---> cfe28eb1dc5c 03:43:20 Step 4/25 : WORKDIR /edgex-go 03:43:20 ---> Using cache 03:43:20 ---> da44f8691eef 03:43:20 Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:43:20 ---> Using cache 03:43:20 ---> 2d886710e15a 03:43:20 Step 6/25 : RUN apk add --update --no-cache make git 03:43:20 ---> Using cache 03:43:20 ---> 5b4cf80b9f58 03:43:20 Step 7/25 : COPY go.mod vendor* ./ 03:43:20 ---> Using cache 03:43:20 ---> 9f8e26285313 03:43:20 Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:43:20 ---> Using cache 03:43:20 ---> 2ce4e4aff890 03:43:20 Step 9/25 : COPY . . 03:43:20 ---> Using cache 03:43:20 ---> 201b9c07d3a3 03:43:20 Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 03:43:20 ---> Running in 461ca22f8728 03:43:22 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:43:32 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:43:32 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:43:32 ---> 6dd4420e12f4 03:43:32 Step 3/26 : WORKDIR /edgex-go 03:43:32 ---> Using cache 03:43:32 ---> ac5aaac2ce78 03:43:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:43:32 ---> Using cache 03:43:32 ---> e11a0b285d79 03:43:32 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 03:43:32 ---> Using cache 03:43:32 ---> 62519fee2921 03:43:32 Step 6/26 : COPY go.mod vendor* ./ 03:43:32 ---> Using cache 03:43:32 ---> ecee004ea1e1 03:43:32 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:43:32 ---> Using cache 03:43:32 ---> 1378cd49337d 03:43:32 Step 8/26 : COPY . . 03:43:32 ---> Using cache 03:43:32 ---> 2c8c620edd2f 03:43:32 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 03:43:32 ---> Using cache 03:43:32 ---> 2ea3a10be2bf 03:43:32 Step 10/26 : WORKDIR /edgex-go/spire-build 03:43:32 ---> Using cache 03:43:32 ---> 63c12d7bdd85 03:43:32 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 03:43:32 ---> Using cache 03:43:32 ---> fae4e626701f 03:43:32 Step 12/26 : WORKDIR /edgex-go 03:43:32 ---> Using cache 03:43:32 ---> 8357f2df1b0a 03:43:32 03:43:32 Step 13/26 : FROM alpine:3.15 03:43:32 ---> 02e0d6fdf486 03:43:32 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:43:32 ---> Using cache 03:43:32 ---> 0a70a1e646ea 03:43:32 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:43:32 ---> Using cache 03:43:32 ---> f3456518193a 03:43:32 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:43:33 ---> Running in 9ef2e8540614 03:43:35 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:43:36 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:43:38 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 03:43:38 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 03:43:38 OK: 15734 distinct packages available 03:43:38 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:43:39 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:43:40 (1/5) Installing dumb-init (1.2.5-r1) 03:43:40 (2/5) Installing musl-obstack (1.2.3-r0) 03:43:40 (3/5) Installing libucontext (1.1-r0) 03:43:40 (4/5) Installing gcompat (1.0.0-r4) 03:43:40 (5/5) Installing openssl (1.1.1q-r0) 03:43:40 Executing busybox-1.34.1-r7.trigger 03:43:41 OK: 6 MiB in 19 packages 03:43:43 Removing intermediate container 9ef2e8540614 03:43:43 ---> 312e711cb062 03:43:43 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 03:43:46 ---> 1193c40c5eca 03:43:46 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 03:43:51 ---> f0f6f0a55955 03:43:51 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:43:51 ---> 92817213e839 03:43:51 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 03:43:53 ---> d612d32cd761 03:43:53 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 03:43:53 ---> 4c51de8cf834 03:43:53 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 03:43:53 ---> Running in 543e11bd318f 03:43:54 Removing intermediate container 543e11bd318f 03:43:54 ---> d61f459793e7 03:43:54 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 03:43:54 ---> Running in 40983210425a 03:43:55 Removing intermediate container 40983210425a 03:43:55 ---> 62328f5ba40c 03:43:55 Step 24/26 : LABEL arch=arm64 03:43:55 ---> Running in a25f7ab81b59 03:43:55 Removing intermediate container a25f7ab81b59 03:43:55 ---> ecc0ba9a368a 03:43:55 Step 25/26 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 03:43:55 ---> Running in d98aeeadb3a5 03:43:55 Removing intermediate container d98aeeadb3a5 03:43:55 ---> 464e5b9875f1 03:43:55 Step 26/26 : LABEL version=0.0.0 03:43:56 ---> Running in b1bf05e3e4e7 03:43:56 Removing intermediate container b1bf05e3e4e7 03:43:56 ---> cc0d8720ac70 03:43:56 03:43:57 Successfully built cc0d8720ac70 03:43:57 Successfully tagged security-spire-agent-arm64:latest 03:43:57  Building security-spire-agent ... done Building core-data 03:44:12 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:44:12 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:44:12 ---> 6dd4420e12f4 03:44:12 Step 3/24 : ARG ADD_BUILD_TAGS="" 03:44:12 ---> Using cache 03:44:12 ---> cfe28eb1dc5c 03:44:12 Step 4/24 : WORKDIR /edgex-go 03:44:12 ---> Using cache 03:44:12 ---> da44f8691eef 03:44:12 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:44:12 ---> Using cache 03:44:12 ---> 2d886710e15a 03:44:12 Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:44:12 ---> Running in dce16804a8d1 03:44:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:44:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:44:16 OK: 221 MiB in 51 packages 03:44:17 Removing intermediate container dce16804a8d1 03:44:17 ---> f3eb425b9aea 03:44:17 Step 7/24 : COPY go.mod vendor* ./ 03:44:18 ---> 2dacec07a558 03:44:18 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:44:18 ---> Running in 8f29b6c426bf 03:44:36 Removing intermediate container d48a14c0a3f0 03:44:36 ---> aaca8e4c420e 03:44:36 03:44:36 Step 9/20 : FROM alpine:3.15 03:44:36 ---> 02e0d6fdf486 03:44:36 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:44:36 ---> Using cache 03:44:36 ---> 0a70a1e646ea 03:44:36 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:44:36 ---> Using cache 03:44:36 ---> f3456518193a 03:44:36 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:44:36 ---> Running in bb0b017ce9ec 03:44:38 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:44:39 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:44:41 v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] 03:44:41 v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 03:44:41 OK: 15734 distinct packages available 03:44:41 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:44:42 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:44:44 (1/9) Installing ca-certificates (20220614-r0) 03:44:44 (2/9) Installing brotli-libs (1.0.9-r5) 03:44:44 (3/9) Installing nghttp2-libs (1.46.0-r0) 03:44:44 (4/9) Installing libcurl (7.80.0-r3) 03:44:44 (5/9) Installing curl (7.80.0-r3) 03:44:44 (6/9) Installing dumb-init (1.2.5-r1) 03:44:44 (7/9) Installing musl-obstack (1.2.3-r0) 03:44:44 (8/9) Installing libucontext (1.1-r0) 03:44:45 (9/9) Installing gcompat (1.0.0-r4) 03:44:45 Executing busybox-1.34.1-r7.trigger 03:44:45 Executing ca-certificates-20220614-r0.trigger 03:44:45 OK: 8 MiB in 23 packages 03:44:49 Removing intermediate container bb0b017ce9ec 03:44:49 ---> 037abe4b38cb 03:44:49 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 03:44:49 ---> 116413251971 03:44:49 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 03:44:51 ---> 3cdcb2791f45 03:44:51 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 03:44:52 ---> fc6e1a542191 03:44:52 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 03:44:52 ---> Running in 2b522f8f4bf1 03:44:53 Removing intermediate container 2b522f8f4bf1 03:44:53 ---> 9f35d0d386fe 03:44:53 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:44:53 ---> Running in aa1fc8f0f905 03:44:54 Removing intermediate container aa1fc8f0f905 03:44:54 ---> 22a6d46ddab8 03:44:54 Step 18/20 : LABEL arch=arm64 03:44:54 ---> Running in 5c8b19266fb9 03:44:54 Removing intermediate container 5c8b19266fb9 03:44:54 ---> dec08bc43f49 03:44:54 Step 19/20 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 03:44:54 ---> Running in 2789febd6cae 03:44:55 Removing intermediate container 2789febd6cae 03:44:55 ---> df141567812c 03:44:55 Step 20/20 : LABEL version=0.0.0 03:44:55 ---> Running in 6beb079cdf45 03:44:56 Removing intermediate container 6beb079cdf45 03:44:56 ---> 5cb059d44c82 03:44:56 03:44:56 Successfully built 5cb059d44c82 03:44:56 Successfully tagged security-spiffe-token-provider-arm64:latest 03:44:56 Building support-notifications 03:45:19  Building security-spiffe-token-provider ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:45:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:45:19 ---> 6dd4420e12f4 03:45:19 Step 3/23 : ARG ADD_BUILD_TAGS="" 03:45:19 ---> Using cache 03:45:19 ---> cfe28eb1dc5c 03:45:19 Step 4/23 : WORKDIR /edgex-go 03:45:19 ---> Using cache 03:45:19 ---> da44f8691eef 03:45:19 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:45:19 ---> Using cache 03:45:19 ---> 2d886710e15a 03:45:19 Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates 03:45:19 ---> Running in 963dfd325080 03:45:20 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:45:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:45:23 OK: 221 MiB in 51 packages 03:45:25 Removing intermediate container 963dfd325080 03:45:25 ---> b38da0ecb797 03:45:25 Step 7/23 : COPY go.mod vendor* ./ 03:45:27 ---> 59a1f4a27208 03:45:27 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:45:28 ---> Running in 8d1bfb4c4aae 03:45:31 Removing intermediate container 1fcb2986b577 03:45:31 ---> 0faca0573815 03:45:31 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:45:31 ---> Running in 3d82af42252b 03:45:35 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:45:43 Removing intermediate container 3d82af42252b 03:45:43 ---> 0d6a5acdb7b1 03:45:43 03:45:43 Step 11/23 : FROM alpine:3.16 03:45:43 ---> a6215f271958 03:45:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 03:45:43 ---> Running in d35dc5bf4ca8 03:45:43 Removing intermediate container d35dc5bf4ca8 03:45:43 ---> 5c6f9a3841a9 03:45:43 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 03:45:43 ---> Running in d164cb3e99cc 03:45:46 Removing intermediate container 8f29b6c426bf 03:45:46 ---> 7addf50dc739 03:45:46 Step 9/24 : COPY . . 03:45:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:45:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:45:48 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 03:45:48 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 03:45:48 (3/33) Installing readline (8.1.2-r0) 03:45:48 (4/33) Installing bash (5.1.16-r2) 03:45:48 Executing bash-5.1.16-r2.post-install 03:45:48 (5/33) Installing ca-certificates (20220614-r0) 03:45:48 (6/33) Installing brotli-libs (1.0.9-r6) 03:45:48 (7/33) Installing nghttp2-libs (1.47.0-r0) 03:45:48 (8/33) Installing libcurl (7.83.1-r3) 03:45:49 (9/33) Installing curl (7.83.1-r3) 03:45:49 (10/33) Installing docker-cli (20.10.20-r0) 03:45:50 (11/33) Installing dumb-init (1.2.5-r1) 03:45:50 (12/33) Installing libbz2 (1.0.8-r1) 03:45:50 (13/33) Installing expat (2.4.9-r0) 03:45:50 (14/33) Installing libffi (3.4.2-r1) 03:45:50 (15/33) Installing gdbm (1.23-r0) 03:45:50 (16/33) Installing xz-libs (5.2.5-r1) 03:45:50 (17/33) Installing libgcc (11.2.1_git20220219-r2) 03:45:50 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 03:45:50 (19/33) Installing mpdecimal (2.5.1-r1) 03:45:50 (20/33) Installing sqlite-libs (3.38.5-r0) 03:45:50 (21/33) Installing python3 (3.10.5-r0) 03:45:53 (22/33) Installing py3-contextlib2 (21.6.0-r2) 03:45:53 (23/33) Installing py3-tomli (2.0.1-r1) 03:45:53 (24/33) Installing py3-pep517 (0.12.0-r2) 03:45:53 (25/33) Installing py3-six (1.16.0-r1) 03:45:53 (26/33) Installing py3-retrying (1.3.3-r3) 03:45:54 (27/33) Installing py3-appdirs (1.4.4-r3) 03:45:54 (28/33) Installing py3-more-itertools (8.13.0-r0) 03:45:54 (29/33) Installing py3-ordered-set (4.0.2-r3) 03:45:54 (30/33) Installing py3-parsing (2.4.7-r3) 03:45:54 (31/33) Installing py3-packaging (21.3-r0) 03:45:54 (32/33) Installing py3-setuptools (59.4.0-r0) 03:45:54 (33/33) Installing py3-pip (22.1.1-r0) 03:45:55 Executing busybox-1.35.0-r17.trigger 03:45:55 Executing ca-certificates-20220614-r0.trigger 03:45:56 OK: 120 MiB in 47 packages 03:45:59 ---> 1ad366a38a5e 03:45:59 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 03:45:59 ---> Running in 4e717ae363b7 03:46:01 CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 03:46:16 Collecting docker-compose==1.23.2 03:46:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:46:16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 7.2 MB/s eta 0:00:00 03:46:16 Collecting docker<4.0,>=3.6.0 03:46:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:46:16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 3.9 MB/s eta 0:00:00 03:46:18 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:46:18 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:46:18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 7.2 MB/s eta 0:00:00 03:46:19 Collecting PyYAML<4,>=3.10 03:46:19 Downloading PyYAML-3.13.tar.gz (270 kB) 03:46:19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 8.0 MB/s eta 0:00:00 03:46:21 Preparing metadata (setup.py): started 03:46:25 Preparing metadata (setup.py): finished with status 'done' 03:46:25 Collecting websocket-client<1.0,>=0.32.0 03:46:25 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 03:46:25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 17.9 MB/s eta 0:00:00 03:46:25 Collecting texttable<0.10,>=0.9.0 03:46:25 Downloading texttable-0.9.1.tar.gz (11 kB) 03:46:25 Preparing metadata (setup.py): started 03:46:28 Preparing metadata (setup.py): finished with status 'done' 03:46:28 Collecting dockerpty<0.5,>=0.4.1 03:46:28 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:46:28 Preparing metadata (setup.py): started 03:46:31 Preparing metadata (setup.py): finished with status 'done' 03:46:32 Collecting jsonschema<3,>=2.5.1 03:46:32 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:46:32 Collecting docopt<0.7,>=0.6.1 03:46:32 Downloading docopt-0.6.2.tar.gz (25 kB) 03:46:32 Preparing metadata (setup.py): started 03:46:35 Preparing metadata (setup.py): finished with status 'done' 03:46:35 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 03:46:35 Collecting cached-property<2,>=1.2.0 03:46:35 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:46:36 Collecting docker-pycreds>=0.4.0 03:46:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:46:37 Collecting certifi>=2017.4.17 03:46:37 Removing intermediate container 8d1bfb4c4aae 03:46:37 ---> c143e3de82a0 03:46:37 Step 9/23 : COPY . . 03:46:37 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 03:46:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 16.5 MB/s eta 0:00:00 03:46:37 Collecting idna<2.8,>=2.5 03:46:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:46:37 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 18.5 MB/s eta 0:00:00 03:46:39 Collecting urllib3<1.25,>=1.21.1 03:46:39 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:46:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 7.8 MB/s eta 0:00:00 03:46:39 Collecting chardet<3.1.0,>=3.0.2 03:46:39 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 03:46:39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 10.7 MB/s eta 0:00:00 03:46:40 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 03:46:40 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 03:46:40 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 03:46:40 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 03:46:42 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 03:46:42 Running setup.py install for texttable: started 03:46:46 Running setup.py install for texttable: finished with status 'done' 03:46:46 Running setup.py install for PyYAML: started 03:46:49 ---> 3c5043151589 03:46:49 Step 10/23 : RUN make cmd/support-notifications/support-notifications 03:46:50 ---> Running in 99743e9a9e1a 03:46:50 Running setup.py install for PyYAML: finished with status 'done' 03:46:52 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:46:52 Running setup.py install for docopt: started 03:46:55 Running setup.py install for docopt: finished with status 'done' 03:46:59 Running setup.py install for dockerpty: started 03:47:02 Running setup.py install for dockerpty: finished with status 'done' 03:47:05 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 03:47:05 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 03:47:23 Removing intermediate container d164cb3e99cc 03:47:23 ---> e69da841703e 03:47:23 Step 14/23 : ENV APP_PORT=58890 03:47:23 ---> Running in e7326866ed7f 03:47:23 Removing intermediate container e7326866ed7f 03:47:23 ---> 156cbc360da7 03:47:23 Step 15/23 : EXPOSE $APP_PORT 03:47:23 ---> Running in d901e3e78b71 03:47:23 Removing intermediate container d901e3e78b71 03:47:23 ---> 5a1a755c4513 03:47:23 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:47:25 ---> 122ce37c5d11 03:47:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:47:26 ---> e3947f1b4e07 03:47:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:47:27 ---> 7e5922770f88 03:47:27 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 03:47:27 ---> Running in c1f263f7e53e 03:47:28 Removing intermediate container c1f263f7e53e 03:47:28 ---> be7fc1274f47 03:47:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:47:28 ---> Running in 60ad4bf57886 03:47:28 Removing intermediate container 60ad4bf57886 03:47:28 ---> 15248f43a941 03:47:28 Step 21/23 : LABEL arch=arm64 03:47:28 ---> Running in eddbfb7b4f4c 03:47:29 Removing intermediate container eddbfb7b4f4c 03:47:29 ---> 869ef9a572d4 03:47:29 Step 22/23 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 03:47:29 ---> Running in ced1d76f94f9 03:47:30 Removing intermediate container ced1d76f94f9 03:47:30 ---> d24fb932039c 03:47:30 Step 23/23 : LABEL version=0.0.0 03:47:30 ---> Running in 1f7758a336b9 03:47:30 Removing intermediate container 1f7758a336b9 03:47:30 ---> 9f7a4e4bec57 03:47:30 03:47:30 Successfully built 9f7a4e4bec57 03:47:30 Successfully tagged sys-mgmt-agent-arm64:latest 03:47:30 Building core-command 03:47:53  Building sys-mgmt-agent ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:47:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:47:53 ---> 6dd4420e12f4 03:47:53 Step 3/24 : ARG ADD_BUILD_TAGS="" 03:47:53 ---> Using cache 03:47:53 ---> cfe28eb1dc5c 03:47:53 Step 4/24 : WORKDIR /edgex-go 03:47:53 ---> Using cache 03:47:53 ---> da44f8691eef 03:47:53 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:47:53 ---> Using cache 03:47:53 ---> 2d886710e15a 03:47:53 Step 6/24 : RUN apk add --update --no-cache make git 03:47:53 ---> Using cache 03:47:53 ---> 5b4cf80b9f58 03:47:53 Step 7/24 : COPY go.mod vendor* ./ 03:47:53 ---> Using cache 03:47:53 ---> 9f8e26285313 03:47:53 Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:47:53 ---> Using cache 03:47:53 ---> 2ce4e4aff890 03:47:53 Step 9/24 : COPY . . 03:47:53 ---> Using cache 03:47:53 ---> 201b9c07d3a3 03:47:53 Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 03:47:53 ---> Running in c36a584c0df3 03:47:53 CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 03:49:29 Removing intermediate container cd3eda648b2c 03:49:29 ---> cfba28fadc27 03:49:29 03:49:29 Step 11/23 : FROM alpine:3.16 03:49:29 ---> a6215f271958 03:49:29 Step 12/23 : RUN apk add --update --no-cache dumb-init 03:49:29 ---> Running in 0dc885e06a36 03:49:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:49:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:49:33 (1/1) Installing dumb-init (1.2.5-r1) 03:49:33 Executing busybox-1.35.0-r17.trigger 03:49:33 OK: 5 MiB in 15 packages 03:49:34 Removing intermediate container 0dc885e06a36 03:49:34 ---> 7c78e0f6986f 03:49:34 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:49:35 ---> Running in 63c50ca4e68f 03:49:37 Removing intermediate container 63c50ca4e68f 03:49:37 ---> 34e6eba2886b 03:49:37 Step 14/23 : ENV APP_PORT=59861 03:49:37 ---> Running in ce5def010090 03:49:37 Removing intermediate container ce5def010090 03:49:37 ---> 398fcc135400 03:49:37 Step 15/23 : EXPOSE $APP_PORT 03:49:37 ---> Running in c582df701c06 03:49:38 Removing intermediate container c582df701c06 03:49:38 ---> cd27faaf8bf9 03:49:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:49:39 ---> 9945b065d9a9 03:49:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:49:41 ---> a488d875b389 03:49:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:49:42 ---> 62bf8bf82791 03:49:42 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 03:49:42 ---> Running in c808c939184f 03:49:43 Removing intermediate container c808c939184f 03:49:43 ---> 1564b4b76605 03:49:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:49:43 ---> Running in f0473ea94efd 03:49:43 Removing intermediate container f0473ea94efd 03:49:43 ---> b8ef16763cf4 03:49:43 Step 21/23 : LABEL arch=arm64 03:49:43 ---> Running in 4f27599a4f7e 03:49:44 Removing intermediate container 4f27599a4f7e 03:49:44 ---> a4340eebbca9 03:49:44 Step 22/23 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 03:49:44 ---> Running in 65c6cc09025e 03:49:45 Removing intermediate container 65c6cc09025e 03:49:45 ---> fb1b347adb46 03:49:45 Step 23/23 : LABEL version=0.0.0 03:49:45 ---> Running in 76790edfe4f1 03:49:45 Removing intermediate container 76790edfe4f1 03:49:45 ---> 366a0c8cb948 03:49:45 03:49:45 Successfully built 366a0c8cb948 03:49:45 Successfully tagged support-scheduler-arm64:latest 03:49:45  Building support-scheduler ... done Building security-proxy-setup 03:50:04 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:50:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:50:04 ---> 6dd4420e12f4 03:50:04 Step 3/22 : WORKDIR /edgex-go 03:50:04 ---> Using cache 03:50:04 ---> ac5aaac2ce78 03:50:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:50:04 ---> Using cache 03:50:04 ---> e11a0b285d79 03:50:04 Step 5/22 : RUN apk add --update --no-cache make git 03:50:04 ---> Running in 4fabd9ca956e 03:50:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:50:07 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:50:08 OK: 221 MiB in 51 packages 03:50:09 Removing intermediate container 4fabd9ca956e 03:50:09 ---> a23a0167b759 03:50:09 Step 6/22 : COPY go.mod vendor* ./ 03:50:10 ---> b2af1b34443d 03:50:10 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:50:11 ---> Running in fd772eaa8339 03:50:57 Removing intermediate container 461ca22f8728 03:50:57 ---> da2b14395f8f 03:50:57 03:50:57 Step 11/25 : FROM alpine:3.16 03:50:57 ---> a6215f271958 03:50:57 Step 12/25 : RUN apk add --update --no-cache dumb-init 03:50:57 ---> Using cache 03:50:57 ---> 7c78e0f6986f 03:50:57 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:50:57 ---> Using cache 03:50:57 ---> 34e6eba2886b 03:50:57 Step 14/25 : ENV APP_PORT=59881 03:50:57 ---> Running in c5ee5f0a4dd2 03:50:57 Removing intermediate container c5ee5f0a4dd2 03:50:57 ---> e77f49335bc2 03:50:57 Step 15/25 : EXPOSE $APP_PORT 03:50:57 ---> Running in fb3a78b1657a 03:50:57 Removing intermediate container fb3a78b1657a 03:50:57 ---> b1c298cc3629 03:50:57 Step 16/25 : WORKDIR / 03:50:57 ---> Running in 7c48299fa43e 03:50:57 Removing intermediate container 7c48299fa43e 03:50:57 ---> 355a8b92738b 03:50:57 Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / 03:50:57 ---> 42dd93a9f6d4 03:50:57 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:50:59 ---> edb988dca7ae 03:50:59 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:51:01 ---> cee318747afc 03:51:01 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 03:51:02 ---> 8afe182a506d 03:51:02 Step 21/25 : ENTRYPOINT ["/core-metadata"] 03:51:02 ---> Running in 20e15dbf7868 03:51:03 Removing intermediate container 20e15dbf7868 03:51:03 ---> 4b359a7c6545 03:51:03 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:51:04 ---> Running in a9aa49e19597 03:51:05 Removing intermediate container a9aa49e19597 03:51:05 ---> 3037a27c31ff 03:51:05 Step 23/25 : LABEL arch=arm64 03:51:05 ---> Running in f64139883a58 03:51:06 Removing intermediate container f64139883a58 03:51:06 ---> ed53ec10f14e 03:51:06 Step 24/25 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 03:51:06 ---> Running in 20a7657099a9 03:51:07 Removing intermediate container 20a7657099a9 03:51:07 ---> 03032f83d2d6 03:51:07 Step 25/25 : LABEL version=0.0.0 03:51:07 ---> Running in dfbcc8ea1c48 03:51:08 Removing intermediate container dfbcc8ea1c48 03:51:08 ---> d5d43e522518 03:51:08 03:51:09 Successfully built d5d43e522518 03:51:09 Successfully tagged core-metadata-arm64:latest 03:51:24  Building core-metadata ... done Removing intermediate container fd772eaa8339 03:51:24 ---> cc06d053ff8b 03:51:24 Step 8/22 : COPY . . 03:51:36 ---> 9042a6d35c0c 03:51:36 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:51:37 ---> Running in c91329dc10a6 03:51:39 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 03:53:30 Removing intermediate container 4e717ae363b7 03:53:30 ---> 024b5e65bfc8 03:53:30 03:53:30 Step 11/24 : FROM alpine:3.16 03:53:30 ---> a6215f271958 03:53:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:53:30 ---> Running in b5fda899e01d 03:53:31 Removing intermediate container b5fda899e01d 03:53:31 ---> 62e8e42c8f84 03:53:31 Step 13/24 : ENV APP_PORT=59880 03:53:31 ---> Running in 3ac211935833 03:53:31 Removing intermediate container 3ac211935833 03:53:31 ---> fd9016dc727e 03:53:31 Step 14/24 : EXPOSE $APP_PORT 03:53:32 ---> Running in 7c777cbfd29a 03:53:32 Removing intermediate container 7c777cbfd29a 03:53:32 ---> 0e8418d4bd4e 03:53:32 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:53:32 ---> Running in 869d10202c24 03:53:35 Removing intermediate container 869d10202c24 03:53:35 ---> 86eff8dcb144 03:53:35 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 03:53:35 ---> Running in 660b7f0b8573 03:53:37 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:53:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:53:39 (1/6) Installing dumb-init (1.2.5-r1) 03:53:39 (2/6) Installing libgcc (11.2.1_git20220219-r2) 03:53:39 (3/6) Installing libsodium (1.0.18-r0) 03:53:39 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 03:53:40 (5/6) Installing libzmq (4.3.4-r0) 03:53:40 (6/6) Installing zeromq (4.3.4-r0) 03:53:40 Executing busybox-1.35.0-r17.trigger 03:53:40 OK: 8 MiB in 20 packages 03:53:42 Removing intermediate container 660b7f0b8573 03:53:42 ---> 24050fc862bf 03:53:42 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 03:53:43 ---> aa046bffbfc9 03:53:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:53:45 ---> a393825041fc 03:53:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:53:46 ---> 6da6b6eb4e92 03:53:46 Step 20/24 : ENTRYPOINT ["/core-data"] 03:53:46 ---> Running in 6dbfbc869cee 03:53:47 Removing intermediate container 6dbfbc869cee 03:53:47 ---> d1f9d6e1883c 03:53:47 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:53:47 ---> Running in a4fb3efe5e69 03:53:48 Removing intermediate container a4fb3efe5e69 03:53:48 ---> f14d741d7424 03:53:48 Step 22/24 : LABEL arch=arm64 03:53:48 ---> Running in 79612e479440 03:53:49 Removing intermediate container 79612e479440 03:53:49 ---> 66ee46f986f5 03:53:49 Step 23/24 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 03:53:49 ---> Running in f83c690b60fb 03:53:50 Removing intermediate container f83c690b60fb 03:53:50 ---> 610700431695 03:53:50 Step 24/24 : LABEL version=0.0.0 03:53:50 ---> Running in e6194af9b99c 03:53:51 Removing intermediate container e6194af9b99c 03:53:51 ---> e052fe2f6420 03:53:51 03:53:51 Successfully built e052fe2f6420 03:53:51 Successfully tagged core-data-arm64:latest 03:53:54  Building core-data ... done Removing intermediate container c36a584c0df3 03:53:54 ---> bf17df88b20f 03:53:54 03:53:54 Step 11/24 : FROM alpine:3.16 03:53:54 ---> a6215f271958 03:53:54 Step 12/24 : RUN apk add --update --no-cache dumb-init 03:53:54 ---> Using cache 03:53:54 ---> 7c78e0f6986f 03:53:54 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:53:54 ---> Using cache 03:53:54 ---> 34e6eba2886b 03:53:54 Step 14/24 : ENV APP_PORT=59882 03:53:54 ---> Running in c63b25981c73 03:53:55 Removing intermediate container c63b25981c73 03:53:55 ---> 6b045f843e72 03:53:55 Step 15/24 : EXPOSE $APP_PORT 03:53:55 ---> Running in be73f4bef054 03:53:55 Removing intermediate container be73f4bef054 03:53:55 ---> 7822d0ed2e12 03:53:55 Step 16/24 : WORKDIR / 03:53:55 ---> Running in 60363d1ec13a 03:53:56 Removing intermediate container 60363d1ec13a 03:53:56 ---> 467d922b7151 03:53:56 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 03:53:57 ---> aa476eb05e4f 03:53:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:53:58 ---> ce853a8bc5ca 03:53:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:53:59 ---> c5eaec5c475c 03:53:59 Step 20/24 : ENTRYPOINT ["/core-command"] 03:53:59 ---> Running in 2b546b07d727 03:54:00 Removing intermediate container 2b546b07d727 03:54:00 ---> c794ecc58c6b 03:54:00 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:54:00 ---> Running in faf31cc45135 03:54:00 Removing intermediate container faf31cc45135 03:54:00 ---> e0bdffa6e3fc 03:54:00 Step 22/24 : LABEL arch=arm64 03:54:00 ---> Running in 204339f3421a 03:54:01 Removing intermediate container 204339f3421a 03:54:01 ---> 3fb49d9dca09 03:54:01 Step 23/24 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 03:54:01 ---> Running in 76fc8a33610f 03:54:03 Removing intermediate container 76fc8a33610f 03:54:03 ---> 3ff3a1969791 03:54:03 Step 24/24 : LABEL version=0.0.0 03:54:03 ---> Running in 06712eb8bbf9 03:54:04 Removing intermediate container 06712eb8bbf9 03:54:04 ---> 681134238c3b 03:54:04 03:54:04 Successfully built 681134238c3b 03:54:04 Successfully tagged core-command-arm64:latest 03:54:51  Building core-command ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 03:54:54 Removing intermediate container 99743e9a9e1a 03:54:54 ---> ea6696313b74 03:54:54 03:54:54 Step 11/23 : FROM alpine:3.16 03:54:54 ---> a6215f271958 03:54:54 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 03:54:54 ---> Running in cb260eb5624d 03:54:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:54:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:54:57 (1/2) Installing ca-certificates (20220614-r0) 03:54:57 (2/2) Installing dumb-init (1.2.5-r1) 03:54:57 Executing busybox-1.35.0-r17.trigger 03:54:57 Executing ca-certificates-20220614-r0.trigger 03:54:57 OK: 6 MiB in 16 packages 03:54:59 Removing intermediate container cb260eb5624d 03:54:59 ---> 1862ce791d49 03:54:59 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:54:59 ---> Running in ef2c32ce373a 03:54:59 Removing intermediate container ef2c32ce373a 03:54:59 ---> 149f256dc34a 03:54:59 Step 14/23 : ENV APP_PORT=59860 03:54:59 ---> Running in 370aee673fc0 03:55:00 Removing intermediate container 370aee673fc0 03:55:00 ---> 988483150356 03:55:00 Step 15/23 : EXPOSE $APP_PORT 03:55:00 ---> Running in feb102fe857d 03:55:00 Removing intermediate container c91329dc10a6 03:55:00 ---> 0534d99ed180 03:55:00 03:55:00 Step 10/22 : FROM alpine:3.16 03:55:00 ---> a6215f271958 03:55:00 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 03:55:00 ---> Running in 1f7786be5cff 03:55:01 Removing intermediate container feb102fe857d 03:55:01 ---> d5767945f563 03:55:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:55:01 ---> 063d10ef77cd 03:55:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:55:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:55:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:55:03 ---> 39721a01d74f 03:55:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:55:03 (1/6) Installing ca-certificates (20220614-r0) 03:55:03 (2/6) Installing brotli-libs (1.0.9-r6) 03:55:03 (3/6) Installing nghttp2-libs (1.47.0-r0) 03:55:03 (4/6) Installing libcurl (7.83.1-r3) 03:55:03 (5/6) Installing curl (7.83.1-r3) 03:55:03 (6/6) Installing dumb-init (1.2.5-r1) 03:55:03 Executing busybox-1.35.0-r17.trigger 03:55:03 Executing ca-certificates-20220614-r0.trigger 03:55:03 OK: 8 MiB in 20 packages 03:55:03 ---> 904b996e1e1d 03:55:03 Step 19/23 : ENTRYPOINT ["/support-notifications"] 03:55:03 ---> Running in 38e91561028a 03:55:04 Removing intermediate container 38e91561028a 03:55:04 ---> f5871d02c7e9 03:55:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:55:04 ---> Running in afd0772b6584 03:55:04 Removing intermediate container afd0772b6584 03:55:04 ---> 6267666ddb91 03:55:04 Step 21/23 : LABEL arch=arm64 03:55:04 ---> Running in 526ff5bc5e1e 03:55:04 Removing intermediate container 1f7786be5cff 03:55:04 ---> d05dfc56b4e6 03:55:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:55:04 ---> Running in f99fe473536a 03:55:05 Removing intermediate container 526ff5bc5e1e 03:55:05 ---> 27ff088520ab 03:55:05 Step 22/23 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 03:55:05 ---> Running in 4d855e8f6cfe 03:55:05 Removing intermediate container f99fe473536a 03:55:05 ---> ef8cda1ef4ea 03:55:05 Step 13/22 : WORKDIR /edgex 03:55:05 ---> Running in fea12ff74ab6 03:55:05 Removing intermediate container 4d855e8f6cfe 03:55:05 ---> 8ea11de26915 03:55:05 Step 23/23 : LABEL version=0.0.0 03:55:05 ---> Running in c214a3f141b8 03:55:05 Removing intermediate container fea12ff74ab6 03:55:05 ---> 79f5aceeae0a 03:55:05 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:55:06 Removing intermediate container c214a3f141b8 03:55:06 ---> 88aabcadce38 03:55:06 03:55:06 Successfully built 88aabcadce38 03:55:06 Successfully tagged support-notifications-arm64:latest 03:55:06  Building support-notifications ... done  ---> 2fd3ce824d8f 03:55:06 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:55:07 ---> fd3f7504dc04 03:55:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:55:08 ---> 137bbc82be0f 03:55:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 03:55:08 ---> f94c1ca9c8ff 03:55:08 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:55:08 ---> Running in 6c0bfdd93005 03:55:10 Removing intermediate container 6c0bfdd93005 03:55:10 ---> 63b7166d4aad 03:55:10 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 03:55:10 ---> Running in 034c8521bf5c 03:55:10 Removing intermediate container 034c8521bf5c 03:55:10 ---> 1a5e471185b4 03:55:10 Step 20/22 : LABEL arch=arm64 03:55:10 ---> Running in 5d102f8383d9 03:55:11 Removing intermediate container 5d102f8383d9 03:55:11 ---> 8e023259a8ae 03:55:11 Step 21/22 : LABEL git_sha=89f13e07751b45ca904bdad0e7a70e49b41fcbf4 03:55:11 ---> Running in 135f07c30831 03:55:11 Removing intermediate container 135f07c30831 03:55:11 ---> ae0bea3e60d2 03:55:11 Step 22/22 : LABEL version=0.0.0 03:55:11 ---> Running in c7635e2a7648 03:55:11 Removing intermediate container c7635e2a7648 03:55:11 ---> 8cf813097f20 03:55:11 03:55:11 Successfully built 8cf813097f20 03:55:11 Successfully tagged security-proxy-setup-arm64:latest 03:55:12  Building security-proxy-setup ... done  [Pipeline] } 03:55:12 $ docker stop --time=1 428f14a1041cf882e268c7b0e341f05295ce8803731ef234d14b3dd9c3b974ba 03:55:14 $ docker rm -f 428f14a1041cf882e268c7b0e341f05295ce8803731ef234d14b3dd9c3b974ba [Pipeline] // withDockerContainer [Pipeline] sh 03:55:14 + docker images 03:55:15 REPOSITORY TAG IMAGE ID CREATED SIZE 03:55:15 security-proxy-setup-arm64 latest 8cf813097f20 3 seconds ago 26.7MB 03:55:15 support-notifications-arm64 latest 88aabcadce38 9 seconds ago 29.5MB 03:55:15 0534d99ed180 15 seconds ago 1.43GB 03:55:15 ea6696313b74 22 seconds ago 1.5GB 03:55:15 core-command-arm64 latest 681134238c3b About a minute ago 16.9MB 03:55:15 bf17df88b20f About a minute ago 1.44GB 03:55:15 core-data-arm64 latest e052fe2f6420 About a minute ago 20.8MB 03:55:15 024b5e65bfc8 About a minute ago 1.44GB 03:55:15 core-metadata-arm64 latest d5d43e522518 4 minutes ago 17.7MB 03:55:15 da2b14395f8f 4 minutes ago 1.44GB 03:55:15 support-scheduler-arm64 latest 366a0c8cb948 5 minutes ago 28.8MB 03:55:15 cfba28fadc27 5 minutes ago 1.5GB 03:55:15 sys-mgmt-agent-arm64 latest 9f7a4e4bec57 7 minutes ago 133MB 03:55:15 0d6a5acdb7b1 9 minutes ago 1.42GB 03:55:15 security-spiffe-token-provider-arm64 latest 5cb059d44c82 10 minutes ago 28.8MB 03:55:15 aaca8e4c420e 10 minutes ago 1.47GB 03:55:15 security-spire-agent-arm64 latest cc0d8720ac70 11 minutes ago 122MB 03:55:15 security-bootstrapper-arm64 latest 270266e2b93e 12 minutes ago 19.4MB 03:55:15 security-secretstore-setup-arm64 latest 33b09d17caa9 12 minutes ago 28.6MB 03:55:15 4a53a7e1d08a 12 minutes ago 1.43GB 03:55:15 a56336f0f55c 12 minutes ago 1.43GB 03:55:15 security-spire-config-arm64 latest 13f38d31185f 17 minutes ago 83.6MB 03:55:15 security-spire-server-arm64 latest 4ded8168e66f 17 minutes ago 84.3MB 03:55:15 8357f2df1b0a 18 minutes ago 1.31GB 03:55:15 21c80562f138 18 minutes ago 1.31GB 03:55:15 ci-base-image-arm64 latest 6dd4420e12f4 32 minutes ago 943MB 03:55:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 2 weeks ago 679MB 03:55:15 alpine 3.15 02e0d6fdf486 2 months ago 5.33MB 03:55:15 alpine 3.16 a6215f271958 2 months ago 5.29MB 03:55:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [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 03:55:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:55:15 03:55:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:55:16 arm64: Pulling from edgex-lftools-log-publisher 03:55:16 8998bd30e6a1: Pulling fs layer 03:55:16 04944245beec: Pulling fs layer 03:55:16 699f458cf7ca: Pulling fs layer 03:55:16 765212b225bb: Pulling fs layer 03:55:16 f23df028b6ca: Pulling fs layer 03:55:16 d65c8cfc05b1: Pulling fs layer 03:55:16 2437ff75d9bd: Pulling fs layer 03:55:16 765212b225bb: Waiting 03:55:16 2437ff75d9bd: Waiting 03:55:16 f23df028b6ca: Waiting 03:55:16 d65c8cfc05b1: Waiting 03:55:16 04944245beec: Verifying Checksum 03:55:16 04944245beec: Download complete 03:55:16 765212b225bb: Download complete 03:55:16 f23df028b6ca: Download complete 03:55:16 d65c8cfc05b1: Verifying Checksum 03:55:16 d65c8cfc05b1: Download complete 03:55:16 699f458cf7ca: Verifying Checksum 03:55:16 699f458cf7ca: Download complete 03:55:17 8998bd30e6a1: Verifying Checksum 03:55:17 8998bd30e6a1: Download complete 03:55:19 2437ff75d9bd: Verifying Checksum 03:55:19 2437ff75d9bd: Download complete 03:55:21 8998bd30e6a1: Pull complete 03:55:21 04944245beec: Pull complete 03:55:23 699f458cf7ca: Pull complete 03:55:23 765212b225bb: Pull complete 03:55:23 f23df028b6ca: Pull complete 03:55:24 d65c8cfc05b1: Pull complete 03:55:39 2437ff75d9bd: Pull complete 03:55:39 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:55:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:55:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:55:39 prd-ubuntu20.04-docker-arm64-4c-16g-74409 does not seem to be running inside a container 03:55:39 $ 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/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 03:55:42 $ docker top 442730a5b4558addbea0fd250f0b168310847422493ba4813d9366cb549aab65 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:55:43 ---> job-cost.sh 03:55:43 lf-activate-venv: SKIPPING 03:55:43 INFO: No Stack... 03:55:43 INFO: Retrieving Pricing Info for: v3-standard-4 03:55:44 INFO: Archiving Costs [Pipeline] sh 03:55:45 + cat /w/workspace/edgex-go/1/archives/cost.csv 03:55:45 + cut -d, -f6 [Pipeline] lock 03:55:45 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4212-1-stack-cost] 03:55:45 Resource [jenkins-edgexfoundry-edgex-go-PR-4212-1-stack-cost] did not exist. Created. 03:55:45 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4212-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:55:46 + echo total: 0.10999999940395355 [Pipeline] stash 03:55:46 Stashed 1 file(s) [Pipeline] } 03:55:46 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4212-1-stack-cost] [Pipeline] // lock [Pipeline] } 03:55:46 $ docker stop --time=1 442730a5b4558addbea0fd250f0b168310847422493ba4813d9366cb549aab65 03:55:48 $ docker rm -f 442730a5b4558addbea0fd250f0b168310847422493ba4813d9366cb549aab65 [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 03:55:49 provisioning config files... 03:55:49 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config8589602165042681982tmp [Pipeline] { [Pipeline] sh 03:55:49 + set +x 03:55:49 + bash -s -- 03:55:49 + curl -s https://codecov.io/bash 03:55:49 03:55:49 _____ _ 03:55:49 / ____| | | 03:55:49 | | ___ __| | ___ ___ _____ __ 03:55:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:55:49 | |___| (_) | (_| | __/ (_| (_) \ V / 03:55:49 \_____\___/ \__,_|\___|\___\___/ \_/ 03:55:49 Bash-1.0.6 03:55:49 03:55:49 03:55:49 ==> git version 2.25.1 found 03:55:49 ==> 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 03:55:49 Release-Date: 2020-01-08 03:55:49 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 03:55:49 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 03:55:49 ==> Jenkins CI detected. 03:55:49 current dir:  /w/workspace/edgex-go/1 03:55:49 project root: . 03:55:49 --> token set from env 03:55:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:55:49 ==> Running gcov in . (disable via -X gcov) 03:55:49 ==> Python coveragepy not found 03:55:49 ==> Searching for coverage reports in: 03:55:49 + . 03:55:49 -> Found 1 reports 03:55:49 ==> Detecting git/mercurial file structure 03:55:49 ==> Reading reports 03:55:49 + ./coverage.out bytes=500482 03:55:49 ==> Appending adjustments 03:55:49 https://docs.codecov.io/docs/fixing-reports 03:55:51 + Found adjustments 03:55:51 ==> Gzipping contents 03:55:51 64K /tmp/codecov.MrrMRQ.gz 03:55:51 ==> Uploading reports 03:55:51 url: https://codecov.io 03:55:51 query: branch=PR-4212&commit=89f13e07751b45ca904bdad0e7a70e49b41fcbf4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4212%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4212&job=&cmd_args= 03:55:51 -> Pinging Codecov 03:55:51 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4212&commit=89f13e07751b45ca904bdad0e7a70e49b41fcbf4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4212%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4212&job=&cmd_args= 03:55:51 -> Uploading to 03:55:51 https://storage.googleapis.com/codecov/v4/raw/2022-10-25/00271124DB129430A58F1EEE437C3FCB/89f13e07751b45ca904bdad0e7a70e49b41fcbf4/3027835e-14d8-4cf9-98ea-49a7ca0718db.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221025%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221025T035550Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a96965f9246c5eb95addee512b79c3801d618c06664c3cd871c1f68f28f97011 03:55:51 % Total % Received % Xferd Average Speed Time Time Time Current 03:55:51 Dload Upload Total Spent Left Speed 03:55:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65226 0 0 100 65226 0 268k --:--:-- --:--:-- --:--:-- 268k 03:55:51 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/89f13e07751b45ca904bdad0e7a70e49b41fcbf4 [Pipeline] } 03:55:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" 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] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 03:55:52 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 03:55:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:55:53 ---> package-listing.sh 03:55:53 ++ tr '[:upper:]' '[:lower:]' 03:55:53 ++ facter osfamily 03:55:54 + OS_FAMILY=debian 03:55:54 + workspace=/w/workspace/edgex-go/1 03:55:54 + START_PACKAGES=/tmp/packages_start.txt 03:55:54 + END_PACKAGES=/tmp/packages_end.txt 03:55:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:55:54 + PACKAGES=/tmp/packages_start.txt 03:55:54 + '[' /w/workspace/edgex-go/1 ']' 03:55:54 + PACKAGES=/tmp/packages_end.txt 03:55:54 + case "${OS_FAMILY}" in 03:55:54 + dpkg -l 03:55:54 + grep '^ii' 03:55:54 + '[' -f /tmp/packages_start.txt ']' 03:55:54 + '[' -f /tmp/packages_end.txt ']' 03:55:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:55:54 + '[' /w/workspace/edgex-go/1 ']' 03:55:54 + mkdir -p /w/workspace/edgex-go/1/archives/ 03:55:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 03:55:54 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/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:55:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:55:55 03:55:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:55:55 latest: Pulling from edgex-lftools-log-publisher 03:55:55 5eb5b503b376: Pulling fs layer 03:55:55 5c69ac0246d0: Pulling fs layer 03:55:55 ec43610c2a17: Pulling fs layer 03:55:55 3a2ae6a8a46f: Pulling fs layer 03:55:55 33b1e0a273af: Pulling fs layer 03:55:55 5d3b04190fa2: Pulling fs layer 03:55:55 2f39f015ded8: Pulling fs layer 03:55:55 2f39f015ded8: Waiting 03:55:55 3a2ae6a8a46f: Waiting 03:55:55 5c69ac0246d0: Verifying Checksum 03:55:55 5c69ac0246d0: Download complete 03:55:55 3a2ae6a8a46f: Verifying Checksum 03:55:55 3a2ae6a8a46f: Download complete 03:55:55 33b1e0a273af: Verifying Checksum 03:55:55 33b1e0a273af: Download complete 03:55:55 5d3b04190fa2: Verifying Checksum 03:55:55 5d3b04190fa2: Download complete 03:55:55 ec43610c2a17: Verifying Checksum 03:55:55 ec43610c2a17: Download complete 03:55:55 5eb5b503b376: Verifying Checksum 03:55:55 5eb5b503b376: Download complete 03:55:56 2f39f015ded8: Download complete 03:55:57 5eb5b503b376: Pull complete 03:55:57 5c69ac0246d0: Pull complete 03:55:57 ec43610c2a17: Pull complete 03:55:57 3a2ae6a8a46f: Pull complete 03:55:58 33b1e0a273af: Pull complete 03:55:58 5d3b04190fa2: Pull complete 03:56:03 2f39f015ded8: Pull complete 03:56:03 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:56:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:56:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:56:03 prd-ubuntu20.04-docker-8c-8g-56594 does not seem to be running inside a container 03:56:03 $ 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/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:56:06 $ docker top 0992426b5f7429d9015df4273b89cfec2f2d5dc3a6086f165286b4f5ac7b6b40 -eo pid,comm [Pipeline] { [Pipeline] sh 03:56:07 + touch /tmp/pre-build-complete [Pipeline] sh 03:56:07 + mkdir -p /var/log/sysstat [Pipeline] sh 03:56:07 + ls /var/log/sa-host 03:56:07 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:56:08 provisioning config files... 03:56:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config11070629613859916504tmp [Pipeline] { [Pipeline] echo 03:56:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:56:08 ---> create-netrc.sh [Pipeline] } 03:56:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:56:08 ---> python-tools-install.sh [Pipeline] echo 03:56:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:56:09 ---> sudo-logs.sh 03:56:09 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:56:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:56:09 ---> job-cost.sh 03:56:09 lf-activate-venv: SKIPPING 03:56:09 DEBUG: total: 0.10999999940395355 03:56:09 INFO: Retrieving Stack Cost... 03:56:09 INFO: Retrieving Pricing Info for: v3-standard-8 03:56:10 INFO: Archiving Costs [Pipeline] echo 03:56:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:56:10 ---> logs-deploy.sh 03:56:10 lf-activate-venv: SKIPPING 03:56:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4212/1 03:56:10 INFO: archiving workspace using pattern(s): 03:56:11 Archives upload complete. 03:56:11 INFO: archiving logs to Nexus 03:56:12 ---> uname -a: 03:56:12 Linux prd-ubuntu20-04-docker-8c-8g-56594 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 03:56:12 03:56:12 03:56:12 ---> lscpu: 03:56:12 Architecture: x86_64 03:56:12 CPU op-mode(s): 32-bit, 64-bit 03:56:12 Byte Order: Little Endian 03:56:12 Address sizes: 40 bits physical, 48 bits virtual 03:56:12 CPU(s): 8 03:56:12 On-line CPU(s) list: 0-7 03:56:12 Thread(s) per core: 1 03:56:12 Core(s) per socket: 1 03:56:12 Socket(s): 8 03:56:12 NUMA node(s): 1 03:56:12 Vendor ID: AuthenticAMD 03:56:12 CPU family: 23 03:56:12 Model: 49 03:56:12 Model name: AMD EPYC-Rome Processor 03:56:12 Stepping: 0 03:56:12 CPU MHz: 2799.998 03:56:12 BogoMIPS: 5599.99 03:56:12 Virtualization: AMD-V 03:56:12 Hypervisor vendor: KVM 03:56:12 Virtualization type: full 03:56:12 L1d cache: 256 KiB 03:56:12 L1i cache: 256 KiB 03:56:12 L2 cache: 4 MiB 03:56:12 L3 cache: 128 MiB 03:56:12 NUMA node0 CPU(s): 0-7 03:56:12 Vulnerability Itlb multihit: Not affected 03:56:12 Vulnerability L1tf: Not affected 03:56:12 Vulnerability Mds: Not affected 03:56:12 Vulnerability Meltdown: Not affected 03:56:12 Vulnerability Mmio stale data: Not affected 03:56:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:56:12 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 03:56:12 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 03:56:12 Vulnerability Srbds: Not affected 03:56:12 Vulnerability Tsx async abort: Not affected 03:56:12 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 03:56:12 03:56:12 03:56:12 ---> nproc: 03:56:12 8 03:56:12 03:56:12 03:56:12 ---> df -h: 03:56:12 Filesystem Size Used Avail Use% Mounted on 03:56:12 overlay 155G 19G 137G 12% / 03:56:12 tmpfs 64M 0 64M 0% /dev 03:56:12 tmpfs 16G 0 16G 0% /sys/fs/cgroup 03:56:12 shm 64M 0 64M 0% /dev/shm 03:56:12 /dev/vda1 155G 19G 137G 12% /facter-os 03:56:12 03:56:12 03:56:12 ---> sar -b -r -n DEV: 03:56:12 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-56594) 10/25/22 _x86_64_ (8 CPU) 03:56:12 03:56:12 00:09:28 LINUX RESTART (8 CPU) 03:56:12 03:56:12 00:10:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:56:12 00:11:01 151.89 11.08 140.81 0.00 1789.39 75096.29 0.00 03:56:12 00:12:01 42.54 0.15 42.39 0.00 13.33 17832.59 0.00 03:56:12 00:13:01 40.68 0.22 40.46 0.00 6.40 12079.07 0.00 03:56:12 00:14:01 316.73 2.42 314.31 0.00 38.26 121221.93 0.00 03:56:12 00:15:01 453.62 13.61 440.02 0.00 2917.70 209583.35 0.00 03:56:12 00:16:01 443.24 0.08 443.15 0.00 10.02 106333.83 0.00 03:56:12 00:17:01 269.91 1.42 268.49 0.00 11.32 124322.93 0.00 03:56:12 00:18:02 326.73 0.15 326.58 0.00 7.45 141485.64 0.00 03:56:12 00:19:01 596.93 0.61 596.32 0.00 15.05 86564.99 0.00 03:56:12 00:20:01 87.19 0.02 87.17 0.00 0.67 10992.17 0.00 03:56:12 00:21:01 1.57 0.00 1.57 0.00 0.00 28.40 0.00 03:56:12 00:22:01 1.43 0.00 1.43 0.00 0.00 16.00 0.00 03:56:12 00:23:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 03:56:12 00:24:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 03:56:12 00:25:01 1.93 0.02 1.92 0.00 0.13 24.26 0.00 03:56:12 00:26:01 1.27 0.00 1.27 0.00 0.00 16.40 0.00 03:56:12 00:27:01 0.92 0.00 0.92 0.00 0.00 9.87 0.00 03:56:12 00:28:01 1.08 0.00 1.08 0.00 0.00 13.06 0.00 03:56:12 00:29:01 1.07 0.00 1.07 0.00 0.00 12.80 0.00 03:56:12 00:30:01 1.30 0.00 1.30 0.00 0.00 15.86 0.00 03:56:12 00:31:01 1.05 0.00 1.05 0.00 0.00 12.26 0.00 03:56:12 00:32:01 1.58 0.00 1.58 0.00 0.00 18.53 0.00 03:56:12 00:33:01 0.93 0.00 0.93 0.00 0.00 10.13 0.00 03:56:12 00:34:01 1.00 0.00 1.00 0.00 0.00 12.26 0.00 03:56:12 00:35:01 1.12 0.00 1.12 0.00 0.00 12.93 0.00 03:56:12 00:36:01 1.33 0.00 1.33 0.00 0.00 16.39 0.00 03:56:12 00:37:01 0.90 0.00 0.90 0.00 0.00 10.00 0.00 03:56:12 00:38:01 1.32 0.00 1.32 0.00 0.00 16.26 0.00 03:56:12 00:39:01 0.85 0.00 0.85 0.00 0.00 10.13 0.00 03:56:12 00:40:01 1.13 0.00 1.13 0.00 0.00 13.46 0.00 03:56:12 00:41:01 1.12 0.00 1.12 0.00 0.00 13.73 0.00 03:56:12 00:42:01 1.17 0.00 1.17 0.00 0.00 14.26 0.00 03:56:12 00:43:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 03:56:12 00:44:01 1.45 0.00 1.45 0.00 0.00 17.06 0.00 03:56:12 00:45:01 1.02 0.00 1.02 0.00 0.00 11.46 0.00 03:56:12 00:46:01 1.45 0.00 1.45 0.00 0.00 16.53 0.00 03:56:12 00:47:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 03:56:12 00:48:01 1.28 0.00 1.28 0.00 0.00 15.46 0.00 03:56:12 00:49:01 1.02 0.00 1.02 0.00 0.00 12.53 0.00 03:56:12 00:50:01 1.67 0.00 1.67 0.00 0.00 19.06 0.00 03:56:12 00:51:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 03:56:12 00:52:01 1.48 0.00 1.48 0.00 0.00 16.66 0.00 03:56:12 00:53:01 1.00 0.00 1.00 0.00 0.00 11.06 0.00 03:56:12 00:54:01 3.72 1.02 2.70 0.00 21.86 35.33 0.00 03:56:12 00:55:01 1.20 0.00 1.20 0.00 0.00 13.60 0.00 03:56:12 00:56:01 1.03 0.00 1.03 0.00 0.00 12.80 0.00 03:56:12 00:57:01 1.17 0.00 1.17 0.00 0.00 12.66 0.00 03:56:12 00:58:01 0.88 0.00 0.88 0.00 0.00 11.20 0.00 03:56:12 00:59:01 1.18 0.00 1.18 0.00 0.00 13.33 0.00 03:56:12 01:00:01 1.42 0.00 1.42 0.00 0.00 16.26 0.00 03:56:12 01:01:01 1.17 0.00 1.17 0.00 0.00 14.00 0.00 03:56:12 01:02:01 1.07 0.00 1.07 0.00 0.00 12.66 0.00 03:56:12 01:03:01 1.57 0.00 1.57 0.00 0.00 18.13 0.00 03:56:12 01:04:01 1.72 0.00 1.72 0.00 0.00 19.46 0.00 03:56:12 01:05:01 1.57 0.00 1.57 0.00 0.00 18.13 0.00 03:56:12 01:06:01 1.73 0.00 1.73 0.00 0.00 19.86 0.00 03:56:12 01:07:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 03:56:12 01:08:01 1.15 0.00 1.15 0.00 0.00 14.00 0.00 03:56:12 01:09:01 3.25 1.58 1.67 0.00 36.25 21.73 0.00 03:56:12 01:10:01 1.93 0.00 1.93 0.00 0.00 22.26 0.00 03:56:12 01:11:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 03:56:12 01:12:01 1.52 0.00 1.52 0.00 0.00 17.46 0.00 03:56:12 01:13:01 1.13 0.00 1.13 0.00 0.00 13.33 0.00 03:56:12 01:14:01 1.22 0.00 1.22 0.00 0.00 14.80 0.00 03:56:12 01:15:01 1.30 0.00 1.30 0.00 0.00 15.33 0.00 03:56:12 01:16:01 1.05 0.00 1.05 0.00 0.00 12.53 0.00 03:56:12 01:17:01 1.10 0.00 1.10 0.00 0.00 12.66 0.00 03:56:12 01:18:01 1.62 0.00 1.62 0.00 0.00 18.66 0.00 03:56:12 01:19:01 1.12 0.00 1.12 0.00 0.00 12.40 0.00 03:56:12 01:20:01 1.52 0.00 1.52 0.00 0.00 18.13 0.00 03:56:12 01:21:01 1.15 0.00 1.15 0.00 0.00 13.33 0.00 03:56:12 01:22:01 1.58 0.00 1.58 0.00 0.00 18.40 0.00 03:56:12 01:23:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 03:56:12 01:24:01 1.13 0.00 1.13 0.00 0.00 14.66 0.00 03:56:12 01:25:01 1.18 0.00 1.18 0.00 0.00 13.20 0.00 03:56:12 01:26:01 0.98 0.00 0.98 0.00 0.00 12.53 0.00 03:56:12 01:27:01 1.33 0.00 1.33 0.00 0.00 14.93 0.00 03:56:12 01:28:01 1.43 0.00 1.43 0.00 0.00 16.53 0.00 03:56:12 01:29:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 03:56:12 01:30:01 1.72 0.00 1.72 0.00 0.00 20.00 0.00 03:56:12 01:31:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 03:56:12 01:32:01 1.33 0.00 1.33 0.00 0.00 15.46 0.00 03:56:12 01:33:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 03:56:12 01:34:01 0.97 0.00 0.97 0.00 0.00 12.00 0.00 03:56:12 01:35:01 1.22 0.00 1.22 0.00 0.00 15.06 0.00 03:56:12 01:36:01 1.48 0.00 1.48 0.00 0.00 17.33 0.00 03:56:12 01:37:01 1.12 0.00 1.12 0.00 0.00 12.00 0.00 03:56:12 01:38:01 1.43 0.00 1.43 0.00 0.00 17.73 0.00 03:56:12 01:39:01 0.92 0.00 0.92 0.00 0.00 10.13 0.00 03:56:12 01:40:01 1.67 0.00 1.67 0.00 0.00 19.60 0.00 03:56:12 01:41:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 03:56:12 01:42:01 1.38 0.00 1.38 0.00 0.00 16.26 0.00 03:56:12 01:43:01 0.98 0.00 0.98 0.00 0.00 11.86 0.00 03:56:12 01:44:01 1.28 0.00 1.28 0.00 0.00 14.40 0.00 03:56:12 01:45:01 1.32 0.00 1.32 0.00 0.00 15.86 0.00 03:56:12 01:46:01 1.17 0.00 1.17 0.00 0.00 15.46 0.00 03:56:12 01:47:02 1.07 0.00 1.07 0.00 0.00 11.60 0.00 03:56:12 01:48:01 1.19 0.00 1.19 0.00 0.00 14.51 0.00 03:56:12 01:49:01 1.13 0.00 1.13 0.00 0.00 12.93 0.00 03:56:12 01:50:01 1.17 0.00 1.17 0.00 0.00 14.26 0.00 03:56:12 01:51:01 1.27 0.00 1.27 0.00 0.00 15.05 0.00 03:56:12 01:52:01 0.97 0.00 0.97 0.00 0.00 12.66 0.00 03:56:12 01:53:01 1.22 0.00 1.22 0.00 0.00 14.40 0.00 03:56:12 01:54:01 0.97 0.00 0.97 0.00 0.00 12.00 0.00 03:56:12 01:55:01 1.25 0.00 1.25 0.00 0.00 14.80 0.00 03:56:12 01:56:01 1.95 0.00 1.95 0.00 0.00 22.53 0.00 03:56:12 01:57:01 0.92 0.00 0.92 0.00 0.00 10.13 0.00 03:56:12 01:58:01 1.52 0.00 1.52 0.00 0.00 18.00 0.00 03:56:12 01:59:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 03:56:12 02:00:01 1.40 0.00 1.40 0.00 0.00 16.66 0.00 03:56:12 02:01:01 1.17 0.00 1.17 0.00 0.00 13.46 0.00 03:56:12 02:02:01 1.47 0.00 1.47 0.00 0.00 16.93 0.00 03:56:12 02:03:01 1.05 0.00 1.05 0.00 0.00 11.46 0.00 03:56:12 02:04:01 1.47 0.00 1.47 0.00 0.00 17.20 0.00 03:56:12 02:05:01 1.10 0.00 1.10 0.00 0.00 12.66 0.00 03:56:12 02:06:01 1.53 0.00 1.53 0.00 0.00 18.00 0.00 03:56:12 02:07:01 1.57 0.00 1.57 0.00 0.00 17.73 0.00 03:56:12 02:08:01 1.55 0.00 1.55 0.00 0.00 17.86 0.00 03:56:12 02:09:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 03:56:12 02:10:01 1.68 0.00 1.68 0.00 0.00 18.93 0.00 03:56:12 02:11:01 1.35 0.00 1.35 0.00 0.00 16.26 0.00 03:56:12 02:12:01 1.57 0.00 1.57 0.00 0.00 17.86 0.00 03:56:12 02:13:01 1.13 0.00 1.13 0.00 0.00 12.13 0.00 03:56:12 02:14:01 1.20 0.00 1.20 0.00 0.00 13.60 0.00 03:56:12 02:15:01 1.23 0.00 1.23 0.00 0.00 14.26 0.00 03:56:12 02:16:01 1.42 0.00 1.42 0.00 0.00 16.40 0.00 03:56:12 02:17:01 1.37 0.00 1.37 0.00 0.00 14.66 0.00 03:56:12 02:18:01 1.12 0.00 1.12 0.00 0.00 13.20 0.00 03:56:12 02:19:01 1.27 0.00 1.27 0.00 0.00 13.86 0.00 03:56:12 02:20:01 0.93 0.00 0.93 0.00 0.00 11.73 0.00 03:56:12 02:21:01 1.43 0.00 1.43 0.00 0.00 16.80 0.00 03:56:12 02:22:01 1.02 0.00 1.02 0.00 0.00 12.26 0.00 03:56:12 02:23:01 1.33 0.00 1.33 0.00 0.00 14.80 0.00 03:56:12 02:24:01 0.95 0.00 0.95 0.00 0.00 11.33 0.00 03:56:12 02:25:01 1.32 0.00 1.32 0.00 0.00 15.33 0.00 03:56:12 02:26:01 11.06 0.00 11.06 0.00 0.00 324.61 0.00 03:56:12 02:27:01 5.00 0.00 5.00 0.00 0.00 150.08 0.00 03:56:12 02:28:01 1.27 0.00 1.27 0.00 0.00 14.80 0.00 03:56:12 02:29:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 03:56:12 02:30:01 1.32 0.00 1.32 0.00 0.00 15.20 0.00 03:56:12 02:31:01 1.32 0.00 1.32 0.00 0.00 15.60 0.00 03:56:12 02:32:01 1.08 0.00 1.08 0.00 0.00 13.60 0.00 03:56:12 02:33:01 1.45 0.00 1.45 0.00 0.00 16.40 0.00 03:56:12 02:34:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 03:56:12 02:35:01 1.40 0.00 1.40 0.00 0.00 15.73 0.00 03:56:12 02:36:01 1.35 0.00 1.35 0.00 0.00 15.20 0.00 03:56:12 02:37:01 1.33 0.00 1.33 0.00 0.00 15.33 0.00 03:56:12 02:38:01 0.90 0.00 0.90 0.00 0.00 11.60 0.00 03:56:12 02:39:01 1.35 0.00 1.35 0.00 0.00 14.53 0.00 03:56:12 02:40:01 0.97 0.00 0.97 0.00 0.00 12.26 0.00 03:56:12 02:41:01 1.52 0.00 1.52 0.00 0.00 17.33 0.00 03:56:12 02:42:01 1.07 0.00 1.07 0.00 0.00 13.20 0.00 03:56:12 02:43:01 1.35 0.00 1.35 0.00 0.00 14.93 0.00 03:56:12 02:44:01 1.25 0.00 1.25 0.00 0.00 14.80 0.00 03:56:12 02:45:01 1.20 0.00 1.20 0.00 0.00 13.86 0.00 03:56:12 02:46:01 1.20 0.00 1.20 0.00 0.00 14.26 0.00 03:56:12 02:47:01 1.62 0.00 1.62 0.00 0.00 17.59 0.00 03:56:12 02:48:01 0.97 0.00 0.97 0.00 0.00 12.13 0.00 03:56:12 02:49:01 1.27 0.00 1.27 0.00 0.00 14.26 0.00 03:56:12 02:50:01 1.00 0.00 1.00 0.00 0.00 12.13 0.00 03:56:12 02:51:01 1.47 0.00 1.47 0.00 0.00 16.66 0.00 03:56:12 02:52:01 1.02 0.00 1.02 0.00 0.00 12.26 0.00 03:56:12 02:53:01 1.32 0.00 1.32 0.00 0.00 14.40 0.00 03:56:12 02:54:01 2.65 0.63 2.02 0.00 70.52 24.40 0.00 03:56:12 02:55:01 1.32 0.00 1.32 0.00 0.00 14.13 0.00 03:56:12 02:56:01 1.28 0.00 1.28 0.00 0.00 14.80 0.00 03:56:12 02:57:01 1.48 0.00 1.48 0.00 0.00 17.60 0.00 03:56:12 02:58:01 0.95 0.00 0.95 0.00 0.00 11.60 0.00 03:56:12 02:59:01 1.28 0.00 1.28 0.00 0.00 13.86 0.00 03:56:12 03:00:01 1.70 0.00 1.70 0.00 0.00 19.46 0.00 03:56:12 03:01:01 1.13 0.00 1.13 0.00 0.00 11.46 0.00 03:56:12 03:02:01 1.10 0.00 1.10 0.00 0.00 14.53 0.00 03:56:12 03:03:01 1.35 0.00 1.35 0.00 0.00 15.20 0.00 03:56:12 03:04:01 1.22 0.00 1.22 0.00 0.00 13.86 0.00 03:56:12 03:05:01 1.40 0.00 1.40 0.00 0.00 16.79 0.00 03:56:12 03:06:01 1.90 0.00 1.90 0.00 0.00 21.06 0.00 03:56:12 03:07:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 03:56:12 03:08:01 0.98 0.00 0.98 0.00 0.00 12.40 0.00 03:56:12 03:09:01 1.37 0.00 1.37 0.00 0.00 14.80 0.00 03:56:12 03:10:01 1.08 0.00 1.08 0.00 0.00 14.00 0.00 03:56:12 03:11:01 1.77 0.00 1.77 0.00 0.00 20.00 0.00 03:56:12 03:12:01 1.70 0.00 1.70 0.00 0.00 19.46 0.00 03:56:12 03:13:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 03:56:12 03:14:01 0.98 0.00 0.98 0.00 0.00 11.73 0.00 03:56:12 03:15:01 1.42 0.00 1.42 0.00 0.00 16.80 0.00 03:56:12 03:16:02 1.75 0.00 1.75 0.00 0.00 20.39 0.00 03:56:12 03:17:01 1.30 0.00 1.30 0.00 0.00 14.10 0.00 03:56:12 03:18:01 1.42 0.00 1.42 0.00 0.00 16.26 0.00 03:56:12 03:19:01 1.25 0.00 1.25 0.00 0.00 13.73 0.00 03:56:12 03:20:01 1.25 0.00 1.25 0.00 0.00 14.80 0.00 03:56:12 03:21:01 1.35 0.00 1.35 0.00 0.00 15.20 0.00 03:56:12 03:22:01 1.23 0.00 1.23 0.00 0.00 15.20 0.00 03:56:12 03:23:01 1.40 0.00 1.40 0.00 0.00 15.46 0.00 03:56:12 03:24:01 0.92 0.02 0.90 0.00 1.20 10.80 0.00 03:56:12 03:25:01 1.33 0.00 1.33 0.00 0.00 15.60 0.00 03:56:12 03:26:01 1.03 0.00 1.03 0.00 0.00 12.26 0.00 03:56:12 03:27:01 1.52 0.00 1.52 0.00 0.00 17.60 0.00 03:56:12 03:28:01 0.97 0.00 0.97 0.00 0.00 11.46 0.00 03:56:12 03:29:01 1.45 0.00 1.45 0.00 0.00 16.26 0.00 03:56:12 03:30:01 1.02 0.00 1.02 0.00 0.00 12.67 0.00 03:56:12 03:31:01 1.40 0.00 1.40 0.00 0.00 15.33 0.00 03:56:12 03:32:01 1.28 0.00 1.28 0.00 0.00 15.46 0.00 03:56:12 03:33:01 1.55 0.00 1.55 0.00 0.00 17.20 0.00 03:56:12 03:34:01 2.25 0.00 2.25 0.00 0.00 24.80 0.00 03:56:12 03:35:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 03:56:12 03:36:01 1.65 0.00 1.65 0.00 0.00 18.53 0.00 03:56:12 03:37:01 1.28 0.00 1.28 0.00 0.00 14.40 0.00 03:56:12 03:38:01 1.57 0.00 1.57 0.00 0.00 17.46 0.00 03:56:12 03:39:01 1.15 0.00 1.15 0.00 0.00 12.53 0.00 03:56:12 03:40:01 1.13 0.00 1.13 0.00 0.00 13.60 0.00 03:56:12 03:41:01 1.37 0.00 1.37 0.00 0.00 15.20 0.00 03:56:12 03:42:01 1.37 0.00 1.37 0.00 0.00 15.73 0.00 03:56:12 03:43:01 1.35 0.00 1.35 0.00 0.00 15.73 0.00 03:56:12 03:44:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 03:56:12 03:45:01 1.42 0.00 1.42 0.00 0.00 15.60 0.00 03:56:12 03:46:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 03:56:12 03:47:01 1.43 0.00 1.43 0.00 0.00 16.80 0.00 03:56:12 03:48:01 1.10 0.00 1.10 0.00 0.00 13.33 0.00 03:56:12 03:49:01 1.37 0.00 1.37 0.00 0.00 15.60 0.00 03:56:12 03:50:01 0.98 0.00 0.98 0.00 0.00 12.53 0.00 03:56:12 03:51:01 1.38 0.00 1.38 0.00 0.00 14.93 0.00 03:56:12 03:52:01 1.82 0.00 1.82 0.00 0.00 23.33 0.00 03:56:12 03:53:01 1.10 0.00 1.10 0.00 0.00 12.40 0.00 03:56:12 03:54:01 1.63 0.00 1.63 0.00 0.00 18.26 0.00 03:56:12 03:55:01 1.13 0.00 1.13 0.00 0.00 12.26 0.00 03:56:12 03:56:01 5.57 0.23 5.33 0.00 19.20 413.40 0.00 03:56:12 Average: 13.37 0.15 13.22 0.00 21.82 4021.53 0.00 03:56:12 03:56:12 00:10:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:56:12 00:11:01 28547184 31619128 693340 2.11 105980 3202460 1768728 5.21 1055264 2880544 3800 03:56:12 00:12:01 27678804 31221384 1081168 3.29 108312 3631460 2549800 7.51 1624888 3127600 186312 03:56:12 00:13:01 27514336 31559412 741824 2.26 111012 4096352 1873964 5.52 1358212 3524592 333632 03:56:12 00:14:01 24787976 31493708 789752 2.40 193808 6475440 1974180 5.82 1942728 5442940 423236 03:56:12 00:15:01 20986056 30564104 1686656 5.13 300992 9130788 4444652 13.10 3167552 7865928 596 03:56:12 00:16:01 21640440 31470120 798216 2.43 309680 9393480 1960132 5.78 2118724 8307152 116496 03:56:12 00:17:01 19426192 31452792 812212 2.47 366716 11419116 2215592 6.53 2191028 10331580 904964 03:56:12 00:18:02 18864980 31200996 1054188 3.21 386984 11659024 2849648 8.40 2532136 10489452 2100 03:56:12 00:19:01 19379580 31409768 850448 2.59 427080 11285100 2057608 6.06 2388328 10099260 120080 03:56:12 00:20:01 19838928 31524024 741864 2.26 429484 10959620 1872344 5.52 2289572 9766528 20 03:56:12 00:21:01 19840140 31525312 740568 2.25 429524 10959620 1872344 5.52 2289028 9766540 16 03:56:12 00:22:01 19848104 31533280 732664 2.23 429536 10959628 1872344 5.52 2281024 9766544 44 03:56:12 00:23:01 19849520 31534720 731124 2.22 429560 10959628 1872344 5.52 2278832 9766544 12 03:56:12 00:24:01 19856828 31542048 723848 2.20 429568 10959636 1872344 5.52 2272408 9766552 44 03:56:12 00:25:01 19855780 31542016 724700 2.20 429588 10959740 1879756 5.54 2271656 9767556 32 03:56:12 00:26:01 19856284 31542556 724100 2.20 429620 10959740 1879756 5.54 2271560 9767560 16 03:56:12 00:27:01 19856468 31542764 724044 2.20 429640 10959744 1879756 5.54 2271812 9767560 12 03:56:12 00:28:01 19856436 31542752 724012 2.20 429656 10959748 1879756 5.54 2271804 9767564 144 03:56:12 00:29:01 19856388 31542724 723980 2.20 429672 10959752 1879756 5.54 2271768 9767568 28 03:56:12 00:30:01 19856372 31542724 723912 2.20 429696 10959752 1879756 5.54 2271976 9767568 72 03:56:12 00:31:01 19856324 31542712 723864 2.20 429720 10959760 1879756 5.54 2271932 9767572 52 03:56:12 00:32:01 19856172 31542584 723896 2.20 429732 10959764 1879756 5.54 2271976 9767580 24 03:56:12 00:33:01 19856428 31542848 723840 2.20 429736 10959768 1879756 5.54 2271720 9767584 8 03:56:12 00:34:01 19856360 31542796 724076 2.20 429748 10959772 1879756 5.54 2271748 9767588 136 03:56:12 00:35:01 19856312 31542768 724076 2.20 429776 10959760 1879756 5.54 2271980 9767588 20 03:56:12 00:36:01 19856076 31542576 724248 2.20 429804 10959776 1879756 5.54 2271828 9767592 8 03:56:12 00:37:01 19856784 31543292 723524 2.20 429812 10959776 1879756 5.54 2271856 9767592 16 03:56:12 00:38:01 19856996 31543532 723224 2.20 429836 10959780 1879756 5.54 2271832 9767596 4 03:56:12 00:39:01 19857012 31543568 723172 2.20 429848 10959784 1879756 5.54 2271864 9767600 8 03:56:12 00:40:01 19856680 31543264 723416 2.20 429872 10959784 1879756 5.54 2272196 9767600 48 03:56:12 00:41:01 19856664 31543276 723388 2.20 429896 10959788 1879756 5.54 2272076 9767604 12 03:56:12 00:42:01 19856412 31543052 723580 2.20 429916 10959792 1879756 5.54 2271916 9767608 48 03:56:12 00:43:01 19856364 31543024 723560 2.20 429932 10959796 1879756 5.54 2272344 9767612 8 03:56:12 00:44:01 19856340 31543012 723512 2.20 429940 10959800 1879756 5.54 2272256 9767616 44 03:56:12 00:45:01 19856264 31542944 723784 2.20 429952 10959800 1879756 5.54 2272348 9767616 12 03:56:12 00:46:01 19856264 31542968 723756 2.20 429968 10959804 1879756 5.54 2272024 9767620 44 03:56:12 00:47:01 19856468 31543172 723488 2.20 429984 10959804 1879756 5.54 2272008 9767620 8 03:56:12 00:48:01 19856388 31543124 723500 2.20 430000 10959808 1879756 5.54 2272048 9767628 8 03:56:12 00:49:01 19856332 31543072 723476 2.20 430016 10959816 1879756 5.54 2272032 9767632 8 03:56:12 00:50:01 19856180 31542980 723476 2.20 430036 10959804 1879756 5.54 2272400 9767636 16 03:56:12 00:51:01 19856168 31542980 723660 2.20 430044 10959824 1879756 5.54 2272128 9767636 12 03:56:12 00:52:01 19856656 31543500 723240 2.20 430064 10959824 1879756 5.54 2272108 9767640 44 03:56:12 00:53:01 19856608 31543456 723224 2.20 430076 10959828 1879756 5.54 2272348 9767644 8 03:56:12 00:54:01 19854112 31542168 724356 2.20 430136 10960576 1878596 5.54 2272292 9768304 24 03:56:12 00:55:01 19854088 31542144 724296 2.20 430160 10960576 1878596 5.54 2272428 9768304 16 03:56:12 00:56:01 19854228 31542320 724048 2.20 430168 10960580 1878596 5.54 2272580 9768308 144 03:56:12 00:57:01 19854180 31542272 724016 2.20 430188 10960580 1878596 5.54 2272308 9768308 8 03:56:12 00:58:01 19854380 31542504 723964 2.20 430192 10960584 1878596 5.54 2272348 9768312 172 03:56:12 00:59:01 19854364 31542496 723936 2.20 430200 10960588 1878596 5.54 2272336 9768316 24 03:56:12 01:00:01 19854484 31542628 723936 2.20 430208 10960592 1878596 5.54 2272456 9768320 144 03:56:12 01:01:01 19854484 31542652 723884 2.20 430244 10960596 1878596 5.54 2272616 9768324 12 03:56:12 01:02:01 19854468 31542672 723824 2.20 430260 10960596 1878596 5.54 2272404 9768324 148 03:56:12 01:03:01 19854128 31542380 724012 2.20 430300 10960600 1878596 5.54 2272704 9768332 8 03:56:12 01:04:01 19854548 31542844 723764 2.20 430324 10960604 1878596 5.54 2272488 9768336 8 03:56:12 01:05:01 19854564 31542868 723668 2.20 430372 10960600 1878596 5.54 2272748 9768340 8 03:56:12 01:06:01 19854484 31542832 723656 2.20 430388 10960612 1878596 5.54 2272628 9768344 48 03:56:12 01:07:01 19854624 31542992 723580 2.20 430388 10960612 1878596 5.54 2272508 9768344 8 03:56:12 01:08:01 19854356 31542888 723644 2.20 430404 10960748 1878596 5.54 2272548 9768480 164 03:56:12 01:09:01 19840908 31531512 734936 2.24 430444 10961836 1894656 5.58 2287016 9768808 12 03:56:12 01:10:01 19841612 31532232 734364 2.23 430480 10961836 1894656 5.58 2287228 9768792 40 03:56:12 01:11:01 19841652 31532312 734304 2.23 430492 10961840 1878352 5.54 2286652 9768800 16 03:56:12 01:12:01 19841548 31532212 734328 2.23 430512 10961840 1878352 5.54 2286444 9768800 44 03:56:12 01:13:01 19839988 31530692 735764 2.24 430532 10961844 1878352 5.54 2287468 9768136 12 03:56:12 01:14:01 19839908 31530640 735748 2.24 430560 10961848 1878352 5.54 2287428 9768092 152 03:56:12 01:15:01 19839892 31530676 735664 2.24 430612 10961832 1878352 5.54 2287468 9768088 12 03:56:12 01:16:01 19840052 31530884 735616 2.24 430628 10961852 1878352 5.54 2287448 9768096 156 03:56:12 01:17:01 19839964 31530796 735632 2.24 430640 10961852 1878352 5.54 2287724 9768096 8 03:56:12 01:18:01 19839884 31530752 735580 2.24 430652 10961860 1878352 5.54 2287460 9768100 44 03:56:12 01:19:01 19839876 31530780 735520 2.24 430668 10961864 1878352 5.54 2287616 9768104 16 03:56:12 01:20:01 19839820 31530724 735456 2.24 430688 10961860 1878352 5.54 2288000 9768104 52 03:56:12 01:21:01 19839496 31530432 735700 2.24 430704 10961872 1878352 5.54 2287660 9768112 12 03:56:12 01:22:01 19839480 31530420 735628 2.24 430728 10961872 1878352 5.54 2287652 9768112 12 03:56:12 01:23:01 19839660 31530644 735608 2.24 430736 10961876 1878352 5.54 2287840 9768116 8 03:56:12 01:24:01 19839536 31530528 735740 2.24 430748 10961880 1878352 5.54 2287576 9768120 60 03:56:12 01:25:01 19839300 31530316 735936 2.24 430768 10961876 1878352 5.54 2287668 9768120 12 03:56:12 01:26:01 19839504 31530568 735644 2.24 430792 10961888 1878352 5.54 2287648 9768132 220 03:56:12 01:27:01 19839392 31530460 735680 2.24 430804 10961888 1894516 5.58 2287632 9768132 8 03:56:12 01:28:01 19839376 31530452 735624 2.24 430808 10961892 1894516 5.58 2287632 9768136 40 03:56:12 01:29:01 19839360 31530456 735576 2.24 430812 10961892 1894516 5.58 2287660 9768136 8 03:56:12 01:30:01 19839312 31530412 735556 2.24 430816 10961896 1894516 5.58 2287720 9768140 16 03:56:12 01:31:01 19839708 31530836 735256 2.24 430840 10961900 1894516 5.58 2287952 9768148 32 03:56:12 01:32:01 19839936 31531068 735004 2.24 430860 10961900 1894516 5.58 2287676 9768148 4 03:56:12 01:33:01 19839636 31530804 735220 2.24 430880 10961904 1894516 5.58 2287720 9768152 8 03:56:12 01:34:01 19839596 31530796 735172 2.24 430892 10961904 1894516 5.58 2287764 9768152 188 03:56:12 01:35:01 19839476 31530692 735168 2.24 430904 10961908 1894516 5.58 2288100 9768148 44 03:56:12 01:36:01 19839524 31530752 735108 2.24 430904 10961916 1894516 5.58 2287960 9768156 52 03:56:12 01:37:01 19839692 31530920 735088 2.24 430912 10961916 1878340 5.54 2287756 9768156 8 03:56:12 01:38:01 19839708 31530960 735024 2.24 430920 10961924 1862288 5.49 2287784 9768164 8 03:56:12 01:39:01 19839848 31531100 735020 2.24 430928 10961924 1862288 5.49 2287768 9768164 8 03:56:12 01:40:01 19839800 31531088 734992 2.24 430952 10961924 1862288 5.49 2287932 9768172 20 03:56:12 01:41:01 19839776 31531076 734936 2.24 430960 10961932 1878344 5.54 2287944 9768176 24 03:56:12 01:42:01 19839444 31530780 735184 2.24 430980 10961932 1878344 5.54 2287984 9768180 4 03:56:12 01:43:01 19839604 31531076 735020 2.24 431000 10962064 1878344 5.54 2287992 9768292 28 03:56:12 01:44:01 19839572 31531088 734988 2.24 431024 10962068 1878344 5.54 2287896 9768308 160 03:56:12 01:45:01 19839724 31531276 734960 2.24 431036 10962072 1862144 5.49 2288320 9768316 40 03:56:12 01:46:01 19839740 31531300 734932 2.23 431044 10962072 1862144 5.49 2288148 9768320 64 03:56:12 01:47:02 19839724 31531284 734860 2.23 431060 10962076 1862144 5.49 2287904 9768320 8 03:56:12 01:48:01 19839676 31531268 734828 2.23 431076 10962080 1862144 5.49 2287948 9768328 152 03:56:12 01:49:01 19840056 31531652 734588 2.23 431088 10962080 1862144 5.49 2287932 9768328 8 03:56:12 01:50:01 19840080 31531720 734516 2.23 431100 10962084 1862144 5.49 2288052 9768324 160 03:56:12 01:51:01 19839780 31531428 734728 2.23 431124 10962084 1862144 5.49 2288120 9768328 28 03:56:12 01:52:01 19839700 31531352 734728 2.23 431136 10962088 1862144 5.49 2288176 9768328 188 03:56:12 01:53:01 19839684 31531380 734672 2.23 431140 10962092 1862144 5.49 2288036 9768332 24 03:56:12 01:54:01 19839824 31531532 734556 2.23 431148 10962100 1862144 5.49 2288020 9768340 196 03:56:12 01:55:01 19839772 31531512 734752 2.23 431164 10962104 1862144 5.49 2288128 9768348 16 03:56:12 01:56:01 19839772 31531536 734688 2.23 431192 10962100 1862144 5.49 2288056 9768352 12 03:56:12 01:57:01 19839472 31531268 734904 2.23 431204 10962108 1862144 5.49 2288096 9768356 8 03:56:12 01:58:01 19839456 31531260 734900 2.23 431220 10962112 1862144 5.49 2288092 9768360 44 03:56:12 01:59:01 19839692 31531528 734592 2.23 431228 10962112 1862144 5.49 2288140 9768360 8 03:56:12 02:00:01 19839612 31531352 734704 2.23 431232 10962116 1878216 5.54 2288456 9768364 48 03:56:12 02:01:01 19839248 31530960 734980 2.24 431252 10962120 1878216 5.54 2288432 9768368 36 03:56:12 02:02:01 19839512 31531224 734916 2.23 431268 10962120 1861516 5.49 2288156 9768368 44 03:56:12 02:03:01 19839464 31531212 734920 2.23 431280 10962124 1861516 5.49 2288196 9768376 8 03:56:12 02:04:01 19839448 31531200 734860 2.23 431292 10962128 1861516 5.49 2288180 9768380 40 03:56:12 02:05:01 19839392 31531148 734800 2.23 431300 10962132 1861516 5.49 2288512 9768384 12 03:56:12 02:06:01 19839280 31531068 734836 2.23 431308 10962136 1861516 5.49 2288472 9768388 188 03:56:12 02:07:01 19839272 31531092 734804 2.23 431340 10962128 1861516 5.49 2288252 9768392 8 03:56:12 02:08:01 19839472 31531296 734740 2.23 431348 10962140 1861516 5.49 2288240 9768396 40 03:56:12 02:09:01 19837708 31529660 736556 2.24 431368 10962268 1861516 5.49 2288908 9768352 24 03:56:12 02:10:01 19837916 31529872 736500 2.24 431380 10962272 1861516 5.49 2288856 9768356 16 03:56:12 02:11:01 19838056 31530044 736280 2.24 431408 10962276 1861516 5.49 2289156 9768364 12 03:56:12 02:12:01 19838332 31530328 735964 2.24 431424 10962284 1877740 5.53 2288600 9768372 56 03:56:12 02:13:01 19838284 31530320 735940 2.24 431432 10962288 1877740 5.53 2288644 9768376 8 03:56:12 02:14:01 19838200 31530236 736164 2.24 431452 10962288 1877740 5.53 2288636 9768376 156 03:56:12 02:15:01 19838176 31530248 736088 2.24 431472 10962292 1877740 5.53 2289004 9768380 32 03:56:12 02:16:01 19838316 31530392 735872 2.24 431484 10962296 1877740 5.53 2288928 9768384 156 03:56:12 02:17:01 19838016 31530124 736144 2.24 431496 10962296 1877740 5.53 2288712 9768384 8 03:56:12 02:18:01 19838224 31530352 736044 2.24 431500 10962300 1877740 5.53 2288708 9768388 188 03:56:12 02:19:01 19838216 31530364 736032 2.24 431504 10962300 1877740 5.53 2288732 9768388 8 03:56:12 02:20:01 19838128 31530280 736000 2.24 431516 10962304 1877740 5.53 2289068 9768392 188 03:56:12 02:21:01 19838048 31530224 736004 2.24 431536 10962296 1877740 5.53 2289032 9768396 12 03:56:12 02:22:01 19838256 31530440 735960 2.24 431552 10962312 1877740 5.53 2288760 9768400 192 03:56:12 02:23:01 19838240 31530468 735932 2.24 431560 10962316 1877740 5.53 2288804 9768404 8 03:56:12 02:24:01 19838224 31530456 735876 2.24 431568 10962316 1877740 5.53 2288796 9768404 188 03:56:12 02:25:01 19837892 31530148 736132 2.24 431580 10962320 1877740 5.53 2288896 9768412 8 03:56:12 02:26:01 19837528 31530576 735664 2.24 432316 10962336 1877740 5.53 2290116 9768476 88 03:56:12 02:27:01 19835780 31529252 737028 2.24 432628 10962344 1877740 5.53 2292672 9768428 12 03:56:12 02:28:01 19835796 31529284 736980 2.24 432632 10962348 1877740 5.53 2292624 9768432 148 03:56:12 02:29:01 19835780 31529272 736976 2.24 432636 10962348 1861424 5.49 2292628 9768432 8 03:56:12 02:30:01 19835732 31529332 736896 2.24 432664 10962420 1861424 5.49 2292792 9768504 164 03:56:12 02:31:01 19835496 31529116 737088 2.24 432692 10962408 1861424 5.49 2292796 9768504 12 03:56:12 02:32:01 19835412 31529080 737316 2.24 432724 10962424 1861424 5.49 2292760 9768508 212 03:56:12 02:33:01 19835160 31528840 737548 2.24 432732 10962428 1861424 5.49 2292752 9768512 8 03:56:12 02:34:01 19835160 31528868 737480 2.24 432756 10962428 1861424 5.49 2292776 9768512 184 03:56:12 02:35:01 19835332 31529076 737216 2.24 432788 10962432 1861424 5.49 2292868 9768516 16 03:56:12 02:36:01 19835284 31529044 737192 2.24 432804 10962432 1861424 5.49 2292840 9768516 188 03:56:12 02:37:01 19834952 31528740 737404 2.24 432824 10962436 1861424 5.49 2292848 9768520 8 03:56:12 02:38:01 19834936 31528732 737356 2.24 432828 10962440 1861424 5.49 2292852 9768524 204 03:56:12 02:39:01 19834888 31528700 737332 2.24 432840 10962440 1861424 5.49 2292896 9768524 4 03:56:12 02:40:01 19834028 31527872 738100 2.24 432864 10962448 1861424 5.49 2293028 9768528 216 03:56:12 02:41:01 19834500 31528364 738016 2.24 432900 10962432 1877556 5.53 2292988 9768528 12 03:56:12 02:42:01 19834444 31528364 737988 2.24 432928 10962452 1877556 5.53 2293016 9768536 204 03:56:12 02:43:01 19834576 31528516 737720 2.24 432940 10962460 1877556 5.53 2293504 9768540 196 03:56:12 02:44:01 19834600 31528568 737668 2.24 432964 10962460 1877556 5.53 2293084 9768540 148 03:56:12 02:45:01 19834584 31528568 737608 2.24 432976 10962464 1877556 5.53 2293156 9768544 32 03:56:12 02:46:01 19834252 31528252 737864 2.24 432992 10962464 1877556 5.53 2293112 9768544 156 03:56:12 02:47:01 19834456 31528492 737564 2.24 433024 10962468 1877556 5.53 2293128 9768548 4 03:56:12 02:48:01 19834384 31528404 737572 2.24 433032 10962476 1877556 5.53 2293136 9768552 188 03:56:12 02:49:01 19834392 31528420 737512 2.24 433040 10962476 1877556 5.53 2293144 9768552 8 03:56:12 02:50:01 19834276 31528320 737768 2.24 433052 10962480 1877556 5.53 2293232 9768556 200 03:56:12 02:51:01 19834472 31528536 737464 2.24 433072 10962480 1877556 5.53 2293692 9768564 188 03:56:12 02:52:01 19834464 31528556 737452 2.24 433084 10962484 1877556 5.53 2293156 9768568 184 03:56:12 02:53:01 19834408 31528508 737432 2.24 433088 10962488 1877556 5.53 2293144 9768572 8 03:56:12 02:54:01 19828572 31525108 740508 2.25 433124 10964588 1875012 5.53 2293572 9770300 116 03:56:12 02:55:01 19828532 31525076 740576 2.25 433128 10964592 1875012 5.53 2293632 9770304 16 03:56:12 02:56:01 19828736 31525300 740292 2.25 433148 10964596 1875012 5.53 2293588 9770304 200 03:56:12 02:57:01 19828688 31525320 740172 2.25 433160 10964696 1875012 5.53 2293572 9770368 4 03:56:12 02:58:01 19828880 31525584 740116 2.25 433172 10964700 1875012 5.53 2293600 9770412 192 03:56:12 02:59:01 19829084 31525788 739872 2.25 433184 10964700 1875012 5.53 2293600 9770412 8 03:56:12 03:00:01 19828816 31525620 739992 2.25 433196 10964772 1875012 5.53 2293704 9770480 52 03:56:12 03:01:01 19828688 31525492 739972 2.25 433208 10964772 1875012 5.53 2293904 9770480 12 03:56:12 03:02:01 19828672 31525516 740060 2.25 433232 10964776 1875012 5.53 2293664 9770488 188 03:56:12 03:03:01 19828596 31525444 740260 2.25 433252 10964780 1875012 5.53 2293664 9770492 4 03:56:12 03:04:01 19828804 31525752 740164 2.25 433272 10964844 1875012 5.53 2293700 9770556 188 03:56:12 03:05:01 19829000 31525952 739912 2.25 433300 10964840 1875012 5.53 2293792 9770560 28 03:56:12 03:06:01 19828984 31525992 739828 2.25 433324 10964852 1875012 5.53 2293788 9770560 172 03:56:12 03:07:01 19829152 31526172 739788 2.25 433340 10964856 1875012 5.53 2293788 9770568 8 03:56:12 03:08:01 19829112 31526172 739788 2.25 433356 10964860 1875012 5.53 2293812 9770572 224 03:56:12 03:09:01 19828844 31525908 739984 2.25 433364 10964860 1875012 5.53 2293812 9770572 8 03:56:12 03:10:01 19828400 31525608 740180 2.25 433388 10964860 1854704 5.47 2294896 9770432 216 03:56:12 03:11:01 19828572 31525800 739880 2.25 433412 10964860 1854704 5.47 2294356 9770432 12 03:56:12 03:12:01 19828312 31525596 740060 2.25 433432 10964868 1854704 5.47 2294348 9770436 44 03:56:12 03:13:01 19828012 31525420 740152 2.25 433444 10965000 1854704 5.47 2294332 9770556 8 03:56:12 03:14:01 19827680 31525132 740404 2.25 433452 10965004 1854704 5.47 2294360 9770572 212 03:56:12 03:15:01 19827916 31525384 740096 2.25 433460 10965008 1854704 5.47 2294432 9770576 12 03:56:12 03:16:02 19828368 31525848 739788 2.25 433468 10965008 1870808 5.51 2294396 9770580 64 03:56:12 03:17:01 19827996 31525484 740104 2.25 433484 10965016 1870808 5.51 2294676 9770584 8 03:56:12 03:18:01 19828408 31525952 739768 2.25 433500 10965020 1870808 5.51 2294416 9770588 172 03:56:12 03:19:01 19828108 31525656 740048 2.25 433504 10965020 1870808 5.51 2294428 9770588 8 03:56:12 03:20:01 19828092 31525660 739948 2.25 433512 10965024 1870808 5.51 2294776 9770592 176 03:56:12 03:21:01 19828052 31525620 739952 2.25 433532 10965024 1886928 5.56 2294560 9770592 16 03:56:12 03:22:01 19828036 31525656 739864 2.25 433572 10965028 1886928 5.56 2294508 9770596 228 03:56:12 03:23:01 19827988 31525616 739832 2.25 433584 10965032 1886928 5.56 2294492 9770600 8 03:56:12 03:24:01 19828160 31525856 739552 2.25 433592 10965072 1886928 5.56 2294528 9770640 216 03:56:12 03:25:01 19827924 31525628 739712 2.25 433600 10965076 1886928 5.56 2294588 9770644 16 03:56:12 03:26:01 19828096 31525824 739752 2.25 433612 10965076 1886928 5.56 2294568 9770644 208 03:56:12 03:27:01 19828216 31525952 739576 2.25 433624 10965072 1886928 5.56 2294556 9770648 4 03:56:12 03:28:01 19828232 31525984 739628 2.25 433632 10965080 1886928 5.56 2294580 9770648 204 03:56:12 03:29:01 19828184 31525940 739592 2.25 433664 10965084 1886928 5.56 2294580 9770652 4 03:56:12 03:30:01 19828068 31525876 739848 2.25 433684 10965088 1886928 5.56 2294708 9770656 228 03:56:12 03:31:01 19828052 31525864 739832 2.25 433688 10965088 1886928 5.56 2294648 9770656 8 03:56:12 03:32:01 19828004 31525852 739796 2.25 433704 10965100 1886928 5.56 2294664 9770668 244 03:56:12 03:33:01 19827736 31525620 739976 2.25 433736 10965100 1870600 5.51 2294700 9770668 4 03:56:12 03:34:01 19827656 31525592 739944 2.25 433784 10965104 1870600 5.51 2294752 9770672 8 03:56:12 03:35:01 19827892 31525844 739632 2.25 433792 10965108 1870600 5.51 2294836 9770676 12 03:56:12 03:36:01 19827844 31525816 739600 2.25 433812 10965108 1870600 5.51 2294800 9770676 48 03:56:12 03:37:01 19828080 31526080 739276 2.25 433832 10965108 1870600 5.51 2294800 9770680 8 03:56:12 03:38:01 19827932 31525952 739560 2.25 433848 10965112 1870600 5.51 2294820 9770680 40 03:56:12 03:39:01 19827876 31525912 739528 2.25 433856 10965116 1870600 5.51 2295232 9770684 12 03:56:12 03:40:01 19827844 31525908 739500 2.25 433876 10965120 1870600 5.51 2295048 9770688 212 03:56:12 03:41:01 19828364 31526440 739216 2.25 433884 10965120 1870600 5.51 2294988 9770688 8 03:56:12 03:42:01 19828240 31526332 739388 2.25 433892 10965128 1870600 5.51 2294884 9770696 208 03:56:12 03:43:01 19828256 31526368 739336 2.25 433912 10965128 1870600 5.51 2294964 9770696 8 03:56:12 03:44:01 19828484 31526608 739040 2.25 433920 10965132 1870600 5.51 2294912 9770700 212 03:56:12 03:45:01 19828372 31526516 739080 2.25 433932 10965136 1870600 5.51 2294984 9770704 12 03:56:12 03:46:01 19828068 31526236 739520 2.25 433952 10965136 1870600 5.51 2294944 9770704 176 03:56:12 03:47:01 19827808 31526000 739756 2.25 433968 10965136 1870600 5.51 2294940 9770708 8 03:56:12 03:48:01 19828036 31526236 739476 2.25 433972 10965144 1870600 5.51 2294948 9770708 212 03:56:12 03:49:01 19827988 31526192 739460 2.25 433972 10965148 1886856 5.56 2294948 9770712 8 03:56:12 03:50:01 19828184 31526404 739288 2.25 433976 10965152 1886856 5.56 2295028 9770720 236 03:56:12 03:51:01 19827876 31526104 739528 2.25 433984 10965152 1886856 5.56 2295080 9770720 4 03:56:12 03:52:01 19827828 31526124 739440 2.25 433996 10965224 1870548 5.51 2295140 9770768 208 03:56:12 03:53:01 19827748 31526048 739456 2.25 433996 10965224 1886660 5.56 2295012 9770768 8 03:56:12 03:54:01 19827984 31526300 739144 2.25 434000 10965228 1886660 5.56 2295000 9770772 40 03:56:12 03:55:01 19828152 31526484 739116 2.25 434004 10965232 1886660 5.56 2295080 9770776 12 03:56:12 03:56:01 19217364 31471136 792568 2.41 439896 11472424 2174000 6.41 2352592 10276856 509756 03:56:12 Average: 19970324 31523418 743137 2.26 424832 10839213 1897812 5.59 2277684 9656720 11573 03:56:12 03:56:12 00:10:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:56:12 00:11:01 lo 5.02 5.02 0.49 0.49 0.00 0.00 0.00 0.00 03:56:12 00:11:01 ens3 967.94 875.11 11691.32 100.75 0.00 0.00 0.00 0.00 03:56:12 00:11:01 docker0 425.67 440.18 33.03 3537.25 0.00 0.00 0.00 0.00 03:56:12 00:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:12:01 ens3 41.49 32.81 34.20 58.31 0.00 0.00 0.00 0.00 03:56:12 00:12:01 veth7c901af 1.43 1.62 0.11 0.13 0.00 0.00 0.00 0.00 03:56:12 00:12:01 docker0 1.43 1.50 0.09 0.12 0.00 0.00 0.00 0.00 03:56:12 00:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:13:01 ens3 31.79 27.50 31.33 52.78 0.00 0.00 0.00 0.00 03:56:12 00:13:01 veth7c901af 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:14:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 03:56:12 00:14:01 ens3 1002.48 821.08 6747.43 77.32 0.00 0.00 0.00 0.00 03:56:12 00:14:01 docker0 766.86 918.01 49.19 5053.45 0.00 0.00 0.00 0.00 03:56:12 00:14:01 vethef5a86c 0.00 0.52 0.00 0.03 0.00 0.00 0.00 0.00 03:56:12 00:15:01 veth5b13321 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 03:56:12 00:15:01 veth06b68ae 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 03:56:12 00:15:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 03:56:12 00:15:01 ens3 104.45 60.30 1438.18 12.97 0.00 0.00 0.00 0.00 03:56:12 00:15:01 docker0 13.44 16.54 0.77 77.18 0.00 0.00 0.00 0.00 03:56:12 00:15:01 veth023a638 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 03:56:12 00:15:01 vethef5a86c 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:15:01 vethbc20fc9 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 03:56:12 00:16:01 vethfff7143 0.00 6.67 0.00 0.48 0.00 0.00 0.00 0.00 03:56:12 00:16:01 lo 0.72 0.72 0.06 0.06 0.00 0.00 0.00 0.00 03:56:12 00:16:01 vethceaddf3 0.00 8.02 0.00 40.33 0.00 0.00 0.00 0.00 03:56:12 00:16:01 ens3 91.94 62.61 368.79 19.06 0.00 0.00 0.00 0.00 03:56:12 00:16:01 docker0 39.33 54.11 2.33 336.49 0.00 0.00 0.00 0.00 03:56:12 00:16:01 vethef5a86c 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 03:56:12 00:17:01 vethc9d212d 7.13 9.28 0.70 2.65 0.00 0.00 0.00 0.00 03:56:12 00:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:17:01 ens3 211.97 140.78 1972.52 22.09 0.00 0.00 0.00 0.00 03:56:12 00:17:01 docker0 128.19 188.69 10.31 1953.88 0.00 0.00 0.00 0.00 03:56:12 00:17:01 vethef5a86c 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 03:56:12 00:18:02 veth5ecfe83 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:56:12 00:18:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:18:02 ens3 133.63 73.09 1108.13 15.02 0.00 0.00 0.00 0.00 03:56:12 00:18:02 docker0 58.63 111.40 4.44 1090.58 0.00 0.00 0.00 0.00 03:56:12 00:18:02 vethc175250 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 03:56:12 00:18:02 vethef5a86c 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:19:01 vethc53e9f4 11.61 32.01 1.03 650.99 0.00 0.00 0.00 0.05 03:56:12 00:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:19:01 ens3 202.68 120.81 1757.34 215.06 0.00 0.00 0.00 0.00 03:56:12 00:19:01 docker0 69.28 151.67 5.55 1728.93 0.00 0.00 0.00 0.00 03:56:12 00:19:01 vethef5a86c 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 03:56:12 00:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:20:01 ens3 14.10 11.40 23.42 5.76 0.00 0.00 0.00 0.00 03:56:12 00:20:01 docker0 1.62 1.68 0.27 13.16 0.00 0.00 0.00 0.00 03:56:12 00:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:21:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:22:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:23:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:24:01 ens3 0.45 0.30 0.45 0.02 0.00 0.00 0.00 0.00 03:56:12 00:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:25:01 ens3 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 03:56:12 00:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:26:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:27:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:28:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:29:01 ens3 0.13 0.12 0.06 0.01 0.00 0.00 0.00 0.00 03:56:12 00:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:30:01 ens3 0.33 0.23 0.09 0.07 0.00 0.00 0.00 0.00 03:56:12 00:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:32:01 ens3 0.25 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:33:01 ens3 0.10 0.10 0.06 0.01 0.00 0.00 0.00 0.00 03:56:12 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:34:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:35:01 ens3 0.28 0.17 0.08 0.07 0.00 0.00 0.00 0.00 03:56:12 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:36:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:37:01 ens3 0.17 0.10 0.06 0.01 0.00 0.00 0.00 0.00 03:56:12 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:38:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:39:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 03:56:12 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:40:01 ens3 0.37 0.23 0.09 0.07 0.00 0.00 0.00 0.00 03:56:12 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:42:01 ens3 0.27 0.15 0.07 0.01 0.00 0.00 0.00 0.00 03:56:12 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:43:01 ens3 0.45 0.37 0.26 0.21 0.00 0.00 0.00 0.00 03:56:12 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:44:01 ens3 0.23 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:45:01 ens3 0.27 0.17 0.08 0.07 0.00 0.00 0.00 0.00 03:56:12 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:46:01 ens3 0.18 0.17 0.06 0.01 0.00 0.00 0.00 0.00 03:56:12 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:47:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:48:01 ens3 0.25 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:49:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:50:01 ens3 0.37 0.25 0.09 0.08 0.00 0.00 0.00 0.00 03:56:12 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:51:01 ens3 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 03:56:12 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:52:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:53:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:54:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:55:01 ens3 0.28 0.18 0.08 0.07 0.00 0.00 0.00 0.00 03:56:12 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:56:01 ens3 0.18 0.17 0.06 0.01 0.00 0.00 0.00 0.00 03:56:12 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:57:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:58:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:59:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:00:01 ens3 0.37 0.25 0.09 0.08 0.00 0.00 0.00 0.00 03:56:12 01:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:01:01 ens3 0.08 0.02 0.01 0.00 0.00 0.00 0.00 0.00 03:56:12 01:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:02:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:03:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:04:01 ens3 0.27 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:05:01 ens3 0.32 0.23 0.14 0.08 0.00 0.00 0.00 0.00 03:56:12 01:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:06:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:07:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:08:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:09:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:09:01 ens3 7.53 5.61 5.13 6.12 0.00 0.00 0.00 0.00 03:56:12 01:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:10:01 ens3 1.65 0.35 0.43 0.26 0.00 0.00 0.00 0.00 03:56:12 01:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:11:01 ens3 1.17 0.45 0.66 0.39 0.00 0.00 0.00 0.00 03:56:12 01:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:12:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:13:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:13:01 ens3 0.77 0.45 0.45 0.90 0.00 0.00 0.00 0.00 03:56:12 01:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:14:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:15:01 ens3 0.27 0.15 0.08 0.07 0.00 0.00 0.00 0.00 03:56:12 01:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:16:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:17:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:18:01 ens3 0.22 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:19:01 ens3 0.72 0.27 0.20 0.08 0.00 0.00 0.00 0.00 03:56:12 01:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:20:01 ens3 2.52 0.92 1.10 0.73 0.00 0.00 0.00 0.00 03:56:12 01:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:21:01 ens3 0.38 0.17 0.10 0.07 0.00 0.00 0.00 0.00 03:56:12 01:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:22:01 ens3 0.52 0.32 0.26 0.21 0.00 0.00 0.00 0.00 03:56:12 01:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:23:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:24:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:25:01 ens3 0.23 0.13 0.08 0.07 0.00 0.00 0.00 0.00 03:56:12 01:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:26:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:27:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:28:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:29:01 ens3 0.17 0.08 0.06 0.00 0.00 0.00 0.00 0.00 03:56:12 01:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:30:01 ens3 0.40 0.18 0.09 0.07 0.00 0.00 0.00 0.00 03:56:12 01:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:31:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:32:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:33:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 03:56:12 01:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:34:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:35:01 ens3 0.27 0.17 0.08 0.07 0.00 0.00 0.00 0.00 03:56:12 01:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:36:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:37:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:38:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:39:01 ens3 0.10 0.07 0.06 0.00 0.00 0.00 0.00 0.00 03:56:12 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:40:01 ens3 1.72 0.65 0.52 0.35 0.00 0.00 0.00 0.00 03:56:12 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:41:01 ens3 0.37 0.12 0.15 0.07 0.00 0.00 0.00 0.00 03:56:12 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:42:01 ens3 0.47 0.38 0.26 0.21 0.00 0.00 0.00 0.00 03:56:12 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:43:01 ens3 0.45 0.32 0.26 0.21 0.00 0.00 0.00 0.00 03:56:12 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:44:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:45:01 ens3 0.30 0.20 0.08 0.07 0.00 0.00 0.00 0.00 03:56:12 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:46:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:47:02 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:48:01 ens3 0.32 0.10 0.02 0.01 0.00 0.00 0.00 0.00 03:56:12 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:49:01 ens3 0.28 0.10 0.07 0.01 0.00 0.00 0.00 0.00 03:56:12 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:50:01 ens3 1.13 0.22 0.18 0.07 0.00 0.00 0.00 0.00 03:56:12 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:51:01 ens3 0.33 0.17 0.10 0.07 0.00 0.00 0.00 0.00 03:56:12 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:52:01 ens3 0.45 0.37 0.26 0.21 0.00 0.00 0.00 0.00 03:56:12 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:53:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:54:01 ens3 0.30 0.17 0.07 0.01 0.00 0.00 0.00 0.00 03:56:12 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:55:01 ens3 0.25 0.12 0.08 0.07 0.00 0.00 0.00 0.00 03:56:12 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:56:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:57:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:58:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 01:59:01 ens3 0.20 0.05 0.07 0.00 0.00 0.00 0.00 0.00 03:56:12 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:00:01 ens3 0.32 0.18 0.09 0.07 0.00 0.00 0.00 0.00 03:56:12 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:01:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:02:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:03:01 ens3 0.12 0.03 0.06 0.00 0.00 0.00 0.00 0.00 03:56:12 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:04:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:05:01 ens3 0.25 0.17 0.08 0.07 0.00 0.00 0.00 0.00 03:56:12 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:06:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:07:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 03:56:12 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:08:01 ens3 0.25 0.15 0.07 0.01 0.00 0.00 0.00 0.00 03:56:12 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:09:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:09:01 ens3 3.12 2.95 1.78 4.36 0.00 0.00 0.00 0.00 03:56:12 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:10:01 ens3 3.33 1.33 1.11 1.20 0.00 0.00 0.00 0.00 03:56:12 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:11:01 ens3 0.68 0.40 0.35 0.27 0.00 0.00 0.00 0.00 03:56:12 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:12:01 ens3 0.23 0.15 0.07 0.01 0.00 0.00 0.00 0.00 03:56:12 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:13:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:14:01 ens3 0.28 0.10 0.02 0.01 0.00 0.00 0.00 0.00 03:56:12 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:15:01 ens3 0.23 0.10 0.08 0.07 0.00 0.00 0.00 0.00 03:56:12 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:16:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:17:01 ens3 0.15 0.08 0.06 0.00 0.00 0.00 0.00 0.00 03:56:12 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:18:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:19:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:20:01 ens3 0.33 0.18 0.09 0.07 0.00 0.00 0.00 0.00 03:56:12 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:21:01 ens3 0.32 0.05 0.07 0.00 0.00 0.00 0.00 0.00 03:56:12 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:22:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:23:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:24:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:25:01 ens3 0.25 0.13 0.08 0.07 0.00 0.00 0.00 0.00 03:56:12 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:26:01 ens3 74.89 53.61 72.14 33.03 0.00 0.00 0.00 0.00 03:56:12 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:27:01 ens3 45.07 50.47 39.91 116.99 0.00 0.00 0.00 0.00 03:56:12 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:28:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:29:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:30:01 ens3 1.78 0.55 0.52 0.34 0.00 0.00 0.00 0.00 03:56:12 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:31:01 ens3 0.73 0.40 0.41 0.27 0.00 0.00 0.00 0.00 03:56:12 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:32:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:33:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:34:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:35:01 ens3 0.28 0.17 0.08 0.07 0.00 0.00 0.00 0.00 03:56:12 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:36:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:37:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:38:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:39:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:40:01 ens3 0.33 0.23 0.09 0.07 0.00 0.00 0.00 0.00 03:56:12 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:41:01 ens3 0.13 0.12 0.11 0.01 0.00 0.00 0.00 0.00 03:56:12 02:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:42:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:43:01 ens3 0.45 0.35 0.26 0.21 0.00 0.00 0.00 0.00 03:56:12 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:44:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:45:01 ens3 0.27 0.17 0.08 0.07 0.00 0.00 0.00 0.00 03:56:12 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:46:01 ens3 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 03:56:12 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:47:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:48:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:49:01 ens3 0.58 0.00 0.05 0.00 0.00 0.00 0.00 0.00 03:56:12 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:50:01 ens3 0.38 0.23 0.09 0.07 0.00 0.00 0.00 0.00 03:56:12 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:51:01 ens3 0.17 0.10 0.06 0.01 0.00 0.00 0.00 0.00 03:56:12 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:52:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:53:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:54:01 ens3 0.25 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:55:01 ens3 0.27 0.15 0.08 0.07 0.00 0.00 0.00 0.00 03:56:12 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:56:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:57:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:58:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 02:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 02:59:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 03:56:12 02:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:00:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 03:56:12 03:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:01:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:02:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:03:01 ens3 0.22 0.05 0.06 0.00 0.00 0.00 0.00 0.00 03:56:12 03:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:04:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:05:01 ens3 0.28 0.18 0.08 0.07 0.00 0.00 0.00 0.00 03:56:12 03:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:06:01 ens3 0.32 0.17 0.08 0.01 0.00 0.00 0.00 0.00 03:56:12 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:07:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:08:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:09:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 03:56:12 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:10:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 03:56:12 03:10:01 ens3 6.12 4.33 2.88 5.57 0.00 0.00 0.00 0.00 03:56:12 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:11:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:12:01 ens3 0.28 0.12 0.07 0.01 0.00 0.00 0.00 0.00 03:56:12 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:13:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:14:01 ens3 0.27 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:15:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 03:56:12 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:16:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:16:02 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:17:01 ens3 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 03:56:12 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:18:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:19:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:20:01 ens3 0.83 0.23 0.13 0.07 0.00 0.00 0.00 0.00 03:56:12 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:21:01 ens3 0.70 0.48 0.41 0.28 0.00 0.00 0.00 0.00 03:56:12 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:22:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:23:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:24:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:25:01 ens3 0.32 0.13 0.14 0.07 0.00 0.00 0.00 0.00 03:56:12 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:26:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:27:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:28:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:29:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:30:01 ens3 0.35 0.20 0.09 0.07 0.00 0.00 0.00 0.00 03:56:12 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:31:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:32:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:33:01 ens3 0.20 0.03 0.06 0.00 0.00 0.00 0.00 0.00 03:56:12 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:34:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:35:01 ens3 0.27 0.13 0.08 0.07 0.00 0.00 0.00 0.00 03:56:12 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:36:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:37:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:38:01 ens3 0.27 0.17 0.09 0.01 0.00 0.00 0.00 0.00 03:56:12 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:39:01 ens3 1.38 0.20 0.20 0.07 0.00 0.00 0.00 0.00 03:56:12 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:40:01 ens3 1.08 0.72 0.47 0.36 0.00 0.00 0.00 0.00 03:56:12 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:41:01 ens3 0.38 0.23 0.25 0.20 0.00 0.00 0.00 0.00 03:56:12 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:42:01 ens3 0.23 0.17 0.07 0.01 0.00 0.00 0.00 0.00 03:56:12 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:43:01 ens3 0.50 0.32 0.26 0.21 0.00 0.00 0.00 0.00 03:56:12 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:44:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:45:01 ens3 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 03:56:12 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:46:01 ens3 0.20 0.18 0.07 0.01 0.00 0.00 0.00 0.00 03:56:12 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:47:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:48:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:49:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:50:01 ens3 0.78 0.23 0.13 0.07 0.00 0.00 0.00 0.00 03:56:12 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:51:01 ens3 0.50 0.40 0.26 0.21 0.00 0.00 0.00 0.00 03:56:12 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:52:01 ens3 0.28 0.22 0.44 0.08 0.00 0.00 0.00 0.00 03:56:12 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:53:01 ens3 0.25 0.10 0.09 0.01 0.00 0.00 0.00 0.00 03:56:12 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:54:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:55:01 ens3 0.33 0.17 0.09 0.07 0.00 0.00 0.00 0.00 03:56:12 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 03:56:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 03:56:12 03:56:01 ens3 95.15 58.47 2521.33 11.26 0.00 0.00 0.00 0.00 03:56:12 03:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:12 Average: lo 0.14 0.14 0.01 0.01 0.00 0.00 0.00 0.00 03:56:12 Average: ens3 13.60 10.68 122.23 3.37 0.00 0.00 0.00 0.00 03:56:12 Average: docker0 6.62 8.30 0.47 60.68 0.00 0.00 0.00 0.00 03:56:12 03:56:12 03:56:12 ---> sar -P ALL: 03:56:12 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-56594) 10/25/22 _x86_64_ (8 CPU) 03:56:12 03:56:12 00:09:28 LINUX RESTART (8 CPU) 03:56:12 03:56:12 00:10:02 CPU %user %nice %system %iowait %steal %idle 03:56:12 00:11:01 all 9.83 0.00 4.64 2.84 0.08 82.60 03:56:12 00:11:01 0 8.74 0.00 2.95 0.53 0.07 87.72 03:56:12 00:11:01 1 10.95 0.00 4.11 2.35 0.07 82.52 03:56:12 00:11:01 2 12.20 0.00 6.12 15.03 0.09 66.57 03:56:12 00:11:01 3 8.13 0.00 3.76 0.88 0.10 87.12 03:56:12 00:11:01 4 9.50 0.00 5.24 0.16 0.07 85.03 03:56:12 00:11:01 5 10.04 0.00 4.09 0.34 0.05 85.47 03:56:12 00:11:01 6 10.75 0.00 5.12 0.38 0.09 83.66 03:56:12 00:11:01 7 8.36 0.00 5.74 3.12 0.12 82.66 03:56:12 00:12:01 all 42.04 0.00 7.47 1.33 0.11 49.05 03:56:12 00:12:01 0 41.30 0.00 8.04 1.80 0.10 48.76 03:56:12 00:12:01 1 42.52 0.00 8.64 0.57 0.12 48.15 03:56:12 00:12:01 2 41.75 0.00 8.36 1.28 0.13 48.48 03:56:12 00:12:01 3 42.53 0.00 6.37 0.07 0.12 50.92 03:56:12 00:12:01 4 42.93 0.00 7.33 5.51 0.12 44.11 03:56:12 00:12:01 5 42.37 0.00 7.47 0.32 0.10 49.74 03:56:12 00:12:01 6 40.98 0.00 6.57 0.44 0.10 51.92 03:56:12 00:12:01 7 41.92 0.00 7.01 0.66 0.10 50.31 03:56:12 00:13:01 all 52.88 0.00 7.23 0.50 0.12 39.27 03:56:12 00:13:01 0 52.00 0.00 7.37 0.02 0.12 40.50 03:56:12 00:13:01 1 51.25 0.00 6.66 0.45 0.12 41.52 03:56:12 00:13:01 2 53.85 0.00 8.11 0.74 0.14 37.17 03:56:12 00:13:01 3 52.44 0.00 6.92 0.15 0.10 40.39 03:56:12 00:13:01 4 53.58 0.00 7.34 0.12 0.13 38.84 03:56:12 00:13:01 5 54.66 0.00 7.33 1.30 0.12 36.60 03:56:12 00:13:01 6 52.82 0.00 6.94 0.12 0.12 40.00 03:56:12 00:13:01 7 52.49 0.00 7.16 1.11 0.12 39.12 03:56:12 00:14:01 all 12.61 0.00 7.87 5.47 0.13 73.92 03:56:12 00:14:01 0 12.19 0.00 7.46 0.96 0.07 79.33 03:56:12 00:14:01 1 9.84 0.00 4.88 1.92 0.08 83.28 03:56:12 00:14:01 2 15.24 0.00 8.95 9.72 0.10 65.98 03:56:12 00:14:01 3 11.56 0.00 4.67 0.86 0.14 82.78 03:56:12 00:14:01 4 10.92 0.00 7.06 4.19 0.07 77.76 03:56:12 00:14:01 5 10.71 0.00 9.11 5.73 0.10 74.34 03:56:12 00:14:01 6 15.65 0.00 10.19 4.16 0.10 69.90 03:56:12 00:14:01 7 14.93 0.00 10.77 16.49 0.34 57.47 03:56:12 00:15:01 all 39.75 0.00 10.75 9.58 0.13 39.79 03:56:12 00:15:01 0 38.51 0.00 10.25 2.24 0.15 48.85 03:56:12 00:15:01 1 39.66 0.00 10.26 4.71 0.10 45.27 03:56:12 00:15:01 2 40.95 0.00 11.15 3.71 0.22 43.97 03:56:12 00:15:01 3 39.75 0.00 9.93 3.78 0.08 46.45 03:56:12 00:15:01 4 39.36 0.00 9.46 16.19 0.10 34.90 03:56:12 00:15:01 5 39.95 0.00 12.33 34.66 0.12 12.94 03:56:12 00:15:01 6 39.11 0.00 11.24 5.08 0.10 44.46 03:56:12 00:15:01 7 40.64 0.00 11.42 6.40 0.15 41.40 03:56:12 00:16:01 all 27.84 0.00 6.55 19.74 0.13 45.73 03:56:12 00:16:01 0 28.11 0.00 6.59 10.08 0.10 55.12 03:56:12 00:16:01 1 26.44 0.00 4.77 5.05 0.15 63.60 03:56:12 00:16:01 2 29.77 0.00 7.28 31.55 0.15 31.25 03:56:12 00:16:01 3 27.15 0.00 5.40 13.76 0.13 53.56 03:56:12 00:16:01 4 27.07 0.00 6.06 7.79 0.10 58.98 03:56:12 00:16:01 5 26.65 0.00 7.13 52.28 0.20 13.74 03:56:12 00:16:01 6 29.19 0.00 7.69 21.66 0.12 41.34 03:56:12 00:16:01 7 28.33 0.00 7.51 16.01 0.12 48.04 03:56:12 00:17:01 all 19.55 0.00 7.44 18.80 0.09 54.12 03:56:12 00:17:01 0 21.45 0.00 5.88 10.26 0.07 62.35 03:56:12 00:17:01 1 17.02 0.00 7.24 38.77 0.09 36.89 03:56:12 00:17:01 2 19.71 0.00 7.78 5.03 0.07 67.42 03:56:12 00:17:01 3 20.19 0.00 6.73 13.40 0.10 59.58 03:56:12 00:17:01 4 17.56 0.00 6.33 5.26 0.09 70.76 03:56:12 00:17:01 5 19.28 0.00 9.04 35.09 0.10 36.48 03:56:12 00:17:01 6 20.98 0.00 8.58 9.99 0.08 60.37 03:56:12 00:17:01 7 20.19 0.00 7.90 32.58 0.15 39.17 03:56:12 00:18:02 all 35.53 0.00 10.07 21.30 0.18 32.93 03:56:12 00:18:02 0 34.52 0.00 7.90 12.71 0.17 44.69 03:56:12 00:18:02 1 33.49 0.00 9.78 18.91 0.12 37.69 03:56:12 00:18:02 2 34.93 0.00 9.26 10.33 0.24 45.24 03:56:12 00:18:02 3 37.69 0.00 12.27 24.53 0.14 25.37 03:56:12 00:18:02 4 33.26 0.00 9.17 13.99 0.17 43.40 03:56:12 00:18:02 5 37.06 0.00 12.29 38.64 0.14 11.87 03:56:12 00:18:02 6 33.92 0.00 8.79 19.40 0.28 37.61 03:56:12 00:18:02 7 39.41 0.00 11.08 32.02 0.16 17.33 03:56:12 00:19:01 all 32.36 0.00 8.19 12.98 0.15 46.32 03:56:12 00:19:01 0 27.33 0.00 8.04 22.59 0.14 41.90 03:56:12 00:19:01 1 29.93 0.00 7.37 4.35 0.12 58.23 03:56:12 00:19:01 2 30.04 0.00 6.79 7.04 0.12 56.01 03:56:12 00:19:01 3 37.43 0.00 11.11 17.99 0.16 33.31 03:56:12 00:19:01 4 30.50 0.00 6.59 4.65 0.16 58.10 03:56:12 00:19:01 5 35.44 0.00 9.82 19.98 0.21 34.55 03:56:12 00:19:01 6 33.01 0.00 7.66 17.51 0.16 41.66 03:56:12 00:19:01 7 35.23 0.00 8.16 9.85 0.12 46.64 03:56:12 00:20:01 all 1.47 0.00 0.58 1.21 0.02 96.72 03:56:12 00:20:01 0 2.29 0.00 0.98 0.20 0.02 96.51 03:56:12 00:20:01 1 0.42 0.00 0.45 5.81 0.02 93.31 03:56:12 00:20:01 2 1.40 0.00 0.42 0.48 0.02 97.68 03:56:12 00:20:01 3 1.19 0.00 0.43 0.72 0.02 97.64 03:56:12 00:20:01 4 0.18 0.00 0.39 1.89 0.02 97.52 03:56:12 00:20:01 5 0.97 0.00 0.68 0.32 0.02 98.01 03:56:12 00:20:01 6 3.45 0.00 0.55 0.12 0.02 95.86 03:56:12 00:20:01 7 1.83 0.00 0.77 0.15 0.05 97.20 03:56:12 00:21:01 all 0.03 0.00 0.01 0.01 0.00 99.94 03:56:12 00:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 00:21:01 1 0.02 0.00 0.00 0.08 0.00 99.90 03:56:12 00:21:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 00:21:01 3 0.03 0.00 0.03 0.00 0.02 99.92 03:56:12 00:21:01 4 0.02 0.00 0.00 0.03 0.00 99.95 03:56:12 00:21:01 5 0.08 0.00 0.02 0.00 0.00 99.90 03:56:12 00:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:21:01 7 0.05 0.00 0.02 0.00 0.00 99.93 03:56:12 03:56:12 00:21:01 CPU %user %nice %system %iowait %steal %idle 03:56:12 00:22:01 all 0.01 0.00 0.01 0.00 0.00 99.97 03:56:12 00:22:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 00:22:01 1 0.00 0.00 0.02 0.02 0.00 99.97 03:56:12 00:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:22:01 3 0.02 0.00 0.03 0.00 0.02 99.93 03:56:12 00:22:01 4 0.00 0.00 0.00 0.02 0.02 99.97 03:56:12 00:22:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 00:22:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 00:22:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 00:23:01 all 0.13 0.00 0.02 0.01 0.01 99.83 03:56:12 00:23:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 00:23:01 1 0.00 0.00 0.00 0.08 0.00 99.92 03:56:12 00:23:01 2 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 00:23:01 3 0.03 0.00 0.03 0.00 0.02 99.92 03:56:12 00:23:01 4 0.95 0.00 0.05 0.00 0.02 98.99 03:56:12 00:23:01 5 0.05 0.00 0.02 0.00 0.00 99.93 03:56:12 00:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:23:01 7 0.02 0.00 0.03 0.00 0.00 99.95 03:56:12 00:24:01 all 0.26 0.00 0.01 0.00 0.00 99.72 03:56:12 00:24:01 0 0.02 0.00 0.03 0.00 0.02 99.93 03:56:12 00:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:24:01 3 0.03 0.00 0.03 0.00 0.00 99.93 03:56:12 00:24:01 4 1.97 0.00 0.00 0.03 0.00 98.00 03:56:12 00:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:24:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:24:01 7 0.02 0.00 0.03 0.00 0.00 99.95 03:56:12 00:25:01 all 0.27 0.00 0.02 0.01 0.00 99.70 03:56:12 00:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 00:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 00:25:01 2 0.02 0.00 0.03 0.00 0.00 99.95 03:56:12 00:25:01 3 0.05 0.00 0.00 0.00 0.02 99.93 03:56:12 00:25:01 4 1.99 0.00 0.02 0.05 0.00 97.95 03:56:12 00:25:01 5 0.05 0.00 0.00 0.00 0.00 99.95 03:56:12 00:25:01 6 0.00 0.00 0.02 0.03 0.00 99.95 03:56:12 00:25:01 7 0.02 0.00 0.03 0.00 0.02 99.93 03:56:12 00:26:01 all 0.27 0.00 0.01 0.00 0.00 99.72 03:56:12 00:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:26:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 00:26:01 3 0.05 0.00 0.02 0.00 0.02 99.92 03:56:12 00:26:01 4 1.97 0.00 0.02 0.03 0.00 97.98 03:56:12 00:26:01 5 0.05 0.00 0.00 0.00 0.00 99.95 03:56:12 00:26:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 00:26:01 7 0.05 0.00 0.00 0.00 0.00 99.95 03:56:12 00:27:01 all 0.08 0.00 0.01 0.00 0.00 99.91 03:56:12 00:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 00:27:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 00:27:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 00:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 00:27:01 4 0.53 0.00 0.00 0.03 0.02 99.42 03:56:12 00:27:01 5 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 00:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:28:01 all 0.05 0.00 0.01 0.00 0.00 99.94 03:56:12 00:28:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:28:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 00:28:01 3 0.02 0.00 0.03 0.00 0.02 99.93 03:56:12 00:28:01 4 0.33 0.00 0.03 0.02 0.00 99.62 03:56:12 00:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:28:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:28:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 00:29:01 all 0.00 0.00 0.01 0.01 0.01 99.97 03:56:12 00:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 00:29:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 00:29:01 2 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 00:29:01 3 0.00 0.00 0.03 0.00 0.02 99.95 03:56:12 00:29:01 4 0.00 0.00 0.02 0.07 0.00 99.92 03:56:12 00:29:01 5 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 00:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:29:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 00:30:01 all 0.02 0.00 0.01 0.00 0.00 99.97 03:56:12 00:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:30:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:56:12 00:30:01 4 0.00 0.00 0.00 0.02 0.02 99.97 03:56:12 00:30:01 5 0.05 0.00 0.02 0.00 0.00 99.93 03:56:12 00:30:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:30:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 00:31:01 all 0.02 0.00 0.01 0.01 0.00 99.96 03:56:12 00:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 00:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:31:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 00:31:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 00:31:01 4 0.02 0.00 0.00 0.07 0.00 99.92 03:56:12 00:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:31:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:31:01 7 0.07 0.00 0.00 0.00 0.02 99.92 03:56:12 00:32:01 all 0.01 0.00 0.01 0.01 0.00 99.97 03:56:12 00:32:01 0 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 00:32:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:32:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 00:32:01 3 0.02 0.00 0.03 0.00 0.00 99.95 03:56:12 00:32:01 4 0.00 0.00 0.00 0.05 0.00 99.95 03:56:12 00:32:01 5 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 00:32:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 00:32:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:56:12 00:32:01 CPU %user %nice %system %iowait %steal %idle 03:56:12 00:33:01 all 0.10 0.00 0.01 0.02 0.00 99.88 03:56:12 00:33:01 0 0.70 0.00 0.03 0.00 0.00 99.27 03:56:12 00:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:33:01 3 0.03 0.00 0.03 0.15 0.02 99.77 03:56:12 00:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:33:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 00:34:01 all 0.26 0.00 0.00 0.00 0.00 99.73 03:56:12 00:34:01 0 1.99 0.00 0.00 0.00 0.00 98.01 03:56:12 00:34:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:34:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 00:34:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 00:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:34:01 6 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 00:34:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 00:35:01 all 0.27 0.00 0.01 0.00 0.01 99.72 03:56:12 00:35:01 0 2.02 0.00 0.00 0.00 0.00 97.98 03:56:12 00:35:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 00:35:01 2 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 00:35:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 00:35:01 4 0.02 0.00 0.02 0.02 0.02 99.93 03:56:12 00:35:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:36:01 all 0.25 0.00 0.01 0.00 0.01 99.73 03:56:12 00:36:01 0 1.98 0.00 0.02 0.00 0.02 97.98 03:56:12 00:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:36:01 3 0.00 0.00 0.05 0.00 0.02 99.93 03:56:12 00:36:01 4 0.00 0.00 0.00 0.03 0.00 99.97 03:56:12 00:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:36:01 6 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 00:36:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 00:37:01 all 0.26 0.00 0.00 0.01 0.00 99.72 03:56:12 00:37:01 0 1.97 0.00 0.02 0.00 0.00 98.01 03:56:12 00:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:37:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 00:37:01 4 0.00 0.00 0.00 0.07 0.00 99.93 03:56:12 00:37:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:37:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:37:01 7 0.03 0.00 0.00 0.00 0.02 99.95 03:56:12 00:38:01 all 0.14 0.00 0.01 0.00 0.00 99.84 03:56:12 00:38:01 0 1.03 0.00 0.08 0.00 0.00 98.89 03:56:12 00:38:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:38:01 3 0.05 0.00 0.03 0.02 0.02 99.88 03:56:12 00:38:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 00:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:39:01 all 0.02 0.00 0.01 0.00 0.00 99.97 03:56:12 00:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:39:01 2 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 00:39:01 3 0.05 0.00 0.03 0.02 0.00 99.90 03:56:12 00:39:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 00:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:39:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 00:40:01 all 0.25 0.00 0.01 0.00 0.01 99.73 03:56:12 00:40:01 0 1.90 0.00 0.05 0.00 0.02 98.03 03:56:12 00:40:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 00:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:40:01 3 0.03 0.00 0.03 0.00 0.02 99.92 03:56:12 00:40:01 4 0.03 0.00 0.00 0.02 0.00 99.95 03:56:12 00:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:40:01 7 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 00:41:01 all 0.27 0.00 0.00 0.00 0.01 99.72 03:56:12 00:41:01 0 1.97 0.00 0.00 0.00 0.00 98.03 03:56:12 00:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:41:01 2 0.03 0.00 0.00 0.00 0.02 99.95 03:56:12 00:41:01 3 0.03 0.00 0.02 0.02 0.03 99.90 03:56:12 00:41:01 4 0.00 0.00 0.02 0.02 0.00 99.97 03:56:12 00:41:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:41:01 7 0.05 0.00 0.00 0.00 0.00 99.95 03:56:12 00:42:01 all 0.26 0.00 0.01 0.00 0.00 99.73 03:56:12 00:42:01 0 1.95 0.00 0.02 0.00 0.00 98.03 03:56:12 00:42:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:42:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 00:42:01 3 0.05 0.00 0.03 0.02 0.02 99.88 03:56:12 00:42:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 00:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:42:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 00:42:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 00:43:01 all 0.11 0.00 0.02 0.00 0.00 99.87 03:56:12 00:43:01 0 0.76 0.00 0.10 0.00 0.02 99.12 03:56:12 00:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:43:01 3 0.03 0.00 0.03 0.00 0.00 99.93 03:56:12 00:43:01 4 0.00 0.00 0.00 0.03 0.02 99.95 03:56:12 00:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:43:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 03:56:12 00:43:01 CPU %user %nice %system %iowait %steal %idle 03:56:12 00:44:01 all 0.00 0.00 0.01 0.00 0.00 99.98 03:56:12 00:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:44:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 00:44:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 00:44:01 3 0.02 0.00 0.02 0.00 0.03 99.93 03:56:12 00:44:01 4 0.00 0.00 0.02 0.03 0.00 99.95 03:56:12 00:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:44:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 00:45:01 all 0.03 0.00 0.01 0.00 0.00 99.96 03:56:12 00:45:01 0 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 00:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:45:01 2 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 00:45:01 3 0.05 0.00 0.02 0.00 0.00 99.93 03:56:12 00:45:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 00:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:45:01 7 0.07 0.00 0.05 0.00 0.00 99.88 03:56:12 00:46:01 all 0.06 0.00 0.01 0.01 0.01 99.91 03:56:12 00:46:01 0 0.45 0.00 0.02 0.02 0.02 99.50 03:56:12 00:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:46:01 2 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 00:46:01 3 0.03 0.00 0.03 0.00 0.03 99.90 03:56:12 00:46:01 4 0.00 0.00 0.00 0.03 0.00 99.97 03:56:12 00:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:46:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:47:01 all 0.03 0.00 0.01 0.00 0.01 99.95 03:56:12 00:47:01 0 0.18 0.00 0.03 0.02 0.00 99.77 03:56:12 00:47:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:47:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:47:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 00:47:01 4 0.00 0.00 0.00 0.02 0.02 99.97 03:56:12 00:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:47:01 7 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 00:48:01 all 0.01 0.00 0.01 0.02 0.00 99.96 03:56:12 00:48:01 0 0.02 0.00 0.03 0.07 0.00 99.88 03:56:12 00:48:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:48:01 3 0.02 0.00 0.03 0.08 0.02 99.85 03:56:12 00:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:48:01 7 0.05 0.00 0.00 0.00 0.00 99.95 03:56:12 00:49:01 all 0.09 0.00 0.01 0.00 0.00 99.90 03:56:12 00:49:01 0 0.62 0.00 0.02 0.02 0.00 99.35 03:56:12 00:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:49:01 3 0.03 0.00 0.03 0.00 0.02 99.92 03:56:12 00:49:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 00:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:49:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:49:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 00:50:01 all 0.08 0.00 0.01 0.00 0.00 99.90 03:56:12 00:50:01 0 0.55 0.00 0.02 0.00 0.02 99.42 03:56:12 00:50:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:50:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 00:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 00:50:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 00:50:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:50:01 7 0.03 0.00 0.03 0.00 0.00 99.93 03:56:12 00:51:01 all 0.01 0.00 0.01 0.00 0.01 99.97 03:56:12 00:51:01 0 0.02 0.00 0.02 0.02 0.00 99.95 03:56:12 00:51:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:51:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 00:51:01 4 0.00 0.00 0.02 0.02 0.00 99.97 03:56:12 00:51:01 5 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 00:51:01 6 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 00:51:01 7 0.05 0.00 0.00 0.00 0.00 99.95 03:56:12 00:52:01 all 0.01 0.00 0.00 0.00 0.01 99.97 03:56:12 00:52:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:52:01 2 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 00:52:01 3 0.02 0.00 0.02 0.02 0.02 99.93 03:56:12 00:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:52:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:52:01 7 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 00:53:01 all 0.01 0.00 0.00 0.00 0.01 99.98 03:56:12 00:53:01 0 0.00 0.00 0.00 0.02 0.02 99.97 03:56:12 00:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:53:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 00:53:01 3 0.00 0.00 0.02 0.02 0.02 99.95 03:56:12 00:53:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 00:53:01 5 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 00:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:53:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 00:54:01 all 0.05 0.00 0.03 0.01 0.00 99.91 03:56:12 00:54:01 0 0.02 0.00 0.03 0.00 0.00 99.95 03:56:12 00:54:01 1 0.20 0.00 0.05 0.03 0.00 99.72 03:56:12 00:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 00:54:01 3 0.05 0.00 0.05 0.00 0.02 99.88 03:56:12 00:54:01 4 0.03 0.00 0.02 0.05 0.00 99.90 03:56:12 00:54:01 5 0.00 0.00 0.03 0.00 0.00 99.97 03:56:12 00:54:01 6 0.03 0.00 0.05 0.00 0.00 99.92 03:56:12 00:54:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 03:56:12 00:54:01 CPU %user %nice %system %iowait %steal %idle 03:56:12 00:55:01 all 0.01 0.00 0.01 0.01 0.00 99.97 03:56:12 00:55:01 0 0.00 0.00 0.00 0.03 0.00 99.97 03:56:12 00:55:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 00:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:55:01 3 0.02 0.00 0.03 0.00 0.02 99.93 03:56:12 00:55:01 4 0.02 0.00 0.00 0.05 0.00 99.93 03:56:12 00:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:55:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 00:56:01 all 0.01 0.00 0.01 0.00 0.01 99.97 03:56:12 00:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 00:56:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 00:56:01 2 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 00:56:01 3 0.03 0.00 0.05 0.00 0.02 99.90 03:56:12 00:56:01 4 0.00 0.00 0.00 0.02 0.02 99.97 03:56:12 00:56:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:56:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:56:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 00:57:01 all 0.01 0.00 0.00 0.00 0.00 99.98 03:56:12 00:57:01 0 0.00 0.00 0.00 0.02 0.02 99.97 03:56:12 00:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 00:57:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 00:57:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:57:01 7 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 00:58:01 all 0.01 0.00 0.01 0.00 0.00 99.97 03:56:12 00:58:01 0 0.02 0.00 0.02 0.02 0.00 99.95 03:56:12 00:58:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 00:58:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 00:58:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:56:12 00:58:01 4 0.00 0.00 0.03 0.00 0.00 99.97 03:56:12 00:58:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:58:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 00:58:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 00:59:01 all 0.01 0.00 0.00 0.00 0.00 99.98 03:56:12 00:59:01 0 0.00 0.00 0.02 0.02 0.00 99.97 03:56:12 00:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:59:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:59:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:56:12 00:59:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 00:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 00:59:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:00:01 all 0.01 0.00 0.01 0.00 0.00 99.98 03:56:12 01:00:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:00:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:00:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:00:01 3 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 01:00:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 01:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:00:01 7 0.05 0.00 0.00 0.00 0.00 99.95 03:56:12 01:01:01 all 0.01 0.00 0.01 0.00 0.01 99.97 03:56:12 01:01:01 0 0.02 0.00 0.00 0.02 0.02 99.95 03:56:12 01:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:01:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:01:01 3 0.00 0.00 0.03 0.00 0.02 99.95 03:56:12 01:01:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 01:01:01 5 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 01:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:01:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 01:02:01 all 0.01 0.00 0.01 0.00 0.00 99.98 03:56:12 01:02:01 0 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 01:02:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:02:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:02:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:02:01 4 0.00 0.00 0.02 0.02 0.00 99.97 03:56:12 01:02:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:02:01 6 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 01:02:01 7 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 01:03:01 all 0.09 0.00 0.01 0.00 0.00 99.90 03:56:12 01:03:01 0 0.65 0.00 0.02 0.02 0.00 99.32 03:56:12 01:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:03:01 3 0.02 0.00 0.03 0.00 0.02 99.93 03:56:12 01:03:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:03:01 7 0.05 0.00 0.00 0.00 0.00 99.95 03:56:12 01:04:01 all 0.08 0.00 0.01 0.01 0.00 99.90 03:56:12 01:04:01 0 0.53 0.00 0.00 0.02 0.00 99.45 03:56:12 01:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:04:01 2 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 01:04:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:56:12 01:04:01 4 0.02 0.00 0.00 0.03 0.00 99.95 03:56:12 01:04:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:04:01 7 0.05 0.00 0.03 0.00 0.00 99.92 03:56:12 01:05:01 all 0.07 0.00 0.01 0.00 0.01 99.91 03:56:12 01:05:01 0 0.45 0.00 0.00 0.03 0.02 99.50 03:56:12 01:05:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:05:01 3 0.02 0.00 0.03 0.00 0.02 99.93 03:56:12 01:05:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 01:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:05:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 01:05:01 7 0.07 0.00 0.03 0.00 0.00 99.90 03:56:12 03:56:12 01:05:01 CPU %user %nice %system %iowait %steal %idle 03:56:12 01:06:01 all 0.05 0.00 0.01 0.00 0.00 99.93 03:56:12 01:06:01 0 0.30 0.00 0.03 0.02 0.00 99.65 03:56:12 01:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:06:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:06:01 3 0.03 0.00 0.03 0.02 0.02 99.90 03:56:12 01:06:01 4 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:06:01 7 0.02 0.00 0.03 0.00 0.00 99.95 03:56:12 01:07:01 all 0.09 0.00 0.01 0.00 0.00 99.89 03:56:12 01:07:01 0 0.52 0.00 0.03 0.02 0.00 99.43 03:56:12 01:07:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:07:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:07:01 3 0.05 0.00 0.02 0.00 0.02 99.92 03:56:12 01:07:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 01:07:01 5 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 01:07:01 6 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 01:07:01 7 0.05 0.00 0.02 0.00 0.00 99.93 03:56:12 01:08:01 all 0.05 0.00 0.01 0.00 0.00 99.93 03:56:12 01:08:01 0 0.38 0.00 0.02 0.00 0.00 99.60 03:56:12 01:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:08:01 3 0.03 0.00 0.03 0.00 0.00 99.93 03:56:12 01:08:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 01:08:01 5 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 01:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:08:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:09:01 all 0.33 0.00 0.03 0.01 0.01 99.62 03:56:12 01:09:01 0 1.00 0.00 0.00 0.03 0.02 98.95 03:56:12 01:09:01 1 0.25 0.00 0.02 0.00 0.00 99.73 03:56:12 01:09:01 2 0.32 0.00 0.05 0.03 0.02 99.58 03:56:12 01:09:01 3 0.08 0.00 0.02 0.00 0.02 99.88 03:56:12 01:09:01 4 0.07 0.00 0.00 0.02 0.02 99.90 03:56:12 01:09:01 5 0.30 0.00 0.03 0.00 0.00 99.67 03:56:12 01:09:01 6 0.40 0.00 0.05 0.00 0.00 99.55 03:56:12 01:09:01 7 0.23 0.00 0.03 0.02 0.00 99.72 03:56:12 01:10:01 all 0.02 0.00 0.01 0.00 0.00 99.96 03:56:12 01:10:01 0 0.08 0.00 0.02 0.02 0.00 99.88 03:56:12 01:10:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:10:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:10:01 4 0.00 0.00 0.02 0.02 0.00 99.97 03:56:12 01:10:01 5 0.03 0.00 0.00 0.00 0.02 99.95 03:56:12 01:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:10:01 7 0.03 0.00 0.00 0.00 0.02 99.95 03:56:12 01:11:01 all 0.09 0.00 0.01 0.00 0.00 99.90 03:56:12 01:11:01 0 0.57 0.00 0.00 0.02 0.00 99.42 03:56:12 01:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:11:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:11:01 3 0.02 0.00 0.03 0.00 0.02 99.93 03:56:12 01:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:11:01 5 0.03 0.00 0.05 0.00 0.00 99.92 03:56:12 01:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:11:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 01:12:01 all 0.04 0.00 0.01 0.01 0.00 99.94 03:56:12 01:12:01 0 0.25 0.00 0.00 0.02 0.02 99.72 03:56:12 01:12:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:12:01 3 0.00 0.00 0.02 0.03 0.00 99.95 03:56:12 01:12:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 01:12:01 5 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 01:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:12:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:13:01 all 0.07 0.00 0.01 0.01 0.00 99.90 03:56:12 01:13:01 0 0.20 0.00 0.02 0.08 0.00 99.70 03:56:12 01:13:01 1 0.05 0.00 0.00 0.00 0.00 99.95 03:56:12 01:13:01 2 0.03 0.00 0.03 0.00 0.02 99.92 03:56:12 01:13:01 3 0.10 0.00 0.02 0.02 0.00 99.87 03:56:12 01:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:13:01 5 0.07 0.00 0.02 0.00 0.02 99.90 03:56:12 01:13:01 6 0.07 0.00 0.00 0.00 0.00 99.93 03:56:12 01:13:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 01:14:01 all 0.01 0.00 0.01 0.00 0.00 99.98 03:56:12 01:14:01 0 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 01:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:14:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:14:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 01:14:01 5 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 01:14:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:15:01 all 0.02 0.00 0.01 0.00 0.01 99.96 03:56:12 01:15:01 0 0.03 0.00 0.00 0.02 0.02 99.93 03:56:12 01:15:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:15:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 01:15:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 01:15:01 5 0.03 0.00 0.00 0.00 0.02 99.95 03:56:12 01:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:15:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 01:16:01 all 0.06 0.00 0.01 0.00 0.00 99.93 03:56:12 01:16:01 0 0.40 0.00 0.03 0.00 0.00 99.57 03:56:12 01:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:16:01 4 0.00 0.00 0.02 0.02 0.00 99.97 03:56:12 01:16:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:16:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 03:56:12 01:16:01 CPU %user %nice %system %iowait %steal %idle 03:56:12 01:17:01 all 0.07 0.00 0.00 0.00 0.00 99.92 03:56:12 01:17:01 0 0.38 0.00 0.02 0.02 0.00 99.58 03:56:12 01:17:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:17:01 3 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 01:17:01 4 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 01:17:01 5 0.03 0.00 0.02 0.02 0.02 99.92 03:56:12 01:17:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:17:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 01:18:01 all 0.07 0.00 0.01 0.00 0.00 99.92 03:56:12 01:18:01 0 0.55 0.00 0.02 0.00 0.00 99.43 03:56:12 01:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:18:01 4 0.00 0.00 0.02 0.02 0.00 99.97 03:56:12 01:18:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:18:01 7 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 01:19:01 all 0.11 0.00 0.01 0.00 0.00 99.87 03:56:12 01:19:01 0 0.68 0.00 0.02 0.02 0.00 99.28 03:56:12 01:19:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:19:01 2 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 01:19:01 3 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 01:19:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 01:19:01 5 0.03 0.00 0.03 0.00 0.02 99.92 03:56:12 01:19:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:19:01 7 0.05 0.00 0.00 0.00 0.00 99.95 03:56:12 01:20:01 all 0.03 0.00 0.01 0.01 0.00 99.95 03:56:12 01:20:01 0 0.13 0.00 0.00 0.00 0.00 99.87 03:56:12 01:20:01 1 0.05 0.00 0.02 0.00 0.00 99.93 03:56:12 01:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:20:01 3 0.00 0.00 0.03 0.00 0.00 99.97 03:56:12 01:20:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 01:20:01 5 0.03 0.00 0.05 0.03 0.00 99.88 03:56:12 01:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:20:01 7 0.05 0.00 0.02 0.00 0.00 99.93 03:56:12 01:21:01 all 0.09 0.00 0.01 0.00 0.00 99.90 03:56:12 01:21:01 0 0.57 0.00 0.00 0.02 0.00 99.42 03:56:12 01:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:21:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:21:01 4 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:21:01 5 0.07 0.00 0.02 0.00 0.02 99.90 03:56:12 01:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:21:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 01:22:01 all 0.04 0.00 0.01 0.01 0.00 99.94 03:56:12 01:22:01 0 0.22 0.00 0.02 0.02 0.02 99.73 03:56:12 01:22:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 01:22:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:22:01 3 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 01:22:01 4 0.02 0.00 0.00 0.03 0.00 99.95 03:56:12 01:22:01 5 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 01:22:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:23:01 all 0.07 0.00 0.01 0.00 0.00 99.92 03:56:12 01:23:01 0 0.42 0.00 0.02 0.00 0.00 99.57 03:56:12 01:23:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 01:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:23:01 3 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 01:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:23:01 5 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 01:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:23:01 7 0.07 0.00 0.00 0.00 0.00 99.93 03:56:12 01:24:01 all 0.02 0.00 0.01 0.00 0.01 99.96 03:56:12 01:24:01 0 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 01:24:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 01:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:24:01 3 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 01:24:01 4 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 01:24:01 5 0.07 0.00 0.02 0.00 0.02 99.90 03:56:12 01:24:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:24:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 01:25:01 all 0.08 0.00 0.01 0.00 0.00 99.90 03:56:12 01:25:01 0 0.53 0.00 0.02 0.02 0.00 99.43 03:56:12 01:25:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:25:01 5 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 01:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:25:01 7 0.03 0.00 0.02 0.00 0.02 99.93 03:56:12 01:26:01 all 0.07 0.00 0.01 0.00 0.01 99.91 03:56:12 01:26:01 0 0.53 0.00 0.00 0.02 0.00 99.45 03:56:12 01:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:26:01 2 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 01:26:01 3 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 01:26:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 01:26:01 5 0.02 0.00 0.03 0.00 0.02 99.93 03:56:12 01:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:26:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:27:01 all 0.01 0.00 0.00 0.00 0.01 99.97 03:56:12 01:27:01 0 0.02 0.00 0.00 0.02 0.02 99.95 03:56:12 01:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:27:01 3 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 01:27:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 01:27:01 5 0.03 0.00 0.02 0.00 0.02 99.93 03:56:12 01:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:27:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:56:12 01:27:01 CPU %user %nice %system %iowait %steal %idle 03:56:12 01:28:01 all 0.09 0.00 0.00 0.00 0.01 99.89 03:56:12 01:28:01 0 0.68 0.00 0.02 0.02 0.02 99.27 03:56:12 01:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:28:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 01:28:01 5 0.03 0.00 0.00 0.00 0.02 99.95 03:56:12 01:28:01 6 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 01:28:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:29:01 all 0.08 0.00 0.01 0.00 0.01 99.91 03:56:12 01:29:01 0 0.55 0.00 0.00 0.00 0.00 99.45 03:56:12 01:29:01 1 0.00 0.00 0.03 0.00 0.00 99.97 03:56:12 01:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:29:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 01:29:01 5 0.05 0.00 0.02 0.00 0.02 99.92 03:56:12 01:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:29:01 7 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 01:30:01 all 0.09 0.00 0.01 0.01 0.01 99.88 03:56:12 01:30:01 0 0.65 0.00 0.07 0.02 0.02 99.25 03:56:12 01:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:30:01 2 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 01:30:01 3 0.02 0.00 0.02 0.02 0.00 99.95 03:56:12 01:30:01 4 0.00 0.00 0.02 0.05 0.00 99.93 03:56:12 01:30:01 5 0.03 0.00 0.02 0.00 0.02 99.93 03:56:12 01:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:30:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:31:01 all 0.02 0.00 0.00 0.00 0.00 99.97 03:56:12 01:31:01 0 0.13 0.00 0.00 0.02 0.02 99.83 03:56:12 01:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:31:01 3 0.02 0.00 0.00 0.02 0.02 99.95 03:56:12 01:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:32:01 all 0.08 0.00 0.00 0.00 0.00 99.91 03:56:12 01:32:01 0 0.50 0.00 0.02 0.00 0.00 99.48 03:56:12 01:32:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:32:01 2 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 01:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:32:01 4 0.02 0.00 0.00 0.02 0.02 99.95 03:56:12 01:32:01 5 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 01:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:32:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 01:33:01 all 0.09 0.00 0.00 0.00 0.00 99.90 03:56:12 01:33:01 0 0.63 0.00 0.02 0.02 0.02 99.32 03:56:12 01:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:33:01 2 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 01:33:01 3 0.00 0.00 0.02 0.02 0.00 99.97 03:56:12 01:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:33:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:33:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 01:34:01 all 0.02 0.00 0.01 0.00 0.01 99.96 03:56:12 01:34:01 0 0.08 0.00 0.02 0.02 0.03 99.85 03:56:12 01:34:01 1 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 01:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:34:01 3 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 01:34:01 4 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:34:01 7 0.05 0.00 0.00 0.00 0.02 99.93 03:56:12 01:35:01 all 0.21 0.00 0.01 0.00 0.01 99.77 03:56:12 01:35:01 0 1.62 0.00 0.07 0.00 0.02 98.30 03:56:12 01:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:35:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:35:01 3 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 01:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:35:01 5 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 01:35:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:35:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 01:36:01 all 0.26 0.00 0.01 0.00 0.00 99.73 03:56:12 01:36:01 0 2.00 0.00 0.02 0.00 0.00 97.98 03:56:12 01:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:36:01 4 0.00 0.00 0.00 0.02 0.02 99.97 03:56:12 01:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:36:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 01:37:01 all 0.26 0.00 0.01 0.00 0.00 99.73 03:56:12 01:37:01 0 1.99 0.00 0.02 0.02 0.03 97.95 03:56:12 01:37:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:37:01 3 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 01:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:37:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:37:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 01:38:01 all 0.24 0.00 0.01 0.00 0.00 99.74 03:56:12 01:38:01 0 1.84 0.00 0.08 0.02 0.02 98.04 03:56:12 01:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:38:01 2 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 01:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:38:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 01:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:38:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:56:12 01:38:01 CPU %user %nice %system %iowait %steal %idle 03:56:12 01:39:01 all 0.03 0.00 0.01 0.00 0.01 99.96 03:56:12 01:39:01 0 0.08 0.00 0.05 0.00 0.02 99.85 03:56:12 01:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:39:01 3 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 01:39:01 4 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 01:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:39:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:39:01 7 0.07 0.00 0.00 0.00 0.02 99.92 03:56:12 01:40:01 all 0.03 0.00 0.01 0.01 0.00 99.94 03:56:12 01:40:01 0 0.22 0.00 0.00 0.10 0.02 99.67 03:56:12 01:40:01 1 0.00 0.00 0.03 0.00 0.02 99.95 03:56:12 01:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:40:01 3 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 01:40:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:40:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 01:41:01 all 0.02 0.00 0.01 0.00 0.00 99.96 03:56:12 01:41:01 0 0.03 0.00 0.02 0.02 0.02 99.92 03:56:12 01:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:41:01 2 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 01:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:41:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 01:41:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:41:01 7 0.05 0.00 0.02 0.00 0.00 99.93 03:56:12 01:42:01 all 0.17 0.00 0.01 0.00 0.01 99.80 03:56:12 01:42:01 0 1.32 0.00 0.07 0.00 0.02 98.60 03:56:12 01:42:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:42:01 3 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 01:42:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 01:42:01 5 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 01:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:42:01 7 0.02 0.00 0.03 0.00 0.00 99.95 03:56:12 01:43:01 all 0.26 0.00 0.00 0.00 0.01 99.72 03:56:12 01:43:01 0 1.99 0.00 0.02 0.02 0.02 97.96 03:56:12 01:43:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:43:01 4 0.00 0.00 0.00 0.02 0.02 99.97 03:56:12 01:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:43:01 7 0.03 0.00 0.00 0.00 0.02 99.95 03:56:12 01:44:01 all 0.10 0.00 0.01 0.00 0.00 99.89 03:56:12 01:44:01 0 0.76 0.00 0.03 0.02 0.03 99.15 03:56:12 01:44:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:44:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 01:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:44:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 01:45:01 all 0.02 0.00 0.01 0.00 0.00 99.97 03:56:12 01:45:01 0 0.02 0.00 0.02 0.02 0.00 99.95 03:56:12 01:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:45:01 4 0.02 0.00 0.02 0.02 0.00 99.95 03:56:12 01:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:45:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:46:01 all 0.01 0.00 0.01 0.00 0.01 99.98 03:56:12 01:46:01 0 0.03 0.00 0.05 0.00 0.02 99.90 03:56:12 01:46:01 1 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 01:46:01 2 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 01:46:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:46:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:47:02 all 0.01 0.00 0.00 0.00 0.00 99.98 03:56:12 01:47:02 0 0.03 0.00 0.02 0.02 0.02 99.92 03:56:12 01:47:02 1 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:47:02 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:47:02 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:47:02 4 0.02 0.00 0.00 0.02 0.02 99.95 03:56:12 01:47:02 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:47:02 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:47:02 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:48:01 all 0.00 0.00 0.00 0.00 0.00 99.99 03:56:12 01:48:01 0 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 01:48:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:48:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 01:48:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:48:01 6 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 01:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:49:01 all 0.02 0.00 0.01 0.00 0.00 99.96 03:56:12 01:49:01 0 0.03 0.00 0.03 0.02 0.02 99.90 03:56:12 01:49:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:49:01 3 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 01:49:01 4 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:49:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:49:01 6 0.03 0.00 0.05 0.00 0.00 99.92 03:56:12 01:49:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 03:56:12 01:49:01 CPU %user %nice %system %iowait %steal %idle 03:56:12 01:50:01 all 0.02 0.00 0.00 0.00 0.00 99.97 03:56:12 01:50:01 0 0.03 0.00 0.00 0.02 0.00 99.95 03:56:12 01:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:50:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:50:01 5 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 01:50:01 6 0.03 0.00 0.02 0.00 0.02 99.93 03:56:12 01:50:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:51:01 all 0.01 0.00 0.01 0.01 0.01 99.96 03:56:12 01:51:01 0 0.02 0.00 0.03 0.02 0.00 99.93 03:56:12 01:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:51:01 2 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 01:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:51:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 01:51:01 5 0.00 0.00 0.00 0.07 0.00 99.93 03:56:12 01:51:01 6 0.03 0.00 0.02 0.02 0.02 99.92 03:56:12 01:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:52:01 all 0.01 0.00 0.01 0.01 0.01 99.96 03:56:12 01:52:01 0 0.03 0.00 0.00 0.02 0.02 99.93 03:56:12 01:52:01 1 0.03 0.00 0.02 0.00 0.02 99.93 03:56:12 01:52:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:52:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:52:01 4 0.00 0.00 0.00 0.03 0.00 99.97 03:56:12 01:52:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:52:01 6 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 01:52:01 7 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 01:53:01 all 0.01 0.00 0.01 0.00 0.00 99.98 03:56:12 01:53:01 0 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 01:53:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:53:01 3 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 01:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:53:01 6 0.00 0.00 0.03 0.00 0.02 99.95 03:56:12 01:53:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:54:01 all 0.01 0.00 0.01 0.00 0.00 99.97 03:56:12 01:54:01 0 0.02 0.00 0.00 0.02 0.02 99.95 03:56:12 01:54:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:54:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:54:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 01:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:54:01 6 0.03 0.00 0.03 0.00 0.00 99.93 03:56:12 01:54:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:55:01 all 0.01 0.00 0.00 0.00 0.00 99.98 03:56:12 01:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:55:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:55:01 4 0.00 0.00 0.00 0.02 0.02 99.97 03:56:12 01:55:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:55:01 6 0.03 0.00 0.00 0.00 0.02 99.95 03:56:12 01:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:56:01 all 0.01 0.00 0.01 0.01 0.00 99.97 03:56:12 01:56:01 0 0.03 0.00 0.00 0.03 0.00 99.93 03:56:12 01:56:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:56:01 2 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 01:56:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:56:01 4 0.02 0.00 0.00 0.03 0.00 99.95 03:56:12 01:56:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 01:56:01 6 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 01:56:01 7 0.02 0.00 0.03 0.00 0.00 99.95 03:56:12 01:57:01 all 0.25 0.00 0.01 0.00 0.00 99.73 03:56:12 01:57:01 0 1.90 0.00 0.05 0.00 0.02 98.03 03:56:12 01:57:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:57:01 3 0.00 0.00 0.02 0.02 0.02 99.95 03:56:12 01:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:57:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:57:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 01:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:58:01 all 0.27 0.00 0.01 0.00 0.00 99.72 03:56:12 01:58:01 0 1.99 0.00 0.00 0.02 0.00 98.00 03:56:12 01:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 01:58:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 01:58:01 3 0.02 0.00 0.02 0.02 0.00 99.95 03:56:12 01:58:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 01:58:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:58:01 6 0.03 0.00 0.02 0.00 0.02 99.93 03:56:12 01:58:01 7 0.05 0.00 0.00 0.00 0.00 99.95 03:56:12 01:59:01 all 0.25 0.00 0.00 0.00 0.01 99.73 03:56:12 01:59:01 0 1.95 0.00 0.00 0.00 0.00 98.05 03:56:12 01:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:59:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:59:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 01:59:01 4 0.00 0.00 0.00 0.03 0.00 99.97 03:56:12 01:59:01 5 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 01:59:01 6 0.00 0.00 0.03 0.00 0.02 99.95 03:56:12 01:59:01 7 0.03 0.00 0.00 0.00 0.02 99.95 03:56:12 02:00:01 all 0.12 0.00 0.02 0.01 0.00 99.85 03:56:12 02:00:01 0 0.83 0.00 0.07 0.02 0.00 99.09 03:56:12 02:00:01 1 0.00 0.00 0.03 0.00 0.02 99.95 03:56:12 02:00:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:00:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:00:01 4 0.00 0.00 0.03 0.03 0.00 99.93 03:56:12 02:00:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:00:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:00:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 03:56:12 02:00:01 CPU %user %nice %system %iowait %steal %idle 03:56:12 02:01:01 all 0.01 0.00 0.00 0.00 0.01 99.99 03:56:12 02:01:01 0 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 02:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:01:01 2 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 02:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:01:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 02:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:01:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 02:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:02:01 all 0.01 0.00 0.01 0.00 0.00 99.97 03:56:12 02:02:01 0 0.00 0.00 0.02 0.02 0.00 99.97 03:56:12 02:02:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 02:02:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:02:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:02:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 02:02:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:02:01 6 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 02:02:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:03:01 all 0.01 0.00 0.01 0.00 0.00 99.98 03:56:12 02:03:01 0 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 02:03:01 1 0.00 0.00 0.03 0.00 0.00 99.97 03:56:12 02:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:03:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:03:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 02:03:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:03:01 6 0.03 0.00 0.02 0.00 0.02 99.93 03:56:12 02:03:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:04:01 all 0.01 0.00 0.01 0.00 0.00 99.97 03:56:12 02:04:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:04:01 3 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 02:04:01 4 0.00 0.00 0.02 0.02 0.02 99.95 03:56:12 02:04:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:04:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:04:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 02:05:01 all 0.01 0.00 0.00 0.01 0.01 99.97 03:56:12 02:05:01 0 0.00 0.00 0.00 0.05 0.02 99.93 03:56:12 02:05:01 1 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 02:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:05:01 3 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 02:05:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:05:01 6 0.05 0.00 0.00 0.00 0.02 99.93 03:56:12 02:05:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:06:01 all 0.01 0.00 0.01 0.00 0.00 99.97 03:56:12 02:06:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:06:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:06:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 02:06:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:06:01 6 0.03 0.00 0.03 0.02 0.02 99.90 03:56:12 02:06:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:07:01 all 0.00 0.00 0.00 0.00 0.01 99.98 03:56:12 02:07:01 0 0.00 0.00 0.00 0.03 0.00 99.97 03:56:12 02:07:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:07:01 2 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 02:07:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:07:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 02:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:07:01 6 0.02 0.00 0.00 0.00 0.03 99.95 03:56:12 02:07:01 7 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 02:08:01 all 0.01 0.00 0.00 0.01 0.01 99.97 03:56:12 02:08:01 0 0.02 0.00 0.00 0.02 0.02 99.95 03:56:12 02:08:01 1 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 02:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:08:01 3 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 02:08:01 4 0.02 0.00 0.00 0.03 0.00 99.95 03:56:12 02:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:08:01 6 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 02:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:09:01 all 0.09 0.00 0.02 0.00 0.00 99.89 03:56:12 02:09:01 0 0.08 0.00 0.02 0.00 0.00 99.90 03:56:12 02:09:01 1 0.37 0.00 0.02 0.00 0.00 99.62 03:56:12 02:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:09:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 02:09:01 5 0.08 0.00 0.03 0.00 0.00 99.88 03:56:12 02:09:01 6 0.08 0.00 0.03 0.00 0.02 99.87 03:56:12 02:09:01 7 0.07 0.00 0.02 0.00 0.00 99.92 03:56:12 02:10:01 all 0.01 0.00 0.01 0.04 0.00 99.94 03:56:12 02:10:01 0 0.00 0.00 0.00 0.08 0.00 99.92 03:56:12 02:10:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 02:10:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:10:01 4 0.00 0.00 0.00 0.20 0.02 99.78 03:56:12 02:10:01 5 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 02:10:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:10:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:11:01 all 0.09 0.00 0.01 0.01 0.00 99.90 03:56:12 02:11:01 0 0.53 0.00 0.00 0.03 0.00 99.43 03:56:12 02:11:01 1 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 02:11:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:11:01 4 0.02 0.00 0.02 0.02 0.00 99.95 03:56:12 02:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:11:01 6 0.03 0.00 0.00 0.00 0.02 99.95 03:56:12 02:11:01 7 0.07 0.00 0.02 0.00 0.00 99.92 03:56:12 03:56:12 02:11:01 CPU %user %nice %system %iowait %steal %idle 03:56:12 02:12:01 all 0.01 0.00 0.01 0.00 0.01 99.97 03:56:12 02:12:01 0 0.00 0.00 0.00 0.02 0.02 99.97 03:56:12 02:12:01 1 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 02:12:01 2 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 02:12:01 3 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 02:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:12:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:12:01 6 0.03 0.00 0.02 0.00 0.03 99.92 03:56:12 02:12:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:13:01 all 0.01 0.00 0.01 0.00 0.00 99.98 03:56:12 02:13:01 0 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 02:13:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:13:01 3 0.00 0.00 0.02 0.02 0.00 99.97 03:56:12 02:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:13:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:13:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 02:14:01 all 0.01 0.00 0.01 0.00 0.01 99.97 03:56:12 02:14:01 0 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 02:14:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 02:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:14:01 3 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 02:14:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 02:14:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:14:01 6 0.02 0.00 0.02 0.00 0.03 99.93 03:56:12 02:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:15:01 all 0.01 0.00 0.01 0.01 0.00 99.97 03:56:12 02:15:01 0 0.00 0.00 0.00 0.03 0.00 99.97 03:56:12 02:15:01 1 0.00 0.00 0.03 0.00 0.00 99.97 03:56:12 02:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:15:01 4 0.02 0.00 0.00 0.02 0.02 99.95 03:56:12 02:15:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:15:01 6 0.05 0.00 0.02 0.00 0.00 99.93 03:56:12 02:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:16:01 all 0.02 0.00 0.00 0.05 0.01 99.92 03:56:12 02:16:01 0 0.07 0.00 0.00 0.12 0.02 99.80 03:56:12 02:16:01 1 0.03 0.00 0.00 0.00 0.02 99.95 03:56:12 02:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:16:01 4 0.00 0.00 0.00 0.28 0.00 99.72 03:56:12 02:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:16:01 6 0.05 0.00 0.02 0.00 0.02 99.92 03:56:12 02:16:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:17:01 all 0.01 0.00 0.01 0.01 0.00 99.96 03:56:12 02:17:01 0 0.00 0.00 0.02 0.05 0.00 99.93 03:56:12 02:17:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:17:01 2 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 02:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:17:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:17:01 6 0.03 0.00 0.02 0.03 0.02 99.90 03:56:12 02:17:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:18:01 all 0.01 0.00 0.01 0.01 0.00 99.97 03:56:12 02:18:01 0 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 02:18:01 1 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 02:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:18:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:18:01 4 0.02 0.00 0.00 0.07 0.02 99.90 03:56:12 02:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:18:01 6 0.03 0.00 0.03 0.00 0.00 99.93 03:56:12 02:18:01 7 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 02:19:01 all 0.05 0.00 0.01 0.03 0.01 99.90 03:56:12 02:19:01 0 0.30 0.00 0.02 0.10 0.00 99.58 03:56:12 02:19:01 1 0.02 0.00 0.03 0.00 0.00 99.95 03:56:12 02:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:19:01 3 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 02:19:01 4 0.00 0.00 0.00 0.17 0.02 99.82 03:56:12 02:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:19:01 6 0.03 0.00 0.05 0.00 0.02 99.90 03:56:12 02:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:20:01 all 0.01 0.00 0.00 0.01 0.00 99.98 03:56:12 02:20:01 0 0.00 0.00 0.00 0.05 0.02 99.93 03:56:12 02:20:01 1 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 02:20:01 2 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 02:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:20:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:20:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:21:01 all 0.02 0.00 0.01 0.00 0.00 99.96 03:56:12 02:21:01 0 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 02:21:01 1 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 02:21:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:21:01 4 0.02 0.00 0.02 0.02 0.00 99.95 03:56:12 02:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:21:01 6 0.05 0.00 0.03 0.00 0.02 99.90 03:56:12 02:21:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 02:22:01 all 0.01 0.00 0.01 0.00 0.00 99.98 03:56:12 02:22:01 0 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 02:22:01 1 0.03 0.00 0.03 0.00 0.00 99.93 03:56:12 02:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:22:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 02:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:22:01 6 0.05 0.00 0.02 0.00 0.00 99.93 03:56:12 02:22:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:56:12 02:22:01 CPU %user %nice %system %iowait %steal %idle 03:56:12 02:23:01 all 0.01 0.00 0.01 0.01 0.00 99.97 03:56:12 02:23:01 0 0.00 0.00 0.00 0.05 0.00 99.95 03:56:12 02:23:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:23:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 02:23:01 5 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 02:23:01 6 0.03 0.00 0.02 0.00 0.02 99.93 03:56:12 02:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:24:01 all 0.01 0.00 0.00 0.00 0.00 99.98 03:56:12 02:24:01 0 0.05 0.00 0.00 0.00 0.00 99.95 03:56:12 02:24:01 1 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 02:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:24:01 6 0.03 0.00 0.00 0.00 0.02 99.95 03:56:12 02:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:25:01 all 0.04 0.00 0.01 0.00 0.00 99.95 03:56:12 02:25:01 0 0.20 0.00 0.00 0.00 0.02 99.78 03:56:12 02:25:01 1 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 02:25:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:25:01 4 0.02 0.00 0.02 0.02 0.00 99.95 03:56:12 02:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:25:01 6 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 02:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:26:01 all 0.18 0.00 0.08 0.13 0.01 99.60 03:56:12 02:26:01 0 0.02 0.00 0.08 0.65 0.00 99.25 03:56:12 02:26:01 1 0.15 0.00 0.03 0.00 0.00 99.82 03:56:12 02:26:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:26:01 3 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 02:26:01 4 0.67 0.00 0.38 0.37 0.03 98.55 03:56:12 02:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:26:01 6 0.13 0.00 0.03 0.02 0.00 99.82 03:56:12 02:26:01 7 0.45 0.00 0.12 0.00 0.02 99.41 03:56:12 02:27:01 all 0.18 0.00 0.07 0.09 0.01 99.66 03:56:12 02:27:01 0 0.15 0.00 0.08 0.38 0.00 99.38 03:56:12 02:27:01 1 0.33 0.00 0.07 0.00 0.02 99.58 03:56:12 02:27:01 2 0.03 0.00 0.02 0.00 0.02 99.93 03:56:12 02:27:01 3 0.12 0.00 0.03 0.02 0.00 99.83 03:56:12 02:27:01 4 0.22 0.00 0.15 0.32 0.02 99.30 03:56:12 02:27:01 5 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 02:27:01 6 0.25 0.00 0.00 0.00 0.00 99.75 03:56:12 02:27:01 7 0.28 0.00 0.17 0.00 0.00 99.55 03:56:12 02:28:01 all 0.02 0.00 0.00 0.00 0.00 99.97 03:56:12 02:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:28:01 1 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 02:28:01 2 0.05 0.00 0.02 0.00 0.00 99.93 03:56:12 02:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:28:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 02:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:28:01 6 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 02:28:01 7 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 02:29:01 all 0.16 0.00 0.01 0.00 0.00 99.83 03:56:12 02:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:29:01 1 1.17 0.00 0.02 0.00 0.02 98.79 03:56:12 02:29:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:29:01 4 0.00 0.00 0.02 0.02 0.00 99.97 03:56:12 02:29:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:29:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:29:01 7 0.03 0.00 0.00 0.00 0.02 99.95 03:56:12 02:30:01 all 0.13 0.00 0.01 0.00 0.00 99.86 03:56:12 02:30:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:30:01 1 0.85 0.00 0.00 0.00 0.00 99.15 03:56:12 02:30:01 2 0.03 0.00 0.03 0.00 0.02 99.92 03:56:12 02:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:30:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 02:30:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:30:01 6 0.10 0.00 0.00 0.00 0.00 99.90 03:56:12 02:30:01 7 0.05 0.00 0.02 0.00 0.00 99.93 03:56:12 02:31:01 all 0.03 0.00 0.01 0.00 0.01 99.95 03:56:12 02:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:31:01 1 0.15 0.00 0.00 0.00 0.02 99.83 03:56:12 02:31:01 2 0.05 0.00 0.00 0.00 0.02 99.93 03:56:12 02:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:31:01 4 0.00 0.00 0.02 0.03 0.02 99.93 03:56:12 02:31:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:31:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:32:01 all 0.17 0.00 0.01 0.00 0.00 99.82 03:56:12 02:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:32:01 1 1.27 0.00 0.02 0.00 0.00 98.71 03:56:12 02:32:01 2 0.02 0.00 0.03 0.00 0.02 99.93 03:56:12 02:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:32:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 02:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:32:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:32:01 7 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 02:33:01 all 0.09 0.00 0.00 0.00 0.00 99.90 03:56:12 02:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:33:01 1 0.65 0.00 0.00 0.00 0.02 99.33 03:56:12 02:33:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:56:12 02:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:33:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 02:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:33:01 6 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 02:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:56:12 02:33:01 CPU %user %nice %system %iowait %steal %idle 03:56:12 02:34:01 all 0.11 0.00 0.01 0.00 0.00 99.87 03:56:12 02:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:34:01 1 0.81 0.00 0.03 0.00 0.00 99.15 03:56:12 02:34:01 2 0.03 0.00 0.03 0.00 0.02 99.92 03:56:12 02:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:34:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 02:34:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:34:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:35:01 all 0.01 0.00 0.01 0.01 0.00 99.98 03:56:12 02:35:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:35:01 1 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 02:35:01 2 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 02:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:35:01 4 0.00 0.00 0.02 0.05 0.02 99.92 03:56:12 02:35:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:35:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:36:01 all 0.03 0.00 0.01 0.00 0.00 99.96 03:56:12 02:36:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:36:01 1 0.17 0.00 0.03 0.00 0.00 99.80 03:56:12 02:36:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:56:12 02:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:36:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:36:01 7 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 02:37:01 all 0.08 0.00 0.00 0.00 0.01 99.91 03:56:12 02:37:01 0 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 02:37:01 1 0.53 0.00 0.00 0.00 0.02 99.45 03:56:12 02:37:01 2 0.03 0.00 0.03 0.00 0.02 99.92 03:56:12 02:37:01 3 0.02 0.00 0.00 0.02 0.02 99.95 03:56:12 02:37:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 02:37:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:38:01 all 0.17 0.00 0.00 0.02 0.00 99.80 03:56:12 02:38:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:38:01 1 1.29 0.00 0.03 0.00 0.00 98.68 03:56:12 02:38:01 2 0.03 0.00 0.00 0.00 0.02 99.95 03:56:12 02:38:01 3 0.00 0.00 0.00 0.15 0.02 99.83 03:56:12 02:38:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:39:01 all 0.03 0.00 0.01 0.00 0.00 99.96 03:56:12 02:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:39:01 1 0.10 0.00 0.03 0.00 0.00 99.87 03:56:12 02:39:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 02:39:01 3 0.02 0.00 0.02 0.02 0.02 99.93 03:56:12 02:39:01 4 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 02:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:39:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:39:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:40:01 all 0.01 0.00 0.00 0.00 0.00 99.98 03:56:12 02:40:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:40:01 1 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 02:40:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:40:01 3 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 02:40:01 4 0.02 0.00 0.00 0.02 0.02 99.95 03:56:12 02:40:01 5 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 02:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:41:01 all 0.02 0.00 0.00 0.02 0.00 99.95 03:56:12 02:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:41:01 1 0.03 0.00 0.00 0.00 0.02 99.95 03:56:12 02:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:41:01 4 0.02 0.00 0.02 0.15 0.00 99.82 03:56:12 02:41:01 5 0.05 0.00 0.02 0.00 0.00 99.93 03:56:12 02:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:42:01 all 0.13 0.00 0.01 0.00 0.01 99.86 03:56:12 02:42:01 0 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 02:42:01 1 0.98 0.00 0.00 0.00 0.00 99.02 03:56:12 02:42:01 2 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 02:42:01 3 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 02:42:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 02:42:01 5 0.00 0.00 0.03 0.00 0.02 99.95 03:56:12 02:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:43:01 all 0.02 0.00 0.01 0.00 0.00 99.96 03:56:12 02:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:43:01 1 0.08 0.00 0.02 0.00 0.02 99.88 03:56:12 02:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:43:01 3 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 02:43:01 4 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 02:43:01 5 0.03 0.00 0.03 0.00 0.00 99.93 03:56:12 02:43:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:43:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 02:44:01 all 0.01 0.00 0.01 0.01 0.00 99.98 03:56:12 02:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:44:01 1 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 02:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:44:01 3 0.00 0.00 0.02 0.02 0.00 99.97 03:56:12 02:44:01 4 0.00 0.00 0.00 0.03 0.00 99.97 03:56:12 02:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:44:01 6 0.03 0.00 0.02 0.00 0.02 99.93 03:56:12 02:44:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:56:12 02:44:01 CPU %user %nice %system %iowait %steal %idle 03:56:12 02:45:01 all 0.01 0.00 0.00 0.00 0.01 99.98 03:56:12 02:45:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:45:01 1 0.00 0.00 0.02 0.00 0.03 99.95 03:56:12 02:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:45:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 02:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:45:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 02:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:46:01 all 0.23 0.00 0.01 0.01 0.00 99.75 03:56:12 02:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:46:01 1 1.76 0.00 0.02 0.00 0.00 98.22 03:56:12 02:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:46:01 3 0.02 0.00 0.00 0.07 0.02 99.90 03:56:12 02:46:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 02:46:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:46:01 6 0.02 0.00 0.03 0.00 0.02 99.93 03:56:12 02:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:47:01 all 0.01 0.00 0.01 0.04 0.00 99.93 03:56:12 02:47:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:47:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:47:01 2 0.02 0.00 0.02 0.02 0.02 99.93 03:56:12 02:47:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:47:01 4 0.00 0.00 0.00 0.08 0.00 99.92 03:56:12 02:47:01 5 0.05 0.00 0.03 0.00 0.02 99.90 03:56:12 02:47:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:47:01 7 0.00 0.00 0.00 0.22 0.00 99.78 03:56:12 02:48:01 all 0.01 0.00 0.00 0.00 0.00 99.98 03:56:12 02:48:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:48:01 1 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 02:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:48:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 02:48:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:48:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:48:01 7 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 02:49:01 all 0.03 0.00 0.00 0.03 0.00 99.93 03:56:12 02:49:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:49:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:49:01 4 0.00 0.00 0.00 0.27 0.02 99.72 03:56:12 02:49:01 5 0.03 0.00 0.00 0.00 0.02 99.95 03:56:12 02:49:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:49:01 7 0.18 0.00 0.02 0.00 0.00 99.80 03:56:12 02:50:01 all 0.01 0.00 0.01 0.00 0.01 99.97 03:56:12 02:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:50:01 1 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 02:50:01 2 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 02:50:01 3 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 02:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:50:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:50:01 6 0.05 0.00 0.03 0.00 0.02 99.90 03:56:12 02:50:01 7 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 02:51:01 all 0.01 0.00 0.01 0.00 0.00 99.97 03:56:12 02:51:01 0 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 02:51:01 1 0.02 0.00 0.03 0.00 0.00 99.95 03:56:12 02:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:51:01 4 0.02 0.00 0.02 0.03 0.00 99.93 03:56:12 02:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:51:01 6 0.03 0.00 0.02 0.00 0.02 99.93 03:56:12 02:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:52:01 all 0.01 0.00 0.01 0.00 0.00 99.98 03:56:12 02:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:52:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:52:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 02:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:52:01 6 0.03 0.00 0.03 0.00 0.02 99.92 03:56:12 02:52:01 7 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 02:53:01 all 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 02:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:53:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:53:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 02:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:53:01 6 0.05 0.00 0.00 0.00 0.02 99.93 03:56:12 02:53:01 7 0.13 0.00 0.00 0.00 0.00 99.87 03:56:12 02:54:01 all 0.03 0.00 0.03 0.01 0.00 99.94 03:56:12 02:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:54:01 1 0.02 0.00 0.05 0.03 0.00 99.90 03:56:12 02:54:01 2 0.03 0.00 0.02 0.03 0.02 99.90 03:56:12 02:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:54:01 4 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 02:54:01 5 0.03 0.00 0.03 0.00 0.00 99.93 03:56:12 02:54:01 6 0.05 0.00 0.07 0.00 0.00 99.88 03:56:12 02:54:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:55:01 all 0.01 0.00 0.01 0.00 0.01 99.97 03:56:12 02:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:55:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 02:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:55:01 3 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 02:55:01 4 0.00 0.00 0.02 0.02 0.02 99.95 03:56:12 02:55:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:55:01 6 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 02:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:56:12 02:55:01 CPU %user %nice %system %iowait %steal %idle 03:56:12 02:56:01 all 0.05 0.00 0.01 0.00 0.00 99.93 03:56:12 02:56:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:56:01 1 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 02:56:01 2 0.00 0.00 0.02 0.02 0.00 99.97 03:56:12 02:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:56:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:56:01 7 0.33 0.00 0.07 0.00 0.00 99.60 03:56:12 02:57:01 all 0.01 0.00 0.01 0.00 0.00 99.97 03:56:12 02:57:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:57:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:57:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 02:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:57:01 6 0.05 0.00 0.02 0.00 0.02 99.92 03:56:12 02:57:01 7 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 02:58:01 all 0.01 0.00 0.01 0.00 0.01 99.97 03:56:12 02:58:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:58:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:58:01 2 0.00 0.00 0.00 0.02 0.02 99.97 03:56:12 02:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:58:01 4 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 02:58:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:58:01 6 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 02:58:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 02:59:01 all 0.01 0.00 0.00 0.00 0.00 99.98 03:56:12 02:59:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 02:59:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 02:59:01 2 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 02:59:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 02:59:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 02:59:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:59:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 02:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:00:01 all 0.01 0.00 0.01 0.00 0.00 99.98 03:56:12 03:00:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:00:01 2 0.00 0.00 0.03 0.00 0.00 99.97 03:56:12 03:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:00:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:00:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:00:01 6 0.05 0.00 0.03 0.00 0.02 99.90 03:56:12 03:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:01:01 all 0.00 0.00 0.00 0.01 0.00 99.98 03:56:12 03:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:01:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:01:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:01:01 3 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 03:01:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 03:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:01:01 6 0.02 0.00 0.02 0.02 0.02 99.93 03:56:12 03:01:01 7 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 03:02:01 all 0.02 0.00 0.01 0.00 0.01 99.96 03:56:12 03:02:01 0 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 03:02:01 1 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 03:02:01 2 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 03:02:01 3 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 03:02:01 4 0.03 0.00 0.00 0.02 0.00 99.95 03:56:12 03:02:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:02:01 6 0.03 0.00 0.03 0.00 0.02 99.92 03:56:12 03:02:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:03:01 all 0.00 0.00 0.01 0.00 0.01 99.98 03:56:12 03:03:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:03:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:03:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:03:01 3 0.00 0.00 0.00 0.02 0.02 99.97 03:56:12 03:03:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 03:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:03:01 6 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 03:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:04:01 all 0.01 0.00 0.00 0.00 0.01 99.97 03:56:12 03:04:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:04:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:04:01 2 0.00 0.00 0.00 0.02 0.02 99.97 03:56:12 03:04:01 3 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 03:04:01 4 0.02 0.00 0.02 0.02 0.00 99.95 03:56:12 03:04:01 5 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 03:04:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:04:01 7 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 03:05:01 all 0.01 0.00 0.01 0.00 0.01 99.97 03:56:12 03:05:01 0 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:05:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:05:01 2 0.00 0.00 0.02 0.02 0.00 99.97 03:56:12 03:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:05:01 4 0.00 0.00 0.00 0.02 0.02 99.97 03:56:12 03:05:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:05:01 6 0.02 0.00 0.03 0.00 0.02 99.93 03:56:12 03:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:06:01 all 0.01 0.00 0.00 0.00 0.00 99.98 03:56:12 03:06:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:06:01 1 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 03:06:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:06:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 03:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:06:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:56:12 03:06:01 CPU %user %nice %system %iowait %steal %idle 03:56:12 03:07:01 all 0.01 0.00 0.01 0.00 0.01 99.97 03:56:12 03:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:07:01 1 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 03:07:01 2 0.00 0.00 0.02 0.02 0.00 99.97 03:56:12 03:07:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:07:01 4 0.00 0.00 0.00 0.02 0.02 99.97 03:56:12 03:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:07:01 6 0.02 0.00 0.03 0.00 0.02 99.93 03:56:12 03:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:08:01 all 0.01 0.00 0.01 0.00 0.01 99.98 03:56:12 03:08:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:08:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:08:01 2 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:08:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 03:08:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:08:01 6 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 03:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:09:01 all 0.06 0.00 0.01 0.00 0.00 99.92 03:56:12 03:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:09:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:09:01 2 0.02 0.00 0.02 0.02 0.00 99.95 03:56:12 03:09:01 3 0.07 0.00 0.02 0.00 0.02 99.90 03:56:12 03:09:01 4 0.22 0.00 0.03 0.02 0.00 99.73 03:56:12 03:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:09:01 6 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 03:09:01 7 0.10 0.00 0.00 0.00 0.00 99.90 03:56:12 03:10:01 all 0.35 0.00 0.02 0.00 0.00 99.62 03:56:12 03:10:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 03:10:01 1 0.07 0.00 0.02 0.00 0.00 99.92 03:56:12 03:10:01 2 0.10 0.00 0.02 0.00 0.00 99.88 03:56:12 03:10:01 3 1.03 0.00 0.02 0.02 0.00 98.94 03:56:12 03:10:01 4 1.26 0.00 0.02 0.02 0.00 98.71 03:56:12 03:10:01 5 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 03:10:01 6 0.22 0.00 0.02 0.00 0.02 99.75 03:56:12 03:10:01 7 0.07 0.00 0.03 0.00 0.00 99.90 03:56:12 03:11:01 all 0.26 0.00 0.01 0.00 0.01 99.73 03:56:12 03:11:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:11:01 2 0.02 0.00 0.00 0.02 0.02 99.95 03:56:12 03:11:01 3 1.99 0.00 0.00 0.00 0.02 98.00 03:56:12 03:11:01 4 0.02 0.00 0.00 0.02 0.02 99.95 03:56:12 03:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:11:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:12:01 all 0.11 0.00 0.01 0.00 0.00 99.87 03:56:12 03:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:12:01 1 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 03:12:01 2 0.00 0.00 0.02 0.03 0.00 99.95 03:56:12 03:12:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:56:12 03:12:01 4 0.83 0.00 0.05 0.00 0.00 99.12 03:56:12 03:12:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:13:01 all 0.01 0.00 0.00 0.00 0.01 99.98 03:56:12 03:13:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:13:01 2 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 03:13:01 3 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 03:13:01 4 0.00 0.00 0.00 0.02 0.02 99.97 03:56:12 03:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:13:01 7 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 03:14:01 all 0.01 0.00 0.00 0.00 0.00 99.98 03:56:12 03:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:14:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 03:14:01 2 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 03:14:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:56:12 03:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:14:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:15:01 all 0.02 0.00 0.01 0.00 0.01 99.96 03:56:12 03:15:01 0 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:15:01 1 0.07 0.00 0.02 0.00 0.00 99.92 03:56:12 03:15:01 2 0.03 0.00 0.00 0.02 0.00 99.95 03:56:12 03:15:01 3 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 03:15:01 4 0.02 0.00 0.00 0.02 0.02 99.95 03:56:12 03:15:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:16:02 all 0.00 0.00 0.00 0.00 0.00 99.99 03:56:12 03:16:02 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:16:02 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:16:02 2 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 03:16:02 3 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:16:02 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 03:16:02 5 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 03:16:02 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:16:02 7 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:17:01 all 0.01 0.00 0.01 0.00 0.00 99.96 03:56:12 03:17:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:17:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:17:01 2 0.02 0.00 0.02 0.02 0.00 99.95 03:56:12 03:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:17:01 4 0.00 0.00 0.02 0.02 0.02 99.95 03:56:12 03:17:01 5 0.03 0.00 0.05 0.00 0.02 99.90 03:56:12 03:17:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:17:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:56:12 03:17:01 CPU %user %nice %system %iowait %steal %idle 03:56:12 03:18:01 all 0.01 0.00 0.00 0.00 0.01 99.98 03:56:12 03:18:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:18:01 1 0.03 0.00 0.00 0.00 0.02 99.95 03:56:12 03:18:01 2 0.02 0.00 0.00 0.02 0.02 99.95 03:56:12 03:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:18:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 03:18:01 5 0.03 0.00 0.02 0.00 0.02 99.93 03:56:12 03:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:19:01 all 0.02 0.00 0.01 0.00 0.00 99.97 03:56:12 03:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:19:01 2 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 03:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:19:01 4 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:19:01 5 0.03 0.00 0.05 0.00 0.00 99.92 03:56:12 03:19:01 6 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 03:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:20:01 all 0.00 0.00 0.02 0.00 0.00 99.97 03:56:12 03:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:20:01 1 0.00 0.00 0.03 0.00 0.00 99.97 03:56:12 03:20:01 2 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 03:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:20:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 03:20:01 5 0.00 0.00 0.03 0.00 0.02 99.95 03:56:12 03:20:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:20:01 7 0.00 0.00 0.03 0.00 0.00 99.97 03:56:12 03:21:01 all 0.20 0.00 0.01 0.00 0.01 99.78 03:56:12 03:21:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:21:01 1 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:21:01 2 0.03 0.00 0.02 0.02 0.02 99.92 03:56:12 03:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:21:01 4 1.48 0.00 0.02 0.00 0.02 98.48 03:56:12 03:21:01 5 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:22:01 all 0.26 0.00 0.00 0.01 0.00 99.73 03:56:12 03:22:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:22:01 1 0.05 0.00 0.00 0.00 0.00 99.95 03:56:12 03:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:22:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:22:01 4 1.97 0.00 0.00 0.03 0.00 98.00 03:56:12 03:22:01 5 0.02 0.00 0.00 0.02 0.02 99.95 03:56:12 03:22:01 6 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 03:22:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:23:01 all 0.26 0.00 0.00 0.00 0.00 99.73 03:56:12 03:23:01 0 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:23:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:23:01 2 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 03:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:23:01 4 1.97 0.00 0.00 0.00 0.00 98.03 03:56:12 03:23:01 5 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 03:23:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:24:01 all 0.25 0.00 0.01 0.00 0.01 99.74 03:56:12 03:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:24:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:24:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:24:01 4 1.94 0.00 0.02 0.02 0.02 98.01 03:56:12 03:24:01 5 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 03:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:24:01 7 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 03:25:01 all 0.03 0.00 0.01 0.00 0.01 99.95 03:56:12 03:25:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:25:01 2 0.02 0.00 0.00 0.02 0.02 99.95 03:56:12 03:25:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:25:01 4 0.17 0.00 0.03 0.00 0.00 99.80 03:56:12 03:25:01 5 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 03:25:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:26:01 all 0.02 0.00 0.01 0.00 0.00 99.96 03:56:12 03:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:26:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 03:26:01 2 0.00 0.00 0.02 0.02 0.00 99.97 03:56:12 03:26:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:26:01 4 0.00 0.00 0.00 0.02 0.02 99.97 03:56:12 03:26:01 5 0.08 0.00 0.05 0.00 0.00 99.87 03:56:12 03:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:26:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:27:01 all 0.01 0.00 0.00 0.00 0.01 99.97 03:56:12 03:27:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:27:01 1 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 03:27:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:27:01 4 0.02 0.00 0.00 0.02 0.02 99.95 03:56:12 03:27:01 5 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:27:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:28:01 all 0.01 0.00 0.01 0.00 0.00 99.97 03:56:12 03:28:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:28:01 1 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 03:28:01 2 0.02 0.00 0.02 0.02 0.02 99.93 03:56:12 03:28:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:28:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:28:01 5 0.02 0.00 0.03 0.00 0.02 99.93 03:56:12 03:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:28:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:56:12 03:28:01 CPU %user %nice %system %iowait %steal %idle 03:56:12 03:29:01 all 0.00 0.00 0.00 0.00 0.00 99.99 03:56:12 03:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:29:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:29:01 2 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 03:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:29:01 4 0.00 0.00 0.00 0.02 0.02 99.97 03:56:12 03:29:01 5 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 03:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:30:01 all 0.01 0.00 0.00 0.00 0.00 99.97 03:56:12 03:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:30:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 03:30:01 2 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:30:01 4 0.00 0.00 0.02 0.02 0.00 99.97 03:56:12 03:30:01 5 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:30:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:30:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 03:31:01 all 0.01 0.00 0.00 0.00 0.01 99.98 03:56:12 03:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:31:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:31:01 2 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 03:31:01 3 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 03:31:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 03:31:01 5 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 03:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:32:01 all 0.01 0.00 0.01 0.00 0.01 99.97 03:56:12 03:32:01 0 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:32:01 1 0.03 0.00 0.02 0.00 0.02 99.93 03:56:12 03:32:01 2 0.00 0.00 0.02 0.02 0.02 99.95 03:56:12 03:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:32:01 4 0.00 0.00 0.00 0.02 0.02 99.97 03:56:12 03:32:01 5 0.02 0.00 0.02 0.00 0.03 99.93 03:56:12 03:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:32:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:33:01 all 0.06 0.00 0.01 0.00 0.00 99.93 03:56:12 03:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:33:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:33:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:33:01 4 0.43 0.00 0.00 0.02 0.00 99.55 03:56:12 03:33:01 5 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 03:33:01 6 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 03:33:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:34:01 all 0.26 0.00 0.00 0.01 0.00 99.72 03:56:12 03:34:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:34:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 03:34:01 2 0.00 0.00 0.00 0.03 0.00 99.97 03:56:12 03:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:34:01 4 1.99 0.00 0.02 0.05 0.02 97.93 03:56:12 03:34:01 5 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 03:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:34:01 7 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:35:01 all 0.26 0.00 0.01 0.00 0.00 99.72 03:56:12 03:35:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:35:01 1 0.03 0.00 0.03 0.00 0.00 99.93 03:56:12 03:35:01 2 0.02 0.00 0.00 0.02 0.02 99.95 03:56:12 03:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:35:01 4 1.99 0.00 0.00 0.00 0.00 98.01 03:56:12 03:35:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:35:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:35:01 7 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:36:01 all 0.16 0.00 0.00 0.00 0.01 99.82 03:56:12 03:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:36:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 03:36:01 2 0.00 0.00 0.00 0.03 0.00 99.97 03:56:12 03:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:36:01 4 1.22 0.00 0.00 0.00 0.02 98.76 03:56:12 03:36:01 5 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:36:01 7 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 03:37:01 all 0.01 0.00 0.01 0.00 0.00 99.97 03:56:12 03:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:37:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:37:01 2 0.00 0.00 0.00 0.03 0.02 99.95 03:56:12 03:37:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:37:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:37:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:37:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:37:01 7 0.05 0.00 0.00 0.00 0.02 99.93 03:56:12 03:38:01 all 0.01 0.00 0.01 0.01 0.00 99.97 03:56:12 03:38:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:38:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:38:01 2 0.02 0.00 0.02 0.07 0.00 99.90 03:56:12 03:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:38:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 03:38:01 5 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 03:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:38:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:39:01 all 0.01 0.00 0.01 0.00 0.00 99.98 03:56:12 03:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:39:01 1 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 03:39:01 2 0.00 0.00 0.02 0.02 0.02 99.95 03:56:12 03:39:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:39:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:39:01 7 0.00 0.00 0.03 0.00 0.02 99.95 03:56:12 03:56:12 03:39:01 CPU %user %nice %system %iowait %steal %idle 03:56:12 03:40:01 all 0.01 0.00 0.01 0.00 0.01 99.96 03:56:12 03:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:40:01 1 0.00 0.00 0.03 0.00 0.02 99.95 03:56:12 03:40:01 2 0.02 0.00 0.00 0.03 0.00 99.95 03:56:12 03:40:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:40:01 5 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 03:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:40:01 7 0.03 0.00 0.02 0.00 0.03 99.92 03:56:12 03:41:01 all 0.01 0.00 0.00 0.00 0.01 99.97 03:56:12 03:41:01 0 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 03:41:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:41:01 2 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 03:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:41:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 03:41:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:41:01 7 0.03 0.00 0.02 0.00 0.02 99.93 03:56:12 03:42:01 all 0.01 0.00 0.00 0.00 0.00 99.98 03:56:12 03:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:42:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:42:01 2 0.00 0.00 0.00 0.02 0.02 99.97 03:56:12 03:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:42:01 7 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:43:01 all 0.02 0.00 0.01 0.00 0.00 99.97 03:56:12 03:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:43:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 03:43:01 2 0.02 0.00 0.00 0.03 0.00 99.95 03:56:12 03:43:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:56:12 03:43:01 4 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:43:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:44:01 all 0.01 0.00 0.00 0.00 0.01 99.97 03:56:12 03:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:44:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:44:01 2 0.02 0.00 0.00 0.03 0.02 99.93 03:56:12 03:44:01 3 0.00 0.00 0.02 0.00 0.02 99.97 03:56:12 03:44:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 03:44:01 5 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:44:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:45:01 all 0.04 0.00 0.01 0.00 0.00 99.95 03:56:12 03:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:45:01 1 0.02 0.00 0.03 0.00 0.02 99.93 03:56:12 03:45:01 2 0.02 0.00 0.02 0.02 0.00 99.95 03:56:12 03:45:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 03:45:01 4 0.18 0.00 0.00 0.00 0.00 99.82 03:56:12 03:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:45:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:46:01 all 0.26 0.00 0.01 0.00 0.01 99.72 03:56:12 03:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:46:01 1 0.03 0.00 0.05 0.00 0.02 99.90 03:56:12 03:46:01 2 0.00 0.00 0.00 0.03 0.02 99.95 03:56:12 03:46:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:46:01 4 1.25 0.00 0.02 0.00 0.02 98.71 03:56:12 03:46:01 5 0.73 0.00 0.00 0.00 0.00 99.27 03:56:12 03:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:47:01 all 0.26 0.00 0.01 0.01 0.00 99.72 03:56:12 03:47:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:47:01 1 0.03 0.00 0.00 0.00 0.02 99.95 03:56:12 03:47:01 2 0.02 0.00 0.02 0.03 0.02 99.92 03:56:12 03:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:47:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:47:01 5 1.99 0.00 0.02 0.00 0.00 98.00 03:56:12 03:47:01 6 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 03:47:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:48:01 all 0.15 0.00 0.00 0.00 0.01 99.83 03:56:12 03:48:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:48:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:48:01 2 0.03 0.00 0.00 0.02 0.02 99.93 03:56:12 03:48:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:48:01 5 1.17 0.00 0.02 0.00 0.02 98.79 03:56:12 03:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:48:01 7 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 03:49:01 all 0.01 0.00 0.00 0.00 0.01 99.98 03:56:12 03:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:49:01 2 0.03 0.00 0.02 0.02 0.03 99.90 03:56:12 03:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:49:01 4 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:49:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:50:01 all 0.01 0.00 0.01 0.00 0.00 99.97 03:56:12 03:50:01 0 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:50:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:56:12 03:50:01 2 0.03 0.00 0.02 0.02 0.02 99.92 03:56:12 03:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:50:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:50:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:50:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:56:12 03:50:01 CPU %user %nice %system %iowait %steal %idle 03:56:12 03:51:01 all 0.01 0.00 0.00 0.00 0.01 99.97 03:56:12 03:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:51:01 1 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:51:01 2 0.03 0.00 0.00 0.03 0.03 99.90 03:56:12 03:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:51:01 5 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 03:51:01 6 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 03:51:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:52:01 all 0.02 0.00 0.01 0.00 0.00 99.97 03:56:12 03:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:52:01 1 0.03 0.00 0.02 0.02 0.00 99.93 03:56:12 03:52:01 2 0.02 0.00 0.00 0.02 0.00 99.97 03:56:12 03:52:01 3 0.03 0.00 0.00 0.00 0.00 99.97 03:56:12 03:52:01 4 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 03:52:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:52:01 6 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 03:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:53:01 all 0.01 0.00 0.00 0.00 0.01 99.98 03:56:12 03:53:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:53:01 2 0.02 0.00 0.00 0.02 0.02 99.95 03:56:12 03:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:53:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:53:01 5 0.02 0.00 0.00 0.00 0.02 99.97 03:56:12 03:53:01 6 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 03:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:54:01 all 0.15 0.00 0.01 0.00 0.00 99.83 03:56:12 03:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:54:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:54:01 2 0.00 0.00 0.02 0.03 0.00 99.95 03:56:12 03:54:01 3 0.00 0.00 0.00 0.00 0.02 99.98 03:56:12 03:54:01 4 0.00 0.00 0.02 0.00 0.00 99.98 03:56:12 03:54:01 5 1.14 0.00 0.02 0.00 0.00 98.84 03:56:12 03:54:01 6 0.02 0.00 0.03 0.00 0.00 99.95 03:56:12 03:54:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:12 03:55:01 all 0.26 0.00 0.01 0.00 0.00 99.73 03:56:12 03:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:55:01 2 0.00 0.00 0.00 0.02 0.00 99.98 03:56:12 03:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:56:12 03:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:55:01 5 1.97 0.00 0.00 0.00 0.00 98.03 03:56:12 03:55:01 6 0.02 0.00 0.02 0.00 0.02 99.95 03:56:12 03:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:12 03:56:01 all 2.95 0.00 1.22 0.04 0.02 95.78 03:56:12 03:56:01 0 2.17 0.00 1.45 0.00 0.02 96.36 03:56:12 03:56:01 1 3.19 0.00 1.05 0.00 0.02 95.74 03:56:12 03:56:01 2 2.16 0.00 1.40 0.27 0.02 96.15 03:56:12 03:56:01 3 3.25 0.00 1.84 0.02 0.00 94.89 03:56:12 03:56:01 4 2.96 0.00 0.90 0.00 0.02 96.12 03:56:12 03:56:01 5 4.62 0.00 0.82 0.02 0.02 94.52 03:56:12 03:56:01 6 2.98 0.00 1.20 0.00 0.03 95.78 03:56:12 03:56:01 7 2.21 0.00 1.09 0.02 0.02 96.67 03:56:12 Average: all 1.27 0.00 0.32 0.41 0.01 97.99 03:56:12 Average: 0 1.40 0.00 0.30 0.28 0.01 98.02 03:56:12 Average: 1 1.21 0.00 0.29 0.36 0.01 98.13 03:56:12 Average: 2 1.24 0.00 0.33 0.38 0.01 98.04 03:56:12 Average: 3 1.25 0.00 0.31 0.33 0.01 98.10 03:56:12 Average: 4 1.29 0.00 0.29 0.28 0.01 98.13 03:56:12 Average: 5 1.26 0.00 0.35 0.82 0.01 97.56 03:56:12 Average: 6 1.25 0.00 0.33 0.34 0.01 98.07 03:56:12 Average: 7 1.26 0.00 0.35 0.51 0.01 97.87 03:56:12 03:56:12 03:56:12