Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f47b8469dc3efba432dbb776b3e0583fbd02872a 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-ssh5478357912992779021.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 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-ssh13420127272020692417.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1519662998915133094.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 67d2f908f88f8156fbe481f59f373e57362cafe7 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 67d2f908f88f8156fbe481f59f373e57362cafe7 # timeout=10 Commit message: "Merge pull request #476 from cherrycl/issue-475" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that 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-ssh13467651457554279966.key > 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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7905558720813645725.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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], goVersion:1.25] ========================================================= [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.25 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 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 ‘prd-ubuntu20.04-docker-8c-8g-8835’ Running on prd-ubuntu20.04-docker-8c-8g-8842 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/973 [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/973 # 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 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision f47b8469dc3efba432dbb776b3e0583fbd02872a (main) Commit message: "Merge pull request #5413 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v4-4.1.0-dev.67" > 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 core.sparsecheckout # timeout=10 > git checkout -f f47b8469dc3efba432dbb776b3e0583fbd02872a # timeout=10 > git rev-list --no-walk fa9291b4267d8cf249f54b4b348df68d64af3156 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:07:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:07:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:07:59 ========================================================= 01:07:59 EdgeX Global Pipelines Version Info 01:07:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:08:00 ------------------- 01:08:00 stable info: 01:08:00 ------------------- 01:08:00 Commited By: Cherry Wang cherry@iotechsys.com 01:08:00 Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 01:08:00 Message: update stable to v1.0.278 01:08:01 ------------------- 01:08:01 experimental info: 01:08:01 ------------------- 01:08:01 Commited By: **** collab-it+edgex@linuxfoundation.org 01:08:01 Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 01:08:01 Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f47b846 [Pipeline] echo 01:08:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:08:01 provisioning config files... 01:08:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/973@tmp/config12858552885309065814tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:08:02 ---> ****-login.sh 01:08:02 nexus3.edgexfoundry.org:10001 01:08:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:08:02 01:08:02 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:08:02 Configure a credential helper to remove this warning. See 01:08:02 https://docs.****.com/go/credential-store/ 01:08:02 01:08:02 Login Succeeded 01:08:02 nexus3.edgexfoundry.org:10002 01:08:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:08:02 01:08:02 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:08:02 Configure a credential helper to remove this warning. See 01:08:02 https://docs.****.com/go/credential-store/ 01:08:02 01:08:02 Login Succeeded 01:08:02 nexus3.edgexfoundry.org:10003 01:08:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:08:02 01:08:02 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:08:02 Configure a credential helper to remove this warning. See 01:08:02 https://docs.****.com/go/credential-store/ 01:08:02 01:08:02 Login Succeeded 01:08:02 nexus3.edgexfoundry.org:10004 01:08:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:08:02 01:08:02 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:08:02 Configure a credential helper to remove this warning. See 01:08:02 https://docs.****.com/go/credential-store/ 01:08:02 01:08:02 Login Succeeded 01:08:02 ****.io 01:08:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:08:03 01:08:03 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:08:03 Configure a credential helper to remove this warning. See 01:08:03 https://docs.****.com/go/credential-store/ 01:08:03 01:08:03 Login Succeeded 01:08:03 ---> ****-login.sh ends [Pipeline] } 01:08:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:08:03 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/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 01:08:03 + + dirname cmd/core-command/Dockerfilecut 01:08:03 -d/ -f2 01:08:03 + echo core-command,cmd/core-command/Dockerfile 01:08:03 + dirname cmd/core-common-config-bootstrapper/Dockerfile+ 01:08:03 cut -d/ -f2 01:08:03 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 01:08:03 + dirname cmd/core-data/Dockerfile 01:08:03 + cut -d/ -f2 01:08:03 + echo core-data,cmd/core-data/Dockerfile 01:08:03 + dirname cmd/core-keeper/Dockerfile 01:08:03 + cut -d/ -f2 01:08:03 + echo core-keeper,cmd/core-keeper/Dockerfile 01:08:03 + dirname cmd/core-metadata/Dockerfile 01:08:03 + cut -d/ -f2 01:08:03 + echo core-metadata,cmd/core-metadata/Dockerfile 01:08:03 + cut -d/ -f2 01:08:03 + dirname cmd/security-bootstrapper/Dockerfile 01:08:03 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:08:03 + dirname cmd/security-proxy-auth/Dockerfile 01:08:03 + cut -d/ -f2 01:08:03 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 01:08:03 + dirname cmd/security-proxy-setup/Dockerfile 01:08:03 + cut -d/ -f2 01:08:03 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:08:03 + dirname cmd/security-secretstore-setup/Dockerfile 01:08:03 + cut -d/ -f2 01:08:03 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:08:03 + dirname cmd/security-spiffe-token-provider/Dockerfile 01:08:03 + cut -d/ -f2 01:08:03 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 01:08:03 + dirname cmd/security-spire-agent/Dockerfile 01:08:03 + cut -d/ -f2 01:08:03 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 01:08:03 + dirname cmd/security-spire-config/Dockerfile 01:08:03 + cut -d/ -f2 01:08:03 + echo security-spire-config,cmd/security-spire-config/Dockerfile 01:08:03 + dirname cmd/security-spire-server/Dockerfile 01:08:03 + cut -d/ -f2 01:08:03 + echo security-spire-server,cmd/security-spire-server/Dockerfile 01:08:03 + dirname cmd/support-notifications/Dockerfile 01:08:03 + cut -d/ -f2 01:08:03 + echo support-notifications,cmd/support-notifications/Dockerfile 01:08:03 + dirname cmd/support-scheduler/Dockerfile 01:08:03 + cut -d/ -f2 01:08:03 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 01:08:03 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/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]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:08:04 + git rev-list -1 --merges f47b8469dc3efba432dbb776b3e0583fbd02872a~1..f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo 01:08:04 -----------> git rev-list -1 --merges f47b8469dc3efba432dbb776b3e0583fbd02872a~1..f47b8469dc3efba432dbb776b3e0583fbd02872a f47b8469dc3efba432dbb776b3e0583fbd02872a 01:08:04 f47b8469dc3efba432dbb776b3e0583fbd02872a [false] [Pipeline] sh 01:08:04 + git log --format=format:%s -1 f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo 01:08:04 ========================================================= 01:08:04 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:08:04 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:08:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:08:05 + grep -v github /etc/ssh/ssh_known_hosts 01:08:05 + [ -e /tmp/ssh_known_hosts ] 01:08:05 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:08:05 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:08:05 + sudo tee -a /etc/ssh/ssh_known_hosts 01:08:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:08:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:08:05 01:08:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:08:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:08:05 0.1.4: Pulling from edgex-devops/py-git-semver 01:08:05 3dae71ba6b94: Pulling fs layer 01:08:05 6bf1a483ea7c: Pulling fs layer 01:08:05 f5dfc541a4d3: Pulling fs layer 01:08:05 461d9e800cba: Pulling fs layer 01:08:05 80192f66455f: Pulling fs layer 01:08:05 2e8e34ca0e6c: Pulling fs layer 01:08:05 a29436f7fd5d: Pulling fs layer 01:08:05 923cac83aea3: Pulling fs layer 01:08:05 25ad8b0a4227: Pulling fs layer 01:08:05 db01528c6b51: Pulling fs layer 01:08:05 28988de357af: Pulling fs layer 01:08:05 2e8e34ca0e6c: Waiting 01:08:05 a29436f7fd5d: Waiting 01:08:05 461d9e800cba: Waiting 01:08:05 80192f66455f: Waiting 01:08:05 923cac83aea3: Waiting 01:08:05 28988de357af: Waiting 01:08:05 25ad8b0a4227: Waiting 01:08:05 6bf1a483ea7c: Verifying Checksum 01:08:05 6bf1a483ea7c: Download complete 01:08:05 461d9e800cba: Verifying Checksum 01:08:05 461d9e800cba: Download complete 01:08:05 80192f66455f: Verifying Checksum 01:08:05 80192f66455f: Download complete 01:08:06 f5dfc541a4d3: Verifying Checksum 01:08:06 f5dfc541a4d3: Download complete 01:08:06 3dae71ba6b94: Verifying Checksum 01:08:06 3dae71ba6b94: Download complete 01:08:06 923cac83aea3: Verifying Checksum 01:08:06 923cac83aea3: Download complete 01:08:06 25ad8b0a4227: Verifying Checksum 01:08:06 25ad8b0a4227: Download complete 01:08:06 db01528c6b51: Verifying Checksum 01:08:06 db01528c6b51: Download complete 01:08:06 28988de357af: Verifying Checksum 01:08:06 28988de357af: Download complete 01:08:06 a29436f7fd5d: Verifying Checksum 01:08:06 a29436f7fd5d: Download complete 01:08:06 2e8e34ca0e6c: Verifying Checksum 01:08:06 2e8e34ca0e6c: Download complete 01:08:07 3dae71ba6b94: Pull complete 01:08:07 6bf1a483ea7c: Pull complete 01:08:08 f5dfc541a4d3: Pull complete 01:08:08 461d9e800cba: Pull complete 01:08:08 80192f66455f: Pull complete 01:08:13 2e8e34ca0e6c: Pull complete 01:08:13 a29436f7fd5d: Pull complete 01:08:13 923cac83aea3: Pull complete 01:08:13 25ad8b0a4227: Pull complete 01:08:13 db01528c6b51: Pull complete 01:08:13 28988de357af: Pull complete 01:08:13 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 01:08:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:08:13 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:08:14 prd-ubuntu20.04-docker-8c-8g-8842 does not seem to be running inside a container 01:08:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/973 -v /w/workspace/edgex-go/973:/w/workspace/edgex-go/973:rw,z -v /w/workspace/edgex-go/973@tmp:/w/workspace/edgex-go/973@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:08:17 $ docker top 90278aee4884683579c6260b45cddd72cfb9a825819169f472edfd9904f46cd8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:08:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:08:18 [ssh-agent] Looking for ssh-agent implementation... 01:08:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:08:18 $ docker exec 90278aee4884683579c6260b45cddd72cfb9a825819169f472edfd9904f46cd8 ssh-agent 01:08:18 SSH_AUTH_SOCK=/tmp/ssh-8aALv5SdUgar/agent.32 01:08:18 SSH_AGENT_PID=38 01:08:18 Running ssh-add (command line suppressed) 01:08:18 Identity added: /w/workspace/edgex-go/973@tmp/private_key_4075738869538472210.key (/w/workspace/edgex-go/973@tmp/private_key_4075738869538472210.key) 01:08:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:08:18 + git config --global --add safe.directory /w/workspace/edgex-go/973 [Pipeline] sh 01:08:19 + git tag --points-at HEAD [Pipeline] } 01:08:19 $ docker exec --env ******** --env ******** 90278aee4884683579c6260b45cddd72cfb9a825819169f472edfd9904f46cd8 ssh-agent -k 01:08:19 unset SSH_AUTH_SOCK; 01:08:19 unset SSH_AGENT_PID; 01:08:19 echo Agent pid 38 killed; 01:08:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:08:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:08:19 [ssh-agent] Looking for ssh-agent implementation... 01:08:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:08:19 $ docker exec 90278aee4884683579c6260b45cddd72cfb9a825819169f472edfd9904f46cd8 ssh-agent 01:08:19 SSH_AUTH_SOCK=/tmp/ssh-uiTQw38CSb8P/agent.85 01:08:19 SSH_AGENT_PID=91 01:08:19 Running ssh-add (command line suppressed) 01:08:19 Identity added: /w/workspace/edgex-go/973@tmp/private_key_9910054301279065423.key (/w/workspace/edgex-go/973@tmp/private_key_9910054301279065423.key) 01:08:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:08:20 + git semver init 01:08:20 2026-05-08 01:08:20,236 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:08:20 2026-05-08 01:08:20,240 [run_init] DEBUG init version:0.0.0 force:False 01:08:20 2026-05-08 01:08:20,241 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/973/.semver 01:08:20 2026-05-08 01:08:20,242 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/973/.semver 01:08:20 2026-05-08 01:08:20,242 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/973/.semver'], cwd=/w/workspace/edgex-go/973, stdin=None, shell=False, universal_newlines=False) 01:08:25 2026-05-08 01:08:25,358 [append_file] DEBUG append to file:/w/workspace/edgex-go/973/.git/info/exclude 01:08:25 2026-05-08 01:08:25,359 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/973/.semver/main with force:False 01:08:25 2026-05-08 01:08:25,359 [read_version] DEBUG read version from /w/workspace/edgex-go/973/.semver/main 01:08:25 2026-05-08 01:08:25,359 [read_version] DEBUG read version from /w/workspace/edgex-go/973/.semver/main 01:08:25 4.1.0-dev.112 [Pipeline] } 01:08:25 $ docker exec --env ******** --env ******** 90278aee4884683579c6260b45cddd72cfb9a825819169f472edfd9904f46cd8 ssh-agent -k 01:08:25 unset SSH_AUTH_SOCK; 01:08:25 unset SSH_AGENT_PID; 01:08:25 echo Agent pid 91 killed; 01:08:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:08:25 + git semver [Pipeline] } 01:08:26 $ docker stop --time=1 90278aee4884683579c6260b45cddd72cfb9a825819169f472edfd9904f46cd8 01:08:27 $ docker rm -f --volumes 90278aee4884683579c6260b45cddd72cfb9a825819169f472edfd9904f46cd8 [Pipeline] // withDockerContainer [Pipeline] sh 01:08:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:08:28 Stashed 1 file(s) [Pipeline] echo 01:08:28 [edgeXSemver]: initialized semver on version 4.1.0-dev.112 [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 01:08:28 + git config --global --add safe.directory /w/workspace/edgex-go/973 [Pipeline] echo 01:08:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:08:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:08:28 ========================================================= 01:08:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] 01:08:28 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:08:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 01:08:28 1.25-alpine: Pulling from edgex-devops/edgex-golang-base 01:08:28 2d35ebdb57d9: Pulling fs layer 01:08:28 c35fb4624d26: Pulling fs layer 01:08:28 4e2aec7ef170: Pulling fs layer 01:08:28 333b49ad6fbf: Pulling fs layer 01:08:28 4f4fb700ef54: Pulling fs layer 01:08:28 c3e65509a76b: Pulling fs layer 01:08:28 7cf9ebb963bd: Pulling fs layer 01:08:28 bb34ca984cfb: Pulling fs layer 01:08:28 151cf03bc807: Pulling fs layer 01:08:28 333b49ad6fbf: Waiting 01:08:28 4f4fb700ef54: Waiting 01:08:28 c3e65509a76b: Waiting 01:08:28 7cf9ebb963bd: Waiting 01:08:28 151cf03bc807: Waiting 01:08:28 bb34ca984cfb: Waiting 01:08:28 c35fb4624d26: Download complete 01:08:28 333b49ad6fbf: Verifying Checksum 01:08:28 333b49ad6fbf: Download complete 01:08:28 4f4fb700ef54: Download complete 01:08:28 c3e65509a76b: Verifying Checksum 01:08:28 c3e65509a76b: Download complete 01:08:28 2d35ebdb57d9: Verifying Checksum 01:08:28 2d35ebdb57d9: Download complete 01:08:29 2d35ebdb57d9: Pull complete 01:08:29 7cf9ebb963bd: Verifying Checksum 01:08:29 7cf9ebb963bd: Download complete 01:08:29 c35fb4624d26: Pull complete 01:08:29 4e2aec7ef170: Verifying Checksum 01:08:29 4e2aec7ef170: Download complete 01:08:29 151cf03bc807: Verifying Checksum 01:08:29 151cf03bc807: Download complete 01:08:29 bb34ca984cfb: Verifying Checksum 01:08:29 bb34ca984cfb: Download complete 01:08:33 4e2aec7ef170: Pull complete 01:08:33 333b49ad6fbf: Pull complete 01:08:33 4f4fb700ef54: Pull complete 01:08:34 c3e65509a76b: Pull complete 01:08:34 7cf9ebb963bd: Pull complete 01:08:37 bb34ca984cfb: Pull complete 01:08:38 151cf03bc807: Pull complete 01:08:38 Digest: sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 01:08:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 01:08:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [Pipeline] fileExists [Pipeline] sh 01:08:38 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 01:08:38 WORKDIR /edgex 01:08:38 COPY go.mod . 01:08:38 RUN go mod download 01:08:38 + docker build -t ci-base-image-x86_64 -f - . 01:08:39 #0 building with "default" instance using docker driver 01:08:39 01:08:39 #1 [internal] load build definition from Dockerfile 01:08:39 #1 transferring dockerfile: 164B done 01:08:39 #1 DONE 0.0s 01:08:39 01:08:39 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 01:08:39 #2 DONE 0.0s 01:08:39 01:08:39 #3 [internal] load .dockerignore 01:08:39 #3 transferring context: 50B done 01:08:39 #3 DONE 0.0s 01:08:39 01:08:39 #4 [internal] load build context 01:08:39 #4 transferring context: 6.99kB done 01:08:39 #4 DONE 0.1s 01:08:39 01:08:39 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 01:08:39 #5 DONE 0.2s 01:08:39 01:08:39 #6 [2/4] WORKDIR /edgex 01:08:43 Still waiting to schedule task 01:08:43 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-8840’ 01:08:46 #6 DONE 6.5s 01:08:46 01:08:46 #7 [3/4] COPY go.mod . 01:08:46 #7 DONE 0.1s 01:08:46 01:08:46 #8 [4/4] RUN go mod download 01:09:18 #8 DONE 29.7s 01:09:18 01:09:18 #9 exporting to image 01:09:18 #9 exporting layers 01:09:19 #9 exporting layers 3.7s done 01:09:19 #9 writing image sha256:a22ac63766457e09b7d3795d3835e1e2c361614e4d969f4794ba369210900f96 0.0s done 01:09:19 #9 naming to docker.io/library/ci-base-image-x86_64 0.1s done 01:09:20 #9 DONE 4.0s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:21 + docker inspect -f . ci-base-image-x86_64 01:09:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:09:21 prd-ubuntu20.04-docker-8c-8g-8842 does not seem to be running inside a container 01:09:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/973 -v /w/workspace/edgex-go/973:/w/workspace/edgex-go/973:rw,z -v /w/workspace/edgex-go/973@tmp:/w/workspace/edgex-go/973@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 ******** ci-base-image-x86_64 cat 01:09:22 $ docker top ea50b5923c0fb61b43eeab94a850fedadd67f77998c451a54f0a11d830ce81e0 -eo pid,comm [Pipeline] { [Pipeline] sh 01:09:23 + go version 01:09:23 go version go1.25.2 linux/amd64 [Pipeline] } 01:09:23 $ docker stop --time=1 ea50b5923c0fb61b43eeab94a850fedadd67f77998c451a54f0a11d830ce81e0 01:09:24 $ docker rm -f --volumes ea50b5923c0fb61b43eeab94a850fedadd67f77998c451a54f0a11d830ce81e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:25 + docker inspect -f . ci-base-image-x86_64 01:09:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:09:25 prd-ubuntu20.04-docker-8c-8g-8842 does not seem to be running inside a container 01:09:25 $ 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/973 -v /w/workspace/edgex-go/973:/w/workspace/edgex-go/973:rw,z -v /w/workspace/edgex-go/973@tmp:/w/workspace/edgex-go/973@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 ******** ci-base-image-x86_64 cat 01:09:26 $ docker top 0bd429d720fb3496a6a2ba926fabad89c080832fe65d854474b596f39929e8d3 -eo pid,comm [Pipeline] { [Pipeline] echo 01:09:27 ========================================================= 01:09:27 [edgeXBuildGoParallel] Running Tests and Build... 01:09:27 ========================================================= [Pipeline] sh 01:09:27 + git config --global --add safe.directory /w/workspace/edgex-go/973 [Pipeline] fileExists [Pipeline] sh 01:09:27 + make test 01:09:27 go test -race -coverprofile=coverage.out ./... 01:09:39 ? github.com/edgexfoundry/edgex-go [no test files] 01:10:11 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 01:10:11 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 01:10:11 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 01:10:11 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 01:10:11 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 01:10:11 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 01:10:11 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 01:10:11 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 01:10:11 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 01:10:11 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 01:10:12 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 01:10:12 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 01:10:12 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 01:10:12 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:10:12 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 01:10:12 github.com/edgexfoundry/edgex-go/internal/core/command/application coverage: 0.0% of statements 01:10:12 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 01:10:12 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 01:10:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.053s coverage: 97.0% of statements 01:10:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.051s coverage: 69.4% of statements 01:10:19 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 01:10:19 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.021s coverage: 4.8% of statements 01:10:19 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 01:10:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.077s coverage: 57.3% of statements 01:10:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.018s coverage: 86.5% of statements 01:10:19 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 01:10:19 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 01:10:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.235s coverage: 94.2% of statements 01:10:20 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 01:10:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 01:10:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:10:20 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:10:20 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 01:10:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] 01:10:20 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 01:10:20 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 01:10:20 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 01:10:20 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 01:10:20 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 01:10:20 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.058s coverage: 90.7% of statements 01:10:20 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 01:10:20 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 01:10:20 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:10:20 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/registry 1.025s coverage: 0.0% of statements 01:10:20 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 01:10:20 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 01:10:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.045s coverage: 11.1% of statements 01:10:21 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 01:10:21 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 01:10:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.409s coverage: 97.7% of statements 01:10:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 01:10:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:10:22 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:10:22 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 01:10:22 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 01:10:22 ok github.com/edgexfoundry/edgex-go/internal/io 1.047s coverage: 72.2% of statements 01:10:22 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 01:10:22 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 01:10:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:10:22 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 01:10:22 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 01:10:22 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 01:10:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:10:22 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 01:10:22 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 01:10:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] 01:10:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.047s coverage: 3.5% of statements 01:10:25 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/mocks coverage: 0.0% of statements 01:10:25 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 01:10:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.040s coverage: 1.0% of statements 01:10:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:10:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.028s coverage: 38.2% of statements 01:10:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.027s coverage: 68.8% of statements 01:10:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 01:10:25 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 01:10:25 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 01:10:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.025s coverage: 40.0% of statements 01:10:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.022s coverage: 87.1% of statements 01:10:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.022s coverage: 89.5% of statements 01:10:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.024s coverage: 93.1% of statements 01:10:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.019s coverage: 87.5% of statements 01:10:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.030s coverage: 94.4% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.046s coverage: 92.9% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.023s coverage: 68.8% of statements 01:10:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.032s coverage: 62.3% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.029s coverage: 47.4% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.032s coverage: 87.2% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 15.5% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.056s coverage: 81.8% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.049s coverage: 82.1% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.019s coverage: 86.0% of statements 01:10:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.026s coverage: 6.8% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.028s coverage: 33.3% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.028s coverage: 100.0% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.146s coverage: 54.8% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.016s coverage: 89.6% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.019s coverage: 73.7% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.012s coverage: 100.0% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth 1.037s coverage: 20.0% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.031s coverage: 88.6% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.027s coverage: 96.8% of statements 01:10:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 01:10:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.017s coverage: 100.0% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.122s coverage: 29.2% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.020s coverage: 93.8% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 01:10:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 3.1% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.020s coverage: 76.2% of statements 01:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.025s coverage: 54.0% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 01:10:49 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 01:10:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.052s coverage: 17.1% of statements 01:10:50 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 01:10:50 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 01:10:50 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 01:10:50 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 01:10:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.107s coverage: 94.9% of statements 01:10:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 01:10:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:10:50 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:10:50 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 01:10:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.025s coverage: 9.0% of statements 01:10:50 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 01:10:50 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 01:10:50 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 01:10:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.071s coverage: 97.7% of statements 01:10:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 01:10:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.025s coverage: 47.1% of statements 01:10:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:10:50 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:10:50 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 01:10:50 running golangci-lint 01:10:50 golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z 01:10:50 go version go1.25.2 linux/amd64 01:10:51 level=info msg="golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z" 01:10:51 level=info msg="[config_reader] Used config file .golangci.yml" 01:10:51 level=info msg="[config_reader] Module name \"github.com/edgexfoundry/edgex-go\"" 01:10:51 level=info msg="maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined" 01:10:51 level=info msg="[goenv] Read go env for 4.738434ms: map[string]string{\"GOCACHE\":\"/root/.cache/go-build\", \"GOROOT\":\"/usr/local/go\"}" 01:10:51 level=info msg="[lintersdb] Active 6 linters: [errcheck gosec govet ineffassign staticcheck unused]" 01:11:18 level=info msg="[loader] Go packages loading at mode 8767 (compiled_files|exports_file|files|name|types_sizes|deps|imports) took 22.477840963s" 01:11:18 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 36.276164ms" 01:11:27 level=info msg="[linters_context/goanalysis] analyzers took 1m47.491326508s with top 10 stages: buildir: 1m3.036680855s, gosec: 2.955771786s, inspect: 2.723087192s, fact_deprecated: 1.772879698s, ctrlflow: 1.733818492s, printf: 1.675204993s, fact_purity: 1.620745718s, nilness: 1.316219338s, typedness: 1.09888027s, S1038: 1.002973926s" 01:11:27 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"third_party$\"" 01:11:27 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"builtin$\"" 01:11:27 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"examples$\"" 01:11:27 level=info msg="[runner] Issues before processing: 35, after processing: 0" 01:11:27 level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 35/35, invalid_issue: 35/35, nolint_filter: 21/0, cgo: 35/35, path_relativity: 35/35, exclusion_paths: 35/35, generated_file_filter: 35/22, path_absoluter: 35/35, exclusion_rules: 22/21" 01:11:27 level=info msg="[runner] processing took 8.38128ms with stages: nolint_filter: 7.352686ms, generated_file_filter: 755.01µs, exclusion_rules: 140.527µs, exclusion_paths: 64.799µs, path_relativity: 38.219µs, cgo: 17.64µs, path_absoluter: 2.95µs, sort_results: 2.33µs, invalid_issue: 2.069µs, filename_unadjuster: 1.48µs, fixer: 710ns, max_same_issues: 680ns, diff: 550ns, severity-rules: 360ns, path_prettifier: 320ns, uniq_by_line: 270ns, path_shortener: 190ns, max_from_linter: 180ns, max_per_file_from_linter: 170ns, source_code: 140ns" 01:11:27 level=info msg="[runner] linters took 13.461166774s with stages: goanalysis_metalinter: 13.452710615s" 01:11:27 0 issues. 01:11:27 level=info msg="File cache stats: 0 entries of total size 0B" 01:11:27 level=info msg="Memory: 359 samples, avg is 354.1MB, max is 1391.3MB" 01:11:27 level=info msg="Execution took 35.982795577s" 01:11:27 go vet ./... 01:11:34 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:11:34 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:11:34 ./bin/test-attribution-txt.sh [Pipeline] echo 01:11:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 01:11:35 + ls -al . 01:11:35 total 1396 01:11:35 drwxrwxr-x 11 1001 1001 4096 May 8 01:09 . 01:11:35 drwxr-xr-x 4 root root 4096 May 8 01:09 .. 01:11:35 drwxrwxr-x 2 1001 1001 4096 May 8 01:07 .blubracket 01:11:35 -rw-rw-r-- 1 1001 1001 10 May 8 01:07 .dockerignore 01:11:35 drwxrwxr-x 8 1001 1001 4096 May 8 01:10 .git 01:11:35 drwxrwxr-x 3 1001 1001 4096 May 8 01:07 .github 01:11:35 -rw-rw-r-- 1 1001 1001 909 May 8 01:07 .gitignore 01:11:35 -rw-rw-r-- 1 1001 1001 359 May 8 01:07 .golangci.yml 01:11:35 -rw-rw-r-- 1 1001 1001 100 May 8 01:07 .hadolint.yml 01:11:35 drwxr-xr-x 3 1001 1001 4096 May 8 01:08 .semver 01:11:35 -rw-rw-r-- 1 1001 1001 155 May 8 01:07 .sonarcloud.properties 01:11:35 -rw-rw-r-- 1 1001 1001 1171 May 8 01:07 ADOPTERS.md 01:11:35 -rw-rw-r-- 1 1001 1001 20149 May 8 01:07 Attribution.txt 01:11:35 -rw-rw-r-- 1 1001 1001 108018 May 8 01:07 CHANGELOG.md 01:11:35 -rw-rw-r-- 1 1001 1001 3804 May 8 01:07 CONTRIBUTING.md 01:11:35 -rw-rw-r-- 1 1001 1001 677 May 8 01:07 GOVERNANCE.md 01:11:35 -rw-rw-r-- 1 1001 1001 886 May 8 01:07 Jenkinsfile 01:11:35 -rw-rw-r-- 1 1001 1001 10775 May 8 01:07 LICENSE 01:11:35 -rw-rw-r-- 1 1001 1001 16743 May 8 01:07 Makefile 01:11:35 -rw-rw-r-- 1 1001 1001 582 May 8 01:07 OWNERS.md 01:11:35 -rw-rw-r-- 1 1001 1001 9932 May 8 01:07 README.md 01:11:35 -rw-rw-r-- 1 1001 1001 789 May 8 01:07 SECURITY.md 01:11:35 -rw-rw-r-- 1 1001 1001 13 May 8 01:08 VERSION 01:11:35 drwxrwxr-x 2 1001 1001 4096 May 8 01:07 bin 01:11:35 drwxrwxr-x 19 1001 1001 4096 May 8 01:07 cmd 01:11:35 -rw-r--r-- 1 root root 1047357 May 8 01:10 coverage.out 01:11:35 drwxrwxr-x 2 1001 1001 4096 May 8 01:07 fuzz_test 01:11:35 -rw-rw-r-- 1 1001 1001 6952 May 8 01:07 go.mod 01:11:35 -rw-rw-r-- 1 1001 1001 90761 May 8 01:07 go.sum 01:11:35 drwxrwxr-x 7 1001 1001 4096 May 8 01:07 internal 01:11:35 drwxrwxr-x 2 1001 1001 4096 May 8 01:07 openapi 01:11:35 -rw-rw-r-- 1 1001 1001 584 May 8 01:07 security.txt 01:11:35 -rw-rw-r-- 1 1001 1001 204 May 8 01:07 version.go [Pipeline] sh 01:11:35 + '[' -e coverage.out ] 01:11:35 + chown 1001:1001 coverage.out [Pipeline] stash 01:11:35 Stashed 1 file(s) [Pipeline] sh 01:11:36 + make build 01:11:36 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:12:02 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:12:02 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:12:04 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:12:05 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:12:07 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:12:13 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:12:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:12:15 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8845 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 01:12:15 Running in /w/workspace/edgex-go/973 [Pipeline] { [Pipeline] checkout 01:12:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:12:18 The recommended git tool is: git 01:12:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:12:21 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:12:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:12:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 01:12:25 $ docker stop --time=1 0bd429d720fb3496a6a2ba926fabad89c080832fe65d854474b596f39929e8d3 01:12:26 using credential edgex-jenkins-ssh 01:12:26 Cloning the remote Git repository 01:12:26 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:12:27 > git init /w/workspace/edgex-go/973 # timeout=10 01:12:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:12:27 > git --version # timeout=10 01:12:27 > git --version # 'git version 2.25.1' 01:12:27 using GIT_SSH to set credentials SSH Credentials for GitHub 01:12:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:12:29 $ docker rm -f --volumes 0bd429d720fb3496a6a2ba926fabad89c080832fe65d854474b596f39929e8d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:12:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:12:31 01:12:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:12:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:12:31 latest: Pulling from edgex-devops/edgex-compose 01:12:31 91d30c5bc195: Pulling fs layer 01:12:31 2e9b0aa3be6d: Pulling fs layer 01:12:31 9c61dcf015f6: Pulling fs layer 01:12:31 4698f68db338: Pulling fs layer 01:12:31 2a2f49069b9e: Pulling fs layer 01:12:31 e0025b399a48: Pulling fs layer 01:12:31 4698f68db338: Waiting 01:12:31 2a2f49069b9e: Waiting 01:12:31 e0025b399a48: Waiting 01:12:31 91d30c5bc195: Verifying Checksum 01:12:31 4698f68db338: Download complete 01:12:31 91d30c5bc195: Pull complete 01:12:31 2e9b0aa3be6d: Verifying Checksum 01:12:31 2e9b0aa3be6d: Download complete 01:12:31 e0025b399a48: Verifying Checksum 01:12:31 e0025b399a48: Download complete 01:12:31 2a2f49069b9e: Verifying Checksum 01:12:31 2a2f49069b9e: Download complete 01:12:32 2e9b0aa3be6d: Pull complete 01:12:32 9c61dcf015f6: Verifying Checksum 01:12:32 9c61dcf015f6: Download complete 01:12:35 9c61dcf015f6: Pull complete 01:12:35 4698f68db338: Pull complete 01:12:36 2a2f49069b9e: Pull complete 01:12:36 e0025b399a48: Pull complete 01:12:36 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 01:12:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:12:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:12:36 prd-ubuntu20.04-docker-8c-8g-8842 does not seem to be running inside a container 01:12:36 $ 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/973 -v /w/workspace/edgex-go/973:/w/workspace/edgex-go/973:rw,z -v /w/workspace/edgex-go/973@tmp:/w/workspace/edgex-go/973@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-devops/edgex-compose:latest cat 01:12:39 $ docker top 37a3b69158f45fdfed38089f10ec12a1e3fd2e854e3bced2e21986e3bda97574 -eo pid,comm [Pipeline] { [Pipeline] sh 01:12:39 + docker compose -f ./docker-compose-build.yml build --parallel 01:12:39 #1 [core-metadata internal] load build definition from Dockerfile 01:12:39 #1 transferring dockerfile: 2.10kB done 01:12:39 #1 DONE 0.1s 01:12:39 01:12:39 #2 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:12:39 #2 transferring dockerfile: 2.23kB done 01:12:39 #2 DONE 0.1s 01:12:39 01:12:39 #3 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:12:39 #3 DONE 0.0s 01:12:39 01:12:39 #4 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.22 01:12:39 #4 ... 01:12:39 01:12:39 #5 [support-scheduler internal] load build definition from Dockerfile 01:12:39 #5 transferring dockerfile: 1.83kB done 01:12:39 #5 DONE 0.1s 01:12:39 01:12:39 #6 [security-bootstrapper internal] load build definition from Dockerfile 01:12:39 #6 transferring dockerfile: 3.02kB done 01:12:39 #6 DONE 0.1s 01:12:39 01:12:39 #7 [core-command internal] load build definition from Dockerfile 01:12:39 #7 transferring dockerfile: 1.94kB done 01:12:39 #7 DONE 0.2s 01:12:39 01:12:39 #3 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:12:39 #3 DONE 0.0s 01:12:39 01:12:39 #4 [core-command internal] load metadata for docker.io/library/alpine:3.22 01:12:39 #4 DONE 0.2s 01:12:39 01:12:39 #8 [support-notifications internal] load build definition from Dockerfile 01:12:39 #8 transferring dockerfile: 2.02kB done 01:12:39 #8 DONE 0.2s 01:12:39 01:12:39 #9 [core-data internal] load build definition from Dockerfile 01:12:39 #9 transferring dockerfile: 2.04kB done 01:12:39 #9 DONE 0.2s 01:12:39 01:12:39 #10 [core-keeper internal] load build definition from Dockerfile 01:12:39 #10 transferring dockerfile: 2.07kB done 01:12:39 #10 DONE 0.2s 01:12:39 01:12:39 #11 [security-secretstore-setup internal] load build definition from Dockerfile 01:12:39 #11 transferring dockerfile: 2.49kB done 01:12:39 #11 DONE 0.2s 01:12:39 01:12:39 #12 [security-proxy-auth internal] load build definition from Dockerfile 01:12:39 #12 transferring dockerfile: 2.14kB done 01:12:39 #12 DONE 0.2s 01:12:39 01:12:39 #13 [security-proxy-setup internal] load build definition from Dockerfile 01:12:39 #13 transferring dockerfile: 2.50kB done 01:12:39 #13 DONE 0.2s 01:12:39 01:12:39 #14 [security-spire-agent internal] load build definition from Dockerfile 01:12:39 #14 transferring dockerfile: 1.81kB done 01:12:39 #14 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:12:39 #14 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 01:12:39 #14 DONE 0.2s 01:12:39 01:12:39 #15 [security-spire-server internal] load build definition from Dockerfile 01:12:39 #15 transferring dockerfile: 1.70kB done 01:12:39 #15 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:12:39 #15 DONE 0.2s 01:12:39 01:12:39 #16 [core-metadata internal] load .dockerignore 01:12:39 #16 transferring context: 50B done 01:12:39 #16 DONE 0.1s 01:12:39 01:12:39 #17 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:12:39 #17 transferring dockerfile: 1.89kB done 01:12:39 #17 DONE 0.2s 01:12:39 01:12:39 #18 [security-spire-config internal] load build definition from Dockerfile 01:12:39 #18 transferring dockerfile: 1.69kB done 01:12:39 #18 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:12:39 #18 DONE 0.2s 01:12:39 01:12:39 #3 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:12:39 #3 DONE 0.0s 01:12:39 01:12:39 #19 [security-secretstore-setup internal] load .dockerignore 01:12:39 #19 ... 01:12:39 01:12:39 #20 [core-command internal] load .dockerignore 01:12:39 #20 transferring context: 50B done 01:12:39 #20 DONE 0.1s 01:12:39 01:12:39 #21 [support-scheduler internal] load .dockerignore 01:12:39 #21 transferring context: 50B done 01:12:39 #21 DONE 0.1s 01:12:39 01:12:39 #22 [core-common-config-bootstrapper internal] load .dockerignore 01:12:39 #22 transferring context: 50B done 01:12:39 #22 DONE 0.1s 01:12:39 01:12:39 #23 [security-bootstrapper internal] load .dockerignore 01:12:39 #23 transferring context: 50B done 01:12:39 #23 DONE 0.1s 01:12:39 01:12:39 #24 [support-notifications internal] load .dockerignore 01:12:39 #24 transferring context: 50B done 01:12:39 #24 DONE 0.2s 01:12:39 01:12:39 #19 [security-secretstore-setup internal] load .dockerignore 01:12:40 #19 ... 01:12:40 01:12:40 #25 [core-data internal] load .dockerignore 01:12:40 #25 transferring context: 50B done 01:12:40 #25 DONE 0.2s 01:12:40 01:12:40 #26 [core-keeper internal] load .dockerignore 01:12:40 #26 transferring context: 50B done 01:12:40 #26 DONE 0.2s 01:12:40 01:12:40 #27 [security-spiffe-token-provider internal] load .dockerignore 01:12:40 #27 transferring context: 50B done 01:12:40 #27 DONE 0.2s 01:12:40 01:12:40 #28 [security-proxy-setup internal] load .dockerignore 01:12:40 #28 transferring context: 50B done 01:12:40 #28 DONE 0.2s 01:12:40 01:12:40 #19 [security-secretstore-setup internal] load .dockerignore 01:12:40 #19 transferring context: 50B done 01:12:40 #19 DONE 0.2s 01:12:40 01:12:40 #29 [security-proxy-auth internal] load .dockerignore 01:12:40 #29 transferring context: 50B done 01:12:40 #29 DONE 0.2s 01:12:40 01:12:40 #30 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 01:12:40 #30 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.0s done 01:12:40 #30 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done 01:12:40 #30 sha256:2039be0c5ec6ce8566809626a252c930216a92109c043f282504accb5ee3c0c6 1.02kB / 1.02kB done 01:12:40 #30 sha256:9292219a28ffaeaa2dc461905c5c2d773bf49671f9c927c338c6f28ce08ac61b 611B / 611B done 01:12:40 #30 sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 3.81MB / 3.81MB 0.1s done 01:12:40 #30 extracting sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 01:12:40 #30 ... 01:12:40 01:12:40 #31 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:12:40 #31 DONE 0.5s 01:12:40 01:12:40 #30 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 01:12:40 #30 extracting sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 0.5s done 01:12:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:12:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:12:45 Avoid second fetch 01:12:45 Checking out Revision f47b8469dc3efba432dbb776b3e0583fbd02872a (main) 01:12:46 Commit message: "Merge pull request #5413 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v4-4.1.0-dev.67" 01:12:46 #30 ... 01:12:46 01:12:46 #32 [core-keeper internal] load build context 01:12:46 #32 transferring context: 224.09MB 5.6s 01:12:46 #32 ... 01:12:46 01:12:46 #33 [security-proxy-setup internal] load build context 01:12:46 #33 ... 01:12:46 01:12:46 #32 [core-keeper internal] load build context 01:12:45 > git config core.sparsecheckout # timeout=10 01:12:45 > git checkout -f f47b8469dc3efba432dbb776b3e0583fbd02872a # timeout=10 01:12:47 #32 ... 01:12:47 01:12:47 #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 01:12:47 #34 DONE 7.2s 01:12:47 01:12:47 #32 [core-keeper internal] load build context 01:12:50 #32 ... 01:12:50 01:12:50 #35 [support-scheduler internal] load build context 01:12:50 #35 ... 01:12:50 01:12:50 #36 [support-notifications internal] load build context 01:12:50 #36 ... 01:12:50 01:12:50 #37 [core-command internal] load build context 01:12:50 #37 ... 01:12:50 01:12:50 #38 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 01:12:50 #38 ... 01:12:50 01:12:50 #39 [core-data internal] load build context 01:12:50 #39 ... 01:12:50 01:12:50 #40 [security-proxy-auth internal] load build context 01:12:50 #40 ... 01:12:50 01:12:50 #41 [security-secretstore-setup internal] load build context 01:12:50 #41 ... 01:12:50 01:12:50 #42 [security-bootstrapper internal] load build context 01:12:50 #42 ... 01:12:50 01:12:50 #43 [core-metadata internal] load build context 01:12:50 #43 transferring context: 507.31MB 10.8s 01:12:50 #43 ... 01:12:50 01:12:50 #44 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 01:12:50 #44 ... 01:12:50 01:12:50 #45 [security-spiffe-token-provider internal] load build context [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 01:12:51 #45 ... 01:12:51 01:12:51 #46 [core-common-config-bootstrapper internal] load build context 01:12:51 #46 ... 01:12:51 01:12:51 #40 [security-proxy-auth internal] load build context [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:12:51 provisioning config files... 01:12:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/973@tmp/config8856438562346040199tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:12:51 ---> ****-login.sh 01:12:51 nexus3.edgexfoundry.org:10001 01:12:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:12:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:12:52 Configure a credential helper to remove this warning. See 01:12:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:12:52 01:12:52 Login Succeeded 01:12:52 nexus3.edgexfoundry.org:10002 01:12:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:12:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:12:52 Configure a credential helper to remove this warning. See 01:12:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:12:52 01:12:52 Login Succeeded 01:12:52 nexus3.edgexfoundry.org:10003 01:12:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:12:53 #40 transferring context: 640.34MB 12.4s done 01:12:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:12:53 Configure a credential helper to remove this warning. See 01:12:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:12:53 01:12:53 Login Succeeded 01:12:53 nexus3.edgexfoundry.org:10004 01:12:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:12:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:12:53 Configure a credential helper to remove this warning. See 01:12:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:12:53 01:12:53 Login Succeeded 01:12:53 ****.io 01:12:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:12:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:12:54 Configure a credential helper to remove this warning. See 01:12:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:12:54 01:12:54 Login Succeeded 01:12:54 ---> ****-login.sh ends [Pipeline] } 01:12:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 01:12:54 + git config --global --add safe.directory /w/workspace/edgex-go/973 [Pipeline] echo 01:12:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:12:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:12:54 ========================================================= 01:12:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] 01:12:54 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:12:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 01:12:55 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:12:55 6b59a28fa201: Pulling fs layer 01:12:55 d32bb0dddca7: Pulling fs layer 01:12:55 5dab1238d3d9: Pulling fs layer 01:12:55 196fd7d83e7d: Pulling fs layer 01:12:55 4f4fb700ef54: Pulling fs layer 01:12:55 8ba94037c8f0: Pulling fs layer 01:12:55 deaec5988b04: Pulling fs layer 01:12:55 9f65657bb879: Pulling fs layer 01:12:55 196fd7d83e7d: Waiting 01:12:55 4f4fb700ef54: Waiting 01:12:55 8ba94037c8f0: Waiting 01:12:55 deaec5988b04: Waiting 01:12:55 9f65657bb879: Waiting 01:12:55 d32bb0dddca7: Verifying Checksum 01:12:55 d32bb0dddca7: Download complete 01:12:55 196fd7d83e7d: Verifying Checksum 01:12:55 196fd7d83e7d: Download complete 01:12:55 4f4fb700ef54: Verifying Checksum 01:12:55 4f4fb700ef54: Download complete 01:12:55 6b59a28fa201: Verifying Checksum 01:12:55 6b59a28fa201: Download complete 01:12:55 8ba94037c8f0: Verifying Checksum 01:12:55 8ba94037c8f0: Download complete 01:12:56 9f65657bb879: Verifying Checksum 01:12:56 9f65657bb879: Download complete 01:12:56 #40 ... 01:12:56 01:12:56 #32 [core-keeper internal] load build context 01:12:56 #32 transferring context: 640.34MB 14.4s done 01:12:56 #32 ... 01:12:56 01:12:56 #33 [security-proxy-setup internal] load build context 01:12:56 #33 transferring context: 640.34MB 13.4s done 01:12:56 #33 ... 01:12:56 01:12:56 #39 [core-data internal] load build context 01:12:56 #39 transferring context: 640.34MB 14.3s done 01:12:56 6b59a28fa201: Pull complete 01:12:57 d32bb0dddca7: Pull complete 01:12:57 5dab1238d3d9: Verifying Checksum 01:12:57 5dab1238d3d9: Download complete 01:12:59 deaec5988b04: Download complete 01:13:00 #39 ... 01:13:00 01:13:00 #35 [support-scheduler internal] load build context 01:13:00 #35 transferring context: 640.34MB 13.0s done 01:13:00 #35 ... 01:13:00 01:13:00 #36 [support-notifications internal] load build context 01:13:00 #36 transferring context: 640.34MB 13.7s done 01:13:00 #36 ... 01:13:00 01:13:00 #37 [core-command internal] load build context 01:13:00 #37 transferring context: 640.34MB 13.4s done 01:13:00 #37 ... 01:13:00 01:13:00 #42 [security-bootstrapper internal] load build context 01:13:00 #42 transferring context: 640.34MB 14.3s done 01:13:00 #42 ... 01:13:00 01:13:00 #41 [security-secretstore-setup internal] load build context 01:13:00 #41 transferring context: 640.34MB 13.4s done 01:13:00 #41 ... 01:13:00 01:13:00 #43 [core-metadata internal] load build context 01:13:00 #43 transferring context: 640.34MB 13.4s done 01:13:01 #43 ... 01:13:01 01:13:01 #45 [security-spiffe-token-provider internal] load build context 01:13:01 #45 transferring context: 640.34MB 14.1s done 01:13:01 #45 ... 01:13:01 01:13:01 #46 [core-common-config-bootstrapper internal] load build context 01:13:01 #46 transferring context: 640.34MB 13.6s done 01:13:07 #46 ... 01:13:07 01:13:07 #38 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 01:13:07 #38 DONE 27.4s 01:13:07 01:13:07 #47 [security-spire-server internal] load .dockerignore 01:13:10 #47 ... 01:13:10 01:13:10 #43 [core-metadata internal] load build context 01:13:10 #43 DONE 30.7s 01:13:10 01:13:10 #40 [security-proxy-auth internal] load build context 01:13:10 #40 DONE 30.4s 01:13:10 01:13:10 #44 [support-scheduler builder 2/7] WORKDIR /edgex-go 01:13:10 #44 DONE 30.2s 01:13:10 01:13:10 #30 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 01:13:10 #30 DONE 30.7s 01:13:10 01:13:10 #35 [support-scheduler internal] load build context 01:13:10 #35 DONE 30.6s 01:13:10 01:13:10 #33 [security-proxy-setup internal] load build context 01:13:10 #33 DONE 30.5s 01:13:10 01:13:10 #37 [core-command internal] load build context 01:13:10 #37 DONE 30.6s 01:13:10 01:13:10 #41 [security-secretstore-setup internal] load build context 01:13:10 #41 DONE 30.5s 01:13:10 01:13:10 #36 [support-notifications internal] load build context 01:13:10 #36 DONE 30.6s 01:13:10 01:13:10 #46 [core-common-config-bootstrapper internal] load build context 01:13:10 #46 DONE 30.6s 01:13:10 01:13:10 #45 [security-spiffe-token-provider internal] load build context 01:13:10 #45 DONE 30.5s 01:13:10 01:13:10 #42 [security-bootstrapper internal] load build context 01:13:10 #42 DONE 30.7s 01:13:10 01:13:10 #39 [core-data internal] load build context 01:13:10 #39 DONE 30.6s 01:13:10 01:13:10 #32 [core-keeper internal] load build context 01:13:10 #32 DONE 30.5s 01:13:10 01:13:10 #48 [core-data builder 3/7] RUN apk add --update --no-cache make git 01:13:10 #48 ... 01:13:10 01:13:10 #30 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 01:13:10 #30 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.0s done 01:13:10 #30 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done 01:13:10 #30 sha256:2039be0c5ec6ce8566809626a252c930216a92109c043f282504accb5ee3c0c6 1.02kB / 1.02kB done 01:13:10 #30 sha256:9292219a28ffaeaa2dc461905c5c2d773bf49671f9c927c338c6f28ce08ac61b 611B / 611B done 01:13:10 #30 sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 3.81MB / 3.81MB 0.1s done 01:13:10 #30 extracting sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 0.5s done 01:13:10 #30 DONE 30.7s 01:13:10 01:13:10 #49 [security-spire-config internal] load .dockerignore 01:13:10 #49 transferring context: 50B done 01:13:10 #49 DONE 3.6s 01:13:10 01:13:10 #50 [security-spire-agent internal] load .dockerignore 01:13:10 #50 transferring context: 50B done 01:13:10 #50 DONE 3.6s 01:13:10 01:13:10 #47 [security-spire-server internal] load .dockerignore 01:13:10 #47 transferring context: 50B done 01:13:10 #47 DONE 3.6s 01:13:10 01:13:10 #51 [security-spire-config internal] load build context 01:13:10 #51 transferring context: 24.83kB done 01:13:10 #51 DONE 0.1s 01:13:10 01:13:10 #52 [security-spire-agent internal] load build context 01:13:10 #52 transferring context: 26.11kB done 01:13:10 #52 DONE 0.1s 01:13:10 01:13:10 #53 [security-spire-server internal] load build context 01:13:10 #53 transferring context: 26.58kB done 01:13:10 #53 DONE 0.1s 01:13:10 01:13:10 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:13:10 #54 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.0s done 01:13:10 #54 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done 01:13:10 #54 sha256:9f8a255617307da6b53c9d6487246bf5b49d3512bb30f5b733ea11aa6c9ca192 1.05kB / 1.05kB done 01:13:10 #54 sha256:310211bc494e8d41e03aed8667c76bf95c9be121e0a59409aa32f7da7c671a50 1.74kB / 1.74kB done 01:13:10 #54 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 01:13:10 #54 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done 01:13:10 #54 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.2s done 01:13:10 #54 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 1.05MB / 41.51MB 0.3s 01:13:10 #54 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.1s done 01:13:10 #54 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.2s done 01:13:10 #54 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 01:13:10 #54 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 done 01:13:11 #54 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.2s done 01:13:11 #54 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 3.15MB / 41.51MB 0.4s 01:13:11 #54 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.2s done 01:13:11 #54 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 5.24MB / 41.51MB 0.5s 01:13:11 5dab1238d3d9: Pull complete 01:13:11 196fd7d83e7d: Pull complete 01:13:11 4f4fb700ef54: Pull complete 01:13:11 8ba94037c8f0: Pull complete 01:13:11 #54 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 8.39MB / 41.51MB 0.6s 01:13:11 #54 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 15.73MB / 41.51MB 0.8s 01:13:11 #54 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 18.87MB / 41.51MB 0.9s 01:13:11 #54 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 24.12MB / 41.51MB 1.0s 01:13:12 #54 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 30.41MB / 41.51MB 1.1s 01:13:12 #54 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 35.65MB / 41.51MB 1.2s 01:13:12 #54 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 1.4s 01:13:14 #54 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 3.7s done 01:13:18 #54 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 01:13:19 deaec5988b04: Pull complete 01:13:21 9f65657bb879: Pull complete 01:13:21 Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 01:13:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 01:13:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [Pipeline] fileExists [Pipeline] sh 01:13:21 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 01:13:21 WORKDIR /edgex 01:13:21 COPY go.mod . 01:13:21 RUN go mod download 01:13:21 + docker build -t ci-base-image-arm64 -f - . 01:13:21 #54 ... 01:13:21 01:13:21 #55 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:13:21 #55 ... 01:13:21 01:13:21 #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 01:13:21 #0 4.011 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:21 #0 4.088 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:21 #0 4.377 OK: 265 MiB in 60 packages 01:13:21 #56 ... 01:13:21 01:13:21 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:13:21 #57 ... 01:13:21 01:13:21 #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:13:21 #0 0.961 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:21 #0 1.161 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:21 #0 1.572 v3.22.4-53-gebacb35e84c [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 01:13:21 #0 1.572 v3.22.4-54-g6b7d8c3bbc3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 01:13:21 #0 1.572 OK: 26342 distinct packages available 01:13:21 #0 1.629 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:21 #0 1.740 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:21 #0 2.072 OK: 265 MiB in 60 packages 01:13:21 #58 ... 01:13:21 01:13:21 #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 01:13:21 #59 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.1s done 01:13:21 #59 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done 01:13:21 #59 sha256:f3f75cbd8e89aaeaf217da4f23120881d5cf2db177a9095099ab1c09bcacbbff 1.05kB / 1.05kB done 01:13:21 #59 sha256:85fdd50c7a5e4921364e1448e85c8bf3593e78ec983c9336afa844644b6f45d1 1.72kB / 1.72kB done 01:13:21 #59 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.0s done 01:13:21 #59 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.0s done 01:13:21 #59 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.2s done 01:13:21 #59 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done 01:13:21 #59 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 0.0s done 01:13:21 #59 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 19.17MB / 19.17MB 0.5s done 01:13:21 #59 extracting sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 0.6s done 01:13:21 #59 ... 01:13:21 01:13:21 #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:13:21 #0 5.738 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:21 #0 5.812 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:21 #0 6.132 (1/1) Installing dumb-init (1.2.5-r3) 01:13:21 #0 6.138 Executing busybox-1.37.0-r20.trigger 01:13:21 #0 6.145 OK: 7 MiB in 17 packages 01:13:21 #60 ... 01:13:21 01:13:21 #61 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:13:22 Sending build context to Docker daemon 3.907MB 01:13:22 #61 ... 01:13:22 01:13:22 #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:13:22 #0 2.434 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:22 #0 2.510 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:22 #0 2.811 (1/7) Installing ca-certificates (20260413-r0) 01:13:22 #0 2.830 (2/7) Installing dumb-init (1.2.5-r3) 01:13:22 #0 2.834 (3/7) Installing libgcc (14.2.0-r6) 01:13:22 #0 2.841 (4/7) Installing libsodium (1.0.20-r1) 01:13:22 #0 2.852 (5/7) Installing libstdc++ (14.2.0-r6) 01:13:22 #0 2.878 (6/7) Installing libzmq (4.3.5-r2) 01:13:22 #0 2.889 (7/7) Installing zeromq (4.3.5-r2) 01:13:22 #0 2.894 Executing busybox-1.37.0-r20.trigger 01:13:22 #0 2.901 Executing ca-certificates-20260413-r0.trigger 01:13:22 #0 2.943 OK: 12 MiB in 23 packages 01:13:22 #62 ... 01:13:22 01:13:22 #63 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:13:22 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 01:13:22 ---> 334268110677 01:13:22 Step 2/4 : WORKDIR /edgex 01:13:22 #63 ... 01:13:22 01:13:22 #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:13:22 #0 0.943 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:22 #0 1.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:22 #0 1.530 v3.22.4-53-gebacb35e84c [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 01:13:22 #0 1.530 v3.22.4-54-g6b7d8c3bbc3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 01:13:22 #0 1.530 OK: 26324 distinct packages available 01:13:22 #0 1.603 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:22 #0 1.689 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:22 #0 2.010 (1/13) Installing brotli-libs (1.1.0-r2) 01:13:22 #0 2.032 (2/13) Installing c-ares (1.34.6-r0) 01:13:22 #0 2.040 (3/13) Installing libunistring (1.3-r0) 01:13:22 #0 2.063 (4/13) Installing libidn2 (2.3.7-r0) 01:13:22 #0 2.071 (5/13) Installing nghttp2-libs (1.69.0-r0) 01:13:22 #0 2.082 (6/13) Installing libpsl (0.21.5-r3) 01:13:22 #0 2.092 (7/13) Installing zstd-libs (1.5.7-r0) 01:13:22 #0 2.107 (8/13) Installing libcurl (8.14.1-r2) 01:13:22 #0 2.123 (9/13) Installing curl (8.14.1-r2) 01:13:22 #0 2.133 (10/13) Installing dumb-init (1.2.5-r3) 01:13:22 #0 2.148 (11/13) Installing musl-obstack (1.2.3-r2) 01:13:22 #0 2.152 (12/13) Installing libucontext (1.3.2-r0) 01:13:22 #0 2.160 (13/13) Installing gcompat (1.1.0-r4) 01:13:22 #0 2.167 Executing busybox-1.37.0-r20.trigger 01:13:22 #0 2.174 OK: 13 MiB in 29 packages 01:13:22 #64 ... 01:13:22 01:13:22 #65 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:13:22 #0 0.963 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:22 #0 1.123 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:22 #0 1.532 OK: 265 MiB in 60 packages 01:13:22 #65 ... 01:13:22 01:13:22 #66 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:13:22 #0 7.346 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:22 #0 7.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:22 #0 7.792 OK: 265 MiB in 60 packages 01:13:22 #66 ... 01:13:22 01:13:22 #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:13:22 #67 ... 01:13:22 01:13:22 #48 [core-data builder 3/7] RUN apk add --update --no-cache make git 01:13:22 #48 0.982 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:22 #48 1.143 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:22 #48 1.524 OK: 265 MiB in 60 packages 01:13:23 #48 ... 01:13:23 01:13:23 #68 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:13:23 #68 ... 01:13:23 01:13:23 #69 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:13:23 #0 5.662 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:23 #0 5.740 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:23 #0 6.052 (1/4) Installing dumb-init (1.2.5-r3) 01:13:23 #0 6.056 (2/4) Installing openssl (3.5.6-r0) 01:13:23 #0 6.067 (3/4) Installing su-exec (0.2-r3) 01:13:23 #0 6.072 (4/4) Installing yq-go (4.47.2-r3) 01:13:23 #0 6.154 Executing busybox-1.37.0-r20.trigger 01:13:23 #0 6.161 OK: 20 MiB in 20 packages 01:13:24 #69 ... 01:13:24 01:13:24 #70 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:13:24 #0 12.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:24 #0 12.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:24 #0 12.68 (1/2) Installing dumb-init (1.2.5-r3) 01:13:24 #0 12.68 (2/2) Installing su-exec (0.2-r3) 01:13:24 #0 12.69 Executing busybox-1.37.0-r20.trigger 01:13:24 #0 12.70 OK: 7 MiB in 18 packages 01:13:24 #70 ... 01:13:24 01:13:24 #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:13:24 ---> Running in 103358b99707 01:13:24 #71 ... 01:13:24 01:13:24 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:13:24 #54 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 3.2s done 01:13:24 Removing intermediate container 103358b99707 01:13:24 ---> 14555960069d 01:13:24 Step 3/4 : COPY go.mod . 01:13:24 ---> 3611f6b03b95 01:13:24 Step 4/4 : RUN go mod download 01:13:25 ---> Running in 73105f51c1d9 01:13:36 #54 ... 01:13:36 01:13:36 #63 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:13:36 #63 DONE 24.8s 01:13:36 01:13:36 #48 [core-data builder 3/7] RUN apk add --update --no-cache make git 01:13:36 #48 DONE 24.8s 01:13:36 01:13:36 #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:13:36 #62 DONE 24.7s 01:13:36 01:13:36 #69 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:13:36 #69 DONE 24.7s 01:13:36 01:13:36 #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 01:13:36 #56 DONE 24.8s 01:13:36 01:13:36 #70 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:13:36 #70 DONE 24.8s 01:13:36 01:13:36 #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:13:36 #58 DONE 24.8s 01:13:36 01:13:36 #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:13:36 #60 DONE 24.8s 01:13:36 01:13:36 #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:13:36 #64 DONE 24.8s 01:13:36 01:13:36 #65 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:13:36 #65 DONE 24.8s 01:13:36 01:13:36 #66 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:13:36 #66 DONE 24.8s 01:13:36 01:13:36 #72 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:13:36 #72 ... 01:13:36 01:13:36 #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:13:36 #54 DONE 24.7s 01:13:36 01:13:36 #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:13:36 #73 DONE 0.3s 01:13:36 01:13:36 #74 [core-command builder 4/7] COPY go.mod vendor* ./ 01:13:36 #74 DONE 0.4s 01:13:36 01:13:36 #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:13:36 #75 DONE 0.3s 01:13:36 01:13:36 #76 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:13:36 #76 DONE 0.3s 01:13:36 01:13:36 #72 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:13:36 #72 DONE 0.4s 01:13:36 01:13:36 #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 01:13:36 #59 DONE 24.9s 01:13:36 01:13:36 #77 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:13:36 #77 ... 01:13:36 01:13:36 #55 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:13:36 #55 DONE 25.8s 01:13:36 01:13:36 #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:13:36 #67 25.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:36 #67 25.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:36 #67 26.34 (1/4) Installing ca-certificates (20260413-r0) 01:13:36 #67 26.37 (2/4) Installing dumb-init (1.2.5-r3) 01:13:36 #67 26.37 (3/4) Installing su-exec (0.2-r3) 01:13:36 #67 26.38 (4/4) Installing yq-go (4.47.2-r3) 01:13:37 #67 26.47 Executing busybox-1.37.0-r20.trigger 01:13:37 #67 26.48 Executing ca-certificates-20260413-r0.trigger 01:13:37 #67 26.52 OK: 20 MiB in 20 packages 01:13:38 #67 DONE 27.3s 01:13:38 01:13:38 #61 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:13:38 #61 25.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:38 #61 25.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:38 #61 26.38 (1/1) Installing dumb-init (1.2.5-r3) 01:13:38 #61 26.39 Executing busybox-1.37.0-r20.trigger 01:13:38 #61 26.41 OK: 7 MiB in 17 packages 01:13:38 #61 DONE 27.3s 01:13:38 01:13:38 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:13:38 #0 1.499 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:38 #0 1.584 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:38 #0 2.135 OK: 12 MiB in 23 packages 01:13:38 #78 DONE 2.6s 01:13:38 01:13:38 #79 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 01:13:38 #79 ... 01:13:38 01:13:38 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:13:38 #57 25.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:38 #57 25.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:38 #57 26.34 (1/3) Installing ca-certificates (20260413-r0) 01:13:38 #57 26.36 (2/3) Installing dumb-init (1.2.5-r3) 01:13:38 #57 26.37 (3/3) Installing tzdata (2026b-r0) 01:13:38 #57 26.42 Executing busybox-1.37.0-r20.trigger 01:13:38 #57 26.43 Executing ca-certificates-20260413-r0.trigger 01:13:38 #57 26.46 OK: 8 MiB in 19 packages 01:13:38 #57 DONE 27.3s 01:13:38 01:13:38 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:13:38 #0 1.379 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:38 #0 1.762 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:38 #0 2.321 OK: 265 MiB in 60 packages 01:13:38 #80 DONE 2.6s 01:13:38 01:13:38 #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:13:38 #71 26.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:38 #71 26.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:38 #71 26.50 v3.22.4-53-gebacb35e84c [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 01:13:38 #71 26.50 v3.22.4-54-g6b7d8c3bbc3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 01:13:38 #71 26.50 OK: 26324 distinct packages available 01:13:38 #71 26.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:38 #71 26.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:38 #71 26.99 (1/4) Installing dumb-init (1.2.5-r3) 01:13:38 #71 26.99 (2/4) Installing musl-obstack (1.2.3-r2) 01:13:38 #71 27.00 (3/4) Installing libucontext (1.3.2-r0) 01:13:38 #71 27.01 (4/4) Installing gcompat (1.1.0-r4) 01:13:38 #71 27.02 Executing busybox-1.37.0-r20.trigger 01:13:38 #71 27.02 OK: 8 MiB in 20 packages 01:13:38 #71 DONE 27.2s 01:13:38 01:13:38 #68 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:13:38 #68 26.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:38 #68 26.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:38 #68 26.43 v3.22.4-53-gebacb35e84c [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 01:13:38 #68 26.43 v3.22.4-54-g6b7d8c3bbc3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 01:13:38 #68 26.43 OK: 26324 distinct packages available 01:13:38 #68 26.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:38 #68 26.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:38 #68 26.97 (1/5) Installing dumb-init (1.2.5-r3) 01:13:38 #68 26.97 (2/5) Installing musl-obstack (1.2.3-r2) 01:13:38 #68 26.98 (3/5) Installing libucontext (1.3.2-r0) 01:13:38 #68 26.99 (4/5) Installing gcompat (1.1.0-r4) 01:13:38 #68 26.99 (5/5) Installing openssl (3.5.6-r0) 01:13:38 #68 27.01 Executing busybox-1.37.0-r20.trigger 01:13:38 #68 27.02 OK: 8 MiB in 21 packages 01:13:38 #68 DONE 27.2s 01:13:38 01:13:38 #81 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:13:38 #81 DONE 0.1s 01:13:38 01:13:38 #82 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 01:13:38 #82 ... 01:13:38 01:13:38 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:13:38 #0 2.274 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:38 #0 2.360 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:38 #0 2.843 OK: 20 MiB in 20 packages 01:13:38 #83 DONE 3.0s 01:13:38 01:13:38 #84 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:13:38 #84 DONE 0.1s 01:13:38 01:13:38 #85 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:13:38 #0 2.562 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:38 #0 2.661 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:38 #0 3.032 OK: 7 MiB in 17 packages 01:13:38 #85 DONE 3.1s 01:13:38 01:13:38 #86 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:13:38 #86 ... 01:13:38 01:13:38 #87 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:13:38 #0 2.619 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:38 #0 2.715 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:38 #0 3.055 OK: 7 MiB in 18 packages 01:13:38 #87 DONE 3.2s 01:13:38 01:13:38 #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:13:38 #0 2.569 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:38 #0 2.662 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:38 #0 3.047 OK: 13 MiB in 29 packages 01:13:38 #88 DONE 3.2s 01:13:38 01:13:38 #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:13:39 #89 ... 01:13:39 01:13:39 #90 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:13:39 #0 1.563 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:39 #0 1.750 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:39 #0 2.353 (1/1) Installing dumb-init (1.2.5-r3) 01:13:39 #0 2.494 Executing busybox-1.37.0-r20.trigger 01:13:39 #0 2.503 OK: 7 MiB in 17 packages 01:13:39 #90 DONE 2.8s 01:13:39 01:13:39 #91 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:13:41 #91 ... 01:13:41 01:13:41 #82 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 01:13:41 #82 1.794 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:41 #82 1.886 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:41 #82 2.342 OK: 8 MiB in 21 packages 01:13:46 #82 ... 01:13:46 01:13:46 #92 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:13:46 #92 ... 01:13:46 01:13:46 #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:13:46 #93 ... 01:13:46 01:13:46 #94 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:13:47 #94 ... 01:13:47 01:13:47 #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:13:47 #0 1.618 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:47 #0 1.718 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:47 #0 2.251 OK: 8 MiB in 20 packages 01:13:47 #95 ... 01:13:47 01:13:47 #96 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:13:47 #0 1.585 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:47 #0 1.665 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:47 #0 2.071 OK: 20 MiB in 20 packages 01:13:48 #96 ... 01:13:48 01:13:48 #97 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:13:48 #0 1.748 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:48 #0 1.845 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:48 #0 2.336 OK: 8 MiB in 19 packages 01:13:50 #97 ... 01:13:50 01:13:50 #79 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 01:13:50 #79 1.799 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:13:50 #79 1.892 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:13:50 #79 2.363 OK: 7 MiB in 17 packages 01:14:12 #79 ... 01:14:12 01:14:12 #96 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:14:12 #96 DONE 33.7s 01:14:12 01:14:12 #82 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 01:14:12 #82 DONE 33.6s 01:14:12 01:14:12 #97 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:14:12 #97 DONE 33.7s 01:14:12 01:14:12 #92 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:12 #92 DONE 35.9s 01:14:12 01:14:12 #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:12 #93 DONE 35.9s 01:14:12 01:14:12 #94 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:12 #94 DONE 35.9s 01:14:12 01:14:12 #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:14:12 #89 DONE 33.1s 01:14:12 01:14:12 #91 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:12 #91 DONE 35.9s 01:14:12 01:14:12 #77 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:12 #77 DONE 36.0s 01:14:12 01:14:12 #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:14:12 #95 DONE 33.7s 01:14:12 01:14:12 #79 [core-command stage-1 3/9] RUN apk --no-cache upgrade 01:14:12 #79 DONE 33.8s 01:14:12 01:14:12 #86 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:12 #86 DONE 33.6s 01:14:12 01:14:12 #98 [core-common-config-bootstrapper builder 6/7] COPY . . 01:14:21 Removing intermediate container 73105f51c1d9 01:14:21 ---> 548f0a9e84e7 01:14:21 Successfully built 548f0a9e84e7 01:14:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:14:21 + docker inspect -f . ci-base-image-arm64 01:14:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:14:22 prd-ubuntu20.04-docker-arm64-4c-16g-8845 does not seem to be running inside a container 01:14:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/973 -v /w/workspace/edgex-go/973:/w/workspace/edgex-go/973:rw,z -v /w/workspace/edgex-go/973@tmp:/w/workspace/edgex-go/973@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 ******** ci-base-image-arm64 cat 01:14:22 #98 ... 01:14:22 01:14:22 #99 [security-spiffe-token-provider builder 6/7] COPY . . 01:14:22 #99 ... 01:14:22 01:14:22 #100 [support-notifications builder 6/7] COPY . . 01:14:22 #100 ... 01:14:22 01:14:22 #101 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:14:22 #101 ... 01:14:22 01:14:22 #102 [support-scheduler builder 6/7] COPY . . 01:14:22 #102 ... 01:14:22 01:14:22 #103 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:14:22 #103 ... 01:14:22 01:14:22 #104 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:14:22 #104 ... 01:14:22 01:14:22 #105 [security-bootstrapper builder 6/7] COPY . . 01:14:22 #105 ... 01:14:22 01:14:22 #106 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:14:23 #106 ... 01:14:23 01:14:23 #107 [core-keeper builder 7/8] COPY . . 01:14:23 $ docker top 1190f88a57617330abcdbe18ab2c8e22c131cba8d34e78d7e4f6b96edd138591 -eo pid,comm [Pipeline] { [Pipeline] sh 01:14:24 + go version 01:14:24 go version go1.25.3 linux/arm64 [Pipeline] } 01:14:24 $ docker stop --time=1 1190f88a57617330abcdbe18ab2c8e22c131cba8d34e78d7e4f6b96edd138591 01:14:24 #107 ... 01:14:24 01:14:24 #106 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:14:24 #106 DONE 13.1s 01:14:24 01:14:24 #107 [core-keeper builder 7/8] COPY . . 01:14:24 #107 ... 01:14:24 01:14:24 #104 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:14:24 #104 DONE 13.4s 01:14:25 01:14:25 #102 [support-scheduler builder 6/7] COPY . . 01:14:25 #102 DONE 13.4s 01:14:25 01:14:25 #100 [support-notifications builder 6/7] COPY . . 01:14:25 #100 DONE 13.4s 01:14:25 01:14:25 #99 [security-spiffe-token-provider builder 6/7] COPY . . 01:14:25 #99 DONE 13.4s 01:14:25 01:14:25 #103 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:14:25 #103 DONE 13.3s 01:14:25 01:14:25 #101 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:14:25 #101 DONE 13.4s 01:14:25 01:14:25 #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:14:25 $ docker rm -f --volumes 1190f88a57617330abcdbe18ab2c8e22c131cba8d34e78d7e4f6b96edd138591 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:14:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:14:26 01:14:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:14:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:14:27 latest: Pulling from edgex-devops/edgex-compose-arm64 01:14:27 547446be3368: Pulling fs layer 01:14:27 d125d8839a47: Pulling fs layer 01:14:27 3e85d5ac6304: Pulling fs layer 01:14:27 c3105a71a48b: Pulling fs layer 01:14:27 0f093f025ec4: Pulling fs layer 01:14:27 c3106fc0e877: Pulling fs layer 01:14:27 c3105a71a48b: Waiting 01:14:27 0f093f025ec4: Waiting 01:14:27 c3106fc0e877: Waiting 01:14:27 547446be3368: Verifying Checksum 01:14:27 547446be3368: Download complete 01:14:27 c3105a71a48b: Verifying Checksum 01:14:27 c3105a71a48b: Download complete 01:14:27 d125d8839a47: Verifying Checksum 01:14:27 d125d8839a47: Download complete 01:14:27 547446be3368: Pull complete 01:14:27 c3106fc0e877: Verifying Checksum 01:14:27 c3106fc0e877: Download complete 01:14:28 d125d8839a47: Pull complete 01:14:30 0f093f025ec4: Verifying Checksum 01:14:30 0f093f025ec4: Download complete 01:14:30 3e85d5ac6304: Verifying Checksum 01:14:30 3e85d5ac6304: Download complete 01:14:35 #108 ... 01:14:35 01:14:35 #109 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:14:35 #109 ... 01:14:35 01:14:35 #110 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:14:35 #110 ... 01:14:35 01:14:35 #111 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:14:35 #111 ... 01:14:35 01:14:35 #112 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:14:35 #112 ... 01:14:35 01:14:35 #113 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:14:38 #113 DONE 13.1s 01:14:38 01:14:38 #112 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:14:38 #112 DONE 13.1s 01:14:38 01:14:38 #98 [core-common-config-bootstrapper builder 6/7] COPY . . 01:14:38 #98 DONE 26.4s 01:14:38 01:14:38 #107 [core-keeper builder 7/8] COPY . . 01:14:38 #107 DONE 26.4s 01:14:38 01:14:38 #114 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:14:38 #114 CACHED 01:14:38 01:14:38 #115 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:38 #115 CACHED 01:14:38 01:14:38 #116 [security-proxy-auth builder 6/7] COPY . . 01:14:38 #116 CACHED 01:14:38 01:14:38 #117 [core-data builder 6/7] COPY . . 01:14:38 #117 CACHED 01:14:38 01:14:38 #118 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:38 #118 CACHED 01:14:38 01:14:38 #119 [core-data builder 4/7] COPY go.mod vendor* ./ 01:14:38 #119 CACHED 01:14:38 01:14:38 #120 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:38 #120 CACHED 01:14:38 01:14:38 #121 [core-command builder 4/7] COPY go.mod vendor* ./ 01:14:38 #121 CACHED 01:14:38 01:14:38 #122 [core-command builder 6/7] COPY . . 01:14:38 #122 CACHED 01:14:38 01:14:38 #123 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:38 #123 CACHED 01:14:38 01:14:38 #124 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:14:38 #124 CACHED 01:14:38 01:14:38 #125 [core-common-config-bootstrapper builder 6/7] COPY . . 01:14:38 #125 CACHED 01:14:38 01:14:38 #105 [security-secretstore-setup builder 6/7] COPY . . 01:14:38 #105 DONE 26.5s 01:14:38 01:14:38 #126 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:38 #126 CACHED 01:14:38 01:14:38 #127 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:14:38 #127 CACHED 01:14:38 01:14:38 #128 [security-proxy-setup builder 6/7] COPY . . 01:14:38 #128 CACHED 01:14:38 01:14:38 #129 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:14:38 #129 CACHED 01:14:38 01:14:38 #130 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:38 #130 CACHED 01:14:38 01:14:38 #131 [security-secretstore-setup builder 6/7] COPY . . 01:14:38 #131 CACHED 01:14:38 01:14:38 #132 [security-spire-config stage-2 6/10] COPY security.txt / 01:14:39 #132 ... 01:14:39 01:14:39 #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:14:39 #108 DONE 14.2s 01:14:39 01:14:39 #111 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:14:39 #111 14.20 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:14:39 #111 ... 01:14:39 01:14:39 #133 [security-spire-server stage-2 6/9] COPY security.txt / 01:14:39 #133 DONE 1.4s 01:14:39 01:14:39 #132 [security-spire-config stage-2 6/10] COPY security.txt / 01:14:39 #132 DONE 1.5s 01:14:39 01:14:39 #134 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:14:39 #134 DONE 0.5s 01:14:39 01:14:39 #135 [security-spire-agent stage-3 7/10] COPY security.txt / 01:14:39 #135 ... 01:14:39 01:14:39 #136 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:14:39 #136 DONE 0.4s 01:14:39 01:14:39 #137 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:14:40 #137 ... 01:14:40 01:14:40 #138 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:14:40 #138 DONE 0.5s 01:14:40 01:14:40 #135 [security-spire-agent stage-3 7/10] COPY security.txt / 01:14:40 #135 DONE 0.6s 01:14:40 01:14:40 #139 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:14:40 #139 ... 01:14:40 01:14:40 #137 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:14:40 #137 DONE 0.9s 01:14:41 01:14:41 #140 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:14:42 #140 ... 01:14:42 01:14:42 #139 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:14:42 #139 DONE 1.8s 01:14:42 01:14:42 #140 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:14:42 #140 DONE 1.6s 01:14:42 01:14:42 #141 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:14:43 #141 ... 01:14:43 01:14:43 #142 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:14:43 #142 DONE 1.7s 01:14:43 01:14:43 #143 [security-spire-server] exporting to image 01:14:43 #143 exporting layers 01:14:43 3e85d5ac6304: Pull complete 01:14:43 c3105a71a48b: Pull complete 01:14:43 0f093f025ec4: Pull complete 01:14:43 c3106fc0e877: Pull complete 01:14:43 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 01:14:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:14:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:14:44 prd-ubuntu20.04-docker-arm64-4c-16g-8845 does not seem to be running inside a container 01:14:44 $ 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/973 -v /w/workspace/edgex-go/973:/w/workspace/edgex-go/973:rw,z -v /w/workspace/edgex-go/973@tmp:/w/workspace/edgex-go/973@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-devops/edgex-compose-arm64:latest cat 01:14:45 #143 ... 01:14:45 01:14:45 #144 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:14:45 #144 DONE 3.7s 01:14:45 01:14:45 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:14:45 #0 2.004 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:14:46 #145 ... 01:14:46 01:14:46 #146 [security-spire-config] exporting to image 01:14:46 $ docker top 880239cc16f620a6d09cd08162b83418d90ead888af3ce95c1f12ea7590b8873 -eo pid,comm [Pipeline] { [Pipeline] sh 01:14:46 #146 ... 01:14:46 01:14:46 #141 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:14:46 #141 DONE 4.6s 01:14:46 01:14:46 #147 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:14:47 + docker compose -f ./docker-compose-build.yml build --parallel 01:14:48 #147 ... 01:14:48 01:14:48 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:14:48 #0 1.693 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:14:48 #148 ... 01:14:48 01:14:48 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:14:48 #0 1.953 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:14:48 #149 ... 01:14:48 01:14:48 #150 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 01:14:48 #0 1.753 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:14:48 #150 ... 01:14:48 01:14:48 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:14:48 #0 1.994 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:14:48 #151 ... 01:14:48 01:14:48 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:14:48 #0 1.401 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:14:48 #152 ... 01:14:48 01:14:48 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:14:48 #0 1.759 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:14:49 #153 ... 01:14:49 01:14:49 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:14:49 #0 1.525 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:14:49 #154 ... 01:14:49 01:14:49 #109 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:14:49 #109 14.07 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:14:49 #109 ... 01:14:49 01:14:49 #147 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:14:49 #147 DONE 2.7s 01:14:49 01:14:49 #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:14:49 #0 1.541 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:14:49 #155 ... 01:14:49 01:14:49 #110 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:14:49 #110 14.06 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:14:49 #110 ... 01:14:49 01:14:49 #156 [security-spire-agent] exporting to image 01:14:49 #156 exporting layers 01:14:52 #156 ... 01:14:52 01:14:52 #143 [security-spire-server] exporting to image 01:14:52 #143 exporting layers 8.5s done 01:14:52 #143 writing image sha256:14ff45aec6f2d9301c0c26a690547342a8f0b4bb691fbe70b6336c12fb4be98e 0.4s done 01:14:52 #143 naming to docker.io/library/security-spire-server 0.0s done 01:14:52 #143 DONE 9.1s 01:14:52 01:14:52 #146 [security-spire-config] exporting to image 01:14:52 #146 exporting layers 6.3s done 01:14:52 #146 writing image sha256:87074ea3af3b59c014ec7fc873ec8dfc5bfa3cb46b91e9fc3e1e58de4d41cb55 01:14:52 #146 writing image sha256:87074ea3af3b59c014ec7fc873ec8dfc5bfa3cb46b91e9fc3e1e58de4d41cb55 0.2s done 01:14:52 #146 naming to docker.io/library/security-spire-config 01:14:52 #146 naming to docker.io/library/security-spire-config 0.2s done 01:14:52 #146 DONE 6.9s 01:14:52 01:14:52 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:14:53 #148 ... 01:14:53 01:14:53 #156 [security-spire-agent] exporting to image 01:14:53 #156 exporting layers 3.5s done 01:14:53 #156 writing image sha256:9f291c127a49832d16d0e367b81ca05fc4c9abc267ac809e3ee6131d5aba7f32 done 01:14:53 #156 naming to docker.io/library/security-spire-agent 01:14:53 #156 naming to docker.io/library/security-spire-agent 0.1s done 01:14:53 #156 DONE 3.9s 01:14:53 01:14:53 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:14:57 #1 [security-proxy-auth internal] load build definition from Dockerfile 01:14:57 #1 transferring dockerfile: 2.14kB 0.0s done 01:14:57 #1 DONE 0.6s 01:14:57 01:14:57 #2 [security-spire-agent internal] load build definition from Dockerfile 01:14:57 #2 transferring dockerfile: 1.81kB done 01:14:57 #2 DONE 0.0s 01:14:57 01:14:57 #3 [support-scheduler internal] load build definition from Dockerfile 01:14:57 #3 transferring dockerfile: 1.83kB 0.0s done 01:14:57 #3 DONE 0.0s 01:14:57 01:14:57 #4 [core-keeper internal] load build definition from Dockerfile 01:14:57 #4 transferring dockerfile: 2.07kB 0.0s done 01:14:57 #4 DONE 0.1s 01:14:57 01:14:57 #5 [security-bootstrapper internal] load build definition from Dockerfile 01:14:57 #5 transferring dockerfile: 3.02kB done 01:14:57 #5 DONE 0.1s 01:14:57 01:14:57 #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:14:57 #6 transferring dockerfile: 2.23kB done 01:14:57 #6 DONE 0.1s 01:14:57 01:14:57 #7 [security-spire-server internal] load build definition from Dockerfile 01:14:57 #7 transferring dockerfile: 1.70kB done 01:14:57 #7 DONE 0.1s 01:14:57 01:14:57 #8 [core-metadata internal] load build definition from Dockerfile 01:14:57 #8 transferring dockerfile: 2.10kB done 01:14:57 #8 DONE 0.1s 01:14:57 01:14:57 #9 [core-command internal] load build definition from Dockerfile 01:14:57 #9 transferring dockerfile: 1.94kB 0.0s done 01:14:57 #9 DONE 0.1s 01:14:57 01:14:57 #10 [core-data internal] load build definition from Dockerfile 01:14:57 #10 transferring dockerfile: 2.04kB 0.0s done 01:14:57 #10 DONE 0.1s 01:14:57 01:14:57 #11 [security-spire-config internal] load build definition from Dockerfile 01:14:57 #11 transferring dockerfile: 1.69kB 0.0s done 01:14:57 #11 DONE 0.1s 01:14:57 01:14:57 #12 [security-proxy-setup internal] load build definition from Dockerfile 01:14:57 #12 transferring dockerfile: 2.50kB 0.0s done 01:14:57 #12 DONE 0.1s 01:14:57 01:14:57 #13 [support-notifications internal] load build definition from Dockerfile 01:14:57 #13 transferring dockerfile: 2.02kB 0.0s done 01:14:57 #13 DONE 0.1s 01:14:57 01:14:57 #14 [security-secretstore-setup internal] load build definition from Dockerfile 01:14:57 #14 transferring dockerfile: 2.49kB done 01:14:57 #14 DONE 0.1s 01:14:57 01:14:57 #15 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:14:57 #15 transferring dockerfile: 1.89kB done 01:14:57 #15 DONE 0.1s 01:14:57 01:14:57 #16 [security-proxy-auth internal] load .dockerignore 01:14:57 #16 transferring context: 50B done 01:14:57 #16 DONE 0.1s 01:14:58 01:14:58 #17 [security-spire-agent internal] load .dockerignore 01:14:58 #17 transferring context: 50B 0.0s done 01:14:58 #17 DONE 0.0s 01:14:58 01:14:58 #18 [support-scheduler internal] load .dockerignore 01:14:58 #18 transferring context: 50B done 01:14:58 #18 DONE 0.0s 01:14:58 01:14:58 #19 [core-keeper internal] load .dockerignore 01:14:58 #19 transferring context: 50B 0.0s done 01:14:58 #19 DONE 0.1s 01:14:58 01:14:58 #20 [security-bootstrapper internal] load .dockerignore 01:14:58 #20 transferring context: 50B 0.0s done 01:14:58 #20 DONE 0.1s 01:14:58 01:14:58 #21 [core-common-config-bootstrapper internal] load .dockerignore 01:14:58 #21 transferring context: 50B done 01:14:58 #21 DONE 0.1s 01:14:58 01:14:58 #22 [security-spire-server internal] load .dockerignore 01:14:58 #22 transferring context: 50B 0.0s done 01:14:58 #22 DONE 0.1s 01:14:58 01:14:58 #23 [core-metadata internal] load .dockerignore 01:14:59 #23 transferring context: 50B 0.0s done 01:14:59 #23 DONE 0.1s 01:14:59 01:14:59 #24 [core-command internal] load .dockerignore 01:14:59 #24 transferring context: 50B done 01:14:59 #24 DONE 0.1s 01:14:59 01:14:59 #25 [core-data internal] load .dockerignore 01:14:59 #25 transferring context: 50B done 01:14:59 #25 DONE 0.1s 01:14:59 01:14:59 #26 [security-spire-config internal] load .dockerignore 01:14:59 #26 transferring context: 50B done 01:14:59 #26 DONE 0.1s 01:14:59 01:14:59 #27 [security-proxy-setup internal] load .dockerignore 01:14:59 #27 transferring context: 50B done 01:14:59 #27 DONE 0.1s 01:14:59 01:14:59 #28 [support-notifications internal] load .dockerignore 01:14:59 #28 transferring context: 50B done 01:14:59 #28 DONE 0.1s 01:14:59 01:14:59 #29 [security-secretstore-setup internal] load .dockerignore 01:14:59 #29 transferring context: 50B done 01:14:59 #29 DONE 0.1s 01:14:59 01:14:59 #30 [security-spiffe-token-provider internal] load .dockerignore 01:14:59 #30 transferring context: 50B done 01:14:59 #30 DONE 0.0s 01:14:59 01:14:59 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:14:59 #31 DONE 0.0s 01:14:59 01:14:59 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.22 01:15:00 #32 DONE 0.6s 01:15:00 01:15:00 #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 01:15:00 #33 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.0s done 01:15:00 #33 sha256:6a2735c23ff3a1a7c2afe285f58e1ef43d3c7d21886ec231aa16dba29be71826 627B / 627B done 01:15:00 #33 sha256:58e777220c395c319866c5d73ea32a5ea574bbd12f4eb289b392f584d0cd953e 0B / 4.14MB 0.1s 01:15:00 #33 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done 01:15:00 #33 sha256:a46b5c913cad8b1038883ec9aff6003b4a11fdae3229a8e9e3a68f757d724cef 1.02kB / 1.02kB done 01:15:00 #33 ... 01:15:00 01:15:00 #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.22 01:15:00 #32 DONE 0.6s 01:15:00 01:15:00 #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 01:15:00 #33 ... 01:15:00 01:15:00 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:15:00 #31 DONE 0.0s 01:15:00 01:15:00 #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 01:15:00 #33 ... 01:15:00 01:15:00 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:15:00 #31 DONE 0.0s 01:15:00 01:15:00 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:15:00 #31 DONE 0.0s 01:15:00 01:15:00 #33 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 01:15:00 #33 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.0s done 01:15:00 #33 sha256:6a2735c23ff3a1a7c2afe285f58e1ef43d3c7d21886ec231aa16dba29be71826 627B / 627B done 01:15:00 #33 sha256:58e777220c395c319866c5d73ea32a5ea574bbd12f4eb289b392f584d0cd953e 4.14MB / 4.14MB 0.7s 01:15:00 #33 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done 01:15:00 #33 sha256:a46b5c913cad8b1038883ec9aff6003b4a11fdae3229a8e9e3a68f757d724cef 1.02kB / 1.02kB done 01:15:00 #33 extracting sha256:58e777220c395c319866c5d73ea32a5ea574bbd12f4eb289b392f584d0cd953e 01:15:00 #33 ... 01:15:00 01:15:00 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.22 01:15:00 #32 DONE 0.6s 01:15:00 01:15:00 #33 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 01:15:00 #33 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.0s done 01:15:00 #33 sha256:6a2735c23ff3a1a7c2afe285f58e1ef43d3c7d21886ec231aa16dba29be71826 627B / 627B done 01:15:00 #33 sha256:58e777220c395c319866c5d73ea32a5ea574bbd12f4eb289b392f584d0cd953e 4.14MB / 4.14MB 0.7s done 01:15:00 #33 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done 01:15:00 #33 sha256:a46b5c913cad8b1038883ec9aff6003b4a11fdae3229a8e9e3a68f757d724cef 1.02kB / 1.02kB done 01:15:00 #33 sha256:58e777220c395c319866c5d73ea32a5ea574bbd12f4eb289b392f584d0cd953e 4.14MB / 4.14MB 0.7s done 01:15:01 #33 ... 01:15:01 01:15:01 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:15:01 #31 DONE 0.0s 01:15:01 01:15:01 #34 [security-proxy-auth internal] load build context 01:15:01 #34 transferring context: 3.41MB 0.8s done 01:15:01 #34 DONE 1.2s 01:15:01 01:15:01 #35 [core-keeper internal] load build context 01:15:01 #35 ... 01:15:01 01:15:01 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:15:01 #31 DONE 0.0s 01:15:01 01:15:01 #35 [core-keeper internal] load build context 01:15:01 #35 ... 01:15:01 01:15:01 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:15:01 #31 DONE 0.0s 01:15:01 01:15:01 #35 [core-keeper internal] load build context 01:15:02 #35 ... 01:15:02 01:15:02 #32 [core-data internal] load metadata for docker.io/library/alpine:3.22 01:15:02 #32 DONE 1.5s 01:15:02 01:15:02 #35 [core-keeper internal] load build context 01:15:02 #35 ... 01:15:02 01:15:02 #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 01:15:02 #36 DONE 1.9s 01:15:02 01:15:02 #35 [core-keeper internal] load build context 01:15:02 #35 ... 01:15:02 01:15:02 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:15:02 #31 DONE 0.0s 01:15:02 01:15:02 #35 [core-keeper internal] load build context 01:15:02 #35 ... 01:15:02 01:15:02 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:15:02 #31 DONE 0.0s 01:15:02 01:15:02 #35 [core-keeper internal] load build context 01:15:02 #35 ... 01:15:02 01:15:02 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:15:02 #31 DONE 0.0s 01:15:02 01:15:02 #35 [core-keeper internal] load build context 01:15:02 #35 transferring context: 3.41MB 2.0s done 01:15:02 #35 ... 01:15:02 01:15:02 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:15:02 #31 DONE 0.0s 01:15:02 01:15:02 #37 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 01:15:02 #37 DONE 2.6s 01:15:03 01:15:03 #38 [security-spiffe-token-provider internal] load build context 01:15:03 #38 DONE 0.0s 01:15:03 01:15:03 #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.22 01:15:03 #32 DONE 2.3s 01:15:03 01:15:03 #39 [support-notifications internal] load build context 01:15:03 #39 DONE 0.0s 01:15:03 01:15:03 #40 [security-proxy-setup internal] load build context 01:15:03 #40 DONE 0.0s 01:15:03 01:15:03 #33 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 01:15:03 #33 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.0s done 01:15:03 #33 sha256:6a2735c23ff3a1a7c2afe285f58e1ef43d3c7d21886ec231aa16dba29be71826 627B / 627B done 01:15:03 #33 sha256:58e777220c395c319866c5d73ea32a5ea574bbd12f4eb289b392f584d0cd953e 4.14MB / 4.14MB 0.7s done 01:15:03 #33 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done 01:15:03 #33 sha256:a46b5c913cad8b1038883ec9aff6003b4a11fdae3229a8e9e3a68f757d724cef 1.02kB / 1.02kB done 01:15:03 #33 extracting sha256:58e777220c395c319866c5d73ea32a5ea574bbd12f4eb289b392f584d0cd953e 2.2s done 01:15:03 #33 ... 01:15:03 01:15:03 #41 [core-common-config-bootstrapper internal] load build context 01:15:03 #41 transferring context: 3.41MB 1.5s done 01:15:03 #41 DONE 2.3s 01:15:03 01:15:03 #42 [support-scheduler internal] load build context 01:15:03 #42 transferring context: 3.41MB 1.8s done 01:15:03 #42 DONE 2.5s 01:15:03 01:15:03 #35 [core-keeper internal] load build context 01:15:03 #35 DONE 2.6s 01:15:03 01:15:03 #43 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:15:03 #43 DONE 4.1s 01:15:03 01:15:03 #44 [security-bootstrapper internal] load build context 01:15:03 #44 transferring context: 3.41MB 2.1s done 01:15:03 #44 DONE 2.7s 01:15:03 01:15:03 #45 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 01:15:04 #45 ... 01:15:04 01:15:04 #46 [security-spire-server internal] load build context 01:15:04 #46 transferring context: 26.58kB 0.1s done 01:15:04 #46 DONE 2.2s 01:15:04 01:15:04 #47 [security-spire-agent internal] load build context 01:15:04 #47 transferring context: 26.11kB 0.0s done 01:15:04 #47 DONE 1.9s 01:15:04 01:15:04 #33 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 01:15:04 #33 DONE 5.1s 01:15:04 01:15:04 #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:15:04 #48 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.2s done 01:15:04 #48 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done 01:15:04 #48 sha256:ced6f785f25e808285239e1b330e8c366d2ae62fa852094f1d3fd326b1132165 1.05kB / 1.05kB done 01:15:04 #48 sha256:8a58b3969bfd5b13870680e9e86bf50468e927db3e6261cf8014eefe02e15b75 1.74kB / 1.74kB done 01:15:04 #48 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.4s done 01:15:04 #48 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.3s done 01:15:04 #48 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.6s done 01:15:04 #48 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.1s done 01:15:04 #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 118.78kB / 37.02MB 1.3s 01:15:04 #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 2.10MB / 37.02MB 1.5s 01:15:04 #48 ... 01:15:04 01:15:04 #49 [security-spire-config internal] load build context 01:15:04 #49 transferring context: 24.83kB 0.5s done 01:15:04 #49 DONE 1.9s 01:15:04 01:15:04 #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:15:04 #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 4.19MB / 37.02MB 1.8s 01:15:04 #48 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 01:15:05 #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 6.29MB / 37.02MB 2.1s 01:15:05 #48 ... 01:15:05 01:15:05 #45 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 01:15:05 #45 DONE 3.1s 01:15:05 01:15:05 #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:15:05 #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 8.39MB / 37.02MB 2.3s 01:15:05 #48 ... 01:15:05 01:15:05 #50 [core-metadata internal] load build context 01:15:05 #50 transferring context: 3.41MB 1.8s done 01:15:05 #50 DONE 3.7s 01:15:05 01:15:05 #51 [core-command internal] load build context 01:15:05 #51 transferring context: 3.41MB 1.9s done 01:15:05 #51 DONE 3.8s 01:15:05 01:15:05 #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:15:05 #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 11.53MB / 37.02MB 2.6s 01:15:06 #48 ... 01:15:06 01:15:06 #52 [core-data internal] load build context 01:15:06 #52 transferring context: 3.41MB 1.9s done 01:15:06 #52 DONE 3.7s 01:15:06 01:15:06 #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:15:06 #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 13.63MB / 37.02MB 2.9s 01:15:06 #48 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0.0s done 01:15:06 #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 16.01MB / 37.02MB 3.1s 01:15:06 #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 18.87MB / 37.02MB 3.4s 01:15:06 #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 20.97MB / 37.02MB 3.5s 01:15:06 #48 ... 01:15:06 01:15:06 #53 [security-secretstore-setup internal] load build context 01:15:06 #53 transferring context: 3.41MB 2.3s done 01:15:06 #53 DONE 3.7s 01:15:06 01:15:06 #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:15:06 #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 25.17MB / 37.02MB 3.7s 01:15:06 #48 ... 01:15:06 01:15:06 #38 [security-spiffe-token-provider internal] load build context 01:15:06 #38 transferring context: 3.41MB 2.4s done 01:15:06 #38 DONE 3.8s 01:15:06 01:15:06 #40 [security-proxy-setup internal] load build context 01:15:06 #40 transferring context: 3.41MB 2.4s done 01:15:06 #40 DONE 3.7s 01:15:06 01:15:06 #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:15:06 #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 27.87MB / 37.02MB 3.8s 01:15:07 #48 ... 01:15:07 01:15:07 #39 [support-notifications internal] load build context 01:15:07 #39 transferring context: 3.41MB 2.6s done 01:15:07 #39 DONE 4.0s 01:15:07 01:15:07 #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:15:07 #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 30.42MB / 37.02MB 4.0s 01:15:07 #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 32.51MB / 37.02MB 4.2s 01:15:07 #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 34.60MB / 37.02MB 4.4s 01:15:08 #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 4.8s 01:15:08 #48 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 5.0s done 01:15:12 #48 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 01:15:12 #48 ... 01:15:12 01:15:12 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 01:15:12 #54 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.8s done 01:15:12 #54 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done 01:15:12 #54 sha256:6aa7068b88c14fccece3eddd5cf3f031d84f4d6dc184b3aac222cb195ca19d73 1.05kB / 1.05kB done 01:15:12 #54 sha256:5e54a974612164920e65f185ec25fe1cca508e77b756a468d4f5f5adcf30deb0 1.72kB / 1.72kB done 01:15:12 #54 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.2s done 01:15:12 #54 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.4s done 01:15:12 #54 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.1s done 01:15:12 #54 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 1.0s 01:15:12 #54 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 17.33MB / 17.33MB 3.4s done 01:15:12 #54 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 01:15:12 #54 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 0.0s done 01:15:12 #54 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 5.3s 01:15:12 #54 ... 01:15:12 01:15:12 #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:15:14 #48 ... 01:15:14 01:15:14 #55 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:15:14 #55 DONE 8.9s 01:15:14 01:15:14 #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:15:15 #48 ... 01:15:15 01:15:15 #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:15:15 #0 8.479 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:15 #0 8.994 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:15 #56 ... 01:15:15 01:15:15 #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:15:15 #48 ... 01:15:15 01:15:15 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:15:15 #57 ... 01:15:15 01:15:15 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:15:15 #58 ... 01:15:15 01:15:15 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:15:15 #59 ... 01:15:15 01:15:15 #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:15:15 #60 ... 01:15:15 01:15:15 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:15:15 #61 ... 01:15:15 01:15:15 #62 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:15:15 #62 ... 01:15:15 01:15:15 #63 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:15:16 #63 10.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:16 #63 ... 01:15:16 01:15:16 #64 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 01:15:16 #64 ... 01:15:16 01:15:16 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:15:16 #65 ... 01:15:16 01:15:16 #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:15:16 #0 10.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:16 #66 ... 01:15:16 01:15:16 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:15:16 #67 DONE 11.0s 01:15:16 01:15:16 #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:15:16 #66 11.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:16 #66 ... 01:15:16 01:15:16 #68 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:15:16 #0 10.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:16 #68 ... 01:15:16 01:15:16 #69 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:15:16 #69 ... 01:15:16 01:15:16 #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:15:16 #70 ... 01:15:16 01:15:16 #71 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:15:17 #71 ... 01:15:17 01:15:17 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 01:15:17 #54 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 10.4s 01:15:17 #54 ... 01:15:17 01:15:17 #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:15:17 #56 11.34 (1/2) Installing dumb-init (1.2.5-r3) 01:15:17 #56 11.36 (2/2) Installing su-exec (0.2-r3) 01:15:17 #56 11.37 Executing busybox-1.37.0-r20.trigger 01:15:17 #56 11.46 OK: 8 MiB in 18 packages 01:15:17 #56 DONE 12.8s 01:15:17 01:15:17 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 01:15:17 #54 ... 01:15:17 01:15:17 #69 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:15:17 #69 12.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:19 #69 13.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:22 #69 ... 01:15:22 01:15:22 #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:15:22 #48 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 10.6s 01:15:24 #48 ... 01:15:24 01:15:24 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:15:24 #0 8.427 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:24 #72 ... 01:15:24 01:15:24 #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:15:26 #48 ... 01:15:26 01:15:26 #62 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:15:26 #62 10.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:26 #62 11.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:26 #62 ... 01:15:26 01:15:26 #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:15:26 #48 ... 01:15:26 01:15:26 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:15:26 #0 6.731 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:26 #0 8.505 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:26 #73 ... 01:15:26 01:15:26 #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:15:26 #48 ... 01:15:26 01:15:26 #68 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:15:26 #68 11.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:27 #68 ... 01:15:27 01:15:27 #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:15:27 #48 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 15.5s 01:15:27 #48 ... 01:15:27 01:15:27 #63 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:15:27 #63 12.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:27 #63 ... 01:15:27 01:15:27 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:15:27 #58 12.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:27 #58 13.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:27 #58 ... 01:15:27 01:15:27 #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:15:27 #0 6.042 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:27 #0 7.514 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:27 #74 ... 01:15:27 01:15:27 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 01:15:27 #54 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 14.8s done 01:15:28 #54 ... 01:15:28 01:15:28 #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:15:28 #48 ... 01:15:28 01:15:28 #64 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 01:15:28 #64 13.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:28 #64 15.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:28 #64 ... 01:15:28 01:15:28 #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:15:28 #60 13.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:28 #60 15.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:28 #60 ... 01:15:28 01:15:28 #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:15:28 #66 20.92 OK: 255 MiB in 60 packages 01:15:28 #66 DONE 23.3s 01:15:28 01:15:28 #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:15:28 #70 13.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:28 #70 15.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:28 #70 ... 01:15:28 01:15:28 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:15:28 #59 13.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:28 #59 15.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:29 #59 ... 01:15:29 01:15:29 #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:15:29 #48 ... 01:15:29 01:15:29 #71 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:15:29 #71 13.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:29 #71 15.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:29 #71 ... 01:15:29 01:15:29 #75 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:15:29 #75 DONE 0.7s 01:15:29 01:15:29 #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:15:29 #48 ... 01:15:29 01:15:29 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:15:29 #65 14.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:29 #65 16.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:30 #65 ... 01:15:30 01:15:30 #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:15:30 #48 ... 01:15:30 01:15:30 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:15:30 #61 14.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:30 #61 17.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:30 #61 ... 01:15:30 01:15:30 #48 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:15:30 #48 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 18.6s done 01:15:30 #48 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 18.6s done 01:15:30 #48 ... 01:15:30 01:15:30 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:15:30 #57 15.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:30 #57 17.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:30 #57 ... 01:15:30 01:15:30 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:15:30 #59 25.33 (1/4) Installing ca-certificates (20260413-r0) 01:15:31 #59 ... 01:15:31 01:15:31 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:15:31 #48 DONE 29.1s 01:15:31 01:15:31 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:15:31 #58 24.47 v3.22.4-53-gebacb35e84c [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 01:15:31 #58 24.47 v3.22.4-54-g6b7d8c3bbc3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 01:15:31 #58 24.47 OK: 26165 distinct packages available 01:15:31 #58 25.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:31 #58 ... 01:15:31 01:15:31 #63 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:15:31 #63 22.72 (1/1) Installing dumb-init (1.2.5-r3) 01:15:31 #63 22.79 Executing busybox-1.37.0-r20.trigger 01:15:31 #63 22.94 OK: 8 MiB in 17 packages 01:15:31 #63 DONE 27.2s 01:15:31 01:15:31 #62 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:15:31 #62 24.33 OK: 255 MiB in 60 packages 01:15:31 #62 DONE 26.4s 01:15:31 01:15:31 #76 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 01:15:32 #76 ... 01:15:32 01:15:32 #77 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:15:32 #77 DONE 0.9s 01:15:32 01:15:32 #78 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:15:34 #78 ... 01:15:34 01:15:34 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:15:34 #72 10.66 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:35 #72 ... 01:15:35 01:15:35 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:15:35 #57 28.35 (1/3) Installing ca-certificates (20260413-r0) 01:15:35 #57 28.96 (2/3) Installing dumb-init (1.2.5-r3) 01:15:35 #57 29.00 (3/3) Installing tzdata (2026b-r0) 01:15:35 #57 30.58 Executing busybox-1.37.0-r20.trigger 01:15:36 #57 30.66 Executing ca-certificates-20260413-r0.trigger 01:15:38 #57 31.48 OK: 9 MiB in 19 packages 01:15:38 #57 ... 01:15:38 01:15:38 #64 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 01:15:38 #64 28.73 OK: 255 MiB in 60 packages 01:15:38 #64 DONE 33.1s 01:15:38 01:15:38 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:15:38 #73 20.18 OK: 255 MiB in 60 packages 01:15:38 #73 DONE 22.1s 01:15:38 01:15:38 #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:15:38 #79 ... 01:15:38 01:15:38 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:15:38 #59 26.17 (2/4) Installing dumb-init (1.2.5-r3) 01:15:38 #59 26.22 (3/4) Installing su-exec (0.2-r3) 01:15:38 #59 26.26 (4/4) Installing yq-go (4.47.2-r3) 01:15:38 #59 28.35 Executing busybox-1.37.0-r20.trigger 01:15:38 #59 28.54 Executing ca-certificates-20260413-r0.trigger 01:15:38 #59 30.13 OK: 20 MiB in 20 packages 01:15:38 #59 DONE 33.3s 01:15:38 01:15:38 #69 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:15:38 #69 27.84 (1/1) Installing dumb-init (1.2.5-r3) 01:15:38 #69 27.87 Executing busybox-1.37.0-r20.trigger 01:15:38 #69 27.96 OK: 8 MiB in 17 packages 01:15:38 #69 DONE 33.6s 01:15:38 01:15:38 #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:15:39 #80 ... 01:15:39 01:15:39 #71 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 01:15:39 #71 30.10 OK: 255 MiB in 60 packages 01:15:39 #71 DONE 34.5s 01:15:39 01:15:39 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:15:39 #57 DONE 34.0s 01:15:39 01:15:39 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:15:39 #61 30.93 (1/4) Installing dumb-init (1.2.5-r3) 01:15:39 #61 30.96 (2/4) Installing openssl (3.5.6-r0) 01:15:39 #61 31.06 (3/4) Installing su-exec (0.2-r3) 01:15:39 #61 31.09 (4/4) Installing yq-go (4.47.2-r3) 01:15:39 #61 32.08 Executing busybox-1.37.0-r20.trigger 01:15:39 #61 32.20 OK: 20 MiB in 20 packages 01:15:39 #61 ... 01:15:39 01:15:39 #68 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:15:39 #68 24.03 v3.22.4-53-gebacb35e84c [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 01:15:39 #68 24.03 v3.22.4-54-g6b7d8c3bbc3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 01:15:39 #68 24.03 OK: 26165 distinct packages available 01:15:39 #68 25.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:39 #68 28.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:39 #68 ... 01:15:39 01:15:39 #81 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:15:39 #81 ... 01:15:39 01:15:39 #82 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:15:39 #82 ... 01:15:39 01:15:39 #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:15:39 #74 18.99 OK: 8 MiB in 18 packages 01:15:39 #74 DONE 22.2s 01:15:40 01:15:40 #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:15:40 #83 ... 01:15:40 01:15:40 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:15:40 #72 22.61 (1/1) Installing dumb-init (1.2.5-r3) 01:15:40 #72 23.13 Executing busybox-1.37.0-r20.trigger 01:15:40 #72 23.23 OK: 8 MiB in 17 packages 01:15:40 #72 DONE 26.5s 01:15:40 01:15:40 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:15:40 #65 30.75 (1/7) Installing ca-certificates (20260413-r0) 01:15:40 #65 31.00 (2/7) Installing dumb-init (1.2.5-r3) 01:15:40 #65 31.03 (3/7) Installing libgcc (14.2.0-r6) 01:15:40 #65 31.05 (4/7) Installing libsodium (1.0.20-r1) 01:15:40 #65 31.10 (5/7) Installing libstdc++ (14.2.0-r6) 01:15:40 #65 31.32 (6/7) Installing libzmq (4.3.5-r2) 01:15:40 #65 31.39 (7/7) Installing zeromq (4.3.5-r2) 01:15:40 #65 31.62 Executing busybox-1.37.0-r20.trigger 01:15:40 #65 31.71 Executing ca-certificates-20260413-r0.trigger 01:15:40 #65 32.58 OK: 12 MiB in 23 packages 01:15:41 #65 ... 01:15:41 01:15:41 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:15:41 #61 DONE 35.5s 01:15:41 01:15:41 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:15:41 #65 DONE 35.8s 01:15:41 01:15:41 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:15:41 #84 ... 01:15:41 01:15:41 #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:15:41 #70 26.30 v3.22.4-53-gebacb35e84c [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 01:15:41 #70 26.30 v3.22.4-54-g6b7d8c3bbc3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 01:15:41 #70 26.30 OK: 26165 distinct packages available 01:15:41 #70 28.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:41 #70 30.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:41 #70 ... 01:15:41 01:15:41 #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:15:42 #85 ... 01:15:42 01:15:42 #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:15:42 #79 DONE 3.4s 01:15:42 01:15:42 #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:15:42 #86 DONE 3.4s 01:15:42 01:15:42 #68 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:15:42 #68 36.95 (1/5) Installing dumb-init (1.2.5-r3) 01:15:42 #68 36.95 (2/5) Installing musl-obstack (1.2.3-r2) 01:15:42 #68 36.96 (3/5) Installing libucontext (1.3.2-r0) 01:15:42 #68 37.00 (4/5) Installing gcompat (1.1.0-r4) 01:15:42 #68 37.04 (5/5) Installing openssl (3.5.6-r0) 01:15:42 #68 ... 01:15:42 01:15:42 #87 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:15:42 #87 DONE 3.2s 01:15:42 01:15:42 #68 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:15:42 #68 37.13 Executing busybox-1.37.0-r20.trigger 01:15:42 #68 37.31 OK: 9 MiB in 21 packages 01:15:43 #68 ... 01:15:43 01:15:43 #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:15:43 #60 27.59 v3.22.4-53-gebacb35e84c [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 01:15:43 #60 27.59 v3.22.4-54-g6b7d8c3bbc3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 01:15:43 #60 27.59 OK: 26183 distinct packages available 01:15:43 #60 29.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:43 #60 31.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:43 #60 ... 01:15:43 01:15:43 #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:15:43 #70 37.85 (1/13) Installing brotli-libs (1.1.0-r2) 01:15:43 #70 38.07 (2/13) Installing c-ares (1.34.6-r0) 01:15:43 #70 38.13 (3/13) Installing libunistring (1.3-r0) 01:15:44 #70 38.41 (4/13) Installing libidn2 (2.3.7-r0) 01:15:44 #70 38.46 (5/13) Installing nghttp2-libs (1.69.0-r0) 01:15:44 #70 38.49 (6/13) Installing libpsl (0.21.5-r3) 01:15:44 #70 ... 01:15:44 01:15:44 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:15:44 #58 28.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:44 #58 36.98 (1/4) Installing dumb-init (1.2.5-r3) 01:15:44 #58 37.00 (2/4) Installing musl-obstack (1.2.3-r2) 01:15:44 #58 37.00 (3/4) Installing libucontext (1.3.2-r0) 01:15:44 #58 37.03 (4/4) Installing gcompat (1.1.0-r4) 01:15:44 #58 37.05 Executing busybox-1.37.0-r20.trigger 01:15:44 #58 37.30 OK: 8 MiB in 20 packages 01:15:44 #58 ... 01:15:44 01:15:44 #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:15:44 #70 38.53 (7/13) Installing zstd-libs (1.5.7-r0) 01:15:44 #70 38.63 (8/13) Installing libcurl (8.14.1-r2) 01:15:44 #70 38.75 (9/13) Installing curl (8.14.1-r2) 01:15:44 #70 38.86 (10/13) Installing dumb-init (1.2.5-r3) 01:15:44 #70 38.87 (11/13) Installing musl-obstack (1.2.3-r2) 01:15:44 #70 38.91 (12/13) Installing libucontext (1.3.2-r0) 01:15:44 #70 38.96 (13/13) Installing gcompat (1.1.0-r4) 01:15:44 #70 39.03 Executing busybox-1.37.0-r20.trigger 01:15:44 #70 39.17 OK: 13 MiB in 29 packages 01:15:45 #70 ... 01:15:45 01:15:45 #68 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:15:45 #68 DONE 39.8s 01:15:45 01:15:45 #88 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 01:15:45 #88 ... 01:15:45 01:15:45 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:15:45 #58 DONE 40.0s 01:15:45 01:15:45 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:15:45 #89 ... 01:15:45 01:15:45 #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:15:45 #70 DONE 40.5s 01:15:46 01:15:46 #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:15:46 #60 40.25 OK: 255 MiB in 60 packages 01:15:47 #60 DONE 41.3s 01:15:47 01:15:47 #90 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:15:48 #90 ... 01:15:48 01:15:48 #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:15:48 #91 DONE 1.4s 01:15:48 01:15:48 #76 [core-command stage-1 3/9] RUN apk --no-cache upgrade 01:15:48 #76 8.530 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:48 #76 10.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:48 #76 16.79 OK: 8 MiB in 17 packages 01:15:48 #76 DONE 17.5s 01:15:48 01:15:48 #92 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:15:49 #92 ... 01:15:49 01:15:49 #93 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:15:49 #93 ... 01:15:49 01:15:49 #94 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:15:51 #94 ... 01:15:51 01:15:51 #82 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:15:51 #82 11.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:52 #82 ... 01:15:52 01:15:52 #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:15:52 #83 DONE 12.1s 01:15:52 01:15:52 #82 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:15:52 #82 12.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:52 #82 ... 01:15:52 01:15:52 #95 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:15:52 #95 ... 01:15:52 01:15:52 #96 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:15:52 #96 ... 01:15:52 01:15:52 #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:15:52 #97 DONE 0.4s 01:15:52 01:15:52 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:15:52 #84 11.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:53 #84 12.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:15:58 #84 ... 01:15:58 01:15:58 #90 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:15:58 #90 7.681 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:15:58 #90 8.964 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:16:00 #90 ... 01:16:00 01:16:00 #82 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:16:00 #82 18.70 OK: 9 MiB in 19 packages 01:16:00 #82 DONE 20.2s 01:16:00 01:16:00 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:16:00 #89 8.470 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:16:00 #89 9.274 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:16:00 #89 ... 01:16:00 01:16:00 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:16:00 #84 19.36 OK: 20 MiB in 20 packages 01:16:01 #84 ... 01:16:01 01:16:01 #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:16:01 #80 13.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:16:01 #80 14.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:16:01 #80 21.70 OK: 20 MiB in 20 packages 01:16:01 #80 DONE 23.0s 01:16:01 01:16:01 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:16:01 #84 DONE 20.7s 01:16:01 01:16:01 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:16:01 #89 15.46 OK: 8 MiB in 20 packages 01:16:02 #89 DONE 17.0s 01:16:02 01:16:02 #98 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:16:02 #98 DONE 0.5s 01:16:02 01:16:02 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:16:02 #99 ... 01:16:02 01:16:02 #93 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:16:02 #93 13.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:16:02 #93 14.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:16:02 #93 22.20 OK: 8 MiB in 17 packages 01:16:02 #93 DONE 23.8s 01:16:02 01:16:02 #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:16:02 #85 11.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:16:02 #85 12.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:16:02 #85 19.72 OK: 12 MiB in 23 packages 01:16:02 #85 DONE 21.6s 01:16:02 01:16:02 #90 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:16:02 #90 16.42 OK: 13 MiB in 29 packages 01:16:03 #90 ... 01:16:03 01:16:03 #88 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 01:16:03 #88 8.782 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:16:03 #88 10.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:16:03 #88 17.52 OK: 9 MiB in 21 packages 01:16:04 #88 ... 01:16:04 01:16:04 #90 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:16:04 #90 DONE 18.0s 01:16:04 01:16:04 #88 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 01:16:04 #88 DONE 19.4s 01:16:04 01:16:04 #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:16:07 #100 ... 01:16:07 01:16:07 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:16:07 #99 DONE 5.6s 01:16:08 01:16:08 #101 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:16:08 #101 ... 01:16:08 01:16:08 #102 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:16:08 #102 DONE 3.9s 01:16:08 01:16:08 #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:16:08 #100 DONE 3.9s 01:16:08 01:16:08 #101 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:16:08 #101 DONE 0.3s 01:16:08 01:16:08 #103 [security-spire-config stage-2 6/10] COPY security.txt / 01:16:08 #103 DONE 0.3s 01:16:08 01:16:08 #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:16:08 #104 DONE 0.5s 01:16:08 01:16:08 #105 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:16:09 #105 DONE 0.3s 01:16:09 01:16:09 #106 [security-spire-server stage-2 6/9] COPY security.txt / 01:16:09 #106 DONE 0.3s 01:16:09 01:16:09 #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:16:09 #107 ... 01:16:09 01:16:09 #108 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:16:09 #108 DONE 0.3s 01:16:09 01:16:09 #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:16:09 #107 DONE 0.5s 01:16:09 01:16:09 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:16:09 #109 ... 01:16:09 01:16:09 #110 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:16:09 #110 DONE 0.4s 01:16:09 01:16:09 #111 [security-spire-config] exporting to image 01:16:09 #111 exporting layers 01:16:10 #111 ... 01:16:10 01:16:10 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:16:10 #109 DONE 0.5s 01:16:10 01:16:10 #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:16:10 #112 DONE 0.4s 01:16:10 01:16:10 #111 [security-spire-server] exporting to image 01:16:11 #111 ... 01:16:11 01:16:11 #113 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:16:11 #113 DONE 3.6s 01:16:12 01:16:12 #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:16:12 #114 DONE 0.3s 01:16:12 01:16:12 #115 [security-spire-agent stage-3 7/10] COPY security.txt / 01:16:12 #115 DONE 0.3s 01:16:12 01:16:12 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:16:12 #116 DONE 0.3s 01:16:12 01:16:12 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:16:12 #117 DONE 0.2s 01:16:12 01:16:12 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:16:13 #118 DONE 0.2s 01:16:13 01:16:13 #111 [security-spire-server] exporting to image 01:16:14 #111 exporting layers 4.8s done 01:16:14 #111 writing image sha256:2c39a50a38fa6a5bb2ceada457469e0fd5cc2d5d6d3ca51273371158c667f536 01:16:14 #111 writing image sha256:2c39a50a38fa6a5bb2ceada457469e0fd5cc2d5d6d3ca51273371158c667f536 0.1s done 01:16:14 #111 naming to docker.io/library/security-spire-config-arm64 0.0s done 01:16:14 #111 exporting layers 4.5s done 01:16:14 #111 writing image sha256:59a1fb2ab93a9ebaa96c3185f98bf93603ec583cf9250b264fd44b9a91308c10 01:16:15 #111 writing image sha256:59a1fb2ab93a9ebaa96c3185f98bf93603ec583cf9250b264fd44b9a91308c10 done 01:16:15 #111 naming to docker.io/library/security-spire-server-arm64 done 01:16:16 #111 exporting layers 3.1s done 01:16:16 #111 writing image sha256:3cca58a3c78dd9189a8bb1f655b1f9d9c602d737bde34c0a306d8ef3d86bd767 done 01:16:16 #111 naming to docker.io/library/security-spire-agent-arm64 done 01:16:16 #111 DONE 6.8s 01:16:16 01:16:16 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 01:16:29 #152 DONE 97.7s 01:16:29 01:16:29 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:16:29 #148 ... 01:16:29 01:16:29 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:16:29 #149 DONE 97.8s 01:16:29 01:16:29 #110 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:16:29 #110 ... 01:16:29 01:16:29 #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:16:29 #157 ... 01:16:29 01:16:29 #158 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:16:29 #158 DONE 0.3s 01:16:29 01:16:29 #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:16:29 #157 DONE 0.3s 01:16:29 01:16:29 #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:16:29 #159 ... 01:16:29 01:16:29 #160 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:16:29 #160 DONE 0.3s 01:16:29 01:16:29 #161 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:16:29 #161 DONE 1.8s 01:16:29 01:16:29 #162 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 01:16:29 #162 DONE 0.4s 01:16:29 01:16:29 #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:16:29 #159 DONE 2.4s 01:16:29 01:16:29 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 01:16:29 #163 DONE 1.2s 01:16:29 01:16:29 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 01:16:29 #164 ... 01:16:29 01:16:29 #165 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:16:29 #165 DONE 2.4s 01:16:29 01:16:29 #166 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:16:29 #166 ... 01:16:29 01:16:29 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 01:16:29 #164 DONE 3.1s 01:16:29 01:16:29 #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:16:29 #167 ... 01:16:29 01:16:29 #166 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:16:29 #166 DONE 5.3s 01:16:29 01:16:29 #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:16:29 #167 DONE 3.4s 01:16:29 01:16:29 #168 [core-common-config-bootstrapper] exporting to image 01:16:29 #168 exporting layers 01:16:29 #168 ... 01:16:29 01:16:29 #169 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 01:16:29 #169 DONE 2.3s 01:16:29 01:16:29 #170 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 01:16:31 #170 DONE 2.0s 01:16:31 01:16:31 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:16:31 #148 ... 01:16:31 01:16:31 #168 [core-common-config-bootstrapper] exporting to image 01:16:31 #168 exporting layers 4.4s done 01:16:31 #168 writing image sha256:8e3e5ff24eebbaca97bf55bce7c69218893352df5abb2cc1a09ccfe3cf70553d 0.0s done 01:16:31 #168 naming to docker.io/library/core-common-config-bootstrapper done 01:16:31 #168 DONE 4.6s 01:16:31 01:16:31 #171 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 01:16:31 #171 DONE 0.4s 01:16:31 01:16:31 #172 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 01:16:32 #172 DONE 0.4s 01:16:32 01:16:32 #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:16:32 #173 DONE 0.6s 01:16:32 01:16:32 #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 01:16:34 #174 DONE 1.8s 01:16:34 01:16:34 #175 [security-bootstrapper] exporting to image 01:16:35 #175 exporting layers 1.0s done 01:16:35 #175 writing image sha256:f69943b463afcc04fefc0f5d7e7615c7e4d09941fc3db3d900ee39ba26d17f59 01:16:35 #175 writing image sha256:f69943b463afcc04fefc0f5d7e7615c7e4d09941fc3db3d900ee39ba26d17f59 0.0s done 01:16:35 #175 naming to docker.io/library/security-bootstrapper done 01:16:35 #175 DONE 1.0s 01:16:35 01:16:35 #111 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:17:22 #111 ... 01:17:22 01:17:22 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:17:22 #151 160.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:17:27 #151 DONE 169.0s 01:17:27 01:17:27 #150 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 01:17:27 #150 DONE 169.0s 01:17:27 01:17:27 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:17:27 #154 DONE 169.0s 01:17:27 01:17:27 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:17:27 #145 DONE 169.0s 01:17:27 01:17:27 #109 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:17:27 #109 DONE 182.1s 01:17:27 01:17:27 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:17:27 #148 DONE 169.0s 01:17:27 01:17:27 #176 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 01:17:27 #176 ... 01:17:27 01:17:27 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:17:27 #153 DONE 169.0s 01:17:27 01:17:27 #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:17:27 #155 DONE 169.1s 01:17:27 01:17:27 #111 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:17:27 #111 DONE 182.2s 01:17:27 01:17:27 #110 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:17:27 #110 DONE 182.3s 01:17:27 01:17:27 #177 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:17:27 #177 DONE 0.3s 01:17:27 01:17:27 #176 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 01:17:27 #176 DONE 0.3s 01:17:27 01:17:27 #178 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 01:17:27 #178 DONE 0.3s 01:17:27 01:17:27 #179 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 01:17:27 #179 DONE 0.3s 01:17:27 01:17:27 #180 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:17:27 #180 DONE 0.2s 01:17:27 01:17:27 #181 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:17:27 #181 DONE 0.2s 01:17:27 01:17:27 #182 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:17:27 #182 DONE 0.2s 01:17:27 01:17:27 #183 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:17:27 #183 ... 01:17:27 01:17:27 #184 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:17:27 #184 DONE 0.2s 01:17:27 01:17:27 #185 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 01:17:27 #185 DONE 0.4s 01:17:27 01:17:27 #186 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 01:17:27 #186 DONE 0.4s 01:17:27 01:17:27 #187 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 01:17:27 #187 DONE 0.4s 01:17:27 01:17:27 #188 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 01:17:27 #188 ... 01:17:27 01:17:27 #189 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:17:27 #189 CACHED 01:17:27 01:17:27 #190 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:17:27 #190 CACHED 01:17:27 01:17:27 #191 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 01:17:27 #191 DONE 0.4s 01:17:27 01:17:27 #192 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:17:27 #192 CACHED 01:17:27 01:17:27 #193 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:17:27 #193 CACHED 01:17:27 01:17:27 #194 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:17:27 #194 DONE 0.4s 01:17:27 01:17:27 #195 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:17:27 #195 DONE 0.4s 01:17:27 01:17:27 #196 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:17:27 #196 DONE 0.4s 01:17:27 01:17:27 #183 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:17:27 #183 DONE 0.4s 01:17:28 01:17:28 #197 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:17:29 #197 ... 01:17:29 01:17:29 #198 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:17:29 #198 DONE 1.5s 01:17:29 01:17:29 #199 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:17:29 #199 DONE 1.5s 01:17:29 01:17:29 #188 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 01:17:29 #188 DONE 1.5s 01:17:29 01:17:29 #200 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 01:17:29 #200 DONE 1.5s 01:17:29 01:17:29 #201 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:17:29 #201 DONE 1.5s 01:17:29 01:17:29 #202 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 01:17:29 #202 DONE 1.5s 01:17:29 01:17:29 #203 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 01:17:31 #203 ... 01:17:31 01:17:31 #204 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:17:31 #204 DONE 3.1s 01:17:31 01:17:31 #205 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:17:31 #205 DONE 3.2s 01:17:31 01:17:31 #206 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:17:31 #206 DONE 3.2s 01:17:31 01:17:31 #197 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:17:31 #197 DONE 3.2s 01:17:31 01:17:31 #207 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 01:17:31 #207 DONE 1.7s 01:17:31 01:17:31 #208 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 01:17:31 #208 DONE 1.7s 01:17:31 01:17:31 #209 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 01:17:31 #209 DONE 1.8s 01:17:31 01:17:31 #210 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 01:17:31 #210 DONE 1.8s 01:17:31 01:17:31 #203 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 01:17:31 #203 DONE 1.8s 01:17:31 01:17:31 #211 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 01:17:31 #211 ... 01:17:31 01:17:31 #212 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 01:17:31 #212 DONE 0.5s 01:17:31 01:17:31 #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 01:17:31 #213 DONE 0.5s 01:17:31 01:17:31 #214 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 01:17:31 #214 DONE 0.5s 01:17:31 01:17:31 #215 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 01:17:31 #215 DONE 0.5s 01:17:31 01:17:31 #216 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:17:31 #216 DONE 0.5s 01:17:31 01:17:31 #217 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 01:17:31 #217 DONE 0.5s 01:17:31 01:17:31 #218 [support-scheduler] exporting to image 01:17:31 #218 exporting layers 01:17:31 #218 ... 01:17:31 01:17:31 #219 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 01:17:31 #219 DONE 0.6s 01:17:31 01:17:31 #211 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 01:17:31 #211 DONE 0.6s 01:17:31 01:17:31 #220 [core-metadata] exporting to image 01:17:32 #220 ... 01:17:32 01:17:32 #221 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:17:32 #221 DONE 0.6s 01:17:32 01:17:32 #222 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:17:32 #222 DONE 0.5s 01:17:32 01:17:32 #223 [core-keeper] exporting to image 01:17:32 #223 exporting layers 0.2s done 01:17:32 #223 writing image sha256:40a8ae35f84694682bbfcadfa02b9b885bfe8ebfe4c8913936a1f28aa4b18f98 0.0s done 01:17:32 #223 naming to docker.io/library/core-keeper done 01:17:32 #223 DONE 1.3s 01:17:32 01:17:32 #224 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:17:32 #224 ... 01:17:32 01:17:32 #225 [core-command] exporting to image 01:17:32 #225 exporting layers 0.4s done 01:17:32 #225 writing image sha256:fa468456a27f213680632369b3bb795193a0f6d752dd5a8fbe97604350df4a3c 0.1s done 01:17:32 #225 naming to docker.io/library/core-command 0.0s done 01:17:32 #225 DONE 1.0s 01:17:32 01:17:32 #226 [core-data] exporting to image 01:17:32 #226 exporting layers 0.7s done 01:17:32 #226 writing image sha256:fe2f0f8f060a45c91373ab93bde83fd0cc1985b0e506e7b122bc46d6b2ccc235 0.0s done 01:17:32 #226 naming to docker.io/library/core-data 0.0s done 01:17:32 #226 DONE 1.1s 01:17:32 01:17:32 #224 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:17:32 #224 DONE 0.4s 01:17:32 01:17:32 #220 [core-metadata] exporting to image 01:17:32 #220 exporting layers 0.8s done 01:17:32 #220 writing image sha256:be1f7a4ea1b344226e9703284139bfc78954038989ee0e02934ec7c027c89e44 0.0s done 01:17:32 #220 naming to docker.io/library/core-metadata 0.0s done 01:17:32 #220 DONE 0.9s 01:17:32 01:17:32 #227 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:17:32 #227 DONE 1.0s 01:17:32 01:17:32 #228 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:17:32 #228 DONE 0.2s 01:17:32 01:17:32 #229 [security-proxy-auth] exporting to image 01:17:33 #229 ... 01:17:33 01:17:33 #230 [security-spiffe-token-provider] exporting to image 01:17:33 #230 exporting layers 1.1s done 01:17:33 #230 writing image sha256:b97ec6984afcbd11a014500e23b9c213808ff054d2d41df01fe1ef178c0fc1c9 0.0s done 01:17:33 #230 naming to docker.io/library/security-spiffe-token-provider 0.0s done 01:17:33 #230 DONE 1.3s 01:17:33 01:17:33 #231 [support-notifications] exporting to image 01:17:33 #231 exporting layers 1.2s done 01:17:33 #231 writing image sha256:4828dc6fd97856d43718c8e5b4cbf99e597ac6c3b86ccb483843a830a8e57070 0.0s done 01:17:33 #231 naming to docker.io/library/support-notifications 0.1s done 01:17:33 #231 DONE 1.4s 01:17:33 01:17:33 #232 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:17:33 #232 DONE 0.7s 01:17:33 01:17:33 #233 [security-proxy-setup] exporting to image 01:17:33 #233 ... 01:17:33 01:17:33 #218 [support-scheduler] exporting to image 01:17:33 #218 exporting layers 1.3s done 01:17:33 #218 writing image sha256:8b2f1c992ba1653e475b2b7e7881948a63051733479dfe1c96a7aadbea7eb834 0.0s done 01:17:33 #218 naming to docker.io/library/support-scheduler done 01:17:33 #218 DONE 1.6s 01:17:33 01:17:33 #229 [security-proxy-auth] exporting to image 01:17:33 #229 exporting layers 0.5s done 01:17:33 #229 writing image sha256:aaa6cf6fe994d7f1f17000821b9aedf01c5ab34ac5e60643ba67ae72ce226d87 done 01:17:33 #229 naming to docker.io/library/security-proxy-auth done 01:17:33 #229 DONE 0.6s 01:17:33 01:17:33 #234 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:17:33 #234 DONE 0.5s 01:17:33 01:17:33 #233 [security-proxy-setup] exporting to image 01:17:33 #233 exporting layers 0.4s done 01:17:33 #233 writing image sha256:adcd381915a41b95df21db2819c7921e30ac10f85462b7c03de97de11a37b5c9 done 01:17:33 #233 naming to docker.io/library/security-proxy-setup done 01:17:33 #233 DONE 0.4s 01:17:33 01:17:33 #235 [security-secretstore-setup] exporting to image 01:17:33 #235 exporting layers 0.2s done 01:17:33 #235 writing image sha256:05cb202f49a0eb8589e329875183973660285c77233ae8c17eaf63768bf19787 done 01:17:33 #235 naming to docker.io/library/security-secretstore-setup done 01:17:33 #235 DONE 0.3s 01:17:33 time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:33 time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:33 time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:33 time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:33 time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:33 time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:33 time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:33 time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:33 time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:33 time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:33 time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:33 time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:33 time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:33 time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:33 time="2026-05-08T01:12:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 01:17:33 $ docker stop --time=1 37a3b69158f45fdfed38089f10ec12a1e3fd2e854e3bced2e21986e3bda97574 01:17:34 $ docker rm -f --volumes 37a3b69158f45fdfed38089f10ec12a1e3fd2e854e3bced2e21986e3bda97574 [Pipeline] // withDockerContainer [Pipeline] sh 01:17:35 + docker images 01:17:35 REPOSITORY TAG IMAGE ID CREATED SIZE 01:17:35 security-secretstore-setup latest 05cb202f49a0 2 seconds ago 89.2MB 01:17:35 security-proxy-setup latest adcd381915a4 3 seconds ago 54.8MB 01:17:35 security-proxy-auth latest aaa6cf6fe994 3 seconds ago 49.1MB 01:17:35 support-notifications latest 4828dc6fd978 4 seconds ago 57.8MB 01:17:35 security-spiffe-token-provider latest b97ec6984afc 4 seconds ago 53MB 01:17:35 core-metadata latest be1f7a4ea1b3 4 seconds ago 50.1MB 01:17:35 core-command latest fa468456a27f 4 seconds ago 44.1MB 01:17:35 support-scheduler latest 8b2f1c992ba1 4 seconds ago 54.2MB 01:17:35 core-data latest fe2f0f8f060a 4 seconds ago 49.9MB 01:17:35 core-keeper latest 40a8ae35f846 6 seconds ago 49.7MB 01:17:35 security-bootstrapper latest f69943b463af About a minute ago 21.6MB 01:17:35 core-common-config-bootstrapper latest 8e3e5ff24eeb About a minute ago 20.5MB 01:17:35 security-spire-agent latest 9f291c127a49 2 minutes ago 237MB 01:17:35 security-spire-config latest 87074ea3af3b 2 minutes ago 177MB 01:17:35 security-spire-server latest 14ff45aec6f2 2 minutes ago 178MB 01:17:35 ci-base-image-x86_64 latest a22ac6376645 8 minutes ago 970MB 01:17:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.25-alpine 2caa029a6df7 6 months ago 636MB 01:17:35 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 11 months ago 573MB 01:17:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:17:35 provisioning config files... 01:17:35 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/973@tmp/config11047146046774713143tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:17:35 ---> ****-login.sh 01:17:35 nexus3.edgexfoundry.org:10001 01:17:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:17:35 Login Succeeded 01:17:35 nexus3.edgexfoundry.org:10002 01:17:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:17:35 Login Succeeded 01:17:35 nexus3.edgexfoundry.org:10003 01:17:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:17:36 Login Succeeded 01:17:36 nexus3.edgexfoundry.org:10004 01:17:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:17:36 Login Succeeded 01:17:36 ****.io 01:17:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:17:36 Login Succeeded 01:17:36 ---> ****-login.sh ends [Pipeline] } 01:17:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:17:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:17:36 [edgeXDocker.push] Tagging docker image core-command with the following tags: 01:17:36 f47b8469dc3efba432dbb776b3e0583fbd02872a 01:17:36 latest 01:17:36 4.1.0-dev.112 01:17:36 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:17:36 main 01:17:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:36 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:37 + docker push nexus3.edgexfoundry.org:10004/core-command:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:17:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:17:37 ec7d8f56f9ed: Preparing 01:17:37 5e0b7b5d432e: Preparing 01:17:37 10363345defb: Preparing 01:17:37 1a570320b847: Preparing 01:17:37 ce67a43d05b9: Preparing 01:17:37 54cf5457eb08: Preparing 01:17:37 0854555d70ac: Preparing 01:17:37 0854555d70ac: Waiting 01:17:37 54cf5457eb08: Waiting 01:17:37 1a570320b847: Pushed 01:17:37 ce67a43d05b9: Pushed 01:17:37 10363345defb: Pushed 01:17:37 ec7d8f56f9ed: Pushed 01:17:37 0854555d70ac: Layer already exists 01:17:37 54cf5457eb08: Pushed 01:17:38 #54 ... 01:17:38 01:17:38 #78 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:17:38 #78 DONE 118.1s 01:17:38 01:17:38 #81 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:17:38 #81 DONE 121.3s 01:17:38 01:17:38 #94 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:17:38 #94 DONE 108.3s 01:17:38 01:17:38 #119 [security-proxy-auth builder 6/7] COPY . . 01:17:38 #119 DONE 1.9s 01:17:38 01:17:38 #120 [security-secretstore-setup builder 6/7] COPY . . 01:17:38 #120 CACHED 01:17:38 01:17:38 #121 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:17:38 #121 CACHED 01:17:38 01:17:38 #122 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:17:38 #122 CACHED 01:17:38 01:17:38 #123 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:17:38 #123 CACHED 01:17:38 01:17:38 #124 [core-data builder 6/7] COPY . . 01:17:38 #124 CACHED 01:17:38 01:17:38 #125 [core-data builder 4/7] COPY go.mod vendor* ./ 01:17:38 #125 CACHED 01:17:38 01:17:38 #126 [core-command builder 4/7] COPY go.mod vendor* ./ 01:17:38 #126 CACHED 01:17:38 01:17:38 #127 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:17:38 #127 CACHED 01:17:38 01:17:38 #128 [core-command builder 6/7] COPY . . 01:17:38 #128 CACHED 01:17:38 01:17:38 #129 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:17:38 #129 CACHED 01:17:38 01:17:38 #130 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:17:38 #130 CACHED 01:17:38 01:17:38 #131 [core-metadata builder 6/7] COPY . . 01:17:38 #131 CACHED 01:17:38 01:17:38 #132 [security-proxy-setup builder 6/7] COPY . . 01:17:38 #132 CACHED 01:17:38 01:17:38 #133 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:17:38 #133 CACHED 01:17:38 01:17:38 #134 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:17:38 #134 CACHED 01:17:38 01:17:38 #135 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:17:38 #135 CACHED 01:17:38 01:17:38 #136 [core-common-config-bootstrapper builder 6/7] COPY . . 01:17:38 #136 CACHED 01:17:38 01:17:38 #137 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:17:38 #137 CACHED 01:17:38 01:17:38 #138 [security-bootstrapper builder 6/7] COPY . . 01:17:38 #138 DONE 2.0s 01:17:38 01:17:38 #139 [support-scheduler builder 6/7] COPY . . 01:17:38 #139 DONE 1.9s 01:17:38 01:17:38 #140 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:17:38 #140 ... 01:17:38 01:17:38 #96 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:17:38 #96 DONE 113.3s 01:17:38 01:17:38 #92 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:17:38 #92 DONE 107.2s 01:17:38 01:17:38 #95 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:17:38 #95 DONE 113.4s 01:17:38 01:17:38 #141 [security-spiffe-token-provider builder 6/7] COPY . . 01:17:38 #141 ... 01:17:38 01:17:38 #142 [support-notifications builder 6/7] COPY . . 01:17:38 #142 DONE 3.1s 01:17:38 01:17:38 #143 [core-keeper builder 7/8] COPY . . 01:17:38 #143 DONE 3.0s 01:17:38 01:17:38 #141 [security-spiffe-token-provider builder 6/7] COPY . . 01:17:38 #141 DONE 3.0s 01:17:38 01:17:38 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:17:40 5e0b7b5d432e: Pushed 01:17:40 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:f074179495c8fd06cf308af2cc6e2a66d8f89e5cb83f86112745c14864b8fcf9 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:41 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:41 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 01:17:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:17:41 ec7d8f56f9ed: Preparing 01:17:41 5e0b7b5d432e: Preparing 01:17:41 10363345defb: Preparing 01:17:41 1a570320b847: Preparing 01:17:41 ce67a43d05b9: Preparing 01:17:41 54cf5457eb08: Preparing 01:17:41 0854555d70ac: Preparing 01:17:41 54cf5457eb08: Waiting 01:17:41 0854555d70ac: Waiting 01:17:41 5e0b7b5d432e: Layer already exists 01:17:41 ec7d8f56f9ed: Layer already exists 01:17:41 1a570320b847: Layer already exists 01:17:41 ce67a43d05b9: Layer already exists 01:17:41 10363345defb: Layer already exists 01:17:41 54cf5457eb08: Layer already exists 01:17:41 0854555d70ac: Layer already exists 01:17:41 latest: digest: sha256:f074179495c8fd06cf308af2cc6e2a66d8f89e5cb83f86112745c14864b8fcf9 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:41 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:42 #144 3.237 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:17:42 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.112 01:17:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:17:42 ec7d8f56f9ed: Preparing 01:17:42 5e0b7b5d432e: Preparing 01:17:42 10363345defb: Preparing 01:17:42 1a570320b847: Preparing 01:17:42 ce67a43d05b9: Preparing 01:17:42 54cf5457eb08: Preparing 01:17:42 0854555d70ac: Preparing 01:17:42 54cf5457eb08: Waiting 01:17:42 0854555d70ac: Waiting 01:17:42 10363345defb: Layer already exists 01:17:42 ce67a43d05b9: Layer already exists 01:17:42 ec7d8f56f9ed: Layer already exists 01:17:42 1a570320b847: Layer already exists 01:17:42 5e0b7b5d432e: Layer already exists 01:17:42 54cf5457eb08: Layer already exists 01:17:42 0854555d70ac: Layer already exists 01:17:42 4.1.0-dev.112: digest: sha256:f074179495c8fd06cf308af2cc6e2a66d8f89e5cb83f86112745c14864b8fcf9 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:42 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:42 + docker push nexus3.edgexfoundry.org:10004/core-command:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:17:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:17:42 ec7d8f56f9ed: Preparing 01:17:42 5e0b7b5d432e: Preparing 01:17:42 10363345defb: Preparing 01:17:42 1a570320b847: Preparing 01:17:42 ce67a43d05b9: Preparing 01:17:42 54cf5457eb08: Preparing 01:17:42 0854555d70ac: Preparing 01:17:42 54cf5457eb08: Waiting 01:17:42 0854555d70ac: Waiting 01:17:42 1a570320b847: Layer already exists 01:17:42 10363345defb: Layer already exists 01:17:42 ec7d8f56f9ed: Layer already exists 01:17:42 5e0b7b5d432e: Layer already exists 01:17:42 ce67a43d05b9: Layer already exists 01:17:42 0854555d70ac: Layer already exists 01:17:42 54cf5457eb08: Layer already exists 01:17:42 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:f074179495c8fd06cf308af2cc6e2a66d8f89e5cb83f86112745c14864b8fcf9 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:42 #144 ... 01:17:42 01:17:42 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:17:42 #0 4.991 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:17:42 #145 ... 01:17:42 01:17:42 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:17:42 #0 5.247 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:17:42 #146 ... 01:17:42 01:17:42 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:17:42 #0 5.635 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:17:43 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:43 #147 ... 01:17:43 01:17:43 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:17:43 #0 5.638 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:17:43 #148 ... 01:17:43 01:17:43 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:17:43 #0 5.178 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:17:43 + docker push nexus3.edgexfoundry.org:10004/core-command:main 01:17:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:17:43 ec7d8f56f9ed: Preparing 01:17:43 5e0b7b5d432e: Preparing 01:17:43 10363345defb: Preparing 01:17:43 1a570320b847: Preparing 01:17:43 ce67a43d05b9: Preparing 01:17:43 54cf5457eb08: Preparing 01:17:43 0854555d70ac: Preparing 01:17:43 54cf5457eb08: Waiting 01:17:43 0854555d70ac: Waiting 01:17:43 5e0b7b5d432e: Layer already exists 01:17:43 ec7d8f56f9ed: Layer already exists 01:17:43 ce67a43d05b9: Layer already exists 01:17:43 1a570320b847: Layer already exists 01:17:43 10363345defb: Layer already exists 01:17:43 54cf5457eb08: Layer already exists 01:17:43 0854555d70ac: Layer already exists 01:17:43 main: digest: sha256:f074179495c8fd06cf308af2cc6e2a66d8f89e5cb83f86112745c14864b8fcf9 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:17:43 ===================================================== [Pipeline] echo 01:17:43 taggedImages: 01:17:43 - nexus3.edgexfoundry.org:10004/core-command:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:17:43 - nexus3.edgexfoundry.org:10004/core-command:latest 01:17:43 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.112 01:17:43 - nexus3.edgexfoundry.org:10004/core-command:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:17:43 - nexus3.edgexfoundry.org:10004/core-command:main 01:17:43 #149 ... 01:17:43 01:17:43 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:17:43 #0 5.423 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [Pipeline] echo 01:17:43 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 01:17:43 f47b8469dc3efba432dbb776b3e0583fbd02872a 01:17:43 latest 01:17:43 4.1.0-dev.112 01:17:43 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:17:43 main 01:17:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:43 #150 ... 01:17:43 01:17:43 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:17:43 #0 4.659 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:17:43 #151 ... 01:17:43 01:17:43 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:17:43 #0 5.534 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:17:43 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:44 #152 ... 01:17:44 01:17:44 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:17:44 #0 3.347 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:17:44 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:17:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:17:44 a9262833351b: Preparing 01:17:44 02ec7ed8af3c: Preparing 01:17:44 ea1bd203e968: Preparing 01:17:44 9fdf91132238: Preparing 01:17:44 10363345defb: Preparing 01:17:44 1a570320b847: Preparing 01:17:44 ce67a43d05b9: Preparing 01:17:44 54cf5457eb08: Preparing 01:17:44 0854555d70ac: Preparing 01:17:44 1a570320b847: Waiting 01:17:44 ce67a43d05b9: Waiting 01:17:44 54cf5457eb08: Waiting 01:17:44 0854555d70ac: Waiting 01:17:44 10363345defb: Layer already exists 01:17:44 1a570320b847: Layer already exists 01:17:44 ce67a43d05b9: Layer already exists 01:17:44 ea1bd203e968: Pushed 01:17:44 02ec7ed8af3c: Pushed 01:17:44 54cf5457eb08: Layer already exists 01:17:44 0854555d70ac: Layer already exists 01:17:44 a9262833351b: Pushed 01:17:45 9fdf91132238: Pushed 01:17:45 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:2c30737fe55b2d2a1d0866379f1ec4c7f6552ee16cf6164b021205e0d614803a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:45 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:17:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:17:46 a9262833351b: Preparing 01:17:46 02ec7ed8af3c: Preparing 01:17:46 ea1bd203e968: Preparing 01:17:46 9fdf91132238: Preparing 01:17:46 10363345defb: Preparing 01:17:46 1a570320b847: Preparing 01:17:46 ce67a43d05b9: Preparing 01:17:46 54cf5457eb08: Preparing 01:17:46 0854555d70ac: Preparing 01:17:46 ce67a43d05b9: Waiting 01:17:46 1a570320b847: Waiting 01:17:46 54cf5457eb08: Waiting 01:17:46 0854555d70ac: Waiting 01:17:46 a9262833351b: Layer already exists 01:17:46 9fdf91132238: Layer already exists 01:17:46 02ec7ed8af3c: Layer already exists 01:17:46 ea1bd203e968: Layer already exists 01:17:46 10363345defb: Layer already exists 01:17:46 1a570320b847: Layer already exists 01:17:46 ce67a43d05b9: Layer already exists 01:17:46 54cf5457eb08: Layer already exists 01:17:46 0854555d70ac: Layer already exists 01:17:46 latest: digest: sha256:2c30737fe55b2d2a1d0866379f1ec4c7f6552ee16cf6164b021205e0d614803a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:46 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.112 01:17:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:17:46 a9262833351b: Preparing 01:17:46 02ec7ed8af3c: Preparing 01:17:46 ea1bd203e968: Preparing 01:17:46 9fdf91132238: Preparing 01:17:46 10363345defb: Preparing 01:17:46 1a570320b847: Preparing 01:17:46 ce67a43d05b9: Preparing 01:17:46 54cf5457eb08: Preparing 01:17:46 0854555d70ac: Preparing 01:17:46 ce67a43d05b9: Waiting 01:17:46 54cf5457eb08: Waiting 01:17:46 1a570320b847: Waiting 01:17:46 0854555d70ac: Waiting 01:17:46 10363345defb: Layer already exists 01:17:46 9fdf91132238: Layer already exists 01:17:46 02ec7ed8af3c: Layer already exists 01:17:46 a9262833351b: Layer already exists 01:17:46 ea1bd203e968: Layer already exists 01:17:46 1a570320b847: Layer already exists 01:17:46 54cf5457eb08: Layer already exists 01:17:46 ce67a43d05b9: Layer already exists 01:17:46 0854555d70ac: Layer already exists 01:17:46 4.1.0-dev.112: digest: sha256:2c30737fe55b2d2a1d0866379f1ec4c7f6552ee16cf6164b021205e0d614803a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:47 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:47 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:17:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:17:47 a9262833351b: Preparing 01:17:47 02ec7ed8af3c: Preparing 01:17:47 ea1bd203e968: Preparing 01:17:47 9fdf91132238: Preparing 01:17:47 10363345defb: Preparing 01:17:47 1a570320b847: Preparing 01:17:47 ce67a43d05b9: Preparing 01:17:47 54cf5457eb08: Preparing 01:17:47 0854555d70ac: Preparing 01:17:47 ce67a43d05b9: Waiting 01:17:47 54cf5457eb08: Waiting 01:17:47 1a570320b847: Waiting 01:17:47 0854555d70ac: Waiting 01:17:47 a9262833351b: Layer already exists 01:17:47 10363345defb: Layer already exists 01:17:47 ea1bd203e968: Layer already exists 01:17:47 02ec7ed8af3c: Layer already exists 01:17:47 9fdf91132238: Layer already exists 01:17:47 1a570320b847: Layer already exists 01:17:47 54cf5457eb08: Layer already exists 01:17:47 ce67a43d05b9: Layer already exists 01:17:47 0854555d70ac: Layer already exists 01:17:47 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:2c30737fe55b2d2a1d0866379f1ec4c7f6552ee16cf6164b021205e0d614803a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:47 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:48 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:17:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:17:48 a9262833351b: Preparing 01:17:48 02ec7ed8af3c: Preparing 01:17:48 ea1bd203e968: Preparing 01:17:48 9fdf91132238: Preparing 01:17:48 10363345defb: Preparing 01:17:48 1a570320b847: Preparing 01:17:48 ce67a43d05b9: Preparing 01:17:48 54cf5457eb08: Preparing 01:17:48 0854555d70ac: Preparing 01:17:48 ce67a43d05b9: Waiting 01:17:48 54cf5457eb08: Waiting 01:17:48 1a570320b847: Waiting 01:17:48 0854555d70ac: Waiting 01:17:48 a9262833351b: Layer already exists 01:17:48 ea1bd203e968: Layer already exists 01:17:48 9fdf91132238: Layer already exists 01:17:48 02ec7ed8af3c: Layer already exists 01:17:48 10363345defb: Layer already exists 01:17:48 1a570320b847: Layer already exists 01:17:48 0854555d70ac: Layer already exists 01:17:48 ce67a43d05b9: Layer already exists 01:17:48 54cf5457eb08: Layer already exists 01:17:48 main: digest: sha256:2c30737fe55b2d2a1d0866379f1ec4c7f6552ee16cf6164b021205e0d614803a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:17:48 ===================================================== [Pipeline] echo 01:17:48 taggedImages: 01:17:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:17:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:17:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.112 01:17:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:17:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 01:17:48 [edgeXDocker.push] Tagging docker image core-data with the following tags: 01:17:48 f47b8469dc3efba432dbb776b3e0583fbd02872a 01:17:48 latest 01:17:48 4.1.0-dev.112 01:17:48 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:17:48 main 01:17:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:48 #153 ... 01:17:48 01:17:48 #140 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:17:48 #140 5.484 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:17:48 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:48 #140 ... 01:17:48 01:17:48 #154 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 01:17:48 #0 3.292 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:17:48 + docker push nexus3.edgexfoundry.org:10004/core-data:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:17:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:17:48 83ea63b9392a: Preparing 01:17:48 a42ee120e7bd: Preparing 01:17:48 10363345defb: Preparing 01:17:48 1a570320b847: Preparing 01:17:48 f71f4aedf41d: Preparing 01:17:48 fb0542182f69: Preparing 01:17:48 0854555d70ac: Preparing 01:17:48 1a570320b847: Layer already exists 01:17:48 10363345defb: Layer already exists 01:17:48 0854555d70ac: Layer already exists 01:17:48 83ea63b9392a: Pushed 01:17:48 f71f4aedf41d: Pushed 01:17:48 fb0542182f69: Pushed 01:17:53 a42ee120e7bd: Pushed 01:17:53 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:87a6a296f4232a41ca5e18550b9721c0a9cd05fb288bf24e80662d2c992079b5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:53 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:53 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 01:17:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:17:53 83ea63b9392a: Preparing 01:17:53 a42ee120e7bd: Preparing 01:17:53 10363345defb: Preparing 01:17:53 1a570320b847: Preparing 01:17:53 f71f4aedf41d: Preparing 01:17:53 fb0542182f69: Preparing 01:17:53 0854555d70ac: Preparing 01:17:53 fb0542182f69: Waiting 01:17:53 0854555d70ac: Waiting 01:17:53 83ea63b9392a: Layer already exists 01:17:53 f71f4aedf41d: Layer already exists 01:17:53 a42ee120e7bd: Layer already exists 01:17:53 10363345defb: Layer already exists 01:17:53 1a570320b847: Layer already exists 01:17:53 fb0542182f69: Layer already exists 01:17:53 0854555d70ac: Layer already exists 01:17:53 latest: digest: sha256:87a6a296f4232a41ca5e18550b9721c0a9cd05fb288bf24e80662d2c992079b5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:54 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:54 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.112 01:17:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:17:54 83ea63b9392a: Preparing 01:17:54 a42ee120e7bd: Preparing 01:17:54 10363345defb: Preparing 01:17:54 1a570320b847: Preparing 01:17:54 f71f4aedf41d: Preparing 01:17:54 fb0542182f69: Preparing 01:17:54 0854555d70ac: Preparing 01:17:54 fb0542182f69: Waiting 01:17:54 0854555d70ac: Waiting 01:17:54 83ea63b9392a: Layer already exists 01:17:54 a42ee120e7bd: Layer already exists 01:17:54 10363345defb: Layer already exists 01:17:54 f71f4aedf41d: Layer already exists 01:17:54 1a570320b847: Layer already exists 01:17:54 0854555d70ac: Layer already exists 01:17:54 fb0542182f69: Layer already exists 01:17:54 4.1.0-dev.112: digest: sha256:87a6a296f4232a41ca5e18550b9721c0a9cd05fb288bf24e80662d2c992079b5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:54 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:54 + docker push nexus3.edgexfoundry.org:10004/core-data:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:17:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:17:54 83ea63b9392a: Preparing 01:17:54 a42ee120e7bd: Preparing 01:17:54 10363345defb: Preparing 01:17:54 1a570320b847: Preparing 01:17:54 f71f4aedf41d: Preparing 01:17:54 fb0542182f69: Preparing 01:17:54 0854555d70ac: Preparing 01:17:54 0854555d70ac: Waiting 01:17:54 fb0542182f69: Waiting 01:17:54 1a570320b847: Layer already exists 01:17:54 83ea63b9392a: Layer already exists 01:17:54 a42ee120e7bd: Layer already exists 01:17:54 10363345defb: Layer already exists 01:17:54 f71f4aedf41d: Layer already exists 01:17:54 fb0542182f69: Layer already exists 01:17:54 0854555d70ac: Layer already exists 01:17:54 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:87a6a296f4232a41ca5e18550b9721c0a9cd05fb288bf24e80662d2c992079b5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:55 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:55 + docker push nexus3.edgexfoundry.org:10004/core-data:main 01:17:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:17:55 83ea63b9392a: Preparing 01:17:55 a42ee120e7bd: Preparing 01:17:55 10363345defb: Preparing 01:17:55 1a570320b847: Preparing 01:17:55 f71f4aedf41d: Preparing 01:17:55 fb0542182f69: Preparing 01:17:55 0854555d70ac: Preparing 01:17:55 fb0542182f69: Waiting 01:17:55 0854555d70ac: Waiting 01:17:55 83ea63b9392a: Layer already exists 01:17:55 10363345defb: Layer already exists 01:17:55 a42ee120e7bd: Layer already exists 01:17:55 1a570320b847: Layer already exists 01:17:55 f71f4aedf41d: Layer already exists 01:17:55 0854555d70ac: Layer already exists 01:17:55 fb0542182f69: Layer already exists 01:17:55 main: digest: sha256:87a6a296f4232a41ca5e18550b9721c0a9cd05fb288bf24e80662d2c992079b5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:17:55 ===================================================== [Pipeline] echo 01:17:55 taggedImages: 01:17:55 - nexus3.edgexfoundry.org:10004/core-data:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:17:55 - nexus3.edgexfoundry.org:10004/core-data:latest 01:17:55 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.112 01:17:55 - nexus3.edgexfoundry.org:10004/core-data:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:17:55 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 01:17:55 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 01:17:55 f47b8469dc3efba432dbb776b3e0583fbd02872a 01:17:55 latest 01:17:55 4.1.0-dev.112 01:17:55 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:17:55 main 01:17:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:55 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:56 + docker push nexus3.edgexfoundry.org:10004/core-keeper:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:17:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:17:56 61de772f5fab: Preparing 01:17:56 05b499049f94: Preparing 01:17:56 1a570320b847: Preparing 01:17:56 53fff5162f72: Preparing 01:17:56 cba318fdafc1: Preparing 01:17:56 0854555d70ac: Preparing 01:17:56 0854555d70ac: Waiting 01:17:56 1a570320b847: Layer already exists 01:17:56 0854555d70ac: Layer already exists 01:17:56 53fff5162f72: Pushed 01:17:56 cba318fdafc1: Pushed 01:17:56 61de772f5fab: Pushed 01:18:00 05b499049f94: Pushed 01:18:00 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:eb69a5112c8a80ea66b037923f24664551ea81e4b6bda08515e6ffa90831b339 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:00 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:01 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 01:18:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:18:01 61de772f5fab: Preparing 01:18:01 05b499049f94: Preparing 01:18:01 1a570320b847: Preparing 01:18:01 53fff5162f72: Preparing 01:18:01 cba318fdafc1: Preparing 01:18:01 0854555d70ac: Preparing 01:18:01 0854555d70ac: Waiting 01:18:01 cba318fdafc1: Layer already exists 01:18:01 05b499049f94: Layer already exists 01:18:01 1a570320b847: Layer already exists 01:18:01 53fff5162f72: Layer already exists 01:18:01 61de772f5fab: Layer already exists 01:18:01 0854555d70ac: Layer already exists 01:18:01 latest: digest: sha256:eb69a5112c8a80ea66b037923f24664551ea81e4b6bda08515e6ffa90831b339 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:01 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:01 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.112 01:18:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:18:01 61de772f5fab: Preparing 01:18:01 05b499049f94: Preparing 01:18:01 1a570320b847: Preparing 01:18:01 53fff5162f72: Preparing 01:18:01 cba318fdafc1: Preparing 01:18:01 0854555d70ac: Preparing 01:18:01 0854555d70ac: Waiting 01:18:01 61de772f5fab: Layer already exists 01:18:01 05b499049f94: Layer already exists 01:18:01 1a570320b847: Layer already exists 01:18:01 cba318fdafc1: Layer already exists 01:18:01 53fff5162f72: Layer already exists 01:18:01 0854555d70ac: Layer already exists 01:18:01 4.1.0-dev.112: digest: sha256:eb69a5112c8a80ea66b037923f24664551ea81e4b6bda08515e6ffa90831b339 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:02 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:02 + docker push nexus3.edgexfoundry.org:10004/core-keeper:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:18:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:18:02 61de772f5fab: Preparing 01:18:02 05b499049f94: Preparing 01:18:02 1a570320b847: Preparing 01:18:02 53fff5162f72: Preparing 01:18:02 cba318fdafc1: Preparing 01:18:02 0854555d70ac: Preparing 01:18:02 0854555d70ac: Waiting 01:18:02 cba318fdafc1: Layer already exists 01:18:02 1a570320b847: Layer already exists 01:18:02 05b499049f94: Layer already exists 01:18:02 53fff5162f72: Layer already exists 01:18:02 61de772f5fab: Layer already exists 01:18:02 0854555d70ac: Layer already exists 01:18:02 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:eb69a5112c8a80ea66b037923f24664551ea81e4b6bda08515e6ffa90831b339 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:02 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:03 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 01:18:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:18:03 61de772f5fab: Preparing 01:18:03 05b499049f94: Preparing 01:18:03 1a570320b847: Preparing 01:18:03 53fff5162f72: Preparing 01:18:03 cba318fdafc1: Preparing 01:18:03 0854555d70ac: Preparing 01:18:03 0854555d70ac: Waiting 01:18:03 61de772f5fab: Layer already exists 01:18:03 cba318fdafc1: Layer already exists 01:18:03 1a570320b847: Layer already exists 01:18:03 53fff5162f72: Layer already exists 01:18:03 05b499049f94: Layer already exists 01:18:03 0854555d70ac: Layer already exists 01:18:03 main: digest: sha256:eb69a5112c8a80ea66b037923f24664551ea81e4b6bda08515e6ffa90831b339 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:18:03 ===================================================== [Pipeline] echo 01:18:03 taggedImages: 01:18:03 - nexus3.edgexfoundry.org:10004/core-keeper:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:18:03 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:18:03 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.112 01:18:03 - nexus3.edgexfoundry.org:10004/core-keeper:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:18:03 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 01:18:03 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 01:18:03 f47b8469dc3efba432dbb776b3e0583fbd02872a 01:18:03 latest 01:18:03 4.1.0-dev.112 01:18:03 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:18:03 main 01:18:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:03 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:18:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:18:03 3f07b5933167: Preparing 01:18:03 0446a9260fd7: Preparing 01:18:03 1e6dc1282741: Preparing 01:18:03 10363345defb: Preparing 01:18:03 1a570320b847: Preparing 01:18:03 ce67a43d05b9: Preparing 01:18:03 54cf5457eb08: Preparing 01:18:03 0854555d70ac: Preparing 01:18:03 ce67a43d05b9: Waiting 01:18:03 54cf5457eb08: Waiting 01:18:03 0854555d70ac: Waiting 01:18:03 10363345defb: Layer already exists 01:18:03 1a570320b847: Layer already exists 01:18:03 54cf5457eb08: Layer already exists 01:18:03 ce67a43d05b9: Layer already exists 01:18:03 0854555d70ac: Layer already exists 01:18:03 0446a9260fd7: Pushed 01:18:03 3f07b5933167: Pushed 01:18:08 1e6dc1282741: Pushed 01:18:08 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:e9ce3c9256ba7b4064793bbf0a9f17ab115ea2095f41b326068eb51c5b2c8555 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:08 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:08 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 01:18:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:18:08 3f07b5933167: Preparing 01:18:08 0446a9260fd7: Preparing 01:18:08 1e6dc1282741: Preparing 01:18:08 10363345defb: Preparing 01:18:08 1a570320b847: Preparing 01:18:08 ce67a43d05b9: Preparing 01:18:08 54cf5457eb08: Preparing 01:18:08 0854555d70ac: Preparing 01:18:08 ce67a43d05b9: Waiting 01:18:08 0854555d70ac: Waiting 01:18:08 1a570320b847: Layer already exists 01:18:08 1e6dc1282741: Layer already exists 01:18:08 3f07b5933167: Layer already exists 01:18:08 0446a9260fd7: Layer already exists 01:18:08 10363345defb: Layer already exists 01:18:08 54cf5457eb08: Layer already exists 01:18:08 ce67a43d05b9: Layer already exists 01:18:08 0854555d70ac: Layer already exists 01:18:08 latest: digest: sha256:e9ce3c9256ba7b4064793bbf0a9f17ab115ea2095f41b326068eb51c5b2c8555 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:09 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.112 01:18:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:18:09 3f07b5933167: Preparing 01:18:09 0446a9260fd7: Preparing 01:18:09 1e6dc1282741: Preparing 01:18:09 10363345defb: Preparing 01:18:09 1a570320b847: Preparing 01:18:09 ce67a43d05b9: Preparing 01:18:09 54cf5457eb08: Preparing 01:18:09 0854555d70ac: Preparing 01:18:09 ce67a43d05b9: Waiting 01:18:09 54cf5457eb08: Waiting 01:18:09 0854555d70ac: Waiting 01:18:09 3f07b5933167: Layer already exists 01:18:09 0446a9260fd7: Layer already exists 01:18:09 1e6dc1282741: Layer already exists 01:18:09 1a570320b847: Layer already exists 01:18:09 10363345defb: Layer already exists 01:18:09 ce67a43d05b9: Layer already exists 01:18:09 0854555d70ac: Layer already exists 01:18:09 54cf5457eb08: Layer already exists 01:18:09 4.1.0-dev.112: digest: sha256:e9ce3c9256ba7b4064793bbf0a9f17ab115ea2095f41b326068eb51c5b2c8555 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:09 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:18:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:18:10 3f07b5933167: Preparing 01:18:10 0446a9260fd7: Preparing 01:18:10 1e6dc1282741: Preparing 01:18:10 10363345defb: Preparing 01:18:10 1a570320b847: Preparing 01:18:10 ce67a43d05b9: Preparing 01:18:10 54cf5457eb08: Preparing 01:18:10 0854555d70ac: Preparing 01:18:10 ce67a43d05b9: Waiting 01:18:10 0854555d70ac: Waiting 01:18:10 54cf5457eb08: Waiting 01:18:10 1e6dc1282741: Layer already exists 01:18:10 0446a9260fd7: Layer already exists 01:18:10 3f07b5933167: Layer already exists 01:18:10 1a570320b847: Layer already exists 01:18:10 10363345defb: Layer already exists 01:18:10 54cf5457eb08: Layer already exists 01:18:10 0854555d70ac: Layer already exists 01:18:10 ce67a43d05b9: Layer already exists 01:18:10 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:e9ce3c9256ba7b4064793bbf0a9f17ab115ea2095f41b326068eb51c5b2c8555 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:10 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 01:18:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:18:10 3f07b5933167: Preparing 01:18:10 0446a9260fd7: Preparing 01:18:10 1e6dc1282741: Preparing 01:18:10 10363345defb: Preparing 01:18:10 1a570320b847: Preparing 01:18:10 ce67a43d05b9: Preparing 01:18:10 54cf5457eb08: Preparing 01:18:10 0854555d70ac: Preparing 01:18:10 54cf5457eb08: Waiting 01:18:10 ce67a43d05b9: Waiting 01:18:10 0854555d70ac: Waiting 01:18:10 1e6dc1282741: Layer already exists 01:18:10 3f07b5933167: Layer already exists 01:18:10 0446a9260fd7: Layer already exists 01:18:10 10363345defb: Layer already exists 01:18:10 1a570320b847: Layer already exists 01:18:10 54cf5457eb08: Layer already exists 01:18:10 ce67a43d05b9: Layer already exists 01:18:10 0854555d70ac: Layer already exists 01:18:10 main: digest: sha256:e9ce3c9256ba7b4064793bbf0a9f17ab115ea2095f41b326068eb51c5b2c8555 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:18:10 ===================================================== [Pipeline] echo 01:18:10 taggedImages: 01:18:10 - nexus3.edgexfoundry.org:10004/core-metadata:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:18:10 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:18:10 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.112 01:18:10 - nexus3.edgexfoundry.org:10004/core-metadata:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:18:10 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 01:18:11 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 01:18:11 f47b8469dc3efba432dbb776b3e0583fbd02872a 01:18:11 latest 01:18:11 4.1.0-dev.112 01:18:11 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:18:11 main 01:18:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:11 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:11 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:18:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:18:11 22b87f881fa8: Preparing 01:18:11 3d745d771599: Preparing 01:18:11 4cb74da42ac8: Preparing 01:18:11 ed00a7e51711: Preparing 01:18:11 90f97a6785ca: Preparing 01:18:11 5c7e5651a930: Preparing 01:18:11 86ba2a4f21fb: Preparing 01:18:11 10363345defb: Preparing 01:18:11 1a570320b847: Preparing 01:18:11 da5d535fed79: Preparing 01:18:11 59512f719c12: Preparing 01:18:11 5f70bf18a086: Preparing 01:18:11 69ef2b2c8686: Preparing 01:18:11 fed3f4235f60: Preparing 01:18:11 eafeacdb4fe1: Preparing 01:18:11 0854555d70ac: Preparing 01:18:11 10363345defb: Waiting 01:18:11 1a570320b847: Waiting 01:18:11 da5d535fed79: Waiting 01:18:11 59512f719c12: Waiting 01:18:11 5f70bf18a086: Waiting 01:18:11 69ef2b2c8686: Waiting 01:18:11 0854555d70ac: Waiting 01:18:11 fed3f4235f60: Waiting 01:18:11 eafeacdb4fe1: Waiting 01:18:11 5c7e5651a930: Waiting 01:18:11 86ba2a4f21fb: Waiting 01:18:11 3d745d771599: Pushed 01:18:11 90f97a6785ca: Pushed 01:18:11 ed00a7e51711: Pushed 01:18:11 22b87f881fa8: Pushed 01:18:11 4cb74da42ac8: Pushed 01:18:11 10363345defb: Layer already exists 01:18:11 1a570320b847: Layer already exists 01:18:11 5f70bf18a086: Layer already exists 01:18:13 59512f719c12: Pushed 01:18:13 69ef2b2c8686: Pushed 01:18:13 da5d535fed79: Pushed 01:18:13 5c7e5651a930: Pushed 01:18:13 0854555d70ac: Layer already exists 01:18:13 fed3f4235f60: Pushed 01:18:13 eafeacdb4fe1: Pushed 01:18:13 86ba2a4f21fb: Pushed 01:18:13 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:27f2a9ce0e698ebb7d8c19bde2897c234b36c0dede3b34ba4b505cc1de4054a9 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:13 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:14 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:18:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:18:14 22b87f881fa8: Preparing 01:18:14 3d745d771599: Preparing 01:18:14 4cb74da42ac8: Preparing 01:18:14 ed00a7e51711: Preparing 01:18:14 90f97a6785ca: Preparing 01:18:14 5c7e5651a930: Preparing 01:18:14 86ba2a4f21fb: Preparing 01:18:14 10363345defb: Preparing 01:18:14 1a570320b847: Preparing 01:18:14 da5d535fed79: Preparing 01:18:14 59512f719c12: Preparing 01:18:14 5f70bf18a086: Preparing 01:18:14 69ef2b2c8686: Preparing 01:18:14 fed3f4235f60: Preparing 01:18:14 eafeacdb4fe1: Preparing 01:18:14 0854555d70ac: Preparing 01:18:14 da5d535fed79: Waiting 01:18:14 59512f719c12: Waiting 01:18:14 eafeacdb4fe1: Waiting 01:18:14 1a570320b847: Waiting 01:18:14 5f70bf18a086: Waiting 01:18:14 69ef2b2c8686: Waiting 01:18:14 fed3f4235f60: Waiting 01:18:14 0854555d70ac: Waiting 01:18:14 5c7e5651a930: Waiting 01:18:14 86ba2a4f21fb: Waiting 01:18:14 10363345defb: Waiting 01:18:14 22b87f881fa8: Layer already exists 01:18:14 4cb74da42ac8: Layer already exists 01:18:14 90f97a6785ca: Layer already exists 01:18:14 ed00a7e51711: Layer already exists 01:18:14 3d745d771599: Layer already exists 01:18:14 86ba2a4f21fb: Layer already exists 01:18:14 5c7e5651a930: Layer already exists 01:18:14 10363345defb: Layer already exists 01:18:14 da5d535fed79: Layer already exists 01:18:14 1a570320b847: Layer already exists 01:18:14 59512f719c12: Layer already exists 01:18:14 5f70bf18a086: Layer already exists 01:18:14 69ef2b2c8686: Layer already exists 01:18:14 eafeacdb4fe1: Layer already exists 01:18:14 fed3f4235f60: Layer already exists 01:18:14 0854555d70ac: Layer already exists 01:18:14 latest: digest: sha256:27f2a9ce0e698ebb7d8c19bde2897c234b36c0dede3b34ba4b505cc1de4054a9 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:14 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:14 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.112 01:18:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:18:14 22b87f881fa8: Preparing 01:18:14 3d745d771599: Preparing 01:18:14 4cb74da42ac8: Preparing 01:18:14 ed00a7e51711: Preparing 01:18:14 90f97a6785ca: Preparing 01:18:14 5c7e5651a930: Preparing 01:18:14 86ba2a4f21fb: Preparing 01:18:14 10363345defb: Preparing 01:18:14 1a570320b847: Preparing 01:18:14 da5d535fed79: Preparing 01:18:14 59512f719c12: Preparing 01:18:14 5f70bf18a086: Preparing 01:18:14 69ef2b2c8686: Preparing 01:18:14 fed3f4235f60: Preparing 01:18:14 eafeacdb4fe1: Preparing 01:18:14 0854555d70ac: Preparing 01:18:14 59512f719c12: Waiting 01:18:14 5f70bf18a086: Waiting 01:18:14 69ef2b2c8686: Waiting 01:18:14 fed3f4235f60: Waiting 01:18:14 5c7e5651a930: Waiting 01:18:14 eafeacdb4fe1: Waiting 01:18:14 86ba2a4f21fb: Waiting 01:18:14 0854555d70ac: Waiting 01:18:14 10363345defb: Waiting 01:18:14 1a570320b847: Waiting 01:18:14 da5d535fed79: Waiting 01:18:14 ed00a7e51711: Layer already exists 01:18:14 4cb74da42ac8: Layer already exists 01:18:14 22b87f881fa8: Layer already exists 01:18:14 90f97a6785ca: Layer already exists 01:18:14 3d745d771599: Layer already exists 01:18:14 5c7e5651a930: Layer already exists 01:18:14 1a570320b847: Layer already exists 01:18:14 86ba2a4f21fb: Layer already exists 01:18:14 da5d535fed79: Layer already exists 01:18:14 10363345defb: Layer already exists 01:18:14 59512f719c12: Layer already exists 01:18:14 69ef2b2c8686: Layer already exists 01:18:14 5f70bf18a086: Layer already exists 01:18:14 fed3f4235f60: Layer already exists 01:18:14 eafeacdb4fe1: Layer already exists 01:18:14 0854555d70ac: Layer already exists 01:18:14 4.1.0-dev.112: digest: sha256:27f2a9ce0e698ebb7d8c19bde2897c234b36c0dede3b34ba4b505cc1de4054a9 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:15 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:15 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:18:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:18:15 22b87f881fa8: Preparing 01:18:15 3d745d771599: Preparing 01:18:15 4cb74da42ac8: Preparing 01:18:15 ed00a7e51711: Preparing 01:18:15 90f97a6785ca: Preparing 01:18:15 5c7e5651a930: Preparing 01:18:15 86ba2a4f21fb: Preparing 01:18:15 10363345defb: Preparing 01:18:15 1a570320b847: Preparing 01:18:15 da5d535fed79: Preparing 01:18:15 59512f719c12: Preparing 01:18:15 5f70bf18a086: Preparing 01:18:15 69ef2b2c8686: Preparing 01:18:15 fed3f4235f60: Preparing 01:18:15 eafeacdb4fe1: Preparing 01:18:15 0854555d70ac: Preparing 01:18:15 5c7e5651a930: Waiting 01:18:15 86ba2a4f21fb: Waiting 01:18:15 10363345defb: Waiting 01:18:15 1a570320b847: Waiting 01:18:15 da5d535fed79: Waiting 01:18:15 59512f719c12: Waiting 01:18:15 5f70bf18a086: Waiting 01:18:15 69ef2b2c8686: Waiting 01:18:15 fed3f4235f60: Waiting 01:18:15 eafeacdb4fe1: Waiting 01:18:15 0854555d70ac: Waiting 01:18:15 4cb74da42ac8: Layer already exists 01:18:15 ed00a7e51711: Layer already exists 01:18:15 90f97a6785ca: Layer already exists 01:18:15 3d745d771599: Layer already exists 01:18:15 22b87f881fa8: Layer already exists 01:18:15 10363345defb: Layer already exists 01:18:15 5c7e5651a930: Layer already exists 01:18:15 86ba2a4f21fb: Layer already exists 01:18:15 da5d535fed79: Layer already exists 01:18:15 59512f719c12: Layer already exists 01:18:15 1a570320b847: Layer already exists 01:18:15 5f70bf18a086: Layer already exists 01:18:15 69ef2b2c8686: Layer already exists 01:18:15 eafeacdb4fe1: Layer already exists 01:18:15 0854555d70ac: Layer already exists 01:18:15 fed3f4235f60: Layer already exists 01:18:15 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:27f2a9ce0e698ebb7d8c19bde2897c234b36c0dede3b34ba4b505cc1de4054a9 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:15 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:18:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:18:16 22b87f881fa8: Preparing 01:18:16 3d745d771599: Preparing 01:18:16 4cb74da42ac8: Preparing 01:18:16 ed00a7e51711: Preparing 01:18:16 90f97a6785ca: Preparing 01:18:16 5c7e5651a930: Preparing 01:18:16 86ba2a4f21fb: Preparing 01:18:16 10363345defb: Preparing 01:18:16 1a570320b847: Preparing 01:18:16 da5d535fed79: Preparing 01:18:16 59512f719c12: Preparing 01:18:16 5f70bf18a086: Preparing 01:18:16 69ef2b2c8686: Preparing 01:18:16 fed3f4235f60: Preparing 01:18:16 eafeacdb4fe1: Preparing 01:18:16 0854555d70ac: Preparing 01:18:16 da5d535fed79: Waiting 01:18:16 59512f719c12: Waiting 01:18:16 5f70bf18a086: Waiting 01:18:16 69ef2b2c8686: Waiting 01:18:16 fed3f4235f60: Waiting 01:18:16 eafeacdb4fe1: Waiting 01:18:16 0854555d70ac: Waiting 01:18:16 5c7e5651a930: Waiting 01:18:16 10363345defb: Waiting 01:18:16 86ba2a4f21fb: Waiting 01:18:16 1a570320b847: Waiting 01:18:16 90f97a6785ca: Layer already exists 01:18:16 3d745d771599: Layer already exists 01:18:16 22b87f881fa8: Layer already exists 01:18:16 ed00a7e51711: Layer already exists 01:18:16 4cb74da42ac8: Layer already exists 01:18:16 10363345defb: Layer already exists 01:18:16 5c7e5651a930: Layer already exists 01:18:16 86ba2a4f21fb: Layer already exists 01:18:16 1a570320b847: Layer already exists 01:18:16 da5d535fed79: Layer already exists 01:18:16 59512f719c12: Layer already exists 01:18:16 5f70bf18a086: Layer already exists 01:18:16 fed3f4235f60: Layer already exists 01:18:16 69ef2b2c8686: Layer already exists 01:18:16 eafeacdb4fe1: Layer already exists 01:18:16 0854555d70ac: Layer already exists 01:18:16 main: digest: sha256:27f2a9ce0e698ebb7d8c19bde2897c234b36c0dede3b34ba4b505cc1de4054a9 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:18:16 ===================================================== [Pipeline] echo 01:18:16 taggedImages: 01:18:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:18:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:18:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.112 01:18:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:18:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 01:18:16 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 01:18:16 f47b8469dc3efba432dbb776b3e0583fbd02872a 01:18:16 latest 01:18:16 4.1.0-dev.112 01:18:16 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:18:16 main 01:18:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:16 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:18:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:18:16 29cec8fb5bc9: Preparing 01:18:16 d91746698a38: Preparing 01:18:16 17c46cd09b40: Preparing 01:18:16 a67e614b8d5e: Preparing 01:18:16 10363345defb: Preparing 01:18:16 1a570320b847: Preparing 01:18:16 ce67a43d05b9: Preparing 01:18:16 54cf5457eb08: Preparing 01:18:16 0854555d70ac: Preparing 01:18:16 1a570320b847: Waiting 01:18:16 ce67a43d05b9: Waiting 01:18:16 54cf5457eb08: Waiting 01:18:16 0854555d70ac: Waiting 01:18:16 10363345defb: Layer already exists 01:18:16 1a570320b847: Layer already exists 01:18:16 ce67a43d05b9: Layer already exists 01:18:16 54cf5457eb08: Layer already exists 01:18:16 17c46cd09b40: Pushed 01:18:16 0854555d70ac: Layer already exists 01:18:16 d91746698a38: Pushed 01:18:16 29cec8fb5bc9: Pushed 01:18:21 a67e614b8d5e: Pushed 01:18:21 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:58e0094eec1b647f8d98541156591a7ea87c91406f78a1a068d56b48dd6ecc1a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:21 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:18:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:18:21 29cec8fb5bc9: Preparing 01:18:21 d91746698a38: Preparing 01:18:21 17c46cd09b40: Preparing 01:18:21 a67e614b8d5e: Preparing 01:18:21 10363345defb: Preparing 01:18:21 1a570320b847: Preparing 01:18:21 ce67a43d05b9: Preparing 01:18:21 54cf5457eb08: Preparing 01:18:21 0854555d70ac: Preparing 01:18:21 ce67a43d05b9: Waiting 01:18:21 1a570320b847: Waiting 01:18:21 54cf5457eb08: Waiting 01:18:21 0854555d70ac: Waiting 01:18:21 29cec8fb5bc9: Layer already exists 01:18:21 d91746698a38: Layer already exists 01:18:21 17c46cd09b40: Layer already exists 01:18:21 10363345defb: Layer already exists 01:18:21 a67e614b8d5e: Layer already exists 01:18:21 ce67a43d05b9: Layer already exists 01:18:21 1a570320b847: Layer already exists 01:18:21 54cf5457eb08: Layer already exists 01:18:21 0854555d70ac: Layer already exists 01:18:21 latest: digest: sha256:58e0094eec1b647f8d98541156591a7ea87c91406f78a1a068d56b48dd6ecc1a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:21 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.112 01:18:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:18:22 29cec8fb5bc9: Preparing 01:18:22 d91746698a38: Preparing 01:18:22 17c46cd09b40: Preparing 01:18:22 a67e614b8d5e: Preparing 01:18:22 10363345defb: Preparing 01:18:22 1a570320b847: Preparing 01:18:22 ce67a43d05b9: Preparing 01:18:22 54cf5457eb08: Preparing 01:18:22 0854555d70ac: Preparing 01:18:22 1a570320b847: Waiting 01:18:22 54cf5457eb08: Waiting 01:18:22 ce67a43d05b9: Waiting 01:18:22 0854555d70ac: Waiting 01:18:22 a67e614b8d5e: Layer already exists 01:18:22 17c46cd09b40: Layer already exists 01:18:22 29cec8fb5bc9: Layer already exists 01:18:22 d91746698a38: Layer already exists 01:18:22 10363345defb: Layer already exists 01:18:22 1a570320b847: Layer already exists 01:18:22 0854555d70ac: Layer already exists 01:18:22 54cf5457eb08: Layer already exists 01:18:22 ce67a43d05b9: Layer already exists 01:18:22 4.1.0-dev.112: digest: sha256:58e0094eec1b647f8d98541156591a7ea87c91406f78a1a068d56b48dd6ecc1a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:22 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:18:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:18:22 29cec8fb5bc9: Preparing 01:18:22 d91746698a38: Preparing 01:18:22 17c46cd09b40: Preparing 01:18:22 a67e614b8d5e: Preparing 01:18:22 10363345defb: Preparing 01:18:22 1a570320b847: Preparing 01:18:22 ce67a43d05b9: Preparing 01:18:22 54cf5457eb08: Preparing 01:18:22 ce67a43d05b9: Waiting 01:18:22 1a570320b847: Waiting 01:18:22 0854555d70ac: Preparing 01:18:22 0854555d70ac: Waiting 01:18:22 54cf5457eb08: Waiting 01:18:22 29cec8fb5bc9: Layer already exists 01:18:22 17c46cd09b40: Layer already exists 01:18:22 a67e614b8d5e: Layer already exists 01:18:22 d91746698a38: Layer already exists 01:18:22 10363345defb: Layer already exists 01:18:22 1a570320b847: Layer already exists 01:18:22 ce67a43d05b9: Layer already exists 01:18:22 0854555d70ac: Layer already exists 01:18:22 54cf5457eb08: Layer already exists 01:18:22 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:58e0094eec1b647f8d98541156591a7ea87c91406f78a1a068d56b48dd6ecc1a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:23 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:18:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:18:23 29cec8fb5bc9: Preparing 01:18:23 d91746698a38: Preparing 01:18:23 17c46cd09b40: Preparing 01:18:23 a67e614b8d5e: Preparing 01:18:23 10363345defb: Preparing 01:18:23 1a570320b847: Preparing 01:18:23 ce67a43d05b9: Preparing 01:18:23 54cf5457eb08: Preparing 01:18:23 0854555d70ac: Preparing 01:18:23 1a570320b847: Waiting 01:18:23 54cf5457eb08: Waiting 01:18:23 ce67a43d05b9: Waiting 01:18:23 0854555d70ac: Waiting 01:18:23 a67e614b8d5e: Layer already exists 01:18:23 29cec8fb5bc9: Layer already exists 01:18:23 d91746698a38: Layer already exists 01:18:23 10363345defb: Layer already exists 01:18:23 17c46cd09b40: Layer already exists 01:18:23 1a570320b847: Layer already exists 01:18:23 54cf5457eb08: Layer already exists 01:18:23 ce67a43d05b9: Layer already exists 01:18:23 0854555d70ac: Layer already exists 01:18:23 main: digest: sha256:58e0094eec1b647f8d98541156591a7ea87c91406f78a1a068d56b48dd6ecc1a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:18:23 ===================================================== [Pipeline] echo 01:18:23 taggedImages: 01:18:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:18:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:18:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.112 01:18:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:18:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 01:18:23 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 01:18:23 f47b8469dc3efba432dbb776b3e0583fbd02872a 01:18:23 latest 01:18:23 4.1.0-dev.112 01:18:23 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:18:23 main 01:18:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:24 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:18:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:18:24 c6c0ab097112: Preparing 01:18:24 0f90f2a63fa7: Preparing 01:18:24 a362b5c70542: Preparing 01:18:24 062d0e51c7e4: Preparing 01:18:24 0bb2cb2acc77: Preparing 01:18:24 10363345defb: Preparing 01:18:24 1a570320b847: Preparing 01:18:24 67ac9426d00c: Preparing 01:18:24 dc83693a2398: Preparing 01:18:24 11cf186256ae: Preparing 01:18:24 10363345defb: Waiting 01:18:24 0854555d70ac: Preparing 01:18:24 1a570320b847: Waiting 01:18:24 dc83693a2398: Waiting 01:18:24 11cf186256ae: Waiting 01:18:24 67ac9426d00c: Waiting 01:18:24 0854555d70ac: Waiting 01:18:24 0bb2cb2acc77: Pushed 01:18:24 062d0e51c7e4: Pushed 01:18:24 0f90f2a63fa7: Pushed 01:18:24 c6c0ab097112: Pushed 01:18:24 10363345defb: Layer already exists 01:18:24 1a570320b847: Layer already exists 01:18:24 0854555d70ac: Layer already exists 01:18:24 67ac9426d00c: Pushed 01:18:24 dc83693a2398: Pushed 01:18:25 11cf186256ae: Pushed 01:18:27 a362b5c70542: Pushed 01:18:27 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:537e17fd1459b4b742466cbabacbe4db84b28af4d1b93fc34b53c963d1e25712 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:27 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:18:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:18:27 c6c0ab097112: Preparing 01:18:27 0f90f2a63fa7: Preparing 01:18:27 a362b5c70542: Preparing 01:18:27 062d0e51c7e4: Preparing 01:18:27 0bb2cb2acc77: Preparing 01:18:27 10363345defb: Preparing 01:18:27 1a570320b847: Preparing 01:18:27 67ac9426d00c: Preparing 01:18:27 dc83693a2398: Preparing 01:18:27 11cf186256ae: Preparing 01:18:27 0854555d70ac: Preparing 01:18:27 dc83693a2398: Waiting 01:18:27 11cf186256ae: Waiting 01:18:27 0854555d70ac: Waiting 01:18:27 10363345defb: Waiting 01:18:27 1a570320b847: Waiting 01:18:27 67ac9426d00c: Waiting 01:18:27 c6c0ab097112: Layer already exists 01:18:27 0bb2cb2acc77: Layer already exists 01:18:27 062d0e51c7e4: Layer already exists 01:18:27 0f90f2a63fa7: Layer already exists 01:18:27 a362b5c70542: Layer already exists 01:18:27 dc83693a2398: Layer already exists 01:18:27 1a570320b847: Layer already exists 01:18:27 67ac9426d00c: Layer already exists 01:18:27 10363345defb: Layer already exists 01:18:27 11cf186256ae: Layer already exists 01:18:27 0854555d70ac: Layer already exists 01:18:27 latest: digest: sha256:537e17fd1459b4b742466cbabacbe4db84b28af4d1b93fc34b53c963d1e25712 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:28 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.112 01:18:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:18:28 c6c0ab097112: Preparing 01:18:28 0f90f2a63fa7: Preparing 01:18:28 a362b5c70542: Preparing 01:18:28 062d0e51c7e4: Preparing 01:18:28 0bb2cb2acc77: Preparing 01:18:28 10363345defb: Preparing 01:18:28 1a570320b847: Preparing 01:18:28 67ac9426d00c: Preparing 01:18:28 dc83693a2398: Preparing 01:18:28 11cf186256ae: Preparing 01:18:28 0854555d70ac: Preparing 01:18:28 67ac9426d00c: Waiting 01:18:28 dc83693a2398: Waiting 01:18:28 10363345defb: Waiting 01:18:28 1a570320b847: Waiting 01:18:28 11cf186256ae: Waiting 01:18:28 0854555d70ac: Waiting 01:18:28 062d0e51c7e4: Layer already exists 01:18:28 c6c0ab097112: Layer already exists 01:18:28 a362b5c70542: Layer already exists 01:18:28 0bb2cb2acc77: Layer already exists 01:18:28 0f90f2a63fa7: Layer already exists 01:18:28 1a570320b847: Layer already exists 01:18:28 10363345defb: Layer already exists 01:18:28 67ac9426d00c: Layer already exists 01:18:28 11cf186256ae: Layer already exists 01:18:28 dc83693a2398: Layer already exists 01:18:28 0854555d70ac: Layer already exists 01:18:28 4.1.0-dev.112: digest: sha256:537e17fd1459b4b742466cbabacbe4db84b28af4d1b93fc34b53c963d1e25712 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:28 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:18:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:18:29 c6c0ab097112: Preparing 01:18:29 0f90f2a63fa7: Preparing 01:18:29 a362b5c70542: Preparing 01:18:29 062d0e51c7e4: Preparing 01:18:29 0bb2cb2acc77: Preparing 01:18:29 10363345defb: Preparing 01:18:29 1a570320b847: Preparing 01:18:29 67ac9426d00c: Preparing 01:18:29 dc83693a2398: Preparing 01:18:29 11cf186256ae: Preparing 01:18:29 0854555d70ac: Preparing 01:18:29 10363345defb: Waiting 01:18:29 1a570320b847: Waiting 01:18:29 67ac9426d00c: Waiting 01:18:29 dc83693a2398: Waiting 01:18:29 11cf186256ae: Waiting 01:18:29 0854555d70ac: Waiting 01:18:29 0bb2cb2acc77: Layer already exists 01:18:29 062d0e51c7e4: Layer already exists 01:18:29 0f90f2a63fa7: Layer already exists 01:18:29 a362b5c70542: Layer already exists 01:18:29 c6c0ab097112: Layer already exists 01:18:29 1a570320b847: Layer already exists 01:18:29 10363345defb: Layer already exists 01:18:29 dc83693a2398: Layer already exists 01:18:29 11cf186256ae: Layer already exists 01:18:29 67ac9426d00c: Layer already exists 01:18:29 0854555d70ac: Layer already exists 01:18:29 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:537e17fd1459b4b742466cbabacbe4db84b28af4d1b93fc34b53c963d1e25712 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:29 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:18:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:18:29 c6c0ab097112: Preparing 01:18:29 0f90f2a63fa7: Preparing 01:18:29 a362b5c70542: Preparing 01:18:29 062d0e51c7e4: Preparing 01:18:29 0bb2cb2acc77: Preparing 01:18:29 10363345defb: Preparing 01:18:29 1a570320b847: Preparing 01:18:29 67ac9426d00c: Preparing 01:18:29 dc83693a2398: Preparing 01:18:29 11cf186256ae: Preparing 01:18:29 0854555d70ac: Preparing 01:18:29 1a570320b847: Waiting 01:18:29 67ac9426d00c: Waiting 01:18:29 dc83693a2398: Waiting 01:18:29 11cf186256ae: Waiting 01:18:29 0854555d70ac: Waiting 01:18:29 10363345defb: Waiting 01:18:29 0f90f2a63fa7: Layer already exists 01:18:29 0bb2cb2acc77: Layer already exists 01:18:29 a362b5c70542: Layer already exists 01:18:29 c6c0ab097112: Layer already exists 01:18:29 062d0e51c7e4: Layer already exists 01:18:29 1a570320b847: Layer already exists 01:18:29 67ac9426d00c: Layer already exists 01:18:29 10363345defb: Layer already exists 01:18:29 11cf186256ae: Layer already exists 01:18:29 dc83693a2398: Layer already exists 01:18:29 0854555d70ac: Layer already exists 01:18:29 main: digest: sha256:537e17fd1459b4b742466cbabacbe4db84b28af4d1b93fc34b53c963d1e25712 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:18:30 ===================================================== [Pipeline] echo 01:18:30 taggedImages: 01:18:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:18:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:18:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.112 01:18:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:18:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 01:18:30 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 01:18:30 f47b8469dc3efba432dbb776b3e0583fbd02872a 01:18:30 latest 01:18:30 4.1.0-dev.112 01:18:30 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:18:30 main 01:18:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:30 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:30 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:18:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:18:30 3b17f266f304: Preparing 01:18:30 d2ad48fc97b0: Preparing 01:18:30 e9cac0e89a1e: Preparing 01:18:30 8c47f3ab7d16: Preparing 01:18:30 a2ee12ef82c2: Preparing 01:18:30 1c12df6170f6: Preparing 01:18:30 4abc9681866a: Preparing 01:18:30 10363345defb: Preparing 01:18:30 1a570320b847: Preparing 01:18:30 2ba840f88ab8: Preparing 01:18:30 83b7547bac60: Preparing 01:18:30 0854555d70ac: Preparing 01:18:30 4abc9681866a: Waiting 01:18:30 10363345defb: Waiting 01:18:30 1a570320b847: Waiting 01:18:30 2ba840f88ab8: Waiting 01:18:30 83b7547bac60: Waiting 01:18:30 0854555d70ac: Waiting 01:18:30 1c12df6170f6: Waiting 01:18:30 3b17f266f304: Pushed 01:18:30 a2ee12ef82c2: Pushed 01:18:30 d2ad48fc97b0: Pushed 01:18:30 10363345defb: Layer already exists 01:18:30 1a570320b847: Layer already exists 01:18:30 1c12df6170f6: Pushed 01:18:30 4abc9681866a: Pushed 01:18:31 0854555d70ac: Layer already exists 01:18:31 2ba840f88ab8: Pushed 01:18:32 83b7547bac60: Pushed 01:18:33 8c47f3ab7d16: Pushed 01:18:33 e9cac0e89a1e: Pushed 01:18:33 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:c364afe1a638826b6c265cda4f4dc9e82bb4cce31dc0f8094fdbf22e56253e86 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:34 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:34 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:18:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:18:34 3b17f266f304: Preparing 01:18:34 d2ad48fc97b0: Preparing 01:18:34 e9cac0e89a1e: Preparing 01:18:34 8c47f3ab7d16: Preparing 01:18:34 a2ee12ef82c2: Preparing 01:18:34 1c12df6170f6: Preparing 01:18:34 4abc9681866a: Preparing 01:18:34 10363345defb: Preparing 01:18:34 1a570320b847: Preparing 01:18:34 2ba840f88ab8: Preparing 01:18:34 83b7547bac60: Preparing 01:18:34 0854555d70ac: Preparing 01:18:34 1a570320b847: Waiting 01:18:34 1c12df6170f6: Waiting 01:18:34 2ba840f88ab8: Waiting 01:18:34 4abc9681866a: Waiting 01:18:34 10363345defb: Waiting 01:18:34 0854555d70ac: Waiting 01:18:34 83b7547bac60: Waiting 01:18:34 d2ad48fc97b0: Layer already exists 01:18:34 a2ee12ef82c2: Layer already exists 01:18:34 8c47f3ab7d16: Layer already exists 01:18:34 e9cac0e89a1e: Layer already exists 01:18:34 3b17f266f304: Layer already exists 01:18:34 1c12df6170f6: Layer already exists 01:18:34 4abc9681866a: Layer already exists 01:18:34 10363345defb: Layer already exists 01:18:34 1a570320b847: Layer already exists 01:18:34 2ba840f88ab8: Layer already exists 01:18:34 83b7547bac60: Layer already exists 01:18:34 0854555d70ac: Layer already exists 01:18:34 latest: digest: sha256:c364afe1a638826b6c265cda4f4dc9e82bb4cce31dc0f8094fdbf22e56253e86 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:34 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:35 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.112 01:18:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:18:35 3b17f266f304: Preparing 01:18:35 d2ad48fc97b0: Preparing 01:18:35 e9cac0e89a1e: Preparing 01:18:35 8c47f3ab7d16: Preparing 01:18:35 a2ee12ef82c2: Preparing 01:18:35 1c12df6170f6: Preparing 01:18:35 4abc9681866a: Preparing 01:18:35 10363345defb: Preparing 01:18:35 1a570320b847: Preparing 01:18:35 2ba840f88ab8: Preparing 01:18:35 83b7547bac60: Preparing 01:18:35 0854555d70ac: Preparing 01:18:35 10363345defb: Waiting 01:18:35 2ba840f88ab8: Waiting 01:18:35 1a570320b847: Waiting 01:18:35 83b7547bac60: Waiting 01:18:35 1c12df6170f6: Waiting 01:18:35 0854555d70ac: Waiting 01:18:35 4abc9681866a: Waiting 01:18:35 8c47f3ab7d16: Layer already exists 01:18:35 e9cac0e89a1e: Layer already exists 01:18:35 a2ee12ef82c2: Layer already exists 01:18:35 d2ad48fc97b0: Layer already exists 01:18:35 3b17f266f304: Layer already exists 01:18:35 4abc9681866a: Layer already exists 01:18:35 1c12df6170f6: Layer already exists 01:18:35 10363345defb: Layer already exists 01:18:35 2ba840f88ab8: Layer already exists 01:18:35 1a570320b847: Layer already exists 01:18:35 83b7547bac60: Layer already exists 01:18:35 0854555d70ac: Layer already exists 01:18:35 4.1.0-dev.112: digest: sha256:c364afe1a638826b6c265cda4f4dc9e82bb4cce31dc0f8094fdbf22e56253e86 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:35 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:35 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:18:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:18:35 3b17f266f304: Preparing 01:18:35 d2ad48fc97b0: Preparing 01:18:35 e9cac0e89a1e: Preparing 01:18:35 8c47f3ab7d16: Preparing 01:18:35 a2ee12ef82c2: Preparing 01:18:35 1c12df6170f6: Preparing 01:18:35 4abc9681866a: Preparing 01:18:35 10363345defb: Preparing 01:18:35 1a570320b847: Preparing 01:18:35 2ba840f88ab8: Preparing 01:18:35 83b7547bac60: Preparing 01:18:35 0854555d70ac: Preparing 01:18:35 1c12df6170f6: Waiting 01:18:35 4abc9681866a: Waiting 01:18:35 10363345defb: Waiting 01:18:35 1a570320b847: Waiting 01:18:35 2ba840f88ab8: Waiting 01:18:35 83b7547bac60: Waiting 01:18:35 0854555d70ac: Waiting 01:18:35 8c47f3ab7d16: Layer already exists 01:18:35 e9cac0e89a1e: Layer already exists 01:18:35 3b17f266f304: Layer already exists 01:18:35 d2ad48fc97b0: Layer already exists 01:18:35 a2ee12ef82c2: Layer already exists 01:18:35 4abc9681866a: Layer already exists 01:18:35 1c12df6170f6: Layer already exists 01:18:35 2ba840f88ab8: Layer already exists 01:18:35 10363345defb: Layer already exists 01:18:35 1a570320b847: Layer already exists 01:18:35 83b7547bac60: Layer already exists 01:18:35 0854555d70ac: Layer already exists 01:18:35 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:c364afe1a638826b6c265cda4f4dc9e82bb4cce31dc0f8094fdbf22e56253e86 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:36 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:36 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:18:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:18:36 3b17f266f304: Preparing 01:18:36 d2ad48fc97b0: Preparing 01:18:36 e9cac0e89a1e: Preparing 01:18:36 8c47f3ab7d16: Preparing 01:18:36 a2ee12ef82c2: Preparing 01:18:36 1c12df6170f6: Preparing 01:18:36 4abc9681866a: Preparing 01:18:36 10363345defb: Preparing 01:18:36 1a570320b847: Preparing 01:18:36 2ba840f88ab8: Preparing 01:18:36 83b7547bac60: Preparing 01:18:36 0854555d70ac: Preparing 01:18:36 4abc9681866a: Waiting 01:18:36 10363345defb: Waiting 01:18:36 1c12df6170f6: Waiting 01:18:36 1a570320b847: Waiting 01:18:36 2ba840f88ab8: Waiting 01:18:36 83b7547bac60: Waiting 01:18:36 0854555d70ac: Waiting 01:18:36 e9cac0e89a1e: Layer already exists 01:18:36 3b17f266f304: Layer already exists 01:18:36 a2ee12ef82c2: Layer already exists 01:18:36 d2ad48fc97b0: Layer already exists 01:18:36 8c47f3ab7d16: Layer already exists 01:18:36 1c12df6170f6: Layer already exists 01:18:36 10363345defb: Layer already exists 01:18:36 4abc9681866a: Layer already exists 01:18:36 2ba840f88ab8: Layer already exists 01:18:36 1a570320b847: Layer already exists 01:18:36 83b7547bac60: Layer already exists 01:18:36 0854555d70ac: Layer already exists 01:18:36 main: digest: sha256:c364afe1a638826b6c265cda4f4dc9e82bb4cce31dc0f8094fdbf22e56253e86 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:18:36 ===================================================== [Pipeline] echo 01:18:36 taggedImages: 01:18:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:18:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:18:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.112 01:18:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:18:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 01:18:36 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 01:18:36 f47b8469dc3efba432dbb776b3e0583fbd02872a 01:18:36 latest 01:18:36 4.1.0-dev.112 01:18:36 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:18:36 main 01:18:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:36 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:37 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:18:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:18:37 6771a3f2503b: Preparing 01:18:37 3848f18a4118: Preparing 01:18:37 10363345defb: Preparing 01:18:37 1a570320b847: Preparing 01:18:37 d2ae2df5f36c: Preparing 01:18:37 399b1e19d595: Preparing 01:18:37 0854555d70ac: Preparing 01:18:37 0854555d70ac: Waiting 01:18:37 1a570320b847: Layer already exists 01:18:37 10363345defb: Layer already exists 01:18:37 0854555d70ac: Layer already exists 01:18:37 d2ae2df5f36c: Pushed 01:18:37 6771a3f2503b: Pushed 01:18:38 399b1e19d595: Pushed 01:18:40 3848f18a4118: Pushed 01:18:40 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:65a65ba8d86b9a04c4c5ebe9cf7deeab986ea686a21c47bf0cb0defdf3c076c5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:40 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:41 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:18:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:18:41 6771a3f2503b: Preparing 01:18:41 3848f18a4118: Preparing 01:18:41 10363345defb: Preparing 01:18:41 1a570320b847: Preparing 01:18:41 d2ae2df5f36c: Preparing 01:18:41 399b1e19d595: Preparing 01:18:41 0854555d70ac: Preparing 01:18:41 399b1e19d595: Waiting 01:18:41 0854555d70ac: Waiting 01:18:41 1a570320b847: Layer already exists 01:18:41 10363345defb: Layer already exists 01:18:41 d2ae2df5f36c: Layer already exists 01:18:41 6771a3f2503b: Layer already exists 01:18:41 3848f18a4118: Layer already exists 01:18:41 399b1e19d595: Layer already exists 01:18:41 0854555d70ac: Layer already exists 01:18:41 latest: digest: sha256:65a65ba8d86b9a04c4c5ebe9cf7deeab986ea686a21c47bf0cb0defdf3c076c5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:41 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:41 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.112 01:18:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:18:41 6771a3f2503b: Preparing 01:18:41 3848f18a4118: Preparing 01:18:41 10363345defb: Preparing 01:18:41 1a570320b847: Preparing 01:18:41 d2ae2df5f36c: Preparing 01:18:41 399b1e19d595: Preparing 01:18:41 0854555d70ac: Preparing 01:18:41 399b1e19d595: Waiting 01:18:41 0854555d70ac: Waiting 01:18:41 d2ae2df5f36c: Layer already exists 01:18:41 1a570320b847: Layer already exists 01:18:41 3848f18a4118: Layer already exists 01:18:41 6771a3f2503b: Layer already exists 01:18:41 10363345defb: Layer already exists 01:18:41 399b1e19d595: Layer already exists 01:18:41 0854555d70ac: Layer already exists 01:18:41 4.1.0-dev.112: digest: sha256:65a65ba8d86b9a04c4c5ebe9cf7deeab986ea686a21c47bf0cb0defdf3c076c5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:42 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:42 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:18:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:18:42 6771a3f2503b: Preparing 01:18:42 3848f18a4118: Preparing 01:18:42 10363345defb: Preparing 01:18:42 1a570320b847: Preparing 01:18:42 d2ae2df5f36c: Preparing 01:18:42 399b1e19d595: Preparing 01:18:42 0854555d70ac: Preparing 01:18:42 399b1e19d595: Waiting 01:18:42 0854555d70ac: Waiting 01:18:42 10363345defb: Layer already exists 01:18:42 d2ae2df5f36c: Layer already exists 01:18:42 1a570320b847: Layer already exists 01:18:42 6771a3f2503b: Layer already exists 01:18:42 3848f18a4118: Layer already exists 01:18:42 0854555d70ac: Layer already exists 01:18:42 399b1e19d595: Layer already exists 01:18:42 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:65a65ba8d86b9a04c4c5ebe9cf7deeab986ea686a21c47bf0cb0defdf3c076c5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:42 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:43 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:18:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:18:43 6771a3f2503b: Preparing 01:18:43 3848f18a4118: Preparing 01:18:43 10363345defb: Preparing 01:18:43 1a570320b847: Preparing 01:18:43 d2ae2df5f36c: Preparing 01:18:43 399b1e19d595: Preparing 01:18:43 0854555d70ac: Preparing 01:18:43 0854555d70ac: Waiting 01:18:43 399b1e19d595: Waiting 01:18:43 1a570320b847: Layer already exists 01:18:43 d2ae2df5f36c: Layer already exists 01:18:43 6771a3f2503b: Layer already exists 01:18:43 3848f18a4118: Layer already exists 01:18:43 10363345defb: Layer already exists 01:18:43 399b1e19d595: Layer already exists 01:18:43 0854555d70ac: Layer already exists 01:18:43 main: digest: sha256:65a65ba8d86b9a04c4c5ebe9cf7deeab986ea686a21c47bf0cb0defdf3c076c5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:18:43 ===================================================== [Pipeline] echo 01:18:43 taggedImages: 01:18:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:18:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:18:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.112 01:18:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:18:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 01:18:43 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 01:18:43 f47b8469dc3efba432dbb776b3e0583fbd02872a 01:18:43 latest 01:18:43 4.1.0-dev.112 01:18:43 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:18:43 main 01:18:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:43 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:18:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:18:43 88d94f0ab767: Preparing 01:18:43 b9cba5fd73d0: Preparing 01:18:43 fe29e56a4419: Preparing 01:18:43 10363345defb: Preparing 01:18:43 1a570320b847: Preparing 01:18:43 362f6e424359: Preparing 01:18:43 718ad758a0f4: Preparing 01:18:43 65357d06d00f: Preparing 01:18:43 b8bfa7ecfb92: Preparing 01:18:43 0854555d70ac: Preparing 01:18:43 65357d06d00f: Waiting 01:18:43 362f6e424359: Waiting 01:18:43 718ad758a0f4: Waiting 01:18:43 0854555d70ac: Waiting 01:18:43 b8bfa7ecfb92: Waiting 01:18:43 10363345defb: Layer already exists 01:18:43 1a570320b847: Layer already exists 01:18:43 88d94f0ab767: Pushed 01:18:43 fe29e56a4419: Pushed 01:18:43 b9cba5fd73d0: Pushed 01:18:43 0854555d70ac: Layer already exists 01:18:43 65357d06d00f: Pushed 01:18:44 b8bfa7ecfb92: Pushed 01:18:49 718ad758a0f4: Pushed 01:18:56 362f6e424359: Pushed 01:18:56 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:b0c550c821ba0f8dbcf6db0d8511b2424ede31a21e369e5abb55ef73b2befdce size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:56 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:18:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:18:57 88d94f0ab767: Preparing 01:18:57 b9cba5fd73d0: Preparing 01:18:57 fe29e56a4419: Preparing 01:18:57 10363345defb: Preparing 01:18:57 1a570320b847: Preparing 01:18:57 362f6e424359: Preparing 01:18:57 718ad758a0f4: Preparing 01:18:57 65357d06d00f: Preparing 01:18:57 b8bfa7ecfb92: Preparing 01:18:57 0854555d70ac: Preparing 01:18:57 362f6e424359: Waiting 01:18:57 718ad758a0f4: Waiting 01:18:57 65357d06d00f: Waiting 01:18:57 b8bfa7ecfb92: Waiting 01:18:57 0854555d70ac: Waiting 01:18:57 10363345defb: Layer already exists 01:18:57 1a570320b847: Layer already exists 01:18:57 b9cba5fd73d0: Layer already exists 01:18:57 88d94f0ab767: Layer already exists 01:18:57 fe29e56a4419: Layer already exists 01:18:57 362f6e424359: Layer already exists 01:18:57 b8bfa7ecfb92: Layer already exists 01:18:57 65357d06d00f: Layer already exists 01:18:57 0854555d70ac: Layer already exists 01:18:57 718ad758a0f4: Layer already exists 01:18:57 latest: digest: sha256:b0c550c821ba0f8dbcf6db0d8511b2424ede31a21e369e5abb55ef73b2befdce size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:57 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.112 01:18:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:18:57 88d94f0ab767: Preparing 01:18:57 b9cba5fd73d0: Preparing 01:18:57 fe29e56a4419: Preparing 01:18:57 10363345defb: Preparing 01:18:57 1a570320b847: Preparing 01:18:57 362f6e424359: Preparing 01:18:57 718ad758a0f4: Preparing 01:18:57 65357d06d00f: Preparing 01:18:57 b8bfa7ecfb92: Preparing 01:18:57 0854555d70ac: Preparing 01:18:57 718ad758a0f4: Waiting 01:18:57 65357d06d00f: Waiting 01:18:57 b8bfa7ecfb92: Waiting 01:18:57 0854555d70ac: Waiting 01:18:57 362f6e424359: Waiting 01:18:57 10363345defb: Layer already exists 01:18:57 fe29e56a4419: Layer already exists 01:18:57 88d94f0ab767: Layer already exists 01:18:57 1a570320b847: Layer already exists 01:18:57 b9cba5fd73d0: Layer already exists 01:18:57 718ad758a0f4: Layer already exists 01:18:57 65357d06d00f: Layer already exists 01:18:57 362f6e424359: Layer already exists 01:18:57 b8bfa7ecfb92: Layer already exists 01:18:57 0854555d70ac: Layer already exists 01:18:57 4.1.0-dev.112: digest: sha256:b0c550c821ba0f8dbcf6db0d8511b2424ede31a21e369e5abb55ef73b2befdce size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:58 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:18:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:18:58 88d94f0ab767: Preparing 01:18:58 b9cba5fd73d0: Preparing 01:18:58 fe29e56a4419: Preparing 01:18:58 10363345defb: Preparing 01:18:58 1a570320b847: Preparing 01:18:58 362f6e424359: Preparing 01:18:58 718ad758a0f4: Preparing 01:18:58 65357d06d00f: Preparing 01:18:58 b8bfa7ecfb92: Preparing 01:18:58 0854555d70ac: Preparing 01:18:58 362f6e424359: Waiting 01:18:58 65357d06d00f: Waiting 01:18:58 718ad758a0f4: Waiting 01:18:58 b8bfa7ecfb92: Waiting 01:18:58 0854555d70ac: Waiting 01:18:58 1a570320b847: Layer already exists 01:18:58 b9cba5fd73d0: Layer already exists 01:18:58 10363345defb: Layer already exists 01:18:58 88d94f0ab767: Layer already exists 01:18:58 fe29e56a4419: Layer already exists 01:18:58 362f6e424359: Layer already exists 01:18:58 718ad758a0f4: Layer already exists 01:18:58 65357d06d00f: Layer already exists 01:18:58 b8bfa7ecfb92: Layer already exists 01:18:58 0854555d70ac: Layer already exists 01:18:58 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:b0c550c821ba0f8dbcf6db0d8511b2424ede31a21e369e5abb55ef73b2befdce size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:58 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:18:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:18:59 88d94f0ab767: Preparing 01:18:59 b9cba5fd73d0: Preparing 01:18:59 fe29e56a4419: Preparing 01:18:59 10363345defb: Preparing 01:18:59 1a570320b847: Preparing 01:18:59 362f6e424359: Preparing 01:18:59 718ad758a0f4: Preparing 01:18:59 65357d06d00f: Preparing 01:18:59 b8bfa7ecfb92: Preparing 01:18:59 0854555d70ac: Preparing 01:18:59 65357d06d00f: Waiting 01:18:59 362f6e424359: Waiting 01:18:59 718ad758a0f4: Waiting 01:18:59 b8bfa7ecfb92: Waiting 01:18:59 0854555d70ac: Waiting 01:18:59 b9cba5fd73d0: Layer already exists 01:18:59 88d94f0ab767: Layer already exists 01:18:59 fe29e56a4419: Layer already exists 01:18:59 10363345defb: Layer already exists 01:18:59 1a570320b847: Layer already exists 01:18:59 718ad758a0f4: Layer already exists 01:18:59 362f6e424359: Layer already exists 01:18:59 65357d06d00f: Layer already exists 01:18:59 b8bfa7ecfb92: Layer already exists 01:18:59 0854555d70ac: Layer already exists 01:18:59 main: digest: sha256:b0c550c821ba0f8dbcf6db0d8511b2424ede31a21e369e5abb55ef73b2befdce size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:18:59 ===================================================== [Pipeline] echo 01:18:59 taggedImages: 01:18:59 - nexus3.edgexfoundry.org:10004/security-spire-agent:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:18:59 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:18:59 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.112 01:18:59 - nexus3.edgexfoundry.org:10004/security-spire-agent:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:18:59 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 01:18:59 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 01:18:59 f47b8469dc3efba432dbb776b3e0583fbd02872a 01:18:59 latest 01:18:59 4.1.0-dev.112 01:18:59 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:18:59 main 01:18:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:59 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:19:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:19:00 f452ae440af0: Preparing 01:19:00 8493aa6220b8: Preparing 01:19:00 5306c9736d90: Preparing 01:19:00 10363345defb: Preparing 01:19:00 1a570320b847: Preparing 01:19:00 d5f5ba6e9bda: Preparing 01:19:00 7a3e28950517: Preparing 01:19:00 1c498f835fa7: Preparing 01:19:00 0854555d70ac: Preparing 01:19:00 d5f5ba6e9bda: Waiting 01:19:00 7a3e28950517: Waiting 01:19:00 1c498f835fa7: Waiting 01:19:00 0854555d70ac: Waiting 01:19:00 1a570320b847: Layer already exists 01:19:00 10363345defb: Layer already exists 01:19:00 5306c9736d90: Pushed 01:19:00 f452ae440af0: Pushed 01:19:00 8493aa6220b8: Pushed 01:19:00 7a3e28950517: Pushed 01:19:00 0854555d70ac: Layer already exists 01:19:00 1c498f835fa7: Pushed 01:19:15 d5f5ba6e9bda: Pushed 01:19:15 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:fb54f58824d0dd9a72601665842037d4e58cb1feebc8ffe2853df7af3f6c5188 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:15 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:19:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:19:15 f452ae440af0: Preparing 01:19:15 8493aa6220b8: Preparing 01:19:15 5306c9736d90: Preparing 01:19:15 10363345defb: Preparing 01:19:15 1a570320b847: Preparing 01:19:15 d5f5ba6e9bda: Preparing 01:19:15 7a3e28950517: Preparing 01:19:15 1c498f835fa7: Preparing 01:19:15 0854555d70ac: Preparing 01:19:15 1c498f835fa7: Waiting 01:19:15 d5f5ba6e9bda: Waiting 01:19:15 7a3e28950517: Waiting 01:19:15 0854555d70ac: Waiting 01:19:15 1a570320b847: Layer already exists 01:19:15 8493aa6220b8: Layer already exists 01:19:15 10363345defb: Layer already exists 01:19:15 f452ae440af0: Layer already exists 01:19:15 5306c9736d90: Layer already exists 01:19:15 d5f5ba6e9bda: Layer already exists 01:19:15 7a3e28950517: Layer already exists 01:19:15 0854555d70ac: Layer already exists 01:19:15 1c498f835fa7: Layer already exists 01:19:15 latest: digest: sha256:fb54f58824d0dd9a72601665842037d4e58cb1feebc8ffe2853df7af3f6c5188 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:16 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.112 01:19:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:19:16 f452ae440af0: Preparing 01:19:16 8493aa6220b8: Preparing 01:19:16 5306c9736d90: Preparing 01:19:16 10363345defb: Preparing 01:19:16 1a570320b847: Preparing 01:19:16 d5f5ba6e9bda: Preparing 01:19:16 7a3e28950517: Preparing 01:19:16 1c498f835fa7: Preparing 01:19:16 0854555d70ac: Preparing 01:19:16 d5f5ba6e9bda: Waiting 01:19:16 7a3e28950517: Waiting 01:19:16 1c498f835fa7: Waiting 01:19:16 0854555d70ac: Waiting 01:19:16 10363345defb: Layer already exists 01:19:16 5306c9736d90: Layer already exists 01:19:16 8493aa6220b8: Layer already exists 01:19:16 f452ae440af0: Layer already exists 01:19:16 1a570320b847: Layer already exists 01:19:16 d5f5ba6e9bda: Layer already exists 01:19:16 1c498f835fa7: Layer already exists 01:19:16 7a3e28950517: Layer already exists 01:19:16 0854555d70ac: Layer already exists 01:19:16 4.1.0-dev.112: digest: sha256:fb54f58824d0dd9a72601665842037d4e58cb1feebc8ffe2853df7af3f6c5188 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:16 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:19:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:19:17 f452ae440af0: Preparing 01:19:17 8493aa6220b8: Preparing 01:19:17 5306c9736d90: Preparing 01:19:17 10363345defb: Preparing 01:19:17 1a570320b847: Preparing 01:19:17 d5f5ba6e9bda: Preparing 01:19:17 7a3e28950517: Preparing 01:19:17 1c498f835fa7: Preparing 01:19:17 0854555d70ac: Preparing 01:19:17 7a3e28950517: Waiting 01:19:17 1c498f835fa7: Waiting 01:19:17 d5f5ba6e9bda: Waiting 01:19:17 0854555d70ac: Waiting 01:19:17 10363345defb: Layer already exists 01:19:17 5306c9736d90: Layer already exists 01:19:17 1a570320b847: Layer already exists 01:19:17 8493aa6220b8: Layer already exists 01:19:17 f452ae440af0: Layer already exists 01:19:17 7a3e28950517: Layer already exists 01:19:17 d5f5ba6e9bda: Layer already exists 01:19:17 0854555d70ac: Layer already exists 01:19:17 1c498f835fa7: Layer already exists 01:19:17 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:fb54f58824d0dd9a72601665842037d4e58cb1feebc8ffe2853df7af3f6c5188 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:17 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 01:19:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:19:17 f452ae440af0: Preparing 01:19:17 8493aa6220b8: Preparing 01:19:17 5306c9736d90: Preparing 01:19:17 10363345defb: Preparing 01:19:17 1a570320b847: Preparing 01:19:17 d5f5ba6e9bda: Preparing 01:19:17 7a3e28950517: Preparing 01:19:17 1c498f835fa7: Preparing 01:19:17 0854555d70ac: Preparing 01:19:17 7a3e28950517: Waiting 01:19:17 1c498f835fa7: Waiting 01:19:17 d5f5ba6e9bda: Waiting 01:19:17 0854555d70ac: Waiting 01:19:17 5306c9736d90: Layer already exists 01:19:17 8493aa6220b8: Layer already exists 01:19:17 10363345defb: Layer already exists 01:19:17 f452ae440af0: Layer already exists 01:19:17 1a570320b847: Layer already exists 01:19:17 d5f5ba6e9bda: Layer already exists 01:19:17 0854555d70ac: Layer already exists 01:19:17 7a3e28950517: Layer already exists 01:19:17 1c498f835fa7: Layer already exists 01:19:17 main: digest: sha256:fb54f58824d0dd9a72601665842037d4e58cb1feebc8ffe2853df7af3f6c5188 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:19:17 ===================================================== [Pipeline] echo 01:19:17 taggedImages: 01:19:17 - nexus3.edgexfoundry.org:10004/security-spire-config:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:19:17 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:19:17 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.112 01:19:17 - nexus3.edgexfoundry.org:10004/security-spire-config:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:19:17 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 01:19:17 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 01:19:17 f47b8469dc3efba432dbb776b3e0583fbd02872a 01:19:17 latest 01:19:17 4.1.0-dev.112 01:19:17 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:19:17 main 01:19:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:18 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:19:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:19:18 6269f8135759: Preparing 01:19:18 4e57d1121b52: Preparing 01:19:18 1e2cc7d33532: Preparing 01:19:18 10363345defb: Preparing 01:19:18 1a570320b847: Preparing 01:19:18 0139bd8bea90: Preparing 01:19:18 65357d06d00f: Preparing 01:19:18 b8bfa7ecfb92: Preparing 01:19:18 0854555d70ac: Preparing 01:19:18 0139bd8bea90: Waiting 01:19:18 b8bfa7ecfb92: Waiting 01:19:18 65357d06d00f: Waiting 01:19:18 0854555d70ac: Waiting 01:19:18 1a570320b847: Layer already exists 01:19:18 10363345defb: Layer already exists 01:19:18 65357d06d00f: Layer already exists 01:19:18 b8bfa7ecfb92: Layer already exists 01:19:18 0854555d70ac: Layer already exists 01:19:18 4e57d1121b52: Pushed 01:19:18 1e2cc7d33532: Pushed 01:19:18 6269f8135759: Pushed 01:19:33 0139bd8bea90: Pushed 01:20:00 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:d772f35eff58661496c03ee9b0a7da9b7981a289ac70507093904866b76c4f09 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:00 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:20:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:20:00 6269f8135759: Preparing 01:20:00 4e57d1121b52: Preparing 01:20:00 1e2cc7d33532: Preparing 01:20:00 10363345defb: Preparing 01:20:00 1a570320b847: Preparing 01:20:00 0139bd8bea90: Preparing 01:20:00 65357d06d00f: Preparing 01:20:00 b8bfa7ecfb92: Preparing 01:20:00 0854555d70ac: Preparing 01:20:00 0139bd8bea90: Waiting 01:20:00 65357d06d00f: Waiting 01:20:00 0854555d70ac: Waiting 01:20:00 b8bfa7ecfb92: Waiting 01:20:00 6269f8135759: Layer already exists 01:20:00 4e57d1121b52: Layer already exists 01:20:00 1a570320b847: Layer already exists 01:20:00 1e2cc7d33532: Layer already exists 01:20:00 10363345defb: Layer already exists 01:20:00 0139bd8bea90: Layer already exists 01:20:00 65357d06d00f: Layer already exists 01:20:00 b8bfa7ecfb92: Layer already exists 01:20:00 0854555d70ac: Layer already exists 01:20:00 latest: digest: sha256:d772f35eff58661496c03ee9b0a7da9b7981a289ac70507093904866b76c4f09 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:00 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.112 01:20:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:20:01 6269f8135759: Preparing 01:20:01 4e57d1121b52: Preparing 01:20:01 1e2cc7d33532: Preparing 01:20:01 10363345defb: Preparing 01:20:01 1a570320b847: Preparing 01:20:01 0139bd8bea90: Preparing 01:20:01 65357d06d00f: Preparing 01:20:01 b8bfa7ecfb92: Preparing 01:20:01 0854555d70ac: Preparing 01:20:01 65357d06d00f: Waiting 01:20:01 b8bfa7ecfb92: Waiting 01:20:01 0854555d70ac: Waiting 01:20:01 0139bd8bea90: Waiting 01:20:01 1e2cc7d33532: Layer already exists 01:20:01 10363345defb: Layer already exists 01:20:01 1a570320b847: Layer already exists 01:20:01 4e57d1121b52: Layer already exists 01:20:01 6269f8135759: Layer already exists 01:20:01 65357d06d00f: Layer already exists 01:20:01 0139bd8bea90: Layer already exists 01:20:01 b8bfa7ecfb92: Layer already exists 01:20:01 0854555d70ac: Layer already exists 01:20:01 4.1.0-dev.112: digest: sha256:d772f35eff58661496c03ee9b0a7da9b7981a289ac70507093904866b76c4f09 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:01 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:20:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:20:01 6269f8135759: Preparing 01:20:01 4e57d1121b52: Preparing 01:20:01 1e2cc7d33532: Preparing 01:20:01 10363345defb: Preparing 01:20:01 1a570320b847: Preparing 01:20:01 0139bd8bea90: Preparing 01:20:01 65357d06d00f: Preparing 01:20:01 b8bfa7ecfb92: Preparing 01:20:01 0854555d70ac: Preparing 01:20:01 0139bd8bea90: Waiting 01:20:01 65357d06d00f: Waiting 01:20:01 b8bfa7ecfb92: Waiting 01:20:01 0854555d70ac: Waiting 01:20:01 1a570320b847: Layer already exists 01:20:01 4e57d1121b52: Layer already exists 01:20:01 6269f8135759: Layer already exists 01:20:01 1e2cc7d33532: Layer already exists 01:20:01 10363345defb: Layer already exists 01:20:01 65357d06d00f: Layer already exists 01:20:01 0139bd8bea90: Layer already exists 01:20:01 b8bfa7ecfb92: Layer already exists 01:20:01 0854555d70ac: Layer already exists 01:20:01 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:d772f35eff58661496c03ee9b0a7da9b7981a289ac70507093904866b76c4f09 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:02 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 01:20:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:20:02 6269f8135759: Preparing 01:20:02 4e57d1121b52: Preparing 01:20:02 1e2cc7d33532: Preparing 01:20:02 10363345defb: Preparing 01:20:02 1a570320b847: Preparing 01:20:02 0139bd8bea90: Preparing 01:20:02 65357d06d00f: Preparing 01:20:02 b8bfa7ecfb92: Preparing 01:20:02 0854555d70ac: Preparing 01:20:02 0139bd8bea90: Waiting 01:20:02 b8bfa7ecfb92: Waiting 01:20:02 0854555d70ac: Waiting 01:20:02 65357d06d00f: Waiting 01:20:02 6269f8135759: Layer already exists 01:20:02 1e2cc7d33532: Layer already exists 01:20:02 1a570320b847: Layer already exists 01:20:02 4e57d1121b52: Layer already exists 01:20:02 10363345defb: Layer already exists 01:20:02 0139bd8bea90: Layer already exists 01:20:02 65357d06d00f: Layer already exists 01:20:02 0854555d70ac: Layer already exists 01:20:02 b8bfa7ecfb92: Layer already exists 01:20:02 main: digest: sha256:d772f35eff58661496c03ee9b0a7da9b7981a289ac70507093904866b76c4f09 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:20:02 ===================================================== [Pipeline] echo 01:20:02 taggedImages: 01:20:02 - nexus3.edgexfoundry.org:10004/security-spire-server:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:20:02 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:20:02 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.112 01:20:02 - nexus3.edgexfoundry.org:10004/security-spire-server:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:20:02 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 01:20:02 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 01:20:02 f47b8469dc3efba432dbb776b3e0583fbd02872a 01:20:02 latest 01:20:02 4.1.0-dev.112 01:20:02 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:20:02 main 01:20:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:03 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:03 + docker push nexus3.edgexfoundry.org:10004/support-notifications:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:20:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:20:03 35209f122fc5: Preparing 01:20:03 4f54a0d4f0ef: Preparing 01:20:03 10363345defb: Preparing 01:20:03 1a570320b847: Preparing 01:20:03 a151b3bd7a4d: Preparing 01:20:03 4740441e6ed9: Preparing 01:20:03 0854555d70ac: Preparing 01:20:03 0854555d70ac: Waiting 01:20:03 4740441e6ed9: Waiting 01:20:03 10363345defb: Layer already exists 01:20:03 1a570320b847: Layer already exists 01:20:03 a151b3bd7a4d: Pushed 01:20:03 35209f122fc5: Pushed 01:20:03 0854555d70ac: Layer already exists 01:20:03 4740441e6ed9: Pushed 01:20:08 4f54a0d4f0ef: Pushed 01:20:08 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:72bd87e72af403960f85ccb8b80876f6e98bb8a40e9fecd75616546800e944a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:08 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:08 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 01:20:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:20:08 35209f122fc5: Preparing 01:20:08 4f54a0d4f0ef: Preparing 01:20:08 10363345defb: Preparing 01:20:08 1a570320b847: Preparing 01:20:08 a151b3bd7a4d: Preparing 01:20:08 4740441e6ed9: Preparing 01:20:08 0854555d70ac: Preparing 01:20:08 4740441e6ed9: Waiting 01:20:08 0854555d70ac: Waiting 01:20:08 10363345defb: Layer already exists 01:20:08 a151b3bd7a4d: Layer already exists 01:20:08 35209f122fc5: Layer already exists 01:20:08 1a570320b847: Layer already exists 01:20:08 4f54a0d4f0ef: Layer already exists 01:20:08 4740441e6ed9: Layer already exists 01:20:08 0854555d70ac: Layer already exists 01:20:08 latest: digest: sha256:72bd87e72af403960f85ccb8b80876f6e98bb8a40e9fecd75616546800e944a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:09 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:09 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.112 01:20:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:20:09 35209f122fc5: Preparing 01:20:09 4f54a0d4f0ef: Preparing 01:20:09 10363345defb: Preparing 01:20:09 1a570320b847: Preparing 01:20:09 a151b3bd7a4d: Preparing 01:20:09 4740441e6ed9: Preparing 01:20:09 0854555d70ac: Preparing 01:20:09 4740441e6ed9: Waiting 01:20:09 0854555d70ac: Waiting 01:20:09 35209f122fc5: Layer already exists 01:20:09 10363345defb: Layer already exists 01:20:09 a151b3bd7a4d: Layer already exists 01:20:09 4f54a0d4f0ef: Layer already exists 01:20:09 1a570320b847: Layer already exists 01:20:09 0854555d70ac: Layer already exists 01:20:09 4740441e6ed9: Layer already exists 01:20:09 4.1.0-dev.112: digest: sha256:72bd87e72af403960f85ccb8b80876f6e98bb8a40e9fecd75616546800e944a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:09 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:10 + docker push nexus3.edgexfoundry.org:10004/support-notifications:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:20:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:20:10 35209f122fc5: Preparing 01:20:10 4f54a0d4f0ef: Preparing 01:20:10 10363345defb: Preparing 01:20:10 1a570320b847: Preparing 01:20:10 a151b3bd7a4d: Preparing 01:20:10 4740441e6ed9: Preparing 01:20:10 0854555d70ac: Preparing 01:20:10 4740441e6ed9: Waiting 01:20:10 0854555d70ac: Waiting 01:20:10 a151b3bd7a4d: Layer already exists 01:20:10 35209f122fc5: Layer already exists 01:20:10 4f54a0d4f0ef: Layer already exists 01:20:10 1a570320b847: Layer already exists 01:20:10 10363345defb: Layer already exists 01:20:10 4740441e6ed9: Layer already exists 01:20:10 0854555d70ac: Layer already exists 01:20:10 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:72bd87e72af403960f85ccb8b80876f6e98bb8a40e9fecd75616546800e944a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:10 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:10 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 01:20:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:20:10 35209f122fc5: Preparing 01:20:10 4f54a0d4f0ef: Preparing 01:20:10 10363345defb: Preparing 01:20:10 1a570320b847: Preparing 01:20:10 a151b3bd7a4d: Preparing 01:20:10 4740441e6ed9: Preparing 01:20:10 0854555d70ac: Preparing 01:20:10 4740441e6ed9: Waiting 01:20:10 0854555d70ac: Waiting 01:20:10 1a570320b847: Layer already exists 01:20:10 4f54a0d4f0ef: Layer already exists 01:20:10 10363345defb: Layer already exists 01:20:10 35209f122fc5: Layer already exists 01:20:10 a151b3bd7a4d: Layer already exists 01:20:10 0854555d70ac: Layer already exists 01:20:10 4740441e6ed9: Layer already exists 01:20:10 main: digest: sha256:72bd87e72af403960f85ccb8b80876f6e98bb8a40e9fecd75616546800e944a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:20:10 ===================================================== [Pipeline] echo 01:20:10 taggedImages: 01:20:10 - nexus3.edgexfoundry.org:10004/support-notifications:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:20:10 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:20:10 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.112 01:20:10 - nexus3.edgexfoundry.org:10004/support-notifications:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:20:10 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 01:20:10 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 01:20:10 f47b8469dc3efba432dbb776b3e0583fbd02872a 01:20:10 latest 01:20:10 4.1.0-dev.112 01:20:10 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:20:10 main 01:20:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:11 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:20:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:20:11 8448769f43bf: Preparing 01:20:11 f9ab5c59a7f0: Preparing 01:20:11 10363345defb: Preparing 01:20:11 1a570320b847: Preparing 01:20:11 865b06d34171: Preparing 01:20:11 44d024e59acf: Preparing 01:20:11 0854555d70ac: Preparing 01:20:11 44d024e59acf: Waiting 01:20:11 0854555d70ac: Waiting 01:20:11 865b06d34171: Pushed 01:20:11 10363345defb: Layer already exists 01:20:11 8448769f43bf: Pushed 01:20:11 1a570320b847: Layer already exists 01:20:11 0854555d70ac: Layer already exists 01:20:11 44d024e59acf: Pushed 01:20:16 f9ab5c59a7f0: Pushed 01:20:16 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:1d3188d104351ec1b8372ef66161cc4b6ed49a8214ca04b3c4ad8fbf63f592bb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:16 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:16 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:20:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:20:16 8448769f43bf: Preparing 01:20:16 f9ab5c59a7f0: Preparing 01:20:16 10363345defb: Preparing 01:20:16 1a570320b847: Preparing 01:20:16 865b06d34171: Preparing 01:20:16 44d024e59acf: Preparing 01:20:16 0854555d70ac: Preparing 01:20:16 44d024e59acf: Waiting 01:20:16 0854555d70ac: Waiting 01:20:16 f9ab5c59a7f0: Layer already exists 01:20:16 865b06d34171: Layer already exists 01:20:16 1a570320b847: Layer already exists 01:20:16 8448769f43bf: Layer already exists 01:20:16 10363345defb: Layer already exists 01:20:16 44d024e59acf: Layer already exists 01:20:16 0854555d70ac: Layer already exists 01:20:16 latest: digest: sha256:1d3188d104351ec1b8372ef66161cc4b6ed49a8214ca04b3c4ad8fbf63f592bb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:17 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:17 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.112 01:20:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:20:17 8448769f43bf: Preparing 01:20:17 f9ab5c59a7f0: Preparing 01:20:17 10363345defb: Preparing 01:20:17 1a570320b847: Preparing 01:20:17 865b06d34171: Preparing 01:20:17 44d024e59acf: Preparing 01:20:17 0854555d70ac: Preparing 01:20:17 44d024e59acf: Waiting 01:20:17 0854555d70ac: Waiting 01:20:17 8448769f43bf: Layer already exists 01:20:17 10363345defb: Layer already exists 01:20:17 865b06d34171: Layer already exists 01:20:17 f9ab5c59a7f0: Layer already exists 01:20:17 1a570320b847: Layer already exists 01:20:17 44d024e59acf: Layer already exists 01:20:17 0854555d70ac: Layer already exists 01:20:17 4.1.0-dev.112: digest: sha256:1d3188d104351ec1b8372ef66161cc4b6ed49a8214ca04b3c4ad8fbf63f592bb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:17 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:17 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:20:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:20:17 8448769f43bf: Preparing 01:20:17 f9ab5c59a7f0: Preparing 01:20:17 10363345defb: Preparing 01:20:17 1a570320b847: Preparing 01:20:17 865b06d34171: Preparing 01:20:17 44d024e59acf: Preparing 01:20:17 0854555d70ac: Preparing 01:20:17 44d024e59acf: Waiting 01:20:17 0854555d70ac: Waiting 01:20:17 1a570320b847: Layer already exists 01:20:17 865b06d34171: Layer already exists 01:20:17 10363345defb: Layer already exists 01:20:17 8448769f43bf: Layer already exists 01:20:17 f9ab5c59a7f0: Layer already exists 01:20:17 44d024e59acf: Layer already exists 01:20:17 0854555d70ac: Layer already exists 01:20:17 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:1d3188d104351ec1b8372ef66161cc4b6ed49a8214ca04b3c4ad8fbf63f592bb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:18 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:18 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 01:20:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:20:18 8448769f43bf: Preparing 01:20:18 f9ab5c59a7f0: Preparing 01:20:18 10363345defb: Preparing 01:20:18 1a570320b847: Preparing 01:20:18 865b06d34171: Preparing 01:20:18 44d024e59acf: Preparing 01:20:18 0854555d70ac: Preparing 01:20:18 44d024e59acf: Waiting 01:20:18 0854555d70ac: Waiting 01:20:18 1a570320b847: Layer already exists 01:20:18 8448769f43bf: Layer already exists 01:20:18 865b06d34171: Layer already exists 01:20:18 f9ab5c59a7f0: Layer already exists 01:20:18 10363345defb: Layer already exists 01:20:18 0854555d70ac: Layer already exists 01:20:18 44d024e59acf: Layer already exists 01:20:18 main: digest: sha256:1d3188d104351ec1b8372ef66161cc4b6ed49a8214ca04b3c4ad8fbf63f592bb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:20:18 ===================================================== [Pipeline] echo 01:20:18 taggedImages: 01:20:18 - nexus3.edgexfoundry.org:10004/support-scheduler:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:20:18 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:20:18 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/support-scheduler:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 01:20:18 ========================================================= 01:20:18 [edgeXBuildMultiArch] RAW Config: 01:20:18 images: 01:20:18 - nexus3.edgexfoundry.org:10004/core-command:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:20:18 - nexus3.edgexfoundry.org:10004/core-command:latest 01:20:18 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/core-command:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/core-command:main 01:20:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:20:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:20:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:20:18 - nexus3.edgexfoundry.org:10004/core-data:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:20:18 - nexus3.edgexfoundry.org:10004/core-data:latest 01:20:18 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/core-data:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/core-data:main 01:20:18 - nexus3.edgexfoundry.org:10004/core-keeper:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:20:18 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:20:18 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/core-keeper:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/core-keeper:main 01:20:18 - nexus3.edgexfoundry.org:10004/core-metadata:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:20:18 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:20:18 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/core-metadata:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/core-metadata:main 01:20:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:20:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:20:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:20:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:20:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:20:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:20:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:20:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:20:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:20:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:20:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:20:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:20:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:20:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:20:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:20:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:20:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:20:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:20:18 - nexus3.edgexfoundry.org:10004/security-spire-config:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:20:18 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:20:18 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/security-spire-config:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/security-spire-config:main 01:20:18 - nexus3.edgexfoundry.org:10004/security-spire-server:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:20:18 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:20:18 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/security-spire-server:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/security-spire-server:main 01:20:18 - nexus3.edgexfoundry.org:10004/support-notifications:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:20:18 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:20:18 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/support-notifications:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/support-notifications:main 01:20:18 - nexus3.edgexfoundry.org:10004/support-scheduler:f47b8469dc3efba432dbb776b3e0583fbd02872a 01:20:18 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:20:18 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/support-scheduler:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 01:20:18 - nexus3.edgexfoundry.org:10004/support-scheduler:main 01:20:18 settingsFile: 01:20:18 edgex-go-settings 01:20:18 ========================================================= [Pipeline] node 01:20:33 Still waiting to schedule task 01:20:33 All nodes of label ‘centos7-docker-4c-2g’ are offline 01:20:56 Running on prd-centos7-docker-4c-2g-8846 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:20:56 provisioning config files... 01:20:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config9094522727285247082tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:20:58 ---> ****-login.sh 01:20:58 nexus3.edgexfoundry.org:10001 01:38:47 #154 ... 01:38:47 01:38:47 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:38:47 #150 DONE 1262.7s 01:38:47 01:38:47 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:38:47 #148 ... 01:38:47 01:38:47 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:38:47 #155 DONE 0.3s 01:38:47 01:38:47 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:38:47 #156 DONE 0.2s 01:38:47 01:38:47 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:38:47 #157 DONE 0.3s 01:38:47 01:38:47 #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 01:38:47 #158 DONE 0.1s 01:38:47 01:38:47 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:38:47 #159 DONE 0.2s 01:38:47 01:38:47 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:38:47 #160 DONE 2.1s 01:38:47 01:38:47 #111 [core-common-config-bootstrapper] exporting to image 01:38:47 #111 exporting layers 01:38:47 #111 exporting layers 0.8s done 01:38:47 #111 writing image sha256:c7241919fc65e33748d90023339662994662c6726475b15bd2831cd38b4def5a done 01:38:47 #111 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 01:38:47 #111 DONE 7.6s 01:38:47 01:38:47 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:38:57 #151 ... 01:38:57 01:38:57 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:38:57 #148 DONE 1284.7s 01:38:57 01:38:57 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:38:57 #152 ... 01:38:57 01:38:57 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:38:58 #161 DONE 0.4s 01:38:58 01:38:58 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:39:03 #162 DONE 5.8s 01:39:03 01:39:03 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 01:39:04 #163 DONE 0.3s 01:39:04 01:39:04 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:39:04 #153 ... 01:39:04 01:39:04 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 01:39:04 #164 DONE 0.2s 01:39:04 01:39:04 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:39:04 #165 DONE 0.3s 01:39:04 01:39:04 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 01:39:04 #166 DONE 0.1s 01:39:04 01:39:04 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:39:04 #153 ... 01:39:04 01:39:04 #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 01:39:04 #167 DONE 0.1s 01:39:04 01:39:04 #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 01:39:04 #168 DONE 0.1s 01:39:04 01:39:04 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:39:05 #149 ... 01:39:05 01:39:05 #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 01:39:05 #169 DONE 0.2s 01:39:05 01:39:05 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:39:05 #170 DONE 0.2s 01:39:05 01:39:05 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 01:39:06 #171 DONE 1.8s 01:39:06 01:39:06 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:39:07 #145 ... 01:39:07 01:39:07 #111 [security-bootstrapper] exporting to image 01:39:07 #111 exporting layers 01:39:08 #111 exporting layers 0.9s done 01:39:08 #111 writing image sha256:0906e011049890120d91fc9d0e6d48c552d65be18be407203267de3b14d1cc44 done 01:39:08 #111 naming to docker.io/library/security-bootstrapper-arm64 done 01:39:08 #111 DONE 8.5s 01:39:08 01:39:08 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:57:16 #152 ... 01:57:16 01:57:16 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:57:16 #151 DONE 2370.9s 01:57:16 01:57:16 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:57:16 #147 ... 01:57:16 01:57:16 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:57:16 #172 DONE 0.3s 01:57:16 01:57:16 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 01:57:16 #173 DONE 0.1s 01:57:16 01:57:16 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:57:16 #174 DONE 0.5s 01:57:16 01:57:16 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:57:16 #153 ... 01:57:16 01:57:16 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 01:57:16 #175 DONE 0.1s 01:57:16 01:57:16 #111 [core-command] exporting to image 01:57:16 #111 exporting layers 01:57:16 #111 exporting layers 0.6s done 01:57:16 #111 writing image sha256:93d5f101bfec838bdd2ed2228c2f8eb6e2ce75e071173cbd8343d774b444eed4 done 01:57:16 #111 naming to docker.io/library/core-command-arm64 done 01:57:16 #111 DONE 9.1s 01:57:16 01:57:16 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:57:28 #149 ... 01:57:28 01:57:28 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:57:28 #147 DONE 2395.7s 01:57:28 01:57:28 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:57:28 #145 ... 01:57:28 01:57:28 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 01:57:29 #176 DONE 0.2s 01:57:29 01:57:29 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 01:57:29 #177 DONE 0.2s 01:57:29 01:57:29 #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 01:57:29 #178 DONE 0.2s 01:57:29 01:57:29 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 01:57:29 #179 DONE 0.1s 01:57:29 01:57:29 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:57:29 #180 DONE 0.5s 01:57:29 01:57:29 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:57:30 #144 ... 01:57:30 01:57:30 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:57:30 #181 DONE 0.2s 01:57:30 01:57:30 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:57:33 #182 DONE 3.4s 01:57:33 01:57:33 #111 [security-proxy-setup] exporting to image 01:57:33 #111 exporting layers 01:57:35 #111 exporting layers 1.0s done 01:57:35 #111 writing image sha256:f2a7ccb76e1ca1681d9566042f9a91149afbc7365cbd9afec6ed71a0f247795a done 01:57:35 #111 naming to docker.io/library/security-proxy-setup-arm64 done 01:57:35 #111 DONE 10.2s 01:57:35 01:57:35 #140 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:57:35 #140 2400.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:58:07 #140 DONE 2433.5s 01:58:07 01:58:07 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:58:07 #149 ... 01:58:07 01:58:07 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 01:58:07 #183 DONE 0.2s 01:58:07 01:58:07 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 01:58:07 #184 DONE 0.1s 01:58:07 01:58:07 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:58:07 #149 ... 01:58:07 01:58:07 #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:58:07 #185 DONE 0.1s 01:58:07 01:58:07 #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 01:58:07 #186 DONE 0.2s 01:58:07 01:58:07 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 01:58:07 #187 DONE 0.2s 01:58:07 01:58:07 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:58:08 #188 DONE 0.4s 01:58:08 01:58:08 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:58:08 #189 DONE 0.5s 01:58:08 01:58:08 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:58:08 #144 ... 01:58:08 01:58:08 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:58:08 #190 DONE 0.1s 01:58:08 01:58:08 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:58:10 #191 DONE 1.9s 01:58:10 01:58:10 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 01:58:10 #54 ... 01:58:10 01:58:10 #111 [security-secretstore-setup] exporting to image 01:58:10 #111 exporting layers 01:58:12 #111 exporting layers 1.8s done 01:58:12 #111 writing image sha256:1af778403d1de1bb04d63dce6f9256420a889fe9e2f72fa00f185ecbbe291897 done 01:58:12 #111 naming to docker.io/library/security-secretstore-setup-arm64 done 01:58:12 #111 DONE 12.0s 01:58:12 01:58:12 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:59:09 #145 ... 01:59:09 01:59:09 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:59:09 #144 DONE 2487.5s 01:59:09 01:59:09 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:59:09 #149 ... 01:59:09 01:59:09 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:59:09 #192 DONE 0.1s 01:59:09 01:59:09 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:59:09 #193 DONE 0.1s 01:59:09 01:59:09 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:59:09 #194 DONE 0.4s 01:59:09 01:59:09 #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 01:59:09 #195 DONE 0.1s 01:59:09 01:59:09 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:59:09 #153 ... 01:59:09 01:59:09 #111 [security-spiffe-token-provider] exporting to image 01:59:09 #111 exporting layers 01:59:09 #111 exporting layers 0.6s done 01:59:09 #111 writing image sha256:41ccc6fa15ffec9f34aaaca5dfeede26ae3f5204f00305cdea31970272d44f7c done 01:59:09 #111 naming to docker.io/library/security-spiffe-token-provider-arm64 done 01:59:09 #111 DONE 12.7s 01:59:09 01:59:09 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:59:56 #149 ... 01:59:56 01:59:56 #154 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 01:59:56 #154 DONE 2536.5s 01:59:56 01:59:56 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:59:56 #149 ... 01:59:56 01:59:56 #196 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 01:59:56 #196 DONE 0.2s 01:59:56 01:59:56 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:59:56 #149 ... 01:59:56 01:59:56 #197 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 01:59:56 #197 DONE 0.7s 01:59:56 01:59:56 #198 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 01:59:56 #198 DONE 0.1s 01:59:56 01:59:56 #111 [core-keeper] exporting to image 01:59:56 #111 exporting layers 01:59:57 #111 exporting layers 0.9s done 01:59:57 #111 writing image sha256:a6359438e32ec42e79cd3981ebb976ad7e1a2af479b4e0533c3ac933cc2c9733 done 01:59:57 #111 naming to docker.io/library/core-keeper-arm64 done 01:59:57 #111 DONE 13.6s 01:59:57 01:59:57 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:59:57 #149 ... 01:59:57 01:59:57 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:59:57 #152 DONE 2545.2s 01:59:57 01:59:57 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:59:57 #145 DONE 2545.3s 01:59:57 01:59:57 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 01:59:58 #54 ... 01:59:58 01:59:58 #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:59:58 #199 DONE 0.1s 01:59:58 01:59:58 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 01:59:59 #54 ... 01:59:59 01:59:59 #200 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:59:59 #200 DONE 0.3s 01:59:59 01:59:59 #201 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:59:59 #201 DONE 0.2s 01:59:59 01:59:59 #202 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 01:59:59 #202 ... 01:59:59 01:59:59 #203 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:59:59 #203 DONE 0.2s 01:59:59 01:59:59 #204 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:00:00 #204 ... 02:00:00 02:00:00 #202 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:00:00 #202 DONE 0.7s 02:00:00 02:00:00 #204 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:00:00 #204 DONE 0.5s 02:00:00 02:00:00 #205 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:00:00 #205 ... 02:00:00 02:00:00 #206 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 02:00:00 #206 DONE 0.2s 02:00:00 02:00:00 #205 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:00:00 #205 DONE 0.2s 02:00:00 02:00:00 #111 [core-data] exporting to image 02:00:00 #111 ... 02:00:00 02:00:00 #207 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:00:00 #207 DONE 0.6s 02:00:01 02:00:01 #208 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:00:01 #208 ... 02:00:01 02:00:01 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:00:01 #149 DONE 2548.6s 02:00:01 02:00:01 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 02:00:02 #54 ... 02:00:02 02:00:02 #111 [core-data] exporting to image 02:00:02 #111 exporting layers 1.7s done 02:00:02 #111 writing image sha256:b1ec88e9b73182432e1ad3fdaf33ae92f13e32b70c145c23ad61dafb91a95d0f done 02:00:02 #111 naming to docker.io/library/core-data-arm64 done 02:00:02 #111 DONE 15.2s 02:00:02 02:00:02 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 02:00:02 #54 ... 02:00:02 02:00:02 #209 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:00:02 #209 CACHED 02:00:02 02:00:02 #210 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:00:02 #210 CACHED 02:00:02 02:00:02 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:00:03 #211 DONE 0.8s 02:00:03 02:00:03 #208 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:00:03 #208 DONE 2.5s 02:00:03 02:00:03 #111 [security-proxy-auth] exporting to image 02:00:03 #111 ... 02:00:03 02:00:03 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 02:00:03 #212 DONE 0.5s 02:00:04 02:00:04 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:00:04 #213 DONE 0.2s 02:00:04 02:00:04 #111 [core-metadata] exporting to image 02:00:04 #111 exporting layers 1.3s done 02:00:04 #111 writing image sha256:052fb4c8f784b2db9696d9996f3f54c4425f66c32efd2bcf6077f80587eea8f5 0.0s done 02:00:04 #111 naming to docker.io/library/security-proxy-auth-arm64 done 02:00:05 #111 exporting layers 1.0s done 02:00:05 #111 writing image sha256:2e3e9a3ee7a5d5e6041d75cc339f90f3d0ee5dca4726dd8830bd79a19d1176aa done 02:00:05 #111 naming to docker.io/library/core-metadata-arm64 done 02:00:05 #111 DONE 16.7s 02:00:05 02:00:05 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 02:00:37 #54 ... 02:00:37 02:00:37 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:00:37 #146 DONE 2580.4s 02:00:37 02:00:37 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 02:00:37 #54 ... 02:00:37 02:00:37 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:00:37 #214 DONE 0.1s 02:00:37 02:00:37 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:00:37 #215 DONE 0.1s 02:00:37 02:00:37 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 02:00:37 #54 ... 02:00:37 02:00:37 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:00:37 #216 DONE 3.8s 02:00:37 02:00:37 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 02:00:37 #54 ... 02:00:37 02:00:37 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 02:00:37 #217 DONE 0.1s 02:00:37 02:00:37 #111 [support-scheduler] exporting to image 02:00:37 #111 exporting layers 02:00:38 #111 ... 02:00:38 02:00:38 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:00:38 #153 DONE 2580.2s 02:00:38 02:00:38 #111 [support-scheduler] exporting to image 02:00:38 #111 exporting layers 1.2s done 02:00:38 #111 writing image sha256:b2a35b5afafa6f67b5b8e152d4692edbc619d921beca2d465c40291337af2bfe done 02:00:38 #111 naming to docker.io/library/support-scheduler-arm64 done 02:00:38 #111 DONE 17.9s 02:00:38 02:00:38 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 02:00:39 #54 ... 02:00:39 02:00:39 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:00:39 #218 DONE 0.1s 02:00:39 02:00:39 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:00:39 #219 DONE 0.1s 02:00:39 02:00:39 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 02:00:39 #54 ... 02:00:39 02:00:39 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:00:39 #220 DONE 0.4s 02:00:39 02:00:39 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 02:00:39 #54 ... 02:00:39 02:00:39 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 02:00:39 #221 DONE 0.1s 02:00:39 02:00:39 #111 [support-notifications] exporting to image 02:00:40 #111 exporting layers 0.6s done 02:00:40 #111 writing image sha256:1bbac23bb1ed06ca683349c7f91de6427b0a55b7a7c1ded502b778c0376ec099 done 02:00:40 #111 naming to docker.io/library/support-notifications-arm64 done 02:00:40 #111 DONE 18.5s 02:00:40 02:00:40 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 02:00:40 time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:00:40 time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:00:40 time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:00:40 time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:00:40 time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:00:40 time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:00:40 time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:00:40 time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:00:40 time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:00:40 time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:00:40 time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:00:40 time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:00:40 time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:00:40 time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:00:40 time="2026-05-08T01:14:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 02:00:40 $ docker stop --time=1 880239cc16f620a6d09cd08162b83418d90ead888af3ce95c1f12ea7590b8873 02:00:42 $ docker rm -f --volumes 880239cc16f620a6d09cd08162b83418d90ead888af3ce95c1f12ea7590b8873 [Pipeline] // withDockerContainer [Pipeline] sh 02:00:42 + docker images 02:00:42 REPOSITORY TAG IMAGE ID CREATED SIZE 02:00:42 support-notifications-arm64 latest 1bbac23bb1ed 3 seconds ago 56.1MB 02:00:42 support-scheduler-arm64 latest b2a35b5afafa 5 seconds ago 52.3MB 02:00:42 core-metadata-arm64 latest 2e3e9a3ee7a5 38 seconds ago 48.2MB 02:00:42 security-proxy-auth-arm64 latest 052fb4c8f784 39 seconds ago 47.3MB 02:00:42 core-data-arm64 latest b1ec88e9b731 42 seconds ago 48.1MB 02:00:42 core-keeper-arm64 latest a6359438e32e 46 seconds ago 47.9MB 02:00:42 security-spiffe-token-provider-arm64 latest 41ccc6fa15ff About a minute ago 51.9MB 02:00:42 security-secretstore-setup-arm64 latest 1af778403d1d 2 minutes ago 85.8MB 02:00:42 security-proxy-setup-arm64 latest f2a7ccb76e1c 3 minutes ago 52.9MB 02:00:42 core-command-arm64 latest 93d5f101bfec 3 minutes ago 42.6MB 02:00:42 security-bootstrapper-arm64 latest 0906e0110498 21 minutes ago 21.3MB 02:00:42 core-common-config-bootstrapper-arm64 latest c7241919fc65 22 minutes ago 20.2MB 02:00:42 security-spire-agent-arm64 latest 3cca58a3c78d 44 minutes ago 219MB 02:00:42 security-spire-server-arm64 latest 59a1fb2ab93a 44 minutes ago 163MB 02:00:42 security-spire-config-arm64 latest 2c39a50a38fa 44 minutes ago 162MB 02:00:42 ci-base-image-arm64 latest 548f0a9e84e7 46 minutes ago 899MB 02:00:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.25-alpine 334268110677 6 months ago 564MB 02:00:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:00:42 provisioning config files... 02:00:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/973@tmp/config9858920001539672951tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:00:43 ---> ****-login.sh 02:00:43 nexus3.edgexfoundry.org:10001 02:00:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:00:43 Configure a credential helper to remove this warning. See 02:00:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:00:43 02:00:43 Login Succeeded 02:00:43 nexus3.edgexfoundry.org:10002 02:00:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:00:44 Configure a credential helper to remove this warning. See 02:00:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:00:44 02:00:44 Login Succeeded 02:00:44 nexus3.edgexfoundry.org:10003 02:00:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:00:44 Configure a credential helper to remove this warning. See 02:00:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:00:44 02:00:44 Login Succeeded 02:00:44 nexus3.edgexfoundry.org:10004 02:00:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:00:44 Configure a credential helper to remove this warning. See 02:00:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:00:44 02:00:44 Login Succeeded 02:00:44 ****.io 02:00:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:00:45 Configure a credential helper to remove this warning. See 02:00:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:00:45 02:00:45 Login Succeeded 02:00:45 ---> ****-login.sh ends [Pipeline] } 02:00:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:00:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:00:45 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 02:00:45 f47b8469dc3efba432dbb776b3e0583fbd02872a 02:00:45 latest 02:00:45 4.1.0-dev.112 02:00:45 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:00:45 main 02:00:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:45 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:45 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:00:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:00:45 350f80e1e299: Preparing 02:00:45 8ded27afd887: Preparing 02:00:45 ca5796708f5d: Preparing 02:00:45 88822134b07e: Preparing 02:00:45 201f3d0fd09d: Preparing 02:00:45 542bb938929b: Preparing 02:00:45 eeaa73608b53: Preparing 02:00:45 542bb938929b: Waiting 02:00:45 eeaa73608b53: Waiting 02:00:46 201f3d0fd09d: Pushed 02:00:46 ca5796708f5d: Pushed 02:00:46 350f80e1e299: Pushed 02:00:46 88822134b07e: Pushed 02:00:46 eeaa73608b53: Layer already exists 02:00:46 542bb938929b: Pushed 02:00:52 8ded27afd887: Pushed 02:00:52 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:47ffea9719496916f810d1f08d8627480c5869774b18a375007fc6054c4cc08c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:53 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:53 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:00:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:00:53 350f80e1e299: Preparing 02:00:53 8ded27afd887: Preparing 02:00:53 ca5796708f5d: Preparing 02:00:53 88822134b07e: Preparing 02:00:53 201f3d0fd09d: Preparing 02:00:53 542bb938929b: Preparing 02:00:53 eeaa73608b53: Preparing 02:00:53 542bb938929b: Waiting 02:00:53 eeaa73608b53: Waiting 02:00:53 201f3d0fd09d: Layer already exists 02:00:53 88822134b07e: Layer already exists 02:00:53 8ded27afd887: Layer already exists 02:00:53 ca5796708f5d: Layer already exists 02:00:53 350f80e1e299: Layer already exists 02:00:53 eeaa73608b53: Layer already exists 02:00:53 542bb938929b: Layer already exists 02:00:53 latest: digest: sha256:47ffea9719496916f810d1f08d8627480c5869774b18a375007fc6054c4cc08c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:53 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:54 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.112 02:00:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:00:54 350f80e1e299: Preparing 02:00:54 8ded27afd887: Preparing 02:00:54 ca5796708f5d: Preparing 02:00:54 88822134b07e: Preparing 02:00:54 201f3d0fd09d: Preparing 02:00:54 542bb938929b: Preparing 02:00:54 eeaa73608b53: Preparing 02:00:54 542bb938929b: Waiting 02:00:54 eeaa73608b53: Waiting 02:00:54 ca5796708f5d: Layer already exists 02:00:54 201f3d0fd09d: Layer already exists 02:00:54 8ded27afd887: Layer already exists 02:00:54 350f80e1e299: Layer already exists 02:00:54 88822134b07e: Layer already exists 02:00:54 eeaa73608b53: Layer already exists 02:00:54 542bb938929b: Layer already exists 02:00:54 4.1.0-dev.112: digest: sha256:47ffea9719496916f810d1f08d8627480c5869774b18a375007fc6054c4cc08c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:54 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:55 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:00:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:00:55 350f80e1e299: Preparing 02:00:55 8ded27afd887: Preparing 02:00:55 ca5796708f5d: Preparing 02:00:55 88822134b07e: Preparing 02:00:55 201f3d0fd09d: Preparing 02:00:55 542bb938929b: Preparing 02:00:55 eeaa73608b53: Preparing 02:00:55 542bb938929b: Waiting 02:00:55 eeaa73608b53: Waiting 02:00:55 88822134b07e: Layer already exists 02:00:55 8ded27afd887: Layer already exists 02:00:55 ca5796708f5d: Layer already exists 02:00:55 201f3d0fd09d: Layer already exists 02:00:55 350f80e1e299: Layer already exists 02:00:55 542bb938929b: Layer already exists 02:00:55 eeaa73608b53: Layer already exists 02:00:55 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:47ffea9719496916f810d1f08d8627480c5869774b18a375007fc6054c4cc08c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:55 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:55 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 02:00:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:00:55 350f80e1e299: Preparing 02:00:55 8ded27afd887: Preparing 02:00:55 ca5796708f5d: Preparing 02:00:55 88822134b07e: Preparing 02:00:55 201f3d0fd09d: Preparing 02:00:55 542bb938929b: Preparing 02:00:55 eeaa73608b53: Preparing 02:00:55 542bb938929b: Waiting 02:00:55 eeaa73608b53: Waiting 02:00:55 ca5796708f5d: Layer already exists 02:00:55 201f3d0fd09d: Layer already exists 02:00:55 350f80e1e299: Layer already exists 02:00:55 8ded27afd887: Layer already exists 02:00:55 88822134b07e: Layer already exists 02:00:55 eeaa73608b53: Layer already exists 02:00:55 542bb938929b: Layer already exists 02:00:55 main: digest: sha256:47ffea9719496916f810d1f08d8627480c5869774b18a375007fc6054c4cc08c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:00:55 ===================================================== [Pipeline] echo 02:00:55 taggedImages: 02:00:55 - nexus3.edgexfoundry.org:10004/core-command-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:00:55 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:00:55 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.112 02:00:55 - nexus3.edgexfoundry.org:10004/core-command-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:00:55 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:00:55 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 02:00:55 f47b8469dc3efba432dbb776b3e0583fbd02872a 02:00:55 latest 02:00:55 4.1.0-dev.112 02:00:55 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:00:55 main 02:00:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:56 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:56 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:00:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:00:56 ae9b119b8d6e: Preparing 02:00:56 65ea2ad4d9fb: Preparing 02:00:56 a59cd716affe: Preparing 02:00:56 02231c67e007: Preparing 02:00:56 ca5796708f5d: Preparing 02:00:56 88822134b07e: Preparing 02:00:56 201f3d0fd09d: Preparing 02:00:56 542bb938929b: Preparing 02:00:56 eeaa73608b53: Preparing 02:00:56 88822134b07e: Waiting 02:00:56 201f3d0fd09d: Waiting 02:00:56 eeaa73608b53: Waiting 02:00:56 542bb938929b: Waiting 02:00:56 ca5796708f5d: Layer already exists 02:00:56 88822134b07e: Layer already exists 02:00:56 65ea2ad4d9fb: Pushed 02:00:56 a59cd716affe: Pushed 02:00:56 201f3d0fd09d: Layer already exists 02:00:56 542bb938929b: Layer already exists 02:00:56 eeaa73608b53: Layer already exists 02:00:56 ae9b119b8d6e: Pushed 02:00:59 02231c67e007: Pushed 02:00:59 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:07d0fc4fea10fad96e9a2efa7deef9394d71af53cfa876b7a03d36d9bc1cbe85 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:59 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:00 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:01:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:01:00 ae9b119b8d6e: Preparing 02:01:00 65ea2ad4d9fb: Preparing 02:01:00 a59cd716affe: Preparing 02:01:00 02231c67e007: Preparing 02:01:00 ca5796708f5d: Preparing 02:01:00 88822134b07e: Preparing 02:01:00 201f3d0fd09d: Preparing 02:01:00 542bb938929b: Preparing 02:01:00 eeaa73608b53: Preparing 02:01:00 201f3d0fd09d: Waiting 02:01:00 542bb938929b: Waiting 02:01:00 eeaa73608b53: Waiting 02:01:00 88822134b07e: Waiting 02:01:00 ca5796708f5d: Layer already exists 02:01:00 02231c67e007: Layer already exists 02:01:00 65ea2ad4d9fb: Layer already exists 02:01:00 ae9b119b8d6e: Layer already exists 02:01:00 a59cd716affe: Layer already exists 02:01:00 88822134b07e: Layer already exists 02:01:00 542bb938929b: Layer already exists 02:01:00 201f3d0fd09d: Layer already exists 02:01:00 eeaa73608b53: Layer already exists 02:01:00 latest: digest: sha256:07d0fc4fea10fad96e9a2efa7deef9394d71af53cfa876b7a03d36d9bc1cbe85 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:00 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:01 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.112 02:01:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:01:01 ae9b119b8d6e: Preparing 02:01:01 65ea2ad4d9fb: Preparing 02:01:01 a59cd716affe: Preparing 02:01:01 02231c67e007: Preparing 02:01:01 ca5796708f5d: Preparing 02:01:01 88822134b07e: Preparing 02:01:01 201f3d0fd09d: Preparing 02:01:01 542bb938929b: Preparing 02:01:01 eeaa73608b53: Preparing 02:01:01 88822134b07e: Waiting 02:01:01 201f3d0fd09d: Waiting 02:01:01 542bb938929b: Waiting 02:01:01 eeaa73608b53: Waiting 02:01:01 a59cd716affe: Layer already exists 02:01:01 ae9b119b8d6e: Layer already exists 02:01:01 02231c67e007: Layer already exists 02:01:01 65ea2ad4d9fb: Layer already exists 02:01:01 ca5796708f5d: Layer already exists 02:01:01 201f3d0fd09d: Layer already exists 02:01:01 88822134b07e: Layer already exists 02:01:01 eeaa73608b53: Layer already exists 02:01:01 542bb938929b: Layer already exists 02:01:01 4.1.0-dev.112: digest: sha256:07d0fc4fea10fad96e9a2efa7deef9394d71af53cfa876b7a03d36d9bc1cbe85 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:01 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:02 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:01:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:01:02 ae9b119b8d6e: Preparing 02:01:02 65ea2ad4d9fb: Preparing 02:01:02 a59cd716affe: Preparing 02:01:02 02231c67e007: Preparing 02:01:02 ca5796708f5d: Preparing 02:01:02 88822134b07e: Preparing 02:01:02 201f3d0fd09d: Preparing 02:01:02 542bb938929b: Preparing 02:01:02 eeaa73608b53: Preparing 02:01:02 201f3d0fd09d: Waiting 02:01:02 542bb938929b: Waiting 02:01:02 eeaa73608b53: Waiting 02:01:02 88822134b07e: Waiting 02:01:02 ae9b119b8d6e: Layer already exists 02:01:02 ca5796708f5d: Layer already exists 02:01:02 a59cd716affe: Layer already exists 02:01:02 02231c67e007: Layer already exists 02:01:02 65ea2ad4d9fb: Layer already exists 02:01:02 88822134b07e: Layer already exists 02:01:02 201f3d0fd09d: Layer already exists 02:01:02 542bb938929b: Layer already exists 02:01:02 eeaa73608b53: Layer already exists 02:01:02 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:07d0fc4fea10fad96e9a2efa7deef9394d71af53cfa876b7a03d36d9bc1cbe85 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:02 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:04 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 02:01:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:01:04 ae9b119b8d6e: Preparing 02:01:04 65ea2ad4d9fb: Preparing 02:01:04 a59cd716affe: Preparing 02:01:04 02231c67e007: Preparing 02:01:04 ca5796708f5d: Preparing 02:01:04 88822134b07e: Preparing 02:01:04 201f3d0fd09d: Preparing 02:01:04 542bb938929b: Preparing 02:01:04 eeaa73608b53: Preparing 02:01:04 88822134b07e: Waiting 02:01:04 201f3d0fd09d: Waiting 02:01:04 542bb938929b: Waiting 02:01:04 eeaa73608b53: Waiting 02:01:04 02231c67e007: Layer already exists 02:01:04 ae9b119b8d6e: Layer already exists 02:01:04 ca5796708f5d: Layer already exists 02:01:04 65ea2ad4d9fb: Layer already exists 02:01:04 a59cd716affe: Layer already exists 02:01:04 88822134b07e: Layer already exists 02:01:04 201f3d0fd09d: Layer already exists 02:01:04 542bb938929b: Layer already exists 02:01:04 eeaa73608b53: Layer already exists 02:01:04 main: digest: sha256:07d0fc4fea10fad96e9a2efa7deef9394d71af53cfa876b7a03d36d9bc1cbe85 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:01:05 ===================================================== [Pipeline] echo 02:01:05 taggedImages: 02:01:05 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:01:05 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:01:05 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.112 02:01:05 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:01:05 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:01:05 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 02:01:05 f47b8469dc3efba432dbb776b3e0583fbd02872a 02:01:05 latest 02:01:05 4.1.0-dev.112 02:01:05 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:01:05 main 02:01:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:05 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:06 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:01:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:01:06 edfc3432a98f: Preparing 02:01:06 2f658caeaf4e: Preparing 02:01:06 ca5796708f5d: Preparing 02:01:06 88822134b07e: Preparing 02:01:06 4ec52e3b2ee7: Preparing 02:01:06 0aa33b9e0358: Preparing 02:01:06 eeaa73608b53: Preparing 02:01:06 0aa33b9e0358: Waiting 02:01:06 eeaa73608b53: Waiting 02:01:06 88822134b07e: Layer already exists 02:01:06 ca5796708f5d: Layer already exists 02:01:06 4ec52e3b2ee7: Pushed 02:01:06 eeaa73608b53: Layer already exists 02:01:06 edfc3432a98f: Pushed 02:01:06 0aa33b9e0358: Pushed 02:01:12 2f658caeaf4e: Pushed 02:01:13 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:9effa36266a75b6d0c7bb6c2ce762cc39d7bf3ae3ef7f5402df615919f86e335 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:13 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:13 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:01:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:01:13 edfc3432a98f: Preparing 02:01:13 2f658caeaf4e: Preparing 02:01:13 ca5796708f5d: Preparing 02:01:13 88822134b07e: Preparing 02:01:13 4ec52e3b2ee7: Preparing 02:01:13 0aa33b9e0358: Preparing 02:01:13 eeaa73608b53: Preparing 02:01:13 0aa33b9e0358: Waiting 02:01:13 eeaa73608b53: Waiting 02:01:13 88822134b07e: Layer already exists 02:01:13 edfc3432a98f: Layer already exists 02:01:13 ca5796708f5d: Layer already exists 02:01:13 2f658caeaf4e: Layer already exists 02:01:13 4ec52e3b2ee7: Layer already exists 02:01:13 eeaa73608b53: Layer already exists 02:01:13 0aa33b9e0358: Layer already exists 02:01:14 latest: digest: sha256:9effa36266a75b6d0c7bb6c2ce762cc39d7bf3ae3ef7f5402df615919f86e335 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:14 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:14 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.112 02:01:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:01:14 edfc3432a98f: Preparing 02:01:14 2f658caeaf4e: Preparing 02:01:14 ca5796708f5d: Preparing 02:01:14 88822134b07e: Preparing 02:01:14 4ec52e3b2ee7: Preparing 02:01:14 0aa33b9e0358: Preparing 02:01:14 eeaa73608b53: Preparing 02:01:14 0aa33b9e0358: Waiting 02:01:14 eeaa73608b53: Waiting 02:01:14 2f658caeaf4e: Layer already exists 02:01:14 4ec52e3b2ee7: Layer already exists 02:01:14 edfc3432a98f: Layer already exists 02:01:14 ca5796708f5d: Layer already exists 02:01:14 88822134b07e: Layer already exists 02:01:14 0aa33b9e0358: Layer already exists 02:01:14 eeaa73608b53: Layer already exists 02:01:15 4.1.0-dev.112: digest: sha256:9effa36266a75b6d0c7bb6c2ce762cc39d7bf3ae3ef7f5402df615919f86e335 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:15 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:15 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:01:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:01:15 edfc3432a98f: Preparing 02:01:15 2f658caeaf4e: Preparing 02:01:15 ca5796708f5d: Preparing 02:01:15 88822134b07e: Preparing 02:01:15 4ec52e3b2ee7: Preparing 02:01:15 0aa33b9e0358: Preparing 02:01:15 eeaa73608b53: Preparing 02:01:15 0aa33b9e0358: Waiting 02:01:15 eeaa73608b53: Waiting 02:01:15 ca5796708f5d: Layer already exists 02:01:15 4ec52e3b2ee7: Layer already exists 02:01:15 2f658caeaf4e: Layer already exists 02:01:15 edfc3432a98f: Layer already exists 02:01:15 88822134b07e: Layer already exists 02:01:15 0aa33b9e0358: Layer already exists 02:01:15 eeaa73608b53: Layer already exists 02:01:15 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:9effa36266a75b6d0c7bb6c2ce762cc39d7bf3ae3ef7f5402df615919f86e335 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:16 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:19 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 02:01:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:01:19 edfc3432a98f: Preparing 02:01:19 2f658caeaf4e: Preparing 02:01:19 ca5796708f5d: Preparing 02:01:19 88822134b07e: Preparing 02:01:19 4ec52e3b2ee7: Preparing 02:01:19 0aa33b9e0358: Preparing 02:01:19 eeaa73608b53: Preparing 02:01:19 0aa33b9e0358: Waiting 02:01:19 eeaa73608b53: Waiting 02:01:19 88822134b07e: Layer already exists 02:01:19 ca5796708f5d: Layer already exists 02:01:19 edfc3432a98f: Layer already exists 02:01:19 2f658caeaf4e: Layer already exists 02:01:19 4ec52e3b2ee7: Layer already exists 02:01:19 0aa33b9e0358: Layer already exists 02:01:19 eeaa73608b53: Layer already exists 02:01:19 main: digest: sha256:9effa36266a75b6d0c7bb6c2ce762cc39d7bf3ae3ef7f5402df615919f86e335 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:01:19 ===================================================== [Pipeline] echo 02:01:19 taggedImages: 02:01:19 - nexus3.edgexfoundry.org:10004/core-data-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:01:19 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:01:19 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.112 02:01:19 - nexus3.edgexfoundry.org:10004/core-data-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:01:19 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:01:19 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 02:01:19 f47b8469dc3efba432dbb776b3e0583fbd02872a 02:01:19 latest 02:01:19 4.1.0-dev.112 02:01:19 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:01:19 main 02:01:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:19 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:20 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:01:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:01:20 38c730127cf5: Preparing 02:01:20 9d206f124f11: Preparing 02:01:20 88822134b07e: Preparing 02:01:20 6fdfac3981ff: Preparing 02:01:20 a31ae2644cbd: Preparing 02:01:20 eeaa73608b53: Preparing 02:01:20 eeaa73608b53: Waiting 02:01:20 88822134b07e: Layer already exists 02:01:20 eeaa73608b53: Layer already exists 02:01:20 a31ae2644cbd: Pushed 02:01:20 38c730127cf5: Pushed 02:01:20 6fdfac3981ff: Pushed 02:01:28 9d206f124f11: Pushed 02:01:28 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:ebe60cb2d2f99ca021d33ede4a3e62b0d0aaca94de6210ed2a0104312837fbea size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:29 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:31 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:01:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:01:31 38c730127cf5: Preparing 02:01:31 9d206f124f11: Preparing 02:01:31 88822134b07e: Preparing 02:01:31 6fdfac3981ff: Preparing 02:01:31 a31ae2644cbd: Preparing 02:01:31 eeaa73608b53: Preparing 02:01:31 eeaa73608b53: Waiting 02:01:31 38c730127cf5: Layer already exists 02:01:31 88822134b07e: Layer already exists 02:01:31 9d206f124f11: Layer already exists 02:01:31 6fdfac3981ff: Layer already exists 02:01:31 a31ae2644cbd: Layer already exists 02:01:31 eeaa73608b53: Layer already exists 02:01:32 latest: digest: sha256:ebe60cb2d2f99ca021d33ede4a3e62b0d0aaca94de6210ed2a0104312837fbea size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:32 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:32 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.112 02:01:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:01:32 38c730127cf5: Preparing 02:01:32 9d206f124f11: Preparing 02:01:32 88822134b07e: Preparing 02:01:32 6fdfac3981ff: Preparing 02:01:32 a31ae2644cbd: Preparing 02:01:32 eeaa73608b53: Preparing 02:01:32 eeaa73608b53: Waiting 02:01:32 9d206f124f11: Layer already exists 02:01:32 38c730127cf5: Layer already exists 02:01:32 6fdfac3981ff: Layer already exists 02:01:32 88822134b07e: Layer already exists 02:01:32 a31ae2644cbd: Layer already exists 02:01:32 eeaa73608b53: Layer already exists 02:01:33 4.1.0-dev.112: digest: sha256:ebe60cb2d2f99ca021d33ede4a3e62b0d0aaca94de6210ed2a0104312837fbea size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:33 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:33 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:01:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:01:33 38c730127cf5: Preparing 02:01:33 9d206f124f11: Preparing 02:01:33 88822134b07e: Preparing 02:01:33 6fdfac3981ff: Preparing 02:01:33 a31ae2644cbd: Preparing 02:01:33 eeaa73608b53: Preparing 02:01:33 eeaa73608b53: Waiting 02:01:33 9d206f124f11: Layer already exists 02:01:33 6fdfac3981ff: Layer already exists 02:01:33 a31ae2644cbd: Layer already exists 02:01:33 38c730127cf5: Layer already exists 02:01:33 88822134b07e: Layer already exists 02:01:33 eeaa73608b53: Layer already exists 02:01:33 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:ebe60cb2d2f99ca021d33ede4a3e62b0d0aaca94de6210ed2a0104312837fbea size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:34 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:34 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 02:01:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:01:34 38c730127cf5: Preparing 02:01:34 9d206f124f11: Preparing 02:01:34 88822134b07e: Preparing 02:01:34 6fdfac3981ff: Preparing 02:01:34 a31ae2644cbd: Preparing 02:01:34 eeaa73608b53: Preparing 02:01:34 eeaa73608b53: Waiting 02:01:34 9d206f124f11: Layer already exists 02:01:34 a31ae2644cbd: Layer already exists 02:01:34 88822134b07e: Layer already exists 02:01:34 6fdfac3981ff: Layer already exists 02:01:34 38c730127cf5: Layer already exists 02:01:34 eeaa73608b53: Layer already exists 02:01:34 main: digest: sha256:ebe60cb2d2f99ca021d33ede4a3e62b0d0aaca94de6210ed2a0104312837fbea size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:01:35 ===================================================== [Pipeline] echo 02:01:35 taggedImages: 02:01:35 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:01:35 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:01:35 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.112 02:01:35 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:01:35 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 02:01:35 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 02:01:35 f47b8469dc3efba432dbb776b3e0583fbd02872a 02:01:35 latest 02:01:35 4.1.0-dev.112 02:01:35 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:01:35 main 02:01:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:35 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:36 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:01:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:01:36 e93ac1341691: Preparing 02:01:36 ff01ddad25d6: Preparing 02:01:36 ba4a589a926d: Preparing 02:01:36 ca5796708f5d: Preparing 02:01:36 88822134b07e: Preparing 02:01:36 201f3d0fd09d: Preparing 02:01:36 542bb938929b: Preparing 02:01:36 eeaa73608b53: Preparing 02:01:36 542bb938929b: Waiting 02:01:36 eeaa73608b53: Waiting 02:01:36 201f3d0fd09d: Waiting 02:01:36 88822134b07e: Layer already exists 02:01:36 ca5796708f5d: Layer already exists 02:01:36 201f3d0fd09d: Layer already exists 02:01:36 542bb938929b: Layer already exists 02:01:36 eeaa73608b53: Layer already exists 02:01:36 e93ac1341691: Pushed 02:01:36 ff01ddad25d6: Pushed 02:01:44 ba4a589a926d: Pushed 02:01:45 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:13a2b0b65352c122d12d2187b29000db8e10e22fa18ae51f7676c2ac82635be6 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:46 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:46 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:01:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:01:46 e93ac1341691: Preparing 02:01:46 ff01ddad25d6: Preparing 02:01:46 ba4a589a926d: Preparing 02:01:46 ca5796708f5d: Preparing 02:01:46 88822134b07e: Preparing 02:01:46 201f3d0fd09d: Preparing 02:01:46 542bb938929b: Preparing 02:01:46 eeaa73608b53: Preparing 02:01:46 eeaa73608b53: Waiting 02:01:46 201f3d0fd09d: Waiting 02:01:46 542bb938929b: Waiting 02:01:46 ff01ddad25d6: Layer already exists 02:01:46 ba4a589a926d: Layer already exists 02:01:46 88822134b07e: Layer already exists 02:01:46 ca5796708f5d: Layer already exists 02:01:46 e93ac1341691: Layer already exists 02:01:46 eeaa73608b53: Layer already exists 02:01:46 201f3d0fd09d: Layer already exists 02:01:46 542bb938929b: Layer already exists 02:01:46 latest: digest: sha256:13a2b0b65352c122d12d2187b29000db8e10e22fa18ae51f7676c2ac82635be6 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:47 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:47 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.112 02:01:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:01:47 e93ac1341691: Preparing 02:01:47 ff01ddad25d6: Preparing 02:01:47 ba4a589a926d: Preparing 02:01:47 ca5796708f5d: Preparing 02:01:47 88822134b07e: Preparing 02:01:47 201f3d0fd09d: Preparing 02:01:47 542bb938929b: Preparing 02:01:47 eeaa73608b53: Preparing 02:01:47 201f3d0fd09d: Waiting 02:01:47 542bb938929b: Waiting 02:01:47 eeaa73608b53: Waiting 02:01:47 88822134b07e: Layer already exists 02:01:47 ff01ddad25d6: Layer already exists 02:01:47 ba4a589a926d: Layer already exists 02:01:47 ca5796708f5d: Layer already exists 02:01:47 e93ac1341691: Layer already exists 02:01:47 542bb938929b: Layer already exists 02:01:47 eeaa73608b53: Layer already exists 02:01:47 201f3d0fd09d: Layer already exists 02:01:47 4.1.0-dev.112: digest: sha256:13a2b0b65352c122d12d2187b29000db8e10e22fa18ae51f7676c2ac82635be6 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:48 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:48 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:01:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:01:48 e93ac1341691: Preparing 02:01:48 ff01ddad25d6: Preparing 02:01:48 ba4a589a926d: Preparing 02:01:48 ca5796708f5d: Preparing 02:01:48 88822134b07e: Preparing 02:01:48 201f3d0fd09d: Preparing 02:01:48 542bb938929b: Preparing 02:01:48 201f3d0fd09d: Waiting 02:01:48 542bb938929b: Waiting 02:01:48 eeaa73608b53: Preparing 02:01:48 ba4a589a926d: Layer already exists 02:01:48 ca5796708f5d: Layer already exists 02:01:48 ff01ddad25d6: Layer already exists 02:01:48 88822134b07e: Layer already exists 02:01:48 e93ac1341691: Layer already exists 02:01:48 eeaa73608b53: Layer already exists 02:01:48 201f3d0fd09d: Layer already exists 02:01:48 542bb938929b: Layer already exists 02:01:48 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:13a2b0b65352c122d12d2187b29000db8e10e22fa18ae51f7676c2ac82635be6 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:49 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 02:01:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:01:49 e93ac1341691: Preparing 02:01:49 ff01ddad25d6: Preparing 02:01:49 ba4a589a926d: Preparing 02:01:49 ca5796708f5d: Preparing 02:01:49 88822134b07e: Preparing 02:01:49 201f3d0fd09d: Preparing 02:01:49 542bb938929b: Preparing 02:01:49 eeaa73608b53: Preparing 02:01:49 542bb938929b: Waiting 02:01:49 eeaa73608b53: Waiting 02:01:49 201f3d0fd09d: Waiting 02:01:49 88822134b07e: Layer already exists 02:01:49 e93ac1341691: Layer already exists 02:01:49 ff01ddad25d6: Layer already exists 02:01:49 ba4a589a926d: Layer already exists 02:01:49 ca5796708f5d: Layer already exists 02:01:49 201f3d0fd09d: Layer already exists 02:01:49 eeaa73608b53: Layer already exists 02:01:49 542bb938929b: Layer already exists 02:01:49 main: digest: sha256:13a2b0b65352c122d12d2187b29000db8e10e22fa18ae51f7676c2ac82635be6 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:01:49 ===================================================== [Pipeline] echo 02:01:49 taggedImages: 02:01:49 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:01:49 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:01:49 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.112 02:01:49 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:01:49 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:01:49 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 02:01:49 f47b8469dc3efba432dbb776b3e0583fbd02872a 02:01:49 latest 02:01:49 4.1.0-dev.112 02:01:49 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:01:49 main 02:01:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:50 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:50 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:01:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:01:50 7a67420edb71: Preparing 02:01:50 587813e1e70c: Preparing 02:01:50 3119d22fa289: Preparing 02:01:50 7bc9f6834fed: Preparing 02:01:50 d1d79d35c531: Preparing 02:01:50 1a2369d9970f: Preparing 02:01:50 3cb5219b4afc: Preparing 02:01:50 1a2369d9970f: Waiting 02:01:50 ca5796708f5d: Preparing 02:01:50 3cb5219b4afc: Waiting 02:01:50 88822134b07e: Preparing 02:01:50 ce0aa701858f: Preparing 02:01:50 ca5796708f5d: Waiting 02:01:50 88822134b07e: Waiting 02:01:50 f06d80efa0f3: Preparing 02:01:50 ce0aa701858f: Waiting 02:01:50 5f70bf18a086: Preparing 02:01:50 f06d80efa0f3: Waiting 02:01:50 68e85bdbb584: Preparing 02:01:50 5f70bf18a086: Waiting 02:01:50 388d11cc1dfc: Preparing 02:01:50 68e85bdbb584: Waiting 02:01:50 388d11cc1dfc: Waiting 02:01:50 34fe6b6b5283: Preparing 02:01:50 eeaa73608b53: Preparing 02:01:50 34fe6b6b5283: Waiting 02:01:50 eeaa73608b53: Waiting 02:01:50 d1d79d35c531: Pushed 02:01:50 7bc9f6834fed: Pushed 02:01:50 3119d22fa289: Pushed 02:01:50 587813e1e70c: Pushed 02:01:50 7a67420edb71: Pushed 02:01:50 ca5796708f5d: Layer already exists 02:01:50 88822134b07e: Layer already exists 02:01:50 5f70bf18a086: Layer already exists 02:01:51 1a2369d9970f: Pushed 02:01:51 f06d80efa0f3: Pushed 02:01:51 ce0aa701858f: Pushed 02:01:51 eeaa73608b53: Layer already exists 02:01:51 68e85bdbb584: Pushed 02:01:51 388d11cc1dfc: Pushed 02:01:51 34fe6b6b5283: Pushed 02:01:54 3cb5219b4afc: Pushed 02:01:54 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:3e83b002269f4bfe071201fdc460ae2bdd59b2a23d2ab4b86ca4547794e54c2c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:54 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:55 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:01:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:01:55 7a67420edb71: Preparing 02:01:55 587813e1e70c: Preparing 02:01:55 3119d22fa289: Preparing 02:01:55 7bc9f6834fed: Preparing 02:01:55 d1d79d35c531: Preparing 02:01:55 1a2369d9970f: Preparing 02:01:55 3cb5219b4afc: Preparing 02:01:55 ca5796708f5d: Preparing 02:01:55 88822134b07e: Preparing 02:01:55 ce0aa701858f: Preparing 02:01:55 f06d80efa0f3: Preparing 02:01:55 5f70bf18a086: Preparing 02:01:55 68e85bdbb584: Preparing 02:01:55 388d11cc1dfc: Preparing 02:01:55 34fe6b6b5283: Preparing 02:01:55 eeaa73608b53: Preparing 02:01:55 1a2369d9970f: Waiting 02:01:55 3cb5219b4afc: Waiting 02:01:55 f06d80efa0f3: Waiting 02:01:55 ca5796708f5d: Waiting 02:01:55 388d11cc1dfc: Waiting 02:01:55 88822134b07e: Waiting 02:01:55 34fe6b6b5283: Waiting 02:01:55 ce0aa701858f: Waiting 02:01:55 eeaa73608b53: Waiting 02:01:55 5f70bf18a086: Waiting 02:01:55 68e85bdbb584: Waiting 02:01:55 7a67420edb71: Layer already exists 02:01:55 d1d79d35c531: Layer already exists 02:01:55 3119d22fa289: Layer already exists 02:01:55 7bc9f6834fed: Layer already exists 02:01:55 587813e1e70c: Layer already exists 02:01:55 ca5796708f5d: Layer already exists 02:01:55 1a2369d9970f: Layer already exists 02:01:55 88822134b07e: Layer already exists 02:01:55 3cb5219b4afc: Layer already exists 02:01:55 ce0aa701858f: Layer already exists 02:01:55 f06d80efa0f3: Layer already exists 02:01:55 5f70bf18a086: Layer already exists 02:01:55 68e85bdbb584: Layer already exists 02:01:55 388d11cc1dfc: Layer already exists 02:01:55 34fe6b6b5283: Layer already exists 02:01:55 eeaa73608b53: Layer already exists 02:01:55 latest: digest: sha256:3e83b002269f4bfe071201fdc460ae2bdd59b2a23d2ab4b86ca4547794e54c2c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:55 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:56 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.112 02:01:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:01:56 7a67420edb71: Preparing 02:01:56 587813e1e70c: Preparing 02:01:56 3119d22fa289: Preparing 02:01:56 7bc9f6834fed: Preparing 02:01:56 d1d79d35c531: Preparing 02:01:56 1a2369d9970f: Preparing 02:01:56 3cb5219b4afc: Preparing 02:01:56 ca5796708f5d: Preparing 02:01:56 88822134b07e: Preparing 02:01:56 ce0aa701858f: Preparing 02:01:56 f06d80efa0f3: Preparing 02:01:56 5f70bf18a086: Preparing 02:01:56 68e85bdbb584: Preparing 02:01:56 388d11cc1dfc: Preparing 02:01:56 34fe6b6b5283: Preparing 02:01:56 eeaa73608b53: Preparing 02:01:56 ce0aa701858f: Waiting 02:01:56 f06d80efa0f3: Waiting 02:01:56 5f70bf18a086: Waiting 02:01:56 34fe6b6b5283: Waiting 02:01:56 eeaa73608b53: Waiting 02:01:56 68e85bdbb584: Waiting 02:01:56 388d11cc1dfc: Waiting 02:01:56 1a2369d9970f: Waiting 02:01:56 ca5796708f5d: Waiting 02:01:56 3cb5219b4afc: Waiting 02:01:56 88822134b07e: Waiting 02:01:56 3119d22fa289: Layer already exists 02:01:56 7a67420edb71: Layer already exists 02:01:56 7bc9f6834fed: Layer already exists 02:01:56 587813e1e70c: Layer already exists 02:01:56 d1d79d35c531: Layer already exists 02:01:56 3cb5219b4afc: Layer already exists 02:01:56 88822134b07e: Layer already exists 02:01:56 1a2369d9970f: Layer already exists 02:01:56 ce0aa701858f: Layer already exists 02:01:56 ca5796708f5d: Layer already exists 02:01:56 f06d80efa0f3: Layer already exists 02:01:56 5f70bf18a086: Layer already exists 02:01:56 68e85bdbb584: Layer already exists 02:01:56 34fe6b6b5283: Layer already exists 02:01:56 388d11cc1dfc: Layer already exists 02:01:56 eeaa73608b53: Layer already exists 02:01:56 4.1.0-dev.112: digest: sha256:3e83b002269f4bfe071201fdc460ae2bdd59b2a23d2ab4b86ca4547794e54c2c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:56 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:01:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:01:58 7a67420edb71: Preparing 02:01:58 587813e1e70c: Preparing 02:01:58 3119d22fa289: Preparing 02:01:58 7bc9f6834fed: Preparing 02:01:58 d1d79d35c531: Preparing 02:01:58 1a2369d9970f: Preparing 02:01:58 3cb5219b4afc: Preparing 02:01:58 1a2369d9970f: Waiting 02:01:58 ca5796708f5d: Preparing 02:01:58 3cb5219b4afc: Waiting 02:01:58 88822134b07e: Preparing 02:01:58 ca5796708f5d: Waiting 02:01:58 88822134b07e: Waiting 02:01:58 ce0aa701858f: Preparing 02:01:58 f06d80efa0f3: Preparing 02:01:58 ce0aa701858f: Waiting 02:01:58 5f70bf18a086: Preparing 02:01:58 f06d80efa0f3: Waiting 02:01:58 68e85bdbb584: Preparing 02:01:58 5f70bf18a086: Waiting 02:01:58 388d11cc1dfc: Preparing 02:01:58 68e85bdbb584: Waiting 02:01:58 34fe6b6b5283: Preparing 02:01:58 eeaa73608b53: Preparing 02:01:58 34fe6b6b5283: Waiting 02:01:58 eeaa73608b53: Waiting 02:01:58 388d11cc1dfc: Waiting 02:01:58 587813e1e70c: Layer already exists 02:01:58 7bc9f6834fed: Layer already exists 02:01:58 3119d22fa289: Layer already exists 02:01:58 d1d79d35c531: Layer already exists 02:01:58 7a67420edb71: Layer already exists 02:01:58 ca5796708f5d: Layer already exists 02:01:58 1a2369d9970f: Layer already exists 02:01:58 3cb5219b4afc: Layer already exists 02:01:58 88822134b07e: Layer already exists 02:01:58 ce0aa701858f: Layer already exists 02:01:58 68e85bdbb584: Layer already exists 02:01:58 388d11cc1dfc: Layer already exists 02:01:58 34fe6b6b5283: Layer already exists 02:01:58 5f70bf18a086: Layer already exists 02:01:58 f06d80efa0f3: Layer already exists 02:01:58 eeaa73608b53: Layer already exists 02:01:58 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:3e83b002269f4bfe071201fdc460ae2bdd59b2a23d2ab4b86ca4547794e54c2c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:59 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 02:01:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:01:59 7a67420edb71: Preparing 02:01:59 587813e1e70c: Preparing 02:01:59 3119d22fa289: Preparing 02:01:59 7bc9f6834fed: Preparing 02:01:59 d1d79d35c531: Preparing 02:01:59 1a2369d9970f: Preparing 02:01:59 3cb5219b4afc: Preparing 02:01:59 ca5796708f5d: Preparing 02:01:59 88822134b07e: Preparing 02:01:59 ce0aa701858f: Preparing 02:01:59 f06d80efa0f3: Preparing 02:01:59 5f70bf18a086: Preparing 02:01:59 68e85bdbb584: Preparing 02:01:59 388d11cc1dfc: Preparing 02:01:59 34fe6b6b5283: Preparing 02:01:59 eeaa73608b53: Preparing 02:01:59 ce0aa701858f: Waiting 02:01:59 f06d80efa0f3: Waiting 02:01:59 5f70bf18a086: Waiting 02:01:59 68e85bdbb584: Waiting 02:01:59 388d11cc1dfc: Waiting 02:01:59 34fe6b6b5283: Waiting 02:01:59 eeaa73608b53: Waiting 02:01:59 3cb5219b4afc: Waiting 02:01:59 ca5796708f5d: Waiting 02:01:59 88822134b07e: Waiting 02:01:59 1a2369d9970f: Waiting 02:01:59 587813e1e70c: Layer already exists 02:01:59 d1d79d35c531: Layer already exists 02:01:59 3119d22fa289: Layer already exists 02:01:59 7a67420edb71: Layer already exists 02:01:59 7bc9f6834fed: Layer already exists 02:01:59 ca5796708f5d: Layer already exists 02:01:59 1a2369d9970f: Layer already exists 02:01:59 3cb5219b4afc: Layer already exists 02:01:59 88822134b07e: Layer already exists 02:01:59 ce0aa701858f: Layer already exists 02:01:59 68e85bdbb584: Layer already exists 02:01:59 f06d80efa0f3: Layer already exists 02:01:59 34fe6b6b5283: Layer already exists 02:01:59 388d11cc1dfc: Layer already exists 02:01:59 5f70bf18a086: Layer already exists 02:01:59 eeaa73608b53: Layer already exists 02:01:59 main: digest: sha256:3e83b002269f4bfe071201fdc460ae2bdd59b2a23d2ab4b86ca4547794e54c2c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:01:59 ===================================================== [Pipeline] echo 02:01:59 taggedImages: 02:01:59 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:01:59 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:01:59 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.112 02:01:59 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:01:59 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 02:01:59 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 02:01:59 f47b8469dc3efba432dbb776b3e0583fbd02872a 02:01:59 latest 02:01:59 4.1.0-dev.112 02:01:59 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:01:59 main 02:01:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:00 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:00 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:02:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:02:00 efae1a41ca36: Preparing 02:02:00 7692624bd279: Preparing 02:02:00 12f41b475fb6: Preparing 02:02:00 afb7d7e6a2ec: Preparing 02:02:00 ca5796708f5d: Preparing 02:02:00 88822134b07e: Preparing 02:02:00 201f3d0fd09d: Preparing 02:02:00 542bb938929b: Preparing 02:02:00 eeaa73608b53: Preparing 02:02:00 88822134b07e: Waiting 02:02:00 201f3d0fd09d: Waiting 02:02:00 eeaa73608b53: Waiting 02:02:00 542bb938929b: Waiting 02:02:00 ca5796708f5d: Layer already exists 02:02:00 88822134b07e: Layer already exists 02:02:00 7692624bd279: Pushed 02:02:00 12f41b475fb6: Pushed 02:02:00 201f3d0fd09d: Layer already exists 02:02:00 efae1a41ca36: Pushed 02:02:00 542bb938929b: Layer already exists 02:02:00 eeaa73608b53: Layer already exists 02:02:08 afb7d7e6a2ec: Pushed 02:02:08 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:dd15ab3c58033079da99b89d85257287b3aba0f81899b1a1f29b2f2a9983c4fc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:09 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 02:02:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:02:11 efae1a41ca36: Preparing 02:02:11 7692624bd279: Preparing 02:02:11 12f41b475fb6: Preparing 02:02:11 afb7d7e6a2ec: Preparing 02:02:11 ca5796708f5d: Preparing 02:02:11 88822134b07e: Preparing 02:02:11 201f3d0fd09d: Preparing 02:02:11 542bb938929b: Preparing 02:02:11 eeaa73608b53: Preparing 02:02:11 201f3d0fd09d: Waiting 02:02:11 542bb938929b: Waiting 02:02:11 eeaa73608b53: Waiting 02:02:11 88822134b07e: Waiting 02:02:11 efae1a41ca36: Layer already exists 02:02:11 afb7d7e6a2ec: Layer already exists 02:02:11 7692624bd279: Layer already exists 02:02:11 ca5796708f5d: Layer already exists 02:02:11 12f41b475fb6: Layer already exists 02:02:11 542bb938929b: Layer already exists 02:02:11 88822134b07e: Layer already exists 02:02:11 eeaa73608b53: Layer already exists 02:02:11 201f3d0fd09d: Layer already exists 02:02:11 latest: digest: sha256:dd15ab3c58033079da99b89d85257287b3aba0f81899b1a1f29b2f2a9983c4fc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:11 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.112 02:02:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:02:12 efae1a41ca36: Preparing 02:02:12 7692624bd279: Preparing 02:02:12 12f41b475fb6: Preparing 02:02:12 afb7d7e6a2ec: Preparing 02:02:12 ca5796708f5d: Preparing 02:02:12 88822134b07e: Preparing 02:02:12 201f3d0fd09d: Preparing 02:02:12 542bb938929b: Preparing 02:02:12 eeaa73608b53: Preparing 02:02:12 88822134b07e: Waiting 02:02:12 542bb938929b: Waiting 02:02:12 eeaa73608b53: Waiting 02:02:12 201f3d0fd09d: Waiting 02:02:12 12f41b475fb6: Layer already exists 02:02:12 7692624bd279: Layer already exists 02:02:12 afb7d7e6a2ec: Layer already exists 02:02:12 efae1a41ca36: Layer already exists 02:02:12 ca5796708f5d: Layer already exists 02:02:12 542bb938929b: Layer already exists 02:02:12 88822134b07e: Layer already exists 02:02:12 201f3d0fd09d: Layer already exists 02:02:12 eeaa73608b53: Layer already exists 02:02:12 4.1.0-dev.112: digest: sha256:dd15ab3c58033079da99b89d85257287b3aba0f81899b1a1f29b2f2a9983c4fc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:12 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:02:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:02:13 efae1a41ca36: Preparing 02:02:13 7692624bd279: Preparing 02:02:13 12f41b475fb6: Preparing 02:02:13 afb7d7e6a2ec: Preparing 02:02:13 ca5796708f5d: Preparing 02:02:13 88822134b07e: Preparing 02:02:13 201f3d0fd09d: Preparing 02:02:13 542bb938929b: Preparing 02:02:13 eeaa73608b53: Preparing 02:02:13 201f3d0fd09d: Waiting 02:02:13 88822134b07e: Waiting 02:02:13 542bb938929b: Waiting 02:02:13 eeaa73608b53: Waiting 02:02:13 afb7d7e6a2ec: Layer already exists 02:02:13 12f41b475fb6: Layer already exists 02:02:13 efae1a41ca36: Layer already exists 02:02:13 ca5796708f5d: Layer already exists 02:02:13 7692624bd279: Layer already exists 02:02:13 201f3d0fd09d: Layer already exists 02:02:13 542bb938929b: Layer already exists 02:02:13 eeaa73608b53: Layer already exists 02:02:13 88822134b07e: Layer already exists 02:02:13 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:dd15ab3c58033079da99b89d85257287b3aba0f81899b1a1f29b2f2a9983c4fc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:13 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 02:02:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:02:13 efae1a41ca36: Preparing 02:02:13 7692624bd279: Preparing 02:02:13 12f41b475fb6: Preparing 02:02:13 afb7d7e6a2ec: Preparing 02:02:13 ca5796708f5d: Preparing 02:02:13 88822134b07e: Preparing 02:02:13 201f3d0fd09d: Preparing 02:02:13 542bb938929b: Preparing 02:02:13 eeaa73608b53: Preparing 02:02:13 88822134b07e: Waiting 02:02:13 201f3d0fd09d: Waiting 02:02:13 542bb938929b: Waiting 02:02:13 eeaa73608b53: Waiting 02:02:13 ca5796708f5d: Layer already exists 02:02:13 efae1a41ca36: Layer already exists 02:02:13 7692624bd279: Layer already exists 02:02:13 12f41b475fb6: Layer already exists 02:02:13 afb7d7e6a2ec: Layer already exists 02:02:13 201f3d0fd09d: Layer already exists 02:02:13 542bb938929b: Layer already exists 02:02:13 88822134b07e: Layer already exists 02:02:13 eeaa73608b53: Layer already exists 02:02:14 main: digest: sha256:dd15ab3c58033079da99b89d85257287b3aba0f81899b1a1f29b2f2a9983c4fc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:02:14 ===================================================== [Pipeline] echo 02:02:14 taggedImages: 02:02:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:02:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 02:02:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.112 02:02:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:02:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 02:02:14 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 02:02:14 f47b8469dc3efba432dbb776b3e0583fbd02872a 02:02:14 latest 02:02:14 4.1.0-dev.112 02:02:14 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:02:14 main 02:02:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:14 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:02:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:02:14 b11b3d3a74a4: Preparing 02:02:14 7c9622607bea: Preparing 02:02:14 71c487981a49: Preparing 02:02:14 71d3e9daa9d7: Preparing 02:02:14 ec07927a3828: Preparing 02:02:14 ca5796708f5d: Preparing 02:02:14 ca5796708f5d: Waiting 02:02:14 88822134b07e: Preparing 02:02:14 a1000fd2c49e: Preparing 02:02:14 88822134b07e: Waiting 02:02:14 474e53ed5b97: Preparing 02:02:14 a1000fd2c49e: Waiting 02:02:14 474e53ed5b97: Waiting 02:02:14 945e29a7c692: Preparing 02:02:14 eeaa73608b53: Preparing 02:02:14 945e29a7c692: Waiting 02:02:14 eeaa73608b53: Waiting 02:02:15 7c9622607bea: Pushed 02:02:15 71d3e9daa9d7: Pushed 02:02:15 b11b3d3a74a4: Pushed 02:02:15 ec07927a3828: Pushed 02:02:15 ca5796708f5d: Layer already exists 02:02:15 88822134b07e: Layer already exists 02:02:15 eeaa73608b53: Layer already exists 02:02:15 a1000fd2c49e: Pushed 02:02:15 474e53ed5b97: Pushed 02:02:18 945e29a7c692: Pushed 02:02:21 71c487981a49: Pushed 02:02:21 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:30eec5ef7f1612ba9b076f8cbee0ad11f4e0a8477687bb8cd63170c8be0073a1 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:22 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:02:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:02:24 b11b3d3a74a4: Preparing 02:02:24 7c9622607bea: Preparing 02:02:24 71c487981a49: Preparing 02:02:24 71d3e9daa9d7: Preparing 02:02:24 ec07927a3828: Preparing 02:02:24 ca5796708f5d: Preparing 02:02:24 88822134b07e: Preparing 02:02:24 a1000fd2c49e: Preparing 02:02:24 474e53ed5b97: Preparing 02:02:24 945e29a7c692: Preparing 02:02:24 eeaa73608b53: Preparing 02:02:24 a1000fd2c49e: Waiting 02:02:24 474e53ed5b97: Waiting 02:02:24 945e29a7c692: Waiting 02:02:24 eeaa73608b53: Waiting 02:02:24 88822134b07e: Waiting 02:02:24 b11b3d3a74a4: Layer already exists 02:02:24 ec07927a3828: Layer already exists 02:02:24 71c487981a49: Layer already exists 02:02:24 7c9622607bea: Layer already exists 02:02:24 71d3e9daa9d7: Layer already exists 02:02:24 ca5796708f5d: Layer already exists 02:02:24 a1000fd2c49e: Layer already exists 02:02:24 88822134b07e: Layer already exists 02:02:24 474e53ed5b97: Layer already exists 02:02:24 945e29a7c692: Layer already exists 02:02:24 eeaa73608b53: Layer already exists 02:02:24 latest: digest: sha256:30eec5ef7f1612ba9b076f8cbee0ad11f4e0a8477687bb8cd63170c8be0073a1 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:24 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.112 02:02:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:02:25 b11b3d3a74a4: Preparing 02:02:25 7c9622607bea: Preparing 02:02:25 71c487981a49: Preparing 02:02:25 71d3e9daa9d7: Preparing 02:02:25 ec07927a3828: Preparing 02:02:25 ca5796708f5d: Preparing 02:02:25 88822134b07e: Preparing 02:02:25 a1000fd2c49e: Preparing 02:02:25 474e53ed5b97: Preparing 02:02:25 945e29a7c692: Preparing 02:02:25 eeaa73608b53: Preparing 02:02:25 ca5796708f5d: Waiting 02:02:25 88822134b07e: Waiting 02:02:25 a1000fd2c49e: Waiting 02:02:25 474e53ed5b97: Waiting 02:02:25 945e29a7c692: Waiting 02:02:25 eeaa73608b53: Waiting 02:02:25 b11b3d3a74a4: Layer already exists 02:02:25 ec07927a3828: Layer already exists 02:02:25 71c487981a49: Layer already exists 02:02:25 71d3e9daa9d7: Layer already exists 02:02:25 7c9622607bea: Layer already exists 02:02:25 88822134b07e: Layer already exists 02:02:25 945e29a7c692: Layer already exists 02:02:25 a1000fd2c49e: Layer already exists 02:02:25 ca5796708f5d: Layer already exists 02:02:25 474e53ed5b97: Layer already exists 02:02:25 eeaa73608b53: Layer already exists 02:02:25 4.1.0-dev.112: digest: sha256:30eec5ef7f1612ba9b076f8cbee0ad11f4e0a8477687bb8cd63170c8be0073a1 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:25 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:02:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:02:25 b11b3d3a74a4: Preparing 02:02:25 7c9622607bea: Preparing 02:02:25 71c487981a49: Preparing 02:02:25 71d3e9daa9d7: Preparing 02:02:25 ec07927a3828: Preparing 02:02:25 ca5796708f5d: Preparing 02:02:25 88822134b07e: Preparing 02:02:25 a1000fd2c49e: Preparing 02:02:25 474e53ed5b97: Preparing 02:02:25 945e29a7c692: Preparing 02:02:25 eeaa73608b53: Preparing 02:02:25 88822134b07e: Waiting 02:02:25 a1000fd2c49e: Waiting 02:02:25 474e53ed5b97: Waiting 02:02:25 945e29a7c692: Waiting 02:02:25 eeaa73608b53: Waiting 02:02:25 ca5796708f5d: Waiting 02:02:25 7c9622607bea: Layer already exists 02:02:25 71d3e9daa9d7: Layer already exists 02:02:25 b11b3d3a74a4: Layer already exists 02:02:25 ec07927a3828: Layer already exists 02:02:25 71c487981a49: Layer already exists 02:02:25 88822134b07e: Layer already exists 02:02:25 474e53ed5b97: Layer already exists 02:02:25 945e29a7c692: Layer already exists 02:02:25 a1000fd2c49e: Layer already exists 02:02:25 ca5796708f5d: Layer already exists 02:02:25 eeaa73608b53: Layer already exists 02:02:26 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:30eec5ef7f1612ba9b076f8cbee0ad11f4e0a8477687bb8cd63170c8be0073a1 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:26 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 02:02:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:02:26 b11b3d3a74a4: Preparing 02:02:26 7c9622607bea: Preparing 02:02:26 71c487981a49: Preparing 02:02:26 71d3e9daa9d7: Preparing 02:02:26 ec07927a3828: Preparing 02:02:26 ca5796708f5d: Preparing 02:02:26 88822134b07e: Preparing 02:02:26 a1000fd2c49e: Preparing 02:02:26 474e53ed5b97: Preparing 02:02:26 945e29a7c692: Preparing 02:02:26 eeaa73608b53: Preparing 02:02:26 a1000fd2c49e: Waiting 02:02:26 474e53ed5b97: Waiting 02:02:26 945e29a7c692: Waiting 02:02:26 eeaa73608b53: Waiting 02:02:26 ca5796708f5d: Waiting 02:02:26 88822134b07e: Waiting 02:02:26 71c487981a49: Layer already exists 02:02:26 b11b3d3a74a4: Layer already exists 02:02:26 ec07927a3828: Layer already exists 02:02:26 71d3e9daa9d7: Layer already exists 02:02:26 7c9622607bea: Layer already exists 02:02:26 ca5796708f5d: Layer already exists 02:02:26 945e29a7c692: Layer already exists 02:02:26 88822134b07e: Layer already exists 02:02:26 a1000fd2c49e: Layer already exists 02:02:26 474e53ed5b97: Layer already exists 02:02:26 eeaa73608b53: Layer already exists 02:02:27 main: digest: sha256:30eec5ef7f1612ba9b076f8cbee0ad11f4e0a8477687bb8cd63170c8be0073a1 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:02:27 ===================================================== [Pipeline] echo 02:02:27 taggedImages: 02:02:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:02:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:02:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.112 02:02:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:02:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 02:02:27 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 02:02:27 f47b8469dc3efba432dbb776b3e0583fbd02872a 02:02:27 latest 02:02:27 4.1.0-dev.112 02:02:27 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:02:27 main 02:02:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:27 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:02:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:02:27 336a3f7dca29: Preparing 02:02:27 e31d37e5595d: Preparing 02:02:27 2a21e64f1256: Preparing 02:02:27 a1263b7d51a6: Preparing 02:02:27 ecba674c7147: Preparing 02:02:27 c1fccf408cee: Preparing 02:02:27 c75107caf0e6: Preparing 02:02:27 ca5796708f5d: Preparing 02:02:27 88822134b07e: Preparing 02:02:27 1bd04231dd6e: Preparing 02:02:27 2b8089167930: Preparing 02:02:27 eeaa73608b53: Preparing 02:02:27 ca5796708f5d: Waiting 02:02:27 88822134b07e: Waiting 02:02:27 1bd04231dd6e: Waiting 02:02:27 2b8089167930: Waiting 02:02:27 eeaa73608b53: Waiting 02:02:27 c1fccf408cee: Waiting 02:02:27 c75107caf0e6: Waiting 02:02:28 ecba674c7147: Pushed 02:02:28 e31d37e5595d: Pushed 02:02:28 336a3f7dca29: Pushed 02:02:28 ca5796708f5d: Layer already exists 02:02:28 88822134b07e: Layer already exists 02:02:28 c75107caf0e6: Pushed 02:02:28 c1fccf408cee: Pushed 02:02:28 eeaa73608b53: Layer already exists 02:02:28 1bd04231dd6e: Pushed 02:02:31 2b8089167930: Pushed 02:02:35 2a21e64f1256: Pushed 02:02:37 a1263b7d51a6: Pushed 02:02:37 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:e824c1307dcf67b068f1daae01d8f4977a17ca815186ef769404224e1120d7fb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:38 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:38 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:02:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:02:38 336a3f7dca29: Preparing 02:02:38 e31d37e5595d: Preparing 02:02:38 2a21e64f1256: Preparing 02:02:38 a1263b7d51a6: Preparing 02:02:38 ecba674c7147: Preparing 02:02:38 c1fccf408cee: Preparing 02:02:38 c75107caf0e6: Preparing 02:02:38 ca5796708f5d: Preparing 02:02:38 88822134b07e: Preparing 02:02:38 1bd04231dd6e: Preparing 02:02:38 2b8089167930: Preparing 02:02:38 eeaa73608b53: Preparing 02:02:38 ca5796708f5d: Waiting 02:02:38 88822134b07e: Waiting 02:02:38 1bd04231dd6e: Waiting 02:02:38 2b8089167930: Waiting 02:02:38 eeaa73608b53: Waiting 02:02:38 c1fccf408cee: Waiting 02:02:38 c75107caf0e6: Waiting 02:02:38 a1263b7d51a6: Layer already exists 02:02:38 e31d37e5595d: Layer already exists 02:02:38 336a3f7dca29: Layer already exists 02:02:38 2a21e64f1256: Layer already exists 02:02:38 ecba674c7147: Layer already exists 02:02:38 c1fccf408cee: Layer already exists 02:02:38 c75107caf0e6: Layer already exists 02:02:38 1bd04231dd6e: Layer already exists 02:02:38 ca5796708f5d: Layer already exists 02:02:38 88822134b07e: Layer already exists 02:02:38 eeaa73608b53: Layer already exists 02:02:38 2b8089167930: Layer already exists 02:02:38 latest: digest: sha256:e824c1307dcf67b068f1daae01d8f4977a17ca815186ef769404224e1120d7fb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:39 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:39 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.112 02:02:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:02:39 336a3f7dca29: Preparing 02:02:39 e31d37e5595d: Preparing 02:02:39 2a21e64f1256: Preparing 02:02:39 a1263b7d51a6: Preparing 02:02:39 ecba674c7147: Preparing 02:02:39 c1fccf408cee: Preparing 02:02:39 c75107caf0e6: Preparing 02:02:39 ca5796708f5d: Preparing 02:02:39 88822134b07e: Preparing 02:02:39 1bd04231dd6e: Preparing 02:02:39 2b8089167930: Preparing 02:02:39 c1fccf408cee: Waiting 02:02:39 eeaa73608b53: Preparing 02:02:39 c75107caf0e6: Waiting 02:02:39 ca5796708f5d: Waiting 02:02:39 2b8089167930: Waiting 02:02:39 eeaa73608b53: Waiting 02:02:39 88822134b07e: Waiting 02:02:39 1bd04231dd6e: Waiting 02:02:39 2a21e64f1256: Layer already exists 02:02:39 336a3f7dca29: Layer already exists 02:02:39 a1263b7d51a6: Layer already exists 02:02:39 ecba674c7147: Layer already exists 02:02:39 e31d37e5595d: Layer already exists 02:02:39 c1fccf408cee: Layer already exists 02:02:39 1bd04231dd6e: Layer already exists 02:02:39 ca5796708f5d: Layer already exists 02:02:39 88822134b07e: Layer already exists 02:02:39 c75107caf0e6: Layer already exists 02:02:39 eeaa73608b53: Layer already exists 02:02:39 2b8089167930: Layer already exists 02:02:39 4.1.0-dev.112: digest: sha256:e824c1307dcf67b068f1daae01d8f4977a17ca815186ef769404224e1120d7fb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:40 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:40 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:02:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:02:40 336a3f7dca29: Preparing 02:02:40 e31d37e5595d: Preparing 02:02:40 2a21e64f1256: Preparing 02:02:40 a1263b7d51a6: Preparing 02:02:40 ecba674c7147: Preparing 02:02:40 c1fccf408cee: Preparing 02:02:40 c75107caf0e6: Preparing 02:02:40 ca5796708f5d: Preparing 02:02:40 88822134b07e: Preparing 02:02:40 1bd04231dd6e: Preparing 02:02:40 2b8089167930: Preparing 02:02:40 eeaa73608b53: Preparing 02:02:40 ca5796708f5d: Waiting 02:02:40 88822134b07e: Waiting 02:02:40 1bd04231dd6e: Waiting 02:02:40 2b8089167930: Waiting 02:02:40 eeaa73608b53: Waiting 02:02:40 c1fccf408cee: Waiting 02:02:40 c75107caf0e6: Waiting 02:02:40 336a3f7dca29: Layer already exists 02:02:40 a1263b7d51a6: Layer already exists 02:02:40 ecba674c7147: Layer already exists 02:02:40 e31d37e5595d: Layer already exists 02:02:40 2a21e64f1256: Layer already exists 02:02:40 c75107caf0e6: Layer already exists 02:02:40 c1fccf408cee: Layer already exists 02:02:40 ca5796708f5d: Layer already exists 02:02:40 1bd04231dd6e: Layer already exists 02:02:40 88822134b07e: Layer already exists 02:02:40 eeaa73608b53: Layer already exists 02:02:40 2b8089167930: Layer already exists 02:02:40 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:e824c1307dcf67b068f1daae01d8f4977a17ca815186ef769404224e1120d7fb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:40 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:41 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 02:02:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:02:41 336a3f7dca29: Preparing 02:02:41 e31d37e5595d: Preparing 02:02:41 2a21e64f1256: Preparing 02:02:41 a1263b7d51a6: Preparing 02:02:41 ecba674c7147: Preparing 02:02:41 c1fccf408cee: Preparing 02:02:41 c75107caf0e6: Preparing 02:02:41 ca5796708f5d: Preparing 02:02:41 88822134b07e: Preparing 02:02:41 1bd04231dd6e: Preparing 02:02:41 2b8089167930: Preparing 02:02:41 eeaa73608b53: Preparing 02:02:41 ca5796708f5d: Waiting 02:02:41 88822134b07e: Waiting 02:02:41 1bd04231dd6e: Waiting 02:02:41 2b8089167930: Waiting 02:02:41 eeaa73608b53: Waiting 02:02:41 c1fccf408cee: Waiting 02:02:41 c75107caf0e6: Waiting 02:02:41 2a21e64f1256: Layer already exists 02:02:41 336a3f7dca29: Layer already exists 02:02:41 e31d37e5595d: Layer already exists 02:02:41 ecba674c7147: Layer already exists 02:02:41 a1263b7d51a6: Layer already exists 02:02:41 c75107caf0e6: Layer already exists 02:02:41 88822134b07e: Layer already exists 02:02:41 c1fccf408cee: Layer already exists 02:02:41 ca5796708f5d: Layer already exists 02:02:41 1bd04231dd6e: Layer already exists 02:02:41 2b8089167930: Layer already exists 02:02:41 eeaa73608b53: Layer already exists 02:02:41 main: digest: sha256:e824c1307dcf67b068f1daae01d8f4977a17ca815186ef769404224e1120d7fb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:02:41 ===================================================== [Pipeline] echo 02:02:41 taggedImages: 02:02:41 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:02:41 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:02:41 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.112 02:02:41 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:02:41 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 02:02:41 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 02:02:41 f47b8469dc3efba432dbb776b3e0583fbd02872a 02:02:41 latest 02:02:41 4.1.0-dev.112 02:02:41 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:02:41 main 02:02:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:42 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:42 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:02:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:02:42 ba8666b017d4: Preparing 02:02:42 c08603e2adbf: Preparing 02:02:42 ca5796708f5d: Preparing 02:02:42 88822134b07e: Preparing 02:02:42 a2275c4635e6: Preparing 02:02:42 d422dde2e5f8: Preparing 02:02:42 eeaa73608b53: Preparing 02:02:42 d422dde2e5f8: Waiting 02:02:42 eeaa73608b53: Waiting 02:02:42 88822134b07e: Layer already exists 02:02:42 ca5796708f5d: Layer already exists 02:02:42 eeaa73608b53: Layer already exists 02:02:42 a2275c4635e6: Pushed 02:02:42 ba8666b017d4: Pushed 02:02:44 d422dde2e5f8: Pushed 02:02:49 c08603e2adbf: Pushed 02:02:49 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:da5f00bca6372549c1b13759dc7e2c7e5e7d62566a447778b7e5e9c44dd4ea66 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:50 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:52 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:02:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:02:52 ba8666b017d4: Preparing 02:02:52 c08603e2adbf: Preparing 02:02:52 ca5796708f5d: Preparing 02:02:52 88822134b07e: Preparing 02:02:52 a2275c4635e6: Preparing 02:02:52 d422dde2e5f8: Preparing 02:02:52 eeaa73608b53: Preparing 02:02:52 d422dde2e5f8: Waiting 02:02:52 eeaa73608b53: Waiting 02:02:52 ba8666b017d4: Layer already exists 02:02:52 88822134b07e: Layer already exists 02:02:52 c08603e2adbf: Layer already exists 02:02:52 ca5796708f5d: Layer already exists 02:02:52 a2275c4635e6: Layer already exists 02:02:52 d422dde2e5f8: Layer already exists 02:02:52 eeaa73608b53: Layer already exists 02:02:52 latest: digest: sha256:da5f00bca6372549c1b13759dc7e2c7e5e7d62566a447778b7e5e9c44dd4ea66 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:52 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.112 02:02:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:02:53 ba8666b017d4: Preparing 02:02:53 c08603e2adbf: Preparing 02:02:53 ca5796708f5d: Preparing 02:02:53 88822134b07e: Preparing 02:02:53 a2275c4635e6: Preparing 02:02:53 d422dde2e5f8: Preparing 02:02:53 eeaa73608b53: Preparing 02:02:53 d422dde2e5f8: Waiting 02:02:53 eeaa73608b53: Waiting 02:02:53 c08603e2adbf: Layer already exists 02:02:53 ca5796708f5d: Layer already exists 02:02:53 a2275c4635e6: Layer already exists 02:02:53 ba8666b017d4: Layer already exists 02:02:53 88822134b07e: Layer already exists 02:02:53 d422dde2e5f8: Layer already exists 02:02:53 eeaa73608b53: Layer already exists 02:02:53 4.1.0-dev.112: digest: sha256:da5f00bca6372549c1b13759dc7e2c7e5e7d62566a447778b7e5e9c44dd4ea66 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:53 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:02:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:02:53 ba8666b017d4: Preparing 02:02:53 c08603e2adbf: Preparing 02:02:53 ca5796708f5d: Preparing 02:02:53 88822134b07e: Preparing 02:02:53 a2275c4635e6: Preparing 02:02:53 d422dde2e5f8: Preparing 02:02:53 eeaa73608b53: Preparing 02:02:53 eeaa73608b53: Waiting 02:02:53 d422dde2e5f8: Waiting 02:02:53 a2275c4635e6: Layer already exists 02:02:53 ba8666b017d4: Layer already exists 02:02:53 c08603e2adbf: Layer already exists 02:02:53 88822134b07e: Layer already exists 02:02:53 ca5796708f5d: Layer already exists 02:02:53 d422dde2e5f8: Layer already exists 02:02:53 eeaa73608b53: Layer already exists 02:02:53 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:da5f00bca6372549c1b13759dc7e2c7e5e7d62566a447778b7e5e9c44dd4ea66 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:54 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:54 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 02:02:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:02:54 ba8666b017d4: Preparing 02:02:54 c08603e2adbf: Preparing 02:02:54 ca5796708f5d: Preparing 02:02:54 88822134b07e: Preparing 02:02:54 a2275c4635e6: Preparing 02:02:54 d422dde2e5f8: Preparing 02:02:54 eeaa73608b53: Preparing 02:02:54 d422dde2e5f8: Waiting 02:02:54 eeaa73608b53: Waiting 02:02:54 c08603e2adbf: Layer already exists 02:02:54 ca5796708f5d: Layer already exists 02:02:54 ba8666b017d4: Layer already exists 02:02:54 a2275c4635e6: Layer already exists 02:02:54 88822134b07e: Layer already exists 02:02:54 eeaa73608b53: Layer already exists 02:02:54 d422dde2e5f8: Layer already exists 02:02:54 main: digest: sha256:da5f00bca6372549c1b13759dc7e2c7e5e7d62566a447778b7e5e9c44dd4ea66 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:02:55 ===================================================== [Pipeline] echo 02:02:55 taggedImages: 02:02:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:02:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:02:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.112 02:02:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:02:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 02:02:55 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 02:02:55 f47b8469dc3efba432dbb776b3e0583fbd02872a 02:02:55 latest 02:02:55 4.1.0-dev.112 02:02:55 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:02:55 main 02:02:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:55 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:02:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:02:55 237195afb922: Preparing 02:02:55 9097c32f22ad: Preparing 02:02:55 2c3a5ed0766c: Preparing 02:02:55 ca5796708f5d: Preparing 02:02:55 88822134b07e: Preparing 02:02:55 eaff71d35e58: Preparing 02:02:55 9594e3df6e8b: Preparing 02:02:55 b5a0c595d5a9: Preparing 02:02:55 b35932144f23: Preparing 02:02:55 eeaa73608b53: Preparing 02:02:55 b35932144f23: Waiting 02:02:55 eeaa73608b53: Waiting 02:02:55 eaff71d35e58: Waiting 02:02:55 9594e3df6e8b: Waiting 02:02:55 b5a0c595d5a9: Waiting 02:02:55 88822134b07e: Layer already exists 02:02:55 ca5796708f5d: Layer already exists 02:02:56 2c3a5ed0766c: Pushed 02:02:56 9097c32f22ad: Pushed 02:02:56 237195afb922: Pushed 02:02:56 eeaa73608b53: Layer already exists 02:02:56 b5a0c595d5a9: Pushed 02:02:56 b35932144f23: Pushed 02:03:09 9594e3df6e8b: Pushed 02:03:24 eaff71d35e58: Pushed 02:03:24 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:ed48ebd6640dcca81747fefab6e14988eb8d7d6f2ef87cffbd8556a21679693f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:24 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:03:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:03:24 237195afb922: Preparing 02:03:24 9097c32f22ad: Preparing 02:03:24 2c3a5ed0766c: Preparing 02:03:24 ca5796708f5d: Preparing 02:03:24 88822134b07e: Preparing 02:03:24 eaff71d35e58: Preparing 02:03:24 9594e3df6e8b: Preparing 02:03:24 b5a0c595d5a9: Preparing 02:03:24 b35932144f23: Preparing 02:03:24 eeaa73608b53: Preparing 02:03:24 b35932144f23: Waiting 02:03:24 eaff71d35e58: Waiting 02:03:24 eeaa73608b53: Waiting 02:03:24 9594e3df6e8b: Waiting 02:03:24 b5a0c595d5a9: Waiting 02:03:24 ca5796708f5d: Layer already exists 02:03:24 88822134b07e: Layer already exists 02:03:24 2c3a5ed0766c: Layer already exists 02:03:24 9097c32f22ad: Layer already exists 02:03:24 237195afb922: Layer already exists 02:03:24 eaff71d35e58: Layer already exists 02:03:24 b5a0c595d5a9: Layer already exists 02:03:24 9594e3df6e8b: Layer already exists 02:03:24 b35932144f23: Layer already exists 02:03:24 eeaa73608b53: Layer already exists 02:03:24 latest: digest: sha256:ed48ebd6640dcca81747fefab6e14988eb8d7d6f2ef87cffbd8556a21679693f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:25 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.112 02:03:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:03:25 237195afb922: Preparing 02:03:25 9097c32f22ad: Preparing 02:03:25 2c3a5ed0766c: Preparing 02:03:25 ca5796708f5d: Preparing 02:03:25 88822134b07e: Preparing 02:03:25 eaff71d35e58: Preparing 02:03:25 9594e3df6e8b: Preparing 02:03:25 eaff71d35e58: Waiting 02:03:25 b5a0c595d5a9: Preparing 02:03:25 9594e3df6e8b: Waiting 02:03:25 b35932144f23: Preparing 02:03:25 b5a0c595d5a9: Waiting 02:03:25 b35932144f23: Waiting 02:03:25 eeaa73608b53: Preparing 02:03:25 eeaa73608b53: Waiting 02:03:25 237195afb922: Layer already exists 02:03:25 2c3a5ed0766c: Layer already exists 02:03:25 ca5796708f5d: Layer already exists 02:03:25 9097c32f22ad: Layer already exists 02:03:25 88822134b07e: Layer already exists 02:03:25 b5a0c595d5a9: Layer already exists 02:03:25 9594e3df6e8b: Layer already exists 02:03:25 b35932144f23: Layer already exists 02:03:25 eaff71d35e58: Layer already exists 02:03:25 eeaa73608b53: Layer already exists 02:03:26 4.1.0-dev.112: digest: sha256:ed48ebd6640dcca81747fefab6e14988eb8d7d6f2ef87cffbd8556a21679693f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:26 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:03:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:03:26 237195afb922: Preparing 02:03:26 9097c32f22ad: Preparing 02:03:26 2c3a5ed0766c: Preparing 02:03:26 ca5796708f5d: Preparing 02:03:26 88822134b07e: Preparing 02:03:26 eaff71d35e58: Preparing 02:03:26 9594e3df6e8b: Preparing 02:03:26 b5a0c595d5a9: Preparing 02:03:26 b35932144f23: Preparing 02:03:26 eeaa73608b53: Preparing 02:03:26 b5a0c595d5a9: Waiting 02:03:26 b35932144f23: Waiting 02:03:26 eaff71d35e58: Waiting 02:03:26 eeaa73608b53: Waiting 02:03:26 9594e3df6e8b: Waiting 02:03:26 9097c32f22ad: Layer already exists 02:03:26 ca5796708f5d: Layer already exists 02:03:26 237195afb922: Layer already exists 02:03:26 88822134b07e: Layer already exists 02:03:26 2c3a5ed0766c: Layer already exists 02:03:26 b5a0c595d5a9: Layer already exists 02:03:26 b35932144f23: Layer already exists 02:03:26 9594e3df6e8b: Layer already exists 02:03:26 eaff71d35e58: Layer already exists 02:03:26 eeaa73608b53: Layer already exists 02:03:26 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:ed48ebd6640dcca81747fefab6e14988eb8d7d6f2ef87cffbd8556a21679693f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:27 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 02:03:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:03:27 237195afb922: Preparing 02:03:27 9097c32f22ad: Preparing 02:03:27 2c3a5ed0766c: Preparing 02:03:27 ca5796708f5d: Preparing 02:03:27 88822134b07e: Preparing 02:03:27 eaff71d35e58: Preparing 02:03:27 9594e3df6e8b: Preparing 02:03:27 b5a0c595d5a9: Preparing 02:03:27 b35932144f23: Preparing 02:03:27 eeaa73608b53: Preparing 02:03:27 9594e3df6e8b: Waiting 02:03:27 b5a0c595d5a9: Waiting 02:03:27 b35932144f23: Waiting 02:03:27 eeaa73608b53: Waiting 02:03:27 eaff71d35e58: Waiting 02:03:27 88822134b07e: Layer already exists 02:03:27 2c3a5ed0766c: Layer already exists 02:03:27 237195afb922: Layer already exists 02:03:27 9097c32f22ad: Layer already exists 02:03:27 ca5796708f5d: Layer already exists 02:03:27 eaff71d35e58: Layer already exists 02:03:27 9594e3df6e8b: Layer already exists 02:03:27 b35932144f23: Layer already exists 02:03:27 eeaa73608b53: Layer already exists 02:03:27 b5a0c595d5a9: Layer already exists 02:03:27 main: digest: sha256:ed48ebd6640dcca81747fefab6e14988eb8d7d6f2ef87cffbd8556a21679693f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:03:27 ===================================================== [Pipeline] echo 02:03:27 taggedImages: 02:03:27 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:03:27 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:03:27 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.112 02:03:27 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:03:27 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 02:03:27 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 02:03:27 f47b8469dc3efba432dbb776b3e0583fbd02872a 02:03:27 latest 02:03:27 4.1.0-dev.112 02:03:27 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:03:27 main 02:03:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:28 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:03:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:03:28 05273aa1ed8b: Preparing 02:03:28 a732ddf21e2d: Preparing 02:03:28 2ad986c77eaf: Preparing 02:03:28 ca5796708f5d: Preparing 02:03:28 88822134b07e: Preparing 02:03:28 f5d5942f805b: Preparing 02:03:28 f6aac2ce4ef4: Preparing 02:03:28 6a124960a6a8: Preparing 02:03:28 eeaa73608b53: Preparing 02:03:28 f6aac2ce4ef4: Waiting 02:03:28 6a124960a6a8: Waiting 02:03:28 f5d5942f805b: Waiting 02:03:28 eeaa73608b53: Waiting 02:03:28 ca5796708f5d: Layer already exists 02:03:28 88822134b07e: Layer already exists 02:03:28 2ad986c77eaf: Pushed 02:03:28 a732ddf21e2d: Pushed 02:03:28 05273aa1ed8b: Pushed 02:03:28 eeaa73608b53: Layer already exists 02:03:28 f6aac2ce4ef4: Pushed 02:03:29 6a124960a6a8: Pushed 02:03:56 f5d5942f805b: Pushed 02:03:56 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:b0ea7c24898157011cb36674f8915401ed1f76d50b0f884d15945fabe5ef6991 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:56 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:04:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:04:00 05273aa1ed8b: Preparing 02:04:00 a732ddf21e2d: Preparing 02:04:00 2ad986c77eaf: Preparing 02:04:00 ca5796708f5d: Preparing 02:04:00 88822134b07e: Preparing 02:04:00 f5d5942f805b: Preparing 02:04:00 f6aac2ce4ef4: Preparing 02:04:00 6a124960a6a8: Preparing 02:04:00 eeaa73608b53: Preparing 02:04:00 f6aac2ce4ef4: Waiting 02:04:00 6a124960a6a8: Waiting 02:04:00 eeaa73608b53: Waiting 02:04:00 f5d5942f805b: Waiting 02:04:00 05273aa1ed8b: Layer already exists 02:04:00 a732ddf21e2d: Layer already exists 02:04:00 2ad986c77eaf: Layer already exists 02:04:00 ca5796708f5d: Layer already exists 02:04:00 88822134b07e: Layer already exists 02:04:00 f6aac2ce4ef4: Layer already exists 02:04:00 f5d5942f805b: Layer already exists 02:04:00 6a124960a6a8: Layer already exists 02:04:00 eeaa73608b53: Layer already exists 02:04:01 latest: digest: sha256:b0ea7c24898157011cb36674f8915401ed1f76d50b0f884d15945fabe5ef6991 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:01 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.112 02:04:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:04:01 05273aa1ed8b: Preparing 02:04:01 a732ddf21e2d: Preparing 02:04:01 2ad986c77eaf: Preparing 02:04:01 ca5796708f5d: Preparing 02:04:01 88822134b07e: Preparing 02:04:01 f5d5942f805b: Preparing 02:04:01 f6aac2ce4ef4: Preparing 02:04:01 6a124960a6a8: Preparing 02:04:01 eeaa73608b53: Preparing 02:04:01 f5d5942f805b: Waiting 02:04:01 f6aac2ce4ef4: Waiting 02:04:01 eeaa73608b53: Waiting 02:04:01 6a124960a6a8: Waiting 02:04:01 2ad986c77eaf: Layer already exists 02:04:01 05273aa1ed8b: Layer already exists 02:04:01 ca5796708f5d: Layer already exists 02:04:01 88822134b07e: Layer already exists 02:04:01 a732ddf21e2d: Layer already exists 02:04:01 f6aac2ce4ef4: Layer already exists 02:04:01 6a124960a6a8: Layer already exists 02:04:01 f5d5942f805b: Layer already exists 02:04:01 eeaa73608b53: Layer already exists 02:04:01 4.1.0-dev.112: digest: sha256:b0ea7c24898157011cb36674f8915401ed1f76d50b0f884d15945fabe5ef6991 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:02 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:04:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:04:02 05273aa1ed8b: Preparing 02:04:02 a732ddf21e2d: Preparing 02:04:02 2ad986c77eaf: Preparing 02:04:02 ca5796708f5d: Preparing 02:04:02 88822134b07e: Preparing 02:04:02 f5d5942f805b: Preparing 02:04:02 f6aac2ce4ef4: Preparing 02:04:02 6a124960a6a8: Preparing 02:04:02 f5d5942f805b: Waiting 02:04:02 eeaa73608b53: Preparing 02:04:02 f6aac2ce4ef4: Waiting 02:04:02 6a124960a6a8: Waiting 02:04:02 eeaa73608b53: Waiting 02:04:02 ca5796708f5d: Layer already exists 02:04:02 88822134b07e: Layer already exists 02:04:02 2ad986c77eaf: Layer already exists 02:04:02 a732ddf21e2d: Layer already exists 02:04:02 05273aa1ed8b: Layer already exists 02:04:02 6a124960a6a8: Layer already exists 02:04:02 f6aac2ce4ef4: Layer already exists 02:04:02 f5d5942f805b: Layer already exists 02:04:02 eeaa73608b53: Layer already exists 02:04:02 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:b0ea7c24898157011cb36674f8915401ed1f76d50b0f884d15945fabe5ef6991 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:03 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 02:04:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:04:03 05273aa1ed8b: Preparing 02:04:03 a732ddf21e2d: Preparing 02:04:03 2ad986c77eaf: Preparing 02:04:03 ca5796708f5d: Preparing 02:04:03 88822134b07e: Preparing 02:04:03 f5d5942f805b: Preparing 02:04:03 f6aac2ce4ef4: Preparing 02:04:03 6a124960a6a8: Preparing 02:04:03 eeaa73608b53: Preparing 02:04:03 6a124960a6a8: Waiting 02:04:03 f5d5942f805b: Waiting 02:04:03 f6aac2ce4ef4: Waiting 02:04:03 eeaa73608b53: Waiting 02:04:03 88822134b07e: Layer already exists 02:04:03 05273aa1ed8b: Layer already exists 02:04:03 a732ddf21e2d: Layer already exists 02:04:03 ca5796708f5d: Layer already exists 02:04:03 2ad986c77eaf: Layer already exists 02:04:03 f5d5942f805b: Layer already exists 02:04:03 6a124960a6a8: Layer already exists 02:04:03 f6aac2ce4ef4: Layer already exists 02:04:03 eeaa73608b53: Layer already exists 02:04:04 main: digest: sha256:b0ea7c24898157011cb36674f8915401ed1f76d50b0f884d15945fabe5ef6991 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:04:04 ===================================================== [Pipeline] echo 02:04:04 taggedImages: 02:04:04 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:04:04 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:04:04 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.112 02:04:04 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:04:04 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:04:04 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 02:04:04 f47b8469dc3efba432dbb776b3e0583fbd02872a 02:04:04 latest 02:04:04 4.1.0-dev.112 02:04:04 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:04:04 main 02:04:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:04 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:04:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:04:04 73c9ebe07389: Preparing 02:04:04 7c2486cead4c: Preparing 02:04:04 fd6f8484bf6a: Preparing 02:04:04 ca5796708f5d: Preparing 02:04:04 88822134b07e: Preparing 02:04:04 bb70dfba817d: Preparing 02:04:04 b5a0c595d5a9: Preparing 02:04:04 b35932144f23: Preparing 02:04:04 eeaa73608b53: Preparing 02:04:04 bb70dfba817d: Waiting 02:04:04 b5a0c595d5a9: Waiting 02:04:04 b35932144f23: Waiting 02:04:04 eeaa73608b53: Waiting 02:04:04 ca5796708f5d: Layer already exists 02:04:04 88822134b07e: Layer already exists 02:04:05 b5a0c595d5a9: Layer already exists 02:04:05 fd6f8484bf6a: Pushed 02:04:05 b35932144f23: Layer already exists 02:04:05 73c9ebe07389: Pushed 02:04:05 7c2486cead4c: Pushed 02:04:05 eeaa73608b53: Layer already exists 02:04:37 bb70dfba817d: Pushed 02:04:37 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:2c2b4734199216e7271f75a2843b84cc19714680496d3784af74f20af23b3013 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:37 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:04:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:04:38 73c9ebe07389: Preparing 02:04:38 7c2486cead4c: Preparing 02:04:38 fd6f8484bf6a: Preparing 02:04:38 ca5796708f5d: Preparing 02:04:38 88822134b07e: Preparing 02:04:38 bb70dfba817d: Preparing 02:04:38 b5a0c595d5a9: Preparing 02:04:38 b35932144f23: Preparing 02:04:38 bb70dfba817d: Waiting 02:04:38 eeaa73608b53: Preparing 02:04:38 b5a0c595d5a9: Waiting 02:04:38 b35932144f23: Waiting 02:04:38 eeaa73608b53: Waiting 02:04:38 ca5796708f5d: Layer already exists 02:04:38 7c2486cead4c: Layer already exists 02:04:38 fd6f8484bf6a: Layer already exists 02:04:38 88822134b07e: Layer already exists 02:04:38 73c9ebe07389: Layer already exists 02:04:38 b5a0c595d5a9: Layer already exists 02:04:38 bb70dfba817d: Layer already exists 02:04:38 eeaa73608b53: Layer already exists 02:04:38 b35932144f23: Layer already exists 02:04:38 latest: digest: sha256:2c2b4734199216e7271f75a2843b84cc19714680496d3784af74f20af23b3013 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:39 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.112 02:04:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:04:39 73c9ebe07389: Preparing 02:04:39 7c2486cead4c: Preparing 02:04:39 fd6f8484bf6a: Preparing 02:04:39 ca5796708f5d: Preparing 02:04:39 88822134b07e: Preparing 02:04:39 bb70dfba817d: Preparing 02:04:39 b5a0c595d5a9: Preparing 02:04:39 b35932144f23: Preparing 02:04:39 eeaa73608b53: Preparing 02:04:39 bb70dfba817d: Waiting 02:04:39 b5a0c595d5a9: Waiting 02:04:39 b35932144f23: Waiting 02:04:39 eeaa73608b53: Waiting 02:04:39 7c2486cead4c: Layer already exists 02:04:39 88822134b07e: Layer already exists 02:04:39 73c9ebe07389: Layer already exists 02:04:39 fd6f8484bf6a: Layer already exists 02:04:39 ca5796708f5d: Layer already exists 02:04:39 b5a0c595d5a9: Layer already exists 02:04:39 b35932144f23: Layer already exists 02:04:39 bb70dfba817d: Layer already exists 02:04:39 eeaa73608b53: Layer already exists 02:04:39 4.1.0-dev.112: digest: sha256:2c2b4734199216e7271f75a2843b84cc19714680496d3784af74f20af23b3013 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:40 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:04:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:04:40 73c9ebe07389: Preparing 02:04:40 7c2486cead4c: Preparing 02:04:40 fd6f8484bf6a: Preparing 02:04:40 ca5796708f5d: Preparing 02:04:40 88822134b07e: Preparing 02:04:40 bb70dfba817d: Preparing 02:04:40 b5a0c595d5a9: Preparing 02:04:40 b35932144f23: Preparing 02:04:40 eeaa73608b53: Preparing 02:04:40 b5a0c595d5a9: Waiting 02:04:40 b35932144f23: Waiting 02:04:40 bb70dfba817d: Waiting 02:04:40 eeaa73608b53: Waiting 02:04:40 73c9ebe07389: Layer already exists 02:04:40 fd6f8484bf6a: Layer already exists 02:04:40 88822134b07e: Layer already exists 02:04:40 ca5796708f5d: Layer already exists 02:04:40 7c2486cead4c: Layer already exists 02:04:40 b5a0c595d5a9: Layer already exists 02:04:40 b35932144f23: Layer already exists 02:04:40 bb70dfba817d: Layer already exists 02:04:40 eeaa73608b53: Layer already exists 02:04:40 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:2c2b4734199216e7271f75a2843b84cc19714680496d3784af74f20af23b3013 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:41 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 02:04:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:04:41 73c9ebe07389: Preparing 02:04:41 7c2486cead4c: Preparing 02:04:41 fd6f8484bf6a: Preparing 02:04:41 ca5796708f5d: Preparing 02:04:41 88822134b07e: Preparing 02:04:41 bb70dfba817d: Preparing 02:04:41 b5a0c595d5a9: Preparing 02:04:41 b35932144f23: Preparing 02:04:41 eeaa73608b53: Preparing 02:04:41 b5a0c595d5a9: Waiting 02:04:41 b35932144f23: Waiting 02:04:41 eeaa73608b53: Waiting 02:04:41 bb70dfba817d: Waiting 02:04:41 73c9ebe07389: Layer already exists 02:04:41 ca5796708f5d: Layer already exists 02:04:41 7c2486cead4c: Layer already exists 02:04:41 88822134b07e: Layer already exists 02:04:41 fd6f8484bf6a: Layer already exists 02:04:41 bb70dfba817d: Layer already exists 02:04:41 b5a0c595d5a9: Layer already exists 02:04:41 b35932144f23: Layer already exists 02:04:41 eeaa73608b53: Layer already exists 02:04:41 main: digest: sha256:2c2b4734199216e7271f75a2843b84cc19714680496d3784af74f20af23b3013 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:04:41 ===================================================== [Pipeline] echo 02:04:41 taggedImages: 02:04:41 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:04:41 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:04:41 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.112 02:04:41 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:04:41 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:04:41 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 02:04:41 f47b8469dc3efba432dbb776b3e0583fbd02872a 02:04:41 latest 02:04:41 4.1.0-dev.112 02:04:41 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:04:41 main 02:04:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:42 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:04:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:04:42 b5eb15aafd0b: Preparing 02:04:42 77aa093dd2f9: Preparing 02:04:42 ca5796708f5d: Preparing 02:04:42 88822134b07e: Preparing 02:04:42 33edb6c1960d: Preparing 02:04:42 af7611765a8e: Preparing 02:04:42 af7611765a8e: Waiting 02:04:42 eeaa73608b53: Preparing 02:04:42 ca5796708f5d: Layer already exists 02:04:42 88822134b07e: Layer already exists 02:04:42 eeaa73608b53: Layer already exists 02:04:42 33edb6c1960d: Pushed 02:04:42 b5eb15aafd0b: Pushed 02:04:44 af7611765a8e: Pushed 02:04:52 77aa093dd2f9: Pushed 02:04:52 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:007e00cc42614fa9859bfdc63db328947eb055d4709027f07dcd0ce6e5534344 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:52 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:52 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:04:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:04:52 b5eb15aafd0b: Preparing 02:04:52 77aa093dd2f9: Preparing 02:04:52 ca5796708f5d: Preparing 02:04:52 88822134b07e: Preparing 02:04:52 33edb6c1960d: Preparing 02:04:52 af7611765a8e: Preparing 02:04:52 eeaa73608b53: Preparing 02:04:52 af7611765a8e: Waiting 02:04:52 eeaa73608b53: Waiting 02:04:52 b5eb15aafd0b: Layer already exists 02:04:52 88822134b07e: Layer already exists 02:04:52 ca5796708f5d: Layer already exists 02:04:52 33edb6c1960d: Layer already exists 02:04:52 77aa093dd2f9: Layer already exists 02:04:52 eeaa73608b53: Layer already exists 02:04:52 af7611765a8e: Layer already exists 02:04:53 latest: digest: sha256:007e00cc42614fa9859bfdc63db328947eb055d4709027f07dcd0ce6e5534344 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:53 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:53 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.112 02:04:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:04:53 b5eb15aafd0b: Preparing 02:04:53 77aa093dd2f9: Preparing 02:04:53 ca5796708f5d: Preparing 02:04:53 88822134b07e: Preparing 02:04:53 33edb6c1960d: Preparing 02:04:53 af7611765a8e: Preparing 02:04:53 eeaa73608b53: Preparing 02:04:53 af7611765a8e: Waiting 02:04:53 eeaa73608b53: Waiting 02:04:53 33edb6c1960d: Layer already exists 02:04:53 ca5796708f5d: Layer already exists 02:04:53 77aa093dd2f9: Layer already exists 02:04:53 88822134b07e: Layer already exists 02:04:53 b5eb15aafd0b: Layer already exists 02:04:53 eeaa73608b53: Layer already exists 02:04:53 af7611765a8e: Layer already exists 02:04:54 4.1.0-dev.112: digest: sha256:007e00cc42614fa9859bfdc63db328947eb055d4709027f07dcd0ce6e5534344 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:54 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:54 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:04:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:04:54 b5eb15aafd0b: Preparing 02:04:54 77aa093dd2f9: Preparing 02:04:54 ca5796708f5d: Preparing 02:04:54 88822134b07e: Preparing 02:04:54 33edb6c1960d: Preparing 02:04:54 af7611765a8e: Preparing 02:04:54 eeaa73608b53: Preparing 02:04:54 af7611765a8e: Waiting 02:04:54 eeaa73608b53: Waiting 02:04:54 77aa093dd2f9: Layer already exists 02:04:54 88822134b07e: Layer already exists 02:04:54 33edb6c1960d: Layer already exists 02:04:54 ca5796708f5d: Layer already exists 02:04:54 b5eb15aafd0b: Layer already exists 02:04:54 eeaa73608b53: Layer already exists 02:04:54 af7611765a8e: Layer already exists 02:04:54 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:007e00cc42614fa9859bfdc63db328947eb055d4709027f07dcd0ce6e5534344 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:55 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:55 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 02:04:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:04:55 b5eb15aafd0b: Preparing 02:04:55 77aa093dd2f9: Preparing 02:04:55 ca5796708f5d: Preparing 02:04:55 88822134b07e: Preparing 02:04:55 33edb6c1960d: Preparing 02:04:55 af7611765a8e: Preparing 02:04:55 eeaa73608b53: Preparing 02:04:55 af7611765a8e: Waiting 02:04:55 eeaa73608b53: Waiting 02:04:55 33edb6c1960d: Layer already exists 02:04:55 b5eb15aafd0b: Layer already exists 02:04:55 77aa093dd2f9: Layer already exists 02:04:55 ca5796708f5d: Layer already exists 02:04:55 88822134b07e: Layer already exists 02:04:55 af7611765a8e: Layer already exists 02:04:55 eeaa73608b53: Layer already exists 02:04:56 main: digest: sha256:007e00cc42614fa9859bfdc63db328947eb055d4709027f07dcd0ce6e5534344 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:04:56 ===================================================== [Pipeline] echo 02:04:56 taggedImages: 02:04:56 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:04:56 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:04:56 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.112 02:04:56 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:04:56 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:04:56 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 02:04:56 f47b8469dc3efba432dbb776b3e0583fbd02872a 02:04:56 latest 02:04:56 4.1.0-dev.112 02:04:56 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:04:56 main 02:04:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:56 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:56 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:04:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:04:56 77ef70a9477f: Preparing 02:04:56 4c096d4369e1: Preparing 02:04:56 ca5796708f5d: Preparing 02:04:56 88822134b07e: Preparing 02:04:56 efa4274e0367: Preparing 02:04:56 30f3bfdf1bed: Preparing 02:04:56 eeaa73608b53: Preparing 02:04:56 30f3bfdf1bed: Waiting 02:04:56 eeaa73608b53: Waiting 02:04:56 88822134b07e: Layer already exists 02:04:56 ca5796708f5d: Layer already exists 02:04:57 eeaa73608b53: Layer already exists 02:04:57 efa4274e0367: Pushed 02:04:57 77ef70a9477f: Pushed 02:04:57 30f3bfdf1bed: Pushed 02:05:05 4c096d4369e1: Pushed 02:05:06 f47b8469dc3efba432dbb776b3e0583fbd02872a: digest: sha256:c38017c1b5707b95d37575b11222cf876b0e6240ecf2e5d4ac0b1b560f4a1447 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:06 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:06 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:05:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:05:06 77ef70a9477f: Preparing 02:05:06 4c096d4369e1: Preparing 02:05:06 ca5796708f5d: Preparing 02:05:06 88822134b07e: Preparing 02:05:06 efa4274e0367: Preparing 02:05:06 30f3bfdf1bed: Preparing 02:05:06 eeaa73608b53: Preparing 02:05:06 30f3bfdf1bed: Waiting 02:05:06 eeaa73608b53: Waiting 02:05:06 ca5796708f5d: Layer already exists 02:05:06 efa4274e0367: Layer already exists 02:05:06 4c096d4369e1: Layer already exists 02:05:06 77ef70a9477f: Layer already exists 02:05:06 88822134b07e: Layer already exists 02:05:06 eeaa73608b53: Layer already exists 02:05:06 30f3bfdf1bed: Layer already exists 02:05:07 latest: digest: sha256:c38017c1b5707b95d37575b11222cf876b0e6240ecf2e5d4ac0b1b560f4a1447 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:07 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:07 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.112 02:05:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:05:07 77ef70a9477f: Preparing 02:05:07 4c096d4369e1: Preparing 02:05:07 ca5796708f5d: Preparing 02:05:07 88822134b07e: Preparing 02:05:07 efa4274e0367: Preparing 02:05:07 30f3bfdf1bed: Preparing 02:05:07 eeaa73608b53: Preparing 02:05:07 30f3bfdf1bed: Waiting 02:05:07 eeaa73608b53: Waiting 02:05:07 4c096d4369e1: Layer already exists 02:05:07 ca5796708f5d: Layer already exists 02:05:07 efa4274e0367: Layer already exists 02:05:07 88822134b07e: Layer already exists 02:05:07 77ef70a9477f: Layer already exists 02:05:07 eeaa73608b53: Layer already exists 02:05:07 30f3bfdf1bed: Layer already exists 02:05:08 4.1.0-dev.112: digest: sha256:c38017c1b5707b95d37575b11222cf876b0e6240ecf2e5d4ac0b1b560f4a1447 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:08 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:08 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:05:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:05:08 77ef70a9477f: Preparing 02:05:08 4c096d4369e1: Preparing 02:05:08 ca5796708f5d: Preparing 02:05:08 88822134b07e: Preparing 02:05:08 efa4274e0367: Preparing 02:05:08 30f3bfdf1bed: Preparing 02:05:08 eeaa73608b53: Preparing 02:05:08 30f3bfdf1bed: Waiting 02:05:08 eeaa73608b53: Waiting 02:05:08 77ef70a9477f: Layer already exists 02:05:08 efa4274e0367: Layer already exists 02:05:08 ca5796708f5d: Layer already exists 02:05:08 4c096d4369e1: Layer already exists 02:05:08 88822134b07e: Layer already exists 02:05:08 eeaa73608b53: Layer already exists 02:05:08 30f3bfdf1bed: Layer already exists 02:05:08 f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112: digest: sha256:c38017c1b5707b95d37575b11222cf876b0e6240ecf2e5d4ac0b1b560f4a1447 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:09 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:09 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 02:05:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:05:09 77ef70a9477f: Preparing 02:05:09 4c096d4369e1: Preparing 02:05:09 ca5796708f5d: Preparing 02:05:09 88822134b07e: Preparing 02:05:09 efa4274e0367: Preparing 02:05:09 30f3bfdf1bed: Preparing 02:05:09 eeaa73608b53: Preparing 02:05:09 30f3bfdf1bed: Waiting 02:05:09 eeaa73608b53: Waiting 02:05:09 77ef70a9477f: Layer already exists 02:05:09 efa4274e0367: Layer already exists 02:05:09 ca5796708f5d: Layer already exists 02:05:09 4c096d4369e1: Layer already exists 02:05:09 88822134b07e: Layer already exists 02:05:09 30f3bfdf1bed: Layer already exists 02:05:09 eeaa73608b53: Layer already exists 02:05:09 main: digest: sha256:c38017c1b5707b95d37575b11222cf876b0e6240ecf2e5d4ac0b1b560f4a1447 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:05:10 ===================================================== [Pipeline] echo 02:05:10 taggedImages: 02:05:10 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a 02:05:10 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:05:10 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.112 02:05:10 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 02:05:10 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 02:05:10 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.112 [Pipeline] echo 02:05:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo 02:05:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:05:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a [Pipeline] echo 02:05:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 02:05:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.112 [Pipeline] echo 02:05:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f47b8469dc3efba432dbb776b3e0583fbd02872a-4.1.0-dev.112 [Pipeline] echo 02:05:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:05:11 02:05:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:05:11 arm64: Pulling from edgex-lftools-log-publisher 02:05:11 8998bd30e6a1: Pulling fs layer 02:05:11 04944245beec: Pulling fs layer 02:05:11 699f458cf7ca: Pulling fs layer 02:05:11 765212b225bb: Pulling fs layer 02:05:11 f23df028b6ca: Pulling fs layer 02:05:11 d65c8cfc05b1: Pulling fs layer 02:05:11 2437ff75d9bd: Pulling fs layer 02:05:11 f23df028b6ca: Waiting 02:05:11 d65c8cfc05b1: Waiting 02:05:11 2437ff75d9bd: Waiting 02:05:11 765212b225bb: Waiting 02:05:12 04944245beec: Verifying Checksum 02:05:12 04944245beec: Download complete 02:05:12 765212b225bb: Verifying Checksum 02:05:12 765212b225bb: Download complete 02:05:12 f23df028b6ca: Verifying Checksum 02:05:12 f23df028b6ca: Download complete 02:05:12 d65c8cfc05b1: Verifying Checksum 02:05:12 d65c8cfc05b1: Download complete 02:05:12 699f458cf7ca: Verifying Checksum 02:05:12 8998bd30e6a1: Verifying Checksum 02:05:12 8998bd30e6a1: Download complete 02:05:15 2437ff75d9bd: Verifying Checksum 02:05:15 2437ff75d9bd: Download complete 02:05:17 8998bd30e6a1: Pull complete 02:05:17 04944245beec: Pull complete 02:05:20 699f458cf7ca: Pull complete 02:05:20 765212b225bb: Pull complete 02:05:20 f23df028b6ca: Pull complete 02:05:21 d65c8cfc05b1: Pull complete 02:05:39 2437ff75d9bd: Pull complete 02:05:39 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:05:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:05:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:05:39 prd-ubuntu20.04-docker-arm64-4c-16g-8845 does not seem to be running inside a container 02:05: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/973 -v /w/workspace/edgex-go/973:/w/workspace/edgex-go/973:rw,z -v /w/workspace/edgex-go/973@tmp:/w/workspace/edgex-go/973@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 02:05:42 $ docker top 2435dbd7a219e8714fae3dc389e07cb19cc564bdc76af5fe325d75d7155cad30 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:05:43 ---> job-cost.sh 02:05:43 lf-activate-venv: SKIPPING 02:05:43 INFO: No Stack... 02:05:44 INFO: Retrieving Pricing Info for: v3-standard-4 02:05:44 INFO: Archiving Costs [Pipeline] sh 02:05:45 + cat /w/workspace/edgex-go/973/archives/cost.csv 02:05:45 + cut -d, -f6 [Pipeline] lock 02:05:45 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-973-stack-cost] 02:05:45 Resource [jenkins-edgexfoundry-edgex-go-main-973-stack-cost] did not exist. Created. 02:05:45 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-973-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:05:45 + echo total: 0.10999999940395355 [Pipeline] stash 02:05:46 Stashed 1 file(s) [Pipeline] } 02:05:46 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-973-stack-cost] [Pipeline] // lock [Pipeline] } 02:05:46 $ docker stop --time=1 2435dbd7a219e8714fae3dc389e07cb19cc564bdc76af5fe325d75d7155cad30 02:05:49 $ docker rm -f --volumes 2435dbd7a219e8714fae3dc389e07cb19cc564bdc76af5fe325d75d7155cad30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:07:59 Cancelling nested steps due to timeout 07:07:59 Sending interrupt signal to process 07:08:01 script returned exit code 143 [Pipeline] } 07:08:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 07:08:02 + '[' -d /w/workspace/edgex-go/973/archives ']' [Pipeline] libraryResource [Pipeline] sh 07:08:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:08:03 ---> package-listing.sh 07:08:03 ++ tr '[:upper:]' '[:lower:]' 07:08:03 ++ facter osfamily 07:08:03 + OS_FAMILY=redhat 07:08:03 + workspace=/w/workspace/edgex-go/973 07:08:03 + START_PACKAGES=/tmp/packages_start.txt 07:08:03 + END_PACKAGES=/tmp/packages_end.txt 07:08:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:08:03 + PACKAGES=/tmp/packages_start.txt 07:08:03 + '[' /w/workspace/edgex-go/973 ']' 07:08:03 + PACKAGES=/tmp/packages_end.txt 07:08:03 + case "${OS_FAMILY}" in 07:08:03 + rpm -qa 07:08:03 + sort 07:08:04 + '[' -f /tmp/packages_start.txt ']' 07:08:04 + '[' -f /tmp/packages_end.txt ']' 07:08:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:08:04 + '[' /w/workspace/edgex-go/973 ']' 07:08:04 + mkdir -p /w/workspace/edgex-go/973/archives/ 07:08:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/973/archives/ [Pipeline] echo 07:08:04 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/973/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:08:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:08:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:08:05 07:08:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:08:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:08:05 latest: Pulling from edgex-lftools-log-publisher 07:08:05 5eb5b503b376: Pulling fs layer 07:08:05 5c69ac0246d0: Pulling fs layer 07:08:05 ec43610c2a17: Pulling fs layer 07:08:05 3a2ae6a8a46f: Pulling fs layer 07:08:05 33b1e0a273af: Pulling fs layer 07:08:05 5d3b04190fa2: Pulling fs layer 07:08:05 2f39f015ded8: Pulling fs layer 07:08:05 3a2ae6a8a46f: Waiting 07:08:05 33b1e0a273af: Waiting 07:08:05 5d3b04190fa2: Waiting 07:08:05 2f39f015ded8: Waiting 07:08:05 5c69ac0246d0: Download complete 07:08:05 3a2ae6a8a46f: Verifying Checksum 07:08:05 3a2ae6a8a46f: Download complete 07:08:05 33b1e0a273af: Verifying Checksum 07:08:05 33b1e0a273af: Download complete 07:08:05 ec43610c2a17: Verifying Checksum 07:08:05 ec43610c2a17: Download complete 07:08:05 5d3b04190fa2: Verifying Checksum 07:08:05 5d3b04190fa2: Download complete 07:08:05 5eb5b503b376: Verifying Checksum 07:08:05 5eb5b503b376: Download complete 07:08:06 2f39f015ded8: Verifying Checksum 07:08:06 2f39f015ded8: Download complete 07:08:07 5eb5b503b376: Pull complete 07:08:07 5c69ac0246d0: Pull complete 07:08:07 ec43610c2a17: Pull complete 07:08:07 3a2ae6a8a46f: Pull complete 07:08:07 33b1e0a273af: Pull complete 07:08:07 5d3b04190fa2: Pull complete 07:08:12 2f39f015ded8: Pull complete 07:08:12 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:08:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:08:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:08:12 prd-centos7-docker-4c-2g-8846 does not seem to be running inside a container 07:08:12 $ 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/973/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@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-lftools-log-publisher:latest cat 07:08:15 $ docker top 869afe2dbb55851f50d6f58b9eb6a32a10098c9b4d80688a2e6492f581e09752 -eo pid,comm [Pipeline] { [Pipeline] sh 07:08:15 + touch /tmp/pre-build-complete [Pipeline] sh 07:08:16 + mkdir -p /var/log/sysstat [Pipeline] sh 07:08:16 + ls /var/log/sa-host 07:08:16 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:08:16 provisioning config files... 07:08:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config18332971524105231476tmp [Pipeline] { [Pipeline] echo 07:08:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:08:16 ---> create-netrc.sh [Pipeline] } 07:08:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:08:17 ---> python-tools-install.sh [Pipeline] echo 07:08:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:08:17 ---> sudo-logs.sh 07:08:17 Archiving 'sudo' log.. 07:08:17 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:08:17 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 07:08:17 $ docker stop --time=1 869afe2dbb55851f50d6f58b9eb6a32a10098c9b4d80688a2e6492f581e09752 07:08:18 $ docker rm -f --volumes 869afe2dbb55851f50d6f58b9eb6a32a10098c9b4d80688a2e6492f581e09752 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 07:08:18 [WS-CLEANUP] Deleting project workspace... 07:08:18 [WS-CLEANUP] Deferred wipeout is used... 07:08:18 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:08:19 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 07:08:19 + [ -d /w/workspace/edgex-go/973/archives ] [Pipeline] libraryResource [Pipeline] sh 07:08:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:08:21 ---> package-listing.sh 07:08:21 ++ facter osfamily 07:08:21 ++ tr '[:upper:]' '[:lower:]' 07:08:21 + OS_FAMILY=debian 07:08:21 + workspace=/w/workspace/edgex-go/973 07:08:21 + START_PACKAGES=/tmp/packages_start.txt 07:08:21 + END_PACKAGES=/tmp/packages_end.txt 07:08:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:08:21 + PACKAGES=/tmp/packages_start.txt 07:08:21 + '[' /w/workspace/edgex-go/973 ']' 07:08:21 + PACKAGES=/tmp/packages_end.txt 07:08:21 + case "${OS_FAMILY}" in 07:08:21 + dpkg -l 07:08:21 + grep '^ii' 07:08:21 + '[' -f /tmp/packages_start.txt ']' 07:08:21 + '[' -f /tmp/packages_end.txt ']' 07:08:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:08:21 + '[' /w/workspace/edgex-go/973 ']' 07:08:21 + mkdir -p /w/workspace/edgex-go/973/archives/ 07:08:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/973/archives/ [Pipeline] echo 07:08:21 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/973/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:08:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:08:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:08:22 07:08:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:08:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:08:22 latest: Pulling from edgex-lftools-log-publisher 07:08:22 5eb5b503b376: Pulling fs layer 07:08:22 5c69ac0246d0: Pulling fs layer 07:08:22 ec43610c2a17: Pulling fs layer 07:08:22 3a2ae6a8a46f: Pulling fs layer 07:08:22 33b1e0a273af: Pulling fs layer 07:08:22 5d3b04190fa2: Pulling fs layer 07:08:22 2f39f015ded8: Pulling fs layer 07:08:22 3a2ae6a8a46f: Waiting 07:08:22 5d3b04190fa2: Waiting 07:08:22 2f39f015ded8: Waiting 07:08:22 33b1e0a273af: Waiting 07:08:22 5c69ac0246d0: Download complete 07:08:22 3a2ae6a8a46f: Download complete 07:08:22 33b1e0a273af: Verifying Checksum 07:08:22 33b1e0a273af: Download complete 07:08:22 ec43610c2a17: Verifying Checksum 07:08:22 ec43610c2a17: Download complete 07:08:22 5d3b04190fa2: Verifying Checksum 07:08:22 5d3b04190fa2: Download complete 07:08:22 5eb5b503b376: Verifying Checksum 07:08:22 5eb5b503b376: Download complete 07:08:23 2f39f015ded8: Verifying Checksum 07:08:23 2f39f015ded8: Download complete 07:08:24 5eb5b503b376: Pull complete 07:08:24 5c69ac0246d0: Pull complete 07:08:25 ec43610c2a17: Pull complete 07:08:25 3a2ae6a8a46f: Pull complete 07:08:25 33b1e0a273af: Pull complete 07:08:25 5d3b04190fa2: Pull complete 07:08:30 2f39f015ded8: Pull complete 07:08:30 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:08:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:08:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:08:30 prd-ubuntu20.04-docker-8c-8g-8842 does not seem to be running inside a container 07:08:30 $ 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/973/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/973 -v /w/workspace/edgex-go/973:/w/workspace/edgex-go/973:rw,z -v /w/workspace/edgex-go/973@tmp:/w/workspace/edgex-go/973@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-lftools-log-publisher:latest cat 07:08:34 $ docker top 675f50ea319528450634de08db068568a7088d18b33af0f8623f1ec188debd40 -eo pid,comm [Pipeline] { [Pipeline] sh 07:08:34 + touch /tmp/pre-build-complete [Pipeline] sh 07:08:35 + mkdir -p /var/log/sysstat [Pipeline] sh 07:08:35 + ls /var/log/sa-host 07:08:35 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:08:35 provisioning config files... 07:08:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/973@tmp/config13942430565113651187tmp [Pipeline] { [Pipeline] echo 07:08:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:08:35 ---> create-netrc.sh [Pipeline] } 07:08:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:08:36 ---> python-tools-install.sh [Pipeline] echo 07:08:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:08:36 ---> sudo-logs.sh 07:08:36 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:08:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:08:36 ---> job-cost.sh 07:08:36 lf-activate-venv: SKIPPING 07:08:36 DEBUG: total: 0.10999999940395355 07:08:36 INFO: Retrieving Stack Cost... 07:08:37 INFO: Retrieving Pricing Info for: v3-standard-8 07:08:37 INFO: Archiving Costs [Pipeline] echo 07:08:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:08:37 ---> logs-deploy.sh 07:08:37 lf-activate-venv: SKIPPING 07:08:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/973 07:08:37 INFO: archiving workspace using pattern(s): 07:08:38 Archives upload complete. 07:08:38 INFO: archiving logs to Nexus 07:08:39 ---> uname -a: 07:08:39 Linux prd-ubuntu20-04-docker-8c-8g-8842 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 07:08:39 07:08:39 07:08:39 ---> lscpu: 07:08:39 Architecture: x86_64 07:08:39 CPU op-mode(s): 32-bit, 64-bit 07:08:39 Byte Order: Little Endian 07:08:39 Address sizes: 40 bits physical, 48 bits virtual 07:08:39 CPU(s): 8 07:08:39 On-line CPU(s) list: 0-7 07:08:39 Thread(s) per core: 1 07:08:39 Core(s) per socket: 1 07:08:39 Socket(s): 8 07:08:39 NUMA node(s): 1 07:08:39 Vendor ID: AuthenticAMD 07:08:39 CPU family: 23 07:08:39 Model: 49 07:08:39 Model name: AMD EPYC-Rome Processor 07:08:39 Stepping: 0 07:08:39 CPU MHz: 2799.998 07:08:39 BogoMIPS: 5599.99 07:08:39 Virtualization: AMD-V 07:08:39 Hypervisor vendor: KVM 07:08:39 Virtualization type: full 07:08:39 L1d cache: 256 KiB 07:08:39 L1i cache: 256 KiB 07:08:39 L2 cache: 4 MiB 07:08:39 L3 cache: 128 MiB 07:08:39 NUMA node0 CPU(s): 0-7 07:08:39 Vulnerability Gather data sampling: Not affected 07:08:39 Vulnerability Itlb multihit: Not affected 07:08:39 Vulnerability L1tf: Not affected 07:08:39 Vulnerability Mds: Not affected 07:08:39 Vulnerability Meltdown: Not affected 07:08:39 Vulnerability Mmio stale data: Not affected 07:08:39 Vulnerability Retbleed: Vulnerable 07:08:39 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:08:39 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:08:39 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 07:08:39 Vulnerability Srbds: Not affected 07:08:39 Vulnerability Tsx async abort: Not affected 07:08:39 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 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 07:08:39 07:08:39 07:08:39 ---> nproc: 07:08:39 8 07:08:39 07:08:39 07:08:39 ---> df -h: 07:08:39 Filesystem Size Used Avail Use% Mounted on 07:08:39 overlay 155G 33G 123G 22% / 07:08:39 tmpfs 64M 0 64M 0% /dev 07:08:39 tmpfs 16G 0 16G 0% /sys/fs/cgroup 07:08:39 shm 64M 0 64M 0% /dev/shm 07:08:39 /dev/vda1 155G 33G 123G 22% /facter-os 07:08:39 07:08:39 07:08:39 ---> sar -b -r -n DEV: 07:08:39 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-8842) 05/08/26 _x86_64_ (8 CPU) 07:08:39 07:08:39 01:07:13 LINUX RESTART (8 CPU) 07:08:39 07:08:39 01:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:08:39 01:09:01 173.39 19.26 154.13 0.00 3147.35 55145.35 0.00 07:08:39 01:10:01 54.87 0.18 54.69 0.00 8.00 12522.46 0.00 07:08:39 01:11:01 52.34 0.05 52.29 0.00 0.40 41216.60 0.00 07:08:39 01:12:01 47.53 0.18 47.34 0.00 2.40 20818.13 0.00 07:08:39 01:13:01 198.52 0.33 198.18 0.00 18.26 147137.74 0.00 07:08:39 01:14:01 684.69 19.78 664.91 0.00 188.77 238686.35 0.00 07:08:39 01:15:01 511.48 0.82 510.66 0.00 6.53 217301.43 0.00 07:08:39 01:16:01 153.43 0.20 153.23 0.00 1.60 73299.57 0.00 07:08:39 01:17:01 545.24 0.77 544.48 0.00 30.48 155122.53 0.00 07:08:39 01:18:01 571.75 46.21 525.55 0.00 2365.07 100415.66 0.00 07:08:39 01:19:01 35.74 1.77 33.98 0.00 232.76 883.32 0.00 07:08:39 01:20:01 7.80 0.00 7.80 0.00 0.00 165.44 0.00 07:08:39 01:21:01 8.18 0.00 8.18 0.00 0.00 218.90 0.00 07:08:39 01:22:01 2.10 0.00 2.10 0.00 0.00 23.33 0.00 07:08:39 01:23:01 3.90 2.32 1.58 0.00 21.06 17.86 0.00 07:08:39 01:24:01 1.32 0.00 1.32 0.00 0.00 15.99 0.00 07:08:39 01:25:01 0.97 0.00 0.97 0.00 0.00 10.40 0.00 07:08:39 01:26:01 1.35 0.00 1.35 0.00 0.00 16.13 0.00 07:08:39 01:27:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 07:08:39 01:28:01 1.33 0.00 1.33 0.00 0.00 15.06 0.00 07:08:39 01:29:01 1.07 0.00 1.07 0.00 0.00 13.46 0.00 07:08:39 01:30:01 1.37 0.00 1.37 0.00 0.00 16.13 0.00 07:08:39 01:31:01 0.88 0.00 0.88 0.00 0.00 10.26 0.00 07:08:39 01:32:01 1.40 0.00 1.40 0.00 0.00 16.40 0.00 07:08:39 01:33:01 1.03 0.00 1.03 0.00 0.00 12.40 0.00 07:08:39 01:34:01 1.35 0.00 1.35 0.00 0.00 16.26 0.00 07:08:39 01:35:01 0.93 0.00 0.93 0.00 0.00 10.13 0.00 07:08:39 01:36:01 1.32 0.00 1.32 0.00 0.00 15.59 0.00 07:08:39 01:37:01 0.92 0.00 0.92 0.00 0.00 10.26 0.00 07:08:39 01:38:01 1.33 0.00 1.33 0.00 0.00 17.60 0.00 07:08:39 01:39:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 07:08:39 01:40:01 1.27 0.00 1.27 0.00 0.00 15.46 0.00 07:08:39 01:41:01 0.97 0.00 0.97 0.00 0.00 11.33 0.00 07:08:39 01:42:01 1.32 0.00 1.32 0.00 0.00 14.80 0.00 07:08:39 01:43:01 0.90 0.00 0.90 0.00 0.00 10.66 0.00 07:08:39 01:44:01 1.32 0.00 1.32 0.00 0.00 15.33 0.00 07:08:39 01:45:01 1.18 0.32 0.87 0.00 16.93 10.80 0.00 07:08:39 01:46:01 1.35 0.00 1.35 0.00 0.00 15.73 0.00 07:08:39 01:47:01 2.32 1.38 0.93 0.00 28.93 12.93 0.00 07:08:39 01:48:01 1.45 0.00 1.45 0.00 0.00 17.99 0.00 07:08:39 01:49:01 1.05 0.00 1.05 0.00 0.00 13.33 0.00 07:08:39 01:50:01 1.35 0.00 1.35 0.00 0.00 16.80 0.00 07:08:39 01:51:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 07:08:39 01:52:01 1.17 0.00 1.17 0.00 0.00 14.66 0.00 07:08:39 01:53:01 1.18 0.00 1.18 0.00 0.00 14.13 0.00 07:08:39 01:54:01 1.40 0.00 1.40 0.00 0.00 15.86 0.00 07:08:39 01:55:01 0.92 0.00 0.92 0.00 0.00 10.66 0.00 07:08:39 01:56:01 1.33 0.00 1.33 0.00 0.00 15.33 0.00 07:08:39 01:57:01 0.90 0.00 0.90 0.00 0.00 11.07 0.00 07:08:39 01:58:01 1.47 0.00 1.47 0.00 0.00 17.59 0.00 07:08:39 01:59:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 07:08:39 02:00:01 1.28 0.00 1.28 0.00 0.00 16.40 0.00 07:08:39 02:01:01 0.90 0.00 0.90 0.00 0.00 10.26 0.00 07:08:39 02:02:01 1.22 0.00 1.22 0.00 0.00 15.06 0.00 07:08:39 02:03:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 07:08:39 02:04:01 1.45 0.00 1.45 0.00 0.00 16.93 0.00 07:08:39 02:05:01 0.98 0.00 0.98 0.00 0.00 11.73 0.00 07:08:39 02:06:01 1.25 0.00 1.25 0.00 0.00 17.73 0.00 07:08:39 02:07:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 07:08:39 02:08:01 1.18 0.00 1.18 0.00 0.00 15.46 0.00 07:08:39 02:09:01 0.98 0.00 0.98 0.00 0.00 12.00 0.00 07:08:39 02:10:01 1.27 0.00 1.27 0.00 0.00 15.33 0.00 07:08:39 02:11:01 0.92 0.00 0.92 0.00 0.00 10.66 0.00 07:08:39 02:12:01 1.37 0.00 1.37 0.00 0.00 15.86 0.00 07:08:39 02:13:01 1.00 0.00 1.00 0.00 0.00 12.66 0.00 07:08:39 02:14:01 1.41 0.00 1.41 0.00 0.00 17.49 0.00 07:08:39 02:15:01 0.93 0.00 0.93 0.00 0.00 10.40 0.00 07:08:39 02:16:01 1.38 0.00 1.38 0.00 0.00 17.19 0.00 07:08:39 02:17:01 0.98 0.00 0.98 0.00 0.00 10.80 0.00 07:08:39 02:18:01 1.47 0.00 1.47 0.00 0.00 18.26 0.00 07:08:39 02:19:01 1.15 0.00 1.15 0.00 0.00 12.80 0.00 07:08:39 02:20:01 1.13 0.00 1.13 0.00 0.00 14.53 0.00 07:08:39 02:21:01 1.07 0.00 1.07 0.00 0.00 12.53 0.00 07:08:39 02:22:01 1.47 0.00 1.47 0.00 0.00 17.46 0.00 07:08:39 02:23:01 1.00 0.00 1.00 0.00 0.00 11.73 0.00 07:08:39 02:24:01 1.40 0.00 1.40 0.00 0.00 17.06 0.00 07:08:39 02:25:01 0.93 0.00 0.93 0.00 0.00 11.20 0.00 07:08:39 02:26:01 1.38 0.00 1.38 0.00 0.00 17.46 0.00 07:08:39 02:27:01 0.95 0.00 0.95 0.00 0.00 10.53 0.00 07:08:39 02:28:01 1.37 0.00 1.37 0.00 0.00 17.20 0.00 07:08:39 02:29:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 07:08:39 02:30:01 1.20 0.00 1.20 0.00 0.00 15.73 0.00 07:08:39 02:31:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 07:08:39 02:32:01 1.60 0.00 1.60 0.00 0.00 18.66 0.00 07:08:39 02:33:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 07:08:39 02:34:01 1.38 0.00 1.38 0.00 0.00 17.33 0.00 07:08:39 02:35:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 07:08:39 02:36:01 1.40 0.00 1.40 0.00 0.00 16.00 0.00 07:08:39 02:37:01 0.93 0.00 0.93 0.00 0.00 11.20 0.00 07:08:39 02:38:01 1.70 0.00 1.70 0.00 0.00 19.73 0.00 07:08:39 02:39:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 07:08:39 02:40:01 1.38 0.00 1.38 0.00 0.00 17.59 0.00 07:08:39 02:41:01 0.88 0.00 0.88 0.00 0.00 9.73 0.00 07:08:39 02:42:01 1.57 0.00 1.57 0.00 0.00 18.93 0.00 07:08:39 02:43:01 1.15 0.00 1.15 0.00 0.00 12.80 0.00 07:08:39 02:44:01 1.58 0.00 1.58 0.00 0.00 19.06 0.00 07:08:39 02:45:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 07:08:39 02:46:01 1.48 0.00 1.48 0.00 0.00 17.46 0.00 07:08:39 02:47:01 1.13 0.00 1.13 0.00 0.00 13.46 0.00 07:08:39 02:48:01 1.50 0.00 1.50 0.00 0.00 17.06 0.00 07:08:39 02:49:01 1.00 0.00 1.00 0.00 0.00 12.26 0.00 07:08:39 02:50:01 1.27 0.00 1.27 0.00 0.00 15.33 0.00 07:08:39 02:51:01 0.87 0.00 0.87 0.00 0.00 10.26 0.00 07:08:39 02:52:01 1.67 0.00 1.67 0.00 0.00 19.86 0.00 07:08:39 02:53:01 2.42 0.28 2.13 0.00 23.60 24.26 0.00 07:08:39 02:54:01 1.60 0.00 1.60 0.00 0.00 18.66 0.00 07:08:39 02:55:01 0.97 0.00 0.97 0.00 0.00 11.99 0.00 07:08:39 02:56:01 1.37 0.00 1.37 0.00 0.00 16.66 0.00 07:08:39 02:57:01 0.92 0.00 0.92 0.00 0.00 10.26 0.00 07:08:39 02:58:01 1.52 0.00 1.52 0.00 0.00 18.13 0.00 07:08:39 02:59:01 1.03 0.00 1.03 0.00 0.00 12.26 0.00 07:08:39 03:00:01 1.28 0.00 1.28 0.00 0.00 15.73 0.00 07:08:39 03:01:01 0.90 0.00 0.90 0.00 0.00 10.26 0.00 07:08:39 03:02:01 1.15 0.00 1.15 0.00 0.00 14.00 0.00 07:08:39 03:03:01 1.08 0.00 1.08 0.00 0.00 12.13 0.00 07:08:39 03:04:01 1.82 0.00 1.82 0.00 0.00 21.73 0.00 07:08:39 03:05:01 1.00 0.00 1.00 0.00 0.00 11.06 0.00 07:08:39 03:06:01 1.43 0.00 1.43 0.00 0.00 17.33 0.00 07:08:39 03:07:01 0.93 0.00 0.93 0.00 0.00 10.66 0.00 07:08:39 03:08:01 1.22 0.00 1.22 0.00 0.00 15.46 0.00 07:08:39 03:09:01 1.18 0.00 1.18 0.00 0.00 12.40 0.00 07:08:39 03:10:01 1.70 0.00 1.70 0.00 0.00 20.13 0.00 07:08:39 03:11:01 1.27 0.00 1.27 0.00 0.00 14.13 0.00 07:08:39 03:12:01 1.55 0.00 1.55 0.00 0.00 17.60 0.00 07:08:39 03:13:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 07:08:39 03:14:01 1.83 0.00 1.83 0.00 0.00 20.80 0.00 07:08:39 03:15:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 07:08:39 03:16:01 1.45 0.00 1.45 0.00 0.00 16.26 0.00 07:08:39 03:17:01 1.02 0.00 1.02 0.00 0.00 11.59 0.00 07:08:39 03:18:01 1.98 0.00 1.98 0.00 0.00 23.20 0.00 07:08:39 03:19:01 1.03 0.00 1.03 0.00 0.00 10.80 0.00 07:08:39 03:20:01 1.40 0.00 1.40 0.00 0.00 16.80 0.00 07:08:39 03:21:01 0.93 0.00 0.93 0.00 0.00 10.93 0.00 07:08:39 03:22:01 1.34 0.00 1.34 0.00 0.00 16.13 0.00 07:08:39 03:23:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 07:08:39 03:24:01 1.58 0.00 1.58 0.00 0.00 19.06 0.00 07:08:39 03:25:01 1.67 0.00 1.67 0.00 0.00 18.53 0.00 07:08:39 03:26:01 1.88 0.00 1.88 0.00 0.00 22.80 0.00 07:08:39 03:27:01 1.50 0.00 1.50 0.00 0.00 16.26 0.00 07:08:39 03:28:01 1.85 0.00 1.85 0.00 0.00 21.19 0.00 07:08:39 03:29:01 1.30 0.00 1.30 0.00 0.00 14.66 0.00 07:08:39 03:30:01 1.60 0.00 1.60 0.00 0.00 18.26 0.00 07:08:39 03:31:01 1.40 0.00 1.40 0.00 0.00 15.19 0.00 07:08:39 03:32:01 1.60 0.00 1.60 0.00 0.00 18.93 0.00 07:08:39 03:33:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 07:08:39 03:34:01 1.47 0.00 1.47 0.00 0.00 17.46 0.00 07:08:39 03:35:01 1.10 0.00 1.10 0.00 0.00 12.53 0.00 07:08:39 03:36:01 1.50 0.00 1.50 0.00 0.00 18.26 0.00 07:08:39 03:37:01 1.12 0.00 1.12 0.00 0.00 12.40 0.00 07:08:39 03:38:01 1.40 0.00 1.40 0.00 0.00 17.19 0.00 07:08:39 03:39:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 07:08:39 03:40:01 1.65 0.00 1.65 0.00 0.00 19.33 0.00 07:08:39 03:41:01 0.95 0.00 0.95 0.00 0.00 11.60 0.00 07:08:39 03:42:01 1.37 0.00 1.37 0.00 0.00 15.60 0.00 07:08:39 03:43:01 0.90 0.00 0.90 0.00 0.00 11.60 0.00 07:08:39 03:44:01 1.35 0.00 1.35 0.00 0.00 16.93 0.00 07:08:39 03:45:01 1.25 0.00 1.25 0.00 0.00 14.40 0.00 07:08:39 03:46:01 1.68 0.00 1.68 0.00 0.00 19.60 0.00 07:08:39 03:47:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 07:08:39 03:48:01 1.50 0.00 1.50 0.00 0.00 18.52 0.00 07:08:39 03:49:01 1.43 0.00 1.43 0.00 0.00 15.60 0.00 07:08:39 03:50:01 1.71 0.00 1.71 0.00 0.00 20.24 0.00 07:08:39 03:51:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 07:08:39 03:52:01 1.18 0.00 1.18 0.00 0.00 14.00 0.00 07:08:39 03:53:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 07:08:39 03:54:01 1.58 0.00 1.58 0.00 0.00 18.66 0.00 07:08:39 03:55:01 1.07 0.00 1.07 0.00 0.00 12.93 0.00 07:08:39 03:56:01 1.23 0.00 1.23 0.00 0.00 15.33 0.00 07:08:39 03:57:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 07:08:39 03:58:01 1.23 0.00 1.23 0.00 0.00 15.73 0.00 07:08:39 03:59:01 1.17 0.00 1.17 0.00 0.00 12.40 0.00 07:08:39 04:00:01 1.37 0.00 1.37 0.00 0.00 17.86 0.00 07:08:39 04:01:01 1.25 0.00 1.25 0.00 0.00 13.20 0.00 07:08:39 04:02:01 1.30 0.00 1.30 0.00 0.00 16.53 0.00 07:08:39 04:03:01 1.07 0.00 1.07 0.00 0.00 12.53 0.00 07:08:39 04:04:01 1.40 0.00 1.40 0.00 0.00 17.06 0.00 07:08:39 04:05:01 1.07 0.00 1.07 0.00 0.00 12.25 0.00 07:08:39 04:06:01 1.27 0.00 1.27 0.00 0.00 15.60 0.00 07:08:39 04:07:01 1.07 0.00 1.07 0.00 0.00 12.66 0.00 07:08:39 04:08:01 1.53 0.00 1.53 0.00 0.00 17.46 0.00 07:08:39 04:09:01 0.93 0.00 0.93 0.00 0.00 11.06 0.00 07:08:39 04:10:01 1.37 0.00 1.37 0.00 0.00 16.93 0.00 07:08:39 04:11:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 07:08:39 04:12:01 1.37 0.00 1.37 0.00 0.00 16.80 0.00 07:08:39 04:13:01 1.00 0.00 1.00 0.00 0.00 11.06 0.00 07:08:39 04:14:01 1.30 0.00 1.30 0.00 0.00 16.40 0.00 07:08:39 04:15:01 1.17 0.00 1.17 0.00 0.00 12.93 0.00 07:08:39 04:16:01 1.32 0.00 1.32 0.00 0.00 16.00 0.00 07:08:39 04:17:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 07:08:39 04:18:01 1.68 0.00 1.68 0.00 0.00 18.80 0.00 07:08:39 04:19:01 1.12 0.00 1.12 0.00 0.00 12.93 0.00 07:08:39 04:20:01 1.50 0.00 1.50 0.00 0.00 17.86 0.00 07:08:39 04:21:01 1.12 0.00 1.12 0.00 0.00 13.06 0.00 07:08:39 04:22:01 1.56 0.00 1.56 0.00 0.00 18.84 0.00 07:08:39 04:23:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 07:08:39 04:24:01 1.57 0.00 1.57 0.00 0.00 18.26 0.00 07:08:39 04:25:01 0.97 0.00 0.97 0.00 0.00 10.40 0.00 07:08:39 04:26:01 1.65 0.00 1.65 0.00 0.00 19.86 0.00 07:08:39 04:27:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 07:08:39 04:28:01 1.35 0.00 1.35 0.00 0.00 16.93 0.00 07:08:39 04:29:01 1.20 0.00 1.20 0.00 0.00 13.73 0.00 07:08:39 04:30:01 1.27 0.00 1.27 0.00 0.00 15.33 0.00 07:08:39 04:31:01 1.23 0.00 1.23 0.00 0.00 14.40 0.00 07:08:39 04:32:01 1.62 0.00 1.62 0.00 0.00 18.66 0.00 07:08:39 04:33:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 07:08:39 04:34:01 1.62 0.00 1.62 0.00 0.00 18.53 0.00 07:08:39 04:35:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 07:08:39 04:36:01 1.33 0.00 1.33 0.00 0.00 17.46 0.00 07:08:39 04:37:01 1.15 0.00 1.15 0.00 0.00 11.73 0.00 07:08:39 04:38:01 1.30 0.00 1.30 0.00 0.00 16.13 0.00 07:08:39 04:39:01 1.10 0.00 1.10 0.00 0.00 11.60 0.00 07:08:39 04:40:01 1.20 0.00 1.20 0.00 0.00 15.46 0.00 07:08:39 04:41:01 1.17 0.00 1.17 0.00 0.00 13.06 0.00 07:08:39 04:42:01 1.30 0.00 1.30 0.00 0.00 16.13 0.00 07:08:39 04:43:01 1.15 0.00 1.15 0.00 0.00 13.46 0.00 07:08:39 04:44:01 1.38 0.00 1.38 0.00 0.00 16.40 0.00 07:08:39 04:45:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 07:08:39 04:46:01 1.47 0.00 1.47 0.00 0.00 16.80 0.00 07:08:39 04:47:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 07:08:39 04:48:01 1.37 0.00 1.37 0.00 0.00 17.46 0.00 07:08:39 04:49:01 1.22 0.00 1.22 0.00 0.00 15.06 0.00 07:08:39 04:50:01 1.37 0.00 1.37 0.00 0.00 17.86 0.00 07:08:39 04:51:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 07:08:39 04:52:01 1.55 0.00 1.55 0.00 0.00 17.86 0.00 07:08:39 04:53:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 07:08:39 04:54:01 1.67 0.00 1.67 0.00 0.00 19.46 0.00 07:08:39 04:55:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 07:08:39 04:56:01 1.45 0.00 1.45 0.00 0.00 16.53 0.00 07:08:39 04:57:01 0.93 0.00 0.93 0.00 0.00 10.93 0.00 07:08:39 04:58:01 1.48 0.00 1.48 0.00 0.00 17.73 0.00 07:08:39 04:59:01 1.15 0.00 1.15 0.00 0.00 13.20 0.00 07:08:39 05:00:01 1.25 0.03 1.22 0.00 0.27 14.66 0.00 07:08:39 05:01:01 1.20 0.00 1.20 0.00 0.00 14.13 0.00 07:08:39 05:02:01 1.18 0.00 1.18 0.00 0.00 14.80 0.00 07:08:39 05:03:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 07:08:39 05:04:01 1.27 0.00 1.27 0.00 0.00 16.13 0.00 07:08:39 05:05:01 1.07 0.00 1.07 0.00 0.00 12.13 0.00 07:08:39 05:06:01 1.58 0.00 1.58 0.00 0.00 18.93 0.00 07:08:39 05:07:01 1.00 0.00 1.00 0.00 0.00 11.06 0.00 07:08:39 05:08:01 1.57 0.00 1.57 0.00 0.00 18.80 0.00 07:08:39 05:09:01 0.98 0.00 0.98 0.00 0.00 11.60 0.00 07:08:39 05:10:01 1.52 0.00 1.52 0.00 0.00 17.06 0.00 07:08:39 05:11:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 07:08:39 05:12:01 1.55 0.00 1.55 0.00 0.00 18.53 0.00 07:08:39 05:13:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 07:08:39 05:14:01 1.60 0.00 1.60 0.00 0.00 18.66 0.00 07:08:39 05:15:01 1.00 0.00 1.00 0.00 0.00 11.06 0.00 07:08:39 05:16:01 1.37 0.00 1.37 0.00 0.00 17.60 0.00 07:08:39 05:17:01 1.23 0.00 1.23 0.00 0.00 13.20 0.00 07:08:39 05:18:01 1.55 0.00 1.55 0.00 0.00 19.06 0.00 07:08:39 05:19:01 1.15 0.00 1.15 0.00 0.00 12.26 0.00 07:08:39 05:20:01 1.15 0.00 1.15 0.00 0.00 14.93 0.00 07:08:39 05:21:01 1.30 0.00 1.30 0.00 0.00 15.33 0.00 07:08:39 05:22:01 1.27 0.00 1.27 0.00 0.00 16.00 0.00 07:08:39 05:23:01 1.08 0.00 1.08 0.00 0.00 12.13 0.00 07:08:39 05:24:01 1.28 0.00 1.28 0.00 0.00 16.26 0.00 07:08:39 05:25:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 07:08:39 05:26:01 1.35 0.00 1.35 0.00 0.00 17.33 0.00 07:08:39 05:27:01 1.18 0.00 1.18 0.00 0.00 12.53 0.00 07:08:39 05:28:01 1.47 0.00 1.47 0.00 0.00 17.46 0.00 07:08:39 05:29:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 07:08:39 05:30:01 1.25 0.00 1.25 0.00 0.00 15.59 0.00 07:08:39 05:31:01 1.03 0.00 1.03 0.00 0.00 11.06 0.00 07:08:39 05:32:01 1.33 0.00 1.33 0.00 0.00 16.80 0.00 07:08:39 05:33:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 07:08:39 05:34:01 1.30 0.00 1.30 0.00 0.00 15.73 0.00 07:08:39 05:35:01 1.17 0.00 1.17 0.00 0.00 13.20 0.00 07:08:39 05:36:01 1.25 0.00 1.25 0.00 0.00 14.80 0.00 07:08:39 05:37:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 07:08:39 05:38:01 1.40 0.00 1.40 0.00 0.00 17.06 0.00 07:08:39 05:39:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 07:08:39 05:40:01 1.25 0.00 1.25 0.00 0.00 15.46 0.00 07:08:39 05:41:01 1.15 0.00 1.15 0.00 0.00 12.00 0.00 07:08:39 05:42:01 1.66 0.00 1.66 0.00 0.00 19.93 0.00 07:08:39 05:43:01 1.13 0.00 1.13 0.00 0.00 12.00 0.00 07:08:39 05:44:01 1.42 0.00 1.42 0.00 0.00 17.06 0.00 07:08:39 05:45:01 0.97 0.00 0.97 0.00 0.00 10.40 0.00 07:08:39 05:46:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 07:08:39 05:47:01 1.32 0.00 1.32 0.00 0.00 15.20 0.00 07:08:39 05:48:01 1.77 0.00 1.77 0.00 0.00 20.26 0.00 07:08:39 05:49:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 07:08:39 05:50:01 1.72 0.00 1.72 0.00 0.00 19.73 0.00 07:08:39 05:51:01 1.17 0.00 1.17 0.00 0.00 12.80 0.00 07:08:39 05:52:01 1.32 0.00 1.32 0.00 0.00 15.06 0.00 07:08:39 05:53:01 1.25 0.00 1.25 0.00 0.00 13.60 0.00 07:08:39 05:54:01 1.33 0.00 1.33 0.00 0.00 16.53 0.00 07:08:39 05:55:01 1.20 0.00 1.20 0.00 0.00 12.80 0.00 07:08:39 05:56:01 1.23 0.00 1.23 0.00 0.00 15.33 0.00 07:08:39 05:57:01 1.23 0.00 1.23 0.00 0.00 12.93 0.00 07:08:39 05:58:01 1.35 0.00 1.35 0.00 0.00 16.26 0.00 07:08:39 05:59:01 1.17 0.00 1.17 0.00 0.00 12.53 0.00 07:08:39 06:00:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 07:08:39 06:01:01 1.07 0.00 1.07 0.00 0.00 11.33 0.00 07:08:39 06:02:01 1.32 0.00 1.32 0.00 0.00 16.53 0.00 07:08:39 06:03:01 1.22 0.00 1.22 0.00 0.00 12.93 0.00 07:08:39 06:04:01 1.57 0.00 1.57 0.00 0.00 18.26 0.00 07:08:39 06:05:01 1.22 0.00 1.22 0.00 0.00 13.86 0.00 07:08:39 06:06:01 1.10 0.00 1.10 0.00 0.00 12.66 0.00 07:08:39 06:07:01 1.32 0.00 1.32 0.00 0.00 14.66 0.00 07:08:39 06:08:01 1.53 0.00 1.53 0.00 0.00 17.60 0.00 07:08:39 06:09:01 1.00 0.00 1.00 0.00 0.00 10.40 0.00 07:08:39 06:10:01 1.08 0.00 1.08 0.00 0.00 12.93 0.00 07:08:39 06:11:01 1.32 0.00 1.32 0.00 0.00 14.26 0.00 07:08:39 06:12:01 1.22 0.00 1.22 0.00 0.00 14.80 0.00 07:08:39 06:13:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 07:08:39 06:14:01 1.47 0.00 1.47 0.00 0.00 16.79 0.00 07:08:39 06:15:01 1.18 0.00 1.18 0.00 0.00 13.20 0.00 07:08:39 06:16:01 1.28 0.00 1.28 0.00 0.00 14.93 0.00 07:08:39 06:17:01 1.18 0.00 1.18 0.00 0.00 12.53 0.00 07:08:39 06:18:01 1.32 0.00 1.32 0.00 0.00 15.06 0.00 07:08:39 06:19:01 1.52 0.00 1.52 0.00 0.00 16.79 0.00 07:08:39 06:20:01 1.32 0.00 1.32 0.00 0.00 16.26 0.00 07:08:39 06:21:01 1.28 0.00 1.28 0.00 0.00 13.46 0.00 07:08:39 06:22:01 1.47 0.00 1.47 0.00 0.00 18.00 0.00 07:08:39 06:23:01 1.23 0.00 1.23 0.00 0.00 12.93 0.00 07:08:39 06:24:01 1.43 0.00 1.43 0.00 0.00 17.19 0.00 07:08:39 06:25:01 1.05 0.03 1.02 0.00 0.27 11.20 0.00 07:08:39 06:26:01 5.07 2.52 2.55 0.00 50.94 81.58 0.00 07:08:39 06:27:01 1.18 0.00 1.18 0.00 0.00 14.00 0.00 07:08:39 06:28:01 1.32 0.00 1.32 0.00 0.00 15.59 0.00 07:08:39 06:29:01 1.22 0.00 1.22 0.00 0.00 13.06 0.00 07:08:39 06:30:01 1.45 0.00 1.45 0.00 0.00 16.93 0.00 07:08:39 06:31:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 07:08:39 06:32:01 1.47 0.00 1.47 0.00 0.00 17.33 0.00 07:08:39 06:33:01 1.18 0.00 1.18 0.00 0.00 13.06 0.00 07:08:39 06:34:01 1.40 0.00 1.40 0.00 0.00 17.20 0.00 07:08:39 06:35:01 1.05 0.00 1.05 0.00 0.00 11.12 0.00 07:08:39 06:36:01 1.00 0.00 1.00 0.00 0.00 12.40 0.00 07:08:39 06:37:01 1.38 0.00 1.38 0.00 0.00 14.93 0.00 07:08:39 06:38:01 1.90 0.00 1.90 0.00 0.00 21.86 0.00 07:08:39 06:39:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 07:08:39 06:40:01 1.53 0.00 1.53 0.00 0.00 17.60 0.00 07:08:39 06:41:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 07:08:39 06:42:01 1.48 0.00 1.48 0.00 0.00 17.06 0.00 07:08:39 06:43:01 1.25 0.00 1.25 0.00 0.00 14.26 0.00 07:08:39 06:44:01 1.08 0.02 1.07 0.00 1.33 12.80 0.00 07:08:39 06:45:01 1.30 0.00 1.30 0.00 0.00 14.93 0.00 07:08:39 06:46:01 1.02 0.00 1.02 0.00 0.00 12.80 0.00 07:08:39 06:47:01 1.37 0.00 1.37 0.00 0.00 15.46 0.00 07:08:39 06:48:01 1.30 0.00 1.30 0.00 0.00 16.79 0.00 07:08:39 06:49:01 1.25 0.00 1.25 0.00 0.00 13.86 0.00 07:08:39 06:50:01 1.78 0.00 1.78 0.00 0.00 20.93 0.00 07:08:39 06:51:01 1.07 0.00 1.07 0.00 0.00 11.33 0.00 07:08:39 06:52:01 1.48 0.00 1.48 0.00 0.00 17.73 0.00 07:08:39 06:53:01 1.27 0.00 1.27 0.00 0.00 13.73 0.00 07:08:39 06:54:01 1.07 0.00 1.07 0.00 0.00 12.39 0.00 07:08:39 06:55:01 1.47 0.00 1.47 0.00 0.00 16.13 0.00 07:08:39 06:56:01 1.45 0.00 1.45 0.00 0.00 16.53 0.00 07:08:39 06:57:01 1.18 0.00 1.18 0.00 0.00 13.06 0.00 07:08:39 06:58:01 1.78 0.00 1.78 0.00 0.00 22.13 0.00 07:08:39 06:59:01 1.22 0.00 1.22 0.00 0.00 12.13 0.00 07:08:39 07:00:01 1.17 0.00 1.17 0.00 0.00 13.99 0.00 07:08:39 07:01:01 1.32 0.00 1.32 0.00 0.00 13.86 0.00 07:08:39 07:02:01 1.33 0.00 1.33 0.00 0.00 15.73 0.00 07:08:39 07:03:01 1.22 0.00 1.22 0.00 0.00 12.13 0.00 07:08:39 07:04:01 1.05 0.00 1.05 0.00 0.00 12.53 0.00 07:08:39 07:05:01 1.62 0.00 1.62 0.00 0.00 17.46 0.00 07:08:39 07:06:01 1.47 0.00 1.47 0.00 0.00 16.79 0.00 07:08:39 07:07:01 1.13 0.00 1.13 0.00 0.00 12.00 0.00 07:08:39 07:08:01 1.53 0.00 1.53 0.00 0.00 16.93 0.00 07:08:39 Average: 9.70 0.27 9.43 0.00 17.07 2968.24 0.00 07:08:39 07:08:39 01:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:08:39 01:09:01 27654592 31508428 773300 2.35 115796 3947728 1871608 5.52 1177968 3559940 248164 07:08:39 01:10:01 26443648 31334184 942196 2.87 124848 4898320 2025476 5.97 1975820 3896896 947568 07:08:39 01:11:01 26276160 31287736 985648 3.00 129304 4998788 2104576 6.20 1861940 4156804 406860 07:08:39 01:12:01 25750484 31435280 836996 2.55 135680 5610196 1853300 5.46 1625072 4868380 472536 07:08:39 01:13:01 18861168 31370928 902120 2.74 146884 12271756 2224304 6.56 2161164 11061456 4511096 07:08:39 01:14:01 14645588 31369732 879220 2.67 354656 15862320 2285384 6.74 2885328 14107564 1663300 07:08:39 01:15:01 6488936 28854472 3328092 10.12 392480 21055792 10028632 29.57 5969608 18675400 646852 07:08:39 01:16:01 2975320 28217392 3962628 12.06 412232 23777768 10317364 30.42 7871292 20138712 1436728 07:08:39 01:17:01 272224 27863120 4320368 13.14 413328 26026852 10705912 31.56 9461868 21166228 639908 07:08:39 01:18:01 6394588 31418828 829104 2.52 421816 23695540 1949080 5.75 3559992 21284372 460 07:08:39 01:19:01 6373064 31406856 839928 2.56 423544 23703112 2085728 6.15 4061048 20803248 520 07:08:39 01:20:01 6383664 31417748 828944 2.52 423760 23703156 1974988 5.82 4355756 20497228 228 07:08:39 01:21:01 6384148 31418324 828656 2.52 424124 23703216 1977148 5.83 4450248 20402344 208 07:08:39 01:22:01 6384548 31418760 828820 2.52 424140 23703220 1977148 5.83 4450156 20402348 12 07:08:39 01:23:01 6399768 31434668 812824 2.47 424620 23703396 1994288 5.88 4433288 20401616 12 07:08:39 01:24:01 6400312 31435240 812280 2.47 424632 23703408 1994288 5.88 4433248 20401620 32 07:08:39 01:25:01 6402980 31437936 809488 2.46 424640 23703408 1994288 5.88 4432740 20399116 8 07:08:39 01:26:01 6402932 31437900 809424 2.46 424656 23703412 1994288 5.88 4432796 20399116 12 07:08:39 01:27:01 6402916 31437904 809364 2.46 424668 23703416 1994288 5.88 4432808 20399120 8 07:08:39 01:28:01 6403208 31438260 809100 2.46 424700 23703416 1994288 5.88 4432672 20399120 16 07:08:39 01:29:01 6403428 31438524 808816 2.46 424724 23703420 1994288 5.88 4432764 20399124 28 07:08:39 01:30:01 6403396 31438516 808740 2.46 424752 23703424 1994288 5.88 4432720 20399128 4 07:08:39 01:31:01 6402988 31438140 809244 2.46 424772 23703428 1994288 5.88 4433392 20399132 184 07:08:39 01:32:01 6403224 31438396 808952 2.46 424796 23703432 1994288 5.88 4433088 20399132 156 07:08:39 01:33:01 6403648 31438828 808376 2.46 424816 23703432 1994288 5.88 4433044 20399140 32 07:08:39 01:34:01 6403024 31438244 808968 2.46 424840 23703440 2010380 5.93 4432932 20399144 8 07:08:39 01:35:01 6403040 31438284 808864 2.46 424868 23703440 2010380 5.93 4432768 20399144 12 07:08:39 01:36:01 6402740 31438008 809084 2.46 424884 23703444 2010380 5.93 4432788 20399148 8 07:08:39 01:37:01 6402708 31438028 808980 2.46 424912 23703508 2010380 5.93 4432800 20399200 8 07:08:39 01:38:01 6402724 31438120 808868 2.46 424956 23703500 2010380 5.93 4432908 20399216 36 07:08:39 01:39:01 6402644 31438088 808852 2.46 424976 23703516 2010380 5.93 4433136 20399216 20 07:08:39 01:40:01 6402564 31438016 808844 2.46 425000 23703520 2010380 5.93 4432980 20399224 32 07:08:39 01:41:01 6402768 31438248 808556 2.46 425028 23703516 2010380 5.93 4433144 20399228 28 07:08:39 01:42:01 6402468 31437952 808752 2.46 425052 23703524 2010380 5.93 4433032 20399228 4 07:08:39 01:43:01 6402620 31438160 808728 2.46 425060 23703528 2026596 5.97 4433148 20399232 24 07:08:39 01:44:01 6402604 31438168 808696 2.46 425080 23703528 2026596 5.97 4433112 20399232 4 07:08:39 01:45:01 6400092 31436184 810620 2.47 425100 23704036 2026596 5.97 4437032 20399560 52 07:08:39 01:46:01 6399544 31435768 811180 2.47 425116 23704164 2026596 5.97 4436920 20399672 12 07:08:39 01:47:01 6394720 31432768 814084 2.48 425132 23705040 2026596 5.97 4441212 20399692 68 07:08:39 01:48:01 6394656 31432732 814044 2.48 425144 23705048 2026596 5.97 4440948 20399696 12 07:08:39 01:49:01 6394648 31432756 813980 2.48 425164 23705052 2026596 5.97 4441356 20399680 160 07:08:39 01:50:01 6394120 31432264 814448 2.48 425204 23705056 2026596 5.97 4441168 20399688 164 07:08:39 01:51:01 6394260 31432556 814088 2.48 425240 23705184 2026596 5.97 4441176 20399816 156 07:08:39 01:52:01 6393172 31431516 815084 2.48 425260 23705188 2026596 5.97 4441212 20399820 180 07:08:39 01:53:01 6392936 31431304 815240 2.48 425288 23705180 2026596 5.97 4441524 20399824 12 07:08:39 01:54:01 6392648 31431080 815684 2.48 425320 23705192 2026596 5.97 4441356 20399824 4 07:08:39 01:55:01 6392584 31431028 815676 2.48 425340 23705196 2026596 5.97 4441208 20399828 28 07:08:39 01:56:01 6392568 31431032 815608 2.48 425364 23705196 2026596 5.97 4441380 20399828 4 07:08:39 01:57:01 6392820 31431296 815324 2.48 425384 23705204 2026596 5.97 4441340 20399836 36 07:08:39 01:58:01 6392528 31431064 815520 2.48 425436 23705204 2026596 5.97 4441580 20399836 40 07:08:39 01:59:01 6392488 31431088 815468 2.48 425460 23705208 2026596 5.97 4441496 20399844 24 07:08:39 02:00:01 6392464 31431084 815420 2.48 425480 23705212 2026596 5.97 4441252 20399844 8 07:08:39 02:01:01 6392416 31431052 815388 2.48 425496 23705212 2026596 5.97 4441568 20399844 12 07:08:39 02:02:01 6392336 31430996 815388 2.48 425512 23705212 2026596 5.97 4441280 20399848 24 07:08:39 02:03:01 6392724 31431384 815132 2.48 425532 23705216 2026596 5.97 4441340 20399848 12 07:08:39 02:04:01 6392456 31431156 815352 2.48 425548 23705220 2010432 5.93 4441536 20399852 4 07:08:39 02:05:01 6391864 31430588 815872 2.48 425568 23705212 2010432 5.93 4441476 20399852 4 07:08:39 02:06:01 6391824 31430584 816104 2.48 425600 23705224 2010432 5.93 4441392 20399860 56 07:08:39 02:07:01 6392212 31430980 815692 2.48 425612 23705236 2010432 5.93 4441376 20399868 4 07:08:39 02:08:01 6392040 31430844 815812 2.48 425636 23705236 2010432 5.93 4441732 20399868 20 07:08:39 02:09:01 6392024 31430848 815792 2.48 425652 23705240 2026476 5.97 4441716 20399872 176 07:08:39 02:10:01 6392000 31430848 815764 2.48 425672 23705240 2026476 5.97 4441480 20399872 4 07:08:39 02:11:01 6391716 31430580 815984 2.48 425696 23705244 2026476 5.97 4441536 20399876 28 07:08:39 02:12:01 6391656 31430556 816168 2.48 425720 23705244 2026476 5.97 4441564 20399876 8 07:08:39 02:13:01 6391576 31430520 816172 2.48 425752 23705244 2026476 5.97 4441988 20399880 36 07:08:39 02:14:01 6391528 31430476 816156 2.48 425764 23705252 2026476 5.97 4441668 20399884 8 07:08:39 02:15:01 6391668 31430648 815864 2.48 425780 23705252 2042580 6.02 4441700 20399884 12 07:08:39 02:16:01 6391368 31430380 816064 2.48 425808 23705260 2042580 6.02 4441728 20399892 4 07:08:39 02:17:01 6391020 31430084 816288 2.48 425836 23705260 2042580 6.02 4442320 20399892 8 07:08:39 02:18:01 6391492 31430588 815684 2.48 425856 23705264 2042580 6.02 4442016 20399880 28 07:08:39 02:19:01 6391444 31430568 815636 2.48 425888 23705268 2042580 6.02 4441984 20399884 12 07:08:39 02:20:01 6391152 31430304 815856 2.48 425920 23705268 2042580 6.02 4442028 20399884 192 07:08:39 02:21:01 6390844 31430024 816084 2.48 425948 23705272 2042580 6.02 4442084 20399888 28 07:08:39 02:22:01 6390812 31430024 816144 2.48 425976 23705276 2026236 5.97 4442076 20399892 16 07:08:39 02:23:01 6390812 31430060 816100 2.48 426004 23705280 2026236 5.97 4441908 20399896 28 07:08:39 02:24:01 6390700 31429976 816124 2.48 426040 23705284 2026236 5.97 4441884 20399896 8 07:08:39 02:25:01 6390844 31430160 816088 2.48 426068 23705288 2026236 5.97 4441928 20399900 28 07:08:39 02:26:01 6390624 31429984 816260 2.48 426100 23705284 2026236 5.97 4441968 20399908 20 07:08:39 02:27:01 6390324 31429684 816472 2.48 426120 23705292 2026236 5.97 4441960 20399908 8 07:08:39 02:28:01 6390464 31429912 816236 2.48 426152 23705296 2026236 5.97 4442152 20399912 20 07:08:39 02:29:01 6390448 31429896 816180 2.48 426172 23705288 2026236 5.97 4442052 20399912 12 07:08:39 02:30:01 6390648 31430140 816092 2.48 426200 23705300 2026236 5.97 4442092 20399916 60 07:08:39 02:31:01 6390632 31430140 816072 2.48 426204 23705300 2026236 5.97 4442100 20399916 12 07:08:39 02:32:01 6390584 31430100 816028 2.48 426232 23705304 2026236 5.97 4442104 20399920 12 07:08:39 02:33:01 6390788 31430336 815788 2.48 426248 23705308 2026236 5.97 4442504 20399924 12 07:08:39 02:34:01 6390504 31430076 816004 2.48 426276 23705304 2026236 5.97 4442160 20399924 12 07:08:39 02:35:01 6390676 31430276 815752 2.48 426292 23705316 2026236 5.97 4442184 20399928 28 07:08:39 02:36:01 6390156 31429772 816220 2.48 426324 23705316 2026236 5.97 4442200 20399928 12 07:08:39 02:37:01 6390584 31430240 815940 2.48 426348 23705320 2026236 5.97 4442248 20399936 28 07:08:39 02:38:01 6390576 31430268 815912 2.48 426368 23705328 2026236 5.97 4442340 20399940 16 07:08:39 02:39:01 6391044 31430804 815544 2.48 426396 23705384 2026236 5.97 4442288 20399996 16 07:08:39 02:40:01 6390824 31430628 815744 2.48 426408 23705388 2009992 5.93 4442308 20400008 60 07:08:39 02:41:01 6390492 31430296 816016 2.48 426420 23705396 2009992 5.93 4442308 20400008 8 07:08:39 02:42:01 6390672 31430528 815736 2.48 426432 23705404 2026080 5.97 4442428 20400016 8 07:08:39 02:43:01 6391272 31431136 815088 2.48 426476 23705396 2026080 5.97 4442420 20400020 4 07:08:39 02:44:01 6390824 31430808 815520 2.48 426508 23705400 2026080 5.97 4442396 20400024 12 07:08:39 02:45:01 6390452 31430468 815844 2.48 426524 23705412 2026080 5.97 4442496 20400028 16 07:08:39 02:46:01 6390436 31430492 815788 2.48 426548 23705412 2026080 5.97 4442552 20400028 12 07:08:39 02:47:01 6390032 31430216 816052 2.48 426576 23705416 2026080 5.97 4444236 20399152 8 07:08:39 02:48:01 6389604 31429948 816276 2.48 426596 23705544 2026080 5.97 4443860 20399272 32 07:08:39 02:49:01 6389652 31430000 816152 2.48 426620 23705548 2026080 5.97 4443812 20399276 4 07:08:39 02:50:01 6389352 31429736 816380 2.48 426636 23705548 2026080 5.97 4443776 20399276 12 07:08:39 02:51:01 6389304 31429692 816348 2.48 426656 23705552 2026080 5.97 4443804 20399280 20 07:08:39 02:52:01 6388932 31429372 816620 2.48 426692 23705560 2026080 5.97 4443840 20399284 24 07:08:39 02:53:01 6388072 31429408 816524 2.48 426840 23706144 2037800 6.01 4444324 20399696 16 07:08:39 02:54:01 6387772 31429132 816728 2.48 426872 23706148 2037800 6.01 4444268 20399700 12 07:08:39 02:55:01 6387700 31429192 816568 2.48 426896 23706280 2037800 6.01 4444556 20399832 28 07:08:39 02:56:01 6387880 31429452 816316 2.48 426920 23706284 2037800 6.01 4444644 20399836 8 07:08:39 02:57:01 6387888 31429460 816248 2.48 426940 23706284 2037800 6.01 4444528 20399836 8 07:08:39 02:58:01 6387824 31429448 816232 2.48 426968 23706288 2037800 6.01 4444460 20399840 28 07:08:39 02:59:01 6387336 31428976 816684 2.48 426984 23706292 2037800 6.01 4444576 20399844 16 07:08:39 03:00:01 6387532 31429200 816448 2.48 426996 23706296 2037800 6.01 4444592 20399844 8 07:08:39 03:01:01 6387792 31429476 816224 2.48 427012 23706300 2037800 6.01 4444620 20399852 8 07:08:39 03:02:01 6387516 31429224 816412 2.48 427036 23706300 2037800 6.01 4444536 20399852 44 07:08:39 03:03:01 6387728 31429484 816128 2.48 427064 23706304 2037800 6.01 4444764 20399856 168 07:08:39 03:04:01 6387040 31428844 816592 2.48 427112 23706308 2037800 6.01 4444784 20399860 24 07:08:39 03:05:01 6387464 31429324 816584 2.48 427124 23706308 2037800 6.01 4444816 20399860 12 07:08:39 03:06:01 6387488 31429356 816536 2.48 427148 23706312 2037800 6.01 4444520 20399864 4 07:08:39 03:07:01 6387992 31429884 816028 2.48 427152 23706312 2037800 6.01 4444528 20399864 12 07:08:39 03:08:01 6387740 31429648 816464 2.48 427172 23706320 2037800 6.01 4444616 20399868 72 07:08:39 03:09:01 6388204 31430128 815936 2.48 427196 23706320 2037800 6.01 4444600 20399872 16 07:08:39 03:10:01 6387732 31429684 816364 2.48 427236 23706324 2037800 6.01 4444624 20399876 12 07:08:39 03:11:01 6387392 31429388 816636 2.48 427248 23706332 2037800 6.01 4444644 20399880 8 07:08:39 03:12:01 6387376 31429428 816564 2.48 427288 23706332 2037800 6.01 4444936 20399884 8 07:08:39 03:13:01 6387920 31429976 815952 2.48 427308 23706336 2037800 6.01 4444776 20399888 16 07:08:39 03:14:01 6387352 31429408 816452 2.48 427344 23706328 2037800 6.01 4444760 20399888 4 07:08:39 03:15:01 6387540 31429692 816176 2.48 427376 23706340 2037800 6.01 4445116 20399892 224 07:08:39 03:16:01 6387164 31429336 816724 2.48 427396 23706340 2037800 6.01 4445200 20399892 8 07:08:39 03:17:01 6387384 31429564 816428 2.48 427412 23706344 2037800 6.01 4444868 20399896 244 07:08:39 03:18:01 6387336 31429552 816352 2.48 427436 23706352 2037800 6.01 4445168 20399896 8 07:08:39 03:19:01 6387360 31429596 816288 2.48 427456 23706352 2037800 6.01 4445108 20399896 24 07:08:39 03:20:01 6387312 31429576 816208 2.48 427480 23706356 2037800 6.01 4445148 20399900 164 07:08:39 03:21:01 6387264 31429564 816244 2.48 427492 23706356 2053844 6.06 4445176 20399900 12 07:08:39 03:22:01 6386964 31429272 816508 2.48 427508 23706360 2053844 6.06 4445224 20399904 20 07:08:39 03:23:01 6387516 31429824 815892 2.48 427516 23706360 2053844 6.06 4445252 20399904 212 07:08:39 03:24:01 6386752 31429084 816620 2.48 427532 23706364 2053844 6.06 4445208 20399908 48 07:08:39 03:25:01 6387184 31429596 816084 2.48 427596 23706368 2053844 6.06 4445228 20399916 12 07:08:39 03:26:01 6386872 31429288 816528 2.48 427632 23706376 2037784 6.01 4445288 20399920 32 07:08:39 03:27:01 6386872 31429332 816452 2.48 427684 23706380 2037784 6.01 4445060 20399920 8 07:08:39 03:28:01 6386564 31429108 816668 2.48 427724 23706380 2037784 6.01 4445348 20399924 8 07:08:39 03:29:01 6386748 31429296 816612 2.48 427764 23706384 2037784 6.01 4445436 20399928 128 07:08:39 03:30:01 6386992 31429604 816320 2.48 427780 23706388 2037784 6.01 4445248 20399936 40 07:08:39 03:31:01 6387160 31429772 816276 2.48 427816 23706384 2037784 6.01 4445232 20399936 12 07:08:39 03:32:01 6386924 31429544 816460 2.48 427832 23706388 2037784 6.01 4445248 20399940 40 07:08:39 03:33:01 6387056 31429740 816248 2.48 427840 23706392 2037784 6.01 4445364 20399944 16 07:08:39 03:34:01 6386268 31428956 816964 2.49 427860 23706396 2037784 6.01 4445308 20399948 44 07:08:39 03:35:01 6387252 31429940 815908 2.48 427884 23706396 2037784 6.01 4445308 20399948 8 07:08:39 03:36:01 6386748 31429500 816396 2.48 427892 23706404 2037784 6.01 4445372 20399956 52 07:08:39 03:37:01 6386700 31429456 816364 2.48 427908 23706408 2037784 6.01 4445356 20399960 4 07:08:39 03:38:01 6386504 31429328 816632 2.48 427920 23706472 2021516 5.96 4445460 20400028 52 07:08:39 03:39:01 6386244 31429076 816836 2.48 427940 23706476 2005464 5.91 4445384 20400032 12 07:08:39 03:40:01 6386220 31429116 816776 2.48 427960 23706472 2005464 5.91 4445460 20400036 8 07:08:39 03:41:01 6386228 31429128 816708 2.48 427968 23706480 2005464 5.91 4445444 20400040 28 07:08:39 03:42:01 6386156 31429056 816688 2.48 427984 23706480 2005464 5.91 4445588 20400040 4 07:08:39 03:43:01 6386692 31429636 816136 2.48 427992 23706488 2005464 5.91 4445872 20400028 56 07:08:39 03:44:01 6386968 31429920 815816 2.48 428016 23706492 2005464 5.91 4445764 20400036 64 07:08:39 03:45:01 6386692 31429668 816032 2.48 428044 23706488 2005464 5.91 4445792 20400036 24 07:08:39 03:46:01 6386732 31429844 815836 2.48 428068 23706620 2005464 5.91 4445664 20400144 8 07:08:39 03:47:01 6386280 31429580 816060 2.48 428084 23706628 2005464 5.91 4446884 20400164 20 07:08:39 03:48:01 6385696 31429008 816568 2.48 428096 23706632 2005464 5.91 4446744 20400168 40 07:08:39 03:49:01 6385648 31428968 816800 2.48 428144 23706632 2005464 5.91 4446684 20400168 16 07:08:39 03:50:01 6386092 31429480 816276 2.48 428176 23706624 2005464 5.91 4446712 20400176 16 07:08:39 03:51:01 6386008 31429404 816536 2.48 428184 23706640 2005464 5.91 4446704 20400180 8 07:08:39 03:52:01 6386212 31429616 816304 2.48 428184 23706640 2005464 5.91 4446704 20400180 52 07:08:39 03:53:01 6385840 31429248 816592 2.48 428208 23706644 2005464 5.91 4446780 20400184 16 07:08:39 03:54:01 6385840 31429400 816380 2.48 428236 23706776 2005464 5.91 4446788 20400260 24 07:08:39 03:55:01 6386288 31429912 815900 2.48 428260 23706768 2005464 5.91 4446796 20400316 28 07:08:39 03:56:01 6386528 31430112 815860 2.48 428268 23706784 2005464 5.91 4446824 20400320 60 07:08:39 03:57:01 6386292 31429876 816056 2.48 428280 23706784 2021560 5.96 4446836 20400320 16 07:08:39 03:58:01 6386244 31429832 816008 2.48 428312 23706788 2021560 5.96 4446896 20400324 72 07:08:39 03:59:01 6386448 31430052 815768 2.48 428332 23706788 2021560 5.96 4447160 20400324 16 07:08:39 04:00:01 6386220 31429868 815964 2.48 428356 23706788 2021560 5.96 4446924 20400332 84 07:08:39 04:01:01 6386172 31429856 815924 2.48 428376 23706796 2021560 5.96 4446968 20400332 12 07:08:39 04:02:01 6385864 31429580 816160 2.48 428392 23706800 2021560 5.96 4447300 20400336 60 07:08:39 04:03:01 6385848 31429572 816104 2.48 428396 23706804 2037828 6.01 4447216 20400340 28 07:08:39 04:04:01 6385516 31429272 816436 2.48 428404 23706808 2037828 6.01 4447580 20400348 160 07:08:39 04:05:01 6385756 31429516 816368 2.48 428428 23706812 2037828 6.01 4447364 20400352 32 07:08:39 04:06:01 6385660 31429448 816508 2.48 428452 23706812 2037828 6.01 4447412 20400356 44 07:08:39 04:07:01 6385592 31429420 816732 2.48 428476 23706816 2037828 6.01 4447460 20400352 20 07:08:39 04:08:01 6385576 31429412 816708 2.48 428500 23706816 2037828 6.01 4447316 20400352 12 07:08:39 04:09:01 6385024 31428904 817184 2.49 428516 23706820 2037828 6.01 4447236 20400356 28 07:08:39 04:10:01 6385024 31428908 817120 2.49 428532 23706820 2037828 6.01 4447400 20400360 60 07:08:39 04:11:01 6385032 31428916 817100 2.49 428540 23706824 2037828 6.01 4447124 20400360 12 07:08:39 04:12:01 6384732 31428648 817312 2.49 428560 23706832 2037828 6.01 4447168 20400368 36 07:08:39 04:13:01 6384456 31428376 817560 2.49 428572 23706832 2037828 6.01 4447212 20400372 20 07:08:39 04:14:01 6384440 31428520 817348 2.49 428604 23706964 2037828 6.01 4447204 20400500 68 07:08:39 04:15:01 6384480 31428604 817296 2.49 428624 23706956 2037828 6.01 4447244 20400504 12 07:08:39 04:16:01 6384716 31428848 817008 2.49 428644 23706968 2037828 6.01 4447236 20400508 60 07:08:39 04:17:01 6384408 31428576 817252 2.49 428672 23706976 2037828 6.01 4447280 20400516 40 07:08:39 04:18:01 6384840 31429052 816680 2.48 428700 23706976 2037828 6.01 4447372 20400512 16 07:08:39 04:19:01 6384832 31429088 816644 2.48 428720 23706980 2037828 6.01 4447356 20400520 8 07:08:39 04:20:01 6384776 31429048 816608 2.48 428752 23706980 2037828 6.01 4447616 20400520 44 07:08:39 04:21:01 6384684 31429000 816928 2.49 428776 23706984 2037828 6.01 4447700 20400528 16 07:08:39 04:22:01 6384936 31429256 816632 2.48 428796 23706992 2037828 6.01 4447448 20400532 8 07:08:39 04:23:01 6385136 31429488 816572 2.48 428816 23706992 2037828 6.01 4447548 20400536 16 07:08:39 04:24:01 6385112 31429508 816612 2.48 428840 23706996 2037828 6.01 4447532 20400544 8 07:08:39 04:25:01 6385064 31429460 816592 2.48 428860 23706996 2037828 6.01 4447516 20400544 8 07:08:39 04:26:01 6384708 31429140 816884 2.49 428880 23707000 2021220 5.96 4447580 20400536 36 07:08:39 04:27:01 6384092 31428552 817408 2.49 428896 23707000 2021220 5.96 4447624 20400536 20 07:08:39 04:28:01 6384304 31428768 817104 2.49 428924 23707004 2037272 6.01 4447676 20400540 64 07:08:39 04:29:01 6385068 31429564 816300 2.48 428948 23707004 2037272 6.01 4447648 20400544 28 07:08:39 04:30:01 6384232 31428764 817064 2.49 428956 23707012 2037272 6.01 4447808 20400548 60 07:08:39 04:31:01 6384224 31428888 816908 2.49 428984 23707140 2037272 6.01 4447768 20400680 12 07:08:39 04:32:01 6383704 31428416 817380 2.49 428996 23707148 2037272 6.01 4447900 20400688 52 07:08:39 04:33:01 6383972 31428688 817044 2.49 429000 23707152 2037272 6.01 4447988 20400692 24 07:08:39 04:34:01 6383924 31428656 817020 2.49 429012 23707152 2037272 6.01 4447760 20400692 20 07:08:39 04:35:01 6383656 31428396 817212 2.49 429016 23707156 2037272 6.01 4448028 20400692 188 07:08:39 04:36:01 6383704 31428448 817136 2.49 429044 23707156 2037272 6.01 4447752 20400696 60 07:08:39 04:37:01 6383372 31428144 817436 2.49 429056 23707160 2037272 6.01 4447796 20400696 8 07:08:39 04:38:01 6383468 31428272 817480 2.49 429064 23707164 2037272 6.01 4447904 20400700 68 07:08:39 04:39:01 6383428 31428232 817460 2.49 429072 23707164 2053520 6.05 4447828 20400700 16 07:08:39 04:40:01 6385372 31430180 815448 2.48 429076 23707172 2019644 5.95 4445652 20400704 64 07:08:39 04:41:01 6386076 31430900 814888 2.48 429088 23707164 2019644 5.95 4445680 20400708 12 07:08:39 04:42:01 6385596 31430424 815344 2.48 429100 23707176 2019644 5.95 4446140 20400712 80 07:08:39 04:43:01 6385440 31430300 815452 2.48 429124 23707180 2019644 5.95 4445836 20400720 36 07:08:39 04:44:01 6385392 31430296 815412 2.48 429152 23707180 2019644 5.95 4445752 20400724 48 07:08:39 04:45:01 6386132 31431040 814620 2.48 429184 23707184 2019644 5.95 4445736 20400728 24 07:08:39 04:46:01 6385200 31430156 815504 2.48 429200 23707184 2019644 5.95 4445888 20400720 16 07:08:39 04:47:01 6384996 31429976 815640 2.48 429220 23707188 2019644 5.95 4445852 20400724 4 07:08:39 04:48:01 6384492 31429468 816076 2.48 429248 23707192 2002480 5.90 4446492 20400720 16 07:08:39 04:49:01 6384908 31429908 815568 2.48 429284 23707200 2002480 5.90 4446560 20400724 40 07:08:39 04:50:01 6384388 31429440 816032 2.48 429308 23707204 2002480 5.90 4446072 20400732 44 07:08:39 04:51:01 6384364 31429436 816000 2.48 429332 23707204 2002480 5.90 4446344 20400732 40 07:08:39 04:52:01 6384656 31429760 815696 2.48 429340 23707208 2002480 5.90 4446124 20400736 44 07:08:39 04:53:01 6384388 31429492 815888 2.48 429360 23707208 2002480 5.90 4446168 20400736 12 07:08:39 04:54:01 6384372 31429512 815820 2.48 429380 23707212 2002480 5.90 4446160 20400740 180 07:08:39 04:55:01 6384540 31429684 815792 2.48 429392 23707216 2002480 5.90 4446144 20400744 8 07:08:39 04:56:01 6384548 31429720 815836 2.48 429408 23707216 2002480 5.90 4446192 20400744 4 07:08:39 04:57:01 6384468 31429656 815844 2.48 429424 23707220 2002480 5.90 4446512 20400748 8 07:08:39 04:58:01 6383884 31429096 816392 2.48 429444 23707224 2002480 5.90 4446288 20400748 56 07:08:39 04:59:01 6384356 31429588 815868 2.48 429452 23707228 2002480 5.90 4446240 20400756 16 07:08:39 05:00:01 6384080 31429328 816092 2.48 429464 23707228 2002480 5.90 4446556 20400756 44 07:08:39 05:01:01 6385072 31430336 815064 2.48 429488 23707224 2002480 5.90 4446276 20400760 4 07:08:39 05:02:01 6384324 31429612 815764 2.48 429500 23707236 2002480 5.90 4446296 20400764 60 07:08:39 05:03:01 6383960 31429248 816052 2.48 429516 23707236 2002480 5.90 4446340 20400764 20 07:08:39 05:04:01 6384120 31429436 816024 2.48 429528 23707240 2018524 5.95 4446500 20400768 72 07:08:39 05:05:01 6384112 31429556 815864 2.48 429548 23707368 2018524 5.95 4446308 20400896 16 07:08:39 05:06:01 6383876 31429364 816008 2.48 429572 23707376 2018524 5.95 4446356 20400908 4 07:08:39 05:07:01 6383804 31429332 815972 2.48 429604 23707376 2018524 5.95 4446652 20400912 176 07:08:39 05:08:01 6384292 31429868 815380 2.48 429640 23707384 2018524 5.95 4446664 20400924 28 07:08:39 05:09:01 6383992 31429600 815596 2.48 429660 23707388 2018524 5.95 4446732 20400928 36 07:08:39 05:10:01 6383852 31429460 815872 2.48 429688 23707388 2018524 5.95 4446780 20400928 12 07:08:39 05:11:01 6384356 31430012 815344 2.48 429708 23707392 2018524 5.95 4446884 20400936 32 07:08:39 05:12:01 6384256 31429956 815620 2.48 429748 23707392 2018524 5.95 4446924 20400940 16 07:08:39 05:13:01 6384508 31430240 815292 2.48 429776 23707396 2018524 5.95 4446836 20400944 12 07:08:39 05:14:01 6384524 31430264 815224 2.48 429804 23707400 2018524 5.95 4446744 20400948 20 07:08:39 05:15:01 6384476 31430260 815192 2.48 429824 23707400 2018524 5.95 4446796 20400952 16 07:08:39 05:16:01 6384420 31430236 815156 2.48 429848 23707408 2018524 5.95 4447164 20400964 96 07:08:39 05:17:01 6384420 31430236 815096 2.48 429872 23707408 2018524 5.95 4446832 20400964 24 07:08:39 05:18:01 6384120 31429996 815384 2.48 429900 23707412 2018524 5.95 4446688 20400940 68 07:08:39 05:19:01 6384072 31429984 815380 2.48 429928 23707412 2034752 6.00 4446660 20400944 12 07:08:39 05:20:01 6384056 31429972 815336 2.48 429932 23707416 2034752 6.00 4446644 20400948 60 07:08:39 05:21:01 6384000 31429948 815348 2.48 429968 23707408 2034752 6.00 4446824 20400956 4 07:08:39 05:22:01 6383968 31429960 815276 2.48 429984 23707424 2034752 6.00 4446740 20400964 68 07:08:39 05:23:01 6384160 31430156 815204 2.48 430008 23707428 2018600 5.95 4446868 20400968 36 07:08:39 05:24:01 6384412 31430440 814912 2.48 430028 23707428 2018600 5.95 4446784 20400968 52 07:08:39 05:25:01 6384320 31430384 815144 2.48 430040 23707432 2018600 5.95 4447124 20400972 24 07:08:39 05:26:01 6383800 31429868 815704 2.48 430064 23707436 2018600 5.95 4446976 20400960 68 07:08:39 05:27:01 6384004 31430120 815428 2.48 430076 23707440 2018600 5.95 4447168 20400968 16 07:08:39 05:28:01 6384272 31430392 815088 2.48 430092 23707444 2018600 5.95 4447212 20400972 20 07:08:39 05:29:01 6383940 31430092 815444 2.48 430108 23707444 2018600 5.95 4447192 20400976 20 07:08:39 05:30:01 6384176 31430344 815136 2.48 430116 23707448 2018600 5.95 4447232 20400980 68 07:08:39 05:31:01 6383772 31429940 815480 2.48 430120 23707448 2018600 5.95 4447312 20400980 16 07:08:39 05:32:01 6383764 31429968 815500 2.48 430156 23707452 2018600 5.95 4447120 20400988 68 07:08:39 05:33:01 6383496 31429708 815708 2.48 430160 23707456 2002188 5.90 4447316 20400992 40 07:08:39 05:34:01 6383972 31430212 815396 2.48 430180 23707456 2002188 5.90 4447036 20400996 48 07:08:39 05:35:01 6384172 31430416 815468 2.48 430196 23707464 2018244 5.95 4447020 20401000 8 07:08:39 05:36:01 6384132 31430408 815448 2.48 430212 23707464 2018244 5.95 4447056 20401008 52 07:08:39 05:37:01 6384044 31430348 815468 2.48 430236 23707468 2018244 5.95 4447096 20400996 28 07:08:39 05:38:01 6384140 31430480 815460 2.48 430256 23707472 2018244 5.95 4447232 20400996 16 07:08:39 05:39:01 6384132 31430516 815432 2.48 430272 23707476 2018244 5.95 4447136 20401004 8 07:08:39 05:40:01 6384208 31430724 815148 2.48 430292 23707608 2018244 5.95 4447120 20401128 60 07:08:39 05:41:01 6383868 31430428 815412 2.48 430304 23707608 2018244 5.95 4447164 20401136 8 07:08:39 05:42:01 6384144 31430748 815044 2.48 430332 23707612 2018244 5.95 4447204 20401144 44 07:08:39 05:43:01 6384312 31430916 815020 2.48 430344 23707612 2018244 5.95 4447252 20401144 4 07:08:39 05:44:01 6384328 31430944 814952 2.48 430352 23707620 2018244 5.95 4447192 20401148 8 07:08:39 05:45:01 6384028 31430668 815184 2.48 430360 23707620 2018244 5.95 4447264 20401148 8 07:08:39 05:46:01 6383288 31429944 815896 2.48 430368 23707624 2018244 5.95 4447424 20401152 180 07:08:39 05:47:01 6383296 31429956 815840 2.48 430368 23707628 2018244 5.95 4447296 20401156 28 07:08:39 05:48:01 6383020 31429592 816152 2.48 430388 23707628 2018244 5.95 4447772 20401120 8 07:08:39 05:49:01 6383424 31430000 815864 2.48 430408 23707632 2018244 5.95 4447780 20401124 16 07:08:39 05:50:01 6383440 31430044 815800 2.48 430432 23707632 2018244 5.95 4447540 20401124 12 07:08:39 05:51:01 6383676 31430320 815492 2.48 430448 23707636 2018244 5.95 4447500 20401132 12 07:08:39 05:52:01 6383324 31429972 815964 2.48 430464 23707636 2018244 5.95 4447484 20401132 44 07:08:39 05:53:01 6384024 31430696 815160 2.48 430496 23707640 2018244 5.95 4447844 20401132 8 07:08:39 05:54:01 6384244 31430972 814872 2.48 430528 23707648 2034292 6.00 4447800 20401144 64 07:08:39 05:55:01 6383960 31430736 815064 2.48 430556 23707652 2017900 5.95 4447864 20401152 164 07:08:39 05:56:01 6384124 31430936 814800 2.48 430584 23707656 2017900 5.95 4447908 20401156 212 07:08:39 05:57:01 6384004 31430820 814780 2.48 430616 23707656 2017900 5.95 4447900 20401156 36 07:08:39 05:58:01 6383964 31430824 814772 2.48 430644 23707660 2017900 5.95 4447612 20401164 64 07:08:39 05:59:01 6383940 31430804 814736 2.48 430656 23707664 2017900 5.95 4447536 20401168 12 07:08:39 06:00:01 6383924 31430820 814680 2.48 430668 23707664 2017900 5.95 4447580 20401168 44 07:08:39 06:01:01 6383876 31430812 814664 2.48 430676 23707668 2017900 5.95 4447568 20401172 8 07:08:39 06:02:01 6383576 31430532 814944 2.48 430684 23707664 2017900 5.95 4447616 20401160 52 07:08:39 06:03:01 6383568 31430528 814872 2.48 430700 23707676 2017900 5.95 4447660 20401164 20 07:08:39 06:04:01 6382732 31429720 815592 2.48 430740 23707676 2017900 5.95 4448060 20401168 56 07:08:39 06:05:01 6382724 31429764 815496 2.48 430776 23707680 2017900 5.95 4447804 20401176 20 07:08:39 06:06:01 6382908 31429996 815456 2.48 430792 23707684 2001724 5.90 4447844 20401184 176 07:08:39 06:07:01 6383152 31430256 815180 2.48 430808 23707680 2001724 5.90 4447896 20401184 8 07:08:39 06:08:01 6383336 31430448 815148 2.48 430828 23707688 2001724 5.90 4448028 20401188 12 07:08:39 06:09:01 6383328 31430464 815116 2.48 430848 23707688 2001724 5.90 4448012 20401188 8 07:08:39 06:10:01 6383216 31430376 815156 2.48 430856 23707692 2001724 5.90 4448040 20401184 176 07:08:39 06:11:01 6383184 31430352 815128 2.48 430872 23707692 2001724 5.90 4448048 20401184 4 07:08:39 06:12:01 6382924 31430136 815316 2.48 430888 23707704 2017784 5.95 4448352 20401196 180 07:08:39 06:13:01 6382908 31430124 815304 2.48 430904 23707708 2017784 5.95 4448208 20401200 36 07:08:39 06:14:01 6382932 31430176 815208 2.48 430916 23707708 2017784 5.95 4448260 20401200 8 07:08:39 06:15:01 6383160 31430408 814996 2.48 430956 23707712 2017784 5.95 4448272 20401204 12 07:08:39 06:16:01 6383420 31430716 814964 2.48 430984 23707712 2017784 5.95 4448020 20401204 44 07:08:39 06:17:01 6383572 31430920 814788 2.48 431008 23707716 2017784 5.95 4448060 20401212 8 07:08:39 06:18:01 6383800 31431240 814400 2.48 431044 23707780 2017784 5.95 4448660 20401280 220 07:08:39 06:19:01 6383232 31430680 814896 2.48 431068 23707784 2017784 5.95 4448076 20401284 12 07:08:39 06:20:01 6383208 31430704 814884 2.48 431088 23707784 2017784 5.95 4448132 20401284 68 07:08:39 06:21:01 6383104 31430600 814912 2.48 431104 23707792 2017784 5.95 4448296 20401284 8 07:08:39 06:22:01 6383348 31430884 814584 2.48 431132 23707788 2017784 5.95 4448168 20401288 60 07:08:39 06:23:01 6383728 31431312 814328 2.48 431152 23707796 2017784 5.95 4448268 20401292 4 07:08:39 06:24:01 6383712 31431304 814288 2.48 431172 23707800 2017784 5.95 4448192 20401296 8 07:08:39 06:25:01 6382984 31430608 814928 2.48 431204 23707796 2017784 5.95 4449108 20401304 24 07:08:39 06:26:01 6377820 31428576 816676 2.48 431496 23710352 2017784 5.95 4448940 20403552 40 07:08:39 06:27:01 6378324 31429092 816044 2.48 431512 23710412 2017784 5.95 4448928 20403564 28 07:08:39 06:28:01 6378980 31429844 815544 2.48 431532 23710420 2017784 5.95 4449032 20403628 52 07:08:39 06:29:01 6378964 31429832 815516 2.48 431544 23710424 2017784 5.95 4448956 20403632 12 07:08:39 06:30:01 6379132 31430032 815480 2.48 431560 23710428 2034092 6.00 4448996 20403636 8 07:08:39 06:31:01 6378856 31429760 815692 2.48 431584 23710432 2034092 6.00 4448980 20403640 4 07:08:39 06:32:01 6379028 31429980 815424 2.48 431608 23710436 2034092 6.00 4449024 20403644 12 07:08:39 06:33:01 6379012 31430004 815380 2.48 431636 23710436 2034092 6.00 4449388 20403652 4 07:08:39 06:34:01 6378760 31429720 815624 2.48 431656 23710440 2034092 6.00 4449200 20403644 8 07:08:39 06:35:01 6378776 31429736 815544 2.48 431676 23710440 2034092 6.00 4449080 20403644 12 07:08:39 06:36:01 6378412 31429540 815680 2.48 431692 23710572 2034092 6.00 4449124 20403768 228 07:08:39 06:37:01 6378676 31429812 815576 2.48 431704 23710572 2034092 6.00 4449268 20403776 8 07:08:39 06:38:01 6378368 31429540 815824 2.48 431728 23710580 2034092 6.00 4449464 20403784 16 07:08:39 06:39:01 6378872 31430084 815240 2.48 431740 23710584 2034092 6.00 4449484 20403792 12 07:08:39 06:40:01 6379000 31430212 815256 2.48 431752 23710584 2034092 6.00 4449176 20403792 44 07:08:39 06:41:01 6378676 31429892 815568 2.48 431760 23710588 2034092 6.00 4449176 20403796 24 07:08:39 06:42:01 6378432 31429672 815740 2.48 431764 23710588 2034092 6.00 4449464 20403796 48 07:08:39 06:43:01 6378668 31429912 815396 2.48 431768 23710596 2034092 6.00 4449532 20403800 52 07:08:39 06:44:01 6378596 31429856 815396 2.48 431784 23710636 2034092 6.00 4449308 20403808 216 07:08:39 06:45:01 6378296 31429728 815500 2.48 431788 23710768 2050140 6.04 4449468 20403980 32 07:08:39 06:46:01 6378052 31429416 815768 2.48 431792 23710772 2050140 6.04 4449588 20403984 252 07:08:39 06:47:01 6378044 31429408 815704 2.48 431804 23710772 2050140 6.04 4449504 20403984 20 07:08:39 06:48:01 6377144 31428616 816432 2.48 431820 23710772 2050140 6.04 4449628 20403952 76 07:08:39 06:49:01 6377348 31428844 816140 2.48 431844 23710776 2050140 6.04 4449416 20403952 16 07:08:39 06:50:01 6377412 31428912 816200 2.48 431860 23710784 2050140 6.04 4449492 20403956 20 07:08:39 06:51:01 6377396 31428928 816176 2.48 431868 23710788 2050140 6.04 4449380 20403960 4 07:08:39 06:52:01 6377096 31428628 816412 2.48 431872 23710788 2050140 6.04 4449364 20403960 44 07:08:39 06:53:01 6377080 31428616 816360 2.48 431876 23710792 2050140 6.04 4449360 20403964 16 07:08:39 06:54:01 6378304 31429856 815300 2.48 431896 23710792 2050140 6.04 4449328 20403964 212 07:08:39 06:55:01 6377792 31429372 815760 2.48 431920 23710796 2050140 6.04 4449352 20403968 4 07:08:39 06:56:01 6377948 31429528 815544 2.48 431936 23710796 2050140 6.04 4449336 20403968 40 07:08:39 06:57:01 6377916 31429540 815504 2.48 431956 23710804 2050140 6.04 4449600 20403972 8 07:08:39 06:58:01 6377656 31429412 815576 2.48 431984 23710912 2050140 6.04 4449440 20404104 220 07:08:39 06:59:01 6377860 31429660 815272 2.48 432008 23710936 2050140 6.04 4449420 20404108 16 07:08:39 07:00:01 6377812 31429648 815244 2.48 432016 23710944 2050140 6.04 4449488 20404112 176 07:08:39 07:01:01 6377992 31429864 815172 2.48 432040 23710944 2033584 6.00 4449636 20404116 16 07:08:39 07:02:01 6377716 31429596 815364 2.48 432060 23710948 2033584 6.00 4449512 20404120 68 07:08:39 07:03:01 6377344 31429256 815664 2.48 432084 23710948 2049684 6.04 4449712 20404124 16 07:08:39 07:04:01 6377620 31429572 815304 2.48 432108 23710952 2049684 6.04 4449836 20404128 248 07:08:39 07:05:01 6378128 31430084 815224 2.48 432140 23710956 2033112 5.99 4449580 20404132 12 07:08:39 07:06:01 6378264 31430256 815180 2.48 432160 23710960 2033112 5.99 4449624 20404136 8 07:08:39 07:07:01 6377996 31429992 815420 2.48 432168 23710964 2033112 5.99 4449608 20404140 4 07:08:39 07:08:01 6377980 31430004 815372 2.48 432188 23710960 2033112 5.99 4449716 20404136 224 07:08:39 Average: 6641857 31403494 842279 2.56 423923 23443204 2094414 6.17 4427496 20176910 30524 07:08:39 07:08:39 01:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:08:39 01:09:01 docker0 710.13 736.42 53.36 4552.85 0.00 0.00 0.00 0.00 07:08:39 01:09:01 lo 3.67 3.67 0.37 0.37 0.00 0.00 0.00 0.00 07:08:39 01:09:01 veth275517c 279.94 204.78 1563.00 20.69 0.00 0.00 0.00 0.00 07:08:39 01:09:01 vethed18322 204.78 279.94 20.69 1563.00 0.00 0.00 0.00 0.13 07:08:39 01:09:01 ens3 1025.14 892.29 11681.83 137.75 0.00 0.00 0.00 0.00 07:08:39 01:10:01 docker0 0.08 0.07 0.00 0.01 0.00 0.00 0.00 0.00 07:08:39 01:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 01:10:01 veth933903d 0.05 0.18 0.00 0.02 0.00 0.00 0.00 0.00 07:08:39 01:10:01 ens3 29.41 17.58 29.25 11.13 0.00 0.00 0.00 0.00 07:08:39 01:11:01 docker0 1.23 1.23 0.09 0.11 0.00 0.00 0.00 0.00 07:08:39 01:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:11:01 veth933903d 1.23 1.25 0.11 0.11 0.00 0.00 0.00 0.00 07:08:39 01:11:01 ens3 25.28 16.93 19.73 11.32 0.00 0.00 0.00 0.00 07:08:39 01:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 01:12:01 veth933903d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:12:01 ens3 17.75 10.15 15.33 8.65 0.00 0.00 0.00 0.00 07:08:39 01:13:01 docker0 0.63 0.42 0.05 0.24 0.00 0.00 0.00 0.00 07:08:39 01:13:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 07:08:39 01:13:01 vethc31ad52 0.63 0.55 0.06 0.25 0.00 0.00 0.00 0.00 07:08:39 01:13:01 ens3 129.28 105.68 2291.28 124.86 0.00 0.00 0.00 0.00 07:08:39 01:14:01 docker0 512.30 927.26 48.34 9459.89 0.00 0.00 0.00 0.00 07:08:39 01:14:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 07:08:39 01:14:01 vethc31ad52 0.07 2.55 0.00 0.11 0.00 0.00 0.00 0.00 07:08:39 01:14:01 ens3 1004.25 567.66 10479.42 72.25 0.00 0.00 0.00 0.00 07:08:39 01:15:01 docker0 0.67 0.03 0.02 0.00 0.00 0.00 0.00 0.00 07:08:39 01:15:01 veth1976f84 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 07:08:39 01:15:01 veth189977f 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 07:08:39 01:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:15:01 veth928970e 0.05 0.48 0.00 0.03 0.00 0.00 0.00 0.00 07:08:39 01:15:01 vethb2fbb1e 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 07:08:39 01:15:01 vethc31ad52 0.07 0.65 0.00 0.03 0.00 0.00 0.00 0.00 07:08:39 01:15:01 veth9c4b026 0.05 0.57 0.00 0.03 0.00 0.00 0.00 0.00 07:08:39 01:15:01 veth8fa2236 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 07:08:39 01:15:01 vethbf411bd 0.05 0.53 0.00 0.03 0.00 0.00 0.00 0.00 07:08:39 01:15:01 vethef7c1d0 0.05 0.50 0.00 0.03 0.00 0.00 0.00 0.00 07:08:39 01:15:01 veth0fd6fc0 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 07:08:39 01:15:01 ens3 28.54 21.64 22.91 13.41 0.00 0.00 0.00 0.00 07:08:39 01:15:01 veth9a033db 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 07:08:39 01:15:01 vethe1c20b1 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 07:08:39 01:15:01 vethffba152 0.05 0.48 0.00 0.03 0.00 0.00 0.00 0.00 07:08:39 01:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:16:01 veth1976f84 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:16:01 veth189977f 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 01:16:01 veth928970e 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:16:01 vethb2fbb1e 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:16:01 vethc31ad52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:16:01 veth9c4b026 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:16:01 veth8fa2236 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:16:01 vethbf411bd 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:16:01 vethef7c1d0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:16:01 veth0fd6fc0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:16:01 ens3 3.45 2.52 2.73 1.56 0.00 0.00 0.00 0.00 07:08:39 01:16:01 veth9a033db 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:16:01 vethe1c20b1 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:16:01 vethffba152 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:17:01 docker0 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:17:01 veth1976f84 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:17:01 veth189977f 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:17:01 veth928970e 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:17:01 vethb2fbb1e 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:17:01 vethc31ad52 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:17:01 veth9c4b026 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:17:01 vethbf411bd 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:17:01 veth0fd6fc0 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:17:01 ens3 10.20 7.69 8.22 4.81 0.00 0.00 0.00 0.00 07:08:39 01:17:01 veth9a033db 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:17:01 vethe1c20b1 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:17:01 vethffba152 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:18:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:18:01 lo 15.53 15.53 1.52 1.52 0.00 0.00 0.00 0.00 07:08:39 01:18:01 ens3 161.34 149.04 96.05 687.04 0.00 0.00 0.00 0.00 07:08:39 01:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:19:01 lo 39.33 39.33 3.85 3.85 0.00 0.00 0.00 0.00 07:08:39 01:19:01 ens3 485.49 495.42 203.56 2808.49 0.00 0.00 0.00 0.00 07:08:39 01:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:20:01 lo 6.27 6.27 0.61 0.61 0.00 0.00 0.00 0.00 07:08:39 01:20:01 ens3 153.54 157.07 45.76 1308.27 0.00 0.00 0.00 0.00 07:08:39 01:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:21:01 lo 9.20 9.20 0.90 0.90 0.00 0.00 0.00 0.00 07:08:39 01:21:01 ens3 136.36 151.97 58.73 627.49 0.00 0.00 0.00 0.00 07:08:39 01:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 01:22:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 01:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:23:01 ens3 0.20 0.17 0.09 0.07 0.00 0.00 0.00 0.00 07:08:39 01:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 01:24:01 ens3 0.30 0.18 0.08 0.01 0.00 0.00 0.00 0.00 07:08:39 01:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:25:01 ens3 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 01:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 01:26:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 01:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:27:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 01:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 01:28:01 ens3 0.63 0.28 0.19 0.08 0.00 0.00 0.00 0.00 07:08:39 01:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:29:01 ens3 0.57 0.33 0.28 0.21 0.00 0.00 0.00 0.00 07:08:39 01:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 01:30:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 01:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:31:01 ens3 0.77 0.27 0.31 0.21 0.00 0.00 0.00 0.00 07:08:39 01:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 01:32:01 ens3 0.37 0.07 0.03 0.01 0.00 0.00 0.00 0.00 07:08:39 01:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:33:01 ens3 1.02 0.12 0.18 0.07 0.00 0.00 0.00 0.00 07:08:39 01:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 01:34:01 ens3 1.22 0.50 0.46 0.29 0.00 0.00 0.00 0.00 07:08:39 01:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:35:01 ens3 0.65 0.00 0.08 0.00 0.00 0.00 0.00 0.00 07:08:39 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 01:36:01 ens3 0.20 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:37:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 01:38:01 ens3 0.73 0.20 0.19 0.07 0.00 0.00 0.00 0.00 07:08:39 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:39:01 ens3 1.37 0.40 0.36 0.22 0.00 0.00 0.00 0.00 07:08:39 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 01:40:01 ens3 0.23 0.07 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:41:01 ens3 0.18 0.00 0.02 0.00 0.00 0.00 0.00 0.00 07:08:39 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 01:42:01 ens3 0.20 0.13 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:43:01 ens3 0.42 0.13 0.15 0.07 0.00 0.00 0.00 0.00 07:08:39 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 01:44:01 ens3 0.15 0.08 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:45:01 ens3 0.92 0.60 0.82 0.38 0.00 0.00 0.00 0.00 07:08:39 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 01:46:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:47:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 01:47:01 ens3 5.93 4.48 3.76 4.76 0.00 0.00 0.00 0.00 07:08:39 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 01:48:01 ens3 0.35 0.18 0.15 0.07 0.00 0.00 0.00 0.00 07:08:39 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:49:01 ens3 1.68 0.90 0.98 1.13 0.00 0.00 0.00 0.00 07:08:39 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 01:50:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:51:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 01:52:01 ens3 0.48 0.10 0.06 0.01 0.00 0.00 0.00 0.00 07:08:39 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:53:01 ens3 0.67 0.47 0.40 0.27 0.00 0.00 0.00 0.00 07:08:39 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 01:54:01 ens3 0.15 0.07 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:55:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 01:56:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:57:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 01:58:01 ens3 0.25 0.23 0.09 0.08 0.00 0.00 0.00 0.00 07:08:39 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 01:59:01 ens3 0.18 0.12 0.07 0.01 0.00 0.00 0.00 0.00 07:08:39 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:00:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:01:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:02:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:03:01 ens3 0.28 0.22 0.14 0.07 0.00 0.00 0.00 0.00 07:08:39 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:04:01 ens3 1.25 0.08 0.12 0.01 0.00 0.00 0.00 0.00 07:08:39 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:05:01 ens3 1.05 0.70 0.62 0.49 0.00 0.00 0.00 0.00 07:08:39 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:06:01 ens3 0.17 0.07 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:07:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:08:01 ens3 0.33 0.20 0.15 0.07 0.00 0.00 0.00 0.00 07:08:39 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:09:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:10:01 ens3 0.20 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:11:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:12:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:13:01 ens3 0.30 0.12 0.14 0.07 0.00 0.00 0.00 0.00 07:08:39 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:14:01 ens3 0.15 0.08 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:15:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:16:01 ens3 0.18 0.12 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:17:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:18:01 ens3 0.28 0.22 0.09 0.08 0.00 0.00 0.00 0.00 07:08:39 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:19:01 ens3 0.18 0.05 0.07 0.00 0.00 0.00 0.00 0.00 07:08:39 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:20:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:21:01 ens3 0.48 0.30 0.27 0.20 0.00 0.00 0.00 0.00 07:08:39 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:22:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:23:01 ens3 0.22 0.17 0.09 0.07 0.00 0.00 0.00 0.00 07:08:39 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:24:01 ens3 0.25 0.17 0.08 0.01 0.00 0.00 0.00 0.00 07:08:39 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:25:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:26:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:27:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:28:01 ens3 0.32 0.32 0.15 0.08 0.00 0.00 0.00 0.00 07:08:39 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:29:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:30:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:31:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:32:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:33:01 ens3 0.22 0.20 0.09 0.07 0.00 0.00 0.00 0.00 07:08:39 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:34:01 ens3 0.25 0.12 0.08 0.01 0.00 0.00 0.00 0.00 07:08:39 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:35:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:36:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:37:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:38:01 ens3 0.25 0.20 0.09 0.07 0.00 0.00 0.00 0.00 07:08:39 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:39:01 ens3 0.20 0.05 0.07 0.00 0.00 0.00 0.00 0.00 07:08:39 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:40:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 02:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:41:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:42:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:43:01 ens3 0.33 0.17 0.15 0.07 0.00 0.00 0.00 0.00 07:08:39 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:44:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:45:01 ens3 0.30 0.18 0.11 0.25 0.00 0.00 0.00 0.00 07:08:39 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:46:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:47:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:47:01 ens3 2.75 2.58 1.51 3.89 0.00 0.00 0.00 0.00 07:08:39 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:48:01 ens3 0.32 0.20 0.15 0.07 0.00 0.00 0.00 0.00 07:08:39 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:49:01 ens3 1.57 1.28 0.80 1.15 0.00 0.00 0.00 0.00 07:08:39 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:50:01 ens3 0.15 0.12 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:51:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:52:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:53:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:53:01 ens3 0.47 0.38 0.22 0.10 0.00 0.00 0.00 0.00 07:08:39 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:54:01 ens3 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:55:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 02:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:56:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:57:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 02:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 02:58:01 ens3 0.25 0.18 0.09 0.07 0.00 0.00 0.00 0.00 07:08:39 02:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 02:59:01 ens3 0.18 0.05 0.07 0.00 0.00 0.00 0.00 0.00 07:08:39 03:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:00:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 03:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:01:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 03:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:02:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 03:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:03:01 ens3 0.70 0.13 0.19 0.07 0.00 0.00 0.00 0.00 07:08:39 03:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:04:01 ens3 1.08 0.55 0.56 0.42 0.00 0.00 0.00 0.00 07:08:39 03:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:05:01 ens3 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:06:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:07:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:08:01 ens3 0.27 0.18 0.09 0.07 0.00 0.00 0.00 0.00 07:08:39 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:09:01 ens3 0.17 0.05 0.07 0.00 0.00 0.00 0.00 0.00 07:08:39 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:10:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:11:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:12:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:13:01 ens3 0.23 0.12 0.09 0.07 0.00 0.00 0.00 0.00 07:08:39 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:14:01 ens3 0.22 0.17 0.07 0.01 0.00 0.00 0.00 0.00 07:08:39 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:15:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:16:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:17:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:18:01 ens3 0.25 0.18 0.09 0.07 0.00 0.00 0.00 0.00 07:08:39 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:19:01 ens3 0.18 0.12 0.10 0.01 0.00 0.00 0.00 0.00 07:08:39 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:20:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:21:01 ens3 0.57 0.52 0.28 0.23 0.00 0.00 0.00 0.00 07:08:39 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:22:01 ens3 0.14 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:23:01 ens3 0.30 0.25 0.14 0.07 0.00 0.00 0.00 0.00 07:08:39 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:24:01 ens3 0.15 0.12 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:25:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:26:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:27:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:28:01 ens3 0.25 0.23 0.09 0.08 0.00 0.00 0.00 0.00 07:08:39 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:29:01 ens3 0.18 0.05 0.07 0.00 0.00 0.00 0.00 0.00 07:08:39 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:30:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:31:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:32:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:33:01 ens3 0.25 0.13 0.14 0.07 0.00 0.00 0.00 0.00 07:08:39 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:34:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:35:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:36:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:37:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:38:01 ens3 0.35 0.20 0.15 0.07 0.00 0.00 0.00 0.00 07:08:39 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:39:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:40:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:41:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:42:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:43:01 ens3 0.20 0.12 0.09 0.07 0.00 0.00 0.00 0.00 07:08:39 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:44:01 ens3 0.23 0.10 0.07 0.01 0.00 0.00 0.00 0.00 07:08:39 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:45:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:46:01 ens3 0.32 0.25 0.11 0.25 0.00 0.00 0.00 0.00 07:08:39 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:47:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:47:01 ens3 2.60 2.15 1.45 3.84 0.00 0.00 0.00 0.00 07:08:39 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:48:01 ens3 0.32 0.20 0.15 0.07 0.00 0.00 0.00 0.00 07:08:39 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:49:01 ens3 1.52 1.25 0.79 1.15 0.00 0.00 0.00 0.00 07:08:39 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:50:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:51:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:52:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:53:01 ens3 0.25 0.15 0.14 0.07 0.00 0.00 0.00 0.00 07:08:39 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:54:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:55:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 03:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:56:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:57:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 03:58:01 ens3 0.27 0.20 0.09 0.07 0.00 0.00 0.00 0.00 07:08:39 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 03:59:01 ens3 0.17 0.07 0.07 0.00 0.00 0.00 0.00 0.00 07:08:39 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:00:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 04:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:01:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 04:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:02:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 04:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:03:01 ens3 0.22 0.12 0.09 0.07 0.00 0.00 0.00 0.00 07:08:39 04:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:04:01 ens3 0.90 0.42 0.37 0.22 0.00 0.00 0.00 0.00 07:08:39 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:05:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:06:01 ens3 0.50 0.10 0.06 0.01 0.00 0.00 0.00 0.00 07:08:39 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:07:01 ens3 0.75 0.50 0.37 0.30 0.00 0.00 0.00 0.00 07:08:39 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:08:01 ens3 0.32 0.18 0.09 0.07 0.00 0.00 0.00 0.00 07:08:39 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:09:01 ens3 0.15 0.03 0.07 0.00 0.00 0.00 0.00 0.00 07:08:39 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:10:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:11:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:12:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:13:01 ens3 0.20 0.12 0.09 0.07 0.00 0.00 0.00 0.00 07:08:39 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:14:01 ens3 0.25 0.12 0.08 0.01 0.00 0.00 0.00 0.00 07:08:39 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:15:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:16:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:17:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:18:01 ens3 0.32 0.20 0.15 0.07 0.00 0.00 0.00 0.00 07:08:39 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:19:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:20:01 ens3 0.15 0.12 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:21:01 ens3 0.48 0.42 0.27 0.22 0.00 0.00 0.00 0.00 07:08:39 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:22:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:23:01 ens3 0.27 0.13 0.14 0.07 0.00 0.00 0.00 0.00 07:08:39 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:24:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:25:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:26:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:27:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:28:01 ens3 0.32 0.28 0.15 0.08 0.00 0.00 0.00 0.00 07:08:39 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:29:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:30:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:31:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 04:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:32:01 ens3 0.17 0.13 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 04:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:33:01 ens3 0.32 0.27 0.15 0.08 0.00 0.00 0.00 0.00 07:08:39 04:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:34:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 04:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:35:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:36:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:37:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:38:01 ens3 0.35 0.30 0.15 0.08 0.00 0.00 0.00 0.00 07:08:39 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:39:01 ens3 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:40:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:41:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:42:01 ens3 1.22 0.48 0.36 0.22 0.00 0.00 0.00 0.00 07:08:39 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:43:01 ens3 0.93 0.92 0.51 0.38 0.00 0.00 0.00 0.00 07:08:39 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:44:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:45:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:46:01 ens3 0.35 0.28 0.11 0.25 0.00 0.00 0.00 0.00 07:08:39 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:47:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:48:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 07:08:39 04:48:01 ens3 2.98 2.75 1.60 3.96 0.00 0.00 0.00 0.00 07:08:39 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:49:01 ens3 1.47 1.30 0.79 1.15 0.00 0.00 0.00 0.00 07:08:39 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:50:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:51:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:52:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:53:01 ens3 0.25 0.20 0.14 0.07 0.00 0.00 0.00 0.00 07:08:39 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:54:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:55:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:56:01 ens3 0.48 0.10 0.06 0.01 0.00 0.00 0.00 0.00 07:08:39 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:57:01 ens3 0.45 0.45 0.27 0.22 0.00 0.00 0.00 0.00 07:08:39 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 04:58:01 ens3 0.33 0.25 0.15 0.08 0.00 0.00 0.00 0.00 07:08:39 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 04:59:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:00:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:01:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:02:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:03:01 ens3 0.20 0.12 0.09 0.07 0.00 0.00 0.00 0.00 07:08:39 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:04:01 ens3 1.05 0.57 0.41 0.23 0.00 0.00 0.00 0.00 07:08:39 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:05:01 ens3 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:06:01 ens3 0.20 0.12 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:07:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:08:01 ens3 0.37 0.30 0.15 0.08 0.00 0.00 0.00 0.00 07:08:39 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:09:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:10:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:11:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:12:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:13:01 ens3 0.30 0.18 0.14 0.07 0.00 0.00 0.00 0.00 07:08:39 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:14:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:15:01 ens3 0.33 0.00 0.05 0.00 0.00 0.00 0.00 0.00 07:08:39 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:16:01 ens3 2.58 0.92 0.95 0.63 0.00 0.00 0.00 0.00 07:08:39 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:17:01 ens3 1.35 0.62 0.66 0.48 0.00 0.00 0.00 0.00 07:08:39 05:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:18:01 ens3 0.33 0.18 0.10 0.07 0.00 0.00 0.00 0.00 07:08:39 05:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:19:01 ens3 0.23 0.05 0.07 0.00 0.00 0.00 0.00 0.00 07:08:39 05:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:20:01 ens3 0.27 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 05:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:21:01 ens3 0.48 0.25 0.27 0.20 0.00 0.00 0.00 0.00 07:08:39 05:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:22:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 05:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:23:01 ens3 0.22 0.12 0.09 0.07 0.00 0.00 0.00 0.00 07:08:39 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:24:01 ens3 0.23 0.10 0.08 0.01 0.00 0.00 0.00 0.00 07:08:39 05:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:25:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:26:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 05:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:27:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 05:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:28:01 ens3 0.28 0.22 0.09 0.07 0.00 0.00 0.00 0.00 07:08:39 05:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:29:01 ens3 0.20 0.05 0.07 0.00 0.00 0.00 0.00 0.00 07:08:39 05:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:30:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 05:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:31:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 05:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:32:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 05:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:33:01 ens3 0.28 0.13 0.14 0.07 0.00 0.00 0.00 0.00 07:08:39 05:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:34:01 ens3 0.22 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 05:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:35:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 05:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:36:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 05:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:37:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 05:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:38:01 ens3 0.27 0.22 0.09 0.07 0.00 0.00 0.00 0.00 07:08:39 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:39:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 05:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:40:01 ens3 0.27 0.18 0.10 0.01 0.00 0.00 0.00 0.00 07:08:39 05:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:41:01 ens3 0.07 0.03 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:42:01 ens3 0.14 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:43:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 07:08:39 05:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:44:01 ens3 0.23 0.17 0.07 0.01 0.00 0.00 0.00 0.00 07:08:39 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:45:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:46:01 ens3 0.97 0.57 0.41 0.46 0.00 0.00 0.00 0.00 07:08:39 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:47:01 ens3 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:48:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 07:08:39 05:48:01 ens3 2.88 2.60 1.64 3.93 0.00 0.00 0.00 0.00 07:08:39 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:49:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:50:01 ens3 1.62 1.28 0.80 1.15 0.00 0.00 0.00 0.00 07:08:39 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:51:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:52:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:53:01 ens3 0.27 0.17 0.14 0.07 0.00 0.00 0.00 0.00 07:08:39 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:54:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:55:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:56:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:57:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 05:58:01 ens3 0.35 0.22 0.15 0.07 0.00 0.00 0.00 0.00 07:08:39 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 05:59:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:00:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:01:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:02:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:03:01 ens3 0.25 0.12 0.14 0.07 0.00 0.00 0.00 0.00 07:08:39 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:04:01 ens3 0.92 0.43 0.32 0.22 0.00 0.00 0.00 0.00 07:08:39 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:05:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:06:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:07:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:08:01 ens3 0.52 0.38 0.17 0.09 0.00 0.00 0.00 0.00 07:08:39 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:09:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:10:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:11:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:12:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:13:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 07:08:39 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:14:01 ens3 0.25 0.17 0.08 0.01 0.00 0.00 0.00 0.00 07:08:39 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:15:01 ens3 0.08 0.07 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:16:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:17:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:18:01 ens3 0.25 0.23 0.09 0.08 0.00 0.00 0.00 0.00 07:08:39 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:19:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:20:01 ens3 0.25 0.12 0.08 0.01 0.00 0.00 0.00 0.00 07:08:39 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:21:01 ens3 0.48 0.43 0.29 0.22 0.00 0.00 0.00 0.00 07:08:39 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:22:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:23:01 ens3 0.23 0.20 0.14 0.07 0.00 0.00 0.00 0.00 07:08:39 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:24:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:25:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:26:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:27:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:28:01 ens3 0.32 0.25 0.15 0.08 0.00 0.00 0.00 0.00 07:08:39 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:29:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:30:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:31:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:32:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:33:01 ens3 0.27 0.15 0.14 0.07 0.00 0.00 0.00 0.00 07:08:39 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:34:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:35:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:36:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:37:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:38:01 ens3 0.27 0.18 0.09 0.07 0.00 0.00 0.00 0.00 07:08:39 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:39:01 ens3 0.15 0.03 0.07 0.00 0.00 0.00 0.00 0.00 07:08:39 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:40:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:41:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:42:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:43:01 ens3 0.27 0.13 0.14 0.07 0.00 0.00 0.00 0.00 07:08:39 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:44:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:45:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 06:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:46:01 ens3 0.33 0.28 0.11 0.26 0.00 0.00 0.00 0.00 07:08:39 06:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:47:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:48:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 07:08:39 06:48:01 ens3 3.13 2.67 1.61 4.03 0.00 0.00 0.00 0.00 07:08:39 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:49:01 ens3 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:50:01 ens3 1.62 1.35 0.80 1.16 0.00 0.00 0.00 0.00 07:08:39 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:51:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:52:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:53:01 ens3 0.28 0.13 0.14 0.07 0.00 0.00 0.00 0.00 07:08:39 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:54:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:55:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:56:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:57:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 06:58:01 ens3 0.32 0.20 0.15 0.07 0.00 0.00 0.00 0.00 07:08:39 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 06:59:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 07:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 07:00:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 07:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 07:01:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 07:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 07:02:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 07:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 07:03:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:08:39 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 07:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 07:04:01 ens3 0.98 0.43 0.38 0.22 0.00 0.00 0.00 0.00 07:08:39 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 07:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 07:05:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 07:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 07:06:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 07:08:39 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 07:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 07:07:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 07:08:39 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:39 07:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:08:39 07:08:01 ens3 0.35 0.28 0.15 0.08 0.00 0.00 0.00 0.00 07:08:39 Average: docker0 3.40 4.63 0.28 38.93 0.00 0.00 0.00 0.00 07:08:39 Average: lo 0.31 0.31 0.03 0.03 0.00 0.00 0.00 0.00 07:08:39 Average: ens3 9.21 7.39 69.45 16.29 0.00 0.00 0.00 0.00 07:08:39 07:08:39 07:08:39 ---> sar -P ALL: 07:08:39 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-8842) 05/08/26 _x86_64_ (8 CPU) 07:08:39 07:08:39 01:07:13 LINUX RESTART (8 CPU) 07:08:39 07:08:39 01:08:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 01:09:01 all 7.86 0.00 3.37 6.26 0.06 82.46 07:08:39 01:09:01 0 7.04 0.00 2.36 6.20 0.07 84.33 07:08:39 01:09:01 1 6.95 0.00 2.78 6.53 0.07 83.67 07:08:39 01:09:01 2 11.72 0.00 5.25 23.46 0.07 59.49 07:08:39 01:09:01 3 7.31 0.00 2.41 3.38 0.07 86.84 07:08:39 01:09:01 4 7.55 0.00 3.83 3.29 0.05 85.29 07:08:39 01:09:01 5 7.63 0.00 2.35 1.84 0.05 88.12 07:08:39 01:09:01 6 7.07 0.00 4.04 2.21 0.07 86.62 07:08:39 01:09:01 7 7.57 0.00 3.93 3.12 0.07 85.32 07:08:39 01:10:01 all 31.60 0.00 4.71 6.71 0.07 56.92 07:08:39 01:10:01 0 30.12 0.00 4.59 3.90 0.07 61.32 07:08:39 01:10:01 1 32.00 0.00 4.78 13.39 0.07 49.76 07:08:39 01:10:01 2 31.66 0.00 4.91 23.70 0.07 39.67 07:08:39 01:10:01 3 32.10 0.00 5.04 6.57 0.07 56.22 07:08:39 01:10:01 4 31.23 0.00 4.83 1.17 0.07 62.71 07:08:39 01:10:01 5 31.18 0.00 4.22 1.26 0.07 63.27 07:08:39 01:10:01 6 31.63 0.00 4.70 1.36 0.07 62.24 07:08:39 01:10:01 7 32.87 0.00 4.59 2.37 0.05 60.12 07:08:39 01:11:01 all 37.15 0.00 7.82 4.08 0.09 50.86 07:08:39 01:11:01 0 37.34 0.00 7.53 5.39 0.08 49.65 07:08:39 01:11:01 1 38.84 0.00 7.95 10.52 0.08 42.61 07:08:39 01:11:01 2 37.31 0.00 7.19 5.02 0.10 50.38 07:08:39 01:11:01 3 38.66 0.00 8.58 1.87 0.08 50.80 07:08:39 01:11:01 4 38.56 0.00 8.18 2.27 0.08 50.91 07:08:39 01:11:01 5 34.77 0.00 8.71 2.66 0.08 53.78 07:08:39 01:11:01 6 36.86 0.00 7.22 3.86 0.08 51.98 07:08:39 01:11:01 7 34.81 0.00 7.23 1.06 0.10 56.80 07:08:39 01:12:01 all 65.56 0.00 7.73 0.56 0.10 26.05 07:08:39 01:12:01 0 65.19 0.00 7.45 0.05 0.10 27.20 07:08:39 01:12:01 1 66.99 0.00 7.90 0.12 0.10 24.89 07:08:39 01:12:01 2 65.17 0.00 7.47 1.65 0.10 25.61 07:08:39 01:12:01 3 66.96 0.00 7.39 0.24 0.10 25.31 07:08:39 01:12:01 4 65.75 0.00 7.12 0.22 0.10 26.81 07:08:39 01:12:01 5 65.75 0.00 9.01 0.37 0.12 24.76 07:08:39 01:12:01 6 64.96 0.00 7.58 0.81 0.10 26.56 07:08:39 01:12:01 7 63.70 0.00 7.97 0.99 0.10 27.24 07:08:39 01:13:01 all 23.41 0.00 7.55 7.87 0.08 61.10 07:08:39 01:13:01 0 21.79 0.00 7.26 6.31 0.08 64.55 07:08:39 01:13:01 1 24.64 0.00 8.13 17.08 0.07 50.08 07:08:39 01:13:01 2 24.64 0.00 7.42 14.35 0.08 53.51 07:08:39 01:13:01 3 24.51 0.00 7.27 3.94 0.08 64.20 07:08:39 01:13:01 4 21.96 0.00 6.67 1.35 0.07 69.96 07:08:39 01:13:01 5 23.06 0.00 7.23 7.94 0.08 61.68 07:08:39 01:13:01 6 23.44 0.00 7.39 3.24 0.08 65.85 07:08:39 01:13:01 7 23.27 0.00 8.99 8.77 0.08 58.89 07:08:39 01:14:01 all 11.95 0.00 5.52 27.56 0.06 54.91 07:08:39 01:14:01 0 11.33 0.00 6.11 45.82 0.05 36.68 07:08:39 01:14:01 1 11.23 0.00 5.21 35.85 0.07 47.64 07:08:39 01:14:01 2 12.75 0.00 5.32 38.69 0.07 43.17 07:08:39 01:14:01 3 14.01 0.00 5.52 25.93 0.07 54.48 07:08:39 01:14:01 4 11.89 0.00 5.46 10.84 0.07 71.74 07:08:39 01:14:01 5 11.05 0.00 6.37 23.83 0.07 58.68 07:08:39 01:14:01 6 11.23 0.00 4.93 21.00 0.05 62.79 07:08:39 01:14:01 7 12.11 0.00 5.23 18.70 0.07 63.89 07:08:39 01:15:01 all 31.45 0.00 5.83 16.51 0.06 46.15 07:08:39 01:15:01 0 31.41 0.00 5.05 7.20 0.05 56.30 07:08:39 01:15:01 1 31.69 0.00 6.12 1.12 0.07 61.00 07:08:39 01:15:01 2 31.82 0.00 6.05 6.44 0.08 55.60 07:08:39 01:15:01 3 31.72 0.00 4.41 1.39 0.05 62.44 07:08:39 01:15:01 4 31.08 0.00 6.91 29.58 0.05 32.39 07:08:39 01:15:01 5 31.61 0.00 7.05 59.41 0.07 1.86 07:08:39 01:15:01 6 30.85 0.00 6.17 13.86 0.05 49.07 07:08:39 01:15:01 7 31.42 0.00 4.88 13.55 0.05 50.10 07:08:39 01:16:01 all 90.86 0.00 9.00 0.00 0.13 0.00 07:08:39 01:16:01 0 90.30 0.00 9.58 0.00 0.12 0.00 07:08:39 01:16:01 1 91.22 0.00 8.63 0.00 0.15 0.00 07:08:39 01:16:01 2 90.80 0.00 9.05 0.00 0.15 0.00 07:08:39 01:16:01 3 90.52 0.00 9.36 0.00 0.12 0.00 07:08:39 01:16:01 4 91.05 0.00 8.81 0.00 0.13 0.00 07:08:39 01:16:01 5 90.95 0.00 8.93 0.00 0.12 0.00 07:08:39 01:16:01 6 91.05 0.00 8.81 0.02 0.12 0.00 07:08:39 01:16:01 7 91.00 0.00 8.81 0.02 0.17 0.00 07:08:39 01:17:01 all 91.56 0.00 8.33 0.00 0.11 0.00 07:08:39 01:17:01 0 91.21 0.00 8.69 0.00 0.10 0.00 07:08:39 01:17:01 1 91.31 0.00 8.57 0.00 0.12 0.00 07:08:39 01:17:01 2 91.61 0.00 8.24 0.00 0.15 0.00 07:08:39 01:17:01 3 91.71 0.00 8.19 0.00 0.10 0.00 07:08:39 01:17:01 4 91.36 0.00 8.52 0.00 0.12 0.00 07:08:39 01:17:01 5 91.50 0.00 8.40 0.00 0.10 0.00 07:08:39 01:17:01 6 91.51 0.00 8.39 0.00 0.10 0.00 07:08:39 01:17:01 7 92.27 0.00 7.61 0.00 0.12 0.00 07:08:39 01:18:01 all 32.07 0.00 4.54 6.85 0.07 56.47 07:08:39 01:18:01 0 33.13 0.00 4.79 9.79 0.08 52.22 07:08:39 01:18:01 1 30.79 0.00 4.13 5.77 0.08 59.22 07:08:39 01:18:01 2 33.25 0.00 4.81 3.62 0.08 58.23 07:08:39 01:18:01 3 32.44 0.00 4.25 8.77 0.07 54.48 07:08:39 01:18:01 4 31.41 0.00 4.70 2.99 0.07 60.83 07:08:39 01:18:01 5 31.83 0.00 4.53 5.00 0.07 58.58 07:08:39 01:18:01 6 32.44 0.00 4.43 13.48 0.07 49.59 07:08:39 01:18:01 7 31.29 0.00 4.65 5.42 0.07 58.58 07:08:39 01:19:01 all 10.64 0.00 0.92 0.14 0.06 88.22 07:08:39 01:19:01 0 12.70 0.00 1.02 0.00 0.07 86.22 07:08:39 01:19:01 1 12.91 0.00 1.22 0.87 0.07 84.93 07:08:39 01:19:01 2 10.38 0.00 0.89 0.05 0.05 88.63 07:08:39 01:19:01 3 9.13 0.00 0.89 0.02 0.07 89.90 07:08:39 01:19:01 4 10.88 0.00 0.80 0.07 0.07 88.19 07:08:39 01:19:01 5 8.43 0.00 0.88 0.02 0.07 90.61 07:08:39 01:19:01 6 12.51 0.00 0.92 0.10 0.07 86.40 07:08:39 01:19:01 7 8.23 0.00 0.77 0.03 0.07 90.90 07:08:39 07:08:39 01:19:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 01:20:01 all 5.61 0.00 0.26 0.11 0.03 93.99 07:08:39 01:20:01 0 9.35 0.00 0.37 0.02 0.03 90.23 07:08:39 01:20:01 1 3.47 0.00 0.22 0.18 0.02 96.12 07:08:39 01:20:01 2 8.29 0.00 0.25 0.35 0.03 91.07 07:08:39 01:20:01 3 3.27 0.00 0.27 0.00 0.03 96.43 07:08:39 01:20:01 4 6.36 0.00 0.25 0.03 0.03 93.32 07:08:39 01:20:01 5 3.72 0.00 0.12 0.00 0.02 96.15 07:08:39 01:20:01 6 7.45 0.00 0.33 0.32 0.05 91.85 07:08:39 01:20:01 7 2.96 0.00 0.27 0.00 0.02 96.75 07:08:39 01:21:01 all 2.30 0.00 0.30 0.16 0.03 97.21 07:08:39 01:21:01 0 3.72 0.00 0.37 0.02 0.03 95.86 07:08:39 01:21:01 1 2.76 0.00 0.33 0.02 0.03 96.86 07:08:39 01:21:01 2 2.51 0.00 0.25 0.90 0.03 96.31 07:08:39 01:21:01 3 0.25 0.00 0.15 0.02 0.02 99.57 07:08:39 01:21:01 4 4.10 0.00 0.42 0.02 0.03 95.44 07:08:39 01:21:01 5 1.24 0.00 0.25 0.02 0.03 98.46 07:08:39 01:21:01 6 2.78 0.00 0.30 0.17 0.02 96.73 07:08:39 01:21:01 7 1.08 0.00 0.32 0.13 0.02 98.45 07:08:39 01:22:01 all 0.01 0.00 0.02 0.01 0.01 99.96 07:08:39 01:22:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 01:22:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 01:22:01 2 0.03 0.00 0.03 0.02 0.03 99.88 07:08:39 01:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:22:01 4 0.02 0.00 0.03 0.02 0.00 99.93 07:08:39 01:22:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 01:22:01 6 0.00 0.00 0.00 0.02 0.02 99.97 07:08:39 01:22:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 01:23:01 all 0.03 0.00 0.03 0.01 0.01 99.92 07:08:39 01:23:01 0 0.03 0.00 0.03 0.02 0.00 99.92 07:08:39 01:23:01 1 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 01:23:01 2 0.03 0.00 0.05 0.02 0.02 99.88 07:08:39 01:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 01:23:01 4 0.03 0.00 0.05 0.00 0.02 99.90 07:08:39 01:23:01 5 0.02 0.00 0.02 0.03 0.02 99.92 07:08:39 01:23:01 6 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 01:23:01 7 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 01:24:01 all 0.01 0.00 0.01 0.04 0.01 99.93 07:08:39 01:24:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 01:24:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 01:24:01 2 0.05 0.00 0.03 0.13 0.00 99.78 07:08:39 01:24:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 01:24:01 4 0.00 0.00 0.00 0.20 0.02 99.78 07:08:39 01:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 01:24:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 01:24:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:25:01 all 0.04 0.00 0.00 0.00 0.01 99.95 07:08:39 01:25:01 0 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 01:25:01 1 0.07 0.00 0.02 0.00 0.00 99.92 07:08:39 01:25:01 2 0.05 0.00 0.00 0.02 0.02 99.92 07:08:39 01:25:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 01:25:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 01:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 01:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:25:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 01:26:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:08:39 01:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 01:26:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 01:26:01 2 0.03 0.00 0.02 0.02 0.03 99.90 07:08:39 01:26:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 01:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 01:26:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 01:26:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:08:39 01:26:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 01:27:01 all 0.03 0.00 0.01 0.03 0.01 99.92 07:08:39 01:27:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:27:01 1 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 01:27:01 2 0.03 0.00 0.05 0.05 0.02 99.85 07:08:39 01:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 01:27:01 4 0.03 0.00 0.03 0.22 0.02 99.70 07:08:39 01:27:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 01:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:27:01 7 0.07 0.00 0.00 0.00 0.02 99.92 07:08:39 01:28:01 all 0.06 0.00 0.02 0.02 0.01 99.90 07:08:39 01:28:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 01:28:01 1 0.37 0.00 0.03 0.00 0.00 99.60 07:08:39 01:28:01 2 0.05 0.00 0.00 0.10 0.02 99.83 07:08:39 01:28:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 01:28:01 4 0.00 0.00 0.03 0.00 0.00 99.97 07:08:39 01:28:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 01:28:01 6 0.03 0.00 0.03 0.03 0.00 99.90 07:08:39 01:28:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 01:29:01 all 0.17 0.00 0.02 0.01 0.01 99.79 07:08:39 01:29:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 01:29:01 1 1.14 0.00 0.05 0.00 0.02 98.79 07:08:39 01:29:01 2 0.07 0.00 0.05 0.08 0.03 99.77 07:08:39 01:29:01 3 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 01:29:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 01:29:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 01:29:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:08:39 01:29:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:30:01 all 0.01 0.00 0.01 0.01 0.00 99.97 07:08:39 01:30:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 01:30:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 01:30:01 2 0.02 0.00 0.02 0.02 0.02 99.93 07:08:39 01:30:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 01:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 01:30:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:30:01 6 0.00 0.00 0.00 0.03 0.00 99.97 07:08:39 01:30:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 07:08:39 01:30:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 01:31:01 all 0.03 0.00 0.01 0.04 0.01 99.90 07:08:39 01:31:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 01:31:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 01:31:01 2 0.05 0.00 0.03 0.00 0.02 99.90 07:08:39 01:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:31:01 4 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 01:31:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 01:31:01 6 0.07 0.00 0.00 0.35 0.02 99.57 07:08:39 01:31:01 7 0.07 0.00 0.02 0.00 0.02 99.90 07:08:39 01:32:01 all 0.02 0.00 0.01 0.03 0.01 99.93 07:08:39 01:32:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 01:32:01 1 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 01:32:01 2 0.02 0.00 0.03 0.03 0.02 99.90 07:08:39 01:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 01:32:01 4 0.02 0.00 0.03 0.17 0.00 99.78 07:08:39 01:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:32:01 6 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 01:32:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 01:33:01 all 0.03 0.00 0.01 0.01 0.01 99.95 07:08:39 01:33:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 01:33:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 01:33:01 2 0.02 0.00 0.00 0.08 0.02 99.88 07:08:39 01:33:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 01:33:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 01:33:01 5 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 01:33:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 01:33:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 01:34:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:08:39 01:34:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 01:34:01 1 0.07 0.00 0.02 0.00 0.02 99.90 07:08:39 01:34:01 2 0.02 0.00 0.00 0.02 0.02 99.95 07:08:39 01:34:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 01:34:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 01:34:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 01:34:01 6 0.00 0.00 0.02 0.02 0.02 99.95 07:08:39 01:34:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 01:35:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:08:39 01:35:01 0 0.02 0.00 0.03 0.00 0.02 99.93 07:08:39 01:35:01 1 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 01:35:01 2 0.02 0.00 0.03 0.02 0.03 99.90 07:08:39 01:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:35:01 4 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 01:35:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 01:35:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 01:35:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 01:36:01 all 0.01 0.00 0.01 0.02 0.00 99.96 07:08:39 01:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 01:36:01 2 0.02 0.00 0.03 0.13 0.00 99.82 07:08:39 01:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 01:36:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 01:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 01:36:01 6 0.02 0.00 0.02 0.05 0.02 99.90 07:08:39 01:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 01:37:01 all 0.03 0.00 0.02 0.00 0.01 99.95 07:08:39 01:37:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 01:37:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 01:37:01 2 0.03 0.00 0.02 0.02 0.02 99.92 07:08:39 01:37:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 01:37:01 4 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 01:37:01 5 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 01:37:01 6 0.02 0.00 0.03 0.00 0.02 99.93 07:08:39 01:37:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 01:38:01 all 0.01 0.00 0.01 0.02 0.01 99.95 07:08:39 01:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 01:38:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 01:38:01 2 0.02 0.00 0.02 0.08 0.02 99.87 07:08:39 01:38:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 01:38:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 01:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 01:38:01 6 0.03 0.00 0.00 0.05 0.00 99.92 07:08:39 01:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:39:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:08:39 01:39:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 01:39:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 01:39:01 2 0.03 0.00 0.03 0.02 0.02 99.90 07:08:39 01:39:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 01:39:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 01:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 01:39:01 6 0.05 0.00 0.00 0.00 0.02 99.93 07:08:39 01:39:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 01:40:01 all 0.02 0.00 0.01 0.01 0.01 99.95 07:08:39 01:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 01:40:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 01:40:01 2 0.00 0.00 0.00 0.03 0.00 99.97 07:08:39 01:40:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:40:01 5 0.02 0.00 0.02 0.00 0.03 99.93 07:08:39 01:40:01 6 0.03 0.00 0.02 0.02 0.00 99.93 07:08:39 01:40:01 7 0.07 0.00 0.02 0.00 0.02 99.90 07:08:39 01:41:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:08:39 01:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 01:41:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 01:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 01:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:41:01 4 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 01:41:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:08:39 01:41:01 6 0.02 0.00 0.02 0.03 0.02 99.92 07:08:39 01:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 07:08:39 01:41:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 01:42:01 all 0.02 0.00 0.01 0.02 0.01 99.95 07:08:39 01:42:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 01:42:01 1 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 01:42:01 2 0.00 0.00 0.00 0.15 0.00 99.85 07:08:39 01:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:42:01 4 0.02 0.00 0.03 0.00 0.02 99.93 07:08:39 01:42:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 01:42:01 6 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 01:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 01:43:01 all 0.02 0.00 0.01 0.02 0.01 99.94 07:08:39 01:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:43:01 1 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 01:43:01 2 0.02 0.00 0.02 0.02 0.02 99.93 07:08:39 01:43:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 01:43:01 4 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 01:43:01 5 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 01:43:01 6 0.00 0.00 0.03 0.13 0.02 99.82 07:08:39 01:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 01:44:01 all 0.03 0.00 0.02 0.00 0.01 99.95 07:08:39 01:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 01:44:01 1 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 01:44:01 2 0.02 0.00 0.02 0.02 0.00 99.95 07:08:39 01:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 01:44:01 4 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 01:44:01 5 0.05 0.00 0.02 0.02 0.03 99.88 07:08:39 01:44:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 01:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:45:01 all 0.10 0.00 0.01 0.00 0.01 99.88 07:08:39 01:45:01 0 0.15 0.00 0.02 0.00 0.00 99.83 07:08:39 01:45:01 1 0.15 0.00 0.03 0.00 0.02 99.80 07:08:39 01:45:01 2 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 01:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:45:01 4 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 01:45:01 5 0.18 0.00 0.02 0.02 0.02 99.77 07:08:39 01:45:01 6 0.05 0.00 0.00 0.00 0.02 99.93 07:08:39 01:45:01 7 0.13 0.00 0.00 0.00 0.02 99.85 07:08:39 01:46:01 all 0.27 0.00 0.01 0.00 0.01 99.71 07:08:39 01:46:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 01:46:01 1 1.97 0.00 0.00 0.00 0.02 98.01 07:08:39 01:46:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 01:46:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 01:46:01 4 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 01:46:01 5 0.02 0.00 0.05 0.00 0.02 99.92 07:08:39 01:46:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 01:46:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:47:01 all 0.39 0.00 0.03 0.01 0.01 99.56 07:08:39 01:47:01 0 0.33 0.00 0.08 0.05 0.02 99.52 07:08:39 01:47:01 1 1.65 0.00 0.00 0.00 0.00 98.35 07:08:39 01:47:01 2 0.07 0.00 0.02 0.03 0.00 99.88 07:08:39 01:47:01 3 0.12 0.00 0.02 0.00 0.02 99.85 07:08:39 01:47:01 4 0.13 0.00 0.02 0.00 0.00 99.85 07:08:39 01:47:01 5 0.58 0.00 0.00 0.00 0.02 99.40 07:08:39 01:47:01 6 0.15 0.00 0.03 0.00 0.00 99.82 07:08:39 01:47:01 7 0.10 0.00 0.05 0.02 0.00 99.83 07:08:39 01:48:01 all 0.02 0.00 0.01 0.01 0.01 99.95 07:08:39 01:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:48:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 01:48:01 2 0.03 0.00 0.00 0.03 0.00 99.93 07:08:39 01:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 01:48:01 4 0.03 0.00 0.03 0.00 0.02 99.92 07:08:39 01:48:01 5 0.00 0.00 0.02 0.00 0.03 99.95 07:08:39 01:48:01 6 0.03 0.00 0.00 0.03 0.02 99.92 07:08:39 01:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:49:01 all 0.05 0.00 0.01 0.02 0.01 99.90 07:08:39 01:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 01:49:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 01:49:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 01:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 01:49:01 4 0.12 0.00 0.03 0.00 0.00 99.85 07:08:39 01:49:01 5 0.25 0.00 0.02 0.00 0.02 99.72 07:08:39 01:49:01 6 0.03 0.00 0.00 0.17 0.00 99.80 07:08:39 01:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 01:50:01 all 0.02 0.00 0.01 0.01 0.01 99.96 07:08:39 01:50:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 01:50:01 1 0.07 0.00 0.00 0.00 0.00 99.93 07:08:39 01:50:01 2 0.00 0.00 0.00 0.05 0.00 99.95 07:08:39 01:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 01:50:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 01:50:01 5 0.02 0.00 0.03 0.00 0.02 99.93 07:08:39 01:50:01 6 0.03 0.00 0.00 0.02 0.02 99.93 07:08:39 01:50:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 01:51:01 all 0.03 0.00 0.01 0.01 0.01 99.94 07:08:39 01:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 01:51:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 01:51:01 2 0.00 0.00 0.00 0.07 0.00 99.93 07:08:39 01:51:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 01:51:01 4 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 01:51:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 01:51:01 6 0.07 0.00 0.02 0.03 0.00 99.88 07:08:39 01:51:01 7 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 01:52:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:08:39 01:52:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 01:52:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 01:52:01 2 0.00 0.00 0.02 0.02 0.00 99.97 07:08:39 01:52:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 01:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:52:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 01:52:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:08:39 01:52:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 07:08:39 01:52:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 01:53:01 all 0.03 0.00 0.01 0.01 0.01 99.94 07:08:39 01:53:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 01:53:01 1 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 01:53:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 01:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:53:01 4 0.08 0.00 0.03 0.00 0.02 99.87 07:08:39 01:53:01 5 0.03 0.00 0.03 0.00 0.03 99.90 07:08:39 01:53:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:08:39 01:53:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 01:54:01 all 0.01 0.00 0.00 0.00 0.00 99.98 07:08:39 01:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 01:54:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 01:54:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 01:54:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 01:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:54:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 01:54:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 01:55:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:08:39 01:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:55:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 01:55:01 2 0.00 0.00 0.02 0.02 0.00 99.97 07:08:39 01:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:55:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 01:55:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 01:55:01 6 0.08 0.00 0.03 0.02 0.02 99.85 07:08:39 01:55:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 01:56:01 all 0.11 0.00 0.01 0.00 0.01 99.87 07:08:39 01:56:01 0 0.03 0.00 0.03 0.00 0.02 99.92 07:08:39 01:56:01 1 0.73 0.00 0.00 0.00 0.02 99.25 07:08:39 01:56:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 01:56:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 01:56:01 4 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 01:56:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 01:56:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:08:39 01:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 01:57:01 all 0.19 0.00 0.01 0.02 0.01 99.78 07:08:39 01:57:01 0 0.07 0.00 0.00 0.00 0.00 99.93 07:08:39 01:57:01 1 1.29 0.00 0.00 0.00 0.00 98.71 07:08:39 01:57:01 2 0.02 0.00 0.02 0.13 0.00 99.83 07:08:39 01:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 01:57:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 01:57:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 01:57:01 6 0.08 0.00 0.02 0.02 0.02 99.87 07:08:39 01:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 01:58:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:08:39 01:58:01 0 0.07 0.00 0.03 0.00 0.02 99.88 07:08:39 01:58:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 01:58:01 2 0.00 0.00 0.00 0.03 0.00 99.97 07:08:39 01:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:58:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 01:58:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 01:58:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 01:58:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 01:59:01 all 0.13 0.00 0.02 0.00 0.00 99.85 07:08:39 01:59:01 0 0.07 0.00 0.02 0.00 0.00 99.92 07:08:39 01:59:01 1 0.86 0.00 0.03 0.00 0.00 99.10 07:08:39 01:59:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 01:59:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 01:59:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 01:59:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 01:59:01 6 0.07 0.00 0.02 0.02 0.00 99.90 07:08:39 01:59:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 02:00:01 all 0.19 0.00 0.01 0.00 0.01 99.79 07:08:39 02:00:01 0 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 02:00:01 1 1.39 0.00 0.02 0.00 0.02 98.58 07:08:39 02:00:01 2 0.00 0.00 0.00 0.02 0.02 99.97 07:08:39 02:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:00:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:00:01 5 0.00 0.00 0.03 0.00 0.03 99.93 07:08:39 02:00:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:08:39 02:00:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 02:01:01 all 0.03 0.00 0.01 0.01 0.01 99.95 07:08:39 02:01:01 0 0.08 0.00 0.02 0.00 0.00 99.90 07:08:39 02:01:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 02:01:01 2 0.02 0.00 0.00 0.03 0.00 99.95 07:08:39 02:01:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 02:01:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 02:01:01 5 0.07 0.00 0.00 0.00 0.02 99.92 07:08:39 02:01:01 6 0.05 0.00 0.00 0.05 0.00 99.90 07:08:39 02:01:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:02:01 all 0.01 0.00 0.01 0.03 0.01 99.94 07:08:39 02:02:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 02:02:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 02:02:01 2 0.02 0.00 0.00 0.20 0.00 99.78 07:08:39 02:02:01 3 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 02:02:01 4 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 02:02:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 02:02:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:08:39 02:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:03:01 all 0.17 0.00 0.01 0.02 0.00 99.79 07:08:39 02:03:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 02:03:01 1 1.16 0.00 0.00 0.00 0.00 98.84 07:08:39 02:03:01 2 0.00 0.00 0.00 0.08 0.00 99.92 07:08:39 02:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:03:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:03:01 5 0.08 0.00 0.03 0.00 0.02 99.87 07:08:39 02:03:01 6 0.02 0.00 0.00 0.10 0.00 99.88 07:08:39 02:03:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 07:08:39 02:03:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 02:04:01 all 0.02 0.00 0.02 0.02 0.01 99.94 07:08:39 02:04:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 02:04:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 02:04:01 2 0.00 0.00 0.02 0.12 0.00 99.87 07:08:39 02:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:04:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 02:04:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:08:39 02:04:01 6 0.03 0.00 0.00 0.03 0.02 99.92 07:08:39 02:04:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 02:05:01 all 0.03 0.00 0.02 0.01 0.01 99.93 07:08:39 02:05:01 0 0.00 0.00 0.03 0.00 0.02 99.95 07:08:39 02:05:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:05:01 2 0.00 0.00 0.00 0.07 0.00 99.93 07:08:39 02:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:05:01 4 0.03 0.00 0.03 0.00 0.02 99.92 07:08:39 02:05:01 5 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 02:05:01 6 0.08 0.00 0.03 0.05 0.02 99.82 07:08:39 02:05:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 02:06:01 all 0.01 0.00 0.01 0.01 0.01 99.96 07:08:39 02:06:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 02:06:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 02:06:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 02:06:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 02:06:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 02:06:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 02:06:01 6 0.00 0.00 0.02 0.03 0.00 99.95 07:08:39 02:06:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:07:01 all 0.04 0.00 0.01 0.00 0.01 99.94 07:08:39 02:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 02:07:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 02:07:01 2 0.03 0.00 0.00 0.02 0.00 99.95 07:08:39 02:07:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:07:01 5 0.08 0.00 0.03 0.00 0.02 99.87 07:08:39 02:07:01 6 0.07 0.00 0.02 0.02 0.02 99.88 07:08:39 02:07:01 7 0.07 0.00 0.00 0.00 0.02 99.92 07:08:39 02:08:01 all 0.15 0.00 0.01 0.01 0.01 99.82 07:08:39 02:08:01 0 0.05 0.00 0.03 0.00 0.02 99.90 07:08:39 02:08:01 1 1.09 0.00 0.00 0.00 0.02 98.89 07:08:39 02:08:01 2 0.00 0.00 0.00 0.05 0.00 99.95 07:08:39 02:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:08:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 02:08:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 02:08:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:08:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 02:09:01 all 0.10 0.00 0.02 0.01 0.01 99.86 07:08:39 02:09:01 0 0.03 0.00 0.05 0.00 0.02 99.90 07:08:39 02:09:01 1 0.63 0.00 0.08 0.00 0.00 99.29 07:08:39 02:09:01 2 0.03 0.00 0.02 0.02 0.02 99.92 07:08:39 02:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:09:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 02:09:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 02:09:01 6 0.03 0.00 0.02 0.05 0.02 99.88 07:08:39 02:09:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 02:10:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:08:39 02:10:01 0 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 02:10:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 02:10:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 02:10:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 02:10:01 4 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 02:10:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 02:10:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 02:10:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 02:11:01 all 0.03 0.00 0.00 0.00 0.01 99.96 07:08:39 02:11:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 02:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:11:01 2 0.00 0.00 0.02 0.02 0.00 99.97 07:08:39 02:11:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 02:11:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 02:11:01 5 0.07 0.00 0.00 0.00 0.02 99.92 07:08:39 02:11:01 6 0.08 0.00 0.00 0.02 0.00 99.90 07:08:39 02:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:12:01 all 0.03 0.00 0.02 0.01 0.01 99.93 07:08:39 02:12:01 0 0.05 0.00 0.10 0.00 0.00 99.85 07:08:39 02:12:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 02:12:01 2 0.00 0.00 0.00 0.05 0.00 99.95 07:08:39 02:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:12:01 4 0.00 0.00 0.03 0.00 0.02 99.95 07:08:39 02:12:01 5 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 02:12:01 6 0.10 0.00 0.02 0.02 0.02 99.85 07:08:39 02:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:13:01 all 0.05 0.00 0.01 0.01 0.00 99.93 07:08:39 02:13:01 0 0.08 0.00 0.02 0.00 0.02 99.88 07:08:39 02:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:13:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 02:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:13:01 4 0.08 0.00 0.02 0.00 0.00 99.90 07:08:39 02:13:01 5 0.05 0.00 0.03 0.00 0.02 99.90 07:08:39 02:13:01 6 0.07 0.00 0.02 0.03 0.00 99.88 07:08:39 02:13:01 7 0.08 0.00 0.02 0.00 0.00 99.90 07:08:39 02:14:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:08:39 02:14:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 02:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:14:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 02:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:14:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:14:01 5 0.02 0.00 0.03 0.00 0.03 99.92 07:08:39 02:14:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:08:39 02:14:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 07:08:39 02:14:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 02:15:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:08:39 02:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:15:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 02:15:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 02:15:01 3 0.05 0.00 0.00 0.00 0.02 99.93 07:08:39 02:15:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:15:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:08:39 02:15:01 6 0.08 0.00 0.00 0.02 0.00 99.90 07:08:39 02:15:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 02:16:01 all 0.01 0.00 0.01 0.02 0.01 99.95 07:08:39 02:16:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 02:16:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 02:16:01 2 0.00 0.00 0.03 0.15 0.00 99.82 07:08:39 02:16:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 02:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:16:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 02:16:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:08:39 02:16:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:17:01 all 0.03 0.00 0.01 0.01 0.01 99.94 07:08:39 02:17:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 02:17:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:17:01 2 0.00 0.00 0.00 0.03 0.00 99.97 07:08:39 02:17:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 02:17:01 4 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 02:17:01 5 0.08 0.00 0.02 0.00 0.02 99.88 07:08:39 02:17:01 6 0.00 0.00 0.03 0.07 0.00 99.90 07:08:39 02:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:18:01 all 0.01 0.00 0.01 0.04 0.00 99.93 07:08:39 02:18:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 02:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:18:01 2 0.00 0.00 0.02 0.07 0.00 99.92 07:08:39 02:18:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 02:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:18:01 5 0.07 0.00 0.02 0.00 0.02 99.90 07:08:39 02:18:01 6 0.00 0.00 0.00 0.28 0.02 99.70 07:08:39 02:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:19:01 all 0.06 0.00 0.01 0.17 0.01 99.76 07:08:39 02:19:01 0 0.05 0.00 0.00 0.02 0.02 99.92 07:08:39 02:19:01 1 0.22 0.00 0.00 0.00 0.02 99.77 07:08:39 02:19:01 2 0.02 0.00 0.00 1.32 0.00 98.67 07:08:39 02:19:01 3 0.08 0.00 0.02 0.00 0.00 99.90 07:08:39 02:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:19:01 5 0.05 0.00 0.02 0.00 0.03 99.90 07:08:39 02:19:01 6 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 02:19:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:20:01 all 0.12 0.00 0.01 0.20 0.01 99.67 07:08:39 02:20:01 0 0.03 0.00 0.02 0.15 0.00 99.80 07:08:39 02:20:01 1 0.81 0.00 0.00 0.00 0.00 99.19 07:08:39 02:20:01 2 0.00 0.00 0.00 1.10 0.00 98.90 07:08:39 02:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:20:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 02:20:01 5 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 02:20:01 6 0.00 0.00 0.00 0.35 0.02 99.63 07:08:39 02:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:21:01 all 0.03 0.00 0.02 0.03 0.01 99.91 07:08:39 02:21:01 0 0.08 0.00 0.02 0.00 0.02 99.88 07:08:39 02:21:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 02:21:01 2 0.02 0.00 0.02 0.10 0.02 99.85 07:08:39 02:21:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 02:21:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:21:01 5 0.00 0.00 0.03 0.00 0.02 99.95 07:08:39 02:21:01 6 0.02 0.00 0.03 0.17 0.00 99.78 07:08:39 02:21:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 02:22:01 all 0.01 0.00 0.01 0.05 0.00 99.92 07:08:39 02:22:01 0 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 02:22:01 1 0.00 0.00 0.05 0.00 0.00 99.95 07:08:39 02:22:01 2 0.00 0.00 0.00 0.22 0.00 99.78 07:08:39 02:22:01 3 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 02:22:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:22:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 02:22:01 6 0.00 0.00 0.00 0.18 0.00 99.82 07:08:39 02:22:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 02:23:01 all 0.06 0.00 0.01 0.10 0.01 99.82 07:08:39 02:23:01 0 0.10 0.00 0.02 0.00 0.02 99.87 07:08:39 02:23:01 1 0.13 0.00 0.00 0.00 0.02 99.85 07:08:39 02:23:01 2 0.03 0.00 0.02 0.55 0.00 99.40 07:08:39 02:23:01 3 0.05 0.00 0.03 0.00 0.00 99.92 07:08:39 02:23:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:23:01 5 0.08 0.00 0.00 0.00 0.02 99.90 07:08:39 02:23:01 6 0.02 0.00 0.02 0.23 0.00 99.73 07:08:39 02:23:01 7 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 02:24:01 all 0.07 0.00 0.02 0.07 0.01 99.83 07:08:39 02:24:01 0 0.03 0.00 0.05 0.00 0.00 99.92 07:08:39 02:24:01 1 0.35 0.00 0.07 0.00 0.00 99.58 07:08:39 02:24:01 2 0.00 0.00 0.02 0.25 0.00 99.73 07:08:39 02:24:01 3 0.07 0.00 0.02 0.00 0.00 99.92 07:08:39 02:24:01 4 0.00 0.00 0.02 0.30 0.02 99.67 07:08:39 02:24:01 5 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 02:24:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 02:24:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 02:25:01 all 0.08 0.00 0.02 0.04 0.01 99.86 07:08:39 02:25:01 0 0.08 0.00 0.03 0.00 0.00 99.88 07:08:39 02:25:01 1 0.30 0.00 0.00 0.00 0.02 99.68 07:08:39 02:25:01 2 0.03 0.00 0.02 0.17 0.00 99.78 07:08:39 02:25:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:08:39 02:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:25:01 5 0.08 0.00 0.03 0.13 0.02 99.73 07:08:39 02:25:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 02:25:01 7 0.07 0.00 0.02 0.00 0.00 99.92 07:08:39 07:08:39 02:25:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 02:26:01 all 0.02 0.00 0.02 0.06 0.00 99.90 07:08:39 02:26:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 02:26:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 02:26:01 2 0.00 0.00 0.02 0.13 0.00 99.85 07:08:39 02:26:01 3 0.07 0.00 0.02 0.00 0.00 99.92 07:08:39 02:26:01 4 0.00 0.00 0.03 0.35 0.00 99.62 07:08:39 02:26:01 5 0.05 0.00 0.03 0.00 0.02 99.90 07:08:39 02:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:27:01 all 0.04 0.00 0.01 0.01 0.01 99.94 07:08:39 02:27:01 0 0.08 0.00 0.00 0.00 0.02 99.90 07:08:39 02:27:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:27:01 2 0.03 0.00 0.00 0.03 0.02 99.92 07:08:39 02:27:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 02:27:01 4 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 02:27:01 5 0.05 0.00 0.03 0.02 0.02 99.88 07:08:39 02:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:27:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:28:01 all 0.06 0.00 0.03 0.10 0.01 99.81 07:08:39 02:28:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 02:28:01 1 0.37 0.00 0.00 0.00 0.02 99.62 07:08:39 02:28:01 2 0.03 0.00 0.13 0.73 0.00 99.10 07:08:39 02:28:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 02:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:28:01 5 0.02 0.00 0.02 0.03 0.00 99.93 07:08:39 02:28:01 6 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 02:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:29:01 all 0.11 0.00 0.02 0.03 0.01 99.83 07:08:39 02:29:01 0 0.07 0.00 0.03 0.00 0.02 99.88 07:08:39 02:29:01 1 0.70 0.00 0.05 0.03 0.00 99.22 07:08:39 02:29:01 2 0.03 0.00 0.00 0.10 0.00 99.87 07:08:39 02:29:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 02:29:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 02:29:01 5 0.05 0.00 0.05 0.10 0.00 99.80 07:08:39 02:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:29:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 02:30:01 all 0.22 0.00 0.02 0.02 0.01 99.73 07:08:39 02:30:01 0 0.05 0.00 0.05 0.00 0.03 99.87 07:08:39 02:30:01 1 1.63 0.00 0.08 0.02 0.00 98.27 07:08:39 02:30:01 2 0.00 0.00 0.02 0.02 0.00 99.97 07:08:39 02:30:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 02:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:30:01 5 0.00 0.00 0.00 0.13 0.02 99.85 07:08:39 02:30:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:30:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:31:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:08:39 02:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:31:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 02:31:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 02:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:31:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 02:31:01 6 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 02:31:01 7 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 02:32:01 all 0.01 0.00 0.02 0.03 0.00 99.94 07:08:39 02:32:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 02:32:01 1 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 02:32:01 2 0.00 0.00 0.02 0.15 0.00 99.83 07:08:39 02:32:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 02:32:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 02:32:01 5 0.00 0.00 0.00 0.05 0.02 99.93 07:08:39 02:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:32:01 7 0.05 0.00 0.05 0.00 0.00 99.90 07:08:39 02:33:01 all 0.05 0.00 0.01 0.04 0.00 99.90 07:08:39 02:33:01 0 0.12 0.00 0.02 0.00 0.00 99.87 07:08:39 02:33:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:33:01 2 0.03 0.00 0.02 0.33 0.00 99.62 07:08:39 02:33:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 02:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:33:01 5 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 02:33:01 6 0.03 0.00 0.00 0.02 0.00 99.95 07:08:39 02:33:01 7 0.08 0.00 0.02 0.00 0.02 99.88 07:08:39 02:34:01 all 0.02 0.00 0.01 0.01 0.01 99.95 07:08:39 02:34:01 0 0.07 0.00 0.02 0.00 0.02 99.90 07:08:39 02:34:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 02:34:01 2 0.00 0.00 0.00 0.05 0.02 99.93 07:08:39 02:34:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 02:34:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:34:01 5 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 02:34:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:08:39 02:34:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 02:35:01 all 0.06 0.00 0.01 0.00 0.00 99.93 07:08:39 02:35:01 0 0.27 0.00 0.02 0.00 0.00 99.72 07:08:39 02:35:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 02:35:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 02:35:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 02:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:35:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 02:35:01 6 0.07 0.00 0.00 0.00 0.00 99.93 07:08:39 02:35:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:36:01 all 0.02 0.00 0.01 0.02 0.01 99.94 07:08:39 02:36:01 0 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 02:36:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 02:36:01 2 0.03 0.00 0.00 0.12 0.00 99.85 07:08:39 02:36:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:08:39 02:36:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:36:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 02:36:01 6 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 02:36:01 7 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 07:08:39 02:36:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 02:37:01 all 0.03 0.00 0.02 0.03 0.01 99.92 07:08:39 02:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:37:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 02:37:01 2 0.00 0.00 0.00 0.10 0.00 99.90 07:08:39 02:37:01 3 0.07 0.00 0.05 0.00 0.00 99.88 07:08:39 02:37:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 02:37:01 5 0.00 0.00 0.02 0.10 0.00 99.88 07:08:39 02:37:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 02:37:01 7 0.07 0.00 0.02 0.00 0.02 99.90 07:08:39 02:38:01 all 0.03 0.00 0.01 0.01 0.00 99.95 07:08:39 02:38:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 02:38:01 1 0.00 0.00 0.03 0.00 0.00 99.97 07:08:39 02:38:01 2 0.05 0.00 0.00 0.02 0.00 99.93 07:08:39 02:38:01 3 0.07 0.00 0.05 0.00 0.00 99.88 07:08:39 02:38:01 4 0.02 0.00 0.02 0.02 0.00 99.95 07:08:39 02:38:01 5 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 02:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:38:01 7 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 02:39:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:08:39 02:39:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 02:39:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 02:39:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 02:39:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 02:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:39:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 02:39:01 7 0.07 0.00 0.02 0.00 0.00 99.92 07:08:39 02:40:01 all 0.08 0.00 0.02 0.01 0.00 99.89 07:08:39 02:40:01 0 0.53 0.00 0.07 0.00 0.00 99.40 07:08:39 02:40:01 1 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 02:40:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 02:40:01 3 0.03 0.00 0.05 0.00 0.00 99.92 07:08:39 02:40:01 4 0.00 0.00 0.00 0.03 0.00 99.97 07:08:39 02:40:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 02:40:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:40:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 02:41:01 all 0.06 0.00 0.01 0.04 0.01 99.88 07:08:39 02:41:01 0 0.27 0.00 0.02 0.00 0.00 99.72 07:08:39 02:41:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:41:01 2 0.00 0.00 0.02 0.12 0.00 99.87 07:08:39 02:41:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 02:41:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:41:01 5 0.10 0.00 0.02 0.00 0.02 99.87 07:08:39 02:41:01 6 0.02 0.00 0.00 0.18 0.02 99.78 07:08:39 02:41:01 7 0.03 0.00 0.03 0.00 0.02 99.92 07:08:39 02:42:01 all 0.02 0.00 0.01 0.01 0.00 99.96 07:08:39 02:42:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 02:42:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 02:42:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 02:42:01 3 0.08 0.00 0.03 0.00 0.00 99.88 07:08:39 02:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:42:01 6 0.02 0.00 0.00 0.05 0.00 99.93 07:08:39 02:42:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 02:43:01 all 0.02 0.00 0.01 0.05 0.01 99.91 07:08:39 02:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:43:01 2 0.02 0.00 0.00 0.05 0.00 99.93 07:08:39 02:43:01 3 0.07 0.00 0.03 0.00 0.02 99.88 07:08:39 02:43:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 02:43:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 02:43:01 6 0.00 0.00 0.02 0.35 0.00 99.63 07:08:39 02:43:01 7 0.05 0.00 0.03 0.00 0.02 99.90 07:08:39 02:44:01 all 0.01 0.00 0.01 0.01 0.00 99.96 07:08:39 02:44:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 02:44:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 02:44:01 2 0.00 0.00 0.02 0.07 0.00 99.92 07:08:39 02:44:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 02:44:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:44:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:44:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 02:44:01 7 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 02:45:01 all 0.07 0.00 0.01 0.01 0.01 99.90 07:08:39 02:45:01 0 0.32 0.00 0.00 0.00 0.02 99.67 07:08:39 02:45:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 02:45:01 2 0.00 0.00 0.00 0.12 0.00 99.88 07:08:39 02:45:01 3 0.08 0.00 0.03 0.00 0.00 99.88 07:08:39 02:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:45:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 02:45:01 6 0.03 0.00 0.03 0.00 0.02 99.92 07:08:39 02:45:01 7 0.05 0.00 0.00 0.00 0.02 99.93 07:08:39 02:46:01 all 0.01 0.00 0.01 0.04 0.00 99.93 07:08:39 02:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:46:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 02:46:01 2 0.00 0.00 0.00 0.27 0.00 99.73 07:08:39 02:46:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 02:46:01 4 0.00 0.00 0.00 0.03 0.00 99.97 07:08:39 02:46:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 02:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:46:01 7 0.02 0.00 0.03 0.00 0.02 99.93 07:08:39 02:47:01 all 0.09 0.00 0.03 0.04 0.01 99.84 07:08:39 02:47:01 0 0.05 0.00 0.05 0.00 0.02 99.88 07:08:39 02:47:01 1 0.05 0.00 0.03 0.00 0.00 99.92 07:08:39 02:47:01 2 0.08 0.00 0.02 0.15 0.00 99.75 07:08:39 02:47:01 3 0.12 0.00 0.07 0.00 0.00 99.82 07:08:39 02:47:01 4 0.07 0.00 0.02 0.17 0.02 99.73 07:08:39 02:47:01 5 0.10 0.00 0.00 0.00 0.02 99.88 07:08:39 02:47:01 6 0.05 0.00 0.05 0.00 0.00 99.90 07:08:39 02:47:01 7 0.17 0.00 0.02 0.00 0.02 99.80 07:08:39 07:08:39 02:47:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 02:48:01 all 0.01 0.00 0.01 0.03 0.00 99.94 07:08:39 02:48:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:48:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 02:48:01 2 0.02 0.00 0.00 0.12 0.00 99.87 07:08:39 02:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 02:48:01 4 0.00 0.00 0.00 0.13 0.00 99.87 07:08:39 02:48:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:48:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 02:48:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 02:49:01 all 0.03 0.00 0.01 0.00 0.01 99.94 07:08:39 02:49:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 02:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:49:01 2 0.02 0.00 0.03 0.02 0.00 99.93 07:08:39 02:49:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 02:49:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:49:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 02:49:01 6 0.03 0.00 0.02 0.02 0.02 99.92 07:08:39 02:49:01 7 0.10 0.00 0.00 0.00 0.02 99.88 07:08:39 02:50:01 all 0.01 0.00 0.01 0.06 0.00 99.91 07:08:39 02:50:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 02:50:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:50:01 2 0.00 0.00 0.03 0.22 0.00 99.75 07:08:39 02:50:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 02:50:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 02:50:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:50:01 6 0.02 0.00 0.00 0.27 0.00 99.72 07:08:39 02:50:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 02:51:01 all 0.15 0.00 0.01 0.04 0.00 99.80 07:08:39 02:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:51:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:51:01 2 0.00 0.00 0.00 0.05 0.00 99.95 07:08:39 02:51:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:51:01 4 0.07 0.00 0.02 0.00 0.02 99.90 07:08:39 02:51:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 02:51:01 6 0.02 0.00 0.00 0.28 0.00 99.70 07:08:39 02:51:01 7 1.06 0.00 0.02 0.00 0.00 98.92 07:08:39 02:52:01 all 0.03 0.00 0.00 0.07 0.01 99.90 07:08:39 02:52:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 02:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:52:01 2 0.02 0.00 0.00 0.22 0.02 99.75 07:08:39 02:52:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 02:52:01 4 0.03 0.00 0.00 0.33 0.02 99.62 07:08:39 02:52:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:52:01 6 0.05 0.00 0.00 0.00 0.02 99.93 07:08:39 02:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:53:01 all 0.14 0.00 0.05 0.02 0.01 99.78 07:08:39 02:53:01 0 0.55 0.00 0.15 0.00 0.02 99.28 07:08:39 02:53:01 1 0.00 0.00 0.03 0.00 0.02 99.95 07:08:39 02:53:01 2 0.03 0.00 0.03 0.05 0.00 99.88 07:08:39 02:53:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 02:53:01 4 0.10 0.00 0.07 0.08 0.00 99.75 07:08:39 02:53:01 5 0.05 0.00 0.03 0.02 0.00 99.90 07:08:39 02:53:01 6 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 02:53:01 7 0.35 0.00 0.02 0.00 0.02 99.62 07:08:39 02:54:01 all 0.15 0.00 0.01 0.01 0.00 99.83 07:08:39 02:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:54:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:54:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 02:54:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 02:54:01 4 0.03 0.00 0.03 0.02 0.02 99.90 07:08:39 02:54:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:54:01 6 0.05 0.00 0.02 0.02 0.02 99.90 07:08:39 02:54:01 7 1.06 0.00 0.02 0.00 0.00 98.92 07:08:39 02:55:01 all 0.09 0.00 0.01 0.03 0.00 99.86 07:08:39 02:55:01 0 0.03 0.00 0.02 0.03 0.00 99.92 07:08:39 02:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:55:01 2 0.00 0.00 0.02 0.10 0.00 99.88 07:08:39 02:55:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 02:55:01 4 0.07 0.00 0.03 0.10 0.02 99.78 07:08:39 02:55:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:55:01 6 0.08 0.00 0.02 0.00 0.00 99.90 07:08:39 02:55:01 7 0.48 0.00 0.02 0.00 0.00 99.50 07:08:39 02:56:01 all 0.02 0.00 0.01 0.04 0.01 99.93 07:08:39 02:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:56:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 02:56:01 2 0.00 0.00 0.00 0.27 0.00 99.73 07:08:39 02:56:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:56:01 4 0.02 0.00 0.02 0.03 0.00 99.93 07:08:39 02:56:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 02:56:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 02:56:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 02:57:01 all 0.02 0.00 0.01 0.04 0.00 99.92 07:08:39 02:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 02:57:01 2 0.00 0.00 0.00 0.12 0.00 99.88 07:08:39 02:57:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 02:57:01 4 0.05 0.00 0.05 0.00 0.02 99.88 07:08:39 02:57:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 02:57:01 6 0.02 0.00 0.02 0.18 0.00 99.78 07:08:39 02:57:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 02:58:01 all 0.08 0.00 0.02 0.06 0.00 99.84 07:08:39 02:58:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 02:58:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 02:58:01 2 0.02 0.00 0.02 0.15 0.00 99.82 07:08:39 02:58:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 02:58:01 4 0.03 0.00 0.03 0.23 0.00 99.70 07:08:39 02:58:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 02:58:01 6 0.02 0.00 0.00 0.12 0.00 99.87 07:08:39 02:58:01 7 0.52 0.00 0.02 0.00 0.00 99.47 07:08:39 07:08:39 02:58:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 02:59:01 all 0.13 0.00 0.01 0.01 0.01 99.84 07:08:39 02:59:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 02:59:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:59:01 2 0.00 0.00 0.00 0.05 0.00 99.95 07:08:39 02:59:01 3 0.05 0.00 0.00 0.00 0.02 99.93 07:08:39 02:59:01 4 0.03 0.00 0.03 0.00 0.03 99.90 07:08:39 02:59:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 02:59:01 6 0.03 0.00 0.03 0.00 0.02 99.92 07:08:39 02:59:01 7 0.85 0.00 0.05 0.00 0.02 99.09 07:08:39 03:00:01 all 0.03 0.00 0.01 0.04 0.00 99.92 07:08:39 03:00:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:00:01 2 0.00 0.00 0.00 0.28 0.00 99.72 07:08:39 03:00:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 03:00:01 4 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 03:00:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 03:00:01 6 0.02 0.00 0.00 0.03 0.00 99.95 07:08:39 03:00:01 7 0.20 0.00 0.00 0.00 0.00 99.80 07:08:39 03:01:01 all 0.10 0.00 0.01 0.05 0.01 99.84 07:08:39 03:01:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 03:01:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:01:01 2 0.00 0.00 0.00 0.33 0.00 99.67 07:08:39 03:01:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 03:01:01 4 0.05 0.00 0.03 0.05 0.02 99.85 07:08:39 03:01:01 5 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 03:01:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 03:01:01 7 0.60 0.00 0.00 0.00 0.00 99.40 07:08:39 03:02:01 all 0.14 0.00 0.01 0.05 0.00 99.79 07:08:39 03:02:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:02:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:02:01 2 0.02 0.00 0.00 0.35 0.00 99.63 07:08:39 03:02:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 03:02:01 4 0.05 0.00 0.02 0.07 0.02 99.85 07:08:39 03:02:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:02:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 03:02:01 7 0.95 0.00 0.03 0.00 0.02 99.01 07:08:39 03:03:01 all 0.03 0.00 0.01 0.06 0.00 99.90 07:08:39 03:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:03:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 03:03:01 2 0.00 0.00 0.02 0.12 0.00 99.87 07:08:39 03:03:01 3 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 03:03:01 4 0.03 0.00 0.05 0.33 0.02 99.57 07:08:39 03:03:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:03:01 6 0.08 0.00 0.00 0.00 0.00 99.92 07:08:39 03:03:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:04:01 all 0.12 0.00 0.01 0.07 0.01 99.79 07:08:39 03:04:01 0 0.02 0.00 0.03 0.00 0.02 99.93 07:08:39 03:04:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:04:01 2 0.00 0.00 0.00 0.20 0.00 99.80 07:08:39 03:04:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 03:04:01 4 0.00 0.00 0.03 0.35 0.02 99.60 07:08:39 03:04:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 03:04:01 6 0.03 0.00 0.00 0.03 0.02 99.92 07:08:39 03:04:01 7 0.83 0.00 0.00 0.00 0.00 99.17 07:08:39 03:05:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:08:39 03:05:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:05:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 03:05:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 03:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:05:01 4 0.03 0.00 0.02 0.02 0.00 99.93 07:08:39 03:05:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:05:01 6 0.05 0.00 0.03 0.00 0.00 99.92 07:08:39 03:05:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 03:06:01 all 0.02 0.00 0.01 0.03 0.01 99.93 07:08:39 03:06:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 03:06:01 1 0.05 0.00 0.03 0.02 0.02 99.88 07:08:39 03:06:01 2 0.00 0.00 0.00 0.05 0.00 99.95 07:08:39 03:06:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 03:06:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 03:06:01 5 0.02 0.00 0.00 0.18 0.00 99.80 07:08:39 03:06:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 03:06:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 03:07:01 all 0.09 0.00 0.00 0.08 0.01 99.82 07:08:39 03:07:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:07:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 03:07:01 2 0.00 0.00 0.00 0.33 0.02 99.65 07:08:39 03:07:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 03:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:07:01 5 0.05 0.00 0.00 0.28 0.02 99.65 07:08:39 03:07:01 6 0.07 0.00 0.00 0.00 0.00 99.93 07:08:39 03:07:01 7 0.52 0.00 0.00 0.00 0.00 99.48 07:08:39 03:08:01 all 0.13 0.00 0.02 0.07 0.00 99.77 07:08:39 03:08:01 0 0.02 0.00 0.05 0.00 0.02 99.92 07:08:39 03:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:08:01 2 0.02 0.00 0.02 0.22 0.00 99.75 07:08:39 03:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:08:01 4 0.00 0.00 0.02 0.33 0.00 99.65 07:08:39 03:08:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:08:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:08:01 7 1.03 0.00 0.07 0.00 0.00 98.91 07:08:39 03:09:01 all 0.03 0.00 0.01 0.03 0.01 99.93 07:08:39 03:09:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 03:09:01 1 0.02 0.00 0.00 0.02 0.02 99.95 07:08:39 03:09:01 2 0.02 0.00 0.02 0.17 0.00 99.80 07:08:39 03:09:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 03:09:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:09:01 5 0.03 0.00 0.00 0.03 0.00 99.93 07:08:39 03:09:01 6 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 03:09:01 7 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 07:08:39 03:09:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 03:10:01 all 0.03 0.00 0.01 0.03 0.00 99.93 07:08:39 03:10:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:10:01 1 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 03:10:01 2 0.00 0.00 0.00 0.20 0.00 99.80 07:08:39 03:10:01 3 0.02 0.00 0.03 0.00 0.02 99.93 07:08:39 03:10:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:10:01 5 0.02 0.00 0.00 0.02 0.02 99.95 07:08:39 03:10:01 6 0.08 0.00 0.02 0.00 0.00 99.90 07:08:39 03:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:11:01 all 0.03 0.00 0.01 0.01 0.01 99.95 07:08:39 03:11:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 03:11:01 1 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 03:11:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 03:11:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 03:11:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 03:11:01 5 0.05 0.00 0.00 0.03 0.02 99.90 07:08:39 03:11:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:11:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:12:01 all 0.08 0.00 0.02 0.07 0.01 99.83 07:08:39 03:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:12:01 1 0.02 0.00 0.03 0.00 0.02 99.93 07:08:39 03:12:01 2 0.00 0.00 0.00 0.22 0.00 99.78 07:08:39 03:12:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 03:12:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:12:01 5 0.00 0.00 0.02 0.17 0.00 99.82 07:08:39 03:12:01 6 0.00 0.00 0.00 0.15 0.02 99.83 07:08:39 03:12:01 7 0.60 0.00 0.07 0.00 0.02 99.32 07:08:39 03:13:01 all 0.03 0.00 0.01 0.00 0.00 99.95 07:08:39 03:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:13:01 1 0.03 0.00 0.03 0.00 0.02 99.92 07:08:39 03:13:01 2 0.02 0.00 0.02 0.02 0.00 99.95 07:08:39 03:13:01 3 0.07 0.00 0.00 0.00 0.00 99.93 07:08:39 03:13:01 4 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 03:13:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 03:13:01 6 0.00 0.00 0.02 0.02 0.00 99.97 07:08:39 03:13:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:14:01 all 0.02 0.00 0.00 0.00 0.01 99.97 07:08:39 03:14:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 03:14:01 1 0.05 0.00 0.00 0.00 0.02 99.93 07:08:39 03:14:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 03:14:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 03:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:14:01 5 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 03:14:01 6 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 03:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:15:01 all 0.03 0.00 0.01 0.00 0.00 99.95 07:08:39 03:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:15:01 1 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 03:15:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 03:15:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 03:15:01 4 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 03:15:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:15:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 03:15:01 7 0.05 0.00 0.00 0.00 0.02 99.93 07:08:39 03:16:01 all 0.18 0.00 0.01 0.01 0.00 99.80 07:08:39 03:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:16:01 1 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 03:16:01 2 0.05 0.00 0.00 0.05 0.00 99.90 07:08:39 03:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:16:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:16:01 5 0.00 0.00 0.00 0.02 0.02 99.97 07:08:39 03:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:16:01 7 1.32 0.00 0.03 0.00 0.00 98.64 07:08:39 03:17:01 all 0.11 0.00 0.02 0.04 0.00 99.83 07:08:39 03:17:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:17:01 1 0.02 0.00 0.05 0.00 0.02 99.92 07:08:39 03:17:01 2 0.02 0.00 0.02 0.13 0.00 99.83 07:08:39 03:17:01 3 0.07 0.00 0.00 0.00 0.00 99.93 07:08:39 03:17:01 4 0.02 0.00 0.00 0.18 0.00 99.80 07:08:39 03:17:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:17:01 6 0.00 0.00 0.03 0.00 0.00 99.97 07:08:39 03:17:01 7 0.71 0.00 0.03 0.00 0.00 99.25 07:08:39 03:18:01 all 0.08 0.00 0.03 0.00 0.00 99.89 07:08:39 03:18:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 03:18:01 1 0.03 0.00 0.05 0.00 0.00 99.92 07:08:39 03:18:01 2 0.05 0.00 0.02 0.02 0.00 99.92 07:08:39 03:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:18:01 5 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 03:18:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:18:01 7 0.45 0.00 0.10 0.00 0.00 99.45 07:08:39 03:19:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:08:39 03:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:19:01 1 0.07 0.00 0.02 0.00 0.03 99.88 07:08:39 03:19:01 2 0.02 0.00 0.02 0.02 0.02 99.93 07:08:39 03:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:19:01 4 0.05 0.00 0.00 0.02 0.00 99.93 07:08:39 03:19:01 5 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 03:19:01 6 0.03 0.00 0.03 0.00 0.02 99.92 07:08:39 03:19:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 03:20:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:08:39 03:20:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 03:20:01 1 0.05 0.00 0.07 0.00 0.00 99.88 07:08:39 03:20:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 03:20:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 03:20:01 4 0.00 0.00 0.02 0.02 0.02 99.95 07:08:39 03:20:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:20:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 03:20:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 07:08:39 03:20:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 03:21:01 all 0.10 0.00 0.03 0.02 0.00 99.85 07:08:39 03:21:01 0 0.05 0.00 0.03 0.00 0.00 99.92 07:08:39 03:21:01 1 0.08 0.00 0.05 0.00 0.02 99.85 07:08:39 03:21:01 2 0.02 0.00 0.00 0.17 0.00 99.82 07:08:39 03:21:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 03:21:01 4 0.22 0.00 0.03 0.00 0.00 99.75 07:08:39 03:21:01 5 0.30 0.00 0.07 0.00 0.02 99.62 07:08:39 03:21:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:21:01 7 0.08 0.00 0.02 0.00 0.00 99.90 07:08:39 03:22:01 all 0.02 0.00 0.01 0.01 0.01 99.96 07:08:39 03:22:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:22:01 1 0.03 0.00 0.03 0.00 0.02 99.92 07:08:39 03:22:01 2 0.07 0.00 0.00 0.03 0.00 99.90 07:08:39 03:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:22:01 4 0.02 0.00 0.02 0.02 0.00 99.95 07:08:39 03:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:22:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 03:22:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 03:23:01 all 0.16 0.00 0.03 0.00 0.00 99.81 07:08:39 03:23:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:23:01 1 0.03 0.00 0.05 0.00 0.02 99.90 07:08:39 03:23:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 03:23:01 3 0.00 0.00 0.03 0.00 0.00 99.97 07:08:39 03:23:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:08:39 03:23:01 5 0.13 0.00 0.02 0.00 0.00 99.85 07:08:39 03:23:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 03:23:01 7 1.03 0.00 0.05 0.00 0.00 98.92 07:08:39 03:24:01 all 0.26 0.00 0.02 0.00 0.00 99.72 07:08:39 03:24:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:24:01 2 0.05 0.00 0.05 0.02 0.02 99.87 07:08:39 03:24:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:24:01 4 0.00 0.00 0.02 0.02 0.00 99.97 07:08:39 03:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:24:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:24:01 7 1.98 0.00 0.02 0.00 0.00 98.00 07:08:39 03:25:01 all 0.12 0.00 0.02 0.09 0.01 99.75 07:08:39 03:25:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 03:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:25:01 2 0.03 0.00 0.05 0.67 0.03 99.22 07:08:39 03:25:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:25:01 4 0.03 0.00 0.03 0.08 0.00 99.85 07:08:39 03:25:01 5 0.05 0.00 0.00 0.00 0.02 99.93 07:08:39 03:25:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 03:25:01 7 0.78 0.00 0.05 0.00 0.02 99.15 07:08:39 03:26:01 all 0.08 0.00 0.01 0.03 0.00 99.89 07:08:39 03:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:26:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:26:01 2 0.05 0.00 0.03 0.17 0.00 99.75 07:08:39 03:26:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 03:26:01 4 0.02 0.00 0.00 0.05 0.02 99.92 07:08:39 03:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:26:01 6 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 03:26:01 7 0.48 0.00 0.00 0.00 0.00 99.52 07:08:39 03:27:01 all 0.28 0.00 0.01 0.01 0.00 99.69 07:08:39 03:27:01 0 0.00 0.00 0.03 0.00 0.00 99.97 07:08:39 03:27:01 1 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 03:27:01 2 0.07 0.00 0.03 0.07 0.02 99.82 07:08:39 03:27:01 3 0.00 0.00 0.03 0.00 0.00 99.97 07:08:39 03:27:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 03:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:27:01 6 0.07 0.00 0.02 0.00 0.00 99.92 07:08:39 03:27:01 7 1.99 0.00 0.00 0.00 0.00 98.01 07:08:39 03:28:01 all 0.08 0.00 0.01 0.01 0.00 99.89 07:08:39 03:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:28:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 03:28:01 2 0.05 0.00 0.05 0.02 0.02 99.87 07:08:39 03:28:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 03:28:01 4 0.00 0.00 0.02 0.08 0.00 99.90 07:08:39 03:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:28:01 6 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 03:28:01 7 0.48 0.00 0.03 0.00 0.00 99.48 07:08:39 03:29:01 all 0.03 0.00 0.01 0.02 0.01 99.92 07:08:39 03:29:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:29:01 1 0.07 0.00 0.02 0.00 0.02 99.90 07:08:39 03:29:01 2 0.08 0.00 0.02 0.17 0.00 99.73 07:08:39 03:29:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 03:29:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:29:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 03:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:29:01 7 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 03:30:01 all 0.01 0.00 0.01 0.05 0.00 99.92 07:08:39 03:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:30:01 2 0.02 0.00 0.03 0.25 0.02 99.68 07:08:39 03:30:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:30:01 4 0.00 0.00 0.00 0.18 0.02 99.80 07:08:39 03:30:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:30:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:30:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:31:01 all 0.03 0.00 0.02 0.02 0.01 99.93 07:08:39 03:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:31:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:31:01 2 0.08 0.00 0.07 0.12 0.02 99.72 07:08:39 03:31:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 03:31:01 4 0.05 0.00 0.02 0.02 0.00 99.92 07:08:39 03:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:31:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 03:31:01 7 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 07:08:39 03:31:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 03:32:01 all 0.03 0.00 0.02 0.00 0.00 99.94 07:08:39 03:32:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 03:32:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 03:32:01 2 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 03:32:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 03:32:01 4 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 03:32:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:32:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:32:01 7 0.15 0.00 0.00 0.00 0.02 99.83 07:08:39 03:33:01 all 0.04 0.00 0.01 0.00 0.00 99.94 07:08:39 03:33:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:33:01 1 0.12 0.00 0.02 0.00 0.00 99.87 07:08:39 03:33:01 2 0.08 0.00 0.02 0.00 0.02 99.88 07:08:39 03:33:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:33:01 4 0.02 0.00 0.02 0.02 0.02 99.93 07:08:39 03:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:33:01 6 0.05 0.00 0.03 0.00 0.00 99.92 07:08:39 03:33:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 03:34:01 all 0.02 0.00 0.02 0.03 0.01 99.93 07:08:39 03:34:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:34:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:34:01 2 0.03 0.00 0.03 0.18 0.02 99.73 07:08:39 03:34:01 3 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 03:34:01 4 0.00 0.00 0.02 0.03 0.00 99.95 07:08:39 03:34:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 03:34:01 6 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 03:34:01 7 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 03:35:01 all 0.03 0.00 0.01 0.01 0.00 99.95 07:08:39 03:35:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:35:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 03:35:01 2 0.08 0.00 0.02 0.03 0.02 99.85 07:08:39 03:35:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:35:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 03:35:01 5 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 03:35:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:35:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 03:36:01 all 0.02 0.00 0.01 0.03 0.00 99.94 07:08:39 03:36:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:36:01 1 0.00 0.00 0.03 0.00 0.00 99.97 07:08:39 03:36:01 2 0.05 0.00 0.03 0.08 0.02 99.82 07:08:39 03:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:36:01 4 0.00 0.00 0.00 0.18 0.00 99.82 07:08:39 03:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:36:01 6 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 03:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:37:01 all 0.02 0.00 0.01 0.02 0.00 99.94 07:08:39 03:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:37:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:37:01 2 0.10 0.00 0.02 0.17 0.00 99.72 07:08:39 03:37:01 3 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 03:37:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:37:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 03:37:01 6 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 03:37:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:38:01 all 0.06 0.00 0.03 0.05 0.01 99.86 07:08:39 03:38:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:38:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:38:01 2 0.35 0.00 0.08 0.25 0.02 99.30 07:08:39 03:38:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 03:38:01 4 0.02 0.00 0.00 0.12 0.02 99.85 07:08:39 03:38:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 03:38:01 6 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 03:38:01 7 0.07 0.00 0.02 0.00 0.00 99.92 07:08:39 03:39:01 all 0.07 0.00 0.02 0.02 0.00 99.89 07:08:39 03:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:39:01 1 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 03:39:01 2 0.45 0.00 0.07 0.15 0.02 99.32 07:08:39 03:39:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 03:39:01 4 0.00 0.00 0.03 0.02 0.00 99.95 07:08:39 03:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:39:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:39:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 03:40:01 all 0.03 0.00 0.02 0.02 0.01 99.93 07:08:39 03:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:40:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 03:40:01 2 0.10 0.00 0.05 0.00 0.02 99.83 07:08:39 03:40:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 03:40:01 4 0.02 0.00 0.02 0.15 0.00 99.82 07:08:39 03:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:40:01 6 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 03:40:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:41:01 all 0.04 0.00 0.01 0.00 0.00 99.94 07:08:39 03:41:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 03:41:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:41:01 2 0.20 0.00 0.02 0.00 0.02 99.77 07:08:39 03:41:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 03:41:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:41:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:41:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 03:42:01 all 0.02 0.00 0.01 0.01 0.01 99.96 07:08:39 03:42:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:42:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:42:01 2 0.05 0.00 0.03 0.03 0.02 99.87 07:08:39 03:42:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 03:42:01 4 0.02 0.00 0.02 0.02 0.00 99.95 07:08:39 03:42:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:42:01 7 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 07:08:39 03:42:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 03:43:01 all 0.08 0.00 0.01 0.00 0.00 99.91 07:08:39 03:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:43:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 03:43:01 2 0.20 0.00 0.03 0.02 0.00 99.75 07:08:39 03:43:01 3 0.08 0.00 0.00 0.00 0.00 99.92 07:08:39 03:43:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:08:39 03:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:43:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:43:01 7 0.25 0.00 0.02 0.00 0.00 99.73 07:08:39 03:44:01 all 0.02 0.00 0.01 0.00 0.00 99.97 07:08:39 03:44:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:44:01 2 0.07 0.00 0.02 0.02 0.02 99.88 07:08:39 03:44:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:44:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:44:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 03:44:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:45:01 all 0.03 0.00 0.01 0.01 0.00 99.95 07:08:39 03:45:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:45:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 03:45:01 2 0.10 0.00 0.02 0.02 0.02 99.85 07:08:39 03:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:45:01 4 0.03 0.00 0.03 0.07 0.00 99.87 07:08:39 03:45:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 03:45:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 03:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:46:01 all 0.02 0.00 0.01 0.03 0.01 99.94 07:08:39 03:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:46:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 03:46:01 2 0.03 0.00 0.03 0.15 0.02 99.77 07:08:39 03:46:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:46:01 4 0.03 0.00 0.03 0.05 0.02 99.87 07:08:39 03:46:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:46:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:47:01 all 0.13 0.00 0.03 0.01 0.00 99.82 07:08:39 03:47:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:47:01 1 0.07 0.00 0.05 0.00 0.00 99.88 07:08:39 03:47:01 2 0.47 0.00 0.05 0.03 0.00 99.45 07:08:39 03:47:01 3 0.07 0.00 0.02 0.00 0.00 99.92 07:08:39 03:47:01 4 0.15 0.00 0.07 0.05 0.02 99.72 07:08:39 03:47:01 5 0.07 0.00 0.00 0.00 0.00 99.93 07:08:39 03:47:01 6 0.03 0.00 0.03 0.00 0.02 99.92 07:08:39 03:47:01 7 0.18 0.00 0.02 0.00 0.00 99.80 07:08:39 03:48:01 all 0.06 0.00 0.02 0.00 0.00 99.91 07:08:39 03:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:48:01 2 0.47 0.00 0.02 0.00 0.02 99.50 07:08:39 03:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:48:01 4 0.00 0.00 0.02 0.02 0.00 99.97 07:08:39 03:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:48:01 6 0.02 0.00 0.05 0.02 0.00 99.92 07:08:39 03:48:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:49:01 all 0.05 0.00 0.01 0.01 0.00 99.92 07:08:39 03:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:49:01 2 0.35 0.00 0.03 0.07 0.00 99.55 07:08:39 03:49:01 3 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 03:49:01 4 0.05 0.00 0.05 0.02 0.02 99.87 07:08:39 03:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:49:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:50:01 all 0.02 0.00 0.01 0.03 0.00 99.94 07:08:39 03:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:50:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 03:50:01 2 0.03 0.00 0.00 0.05 0.00 99.92 07:08:39 03:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:50:01 4 0.05 0.00 0.02 0.15 0.02 99.77 07:08:39 03:50:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:50:01 6 0.03 0.00 0.02 0.02 0.00 99.93 07:08:39 03:50:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:51:01 all 0.07 0.00 0.02 0.01 0.01 99.89 07:08:39 03:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:51:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 03:51:01 2 0.42 0.00 0.05 0.08 0.02 99.43 07:08:39 03:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:51:01 4 0.03 0.00 0.05 0.00 0.00 99.92 07:08:39 03:51:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 03:51:01 6 0.05 0.00 0.02 0.02 0.02 99.90 07:08:39 03:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:52:01 all 0.17 0.00 0.02 0.00 0.00 99.81 07:08:39 03:52:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 03:52:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 03:52:01 2 1.22 0.00 0.05 0.00 0.00 98.73 07:08:39 03:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:52:01 4 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 03:52:01 5 0.02 0.00 0.05 0.00 0.00 99.93 07:08:39 03:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:52:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:53:01 all 0.06 0.00 0.02 0.00 0.00 99.91 07:08:39 03:53:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:53:01 1 0.07 0.00 0.02 0.00 0.02 99.90 07:08:39 03:53:01 2 0.28 0.00 0.08 0.02 0.00 99.62 07:08:39 03:53:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 03:53:01 4 0.05 0.00 0.03 0.00 0.02 99.90 07:08:39 03:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:53:01 6 0.02 0.00 0.02 0.02 0.00 99.95 07:08:39 03:53:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 07:08:39 03:53:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 03:54:01 all 0.01 0.00 0.02 0.06 0.00 99.91 07:08:39 03:54:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:54:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:54:01 2 0.03 0.00 0.00 0.35 0.00 99.62 07:08:39 03:54:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 03:54:01 4 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 03:54:01 5 0.00 0.00 0.03 0.00 0.00 99.97 07:08:39 03:54:01 6 0.00 0.00 0.02 0.13 0.02 99.83 07:08:39 03:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:55:01 all 0.03 0.00 0.00 0.00 0.01 99.95 07:08:39 03:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:55:01 1 0.05 0.00 0.00 0.02 0.00 99.93 07:08:39 03:55:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 03:55:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 03:55:01 4 0.08 0.00 0.02 0.00 0.02 99.88 07:08:39 03:55:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 03:55:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 03:55:01 7 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 03:56:01 all 0.26 0.00 0.02 0.00 0.00 99.72 07:08:39 03:56:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:56:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 03:56:01 2 1.95 0.00 0.03 0.02 0.00 98.00 07:08:39 03:56:01 3 0.02 0.00 0.05 0.00 0.00 99.93 07:08:39 03:56:01 4 0.03 0.00 0.03 0.00 0.02 99.92 07:08:39 03:56:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:56:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 03:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:57:01 all 0.28 0.00 0.01 0.00 0.00 99.70 07:08:39 03:57:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 03:57:01 2 2.00 0.00 0.02 0.00 0.00 97.98 07:08:39 03:57:01 3 0.07 0.00 0.02 0.00 0.00 99.92 07:08:39 03:57:01 4 0.07 0.00 0.03 0.00 0.00 99.90 07:08:39 03:57:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 03:57:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:08:39 03:57:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 03:58:01 all 0.06 0.00 0.01 0.01 0.00 99.91 07:08:39 03:58:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:58:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 03:58:01 2 0.38 0.00 0.00 0.07 0.00 99.55 07:08:39 03:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:58:01 4 0.03 0.00 0.03 0.00 0.02 99.92 07:08:39 03:58:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:58:01 6 0.02 0.00 0.02 0.02 0.00 99.95 07:08:39 03:58:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 03:59:01 all 0.20 0.00 0.01 0.00 0.00 99.78 07:08:39 03:59:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 03:59:01 1 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 03:59:01 2 1.40 0.00 0.03 0.00 0.02 98.55 07:08:39 03:59:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 03:59:01 4 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 03:59:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 03:59:01 6 0.00 0.00 0.02 0.02 0.00 99.97 07:08:39 03:59:01 7 0.00 0.00 0.02 0.02 0.00 99.97 07:08:39 04:00:01 all 0.19 0.00 0.02 0.00 0.01 99.79 07:08:39 04:00:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 04:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:00:01 2 1.44 0.00 0.05 0.00 0.00 98.51 07:08:39 04:00:01 3 0.00 0.00 0.03 0.00 0.02 99.95 07:08:39 04:00:01 4 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 04:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:00:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 04:00:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 04:01:01 all 0.02 0.00 0.01 0.02 0.00 99.94 07:08:39 04:01:01 0 0.00 0.00 0.03 0.00 0.00 99.97 07:08:39 04:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:01:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 04:01:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:01:01 4 0.07 0.00 0.03 0.00 0.03 99.87 07:08:39 04:01:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 04:01:01 6 0.02 0.00 0.02 0.02 0.00 99.95 07:08:39 04:01:01 7 0.00 0.00 0.00 0.17 0.00 99.83 07:08:39 04:02:01 all 0.03 0.00 0.01 0.00 0.00 99.96 07:08:39 04:02:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:02:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:02:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 04:02:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 04:02:01 4 0.07 0.00 0.00 0.00 0.00 99.93 07:08:39 04:02:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 04:02:01 6 0.03 0.00 0.00 0.02 0.00 99.95 07:08:39 04:02:01 7 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 04:03:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:08:39 04:03:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:03:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 04:03:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 04:03:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 04:03:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 04:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:03:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:03:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:04:01 all 0.01 0.00 0.02 0.00 0.00 99.96 07:08:39 04:04:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:04:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:04:01 4 0.03 0.00 0.05 0.00 0.00 99.92 07:08:39 04:04:01 5 0.00 0.00 0.05 0.00 0.00 99.95 07:08:39 04:04:01 6 0.00 0.00 0.02 0.02 0.02 99.95 07:08:39 04:04:01 7 0.00 0.00 0.02 0.02 0.00 99.97 07:08:39 07:08:39 04:04:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 04:05:01 all 0.03 0.00 0.01 0.02 0.00 99.94 07:08:39 04:05:01 0 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 04:05:01 1 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 04:05:01 2 0.07 0.00 0.02 0.00 0.00 99.92 07:08:39 04:05:01 3 0.05 0.00 0.03 0.00 0.00 99.92 07:08:39 04:05:01 4 0.00 0.00 0.03 0.00 0.02 99.95 07:08:39 04:05:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:05:01 6 0.02 0.00 0.02 0.02 0.00 99.95 07:08:39 04:05:01 7 0.00 0.00 0.02 0.12 0.00 99.87 07:08:39 04:06:01 all 0.02 0.00 0.01 0.01 0.01 99.96 07:08:39 04:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:06:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:06:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 04:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:06:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 04:06:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:06:01 6 0.02 0.00 0.00 0.05 0.02 99.92 07:08:39 04:06:01 7 0.02 0.00 0.00 0.07 0.00 99.92 07:08:39 04:07:01 all 0.02 0.00 0.02 0.00 0.01 99.95 07:08:39 04:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:07:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 04:07:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:07:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 04:07:01 4 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 04:07:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 04:07:01 6 0.02 0.00 0.02 0.02 0.00 99.95 07:08:39 04:07:01 7 0.03 0.00 0.02 0.02 0.02 99.92 07:08:39 04:08:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:08:39 04:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:08:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:08:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:08:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 04:08:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 04:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:08:01 6 0.02 0.00 0.02 0.02 0.00 99.95 07:08:39 04:08:01 7 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 04:09:01 all 0.02 0.00 0.01 0.03 0.01 99.93 07:08:39 04:09:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 04:09:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 04:09:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 04:09:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:09:01 4 0.03 0.00 0.03 0.00 0.02 99.92 07:08:39 04:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:09:01 6 0.03 0.00 0.03 0.07 0.02 99.85 07:08:39 04:09:01 7 0.00 0.00 0.02 0.15 0.00 99.83 07:08:39 04:10:01 all 0.03 0.00 0.01 0.00 0.00 99.95 07:08:39 04:10:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:10:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:10:01 2 0.18 0.00 0.02 0.00 0.00 99.80 07:08:39 04:10:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 04:10:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 04:10:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:10:01 6 0.00 0.00 0.02 0.02 0.00 99.97 07:08:39 04:10:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 04:11:01 all 0.03 0.00 0.01 0.00 0.00 99.96 07:08:39 04:11:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:11:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:11:01 2 0.08 0.00 0.00 0.00 0.00 99.92 07:08:39 04:11:01 3 0.07 0.00 0.02 0.00 0.02 99.90 07:08:39 04:11:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 04:11:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:11:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 04:11:01 7 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 04:12:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:08:39 04:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:12:01 2 0.02 0.00 0.03 0.00 0.02 99.93 07:08:39 04:12:01 3 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 04:12:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:08:39 04:12:01 5 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 04:12:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 04:12:01 7 0.03 0.00 0.03 0.02 0.02 99.90 07:08:39 04:13:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:08:39 04:13:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:13:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 04:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:13:01 4 0.02 0.00 0.02 0.02 0.00 99.95 07:08:39 04:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:13:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 04:13:01 7 0.05 0.00 0.02 0.02 0.00 99.92 07:08:39 04:14:01 all 0.18 0.00 0.01 0.04 0.00 99.77 07:08:39 04:14:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:14:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 04:14:01 3 1.29 0.00 0.00 0.00 0.02 98.69 07:08:39 04:14:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:14:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:14:01 6 0.03 0.00 0.02 0.18 0.00 99.77 07:08:39 04:14:01 7 0.02 0.00 0.03 0.10 0.02 99.83 07:08:39 04:15:01 all 0.27 0.00 0.00 0.00 0.00 99.72 07:08:39 04:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:15:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 04:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:15:01 3 1.99 0.00 0.00 0.00 0.00 98.01 07:08:39 04:15:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:15:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:15:01 6 0.03 0.00 0.00 0.02 0.02 99.93 07:08:39 04:15:01 7 0.00 0.00 0.02 0.02 0.02 99.95 07:08:39 07:08:39 04:15:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 04:16:01 all 0.26 0.00 0.02 0.00 0.00 99.72 07:08:39 04:16:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:16:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:16:01 2 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 04:16:01 3 1.99 0.00 0.02 0.00 0.00 98.00 07:08:39 04:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:16:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:16:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 04:16:01 7 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 04:17:01 all 0.08 0.00 0.00 0.00 0.01 99.91 07:08:39 04:17:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:17:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 04:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:17:01 3 0.48 0.00 0.00 0.00 0.02 99.50 07:08:39 04:17:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 04:17:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 04:17:01 6 0.03 0.00 0.00 0.02 0.02 99.93 07:08:39 04:17:01 7 0.03 0.00 0.02 0.02 0.02 99.92 07:08:39 04:18:01 all 0.02 0.00 0.02 0.01 0.00 99.95 07:08:39 04:18:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 04:18:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 04:18:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 04:18:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 04:18:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 04:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:18:01 6 0.03 0.00 0.03 0.07 0.00 99.87 07:08:39 04:18:01 7 0.02 0.00 0.02 0.05 0.00 99.92 07:08:39 04:19:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:08:39 04:19:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:19:01 2 0.02 0.00 0.03 0.00 0.02 99.93 07:08:39 04:19:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 04:19:01 4 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 04:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:19:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 04:19:01 7 0.03 0.00 0.03 0.02 0.02 99.90 07:08:39 04:20:01 all 0.02 0.00 0.00 0.01 0.00 99.97 07:08:39 04:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:20:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:20:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 04:20:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 04:20:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:20:01 6 0.03 0.00 0.00 0.03 0.00 99.93 07:08:39 04:20:01 7 0.03 0.00 0.00 0.03 0.02 99.92 07:08:39 04:21:01 all 0.02 0.00 0.01 0.01 0.00 99.96 07:08:39 04:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:21:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 04:21:01 2 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 04:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:21:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 04:21:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 04:21:01 6 0.02 0.00 0.05 0.03 0.00 99.90 07:08:39 04:21:01 7 0.00 0.00 0.02 0.02 0.02 99.95 07:08:39 04:22:01 all 0.02 0.00 0.01 0.01 0.01 99.96 07:08:39 04:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:22:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 04:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:22:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:22:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 04:22:01 6 0.03 0.00 0.00 0.02 0.02 99.93 07:08:39 04:22:01 7 0.03 0.00 0.03 0.08 0.02 99.83 07:08:39 04:23:01 all 0.17 0.00 0.01 0.01 0.01 99.80 07:08:39 04:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:23:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 04:23:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 04:23:01 3 1.17 0.00 0.02 0.00 0.02 98.79 07:08:39 04:23:01 4 0.03 0.00 0.03 0.00 0.02 99.92 07:08:39 04:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:23:01 6 0.03 0.00 0.02 0.02 0.00 99.93 07:08:39 04:23:01 7 0.05 0.00 0.02 0.03 0.02 99.88 07:08:39 04:24:01 all 0.07 0.00 0.02 0.00 0.01 99.90 07:08:39 04:24:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 04:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:24:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 04:24:01 3 0.55 0.00 0.02 0.00 0.00 99.43 07:08:39 04:24:01 4 0.00 0.00 0.02 0.02 0.00 99.97 07:08:39 04:24:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:24:01 6 0.00 0.00 0.05 0.00 0.02 99.93 07:08:39 04:24:01 7 0.03 0.00 0.02 0.02 0.00 99.93 07:08:39 04:25:01 all 0.02 0.00 0.00 0.00 0.01 99.96 07:08:39 04:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:25:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 04:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:25:01 4 0.07 0.00 0.00 0.00 0.00 99.93 07:08:39 04:25:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 04:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:25:01 7 0.05 0.00 0.02 0.03 0.02 99.88 07:08:39 04:26:01 all 0.08 0.00 0.01 0.00 0.00 99.90 07:08:39 04:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:26:01 1 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 04:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:26:01 3 0.53 0.00 0.00 0.00 0.00 99.47 07:08:39 04:26:01 4 0.02 0.00 0.02 0.02 0.00 99.95 07:08:39 04:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:26:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 04:26:01 7 0.02 0.00 0.03 0.00 0.02 99.93 07:08:39 07:08:39 04:26:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 04:27:01 all 0.26 0.00 0.01 0.00 0.01 99.72 07:08:39 04:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:27:01 3 1.89 0.00 0.05 0.00 0.02 98.05 07:08:39 04:27:01 4 0.05 0.00 0.00 0.00 0.02 99.93 07:08:39 04:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:27:01 6 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 04:27:01 7 0.07 0.00 0.02 0.02 0.02 99.88 07:08:39 04:28:01 all 0.02 0.00 0.02 0.05 0.00 99.91 07:08:39 04:28:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:28:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 04:28:01 3 0.10 0.00 0.05 0.00 0.00 99.85 07:08:39 04:28:01 4 0.00 0.00 0.00 0.12 0.00 99.88 07:08:39 04:28:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:28:01 6 0.03 0.00 0.03 0.00 0.02 99.92 07:08:39 04:28:01 7 0.02 0.00 0.02 0.27 0.02 99.68 07:08:39 04:29:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:08:39 04:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:29:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 04:29:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 04:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:29:01 4 0.03 0.00 0.02 0.02 0.00 99.93 07:08:39 04:29:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 04:29:01 6 0.05 0.00 0.03 0.00 0.00 99.92 07:08:39 04:29:01 7 0.03 0.00 0.02 0.02 0.02 99.92 07:08:39 04:30:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:08:39 04:30:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:30:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:30:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 04:30:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 04:30:01 4 0.00 0.00 0.02 0.02 0.02 99.95 07:08:39 04:30:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:30:01 6 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 04:30:01 7 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 04:31:01 all 0.01 0.00 0.01 0.02 0.00 99.95 07:08:39 04:31:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 04:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:31:01 4 0.00 0.00 0.03 0.02 0.00 99.95 07:08:39 04:31:01 5 0.03 0.00 0.00 0.08 0.00 99.88 07:08:39 04:31:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:31:01 7 0.05 0.00 0.00 0.08 0.02 99.85 07:08:39 04:32:01 all 0.04 0.00 0.01 0.02 0.01 99.92 07:08:39 04:32:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:32:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:32:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:32:01 3 0.17 0.00 0.00 0.00 0.00 99.83 07:08:39 04:32:01 4 0.02 0.00 0.00 0.15 0.00 99.83 07:08:39 04:32:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 04:32:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 04:32:01 7 0.03 0.00 0.03 0.03 0.02 99.88 07:08:39 04:33:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:08:39 04:33:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:33:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 04:33:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:33:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 04:33:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 04:33:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 04:33:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 04:33:01 7 0.02 0.00 0.00 0.02 0.02 99.95 07:08:39 04:34:01 all 0.01 0.00 0.01 0.01 0.00 99.96 07:08:39 04:34:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:34:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:34:01 3 0.07 0.00 0.00 0.00 0.00 99.93 07:08:39 04:34:01 4 0.00 0.00 0.02 0.02 0.00 99.97 07:08:39 04:34:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:34:01 6 0.03 0.00 0.03 0.02 0.02 99.90 07:08:39 04:34:01 7 0.02 0.00 0.03 0.02 0.02 99.92 07:08:39 04:35:01 all 0.02 0.00 0.01 0.02 0.01 99.95 07:08:39 04:35:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:35:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:35:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 04:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:35:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 04:35:01 5 0.05 0.00 0.00 0.00 0.02 99.93 07:08:39 04:35:01 6 0.03 0.00 0.02 0.13 0.00 99.82 07:08:39 04:35:01 7 0.02 0.00 0.02 0.05 0.02 99.90 07:08:39 04:36:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:08:39 04:36:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:36:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:36:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 04:36:01 4 0.02 0.00 0.02 0.02 0.00 99.95 07:08:39 04:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:36:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 04:36:01 7 0.02 0.00 0.03 0.02 0.02 99.92 07:08:39 04:37:01 all 0.16 0.00 0.02 0.00 0.01 99.82 07:08:39 04:37:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:37:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 04:37:01 2 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 04:37:01 3 1.14 0.00 0.02 0.00 0.00 98.84 07:08:39 04:37:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 04:37:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 04:37:01 6 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 04:37:01 7 0.02 0.00 0.02 0.02 0.02 99.93 07:08:39 07:08:39 04:37:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 04:38:01 all 0.26 0.00 0.01 0.00 0.01 99.72 07:08:39 04:38:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 04:38:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:38:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:38:01 3 1.97 0.00 0.00 0.00 0.00 98.03 07:08:39 04:38:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:38:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:38:01 6 0.03 0.00 0.03 0.02 0.02 99.90 07:08:39 04:38:01 7 0.02 0.00 0.05 0.00 0.02 99.92 07:08:39 04:39:01 all 0.16 0.00 0.00 0.00 0.00 99.83 07:08:39 04:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:39:01 2 0.07 0.00 0.00 0.00 0.00 99.93 07:08:39 04:39:01 3 1.09 0.00 0.00 0.00 0.02 98.89 07:08:39 04:39:01 4 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 04:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:39:01 6 0.03 0.00 0.00 0.02 0.00 99.95 07:08:39 04:39:01 7 0.00 0.00 0.00 0.02 0.02 99.97 07:08:39 04:40:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:08:39 04:40:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:40:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 04:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:40:01 4 0.02 0.00 0.03 0.00 0.02 99.93 07:08:39 04:40:01 5 0.00 0.00 0.03 0.00 0.02 99.95 07:08:39 04:40:01 6 0.02 0.00 0.03 0.02 0.02 99.92 07:08:39 04:40:01 7 0.03 0.00 0.02 0.02 0.02 99.92 07:08:39 04:41:01 all 0.09 0.00 0.01 0.00 0.00 99.90 07:08:39 04:41:01 0 0.00 0.00 0.03 0.00 0.00 99.97 07:08:39 04:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:41:01 2 0.07 0.00 0.00 0.00 0.00 99.93 07:08:39 04:41:01 3 0.53 0.00 0.03 0.00 0.00 99.44 07:08:39 04:41:01 4 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 04:41:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 04:41:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 04:41:01 7 0.00 0.00 0.03 0.02 0.00 99.95 07:08:39 04:42:01 all 0.01 0.00 0.01 0.02 0.01 99.94 07:08:39 04:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:42:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 04:42:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:42:01 3 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 04:42:01 4 0.02 0.00 0.02 0.05 0.00 99.92 07:08:39 04:42:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 04:42:01 6 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 04:42:01 7 0.02 0.00 0.03 0.13 0.02 99.80 07:08:39 04:43:01 all 0.03 0.00 0.02 0.01 0.00 99.94 07:08:39 04:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:43:01 2 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 04:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:43:01 4 0.05 0.00 0.02 0.07 0.02 99.85 07:08:39 04:43:01 5 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 04:43:01 6 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 04:43:01 7 0.03 0.00 0.03 0.02 0.02 99.90 07:08:39 04:44:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:08:39 04:44:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 04:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:44:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 04:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:44:01 6 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 04:44:01 7 0.02 0.00 0.02 0.02 0.02 99.93 07:08:39 04:45:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:08:39 04:45:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:45:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:45:01 2 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 04:45:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:45:01 4 0.00 0.00 0.02 0.02 0.02 99.95 07:08:39 04:45:01 5 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 04:45:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:45:01 7 0.02 0.00 0.02 0.02 0.02 99.93 07:08:39 04:46:01 all 0.02 0.00 0.01 0.01 0.01 99.95 07:08:39 04:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:46:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 04:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:46:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 04:46:01 4 0.02 0.00 0.02 0.05 0.00 99.92 07:08:39 04:46:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:46:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 04:46:01 7 0.03 0.00 0.03 0.03 0.02 99.88 07:08:39 04:47:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:08:39 04:47:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:47:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 04:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:47:01 4 0.02 0.00 0.03 0.02 0.02 99.92 07:08:39 04:47:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 04:47:01 6 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 04:47:01 7 0.02 0.00 0.03 0.02 0.02 99.92 07:08:39 04:48:01 all 0.05 0.00 0.02 0.00 0.01 99.92 07:08:39 04:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:48:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 04:48:01 2 0.10 0.00 0.02 0.00 0.02 99.87 07:08:39 04:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 04:48:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 04:48:01 5 0.13 0.00 0.03 0.00 0.00 99.83 07:08:39 04:48:01 6 0.03 0.00 0.07 0.00 0.02 99.88 07:08:39 04:48:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 07:08:39 04:48:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 04:49:01 all 0.25 0.00 0.01 0.02 0.01 99.71 07:08:39 04:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:49:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 04:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:49:01 3 1.81 0.00 0.02 0.00 0.02 98.16 07:08:39 04:49:01 4 0.07 0.00 0.02 0.13 0.03 99.75 07:08:39 04:49:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 04:49:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 04:49:01 7 0.00 0.00 0.00 0.03 0.00 99.97 07:08:39 04:50:01 all 0.18 0.00 0.01 0.01 0.01 99.79 07:08:39 04:50:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 04:50:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:50:01 2 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 04:50:01 3 1.25 0.00 0.00 0.00 0.00 98.75 07:08:39 04:50:01 4 0.03 0.00 0.05 0.02 0.02 99.88 07:08:39 04:50:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:50:01 6 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 04:50:01 7 0.00 0.00 0.03 0.03 0.02 99.92 07:08:39 04:51:01 all 0.19 0.00 0.01 0.00 0.00 99.80 07:08:39 04:51:01 0 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 04:51:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:51:01 2 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 04:51:01 3 1.34 0.00 0.02 0.00 0.02 98.63 07:08:39 04:51:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 04:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:51:01 6 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 04:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:52:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:08:39 04:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:52:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 04:52:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 04:52:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:52:01 4 0.02 0.00 0.03 0.02 0.02 99.92 07:08:39 04:52:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 04:52:01 6 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 04:52:01 7 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 04:53:01 all 0.03 0.00 0.01 0.00 0.00 99.96 07:08:39 04:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:53:01 2 0.07 0.00 0.00 0.00 0.00 99.93 07:08:39 04:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:53:01 4 0.03 0.00 0.05 0.02 0.02 99.88 07:08:39 04:53:01 5 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 04:53:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:53:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 04:54:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:08:39 04:54:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 04:54:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:54:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 04:54:01 3 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 04:54:01 4 0.03 0.00 0.02 0.02 0.03 99.90 07:08:39 04:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:54:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 04:54:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 04:55:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:08:39 04:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:55:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:55:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:55:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 04:55:01 4 0.05 0.00 0.05 0.00 0.02 99.88 07:08:39 04:55:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 04:55:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 04:55:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 04:56:01 all 0.01 0.00 0.01 0.02 0.01 99.95 07:08:39 04:56:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 04:56:01 1 0.00 0.00 0.00 0.02 0.02 99.97 07:08:39 04:56:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 04:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:56:01 4 0.03 0.00 0.00 0.02 0.03 99.92 07:08:39 04:56:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:56:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 04:56:01 7 0.00 0.00 0.02 0.12 0.00 99.87 07:08:39 04:57:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:08:39 04:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:57:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 04:57:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 04:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:57:01 4 0.02 0.00 0.05 0.02 0.03 99.88 07:08:39 04:57:01 5 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 04:57:01 6 0.02 0.00 0.03 0.00 0.02 99.93 07:08:39 04:57:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 04:58:01 all 0.02 0.00 0.01 0.01 0.01 99.95 07:08:39 04:58:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 04:58:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 04:58:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 04:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:58:01 4 0.02 0.00 0.03 0.03 0.03 99.88 07:08:39 04:58:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 04:58:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 04:58:01 7 0.02 0.00 0.02 0.02 0.02 99.93 07:08:39 04:59:01 all 0.20 0.00 0.00 0.01 0.00 99.78 07:08:39 04:59:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:59:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 04:59:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 04:59:01 4 1.50 0.00 0.00 0.02 0.02 98.47 07:08:39 04:59:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 04:59:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 04:59:01 7 0.00 0.00 0.00 0.03 0.00 99.97 07:08:39 07:08:39 04:59:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 05:00:01 all 0.24 0.00 0.01 0.00 0.01 99.74 07:08:39 05:00:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 05:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:00:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 05:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:00:01 4 1.79 0.00 0.05 0.00 0.03 98.13 07:08:39 05:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:00:01 6 0.03 0.00 0.00 0.02 0.00 99.95 07:08:39 05:00:01 7 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 05:01:01 all 0.11 0.00 0.02 0.00 0.01 99.87 07:08:39 05:01:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:01:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:01:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 05:01:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:01:01 4 0.76 0.00 0.02 0.00 0.02 99.20 07:08:39 05:01:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 05:01:01 6 0.05 0.00 0.05 0.00 0.02 99.88 07:08:39 05:01:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 05:02:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:08:39 05:02:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 05:02:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 05:02:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 05:02:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 05:02:01 4 0.00 0.00 0.00 0.00 0.03 99.97 07:08:39 05:02:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 05:02:01 6 0.03 0.00 0.02 0.02 0.00 99.93 07:08:39 05:02:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 05:03:01 all 0.05 0.00 0.01 0.00 0.01 99.93 07:08:39 05:03:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:03:01 2 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 05:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:03:01 4 0.35 0.00 0.03 0.00 0.03 99.58 07:08:39 05:03:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:03:01 6 0.03 0.00 0.00 0.02 0.02 99.93 07:08:39 05:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:04:01 all 0.02 0.00 0.01 0.03 0.01 99.93 07:08:39 05:04:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 05:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:04:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 05:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:04:01 4 0.08 0.00 0.00 0.00 0.02 99.90 07:08:39 05:04:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:04:01 6 0.03 0.00 0.00 0.18 0.02 99.77 07:08:39 05:04:01 7 0.00 0.00 0.02 0.07 0.00 99.92 07:08:39 05:05:01 all 0.03 0.00 0.01 0.01 0.01 99.94 07:08:39 05:05:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:05:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 05:05:01 2 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 05:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 05:05:01 4 0.02 0.00 0.05 0.00 0.02 99.92 07:08:39 05:05:01 5 0.07 0.00 0.00 0.05 0.00 99.88 07:08:39 05:05:01 6 0.03 0.00 0.02 0.02 0.00 99.93 07:08:39 05:05:01 7 0.00 0.00 0.00 0.03 0.02 99.95 07:08:39 05:06:01 all 0.02 0.00 0.01 0.01 0.01 99.96 07:08:39 05:06:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:06:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:06:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 05:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:06:01 4 0.03 0.00 0.03 0.00 0.03 99.90 07:08:39 05:06:01 5 0.00 0.00 0.00 0.02 0.02 99.97 07:08:39 05:06:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 05:06:01 7 0.02 0.00 0.00 0.03 0.00 99.95 07:08:39 05:07:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:08:39 05:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:07:01 2 0.08 0.00 0.02 0.00 0.00 99.90 07:08:39 05:07:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 05:07:01 4 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 05:07:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:07:01 6 0.03 0.00 0.02 0.02 0.00 99.93 07:08:39 05:07:01 7 0.00 0.00 0.03 0.02 0.00 99.95 07:08:39 05:08:01 all 0.01 0.00 0.01 0.02 0.01 99.95 07:08:39 05:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:08:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:08:01 2 0.05 0.00 0.00 0.00 0.02 99.93 07:08:39 05:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:08:01 4 0.02 0.00 0.05 0.00 0.02 99.92 07:08:39 05:08:01 5 0.00 0.00 0.00 0.03 0.00 99.97 07:08:39 05:08:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 05:08:01 7 0.00 0.00 0.00 0.10 0.02 99.88 07:08:39 05:09:01 all 0.02 0.00 0.00 0.01 0.01 99.95 07:08:39 05:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:09:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 05:09:01 2 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 05:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 05:09:01 4 0.05 0.00 0.00 0.00 0.02 99.93 07:08:39 05:09:01 5 0.00 0.00 0.02 0.02 0.02 99.95 07:08:39 05:09:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 05:09:01 7 0.00 0.00 0.00 0.08 0.00 99.92 07:08:39 05:10:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:08:39 05:10:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 05:10:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:10:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 05:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:10:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 05:10:01 6 0.02 0.00 0.03 0.02 0.02 99.92 07:08:39 05:10:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 07:08:39 05:10:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 05:11:01 all 0.02 0.00 0.00 0.00 0.01 99.96 07:08:39 05:11:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:11:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 05:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:11:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 05:11:01 5 0.02 0.00 0.02 0.00 0.03 99.93 07:08:39 05:11:01 6 0.07 0.00 0.00 0.02 0.02 99.90 07:08:39 05:11:01 7 0.00 0.00 0.00 0.02 0.02 99.97 07:08:39 05:12:01 all 0.08 0.00 0.01 0.01 0.01 99.89 07:08:39 05:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 05:12:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 05:12:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 05:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 05:12:01 4 0.47 0.00 0.00 0.00 0.00 99.53 07:08:39 05:12:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:08:39 05:12:01 6 0.03 0.00 0.00 0.05 0.00 99.92 07:08:39 05:12:01 7 0.00 0.00 0.00 0.07 0.00 99.93 07:08:39 05:13:01 all 0.27 0.00 0.01 0.00 0.01 99.72 07:08:39 05:13:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:13:01 2 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 05:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:13:01 4 1.99 0.00 0.02 0.00 0.02 97.98 07:08:39 05:13:01 5 0.05 0.00 0.00 0.00 0.02 99.93 07:08:39 05:13:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 05:13:01 7 0.00 0.00 0.02 0.03 0.00 99.95 07:08:39 05:14:01 all 0.26 0.00 0.01 0.01 0.01 99.72 07:08:39 05:14:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:14:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 05:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:14:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:14:01 4 1.97 0.00 0.00 0.00 0.00 98.03 07:08:39 05:14:01 5 0.02 0.00 0.02 0.02 0.03 99.92 07:08:39 05:14:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 05:14:01 7 0.02 0.00 0.00 0.03 0.02 99.93 07:08:39 05:15:01 all 0.26 0.00 0.01 0.00 0.01 99.72 07:08:39 05:15:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 05:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:15:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 05:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:15:01 4 1.97 0.00 0.02 0.00 0.02 98.00 07:08:39 05:15:01 5 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 05:15:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:08:39 05:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:16:01 all 0.22 0.00 0.02 0.00 0.00 99.75 07:08:39 05:16:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:16:01 1 0.00 0.00 0.03 0.00 0.00 99.97 07:08:39 05:16:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:16:01 4 1.66 0.00 0.07 0.00 0.00 98.27 07:08:39 05:16:01 5 0.05 0.00 0.03 0.02 0.03 99.87 07:08:39 05:16:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:16:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 05:17:01 all 0.02 0.00 0.01 0.01 0.01 99.94 07:08:39 05:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 05:17:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 05:17:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 05:17:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:17:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 05:17:01 5 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 05:17:01 6 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 05:17:01 7 0.02 0.00 0.02 0.07 0.02 99.88 07:08:39 05:18:01 all 0.02 0.00 0.01 0.00 0.00 99.97 07:08:39 05:18:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:18:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 05:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:18:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:18:01 5 0.03 0.00 0.02 0.02 0.02 99.92 07:08:39 05:18:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 05:18:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 05:19:01 all 0.02 0.00 0.01 0.01 0.01 99.95 07:08:39 05:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 05:19:01 2 0.07 0.00 0.00 0.00 0.00 99.93 07:08:39 05:19:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 05:19:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:19:01 5 0.03 0.00 0.03 0.05 0.02 99.87 07:08:39 05:19:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 05:19:01 7 0.00 0.00 0.00 0.05 0.00 99.95 07:08:39 05:20:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:08:39 05:20:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 05:20:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 05:20:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 05:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:20:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 05:20:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 05:20:01 6 0.02 0.00 0.02 0.02 0.00 99.95 07:08:39 05:20:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 05:21:01 all 0.01 0.00 0.01 0.01 0.01 99.95 07:08:39 05:21:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:21:01 1 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 05:21:01 2 0.00 0.00 0.00 0.02 0.02 99.97 07:08:39 05:21:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:21:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:21:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 05:21:01 6 0.03 0.00 0.05 0.05 0.02 99.85 07:08:39 05:21:01 7 0.02 0.00 0.00 0.02 0.03 99.93 07:08:39 07:08:39 05:21:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 05:22:01 all 0.02 0.00 0.02 0.01 0.00 99.96 07:08:39 05:22:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 05:22:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:22:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 05:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:22:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 05:22:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:22:01 6 0.03 0.00 0.02 0.03 0.00 99.92 07:08:39 05:22:01 7 0.03 0.00 0.07 0.02 0.00 99.88 07:08:39 05:23:01 all 0.02 0.00 0.01 0.01 0.01 99.96 07:08:39 05:23:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:23:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 05:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:23:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 05:23:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 05:23:01 6 0.05 0.00 0.00 0.02 0.02 99.92 07:08:39 05:23:01 7 0.03 0.00 0.02 0.03 0.02 99.90 07:08:39 05:24:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:08:39 05:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:24:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 05:24:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 05:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:24:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 05:24:01 6 0.03 0.00 0.02 0.02 0.00 99.93 07:08:39 05:24:01 7 0.03 0.00 0.03 0.00 0.02 99.92 07:08:39 05:25:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:08:39 05:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 05:25:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 05:25:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:25:01 5 0.03 0.00 0.00 0.02 0.00 99.95 07:08:39 05:25:01 6 0.07 0.00 0.02 0.00 0.02 99.90 07:08:39 05:25:01 7 0.00 0.00 0.00 0.02 0.02 99.97 07:08:39 05:26:01 all 0.02 0.00 0.01 0.03 0.00 99.94 07:08:39 05:26:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 05:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:26:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 05:26:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:26:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 05:26:01 5 0.00 0.00 0.00 0.03 0.00 99.97 07:08:39 05:26:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:26:01 7 0.03 0.00 0.03 0.17 0.02 99.75 07:08:39 05:27:01 all 0.02 0.00 0.00 0.00 0.01 99.96 07:08:39 05:27:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 05:27:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 05:27:01 2 0.05 0.00 0.00 0.00 0.02 99.93 07:08:39 05:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:27:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 05:27:01 6 0.05 0.00 0.00 0.00 0.02 99.93 07:08:39 05:27:01 7 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 05:28:01 all 0.01 0.00 0.01 0.01 0.01 99.96 07:08:39 05:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:28:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 05:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:28:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 05:28:01 5 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 05:28:01 6 0.03 0.00 0.03 0.00 0.02 99.92 07:08:39 05:28:01 7 0.00 0.00 0.02 0.07 0.02 99.90 07:08:39 05:29:01 all 0.02 0.00 0.01 0.01 0.00 99.95 07:08:39 05:29:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:29:01 1 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 05:29:01 2 0.07 0.00 0.02 0.00 0.00 99.92 07:08:39 05:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:29:01 5 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 05:29:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 05:29:01 7 0.02 0.00 0.02 0.08 0.03 99.85 07:08:39 05:30:01 all 0.01 0.00 0.02 0.01 0.01 99.95 07:08:39 05:30:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:30:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 05:30:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 05:30:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:30:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:30:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 05:30:01 6 0.02 0.00 0.02 0.10 0.00 99.87 07:08:39 05:30:01 7 0.02 0.00 0.05 0.02 0.02 99.90 07:08:39 05:31:01 all 0.01 0.00 0.00 0.05 0.01 99.92 07:08:39 05:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:31:01 1 0.03 0.00 0.02 0.02 0.00 99.93 07:08:39 05:31:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 05:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:31:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 05:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:31:01 6 0.03 0.00 0.00 0.27 0.02 99.68 07:08:39 05:31:01 7 0.02 0.00 0.02 0.12 0.02 99.83 07:08:39 05:32:01 all 0.08 0.00 0.01 0.07 0.00 99.85 07:08:39 05:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 05:32:01 1 0.00 0.00 0.02 0.05 0.00 99.93 07:08:39 05:32:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 05:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:32:01 4 0.45 0.00 0.02 0.00 0.00 99.53 07:08:39 05:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:32:01 6 0.03 0.00 0.00 0.10 0.00 99.87 07:08:39 05:32:01 7 0.03 0.00 0.02 0.40 0.02 99.53 07:08:39 07:08:39 05:32:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 05:33:01 all 0.02 0.00 0.01 0.12 0.01 99.84 07:08:39 05:33:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 05:33:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 05:33:01 2 0.07 0.00 0.02 0.00 0.00 99.92 07:08:39 05:33:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 05:33:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:33:01 6 0.02 0.00 0.03 0.35 0.02 99.58 07:08:39 05:33:01 7 0.02 0.00 0.05 0.58 0.00 99.35 07:08:39 05:34:01 all 0.02 0.00 0.00 0.00 0.00 99.97 07:08:39 05:34:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 05:34:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 05:34:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 05:34:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:34:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:34:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:34:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 05:34:01 7 0.02 0.00 0.02 0.02 0.02 99.93 07:08:39 05:35:01 all 0.06 0.00 0.01 0.13 0.01 99.80 07:08:39 05:35:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:35:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 05:35:01 2 0.08 0.00 0.02 0.00 0.00 99.90 07:08:39 05:35:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:35:01 4 0.32 0.00 0.00 0.00 0.02 99.67 07:08:39 05:35:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:35:01 6 0.03 0.00 0.03 0.33 0.02 99.58 07:08:39 05:35:01 7 0.02 0.00 0.00 0.67 0.02 99.30 07:08:39 05:36:01 all 0.10 0.00 0.02 0.02 0.00 99.85 07:08:39 05:36:01 0 0.00 0.00 0.03 0.00 0.00 99.97 07:08:39 05:36:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 05:36:01 2 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 05:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 05:36:01 4 0.62 0.00 0.07 0.00 0.00 99.32 07:08:39 05:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:36:01 6 0.03 0.00 0.02 0.02 0.00 99.93 07:08:39 05:36:01 7 0.03 0.00 0.03 0.18 0.02 99.73 07:08:39 05:37:01 all 0.20 0.00 0.00 0.04 0.01 99.76 07:08:39 05:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:37:01 1 0.05 0.00 0.00 0.00 0.02 99.93 07:08:39 05:37:01 2 0.08 0.00 0.00 0.00 0.02 99.90 07:08:39 05:37:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:37:01 4 1.37 0.00 0.00 0.00 0.00 98.63 07:08:39 05:37:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:37:01 6 0.03 0.00 0.00 0.02 0.00 99.95 07:08:39 05:37:01 7 0.02 0.00 0.02 0.27 0.02 99.68 07:08:39 05:38:01 all 0.07 0.00 0.01 0.02 0.01 99.90 07:08:39 05:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 05:38:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 05:38:01 2 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 05:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:38:01 4 0.38 0.00 0.00 0.00 0.02 99.60 07:08:39 05:38:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 05:38:01 6 0.05 0.00 0.02 0.07 0.02 99.85 07:08:39 05:38:01 7 0.02 0.00 0.00 0.10 0.02 99.87 07:08:39 05:39:01 all 0.02 0.00 0.01 0.10 0.00 99.87 07:08:39 05:39:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 05:39:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 05:39:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 05:39:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:39:01 6 0.05 0.00 0.02 0.27 0.00 99.67 07:08:39 05:39:01 7 0.02 0.00 0.03 0.52 0.02 99.42 07:08:39 05:40:01 all 0.02 0.00 0.01 0.03 0.01 99.94 07:08:39 05:40:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:40:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 05:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:40:01 4 0.08 0.00 0.00 0.00 0.00 99.92 07:08:39 05:40:01 5 0.00 0.00 0.02 0.05 0.00 99.93 07:08:39 05:40:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 05:40:01 7 0.02 0.00 0.02 0.15 0.02 99.80 07:08:39 05:41:01 all 0.02 0.00 0.01 0.05 0.00 99.91 07:08:39 05:41:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:41:01 1 0.05 0.00 0.00 0.02 0.00 99.93 07:08:39 05:41:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 05:41:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:41:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 05:41:01 5 0.03 0.00 0.00 0.02 0.00 99.95 07:08:39 05:41:01 6 0.03 0.00 0.02 0.02 0.00 99.93 07:08:39 05:41:01 7 0.02 0.00 0.02 0.35 0.02 99.60 07:08:39 05:42:01 all 0.04 0.00 0.01 0.17 0.00 99.78 07:08:39 05:42:01 0 0.00 0.00 0.02 0.12 0.00 99.86 07:08:39 05:42:01 1 0.00 0.00 0.00 0.05 0.00 99.95 07:08:39 05:42:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 05:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:42:01 4 0.24 0.00 0.00 0.00 0.00 99.76 07:08:39 05:42:01 5 0.02 0.00 0.00 0.31 0.00 99.68 07:08:39 05:42:01 6 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 05:42:01 7 0.02 0.00 0.03 0.87 0.00 99.08 07:08:39 05:43:01 all 0.03 0.00 0.01 0.15 0.01 99.81 07:08:39 05:43:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 05:43:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:43:01 2 0.07 0.00 0.02 0.00 0.00 99.92 07:08:39 05:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:43:01 4 0.08 0.00 0.00 0.00 0.00 99.92 07:08:39 05:43:01 5 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 05:43:01 6 0.00 0.00 0.02 0.33 0.02 99.63 07:08:39 05:43:01 7 0.02 0.00 0.00 0.83 0.02 99.13 07:08:39 07:08:39 05:43:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 05:44:01 all 0.09 0.00 0.01 0.23 0.01 99.67 07:08:39 05:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:44:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 05:44:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 05:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:44:01 4 0.62 0.00 0.00 0.00 0.00 99.38 07:08:39 05:44:01 5 0.00 0.00 0.00 0.52 0.02 99.47 07:08:39 05:44:01 6 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 05:44:01 7 0.00 0.00 0.03 1.30 0.02 98.65 07:08:39 05:45:01 all 0.10 0.00 0.00 0.05 0.01 99.84 07:08:39 05:45:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:45:01 1 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 05:45:01 2 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 05:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:45:01 4 0.60 0.00 0.02 0.00 0.02 99.37 07:08:39 05:45:01 5 0.02 0.00 0.00 0.17 0.00 99.82 07:08:39 05:45:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 05:45:01 7 0.03 0.00 0.02 0.25 0.02 99.68 07:08:39 05:46:01 all 0.06 0.00 0.01 0.11 0.00 99.82 07:08:39 05:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:46:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:46:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 05:46:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:46:01 4 0.28 0.00 0.00 0.00 0.00 99.72 07:08:39 05:46:01 5 0.03 0.00 0.00 0.12 0.00 99.85 07:08:39 05:46:01 6 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 05:46:01 7 0.07 0.00 0.02 0.75 0.00 99.17 07:08:39 05:47:01 all 0.02 0.00 0.00 0.16 0.00 99.81 07:08:39 05:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:47:01 1 0.00 0.00 0.00 0.07 0.00 99.93 07:08:39 05:47:01 2 0.07 0.00 0.00 0.00 0.02 99.92 07:08:39 05:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:47:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:47:01 6 0.07 0.00 0.00 0.43 0.00 99.50 07:08:39 05:47:01 7 0.02 0.00 0.03 0.80 0.02 99.13 07:08:39 05:48:01 all 0.07 0.00 0.05 0.19 0.01 99.68 07:08:39 05:48:01 0 0.00 0.00 0.02 0.08 0.02 99.88 07:08:39 05:48:01 1 0.05 0.00 0.03 0.00 0.02 99.90 07:08:39 05:48:01 2 0.05 0.00 0.05 0.00 0.00 99.90 07:08:39 05:48:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 05:48:01 4 0.20 0.00 0.05 0.00 0.02 99.73 07:08:39 05:48:01 5 0.15 0.00 0.00 0.23 0.00 99.62 07:08:39 05:48:01 6 0.10 0.00 0.20 0.10 0.02 99.58 07:08:39 05:48:01 7 0.02 0.00 0.03 1.07 0.03 98.85 07:08:39 05:49:01 all 0.03 0.00 0.01 0.11 0.00 99.84 07:08:39 05:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 05:49:01 1 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 05:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:49:01 4 0.08 0.00 0.00 0.00 0.00 99.92 07:08:39 05:49:01 5 0.00 0.00 0.02 0.33 0.02 99.63 07:08:39 05:49:01 6 0.02 0.00 0.03 0.00 0.02 99.93 07:08:39 05:49:01 7 0.05 0.00 0.02 0.58 0.00 99.35 07:08:39 05:50:01 all 0.15 0.00 0.01 0.15 0.01 99.68 07:08:39 05:50:01 0 0.03 0.00 0.02 0.03 0.02 99.90 07:08:39 05:50:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 05:50:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 05:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:50:01 4 1.06 0.00 0.00 0.00 0.02 98.92 07:08:39 05:50:01 5 0.00 0.00 0.00 0.47 0.00 99.53 07:08:39 05:50:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 05:50:01 7 0.05 0.00 0.02 0.72 0.02 99.20 07:08:39 05:51:01 all 0.22 0.00 0.02 0.06 0.00 99.71 07:08:39 05:51:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 05:51:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 05:51:01 2 0.07 0.00 0.03 0.00 0.00 99.90 07:08:39 05:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:51:01 4 1.55 0.00 0.00 0.00 0.00 98.45 07:08:39 05:51:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:51:01 6 0.03 0.00 0.03 0.32 0.00 99.62 07:08:39 05:51:01 7 0.02 0.00 0.02 0.15 0.00 99.82 07:08:39 05:52:01 all 0.04 0.00 0.01 0.10 0.01 99.84 07:08:39 05:52:01 0 0.07 0.00 0.03 0.00 0.02 99.88 07:08:39 05:52:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:52:01 2 0.05 0.00 0.03 0.00 0.02 99.90 07:08:39 05:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:52:01 4 0.10 0.00 0.00 0.00 0.00 99.90 07:08:39 05:52:01 5 0.02 0.00 0.00 0.02 0.02 99.95 07:08:39 05:52:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 05:52:01 7 0.02 0.00 0.00 0.80 0.00 99.18 07:08:39 05:53:01 all 0.14 0.00 0.01 0.07 0.01 99.77 07:08:39 05:53:01 0 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 05:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:53:01 2 0.07 0.00 0.00 0.00 0.00 99.93 07:08:39 05:53:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 05:53:01 4 0.90 0.00 0.00 0.00 0.02 99.09 07:08:39 05:53:01 5 0.00 0.00 0.02 0.03 0.00 99.95 07:08:39 05:53:01 6 0.07 0.00 0.02 0.20 0.00 99.72 07:08:39 05:53:01 7 0.00 0.00 0.00 0.35 0.02 99.63 07:08:39 05:54:01 all 0.26 0.00 0.01 0.03 0.00 99.70 07:08:39 05:54:01 0 0.03 0.00 0.05 0.00 0.02 99.90 07:08:39 05:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:54:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 05:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:54:01 4 1.97 0.00 0.00 0.00 0.00 98.03 07:08:39 05:54:01 5 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 05:54:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:54:01 7 0.00 0.00 0.02 0.22 0.00 99.77 07:08:39 07:08:39 05:54:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 05:55:01 all 0.09 0.00 0.02 0.00 0.01 99.88 07:08:39 05:55:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 05:55:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 05:55:01 2 0.07 0.00 0.00 0.00 0.00 99.93 07:08:39 05:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 05:55:01 4 0.53 0.00 0.05 0.00 0.00 99.42 07:08:39 05:55:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:55:01 6 0.08 0.00 0.02 0.02 0.02 99.87 07:08:39 05:55:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 05:56:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:08:39 05:56:01 0 0.02 0.00 0.03 0.00 0.02 99.93 07:08:39 05:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:56:01 2 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 05:56:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:56:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 05:56:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:56:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 05:56:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 05:57:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:08:39 05:57:01 0 0.02 0.00 0.03 0.00 0.02 99.93 07:08:39 05:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 05:57:01 2 0.08 0.00 0.02 0.00 0.00 99.90 07:08:39 05:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:57:01 5 0.00 0.00 0.00 0.02 0.02 99.97 07:08:39 05:57:01 6 0.08 0.00 0.02 0.00 0.02 99.88 07:08:39 05:57:01 7 0.00 0.00 0.00 0.02 0.02 99.97 07:08:39 05:58:01 all 0.01 0.00 0.01 0.01 0.00 99.97 07:08:39 05:58:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 05:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:58:01 2 0.05 0.00 0.00 0.00 0.02 99.93 07:08:39 05:58:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:58:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 05:58:01 5 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 05:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 05:58:01 7 0.00 0.00 0.00 0.05 0.00 99.95 07:08:39 05:59:01 all 0.03 0.00 0.01 0.00 0.00 99.96 07:08:39 05:59:01 0 0.07 0.00 0.03 0.00 0.02 99.88 07:08:39 05:59:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:59:01 2 0.05 0.00 0.03 0.00 0.00 99.92 07:08:39 05:59:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 05:59:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 05:59:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 05:59:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 05:59:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 06:00:01 all 0.04 0.00 0.01 0.00 0.01 99.94 07:08:39 06:00:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:00:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 06:00:01 2 0.07 0.00 0.00 0.00 0.00 99.93 07:08:39 06:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:00:01 4 0.18 0.00 0.02 0.00 0.00 99.80 07:08:39 06:00:01 5 0.02 0.00 0.02 0.02 0.02 99.93 07:08:39 06:00:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 06:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:01:01 all 0.08 0.00 0.02 0.02 0.00 99.88 07:08:39 06:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:01:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 06:01:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 06:01:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:01:01 4 0.43 0.00 0.02 0.00 0.00 99.55 07:08:39 06:01:01 5 0.05 0.00 0.07 0.10 0.02 99.77 07:08:39 06:01:01 6 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 06:01:01 7 0.02 0.00 0.00 0.05 0.00 99.93 07:08:39 06:02:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:08:39 06:02:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 06:02:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:02:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:02:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:02:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:02:01 5 0.02 0.00 0.03 0.02 0.02 99.92 07:08:39 06:02:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 06:02:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 06:03:01 all 0.15 0.00 0.01 0.00 0.00 99.84 07:08:39 06:03:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:03:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:03:01 2 0.08 0.00 0.00 0.00 0.00 99.92 07:08:39 06:03:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 06:03:01 4 0.99 0.00 0.00 0.00 0.02 98.99 07:08:39 06:03:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:03:01 6 0.07 0.00 0.02 0.00 0.00 99.92 07:08:39 06:03:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:04:01 all 0.27 0.00 0.01 0.01 0.01 99.70 07:08:39 06:04:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 06:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:04:01 2 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 06:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:04:01 4 1.97 0.00 0.00 0.00 0.00 98.03 07:08:39 06:04:01 5 0.07 0.00 0.03 0.03 0.02 99.85 07:08:39 06:04:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:04:01 7 0.00 0.00 0.00 0.05 0.02 99.93 07:08:39 06:05:01 all 0.22 0.00 0.01 0.00 0.01 99.75 07:08:39 06:05:01 0 0.00 0.00 0.03 0.00 0.00 99.97 07:08:39 06:05:01 1 0.05 0.00 0.00 0.00 0.02 99.93 07:08:39 06:05:01 2 0.07 0.00 0.02 0.00 0.00 99.92 07:08:39 06:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:05:01 4 1.56 0.00 0.00 0.00 0.00 98.44 07:08:39 06:05:01 5 0.03 0.00 0.03 0.02 0.02 99.90 07:08:39 06:05:01 6 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 06:05:01 7 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 07:08:39 06:05:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 06:06:01 all 0.02 0.00 0.01 0.01 0.00 99.96 07:08:39 06:06:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:06:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:06:01 4 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 06:06:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:06:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 06:06:01 7 0.00 0.00 0.02 0.07 0.00 99.92 07:08:39 06:07:01 all 0.03 0.00 0.01 0.01 0.00 99.95 07:08:39 06:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:07:01 1 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 06:07:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 06:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:07:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:07:01 5 0.03 0.00 0.03 0.02 0.02 99.90 07:08:39 06:07:01 6 0.07 0.00 0.02 0.00 0.00 99.92 07:08:39 06:07:01 7 0.00 0.00 0.00 0.05 0.00 99.95 07:08:39 06:08:01 all 0.01 0.00 0.02 0.03 0.00 99.93 07:08:39 06:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:08:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:08:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:08:01 5 0.03 0.00 0.07 0.20 0.02 99.68 07:08:39 06:08:01 6 0.00 0.00 0.05 0.00 0.00 99.95 07:08:39 06:08:01 7 0.02 0.00 0.00 0.05 0.00 99.93 07:08:39 06:09:01 all 0.02 0.00 0.01 0.01 0.00 99.95 07:08:39 06:09:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:09:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:09:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:09:01 5 0.07 0.00 0.05 0.00 0.00 99.88 07:08:39 06:09:01 6 0.05 0.00 0.02 0.03 0.02 99.88 07:08:39 06:09:01 7 0.02 0.00 0.00 0.03 0.02 99.93 07:08:39 06:10:01 all 0.01 0.00 0.01 0.00 0.00 99.98 07:08:39 06:10:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:10:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:10:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:10:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 06:10:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:08:39 06:10:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:11:01 all 0.02 0.00 0.02 0.00 0.01 99.94 07:08:39 06:11:01 0 0.00 0.00 0.03 0.00 0.02 99.95 07:08:39 06:11:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 06:11:01 2 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 06:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:11:01 5 0.03 0.00 0.07 0.00 0.02 99.88 07:08:39 06:11:01 6 0.03 0.00 0.02 0.02 0.02 99.92 07:08:39 06:11:01 7 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 06:12:01 all 0.22 0.00 0.01 0.02 0.00 99.74 07:08:39 06:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:12:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:12:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:12:01 4 1.65 0.00 0.02 0.00 0.00 98.34 07:08:39 06:12:01 5 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 06:12:01 6 0.02 0.00 0.02 0.10 0.00 99.87 07:08:39 06:12:01 7 0.07 0.00 0.03 0.08 0.02 99.80 07:08:39 06:13:01 all 0.06 0.00 0.03 0.01 0.00 99.90 07:08:39 06:13:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:13:01 1 0.05 0.00 0.00 0.02 0.00 99.93 07:08:39 06:13:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:13:01 4 0.25 0.00 0.12 0.00 0.00 99.63 07:08:39 06:13:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:13:01 6 0.07 0.00 0.02 0.08 0.00 99.83 07:08:39 06:13:01 7 0.03 0.00 0.02 0.02 0.00 99.93 07:08:39 06:14:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:08:39 06:14:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:14:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:14:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 06:14:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:14:01 6 0.03 0.00 0.00 0.02 0.02 99.93 07:08:39 06:14:01 7 0.03 0.00 0.05 0.02 0.02 99.88 07:08:39 06:15:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:08:39 06:15:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:15:01 2 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 06:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:15:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:15:01 6 0.03 0.00 0.03 0.02 0.00 99.92 07:08:39 06:15:01 7 0.03 0.00 0.02 0.02 0.02 99.92 07:08:39 06:16:01 all 0.20 0.00 0.01 0.02 0.00 99.77 07:08:39 06:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:16:01 2 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 06:16:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 06:16:01 4 1.42 0.00 0.00 0.00 0.00 98.58 07:08:39 06:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:16:01 6 0.03 0.00 0.02 0.03 0.00 99.92 07:08:39 06:16:01 7 0.03 0.00 0.05 0.13 0.00 99.78 07:08:39 07:08:39 06:16:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 06:17:01 all 0.06 0.00 0.01 0.01 0.01 99.91 07:08:39 06:17:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:17:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 06:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:17:01 4 0.35 0.00 0.05 0.00 0.00 99.60 07:08:39 06:17:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 06:17:01 6 0.05 0.00 0.02 0.02 0.02 99.90 07:08:39 06:17:01 7 0.02 0.00 0.03 0.05 0.02 99.88 07:08:39 06:18:01 all 0.01 0.00 0.01 0.02 0.00 99.96 07:08:39 06:18:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:18:01 1 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 06:18:01 2 0.03 0.00 0.02 0.02 0.02 99.92 07:08:39 06:18:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:18:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 06:18:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:18:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:18:01 7 0.03 0.00 0.02 0.10 0.00 99.85 07:08:39 06:19:01 all 0.03 0.00 0.01 0.11 0.01 99.84 07:08:39 06:19:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 06:19:01 1 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 06:19:01 2 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 06:19:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 06:19:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 06:19:01 5 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 06:19:01 6 0.03 0.00 0.02 0.13 0.00 99.82 07:08:39 06:19:01 7 0.02 0.00 0.05 0.75 0.02 99.17 07:08:39 06:20:01 all 0.01 0.00 0.01 0.03 0.01 99.94 07:08:39 06:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:20:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:20:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:20:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 06:20:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:20:01 6 0.02 0.00 0.03 0.00 0.02 99.93 07:08:39 06:20:01 7 0.03 0.00 0.03 0.22 0.02 99.70 07:08:39 06:21:01 all 0.18 0.00 0.01 0.00 0.00 99.81 07:08:39 06:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:21:01 2 0.08 0.00 0.00 0.00 0.00 99.92 07:08:39 06:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:21:01 4 1.22 0.00 0.00 0.00 0.00 98.78 07:08:39 06:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:21:01 6 0.03 0.00 0.02 0.02 0.00 99.93 07:08:39 06:21:01 7 0.03 0.00 0.03 0.02 0.02 99.90 07:08:39 06:22:01 all 0.01 0.00 0.01 0.21 0.14 99.62 07:08:39 06:22:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 06:22:01 1 0.00 0.00 0.00 0.02 0.03 99.95 07:08:39 06:22:01 2 0.02 0.00 0.02 0.00 0.10 99.87 07:08:39 06:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:22:01 4 0.03 0.00 0.00 0.00 0.13 99.83 07:08:39 06:22:01 5 0.00 0.00 0.00 0.00 0.25 99.75 07:08:39 06:22:01 6 0.02 0.00 0.02 0.02 0.22 99.73 07:08:39 06:22:01 7 0.02 0.00 0.03 1.68 0.40 97.87 07:08:39 06:23:01 all 0.06 0.00 0.02 0.03 0.00 99.89 07:08:39 06:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:23:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 06:23:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:23:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:23:01 4 0.32 0.00 0.03 0.00 0.02 99.63 07:08:39 06:23:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:23:01 6 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 06:23:01 7 0.03 0.00 0.03 0.20 0.02 99.72 07:08:39 06:24:01 all 0.12 0.00 0.01 0.03 0.00 99.83 07:08:39 06:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:24:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:24:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 06:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:24:01 4 0.88 0.00 0.00 0.00 0.00 99.12 07:08:39 06:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:24:01 6 0.03 0.00 0.02 0.10 0.00 99.85 07:08:39 06:24:01 7 0.03 0.00 0.02 0.17 0.02 99.77 07:08:39 06:25:01 all 0.02 0.00 0.02 0.03 0.00 99.93 07:08:39 06:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:25:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:25:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:25:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:25:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:25:01 6 0.07 0.00 0.02 0.12 0.02 99.78 07:08:39 06:25:01 7 0.03 0.00 0.03 0.10 0.00 99.83 07:08:39 06:26:01 all 0.04 0.00 0.03 0.03 0.00 99.90 07:08:39 06:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:26:01 1 0.02 0.00 0.03 0.02 0.00 99.93 07:08:39 06:26:01 2 0.15 0.00 0.03 0.03 0.00 99.78 07:08:39 06:26:01 3 0.02 0.00 0.03 0.10 0.00 99.85 07:08:39 06:26:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 06:26:01 5 0.00 0.00 0.03 0.00 0.00 99.97 07:08:39 06:26:01 6 0.05 0.00 0.03 0.07 0.00 99.85 07:08:39 06:26:01 7 0.03 0.00 0.05 0.03 0.02 99.87 07:08:39 06:27:01 all 0.20 0.00 0.01 0.00 0.01 99.78 07:08:39 06:27:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 06:27:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 06:27:01 2 0.08 0.00 0.03 0.00 0.00 99.88 07:08:39 06:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:27:01 4 1.32 0.00 0.02 0.00 0.02 98.65 07:08:39 06:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:27:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:08:39 06:27:01 7 0.08 0.00 0.02 0.02 0.02 99.87 07:08:39 07:08:39 06:27:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 06:28:01 all 0.10 0.00 0.01 0.01 0.01 99.87 07:08:39 06:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:28:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 06:28:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 06:28:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 06:28:01 4 0.70 0.00 0.00 0.00 0.00 99.30 07:08:39 06:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:28:01 6 0.03 0.00 0.03 0.07 0.00 99.87 07:08:39 06:28:01 7 0.02 0.00 0.03 0.02 0.00 99.93 07:08:39 06:29:01 all 0.06 0.00 0.01 0.01 0.00 99.91 07:08:39 06:29:01 0 0.00 0.00 0.03 0.00 0.00 99.97 07:08:39 06:29:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:29:01 2 0.07 0.00 0.00 0.00 0.00 99.93 07:08:39 06:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:29:01 4 0.28 0.00 0.03 0.00 0.00 99.68 07:08:39 06:29:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 06:29:01 6 0.05 0.00 0.02 0.02 0.00 99.92 07:08:39 06:29:01 7 0.07 0.00 0.03 0.03 0.02 99.85 07:08:39 06:30:01 all 0.02 0.00 0.00 0.00 0.00 99.97 07:08:39 06:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:30:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:30:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 06:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:30:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:30:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:30:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:08:39 06:30:01 7 0.07 0.00 0.02 0.02 0.00 99.90 07:08:39 06:31:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:08:39 06:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:31:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 06:31:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 06:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:31:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 06:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:31:01 6 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 06:31:01 7 0.03 0.00 0.02 0.02 0.02 99.92 07:08:39 06:32:01 all 0.01 0.00 0.01 0.08 0.00 99.90 07:08:39 06:32:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:32:01 1 0.00 0.00 0.02 0.02 0.00 99.97 07:08:39 06:32:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:32:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:32:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:32:01 6 0.03 0.00 0.02 0.15 0.00 99.80 07:08:39 06:32:01 7 0.03 0.00 0.03 0.45 0.00 99.48 07:08:39 06:33:01 all 0.02 0.00 0.01 0.00 0.01 99.95 07:08:39 06:33:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 06:33:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 06:33:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 06:33:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:33:01 5 0.02 0.00 0.00 0.02 0.02 99.95 07:08:39 06:33:01 6 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 06:33:01 7 0.03 0.00 0.05 0.02 0.02 99.88 07:08:39 06:34:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:08:39 06:34:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:34:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 06:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:34:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:34:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:34:01 7 0.05 0.00 0.00 0.02 0.02 99.92 07:08:39 06:35:01 all 0.03 0.00 0.02 0.02 0.00 99.93 07:08:39 06:35:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:35:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:35:01 2 0.08 0.00 0.02 0.00 0.00 99.90 07:08:39 06:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:35:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 06:35:01 5 0.00 0.00 0.02 0.10 0.00 99.88 07:08:39 06:35:01 6 0.03 0.00 0.05 0.02 0.00 99.90 07:08:39 06:35:01 7 0.05 0.00 0.03 0.07 0.02 99.83 07:08:39 06:36:01 all 0.01 0.00 0.01 0.03 0.00 99.95 07:08:39 06:36:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:36:01 5 0.00 0.00 0.00 0.03 0.00 99.97 07:08:39 06:36:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:36:01 7 0.02 0.00 0.03 0.20 0.00 99.75 07:08:39 06:37:01 all 0.10 0.00 0.01 0.00 0.01 99.88 07:08:39 06:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:37:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:37:01 2 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 06:37:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:37:01 4 0.68 0.00 0.02 0.00 0.00 99.30 07:08:39 06:37:01 5 0.05 0.00 0.00 0.02 0.00 99.93 07:08:39 06:37:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 06:37:01 7 0.02 0.00 0.03 0.00 0.02 99.93 07:08:39 06:38:01 all 0.02 0.00 0.01 0.01 0.01 99.95 07:08:39 06:38:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:38:01 1 0.02 0.00 0.02 0.02 0.00 99.95 07:08:39 06:38:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 06:38:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:38:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 06:38:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 06:38:01 6 0.05 0.00 0.03 0.00 0.00 99.92 07:08:39 06:38:01 7 0.03 0.00 0.03 0.03 0.02 99.88 07:08:39 07:08:39 06:38:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 06:39:01 all 0.03 0.00 0.00 0.01 0.00 99.96 07:08:39 06:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:39:01 1 0.05 0.00 0.00 0.00 0.02 99.93 07:08:39 06:39:01 2 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 06:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:39:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:39:01 5 0.05 0.00 0.02 0.02 0.00 99.92 07:08:39 06:39:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 06:39:01 7 0.03 0.00 0.00 0.05 0.00 99.92 07:08:39 06:40:01 all 0.15 0.00 0.01 0.01 0.00 99.82 07:08:39 06:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:40:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:40:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:40:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:40:01 4 1.08 0.00 0.00 0.00 0.00 98.92 07:08:39 06:40:01 5 0.00 0.00 0.00 0.10 0.00 99.90 07:08:39 06:40:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:40:01 7 0.03 0.00 0.03 0.02 0.02 99.90 07:08:39 06:41:01 all 0.24 0.00 0.01 0.00 0.00 99.75 07:08:39 06:41:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:41:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:41:01 2 0.08 0.00 0.00 0.00 0.00 99.92 07:08:39 06:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:41:01 4 1.69 0.00 0.03 0.00 0.00 98.27 07:08:39 06:41:01 5 0.02 0.00 0.02 0.03 0.00 99.93 07:08:39 06:41:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 06:41:01 7 0.05 0.00 0.00 0.00 0.02 99.93 07:08:39 06:42:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:08:39 06:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:42:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:42:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:42:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 06:42:01 5 0.02 0.00 0.00 0.02 0.02 99.95 07:08:39 06:42:01 6 0.02 0.00 0.05 0.00 0.00 99.93 07:08:39 06:42:01 7 0.05 0.00 0.02 0.00 0.00 99.93 07:08:39 06:43:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:08:39 06:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:43:01 1 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 06:43:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 06:43:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:43:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:43:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 06:43:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:43:01 7 0.05 0.00 0.02 0.02 0.02 99.90 07:08:39 06:44:01 all 0.05 0.00 0.01 0.01 0.00 99.93 07:08:39 06:44:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 06:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:44:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:44:01 4 0.30 0.00 0.00 0.00 0.00 99.70 07:08:39 06:44:01 5 0.00 0.00 0.00 0.03 0.00 99.97 07:08:39 06:44:01 6 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 06:44:01 7 0.02 0.00 0.03 0.02 0.02 99.92 07:08:39 06:45:01 all 0.08 0.00 0.01 0.01 0.01 99.90 07:08:39 06:45:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:45:01 1 0.03 0.00 0.00 0.00 0.02 99.95 07:08:39 06:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:45:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:45:01 4 0.50 0.00 0.00 0.00 0.02 99.48 07:08:39 06:45:01 5 0.03 0.00 0.00 0.02 0.00 99.95 07:08:39 06:45:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 06:45:01 7 0.02 0.00 0.02 0.03 0.02 99.92 07:08:39 06:46:01 all 0.24 0.00 0.01 0.00 0.00 99.75 07:08:39 06:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:46:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:46:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 06:46:01 4 1.78 0.00 0.00 0.00 0.00 98.22 07:08:39 06:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:46:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:46:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:47:01 all 0.25 0.00 0.01 0.02 0.00 99.71 07:08:39 06:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:47:01 1 0.07 0.00 0.00 0.00 0.00 99.93 07:08:39 06:47:01 2 0.07 0.00 0.00 0.00 0.00 99.93 07:08:39 06:47:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:47:01 4 1.73 0.00 0.02 0.00 0.00 98.26 07:08:39 06:47:01 5 0.02 0.00 0.00 0.03 0.02 99.93 07:08:39 06:47:01 6 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 06:47:01 7 0.05 0.00 0.05 0.13 0.02 99.75 07:08:39 06:48:01 all 0.07 0.00 0.02 0.00 0.00 99.91 07:08:39 06:48:01 0 0.08 0.00 0.02 0.00 0.00 99.90 07:08:39 06:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 06:48:01 2 0.17 0.00 0.02 0.00 0.00 99.82 07:08:39 06:48:01 3 0.07 0.00 0.03 0.00 0.00 99.90 07:08:39 06:48:01 4 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 06:48:01 5 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 06:48:01 6 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 06:48:01 7 0.08 0.00 0.03 0.00 0.02 99.87 07:08:39 06:49:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:08:39 06:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:49:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 06:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:49:01 5 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 06:49:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:49:01 7 0.07 0.00 0.02 0.02 0.02 99.88 07:08:39 07:08:39 06:49:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 06:50:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:08:39 06:50:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:50:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:50:01 2 0.02 0.00 0.03 0.00 0.02 99.93 07:08:39 06:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:50:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 06:50:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:50:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 06:50:01 7 0.02 0.00 0.02 0.02 0.02 99.93 07:08:39 06:51:01 all 0.02 0.00 0.01 0.01 0.00 99.95 07:08:39 06:51:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:51:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:51:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:51:01 5 0.02 0.00 0.03 0.00 0.02 99.93 07:08:39 06:51:01 6 0.07 0.00 0.03 0.03 0.02 99.85 07:08:39 06:51:01 7 0.05 0.00 0.02 0.08 0.00 99.85 07:08:39 06:52:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:08:39 06:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:52:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:52:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:52:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:52:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 06:52:01 5 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 06:52:01 6 0.03 0.00 0.02 0.02 0.00 99.93 07:08:39 06:52:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 06:53:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:08:39 06:53:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 06:53:01 1 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 06:53:01 2 0.07 0.00 0.00 0.00 0.00 99.93 07:08:39 06:53:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 06:53:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:53:01 5 0.00 0.00 0.03 0.00 0.02 99.95 07:08:39 06:53:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:53:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 06:54:01 all 0.01 0.00 0.01 0.01 0.01 99.96 07:08:39 06:54:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:08:39 06:54:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 06:54:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:54:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:54:01 5 0.03 0.00 0.02 0.02 0.02 99.92 07:08:39 06:54:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 06:54:01 7 0.00 0.00 0.02 0.03 0.00 99.95 07:08:39 06:55:01 all 0.17 0.00 0.01 0.00 0.01 99.81 07:08:39 06:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:55:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 06:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:55:01 4 1.26 0.00 0.00 0.00 0.00 98.74 07:08:39 06:55:01 5 0.03 0.00 0.03 0.02 0.02 99.90 07:08:39 06:55:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:55:01 7 0.03 0.00 0.00 0.02 0.02 99.93 07:08:39 06:56:01 all 0.26 0.00 0.01 0.00 0.01 99.73 07:08:39 06:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:56:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:56:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:56:01 4 1.97 0.00 0.00 0.00 0.02 98.01 07:08:39 06:56:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 06:56:01 6 0.02 0.00 0.00 0.02 0.02 99.95 07:08:39 06:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:57:01 all 0.09 0.00 0.01 0.00 0.00 99.90 07:08:39 06:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:57:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 06:57:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 06:57:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:57:01 4 0.55 0.00 0.02 0.00 0.00 99.43 07:08:39 06:57:01 5 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 06:57:01 6 0.00 0.00 0.02 0.02 0.00 99.97 07:08:39 06:57:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 06:58:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:08:39 06:58:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 06:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:58:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 06:58:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 06:58:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 06:58:01 5 0.00 0.00 0.03 0.00 0.03 99.93 07:08:39 06:58:01 6 0.03 0.00 0.03 0.02 0.02 99.90 07:08:39 06:58:01 7 0.00 0.00 0.02 0.02 0.00 99.97 07:08:39 06:59:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:08:39 06:59:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:59:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 06:59:01 2 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 06:59:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 06:59:01 4 0.07 0.00 0.03 0.00 0.02 99.88 07:08:39 06:59:01 5 0.03 0.00 0.03 0.00 0.00 99.93 07:08:39 06:59:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 06:59:01 7 0.03 0.00 0.00 0.02 0.02 99.93 07:08:39 07:00:01 all 0.02 0.00 0.02 0.00 0.01 99.95 07:08:39 07:00:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 07:00:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 07:00:01 2 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 07:00:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 07:00:01 4 0.07 0.00 0.05 0.00 0.00 99.88 07:08:39 07:00:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 07:00:01 6 0.02 0.00 0.02 0.03 0.02 99.92 07:08:39 07:00:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 07:08:39 07:00:01 CPU %user %nice %system %iowait %steal %idle 07:08:39 07:01:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:08:39 07:01:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 07:01:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:08:39 07:01:01 2 0.07 0.00 0.02 0.00 0.00 99.92 07:08:39 07:01:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 07:01:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 07:01:01 5 0.05 0.00 0.02 0.00 0.02 99.92 07:08:39 07:01:01 6 0.02 0.00 0.02 0.02 0.00 99.95 07:08:39 07:01:01 7 0.00 0.00 0.00 0.02 0.02 99.97 07:08:39 07:02:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:08:39 07:02:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 07:02:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 07:02:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 07:02:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 07:02:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 07:02:01 5 0.02 0.00 0.02 0.00 0.03 99.93 07:08:39 07:02:01 6 0.02 0.00 0.03 0.02 0.02 99.92 07:08:39 07:02:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 07:03:01 all 0.03 0.00 0.01 0.01 0.00 99.95 07:08:39 07:03:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 07:03:01 1 0.03 0.00 0.00 0.02 0.00 99.95 07:08:39 07:03:01 2 0.10 0.00 0.02 0.00 0.02 99.87 07:08:39 07:03:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 07:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 07:03:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 07:03:01 6 0.03 0.00 0.03 0.02 0.00 99.92 07:08:39 07:03:01 7 0.03 0.00 0.00 0.02 0.00 99.95 07:08:39 07:04:01 all 0.12 0.00 0.02 0.00 0.01 99.85 07:08:39 07:04:01 0 0.00 0.00 0.03 0.00 0.00 99.97 07:08:39 07:04:01 1 0.00 0.00 0.02 0.02 0.02 99.95 07:08:39 07:04:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 07:04:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 07:04:01 4 0.90 0.00 0.05 0.00 0.02 99.04 07:08:39 07:04:01 5 0.02 0.00 0.00 0.00 0.03 99.95 07:08:39 07:04:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 07:04:01 7 0.00 0.00 0.00 0.02 0.02 99.97 07:08:39 07:05:01 all 0.28 0.00 0.01 0.00 0.00 99.71 07:08:39 07:05:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 07:05:01 1 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 07:05:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:08:39 07:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 07:05:01 4 1.98 0.00 0.00 0.00 0.00 98.02 07:08:39 07:05:01 5 0.05 0.00 0.03 0.00 0.02 99.90 07:08:39 07:05:01 6 0.03 0.00 0.02 0.02 0.00 99.93 07:08:39 07:05:01 7 0.02 0.00 0.00 0.02 0.00 99.97 07:08:39 07:06:01 all 0.21 0.00 0.01 0.01 0.01 99.76 07:08:39 07:06:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:08:39 07:06:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 07:06:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 07:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 07:06:01 4 1.60 0.00 0.02 0.00 0.02 98.37 07:08:39 07:06:01 5 0.03 0.00 0.00 0.03 0.02 99.92 07:08:39 07:06:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 07:06:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:08:39 07:07:01 all 0.02 0.00 0.00 0.01 0.00 99.96 07:08:39 07:07:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:08:39 07:07:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:08:39 07:07:01 2 0.05 0.00 0.00 0.00 0.00 99.95 07:08:39 07:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 07:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:08:39 07:07:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:08:39 07:07:01 6 0.05 0.00 0.02 0.03 0.00 99.90 07:08:39 07:07:01 7 0.00 0.00 0.00 0.07 0.00 99.93 07:08:39 07:08:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:08:39 07:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:08:39 07:08:01 1 0.00 0.00 0.02 0.02 0.02 99.95 07:08:39 07:08:01 2 0.00 0.00 0.03 0.00 0.00 99.97 07:08:39 07:08:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:08:39 07:08:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 07:08:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:08:39 07:08:01 6 0.02 0.00 0.00 0.00 0.02 99.97 07:08:39 07:08:01 7 0.02 0.00 0.00 0.02 0.02 99.95 07:08:39 Average: all 1.29 0.00 0.19 0.23 0.01 98.28 07:08:39 Average: 0 1.25 0.00 0.19 0.23 0.01 98.31 07:08:39 Average: 1 1.29 0.00 0.19 0.25 0.01 98.25 07:08:39 Average: 2 1.31 0.00 0.20 0.37 0.01 98.11 07:08:39 Average: 3 1.29 0.00 0.19 0.14 0.01 98.37 07:08:39 Average: 4 1.39 0.00 0.20 0.16 0.01 98.24 07:08:39 Average: 5 1.22 0.00 0.20 0.30 0.01 98.28 07:08:39 Average: 6 1.26 0.00 0.19 0.20 0.01 98.34 07:08:39 Average: 7 1.27 0.00 0.19 0.21 0.01 98.32 07:08:39 07:08:39 07:08:39