Started by user Cherry Wang Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 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-ssh16633160361654830910.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 056ae7b86453181957306e7078512cbe12174832 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-ssh15631247155957710307.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 056ae7b86453181957306e7078512cbe12174832 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-ssh5184905542147442380.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 056ae7b86453181957306e7078512cbe12174832 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 056ae7b86453181957306e7078512cbe12174832 # timeout=10 Commit message: "Merge pull request #473 from cherrycl/fix-seccomp-profile-error" > 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-ssh3222267348586060511.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-ssh2684484152730570844.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]] ========================================================= [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.23 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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-6226 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/879 [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/879 # 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 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5218)" > 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 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b # timeout=10 > git rev-list --no-walk 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:12:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:12:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:12:30 ========================================================= 02:12:30 EdgeX Global Pipelines Version Info 02:12:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:12:32 ------------------- 02:12:32 stable info: 02:12:32 ------------------- 02:12:32 Commited By: Cherry Wang cherry@iotechsys.com 02:12:32 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 02:12:32 Message: update stable to v1.0.276 02:12:32 ------------------- 02:12:32 experimental info: 02:12:32 ------------------- 02:12:32 Commited By: **** collab-it+edgex@linuxfoundation.org 02:12:32 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 02:12:32 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:12:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:12:32 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:12:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:12:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:12:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:12:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 02:12:32 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:12:32 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:12:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 02:12:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 02:12:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:12:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:12:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:12:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:12:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:12:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:12:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:12:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:12:33 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:12:33 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 02:12:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:12:33 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:12:33 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:12:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 02:12:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 02:12:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 02:12:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo 02:12:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5dbcd5a [Pipeline] echo 02:12:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:12:33 provisioning config files... 02:12:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/879@tmp/config4729344210678146730tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:12:33 ---> ****-login.sh 02:12:33 nexus3.edgexfoundry.org:10001 02:12:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:34 02:12:34 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:12:34 Configure a credential helper to remove this warning. See 02:12:34 https://docs.****.com/go/credential-store/ 02:12:34 02:12:34 Login Succeeded 02:12:34 nexus3.edgexfoundry.org:10002 02:12:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:34 02:12:34 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:12:34 Configure a credential helper to remove this warning. See 02:12:34 https://docs.****.com/go/credential-store/ 02:12:34 02:12:34 Login Succeeded 02:12:34 nexus3.edgexfoundry.org:10003 02:12:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:34 02:12:34 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:12:34 Configure a credential helper to remove this warning. See 02:12:34 https://docs.****.com/go/credential-store/ 02:12:34 02:12:34 Login Succeeded 02:12:34 nexus3.edgexfoundry.org:10004 02:12:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:34 02:12:34 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:12:34 Configure a credential helper to remove this warning. See 02:12:34 https://docs.****.com/go/credential-store/ 02:12:34 02:12:34 Login Succeeded 02:12:34 ****.io 02:12:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:34 02:12:34 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:12:34 Configure a credential helper to remove this warning. See 02:12:34 https://docs.****.com/go/credential-store/ 02:12:34 02:12:34 Login Succeeded 02:12:34 ---> ****-login.sh ends [Pipeline] } 02:12:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:12:34 + 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 02:12:34 + dirname cmd/core-command/Dockerfile 02:12:34 + cut -d/ -f2 02:12:34 + echo core-command,cmd/core-command/Dockerfile 02:12:34 + dirname cmd/core-common-config-bootstrapper/Dockerfile 02:12:34 + cut -d/ -f2 02:12:34 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 02:12:34 + dirname cmd/core-data/Dockerfile 02:12:34 + cut -d/ -f2 02:12:34 + echo core-data,cmd/core-data/Dockerfile 02:12:34 + dirname cmd/core-keeper/Dockerfile 02:12:34 + cut -d/ -f2 02:12:34 + echo core-keeper,cmd/core-keeper/Dockerfile 02:12:34 + dirname cmd/core-metadata/Dockerfile 02:12:34 + cut -d/ -f2 02:12:34 + echo core-metadata,cmd/core-metadata/Dockerfile 02:12:34 + dirname cmd/security-bootstrapper/Dockerfile 02:12:34 + cut -d/ -f2 02:12:34 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 02:12:34 + dirname cmd/security-proxy-auth/Dockerfile 02:12:34 + cut -d/ -f2 02:12:34 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 02:12:34 + dirname cmd/security-proxy-setup/Dockerfile 02:12:34 + cut -d/ -f2 02:12:34 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:12:34 + dirname cmd/security-secretstore-setup/Dockerfile 02:12:34 + cut -d/ -f2 02:12:34 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:12:34 + dirname cmd/security-spiffe-token-provider/Dockerfile 02:12:34 + cut -d/ -f2 02:12:34 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 02:12:34 + dirname cmd/security-spire-agent/Dockerfile 02:12:34 + cut -d/ -f2 02:12:34 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 02:12:34 + dirname cmd/security-spire-config/Dockerfile 02:12:34 + cut -d/ -f2 02:12:34 + echo security-spire-config,cmd/security-spire-config/Dockerfile 02:12:34 + dirname cmd/security-spire-server/Dockerfile 02:12:34 + cut -d/ -f2 02:12:34 + echo security-spire-server,cmd/security-spire-server/Dockerfile 02:12:34 + dirname cmd/support-notifications/Dockerfile 02:12:34 + cut -d/ -f2 02:12:34 + echo support-notifications,cmd/support-notifications/Dockerfile 02:12:34 + dirname cmd/support-scheduler/Dockerfile 02:12:34 + cut -d/ -f2 02:12:34 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 02:12:34 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 02:12:35 + git rev-list -1 --merges 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b~1..5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo 02:12:35 -----------> git rev-list -1 --merges 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b~1..5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [false] [Pipeline] sh 02:12:35 + git log --format=format:%s -1 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo 02:12:35 ========================================================= 02:12:35 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:12:35 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 02:12:36 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:12:36 + grep -v github /etc/ssh/ssh_known_hosts 02:12:36 + [ -e /tmp/ssh_known_hosts ] 02:12:36 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:12:36 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:12:36 + sudo tee -a /etc/ssh/ssh_known_hosts 02:12:36 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:12:36 02:12:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:12:36 0.1.4: Pulling from edgex-devops/py-git-semver 02:12:36 3dae71ba6b94: Pulling fs layer 02:12:36 6bf1a483ea7c: Pulling fs layer 02:12:36 f5dfc541a4d3: Pulling fs layer 02:12:36 461d9e800cba: Pulling fs layer 02:12:36 80192f66455f: Pulling fs layer 02:12:36 2e8e34ca0e6c: Pulling fs layer 02:12:36 a29436f7fd5d: Pulling fs layer 02:12:36 923cac83aea3: Pulling fs layer 02:12:36 25ad8b0a4227: Pulling fs layer 02:12:36 db01528c6b51: Pulling fs layer 02:12:36 28988de357af: Pulling fs layer 02:12:36 a29436f7fd5d: Waiting 02:12:36 923cac83aea3: Waiting 02:12:36 25ad8b0a4227: Waiting 02:12:36 db01528c6b51: Waiting 02:12:36 28988de357af: Waiting 02:12:36 461d9e800cba: Waiting 02:12:36 80192f66455f: Waiting 02:12:36 2e8e34ca0e6c: Waiting 02:12:36 6bf1a483ea7c: Verifying Checksum 02:12:36 6bf1a483ea7c: Download complete 02:12:36 461d9e800cba: Verifying Checksum 02:12:36 461d9e800cba: Download complete 02:12:36 80192f66455f: Verifying Checksum 02:12:36 80192f66455f: Download complete 02:12:36 f5dfc541a4d3: Verifying Checksum 02:12:36 f5dfc541a4d3: Download complete 02:12:36 3dae71ba6b94: Verifying Checksum 02:12:36 3dae71ba6b94: Download complete 02:12:36 923cac83aea3: Verifying Checksum 02:12:36 923cac83aea3: Download complete 02:12:37 25ad8b0a4227: Verifying Checksum 02:12:37 25ad8b0a4227: Download complete 02:12:37 db01528c6b51: Download complete 02:12:37 28988de357af: Verifying Checksum 02:12:37 28988de357af: Download complete 02:12:37 a29436f7fd5d: Verifying Checksum 02:12:37 a29436f7fd5d: Download complete 02:12:37 2e8e34ca0e6c: Verifying Checksum 02:12:37 2e8e34ca0e6c: Download complete 02:12:38 3dae71ba6b94: Pull complete 02:12:38 6bf1a483ea7c: Pull complete 02:12:39 f5dfc541a4d3: Pull complete 02:12:39 461d9e800cba: Pull complete 02:12:39 80192f66455f: Pull complete 02:12:43 2e8e34ca0e6c: Pull complete 02:12:44 a29436f7fd5d: Pull complete 02:12:44 923cac83aea3: Pull complete 02:12:44 25ad8b0a4227: Pull complete 02:12:44 db01528c6b51: Pull complete 02:12:44 28988de357af: Pull complete 02:12:44 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 02:12:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:12:44 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:12:44 prd-ubuntu20.04-docker-8c-8g-6226 does not seem to be running inside a container 02:12:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/879 -v /w/workspace/edgex-go/879:/w/workspace/edgex-go/879:rw,z -v /w/workspace/edgex-go/879@tmp:/w/workspace/edgex-go/879@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 02:12:46 $ docker top 1ab5927a69826d8b0fd2e4a94cf3585f1674146b4d16a5d87a0c176072b4e574 -eo pid,comm 02:12:46 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:12:46 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:12:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:12:46 [ssh-agent] Looking for ssh-agent implementation... 02:12:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:12:46 $ docker exec 1ab5927a69826d8b0fd2e4a94cf3585f1674146b4d16a5d87a0c176072b4e574 ssh-agent 02:12:47 SSH_AUTH_SOCK=/tmp/ssh-FSaAbvjhIKv3/agent.32 02:12:47 SSH_AGENT_PID=38 02:12:47 Running ssh-add (command line suppressed) 02:12:47 Identity added: /w/workspace/edgex-go/879@tmp/private_key_9267719149518969674.key (/w/workspace/edgex-go/879@tmp/private_key_9267719149518969674.key) 02:12:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:12:47 + git config --global --add safe.directory /w/workspace/edgex-go/879 [Pipeline] sh 02:12:47 + git tag --points-at HEAD [Pipeline] } 02:12:47 $ docker exec --env ******** --env ******** 1ab5927a69826d8b0fd2e4a94cf3585f1674146b4d16a5d87a0c176072b4e574 ssh-agent -k 02:12:47 unset SSH_AUTH_SOCK; 02:12:47 unset SSH_AGENT_PID; 02:12:47 echo Agent pid 38 killed; 02:12:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:12:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:12:47 [ssh-agent] Looking for ssh-agent implementation... 02:12:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:12:48 $ docker exec 1ab5927a69826d8b0fd2e4a94cf3585f1674146b4d16a5d87a0c176072b4e574 ssh-agent 02:12:48 SSH_AUTH_SOCK=/tmp/ssh-ELTeaJPJsWLr/agent.85 02:12:48 SSH_AGENT_PID=91 02:12:48 Running ssh-add (command line suppressed) 02:12:48 Identity added: /w/workspace/edgex-go/879@tmp/private_key_245543684927741261.key (/w/workspace/edgex-go/879@tmp/private_key_245543684927741261.key) 02:12:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:12:48 + git semver init 02:12:48 2025-08-04 02:12:48,718 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:12:48 2025-08-04 02:12:48,722 [run_init] DEBUG init version:0.0.0 force:False 02:12:48 2025-08-04 02:12:48,723 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/879/.semver 02:12:48 2025-08-04 02:12:48,723 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/879/.semver 02:12:48 2025-08-04 02:12:48,723 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/879/.semver'], cwd=/w/workspace/edgex-go/879, stdin=None, shell=False, universal_newlines=False) 02:12:54 2025-08-04 02:12:53,199 [append_file] DEBUG append to file:/w/workspace/edgex-go/879/.git/info/exclude 02:12:54 2025-08-04 02:12:53,200 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/879/.semver/main with force:False 02:12:54 2025-08-04 02:12:53,200 [read_version] DEBUG read version from /w/workspace/edgex-go/879/.semver/main 02:12:54 2025-08-04 02:12:53,200 [read_version] DEBUG read version from /w/workspace/edgex-go/879/.semver/main 02:12:54 4.1.0-dev.42 [Pipeline] } 02:12:54 $ docker exec --env ******** --env ******** 1ab5927a69826d8b0fd2e4a94cf3585f1674146b4d16a5d87a0c176072b4e574 ssh-agent -k 02:12:54 unset SSH_AUTH_SOCK; 02:12:54 unset SSH_AGENT_PID; 02:12:54 echo Agent pid 91 killed; 02:12:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:12:54 + git semver [Pipeline] } 02:12:54 $ docker stop --time=1 1ab5927a69826d8b0fd2e4a94cf3585f1674146b4d16a5d87a0c176072b4e574 02:12:56 $ docker rm -f --volumes 1ab5927a69826d8b0fd2e4a94cf3585f1674146b4d16a5d87a0c176072b4e574 [Pipeline] // withDockerContainer [Pipeline] sh 02:12:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:12:56 Stashed 1 file(s) [Pipeline] echo 02:12:56 [edgeXSemver]: initialized semver on version 4.1.0-dev.42 [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 02:12:57 + git config --global --add safe.directory /w/workspace/edgex-go/879 [Pipeline] echo 02:12:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:12:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:12:57 ========================================================= 02:12:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 02:12:57 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:12:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:12:57 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 02:12:57 0a9a5dfd008f: Pulling fs layer 02:12:57 36466aa92d05: Pulling fs layer 02:12:57 e10405b45d13: Pulling fs layer 02:12:57 096b7ceb2af7: Pulling fs layer 02:12:57 4f4fb700ef54: Pulling fs layer 02:12:57 c451b95d7931: Pulling fs layer 02:12:57 9febf9df4401: Pulling fs layer 02:12:57 1477f019b032: Pulling fs layer 02:12:57 c7dc25521971: Pulling fs layer 02:12:57 c451b95d7931: Waiting 02:12:57 9febf9df4401: Waiting 02:12:57 4f4fb700ef54: Waiting 02:12:57 1477f019b032: Waiting 02:12:57 096b7ceb2af7: Waiting 02:12:57 c7dc25521971: Waiting 02:12:57 36466aa92d05: Verifying Checksum 02:12:57 36466aa92d05: Download complete 02:12:57 096b7ceb2af7: Verifying Checksum 02:12:57 096b7ceb2af7: Download complete 02:12:57 4f4fb700ef54: Download complete 02:12:57 c451b95d7931: Download complete 02:12:57 0a9a5dfd008f: Download complete 02:12:57 9febf9df4401: Verifying Checksum 02:12:57 9febf9df4401: Download complete 02:12:57 0a9a5dfd008f: Pull complete 02:12:57 36466aa92d05: Pull complete 02:12:58 c7dc25521971: Verifying Checksum 02:12:58 c7dc25521971: Download complete 02:12:58 e10405b45d13: Download complete 02:12:58 1477f019b032: Verifying Checksum 02:12:58 1477f019b032: Download complete 02:13:02 e10405b45d13: Pull complete 02:13:02 096b7ceb2af7: Pull complete 02:13:02 4f4fb700ef54: Pull complete 02:13:02 c451b95d7931: Pull complete 02:13:02 9febf9df4401: Pull complete 02:13:05 1477f019b032: Pull complete 02:13:05 c7dc25521971: Pull complete 02:13:05 Digest: sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 02:13:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:13:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 02:13:06 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:13:06 WORKDIR /edgex 02:13:06 COPY go.mod . 02:13:06 RUN go mod download 02:13:06 + docker build -t ci-base-image-x86_64 -f - . 02:13:06 #0 building with "default" instance using docker driver 02:13:06 02:13:06 #1 [internal] load build definition from Dockerfile 02:13:06 #1 transferring dockerfile: 164B done 02:13:06 #1 DONE 0.0s 02:13:06 02:13:06 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:13:06 #2 DONE 0.0s 02:13:06 02:13:06 #3 [internal] load .dockerignore 02:13:06 #3 transferring context: 50B done 02:13:06 #3 DONE 0.0s 02:13:06 02:13:06 #4 [internal] load build context 02:13:06 #4 transferring context: 6.51kB done 02:13:06 #4 DONE 0.0s 02:13:06 02:13:06 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:13:06 #5 DONE 0.1s 02:13:07 02:13:07 #6 [2/4] WORKDIR /edgex 02:13:08 #6 DONE 1.6s 02:13:08 02:13:08 #7 [3/4] COPY go.mod . 02:13:08 #7 DONE 0.0s 02:13:08 02:13:08 #8 [4/4] RUN go mod download 02:13:11 Still waiting to schedule task 02:13:11 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6221’ 02:13:18 #8 DONE 10.2s 02:13:18 02:13:18 #9 exporting to image 02:13:18 #9 exporting layers 02:13:22 #9 exporting layers 3.3s done 02:13:22 #9 writing image sha256:5be8c2a0a8f4c4e34120908125085b65719374a3e41dbcbd62767c6f0ec4553f done 02:13:22 #9 naming to docker.io/library/ci-base-image-x86_64 done 02:13:22 #9 DONE 3.4s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:22 + docker inspect -f . ci-base-image-x86_64 02:13:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:13:22 prd-ubuntu20.04-docker-8c-8g-6226 does not seem to be running inside a container 02:13:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/879 -v /w/workspace/edgex-go/879:/w/workspace/edgex-go/879:rw,z -v /w/workspace/edgex-go/879@tmp:/w/workspace/edgex-go/879@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 02:13:22 $ docker top 3041b185ba8cdd3adcb18be3904df0599865b1eec7e68745005a6abbd289fe1b -eo pid,comm [Pipeline] { [Pipeline] sh 02:13:23 + go version 02:13:23 go version go1.23.9 linux/amd64 [Pipeline] } 02:13:23 $ docker stop --time=1 3041b185ba8cdd3adcb18be3904df0599865b1eec7e68745005a6abbd289fe1b 02:13:24 $ docker rm -f --volumes 3041b185ba8cdd3adcb18be3904df0599865b1eec7e68745005a6abbd289fe1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:24 + docker inspect -f . ci-base-image-x86_64 02:13:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:13:24 prd-ubuntu20.04-docker-8c-8g-6226 does not seem to be running inside a container 02:13:24 $ 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/879 -v /w/workspace/edgex-go/879:/w/workspace/edgex-go/879:rw,z -v /w/workspace/edgex-go/879@tmp:/w/workspace/edgex-go/879@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 02:13:25 $ docker top c7e7312f0e8c27ae30dcafd83d5325191cb9d83f9f5480656262afcbc0809ef7 -eo pid,comm [Pipeline] { [Pipeline] echo 02:13:25 ========================================================= 02:13:25 [edgeXBuildGoParallel] Running Tests and Build... 02:13:25 ========================================================= [Pipeline] sh 02:13:25 + git config --global --add safe.directory /w/workspace/edgex-go/879 [Pipeline] fileExists [Pipeline] sh 02:13:25 + make test 02:13:25 go test -race -coverprofile=coverage.out ./... 02:13:33 ? github.com/edgexfoundry/edgex-go [no test files] 02:13:55 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 02:13:55 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 02:13:55 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 02:13:55 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 02:13:55 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 02:13:56 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 02:13:56 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 02:13:56 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 02:13:56 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 02:13:56 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 02:13:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:13:56 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 02:13:56 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 02:13:56 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 02:13:56 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 02:13:56 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 02:13:56 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 02:13:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.024s coverage: 42.3% of statements 02:13:58 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 02:13:58 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 02:13:58 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 02:13:58 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 02:13:58 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.041s coverage: 97.0% of statements 02:13:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 02:13:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 02:13:59 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 02:13:59 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:13:59 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 02:13:59 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 02:13:59 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 02:13:59 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 02:13:59 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 02:13:59 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 02:14:00 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 02:14:00 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 02:14:00 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 02:14:00 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 02:14:00 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 02:14:00 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:14:02 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 02:14:02 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 02:14:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.049s coverage: 69.4% of statements 02:14:02 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.021s coverage: 3.5% of statements 02:14:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.052s coverage: 46.3% of statements 02:14:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.911s coverage: 93.4% of statements 02:14:02 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.044s coverage: 92.4% of statements 02:14:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.041s coverage: 8.4% of statements 02:14:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 02:14:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 02:14:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:14:04 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 02:14:04 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 02:14:04 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 02:14:04 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 02:14:04 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:14:04 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 02:14:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:14:04 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 02:14:04 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 02:14:04 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 02:14:04 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 02:14:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.309s coverage: 95.8% of statements 02:14:05 ok github.com/edgexfoundry/edgex-go/internal/io 1.019s coverage: 72.2% of statements 02:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 02:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 02:14:05 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 02:14:05 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 02:14:06 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 02:14:06 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 02:14:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.035s coverage: 0.0% of statements [no tests to run] 02:14:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.049s coverage: 1.0% of statements 02:14:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.026s coverage: 38.1% of statements 02:14:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.015s coverage: 81.1% of statements 02:14:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.021s coverage: 40.0% of statements 02:14:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.028s coverage: 87.1% of statements 02:14:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.019s coverage: 94.1% of statements 02:14:07 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 02:14:07 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 02:14:07 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 02:14:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.036s coverage: 96.3% of statements 02:14:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:14:08 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 02:14:08 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 02:14:08 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 02:14:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.019s coverage: 87.5% of statements 02:14:09 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 02:14:09 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 02:14:09 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 02:14:09 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 02:14:09 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 02:14:09 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 02:14:09 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 02:14:09 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 02:14:09 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 02:14:10 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 02:14:11 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 02:14:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:14:13 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 02:14:14 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 02:14:14 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 02:14:14 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 02:14:16 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 02:14:17 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 02:14:17 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 02:14:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 02:14:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 02:14:18 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:14:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.028s coverage: 94.4% of statements 02:14:20 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 02:14:20 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 02:14:20 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 02:14:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 02:14:20 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 02:14:20 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 02:14:20 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 02:14:21 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 02:14:21 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 02:14:21 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 02:14:21 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 02:14:21 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 02:14:23 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 02:14:23 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 02:14:23 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 02:14:23 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 02:14:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 02:14:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 02:14:23 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 02:14:23 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:14:23 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 02:14:23 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 02:14:23 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 02:14:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 02:14:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 02:14:25 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.043s coverage: 92.9% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.016s coverage: 68.8% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.028s coverage: 62.3% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.023s coverage: 47.4% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.028s coverage: 87.2% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.016s coverage: 15.5% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.017s coverage: 100.0% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.067s coverage: 81.8% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.076s coverage: 82.1% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.020s coverage: 86.0% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.046s coverage: 6.8% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.043s coverage: 33.3% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.043s coverage: 100.0% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.147s coverage: 54.5% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.017s coverage: 89.4% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.020s coverage: 73.7% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.024s coverage: 88.6% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.029s coverage: 96.8% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.015s coverage: 100.0% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.162s coverage: 29.2% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.017s coverage: 93.8% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.015s coverage: 3.1% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.022s coverage: 76.2% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.023s coverage: 54.0% of statements 02:14:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.056s coverage: 17.0% of statements 02:14:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.122s coverage: 94.9% of statements 02:14:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.035s coverage: 9.0% of statements 02:14:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.073s coverage: 97.7% of statements 02:14:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.025s coverage: 43.6% of statements 02:14:30 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 02:14:30 running golangci-lint 02:14:30 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 02:14:30 go version go1.23.9 linux/amd64 02:14:30 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 02:14:30 level=info msg="[config_reader] Used config file .golangci.yml" 02:14:30 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 02:14:52 level=info msg="[loader] Go packages loading at mode 575 (name|compiled_files|exports_file|imports|types_sizes|deps|files) took 19.812605348s" 02:14:52 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 52.251647ms" 02:15:04 level=info msg="[linters_context/goanalysis] analyzers took 1m55.878624969s with top 10 stages: buildir: 1m2.494275587s, gosec: 3.98106649s, inspect: 2.993004444s, fact_deprecated: 2.186975616s, printf: 1.571599837s, ctrlflow: 1.490335523s, fact_purity: 1.477859654s, nilness: 1.320127365s, S1038: 1.22762161s, ineffassign: 947.492083ms" 02:15:04 level=info msg="[runner] Issues before processing: 202, after processing: 0" 02:15:04 level=info msg="[runner] Processors filtering stat (in/out): path_prettifier: 202/202, skip_files: 202/202, filename_unadjuster: 202/202, nolint: 20/0, cgo: 202/202, invalid_issue: 202/202, skip_dirs: 202/202, autogenerated_exclude: 202/202, identifier_marker: 202/202, exclude: 202/202, exclude-rules: 202/20" 02:15:04 level=info msg="[runner] processing took 16.712474ms with stages: nolint: 7.415653ms, identifier_marker: 3.491923ms, autogenerated_exclude: 1.668771ms, path_prettifier: 1.6375ms, skip_dirs: 1.278905ms, exclude-rules: 1.127796ms, cgo: 29.922µs, invalid_issue: 29.792µs, filename_unadjuster: 28.892µs, skip_files: 590ns, max_same_issues: 550ns, uniq_by_line: 440ns, fixer: 400ns, sort_results: 250ns, exclude: 250ns, max_from_linter: 160ns, source_code: 140ns, diff: 130ns, path_prefixer: 110ns, path_shortener: 100ns, severity-rules: 100ns, max_per_file_from_linter: 100ns" 02:15:04 level=info msg="[runner] linters took 13.114109949s with stages: goanalysis_metalinter: 13.09731856s" 02:15:04 level=info msg="File cache stats: 0 entries of total size 0B" 02:15:04 level=info msg="Memory: 321 samples, avg is 311.8MB, max is 1348.3MB" 02:15:04 level=info msg="Execution took 32.987555275s" 02:15:04 go vet ./... 02:15:11 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:15:11 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:15:11 ./bin/test-attribution-txt.sh 02:15:11 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 02:15:11 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 02:15:11 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 02:15:11 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 02:15:11 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 02:15:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 02:15:11 + ls -al . 02:15:11 total 1996 02:15:11 drwxrwxr-x 11 1001 1001 4096 Aug 4 02:13 . 02:15:11 drwxr-xr-x 4 root root 4096 Aug 4 02:13 .. 02:15:11 drwxrwxr-x 2 1001 1001 4096 Aug 4 02:12 .blubracket 02:15:11 -rw-rw-r-- 1 1001 1001 10 Aug 4 02:12 .dockerignore 02:15:11 drwxrwxr-x 8 1001 1001 4096 Aug 4 02:14 .git 02:15:11 drwxrwxr-x 3 1001 1001 4096 Aug 4 02:12 .github 02:15:11 -rw-rw-r-- 1 1001 1001 909 Aug 4 02:12 .gitignore 02:15:11 -rw-rw-r-- 1 1001 1001 218 Aug 4 02:12 .golangci.yml 02:15:11 -rw-rw-r-- 1 1001 1001 100 Aug 4 02:12 .hadolint.yml 02:15:11 drwxr-xr-x 3 1001 1001 4096 Aug 4 02:12 .semver 02:15:11 -rw-rw-r-- 1 1001 1001 155 Aug 4 02:12 .sonarcloud.properties 02:15:11 -rw-rw-r-- 1 1001 1001 1171 Aug 4 02:12 ADOPTERS.md 02:15:11 -rw-rw-r-- 1 1001 1001 17374 Aug 4 02:12 Attribution.txt 02:15:11 -rw-rw-r-- 1 1001 1001 108018 Aug 4 02:12 CHANGELOG.md 02:15:11 -rw-rw-r-- 1 1001 1001 3804 Aug 4 02:12 CONTRIBUTING.md 02:15:11 -rw-rw-r-- 1 1001 1001 677 Aug 4 02:12 GOVERNANCE.md 02:15:11 -rw-rw-r-- 1 1001 1001 858 Aug 4 02:12 Jenkinsfile 02:15:11 -rw-rw-r-- 1 1001 1001 10775 Aug 4 02:12 LICENSE 02:15:11 -rw-rw-r-- 1 1001 1001 16740 Aug 4 02:12 Makefile 02:15:11 -rw-rw-r-- 1 1001 1001 582 Aug 4 02:12 OWNERS.md 02:15:11 -rw-rw-r-- 1 1001 1001 9932 Aug 4 02:12 README.md 02:15:11 -rw-rw-r-- 1 1001 1001 789 Aug 4 02:12 SECURITY.md 02:15:11 -rw-rw-r-- 1 1001 1001 12 Aug 4 02:12 VERSION 02:15:11 drwxrwxr-x 2 1001 1001 4096 Aug 4 02:12 bin 02:15:11 drwxrwxr-x 19 1001 1001 4096 Aug 4 02:12 cmd 02:15:11 -rw-r--r-- 1 root root 1666030 Aug 4 02:14 coverage.out 02:15:11 drwxrwxr-x 2 1001 1001 4096 Aug 4 02:12 fuzz_test 02:15:11 -rw-rw-r-- 1 1001 1001 6476 Aug 4 02:12 go.mod 02:15:11 -rw-rw-r-- 1 1001 1001 88362 Aug 4 02:12 go.sum 02:15:11 drwxrwxr-x 7 1001 1001 4096 Aug 4 02:12 internal 02:15:11 drwxrwxr-x 2 1001 1001 4096 Aug 4 02:12 openapi 02:15:11 -rw-rw-r-- 1 1001 1001 584 Aug 4 02:12 security.txt 02:15:11 -rw-rw-r-- 1 1001 1001 204 Aug 4 02:12 version.go [Pipeline] sh 02:15:11 + '[' -e coverage.out ] 02:15:11 + chown 1001:1001 coverage.out [Pipeline] stash 02:15:11 Stashed 1 file(s) [Pipeline] sh 02:15:12 + make build 02:15:12 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 02:15:34 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:15:34 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 02:15:36 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:15:36 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 02:15:38 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:15:42 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:15:45 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:15:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:15:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:15:50 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 02:15:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:15:52 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 02:15:54 $ docker stop --time=1 c7e7312f0e8c27ae30dcafd83d5325191cb9d83f9f5480656262afcbc0809ef7 02:15:57 $ docker rm -f --volumes c7e7312f0e8c27ae30dcafd83d5325191cb9d83f9f5480656262afcbc0809ef7 [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 02:15:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:15:58 02:15:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:15:59 latest: Pulling from edgex-devops/edgex-compose 02:15:59 91d30c5bc195: Pulling fs layer 02:15:59 2e9b0aa3be6d: Pulling fs layer 02:15:59 9c61dcf015f6: Pulling fs layer 02:15:59 4698f68db338: Pulling fs layer 02:15:59 2a2f49069b9e: Pulling fs layer 02:15:59 e0025b399a48: Pulling fs layer 02:15:59 2a2f49069b9e: Waiting 02:15:59 e0025b399a48: Waiting 02:15:59 4698f68db338: Waiting 02:15:59 91d30c5bc195: Verifying Checksum 02:15:59 91d30c5bc195: Download complete 02:15:59 4698f68db338: Verifying Checksum 02:15:59 4698f68db338: Download complete 02:15:59 2e9b0aa3be6d: Download complete 02:15:59 e0025b399a48: Download complete 02:15:59 91d30c5bc195: Pull complete 02:15:59 2a2f49069b9e: Download complete 02:15:59 2e9b0aa3be6d: Pull complete 02:16:00 9c61dcf015f6: Verifying Checksum 02:16:00 9c61dcf015f6: Download complete 02:16:03 9c61dcf015f6: Pull complete 02:16:03 4698f68db338: Pull complete 02:16:03 2a2f49069b9e: Pull complete 02:16:03 e0025b399a48: Pull complete 02:16:03 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 02:16:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:16:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:16:03 prd-ubuntu20.04-docker-8c-8g-6226 does not seem to be running inside a container 02:16:03 $ 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/879 -v /w/workspace/edgex-go/879:/w/workspace/edgex-go/879:rw,z -v /w/workspace/edgex-go/879@tmp:/w/workspace/edgex-go/879@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 02:16:04 $ docker top e3e58f26d9fe9eae2374d77f4008a23409da35fa507ca1e19a3176a5b7e1b906 -eo pid,comm [Pipeline] { [Pipeline] sh 02:16:05 + docker compose -f ./docker-compose-build.yml build --parallel 02:16:05 #1 [core-metadata internal] load build definition from Dockerfile 02:16:05 #1 transferring dockerfile: 2.10kB done 02:16:05 #1 DONE 0.1s 02:16:05 02:16:05 #2 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:16:05 #2 DONE 0.0s 02:16:05 02:16:05 #3 [security-spire-config internal] load build definition from Dockerfile 02:16:05 #3 transferring dockerfile: 1.69kB done 02:16:05 #3 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 02:16:05 #3 DONE 0.1s 02:16:05 02:16:05 #4 [core-keeper internal] load build definition from Dockerfile 02:16:05 #4 transferring dockerfile: 2.01kB done 02:16:05 #4 DONE 0.1s 02:16:05 02:16:05 #5 [security-spire-server internal] load build definition from Dockerfile 02:16:05 #5 transferring dockerfile: 1.70kB done 02:16:05 #5 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 02:16:05 #5 DONE 0.1s 02:16:05 02:16:05 #6 [core-data internal] load build definition from Dockerfile 02:16:05 #6 transferring dockerfile: 2.04kB done 02:16:05 #6 DONE 0.2s 02:16:05 02:16:05 #2 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:16:05 #2 DONE 0.0s 02:16:05 02:16:05 #7 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 02:16:05 #7 DONE 0.1s 02:16:05 02:16:05 #8 [security-secretstore-setup internal] load build definition from Dockerfile 02:16:05 #8 transferring dockerfile: 2.49kB done 02:16:05 #8 DONE 0.2s 02:16:05 02:16:05 #9 [core-keeper internal] load .dockerignore 02:16:05 #9 transferring context: 50B done 02:16:05 #9 DONE 0.1s 02:16:05 02:16:05 #10 [security-proxy-auth internal] load build definition from Dockerfile 02:16:05 #10 transferring dockerfile: 2.14kB done 02:16:05 #10 DONE 0.2s 02:16:05 02:16:05 #11 [support-scheduler internal] load build definition from Dockerfile 02:16:05 #11 transferring dockerfile: 1.83kB done 02:16:05 #11 DONE 0.2s 02:16:05 02:16:05 #12 [core-command internal] load build definition from Dockerfile 02:16:05 #12 transferring dockerfile: 1.94kB done 02:16:05 #12 DONE 0.2s 02:16:05 02:16:05 #13 [security-spire-agent internal] load build definition from Dockerfile 02:16:05 #13 transferring dockerfile: 1.81kB done 02:16:05 #13 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 02:16:05 #13 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 02:16:05 #13 DONE 0.2s 02:16:05 02:16:05 #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile 02:16:05 #14 transferring dockerfile: 2.23kB done 02:16:05 #14 DONE 0.2s 02:16:05 02:16:05 #15 [support-notifications internal] load build definition from Dockerfile 02:16:05 #15 transferring dockerfile: 2.00kB done 02:16:05 #15 DONE 0.2s 02:16:05 02:16:05 #16 [security-proxy-setup internal] load build definition from Dockerfile 02:16:05 #16 transferring dockerfile: 2.50kB done 02:16:05 #16 DONE 0.2s 02:16:05 02:16:05 #17 [security-bootstrapper internal] load build definition from Dockerfile 02:16:05 #17 transferring dockerfile: 3.02kB done 02:16:05 #17 DONE 0.2s 02:16:05 02:16:05 #18 [security-spiffe-token-provider internal] load build definition from Dockerfile 02:16:05 #18 transferring dockerfile: 1.89kB done 02:16:05 #18 DONE 0.2s 02:16:05 02:16:05 #2 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:16:05 #2 DONE 0.0s 02:16:05 02:16:05 #19 [core-data internal] load .dockerignore 02:16:05 #19 transferring context: 50B done 02:16:05 #19 DONE 0.1s 02:16:05 02:16:05 #7 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 02:16:05 #7 DONE 0.2s 02:16:05 02:16:05 #20 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:16:05 #20 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 02:16:05 #20 ... 02:16:05 02:16:05 #21 [core-metadata internal] load .dockerignore 02:16:05 #21 transferring context: 50B done 02:16:05 #21 DONE 0.1s 02:16:05 02:16:05 #22 [support-scheduler internal] load .dockerignore 02:16:05 #22 transferring context: 50B done 02:16:05 #22 DONE 0.1s 02:16:05 02:16:05 #23 [security-proxy-auth internal] load .dockerignore 02:16:05 #23 transferring context: 50B done 02:16:05 #23 DONE 0.1s 02:16:05 02:16:05 #24 [security-secretstore-setup internal] load .dockerignore 02:16:05 #24 transferring context: 50B done 02:16:05 #24 DONE 0.1s 02:16:05 02:16:05 #25 [core-command internal] load .dockerignore 02:16:05 #25 transferring context: 50B done 02:16:05 #25 DONE 0.1s 02:16:05 02:16:05 #20 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:16:05 #20 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 02:16:05 #20 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:16:05 #20 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 02:16:05 #20 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 02:16:05 #20 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s 02:16:05 #20 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 02:16:05 #20 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 02:16:05 #20 ... 02:16:05 02:16:05 #26 [security-proxy-setup internal] load .dockerignore 02:16:05 #26 transferring context: 50B 0.0s done 02:16:05 #26 DONE 0.3s 02:16:05 02:16:05 #27 [core-common-config-bootstrapper internal] load .dockerignore 02:16:05 #27 transferring context: 50B done 02:16:05 #27 DONE 0.3s 02:16:05 02:16:05 #28 [security-bootstrapper internal] load .dockerignore 02:16:05 #28 transferring context: 50B 0.0s done 02:16:05 #28 DONE 0.3s 02:16:05 02:16:05 #29 [security-spiffe-token-provider internal] load .dockerignore 02:16:05 #29 transferring context: 50B done 02:16:05 #29 DONE 0.3s 02:16:05 02:16:05 #20 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:16:05 #20 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 02:16:05 #20 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:16:05 #20 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 02:16:05 #20 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 02:16:05 #20 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 02:16:05 #20 ... 02:16:05 02:16:05 #30 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 02:16:05 #30 DONE 0.5s 02:16:05 02:16:05 #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 02:16:05 #31 DONE 0.4s 02:16:05 02:16:05 #32 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 02:16:05 #32 DONE 0.4s 02:16:05 02:16:05 #33 [support-notifications internal] load .dockerignore 02:16:05 #33 transferring context: 50B 0.0s done 02:16:05 #33 DONE 0.4s 02:16:05 02:16:05 #20 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:16:05 #20 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 02:16:05 #20 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:16:05 #20 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 02:16:05 #20 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 02:16:05 #20 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 02:16:05 #20 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 02:16:06 #20 ... 02:16:06 02:16:06 #34 [security-spire-server internal] load .dockerignore 02:16:06 #34 transferring context: 50B 0.0s done 02:16:06 #34 DONE 0.8s 02:16:06 02:16:06 #35 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 02:16:06 #35 DONE 0.8s 02:16:06 02:16:06 #20 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:16:06 #20 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 02:16:06 #20 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:16:06 #20 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 02:16:06 #20 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 02:16:06 #20 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 02:16:06 #20 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 02:16:06 #20 ... 02:16:06 02:16:06 #36 [security-spire-config internal] load .dockerignore 02:16:06 #36 transferring context: 50B 0.0s done 02:16:06 #36 DONE 0.9s 02:16:06 02:16:06 #20 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:16:06 #20 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 02:16:06 #20 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:16:06 #20 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 02:16:06 #20 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 02:16:06 #20 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 02:16:06 #20 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 02:16:06 #20 ... 02:16:06 02:16:06 #37 [security-spire-agent internal] load .dockerignore 02:16:06 #37 transferring context: 50B done 02:16:06 #37 DONE 1.0s 02:16:06 02:16:06 #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:16:06 #38 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 02:16:06 #38 DONE 0.2s 02:16:07 02:16:07 #20 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:16:07 #20 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 02:16:07 #20 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:16:07 #20 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 02:16:07 #20 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 02:16:07 #20 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 02:16:07 #20 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 02:16:07 #20 DONE 1.5s 02:16:07 02:16:07 #39 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:16:07 #39 ... 02:16:07 02:16:07 #40 [security-spire-config internal] load build context 02:16:07 #40 transferring context: 22.05kB 0.0s done 02:16:07 #40 DONE 0.2s 02:16:07 02:16:07 #41 [security-spire-server internal] load build context 02:16:07 #41 transferring context: 23.80kB 0.0s done 02:16:07 #41 DONE 0.4s 02:16:07 02:16:07 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:16:07 #38 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 02:16:07 #38 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 02:16:07 #38 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 02:16:07 #38 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 02:16:07 #38 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s 02:16:07 #38 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s 02:16:07 #38 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 02:16:07 #38 ... 02:16:07 02:16:07 #42 [security-spire-agent internal] load build context 02:16:07 #42 transferring context: 23.33kB 0.1s done 02:16:07 #42 DONE 0.5s 02:16:07 02:16:07 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:16:07 #38 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 02:16:07 #38 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 02:16:07 #38 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.2s 02:16:07 #38 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.2s 02:16:07 #38 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 02:16:07 #38 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.3s done 02:16:07 #38 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 02:16:07 #38 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 02:16:08 #38 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 6.29MB / 36.47MB 0.6s 02:16:08 #38 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 23.07MB / 36.47MB 0.8s 02:16:08 #38 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 31.58MB / 36.47MB 0.9s 02:16:08 #38 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.0s 02:16:09 #38 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.7s done 02:16:11 #38 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 02:16:14 #38 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 3.3s done 02:16:15 #38 ... 02:16:15 02:16:15 #43 [core-keeper internal] load build context 02:16:15 #43 transferring context: 270.54MB 9.8s 02:16:15 #43 ... 02:16:15 02:16:15 #44 [support-scheduler internal] load build context 02:16:15 #44 ... 02:16:15 02:16:15 #45 [security-secretstore-setup internal] load build context 02:16:16 #45 ... 02:16:16 02:16:16 #46 [core-command internal] load build context 02:16:16 #46 ... 02:16:16 02:16:16 #47 [core-data internal] load build context 02:16:16 #47 ... 02:16:16 02:16:16 #48 [security-bootstrapper internal] load build context 02:16:16 #48 ... 02:16:16 02:16:16 #49 [security-proxy-setup internal] load build context 02:16:16 #49 ... 02:16:16 02:16:16 #50 [core-metadata internal] load build context 02:16:16 #50 ... 02:16:16 02:16:16 #51 [security-proxy-auth internal] load build context 02:16:16 #51 ... 02:16:16 02:16:16 #52 [core-common-config-bootstrapper internal] load build context 02:16:16 #52 ... 02:16:16 02:16:16 #53 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:16:17 #53 ... 02:16:17 02:16:17 #54 [core-command builder 3/7] RUN apk add --update --no-cache make git 02:16:17 #0 1.075 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:17 #0 1.213 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:17 #0 1.537 OK: 248 MiB in 58 packages 02:16:17 #54 ... 02:16:17 02:16:17 #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:16:17 #0 0.616 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:17 #0 0.784 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:17 #0 1.329 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:16:17 #0 1.329 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:16:17 #0 1.329 OK: 24171 distinct packages available 02:16:17 #0 1.452 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:17 #0 1.556 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:17 #0 1.886 OK: 248 MiB in 58 packages 02:16:17 #55 ... 02:16:17 02:16:17 #56 [security-spiffe-token-provider internal] load build context 02:16:17 #56 ... 02:16:17 02:16:17 #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:16:17 #57 ... 02:16:17 02:16:17 #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:16:17 #0 0.893 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:17 #0 0.992 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:17 #0 1.364 (1/1) Installing dumb-init (1.2.5-r3) 02:16:17 #0 1.519 Executing busybox-1.36.1-r29.trigger 02:16:17 #0 1.545 OK: 8 MiB in 15 packages 02:16:17 #58 ... 02:16:17 02:16:17 #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:16:17 #0 2.423 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:17 #0 2.500 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:17 #0 2.766 (1/7) Installing ca-certificates (20250619-r0) 02:16:17 #0 2.780 (2/7) Installing dumb-init (1.2.5-r3) 02:16:17 #0 2.784 (3/7) Installing libgcc (13.2.1_git20240309-r1) 02:16:17 #0 2.790 (4/7) Installing libsodium (1.0.19-r0) 02:16:17 #0 2.803 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 02:16:17 #0 2.817 (6/7) Installing libzmq (4.3.5-r2) 02:16:17 #0 2.826 (7/7) Installing zeromq (4.3.5-r2) 02:16:17 #0 2.967 Executing busybox-1.36.1-r29.trigger 02:16:17 #0 2.973 Executing ca-certificates-20250619-r0.trigger 02:16:17 #0 3.010 OK: 12 MiB in 21 packages 02:16:17 #59 ... 02:16:17 02:16:17 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:16:17 #60 ... 02:16:17 02:16:17 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:16:17 #0 1.154 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:17 #0 1.253 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:17 #0 1.586 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:16:17 #0 1.586 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:16:17 #0 1.586 OK: 24171 distinct packages available 02:16:17 #0 1.651 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:17 #0 1.739 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:17 #0 2.023 (1/4) Installing dumb-init (1.2.5-r3) 02:16:17 #0 2.026 (2/4) Installing musl-obstack (1.2.3-r2) 02:16:17 #0 2.032 (3/4) Installing libucontext (1.2-r3) 02:16:17 #0 2.033 (4/4) Installing gcompat (1.1.0-r4) 02:16:17 #0 2.038 Executing busybox-1.36.1-r29.trigger 02:16:17 #0 2.047 OK: 8 MiB in 18 packages 02:16:17 #61 ... 02:16:17 02:16:17 #62 [support-notifications internal] load build context 02:16:18 #62 ... 02:16:18 02:16:18 #63 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:16:18 #63 ... 02:16:18 02:16:18 #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:16:18 #0 3.109 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:18 #0 3.180 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:18 #0 3.488 (1/4) Installing dumb-init (1.2.5-r3) 02:16:18 #0 3.504 (2/4) Installing openssl (3.3.4-r0) 02:16:18 #0 3.517 (3/4) Installing su-exec (0.2-r3) 02:16:18 #0 3.530 (4/4) Installing yq-go (4.44.1-r2) 02:16:18 #0 3.594 Executing busybox-1.36.1-r29.trigger 02:16:18 #0 3.764 OK: 19 MiB in 18 packages 02:16:18 #64 ... 02:16:18 02:16:18 #65 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:16:18 #0 0.778 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:18 #0 0.857 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:18 #0 1.195 OK: 248 MiB in 58 packages 02:16:18 #65 ... 02:16:18 02:16:18 #66 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:16:18 #0 3.902 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:18 #0 3.995 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:18 #0 4.315 (1/3) Installing ca-certificates (20250619-r0) 02:16:18 #0 4.333 (2/3) Installing dumb-init (1.2.5-r3) 02:16:18 #0 4.343 (3/3) Installing tzdata (2025b-r0) 02:16:18 #0 4.377 Executing busybox-1.36.1-r29.trigger 02:16:18 #0 4.382 Executing ca-certificates-20250619-r0.trigger 02:16:18 #0 4.423 OK: 10 MiB in 17 packages 02:16:18 #66 ... 02:16:18 02:16:18 #39 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:16:18 #39 1.158 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:18 #39 1.257 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:18 #39 1.580 (1/1) Installing dumb-init (1.2.5-r3) 02:16:18 #39 1.589 Executing busybox-1.36.1-r29.trigger 02:16:18 #39 1.596 OK: 8 MiB in 15 packages 02:16:18 #39 ... 02:16:18 02:16:18 #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:16:18 #0 3.776 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:18 #0 3.863 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:18 #0 4.158 (1/2) Installing dumb-init (1.2.5-r3) 02:16:18 #0 4.166 (2/2) Installing su-exec (0.2-r3) 02:16:18 #0 4.167 Executing busybox-1.36.1-r29.trigger 02:16:18 #0 4.182 OK: 8 MiB in 16 packages 02:16:18 #67 ... 02:16:18 02:16:18 #68 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:16:18 #0 2.828 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:18 #0 2.992 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:18 #0 3.368 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:16:18 #0 3.368 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:16:18 #0 3.368 OK: 24171 distinct packages available 02:16:18 #0 3.417 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:18 #0 3.484 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:18 #0 3.758 (1/5) Installing dumb-init (1.2.5-r3) 02:16:18 #0 3.778 (2/5) Installing musl-obstack (1.2.3-r2) 02:16:18 #0 3.783 (3/5) Installing libucontext (1.2-r3) 02:16:18 #0 3.805 (4/5) Installing gcompat (1.1.0-r4) 02:16:18 #0 3.805 (5/5) Installing openssl (3.3.4-r0) 02:16:18 #0 3.813 Executing busybox-1.36.1-r29.trigger 02:16:18 #0 3.824 OK: 9 MiB in 19 packages 02:16:18 #68 ... 02:16:18 02:16:18 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:16:18 #0 0.729 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:18 #0 0.816 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:18 #0 1.235 OK: 248 MiB in 58 packages 02:16:18 #69 ... 02:16:18 02:16:18 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:16:18 #0 1.088 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:18 #0 1.236 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:18 #0 1.573 OK: 248 MiB in 58 packages 02:16:18 #70 ... 02:16:18 02:16:18 #71 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:16:18 #71 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.4s done 02:16:18 #71 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 02:16:18 #71 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 02:16:18 #71 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 02:16:18 #71 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 02:16:18 #71 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.0s done 02:16:18 #71 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 02:16:18 #71 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done 02:16:18 #71 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.5s done 02:16:18 #71 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 02:16:18 #71 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.3s done 02:16:19 #71 ... 02:16:19 02:16:19 #50 [core-metadata internal] load build context 02:16:20 #50 transferring context: 370.54MB 14.7s 02:16:23 #50 transferring context: 591.41MB 16.8s done 02:16:25 #50 ... 02:16:25 02:16:25 #49 [security-proxy-setup internal] load build context 02:16:25 #49 transferring context: 591.41MB 13.2s done 02:16:25 #49 DONE 19.2s 02:16:25 02:16:25 #62 [support-notifications internal] load build context 02:16:25 #62 transferring context: 591.41MB 13.2s done 02:16:25 #62 DONE 19.1s 02:16:25 02:16:25 #39 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:16:25 #39 DONE 18.0s 02:16:25 02:16:25 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:16:25 #69 DONE 18.3s 02:16:25 02:16:25 #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:16:25 #55 DONE 18.3s 02:16:25 02:16:25 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:16:25 #70 DONE 18.4s 02:16:25 02:16:25 #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:16:25 #58 DONE 18.1s 02:16:25 02:16:25 #54 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:16:25 #54 DONE 18.4s 02:16:25 02:16:25 #65 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:16:25 #65 DONE 18.4s 02:16:25 02:16:25 #53 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:16:25 #53 DONE 18.4s 02:16:25 02:16:25 #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:16:25 #64 DONE 18.1s 02:16:25 02:16:25 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:16:25 #61 DONE 18.1s 02:16:25 02:16:25 #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:16:25 #59 DONE 18.1s 02:16:25 02:16:25 #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:16:25 #67 DONE 18.1s 02:16:25 02:16:25 #63 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:16:25 #63 DONE 18.1s 02:16:25 02:16:25 #66 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:16:25 #66 DONE 18.1s 02:16:25 02:16:25 #68 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:16:25 #68 DONE 18.1s 02:16:25 02:16:25 #46 [core-command internal] load build context 02:16:25 #46 transferring context: 591.41MB 14.3s done 02:16:25 #46 DONE 19.5s 02:16:25 02:16:25 #48 [security-bootstrapper internal] load build context 02:16:25 #48 transferring context: 591.41MB 14.2s done 02:16:25 #48 DONE 19.3s 02:16:25 02:16:25 #56 [security-spiffe-token-provider internal] load build context 02:16:25 #56 transferring context: 591.41MB 14.2s done 02:16:25 #56 DONE 19.3s 02:16:25 02:16:25 #52 [core-common-config-bootstrapper internal] load build context 02:16:25 #52 transferring context: 591.41MB 14.4s done 02:16:25 #52 DONE 19.3s 02:16:25 02:16:25 #44 [support-scheduler internal] load build context 02:16:25 #44 transferring context: 591.41MB 15.1s done 02:16:25 #44 DONE 19.6s 02:16:25 02:16:25 #45 [security-secretstore-setup internal] load build context 02:16:25 #45 transferring context: 591.41MB 15.1s done 02:16:25 #45 DONE 19.6s 02:16:25 02:16:25 #72 [core-command builder 4/7] COPY go.mod vendor* ./ 02:16:25 #72 ... 02:16:25 02:16:25 #51 [security-proxy-auth internal] load build context 02:16:25 #51 transferring context: 591.41MB 15.1s done 02:16:25 #51 DONE 19.6s 02:16:25 02:16:25 #47 [core-data internal] load build context 02:16:25 #47 transferring context: 591.41MB 15.3s done 02:16:25 #47 DONE 19.7s 02:16:25 02:16:25 #43 [core-keeper internal] load build context 02:16:25 #43 transferring context: 591.41MB 16.3s done 02:16:25 #43 DONE 19.7s 02:16:25 02:16:25 #50 [core-metadata internal] load build context 02:16:25 #50 DONE 19.7s 02:16:25 02:16:25 #72 [core-metadata builder 4/7] COPY go.mod vendor* ./ 02:16:25 #72 DONE 0.2s 02:16:25 02:16:25 #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ 02:16:25 #73 DONE 0.4s 02:16:25 02:16:25 #74 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 02:16:25 #74 DONE 0.4s 02:16:25 02:16:25 #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 02:16:25 #75 DONE 0.2s 02:16:25 02:16:25 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:16:25 #38 DONE 18.8s 02:16:25 02:16:25 #76 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 02:16:25 #76 DONE 0.2s 02:16:25 02:16:25 #71 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:16:25 #71 DONE 18.5s 02:16:25 02:16:25 #77 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:16:26 #77 ... 02:16:26 02:16:26 #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:16:26 #57 18.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:26 #57 18.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:26 #57 19.26 (1/4) Installing ca-certificates (20250619-r0) 02:16:26 #57 19.28 (2/4) Installing dumb-init (1.2.5-r3) 02:16:26 #57 19.28 (3/4) Installing su-exec (0.2-r3) 02:16:26 #57 19.29 (4/4) Installing yq-go (4.44.1-r2) 02:16:26 #57 19.35 Executing busybox-1.36.1-r29.trigger 02:16:26 #57 19.37 Executing ca-certificates-20250619-r0.trigger 02:16:26 #57 19.39 OK: 19 MiB in 18 packages 02:16:26 #57 DONE 19.5s 02:16:26 02:16:26 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:16:26 #60 18.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:26 #60 18.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:26 #60 19.24 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:16:26 #60 19.24 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:16:26 #60 19.24 OK: 24171 distinct packages available 02:16:26 #60 19.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:26 #60 19.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:26 #60 19.68 (1/14) Installing ca-certificates (20250619-r0) 02:16:26 #60 19.69 (2/14) Installing brotli-libs (1.1.0-r2) 02:16:26 #60 19.71 (3/14) Installing c-ares (1.33.1-r0) 02:16:26 #60 19.71 (4/14) Installing libunistring (1.2-r0) 02:16:26 #60 19.73 (5/14) Installing libidn2 (2.3.7-r0) 02:16:26 #60 19.73 (6/14) Installing nghttp2-libs (1.62.1-r0) 02:16:26 #60 19.74 (7/14) Installing libpsl (0.21.5-r1) 02:16:26 #60 19.74 (8/14) Installing zstd-libs (1.5.6-r0) 02:16:26 #60 19.75 (9/14) Installing libcurl (8.12.1-r0) 02:16:26 #60 19.76 (10/14) Installing curl (8.12.1-r0) 02:16:27 #60 19.77 (11/14) Installing dumb-init (1.2.5-r3) 02:16:27 #60 19.77 (12/14) Installing musl-obstack (1.2.3-r2) 02:16:27 #60 19.77 (13/14) Installing libucontext (1.2-r3) 02:16:27 #60 19.78 (14/14) Installing gcompat (1.1.0-r4) 02:16:27 #60 19.78 Executing busybox-1.36.1-r29.trigger 02:16:27 #60 19.79 Executing ca-certificates-20250619-r0.trigger 02:16:27 #60 19.83 OK: 13 MiB in 28 packages 02:16:27 #60 ... 02:16:27 02:16:27 #78 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:16:27 #0 1.225 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:27 #0 1.318 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:27 #0 1.650 OK: 8 MiB in 18 packages 02:16:27 #78 DONE 1.8s 02:16:27 02:16:27 #79 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:16:27 #0 1.359 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:27 #0 1.467 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:27 #0 1.756 OK: 8 MiB in 15 packages 02:16:27 #79 DONE 1.9s 02:16:27 02:16:27 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:16:27 #60 DONE 20.0s 02:16:27 02:16:27 #80 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:16:27 #80 DONE 0.5s 02:16:27 02:16:27 #81 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:16:27 #0 1.417 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:27 #0 1.487 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:27 #0 1.786 OK: 19 MiB in 18 packages 02:16:27 #81 DONE 2.3s 02:16:27 02:16:27 #82 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:16:27 #0 1.547 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:27 #0 1.630 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:27 #0 2.037 OK: 12 MiB in 21 packages 02:16:27 #82 DONE 2.3s 02:16:27 02:16:27 #83 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 02:16:27 #0 1.518 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:27 #0 1.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:27 #0 1.946 OK: 8 MiB in 15 packages 02:16:27 #83 DONE 2.3s 02:16:27 02:16:27 #84 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:16:27 #0 1.713 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:27 #0 1.790 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:27 #0 2.114 OK: 10 MiB in 17 packages 02:16:27 #84 DONE 2.3s 02:16:27 02:16:27 #85 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 02:16:27 #85 DONE 0.1s 02:16:27 02:16:27 #86 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:16:27 #0 1.719 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:27 #0 1.819 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:27 #0 2.172 OK: 8 MiB in 16 packages 02:16:27 #86 DONE 2.3s 02:16:27 02:16:27 #87 [security-spire-config stage-2 5/10] COPY Attribution.txt / 02:16:27 #87 DONE 0.1s 02:16:27 02:16:27 #88 [security-spire-config stage-2 6/10] COPY security.txt / 02:16:27 #88 DONE 0.0s 02:16:27 02:16:27 #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:16:27 #89 ... 02:16:27 02:16:27 #90 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:16:27 #90 DONE 0.0s 02:16:27 02:16:27 #91 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 02:16:27 #91 DONE 0.0s 02:16:27 02:16:27 #92 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 02:16:27 #92 DONE 0.0s 02:16:27 02:16:27 #93 [security-spire-config] exporting to image 02:16:27 #93 exporting layers 02:16:28 #93 exporting layers 0.4s done 02:16:28 #93 writing image sha256:bea5e9ddbd3b068054a57f0ccacf12c038fe6c08cdfc40144e422dc312c1c755 done 02:16:28 #93 naming to docker.io/library/security-spire-config done 02:16:28 #93 DONE 0.4s 02:16:28 02:16:28 #94 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 02:16:28 #0 2.561 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:28 #0 2.630 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:28 #0 2.918 OK: 9 MiB in 19 packages 02:16:28 #94 DONE 3.1s 02:16:28 02:16:28 #95 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:16:28 #95 ... 02:16:28 02:16:28 #96 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:16:28 #96 DONE 0.5s 02:16:28 02:16:28 #95 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:16:28 #95 DONE 0.5s 02:16:28 02:16:28 #97 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:16:28 #0 1.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:28 #0 1.751 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:28 #0 2.066 OK: 19 MiB in 18 packages 02:16:28 #97 DONE 2.2s 02:16:28 02:16:28 #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / 02:16:28 #98 DONE 0.0s 02:16:28 02:16:28 #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:16:28 #89 DONE 1.4s 02:16:28 02:16:28 #99 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 02:16:29 #99 ... 02:16:29 02:16:29 #100 [security-spire-server stage-2 6/9] COPY security.txt / 02:16:29 #100 DONE 0.4s 02:16:29 02:16:29 #101 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:16:29 #0 1.143 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:29 #0 1.213 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:29 #0 1.548 OK: 13 MiB in 28 packages 02:16:29 #101 DONE 2.0s 02:16:29 02:16:29 #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:16:29 #102 DONE 0.4s 02:16:29 02:16:29 #99 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 02:16:29 #99 DONE 0.4s 02:16:29 02:16:29 #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:16:29 #103 DONE 0.0s 02:16:29 02:16:29 #104 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 02:16:29 #104 DONE 0.0s 02:16:29 02:16:29 #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:16:29 #105 DONE 0.1s 02:16:29 02:16:29 #106 [security-spire-agent stage-3 7/10] COPY security.txt / 02:16:29 #106 DONE 0.1s 02:16:29 02:16:29 #107 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 02:16:29 #107 DONE 0.1s 02:16:29 02:16:29 #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:16:29 #108 DONE 0.1s 02:16:29 02:16:29 #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 02:16:29 #109 DONE 0.0s 02:16:29 02:16:29 #110 [security-spire-server] exporting to image 02:16:29 #110 ... 02:16:29 02:16:29 #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:16:29 #111 DONE 0.0s 02:16:29 02:16:29 #112 [security-spire-agent] exporting to image 02:16:29 #112 ... 02:16:29 02:16:29 #110 [security-spire-server] exporting to image 02:16:29 #110 exporting layers 0.4s done 02:16:29 #110 writing image sha256:07ce577c5039735da94a849e46eb72bc06f9830c194f9fe8e6d9648dbe7e9e71 done 02:16:29 #110 naming to docker.io/library/security-spire-server done 02:16:29 #110 DONE 0.4s 02:16:29 02:16:29 #112 [security-spire-agent] exporting to image 02:16:29 #112 exporting layers 0.4s done 02:16:29 #112 writing image sha256:a0eea996bdb41b64beb5a73f58c22e0701190d6239cbd8df2b1dc3b0c03f4540 done 02:16:29 #112 naming to docker.io/library/security-spire-agent done 02:16:29 #112 DONE 0.4s 02:16:29 02:16:29 #113 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:16:34 #113 ... 02:16:34 02:16:34 #114 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:16:34 #0 1.680 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:34 #0 4.609 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:34 #0 8.289 OK: 248 MiB in 58 packages 02:16:34 #114 DONE 8.5s 02:16:34 02:16:34 #115 [core-keeper builder 5/8] COPY go.mod vendor* ./ 02:16:34 #115 DONE 0.1s 02:16:34 02:16:34 #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:16:35 #116 ... 02:16:35 02:16:35 #117 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:16:35 #0 1.565 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:16:35 #0 6.963 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:16:35 #117 ... 02:16:35 02:16:35 #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:16:35 #118 ... 02:16:35 02:16:35 #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:16:35 #119 ... 02:16:35 02:16:35 #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:16:36 #120 ... 02:16:36 02:16:36 #117 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:16:36 #117 10.62 (1/1) Installing dumb-init (1.2.5-r3) 02:16:37 #117 12.28 Executing busybox-1.36.1-r29.trigger 02:16:37 #117 12.28 OK: 8 MiB in 15 packages 02:16:47 #117 DONE 21.8s 02:16:47 02:16:47 #77 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:16:48 #77 DONE 23.0s 02:16:48 02:16:48 #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:16:48 #119 DONE 22.9s 02:16:48 02:16:48 #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:16:48 #118 DONE 23.0s 02:16:48 02:16:48 #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:16:48 #120 DONE 23.0s 02:16:48 02:16:48 #113 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:16:48 #113 DONE 23.0s 02:16:48 02:16:48 #121 [core-data builder 6/7] COPY . . 02:16:49 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6227 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 02:16:49 Running in /w/workspace/edgex-go/879 [Pipeline] { [Pipeline] checkout 02:16:52 The recommended git tool is: git 02:16:57 using credential edgex-jenkins-ssh 02:16:57 Cloning the remote Git repository 02:16:58 #121 DONE 9.1s 02:16:58 02:16:58 #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:16:58 #116 DONE 23.9s 02:16:58 02:16:58 #122 [support-scheduler builder 6/7] COPY . . 02:16:58 #122 DONE 9.1s 02:16:58 02:16:58 #123 [security-spiffe-token-provider builder 6/7] COPY . . 02:16:58 #123 DONE 9.1s 02:16:58 02:16:58 #124 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:16:58 #124 CACHED 02:16:58 02:16:58 #125 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:16:58 #125 CACHED 02:16:58 02:16:58 #126 [core-common-config-bootstrapper builder 6/7] COPY . . 02:16:58 #126 CACHED 02:16:58 02:16:58 #127 [core-data builder 6/7] COPY . . 02:16:58 #127 CACHED 02:16:58 02:16:58 #128 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:16:58 #128 CACHED 02:16:58 02:16:58 #129 [core-data builder 4/7] COPY go.mod vendor* ./ 02:16:58 #129 CACHED 02:16:58 02:16:58 #130 [core-metadata builder 6/7] COPY . . 02:16:58 #130 CACHED 02:16:58 02:16:58 #131 [core-metadata builder 4/7] COPY go.mod vendor* ./ 02:16:58 #131 CACHED 02:16:58 02:16:58 #132 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:16:58 #132 CACHED 02:16:58 02:16:58 #133 [security-proxy-auth builder 6/7] COPY . . 02:16:58 #133 CACHED 02:16:58 02:16:58 #134 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:16:58 #134 CACHED 02:16:58 02:16:58 #135 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 02:16:58 #135 CACHED 02:16:58 02:16:58 #136 [security-bootstrapper builder 6/7] COPY . . 02:16:58 #136 DONE 9.1s 02:16:58 02:16:58 #137 [support-notifications builder 6/7] COPY . . 02:16:58 #137 DONE 9.1s 02:16:58 02:16:58 #138 [security-bootstrapper builder 6/7] COPY . . 02:16:58 #138 CACHED 02:16:58 02:16:58 #139 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:16:58 #139 CACHED 02:16:58 02:16:58 #140 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:16:58 #140 CACHED 02:16:58 02:16:58 #141 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 02:16:58 #141 CACHED 02:16:58 02:16:58 #142 [security-secretstore-setup builder 6/7] COPY . . 02:16:58 #142 CACHED 02:16:58 02:16:58 #143 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:16:58 #143 CACHED 02:16:58 02:16:58 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:16:57 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:16:58 > git init /w/workspace/edgex-go/879 # timeout=10 02:16:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:16:58 > git --version # timeout=10 02:16:58 > git --version # 'git version 2.25.1' 02:16:58 using GIT_SSH to set credentials SSH Credentials for GitHub 02:16:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:17:00 #144 ... 02:17:00 02:17:00 #145 [core-keeper builder 7/8] COPY . . 02:17:00 #145 DONE 2.7s 02:17:00 02:17:00 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:17:00 #144 2.639 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:17:02 #144 ... 02:17:02 02:17:02 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:17:02 #0 0.478 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 02:17:08 #146 ... 02:17:08 02:17:08 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:17:08 #0 2.487 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 02:17:08 #147 ... 02:17:08 02:17:08 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:17:08 #0 2.241 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:17:08 #148 ... 02:17:08 02:17:08 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:17:08 #0 2.570 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 02:17:08 #149 ... 02:17:08 02:17:08 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:17:08 #0 2.616 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:17:08 #150 ... 02:17:08 02:17:08 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:17:08 #0 2.612 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 02:17:08 #151 ... 02:17:08 02:17:08 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:17:08 #0 1.194 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 02:17:08 #152 ... 02:17:08 02:17:08 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:17:08 #0 2.512 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:17:08 #153 ... 02:17:08 02:17:08 #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:17:08 #0 0.700 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:17:09 #154 ... 02:17:09 02:17:09 #155 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:17:09 #0 0.683 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:17:09 #155 ... 02:17:09 02:17:09 #156 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:17:09 #0 1.561 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:17:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:17:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:17:17 Avoid second fetch 02:17:17 Checking out Revision 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b (main) 02:17:18 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5218)" 02:17:17 > git config core.sparsecheckout # timeout=10 02:17:17 > git checkout -f 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:17:22 provisioning config files... 02:17:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/879@tmp/config15289902807684537517tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:17:23 ---> ****-login.sh 02:17:23 nexus3.edgexfoundry.org:10001 02:17:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:17:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:17:24 Configure a credential helper to remove this warning. See 02:17:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:17:24 02:17:24 Login Succeeded 02:17:24 nexus3.edgexfoundry.org:10002 02:17:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:17:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:17:24 Configure a credential helper to remove this warning. See 02:17:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:17:24 02:17:24 Login Succeeded 02:17:24 nexus3.edgexfoundry.org:10003 02:17:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:17:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:17:24 Configure a credential helper to remove this warning. See 02:17:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:17:24 02:17:24 Login Succeeded 02:17:24 nexus3.edgexfoundry.org:10004 02:17:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:17:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:17:25 Configure a credential helper to remove this warning. See 02:17:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:17:25 02:17:25 Login Succeeded 02:17:25 ****.io 02:17:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:17:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:17:25 Configure a credential helper to remove this warning. See 02:17:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:17:25 02:17:25 Login Succeeded 02:17:25 ---> ****-login.sh ends [Pipeline] } 02:17:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 02:17:26 + git config --global --add safe.directory /w/workspace/edgex-go/879 [Pipeline] echo 02:17:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:17:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:17:26 ========================================================= 02:17:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 02:17:26 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:17:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:17:26 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:17:26 94e9d8af2201: Pulling fs layer 02:17:26 a6c56e8762df: Pulling fs layer 02:17:26 f0f3c8884826: Pulling fs layer 02:17:26 c7e7622c144d: Pulling fs layer 02:17:26 4f4fb700ef54: Pulling fs layer 02:17:26 b4c3b6d88c5a: Pulling fs layer 02:17:26 ba8bce9d2590: Pulling fs layer 02:17:26 ca778ea9c289: Pulling fs layer 02:17:26 c7e7622c144d: Waiting 02:17:26 4f4fb700ef54: Waiting 02:17:26 b4c3b6d88c5a: Waiting 02:17:26 ba8bce9d2590: Waiting 02:17:26 ca778ea9c289: Waiting 02:17:26 a6c56e8762df: Verifying Checksum 02:17:26 a6c56e8762df: Download complete 02:17:26 c7e7622c144d: Verifying Checksum 02:17:26 c7e7622c144d: Download complete 02:17:26 4f4fb700ef54: Verifying Checksum 02:17:26 4f4fb700ef54: Download complete 02:17:26 b4c3b6d88c5a: Verifying Checksum 02:17:26 b4c3b6d88c5a: Download complete 02:17:26 94e9d8af2201: Verifying Checksum 02:17:26 94e9d8af2201: Download complete 02:17:27 ca778ea9c289: Verifying Checksum 02:17:27 ca778ea9c289: Download complete 02:17:28 94e9d8af2201: Pull complete 02:17:28 a6c56e8762df: Pull complete 02:17:29 f0f3c8884826: Verifying Checksum 02:17:29 f0f3c8884826: Download complete 02:17:30 ba8bce9d2590: Verifying Checksum 02:17:30 ba8bce9d2590: Download complete 02:17:45 f0f3c8884826: Pull complete 02:17:45 c7e7622c144d: Pull complete 02:17:45 4f4fb700ef54: Pull complete 02:17:45 b4c3b6d88c5a: Pull complete 02:17:53 ba8bce9d2590: Pull complete 02:17:55 ca778ea9c289: Pull complete 02:17:55 Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 02:17:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:17:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 02:17:55 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:17:55 WORKDIR /edgex 02:17:55 COPY go.mod . 02:17:55 RUN go mod download 02:17:55 + docker build -t ci-base-image-arm64 -f - . 02:17:56 Sending build context to Docker daemon 3.708MB 02:17:56 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:17:56 ---> 47b25d7523d1 02:17:56 Step 2/4 : WORKDIR /edgex 02:17:58 ---> Running in dbd322c096ac 02:17:58 Removing intermediate container dbd322c096ac 02:17:58 ---> 8b3e1bf6076b 02:17:58 Step 3/4 : COPY go.mod . 02:17:59 ---> 4b437ba9169a 02:17:59 Step 4/4 : RUN go mod download 02:17:59 ---> Running in 283205d8c675 02:18:30 #156 ... 02:18:30 02:18:30 #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:18:30 #154 DONE 85.1s 02:18:30 02:18:30 #156 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:18:30 #156 DONE 85.1s 02:18:30 02:18:30 #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 02:18:30 #157 ... 02:18:30 02:18:30 #158 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:18:30 #158 DONE 0.1s 02:18:30 02:18:30 #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 02:18:30 #157 DONE 0.1s 02:18:30 02:18:30 #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:18:30 #159 DONE 0.1s 02:18:30 02:18:30 #160 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 02:18:30 #160 DONE 0.3s 02:18:30 02:18:30 #161 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 02:18:30 #161 DONE 0.3s 02:18:30 02:18:30 #162 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:18:30 #162 DONE 0.1s 02:18:30 02:18:30 #163 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 02:18:30 #163 DONE 0.9s 02:18:30 02:18:30 #164 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 02:18:30 #164 DONE 0.2s 02:18:30 02:18:30 #165 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 02:18:30 #165 DONE 0.1s 02:18:30 02:18:30 #166 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:18:30 #166 ... 02:18:30 02:18:30 #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:18:30 #167 DONE 0.2s 02:18:30 02:18:30 #168 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 02:18:30 #168 DONE 0.1s 02:18:30 02:18:30 #169 [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/ 02:18:30 #169 DONE 0.1s 02:18:30 02:18:30 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:18:30 #146 ... 02:18:30 02:18:30 #166 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:18:30 #166 DONE 1.0s 02:18:30 02:18:30 #170 [core-common-config-bootstrapper] exporting to image 02:18:30 #170 exporting layers 02:18:30 #170 ... 02:18:30 02:18:30 #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/ 02:18:30 #171 DONE 0.3s 02:18:30 02:18:30 #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/ 02:18:30 #172 DONE 0.1s 02:18:30 02:18:30 #170 [core-common-config-bootstrapper] exporting to image 02:18:30 #170 exporting layers 0.4s done 02:18:30 #170 writing image sha256:cb4f0c0ebcb0eff15715756c24fdd61f516cf77b71f5c73057597ea15925bc88 done 02:18:30 #170 naming to docker.io/library/core-common-config-bootstrapper done 02:18:30 #170 DONE 0.4s 02:18:30 02:18:30 #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:18:30 #173 DONE 0.1s 02:18:30 02:18:30 #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 02:18:30 #174 DONE 1.1s 02:18:30 02:18:30 #175 [security-bootstrapper] exporting to image 02:18:30 #175 exporting layers 0.6s done 02:18:30 #175 writing image sha256:3e99ba566a895e47ab7e44896e70cf751095adf2fd00cce0928363c63cc2622a done 02:18:30 #175 naming to docker.io/library/security-bootstrapper done 02:18:30 #175 DONE 0.6s 02:18:30 02:18:30 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:18:55 Removing intermediate container 283205d8c675 02:18:55 ---> 31ccf7ee6f79 02:18:55 Successfully built 31ccf7ee6f79 02:18:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:56 + docker inspect -f . ci-base-image-arm64 02:18:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:18:56 prd-ubuntu20.04-docker-arm64-4c-16g-6227 does not seem to be running inside a container 02:18:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/879 -v /w/workspace/edgex-go/879:/w/workspace/edgex-go/879:rw,z -v /w/workspace/edgex-go/879@tmp:/w/workspace/edgex-go/879@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 02:18:57 $ docker top c03953cbda4b2f9abeb61ad07d2e819127df4e4cc4cb113a101e1c75fc0478cf -eo pid,comm [Pipeline] { [Pipeline] sh 02:18:58 + go version 02:18:58 go version go1.23.9 linux/arm64 [Pipeline] } 02:18:58 $ docker stop --time=1 c03953cbda4b2f9abeb61ad07d2e819127df4e4cc4cb113a101e1c75fc0478cf 02:19:00 $ docker rm -f --volumes c03953cbda4b2f9abeb61ad07d2e819127df4e4cc4cb113a101e1c75fc0478cf [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 02:19:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:19:00 02:19:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:19:01 latest: Pulling from edgex-devops/edgex-compose-arm64 02:19:01 547446be3368: Pulling fs layer 02:19:01 d125d8839a47: Pulling fs layer 02:19:01 3e85d5ac6304: Pulling fs layer 02:19:01 c3105a71a48b: Pulling fs layer 02:19:01 0f093f025ec4: Pulling fs layer 02:19:01 c3106fc0e877: Pulling fs layer 02:19:01 c3105a71a48b: Waiting 02:19:01 0f093f025ec4: Waiting 02:19:01 c3106fc0e877: Waiting 02:19:01 547446be3368: Verifying Checksum 02:19:01 547446be3368: Download complete 02:19:01 c3105a71a48b: Verifying Checksum 02:19:01 c3105a71a48b: Download complete 02:19:02 d125d8839a47: Verifying Checksum 02:19:02 d125d8839a47: Download complete 02:19:02 c3106fc0e877: Verifying Checksum 02:19:02 c3106fc0e877: Download complete 02:19:02 0f093f025ec4: Verifying Checksum 02:19:02 0f093f025ec4: Download complete 02:19:02 547446be3368: Pull complete 02:19:03 d125d8839a47: Pull complete 02:19:04 3e85d5ac6304: Verifying Checksum 02:19:04 3e85d5ac6304: Download complete 02:19:14 3e85d5ac6304: Pull complete 02:19:14 c3105a71a48b: Pull complete 02:19:15 0f093f025ec4: Pull complete 02:19:15 c3106fc0e877: Pull complete 02:19:15 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 02:19:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:19:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:19:15 prd-ubuntu20.04-docker-arm64-4c-16g-6227 does not seem to be running inside a container 02:19:16 $ 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/879 -v /w/workspace/edgex-go/879:/w/workspace/edgex-go/879:rw,z -v /w/workspace/edgex-go/879@tmp:/w/workspace/edgex-go/879@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 02:19:18 $ docker top 23932e8c1ff5ab77961c51893831a41246021b464d8adf036ec2b4262196beee -eo pid,comm [Pipeline] { [Pipeline] sh 02:19:19 + docker compose -f ./docker-compose-build.yml build --parallel 02:19:26 #152 ... 02:19:26 02:19:26 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:19:26 #150 143.9 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:19:29 #1 [security-secretstore-setup internal] load build definition from Dockerfile 02:19:29 #1 transferring dockerfile: 2.49kB done 02:19:29 #1 DONE 0.1s 02:19:29 02:19:29 #2 [core-common-config-bootstrapper internal] load build definition from Dockerfile 02:19:29 #2 transferring dockerfile: 2.23kB done 02:19:29 #2 DONE 0.1s 02:19:29 02:19:29 #3 [core-command internal] load build definition from Dockerfile 02:19:29 #3 transferring dockerfile: 1.94kB done 02:19:29 #3 DONE 0.1s 02:19:29 02:19:29 #4 [security-spire-server internal] load build definition from Dockerfile 02:19:29 #4 transferring dockerfile: 1.70kB done 02:19:29 #4 DONE 0.1s 02:19:29 02:19:29 #5 [security-spire-config internal] load build definition from Dockerfile 02:19:29 #5 transferring dockerfile: 1.69kB 0.0s done 02:19:29 #5 DONE 0.1s 02:19:29 02:19:29 #6 [security-spire-agent internal] load build definition from Dockerfile 02:19:29 #6 transferring dockerfile: 1.81kB 0.0s done 02:19:29 #6 DONE 0.1s 02:19:29 02:19:29 #7 [security-spiffe-token-provider internal] load build definition from Dockerfile 02:19:29 #7 transferring dockerfile: 1.89kB 0.0s done 02:19:29 #7 DONE 0.1s 02:19:29 02:19:29 #8 [security-proxy-auth internal] load build definition from Dockerfile 02:19:29 #8 transferring dockerfile: 2.14kB done 02:19:29 #8 DONE 0.1s 02:19:29 02:19:29 #9 [support-scheduler internal] load build definition from Dockerfile 02:19:29 #9 transferring dockerfile: 1.83kB done 02:19:29 #9 DONE 0.1s 02:19:29 02:19:29 #10 [security-bootstrapper internal] load build definition from Dockerfile 02:19:29 #10 transferring dockerfile: 3.02kB done 02:19:29 #10 DONE 0.1s 02:19:29 02:19:29 #11 [security-proxy-setup internal] load build definition from Dockerfile 02:19:29 #11 transferring dockerfile: 2.50kB done 02:19:29 #11 DONE 0.1s 02:19:29 02:19:29 #12 [core-data internal] load build definition from Dockerfile 02:19:29 #12 transferring dockerfile: 2.04kB done 02:19:29 #12 DONE 0.1s 02:19:29 02:19:29 #13 [core-metadata internal] load build definition from Dockerfile 02:19:29 #13 transferring dockerfile: 2.10kB done 02:19:29 #13 DONE 0.1s 02:19:29 02:19:29 #14 [core-keeper internal] load build definition from Dockerfile 02:19:29 #14 transferring dockerfile: 2.01kB done 02:19:29 #14 DONE 0.1s 02:19:29 02:19:29 #15 [support-notifications internal] load build definition from Dockerfile 02:19:29 #15 transferring dockerfile: 2.00kB done 02:19:30 #15 DONE 0.0s 02:19:30 02:19:30 #16 [security-secretstore-setup internal] load .dockerignore 02:19:30 #16 transferring context: 50B done 02:19:30 #16 DONE 0.1s 02:19:30 02:19:30 #17 [core-common-config-bootstrapper internal] load .dockerignore 02:19:30 #17 transferring context: 50B done 02:19:30 #17 DONE 0.0s 02:19:30 #150 DONE 152.9s 02:19:30 02:19:30 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:19:30 #146 DONE 150.2s 02:19:30 02:19:30 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:19:30 #152 DONE 152.9s 02:19:30 02:19:30 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:19:30 #147 DONE 152.9s 02:19:30 02:19:30 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:19:30 #151 DONE 152.9s 02:19:30 02:19:30 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:19:30 #153 DONE 152.9s 02:19:30 02:19:30 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:19:30 #148 DONE 152.9s 02:19:30 02:19:30 #155 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:19:30 #155 DONE 152.9s 02:19:30 02:19:30 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:19:30 #149 DONE 153.0s 02:19:30 02:19:30 #176 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 02:19:30 #176 ... 02:19:30 02:19:30 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:19:30 #144 DONE 153.0s 02:19:30 02:19:30 #18 [core-command internal] load .dockerignore 02:19:30 #18 transferring context: 50B 0.0s done 02:19:30 #18 DONE 0.1s 02:19:30 02:19:30 #19 [security-spire-server internal] load .dockerignore 02:19:30 #19 transferring context: 50B 0.0s done 02:19:30 #19 DONE 0.1s 02:19:30 02:19:30 #20 [security-spire-config internal] load .dockerignore 02:19:30 #20 transferring context: 50B 0.0s done 02:19:30 #20 DONE 0.1s 02:19:30 02:19:30 #21 [security-spire-agent internal] load .dockerignore 02:19:30 #21 transferring context: 50B done 02:19:30 #21 DONE 0.1s 02:19:30 02:19:30 #22 [security-spiffe-token-provider internal] load .dockerignore 02:19:30 #22 transferring context: 50B done 02:19:30 #22 DONE 0.1s 02:19:30 02:19:30 #23 [security-proxy-auth internal] load .dockerignore 02:19:30 #23 DONE 0.0s 02:19:31 02:19:31 #177 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 02:19:31 #177 DONE 0.3s 02:19:31 02:19:31 #178 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:19:31 #178 DONE 0.3s 02:19:31 02:19:31 #179 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 02:19:31 #179 DONE 0.2s 02:19:31 02:19:31 #176 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 02:19:31 #176 DONE 0.2s 02:19:31 02:19:31 #180 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:19:31 #180 DONE 0.2s 02:19:31 02:19:31 #181 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:19:31 #181 DONE 0.2s 02:19:31 02:19:31 #182 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:19:31 #182 DONE 0.2s 02:19:31 02:19:31 #183 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:19:31 #183 DONE 0.2s 02:19:31 02:19:31 #184 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 02:19:31 02:19:31 #23 [security-proxy-auth internal] load .dockerignore 02:19:31 #23 transferring context: 50B done 02:19:31 #23 DONE 0.1s 02:19:31 02:19:31 #24 [support-scheduler internal] load .dockerignore 02:19:31 #24 transferring context: 50B 0.0s done 02:19:31 #24 DONE 0.1s 02:19:31 02:19:31 #25 [security-bootstrapper internal] load .dockerignore 02:19:31 #25 transferring context: 50B 0.0s done 02:19:31 #25 DONE 0.1s 02:19:31 02:19:31 #26 [security-proxy-setup internal] load .dockerignore 02:19:31 #184 DONE 0.3s 02:19:31 02:19:31 #185 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 02:19:31 #185 DONE 0.3s 02:19:31 02:19:31 #186 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:19:31 #186 CACHED 02:19:31 02:19:31 #187 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:19:31 #187 CACHED 02:19:31 02:19:31 #188 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:19:31 #188 CACHED 02:19:31 02:19:31 #189 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:19:31 #189 CACHED 02:19:31 02:19:31 #190 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 02:19:31 #190 DONE 0.3s 02:19:31 02:19:31 #191 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:19:31 #191 DONE 0.3s 02:19:31 02:19:31 #192 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:19:31 #192 DONE 0.3s 02:19:31 02:19:31 #193 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 02:19:31 #193 DONE 0.3s 02:19:31 02:19:31 #194 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:19:31 #194 DONE 0.3s 02:19:31 02:19:31 #195 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:19:31 #195 DONE 0.2s 02:19:31 02:19:31 #196 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:19:31 #26 transferring context: 50B done 02:19:31 #26 DONE 0.1s 02:19:31 02:19:31 #27 [core-data internal] load .dockerignore 02:19:31 #27 transferring context: 50B done 02:19:31 #27 DONE 0.1s 02:19:31 02:19:31 #28 [core-metadata internal] load .dockerignore 02:19:31 #28 transferring context: 50B 0.0s done 02:19:31 #28 DONE 0.1s 02:19:31 02:19:31 #29 [core-keeper internal] load .dockerignore 02:19:31 #29 transferring context: 50B 0.0s done 02:19:31 #29 DONE 0.1s 02:19:31 02:19:31 #30 [support-notifications internal] load .dockerignore 02:19:31 #30 transferring context: 50B done 02:19:31 #30 DONE 0.1s 02:19:31 02:19:31 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:19:31 #31 DONE 0.0s 02:19:31 02:19:31 #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 02:19:31 #196 ... 02:19:31 02:19:31 #197 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:19:31 #197 DONE 0.8s 02:19:32 02:19:32 #198 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 02:19:32 #198 DONE 0.9s 02:19:32 02:19:32 #199 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:19:32 #199 DONE 0.9s 02:19:32 02:19:32 #200 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:19:32 #200 DONE 0.9s 02:19:32 02:19:32 #201 [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 02:19:32 #201 DONE 0.9s 02:19:32 02:19:32 #202 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:19:32 #202 DONE 0.9s 02:19:32 02:19:32 #203 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:19:32 #203 DONE 0.9s 02:19:32 02:19:32 #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 02:19:32 #204 DONE 0.9s 02:19:32 02:19:32 #196 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:19:32 #196 DONE 0.9s 02:19:32 02:19:32 #205 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:19:32 #205 DONE 0.9s 02:19:32 02:19:32 #206 [core-keeper] exporting to image 02:19:32 #206 exporting layers 02:19:32 #206 ... 02:19:32 02:19:32 #207 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 02:19:32 #207 DONE 0.2s 02:19:32 02:19:32 #208 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:19:32 #208 DONE 0.2s 02:19:32 02:19:32 #209 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 02:19:32 #209 DONE 0.2s 02:19:32 02:19:32 #210 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 02:19:32 #210 DONE 0.2s 02:19:32 02:19:32 #211 [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 02:19:32 #211 DONE 0.2s 02:19:32 02:19:32 #212 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 02:19:32 #212 DONE 0.2s 02:19:32 02:19:32 #213 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 02:19:32 #213 DONE 0.2s 02:19:32 02:19:32 #214 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 02:19:32 #214 DONE 0.2s 02:19:32 02:19:32 #215 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:19:32 #215 DONE 0.2s 02:19:32 02:19:32 #206 [core-keeper] exporting to image 02:19:32 #206 exporting layers 0.1s done 02:19:32 #206 writing image sha256:47cf174dacc2a0850cbd085bd65615756ec37c69b5db30bfb20d9189247b30ae done 02:19:32 #206 naming to docker.io/library/core-keeper done 02:19:32 #32 ... 02:19:32 02:19:32 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:19:32 #31 DONE 0.0s 02:19:32 02:19:32 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 02:19:32 #206 DONE 0.2s 02:19:32 02:19:32 #216 [core-data] exporting to image 02:19:32 #216 ... 02:19:32 02:19:32 #217 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:19:32 #217 DONE 0.3s 02:19:32 02:19:32 #218 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:19:32 #218 DONE 0.3s 02:19:32 #32 DONE 0.7s 02:19:32 02:19:32 #33 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:19:32 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 02:19:32 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:19:32 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 02:19:32 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 02:19:32 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0B / 4.09MB 0.1s 02:19:32 #33 ... 02:19:32 02:19:32 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:19:32 #31 DONE 0.0s 02:19:32 02:19:32 #33 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:19:32 02:19:32 #219 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:19:32 #219 DONE 0.3s 02:19:32 02:19:32 #220 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:19:32 #220 DONE 0.3s 02:19:32 02:19:32 #221 [core-command] exporting to image 02:19:32 #221 exporting layers 0.2s done 02:19:32 #221 writing image sha256:3930c435c5621b756bf3808a40a9900350c47673dfa4e8ceb8f07cb79d3152f2 done 02:19:32 #221 naming to docker.io/library/core-command done 02:19:32 #221 DONE 0.3s 02:19:32 02:19:32 #222 [core-metadata] exporting to image 02:19:32 #222 ... 02:19:32 02:19:32 #223 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:19:32 #223 DONE 0.2s 02:19:32 02:19:32 #224 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:19:32 #224 DONE 0.2s 02:19:32 #33 ... 02:19:32 02:19:32 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:19:32 #31 DONE 0.0s 02:19:32 02:19:32 #33 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:19:32 #33 ... 02:19:32 02:19:32 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 02:19:32 #32 DONE 0.7s 02:19:32 02:19:32 #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:19:32 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 02:19:32 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:19:32 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 02:19:32 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 02:19:32 02:19:32 #216 [core-data] exporting to image 02:19:32 #216 exporting layers 0.5s done 02:19:32 #216 writing image sha256:ba8f63b8e92c8b0fab4e8a4c4e3f4c3d520d6e404b226f92c43830994746e198 0.0s done 02:19:32 #216 naming to docker.io/library/core-data done 02:19:32 #216 DONE 0.6s 02:19:32 02:19:32 #225 [support-notifications] exporting to image 02:19:32 #225 exporting layers 0.5s done 02:19:32 #225 writing image sha256:add33dba544a1d60c53cdb1c4a2538af03c4078236ec88714864eb826b6c33aa 0.0s done 02:19:32 #225 naming to docker.io/library/support-notifications done 02:19:32 #225 DONE 0.6s 02:19:32 02:19:32 #226 [security-spiffe-token-provider] exporting to image 02:19:32 #226 exporting layers 0.6s done 02:19:32 #226 writing image sha256:bea2a25dcf3f985d067c751c9e39352cbadaf4e21d0018718371a155e7eb55a0 done 02:19:32 #226 naming to docker.io/library/security-spiffe-token-provider done 02:19:32 #226 DONE 0.7s 02:19:32 02:19:32 #227 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:19:32 #227 DONE 0.2s 02:19:32 02:19:32 #228 [support-scheduler] exporting to image 02:19:32 #228 exporting layers 0.6s done 02:19:32 #228 writing image sha256:9fcd202e9eec162b1eba07276cd08616108516321cb02412dcf75f94c683c874 done 02:19:32 #228 naming to docker.io/library/support-scheduler done 02:19:32 #228 DONE 0.7s 02:19:32 02:19:32 #229 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:19:32 #229 DONE 0.5s 02:19:32 02:19:32 #230 [security-proxy-auth] exporting to image 02:19:33 #33 ... 02:19:33 02:19:33 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:19:33 #31 DONE 0.0s 02:19:33 02:19:33 #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:19:33 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 1.05MB / 4.09MB 0.5s 02:19:33 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.10MB / 4.09MB 0.6s 02:19:33 #33 ... 02:19:33 02:19:33 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:19:33 #31 DONE 0.0s 02:19:33 02:19:33 #33 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:19:33 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 02:19:33 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:19:33 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 02:19:33 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 02:19:33 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.8s 02:19:33 #230 ... 02:19:33 02:19:33 #231 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:19:33 #231 DONE 0.1s 02:19:33 02:19:33 #222 [core-metadata] exporting to image 02:19:33 #222 exporting layers 0.6s done 02:19:33 #222 writing image sha256:e3c75b665c6edc22d9dce79303e10c95620f0a28266c2c1e567133df3ce2714e done 02:19:33 #222 naming to docker.io/library/core-metadata done 02:19:33 #222 DONE 0.7s 02:19:33 02:19:33 #232 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:19:33 #232 DONE 0.5s 02:19:33 02:19:33 #233 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:19:33 #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 02:19:33 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.9s done 02:19:33 #233 ... 02:19:33 02:19:33 #230 [security-proxy-auth] exporting to image 02:19:33 #230 exporting layers 0.2s done 02:19:33 #230 writing image sha256:113779adb251bcbd2d8e6703fdb4d30a416308464e838cb919d3334f7a11fd39 done 02:19:33 #230 naming to docker.io/library/security-proxy-auth done 02:19:33 #230 DONE 0.2s 02:19:33 02:19:33 #234 [security-proxy-setup] exporting to image 02:19:33 #234 exporting layers 0.2s done 02:19:33 #234 writing image sha256:7537ac0ca7967cf86879cc934b6f696ba249089b208f65993b8a683fbe499a43 done 02:19:33 #234 naming to docker.io/library/security-proxy-setup done 02:19:33 #234 DONE 0.2s 02:19:33 02:19:33 #233 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:19:33 #233 DONE 0.4s 02:19:33 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.9s done 02:19:33 02:19:33 #235 [security-secretstore-setup] exporting to image 02:19:33 #235 exporting layers 0.2s done 02:19:33 #235 writing image sha256:1d9f27710a81c600bf013cf88edaac664e6ff1617129d2d853713ef185b231ee done 02:19:33 #235 naming to docker.io/library/security-secretstore-setup done 02:19:33 #235 DONE 0.2s 02:19:33 time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:19:33 time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:19:33 time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:19:33 time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:19:33 time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:19:33 time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:19:33 time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:19:33 time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:19:33 time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:19:33 time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:19:33 time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:19:33 time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:19:33 time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:19:33 time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:19:33 time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 02:19:33 $ docker stop --time=1 e3e58f26d9fe9eae2374d77f4008a23409da35fa507ca1e19a3176a5b7e1b906 02:19:33 #33 ... 02:19:33 02:19:33 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:19:33 #31 DONE 0.0s 02:19:33 02:19:33 #33 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:19:33 #33 ... 02:19:33 02:19:33 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:19:33 #31 DONE 0.0s 02:19:34 02:19:34 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:19:34 #31 DONE 0.0s 02:19:34 02:19:34 #33 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:19:34 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 02:19:34 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:19:34 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 02:19:34 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 02:19:34 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.9s done 02:19:34 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 02:19:34 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:19:34 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 02:19:34 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 02:19:34 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.9s done 02:19:34 #33 ... 02:19:34 02:19:34 #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 02:19:34 #34 DONE 1.8s 02:19:34 02:19:34 #33 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:19:34 #33 ... 02:19:34 02:19:34 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:19:34 #31 DONE 0.0s 02:19:34 02:19:34 #33 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:19:34 #33 ... 02:19:34 02:19:34 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:19:34 #31 DONE 0.0s 02:19:34 02:19:34 #35 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 02:19:34 #35 DONE 2.2s 02:19:34 02:19:34 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:19:34 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 02:19:34 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:19:34 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 02:19:34 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 02:19:34 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.9s done 02:19:34 #33 ... 02:19:34 02:19:34 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 02:19:34 #32 DONE 2.2s 02:19:34 02:19:34 #33 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:19:34 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 02:19:34 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:19:34 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 02:19:34 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 02:19:34 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.9s done 02:19:34 #33 ... 02:19:34 02:19:34 #36 [core-common-config-bootstrapper internal] load build context 02:19:34 #36 transferring context: 3.23MB 1.9s done 02:19:34 #36 DONE 2.7s 02:19:34 02:19:34 #33 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:19:35 $ docker rm -f --volumes e3e58f26d9fe9eae2374d77f4008a23409da35fa507ca1e19a3176a5b7e1b906 [Pipeline] // withDockerContainer [Pipeline] sh 02:19:35 #33 ... 02:19:35 02:19:35 #37 [core-command internal] load build context 02:19:35 #37 transferring context: 3.23MB 2.0s done 02:19:35 #37 DONE 2.8s 02:19:35 02:19:35 #38 [security-secretstore-setup internal] load build context 02:19:35 #38 transferring context: 3.23MB 2.0s done 02:19:35 #38 DONE 2.9s 02:19:35 02:19:35 #33 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:19:35 + docker images 02:19:35 REPOSITORY TAG IMAGE ID CREATED SIZE 02:19:35 security-proxy-setup latest 7537ac0ca796 2 seconds ago 48.8MB 02:19:35 security-secretstore-setup latest 1d9f27710a81 2 seconds ago 79.2MB 02:19:35 support-notifications latest add33dba544a 3 seconds ago 52.4MB 02:19:35 core-command latest 3930c435c562 3 seconds ago 39.4MB 02:19:35 support-scheduler latest 9fcd202e9eec 3 seconds ago 48.9MB 02:19:35 security-proxy-auth latest 113779adb251 3 seconds ago 44.3MB 02:19:35 core-data latest ba8f63b8e92c 3 seconds ago 45.1MB 02:19:35 core-metadata latest e3c75b665c6e 3 seconds ago 45.2MB 02:19:35 security-spiffe-token-provider latest bea2a25dcf3f 3 seconds ago 47.7MB 02:19:35 core-keeper latest 47cf174dacc2 4 seconds ago 44.9MB 02:19:35 security-bootstrapper latest 3e99ba566a89 About a minute ago 20.4MB 02:19:35 core-common-config-bootstrapper latest cb4f0c0ebcb0 About a minute ago 19.4MB 02:19:35 security-spire-agent latest a0eea996bdb4 3 minutes ago 195MB 02:19:35 security-spire-server latest 07ce577c5039 3 minutes ago 149MB 02:19:35 security-spire-config latest bea5e9ddbd3b 3 minutes ago 149MB 02:19:35 ci-base-image-x86_64 latest 5be8c2a0a8f4 6 minutes ago 930MB 02:19:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine d619b1717253 20 minutes ago 580MB 02:19:35 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 2 months ago 573MB 02:19: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 02:19:35 provisioning config files... 02:19:35 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/879@tmp/config6096293375053817009tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:19:35 ---> ****-login.sh 02:19:35 nexus3.edgexfoundry.org:10001 02:19:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:19:35 Login Succeeded 02:19:35 nexus3.edgexfoundry.org:10002 02:19:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:19:35 Login Succeeded 02:19:35 nexus3.edgexfoundry.org:10003 02:19:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:19:36 Login Succeeded 02:19:36 nexus3.edgexfoundry.org:10004 02:19:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:19:36 Login Succeeded 02:19:36 ****.io 02:19:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:19:36 #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.7s done 02:19:36 #33 ... 02:19:36 02:19:36 #39 [security-proxy-auth internal] load build context 02:19:36 #39 transferring context: 3.23MB 2.0s done 02:19:36 #39 DONE 3.2s 02:19:36 02:19:36 #40 [security-spiffe-token-provider internal] load build context 02:19:36 #40 transferring context: 3.23MB 2.1s done 02:19:36 #40 DONE 3.2s 02:19:36 02:19:36 #33 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:19:36 #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.7s done 02:19:36 Login Succeeded 02:19:36 ---> ****-login.sh ends [Pipeline] } 02:19:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:19:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:19:36 [edgeXDocker.push] Tagging docker image core-command with the following tags: 02:19:36 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:19:36 latest 02:19:36 4.1.0-dev.42 02:19:36 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:19:36 main 02:19:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:36 #33 ... 02:19:36 02:19:36 #41 [support-scheduler internal] load build context 02:19:36 #41 transferring context: 3.23MB 2.0s done 02:19:36 #41 DONE 3.6s 02:19:36 02:19:36 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:19:36 #42 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 02:19:36 #42 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 02:19:36 #42 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 02:19:36 #42 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 02:19:36 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.6s done 02:19:36 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.6s done 02:19:36 #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.7s done 02:19:36 #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 02:19:36 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 1.9s 02:19:36 #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 02:19:36 #42 ... 02:19:36 02:19:36 #43 [security-spire-server internal] load build context 02:19:36 #43 transferring context: 23.80kB 0.2s done 02:19:36 #43 DONE 2.4s 02:19:36 02:19:36 #44 [security-spire-config internal] load build context 02:19:36 #44 transferring context: 22.05kB 0.2s done 02:19:36 #44 DONE 2.4s 02:19:36 02:19:36 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:19:36 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:37 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.53MB / 33.17MB 2.1s 02:19:37 #42 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 02:19:37 #42 ... 02:19:37 02:19:37 #45 [security-spire-agent internal] load build context 02:19:37 #45 transferring context: 23.33kB 0.2s done 02:19:37 #45 DONE 2.6s 02:19:37 02:19:37 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:19:37 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.68MB / 33.17MB 2.2s 02:19:37 #42 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done 02:19:37 + docker push nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:19:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:19:37 1d871a444922: Preparing 02:19:37 fbac357d5602: Preparing 02:19:37 d3dbc8d4afca: Preparing 02:19:37 5951337c8938: Preparing 02:19:37 1e135dadba6c: Preparing 02:19:37 53a7d0d021df: Preparing 02:19:37 097100c76c15: Preparing 02:19:37 53a7d0d021df: Waiting 02:19:37 097100c76c15: Waiting 02:19:37 d3dbc8d4afca: Pushed 02:19:37 1d871a444922: Pushed 02:19:37 5951337c8938: Pushed 02:19:37 1e135dadba6c: Pushed 02:19:37 097100c76c15: Layer already exists 02:19:37 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.83MB / 33.17MB 2.5s 02:19:37 53a7d0d021df: Pushed 02:19:37 #42 ... 02:19:37 02:19:37 #46 [security-bootstrapper internal] load build context 02:19:37 #46 transferring context: 3.23MB 1.7s done 02:19:37 #46 DONE 3.3s 02:19:37 02:19:37 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:19:37 #42 ... 02:19:37 02:19:37 #47 [security-proxy-setup internal] load build context 02:19:37 #47 transferring context: 3.23MB 1.7s done 02:19:37 #47 DONE 3.4s 02:19:37 02:19:37 #48 [core-data internal] load build context 02:19:37 #48 transferring context: 3.23MB 2.1s done 02:19:37 #48 DONE 3.5s 02:19:37 02:19:37 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:19:37 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.53MB / 33.17MB 2.8s 02:19:37 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.02MB / 33.17MB 3.0s 02:19:38 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.12MB / 33.17MB 3.2s 02:19:38 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.21MB / 33.17MB 3.3s 02:19:38 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 3.5s 02:19:38 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 3.7s 02:19:38 #42 ... 02:19:38 02:19:38 #49 [core-keeper internal] load build context 02:19:38 #49 transferring context: 3.23MB 1.4s done 02:19:38 #49 DONE 3.9s 02:19:38 02:19:38 #50 [core-metadata internal] load build context 02:19:38 #50 transferring context: 3.23MB 1.4s done 02:19:38 #50 DONE 3.9s 02:19:38 02:19:38 #51 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 02:19:38 #51 DONE 7.4s 02:19:38 02:19:38 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:19:38 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 3.7s done 02:19:38 #42 ... 02:19:38 02:19:38 #52 [support-notifications internal] load build context 02:19:38 #52 transferring context: 3.23MB 1.4s done 02:19:38 #52 DONE 3.9s 02:19:38 02:19:38 #53 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 02:19:39 fbac357d5602: Pushed 02:19:40 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:5ffa940ffe25b70919e12ef41ee95022effeaf36187222168c632d57a35e64d9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:40 #53 DONE 2.5s 02:19:40 02:19:40 #54 [core-data builder 3/7] RUN apk add --update --no-cache make git 02:19:40 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:40 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 02:19:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:19:40 1d871a444922: Preparing 02:19:40 fbac357d5602: Preparing 02:19:40 d3dbc8d4afca: Preparing 02:19:40 5951337c8938: Preparing 02:19:40 1e135dadba6c: Preparing 02:19:40 53a7d0d021df: Preparing 02:19:40 097100c76c15: Preparing 02:19:40 53a7d0d021df: Waiting 02:19:40 097100c76c15: Waiting 02:19:40 1d871a444922: Layer already exists 02:19:40 5951337c8938: Layer already exists 02:19:40 1e135dadba6c: Layer already exists 02:19:40 d3dbc8d4afca: Layer already exists 02:19:40 fbac357d5602: Layer already exists 02:19:40 53a7d0d021df: Layer already exists 02:19:40 097100c76c15: Layer already exists 02:19:40 latest: digest: sha256:5ffa940ffe25b70919e12ef41ee95022effeaf36187222168c632d57a35e64d9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:41 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:41 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 02:19:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:19:41 1d871a444922: Preparing 02:19:41 fbac357d5602: Preparing 02:19:41 d3dbc8d4afca: Preparing 02:19:41 5951337c8938: Preparing 02:19:41 1e135dadba6c: Preparing 02:19:41 53a7d0d021df: Preparing 02:19:41 097100c76c15: Preparing 02:19:41 53a7d0d021df: Waiting 02:19:41 097100c76c15: Waiting 02:19:41 fbac357d5602: Layer already exists 02:19:41 1e135dadba6c: Layer already exists 02:19:41 1d871a444922: Layer already exists 02:19:41 d3dbc8d4afca: Layer already exists 02:19:41 5951337c8938: Layer already exists 02:19:41 53a7d0d021df: Layer already exists 02:19:41 097100c76c15: Layer already exists 02:19:41 4.1.0-dev.42: digest: sha256:5ffa940ffe25b70919e12ef41ee95022effeaf36187222168c632d57a35e64d9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:41 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:42 + docker push nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:19:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:19:42 1d871a444922: Preparing 02:19:42 fbac357d5602: Preparing 02:19:42 d3dbc8d4afca: Preparing 02:19:42 5951337c8938: Preparing 02:19:42 1e135dadba6c: Preparing 02:19:42 53a7d0d021df: Preparing 02:19:42 097100c76c15: Preparing 02:19:42 53a7d0d021df: Waiting 02:19:42 097100c76c15: Waiting 02:19:42 1d871a444922: Layer already exists 02:19:42 5951337c8938: Layer already exists 02:19:42 fbac357d5602: Layer already exists 02:19:42 1e135dadba6c: Layer already exists 02:19:42 d3dbc8d4afca: Layer already exists 02:19:42 097100c76c15: Layer already exists 02:19:42 53a7d0d021df: Layer already exists 02:19:42 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:5ffa940ffe25b70919e12ef41ee95022effeaf36187222168c632d57a35e64d9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:42 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:42 + docker push nexus3.edgexfoundry.org:10004/core-command:main 02:19:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:19:42 1d871a444922: Preparing 02:19:42 fbac357d5602: Preparing 02:19:42 d3dbc8d4afca: Preparing 02:19:42 5951337c8938: Preparing 02:19:42 1e135dadba6c: Preparing 02:19:42 53a7d0d021df: Preparing 02:19:42 097100c76c15: Preparing 02:19:42 53a7d0d021df: Waiting 02:19:42 097100c76c15: Waiting 02:19:42 fbac357d5602: Layer already exists 02:19:42 1e135dadba6c: Layer already exists 02:19:42 5951337c8938: Layer already exists 02:19:42 d3dbc8d4afca: Layer already exists 02:19:42 1d871a444922: Layer already exists 02:19:42 53a7d0d021df: Layer already exists 02:19:42 097100c76c15: Layer already exists 02:19:42 main: digest: sha256:5ffa940ffe25b70919e12ef41ee95022effeaf36187222168c632d57a35e64d9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:19:42 ===================================================== [Pipeline] echo 02:19:42 taggedImages: 02:19:42 - nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:19:42 - nexus3.edgexfoundry.org:10004/core-command:latest 02:19:42 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 02:19:42 - nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:19:42 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 02:19:42 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 02:19:42 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:19:42 latest 02:19:42 4.1.0-dev.42 02:19:42 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:19:42 main 02:19:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:43 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:43 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:19:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:19:43 15973564894f: Preparing 02:19:43 a7342ec4424b: Preparing 02:19:43 817110e11e82: Preparing 02:19:43 be3374aab768: Preparing 02:19:43 d3dbc8d4afca: Preparing 02:19:43 5951337c8938: Preparing 02:19:43 1e135dadba6c: Preparing 02:19:43 53a7d0d021df: Preparing 02:19:43 097100c76c15: Preparing 02:19:43 53a7d0d021df: Waiting 02:19:43 097100c76c15: Waiting 02:19:43 5951337c8938: Waiting 02:19:43 1e135dadba6c: Waiting 02:19:43 d3dbc8d4afca: Layer already exists 02:19:43 5951337c8938: Layer already exists 02:19:43 1e135dadba6c: Layer already exists 02:19:43 15973564894f: Pushed 02:19:43 53a7d0d021df: Layer already exists 02:19:43 a7342ec4424b: Pushed 02:19:43 817110e11e82: Pushed 02:19:43 097100c76c15: Layer already exists 02:19:44 #54 ... 02:19:44 02:19:44 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:19:44 #55 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.2s done 02:19:44 #55 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 02:19:44 #55 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 02:19:44 #55 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 02:19:44 #55 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.4s done 02:19:44 #55 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.5s done 02:19:44 #55 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 02:19:44 #55 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.8s done 02:19:44 #55 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 2.0s done 02:19:44 #55 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.0s done 02:19:44 #55 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 6.3s 02:19:44 #55 ... 02:19:44 02:19:44 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:19:44 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.6s 02:19:45 be3374aab768: Pushed 02:19:45 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:a35875b4026803cf2cb121c84d5a830525f2d59f31720a71672bd0c92a30cc1c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19: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 02:19:45 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:19:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:19:45 15973564894f: Preparing 02:19:45 a7342ec4424b: Preparing 02:19:45 817110e11e82: Preparing 02:19:45 be3374aab768: Preparing 02:19:45 d3dbc8d4afca: Preparing 02:19:45 5951337c8938: Preparing 02:19:45 5951337c8938: Waiting 02:19:45 1e135dadba6c: Preparing 02:19:45 53a7d0d021df: Preparing 02:19:45 097100c76c15: Preparing 02:19:45 1e135dadba6c: Waiting 02:19:45 097100c76c15: Waiting 02:19:45 53a7d0d021df: Waiting 02:19:45 d3dbc8d4afca: Layer already exists 02:19:45 a7342ec4424b: Layer already exists 02:19:45 817110e11e82: Layer already exists 02:19:45 be3374aab768: Layer already exists 02:19:45 15973564894f: Layer already exists 02:19:45 1e135dadba6c: Layer already exists 02:19:45 097100c76c15: Layer already exists 02:19:45 53a7d0d021df: Layer already exists 02:19:45 5951337c8938: Layer already exists 02:19:45 latest: digest: sha256:a35875b4026803cf2cb121c84d5a830525f2d59f31720a71672bd0c92a30cc1c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:46 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 02:19:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:19:46 15973564894f: Preparing 02:19:46 a7342ec4424b: Preparing 02:19:46 817110e11e82: Preparing 02:19:46 be3374aab768: Preparing 02:19:46 d3dbc8d4afca: Preparing 02:19:46 5951337c8938: Preparing 02:19:46 1e135dadba6c: Preparing 02:19:46 53a7d0d021df: Preparing 02:19:46 097100c76c15: Preparing 02:19:46 1e135dadba6c: Waiting 02:19:46 53a7d0d021df: Waiting 02:19:46 097100c76c15: Waiting 02:19:46 5951337c8938: Waiting 02:19:46 d3dbc8d4afca: Layer already exists 02:19:46 a7342ec4424b: Layer already exists 02:19:46 be3374aab768: Layer already exists 02:19:46 15973564894f: Layer already exists 02:19:46 817110e11e82: Layer already exists 02:19:46 53a7d0d021df: Layer already exists 02:19:46 5951337c8938: Layer already exists 02:19:46 097100c76c15: Layer already exists 02:19:46 1e135dadba6c: Layer already exists 02:19:46 4.1.0-dev.42: digest: sha256:a35875b4026803cf2cb121c84d5a830525f2d59f31720a71672bd0c92a30cc1c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:46 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:47 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:19:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:19:47 15973564894f: Preparing 02:19:47 a7342ec4424b: Preparing 02:19:47 817110e11e82: Preparing 02:19:47 be3374aab768: Preparing 02:19:47 d3dbc8d4afca: Preparing 02:19:47 5951337c8938: Preparing 02:19:47 5951337c8938: Waiting 02:19:47 1e135dadba6c: Preparing 02:19:47 53a7d0d021df: Preparing 02:19:47 097100c76c15: Preparing 02:19:47 1e135dadba6c: Waiting 02:19:47 097100c76c15: Waiting 02:19:47 53a7d0d021df: Waiting 02:19:47 a7342ec4424b: Layer already exists 02:19:47 d3dbc8d4afca: Layer already exists 02:19:47 817110e11e82: Layer already exists 02:19:47 15973564894f: Layer already exists 02:19:47 be3374aab768: Layer already exists 02:19:47 5951337c8938: Layer already exists 02:19:47 1e135dadba6c: Layer already exists 02:19:47 097100c76c15: Layer already exists 02:19:47 53a7d0d021df: Layer already exists 02:19:47 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:a35875b4026803cf2cb121c84d5a830525f2d59f31720a71672bd0c92a30cc1c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19: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 02:19:47 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:19:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:19:47 15973564894f: Preparing 02:19:47 a7342ec4424b: Preparing 02:19:47 817110e11e82: Preparing 02:19:47 be3374aab768: Preparing 02:19:47 d3dbc8d4afca: Preparing 02:19:47 5951337c8938: Preparing 02:19:47 1e135dadba6c: Preparing 02:19:47 53a7d0d021df: Preparing 02:19:47 097100c76c15: Preparing 02:19:47 5951337c8938: Waiting 02:19:47 53a7d0d021df: Waiting 02:19:47 1e135dadba6c: Waiting 02:19:47 097100c76c15: Waiting 02:19:47 be3374aab768: Layer already exists 02:19:47 a7342ec4424b: Layer already exists 02:19:47 d3dbc8d4afca: Layer already exists 02:19:47 817110e11e82: Layer already exists 02:19:47 15973564894f: Layer already exists 02:19:47 5951337c8938: Layer already exists 02:19:47 1e135dadba6c: Layer already exists 02:19:47 097100c76c15: Layer already exists 02:19:47 53a7d0d021df: Layer already exists 02:19:47 main: digest: sha256:a35875b4026803cf2cb121c84d5a830525f2d59f31720a71672bd0c92a30cc1c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:19:47 ===================================================== [Pipeline] echo 02:19:47 taggedImages: 02:19:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:19:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:19:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 02:19:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:19:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 02:19:47 [edgeXDocker.push] Tagging docker image core-data with the following tags: 02:19:47 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:19:47 latest 02:19:47 4.1.0-dev.42 02:19:47 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:19:47 main 02:19:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:48 #42 ... 02:19:48 02:19:48 #56 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:19:48 #0 6.471 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:19:48 #0 6.925 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:19:48 #0 8.529 (1/1) Installing dumb-init (1.2.5-r3) 02:19:48 #0 8.635 Executing busybox-1.36.1-r29.trigger 02:19:48 #0 8.690 OK: 9 MiB in 15 packages 02:19:48 #56 DONE 9.7s 02:19:48 02:19:48 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:19:48 #33 ... 02:19:48 02:19:48 #57 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 02:19:48 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 02:19:48 #57 ... 02:19:48 02:19:48 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [Pipeline] sh 02:19:48 #58 ... 02:19:48 02:19:48 #59 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:19:48 #59 DONE 10.0s 02:19:48 02:19:48 #60 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:19:48 #0 7.753 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:19:48 #0 8.169 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:19:48 #0 10.26 (1/4) Installing ca-certificates (20250619-r0) 02:19:48 + docker push nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:19:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:19:48 41ba09425466: Preparing 02:19:48 118daae1e546: Preparing 02:19:48 d3dbc8d4afca: Preparing 02:19:48 5951337c8938: Preparing 02:19:48 1e135dadba6c: Preparing 02:19:48 53a7d0d021df: Preparing 02:19:48 097100c76c15: Preparing 02:19:48 53a7d0d021df: Waiting 02:19:48 097100c76c15: Waiting 02:19:48 #60 ... 02:19:48 02:19:48 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:19:48 #61 ... 02:19:48 02:19:48 #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:19:48 5951337c8938: Layer already exists 02:19:48 41ba09425466: Pushed 02:19:48 d3dbc8d4afca: Layer already exists 02:19:49 1e135dadba6c: Layer already exists 02:19:49 53a7d0d021df: Layer already exists 02:19:49 097100c76c15: Layer already exists 02:19:49 #62 ... 02:19:49 02:19:49 #63 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:19:49 #0 8.735 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:19:49 #0 9.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:19:49 #63 ... 02:19:49 02:19:49 #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:19:49 #64 10.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:19:49 #64 ... 02:19:49 02:19:49 #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:19:49 #0 9.858 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:19:49 #0 10.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:19:49 #65 ... 02:19:49 02:19:49 #66 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:19:49 #66 ... 02:19:49 02:19:49 #67 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:19:49 #0 9.294 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:19:49 #0 9.809 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:19:49 #67 ... 02:19:49 02:19:49 #60 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:19:49 #60 10.47 (2/4) Installing dumb-init (1.2.5-r3) 02:19:49 #60 10.49 (3/4) Installing su-exec (0.2-r3) 02:19:49 #60 10.71 (4/4) Installing yq-go (4.44.1-r2) 02:19:49 #60 11.30 Executing busybox-1.36.1-r29.trigger 02:19:49 #60 11.33 Executing ca-certificates-20250619-r0.trigger 02:19:50 #60 ... 02:19:50 02:19:50 #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:19:50 #68 ... 02:19:50 02:19:50 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:19:50 #69 ... 02:19:50 02:19:50 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:19:50 #70 ... 02:19:50 02:19:50 #71 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:19:50 #71 ... 02:19:50 02:19:50 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:19:51 #72 ... 02:19:51 02:19:51 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:19:51 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.9s 02:19:52 118daae1e546: Pushed 02:19:52 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:4a19da03272cc4f447278146987f96cfbff4ee650a1e359da281043d6bc7c12f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:52 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:53 #42 ... 02:19:53 02:19:53 #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:19:53 #68 DONE 12.5s 02:19:53 02:19:53 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:19:53 #42 ... 02:19:53 02:19:53 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:19:53 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 02:19:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:19:53 41ba09425466: Preparing 02:19:53 118daae1e546: Preparing 02:19:53 d3dbc8d4afca: Preparing 02:19:53 5951337c8938: Preparing 02:19:53 1e135dadba6c: Preparing 02:19:53 53a7d0d021df: Preparing 02:19:53 097100c76c15: Preparing 02:19:53 53a7d0d021df: Waiting 02:19:53 097100c76c15: Waiting 02:19:53 5951337c8938: Layer already exists 02:19:53 d3dbc8d4afca: Layer already exists 02:19:53 41ba09425466: Layer already exists 02:19:53 1e135dadba6c: Layer already exists 02:19:53 118daae1e546: Layer already exists 02:19:53 53a7d0d021df: Layer already exists 02:19:53 097100c76c15: Layer already exists 02:19:53 latest: digest: sha256:4a19da03272cc4f447278146987f96cfbff4ee650a1e359da281043d6bc7c12f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:53 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:53 #73 ... 02:19:53 02:19:53 #60 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:19:53 #60 12.14 OK: 20 MiB in 18 packages 02:19:53 #60 DONE 15.1s 02:19:53 02:19:53 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:19:53 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 02:19:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:19:53 41ba09425466: Preparing 02:19:53 118daae1e546: Preparing 02:19:53 d3dbc8d4afca: Preparing 02:19:53 5951337c8938: Preparing 02:19:53 1e135dadba6c: Preparing 02:19:53 53a7d0d021df: Preparing 02:19:53 097100c76c15: Preparing 02:19:53 53a7d0d021df: Waiting 02:19:53 097100c76c15: Waiting 02:19:53 5951337c8938: Layer already exists 02:19:53 118daae1e546: Layer already exists 02:19:53 1e135dadba6c: Layer already exists 02:19:53 41ba09425466: Layer already exists 02:19:53 d3dbc8d4afca: Layer already exists 02:19:53 097100c76c15: Layer already exists 02:19:53 53a7d0d021df: Layer already exists 02:19:53 4.1.0-dev.42: digest: sha256:4a19da03272cc4f447278146987f96cfbff4ee650a1e359da281043d6bc7c12f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:54 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:54 + docker push nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:19:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:19:54 41ba09425466: Preparing 02:19:54 118daae1e546: Preparing 02:19:54 d3dbc8d4afca: Preparing 02:19:54 5951337c8938: Preparing 02:19:54 1e135dadba6c: Preparing 02:19:54 53a7d0d021df: Preparing 02:19:54 097100c76c15: Preparing 02:19:54 53a7d0d021df: Waiting 02:19:54 097100c76c15: Waiting 02:19:54 118daae1e546: Layer already exists 02:19:54 5951337c8938: Layer already exists 02:19:54 d3dbc8d4afca: Layer already exists 02:19:54 1e135dadba6c: Layer already exists 02:19:54 41ba09425466: Layer already exists 02:19:54 53a7d0d021df: Layer already exists 02:19:54 097100c76c15: Layer already exists 02:19:54 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:4a19da03272cc4f447278146987f96cfbff4ee650a1e359da281043d6bc7c12f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:54 #42 ... 02:19:54 02:19:54 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:19:54 #55 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.8s done 02:19:54 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:55 #55 ... 02:19:55 02:19:55 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:19:55 + docker push nexus3.edgexfoundry.org:10004/core-data:main 02:19:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:19:55 41ba09425466: Preparing 02:19:55 118daae1e546: Preparing 02:19:55 d3dbc8d4afca: Preparing 02:19:55 5951337c8938: Preparing 02:19:55 1e135dadba6c: Preparing 02:19:55 53a7d0d021df: Preparing 02:19:55 097100c76c15: Preparing 02:19:55 53a7d0d021df: Waiting 02:19:55 097100c76c15: Waiting 02:19:55 d3dbc8d4afca: Layer already exists 02:19:55 41ba09425466: Layer already exists 02:19:55 5951337c8938: Layer already exists 02:19:55 1e135dadba6c: Layer already exists 02:19:55 118daae1e546: Layer already exists 02:19:55 53a7d0d021df: Layer already exists 02:19:55 097100c76c15: Layer already exists 02:19:55 main: digest: sha256:4a19da03272cc4f447278146987f96cfbff4ee650a1e359da281043d6bc7c12f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:19:55 ===================================================== [Pipeline] echo 02:19:55 taggedImages: 02:19:55 - nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:19:55 - nexus3.edgexfoundry.org:10004/core-data:latest 02:19:55 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 02:19:55 - nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:19:55 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 02:19:55 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 02:19:55 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:19:55 latest 02:19:55 4.1.0-dev.42 02:19:55 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:19:55 main 02:19:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:55 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:56 + docker push nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:19:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:19:56 307b92b386fd: Preparing 02:19:56 a9baa728a20a: Preparing 02:19:56 5951337c8938: Preparing 02:19:56 c469ac9c98ec: Preparing 02:19:56 959b575fb07d: Preparing 02:19:56 097100c76c15: Preparing 02:19:56 097100c76c15: Waiting 02:19:56 959b575fb07d: Pushed 02:19:56 c469ac9c98ec: Pushed 02:19:56 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.2s 02:19:56 5951337c8938: Layer already exists 02:19:56 307b92b386fd: Pushed 02:19:56 097100c76c15: Layer already exists 02:19:58 #42 ... 02:19:58 02:19:58 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:19:58 #0 7.224 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:19:58 #74 ... 02:19:58 02:19:58 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:19:59 a9baa728a20a: Pushed 02:19:59 #42 ... 02:19:59 02:19:59 #63 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:19:59 #63 13.02 (1/3) Installing ca-certificates (20250619-r0) 02:19:59 #63 13.43 (2/3) Installing dumb-init (1.2.5-r3) 02:19:59 #63 13.49 (3/3) Installing tzdata (2025b-r0) 02:19:59 #63 16.54 Executing busybox-1.36.1-r29.trigger 02:19:59 #63 16.67 Executing ca-certificates-20250619-r0.trigger 02:19:59 #63 17.90 OK: 11 MiB in 17 packages 02:19:59 #63 DONE 21.2s 02:19:59 02:19:59 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:19:59 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:aa3e6c65676e7b895668e535c2bd055d3cc5db5e39484f8b097f080bf6802dc7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:00 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:00 #42 ... 02:20:00 02:20:00 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:20:00 #58 11.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:20:00 #58 13.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:20:00 #58 ... 02:20:00 02:20:00 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:20:00 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 02:20:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:20:00 307b92b386fd: Preparing 02:20:00 a9baa728a20a: Preparing 02:20:00 5951337c8938: Preparing 02:20:00 c469ac9c98ec: Preparing 02:20:00 959b575fb07d: Preparing 02:20:00 097100c76c15: Preparing 02:20:00 097100c76c15: Waiting 02:20:00 307b92b386fd: Layer already exists 02:20:00 c469ac9c98ec: Layer already exists 02:20:00 a9baa728a20a: Layer already exists 02:20:00 959b575fb07d: Layer already exists 02:20:00 5951337c8938: Layer already exists 02:20:00 097100c76c15: Layer already exists 02:20:00 latest: digest: sha256:aa3e6c65676e7b895668e535c2bd055d3cc5db5e39484f8b097f080bf6802dc7 size: 1572 [Pipeline] } [Pipeline] // withEnv 02:20:00 #42 ... 02:20:00 02:20:00 #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:20:00 #64 11.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:20:00 #64 ... 02:20:00 02:20:00 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:00 #42 ... 02:20:00 02:20:00 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:20:00 #61 12.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:20:00 #61 14.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:20:00 #61 ... 02:20:00 02:20:00 #66 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:20:00 #66 12.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:20:00 #66 13.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:20:00 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:01 #66 ... 02:20:01 02:20:01 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:20:01 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 02:20:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:20:01 307b92b386fd: Preparing 02:20:01 a9baa728a20a: Preparing 02:20:01 5951337c8938: Preparing 02:20:01 c469ac9c98ec: Preparing 02:20:01 959b575fb07d: Preparing 02:20:01 097100c76c15: Preparing 02:20:01 097100c76c15: Waiting 02:20:01 a9baa728a20a: Layer already exists 02:20:01 5951337c8938: Layer already exists 02:20:01 c469ac9c98ec: Layer already exists 02:20:01 307b92b386fd: Layer already exists 02:20:01 959b575fb07d: Layer already exists 02:20:01 097100c76c15: Layer already exists 02:20:01 4.1.0-dev.42: digest: sha256:aa3e6c65676e7b895668e535c2bd055d3cc5db5e39484f8b097f080bf6802dc7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:01 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 21.2s done 02:20:01 #42 ... 02:20:01 02:20:01 #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:20:01 #62 12.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:20:01 #62 15.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:20:01 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:01 #62 ... 02:20:01 02:20:01 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:20:01 #42 DONE 27.1s 02:20:01 02:20:01 #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:20:01 #64 23.23 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:20:01 #64 23.23 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:20:01 #64 23.23 OK: 24049 distinct packages available 02:20:01 + docker push nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:20:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:20:01 307b92b386fd: Preparing 02:20:01 a9baa728a20a: Preparing 02:20:01 5951337c8938: Preparing 02:20:01 c469ac9c98ec: Preparing 02:20:01 959b575fb07d: Preparing 02:20:01 097100c76c15: Preparing 02:20:01 097100c76c15: Waiting 02:20:01 307b92b386fd: Layer already exists 02:20:01 959b575fb07d: Layer already exists 02:20:01 c469ac9c98ec: Layer already exists 02:20:01 5951337c8938: Layer already exists 02:20:01 a9baa728a20a: Layer already exists 02:20:01 097100c76c15: Layer already exists 02:20:01 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:aa3e6c65676e7b895668e535c2bd055d3cc5db5e39484f8b097f080bf6802dc7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:01 #64 ... 02:20:01 02:20:01 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:20:01 #70 11.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:20:01 #70 13.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:20:01 #70 ... 02:20:01 02:20:01 #67 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:20:01 #67 18.24 (1/4) Installing dumb-init (1.2.5-r3) 02:20:01 #67 18.36 (2/4) Installing openssl (3.3.4-r0) 02:20:01 #67 18.50 (3/4) Installing su-exec (0.2-r3) 02:20:01 #67 18.54 (4/4) Installing yq-go (4.44.1-r2) 02:20:01 #67 19.99 Executing busybox-1.36.1-r29.trigger 02:20:01 #67 20.24 OK: 20 MiB in 18 packages 02:20:01 #67 DONE 23.5s 02:20:01 02:20:01 #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:20:02 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv 02:20:02 #75 ... 02:20:02 02:20:02 #54 [core-data builder 3/7] RUN apk add --update --no-cache make git 02:20:02 #54 11.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:20:02 #54 14.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 02:20:02 #54 ... 02:20:02 02:20:02 #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:20:02 #65 20.28 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:20:02 #65 20.28 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:20:02 #65 20.28 OK: 24049 distinct packages available 02:20:02 #65 22.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:20:02 #65 23.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:20:02 #65 ... 02:20:02 02:20:02 #71 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:20:02 #71 12.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:20:02 #71 14.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:20:02 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 02:20:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:20:02 307b92b386fd: Preparing 02:20:02 a9baa728a20a: Preparing 02:20:02 5951337c8938: Preparing 02:20:02 c469ac9c98ec: Preparing 02:20:02 959b575fb07d: Preparing 02:20:02 097100c76c15: Preparing 02:20:02 097100c76c15: Waiting 02:20:02 959b575fb07d: Layer already exists 02:20:02 a9baa728a20a: Layer already exists 02:20:02 5951337c8938: Layer already exists 02:20:02 307b92b386fd: Layer already exists 02:20:02 c469ac9c98ec: Layer already exists 02:20:02 097100c76c15: Layer already exists 02:20:02 main: digest: sha256:aa3e6c65676e7b895668e535c2bd055d3cc5db5e39484f8b097f080bf6802dc7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:20:02 ===================================================== [Pipeline] echo 02:20:02 taggedImages: 02:20:02 - nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:20:02 - nexus3.edgexfoundry.org:10004/core-keeper:latest 02:20:02 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 02:20:02 - nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:20:02 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 02:20:02 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 02:20:02 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:20:02 latest 02:20:02 4.1.0-dev.42 02:20:02 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:20:02 main 02:20:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:02 #71 ... 02:20:02 02:20:02 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:20:02 #73 4.893 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:20:02 #73 9.173 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:20:02 #73 ... 02:20:02 02:20:02 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:20:02 #69 12.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:20:02 #69 15.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:20:02 #69 ... 02:20:02 02:20:02 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:20:02 #72 12.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:20:02 #72 14.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:20:02 #72 ... 02:20:02 02:20:02 #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:20:02 #64 24.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:20:02 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:20:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:20:03 6f74a45f9e14: Preparing 02:20:03 bbd1998bfd96: Preparing 02:20:03 301686324bcf: Preparing 02:20:03 d3dbc8d4afca: Preparing 02:20:03 5951337c8938: Preparing 02:20:03 1e135dadba6c: Preparing 02:20:03 53a7d0d021df: Preparing 02:20:03 097100c76c15: Preparing 02:20:03 1e135dadba6c: Waiting 02:20:03 53a7d0d021df: Waiting 02:20:03 097100c76c15: Waiting 02:20:03 d3dbc8d4afca: Layer already exists 02:20:03 5951337c8938: Layer already exists 02:20:03 1e135dadba6c: Layer already exists 02:20:03 53a7d0d021df: Layer already exists 02:20:03 097100c76c15: Layer already exists 02:20:03 6f74a45f9e14: Pushed 02:20:03 bbd1998bfd96: Pushed 02:20:03 #64 ... 02:20:03 02:20:03 #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:20:03 #0 4.524 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:20:03 #0 7.229 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:20:03 #76 ... 02:20:03 02:20:03 #66 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:20:03 #66 24.85 (1/1) Installing dumb-init (1.2.5-r3) 02:20:03 #66 24.89 Executing busybox-1.36.1-r29.trigger 02:20:03 #66 25.04 OK: 9 MiB in 15 packages 02:20:05 #66 DONE 26.8s 02:20:05 02:20:05 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:20:05 #61 25.92 (1/7) Installing ca-certificates (20250619-r0) 02:20:05 #61 26.26 (2/7) Installing dumb-init (1.2.5-r3) 02:20:05 #61 26.27 (3/7) Installing libgcc (13.2.1_git20240309-r1) 02:20:05 #61 26.31 (4/7) Installing libsodium (1.0.19-r0) 02:20:05 #61 26.34 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 02:20:05 #61 26.61 (6/7) Installing libzmq (4.3.5-r2) 02:20:05 #61 26.77 (7/7) Installing zeromq (4.3.5-r2) 02:20:05 #61 27.03 Executing busybox-1.36.1-r29.trigger 02:20:05 #61 27.29 Executing ca-certificates-20250619-r0.trigger 02:20:06 #61 ... 02:20:06 02:20:06 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:20:06 #70 23.58 OK: 239 MiB in 58 packages 02:20:06 #70 DONE 25.6s 02:20:06 02:20:06 #77 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 02:20:06 #77 ... 02:20:06 02:20:06 #57 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 02:20:06 #57 9.122 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:20:06 #57 11.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:20:06 #57 ... 02:20:06 02:20:06 #77 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 02:20:06 #77 DONE 0.5s 02:20:06 02:20:06 #54 [core-data builder 3/7] RUN apk add --update --no-cache make git 02:20:06 #54 26.17 OK: 239 MiB in 58 packages 02:20:07 #54 ... 02:20:07 02:20:07 #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:20:07 #62 25.93 (1/2) Installing dumb-init (1.2.5-r3) 02:20:07 #62 25.96 (2/2) Installing su-exec (0.2-r3) 02:20:07 #62 25.98 Executing busybox-1.36.1-r29.trigger 02:20:07 #62 26.21 OK: 9 MiB in 16 packages 02:20:07 #62 DONE 28.9s 02:20:07 301686324bcf: Pushed 02:20:07 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:7aa3412dec963966b2cbd798de1ce9cc87caa433e0f8cee647cbfd1908b8ec06 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:07 02:20:07 #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:20:07 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:08 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 02:20:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:20:08 6f74a45f9e14: Preparing 02:20:08 bbd1998bfd96: Preparing 02:20:08 301686324bcf: Preparing 02:20:08 d3dbc8d4afca: Preparing 02:20:08 5951337c8938: Preparing 02:20:08 1e135dadba6c: Preparing 02:20:08 53a7d0d021df: Preparing 02:20:08 1e135dadba6c: Waiting 02:20:08 097100c76c15: Preparing 02:20:08 53a7d0d021df: Waiting 02:20:08 097100c76c15: Waiting 02:20:08 5951337c8938: Layer already exists 02:20:08 301686324bcf: Layer already exists 02:20:08 6f74a45f9e14: Layer already exists 02:20:08 bbd1998bfd96: Layer already exists 02:20:08 d3dbc8d4afca: Layer already exists 02:20:08 53a7d0d021df: Layer already exists 02:20:08 097100c76c15: Layer already exists 02:20:08 1e135dadba6c: Layer already exists 02:20:08 latest: digest: sha256:7aa3412dec963966b2cbd798de1ce9cc87caa433e0f8cee647cbfd1908b8ec06 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:08 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:08 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 02:20:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:20:08 6f74a45f9e14: Preparing 02:20:08 bbd1998bfd96: Preparing 02:20:08 301686324bcf: Preparing 02:20:08 d3dbc8d4afca: Preparing 02:20:08 5951337c8938: Preparing 02:20:08 1e135dadba6c: Preparing 02:20:08 53a7d0d021df: Preparing 02:20:08 097100c76c15: Preparing 02:20:08 53a7d0d021df: Waiting 02:20:08 1e135dadba6c: Waiting 02:20:08 097100c76c15: Waiting 02:20:08 301686324bcf: Layer already exists 02:20:08 5951337c8938: Layer already exists 02:20:08 d3dbc8d4afca: Layer already exists 02:20:08 bbd1998bfd96: Layer already exists 02:20:08 6f74a45f9e14: Layer already exists 02:20:08 53a7d0d021df: Layer already exists 02:20:08 097100c76c15: Layer already exists 02:20:08 1e135dadba6c: Layer already exists 02:20:08 4.1.0-dev.42: digest: sha256:7aa3412dec963966b2cbd798de1ce9cc87caa433e0f8cee647cbfd1908b8ec06 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:09 #78 ... 02:20:09 02:20:09 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:20:09 #69 26.47 OK: 239 MiB in 58 packages 02:20:09 #69 DONE 28.5s 02:20:09 02:20:09 #54 [core-command builder 3/7] RUN apk add --update --no-cache make git 02:20:09 #54 DONE 28.7s 02:20:09 02:20:09 #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ 02:20:09 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:20:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:20:09 6f74a45f9e14: Preparing 02:20:09 bbd1998bfd96: Preparing 02:20:09 301686324bcf: Preparing 02:20:09 d3dbc8d4afca: Preparing 02:20:09 5951337c8938: Preparing 02:20:09 1e135dadba6c: Preparing 02:20:09 53a7d0d021df: Preparing 02:20:09 097100c76c15: Preparing 02:20:09 1e135dadba6c: Waiting 02:20:09 53a7d0d021df: Waiting 02:20:09 097100c76c15: Waiting 02:20:09 6f74a45f9e14: Layer already exists 02:20:09 d3dbc8d4afca: Layer already exists 02:20:09 bbd1998bfd96: Layer already exists 02:20:09 301686324bcf: Layer already exists 02:20:09 5951337c8938: Layer already exists 02:20:09 53a7d0d021df: Layer already exists 02:20:09 1e135dadba6c: Layer already exists 02:20:09 097100c76c15: Layer already exists 02:20:09 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:7aa3412dec963966b2cbd798de1ce9cc87caa433e0f8cee647cbfd1908b8ec06 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:09 #79 ... 02:20:09 02:20:09 #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:20:09 #0 4.145 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:20:09 #0 5.858 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:20:09 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:09 #80 ... 02:20:09 02:20:09 #57 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 02:20:09 #57 22.14 OK: 9 MiB in 15 packages 02:20:09 #57 ... 02:20:09 02:20:09 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:20:09 #61 28.49 OK: 14 MiB in 21 packages 02:20:09 #61 DONE 31.5s 02:20:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 02:20:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:20:10 6f74a45f9e14: Preparing 02:20:10 bbd1998bfd96: Preparing 02:20:10 301686324bcf: Preparing 02:20:10 d3dbc8d4afca: Preparing 02:20:10 5951337c8938: Preparing 02:20:10 1e135dadba6c: Preparing 02:20:10 53a7d0d021df: Preparing 02:20:10 097100c76c15: Preparing 02:20:10 1e135dadba6c: Waiting 02:20:10 53a7d0d021df: Waiting 02:20:10 097100c76c15: Waiting 02:20:10 5951337c8938: Layer already exists 02:20:10 301686324bcf: Layer already exists 02:20:10 6f74a45f9e14: Layer already exists 02:20:10 d3dbc8d4afca: Layer already exists 02:20:10 bbd1998bfd96: Layer already exists 02:20:10 1e135dadba6c: Layer already exists 02:20:10 097100c76c15: Layer already exists 02:20:10 53a7d0d021df: Layer already exists 02:20:10 main: digest: sha256:7aa3412dec963966b2cbd798de1ce9cc87caa433e0f8cee647cbfd1908b8ec06 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:20:10 ===================================================== [Pipeline] echo 02:20:10 taggedImages: 02:20:10 - nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:20:10 - nexus3.edgexfoundry.org:10004/core-metadata:latest 02:20:10 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 02:20:10 - nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:20:10 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 02:20:10 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 02:20:10 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:20:10 latest 02:20:10 4.1.0-dev.42 02:20:10 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:20:10 main 02:20:10 ===================================================== 02:20:10 02:20:10 #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:20:10 #81 ... 02:20:10 02:20:10 #82 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:20:10 #82 DONE 1.3s 02:20:10 02:20:10 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:20:10 #74 11.67 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:10 #74 ... 02:20:10 02:20:10 #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ 02:20:10 #79 DONE 1.4s 02:20:10 02:20:10 #83 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:20:10 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:10 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:20:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:20:10 d37bc85a4f98: Preparing 02:20:10 92464772aeb2: Preparing 02:20:10 ad3f92fcf9c7: Preparing 02:20:10 5aebb628bcef: Preparing 02:20:10 8796211af09f: Preparing 02:20:10 379abe5d35fc: Preparing 02:20:10 cf72b975c68c: Preparing 02:20:10 d3dbc8d4afca: Preparing 02:20:10 5951337c8938: Preparing 02:20:10 30df0680aa74: Preparing 02:20:10 7c1737107b11: Preparing 02:20:10 5f70bf18a086: Preparing 02:20:10 b1340fef5018: Preparing 02:20:10 8751378ef96c: Preparing 02:20:10 49d134620f4d: Preparing 02:20:10 097100c76c15: Preparing 02:20:10 379abe5d35fc: Waiting 02:20:10 5f70bf18a086: Waiting 02:20:10 cf72b975c68c: Waiting 02:20:10 b1340fef5018: Waiting 02:20:10 8751378ef96c: Waiting 02:20:10 d3dbc8d4afca: Waiting 02:20:10 49d134620f4d: Waiting 02:20:10 5951337c8938: Waiting 02:20:10 7c1737107b11: Waiting 02:20:10 097100c76c15: Waiting 02:20:10 30df0680aa74: Waiting 02:20:10 92464772aeb2: Pushed 02:20:10 8796211af09f: Pushed 02:20:10 ad3f92fcf9c7: Pushed 02:20:10 5aebb628bcef: Pushed 02:20:10 d37bc85a4f98: Pushed 02:20:10 d3dbc8d4afca: Layer already exists 02:20:10 5951337c8938: Layer already exists 02:20:11 #83 ... 02:20:11 02:20:11 #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 02:20:11 #71 27.89 OK: 239 MiB in 58 packages 02:20:11 #71 DONE 31.3s 02:20:11 02:20:11 #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:20:11 #76 17.40 OK: 20 MiB in 18 packages 02:20:11 5f70bf18a086: Layer already exists 02:20:11 379abe5d35fc: Pushed 02:20:11 7c1737107b11: Pushed 02:20:11 b1340fef5018: Pushed 02:20:11 30df0680aa74: Pushed 02:20:11 8751378ef96c: Pushed 02:20:11 097100c76c15: Layer already exists 02:20:11 49d134620f4d: Pushed 02:20:11 #76 ... 02:20:11 02:20:11 #57 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 02:20:11 #57 DONE 24.0s 02:20:11 02:20:11 #84 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 02:20:12 cf72b975c68c: Pushed 02:20:12 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:a2bca146f2bd1cb28e1c4f74ba23e4c6dd97380961549434f89482c348e87dc6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:12 #84 DONE 1.7s 02:20:12 02:20:12 #85 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:20:12 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:20:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:20:13 d37bc85a4f98: Preparing 02:20:13 92464772aeb2: Preparing 02:20:13 ad3f92fcf9c7: Preparing 02:20:13 5aebb628bcef: Preparing 02:20:13 8796211af09f: Preparing 02:20:13 379abe5d35fc: Preparing 02:20:13 cf72b975c68c: Preparing 02:20:13 d3dbc8d4afca: Preparing 02:20:13 5951337c8938: Preparing 02:20:13 30df0680aa74: Preparing 02:20:13 7c1737107b11: Preparing 02:20:13 5f70bf18a086: Preparing 02:20:13 b1340fef5018: Preparing 02:20:13 8751378ef96c: Preparing 02:20:13 49d134620f4d: Preparing 02:20:13 097100c76c15: Preparing 02:20:13 d3dbc8d4afca: Waiting 02:20:13 5951337c8938: Waiting 02:20:13 30df0680aa74: Waiting 02:20:13 7c1737107b11: Waiting 02:20:13 5f70bf18a086: Waiting 02:20:13 b1340fef5018: Waiting 02:20:13 8751378ef96c: Waiting 02:20:13 49d134620f4d: Waiting 02:20:13 097100c76c15: Waiting 02:20:13 379abe5d35fc: Waiting 02:20:13 cf72b975c68c: Waiting 02:20:13 92464772aeb2: Layer already exists 02:20:13 5aebb628bcef: Layer already exists 02:20:13 d37bc85a4f98: Layer already exists 02:20:13 8796211af09f: Layer already exists 02:20:13 ad3f92fcf9c7: Layer already exists 02:20:13 cf72b975c68c: Layer already exists 02:20:13 379abe5d35fc: Layer already exists 02:20:13 d3dbc8d4afca: Layer already exists 02:20:13 5951337c8938: Layer already exists 02:20:13 30df0680aa74: Layer already exists 02:20:13 5f70bf18a086: Layer already exists 02:20:13 b1340fef5018: Layer already exists 02:20:13 8751378ef96c: Layer already exists 02:20:13 49d134620f4d: Layer already exists 02:20:13 097100c76c15: Layer already exists 02:20:13 7c1737107b11: Layer already exists 02:20:13 latest: digest: sha256:a2bca146f2bd1cb28e1c4f74ba23e4c6dd97380961549434f89482c348e87dc6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 02:20:13 #85 ... 02:20:13 02:20:13 #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:20:13 #76 DONE 19.5s 02:20:13 02:20:13 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:20:13 #58 25.90 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:20:13 #58 25.90 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:20:13 #58 25.90 OK: 24049 distinct packages available 02:20:13 #58 27.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:20:13 #58 29.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] sh 02:20:13 #58 ... 02:20:13 02:20:13 #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:20:13 #65 35.05 (1/14) Installing ca-certificates (20250619-r0) 02:20:13 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 02:20:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:20:13 d37bc85a4f98: Preparing 02:20:13 92464772aeb2: Preparing 02:20:13 ad3f92fcf9c7: Preparing 02:20:13 5aebb628bcef: Preparing 02:20:13 8796211af09f: Preparing 02:20:13 379abe5d35fc: Preparing 02:20:13 cf72b975c68c: Preparing 02:20:13 d3dbc8d4afca: Preparing 02:20:13 5951337c8938: Preparing 02:20:13 30df0680aa74: Preparing 02:20:13 7c1737107b11: Preparing 02:20:13 5f70bf18a086: Preparing 02:20:13 b1340fef5018: Preparing 02:20:13 8751378ef96c: Preparing 02:20:13 49d134620f4d: Preparing 02:20:13 097100c76c15: Preparing 02:20:13 7c1737107b11: Waiting 02:20:13 8751378ef96c: Waiting 02:20:13 5f70bf18a086: Waiting 02:20:13 b1340fef5018: Waiting 02:20:13 49d134620f4d: Waiting 02:20:13 097100c76c15: Waiting 02:20:13 379abe5d35fc: Waiting 02:20:13 d3dbc8d4afca: Waiting 02:20:13 cf72b975c68c: Waiting 02:20:13 30df0680aa74: Waiting 02:20:13 d37bc85a4f98: Layer already exists 02:20:13 8796211af09f: Layer already exists 02:20:13 92464772aeb2: Layer already exists 02:20:13 5aebb628bcef: Layer already exists 02:20:13 ad3f92fcf9c7: Layer already exists 02:20:13 d3dbc8d4afca: Layer already exists 02:20:13 379abe5d35fc: Layer already exists 02:20:13 cf72b975c68c: Layer already exists 02:20:13 30df0680aa74: Layer already exists 02:20:13 5951337c8938: Layer already exists 02:20:13 7c1737107b11: Layer already exists 02:20:13 5f70bf18a086: Layer already exists 02:20:13 b1340fef5018: Layer already exists 02:20:13 49d134620f4d: Layer already exists 02:20:13 8751378ef96c: Layer already exists 02:20:13 097100c76c15: Layer already exists 02:20:13 4.1.0-dev.42: digest: sha256:a2bca146f2bd1cb28e1c4f74ba23e4c6dd97380961549434f89482c348e87dc6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:14 #65 35.71 (2/14) Installing brotli-libs (1.1.0-r2) 02:20:14 #65 35.78 (3/14) Installing c-ares (1.33.1-r0) 02:20:14 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:14 #65 35.85 (4/14) Installing libunistring (1.2-r0) 02:20:14 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:20:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:20:14 d37bc85a4f98: Preparing 02:20:14 92464772aeb2: Preparing 02:20:14 ad3f92fcf9c7: Preparing 02:20:14 5aebb628bcef: Preparing 02:20:14 8796211af09f: Preparing 02:20:14 379abe5d35fc: Preparing 02:20:14 cf72b975c68c: Preparing 02:20:14 d3dbc8d4afca: Preparing 02:20:14 5951337c8938: Preparing 02:20:14 d3dbc8d4afca: Waiting 02:20:14 cf72b975c68c: Waiting 02:20:14 5951337c8938: Waiting 02:20:14 379abe5d35fc: Waiting 02:20:14 30df0680aa74: Preparing 02:20:14 7c1737107b11: Preparing 02:20:14 5f70bf18a086: Preparing 02:20:14 b1340fef5018: Preparing 02:20:14 8751378ef96c: Preparing 02:20:14 49d134620f4d: Preparing 02:20:14 097100c76c15: Preparing 02:20:14 30df0680aa74: Waiting 02:20:14 7c1737107b11: Waiting 02:20:14 5f70bf18a086: Waiting 02:20:14 b1340fef5018: Waiting 02:20:14 8751378ef96c: Waiting 02:20:14 49d134620f4d: Waiting 02:20:14 097100c76c15: Waiting 02:20:14 5aebb628bcef: Layer already exists 02:20:14 8796211af09f: Layer already exists 02:20:14 d37bc85a4f98: Layer already exists 02:20:14 92464772aeb2: Layer already exists 02:20:14 ad3f92fcf9c7: Layer already exists 02:20:14 cf72b975c68c: Layer already exists 02:20:14 d3dbc8d4afca: Layer already exists 02:20:14 5951337c8938: Layer already exists 02:20:14 379abe5d35fc: Layer already exists 02:20:14 30df0680aa74: Layer already exists 02:20:14 7c1737107b11: Layer already exists 02:20:14 5f70bf18a086: Layer already exists 02:20:14 8751378ef96c: Layer already exists 02:20:14 b1340fef5018: Layer already exists 02:20:14 49d134620f4d: Layer already exists 02:20:14 097100c76c15: Layer already exists 02:20:14 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:a2bca146f2bd1cb28e1c4f74ba23e4c6dd97380961549434f89482c348e87dc6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:14 #65 36.11 (5/14) Installing libidn2 (2.3.7-r0) 02:20:14 #65 36.17 (6/14) Installing nghttp2-libs (1.62.1-r0) 02:20:14 #65 36.22 (7/14) Installing libpsl (0.21.5-r1) 02:20:14 #65 36.25 (8/14) Installing zstd-libs (1.5.6-r0) 02:20:14 #65 36.33 (9/14) Installing libcurl (8.12.1-r0) 02:20:14 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:14 #65 36.37 (10/14) Installing curl (8.12.1-r0) 02:20:14 #65 36.40 (11/14) Installing dumb-init (1.2.5-r3) 02:20:14 #65 36.41 (12/14) Installing musl-obstack (1.2.3-r2) 02:20:14 #65 36.42 (13/14) Installing libucontext (1.2-r3) 02:20:14 #65 36.43 (14/14) Installing gcompat (1.1.0-r4) 02:20:14 #65 36.46 Executing busybox-1.36.1-r29.trigger 02:20:14 #65 36.58 Executing ca-certificates-20250619-r0.trigger 02:20:15 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:20:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:20:15 d37bc85a4f98: Preparing 02:20:15 92464772aeb2: Preparing 02:20:15 ad3f92fcf9c7: Preparing 02:20:15 5aebb628bcef: Preparing 02:20:15 8796211af09f: Preparing 02:20:15 379abe5d35fc: Preparing 02:20:15 cf72b975c68c: Preparing 02:20:15 d3dbc8d4afca: Preparing 02:20:15 cf72b975c68c: Waiting 02:20:15 379abe5d35fc: Waiting 02:20:15 5951337c8938: Preparing 02:20:15 30df0680aa74: Preparing 02:20:15 7c1737107b11: Preparing 02:20:15 5951337c8938: Waiting 02:20:15 d3dbc8d4afca: Waiting 02:20:15 30df0680aa74: Waiting 02:20:15 5f70bf18a086: Preparing 02:20:15 b1340fef5018: Preparing 02:20:15 8751378ef96c: Preparing 02:20:15 5f70bf18a086: Waiting 02:20:15 7c1737107b11: Waiting 02:20:15 8751378ef96c: Waiting 02:20:15 49d134620f4d: Preparing 02:20:15 097100c76c15: Preparing 02:20:15 49d134620f4d: Waiting 02:20:15 097100c76c15: Waiting 02:20:15 ad3f92fcf9c7: Layer already exists 02:20:15 8796211af09f: Layer already exists 02:20:15 d37bc85a4f98: Layer already exists 02:20:15 92464772aeb2: Layer already exists 02:20:15 5aebb628bcef: Layer already exists 02:20:15 d3dbc8d4afca: Layer already exists 02:20:15 cf72b975c68c: Layer already exists 02:20:15 379abe5d35fc: Layer already exists 02:20:15 30df0680aa74: Layer already exists 02:20:15 5951337c8938: Layer already exists 02:20:15 7c1737107b11: Layer already exists 02:20:15 49d134620f4d: Layer already exists 02:20:15 b1340fef5018: Layer already exists 02:20:15 5f70bf18a086: Layer already exists 02:20:15 8751378ef96c: Layer already exists 02:20:15 097100c76c15: Layer already exists 02:20:15 main: digest: sha256:a2bca146f2bd1cb28e1c4f74ba23e4c6dd97380961549434f89482c348e87dc6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry 02:20:15 #65 ... 02:20:15 02:20:15 #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:20:15 #64 26.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:20:15 #64 ... 02:20:15 02:20:15 #86 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:20:15 #0 5.512 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:20:15 #0 7.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:20:15 ===================================================== [Pipeline] echo 02:20:15 taggedImages: 02:20:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:20:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:20:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 02:20:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:20:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 02:20:15 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 02:20:15 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:20:15 latest 02:20:15 4.1.0-dev.42 02:20:15 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:20:15 main 02:20:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:15 #86 ... 02:20:15 02:20:15 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:20:15 #74 26.01 (1/1) Installing dumb-init (1.2.5-r3) 02:20:15 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:20:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:20:15 b78c5ade2fac: Preparing 02:20:15 0c79d8d6e30e: Preparing 02:20:15 564c603e15b6: Preparing 02:20:15 b80a15674c6d: Preparing 02:20:15 d3dbc8d4afca: Preparing 02:20:15 5951337c8938: Preparing 02:20:15 1e135dadba6c: Preparing 02:20:15 53a7d0d021df: Preparing 02:20:15 097100c76c15: Preparing 02:20:15 1e135dadba6c: Waiting 02:20:15 53a7d0d021df: Waiting 02:20:15 097100c76c15: Waiting 02:20:15 5951337c8938: Waiting 02:20:15 d3dbc8d4afca: Layer already exists 02:20:15 5951337c8938: Layer already exists 02:20:15 1e135dadba6c: Layer already exists 02:20:15 53a7d0d021df: Layer already exists 02:20:15 097100c76c15: Layer already exists 02:20:15 b78c5ade2fac: Pushed 02:20:15 0c79d8d6e30e: Pushed 02:20:15 564c603e15b6: Pushed 02:20:15 #74 ... 02:20:15 02:20:15 #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:20:15 #75 3.889 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:20:15 #75 6.487 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:20:15 #75 ... 02:20:15 02:20:15 #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:20:15 #65 37.68 OK: 15 MiB in 28 packages 02:20:16 #65 ... 02:20:16 02:20:16 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:20:16 #72 26.02 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:20:16 #72 26.02 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:20:16 #72 26.02 OK: 24049 distinct packages available 02:20:16 #72 27.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:20:16 #72 29.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:20:16 #72 ... 02:20:16 02:20:16 #87 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:20:16 #87 ... 02:20:16 02:20:16 #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:20:16 #64 37.42 (1/5) Installing dumb-init (1.2.5-r3) 02:20:16 #64 37.45 (2/5) Installing musl-obstack (1.2.3-r2) 02:20:16 #64 37.48 (3/5) Installing libucontext (1.2-r3) 02:20:16 #64 37.49 (4/5) Installing gcompat (1.1.0-r4) 02:20:16 #64 37.53 (5/5) Installing openssl (3.3.4-r0) 02:20:16 #64 37.62 Executing busybox-1.36.1-r29.trigger 02:20:16 #64 37.69 OK: 10 MiB in 19 packages 02:20:17 #64 ... 02:20:17 02:20:17 #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:20:17 #75 14.24 OK: 20 MiB in 18 packages 02:20:17 #75 DONE 15.5s 02:20:17 02:20:17 #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:20:17 #65 DONE 39.2s 02:20:17 02:20:17 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:20:17 #58 38.99 (1/4) Installing dumb-init (1.2.5-r3) 02:20:17 #58 39.09 (2/4) Installing musl-obstack (1.2.3-r2) 02:20:17 #58 39.11 (3/4) Installing libucontext (1.2-r3) 02:20:17 #58 39.14 (4/4) Installing gcompat (1.1.0-r4) 02:20:17 #58 39.24 Executing busybox-1.36.1-r29.trigger 02:20:17 #58 39.35 OK: 9 MiB in 18 packages 02:20:18 #58 ... 02:20:18 02:20:18 #88 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 02:20:18 #88 DONE 0.5s 02:20:18 02:20:18 #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:20:18 #64 DONE 39.6s 02:20:18 02:20:18 #89 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 02:20:18 #89 ... 02:20:18 02:20:18 #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:20:18 #80 16.95 OK: 11 MiB in 17 packages 02:20:18 #80 DONE 19.4s 02:20:19 b80a15674c6d: Pushed 02:20:19 02:20:19 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:20:19 #74 28.52 Executing busybox-1.36.1-r29.trigger 02:20:19 #74 28.87 OK: 9 MiB in 15 packages 02:20:19 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:0de6d36b2fb8bded705417e2a646e252b26232ca692fc52a99f051a48c20f0a7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:19 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 02:20:19 #74 ... 02:20:19 02:20:19 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:20:19 #73 23.91 OK: 239 MiB in 58 packages 02:20:19 #73 DONE 26.8s 02:20:19 02:20:19 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:20:19 #58 DONE 41.4s [Pipeline] sh 02:20:20 02:20:20 #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:20:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:20:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:20:20 b78c5ade2fac: Preparing 02:20:20 0c79d8d6e30e: Preparing 02:20:20 564c603e15b6: Preparing 02:20:20 b80a15674c6d: Preparing 02:20:20 d3dbc8d4afca: Preparing 02:20:20 5951337c8938: Preparing 02:20:20 1e135dadba6c: Preparing 02:20:20 53a7d0d021df: Preparing 02:20:20 097100c76c15: Preparing 02:20:20 5951337c8938: Waiting 02:20:20 1e135dadba6c: Waiting 02:20:20 53a7d0d021df: Waiting 02:20:20 097100c76c15: Waiting 02:20:20 b80a15674c6d: Layer already exists 02:20:20 564c603e15b6: Layer already exists 02:20:20 d3dbc8d4afca: Layer already exists 02:20:20 0c79d8d6e30e: Layer already exists 02:20:20 b78c5ade2fac: Layer already exists 02:20:20 5951337c8938: Layer already exists 02:20:20 097100c76c15: Layer already exists 02:20:20 53a7d0d021df: Layer already exists 02:20:20 1e135dadba6c: Layer already exists 02:20:20 latest: digest: sha256:0de6d36b2fb8bded705417e2a646e252b26232ca692fc52a99f051a48c20f0a7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:20 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:20 #90 ... 02:20:20 02:20:20 #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:20:20 #91 ... 02:20:20 02:20:20 #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ 02:20:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 02:20:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:20:20 b78c5ade2fac: Preparing 02:20:20 0c79d8d6e30e: Preparing 02:20:20 564c603e15b6: Preparing 02:20:20 b80a15674c6d: Preparing 02:20:20 d3dbc8d4afca: Preparing 02:20:20 5951337c8938: Preparing 02:20:20 1e135dadba6c: Preparing 02:20:20 53a7d0d021df: Preparing 02:20:20 097100c76c15: Preparing 02:20:20 5951337c8938: Waiting 02:20:20 1e135dadba6c: Waiting 02:20:20 53a7d0d021df: Waiting 02:20:20 097100c76c15: Waiting 02:20:20 b80a15674c6d: Layer already exists 02:20:20 0c79d8d6e30e: Layer already exists 02:20:20 b78c5ade2fac: Layer already exists 02:20:20 d3dbc8d4afca: Layer already exists 02:20:20 564c603e15b6: Layer already exists 02:20:20 5951337c8938: Layer already exists 02:20:20 1e135dadba6c: Layer already exists 02:20:20 53a7d0d021df: Layer already exists 02:20:20 097100c76c15: Layer already exists 02:20:20 4.1.0-dev.42: digest: sha256:0de6d36b2fb8bded705417e2a646e252b26232ca692fc52a99f051a48c20f0a7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:20 #92 DONE 1.2s 02:20:20 02:20:20 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:20:20 #74 DONE 32.4s 02:20:20 02:20:20 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:20:20 #72 39.39 OK: 239 MiB in 58 packages 02:20:21 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:20:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:20:21 b78c5ade2fac: Preparing 02:20:21 0c79d8d6e30e: Preparing 02:20:21 564c603e15b6: Preparing 02:20:21 b80a15674c6d: Preparing 02:20:21 d3dbc8d4afca: Preparing 02:20:21 5951337c8938: Preparing 02:20:21 1e135dadba6c: Preparing 02:20:21 53a7d0d021df: Preparing 02:20:21 097100c76c15: Preparing 02:20:21 1e135dadba6c: Waiting 02:20:21 53a7d0d021df: Waiting 02:20:21 097100c76c15: Waiting 02:20:21 5951337c8938: Waiting 02:20:21 b78c5ade2fac: Layer already exists 02:20:21 0c79d8d6e30e: Layer already exists 02:20:21 564c603e15b6: Layer already exists 02:20:21 d3dbc8d4afca: Layer already exists 02:20:21 b80a15674c6d: Layer already exists 02:20:21 1e135dadba6c: Layer already exists 02:20:21 5951337c8938: Layer already exists 02:20:21 097100c76c15: Layer already exists 02:20:21 53a7d0d021df: Layer already exists 02:20:21 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:0de6d36b2fb8bded705417e2a646e252b26232ca692fc52a99f051a48c20f0a7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:21 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:21 #72 DONE 41.4s 02:20:21 02:20:21 #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 02:20:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:20:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:20:21 b78c5ade2fac: Preparing 02:20:21 0c79d8d6e30e: Preparing 02:20:21 564c603e15b6: Preparing 02:20:21 b80a15674c6d: Preparing 02:20:21 d3dbc8d4afca: Preparing 02:20:21 5951337c8938: Preparing 02:20:21 1e135dadba6c: Preparing 02:20:21 53a7d0d021df: Preparing 02:20:21 097100c76c15: Preparing 02:20:21 5951337c8938: Waiting 02:20:21 1e135dadba6c: Waiting 02:20:21 53a7d0d021df: Waiting 02:20:21 097100c76c15: Waiting 02:20:21 564c603e15b6: Layer already exists 02:20:21 b80a15674c6d: Layer already exists 02:20:21 b78c5ade2fac: Layer already exists 02:20:21 0c79d8d6e30e: Layer already exists 02:20:21 d3dbc8d4afca: Layer already exists 02:20:21 5951337c8938: Layer already exists 02:20:21 097100c76c15: Layer already exists 02:20:21 1e135dadba6c: Layer already exists 02:20:21 53a7d0d021df: Layer already exists 02:20:21 main: digest: sha256:0de6d36b2fb8bded705417e2a646e252b26232ca692fc52a99f051a48c20f0a7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:20:22 ===================================================== [Pipeline] echo 02:20:22 taggedImages: 02:20:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:20:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:20:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 02:20:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:20:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 02:20:22 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 02:20:22 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:20:22 latest 02:20:22 4.1.0-dev.42 02:20:22 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:20:22 main 02:20:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:22 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:20:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:20:22 81de317c4558: Preparing 02:20:22 6a191795db77: Preparing 02:20:22 a4d1efd5f6b4: Preparing 02:20:22 fc1646b8e4ff: Preparing 02:20:22 1d82fcdac65f: Preparing 02:20:22 d3dbc8d4afca: Preparing 02:20:22 5951337c8938: Preparing 02:20:22 85b4f362140b: Preparing 02:20:22 a275fc9f000e: Preparing 02:20:22 ea242cec242f: Preparing 02:20:22 097100c76c15: Preparing 02:20:22 d3dbc8d4afca: Waiting 02:20:22 5951337c8938: Waiting 02:20:22 85b4f362140b: Waiting 02:20:22 ea242cec242f: Waiting 02:20:22 a275fc9f000e: Waiting 02:20:22 097100c76c15: Waiting 02:20:22 fc1646b8e4ff: Pushed 02:20:22 1d82fcdac65f: Pushed 02:20:22 81de317c4558: Pushed 02:20:22 6a191795db77: Pushed 02:20:22 d3dbc8d4afca: Layer already exists 02:20:22 5951337c8938: Layer already exists 02:20:22 097100c76c15: Layer already exists 02:20:22 #93 DONE 0.9s 02:20:22 02:20:22 #86 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:20:22 #86 16.85 OK: 9 MiB in 15 packages 02:20:23 a275fc9f000e: Pushed 02:20:23 85b4f362140b: Pushed 02:20:23 #86 DONE 18.5s 02:20:23 02:20:23 #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:20:23 ea242cec242f: Pushed 02:20:24 #94 ... 02:20:24 02:20:24 #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:20:24 #78 6.831 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:20:24 #78 8.557 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:20:24 #78 ... 02:20:24 02:20:24 #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:20:24 #81 5.442 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:20:24 #81 6.959 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:20:24 #81 14.26 OK: 14 MiB in 21 packages 02:20:24 #81 ... 02:20:24 02:20:24 #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:20:24 #78 17.63 OK: 9 MiB in 16 packages 02:20:25 a4d1efd5f6b4: Pushed 02:20:25 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:5b3063b81aa000f29103107ccf91aa1d3e1b91a8ad7aa4bb81faefeef7c3dd6e size: 2611 [Pipeline] } [Pipeline] // withEnv 02:20:25 #78 ... 02:20:25 02:20:25 #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:20:25 #81 DONE 15.6s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:25 02:20:25 #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:20:25 #90 6.027 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:20:25 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:26 #90 ... 02:20:26 02:20:26 #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:20:26 #78 DONE 18.7s 02:20:26 02:20:26 #95 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:20:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:20:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:20:26 81de317c4558: Preparing 02:20:26 6a191795db77: Preparing 02:20:26 a4d1efd5f6b4: Preparing 02:20:26 fc1646b8e4ff: Preparing 02:20:26 1d82fcdac65f: Preparing 02:20:26 d3dbc8d4afca: Preparing 02:20:26 5951337c8938: Preparing 02:20:26 85b4f362140b: Preparing 02:20:26 a275fc9f000e: Preparing 02:20:26 ea242cec242f: Preparing 02:20:26 097100c76c15: Preparing 02:20:26 ea242cec242f: Waiting 02:20:26 5951337c8938: Waiting 02:20:26 097100c76c15: Waiting 02:20:26 85b4f362140b: Waiting 02:20:26 a275fc9f000e: Waiting 02:20:26 d3dbc8d4afca: Waiting 02:20:26 1d82fcdac65f: Layer already exists 02:20:26 6a191795db77: Layer already exists 02:20:26 a4d1efd5f6b4: Layer already exists 02:20:26 fc1646b8e4ff: Layer already exists 02:20:26 81de317c4558: Layer already exists 02:20:26 d3dbc8d4afca: Layer already exists 02:20:26 a275fc9f000e: Layer already exists 02:20:26 85b4f362140b: Layer already exists 02:20:26 ea242cec242f: Layer already exists 02:20:26 5951337c8938: Layer already exists 02:20:26 097100c76c15: Layer already exists 02:20:26 latest: digest: sha256:5b3063b81aa000f29103107ccf91aa1d3e1b91a8ad7aa4bb81faefeef7c3dd6e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:26 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 02:20:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:20:26 81de317c4558: Preparing 02:20:26 6a191795db77: Preparing 02:20:26 a4d1efd5f6b4: Preparing 02:20:26 fc1646b8e4ff: Preparing 02:20:26 1d82fcdac65f: Preparing 02:20:26 d3dbc8d4afca: Preparing 02:20:26 5951337c8938: Preparing 02:20:26 85b4f362140b: Preparing 02:20:26 a275fc9f000e: Preparing 02:20:26 ea242cec242f: Preparing 02:20:26 097100c76c15: Preparing 02:20:26 d3dbc8d4afca: Waiting 02:20:26 ea242cec242f: Waiting 02:20:26 a275fc9f000e: Waiting 02:20:26 097100c76c15: Waiting 02:20:26 85b4f362140b: Waiting 02:20:26 5951337c8938: Waiting 02:20:26 6a191795db77: Layer already exists 02:20:26 1d82fcdac65f: Layer already exists 02:20:26 fc1646b8e4ff: Layer already exists 02:20:26 a4d1efd5f6b4: Layer already exists 02:20:26 81de317c4558: Layer already exists 02:20:26 d3dbc8d4afca: Layer already exists 02:20:26 a275fc9f000e: Layer already exists 02:20:26 85b4f362140b: Layer already exists 02:20:26 5951337c8938: Layer already exists 02:20:26 ea242cec242f: Layer already exists 02:20:26 097100c76c15: Layer already exists 02:20:26 4.1.0-dev.42: digest: sha256:5b3063b81aa000f29103107ccf91aa1d3e1b91a8ad7aa4bb81faefeef7c3dd6e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:27 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:20:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:20:27 81de317c4558: Preparing 02:20:27 6a191795db77: Preparing 02:20:27 a4d1efd5f6b4: Preparing 02:20:27 fc1646b8e4ff: Preparing 02:20:27 1d82fcdac65f: Preparing 02:20:27 d3dbc8d4afca: Preparing 02:20:27 5951337c8938: Preparing 02:20:27 85b4f362140b: Preparing 02:20:27 a275fc9f000e: Preparing 02:20:27 ea242cec242f: Preparing 02:20:27 097100c76c15: Preparing 02:20:27 ea242cec242f: Waiting 02:20:27 d3dbc8d4afca: Waiting 02:20:27 85b4f362140b: Waiting 02:20:27 097100c76c15: Waiting 02:20:27 a275fc9f000e: Waiting 02:20:27 5951337c8938: Waiting 02:20:27 6a191795db77: Layer already exists 02:20:27 81de317c4558: Layer already exists 02:20:27 a4d1efd5f6b4: Layer already exists 02:20:27 fc1646b8e4ff: Layer already exists 02:20:27 1d82fcdac65f: Layer already exists 02:20:27 a275fc9f000e: Layer already exists 02:20:27 d3dbc8d4afca: Layer already exists 02:20:27 5951337c8938: Layer already exists 02:20:27 ea242cec242f: Layer already exists 02:20:27 85b4f362140b: Layer already exists 02:20:27 097100c76c15: Layer already exists 02:20:27 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:5b3063b81aa000f29103107ccf91aa1d3e1b91a8ad7aa4bb81faefeef7c3dd6e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:27 #95 ... 02:20:27 02:20:27 #96 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:20:27 #0 7.475 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:20:27 #0 8.571 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:20:27 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:20:27 #96 ... 02:20:27 02:20:27 #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:20:27 #90 7.433 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:28 #90 ... 02:20:28 02:20:28 #95 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:20:28 #95 DONE 2.2s 02:20:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:20:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:20:28 81de317c4558: Preparing 02:20:28 6a191795db77: Preparing 02:20:28 a4d1efd5f6b4: Preparing 02:20:28 fc1646b8e4ff: Preparing 02:20:28 1d82fcdac65f: Preparing 02:20:28 d3dbc8d4afca: Preparing 02:20:28 5951337c8938: Preparing 02:20:28 85b4f362140b: Preparing 02:20:28 a275fc9f000e: Preparing 02:20:28 ea242cec242f: Preparing 02:20:28 097100c76c15: Preparing 02:20:28 5951337c8938: Waiting 02:20:28 85b4f362140b: Waiting 02:20:28 ea242cec242f: Waiting 02:20:28 a275fc9f000e: Waiting 02:20:28 097100c76c15: Waiting 02:20:28 d3dbc8d4afca: Waiting 02:20:28 6a191795db77: Layer already exists 02:20:28 fc1646b8e4ff: Layer already exists 02:20:28 1d82fcdac65f: Layer already exists 02:20:28 a4d1efd5f6b4: Layer already exists 02:20:28 81de317c4558: Layer already exists 02:20:28 a275fc9f000e: Layer already exists 02:20:28 d3dbc8d4afca: Layer already exists 02:20:28 5951337c8938: Layer already exists 02:20:28 85b4f362140b: Layer already exists 02:20:28 ea242cec242f: Layer already exists 02:20:28 097100c76c15: Layer already exists 02:20:28 main: digest: sha256:5b3063b81aa000f29103107ccf91aa1d3e1b91a8ad7aa4bb81faefeef7c3dd6e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:20:28 ===================================================== [Pipeline] echo 02:20:28 taggedImages: 02:20:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:20:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:20:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 02:20:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:20:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 02:20:28 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 02:20:28 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:20:28 latest 02:20:28 4.1.0-dev.42 02:20:28 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:20:28 main 02:20:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:28 02:20:28 #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 02:20:28 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix 02:20:28 #97 DONE 0.2s 02:20:28 02:20:28 #89 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 02:20:28 #89 7.121 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:20:28 #89 8.631 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:20:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:20:28 a113ad7b67ea: Preparing 02:20:28 1949eb302d59: Preparing 02:20:28 ccc392f6e961: Preparing 02:20:28 1fff0d936fe1: Preparing 02:20:28 24276085aff5: Preparing 02:20:28 e5d6fdfe2490: Preparing 02:20:28 5c767aea678d: Preparing 02:20:28 d3dbc8d4afca: Preparing 02:20:28 5951337c8938: Preparing 02:20:28 8dd1abe896c3: Preparing 02:20:28 e2b8a7d98711: Preparing 02:20:28 097100c76c15: Preparing 02:20:28 5951337c8938: Waiting 02:20:28 e2b8a7d98711: Waiting 02:20:28 8dd1abe896c3: Waiting 02:20:28 e5d6fdfe2490: Waiting 02:20:28 097100c76c15: Waiting 02:20:28 5c767aea678d: Waiting 02:20:28 d3dbc8d4afca: Waiting 02:20:28 24276085aff5: Pushed 02:20:28 a113ad7b67ea: Pushed 02:20:28 1949eb302d59: Pushed 02:20:28 d3dbc8d4afca: Layer already exists 02:20:28 5951337c8938: Layer already exists 02:20:28 e5d6fdfe2490: Pushed 02:20:29 5c767aea678d: Pushed 02:20:29 097100c76c15: Layer already exists 02:20:29 8dd1abe896c3: Pushed 02:20:30 e2b8a7d98711: Pushed 02:20:30 #89 12.42 OK: 10 MiB in 19 packages 02:20:31 #89 ... 02:20:31 02:20:31 #96 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:20:31 #96 12.54 OK: 15 MiB in 28 packages 02:20:31 #96 DONE 13.5s 02:20:31 02:20:31 #89 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 02:20:31 #89 ... 02:20:31 02:20:31 #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:20:31 #98 ... 02:20:31 02:20:31 #89 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 02:20:31 #89 DONE 13.1s 02:20:31 02:20:31 #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:20:31 #90 11.38 OK: 9 MiB in 18 packages 02:20:31 1fff0d936fe1: Pushed 02:20:31 ccc392f6e961: Pushed 02:20:31 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:7c0c868b3f427ff3a679f0f86a0b4dd34ecf2c115e8ba82778b069b2311dd625 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:32 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:32 #90 ... 02:20:32 02:20:32 #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:20:32 #99 DONE 1.1s 02:20:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:20:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:20:32 a113ad7b67ea: Preparing 02:20:32 1949eb302d59: Preparing 02:20:32 ccc392f6e961: Preparing 02:20:32 1fff0d936fe1: Preparing 02:20:32 24276085aff5: Preparing 02:20:32 e5d6fdfe2490: Preparing 02:20:32 5c767aea678d: Preparing 02:20:32 d3dbc8d4afca: Preparing 02:20:32 5951337c8938: Preparing 02:20:32 8dd1abe896c3: Preparing 02:20:32 e2b8a7d98711: Preparing 02:20:32 097100c76c15: Preparing 02:20:32 5951337c8938: Waiting 02:20:32 8dd1abe896c3: Waiting 02:20:32 e2b8a7d98711: Waiting 02:20:32 097100c76c15: Waiting 02:20:32 e5d6fdfe2490: Waiting 02:20:32 5c767aea678d: Waiting 02:20:32 d3dbc8d4afca: Waiting 02:20:32 ccc392f6e961: Layer already exists 02:20:32 24276085aff5: Layer already exists 02:20:32 1fff0d936fe1: Layer already exists 02:20:32 a113ad7b67ea: Layer already exists 02:20:32 1949eb302d59: Layer already exists 02:20:32 e5d6fdfe2490: Layer already exists 02:20:32 5c767aea678d: Layer already exists 02:20:32 d3dbc8d4afca: Layer already exists 02:20:32 5951337c8938: Layer already exists 02:20:32 8dd1abe896c3: Layer already exists 02:20:32 097100c76c15: Layer already exists 02:20:32 e2b8a7d98711: Layer already exists 02:20:32 latest: digest: sha256:7c0c868b3f427ff3a679f0f86a0b4dd34ecf2c115e8ba82778b069b2311dd625 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix 02:20:32 02:20:32 #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:20:32 #90 DONE 12.5s 02:20:32 02:20:32 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:32 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:33 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 02:20:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:20:33 a113ad7b67ea: Preparing 02:20:33 1949eb302d59: Preparing 02:20:33 ccc392f6e961: Preparing 02:20:33 1fff0d936fe1: Preparing 02:20:33 24276085aff5: Preparing 02:20:33 e5d6fdfe2490: Preparing 02:20:33 5c767aea678d: Preparing 02:20:33 d3dbc8d4afca: Preparing 02:20:33 5951337c8938: Preparing 02:20:33 8dd1abe896c3: Preparing 02:20:33 e2b8a7d98711: Preparing 02:20:33 097100c76c15: Preparing 02:20:33 e5d6fdfe2490: Waiting 02:20:33 5c767aea678d: Waiting 02:20:33 d3dbc8d4afca: Waiting 02:20:33 5951337c8938: Waiting 02:20:33 8dd1abe896c3: Waiting 02:20:33 e2b8a7d98711: Waiting 02:20:33 097100c76c15: Waiting 02:20:33 ccc392f6e961: Layer already exists 02:20:33 1949eb302d59: Layer already exists 02:20:33 a113ad7b67ea: Layer already exists 02:20:33 1fff0d936fe1: Layer already exists 02:20:33 24276085aff5: Layer already exists 02:20:33 e5d6fdfe2490: Layer already exists 02:20:33 5c767aea678d: Layer already exists 02:20:33 5951337c8938: Layer already exists 02:20:33 d3dbc8d4afca: Layer already exists 02:20:33 8dd1abe896c3: Layer already exists 02:20:33 e2b8a7d98711: Layer already exists 02:20:33 097100c76c15: Layer already exists 02:20:33 4.1.0-dev.42: digest: sha256:7c0c868b3f427ff3a679f0f86a0b4dd34ecf2c115e8ba82778b069b2311dd625 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:33 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:33 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:20:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:20:33 a113ad7b67ea: Preparing 02:20:33 1949eb302d59: Preparing 02:20:33 ccc392f6e961: Preparing 02:20:33 1fff0d936fe1: Preparing 02:20:33 24276085aff5: Preparing 02:20:33 e5d6fdfe2490: Preparing 02:20:33 5c767aea678d: Preparing 02:20:33 d3dbc8d4afca: Preparing 02:20:33 5951337c8938: Preparing 02:20:33 8dd1abe896c3: Preparing 02:20:33 e2b8a7d98711: Preparing 02:20:33 097100c76c15: Preparing 02:20:33 d3dbc8d4afca: Waiting 02:20:33 5951337c8938: Waiting 02:20:33 8dd1abe896c3: Waiting 02:20:33 e2b8a7d98711: Waiting 02:20:33 097100c76c15: Waiting 02:20:33 e5d6fdfe2490: Waiting 02:20:33 5c767aea678d: Waiting 02:20:33 a113ad7b67ea: Layer already exists 02:20:33 ccc392f6e961: Layer already exists 02:20:33 1fff0d936fe1: Layer already exists 02:20:33 1949eb302d59: Layer already exists 02:20:33 24276085aff5: Layer already exists 02:20:33 e5d6fdfe2490: Layer already exists 02:20:33 5c767aea678d: Layer already exists 02:20:33 d3dbc8d4afca: Layer already exists 02:20:33 5951337c8938: Layer already exists 02:20:33 8dd1abe896c3: Layer already exists 02:20:33 e2b8a7d98711: Layer already exists 02:20:33 097100c76c15: Layer already exists 02:20:33 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:7c0c868b3f427ff3a679f0f86a0b4dd34ecf2c115e8ba82778b069b2311dd625 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:34 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:34 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:20:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:20:34 a113ad7b67ea: Preparing 02:20:34 1949eb302d59: Preparing 02:20:34 ccc392f6e961: Preparing 02:20:34 1fff0d936fe1: Preparing 02:20:34 24276085aff5: Preparing 02:20:34 e5d6fdfe2490: Preparing 02:20:34 5c767aea678d: Preparing 02:20:34 d3dbc8d4afca: Preparing 02:20:34 5951337c8938: Preparing 02:20:34 8dd1abe896c3: Preparing 02:20:34 e2b8a7d98711: Preparing 02:20:34 097100c76c15: Preparing 02:20:34 e5d6fdfe2490: Waiting 02:20:34 5951337c8938: Waiting 02:20:34 8dd1abe896c3: Waiting 02:20:34 5c767aea678d: Waiting 02:20:34 e2b8a7d98711: Waiting 02:20:34 097100c76c15: Waiting 02:20:34 d3dbc8d4afca: Waiting 02:20:34 ccc392f6e961: Layer already exists 02:20:34 24276085aff5: Layer already exists 02:20:34 a113ad7b67ea: Layer already exists 02:20:34 1fff0d936fe1: Layer already exists 02:20:34 1949eb302d59: Layer already exists 02:20:34 5c767aea678d: Layer already exists 02:20:34 e5d6fdfe2490: Layer already exists 02:20:34 d3dbc8d4afca: Layer already exists 02:20:34 8dd1abe896c3: Layer already exists 02:20:34 5951337c8938: Layer already exists 02:20:34 e2b8a7d98711: Layer already exists 02:20:34 097100c76c15: Layer already exists 02:20:34 main: digest: sha256:7c0c868b3f427ff3a679f0f86a0b4dd34ecf2c115e8ba82778b069b2311dd625 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry 02:20:34 #100 ... 02:20:34 02:20:34 #101 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:20:34 #101 DONE 1.7s 02:20:34 02:20:34 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:20:34 #100 DONE 2.0s 02:20:34 02:20:34 #102 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:20:34 #102 DONE 3.1s 02:20:34 02:20:34 #103 [security-spire-server stage-2 5/9] COPY Attribution.txt / 02:20:34 #103 ... 02:20:34 02:20:34 #104 [security-spire-config stage-2 5/10] COPY Attribution.txt / 02:20:34 #104 DONE 0.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:20:34 ===================================================== [Pipeline] echo 02:20:34 taggedImages: 02:20:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:20:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:20:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 02:20:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:20:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 02:20:34 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 02:20:34 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:20:34 latest 02:20:34 4.1.0-dev.42 02:20:34 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:20:34 main 02:20:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:34 02:20:34 #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 02:20:34 #105 DONE 0.3s 02:20:34 02:20:34 #103 [security-spire-server stage-2 5/9] COPY Attribution.txt / 02:20:34 #103 DONE 0.3s 02:20:34 02:20:34 #106 [security-spire-agent stage-3 7/10] COPY security.txt / 02:20:34 #106 ... 02:20:34 02:20:34 #107 [security-spire-config stage-2 6/10] COPY security.txt / 02:20:34 #107 DONE 0.3s 02:20:34 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:34 02:20:34 #106 [security-spire-agent stage-3 7/10] COPY security.txt / 02:20:34 #106 DONE 0.3s 02:20:34 02:20:34 #108 [security-spire-server stage-2 6/9] COPY security.txt / 02:20:34 #108 DONE 0.3s 02:20:34 02:20:34 #109 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:20:34 #109 DONE 0.3s 02:20:34 02:20:34 #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 02:20:35 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:20:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:20:35 81e2915ff997: Preparing 02:20:35 29cae102bbfc: Preparing 02:20:35 d3dbc8d4afca: Preparing 02:20:35 5951337c8938: Preparing 02:20:35 a658b2ac2f90: Preparing 02:20:35 3daf2f61ab58: Preparing 02:20:35 097100c76c15: Preparing 02:20:35 3daf2f61ab58: Waiting 02:20:35 097100c76c15: Waiting 02:20:35 d3dbc8d4afca: Layer already exists 02:20:35 5951337c8938: Layer already exists 02:20:35 097100c76c15: Layer already exists 02:20:35 81e2915ff997: Pushed 02:20:35 a658b2ac2f90: Pushed 02:20:35 #110 DONE 0.2s 02:20:35 02:20:35 #111 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:20:35 #111 DONE 0.3s 02:20:35 02:20:35 #112 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 02:20:35 #112 DONE 0.2s 02:20:35 02:20:35 #113 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:20:35 #113 DONE 0.2s 02:20:35 02:20:35 #114 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 02:20:35 #114 DONE 0.2s 02:20:35 02:20:35 #115 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 02:20:35 #115 DONE 0.3s 02:20:35 02:20:35 #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:20:35 #116 ... 02:20:35 02:20:35 #117 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:20:35 #117 DONE 0.4s 02:20:36 02:20:36 #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:20:36 #116 DONE 0.5s 02:20:36 02:20:36 #118 [security-spire-agent] exporting to image 02:20:36 #118 exporting layers 02:20:36 3daf2f61ab58: Pushed 02:20:38 29cae102bbfc: Pushed 02:20:38 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:7388d4eff8ce298ea7c73b5bd4b9ff63c1730cacc3cdf92174e2bf629b3ea145 size: 1782 [Pipeline] } [Pipeline] // withEnv 02:20:38 #118 exporting layers 3.0s done 02:20:38 #118 writing image sha256:9c5e87db71f1b7aba6e02e58d86b9d2ef1509b3e971500b3e841cefc7b4dd26e 0.0s done 02:20:38 #118 naming to docker.io/library/security-spire-config-arm64 02:20:38 #118 exporting layers 2.8s done 02:20:38 #118 naming to docker.io/library/security-spire-config-arm64 done 02:20:38 #118 writing image sha256:a00ef448c616a70c822251c8009731f871c477bdd4d878e66fef2d2b7bfabc47 0.0s done 02:20:38 #118 naming to docker.io/library/security-spire-server-arm64 done 02:20:38 #118 writing image sha256:c57c79ab8de2c10705e1f202467c2793cb708d0025ecb2482a4a8a007f3a3478 done 02:20:38 #118 naming to docker.io/library/security-spire-agent-arm64 done 02:20:38 #118 DONE 3.2s 02:20:38 02:20:38 #85 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:38 + 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 02:20:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:20:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:20:39 81e2915ff997: Preparing 02:20:39 29cae102bbfc: Preparing 02:20:39 d3dbc8d4afca: Preparing 02:20:39 5951337c8938: Preparing 02:20:39 a658b2ac2f90: Preparing 02:20:39 3daf2f61ab58: Preparing 02:20:39 097100c76c15: Preparing 02:20:39 3daf2f61ab58: Waiting 02:20:39 097100c76c15: Waiting 02:20:39 81e2915ff997: Layer already exists 02:20:39 d3dbc8d4afca: Layer already exists 02:20:39 29cae102bbfc: Layer already exists 02:20:39 5951337c8938: Layer already exists 02:20:39 a658b2ac2f90: Layer already exists 02:20:39 3daf2f61ab58: Layer already exists 02:20:39 097100c76c15: Layer already exists 02:20:39 latest: digest: sha256:7388d4eff8ce298ea7c73b5bd4b9ff63c1730cacc3cdf92174e2bf629b3ea145 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:39 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 02:20:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:20:39 81e2915ff997: Preparing 02:20:39 29cae102bbfc: Preparing 02:20:39 d3dbc8d4afca: Preparing 02:20:39 5951337c8938: Preparing 02:20:39 a658b2ac2f90: Preparing 02:20:39 3daf2f61ab58: Preparing 02:20:39 097100c76c15: Preparing 02:20:39 097100c76c15: Waiting 02:20:39 3daf2f61ab58: Waiting 02:20:39 d3dbc8d4afca: Layer already exists 02:20:39 29cae102bbfc: Layer already exists 02:20:39 81e2915ff997: Layer already exists 02:20:39 a658b2ac2f90: Layer already exists 02:20:39 5951337c8938: Layer already exists 02:20:39 3daf2f61ab58: Layer already exists 02:20:39 097100c76c15: Layer already exists 02:20:39 4.1.0-dev.42: digest: sha256:7388d4eff8ce298ea7c73b5bd4b9ff63c1730cacc3cdf92174e2bf629b3ea145 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:40 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:40 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:20:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:20:40 81e2915ff997: Preparing 02:20:40 29cae102bbfc: Preparing 02:20:40 d3dbc8d4afca: Preparing 02:20:40 5951337c8938: Preparing 02:20:40 a658b2ac2f90: Preparing 02:20:40 3daf2f61ab58: Preparing 02:20:40 097100c76c15: Preparing 02:20:40 3daf2f61ab58: Waiting 02:20:40 097100c76c15: Waiting 02:20:40 81e2915ff997: Layer already exists 02:20:40 d3dbc8d4afca: Layer already exists 02:20:40 5951337c8938: Layer already exists 02:20:40 a658b2ac2f90: Layer already exists 02:20:40 29cae102bbfc: Layer already exists 02:20:40 3daf2f61ab58: Layer already exists 02:20:40 097100c76c15: Layer already exists 02:20:40 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:7388d4eff8ce298ea7c73b5bd4b9ff63c1730cacc3cdf92174e2bf629b3ea145 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:40 + 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 02:20:41 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:20:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:20:41 81e2915ff997: Preparing 02:20:41 29cae102bbfc: Preparing 02:20:41 d3dbc8d4afca: Preparing 02:20:41 5951337c8938: Preparing 02:20:41 a658b2ac2f90: Preparing 02:20:41 3daf2f61ab58: Preparing 02:20:41 097100c76c15: Preparing 02:20:41 097100c76c15: Waiting 02:20:41 3daf2f61ab58: Waiting 02:20:41 5951337c8938: Layer already exists 02:20:41 a658b2ac2f90: Layer already exists 02:20:41 29cae102bbfc: Layer already exists 02:20:41 81e2915ff997: Layer already exists 02:20:41 d3dbc8d4afca: Layer already exists 02:20:41 097100c76c15: Layer already exists 02:20:41 3daf2f61ab58: Layer already exists 02:20:41 main: digest: sha256:7388d4eff8ce298ea7c73b5bd4b9ff63c1730cacc3cdf92174e2bf629b3ea145 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:20:41 ===================================================== [Pipeline] echo 02:20:41 taggedImages: 02:20:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:20:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:20:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 02:20:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:20:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 02:20:41 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 02:20:41 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:20:41 latest 02:20:41 4.1.0-dev.42 02:20:41 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:20:41 main 02:20:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:41 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:20:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:20:41 a985692bd20b: Preparing 02:20:41 0f6cd5a2a414: Preparing 02:20:41 bcee4cfc7f26: Preparing 02:20:41 d3dbc8d4afca: Preparing 02:20:41 5951337c8938: Preparing 02:20:41 ab213821fe2c: Preparing 02:20:41 7c1a2ca77237: Preparing 02:20:41 51075ab804b0: Preparing 02:20:41 3a53b8c3fd46: Preparing 02:20:41 097100c76c15: Preparing 02:20:41 ab213821fe2c: Waiting 02:20:41 7c1a2ca77237: Waiting 02:20:41 51075ab804b0: Waiting 02:20:41 3a53b8c3fd46: Waiting 02:20:41 097100c76c15: Waiting 02:20:41 5951337c8938: Layer already exists 02:20:41 d3dbc8d4afca: Layer already exists 02:20:41 0f6cd5a2a414: Pushed 02:20:41 a985692bd20b: Pushed 02:20:41 bcee4cfc7f26: Pushed 02:20:41 097100c76c15: Layer already exists 02:20:41 51075ab804b0: Pushed 02:20:42 3a53b8c3fd46: Pushed 02:20:46 7c1a2ca77237: Pushed 02:20:53 ab213821fe2c: Pushed 02:20:53 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:b3bf58426d73d237c257dd78d7a750a9e3b39e97916495fc82e0eb595b11a5c6 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:53 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:20:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:20:54 a985692bd20b: Preparing 02:20:54 0f6cd5a2a414: Preparing 02:20:54 bcee4cfc7f26: Preparing 02:20:54 d3dbc8d4afca: Preparing 02:20:54 5951337c8938: Preparing 02:20:54 ab213821fe2c: Preparing 02:20:54 7c1a2ca77237: Preparing 02:20:54 51075ab804b0: Preparing 02:20:54 3a53b8c3fd46: Preparing 02:20:54 097100c76c15: Preparing 02:20:54 ab213821fe2c: Waiting 02:20:54 7c1a2ca77237: Waiting 02:20:54 3a53b8c3fd46: Waiting 02:20:54 51075ab804b0: Waiting 02:20:54 097100c76c15: Waiting 02:20:54 a985692bd20b: Layer already exists 02:20:54 bcee4cfc7f26: Layer already exists 02:20:54 d3dbc8d4afca: Layer already exists 02:20:54 5951337c8938: Layer already exists 02:20:54 0f6cd5a2a414: Layer already exists 02:20:54 7c1a2ca77237: Layer already exists 02:20:54 3a53b8c3fd46: Layer already exists 02:20:54 ab213821fe2c: Layer already exists 02:20:54 097100c76c15: Layer already exists 02:20:54 51075ab804b0: Layer already exists 02:20:54 latest: digest: sha256:b3bf58426d73d237c257dd78d7a750a9e3b39e97916495fc82e0eb595b11a5c6 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:54 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 02:20:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:20:54 a985692bd20b: Preparing 02:20:54 0f6cd5a2a414: Preparing 02:20:54 bcee4cfc7f26: Preparing 02:20:54 d3dbc8d4afca: Preparing 02:20:54 5951337c8938: Preparing 02:20:54 ab213821fe2c: Preparing 02:20:54 7c1a2ca77237: Preparing 02:20:54 51075ab804b0: Preparing 02:20:54 3a53b8c3fd46: Preparing 02:20:54 097100c76c15: Preparing 02:20:54 7c1a2ca77237: Waiting 02:20:54 51075ab804b0: Waiting 02:20:54 3a53b8c3fd46: Waiting 02:20:54 097100c76c15: Waiting 02:20:54 ab213821fe2c: Waiting 02:20:54 a985692bd20b: Layer already exists 02:20:54 d3dbc8d4afca: Layer already exists 02:20:54 5951337c8938: Layer already exists 02:20:54 0f6cd5a2a414: Layer already exists 02:20:54 bcee4cfc7f26: Layer already exists 02:20:54 ab213821fe2c: Layer already exists 02:20:54 3a53b8c3fd46: Layer already exists 02:20:54 7c1a2ca77237: Layer already exists 02:20:54 51075ab804b0: Layer already exists 02:20:54 097100c76c15: Layer already exists 02:20:54 4.1.0-dev.42: digest: sha256:b3bf58426d73d237c257dd78d7a750a9e3b39e97916495fc82e0eb595b11a5c6 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:55 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:20:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:20:55 a985692bd20b: Preparing 02:20:55 0f6cd5a2a414: Preparing 02:20:55 bcee4cfc7f26: Preparing 02:20:55 d3dbc8d4afca: Preparing 02:20:55 5951337c8938: Preparing 02:20:55 ab213821fe2c: Preparing 02:20:55 7c1a2ca77237: Preparing 02:20:55 51075ab804b0: Preparing 02:20:55 3a53b8c3fd46: Preparing 02:20:55 097100c76c15: Preparing 02:20:55 3a53b8c3fd46: Waiting 02:20:55 ab213821fe2c: Waiting 02:20:55 7c1a2ca77237: Waiting 02:20:55 097100c76c15: Waiting 02:20:55 51075ab804b0: Waiting 02:20:55 bcee4cfc7f26: Layer already exists 02:20:55 0f6cd5a2a414: Layer already exists 02:20:55 a985692bd20b: Layer already exists 02:20:55 5951337c8938: Layer already exists 02:20:55 d3dbc8d4afca: Layer already exists 02:20:55 51075ab804b0: Layer already exists 02:20:55 3a53b8c3fd46: Layer already exists 02:20:55 ab213821fe2c: Layer already exists 02:20:55 7c1a2ca77237: Layer already exists 02:20:55 097100c76c15: Layer already exists 02:20:55 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:b3bf58426d73d237c257dd78d7a750a9e3b39e97916495fc82e0eb595b11a5c6 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:55 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:20:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:20:56 a985692bd20b: Preparing 02:20:56 0f6cd5a2a414: Preparing 02:20:56 bcee4cfc7f26: Preparing 02:20:56 d3dbc8d4afca: Preparing 02:20:56 5951337c8938: Preparing 02:20:56 ab213821fe2c: Preparing 02:20:56 7c1a2ca77237: Preparing 02:20:56 51075ab804b0: Preparing 02:20:56 3a53b8c3fd46: Preparing 02:20:56 ab213821fe2c: Waiting 02:20:56 51075ab804b0: Waiting 02:20:56 3a53b8c3fd46: Waiting 02:20:56 7c1a2ca77237: Waiting 02:20:56 097100c76c15: Preparing 02:20:56 097100c76c15: Waiting 02:20:56 d3dbc8d4afca: Layer already exists 02:20:56 bcee4cfc7f26: Layer already exists 02:20:56 0f6cd5a2a414: Layer already exists 02:20:56 5951337c8938: Layer already exists 02:20:56 a985692bd20b: Layer already exists 02:20:56 7c1a2ca77237: Layer already exists 02:20:56 097100c76c15: Layer already exists 02:20:56 ab213821fe2c: Layer already exists 02:20:56 51075ab804b0: Layer already exists 02:20:56 3a53b8c3fd46: Layer already exists 02:20:56 main: digest: sha256:b3bf58426d73d237c257dd78d7a750a9e3b39e97916495fc82e0eb595b11a5c6 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:20:56 ===================================================== [Pipeline] echo 02:20:56 taggedImages: 02:20:56 - nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:20:56 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:20:56 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 02:20:56 - nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:20:56 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 02:20:56 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 02:20:56 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:20:56 latest 02:20:56 4.1.0-dev.42 02:20:56 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:20:56 main 02:20:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:56 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:20:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:20:56 041afcdc9310: Preparing 02:20:56 edba53a37afe: Preparing 02:20:56 b746f6bd6628: Preparing 02:20:56 d3dbc8d4afca: Preparing 02:20:56 5951337c8938: Preparing 02:20:56 62e08c1756e6: Preparing 02:20:56 496083cf3c93: Preparing 02:20:56 b418ea71574b: Preparing 02:20:56 097100c76c15: Preparing 02:20:56 b418ea71574b: Waiting 02:20:56 496083cf3c93: Waiting 02:20:56 097100c76c15: Waiting 02:20:56 62e08c1756e6: Waiting 02:20:56 5951337c8938: Layer already exists 02:20:56 d3dbc8d4afca: Layer already exists 02:20:56 b746f6bd6628: Pushed 02:20:56 496083cf3c93: Pushed 02:20:56 041afcdc9310: Pushed 02:20:56 edba53a37afe: Pushed 02:20:56 097100c76c15: Layer already exists 02:20:57 b418ea71574b: Pushed 02:21:09 62e08c1756e6: Pushed 02:21:09 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:8d124f87c3b13dc126b472d6f9e0cb2eafa034b696c34378ea9b2022b7de40cb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:09 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:21:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:21:10 041afcdc9310: Preparing 02:21:10 edba53a37afe: Preparing 02:21:10 b746f6bd6628: Preparing 02:21:10 d3dbc8d4afca: Preparing 02:21:10 5951337c8938: Preparing 02:21:10 62e08c1756e6: Preparing 02:21:10 496083cf3c93: Preparing 02:21:10 b418ea71574b: Preparing 02:21:10 097100c76c15: Preparing 02:21:10 62e08c1756e6: Waiting 02:21:10 b418ea71574b: Waiting 02:21:10 496083cf3c93: Waiting 02:21:10 097100c76c15: Waiting 02:21:10 5951337c8938: Layer already exists 02:21:10 edba53a37afe: Layer already exists 02:21:10 b746f6bd6628: Layer already exists 02:21:10 041afcdc9310: Layer already exists 02:21:10 d3dbc8d4afca: Layer already exists 02:21:10 62e08c1756e6: Layer already exists 02:21:10 496083cf3c93: Layer already exists 02:21:10 b418ea71574b: Layer already exists 02:21:10 097100c76c15: Layer already exists 02:21:10 latest: digest: sha256:8d124f87c3b13dc126b472d6f9e0cb2eafa034b696c34378ea9b2022b7de40cb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:10 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 02:21:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:21:10 041afcdc9310: Preparing 02:21:10 edba53a37afe: Preparing 02:21:10 b746f6bd6628: Preparing 02:21:10 d3dbc8d4afca: Preparing 02:21:10 5951337c8938: Preparing 02:21:10 62e08c1756e6: Preparing 02:21:10 496083cf3c93: Preparing 02:21:10 b418ea71574b: Preparing 02:21:10 097100c76c15: Preparing 02:21:10 62e08c1756e6: Waiting 02:21:10 496083cf3c93: Waiting 02:21:10 b418ea71574b: Waiting 02:21:10 b746f6bd6628: Layer already exists 02:21:10 edba53a37afe: Layer already exists 02:21:10 5951337c8938: Layer already exists 02:21:10 d3dbc8d4afca: Layer already exists 02:21:10 041afcdc9310: Layer already exists 02:21:10 b418ea71574b: Layer already exists 02:21:10 62e08c1756e6: Layer already exists 02:21:10 496083cf3c93: Layer already exists 02:21:10 097100c76c15: Layer already exists 02:21:10 4.1.0-dev.42: digest: sha256:8d124f87c3b13dc126b472d6f9e0cb2eafa034b696c34378ea9b2022b7de40cb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:11 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:21:11 041afcdc9310: Preparing 02:21:11 edba53a37afe: Preparing 02:21:11 b746f6bd6628: Preparing 02:21:11 d3dbc8d4afca: Preparing 02:21:11 5951337c8938: Preparing 02:21:11 62e08c1756e6: Preparing 02:21:11 496083cf3c93: Preparing 02:21:11 b418ea71574b: Preparing 02:21:11 097100c76c15: Preparing 02:21:11 62e08c1756e6: Waiting 02:21:11 496083cf3c93: Waiting 02:21:11 b418ea71574b: Waiting 02:21:11 097100c76c15: Waiting 02:21:11 d3dbc8d4afca: Layer already exists 02:21:11 edba53a37afe: Layer already exists 02:21:11 b746f6bd6628: Layer already exists 02:21:11 041afcdc9310: Layer already exists 02:21:11 5951337c8938: Layer already exists 02:21:11 496083cf3c93: Layer already exists 02:21:11 62e08c1756e6: Layer already exists 02:21:11 097100c76c15: Layer already exists 02:21:11 b418ea71574b: Layer already exists 02:21:11 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:8d124f87c3b13dc126b472d6f9e0cb2eafa034b696c34378ea9b2022b7de40cb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:11 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 02:21:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:21:12 041afcdc9310: Preparing 02:21:12 edba53a37afe: Preparing 02:21:12 b746f6bd6628: Preparing 02:21:12 d3dbc8d4afca: Preparing 02:21:12 5951337c8938: Preparing 02:21:12 62e08c1756e6: Preparing 02:21:12 496083cf3c93: Preparing 02:21:12 b418ea71574b: Preparing 02:21:12 097100c76c15: Preparing 02:21:12 62e08c1756e6: Waiting 02:21:12 496083cf3c93: Waiting 02:21:12 b418ea71574b: Waiting 02:21:12 097100c76c15: Waiting 02:21:12 041afcdc9310: Layer already exists 02:21:12 b746f6bd6628: Layer already exists 02:21:12 d3dbc8d4afca: Layer already exists 02:21:12 edba53a37afe: Layer already exists 02:21:12 5951337c8938: Layer already exists 02:21:12 496083cf3c93: Layer already exists 02:21:12 62e08c1756e6: Layer already exists 02:21:12 b418ea71574b: Layer already exists 02:21:12 097100c76c15: Layer already exists 02:21:12 main: digest: sha256:8d124f87c3b13dc126b472d6f9e0cb2eafa034b696c34378ea9b2022b7de40cb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:21:12 ===================================================== [Pipeline] echo 02:21:12 taggedImages: 02:21:12 - nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:12 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:21:12 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 02:21:12 - nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:12 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 02:21:12 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 02:21:12 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:12 latest 02:21:12 4.1.0-dev.42 02:21:12 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:12 main 02:21:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:12 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:21:12 a985692bd20b: Preparing 02:21:12 9d33baae6966: Preparing 02:21:12 330113575884: Preparing 02:21:12 d3dbc8d4afca: Preparing 02:21:12 5951337c8938: Preparing 02:21:12 ab213821fe2c: Preparing 02:21:12 51075ab804b0: Preparing 02:21:12 3a53b8c3fd46: Preparing 02:21:12 097100c76c15: Preparing 02:21:12 3a53b8c3fd46: Waiting 02:21:12 ab213821fe2c: Waiting 02:21:12 097100c76c15: Waiting 02:21:12 51075ab804b0: Waiting 02:21:12 d3dbc8d4afca: Layer already exists 02:21:12 a985692bd20b: Layer already exists 02:21:12 5951337c8938: Layer already exists 02:21:12 ab213821fe2c: Layer already exists 02:21:12 51075ab804b0: Layer already exists 02:21:12 3a53b8c3fd46: Layer already exists 02:21:12 097100c76c15: Layer already exists 02:21:12 9d33baae6966: Pushed 02:21:12 330113575884: Pushed 02:21:13 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:431b2a19d8e41fc75a031703d66c04c704960acf7b29cb13dd87f355d976649d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:13 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:21:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:21:13 a985692bd20b: Preparing 02:21:13 9d33baae6966: Preparing 02:21:13 330113575884: Preparing 02:21:13 d3dbc8d4afca: Preparing 02:21:13 5951337c8938: Preparing 02:21:13 ab213821fe2c: Preparing 02:21:13 51075ab804b0: Preparing 02:21:13 3a53b8c3fd46: Preparing 02:21:13 097100c76c15: Preparing 02:21:13 51075ab804b0: Waiting 02:21:13 097100c76c15: Waiting 02:21:13 3a53b8c3fd46: Waiting 02:21:13 ab213821fe2c: Waiting 02:21:13 330113575884: Layer already exists 02:21:13 5951337c8938: Layer already exists 02:21:13 9d33baae6966: Layer already exists 02:21:13 d3dbc8d4afca: Layer already exists 02:21:13 a985692bd20b: Layer already exists 02:21:13 51075ab804b0: Layer already exists 02:21:13 ab213821fe2c: Layer already exists 02:21:13 097100c76c15: Layer already exists 02:21:13 3a53b8c3fd46: Layer already exists 02:21:13 latest: digest: sha256:431b2a19d8e41fc75a031703d66c04c704960acf7b29cb13dd87f355d976649d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:14 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 02:21:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:21:14 a985692bd20b: Preparing 02:21:14 9d33baae6966: Preparing 02:21:14 330113575884: Preparing 02:21:14 d3dbc8d4afca: Preparing 02:21:14 5951337c8938: Preparing 02:21:14 ab213821fe2c: Preparing 02:21:14 51075ab804b0: Preparing 02:21:14 3a53b8c3fd46: Preparing 02:21:14 097100c76c15: Preparing 02:21:14 51075ab804b0: Waiting 02:21:14 097100c76c15: Waiting 02:21:14 3a53b8c3fd46: Waiting 02:21:14 ab213821fe2c: Waiting 02:21:14 330113575884: Layer already exists 02:21:14 5951337c8938: Layer already exists 02:21:14 a985692bd20b: Layer already exists 02:21:14 d3dbc8d4afca: Layer already exists 02:21:14 9d33baae6966: Layer already exists 02:21:14 3a53b8c3fd46: Layer already exists 02:21:14 ab213821fe2c: Layer already exists 02:21:14 51075ab804b0: Layer already exists 02:21:14 097100c76c15: Layer already exists 02:21:14 4.1.0-dev.42: digest: sha256:431b2a19d8e41fc75a031703d66c04c704960acf7b29cb13dd87f355d976649d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:14 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:21:15 a985692bd20b: Preparing 02:21:15 9d33baae6966: Preparing 02:21:15 330113575884: Preparing 02:21:15 d3dbc8d4afca: Preparing 02:21:15 5951337c8938: Preparing 02:21:15 ab213821fe2c: Preparing 02:21:15 51075ab804b0: Preparing 02:21:15 3a53b8c3fd46: Preparing 02:21:15 097100c76c15: Preparing 02:21:15 ab213821fe2c: Waiting 02:21:15 51075ab804b0: Waiting 02:21:15 3a53b8c3fd46: Waiting 02:21:15 097100c76c15: Waiting 02:21:15 9d33baae6966: Layer already exists 02:21:15 a985692bd20b: Layer already exists 02:21:15 d3dbc8d4afca: Layer already exists 02:21:15 5951337c8938: Layer already exists 02:21:15 330113575884: Layer already exists 02:21:15 ab213821fe2c: Layer already exists 02:21:15 51075ab804b0: Layer already exists 02:21:15 3a53b8c3fd46: Layer already exists 02:21:15 097100c76c15: Layer already exists 02:21:15 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:431b2a19d8e41fc75a031703d66c04c704960acf7b29cb13dd87f355d976649d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:15 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 02:21:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:21:15 a985692bd20b: Preparing 02:21:15 9d33baae6966: Preparing 02:21:15 330113575884: Preparing 02:21:15 d3dbc8d4afca: Preparing 02:21:15 5951337c8938: Preparing 02:21:15 ab213821fe2c: Preparing 02:21:15 51075ab804b0: Preparing 02:21:15 3a53b8c3fd46: Preparing 02:21:15 097100c76c15: Preparing 02:21:15 51075ab804b0: Waiting 02:21:15 3a53b8c3fd46: Waiting 02:21:15 097100c76c15: Waiting 02:21:15 ab213821fe2c: Waiting 02:21:15 a985692bd20b: Layer already exists 02:21:15 330113575884: Layer already exists 02:21:15 d3dbc8d4afca: Layer already exists 02:21:15 5951337c8938: Layer already exists 02:21:15 9d33baae6966: Layer already exists 02:21:15 51075ab804b0: Layer already exists 02:21:15 3a53b8c3fd46: Layer already exists 02:21:15 ab213821fe2c: Layer already exists 02:21:15 097100c76c15: Layer already exists 02:21:15 main: digest: sha256:431b2a19d8e41fc75a031703d66c04c704960acf7b29cb13dd87f355d976649d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:21:15 ===================================================== [Pipeline] echo 02:21:15 taggedImages: 02:21:15 - nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:15 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:21:15 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 02:21:15 - nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:15 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 02:21:15 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 02:21:15 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:15 latest 02:21:15 4.1.0-dev.42 02:21:15 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:15 main 02:21:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:16 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:16 + docker push nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:21:16 0a3c6cc1cff2: Preparing 02:21:16 bce0d7c88f43: Preparing 02:21:16 d3dbc8d4afca: Preparing 02:21:16 5951337c8938: Preparing 02:21:16 7dfac982916f: Preparing 02:21:16 5abe86d6f278: Preparing 02:21:16 097100c76c15: Preparing 02:21:16 5abe86d6f278: Waiting 02:21:16 097100c76c15: Waiting 02:21:16 d3dbc8d4afca: Layer already exists 02:21:16 5951337c8938: Layer already exists 02:21:16 097100c76c15: Layer already exists 02:21:16 7dfac982916f: Pushed 02:21:16 0a3c6cc1cff2: Pushed 02:21:17 5abe86d6f278: Pushed 02:21:20 bce0d7c88f43: Pushed 02:21:20 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:a7b0a8636e88e0d9bdbcaafef41fab767ce980cb67e4a12aff6368d96db5763f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:20 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:20 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 02:21:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:21:20 0a3c6cc1cff2: Preparing 02:21:20 bce0d7c88f43: Preparing 02:21:20 d3dbc8d4afca: Preparing 02:21:20 5951337c8938: Preparing 02:21:20 7dfac982916f: Preparing 02:21:20 5abe86d6f278: Preparing 02:21:20 097100c76c15: Preparing 02:21:20 5abe86d6f278: Waiting 02:21:20 097100c76c15: Waiting 02:21:20 bce0d7c88f43: Layer already exists 02:21:20 d3dbc8d4afca: Layer already exists 02:21:20 5951337c8938: Layer already exists 02:21:20 7dfac982916f: Layer already exists 02:21:20 0a3c6cc1cff2: Layer already exists 02:21:20 5abe86d6f278: Layer already exists 02:21:20 097100c76c15: Layer already exists 02:21:20 latest: digest: sha256:a7b0a8636e88e0d9bdbcaafef41fab767ce980cb67e4a12aff6368d96db5763f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:21 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:21 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 02:21:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:21:21 0a3c6cc1cff2: Preparing 02:21:21 bce0d7c88f43: Preparing 02:21:21 d3dbc8d4afca: Preparing 02:21:21 5951337c8938: Preparing 02:21:21 7dfac982916f: Preparing 02:21:21 5abe86d6f278: Preparing 02:21:21 097100c76c15: Preparing 02:21:21 5abe86d6f278: Waiting 02:21:21 097100c76c15: Waiting 02:21:21 0a3c6cc1cff2: Layer already exists 02:21:21 d3dbc8d4afca: Layer already exists 02:21:21 5951337c8938: Layer already exists 02:21:21 7dfac982916f: Layer already exists 02:21:21 bce0d7c88f43: Layer already exists 02:21:21 5abe86d6f278: Layer already exists 02:21:21 097100c76c15: Layer already exists 02:21:21 4.1.0-dev.42: digest: sha256:a7b0a8636e88e0d9bdbcaafef41fab767ce980cb67e4a12aff6368d96db5763f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:21 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:22 + docker push nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:21:22 0a3c6cc1cff2: Preparing 02:21:22 bce0d7c88f43: Preparing 02:21:22 d3dbc8d4afca: Preparing 02:21:22 5951337c8938: Preparing 02:21:22 7dfac982916f: Preparing 02:21:22 5abe86d6f278: Preparing 02:21:22 097100c76c15: Preparing 02:21:22 5abe86d6f278: Waiting 02:21:22 097100c76c15: Waiting 02:21:22 5951337c8938: Layer already exists 02:21:22 7dfac982916f: Layer already exists 02:21:22 d3dbc8d4afca: Layer already exists 02:21:22 0a3c6cc1cff2: Layer already exists 02:21:22 bce0d7c88f43: Layer already exists 02:21:22 5abe86d6f278: Layer already exists 02:21:22 097100c76c15: Layer already exists 02:21:22 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:a7b0a8636e88e0d9bdbcaafef41fab767ce980cb67e4a12aff6368d96db5763f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:22 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:22 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 02:21:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:21:22 0a3c6cc1cff2: Preparing 02:21:22 bce0d7c88f43: Preparing 02:21:22 d3dbc8d4afca: Preparing 02:21:22 5951337c8938: Preparing 02:21:22 7dfac982916f: Preparing 02:21:22 5abe86d6f278: Preparing 02:21:22 097100c76c15: Preparing 02:21:22 5abe86d6f278: Waiting 02:21:22 097100c76c15: Waiting 02:21:22 5951337c8938: Layer already exists 02:21:22 0a3c6cc1cff2: Layer already exists 02:21:22 d3dbc8d4afca: Layer already exists 02:21:22 7dfac982916f: Layer already exists 02:21:22 bce0d7c88f43: Layer already exists 02:21:22 5abe86d6f278: Layer already exists 02:21:22 097100c76c15: Layer already exists 02:21:22 main: digest: sha256:a7b0a8636e88e0d9bdbcaafef41fab767ce980cb67e4a12aff6368d96db5763f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:21:23 ===================================================== [Pipeline] echo 02:21:23 taggedImages: 02:21:23 - nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:23 - nexus3.edgexfoundry.org:10004/support-notifications:latest 02:21:23 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 02:21:23 - nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:23 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 02:21:23 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 02:21:23 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:23 latest 02:21:23 4.1.0-dev.42 02:21:23 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:23 main 02:21:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:23 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:23 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:21:23 b1fa30c2b32b: Preparing 02:21:23 3db6b8d8cc58: Preparing 02:21:23 d3dbc8d4afca: Preparing 02:21:23 5951337c8938: Preparing 02:21:23 2d6b46f90aa5: Preparing 02:21:23 9446a17e38e0: Preparing 02:21:23 097100c76c15: Preparing 02:21:23 9446a17e38e0: Waiting 02:21:23 097100c76c15: Waiting 02:21:23 5951337c8938: Layer already exists 02:21:23 d3dbc8d4afca: Layer already exists 02:21:23 097100c76c15: Layer already exists 02:21:23 b1fa30c2b32b: Pushed 02:21:23 2d6b46f90aa5: Pushed 02:21:23 9446a17e38e0: Pushed 02:21:28 3db6b8d8cc58: Pushed 02:21:28 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:34a55408d3ac47d9a49a9114ecf6ca658480f885ce971887ca4f476ccacab2f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:28 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:28 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:21:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:21:28 b1fa30c2b32b: Preparing 02:21:28 3db6b8d8cc58: Preparing 02:21:28 d3dbc8d4afca: Preparing 02:21:28 5951337c8938: Preparing 02:21:28 2d6b46f90aa5: Preparing 02:21:28 9446a17e38e0: Preparing 02:21:28 097100c76c15: Preparing 02:21:28 9446a17e38e0: Waiting 02:21:28 097100c76c15: Waiting 02:21:28 2d6b46f90aa5: Layer already exists 02:21:28 b1fa30c2b32b: Layer already exists 02:21:28 5951337c8938: Layer already exists 02:21:28 d3dbc8d4afca: Layer already exists 02:21:28 3db6b8d8cc58: Layer already exists 02:21:28 097100c76c15: Layer already exists 02:21:28 9446a17e38e0: Layer already exists 02:21:28 latest: digest: sha256:34a55408d3ac47d9a49a9114ecf6ca658480f885ce971887ca4f476ccacab2f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:29 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:29 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 02:21:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:21:29 b1fa30c2b32b: Preparing 02:21:29 3db6b8d8cc58: Preparing 02:21:29 d3dbc8d4afca: Preparing 02:21:29 5951337c8938: Preparing 02:21:29 2d6b46f90aa5: Preparing 02:21:29 9446a17e38e0: Preparing 02:21:29 097100c76c15: Preparing 02:21:29 9446a17e38e0: Waiting 02:21:29 5951337c8938: Layer already exists 02:21:29 b1fa30c2b32b: Layer already exists 02:21:29 d3dbc8d4afca: Layer already exists 02:21:29 3db6b8d8cc58: Layer already exists 02:21:29 2d6b46f90aa5: Layer already exists 02:21:29 9446a17e38e0: Layer already exists 02:21:29 097100c76c15: Layer already exists 02:21:29 4.1.0-dev.42: digest: sha256:34a55408d3ac47d9a49a9114ecf6ca658480f885ce971887ca4f476ccacab2f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:29 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:30 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:21:30 b1fa30c2b32b: Preparing 02:21:30 3db6b8d8cc58: Preparing 02:21:30 d3dbc8d4afca: Preparing 02:21:30 5951337c8938: Preparing 02:21:30 2d6b46f90aa5: Preparing 02:21:30 9446a17e38e0: Preparing 02:21:30 097100c76c15: Preparing 02:21:30 097100c76c15: Waiting 02:21:30 9446a17e38e0: Waiting 02:21:30 5951337c8938: Layer already exists 02:21:30 b1fa30c2b32b: Layer already exists 02:21:30 3db6b8d8cc58: Layer already exists 02:21:30 2d6b46f90aa5: Layer already exists 02:21:30 d3dbc8d4afca: Layer already exists 02:21:30 9446a17e38e0: Layer already exists 02:21:30 097100c76c15: Layer already exists 02:21:30 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:34a55408d3ac47d9a49a9114ecf6ca658480f885ce971887ca4f476ccacab2f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:30 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:30 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 02:21:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:21:30 b1fa30c2b32b: Preparing 02:21:30 3db6b8d8cc58: Preparing 02:21:30 d3dbc8d4afca: Preparing 02:21:30 5951337c8938: Preparing 02:21:30 2d6b46f90aa5: Preparing 02:21:30 9446a17e38e0: Preparing 02:21:30 097100c76c15: Preparing 02:21:30 9446a17e38e0: Waiting 02:21:30 097100c76c15: Waiting 02:21:30 d3dbc8d4afca: Layer already exists 02:21:30 5951337c8938: Layer already exists 02:21:30 2d6b46f90aa5: Layer already exists 02:21:30 b1fa30c2b32b: Layer already exists 02:21:30 3db6b8d8cc58: Layer already exists 02:21:30 9446a17e38e0: Layer already exists 02:21:30 097100c76c15: Layer already exists 02:21:30 main: digest: sha256:34a55408d3ac47d9a49a9114ecf6ca658480f885ce971887ca4f476ccacab2f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:21:30 ===================================================== [Pipeline] echo 02:21:30 taggedImages: 02:21:30 - nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:30 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:21:30 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 02:21:30 ========================================================= 02:21:30 [edgeXBuildMultiArch] RAW Config: 02:21:30 images: 02:21:30 - nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:30 - nexus3.edgexfoundry.org:10004/core-command:latest 02:21:30 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/core-command:main 02:21:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:21:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:21:30 - nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:30 - nexus3.edgexfoundry.org:10004/core-data:latest 02:21:30 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/core-data:main 02:21:30 - nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:30 - nexus3.edgexfoundry.org:10004/core-keeper:latest 02:21:30 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/core-keeper:main 02:21:30 - nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:30 - nexus3.edgexfoundry.org:10004/core-metadata:latest 02:21:30 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/core-metadata:main 02:21:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:21:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:21:30 - nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:30 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:21:30 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:21:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:21:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:21:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:21:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:21:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:21:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:21:30 - nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:30 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:21:30 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:21:30 - nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:30 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:21:30 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/security-spire-config:main 02:21:30 - nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:30 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:21:30 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/security-spire-server:main 02:21:30 - nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:30 - nexus3.edgexfoundry.org:10004/support-notifications:latest 02:21:30 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/support-notifications:main 02:21:30 - nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:21:30 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:21:30 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:21:30 - nexus3.edgexfoundry.org:10004/support-scheduler:main 02:21:30 settingsFile: 02:21:30 edgex-go-settings 02:21:30 ========================================================= [Pipeline] node 02:21:45 Still waiting to schedule task 02:21:45 All nodes of label ‘centos7-docker-4c-2g’ are offline 02:22:00 #85 ... 02:22:00 02:22:00 #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:22:00 #91 DONE 105.1s 02:22:00 02:22:00 #87 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:22:00 #87 DONE 109.1s 02:22:00 02:22:00 #83 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:22:00 #83 DONE 105.3s 02:22:00 02:22:00 #85 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:22:00 #85 DONE 103.0s 02:22:00 02:22:00 #119 [support-scheduler builder 6/7] COPY . . 02:22:00 #119 ... 02:22:00 02:22:00 #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:22:00 #98 DONE 96.7s 02:22:00 02:22:00 #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:22:00 #94 DONE 95.0s 02:22:00 02:22:00 #120 [core-metadata builder 6/7] COPY . . 02:22:00 #120 CACHED 02:22:00 02:22:00 #121 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:22:00 #121 CACHED 02:22:00 02:22:00 #122 [core-metadata builder 4/7] COPY go.mod vendor* ./ 02:22:00 #122 CACHED 02:22:00 02:22:00 #123 [core-data builder 6/7] COPY . . 02:22:00 #123 CACHED 02:22:00 02:22:00 #124 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:22:00 #124 CACHED 02:22:00 02:22:00 #125 [core-data builder 4/7] COPY go.mod vendor* ./ 02:22:00 #125 CACHED 02:22:00 02:22:00 #126 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 02:22:00 #126 CACHED 02:22:00 02:22:00 #127 [security-proxy-auth builder 6/7] COPY . . 02:22:00 #127 CACHED 02:22:00 02:22:00 #128 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:22:00 #128 CACHED 02:22:00 02:22:00 #119 [support-scheduler builder 6/7] COPY . . 02:22:00 #119 DONE 2.2s 02:22:00 02:22:00 #129 [core-common-config-bootstrapper builder 6/7] COPY . . 02:22:00 #129 DONE 2.2s 02:22:00 02:22:00 #130 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:22:00 #130 CACHED 02:22:00 02:22:00 #131 [core-command builder 4/7] COPY go.mod vendor* ./ 02:22:00 #131 CACHED 02:22:00 02:22:00 #132 [core-command builder 6/7] COPY . . 02:22:00 #132 CACHED 02:22:00 02:22:00 #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:22:00 #133 ... 02:22:00 02:22:00 #134 [security-secretstore-setup builder 6/7] COPY . . 02:22:00 #134 DONE 2.3s 02:22:00 02:22:00 #135 [support-notifications builder 6/7] COPY . . 02:22:00 #135 DONE 2.4s 02:22:00 02:22:00 #136 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:22:00 #136 CACHED 02:22:00 02:22:00 #137 [security-proxy-setup builder 6/7] COPY . . 02:22:00 #137 CACHED 02:22:00 02:22:00 #138 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 02:22:00 #138 CACHED 02:22:00 02:22:00 #139 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:22:00 #139 CACHED 02:22:00 02:22:00 #140 [security-bootstrapper builder 6/7] COPY . . 02:22:00 #140 CACHED 02:22:00 02:22:00 #141 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:22:00 #141 CACHED 02:22:00 02:22:00 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:22:01 #142 ... 02:22:01 02:22:01 #143 [core-keeper builder 7/8] COPY . . 02:22:01 #143 DONE 3.5s 02:22:01 02:22:01 #144 [security-spiffe-token-provider builder 6/7] COPY . . 02:22:01 #144 DONE 3.4s 02:22:01 02:22:01 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:22:05 #145 3.903 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 02:22:06 #145 ... 02:22:06 02:22:06 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:22:06 #142 6.188 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:22:07 #142 ... 02:22:07 02:22:07 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:22:07 #0 4.963 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:22:07 #146 ... 02:22:07 02:22:07 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:22:07 #0 5.272 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 02:22:07 #147 ... 02:22:07 02:22:07 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:22:07 #0 6.388 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 02:22:08 #148 ... 02:22:08 02:22:08 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:22:08 #0 6.618 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 02:22:08 Running on prd-centos7-docker-4c-2g-6228 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:22:08 provisioning config files... 02:22:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config9409719413743142987tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:22:08 #149 ... 02:22:08 02:22:08 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:22:08 #0 6.110 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:22:08 #150 ... 02:22:08 02:22:08 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:22:08 #0 6.716 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:22:08 #151 ... 02:22:08 02:22:08 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:22:08 #0 5.954 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:22:08 #152 ... 02:22:08 02:22:08 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:22:08 #0 6.157 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:22:08 #153 ... 02:22:08 02:22:08 #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:22:08 #0 4.084 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 02:22:09 ---> ****-login.sh 02:22:09 nexus3.edgexfoundry.org:10001 02:22:13 #154 ... 02:22:13 02:22:13 #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:22:13 #133 4.751 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:40:36 #133 ... 02:40:36 02:40:36 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:40:36 #152 DONE 1107.5s 02:40:36 02:40:36 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:40:36 #151 ... 02:40:36 02:40:36 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:40:36 #155 DONE 0.4s 02:40:36 02:40:36 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:40:36 #148 ... 02:40:36 02:40:36 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:40:36 #156 DONE 0.2s 02:40:36 02:40:36 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 02:40:36 #157 DONE 0.4s 02:40:36 02:40:36 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:40:36 #148 ... 02:40:36 02:40:36 #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 02:40:36 #158 DONE 0.1s 02:40:36 02:40:36 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:40:36 #159 DONE 0.2s 02:40:36 02:40:36 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:40:36 #160 DONE 2.1s 02:40:36 02:40:36 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:40:36 #151 ... 02:40:36 02:40:36 #118 [core-common-config-bootstrapper] exporting to image 02:40:36 #118 exporting layers 02:40:36 #118 exporting layers 0.7s done 02:40:36 #118 writing image sha256:3886d60c4e12c166bae200d5874a6397646d31196f76ff772b16ab3b7281b628 0.0s done 02:40:36 #118 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 02:40:36 #118 DONE 4.0s 02:40:36 02:40:36 #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:40:56 #154 ... 02:40:56 02:40:56 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:40:56 #151 DONE 1127.5s 02:40:56 02:40:56 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 02:40:56 #161 DONE 0.4s 02:40:56 02:40:56 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:40:56 #148 ... 02:40:56 02:40:56 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 02:40:56 #162 DONE 2.5s 02:40:56 02:40:56 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 02:40:56 #163 DONE 0.5s 02:40:56 02:40:56 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 02:40:56 #164 DONE 0.3s 02:40:56 02:40:56 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:40:56 #165 DONE 0.3s 02:40:56 02:40:56 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 02:40:56 #166 DONE 0.2s 02:40:56 02:40:56 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:40:56 #55 ... 02:40:56 02:40:56 #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/ 02:40:56 #167 DONE 0.1s 02:40:56 02:40:56 #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/ 02:40:56 #168 DONE 0.1s 02:40:56 02:40:56 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:40:56 #150 ... 02:40:56 02:40:56 #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/ 02:40:56 #169 DONE 0.1s 02:40:56 02:40:56 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:40:56 #170 DONE 0.1s 02:40:56 02:40:56 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:40:56 #150 ... 02:40:56 02:40:56 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 02:40:56 #171 DONE 2.3s 02:40:56 02:40:56 #118 [security-bootstrapper] exporting to image 02:40:56 #118 exporting layers 02:40:56 #118 exporting layers 1.3s done 02:40:56 #118 writing image sha256:7c93e291e01647ef990d25f1a4746757c42a9eacab91752d3387d23a866afdb8 done 02:40:56 #118 naming to docker.io/library/security-bootstrapper-arm64 done 02:40:56 #118 DONE 5.3s 02:40:56 02:40:56 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:55:48 #148 ... 02:55:48 02:55:48 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:55:48 #149 DONE 2016.3s 02:55:48 02:55:48 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:55:48 #145 ... 02:55:48 02:55:48 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 02:55:48 #172 DONE 0.2s 02:55:48 02:55:48 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:55:48 #146 ... 02:55:48 02:55:48 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 02:55:48 #173 DONE 0.1s 02:55:48 02:55:48 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:55:48 #174 DONE 0.4s 02:55:48 02:55:48 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:55:48 #55 ... 02:55:48 02:55:48 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 02:55:48 #175 DONE 0.2s 02:55:48 02:55:48 #118 [core-command] exporting to image 02:55:48 #118 exporting layers 02:55:48 #118 exporting layers 0.5s done 02:55:48 #118 writing image sha256:415875bec651cf36326413425bce0c170f3fb79c221896e5ccf39a02287aa186 done 02:55:48 #118 naming to docker.io/library/core-command-arm64 done 02:55:48 #118 DONE 5.8s 02:55:48 02:55:48 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:55:50 #55 ... 02:55:50 02:55:50 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:55:50 #148 DONE 2032.7s 02:55:50 02:55:50 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:55:51 #146 ... 02:55:51 02:55:51 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:55:51 #176 DONE 0.2s 02:55:51 02:55:51 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:55:51 #150 ... 02:55:51 02:55:51 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 02:55:51 #177 DONE 0.2s 02:55:51 02:55:51 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:55:51 #153 ... 02:55:51 02:55:51 #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 02:55:52 #178 DONE 0.2s 02:55:52 02:55:52 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:55:52 #179 DONE 0.1s 02:55:52 02:55:52 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:55:52 #180 DONE 0.4s 02:55:52 02:55:52 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:55:52 #150 ... 02:55:52 02:55:52 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:55:52 #181 DONE 0.1s 02:55:52 02:55:52 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:55:54 #182 DONE 2.1s 02:55:54 02:55:54 #118 [security-proxy-setup] exporting to image 02:55:54 #118 exporting layers 02:55:55 #118 exporting layers 1.0s done 02:55:55 #118 writing image sha256:73cd54b2ff44f5aa48efed496f0610cd847bf672e86388777d82daa56f124112 done 02:55:55 #118 naming to docker.io/library/security-proxy-setup-arm64 02:55:56 #118 naming to docker.io/library/security-proxy-setup-arm64 0.1s done 02:55:56 #118 DONE 6.8s 02:55:56 02:55:56 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:55:57 #150 2039.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:56:29 #150 DONE 2068.5s 02:56:29 02:56:29 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:56:29 #55 ... 02:56:29 02:56:29 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 02:56:29 #183 DONE 0.2s 02:56:29 02:56:29 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 02:56:29 #184 DONE 0.2s 02:56:29 02:56:29 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:56:29 #142 ... 02:56:29 02:56:29 #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 02:56:29 #185 DONE 0.2s 02:56:29 02:56:29 #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 02:56:29 #186 DONE 0.1s 02:56:29 02:56:29 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:56:29 #187 DONE 0.1s 02:56:29 02:56:29 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:56:29 #153 ... 02:56:29 02:56:29 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:56:29 #188 DONE 0.4s 02:56:29 02:56:29 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:56:29 #189 DONE 0.5s 02:56:29 02:56:29 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:56:29 #190 DONE 0.1s 02:56:29 02:56:29 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:56:29 #153 ... 02:56:29 02:56:29 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:56:30 #191 DONE 1.9s 02:56:30 02:56:30 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:56:30 #146 ... 02:56:30 02:56:30 #118 [security-secretstore-setup] exporting to image 02:56:30 #118 exporting layers 02:56:32 #118 exporting layers 1.5s done 02:56:32 #118 writing image sha256:fdb3fb89695ec72b661e98b3d5e53408f86ec6b7150646706f5a5c88bcb57b9b done 02:56:32 #118 naming to docker.io/library/security-secretstore-setup-arm64 done 02:56:32 #118 DONE 8.3s 02:56:32 02:56:32 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:57:28 #146 ... 02:57:28 02:57:28 #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:57:28 #154 DONE 2120.3s 02:57:28 02:57:28 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:57:28 #147 ... 02:57:28 02:57:28 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:57:28 #192 DONE 0.2s 02:57:28 02:57:28 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:57:28 #193 DONE 0.2s 02:57:28 02:57:28 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:57:28 #146 ... 02:57:28 02:57:28 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:57:28 #194 DONE 0.4s 02:57:28 02:57:28 #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 02:57:28 #195 DONE 0.1s 02:57:28 02:57:28 #118 [security-spiffe-token-provider] exporting to image 02:57:28 #118 exporting layers 02:57:28 #118 exporting layers 0.9s done 02:57:28 #118 writing image sha256:54b5e3ef866cd3b9a7e0b8ba3283a466a0ca4a2633c7fd226134cbcb44988ad7 done 02:57:28 #118 naming to docker.io/library/security-spiffe-token-provider-arm64 done 02:57:28 #118 DONE 9.2s 02:57:28 02:57:28 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:58:07 #147 ... 02:58:07 02:58:07 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:58:07 #146 DONE 2163.9s 02:58:07 02:58:07 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:58:07 #55 ... 02:58:07 02:58:07 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:58:07 #196 DONE 0.3s 02:58:07 02:58:07 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:58:07 #197 DONE 0.2s 02:58:07 02:58:07 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:58:07 #198 DONE 0.6s 02:58:07 02:58:07 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 02:58:07 #199 DONE 0.1s 02:58:07 02:58:07 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:58:07 #200 DONE 0.1s 02:58:07 02:58:07 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:58:07 #201 DONE 2.5s 02:58:07 02:58:07 #118 [security-proxy-auth] exporting to image 02:58:07 #118 exporting layers 02:58:07 #118 exporting layers 0.7s done 02:58:07 #118 writing image sha256:ebccc5ed3136bca8c790a744780048f70526e43c95c52bb3ba41c25e2881d7dd done 02:58:07 #118 naming to docker.io/library/security-proxy-auth-arm64 done 02:58:07 #118 DONE 10.0s 02:58:07 02:58:07 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:58:07 #153 ... 02:58:07 02:58:07 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:58:07 #145 DONE 2165.8s 02:58:07 02:58:07 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:58:07 #153 ... 02:58:07 02:58:07 #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 02:58:08 #202 DONE 0.1s 02:58:08 02:58:08 #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 02:58:08 #203 DONE 0.8s 02:58:08 02:58:08 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:58:08 #147 DONE 2171.1s 02:58:08 02:58:08 #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 02:58:09 #204 DONE 0.5s 02:58:09 02:58:09 #118 [core-keeper] exporting to image 02:58:10 #118 exporting layers 0.8s done 02:58:10 #118 writing image sha256:6384f5691acabd463993e3be6124a0b82ffcc9a3cb88aeb1db2c703a61ed3410 done 02:58:10 #118 naming to docker.io/library/core-keeper-arm64 done 02:58:10 #118 DONE 10.8s 02:58:10 02:58:10 #205 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:58:10 #205 DONE 0.2s 02:58:10 02:58:10 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:58:10 #153 ... 02:58:10 02:58:10 #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:58:10 #206 DONE 0.1s 02:58:10 02:58:10 #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:58:11 #207 DONE 0.6s 02:58:11 02:58:11 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:58:11 #153 ... 02:58:11 02:58:11 #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:58:11 #208 DONE 0.1s 02:58:11 02:58:11 #118 [core-data] exporting to image 02:58:12 #118 exporting layers 1.0s done 02:58:12 #118 writing image sha256:92356ca4afbe364d935749b938e7b53933cea951ddbee3a2385bcd0a1c598d75 done 02:58:12 #118 naming to docker.io/library/core-data-arm64 done 02:58:12 #118 DONE 11.8s 02:58:12 02:58:12 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:58:13 #153 ... 02:58:13 02:58:13 #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:58:13 #133 DONE 2175.5s 02:58:13 02:58:13 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:58:13 #55 ... 02:58:13 02:58:13 #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:58:13 #209 DONE 0.1s 02:58:13 02:58:13 #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:58:13 #210 DONE 0.1s 02:58:13 02:58:13 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:58:14 #142 ... 02:58:14 02:58:14 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:58:14 #211 DONE 0.6s 02:58:14 02:58:14 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 02:58:14 #212 DONE 0.1s 02:58:14 02:58:14 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:58:14 #55 ... 02:58:14 02:58:14 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:58:15 #213 DONE 0.1s 02:58:15 02:58:15 #118 [core-metadata] exporting to image 02:58:15 #118 exporting layers 0.5s done 02:58:15 #118 writing image sha256:23ffb602a7e3a89ef14b090938ad530d6b6a2add06d282a5fed6ea6929db69c8 done 02:58:15 #118 naming to docker.io/library/core-metadata-arm64 done 02:58:15 #118 DONE 12.4s 02:58:15 02:58:15 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:58:43 #55 ... 02:58:43 02:58:43 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:58:43 #153 DONE 2202.0s 02:58:43 02:58:43 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:58:43 #33 ... 02:58:43 02:58:43 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:58:43 #214 DONE 0.1s 02:58:43 02:58:43 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:58:43 #215 DONE 0.1s 02:58:43 02:58:43 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:58:43 #142 ... 02:58:43 02:58:43 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:58:43 #216 DONE 0.7s 02:58:43 02:58:43 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:58:43 #33 ... 02:58:43 02:58:43 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 02:58:43 #217 DONE 0.2s 02:58:43 02:58:43 #118 [support-scheduler] exporting to image 02:58:43 #118 exporting layers 02:58:43 #118 exporting layers 1.0s done 02:58:43 #118 writing image sha256:e43501cf2b61e9e8896201457d5b48435817541bf5993f7bf69ba0ca435e25f6 done 02:58:43 #118 naming to docker.io/library/support-scheduler-arm64 done 02:58:43 #118 DONE 13.4s 02:58:43 02:58:43 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:58:49 #55 ... 02:58:49 02:58:49 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:58:49 #142 DONE 2210.9s 02:58:49 02:58:49 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:58:49 #218 DONE 0.1s 02:58:49 02:58:49 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:58:49 #33 ... 02:58:49 02:58:49 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:58:49 #219 DONE 0.1s 02:58:49 02:58:49 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:58:49 #220 DONE 0.4s 02:58:49 02:58:49 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 02:58:49 #221 DONE 0.1s 02:58:49 02:58:49 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:58:49 #55 ... 02:58:49 02:58:49 #118 [support-notifications] exporting to image 02:58:49 #118 exporting layers 02:58:50 #118 exporting layers 0.5s done 02:58:50 #118 writing image sha256:ce04d97a986c817e169783eb91010329291a68e7b8236cedf052d4cb821f1228 done 02:58:50 #118 naming to docker.io/library/support-notifications-arm64 done 02:58:50 #118 DONE 13.9s 02:58:50 02:58:50 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:58:50 time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:58:50 time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:58:50 time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:58:50 time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:58:50 time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:58:50 time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:58:50 time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:58:50 time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:58:50 time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:58:50 time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:58:50 time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:58:50 time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:58:50 time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:58:50 time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:58:50 time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 02:58:50 $ docker stop --time=1 23932e8c1ff5ab77961c51893831a41246021b464d8adf036ec2b4262196beee 02:58:52 $ docker rm -f --volumes 23932e8c1ff5ab77961c51893831a41246021b464d8adf036ec2b4262196beee [Pipeline] // withDockerContainer [Pipeline] sh 02:58:52 + docker images 02:58:52 REPOSITORY TAG IMAGE ID CREATED SIZE 02:58:52 support-notifications-arm64 latest ce04d97a986c 3 seconds ago 52.8MB 02:58:52 support-scheduler-arm64 latest e43501cf2b61 11 seconds ago 49MB 02:58:52 core-metadata-arm64 latest 23ffb602a7e3 38 seconds ago 45.3MB 02:58:52 core-data-arm64 latest 92356ca4afbe 42 seconds ago 45.2MB 02:58:52 core-keeper-arm64 latest 6384f5691aca 43 seconds ago 45MB 02:58:52 security-proxy-auth-arm64 latest ebccc5ed3136 47 seconds ago 44.3MB 02:58:52 security-spiffe-token-provider-arm64 latest 54b5e3ef866c About a minute ago 48.5MB 02:58:52 security-secretstore-setup-arm64 latest fdb3fb89695e 2 minutes ago 78.6MB 02:58:52 security-proxy-setup-arm64 latest 73cd54b2ff44 2 minutes ago 49MB 02:58:52 core-command-arm64 latest 415875bec651 3 minutes ago 39.7MB 02:58:52 security-bootstrapper-arm64 latest 7c93e291e016 18 minutes ago 21.1MB 02:58:52 core-common-config-bootstrapper-arm64 latest 3886d60c4e12 18 minutes ago 20MB 02:58:52 security-spire-server-arm64 latest a00ef448c616 38 minutes ago 144MB 02:58:52 security-spire-agent-arm64 latest c57c79ab8de2 38 minutes ago 187MB 02:58:52 security-spire-config-arm64 latest 9c5e87db71f1 38 minutes ago 143MB 02:58:52 ci-base-image-arm64 latest 31ccf7ee6f79 40 minutes ago 916MB 02:58:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 47b25d7523d1 55 minutes ago 566MB 02:58:52 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:58:52 provisioning config files... 02:58:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/879@tmp/config12475467429330801511tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:58:53 ---> ****-login.sh 02:58:53 nexus3.edgexfoundry.org:10001 02:58:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:58:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:58:53 Configure a credential helper to remove this warning. See 02:58:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:58:53 02:58:53 Login Succeeded 02:58:53 nexus3.edgexfoundry.org:10002 02:58:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:58:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:58:54 Configure a credential helper to remove this warning. See 02:58:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:58:54 02:58:54 Login Succeeded 02:58:54 nexus3.edgexfoundry.org:10003 02:58:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:58:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:58:54 Configure a credential helper to remove this warning. See 02:58:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:58:54 02:58:54 Login Succeeded 02:58:54 nexus3.edgexfoundry.org:10004 02:58:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:58:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:58:54 Configure a credential helper to remove this warning. See 02:58:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:58:54 02:58:54 Login Succeeded 02:58:54 ****.io 02:58:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:58:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:58:55 Configure a credential helper to remove this warning. See 02:58:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:58:55 02:58:55 Login Succeeded 02:58:55 ---> ****-login.sh ends [Pipeline] } 02:58:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:58:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:58:55 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 02:58:55 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:58:55 latest 02:58:55 4.1.0-dev.42 02:58:55 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:58:55 main 02:58:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:55 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:55 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:58:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:58:55 0c8f0e323874: Preparing 02:58:55 b18bc74f0654: Preparing 02:58:55 28a1c974bc68: Preparing 02:58:55 a44fd062e792: Preparing 02:58:55 7ef46d8edab0: Preparing 02:58:55 97fb3111bccb: Preparing 02:58:55 1e890da81ec9: Preparing 02:58:55 97fb3111bccb: Waiting 02:58:55 1e890da81ec9: Waiting 02:58:56 28a1c974bc68: Pushed 02:58:56 0c8f0e323874: Pushed 02:58:56 7ef46d8edab0: Pushed 02:58:56 a44fd062e792: Pushed 02:58:56 1e890da81ec9: Layer already exists 02:58:56 97fb3111bccb: Pushed 02:59:03 b18bc74f0654: Pushed 02:59:03 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:31d8b3fb25a05364dfecd53586fa3a43a8549c0353d13c7a64ef0b7f49d00c5a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:03 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:03 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:59:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:59:03 0c8f0e323874: Preparing 02:59:03 b18bc74f0654: Preparing 02:59:03 28a1c974bc68: Preparing 02:59:03 a44fd062e792: Preparing 02:59:03 7ef46d8edab0: Preparing 02:59:03 97fb3111bccb: Preparing 02:59:03 1e890da81ec9: Preparing 02:59:03 97fb3111bccb: Waiting 02:59:03 1e890da81ec9: Waiting 02:59:03 a44fd062e792: Layer already exists 02:59:03 b18bc74f0654: Layer already exists 02:59:03 0c8f0e323874: Layer already exists 02:59:03 7ef46d8edab0: Layer already exists 02:59:03 28a1c974bc68: Layer already exists 02:59:03 97fb3111bccb: Layer already exists 02:59:03 1e890da81ec9: Layer already exists 02:59:03 latest: digest: sha256:31d8b3fb25a05364dfecd53586fa3a43a8549c0353d13c7a64ef0b7f49d00c5a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:04 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:04 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.42 02:59:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:59:04 0c8f0e323874: Preparing 02:59:04 b18bc74f0654: Preparing 02:59:04 28a1c974bc68: Preparing 02:59:04 a44fd062e792: Preparing 02:59:04 7ef46d8edab0: Preparing 02:59:04 97fb3111bccb: Preparing 02:59:04 1e890da81ec9: Preparing 02:59:04 97fb3111bccb: Waiting 02:59:04 1e890da81ec9: Waiting 02:59:04 b18bc74f0654: Layer already exists 02:59:04 0c8f0e323874: Layer already exists 02:59:04 a44fd062e792: Layer already exists 02:59:04 28a1c974bc68: Layer already exists 02:59:04 7ef46d8edab0: Layer already exists 02:59:04 97fb3111bccb: Layer already exists 02:59:04 1e890da81ec9: Layer already exists 02:59:04 4.1.0-dev.42: digest: sha256:31d8b3fb25a05364dfecd53586fa3a43a8549c0353d13c7a64ef0b7f49d00c5a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:05 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:05 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:59:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:59:05 0c8f0e323874: Preparing 02:59:05 b18bc74f0654: Preparing 02:59:05 28a1c974bc68: Preparing 02:59:05 a44fd062e792: Preparing 02:59:05 7ef46d8edab0: Preparing 02:59:05 97fb3111bccb: Preparing 02:59:05 1e890da81ec9: Preparing 02:59:05 97fb3111bccb: Waiting 02:59:05 1e890da81ec9: Waiting 02:59:05 28a1c974bc68: Layer already exists 02:59:05 7ef46d8edab0: Layer already exists 02:59:05 a44fd062e792: Layer already exists 02:59:05 b18bc74f0654: Layer already exists 02:59:05 0c8f0e323874: Layer already exists 02:59:05 97fb3111bccb: Layer already exists 02:59:05 1e890da81ec9: Layer already exists 02:59:05 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:31d8b3fb25a05364dfecd53586fa3a43a8549c0353d13c7a64ef0b7f49d00c5a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:06 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:06 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 02:59:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:59:06 0c8f0e323874: Preparing 02:59:06 b18bc74f0654: Preparing 02:59:06 28a1c974bc68: Preparing 02:59:06 a44fd062e792: Preparing 02:59:06 7ef46d8edab0: Preparing 02:59:06 97fb3111bccb: Preparing 02:59:06 1e890da81ec9: Preparing 02:59:06 97fb3111bccb: Waiting 02:59:06 1e890da81ec9: Waiting 02:59:06 28a1c974bc68: Layer already exists 02:59:06 7ef46d8edab0: Layer already exists 02:59:06 b18bc74f0654: Layer already exists 02:59:06 0c8f0e323874: Layer already exists 02:59:06 a44fd062e792: Layer already exists 02:59:06 1e890da81ec9: Layer already exists 02:59:06 97fb3111bccb: Layer already exists 02:59:06 main: digest: sha256:31d8b3fb25a05364dfecd53586fa3a43a8549c0353d13c7a64ef0b7f49d00c5a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:59:06 ===================================================== [Pipeline] echo 02:59:06 taggedImages: 02:59:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:59:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:59:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.42 02:59:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:59:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:59:06 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 02:59:06 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:59:06 latest 02:59:06 4.1.0-dev.42 02:59:06 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:59:06 main 02:59:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:07 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:07 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:59:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:59:07 1663dc6490a1: Preparing 02:59:07 6e3fcc090b66: Preparing 02:59:07 02148a5f5293: Preparing 02:59:07 348f125d020e: Preparing 02:59:07 28a1c974bc68: Preparing 02:59:07 a44fd062e792: Preparing 02:59:07 7ef46d8edab0: Preparing 02:59:07 97fb3111bccb: Preparing 02:59:07 a44fd062e792: Waiting 02:59:07 7ef46d8edab0: Waiting 02:59:07 97fb3111bccb: Waiting 02:59:07 1e890da81ec9: Preparing 02:59:07 1e890da81ec9: Waiting 02:59:07 28a1c974bc68: Layer already exists 02:59:07 a44fd062e792: Layer already exists 02:59:07 02148a5f5293: Pushed 02:59:07 7ef46d8edab0: Layer already exists 02:59:07 6e3fcc090b66: Pushed 02:59:07 97fb3111bccb: Layer already exists 02:59:07 1e890da81ec9: Layer already exists 02:59:07 1663dc6490a1: Pushed 02:59:10 348f125d020e: Pushed 02:59:10 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:819b237471ab576a32815451ef2ce1ed7b69d5b74f8ad560548e02bd0f5dba35 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:10 + 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:59:11 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:59:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:59:11 1663dc6490a1: Preparing 02:59:11 6e3fcc090b66: Preparing 02:59:11 02148a5f5293: Preparing 02:59:11 348f125d020e: Preparing 02:59:11 28a1c974bc68: Preparing 02:59:11 a44fd062e792: Preparing 02:59:11 7ef46d8edab0: Preparing 02:59:11 97fb3111bccb: Preparing 02:59:11 1e890da81ec9: Preparing 02:59:11 97fb3111bccb: Waiting 02:59:11 1e890da81ec9: Waiting 02:59:11 a44fd062e792: Waiting 02:59:11 1663dc6490a1: Layer already exists 02:59:11 348f125d020e: Layer already exists 02:59:11 02148a5f5293: Layer already exists 02:59:11 28a1c974bc68: Layer already exists 02:59:11 6e3fcc090b66: Layer already exists 02:59:11 7ef46d8edab0: Layer already exists 02:59:11 a44fd062e792: Layer already exists 02:59:11 97fb3111bccb: Layer already exists 02:59:11 1e890da81ec9: Layer already exists 02:59:11 latest: digest: sha256:819b237471ab576a32815451ef2ce1ed7b69d5b74f8ad560548e02bd0f5dba35 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:11 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:12 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.42 02:59:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:59:12 1663dc6490a1: Preparing 02:59:12 6e3fcc090b66: Preparing 02:59:12 02148a5f5293: Preparing 02:59:12 348f125d020e: Preparing 02:59:12 28a1c974bc68: Preparing 02:59:12 a44fd062e792: Preparing 02:59:12 7ef46d8edab0: Preparing 02:59:12 97fb3111bccb: Preparing 02:59:12 1e890da81ec9: Preparing 02:59:12 a44fd062e792: Waiting 02:59:12 7ef46d8edab0: Waiting 02:59:12 97fb3111bccb: Waiting 02:59:12 1e890da81ec9: Waiting 02:59:12 28a1c974bc68: Layer already exists 02:59:12 6e3fcc090b66: Layer already exists 02:59:12 02148a5f5293: Layer already exists 02:59:12 1663dc6490a1: Layer already exists 02:59:12 348f125d020e: Layer already exists 02:59:12 a44fd062e792: Layer already exists 02:59:12 7ef46d8edab0: Layer already exists 02:59:12 97fb3111bccb: Layer already exists 02:59:12 1e890da81ec9: Layer already exists 02:59:12 4.1.0-dev.42: digest: sha256:819b237471ab576a32815451ef2ce1ed7b69d5b74f8ad560548e02bd0f5dba35 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:12 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:13 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:59:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:59:13 1663dc6490a1: Preparing 02:59:13 6e3fcc090b66: Preparing 02:59:13 02148a5f5293: Preparing 02:59:13 348f125d020e: Preparing 02:59:13 28a1c974bc68: Preparing 02:59:13 a44fd062e792: Preparing 02:59:13 7ef46d8edab0: Preparing 02:59:13 97fb3111bccb: Preparing 02:59:13 1e890da81ec9: Preparing 02:59:13 a44fd062e792: Waiting 02:59:13 97fb3111bccb: Waiting 02:59:13 1e890da81ec9: Waiting 02:59:13 7ef46d8edab0: Waiting 02:59:13 1663dc6490a1: Layer already exists 02:59:13 02148a5f5293: Layer already exists 02:59:13 28a1c974bc68: Layer already exists 02:59:13 348f125d020e: Layer already exists 02:59:13 6e3fcc090b66: Layer already exists 02:59:13 7ef46d8edab0: Layer already exists 02:59:13 97fb3111bccb: Layer already exists 02:59:13 a44fd062e792: Layer already exists 02:59:13 1e890da81ec9: Layer already exists 02:59:13 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:819b237471ab576a32815451ef2ce1ed7b69d5b74f8ad560548e02bd0f5dba35 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:13 + 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:59:14 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 02:59:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:59:14 1663dc6490a1: Preparing 02:59:14 6e3fcc090b66: Preparing 02:59:14 02148a5f5293: Preparing 02:59:14 348f125d020e: Preparing 02:59:14 28a1c974bc68: Preparing 02:59:14 a44fd062e792: Preparing 02:59:14 7ef46d8edab0: Preparing 02:59:14 97fb3111bccb: Preparing 02:59:14 1e890da81ec9: Preparing 02:59:14 7ef46d8edab0: Waiting 02:59:14 97fb3111bccb: Waiting 02:59:14 a44fd062e792: Waiting 02:59:14 6e3fcc090b66: Layer already exists 02:59:14 348f125d020e: Layer already exists 02:59:14 1663dc6490a1: Layer already exists 02:59:14 02148a5f5293: Layer already exists 02:59:14 28a1c974bc68: Layer already exists 02:59:14 7ef46d8edab0: Layer already exists 02:59:14 a44fd062e792: Layer already exists 02:59:14 1e890da81ec9: Layer already exists 02:59:14 97fb3111bccb: Layer already exists 02:59:14 main: digest: sha256:819b237471ab576a32815451ef2ce1ed7b69d5b74f8ad560548e02bd0f5dba35 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:59:14 ===================================================== [Pipeline] echo 02:59:14 taggedImages: 02:59:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:59:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:59:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.42 02:59:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:59:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:59:14 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 02:59:14 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:59:14 latest 02:59:14 4.1.0-dev.42 02:59:14 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:59:14 main 02:59:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:14 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:15 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:59:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:59:15 3210b3b7d925: Preparing 02:59:15 0811466d61b5: Preparing 02:59:15 28a1c974bc68: Preparing 02:59:15 a44fd062e792: Preparing 02:59:15 632f89051b3f: Preparing 02:59:15 9ae1f412dc58: Preparing 02:59:15 1e890da81ec9: Preparing 02:59:15 9ae1f412dc58: Waiting 02:59:15 1e890da81ec9: Waiting 02:59:15 28a1c974bc68: Layer already exists 02:59:15 a44fd062e792: Layer already exists 02:59:15 1e890da81ec9: Layer already exists 02:59:15 632f89051b3f: Pushed 02:59:15 3210b3b7d925: Pushed 02:59:15 9ae1f412dc58: Pushed 02:59:23 0811466d61b5: Pushed 02:59:23 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:c311541f92a3cdf62f4611a1562a015d592382de8e6122184023ddb4b80adebd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:23 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:24 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:59:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:59:24 3210b3b7d925: Preparing 02:59:24 0811466d61b5: Preparing 02:59:24 28a1c974bc68: Preparing 02:59:24 a44fd062e792: Preparing 02:59:24 632f89051b3f: Preparing 02:59:24 9ae1f412dc58: Preparing 02:59:24 1e890da81ec9: Preparing 02:59:24 9ae1f412dc58: Waiting 02:59:24 1e890da81ec9: Waiting 02:59:24 28a1c974bc68: Layer already exists 02:59:24 632f89051b3f: Layer already exists 02:59:24 3210b3b7d925: Layer already exists 02:59:24 0811466d61b5: Layer already exists 02:59:24 a44fd062e792: Layer already exists 02:59:24 9ae1f412dc58: Layer already exists 02:59:24 1e890da81ec9: Layer already exists 02:59:24 latest: digest: sha256:c311541f92a3cdf62f4611a1562a015d592382de8e6122184023ddb4b80adebd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:25 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:25 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.42 02:59:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:59:25 3210b3b7d925: Preparing 02:59:25 0811466d61b5: Preparing 02:59:25 28a1c974bc68: Preparing 02:59:25 a44fd062e792: Preparing 02:59:25 632f89051b3f: Preparing 02:59:25 9ae1f412dc58: Preparing 02:59:25 1e890da81ec9: Preparing 02:59:25 9ae1f412dc58: Waiting 02:59:25 1e890da81ec9: Waiting 02:59:25 0811466d61b5: Layer already exists 02:59:25 3210b3b7d925: Layer already exists 02:59:25 632f89051b3f: Layer already exists 02:59:25 28a1c974bc68: Layer already exists 02:59:25 a44fd062e792: Layer already exists 02:59:25 9ae1f412dc58: Layer already exists 02:59:25 1e890da81ec9: Layer already exists 02:59:25 4.1.0-dev.42: digest: sha256:c311541f92a3cdf62f4611a1562a015d592382de8e6122184023ddb4b80adebd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:25 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:26 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:59:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:59:26 3210b3b7d925: Preparing 02:59:26 0811466d61b5: Preparing 02:59:26 28a1c974bc68: Preparing 02:59:26 a44fd062e792: Preparing 02:59:26 632f89051b3f: Preparing 02:59:26 9ae1f412dc58: Preparing 02:59:26 1e890da81ec9: Preparing 02:59:26 9ae1f412dc58: Waiting 02:59:26 1e890da81ec9: Waiting 02:59:26 632f89051b3f: Layer already exists 02:59:26 a44fd062e792: Layer already exists 02:59:26 3210b3b7d925: Layer already exists 02:59:26 28a1c974bc68: Layer already exists 02:59:26 0811466d61b5: Layer already exists 02:59:26 1e890da81ec9: Layer already exists 02:59:26 9ae1f412dc58: Layer already exists 02:59:26 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:c311541f92a3cdf62f4611a1562a015d592382de8e6122184023ddb4b80adebd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:26 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:26 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 02:59:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:59:26 3210b3b7d925: Preparing 02:59:26 0811466d61b5: Preparing 02:59:26 28a1c974bc68: Preparing 02:59:26 a44fd062e792: Preparing 02:59:26 632f89051b3f: Preparing 02:59:26 9ae1f412dc58: Preparing 02:59:26 1e890da81ec9: Preparing 02:59:26 1e890da81ec9: Waiting 02:59:26 9ae1f412dc58: Waiting 02:59:26 a44fd062e792: Layer already exists 02:59:26 0811466d61b5: Layer already exists 02:59:26 632f89051b3f: Layer already exists 02:59:26 3210b3b7d925: Layer already exists 02:59:26 28a1c974bc68: Layer already exists 02:59:26 1e890da81ec9: Layer already exists 02:59:26 9ae1f412dc58: Layer already exists 02:59:27 main: digest: sha256:c311541f92a3cdf62f4611a1562a015d592382de8e6122184023ddb4b80adebd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:59:27 ===================================================== [Pipeline] echo 02:59:27 taggedImages: 02:59:27 - nexus3.edgexfoundry.org:10004/core-data-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:59:27 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:59:27 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.42 02:59:27 - nexus3.edgexfoundry.org:10004/core-data-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:59:27 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:59:27 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 02:59:27 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:59:27 latest 02:59:27 4.1.0-dev.42 02:59:27 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:59:27 main 02:59:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:27 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:27 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:59:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:59:27 d3d65994a50d: Preparing 02:59:27 70195d33342c: Preparing 02:59:27 a44fd062e792: Preparing 02:59:27 7306a94fc41f: Preparing 02:59:27 e3793649d4d3: Preparing 02:59:27 1e890da81ec9: Preparing 02:59:27 1e890da81ec9: Waiting 02:59:27 a44fd062e792: Layer already exists 02:59:28 1e890da81ec9: Layer already exists 02:59:28 e3793649d4d3: Pushed 02:59:28 d3d65994a50d: Pushed 02:59:28 7306a94fc41f: Pushed 02:59:36 70195d33342c: Pushed 02:59:36 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:1c9b3005bf8467191c02d003149752fa518cbb3bbefdcc1fc7cfb3a4af487c7b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:36 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:37 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:59:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:59:37 d3d65994a50d: Preparing 02:59:37 70195d33342c: Preparing 02:59:37 a44fd062e792: Preparing 02:59:37 7306a94fc41f: Preparing 02:59:37 e3793649d4d3: Preparing 02:59:37 1e890da81ec9: Preparing 02:59:37 1e890da81ec9: Waiting 02:59:37 a44fd062e792: Layer already exists 02:59:37 7306a94fc41f: Layer already exists 02:59:37 d3d65994a50d: Layer already exists 02:59:37 e3793649d4d3: Layer already exists 02:59:37 70195d33342c: Layer already exists 02:59:37 1e890da81ec9: Layer already exists 02:59:37 latest: digest: sha256:1c9b3005bf8467191c02d003149752fa518cbb3bbefdcc1fc7cfb3a4af487c7b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:37 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:38 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.42 02:59:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:59:38 d3d65994a50d: Preparing 02:59:38 70195d33342c: Preparing 02:59:38 a44fd062e792: Preparing 02:59:38 7306a94fc41f: Preparing 02:59:38 e3793649d4d3: Preparing 02:59:38 1e890da81ec9: Preparing 02:59:38 1e890da81ec9: Waiting 02:59:38 7306a94fc41f: Layer already exists 02:59:38 a44fd062e792: Layer already exists 02:59:38 e3793649d4d3: Layer already exists 02:59:38 70195d33342c: Layer already exists 02:59:38 d3d65994a50d: Layer already exists 02:59:38 1e890da81ec9: Layer already exists 02:59:38 4.1.0-dev.42: digest: sha256:1c9b3005bf8467191c02d003149752fa518cbb3bbefdcc1fc7cfb3a4af487c7b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:38 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:38 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:59:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:59:38 d3d65994a50d: Preparing 02:59:38 70195d33342c: Preparing 02:59:38 a44fd062e792: Preparing 02:59:38 7306a94fc41f: Preparing 02:59:38 e3793649d4d3: Preparing 02:59:38 1e890da81ec9: Preparing 02:59:38 1e890da81ec9: Waiting 02:59:38 e3793649d4d3: Layer already exists 02:59:38 d3d65994a50d: Layer already exists 02:59:38 70195d33342c: Layer already exists 02:59:38 a44fd062e792: Layer already exists 02:59:38 7306a94fc41f: Layer already exists 02:59:38 1e890da81ec9: Layer already exists 02:59:38 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:1c9b3005bf8467191c02d003149752fa518cbb3bbefdcc1fc7cfb3a4af487c7b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:39 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:39 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 02:59:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:59:39 d3d65994a50d: Preparing 02:59:39 70195d33342c: Preparing 02:59:39 a44fd062e792: Preparing 02:59:39 7306a94fc41f: Preparing 02:59:39 e3793649d4d3: Preparing 02:59:39 1e890da81ec9: Preparing 02:59:39 1e890da81ec9: Waiting 02:59:39 7306a94fc41f: Layer already exists 02:59:39 70195d33342c: Layer already exists 02:59:39 e3793649d4d3: Layer already exists 02:59:39 a44fd062e792: Layer already exists 02:59:39 d3d65994a50d: Layer already exists 02:59:39 1e890da81ec9: Layer already exists 02:59:39 main: digest: sha256:1c9b3005bf8467191c02d003149752fa518cbb3bbefdcc1fc7cfb3a4af487c7b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:59:39 ===================================================== [Pipeline] echo 02:59:39 taggedImages: 02:59:39 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:59:39 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:59:39 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.42 02:59:39 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:59:39 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 02:59:39 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 02:59:39 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:59:39 latest 02:59:39 4.1.0-dev.42 02:59:39 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:59:39 main 02:59:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:40 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:59:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:59:40 8f674b4b2459: Preparing 02:59:40 5a3abcc1612f: Preparing 02:59:40 223bdc2a1866: Preparing 02:59:40 28a1c974bc68: Preparing 02:59:40 a44fd062e792: Preparing 02:59:40 7ef46d8edab0: Preparing 02:59:40 97fb3111bccb: Preparing 02:59:40 1e890da81ec9: Preparing 02:59:40 7ef46d8edab0: Waiting 02:59:40 97fb3111bccb: Waiting 02:59:40 1e890da81ec9: Waiting 02:59:40 28a1c974bc68: Layer already exists 02:59:40 a44fd062e792: Layer already exists 02:59:40 5a3abcc1612f: Pushed 02:59:40 7ef46d8edab0: Layer already exists 02:59:40 97fb3111bccb: Layer already exists 02:59:40 1e890da81ec9: Layer already exists 02:59:40 8f674b4b2459: Pushed 02:59:49 223bdc2a1866: Pushed 02:59:49 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:5dfb9336c2b9d31295e64524d747b7c8bbaee7b09280203ac52b5cb88c45db9f size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:49 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:59:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:59:49 8f674b4b2459: Preparing 02:59:49 5a3abcc1612f: Preparing 02:59:49 223bdc2a1866: Preparing 02:59:49 28a1c974bc68: Preparing 02:59:49 a44fd062e792: Preparing 02:59:49 7ef46d8edab0: Preparing 02:59:49 97fb3111bccb: Preparing 02:59:49 1e890da81ec9: Preparing 02:59:49 97fb3111bccb: Waiting 02:59:49 1e890da81ec9: Waiting 02:59:49 7ef46d8edab0: Waiting 02:59:49 28a1c974bc68: Layer already exists 02:59:49 5a3abcc1612f: Layer already exists 02:59:49 223bdc2a1866: Layer already exists 02:59:49 a44fd062e792: Layer already exists 02:59:49 8f674b4b2459: Layer already exists 02:59:49 97fb3111bccb: Layer already exists 02:59:49 7ef46d8edab0: Layer already exists 02:59:49 1e890da81ec9: Layer already exists 02:59:50 latest: digest: sha256:5dfb9336c2b9d31295e64524d747b7c8bbaee7b09280203ac52b5cb88c45db9f size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:50 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.42 02:59:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:59:50 8f674b4b2459: Preparing 02:59:50 5a3abcc1612f: Preparing 02:59:50 223bdc2a1866: Preparing 02:59:50 28a1c974bc68: Preparing 02:59:50 a44fd062e792: Preparing 02:59:50 7ef46d8edab0: Preparing 02:59:50 97fb3111bccb: Preparing 02:59:50 1e890da81ec9: Preparing 02:59:50 7ef46d8edab0: Waiting 02:59:50 97fb3111bccb: Waiting 02:59:50 1e890da81ec9: Waiting 02:59:50 223bdc2a1866: Layer already exists 02:59:50 a44fd062e792: Layer already exists 02:59:50 5a3abcc1612f: Layer already exists 02:59:50 28a1c974bc68: Layer already exists 02:59:50 8f674b4b2459: Layer already exists 02:59:50 97fb3111bccb: Layer already exists 02:59:50 7ef46d8edab0: Layer already exists 02:59:50 1e890da81ec9: Layer already exists 02:59:50 4.1.0-dev.42: digest: sha256:5dfb9336c2b9d31295e64524d747b7c8bbaee7b09280203ac52b5cb88c45db9f size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:51 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:51 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:59:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:59:51 8f674b4b2459: Preparing 02:59:51 5a3abcc1612f: Preparing 02:59:51 223bdc2a1866: Preparing 02:59:51 28a1c974bc68: Preparing 02:59:51 a44fd062e792: Preparing 02:59:51 7ef46d8edab0: Preparing 02:59:51 97fb3111bccb: Preparing 02:59:51 1e890da81ec9: Preparing 02:59:51 7ef46d8edab0: Waiting 02:59:51 97fb3111bccb: Waiting 02:59:51 1e890da81ec9: Waiting 02:59:51 28a1c974bc68: Layer already exists 02:59:51 223bdc2a1866: Layer already exists 02:59:51 a44fd062e792: Layer already exists 02:59:51 5a3abcc1612f: Layer already exists 02:59:51 8f674b4b2459: Layer already exists 02:59:51 97fb3111bccb: Layer already exists 02:59:51 7ef46d8edab0: Layer already exists 02:59:51 1e890da81ec9: Layer already exists 02:59:51 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:5dfb9336c2b9d31295e64524d747b7c8bbaee7b09280203ac52b5cb88c45db9f size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:52 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:52 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 02:59:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:59:52 8f674b4b2459: Preparing 02:59:52 5a3abcc1612f: Preparing 02:59:52 223bdc2a1866: Preparing 02:59:52 28a1c974bc68: Preparing 02:59:52 a44fd062e792: Preparing 02:59:52 7ef46d8edab0: Preparing 02:59:52 97fb3111bccb: Preparing 02:59:52 1e890da81ec9: Preparing 02:59:52 7ef46d8edab0: Waiting 02:59:52 97fb3111bccb: Waiting 02:59:52 1e890da81ec9: Waiting 02:59:52 28a1c974bc68: Layer already exists 02:59:52 5a3abcc1612f: Layer already exists 02:59:52 8f674b4b2459: Layer already exists 02:59:52 a44fd062e792: Layer already exists 02:59:52 223bdc2a1866: Layer already exists 02:59:52 1e890da81ec9: Layer already exists 02:59:52 97fb3111bccb: Layer already exists 02:59:52 7ef46d8edab0: Layer already exists 02:59:53 main: digest: sha256:5dfb9336c2b9d31295e64524d747b7c8bbaee7b09280203ac52b5cb88c45db9f size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:59:53 ===================================================== [Pipeline] echo 02:59:53 taggedImages: 02:59:53 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:59:53 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:59:53 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.42 02:59:53 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:59:53 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:59:53 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 02:59:53 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:59:53 latest 02:59:53 4.1.0-dev.42 02:59:53 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:59:53 main 02:59:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:53 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:53 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 02:59:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:59:53 03bc8b2e29c2: Preparing 02:59:53 c7c4927d65de: Preparing 02:59:53 24c5dbd392cb: Preparing 02:59:53 ee8f119361be: Preparing 02:59:53 2f785c09d196: Preparing 02:59:53 93eb4d4e1a81: Preparing 02:59:53 ffdb8394e816: Preparing 02:59:53 28a1c974bc68: Preparing 02:59:53 a44fd062e792: Preparing 02:59:53 5c892b866f00: Preparing 02:59:53 ffe62c9a8476: Preparing 02:59:53 5f70bf18a086: Preparing 02:59:53 01c2d27f4542: Preparing 02:59:53 a9398d15c446: Preparing 02:59:53 30892c0cfac5: Preparing 02:59:53 1e890da81ec9: Preparing 02:59:53 93eb4d4e1a81: Waiting 02:59:53 ffdb8394e816: Waiting 02:59:53 28a1c974bc68: Waiting 02:59:53 a44fd062e792: Waiting 02:59:53 5c892b866f00: Waiting 02:59:53 ffe62c9a8476: Waiting 02:59:53 5f70bf18a086: Waiting 02:59:53 01c2d27f4542: Waiting 02:59:53 a9398d15c446: Waiting 02:59:53 30892c0cfac5: Waiting 02:59:53 1e890da81ec9: Waiting 02:59:54 2f785c09d196: Pushed 02:59:54 ee8f119361be: Pushed 02:59:54 24c5dbd392cb: Pushed 02:59:54 03bc8b2e29c2: Pushed 02:59:54 c7c4927d65de: Pushed 02:59:54 28a1c974bc68: Layer already exists 02:59:54 a44fd062e792: Layer already exists 02:59:54 5f70bf18a086: Layer already exists 02:59:54 93eb4d4e1a81: Pushed 02:59:54 5c892b866f00: Pushed 02:59:54 ffe62c9a8476: Pushed 02:59:54 1e890da81ec9: Layer already exists 02:59:54 01c2d27f4542: Pushed 02:59:54 a9398d15c446: Pushed 02:59:54 30892c0cfac5: Pushed 02:59:56 ffdb8394e816: Pushed 02:59:57 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:ff1533c02f4719cda8af5de423695860b0381ccd8c82597f96da8c6d7db80f89 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:57 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:59:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:59:57 03bc8b2e29c2: Preparing 02:59:57 c7c4927d65de: Preparing 02:59:57 24c5dbd392cb: Preparing 02:59:57 ee8f119361be: Preparing 02:59:57 2f785c09d196: Preparing 02:59:57 93eb4d4e1a81: Preparing 02:59:57 ffdb8394e816: Preparing 02:59:57 28a1c974bc68: Preparing 02:59:57 a44fd062e792: Preparing 02:59:57 5c892b866f00: Preparing 02:59:57 ffe62c9a8476: Preparing 02:59:57 5f70bf18a086: Preparing 02:59:57 01c2d27f4542: Preparing 02:59:57 a9398d15c446: Preparing 02:59:57 30892c0cfac5: Preparing 02:59:57 1e890da81ec9: Preparing 02:59:57 93eb4d4e1a81: Waiting 02:59:57 5f70bf18a086: Waiting 02:59:57 01c2d27f4542: Waiting 02:59:57 ffdb8394e816: Waiting 02:59:57 a9398d15c446: Waiting 02:59:57 28a1c974bc68: Waiting 02:59:57 a44fd062e792: Waiting 02:59:57 30892c0cfac5: Waiting 02:59:57 5c892b866f00: Waiting 02:59:57 1e890da81ec9: Waiting 02:59:57 ffe62c9a8476: Waiting 02:59:57 2f785c09d196: Layer already exists 02:59:57 24c5dbd392cb: Layer already exists 02:59:57 03bc8b2e29c2: Layer already exists 02:59:57 c7c4927d65de: Layer already exists 02:59:57 ee8f119361be: Layer already exists 02:59:57 a44fd062e792: Layer already exists 02:59:57 93eb4d4e1a81: Layer already exists 02:59:57 ffdb8394e816: Layer already exists 02:59:57 28a1c974bc68: Layer already exists 02:59:57 5c892b866f00: Layer already exists 02:59:57 01c2d27f4542: Layer already exists 02:59:57 5f70bf18a086: Layer already exists 02:59:57 a9398d15c446: Layer already exists 02:59:57 ffe62c9a8476: Layer already exists 02:59:57 30892c0cfac5: Layer already exists 02:59:57 1e890da81ec9: Layer already exists 02:59:58 latest: digest: sha256:ff1533c02f4719cda8af5de423695860b0381ccd8c82597f96da8c6d7db80f89 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:58 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.42 02:59:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:59:58 03bc8b2e29c2: Preparing 02:59:58 c7c4927d65de: Preparing 02:59:58 24c5dbd392cb: Preparing 02:59:58 ee8f119361be: Preparing 02:59:58 2f785c09d196: Preparing 02:59:58 93eb4d4e1a81: Preparing 02:59:58 ffdb8394e816: Preparing 02:59:58 28a1c974bc68: Preparing 02:59:58 a44fd062e792: Preparing 02:59:58 93eb4d4e1a81: Waiting 02:59:58 ffdb8394e816: Waiting 02:59:58 28a1c974bc68: Waiting 02:59:58 5c892b866f00: Preparing 02:59:58 ffe62c9a8476: Preparing 02:59:58 5f70bf18a086: Preparing 02:59:58 01c2d27f4542: Preparing 02:59:58 a9398d15c446: Preparing 02:59:58 a44fd062e792: Waiting 02:59:58 30892c0cfac5: Preparing 02:59:58 1e890da81ec9: Preparing 02:59:58 5c892b866f00: Waiting 02:59:58 ffe62c9a8476: Waiting 02:59:58 5f70bf18a086: Waiting 02:59:58 01c2d27f4542: Waiting 02:59:58 a9398d15c446: Waiting 02:59:58 30892c0cfac5: Waiting 02:59:58 1e890da81ec9: Waiting 02:59:58 c7c4927d65de: Layer already exists 02:59:58 24c5dbd392cb: Layer already exists 02:59:58 ee8f119361be: Layer already exists 02:59:58 03bc8b2e29c2: Layer already exists 02:59:58 2f785c09d196: Layer already exists 02:59:58 5c892b866f00: Layer already exists 02:59:58 28a1c974bc68: Layer already exists 02:59:58 ffdb8394e816: Layer already exists 02:59:58 93eb4d4e1a81: Layer already exists 02:59:58 a44fd062e792: Layer already exists 02:59:58 01c2d27f4542: Layer already exists 02:59:58 ffe62c9a8476: Layer already exists 02:59:58 5f70bf18a086: Layer already exists 02:59:58 30892c0cfac5: Layer already exists 02:59:58 a9398d15c446: Layer already exists 02:59:58 1e890da81ec9: Layer already exists 02:59:59 4.1.0-dev.42: digest: sha256:ff1533c02f4719cda8af5de423695860b0381ccd8c82597f96da8c6d7db80f89 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:59 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 02:59:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:59:59 03bc8b2e29c2: Preparing 02:59:59 c7c4927d65de: Preparing 02:59:59 24c5dbd392cb: Preparing 02:59:59 ee8f119361be: Preparing 02:59:59 2f785c09d196: Preparing 02:59:59 93eb4d4e1a81: Preparing 02:59:59 ffdb8394e816: Preparing 02:59:59 28a1c974bc68: Preparing 02:59:59 a44fd062e792: Preparing 02:59:59 5c892b866f00: Preparing 02:59:59 ffe62c9a8476: Preparing 02:59:59 5f70bf18a086: Preparing 02:59:59 93eb4d4e1a81: Waiting 02:59:59 ffdb8394e816: Waiting 02:59:59 28a1c974bc68: Waiting 02:59:59 a44fd062e792: Waiting 02:59:59 5c892b866f00: Waiting 02:59:59 ffe62c9a8476: Waiting 02:59:59 01c2d27f4542: Preparing 02:59:59 a9398d15c446: Preparing 02:59:59 30892c0cfac5: Preparing 02:59:59 1e890da81ec9: Preparing 02:59:59 5f70bf18a086: Waiting 02:59:59 30892c0cfac5: Waiting 02:59:59 01c2d27f4542: Waiting 02:59:59 1e890da81ec9: Waiting 02:59:59 a9398d15c446: Waiting 02:59:59 2f785c09d196: Layer already exists 02:59:59 ee8f119361be: Layer already exists 02:59:59 c7c4927d65de: Layer already exists 02:59:59 24c5dbd392cb: Layer already exists 02:59:59 03bc8b2e29c2: Layer already exists 02:59:59 ffdb8394e816: Layer already exists 02:59:59 a44fd062e792: Layer already exists 02:59:59 93eb4d4e1a81: Layer already exists 02:59:59 5c892b866f00: Layer already exists 02:59:59 28a1c974bc68: Layer already exists 02:59:59 ffe62c9a8476: Layer already exists 02:59:59 01c2d27f4542: Layer already exists 02:59:59 5f70bf18a086: Layer already exists 02:59:59 a9398d15c446: Layer already exists 02:59:59 30892c0cfac5: Layer already exists 02:59:59 1e890da81ec9: Layer already exists 03:00:00 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:ff1533c02f4719cda8af5de423695860b0381ccd8c82597f96da8c6d7db80f89 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:00 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 03:00:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:00:00 03bc8b2e29c2: Preparing 03:00:00 c7c4927d65de: Preparing 03:00:00 24c5dbd392cb: Preparing 03:00:00 ee8f119361be: Preparing 03:00:00 2f785c09d196: Preparing 03:00:00 93eb4d4e1a81: Preparing 03:00:00 ffdb8394e816: Preparing 03:00:00 28a1c974bc68: Preparing 03:00:00 a44fd062e792: Preparing 03:00:00 5c892b866f00: Preparing 03:00:00 ffe62c9a8476: Preparing 03:00:00 ffdb8394e816: Waiting 03:00:00 28a1c974bc68: Waiting 03:00:00 a44fd062e792: Waiting 03:00:00 5f70bf18a086: Preparing 03:00:00 01c2d27f4542: Preparing 03:00:00 5c892b866f00: Waiting 03:00:00 93eb4d4e1a81: Waiting 03:00:00 a9398d15c446: Preparing 03:00:00 01c2d27f4542: Waiting 03:00:00 30892c0cfac5: Preparing 03:00:00 1e890da81ec9: Preparing 03:00:00 30892c0cfac5: Waiting 03:00:00 1e890da81ec9: Waiting 03:00:00 24c5dbd392cb: Layer already exists 03:00:00 03bc8b2e29c2: Layer already exists 03:00:00 2f785c09d196: Layer already exists 03:00:00 c7c4927d65de: Layer already exists 03:00:00 ee8f119361be: Layer already exists 03:00:00 93eb4d4e1a81: Layer already exists 03:00:00 28a1c974bc68: Layer already exists 03:00:00 a44fd062e792: Layer already exists 03:00:00 5c892b866f00: Layer already exists 03:00:00 ffdb8394e816: Layer already exists 03:00:01 5f70bf18a086: Layer already exists 03:00:01 ffe62c9a8476: Layer already exists 03:00:01 01c2d27f4542: Layer already exists 03:00:01 30892c0cfac5: Layer already exists 03:00:01 a9398d15c446: Layer already exists 03:00:01 1e890da81ec9: Layer already exists 03:00:01 main: digest: sha256:ff1533c02f4719cda8af5de423695860b0381ccd8c82597f96da8c6d7db80f89 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:00:01 ===================================================== [Pipeline] echo 03:00:01 taggedImages: 03:00:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:00:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 03:00:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.42 03:00:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:00:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 03:00:01 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 03:00:01 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:00:01 latest 03:00:01 4.1.0-dev.42 03:00:01 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:00:01 main 03:00:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:01 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:00:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:00:01 f95c9228560e: Preparing 03:00:01 9027009e2eb1: Preparing 03:00:01 b8d6e2d268f4: Preparing 03:00:01 9ac682c65f89: Preparing 03:00:01 28a1c974bc68: Preparing 03:00:01 a44fd062e792: Preparing 03:00:01 7ef46d8edab0: Preparing 03:00:01 a44fd062e792: Waiting 03:00:01 97fb3111bccb: Preparing 03:00:01 7ef46d8edab0: Waiting 03:00:01 1e890da81ec9: Preparing 03:00:01 97fb3111bccb: Waiting 03:00:01 1e890da81ec9: Waiting 03:00:02 28a1c974bc68: Layer already exists 03:00:02 a44fd062e792: Layer already exists 03:00:02 7ef46d8edab0: Layer already exists 03:00:02 9027009e2eb1: Pushed 03:00:02 97fb3111bccb: Layer already exists 03:00:02 f95c9228560e: Pushed 03:00:02 b8d6e2d268f4: Pushed 03:00:02 1e890da81ec9: Layer already exists 03:00:10 9ac682c65f89: Pushed 03:00:10 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:20d145a73f60feddc6f5460495adb6b497531f5d17832095b96d0e5363cdf193 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:10 + 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 03:00:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 03:00:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:00:11 f95c9228560e: Preparing 03:00:11 9027009e2eb1: Preparing 03:00:11 b8d6e2d268f4: Preparing 03:00:11 9ac682c65f89: Preparing 03:00:11 28a1c974bc68: Preparing 03:00:11 a44fd062e792: Preparing 03:00:11 7ef46d8edab0: Preparing 03:00:11 97fb3111bccb: Preparing 03:00:11 1e890da81ec9: Preparing 03:00:11 a44fd062e792: Waiting 03:00:11 7ef46d8edab0: Waiting 03:00:11 97fb3111bccb: Waiting 03:00:11 1e890da81ec9: Waiting 03:00:11 f95c9228560e: Layer already exists 03:00:11 9ac682c65f89: Layer already exists 03:00:11 9027009e2eb1: Layer already exists 03:00:11 b8d6e2d268f4: Layer already exists 03:00:11 28a1c974bc68: Layer already exists 03:00:11 7ef46d8edab0: Layer already exists 03:00:11 97fb3111bccb: Layer already exists 03:00:11 a44fd062e792: Layer already exists 03:00:11 1e890da81ec9: Layer already exists 03:00:11 latest: digest: sha256:20d145a73f60feddc6f5460495adb6b497531f5d17832095b96d0e5363cdf193 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:11 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.42 03:00:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:00:12 f95c9228560e: Preparing 03:00:12 9027009e2eb1: Preparing 03:00:12 b8d6e2d268f4: Preparing 03:00:12 9ac682c65f89: Preparing 03:00:12 28a1c974bc68: Preparing 03:00:12 a44fd062e792: Preparing 03:00:12 7ef46d8edab0: Preparing 03:00:12 97fb3111bccb: Preparing 03:00:12 1e890da81ec9: Preparing 03:00:12 a44fd062e792: Waiting 03:00:12 97fb3111bccb: Waiting 03:00:12 7ef46d8edab0: Waiting 03:00:12 1e890da81ec9: Waiting 03:00:12 9ac682c65f89: Layer already exists 03:00:12 9027009e2eb1: Layer already exists 03:00:12 b8d6e2d268f4: Layer already exists 03:00:12 28a1c974bc68: Layer already exists 03:00:12 f95c9228560e: Layer already exists 03:00:12 a44fd062e792: Layer already exists 03:00:12 97fb3111bccb: Layer already exists 03:00:12 7ef46d8edab0: Layer already exists 03:00:12 1e890da81ec9: Layer already exists 03:00:12 4.1.0-dev.42: digest: sha256:20d145a73f60feddc6f5460495adb6b497531f5d17832095b96d0e5363cdf193 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:12 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:00:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:00:13 f95c9228560e: Preparing 03:00:13 9027009e2eb1: Preparing 03:00:13 b8d6e2d268f4: Preparing 03:00:13 9ac682c65f89: Preparing 03:00:13 28a1c974bc68: Preparing 03:00:13 a44fd062e792: Preparing 03:00:13 7ef46d8edab0: Preparing 03:00:13 97fb3111bccb: Preparing 03:00:13 1e890da81ec9: Preparing 03:00:13 7ef46d8edab0: Waiting 03:00:13 97fb3111bccb: Waiting 03:00:13 1e890da81ec9: Waiting 03:00:13 a44fd062e792: Waiting 03:00:13 9027009e2eb1: Layer already exists 03:00:13 b8d6e2d268f4: Layer already exists 03:00:13 28a1c974bc68: Layer already exists 03:00:13 f95c9228560e: Layer already exists 03:00:13 9ac682c65f89: Layer already exists 03:00:13 7ef46d8edab0: Layer already exists 03:00:13 97fb3111bccb: Layer already exists 03:00:13 a44fd062e792: Layer already exists 03:00:13 1e890da81ec9: Layer already exists 03:00:13 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:20d145a73f60feddc6f5460495adb6b497531f5d17832095b96d0e5363cdf193 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00: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 03:00:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 03:00:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:00:14 f95c9228560e: Preparing 03:00:14 9027009e2eb1: Preparing 03:00:14 b8d6e2d268f4: Preparing 03:00:14 9ac682c65f89: Preparing 03:00:14 28a1c974bc68: Preparing 03:00:14 a44fd062e792: Preparing 03:00:14 7ef46d8edab0: Preparing 03:00:14 97fb3111bccb: Preparing 03:00:14 1e890da81ec9: Preparing 03:00:14 7ef46d8edab0: Waiting 03:00:14 97fb3111bccb: Waiting 03:00:14 1e890da81ec9: Waiting 03:00:14 a44fd062e792: Waiting 03:00:14 9ac682c65f89: Layer already exists 03:00:14 f95c9228560e: Layer already exists 03:00:14 9027009e2eb1: Layer already exists 03:00:14 b8d6e2d268f4: Layer already exists 03:00:14 28a1c974bc68: Layer already exists 03:00:14 7ef46d8edab0: Layer already exists 03:00:14 97fb3111bccb: Layer already exists 03:00:14 a44fd062e792: Layer already exists 03:00:14 1e890da81ec9: Layer already exists 03:00:14 main: digest: sha256:20d145a73f60feddc6f5460495adb6b497531f5d17832095b96d0e5363cdf193 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:00:14 ===================================================== [Pipeline] echo 03:00:14 taggedImages: 03:00:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:00:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 03:00:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.42 03:00:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:00:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 03:00:14 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 03:00:14 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:00:14 latest 03:00:14 4.1.0-dev.42 03:00:14 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:00:14 main 03:00:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:14 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:00:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:00:15 916432f3f958: Preparing 03:00:15 8d50793119c8: Preparing 03:00:15 ac7df2b02a3d: Preparing 03:00:15 ca9c77a8380c: Preparing 03:00:15 665a62c42313: Preparing 03:00:15 28a1c974bc68: Preparing 03:00:15 a44fd062e792: Preparing 03:00:15 c477e5786e63: Preparing 03:00:15 1c01077d5cea: Preparing 03:00:15 07b3ff18f64e: Preparing 03:00:15 1e890da81ec9: Preparing 03:00:15 c477e5786e63: Waiting 03:00:15 28a1c974bc68: Waiting 03:00:15 a44fd062e792: Waiting 03:00:15 1e890da81ec9: Waiting 03:00:15 1c01077d5cea: Waiting 03:00:15 ca9c77a8380c: Pushed 03:00:15 665a62c42313: Pushed 03:00:15 8d50793119c8: Pushed 03:00:15 916432f3f958: Pushed 03:00:15 28a1c974bc68: Layer already exists 03:00:15 a44fd062e792: Layer already exists 03:00:15 1e890da81ec9: Layer already exists 03:00:15 c477e5786e63: Pushed 03:00:15 1c01077d5cea: Pushed 03:00:18 07b3ff18f64e: Pushed 03:00:21 ac7df2b02a3d: Pushed 03:00:21 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:d7dddba87d96133057256de67b69ff79bfbae86ea868a5958d73da5d16c57296 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00: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 03:00:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 03:00:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:00:22 916432f3f958: Preparing 03:00:22 8d50793119c8: Preparing 03:00:22 ac7df2b02a3d: Preparing 03:00:22 ca9c77a8380c: Preparing 03:00:22 665a62c42313: Preparing 03:00:22 28a1c974bc68: Preparing 03:00:22 a44fd062e792: Preparing 03:00:22 28a1c974bc68: Waiting 03:00:22 c477e5786e63: Preparing 03:00:22 a44fd062e792: Waiting 03:00:22 c477e5786e63: Waiting 03:00:22 1c01077d5cea: Preparing 03:00:22 07b3ff18f64e: Preparing 03:00:22 1e890da81ec9: Preparing 03:00:22 07b3ff18f64e: Waiting 03:00:22 1c01077d5cea: Waiting 03:00:22 1e890da81ec9: Waiting 03:00:22 ac7df2b02a3d: Layer already exists 03:00:22 665a62c42313: Layer already exists 03:00:22 8d50793119c8: Layer already exists 03:00:22 ca9c77a8380c: Layer already exists 03:00:22 916432f3f958: Layer already exists 03:00:22 1c01077d5cea: Layer already exists 03:00:22 a44fd062e792: Layer already exists 03:00:22 28a1c974bc68: Layer already exists 03:00:22 c477e5786e63: Layer already exists 03:00:22 07b3ff18f64e: Layer already exists 03:00:22 1e890da81ec9: Layer already exists 03:00:22 latest: digest: sha256:d7dddba87d96133057256de67b69ff79bfbae86ea868a5958d73da5d16c57296 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:22 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.42 03:00:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:00:23 916432f3f958: Preparing 03:00:23 8d50793119c8: Preparing 03:00:23 ac7df2b02a3d: Preparing 03:00:23 ca9c77a8380c: Preparing 03:00:23 665a62c42313: Preparing 03:00:23 28a1c974bc68: Preparing 03:00:23 a44fd062e792: Preparing 03:00:23 28a1c974bc68: Waiting 03:00:23 c477e5786e63: Preparing 03:00:23 a44fd062e792: Waiting 03:00:23 1c01077d5cea: Preparing 03:00:23 c477e5786e63: Waiting 03:00:23 07b3ff18f64e: Preparing 03:00:23 1c01077d5cea: Waiting 03:00:23 1e890da81ec9: Preparing 03:00:23 07b3ff18f64e: Waiting 03:00:23 1e890da81ec9: Waiting 03:00:23 665a62c42313: Layer already exists 03:00:23 ca9c77a8380c: Layer already exists 03:00:23 8d50793119c8: Layer already exists 03:00:23 916432f3f958: Layer already exists 03:00:23 ac7df2b02a3d: Layer already exists 03:00:23 a44fd062e792: Layer already exists 03:00:23 28a1c974bc68: Layer already exists 03:00:23 1c01077d5cea: Layer already exists 03:00:23 c477e5786e63: Layer already exists 03:00:23 07b3ff18f64e: Layer already exists 03:00:23 1e890da81ec9: Layer already exists 03:00:23 4.1.0-dev.42: digest: sha256:d7dddba87d96133057256de67b69ff79bfbae86ea868a5958d73da5d16c57296 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:23 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:00:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:00:24 916432f3f958: Preparing 03:00:24 8d50793119c8: Preparing 03:00:24 ac7df2b02a3d: Preparing 03:00:24 ca9c77a8380c: Preparing 03:00:24 665a62c42313: Preparing 03:00:24 28a1c974bc68: Preparing 03:00:24 a44fd062e792: Preparing 03:00:24 c477e5786e63: Preparing 03:00:24 1c01077d5cea: Preparing 03:00:24 07b3ff18f64e: Preparing 03:00:24 1e890da81ec9: Preparing 03:00:24 c477e5786e63: Waiting 03:00:24 07b3ff18f64e: Waiting 03:00:24 1c01077d5cea: Waiting 03:00:24 1e890da81ec9: Waiting 03:00:24 28a1c974bc68: Waiting 03:00:24 a44fd062e792: Waiting 03:00:24 ca9c77a8380c: Layer already exists 03:00:24 916432f3f958: Layer already exists 03:00:24 8d50793119c8: Layer already exists 03:00:24 665a62c42313: Layer already exists 03:00:24 ac7df2b02a3d: Layer already exists 03:00:24 a44fd062e792: Layer already exists 03:00:24 28a1c974bc68: Layer already exists 03:00:24 c477e5786e63: Layer already exists 03:00:24 1c01077d5cea: Layer already exists 03:00:24 07b3ff18f64e: Layer already exists 03:00:24 1e890da81ec9: Layer already exists 03:00:24 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:d7dddba87d96133057256de67b69ff79bfbae86ea868a5958d73da5d16c57296 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:24 + 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 03:00:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 03:00:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:00:25 916432f3f958: Preparing 03:00:25 8d50793119c8: Preparing 03:00:25 ac7df2b02a3d: Preparing 03:00:25 ca9c77a8380c: Preparing 03:00:25 665a62c42313: Preparing 03:00:25 28a1c974bc68: Preparing 03:00:25 a44fd062e792: Preparing 03:00:25 c477e5786e63: Preparing 03:00:25 1c01077d5cea: Preparing 03:00:25 07b3ff18f64e: Preparing 03:00:25 1e890da81ec9: Preparing 03:00:25 a44fd062e792: Waiting 03:00:25 c477e5786e63: Waiting 03:00:25 1c01077d5cea: Waiting 03:00:25 07b3ff18f64e: Waiting 03:00:25 1e890da81ec9: Waiting 03:00:25 28a1c974bc68: Waiting 03:00:25 665a62c42313: Layer already exists 03:00:25 916432f3f958: Layer already exists 03:00:25 ca9c77a8380c: Layer already exists 03:00:25 8d50793119c8: Layer already exists 03:00:25 28a1c974bc68: Layer already exists 03:00:25 ac7df2b02a3d: Layer already exists 03:00:25 a44fd062e792: Layer already exists 03:00:25 1c01077d5cea: Layer already exists 03:00:25 c477e5786e63: Layer already exists 03:00:25 1e890da81ec9: Layer already exists 03:00:25 07b3ff18f64e: Layer already exists 03:00:25 main: digest: sha256:d7dddba87d96133057256de67b69ff79bfbae86ea868a5958d73da5d16c57296 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:00:25 ===================================================== [Pipeline] echo 03:00:25 taggedImages: 03:00:25 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:00:25 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 03:00:25 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.42 03:00:25 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:00:25 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 03:00:25 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 03:00:25 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:00:25 latest 03:00:25 4.1.0-dev.42 03:00:25 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:00:25 main 03:00:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:26 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:26 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:00:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:00:26 2cc5ce08f1df: Preparing 03:00:26 ea9c6d2d031d: Preparing 03:00:26 a1b8abfcbb10: Preparing 03:00:26 80c8f430fb33: Preparing 03:00:26 92df99314023: Preparing 03:00:26 03297fe931c3: Preparing 03:00:26 168649d32329: Preparing 03:00:26 28a1c974bc68: Preparing 03:00:26 03297fe931c3: Waiting 03:00:26 168649d32329: Waiting 03:00:26 a44fd062e792: Preparing 03:00:26 28a1c974bc68: Waiting 03:00:26 a44fd062e792: Waiting 03:00:26 85c01b45dbac: Preparing 03:00:26 cf91001caf49: Preparing 03:00:26 1e890da81ec9: Preparing 03:00:26 cf91001caf49: Waiting 03:00:26 1e890da81ec9: Waiting 03:00:26 85c01b45dbac: Waiting 03:00:26 92df99314023: Pushed 03:00:26 ea9c6d2d031d: Pushed 03:00:26 2cc5ce08f1df: Pushed 03:00:26 28a1c974bc68: Layer already exists 03:00:26 a44fd062e792: Layer already exists 03:00:26 03297fe931c3: Pushed 03:00:26 168649d32329: Pushed 03:00:26 1e890da81ec9: Layer already exists 03:00:26 85c01b45dbac: Pushed 03:00:29 cf91001caf49: Pushed 03:00:32 80c8f430fb33: Pushed 03:00:32 a1b8abfcbb10: Pushed 03:00:33 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:ef955581327706032dc23a3ae32c3b06b087b2b224fa8accec30078bd2eab573 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:33 + 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 03:00:33 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 03:00:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:00:33 2cc5ce08f1df: Preparing 03:00:33 ea9c6d2d031d: Preparing 03:00:33 a1b8abfcbb10: Preparing 03:00:33 80c8f430fb33: Preparing 03:00:33 92df99314023: Preparing 03:00:33 03297fe931c3: Preparing 03:00:33 168649d32329: Preparing 03:00:33 28a1c974bc68: Preparing 03:00:33 a44fd062e792: Preparing 03:00:33 85c01b45dbac: Preparing 03:00:33 cf91001caf49: Preparing 03:00:33 1e890da81ec9: Preparing 03:00:33 03297fe931c3: Waiting 03:00:33 168649d32329: Waiting 03:00:33 28a1c974bc68: Waiting 03:00:33 a44fd062e792: Waiting 03:00:33 85c01b45dbac: Waiting 03:00:33 1e890da81ec9: Waiting 03:00:33 ea9c6d2d031d: Layer already exists 03:00:33 2cc5ce08f1df: Layer already exists 03:00:33 92df99314023: Layer already exists 03:00:33 a1b8abfcbb10: Layer already exists 03:00:33 80c8f430fb33: Layer already exists 03:00:33 28a1c974bc68: Layer already exists 03:00:33 03297fe931c3: Layer already exists 03:00:33 168649d32329: Layer already exists 03:00:33 85c01b45dbac: Layer already exists 03:00:33 a44fd062e792: Layer already exists 03:00:33 cf91001caf49: Layer already exists 03:00:33 1e890da81ec9: Layer already exists 03:00:34 latest: digest: sha256:ef955581327706032dc23a3ae32c3b06b087b2b224fa8accec30078bd2eab573 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:34 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:34 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.42 03:00:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:00:34 2cc5ce08f1df: Preparing 03:00:34 ea9c6d2d031d: Preparing 03:00:34 a1b8abfcbb10: Preparing 03:00:34 80c8f430fb33: Preparing 03:00:34 92df99314023: Preparing 03:00:34 03297fe931c3: Preparing 03:00:34 168649d32329: Preparing 03:00:34 28a1c974bc68: Preparing 03:00:34 a44fd062e792: Preparing 03:00:34 85c01b45dbac: Preparing 03:00:34 cf91001caf49: Preparing 03:00:34 1e890da81ec9: Preparing 03:00:34 168649d32329: Waiting 03:00:34 28a1c974bc68: Waiting 03:00:34 a44fd062e792: Waiting 03:00:34 85c01b45dbac: Waiting 03:00:34 cf91001caf49: Waiting 03:00:34 1e890da81ec9: Waiting 03:00:34 03297fe931c3: Waiting 03:00:34 2cc5ce08f1df: Layer already exists 03:00:34 92df99314023: Layer already exists 03:00:34 ea9c6d2d031d: Layer already exists 03:00:34 80c8f430fb33: Layer already exists 03:00:34 a1b8abfcbb10: Layer already exists 03:00:34 168649d32329: Layer already exists 03:00:34 03297fe931c3: Layer already exists 03:00:34 a44fd062e792: Layer already exists 03:00:34 28a1c974bc68: Layer already exists 03:00:34 85c01b45dbac: Layer already exists 03:00:34 cf91001caf49: Layer already exists 03:00:34 1e890da81ec9: Layer already exists 03:00:35 4.1.0-dev.42: digest: sha256:ef955581327706032dc23a3ae32c3b06b087b2b224fa8accec30078bd2eab573 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:35 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:35 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:00:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:00:35 2cc5ce08f1df: Preparing 03:00:35 ea9c6d2d031d: Preparing 03:00:35 a1b8abfcbb10: Preparing 03:00:35 80c8f430fb33: Preparing 03:00:35 92df99314023: Preparing 03:00:35 03297fe931c3: Preparing 03:00:35 168649d32329: Preparing 03:00:35 28a1c974bc68: Preparing 03:00:35 a44fd062e792: Preparing 03:00:35 85c01b45dbac: Preparing 03:00:35 cf91001caf49: Preparing 03:00:35 1e890da81ec9: Preparing 03:00:35 28a1c974bc68: Waiting 03:00:35 cf91001caf49: Waiting 03:00:35 a44fd062e792: Waiting 03:00:35 85c01b45dbac: Waiting 03:00:35 1e890da81ec9: Waiting 03:00:35 03297fe931c3: Waiting 03:00:35 168649d32329: Waiting 03:00:35 92df99314023: Layer already exists 03:00:35 ea9c6d2d031d: Layer already exists 03:00:35 80c8f430fb33: Layer already exists 03:00:35 2cc5ce08f1df: Layer already exists 03:00:35 a1b8abfcbb10: Layer already exists 03:00:35 28a1c974bc68: Layer already exists 03:00:35 03297fe931c3: Layer already exists 03:00:35 85c01b45dbac: Layer already exists 03:00:35 a44fd062e792: Layer already exists 03:00:35 168649d32329: Layer already exists 03:00:35 cf91001caf49: Layer already exists 03:00:35 1e890da81ec9: Layer already exists 03:00:36 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:ef955581327706032dc23a3ae32c3b06b087b2b224fa8accec30078bd2eab573 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:36 + 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 03:00:36 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 03:00:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:00:36 2cc5ce08f1df: Preparing 03:00:36 ea9c6d2d031d: Preparing 03:00:36 a1b8abfcbb10: Preparing 03:00:36 80c8f430fb33: Preparing 03:00:36 92df99314023: Preparing 03:00:36 03297fe931c3: Preparing 03:00:36 168649d32329: Preparing 03:00:36 28a1c974bc68: Preparing 03:00:36 a44fd062e792: Preparing 03:00:36 85c01b45dbac: Preparing 03:00:36 cf91001caf49: Preparing 03:00:36 1e890da81ec9: Preparing 03:00:36 a44fd062e792: Waiting 03:00:36 85c01b45dbac: Waiting 03:00:36 03297fe931c3: Waiting 03:00:36 168649d32329: Waiting 03:00:36 28a1c974bc68: Waiting 03:00:36 cf91001caf49: Waiting 03:00:36 1e890da81ec9: Waiting 03:00:36 2cc5ce08f1df: Layer already exists 03:00:36 ea9c6d2d031d: Layer already exists 03:00:36 92df99314023: Layer already exists 03:00:36 80c8f430fb33: Layer already exists 03:00:36 a1b8abfcbb10: Layer already exists 03:00:36 168649d32329: Layer already exists 03:00:36 03297fe931c3: Layer already exists 03:00:36 85c01b45dbac: Layer already exists 03:00:36 a44fd062e792: Layer already exists 03:00:36 28a1c974bc68: Layer already exists 03:00:36 1e890da81ec9: Layer already exists 03:00:36 cf91001caf49: Layer already exists 03:00:37 main: digest: sha256:ef955581327706032dc23a3ae32c3b06b087b2b224fa8accec30078bd2eab573 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:00:37 ===================================================== [Pipeline] echo 03:00:37 taggedImages: 03:00:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:00:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 03:00:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.42 03:00:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:00:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 03:00:37 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 03:00:37 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:00:37 latest 03:00:37 4.1.0-dev.42 03:00:37 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:00:37 main 03:00:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:37 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:37 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:00:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:00:37 39ec9e467f03: Preparing 03:00:37 00560a2c874f: Preparing 03:00:37 28a1c974bc68: Preparing 03:00:37 a44fd062e792: Preparing 03:00:37 92b69a5a3e6d: Preparing 03:00:37 8cdf43705276: Preparing 03:00:37 1e890da81ec9: Preparing 03:00:37 8cdf43705276: Waiting 03:00:37 1e890da81ec9: Waiting 03:00:37 a44fd062e792: Layer already exists 03:00:37 28a1c974bc68: Layer already exists 03:00:38 1e890da81ec9: Layer already exists 03:00:38 92b69a5a3e6d: Pushed 03:00:38 39ec9e467f03: Pushed 03:00:40 8cdf43705276: Pushed 03:00:45 00560a2c874f: Pushed 03:00:45 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:48e493ff2dce6b310d703ee7eee39e25f1bb1e33b3742815f0ee13f9d3688df7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:46 + 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 03:00:46 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 03:00:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:00:46 39ec9e467f03: Preparing 03:00:46 00560a2c874f: Preparing 03:00:46 28a1c974bc68: Preparing 03:00:46 a44fd062e792: Preparing 03:00:46 92b69a5a3e6d: Preparing 03:00:46 8cdf43705276: Preparing 03:00:46 1e890da81ec9: Preparing 03:00:46 8cdf43705276: Waiting 03:00:46 1e890da81ec9: Waiting 03:00:46 00560a2c874f: Layer already exists 03:00:46 a44fd062e792: Layer already exists 03:00:46 39ec9e467f03: Layer already exists 03:00:46 28a1c974bc68: Layer already exists 03:00:46 92b69a5a3e6d: Layer already exists 03:00:46 1e890da81ec9: Layer already exists 03:00:46 8cdf43705276: Layer already exists 03:00:46 latest: digest: sha256:48e493ff2dce6b310d703ee7eee39e25f1bb1e33b3742815f0ee13f9d3688df7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:46 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:47 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.42 03:00:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:00:47 39ec9e467f03: Preparing 03:00:47 00560a2c874f: Preparing 03:00:47 28a1c974bc68: Preparing 03:00:47 a44fd062e792: Preparing 03:00:47 92b69a5a3e6d: Preparing 03:00:47 8cdf43705276: Preparing 03:00:47 1e890da81ec9: Preparing 03:00:47 8cdf43705276: Waiting 03:00:47 1e890da81ec9: Waiting 03:00:47 00560a2c874f: Layer already exists 03:00:47 92b69a5a3e6d: Layer already exists 03:00:47 28a1c974bc68: Layer already exists 03:00:47 a44fd062e792: Layer already exists 03:00:47 39ec9e467f03: Layer already exists 03:00:47 1e890da81ec9: Layer already exists 03:00:47 8cdf43705276: Layer already exists 03:00:47 4.1.0-dev.42: digest: sha256:48e493ff2dce6b310d703ee7eee39e25f1bb1e33b3742815f0ee13f9d3688df7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:47 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:48 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:00:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:00:48 39ec9e467f03: Preparing 03:00:48 00560a2c874f: Preparing 03:00:48 28a1c974bc68: Preparing 03:00:48 a44fd062e792: Preparing 03:00:48 92b69a5a3e6d: Preparing 03:00:48 8cdf43705276: Preparing 03:00:48 1e890da81ec9: Preparing 03:00:48 8cdf43705276: Waiting 03:00:48 00560a2c874f: Layer already exists 03:00:48 39ec9e467f03: Layer already exists 03:00:48 a44fd062e792: Layer already exists 03:00:48 28a1c974bc68: Layer already exists 03:00:48 92b69a5a3e6d: Layer already exists 03:00:48 1e890da81ec9: Layer already exists 03:00:48 8cdf43705276: Layer already exists 03:00:48 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:48e493ff2dce6b310d703ee7eee39e25f1bb1e33b3742815f0ee13f9d3688df7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:48 + 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 03:00:49 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 03:00:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:00:49 39ec9e467f03: Preparing 03:00:49 00560a2c874f: Preparing 03:00:49 28a1c974bc68: Preparing 03:00:49 a44fd062e792: Preparing 03:00:49 92b69a5a3e6d: Preparing 03:00:49 8cdf43705276: Preparing 03:00:49 1e890da81ec9: Preparing 03:00:49 8cdf43705276: Waiting 03:00:49 1e890da81ec9: Waiting 03:00:49 92b69a5a3e6d: Layer already exists 03:00:49 28a1c974bc68: Layer already exists 03:00:49 00560a2c874f: Layer already exists 03:00:49 39ec9e467f03: Layer already exists 03:00:49 a44fd062e792: Layer already exists 03:00:49 8cdf43705276: Layer already exists 03:00:49 1e890da81ec9: Layer already exists 03:00:49 main: digest: sha256:48e493ff2dce6b310d703ee7eee39e25f1bb1e33b3742815f0ee13f9d3688df7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:00:49 ===================================================== [Pipeline] echo 03:00:49 taggedImages: 03:00:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:00:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 03:00:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.42 03:00:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:00:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 03:00:49 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 03:00:49 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:00:49 latest 03:00:49 4.1.0-dev.42 03:00:49 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:00:49 main 03:00:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:50 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:00:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:00:50 7a6d6dd568ae: Preparing 03:00:50 04c70155f9af: Preparing 03:00:50 cd792ced2e4f: Preparing 03:00:50 28a1c974bc68: Preparing 03:00:50 a44fd062e792: Preparing 03:00:50 57759d8b726d: Preparing 03:00:50 cbc4837c604b: Preparing 03:00:50 2b61b1e3add0: Preparing 03:00:50 cc54fa601abe: Preparing 03:00:50 1e890da81ec9: Preparing 03:00:50 cbc4837c604b: Waiting 03:00:50 2b61b1e3add0: Waiting 03:00:50 cc54fa601abe: Waiting 03:00:50 1e890da81ec9: Waiting 03:00:50 57759d8b726d: Waiting 03:00:50 28a1c974bc68: Layer already exists 03:00:50 a44fd062e792: Layer already exists 03:00:50 04c70155f9af: Pushed 03:00:50 cd792ced2e4f: Pushed 03:00:50 7a6d6dd568ae: Pushed 03:00:50 1e890da81ec9: Layer already exists 03:00:50 2b61b1e3add0: Pushed 03:00:51 cc54fa601abe: Pushed 03:01:01 cbc4837c604b: Pushed 03:01:16 57759d8b726d: Pushed 03:01:16 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:09c0d235b117d5fc444f93973288ec843aa4c16e9f38a28436a4f1b9ad9dc576 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:16 + 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 03:01:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 03:01:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:01:17 7a6d6dd568ae: Preparing 03:01:17 04c70155f9af: Preparing 03:01:17 cd792ced2e4f: Preparing 03:01:17 28a1c974bc68: Preparing 03:01:17 a44fd062e792: Preparing 03:01:17 57759d8b726d: Preparing 03:01:17 cbc4837c604b: Preparing 03:01:17 2b61b1e3add0: Preparing 03:01:17 cc54fa601abe: Preparing 03:01:17 1e890da81ec9: Preparing 03:01:17 cbc4837c604b: Waiting 03:01:17 2b61b1e3add0: Waiting 03:01:17 cc54fa601abe: Waiting 03:01:17 1e890da81ec9: Waiting 03:01:17 57759d8b726d: Waiting 03:01:17 04c70155f9af: Layer already exists 03:01:17 7a6d6dd568ae: Layer already exists 03:01:17 cd792ced2e4f: Layer already exists 03:01:17 28a1c974bc68: Layer already exists 03:01:17 a44fd062e792: Layer already exists 03:01:17 2b61b1e3add0: Layer already exists 03:01:17 cbc4837c604b: Layer already exists 03:01:17 57759d8b726d: Layer already exists 03:01:17 cc54fa601abe: Layer already exists 03:01:17 1e890da81ec9: Layer already exists 03:01:17 latest: digest: sha256:09c0d235b117d5fc444f93973288ec843aa4c16e9f38a28436a4f1b9ad9dc576 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:17 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.42 03:01:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:01:18 7a6d6dd568ae: Preparing 03:01:18 04c70155f9af: Preparing 03:01:18 cd792ced2e4f: Preparing 03:01:18 28a1c974bc68: Preparing 03:01:18 a44fd062e792: Preparing 03:01:18 57759d8b726d: Preparing 03:01:18 cbc4837c604b: Preparing 03:01:18 2b61b1e3add0: Preparing 03:01:18 cc54fa601abe: Preparing 03:01:18 1e890da81ec9: Preparing 03:01:18 2b61b1e3add0: Waiting 03:01:18 cc54fa601abe: Waiting 03:01:18 1e890da81ec9: Waiting 03:01:18 57759d8b726d: Waiting 03:01:18 cbc4837c604b: Waiting 03:01:18 a44fd062e792: Layer already exists 03:01:18 cd792ced2e4f: Layer already exists 03:01:18 04c70155f9af: Layer already exists 03:01:18 7a6d6dd568ae: Layer already exists 03:01:18 28a1c974bc68: Layer already exists 03:01:18 57759d8b726d: Layer already exists 03:01:18 cbc4837c604b: Layer already exists 03:01:18 2b61b1e3add0: Layer already exists 03:01:18 cc54fa601abe: Layer already exists 03:01:18 1e890da81ec9: Layer already exists 03:01:18 4.1.0-dev.42: digest: sha256:09c0d235b117d5fc444f93973288ec843aa4c16e9f38a28436a4f1b9ad9dc576 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:18 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:01:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:01:18 7a6d6dd568ae: Preparing 03:01:18 04c70155f9af: Preparing 03:01:18 cd792ced2e4f: Preparing 03:01:18 28a1c974bc68: Preparing 03:01:18 a44fd062e792: Preparing 03:01:18 57759d8b726d: Preparing 03:01:18 cbc4837c604b: Preparing 03:01:18 2b61b1e3add0: Preparing 03:01:18 cc54fa601abe: Preparing 03:01:18 1e890da81ec9: Preparing 03:01:18 2b61b1e3add0: Waiting 03:01:18 cc54fa601abe: Waiting 03:01:18 1e890da81ec9: Waiting 03:01:18 57759d8b726d: Waiting 03:01:18 7a6d6dd568ae: Layer already exists 03:01:18 a44fd062e792: Layer already exists 03:01:18 28a1c974bc68: Layer already exists 03:01:18 04c70155f9af: Layer already exists 03:01:18 cd792ced2e4f: Layer already exists 03:01:18 57759d8b726d: Layer already exists 03:01:18 cbc4837c604b: Layer already exists 03:01:18 2b61b1e3add0: Layer already exists 03:01:18 cc54fa601abe: Layer already exists 03:01:18 1e890da81ec9: Layer already exists 03:01:18 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:09c0d235b117d5fc444f93973288ec843aa4c16e9f38a28436a4f1b9ad9dc576 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:19 + 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 03:01:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 03:01:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:01:19 7a6d6dd568ae: Preparing 03:01:19 04c70155f9af: Preparing 03:01:19 cd792ced2e4f: Preparing 03:01:19 28a1c974bc68: Preparing 03:01:19 a44fd062e792: Preparing 03:01:19 57759d8b726d: Preparing 03:01:19 cbc4837c604b: Preparing 03:01:19 2b61b1e3add0: Preparing 03:01:19 cc54fa601abe: Preparing 03:01:19 1e890da81ec9: Preparing 03:01:19 cbc4837c604b: Waiting 03:01:19 2b61b1e3add0: Waiting 03:01:19 cc54fa601abe: Waiting 03:01:19 1e890da81ec9: Waiting 03:01:19 57759d8b726d: Waiting 03:01:19 28a1c974bc68: Layer already exists 03:01:19 a44fd062e792: Layer already exists 03:01:19 7a6d6dd568ae: Layer already exists 03:01:19 04c70155f9af: Layer already exists 03:01:19 cd792ced2e4f: Layer already exists 03:01:19 2b61b1e3add0: Layer already exists 03:01:19 57759d8b726d: Layer already exists 03:01:19 cbc4837c604b: Layer already exists 03:01:19 1e890da81ec9: Layer already exists 03:01:19 cc54fa601abe: Layer already exists 03:01:19 main: digest: sha256:09c0d235b117d5fc444f93973288ec843aa4c16e9f38a28436a4f1b9ad9dc576 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:01:19 ===================================================== [Pipeline] echo 03:01:19 taggedImages: 03:01:19 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:01:19 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 03:01:19 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.42 03:01:19 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:01:19 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 03:01:19 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 03:01:19 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:01:19 latest 03:01:19 4.1.0-dev.42 03:01:19 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:01:19 main 03:01:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:20 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:01:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:01:20 ffeb0ce7d477: Preparing 03:01:20 7eed366a08f4: Preparing 03:01:20 5801652287c5: Preparing 03:01:20 28a1c974bc68: Preparing 03:01:20 a44fd062e792: Preparing 03:01:20 57759d8b726d: Preparing 03:01:20 ddff232298ee: Preparing 03:01:20 deb8a514d1a0: Preparing 03:01:20 1e890da81ec9: Preparing 03:01:20 ddff232298ee: Waiting 03:01:20 deb8a514d1a0: Waiting 03:01:20 1e890da81ec9: Waiting 03:01:20 57759d8b726d: Waiting 03:01:20 a44fd062e792: Layer already exists 03:01:20 28a1c974bc68: Layer already exists 03:01:20 5801652287c5: Pushed 03:01:20 57759d8b726d: Layer already exists 03:01:20 7eed366a08f4: Pushed 03:01:20 ffeb0ce7d477: Pushed 03:01:20 1e890da81ec9: Layer already exists 03:01:20 ddff232298ee: Pushed 03:01:21 deb8a514d1a0: Pushed 03:01:21 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:afa5c6fbf805219bec178cc91f7eb2a5724ecc396c343ab53fa9c242a2c24096 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:21 + 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 03:01:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 03:01:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:01:22 ffeb0ce7d477: Preparing 03:01:22 7eed366a08f4: Preparing 03:01:22 5801652287c5: Preparing 03:01:22 28a1c974bc68: Preparing 03:01:22 a44fd062e792: Preparing 03:01:22 57759d8b726d: Preparing 03:01:22 ddff232298ee: Preparing 03:01:22 deb8a514d1a0: Preparing 03:01:22 1e890da81ec9: Preparing 03:01:22 ddff232298ee: Waiting 03:01:22 deb8a514d1a0: Waiting 03:01:22 1e890da81ec9: Waiting 03:01:22 57759d8b726d: Waiting 03:01:22 ffeb0ce7d477: Layer already exists 03:01:22 5801652287c5: Layer already exists 03:01:22 28a1c974bc68: Layer already exists 03:01:22 a44fd062e792: Layer already exists 03:01:22 7eed366a08f4: Layer already exists 03:01:22 ddff232298ee: Layer already exists 03:01:22 57759d8b726d: Layer already exists 03:01:22 deb8a514d1a0: Layer already exists 03:01:22 1e890da81ec9: Layer already exists 03:01:22 latest: digest: sha256:afa5c6fbf805219bec178cc91f7eb2a5724ecc396c343ab53fa9c242a2c24096 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:22 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.42 03:01:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:01:23 ffeb0ce7d477: Preparing 03:01:23 7eed366a08f4: Preparing 03:01:23 5801652287c5: Preparing 03:01:23 28a1c974bc68: Preparing 03:01:23 a44fd062e792: Preparing 03:01:23 57759d8b726d: Preparing 03:01:23 ddff232298ee: Preparing 03:01:23 deb8a514d1a0: Preparing 03:01:23 1e890da81ec9: Preparing 03:01:23 ddff232298ee: Waiting 03:01:23 deb8a514d1a0: Waiting 03:01:23 1e890da81ec9: Waiting 03:01:23 57759d8b726d: Waiting 03:01:23 ffeb0ce7d477: Layer already exists 03:01:23 5801652287c5: Layer already exists 03:01:23 28a1c974bc68: Layer already exists 03:01:23 a44fd062e792: Layer already exists 03:01:23 7eed366a08f4: Layer already exists 03:01:23 ddff232298ee: Layer already exists 03:01:23 1e890da81ec9: Layer already exists 03:01:23 57759d8b726d: Layer already exists 03:01:23 deb8a514d1a0: Layer already exists 03:01:23 4.1.0-dev.42: digest: sha256:afa5c6fbf805219bec178cc91f7eb2a5724ecc396c343ab53fa9c242a2c24096 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:23 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:01:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:01:24 ffeb0ce7d477: Preparing 03:01:24 7eed366a08f4: Preparing 03:01:24 5801652287c5: Preparing 03:01:24 28a1c974bc68: Preparing 03:01:24 a44fd062e792: Preparing 03:01:24 57759d8b726d: Preparing 03:01:24 ddff232298ee: Preparing 03:01:24 deb8a514d1a0: Preparing 03:01:24 1e890da81ec9: Preparing 03:01:24 ddff232298ee: Waiting 03:01:24 deb8a514d1a0: Waiting 03:01:24 1e890da81ec9: Waiting 03:01:24 57759d8b726d: Waiting 03:01:24 7eed366a08f4: Layer already exists 03:01:24 5801652287c5: Layer already exists 03:01:24 a44fd062e792: Layer already exists 03:01:24 28a1c974bc68: Layer already exists 03:01:24 ffeb0ce7d477: Layer already exists 03:01:24 57759d8b726d: Layer already exists 03:01:24 deb8a514d1a0: Layer already exists 03:01:24 1e890da81ec9: Layer already exists 03:01:24 ddff232298ee: Layer already exists 03:01:24 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:afa5c6fbf805219bec178cc91f7eb2a5724ecc396c343ab53fa9c242a2c24096 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:24 + 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 03:01:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 03:01:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:01:24 ffeb0ce7d477: Preparing 03:01:24 7eed366a08f4: Preparing 03:01:24 5801652287c5: Preparing 03:01:24 28a1c974bc68: Preparing 03:01:24 a44fd062e792: Preparing 03:01:24 57759d8b726d: Preparing 03:01:24 57759d8b726d: Waiting 03:01:24 ddff232298ee: Preparing 03:01:24 deb8a514d1a0: Preparing 03:01:24 ddff232298ee: Waiting 03:01:24 1e890da81ec9: Preparing 03:01:24 deb8a514d1a0: Waiting 03:01:24 1e890da81ec9: Waiting 03:01:24 28a1c974bc68: Layer already exists 03:01:24 7eed366a08f4: Layer already exists 03:01:24 5801652287c5: Layer already exists 03:01:24 ffeb0ce7d477: Layer already exists 03:01:24 a44fd062e792: Layer already exists 03:01:24 57759d8b726d: Layer already exists 03:01:24 deb8a514d1a0: Layer already exists 03:01:24 1e890da81ec9: Layer already exists 03:01:24 ddff232298ee: Layer already exists 03:01:24 main: digest: sha256:afa5c6fbf805219bec178cc91f7eb2a5724ecc396c343ab53fa9c242a2c24096 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:01:25 ===================================================== [Pipeline] echo 03:01:25 taggedImages: 03:01:25 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:01:25 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 03:01:25 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.42 03:01:25 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:01:25 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 03:01:25 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 03:01:25 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:01:25 latest 03:01:25 4.1.0-dev.42 03:01:25 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:01:25 main 03:01:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:25 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:01:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:01:25 7a6d6dd568ae: Preparing 03:01:25 828a9d8337ae: Preparing 03:01:25 3979c6959b17: Preparing 03:01:25 28a1c974bc68: Preparing 03:01:25 a44fd062e792: Preparing 03:01:25 5b1722978999: Preparing 03:01:25 2b61b1e3add0: Preparing 03:01:25 5b1722978999: Waiting 03:01:25 cc54fa601abe: Preparing 03:01:25 2b61b1e3add0: Waiting 03:01:25 1e890da81ec9: Preparing 03:01:25 cc54fa601abe: Waiting 03:01:25 1e890da81ec9: Waiting 03:01:25 28a1c974bc68: Layer already exists 03:01:25 a44fd062e792: Layer already exists 03:01:25 7a6d6dd568ae: Layer already exists 03:01:26 2b61b1e3add0: Layer already exists 03:01:26 cc54fa601abe: Layer already exists 03:01:26 3979c6959b17: Pushed 03:01:26 1e890da81ec9: Layer already exists 03:01:26 828a9d8337ae: Pushed 03:01:52 5b1722978999: Pushed 03:01:52 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:32b262884a3d63885a25d756c92b269250c6ea70a0dd1f17cf5e1efaf3cd24a8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:53 + 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 03:01:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 03:01:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:01:53 7a6d6dd568ae: Preparing 03:01:53 828a9d8337ae: Preparing 03:01:53 3979c6959b17: Preparing 03:01:53 28a1c974bc68: Preparing 03:01:53 a44fd062e792: Preparing 03:01:53 5b1722978999: Preparing 03:01:53 2b61b1e3add0: Preparing 03:01:53 cc54fa601abe: Preparing 03:01:53 1e890da81ec9: Preparing 03:01:53 2b61b1e3add0: Waiting 03:01:53 cc54fa601abe: Waiting 03:01:53 1e890da81ec9: Waiting 03:01:53 5b1722978999: Waiting 03:01:53 28a1c974bc68: Layer already exists 03:01:53 828a9d8337ae: Layer already exists 03:01:53 a44fd062e792: Layer already exists 03:01:53 3979c6959b17: Layer already exists 03:01:53 7a6d6dd568ae: Layer already exists 03:01:53 2b61b1e3add0: Layer already exists 03:01:53 5b1722978999: Layer already exists 03:01:53 cc54fa601abe: Layer already exists 03:01:53 1e890da81ec9: Layer already exists 03:01:53 latest: digest: sha256:32b262884a3d63885a25d756c92b269250c6ea70a0dd1f17cf5e1efaf3cd24a8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:54 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.42 03:01:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:01:54 7a6d6dd568ae: Preparing 03:01:54 828a9d8337ae: Preparing 03:01:54 3979c6959b17: Preparing 03:01:54 28a1c974bc68: Preparing 03:01:54 a44fd062e792: Preparing 03:01:54 5b1722978999: Preparing 03:01:54 2b61b1e3add0: Preparing 03:01:54 cc54fa601abe: Preparing 03:01:54 1e890da81ec9: Preparing 03:01:54 2b61b1e3add0: Waiting 03:01:54 cc54fa601abe: Waiting 03:01:54 1e890da81ec9: Waiting 03:01:54 5b1722978999: Waiting 03:01:54 a44fd062e792: Layer already exists 03:01:54 3979c6959b17: Layer already exists 03:01:54 28a1c974bc68: Layer already exists 03:01:54 7a6d6dd568ae: Layer already exists 03:01:54 828a9d8337ae: Layer already exists 03:01:54 2b61b1e3add0: Layer already exists 03:01:54 5b1722978999: Layer already exists 03:01:54 cc54fa601abe: Layer already exists 03:01:54 1e890da81ec9: Layer already exists 03:01:54 4.1.0-dev.42: digest: sha256:32b262884a3d63885a25d756c92b269250c6ea70a0dd1f17cf5e1efaf3cd24a8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:54 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:01:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:01:55 7a6d6dd568ae: Preparing 03:01:55 828a9d8337ae: Preparing 03:01:55 3979c6959b17: Preparing 03:01:55 28a1c974bc68: Preparing 03:01:55 a44fd062e792: Preparing 03:01:55 5b1722978999: Preparing 03:01:55 2b61b1e3add0: Preparing 03:01:55 cc54fa601abe: Preparing 03:01:55 1e890da81ec9: Preparing 03:01:55 2b61b1e3add0: Waiting 03:01:55 cc54fa601abe: Waiting 03:01:55 1e890da81ec9: Waiting 03:01:55 5b1722978999: Waiting 03:01:55 28a1c974bc68: Layer already exists 03:01:55 7a6d6dd568ae: Layer already exists 03:01:55 a44fd062e792: Layer already exists 03:01:55 3979c6959b17: Layer already exists 03:01:55 828a9d8337ae: Layer already exists 03:01:55 cc54fa601abe: Layer already exists 03:01:55 5b1722978999: Layer already exists 03:01:55 2b61b1e3add0: Layer already exists 03:01:55 1e890da81ec9: Layer already exists 03:01:55 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:32b262884a3d63885a25d756c92b269250c6ea70a0dd1f17cf5e1efaf3cd24a8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:55 + 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 03:01:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 03:01:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:01:55 7a6d6dd568ae: Preparing 03:01:55 828a9d8337ae: Preparing 03:01:55 3979c6959b17: Preparing 03:01:55 28a1c974bc68: Preparing 03:01:55 a44fd062e792: Preparing 03:01:55 5b1722978999: Preparing 03:01:55 2b61b1e3add0: Preparing 03:01:55 cc54fa601abe: Preparing 03:01:55 1e890da81ec9: Preparing 03:01:55 5b1722978999: Waiting 03:01:55 2b61b1e3add0: Waiting 03:01:55 cc54fa601abe: Waiting 03:01:55 1e890da81ec9: Waiting 03:01:55 a44fd062e792: Layer already exists 03:01:55 7a6d6dd568ae: Layer already exists 03:01:55 28a1c974bc68: Layer already exists 03:01:55 3979c6959b17: Layer already exists 03:01:55 828a9d8337ae: Layer already exists 03:01:55 5b1722978999: Layer already exists 03:01:55 2b61b1e3add0: Layer already exists 03:01:55 1e890da81ec9: Layer already exists 03:01:55 cc54fa601abe: Layer already exists 03:01:55 main: digest: sha256:32b262884a3d63885a25d756c92b269250c6ea70a0dd1f17cf5e1efaf3cd24a8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:01:56 ===================================================== [Pipeline] echo 03:01:56 taggedImages: 03:01:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:01:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 03:01:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.42 03:01:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:01:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 03:01:56 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 03:01:56 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:01:56 latest 03:01:56 4.1.0-dev.42 03:01:56 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:01:56 main 03:01:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:56 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:56 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:01:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:01:56 22feadae4b53: Preparing 03:01:56 945a99b1a7c9: Preparing 03:01:56 28a1c974bc68: Preparing 03:01:56 a44fd062e792: Preparing 03:01:56 e76d74391c06: Preparing 03:01:56 2a36383345b0: Preparing 03:01:56 1e890da81ec9: Preparing 03:01:56 2a36383345b0: Waiting 03:01:56 1e890da81ec9: Waiting 03:01:56 a44fd062e792: Layer already exists 03:01:56 28a1c974bc68: Layer already exists 03:01:57 1e890da81ec9: Layer already exists 03:01:57 e76d74391c06: Pushed 03:01:57 22feadae4b53: Pushed 03:01:58 2a36383345b0: Pushed 03:02:05 945a99b1a7c9: Pushed 03:02:05 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:50ca49df54200aa4e8a534c0823ebe9c91293162149a938de9a333682c73cb94 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:05 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:05 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 03:02:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:02:05 22feadae4b53: Preparing 03:02:05 945a99b1a7c9: Preparing 03:02:05 28a1c974bc68: Preparing 03:02:05 a44fd062e792: Preparing 03:02:05 e76d74391c06: Preparing 03:02:05 2a36383345b0: Preparing 03:02:05 1e890da81ec9: Preparing 03:02:05 2a36383345b0: Waiting 03:02:05 1e890da81ec9: Waiting 03:02:05 e76d74391c06: Layer already exists 03:02:05 22feadae4b53: Layer already exists 03:02:05 945a99b1a7c9: Layer already exists 03:02:05 28a1c974bc68: Layer already exists 03:02:05 a44fd062e792: Layer already exists 03:02:05 1e890da81ec9: Layer already exists 03:02:05 2a36383345b0: Layer already exists 03:02:06 latest: digest: sha256:50ca49df54200aa4e8a534c0823ebe9c91293162149a938de9a333682c73cb94 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:06 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:06 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.42 03:02:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:02:06 22feadae4b53: Preparing 03:02:06 945a99b1a7c9: Preparing 03:02:06 28a1c974bc68: Preparing 03:02:06 a44fd062e792: Preparing 03:02:06 e76d74391c06: Preparing 03:02:06 2a36383345b0: Preparing 03:02:06 1e890da81ec9: Preparing 03:02:06 2a36383345b0: Waiting 03:02:06 1e890da81ec9: Waiting 03:02:06 e76d74391c06: Layer already exists 03:02:06 945a99b1a7c9: Layer already exists 03:02:06 22feadae4b53: Layer already exists 03:02:06 28a1c974bc68: Layer already exists 03:02:06 a44fd062e792: Layer already exists 03:02:06 2a36383345b0: Layer already exists 03:02:06 1e890da81ec9: Layer already exists 03:02:07 4.1.0-dev.42: digest: sha256:50ca49df54200aa4e8a534c0823ebe9c91293162149a938de9a333682c73cb94 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:07 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:02:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:02:07 22feadae4b53: Preparing 03:02:07 945a99b1a7c9: Preparing 03:02:07 28a1c974bc68: Preparing 03:02:07 a44fd062e792: Preparing 03:02:07 e76d74391c06: Preparing 03:02:07 2a36383345b0: Preparing 03:02:07 1e890da81ec9: Preparing 03:02:07 2a36383345b0: Waiting 03:02:07 1e890da81ec9: Waiting 03:02:07 28a1c974bc68: Layer already exists 03:02:07 945a99b1a7c9: Layer already exists 03:02:07 a44fd062e792: Layer already exists 03:02:07 22feadae4b53: Layer already exists 03:02:07 e76d74391c06: Layer already exists 03:02:07 1e890da81ec9: Layer already exists 03:02:07 2a36383345b0: Layer already exists 03:02:08 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:50ca49df54200aa4e8a534c0823ebe9c91293162149a938de9a333682c73cb94 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:08 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:08 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 03:02:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:02:08 22feadae4b53: Preparing 03:02:08 945a99b1a7c9: Preparing 03:02:08 28a1c974bc68: Preparing 03:02:08 a44fd062e792: Preparing 03:02:08 e76d74391c06: Preparing 03:02:08 2a36383345b0: Preparing 03:02:08 1e890da81ec9: Preparing 03:02:08 2a36383345b0: Waiting 03:02:08 28a1c974bc68: Layer already exists 03:02:08 945a99b1a7c9: Layer already exists 03:02:08 e76d74391c06: Layer already exists 03:02:08 a44fd062e792: Layer already exists 03:02:08 22feadae4b53: Layer already exists 03:02:08 2a36383345b0: Layer already exists 03:02:08 1e890da81ec9: Layer already exists 03:02:08 main: digest: sha256:50ca49df54200aa4e8a534c0823ebe9c91293162149a938de9a333682c73cb94 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:02:09 ===================================================== [Pipeline] echo 03:02:09 taggedImages: 03:02:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:02:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 03:02:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.42 03:02:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:02:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 03:02:09 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 03:02:09 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:02:09 latest 03:02:09 4.1.0-dev.42 03:02:09 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:02:09 main 03:02:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:09 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:09 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:02:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:02:09 54ffc260aacd: Preparing 03:02:09 9eb371cd1ada: Preparing 03:02:09 28a1c974bc68: Preparing 03:02:09 a44fd062e792: Preparing 03:02:09 2f4f45e81024: Preparing 03:02:09 935497d83c31: Preparing 03:02:09 1e890da81ec9: Preparing 03:02:09 935497d83c31: Waiting 03:02:09 1e890da81ec9: Waiting 03:02:09 a44fd062e792: Layer already exists 03:02:09 28a1c974bc68: Layer already exists 03:02:10 1e890da81ec9: Layer already exists 03:02:10 54ffc260aacd: Pushed 03:02:10 2f4f45e81024: Pushed 03:02:10 935497d83c31: Pushed 03:02:18 9eb371cd1ada: Pushed 03:02:18 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:865914b28101a22eb47841931717491115795d2ad2e43911e33bbcb81053d3f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:19 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:19 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 03:02:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:02:19 54ffc260aacd: Preparing 03:02:19 9eb371cd1ada: Preparing 03:02:19 28a1c974bc68: Preparing 03:02:19 a44fd062e792: Preparing 03:02:19 2f4f45e81024: Preparing 03:02:19 935497d83c31: Preparing 03:02:19 1e890da81ec9: Preparing 03:02:19 935497d83c31: Waiting 03:02:19 1e890da81ec9: Waiting 03:02:19 a44fd062e792: Layer already exists 03:02:19 9eb371cd1ada: Layer already exists 03:02:19 2f4f45e81024: Layer already exists 03:02:19 54ffc260aacd: Layer already exists 03:02:19 28a1c974bc68: Layer already exists 03:02:19 935497d83c31: Layer already exists 03:02:19 1e890da81ec9: Layer already exists 03:02:19 latest: digest: sha256:865914b28101a22eb47841931717491115795d2ad2e43911e33bbcb81053d3f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:20 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:20 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.42 03:02:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:02:20 54ffc260aacd: Preparing 03:02:20 9eb371cd1ada: Preparing 03:02:20 28a1c974bc68: Preparing 03:02:20 a44fd062e792: Preparing 03:02:20 2f4f45e81024: Preparing 03:02:20 935497d83c31: Preparing 03:02:20 1e890da81ec9: Preparing 03:02:20 935497d83c31: Waiting 03:02:20 1e890da81ec9: Waiting 03:02:20 28a1c974bc68: Layer already exists 03:02:20 9eb371cd1ada: Layer already exists 03:02:20 2f4f45e81024: Layer already exists 03:02:20 54ffc260aacd: Layer already exists 03:02:20 a44fd062e792: Layer already exists 03:02:20 935497d83c31: Layer already exists 03:02:20 1e890da81ec9: Layer already exists 03:02:20 4.1.0-dev.42: digest: sha256:865914b28101a22eb47841931717491115795d2ad2e43911e33bbcb81053d3f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:20 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:21 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:02:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:02:21 54ffc260aacd: Preparing 03:02:21 9eb371cd1ada: Preparing 03:02:21 28a1c974bc68: Preparing 03:02:21 a44fd062e792: Preparing 03:02:21 2f4f45e81024: Preparing 03:02:21 935497d83c31: Preparing 03:02:21 1e890da81ec9: Preparing 03:02:21 935497d83c31: Waiting 03:02:21 1e890da81ec9: Waiting 03:02:21 2f4f45e81024: Layer already exists 03:02:21 9eb371cd1ada: Layer already exists 03:02:21 28a1c974bc68: Layer already exists 03:02:21 54ffc260aacd: Layer already exists 03:02:21 a44fd062e792: Layer already exists 03:02:21 935497d83c31: Layer already exists 03:02:21 1e890da81ec9: Layer already exists 03:02:21 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:865914b28101a22eb47841931717491115795d2ad2e43911e33bbcb81053d3f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:21 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:22 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 03:02:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:02:22 54ffc260aacd: Preparing 03:02:22 9eb371cd1ada: Preparing 03:02:22 28a1c974bc68: Preparing 03:02:22 a44fd062e792: Preparing 03:02:22 2f4f45e81024: Preparing 03:02:22 935497d83c31: Preparing 03:02:22 1e890da81ec9: Preparing 03:02:22 935497d83c31: Waiting 03:02:22 1e890da81ec9: Waiting 03:02:22 a44fd062e792: Layer already exists 03:02:22 2f4f45e81024: Layer already exists 03:02:22 28a1c974bc68: Layer already exists 03:02:22 54ffc260aacd: Layer already exists 03:02:22 9eb371cd1ada: Layer already exists 03:02:22 935497d83c31: Layer already exists 03:02:22 1e890da81ec9: Layer already exists 03:02:22 main: digest: sha256:865914b28101a22eb47841931717491115795d2ad2e43911e33bbcb81053d3f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:02:22 ===================================================== [Pipeline] echo 03:02:22 taggedImages: 03:02:22 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 03:02:22 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 03:02:22 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.42 03:02:22 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 03:02:22 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.42 [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.42 [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.42 [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.42 [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.42 [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.42 [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.42 [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.42 [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.42 [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo 03:02:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.42 [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.42 [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.42 [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.42 [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.42 [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.42 [Pipeline] echo 03:02:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo 03:02:23 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 03:02:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:02:23 03:02:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:02:24 arm64: Pulling from edgex-lftools-log-publisher 03:02:24 8998bd30e6a1: Pulling fs layer 03:02:24 04944245beec: Pulling fs layer 03:02:24 699f458cf7ca: Pulling fs layer 03:02:24 765212b225bb: Pulling fs layer 03:02:24 f23df028b6ca: Pulling fs layer 03:02:24 d65c8cfc05b1: Pulling fs layer 03:02:24 2437ff75d9bd: Pulling fs layer 03:02:24 765212b225bb: Waiting 03:02:24 f23df028b6ca: Waiting 03:02:24 d65c8cfc05b1: Waiting 03:02:24 2437ff75d9bd: Waiting 03:02:24 04944245beec: Verifying Checksum 03:02:24 04944245beec: Download complete 03:02:24 765212b225bb: Verifying Checksum 03:02:24 765212b225bb: Download complete 03:02:24 f23df028b6ca: Download complete 03:02:24 d65c8cfc05b1: Verifying Checksum 03:02:24 d65c8cfc05b1: Download complete 03:02:24 699f458cf7ca: Verifying Checksum 03:02:24 699f458cf7ca: Download complete 03:02:24 8998bd30e6a1: Verifying Checksum 03:02:24 8998bd30e6a1: Download complete 03:02:27 2437ff75d9bd: Verifying Checksum 03:02:27 2437ff75d9bd: Download complete 03:02:29 8998bd30e6a1: Pull complete 03:02:29 04944245beec: Pull complete 03:02:31 699f458cf7ca: Pull complete 03:02:31 765212b225bb: Pull complete 03:02:32 f23df028b6ca: Pull complete 03:02:32 d65c8cfc05b1: Pull complete 03:02:51 2437ff75d9bd: Pull complete 03:02:51 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:02:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:02:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:02:51 prd-ubuntu20.04-docker-arm64-4c-16g-6227 does not seem to be running inside a container 03:02:51 $ 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/879 -v /w/workspace/edgex-go/879:/w/workspace/edgex-go/879:rw,z -v /w/workspace/edgex-go/879@tmp:/w/workspace/edgex-go/879@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 03:02:53 $ docker top ff64e4ba029e0fbce88525c93a2a03870097f9b887f0adf16b966e867c76c982 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:02:54 ---> job-cost.sh 03:02:54 lf-activate-venv: SKIPPING 03:02:54 INFO: No Stack... 03:02:55 INFO: Retrieving Pricing Info for: v3-standard-4 03:02:56 INFO: Archiving Costs [Pipeline] sh 03:02:56 + cat /w/workspace/edgex-go/879/archives/cost.csv 03:02:56 + cut -d, -f6 [Pipeline] lock 03:02:56 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-879-stack-cost] 03:02:56 Resource [jenkins-edgexfoundry-edgex-go-main-879-stack-cost] did not exist. Created. 03:02:56 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-879-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:02:57 + echo total: 0.10999999940395355 [Pipeline] stash 03:02:58 Stashed 1 file(s) [Pipeline] } 03:02:58 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-879-stack-cost] [Pipeline] // lock [Pipeline] } 03:02:58 $ docker stop --time=1 ff64e4ba029e0fbce88525c93a2a03870097f9b887f0adf16b966e867c76c982 03:02:59 $ docker rm -f --volumes ff64e4ba029e0fbce88525c93a2a03870097f9b887f0adf16b966e867c76c982 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:12:30 Cancelling nested steps due to timeout 08:12:30 Sending interrupt signal to process 08:12:36 script returned exit code 143 [Pipeline] } 08:12:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 08:12:37 + '[' -d /w/workspace/edgex-go/879/archives ']' [Pipeline] libraryResource [Pipeline] sh 08:12:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:12:38 ---> package-listing.sh 08:12:38 ++ tr '[:upper:]' '[:lower:]' 08:12:38 ++ facter osfamily 08:12:38 + OS_FAMILY=redhat 08:12:38 + workspace=/w/workspace/edgex-go/879 08:12:38 + START_PACKAGES=/tmp/packages_start.txt 08:12:38 + END_PACKAGES=/tmp/packages_end.txt 08:12:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:12:38 + PACKAGES=/tmp/packages_start.txt 08:12:38 + '[' /w/workspace/edgex-go/879 ']' 08:12:38 + PACKAGES=/tmp/packages_end.txt 08:12:38 + case "${OS_FAMILY}" in 08:12:38 + sort 08:12:38 + rpm -qa 08:12:39 + '[' -f /tmp/packages_start.txt ']' 08:12:39 + '[' -f /tmp/packages_end.txt ']' 08:12:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:12:39 + '[' /w/workspace/edgex-go/879 ']' 08:12:39 + mkdir -p /w/workspace/edgex-go/879/archives/ 08:12:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/879/archives/ [Pipeline] echo 08:12:39 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/879/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:12:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:12:40 08:12:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:12:40 latest: Pulling from edgex-lftools-log-publisher 08:12:40 5eb5b503b376: Pulling fs layer 08:12:40 5c69ac0246d0: Pulling fs layer 08:12:40 ec43610c2a17: Pulling fs layer 08:12:40 3a2ae6a8a46f: Pulling fs layer 08:12:40 33b1e0a273af: Pulling fs layer 08:12:40 5d3b04190fa2: Pulling fs layer 08:12:40 2f39f015ded8: Pulling fs layer 08:12:40 3a2ae6a8a46f: Waiting 08:12:40 33b1e0a273af: Waiting 08:12:40 5d3b04190fa2: Waiting 08:12:40 2f39f015ded8: Waiting 08:12:40 5c69ac0246d0: Verifying Checksum 08:12:40 5c69ac0246d0: Download complete 08:12:40 3a2ae6a8a46f: Verifying Checksum 08:12:40 3a2ae6a8a46f: Download complete 08:12:40 33b1e0a273af: Verifying Checksum 08:12:40 33b1e0a273af: Download complete 08:12:40 5d3b04190fa2: Verifying Checksum 08:12:40 5d3b04190fa2: Download complete 08:12:40 ec43610c2a17: Verifying Checksum 08:12:40 ec43610c2a17: Download complete 08:12:40 5eb5b503b376: Verifying Checksum 08:12:40 5eb5b503b376: Download complete 08:12:41 2f39f015ded8: Verifying Checksum 08:12:41 2f39f015ded8: Download complete 08:12:42 5eb5b503b376: Pull complete 08:12:42 5c69ac0246d0: Pull complete 08:12:42 ec43610c2a17: Pull complete 08:12:42 3a2ae6a8a46f: Pull complete 08:12:42 33b1e0a273af: Pull complete 08:12:42 5d3b04190fa2: Pull complete 08:12:47 2f39f015ded8: Pull complete 08:12:47 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:12:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:12:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:12:47 prd-centos7-docker-4c-2g-6228 does not seem to be running inside a container 08:12:47 $ 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/879/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 08:12:50 $ docker top 5e5c951db09a61a4cc011ac0cef5ad7d9e44e069b0b7e49efc89076e488d4f34 -eo pid,comm [Pipeline] { [Pipeline] sh 08:12:51 + touch /tmp/pre-build-complete [Pipeline] sh 08:12:51 + mkdir -p /var/log/sysstat [Pipeline] sh 08:12:51 + ls /var/log/sa-host 08:12:51 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:12:51 provisioning config files... 08:12:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config16401543314930302019tmp [Pipeline] { [Pipeline] echo 08:12:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:12:52 ---> create-netrc.sh [Pipeline] } 08:12:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:12:52 ---> python-tools-install.sh [Pipeline] echo 08:12:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:12:52 ---> sudo-logs.sh 08:12:52 Archiving 'sudo' log.. 08:12:52 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:12:52 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 08:12:52 $ docker stop --time=1 5e5c951db09a61a4cc011ac0cef5ad7d9e44e069b0b7e49efc89076e488d4f34 08:12:54 $ docker rm -f --volumes 5e5c951db09a61a4cc011ac0cef5ad7d9e44e069b0b7e49efc89076e488d4f34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 08:12:54 [WS-CLEANUP] Deleting project workspace... 08:12:54 [WS-CLEANUP] Deferred wipeout is used... 08:12:54 [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] } 08:12:54 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 08:12:55 + [ -d /w/workspace/edgex-go/879/archives ] [Pipeline] libraryResource [Pipeline] sh 08:12:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:12:56 ---> package-listing.sh 08:12:56 ++ facter osfamily 08:12:56 ++ tr '[:upper:]' '[:lower:]' 08:12:56 + OS_FAMILY=debian 08:12:56 + workspace=/w/workspace/edgex-go/879 08:12:56 + START_PACKAGES=/tmp/packages_start.txt 08:12:56 + END_PACKAGES=/tmp/packages_end.txt 08:12:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:12:56 + PACKAGES=/tmp/packages_start.txt 08:12:56 + '[' /w/workspace/edgex-go/879 ']' 08:12:56 + PACKAGES=/tmp/packages_end.txt 08:12:56 + case "${OS_FAMILY}" in 08:12:56 + dpkg -l 08:12:56 + grep '^ii' 08:12:56 + '[' -f /tmp/packages_start.txt ']' 08:12:56 + '[' -f /tmp/packages_end.txt ']' 08:12:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:12:56 + '[' /w/workspace/edgex-go/879 ']' 08:12:56 + mkdir -p /w/workspace/edgex-go/879/archives/ 08:12:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/879/archives/ [Pipeline] echo 08:12:56 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/879/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:12:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:12:57 08:12:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:12:57 latest: Pulling from edgex-lftools-log-publisher 08:12:57 5eb5b503b376: Pulling fs layer 08:12:57 5c69ac0246d0: Pulling fs layer 08:12:57 ec43610c2a17: Pulling fs layer 08:12:57 3a2ae6a8a46f: Pulling fs layer 08:12:57 33b1e0a273af: Pulling fs layer 08:12:57 5d3b04190fa2: Pulling fs layer 08:12:57 2f39f015ded8: Pulling fs layer 08:12:57 3a2ae6a8a46f: Waiting 08:12:57 33b1e0a273af: Waiting 08:12:57 2f39f015ded8: Waiting 08:12:57 5c69ac0246d0: Download complete 08:12:57 3a2ae6a8a46f: Verifying Checksum 08:12:57 3a2ae6a8a46f: Download complete 08:12:57 33b1e0a273af: Verifying Checksum 08:12:57 33b1e0a273af: Download complete 08:12:57 ec43610c2a17: Verifying Checksum 08:12:57 ec43610c2a17: Download complete 08:12:57 5d3b04190fa2: Verifying Checksum 08:12:57 5d3b04190fa2: Download complete 08:12:57 5eb5b503b376: Verifying Checksum 08:12:57 5eb5b503b376: Download complete 08:12:58 2f39f015ded8: Download complete 08:12:59 5eb5b503b376: Pull complete 08:12:59 5c69ac0246d0: Pull complete 08:13:00 ec43610c2a17: Pull complete 08:13:00 3a2ae6a8a46f: Pull complete 08:13:00 33b1e0a273af: Pull complete 08:13:00 5d3b04190fa2: Pull complete 08:13:06 2f39f015ded8: Pull complete 08:13:06 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:13:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:13:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:13:06 prd-ubuntu20.04-docker-8c-8g-6226 does not seem to be running inside a container 08:13:07 $ 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/879/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/879 -v /w/workspace/edgex-go/879:/w/workspace/edgex-go/879:rw,z -v /w/workspace/edgex-go/879@tmp:/w/workspace/edgex-go/879@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 08:13:08 $ docker top b3b9b421e2bb62548b71066b9e825d03191803e28a60b19ee4409a1806a74bb9 -eo pid,comm [Pipeline] { [Pipeline] sh 08:13:08 + touch /tmp/pre-build-complete [Pipeline] sh 08:13:09 + mkdir -p /var/log/sysstat [Pipeline] sh 08:13:09 + ls /var/log/sa-host 08:13:09 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:13:09 provisioning config files... 08:13:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/879@tmp/config51643092002484342tmp [Pipeline] { [Pipeline] echo 08:13:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:13:09 ---> create-netrc.sh [Pipeline] } 08:13:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:13:09 ---> python-tools-install.sh [Pipeline] echo 08:13:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:13:10 ---> sudo-logs.sh 08:13:10 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:13:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:13:10 ---> job-cost.sh 08:13:10 lf-activate-venv: SKIPPING 08:13:10 DEBUG: total: 0.10999999940395355 08:13:10 INFO: Retrieving Stack Cost... 08:13:10 INFO: Retrieving Pricing Info for: v3-standard-8 08:13:11 INFO: Archiving Costs [Pipeline] echo 08:13:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:13:11 ---> logs-deploy.sh 08:13:11 lf-activate-venv: SKIPPING 08:13:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/879 08:13:11 INFO: archiving workspace using pattern(s): 08:13:12 Archives upload complete. 08:13:12 INFO: archiving logs to Nexus 08:13:13 ---> uname -a: 08:13:13 Linux prd-ubuntu20-04-docker-8c-8g-6226 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 08:13:13 08:13:13 08:13:13 ---> lscpu: 08:13:13 Architecture: x86_64 08:13:13 CPU op-mode(s): 32-bit, 64-bit 08:13:13 Byte Order: Little Endian 08:13:13 Address sizes: 40 bits physical, 48 bits virtual 08:13:13 CPU(s): 8 08:13:13 On-line CPU(s) list: 0-7 08:13:13 Thread(s) per core: 1 08:13:13 Core(s) per socket: 1 08:13:13 Socket(s): 8 08:13:13 NUMA node(s): 1 08:13:13 Vendor ID: AuthenticAMD 08:13:13 CPU family: 23 08:13:13 Model: 49 08:13:13 Model name: AMD EPYC-Rome Processor 08:13:13 Stepping: 0 08:13:13 CPU MHz: 2799.998 08:13:13 BogoMIPS: 5599.99 08:13:13 Virtualization: AMD-V 08:13:13 Hypervisor vendor: KVM 08:13:13 Virtualization type: full 08:13:13 L1d cache: 256 KiB 08:13:13 L1i cache: 256 KiB 08:13:13 L2 cache: 4 MiB 08:13:13 L3 cache: 128 MiB 08:13:13 NUMA node0 CPU(s): 0-7 08:13:13 Vulnerability Gather data sampling: Not affected 08:13:13 Vulnerability Itlb multihit: Not affected 08:13:13 Vulnerability L1tf: Not affected 08:13:13 Vulnerability Mds: Not affected 08:13:13 Vulnerability Meltdown: Not affected 08:13:13 Vulnerability Mmio stale data: Not affected 08:13:13 Vulnerability Retbleed: Vulnerable 08:13:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:13:13 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 08:13:13 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 08:13:13 Vulnerability Srbds: Not affected 08:13:13 Vulnerability Tsx async abort: Not affected 08:13:13 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 08:13:13 08:13:13 08:13:13 ---> nproc: 08:13:13 8 08:13:13 08:13:13 08:13:13 ---> df -h: 08:13:13 Filesystem Size Used Avail Use% Mounted on 08:13:13 overlay 155G 32G 124G 21% / 08:13:13 tmpfs 64M 0 64M 0% /dev 08:13:13 tmpfs 16G 0 16G 0% /sys/fs/cgroup 08:13:13 shm 64M 0 64M 0% /dev/shm 08:13:13 /dev/vda1 155G 32G 124G 21% /facter-os 08:13:13 08:13:13 08:13:13 ---> sar -b -r -n DEV: 08:13:13 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-6226) 08/04/25 _x86_64_ (8 CPU) 08:13:13 08:13:13 02:11:49 LINUX RESTART (8 CPU) 08:13:13 08:13:13 02:12:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:13:13 02:13:01 382.17 72.74 309.43 0.00 12305.28 140228.76 0.00 08:13:13 02:14:01 164.69 10.50 154.19 0.00 1663.46 40306.75 0.00 08:13:13 02:15:01 40.39 0.03 40.35 0.00 0.27 35622.01 0.00 08:13:13 02:16:01 94.40 0.12 94.28 0.00 1.87 46885.60 0.00 08:13:13 02:17:01 1127.34 20.01 1107.33 0.00 202.33 517907.76 0.00 08:13:13 02:18:01 246.82 4.68 242.14 0.00 4291.90 61084.44 0.00 08:13:13 02:19:01 316.13 0.15 315.98 0.00 9.46 94324.69 0.00 08:13:13 02:20:01 616.93 0.08 616.84 0.00 10.26 150550.75 0.00 08:13:13 02:21:01 34.36 0.02 34.34 0.00 0.80 905.85 0.00 08:13:13 02:22:01 14.66 0.00 14.66 0.00 0.00 373.40 0.00 08:13:13 02:23:01 1.03 0.00 1.03 0.00 0.00 12.93 0.00 08:13:13 02:24:01 1.87 0.00 1.87 0.00 0.00 24.80 0.00 08:13:13 02:25:01 0.90 0.00 0.90 0.00 0.00 10.66 0.00 08:13:13 02:26:01 1.62 0.00 1.62 0.00 0.00 18.13 0.00 08:13:13 02:27:01 1.73 0.02 1.72 0.00 0.13 19.73 0.00 08:13:13 02:28:01 2.20 0.30 1.90 0.00 16.79 26.66 0.00 08:13:13 02:29:01 2.38 1.40 0.98 0.00 28.93 13.46 0.00 08:13:13 02:30:01 1.13 0.00 1.13 0.00 0.00 13.06 0.00 08:13:13 02:31:01 1.27 0.00 1.27 0.00 0.00 14.80 0.00 08:13:13 02:32:01 1.40 0.00 1.40 0.00 0.00 16.93 0.00 08:13:13 02:33:01 1.22 0.00 1.22 0.00 0.00 13.33 0.00 08:13:13 02:34:01 0.95 0.00 0.95 0.00 0.00 11.86 0.00 08:13:13 02:35:01 1.13 0.00 1.13 0.00 0.00 12.40 0.00 08:13:13 02:36:01 0.92 0.00 0.92 0.00 0.00 11.60 0.00 08:13:13 02:37:01 1.28 0.00 1.28 0.00 0.00 14.26 0.00 08:13:13 02:38:01 1.20 0.00 1.20 0.00 0.00 14.53 0.00 08:13:13 02:39:01 1.17 0.00 1.17 0.00 0.00 12.93 0.00 08:13:13 02:40:01 0.87 0.00 0.87 0.00 0.00 10.53 0.00 08:13:13 02:41:01 1.23 0.00 1.23 0.00 0.00 13.46 0.00 08:13:13 02:42:01 1.40 0.00 1.40 0.00 0.00 17.06 0.00 08:13:13 02:43:01 1.17 0.00 1.17 0.00 0.00 12.13 0.00 08:13:13 02:44:01 1.02 0.00 1.02 0.00 0.00 13.06 0.00 08:13:13 02:45:01 1.10 0.00 1.10 0.00 0.00 12.00 0.00 08:13:13 02:46:01 1.02 0.00 1.02 0.00 0.00 12.53 0.00 08:13:13 02:47:01 1.32 0.00 1.32 0.00 0.00 15.33 0.00 08:13:13 02:48:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 08:13:13 02:49:01 1.20 0.00 1.20 0.00 0.00 13.86 0.00 08:13:13 02:50:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 08:13:13 02:51:01 1.28 0.00 1.28 0.00 0.00 14.26 0.00 08:13:13 02:52:01 1.57 0.00 1.57 0.00 0.00 19.06 0.00 08:13:13 02:53:01 0.97 0.00 0.97 0.00 0.00 11.06 0.00 08:13:13 02:54:01 0.98 0.00 0.98 0.00 0.00 12.40 0.00 08:13:13 02:55:01 1.32 0.00 1.32 0.00 0.00 15.06 0.00 08:13:13 02:56:01 0.88 0.00 0.88 0.00 0.00 11.06 0.00 08:13:13 02:57:01 1.40 0.00 1.40 0.00 0.00 16.26 0.00 08:13:13 02:58:01 1.03 0.00 1.03 0.00 0.00 12.80 0.00 08:13:13 02:59:01 1.23 0.00 1.23 0.00 0.00 14.13 0.00 08:13:13 03:00:01 1.12 0.00 1.12 0.00 0.00 13.06 0.00 08:13:13 03:01:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 08:13:13 03:02:01 1.42 0.00 1.42 0.00 0.00 17.33 0.00 08:13:13 03:03:01 1.23 0.00 1.23 0.00 0.00 13.86 0.00 08:13:13 03:04:01 0.95 0.00 0.95 0.00 0.00 11.60 0.00 08:13:13 03:05:01 1.47 0.00 1.47 0.00 0.00 18.13 0.00 08:13:13 03:06:01 0.98 0.00 0.98 0.00 0.00 12.13 0.00 08:13:13 03:07:01 1.38 0.00 1.38 0.00 0.00 15.86 0.00 08:13:13 03:08:01 1.03 0.00 1.03 0.00 0.00 13.33 0.00 08:13:13 03:09:02 1.27 0.00 1.27 0.00 0.00 13.33 0.00 08:13:13 03:10:01 1.02 0.00 1.02 0.00 0.00 11.79 0.00 08:13:13 03:11:01 1.38 0.00 1.38 0.00 0.00 15.86 0.00 08:13:13 03:12:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 08:13:13 03:13:01 1.50 0.00 1.50 0.00 0.00 17.86 0.00 08:13:13 03:14:01 0.97 0.00 0.97 0.00 0.00 11.73 0.00 08:13:13 03:15:01 1.35 0.00 1.35 0.00 0.00 15.73 0.00 08:13:13 03:16:01 0.95 0.00 0.95 0.00 0.00 12.26 0.00 08:13:13 03:17:01 1.32 0.00 1.32 0.00 0.00 14.80 0.00 08:13:13 03:18:01 1.63 0.00 1.63 0.00 0.00 18.26 0.00 08:13:13 03:19:01 1.10 0.00 1.10 0.00 0.00 13.33 0.00 08:13:13 03:20:01 0.98 0.00 0.98 0.00 0.00 12.93 0.00 08:13:13 03:21:01 1.27 0.00 1.27 0.00 0.00 14.40 0.00 08:13:13 03:22:01 1.00 0.00 1.00 0.00 0.00 10.66 0.00 08:13:13 03:23:01 1.52 0.00 1.52 0.00 0.00 18.66 0.00 08:13:13 03:24:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 08:13:13 03:25:01 1.33 0.00 1.33 0.00 0.00 15.33 0.00 08:13:13 03:26:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 08:13:13 03:27:01 1.30 0.00 1.30 0.00 0.00 14.80 0.00 08:13:13 03:28:01 1.58 0.00 1.58 0.00 0.00 19.33 0.00 08:13:13 03:29:01 1.17 0.00 1.17 0.00 0.00 12.66 0.00 08:13:13 03:30:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 08:13:13 03:31:01 1.37 0.00 1.37 0.00 0.00 16.39 0.00 08:13:13 03:32:01 0.95 0.00 0.95 0.00 0.00 10.40 0.00 08:13:13 03:33:01 1.33 0.00 1.33 0.00 0.00 17.06 0.00 08:13:13 03:34:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 08:13:13 03:35:01 1.30 0.00 1.30 0.00 0.00 14.80 0.00 08:13:13 03:36:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 08:13:13 03:37:01 1.37 0.00 1.37 0.00 0.00 15.99 0.00 08:13:13 03:38:01 1.45 0.00 1.45 0.00 0.00 18.00 0.00 08:13:13 03:39:01 1.30 0.00 1.30 0.00 0.00 13.60 0.00 08:13:13 03:40:01 0.85 0.00 0.85 0.00 0.00 9.20 0.00 08:13:13 03:41:01 1.23 0.00 1.23 0.00 0.00 14.66 0.00 08:13:13 03:42:01 1.07 0.00 1.07 0.00 0.00 12.53 0.00 08:13:13 03:43:01 1.35 0.00 1.35 0.00 0.00 15.86 0.00 08:13:13 03:44:01 1.10 0.00 1.10 0.00 0.00 12.13 0.00 08:13:13 03:45:01 1.23 0.00 1.23 0.00 0.00 14.26 0.00 08:13:13 03:46:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 08:13:13 03:47:01 1.28 0.00 1.28 0.00 0.00 15.20 0.00 08:13:13 03:48:01 1.45 0.00 1.45 0.00 0.00 15.60 0.00 08:13:13 03:49:01 1.18 0.00 1.18 0.00 0.00 15.46 0.00 08:13:13 03:50:01 0.95 0.00 0.95 0.00 0.00 10.00 0.00 08:13:13 03:51:01 1.30 0.00 1.30 0.00 0.00 15.86 0.00 08:13:13 03:52:01 1.02 0.00 1.02 0.00 0.00 11.46 0.00 08:13:13 03:53:01 1.38 0.00 1.38 0.00 0.00 16.80 0.00 08:13:13 03:54:01 1.03 0.00 1.03 0.00 0.00 12.13 0.00 08:13:13 03:55:01 1.28 0.00 1.28 0.00 0.00 15.46 0.00 08:13:13 03:56:01 0.90 0.00 0.90 0.00 0.00 10.00 0.00 08:13:13 03:57:01 1.27 0.00 1.27 0.00 0.00 15.06 0.00 08:13:13 03:58:01 1.42 0.00 1.42 0.00 0.00 15.73 0.00 08:13:13 03:59:01 1.27 0.00 1.27 0.00 0.00 14.53 0.00 08:13:13 04:00:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 08:13:13 04:01:01 1.28 0.00 1.28 0.00 0.00 15.20 0.00 08:13:13 04:02:01 0.95 0.00 0.95 0.00 0.00 10.93 0.00 08:13:13 04:03:01 1.40 0.00 1.40 0.00 0.00 16.13 0.00 08:13:13 04:04:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 08:13:13 04:05:01 1.28 0.00 1.28 0.00 0.00 15.20 0.00 08:13:13 04:06:01 0.92 0.00 0.92 0.00 0.00 9.86 0.00 08:13:13 04:07:01 1.32 0.00 1.32 0.00 0.00 16.40 0.00 08:13:13 04:08:01 1.42 0.00 1.42 0.00 0.00 16.40 0.00 08:13:13 04:09:01 1.27 0.00 1.27 0.00 0.00 15.33 0.00 08:13:13 04:10:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 08:13:13 04:11:01 1.27 0.00 1.27 0.00 0.00 15.33 0.00 08:13:13 04:12:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 08:13:13 04:13:01 1.45 0.00 1.45 0.00 0.00 18.26 0.00 08:13:13 04:14:01 1.07 0.00 1.07 0.00 0.00 11.20 0.00 08:13:13 04:15:01 1.23 0.00 1.23 0.00 0.00 14.93 0.00 08:13:13 04:16:01 1.02 0.00 1.02 0.00 0.00 10.80 0.00 08:13:13 04:17:01 1.25 0.00 1.25 0.00 0.00 14.93 0.00 08:13:13 04:18:01 1.67 0.00 1.67 0.00 0.00 18.26 0.00 08:13:13 04:19:01 1.30 0.00 1.30 0.00 0.00 16.13 0.00 08:13:13 04:20:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 08:13:13 04:21:01 1.37 0.00 1.37 0.00 0.00 16.00 0.00 08:13:13 04:22:01 0.98 0.00 0.98 0.00 0.00 10.66 0.00 08:13:13 04:23:01 1.52 0.00 1.52 0.00 0.00 17.86 0.00 08:13:13 04:24:01 1.08 0.00 1.08 0.00 0.00 11.46 0.00 08:13:13 04:25:01 1.25 0.00 1.25 0.00 0.00 15.06 0.00 08:13:13 04:26:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 08:13:13 04:27:01 1.30 0.00 1.30 0.00 0.00 15.46 0.00 08:13:13 04:28:01 1.57 0.00 1.57 0.00 0.00 18.00 0.00 08:13:13 04:29:01 1.18 0.00 1.18 0.00 0.00 14.93 0.00 08:13:13 04:30:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 08:13:13 04:31:01 1.28 0.00 1.28 0.00 0.00 15.60 0.00 08:13:13 04:32:01 1.07 0.00 1.07 0.00 0.00 11.20 0.00 08:13:13 04:33:01 1.43 0.00 1.43 0.00 0.00 17.60 0.00 08:13:13 04:34:01 1.23 0.00 1.23 0.00 0.00 13.60 0.00 08:13:13 04:35:02 1.28 0.00 1.28 0.00 0.00 14.53 0.00 08:13:13 04:36:01 1.07 0.00 1.07 0.00 0.00 11.93 0.00 08:13:13 04:37:01 1.32 0.00 1.32 0.00 0.00 15.46 0.00 08:13:13 04:38:01 1.07 0.00 1.07 0.00 0.00 12.53 0.00 08:13:13 04:39:01 1.42 0.00 1.42 0.00 0.00 17.20 0.00 08:13:13 04:40:01 1.07 0.00 1.07 0.00 0.00 11.20 0.00 08:13:13 04:41:01 1.32 0.00 1.32 0.00 0.00 15.33 0.00 08:13:13 04:42:01 0.95 0.00 0.95 0.00 0.00 10.66 0.00 08:13:13 04:43:01 1.45 0.00 1.45 0.00 0.00 16.66 0.00 08:13:13 04:44:01 1.48 0.00 1.48 0.00 0.00 18.93 0.00 08:13:13 04:45:01 1.23 0.00 1.23 0.00 0.00 12.26 0.00 08:13:13 04:46:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 08:13:13 04:47:01 1.30 0.00 1.30 0.00 0.00 15.73 0.00 08:13:13 04:48:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 08:13:13 04:49:01 1.43 0.00 1.43 0.00 0.00 17.33 0.00 08:13:13 04:50:01 1.05 0.00 1.05 0.00 0.00 10.80 0.00 08:13:13 04:51:01 1.33 0.00 1.33 0.00 0.00 15.73 0.00 08:13:13 04:52:01 0.90 0.00 0.90 0.00 0.00 10.40 0.00 08:13:13 04:53:01 1.33 0.00 1.33 0.00 0.00 15.46 0.00 08:13:13 04:54:01 1.63 0.00 1.63 0.00 0.00 20.13 0.00 08:13:13 04:55:01 1.30 0.00 1.30 0.00 0.00 14.26 0.00 08:13:13 04:56:01 0.93 0.00 0.93 0.00 0.00 10.53 0.00 08:13:13 04:57:01 1.27 0.00 1.27 0.00 0.00 15.33 0.00 08:13:13 04:58:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 08:13:13 04:59:01 1.42 0.00 1.42 0.00 0.00 17.46 0.00 08:13:13 05:00:01 1.07 0.00 1.07 0.00 0.00 12.53 0.00 08:13:13 05:01:01 1.40 0.00 1.40 0.00 0.00 15.60 0.00 08:13:13 05:02:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 08:13:13 05:03:01 1.37 0.00 1.37 0.00 0.00 15.60 0.00 08:13:13 05:04:01 1.22 0.00 1.22 0.00 0.00 14.00 0.00 08:13:13 05:05:01 1.43 0.00 1.43 0.00 0.00 17.46 0.00 08:13:13 05:06:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 08:13:13 05:07:01 1.37 0.00 1.37 0.00 0.00 16.13 0.00 08:13:13 05:08:01 0.97 0.00 0.97 0.00 0.00 11.46 0.00 08:13:13 05:09:01 1.40 0.00 1.40 0.00 0.00 16.80 0.00 08:13:13 05:10:01 1.05 0.00 1.05 0.00 0.00 11.46 0.00 08:13:13 05:11:01 1.27 0.00 1.27 0.00 0.00 14.53 0.00 08:13:13 05:12:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 08:13:13 05:13:01 1.30 0.00 1.30 0.00 0.00 16.00 0.00 08:13:13 05:14:01 1.18 0.00 1.18 0.00 0.00 13.60 0.00 08:13:13 05:15:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 08:13:13 05:16:01 1.08 0.00 1.08 0.00 0.00 11.33 0.00 08:13:13 05:17:01 1.45 0.00 1.45 0.00 0.00 17.46 0.00 08:13:13 05:18:01 1.30 0.00 1.30 0.00 0.00 14.26 0.00 08:13:13 05:19:01 1.53 0.00 1.53 0.00 0.00 16.93 0.00 08:13:13 05:20:01 1.18 0.00 1.18 0.00 0.00 12.53 0.00 08:13:13 05:21:01 1.42 0.00 1.42 0.00 0.00 16.13 0.00 08:13:13 05:22:01 1.12 0.00 1.12 0.00 0.00 11.46 0.00 08:13:13 05:23:01 1.50 0.00 1.50 0.00 0.00 17.46 0.00 08:13:13 05:24:01 1.15 0.00 1.15 0.00 0.00 12.40 0.00 08:13:13 05:25:01 1.43 0.00 1.43 0.00 0.00 16.00 0.00 08:13:13 05:26:01 1.08 0.00 1.08 0.00 0.00 11.46 0.00 08:13:13 05:27:01 1.35 0.00 1.35 0.00 0.00 15.06 0.00 08:13:13 05:28:01 1.13 0.00 1.13 0.00 0.00 12.40 0.00 08:13:13 05:29:01 1.42 0.00 1.42 0.00 0.00 16.53 0.00 08:13:13 05:30:01 1.20 0.00 1.20 0.00 0.00 13.60 0.00 08:13:13 05:31:01 1.42 0.00 1.42 0.00 0.00 16.26 0.00 08:13:13 05:32:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 08:13:13 05:33:01 1.57 0.00 1.57 0.00 0.00 19.20 0.00 08:13:13 05:34:01 1.13 0.00 1.13 0.00 0.00 13.06 0.00 08:13:13 05:35:01 1.47 0.00 1.47 0.00 0.00 16.26 0.00 08:13:13 05:36:01 0.95 0.00 0.95 0.00 0.00 10.80 0.00 08:13:13 05:37:01 1.42 0.00 1.42 0.00 0.00 15.99 0.00 08:13:13 05:38:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 08:13:13 05:39:01 1.45 0.00 1.45 0.00 0.00 17.46 0.00 08:13:13 05:40:01 1.13 0.00 1.13 0.00 0.00 11.86 0.00 08:13:13 05:41:01 1.42 0.00 1.42 0.00 0.00 17.06 0.00 08:13:13 05:42:01 0.98 0.00 0.98 0.00 0.00 10.53 0.00 08:13:13 05:43:01 1.52 0.00 1.52 0.00 0.00 17.46 0.00 08:13:13 05:44:01 1.12 0.00 1.12 0.00 0.00 12.00 0.00 08:13:13 05:45:01 1.32 0.00 1.32 0.00 0.00 15.20 0.00 08:13:13 05:46:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 08:13:13 05:47:01 1.30 0.00 1.30 0.00 0.00 15.20 0.00 08:13:13 05:48:01 1.02 0.00 1.02 0.00 0.00 11.46 0.00 08:13:13 05:49:01 1.47 0.00 1.47 0.00 0.00 17.06 0.00 08:13:13 05:50:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 08:13:13 05:51:01 1.45 0.00 1.45 0.00 0.00 17.46 0.00 08:13:13 05:52:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 08:13:13 05:53:01 1.38 0.00 1.38 0.00 0.00 15.73 0.00 08:13:13 05:54:01 1.20 0.00 1.20 0.00 0.00 13.46 0.00 08:13:13 05:55:01 1.40 0.00 1.40 0.00 0.00 15.60 0.00 08:13:13 05:56:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 08:13:13 05:57:01 1.35 0.00 1.35 0.00 0.00 15.73 0.00 08:13:13 05:58:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 08:13:13 05:59:01 1.53 0.00 1.53 0.00 0.00 19.60 0.00 08:13:13 06:00:02 0.98 0.00 0.98 0.00 0.00 11.86 0.00 08:13:13 06:01:01 1.47 0.00 1.47 0.00 0.00 16.13 0.00 08:13:13 06:02:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 08:13:13 06:03:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 08:13:13 06:04:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 08:13:13 06:05:01 1.85 0.00 1.85 0.00 0.00 21.60 0.00 08:13:13 06:06:01 1.00 0.00 1.00 0.00 0.00 10.66 0.00 08:13:13 06:07:01 1.50 0.00 1.50 0.00 0.00 17.86 0.00 08:13:13 06:08:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 08:13:13 06:09:01 1.50 0.00 1.50 0.00 0.00 17.20 0.00 08:13:13 06:10:01 1.12 0.00 1.12 0.00 0.00 13.20 0.00 08:13:13 06:11:01 1.45 0.00 1.45 0.00 0.00 16.39 0.00 08:13:13 06:12:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 08:13:13 06:13:01 1.47 0.00 1.47 0.00 0.00 16.93 0.00 08:13:13 06:14:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 08:13:13 06:15:01 1.53 0.00 1.53 0.00 0.00 17.86 0.00 08:13:13 06:16:01 1.05 0.00 1.05 0.00 0.00 10.80 0.00 08:13:13 06:17:01 1.42 0.00 1.42 0.00 0.00 16.53 0.00 08:13:13 06:18:01 1.25 0.00 1.25 0.00 0.00 14.66 0.00 08:13:13 06:19:01 1.43 0.00 1.43 0.00 0.00 16.26 0.00 08:13:13 06:20:01 1.20 0.00 1.20 0.00 0.00 13.73 0.00 08:13:13 06:21:01 1.38 0.00 1.38 0.00 0.00 16.26 0.00 08:13:13 06:22:01 0.98 0.00 0.98 0.00 0.00 10.66 0.00 08:13:13 06:23:01 1.50 0.00 1.50 0.00 0.00 18.13 0.00 08:13:13 06:24:01 1.07 0.00 1.07 0.00 0.00 11.20 0.00 08:13:13 06:25:01 1.53 0.03 1.50 0.00 0.27 18.00 0.00 08:13:13 06:26:01 4.44 2.23 2.21 0.00 36.15 77.34 0.00 08:13:13 06:27:01 1.37 0.00 1.37 0.00 0.00 16.00 0.00 08:13:13 06:28:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 08:13:13 06:29:01 1.43 0.00 1.43 0.00 0.00 16.13 0.00 08:13:13 06:30:01 1.23 0.00 1.23 0.00 0.00 14.26 0.00 08:13:13 06:31:01 1.42 0.00 1.42 0.00 0.00 17.20 0.00 08:13:13 06:32:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 08:13:13 06:33:01 1.38 0.00 1.38 0.00 0.00 16.93 0.00 08:13:13 06:34:01 1.17 0.00 1.17 0.00 0.00 12.80 0.00 08:13:13 06:35:01 1.40 0.00 1.40 0.00 0.00 16.66 0.00 08:13:13 06:36:01 1.18 0.00 1.18 0.00 0.00 13.33 0.00 08:13:13 06:37:01 1.33 0.00 1.33 0.00 0.00 15.59 0.00 08:13:13 06:38:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 08:13:13 06:39:01 1.53 0.00 1.53 0.00 0.00 18.40 0.00 08:13:13 06:40:01 1.10 0.00 1.10 0.00 0.00 12.00 0.00 08:13:13 06:41:01 1.47 0.00 1.47 0.00 0.00 16.80 0.00 08:13:13 06:42:01 0.98 0.00 0.98 0.00 0.00 10.80 0.00 08:13:13 06:43:01 1.37 0.00 1.37 0.00 0.00 16.13 0.00 08:13:13 06:44:01 1.18 0.00 1.18 0.00 0.00 12.93 0.00 08:13:13 06:45:01 1.53 0.00 1.53 0.00 0.00 18.93 0.00 08:13:13 06:46:01 1.10 0.00 1.10 0.00 0.00 12.00 0.00 08:13:13 06:47:01 1.45 0.00 1.45 0.00 0.00 17.06 0.00 08:13:13 06:48:01 1.07 0.00 1.07 0.00 0.00 11.06 0.00 08:13:13 06:49:01 1.40 0.00 1.40 0.00 0.00 16.79 0.00 08:13:13 06:50:01 1.10 0.00 1.10 0.00 0.00 12.13 0.00 08:13:13 06:51:01 1.50 0.00 1.50 0.00 0.00 17.06 0.00 08:13:13 06:52:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 08:13:13 06:53:01 1.40 0.00 1.40 0.00 0.00 15.73 0.00 08:13:13 06:54:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 08:13:13 06:55:01 1.40 0.00 1.40 0.00 0.00 17.73 0.00 08:13:13 06:56:01 1.27 0.00 1.27 0.00 0.00 13.20 0.00 08:13:13 06:57:01 1.30 0.00 1.30 0.00 0.00 15.33 0.00 08:13:13 06:58:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 08:13:13 06:59:01 1.45 0.00 1.45 0.00 0.00 16.93 0.00 08:13:13 07:00:01 1.18 0.00 1.18 0.00 0.00 13.60 0.00 08:13:13 07:01:01 1.38 0.00 1.38 0.00 0.00 15.33 0.00 08:13:13 07:02:01 1.02 0.00 1.02 0.00 0.00 11.46 0.00 08:13:13 07:03:01 1.55 0.00 1.55 0.00 0.00 17.46 0.00 08:13:13 07:04:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 08:13:13 07:05:01 1.53 0.00 1.53 0.00 0.00 18.80 0.00 08:13:13 07:06:01 1.02 0.00 1.02 0.00 0.00 10.53 0.00 08:13:13 07:07:01 1.47 0.00 1.47 0.00 0.00 18.13 0.00 08:13:13 07:08:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 08:13:13 07:09:02 1.50 0.00 1.50 0.00 0.00 18.40 0.00 08:13:13 07:10:01 1.03 0.00 1.03 0.00 0.00 11.66 0.00 08:13:13 07:11:01 1.77 0.00 1.77 0.00 0.00 19.86 0.00 08:13:13 07:12:01 1.17 0.00 1.17 0.00 0.00 13.46 0.00 08:13:13 07:13:01 1.37 0.00 1.37 0.00 0.00 17.33 0.00 08:13:13 07:14:01 1.22 0.00 1.22 0.00 0.00 12.53 0.00 08:13:13 07:15:01 1.43 0.00 1.43 0.00 0.00 17.06 0.00 08:13:13 07:16:01 1.12 0.00 1.12 0.00 0.00 12.13 0.00 08:13:13 07:17:01 1.43 0.00 1.43 0.00 0.00 16.66 0.00 08:13:13 07:18:01 1.90 0.00 1.90 0.00 0.00 25.20 0.00 08:13:13 07:19:01 1.48 0.00 1.48 0.00 0.00 16.93 0.00 08:13:13 07:20:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 08:13:13 07:21:01 1.55 0.00 1.55 0.00 0.00 18.26 0.00 08:13:13 07:22:01 1.13 0.00 1.13 0.00 0.00 12.13 0.00 08:13:13 07:23:01 1.47 0.00 1.47 0.00 0.00 17.58 0.00 08:13:13 07:24:01 0.98 0.00 0.98 0.00 0.00 10.26 0.00 08:13:13 07:25:01 1.33 0.00 1.33 0.00 0.00 16.13 0.00 08:13:13 07:26:01 1.23 0.00 1.23 0.00 0.00 14.13 0.00 08:13:13 07:27:01 1.53 0.00 1.53 0.00 0.00 17.19 0.00 08:13:13 07:28:01 1.03 0.00 1.03 0.00 0.00 12.40 0.00 08:13:13 07:29:01 1.55 0.00 1.55 0.00 0.00 17.46 0.00 08:13:13 07:30:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 08:13:13 07:31:01 1.93 0.00 1.93 0.00 0.00 23.33 0.00 08:13:13 07:32:01 1.05 0.00 1.05 0.00 0.00 11.06 0.00 08:13:13 07:33:01 1.78 0.00 1.78 0.00 0.00 20.26 0.00 08:13:13 07:34:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 08:13:13 07:35:01 1.35 0.00 1.35 0.00 0.00 15.60 0.00 08:13:13 07:36:01 1.07 0.00 1.07 0.00 0.00 12.80 0.00 08:13:13 07:37:01 1.53 0.00 1.53 0.00 0.00 17.20 0.00 08:13:13 07:38:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 08:13:13 07:39:01 1.47 0.00 1.47 0.00 0.00 17.33 0.00 08:13:13 07:40:01 0.95 0.00 0.95 0.00 0.00 10.00 0.00 08:13:13 07:41:01 1.88 0.00 1.88 0.00 0.00 21.86 0.00 08:13:13 07:42:01 1.07 0.00 1.07 0.00 0.00 11.20 0.00 08:13:13 07:43:01 1.47 0.00 1.47 0.00 0.00 17.60 0.00 08:13:13 07:44:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 08:13:13 07:45:01 1.42 0.00 1.42 0.00 0.00 16.93 0.00 08:13:13 07:46:01 1.10 0.00 1.10 0.00 0.00 12.00 0.00 08:13:13 07:47:01 1.40 0.00 1.40 0.00 0.00 16.66 0.00 08:13:13 07:48:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 08:13:13 07:49:01 1.73 0.00 1.73 0.00 0.00 20.53 0.00 08:13:13 07:50:01 1.05 0.00 1.05 0.00 0.00 11.06 0.00 08:13:13 07:51:01 1.63 0.00 1.63 0.00 0.00 19.20 0.00 08:13:13 07:52:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 08:13:13 07:53:01 1.45 0.00 1.45 0.00 0.00 16.66 0.00 08:13:13 07:54:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 08:13:13 07:55:01 1.42 0.00 1.42 0.00 0.00 16.26 0.00 08:13:13 07:56:01 1.20 0.00 1.20 0.00 0.00 13.86 0.00 08:13:13 07:57:01 1.93 0.00 1.93 0.00 0.00 21.86 0.00 08:13:13 07:58:01 1.15 0.00 1.15 0.00 0.00 11.86 0.00 08:13:13 07:59:01 1.82 0.00 1.82 0.00 0.00 20.26 0.00 08:13:13 08:00:01 1.07 0.00 1.07 0.00 0.00 11.20 0.00 08:13:13 08:01:01 1.43 0.00 1.43 0.00 0.00 15.60 0.00 08:13:13 08:02:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 08:13:13 08:03:01 1.58 0.00 1.58 0.00 0.00 17.59 0.00 08:13:13 08:04:01 1.13 0.00 1.13 0.00 0.00 11.60 0.00 08:13:13 08:05:01 1.60 0.00 1.60 0.00 0.00 18.13 0.00 08:13:13 08:06:01 1.20 0.00 1.20 0.00 0.00 12.80 0.00 08:13:13 08:07:01 1.62 0.00 1.62 0.00 0.00 18.13 0.00 08:13:13 08:08:01 1.10 0.00 1.10 0.00 0.00 10.93 0.00 08:13:13 08:09:01 1.55 0.00 1.55 0.00 0.00 17.73 0.00 08:13:13 08:10:01 1.17 0.00 1.17 0.00 0.00 11.73 0.00 08:13:13 08:11:01 1.52 0.00 1.52 0.00 0.00 16.80 0.00 08:13:13 08:12:01 1.13 0.00 1.13 0.00 0.00 11.86 0.00 08:13:13 08:13:01 7.82 0.17 7.65 0.00 12.26 1857.02 0.00 08:13:13 Average: 9.67 0.31 9.36 0.00 51.48 3034.50 0.00 08:13:13 08:13:13 02:12:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:13:13 02:13:01 28475288 31547712 754008 2.29 83500 3271160 1831924 5.40 995684 3013864 419096 08:13:13 02:14:01 25464036 30484104 1797600 5.47 124384 5016800 2436272 7.18 2938964 3905128 1052672 08:13:13 02:15:01 25330692 30329476 1949848 5.93 127688 4968668 3066164 9.04 2569344 4376896 497840 08:13:13 02:16:01 26978464 31526220 759804 2.31 133116 4566352 1875940 5.53 1383408 3976792 262984 08:13:13 02:17:01 10729156 30865152 1343288 4.09 367676 19017184 5660280 16.69 3453720 17152200 83720 08:13:13 02:18:01 5101320 28675256 3487128 10.61 424492 22146572 10508976 30.98 7213460 18706024 1538340 08:13:13 02:19:01 1895660 28688656 3479468 10.59 442768 25227864 8625184 25.43 8606256 20415564 2182684 08:13:13 02:20:01 5835248 31403292 829072 2.52 452932 24238460 2162872 6.38 3878296 21534224 584 08:13:13 02:21:01 5822260 31392528 839056 2.55 454320 24239112 2280188 6.72 4336224 21087836 592 08:13:13 02:22:01 5828048 31398896 832420 2.53 454848 24239196 2187116 6.45 4480984 20936504 24 08:13:13 02:23:01 5828656 31399524 831968 2.53 454868 24239196 2187116 6.45 4479868 20936508 28 08:13:13 02:24:01 5849304 31420228 811224 2.47 454904 24239200 2187116 6.45 4459156 20936508 4 08:13:13 02:25:01 5850784 31421840 810176 2.46 454920 24239332 2187116 6.45 4458048 20936640 8 08:13:13 02:26:01 5851948 31423040 808964 2.46 454940 24239336 2187116 6.45 4457044 20936644 4 08:13:13 02:27:01 5852584 31423732 808188 2.46 454964 24239332 2205204 6.50 4455700 20936644 16 08:13:13 02:28:01 5851876 31423552 808324 2.46 455008 24239816 2205204 6.50 4458212 20936928 8 08:13:13 02:29:01 5846152 31419852 811900 2.47 455028 24240692 2205204 6.50 4462824 20937252 56 08:13:13 02:30:01 5845840 31419568 812356 2.47 455056 24240688 2205204 6.50 4462932 20937220 160 08:13:13 02:31:01 5846092 31419828 812060 2.47 455076 24240696 2205204 6.50 4462608 20937220 16 08:13:13 02:32:01 5845972 31419744 812096 2.47 455092 24240692 2205204 6.50 4462636 20937224 144 08:13:13 02:33:01 5846204 31419980 811608 2.47 455120 24240704 2205204 6.50 4462168 20937228 4 08:13:13 02:34:01 5845376 31419236 812332 2.47 455152 24240708 2205204 6.50 4462156 20937232 196 08:13:13 02:35:01 5845368 31419232 812260 2.47 455172 24240708 2205204 6.50 4462160 20937232 4 08:13:13 02:36:01 5845288 31419200 812252 2.47 455200 24240708 2205204 6.50 4462636 20937236 176 08:13:13 02:37:01 5844916 31418852 812500 2.47 455232 24240708 2205204 6.50 4462308 20937236 12 08:13:13 02:38:01 5844940 31418928 812376 2.47 455268 24240720 2205204 6.50 4462408 20937244 168 08:13:13 02:39:01 5845132 31419132 812348 2.47 455288 24240724 2205204 6.50 4462344 20937248 8 08:13:13 02:40:01 5844548 31418584 812864 2.47 455308 24240720 2205204 6.50 4462380 20937248 144 08:13:13 02:41:01 5844524 31418576 812768 2.47 455324 24240728 2205204 6.50 4462388 20937252 28 08:13:13 02:42:01 5845012 31419100 812248 2.47 455340 24240728 2205204 6.50 4462412 20937256 140 08:13:13 02:43:01 5845028 31419124 812140 2.47 455364 24240732 2205204 6.50 4462484 20937256 12 08:13:13 02:44:01 5844288 31418560 812704 2.47 455392 24240864 2205204 6.50 4462472 20937388 172 08:13:13 02:45:01 5844240 31418520 812672 2.47 455412 24240864 2205204 6.50 4462488 20937388 8 08:13:13 02:46:01 5844192 31418520 812628 2.47 455444 24240864 2205204 6.50 4462528 20937392 152 08:13:13 02:47:01 5843892 31418236 812832 2.47 455484 24240860 2205204 6.50 4462536 20937400 40 08:13:13 02:48:01 5844096 31418508 812512 2.47 455520 24240880 2205204 6.50 4462688 20937400 188 08:13:13 02:49:01 5844508 31418944 812232 2.47 455532 24240884 2205204 6.50 4462636 20937408 40 08:13:13 02:50:01 5844208 31418668 812484 2.47 455556 24240880 2205204 6.50 4462668 20937408 144 08:13:13 02:51:01 5843908 31418372 812696 2.47 455576 24240888 2205204 6.50 4462668 20937412 8 08:13:13 02:52:01 5844024 31418524 812380 2.47 455596 24240888 2205204 6.50 4462692 20937416 196 08:13:13 02:53:01 5844372 31418948 812140 2.47 455612 24240892 2205204 6.50 4462780 20937416 8 08:13:13 02:54:01 5844088 31418684 812368 2.47 455624 24240896 2205204 6.50 4462776 20937420 168 08:13:13 02:55:01 5843836 31418436 812592 2.47 455648 24240900 2205204 6.50 4462772 20937424 12 08:13:13 02:56:01 5844340 31418976 812072 2.47 455664 24240900 2205204 6.50 4462832 20937424 156 08:13:13 02:57:01 5843788 31418432 812596 2.47 455684 24240896 2205204 6.50 4463108 20937428 8 08:13:13 02:58:01 5843276 31417956 813024 2.47 455704 24240900 2221264 6.55 4463216 20937432 136 08:13:13 02:59:01 5843260 31417968 812956 2.47 455716 24240912 2221264 6.55 4463164 20937436 8 08:13:13 03:00:01 5843200 31417928 813140 2.47 455736 24240912 2221264 6.55 4462900 20937440 144 08:13:13 03:01:01 5843704 31418432 812620 2.47 455748 24240916 2221264 6.55 4462888 20937440 8 08:13:13 03:02:01 5843704 31418472 812608 2.47 455764 24240908 2221264 6.55 4462936 20937444 164 08:13:13 03:03:01 5843592 31418388 812684 2.47 455776 24240924 2221264 6.55 4463096 20937448 12 08:13:13 03:04:01 5843200 31418048 813096 2.47 455792 24240924 2221264 6.55 4463000 20937448 188 08:13:13 03:05:01 5843388 31418256 812880 2.47 455804 24240936 2221264 6.55 4463404 20937460 4 08:13:13 03:06:01 5843600 31418476 812548 2.47 455824 24240932 2221264 6.55 4463052 20937460 148 08:13:13 03:07:01 5843268 31418168 812812 2.47 455840 24240932 2221264 6.55 4463072 20937464 4 08:13:13 03:08:01 5842804 31417744 813200 2.47 455860 24240944 2221264 6.55 4463168 20937468 164 08:13:13 03:09:02 5842748 31417688 813200 2.47 455880 24240944 2237528 6.60 4463092 20937468 8 08:13:13 03:10:01 5842140 31417224 813592 2.48 455888 24241076 2237528 6.60 4463128 20937592 168 08:13:13 03:11:01 5842524 31417664 813120 2.47 455896 24241076 2237528 6.60 4463140 20937600 12 08:13:13 03:12:01 5842808 31417952 812820 2.47 455908 24241080 2237528 6.60 4463124 20937604 176 08:13:13 03:13:01 5842976 31418144 812772 2.47 455960 24241076 2237528 6.60 4463212 20937608 8 08:13:13 03:14:01 5843308 31418600 812488 2.47 455976 24241088 2237528 6.60 4463196 20937608 200 08:13:13 03:15:01 5843308 31418644 812464 2.47 455996 24241092 2237528 6.60 4463240 20937616 4 08:13:13 03:16:01 5843284 31418624 812436 2.47 456020 24241096 2237528 6.60 4463312 20937620 172 08:13:13 03:17:01 5842960 31418332 812700 2.47 456048 24241096 2237528 6.60 4463564 20937620 4 08:13:13 03:18:01 5843220 31418628 812380 2.47 456068 24241100 2237528 6.60 4463360 20937624 176 08:13:13 03:19:01 5843188 31418640 812348 2.47 456096 24241100 2237528 6.60 4463340 20937628 4 08:13:13 03:20:01 5843392 31418848 812068 2.47 456116 24241108 2237528 6.60 4463324 20937632 212 08:13:13 03:21:01 5843344 31418844 812048 2.47 456132 24241112 2237528 6.60 4463380 20937636 32 08:13:13 03:22:01 5843044 31418544 812296 2.47 456136 24241112 2237528 6.60 4463368 20937636 164 08:13:13 03:23:01 5843216 31418748 812044 2.47 456176 24241104 2237528 6.60 4463468 20937644 8 08:13:13 03:24:01 5842640 31418176 812540 2.47 456188 24241120 2237528 6.60 4463396 20937644 148 08:13:13 03:25:01 5842864 31418456 812464 2.47 456204 24241124 2237528 6.60 4463464 20937648 8 08:13:13 03:26:01 5842840 31418440 812444 2.47 456216 24241128 2237528 6.60 4463448 20937652 172 08:13:13 03:27:01 5843044 31418676 812164 2.47 456240 24241128 2237528 6.60 4463488 20937656 4 08:13:13 03:28:01 5843028 31418668 812092 2.47 456276 24241124 2237528 6.60 4463824 20937660 180 08:13:13 03:29:01 5842728 31418436 812296 2.47 456300 24241136 2221264 6.55 4463628 20937660 8 08:13:13 03:30:01 5842080 31417888 812756 2.47 456320 24241136 2221264 6.55 4465348 20936780 164 08:13:13 03:31:01 5842032 31417888 812756 2.47 456348 24241140 2221264 6.55 4464844 20936788 12 08:13:13 03:32:01 5841268 31417156 813432 2.47 456368 24241144 2221264 6.55 4465372 20936788 184 08:13:13 03:33:01 5842032 31417944 812576 2.47 456412 24241148 2221264 6.55 4465452 20936792 252 08:13:13 03:34:01 5842340 31418304 812236 2.47 456436 24241152 2221264 6.55 4464956 20936800 180 08:13:13 03:35:01 5842524 31418492 812204 2.47 456452 24241152 2221264 6.55 4464856 20936800 8 08:13:13 03:36:01 5842200 31418204 812456 2.47 456480 24241156 2221264 6.55 4465168 20936808 184 08:13:13 03:37:01 5842064 31418100 812552 2.47 456500 24241160 2221264 6.55 4464932 20936804 8 08:13:13 03:38:01 5842316 31418356 812216 2.47 456536 24241156 2221264 6.55 4465004 20936808 180 08:13:13 03:39:01 5842008 31418092 812420 2.47 456568 24241168 2221264 6.55 4465280 20936812 8 08:13:13 03:40:01 5840992 31417120 813384 2.47 456572 24241168 2221264 6.55 4465124 20936812 160 08:13:13 03:41:01 5841236 31417504 812976 2.47 456592 24241300 2221264 6.55 4465060 20936932 28 08:13:13 03:42:01 5841472 31417760 812864 2.47 456612 24241308 2221264 6.55 4465128 20936948 164 08:13:13 03:43:01 5841140 31417456 813124 2.47 456644 24241300 2221264 6.55 4465152 20936952 12 08:13:13 03:44:01 5841300 31417668 813080 2.47 456672 24241312 2221264 6.55 4465124 20936960 164 08:13:13 03:45:01 5841536 31417904 812796 2.47 456696 24241312 2221264 6.55 4465108 20936960 16 08:13:13 03:46:01 5841688 31418104 812748 2.47 456728 24241316 2221264 6.55 4465152 20936964 180 08:13:13 03:47:01 5841404 31417868 812980 2.47 456740 24241320 2221264 6.55 4465212 20936964 32 08:13:13 03:48:01 5841340 31417808 812976 2.47 456752 24241320 2221264 6.55 4465264 20936964 168 08:13:13 03:49:01 5841488 31417992 812736 2.47 456784 24241324 2237312 6.60 4465236 20936972 4 08:13:13 03:50:01 5840892 31417404 813464 2.47 456796 24241328 2237312 6.60 4465312 20936972 168 08:13:13 03:51:01 5841132 31417688 813352 2.47 456816 24241332 2237312 6.60 4465268 20936980 8 08:13:13 03:52:01 5840776 31417380 813648 2.48 456840 24241336 2237312 6.60 4465324 20936980 160 08:13:13 03:53:01 5840588 31417196 813760 2.48 456872 24241332 2237312 6.60 4465556 20936980 8 08:13:13 03:54:01 5840524 31417176 813680 2.48 456884 24241344 2237312 6.60 4465364 20936988 160 08:13:13 03:55:01 5840476 31417132 813652 2.48 456896 24241348 2237312 6.60 4465640 20936992 8 08:13:13 03:56:01 5840672 31417364 813392 2.47 456908 24241348 2237312 6.60 4465476 20936992 172 08:13:13 03:57:01 5840412 31417108 813600 2.48 456920 24241352 2237312 6.60 4465400 20936996 32 08:13:13 03:58:01 5840324 31417056 813620 2.48 456936 24241352 2237312 6.60 4466056 20936996 28 08:13:13 03:59:01 5840380 31417116 813532 2.47 456964 24241356 2237312 6.60 4465432 20937000 4 08:13:13 04:00:01 5840540 31417328 813492 2.47 456984 24241364 2237312 6.60 4465580 20937004 168 08:13:13 04:01:01 5840264 31417060 813720 2.48 456996 24241364 2237312 6.60 4465480 20937004 12 08:13:13 04:02:01 5840168 31416992 813832 2.48 457004 24241368 2237312 6.60 4465516 20937012 184 08:13:13 04:03:01 5840144 31417100 813676 2.48 457016 24241496 2237312 6.60 4465560 20937140 8 08:13:13 04:04:01 5840056 31417052 813684 2.48 457036 24241500 2220660 6.55 4465632 20937144 160 08:13:13 04:05:01 5839480 31416484 814192 2.48 457040 24241504 2220660 6.55 4466076 20937148 8 08:13:13 04:06:01 5838740 31415760 814868 2.48 457052 24241504 2220660 6.55 4466688 20937148 168 08:13:13 04:07:01 5839132 31416160 814452 2.48 457060 24241508 2220660 6.55 4465564 20937152 4 08:13:13 04:08:01 5838880 31415948 814592 2.48 457080 24241512 2220660 6.55 4466920 20937156 184 08:13:13 04:09:01 5839392 31416464 814068 2.48 457084 24241516 2220660 6.55 4465592 20937156 8 08:13:13 04:10:01 5838984 31416076 814612 2.48 457088 24241520 2220660 6.55 4466728 20937164 160 08:13:13 04:11:01 5839180 31416276 814364 2.48 457108 24241524 2220660 6.55 4465616 20937168 8 08:13:13 04:12:01 5838684 31415828 814788 2.48 457132 24241528 2236708 6.59 4466912 20937172 164 08:13:13 04:13:01 5839724 31416872 813680 2.48 457156 24241528 2236708 6.59 4465704 20937176 8 08:13:13 04:14:01 5839384 31416588 813904 2.48 457184 24241532 2236708 6.59 4467128 20937176 268 08:13:13 04:15:01 5839620 31416828 813640 2.48 457200 24241536 2236708 6.59 4465696 20937180 28 08:13:13 04:16:01 5838792 31416016 814404 2.48 457220 24241536 2236708 6.59 4466736 20937180 164 08:13:13 04:17:01 5839272 31416524 813864 2.48 457232 24241540 2236708 6.59 4466344 20937184 28 08:13:13 04:18:01 5839248 31416512 813832 2.48 457248 24241548 2236708 6.59 4466892 20937188 164 08:13:13 04:19:01 5839328 31416596 813788 2.48 457260 24241548 2236708 6.59 4465752 20937192 8 08:13:13 04:20:01 5839296 31416596 813764 2.48 457276 24241552 2236708 6.59 4466764 20937196 180 08:13:13 04:21:01 5839732 31417040 813436 2.47 457292 24241556 2236708 6.59 4466072 20937200 4 08:13:13 04:22:01 5840160 31417504 813192 2.47 457308 24241556 2236708 6.59 4466780 20937200 172 08:13:13 04:23:01 5839828 31417176 813484 2.47 457328 24241548 2220088 6.55 4465872 20937204 8 08:13:13 04:24:01 5840008 31417380 813216 2.47 457352 24241560 2220088 6.55 4466812 20937204 164 08:13:13 04:25:01 5839960 31417380 813180 2.47 457372 24241564 2220088 6.55 4465896 20937208 28 08:13:13 04:26:01 5839876 31417420 813264 2.47 457396 24241696 2220088 6.55 4466840 20937332 184 08:13:13 04:27:01 5839528 31417128 813512 2.47 457404 24241704 2236228 6.59 4466508 20937340 200 08:13:13 04:28:01 5839292 31416900 813732 2.48 457412 24241708 2236228 6.59 4466972 20937344 160 08:13:13 04:29:01 5839048 31416660 813900 2.48 457440 24241712 2236228 6.59 4466008 20937348 28 08:13:13 04:30:01 5838612 31416368 814096 2.48 457460 24241712 2217564 6.54 4467460 20937356 164 08:13:13 04:31:01 5838880 31416548 813844 2.48 457472 24241716 2217564 6.54 4466576 20937360 8 08:13:13 04:32:01 5838288 31415988 814356 2.48 457492 24241716 2217564 6.54 4467156 20937360 164 08:13:13 04:33:01 5838500 31416204 814176 2.48 457512 24241708 2217564 6.54 4466244 20937364 28 08:13:13 04:34:01 5838452 31416188 814132 2.48 457532 24241724 2217564 6.54 4467188 20937368 168 08:13:13 04:35:02 5838656 31416392 813964 2.48 457548 24241724 2217564 6.54 4466212 20937368 12 08:13:13 04:36:01 5838856 31416636 813896 2.48 457568 24241732 2217564 6.54 4467284 20937372 176 08:13:13 04:37:01 5838984 31416792 813964 2.48 457572 24241732 2217564 6.54 4466720 20937376 192 08:13:13 04:38:01 5839552 31417364 813380 2.47 457584 24241736 2217564 6.54 4467220 20937380 4 08:13:13 04:39:01 5839496 31417348 813372 2.47 457616 24241736 2217564 6.54 4466328 20937388 24 08:13:13 04:40:01 5839448 31417300 813348 2.47 457624 24241740 2217564 6.54 4467192 20937388 8 08:13:13 04:41:01 5839684 31417568 813036 2.47 457636 24241744 2217564 6.54 4466356 20937396 8 08:13:13 04:42:01 5839636 31417524 813012 2.47 457644 24241748 2217564 6.54 4467304 20937400 188 08:13:13 04:43:01 5839620 31417536 812948 2.47 457664 24241748 2217564 6.54 4466452 20937404 4 08:13:13 04:44:01 5839788 31417708 812908 2.47 457688 24241752 2217564 6.54 4467332 20937408 200 08:13:13 04:45:01 5839244 31417192 813416 2.47 457712 24241756 2217564 6.54 4466412 20937412 8 08:13:13 04:46:01 5838976 31416984 813580 2.48 457736 24241760 2233640 6.59 4467328 20937424 4 08:13:13 04:47:01 5839464 31417476 813104 2.47 457756 24241768 2233640 6.59 4466440 20937428 8 08:13:13 04:48:01 5839604 31417648 812876 2.47 457792 24241768 2233640 6.59 4467420 20937436 4 08:13:13 04:49:01 5839772 31417864 812848 2.47 457824 24241760 2233640 6.59 4466532 20937444 8 08:13:13 04:50:01 5839504 31417596 813056 2.47 457848 24241772 2233640 6.59 4467392 20937444 8 08:13:13 04:51:01 5839164 31417300 813324 2.47 457856 24241776 2233640 6.59 4466856 20937448 8 08:13:13 04:52:01 5838928 31417080 813472 2.47 457872 24241780 2233640 6.59 4467580 20937424 184 08:13:13 04:53:01 5838668 31416820 813708 2.48 457888 24241780 2233640 6.59 4466668 20937424 4 08:13:13 04:54:01 5838872 31417064 813428 2.47 457924 24241760 2233640 6.59 4467528 20937428 320 08:13:13 04:55:01 5839032 31417268 813364 2.47 457944 24241792 2233640 6.59 4466696 20937436 4 08:13:13 04:56:01 5838976 31417212 813380 2.47 457956 24241792 2233640 6.59 4467556 20937436 8 08:13:13 04:57:01 5838684 31416956 813584 2.48 457976 24241796 2233640 6.59 4466716 20937436 8 08:13:13 04:58:01 5838196 31416496 813984 2.48 458004 24241796 2233640 6.59 4467704 20937440 4 08:13:13 04:59:01 5838716 31417160 813396 2.47 458040 24241920 2249700 6.63 4466772 20937560 8 08:13:13 05:00:01 5838384 31416872 813600 2.48 458064 24241936 2249700 6.63 4467692 20937576 44 08:13:13 05:01:01 5838416 31416940 813556 2.48 458076 24241936 2249700 6.63 4466840 20937580 8 08:13:13 05:02:01 5838400 31416940 813524 2.47 458104 24241940 2249700 6.63 4466852 20937584 28 08:13:13 05:03:01 5838272 31416844 813584 2.48 458136 24241940 2249700 6.63 4466960 20937584 8 08:13:13 05:04:01 5838424 31417004 813584 2.48 458164 24241940 2249700 6.63 4466900 20937588 8 08:13:13 05:05:01 5838612 31417256 813324 2.47 458184 24241952 2249700 6.63 4467160 20937592 8 08:13:13 05:06:01 5828776 31407424 823128 2.50 458200 24241952 2249700 6.63 4478300 20937592 164 08:13:13 05:07:01 5827744 31406436 824092 2.51 458216 24241956 2249700 6.63 4478104 20937596 8 08:13:13 05:08:01 5827572 31406288 824232 2.51 458228 24241960 2249700 6.63 4478200 20937604 8 08:13:13 05:09:01 5827272 31406000 824472 2.51 458232 24241960 2249700 6.63 4478160 20937604 8 08:13:13 05:10:01 5827272 31406008 824460 2.51 458240 24241964 2249700 6.63 4478148 20937608 8 08:13:13 05:11:01 5827160 31405904 824492 2.51 458260 24241964 2249700 6.63 4478160 20937608 12 08:13:13 05:12:01 5827396 31406164 824152 2.51 458300 24241968 2249700 6.63 4478180 20937612 8 08:13:13 05:13:01 5827284 31406096 824148 2.51 458320 24241972 2249700 6.63 4478320 20937616 8 08:13:13 05:14:01 5827224 31406060 824372 2.51 458356 24241960 2249700 6.63 4478280 20937620 4 08:13:13 05:15:01 5827416 31406296 824320 2.51 458372 24241980 2249700 6.63 4478304 20937624 32 08:13:13 05:16:01 5827400 31406284 824288 2.51 458388 24241980 2249700 6.63 4478304 20937624 8 08:13:13 05:17:01 5827384 31406304 824216 2.51 458408 24241988 2249700 6.63 4478340 20937628 8 08:13:13 05:18:01 5826896 31405844 824800 2.51 458424 24241992 2249700 6.63 4478460 20937636 4 08:13:13 05:19:01 5826408 31405372 825228 2.51 458456 24241984 2249700 6.63 4478420 20937636 12 08:13:13 05:20:01 5826596 31405564 825012 2.51 458472 24241996 2249700 6.63 4478404 20937640 4 08:13:13 05:21:01 5826548 31405568 824976 2.51 458492 24242000 2249700 6.63 4478460 20937644 28 08:13:13 05:22:01 5825736 31404776 825712 2.51 458508 24242000 2249700 6.63 4478772 20937644 4 08:13:13 05:23:01 5826524 31405596 824852 2.51 458528 24242008 2249700 6.63 4478588 20937652 8 08:13:13 05:24:01 5826264 31405356 825068 2.51 458564 24242008 2249700 6.63 4478808 20937652 44 08:13:13 05:25:01 5826248 31405380 825028 2.51 458580 24242012 2249700 6.63 4478572 20937656 28 08:13:13 05:26:01 5826428 31405568 824748 2.51 458596 24242016 2249700 6.63 4478832 20937660 176 08:13:13 05:27:01 5826380 31405556 824828 2.51 458608 24242016 2249700 6.63 4478896 20937660 16 08:13:13 05:28:01 5826588 31405768 824744 2.51 458644 24242020 2249700 6.63 4478688 20937664 4 08:13:13 05:29:01 5826208 31405436 824984 2.51 458672 24242004 2249700 6.63 4479164 20937544 24 08:13:13 05:30:01 5825232 31404428 825928 2.51 458704 24242024 2250624 6.64 4479648 20937504 12 08:13:13 05:31:01 5825664 31404896 825356 2.51 458720 24242028 2250624 6.64 4479224 20937508 4 08:13:13 05:32:01 5826120 31405392 824824 2.51 458736 24242028 2250624 6.64 4479124 20937512 12 08:13:13 05:33:01 5825788 31405200 824864 2.51 458760 24242168 2250624 6.64 4479484 20937640 160 08:13:13 05:34:01 5825804 31405224 824820 2.51 458796 24242156 2250624 6.64 4479148 20937644 24 08:13:13 05:35:01 5825188 31404680 825316 2.51 458820 24242172 2250624 6.64 4479472 20937652 160 08:13:13 05:36:01 5825236 31404756 825244 2.51 458840 24242176 2250624 6.64 4479356 20937656 32 08:13:13 05:37:01 5825156 31404824 825100 2.51 458860 24242304 2250624 6.64 4479536 20937784 208 08:13:13 05:38:01 5825092 31404780 825064 2.51 458880 24242308 2250624 6.64 4479588 20937788 164 08:13:13 05:39:01 5825576 31405332 824760 2.51 458912 24242308 2250624 6.64 4479320 20937796 28 08:13:13 05:40:01 5825276 31405032 824952 2.51 458928 24242312 2250624 6.64 4479612 20937796 192 08:13:13 05:41:01 5825260 31405024 824880 2.51 458944 24242320 2250624 6.64 4479596 20937800 164 08:13:13 05:42:01 5825252 31405060 824844 2.51 458972 24242320 2250624 6.64 4479632 20937796 20 08:13:13 05:43:01 5825164 31405004 824856 2.51 459000 24242324 2250624 6.64 4479468 20937800 8 08:13:13 05:44:01 5824808 31404684 825140 2.51 459036 24242328 2250624 6.64 4479652 20937808 12 08:13:13 05:45:01 5827304 31407216 822584 2.50 459052 24242328 2232112 6.58 4476720 20937808 8 08:13:13 05:46:01 5827288 31407204 822556 2.50 459076 24242332 2232112 6.58 4476720 20937812 4 08:13:13 05:47:01 5827472 31407396 822500 2.50 459080 24242336 2232112 6.58 4477024 20937816 8 08:13:13 05:48:01 5827684 31407672 822248 2.50 459108 24242336 2232112 6.58 4476860 20937820 8 08:13:13 05:49:01 5827416 31407412 822456 2.50 459132 24242340 2232112 6.58 4476788 20937824 4 08:13:13 05:50:01 5827620 31407652 822164 2.50 459156 24242344 2216036 6.53 4476828 20937820 8 08:13:13 05:51:01 5827788 31407828 822124 2.50 459176 24242352 2216036 6.53 4476856 20937828 8 08:13:13 05:52:01 5827504 31407592 822356 2.50 459200 24242356 2216036 6.53 4476988 20937832 12 08:13:13 05:53:01 5827480 31407568 822420 2.50 459216 24242356 2216036 6.53 4476956 20937832 12 08:13:13 05:54:01 5827480 31407612 822364 2.50 459252 24242344 2216036 6.53 4476936 20937836 8 08:13:13 05:55:01 5827180 31407376 822568 2.50 459276 24242360 2216036 6.53 4477008 20937844 8 08:13:13 05:56:01 5827108 31407308 822536 2.50 459304 24242364 2216036 6.53 4477076 20937848 36 08:13:13 05:57:01 5827344 31407548 822220 2.50 459324 24242368 2216036 6.53 4477064 20937852 32 08:13:13 05:58:01 5827588 31407852 821940 2.50 459344 24242368 2216036 6.53 4477136 20937856 4 08:13:13 05:59:01 5827436 31407704 822072 2.50 459380 24242376 2216036 6.53 4477328 20937860 40 08:13:13 06:00:02 5827452 31407724 822040 2.50 459392 24242380 2216036 6.53 4477068 20937864 40 08:13:13 06:01:01 5827888 31408220 821764 2.50 459412 24242380 2216036 6.53 4477432 20937856 8 08:13:13 06:02:01 5828140 31408480 821484 2.50 459436 24242384 2216036 6.53 4477148 20937864 8 08:13:13 06:03:01 5827392 31407780 822160 2.50 459464 24242384 2216036 6.53 4477528 20937864 164 08:13:13 06:04:01 5828432 31408884 821064 2.50 459500 24242388 2216036 6.53 4477240 20937872 24 08:13:13 06:05:01 5829060 31409532 820360 2.50 459540 24242392 2216036 6.53 4477816 20937872 4 08:13:13 06:06:01 5828036 31408536 821344 2.50 459564 24242392 2216036 6.53 4477596 20937872 12 08:13:13 06:07:01 5828212 31408740 821320 2.50 459580 24242400 2216036 6.53 4477312 20937876 4 08:13:13 06:08:01 5827424 31407972 822080 2.50 459604 24242404 2216036 6.53 4477396 20937880 28 08:13:13 06:09:01 5827148 31407700 822300 2.50 459628 24242408 2216036 6.53 4477328 20937880 8 08:13:13 06:10:01 5826824 31407436 822556 2.50 459668 24242404 2216036 6.53 4477380 20937892 24 08:13:13 06:11:01 5826784 31407588 822320 2.50 459688 24242540 2216036 6.53 4477708 20938024 164 08:13:13 06:12:01 5827252 31408060 822028 2.50 459708 24242544 2232080 6.58 4477436 20938024 28 08:13:13 06:13:01 5827024 31407856 822328 2.50 459720 24242548 2232080 6.58 4477816 20938028 8 08:13:13 06:14:01 5826676 31407520 822600 2.50 459744 24242548 2232080 6.58 4477760 20938028 12 08:13:13 06:15:01 5826612 31407484 822564 2.50 459772 24242544 2232080 6.58 4477768 20938032 16 08:13:13 06:16:01 5826620 31407496 822524 2.50 459792 24242552 2248128 6.63 4477524 20938032 8 08:13:13 06:17:01 5827112 31408052 822160 2.50 459816 24242556 2231568 6.58 4477872 20938040 4 08:13:13 06:18:01 5827248 31408212 822116 2.50 459848 24242564 2231568 6.58 4477676 20938040 8 08:13:13 06:19:01 5827208 31408172 822088 2.50 459872 24242564 2231568 6.58 4477816 20938040 16 08:13:13 06:20:01 5827200 31408228 822048 2.50 459912 24242556 2231568 6.58 4477660 20938048 4 08:13:13 06:21:01 5827056 31408092 822112 2.50 459912 24242572 2231568 6.58 4477912 20938052 4 08:13:13 06:22:01 5826756 31407796 822340 2.50 459924 24242572 2231568 6.58 4477672 20938056 12 08:13:13 06:23:01 5826740 31407836 822268 2.50 459940 24242580 2231568 6.58 4477788 20938056 8 08:13:13 06:24:01 5826660 31407776 822212 2.50 459956 24242580 2231568 6.58 4478032 20938060 12 08:13:13 06:25:01 5826892 31408012 822184 2.50 459972 24242576 2231568 6.58 4478048 20938064 12 08:13:13 06:26:01 5823200 31407000 822972 2.50 460000 24244952 2231568 6.58 4477936 20940312 8 08:13:13 06:27:01 5823436 31407252 822668 2.50 460004 24244956 2231568 6.58 4477920 20940312 4 08:13:13 06:28:01 5823388 31407228 822628 2.50 460020 24244960 2231568 6.58 4478296 20940320 28 08:13:13 06:29:01 5823340 31407196 822608 2.50 460028 24244960 2231568 6.58 4478312 20940320 20 08:13:13 06:30:01 5823520 31407432 822244 2.50 460064 24244964 2231488 6.58 4478392 20940324 44 08:13:13 06:31:01 5823504 31407424 822216 2.50 460084 24244968 2231488 6.58 4478180 20940328 40 08:13:13 06:32:01 5823204 31407176 822436 2.50 460104 24244968 2231488 6.58 4478104 20940328 16 08:13:13 06:33:01 5823692 31407684 821888 2.50 460136 24244972 2231488 6.58 4478172 20940332 28 08:13:13 06:34:01 5823108 31407136 822372 2.50 460156 24244976 2231488 6.58 4478416 20940336 12 08:13:13 06:35:01 5823020 31407068 822380 2.50 460180 24244964 2231488 6.58 4478424 20940336 20 08:13:13 06:36:01 5823288 31407372 822064 2.50 460204 24244980 2231488 6.58 4478308 20940340 4 08:13:13 06:37:01 5823240 31407324 822040 2.50 460212 24244984 2231488 6.58 4478188 20940340 24 08:13:13 06:38:01 5822908 31407032 822276 2.50 460224 24244992 2231488 6.58 4478552 20940348 20 08:13:13 06:39:01 5823132 31407264 822208 2.50 460240 24244996 2231488 6.58 4478480 20940352 164 08:13:13 06:40:01 5823084 31407224 822184 2.50 460248 24244996 2231488 6.58 4478508 20940356 16 08:13:13 06:41:01 5823360 31407504 821868 2.50 460268 24245000 2231488 6.58 4478492 20940360 16 08:13:13 06:42:01 5823272 31407472 821900 2.50 460280 24245000 2231488 6.58 4478396 20940360 4 08:13:13 06:43:01 5823392 31407612 821924 2.50 460312 24245004 2215408 6.53 4478356 20940364 28 08:13:13 06:44:01 5823100 31407324 822172 2.50 460332 24245008 2215408 6.53 4478468 20940368 20 08:13:13 06:45:01 5823052 31407336 822256 2.50 460348 24245004 2215408 6.53 4478352 20940372 20 08:13:13 06:46:01 5822728 31407016 822484 2.50 460364 24245016 2215408 6.53 4478548 20940376 32 08:13:13 06:47:01 5822964 31407268 822168 2.50 460380 24245020 2231472 6.58 4478576 20940384 12 08:13:13 06:48:01 5823408 31407716 821880 2.50 460392 24245020 2231472 6.58 4478652 20940384 20 08:13:13 06:49:01 5823116 31407480 822104 2.50 460404 24245024 2231472 6.58 4478444 20940384 12 08:13:13 06:50:01 5823068 31407444 822068 2.50 460428 24245024 2214540 6.53 4478456 20940384 12 08:13:13 06:51:01 5822924 31407368 821992 2.50 460440 24245028 2230668 6.58 4478480 20940388 8 08:13:13 06:52:01 5822624 31407072 822212 2.50 460456 24245032 2230668 6.58 4478788 20940392 28 08:13:13 06:53:01 5822876 31407416 821864 2.50 460464 24245096 2230668 6.58 4478784 20940456 16 08:13:13 06:54:01 5822860 31407420 821824 2.50 460472 24245100 2230668 6.58 4478516 20940460 4 08:13:13 06:55:01 5822852 31407420 821748 2.50 460504 24245100 2230668 6.58 4478524 20940460 40 08:13:13 06:56:01 5823012 31407616 821704 2.50 460524 24245112 2230668 6.58 4478556 20940464 4 08:13:13 06:57:01 5822712 31407328 821944 2.50 460552 24245116 2230668 6.58 4478560 20940476 28 08:13:13 06:58:01 5822544 31407220 822016 2.50 460572 24245116 2230668 6.58 4478732 20940480 16 08:13:13 06:59:01 5822728 31407420 821956 2.50 460604 24245120 2230668 6.58 4478624 20940480 8 08:13:13 07:00:01 5822192 31406920 822436 2.50 460620 24245124 2230668 6.58 4478748 20940484 60 08:13:13 07:01:01 5822416 31407164 822376 2.50 460628 24245124 2230668 6.58 4478680 20940484 12 08:13:13 07:02:01 5822644 31407400 822092 2.50 460644 24245128 2230668 6.58 4478684 20940488 20 08:13:13 07:03:01 5822844 31407640 822064 2.50 460672 24245128 2230668 6.58 4478820 20940488 8 08:13:13 07:04:01 5822600 31407424 822260 2.50 460704 24245136 2230668 6.58 4479000 20940492 52 08:13:13 07:05:01 5822364 31407296 822348 2.50 460712 24245228 2230668 6.58 4479016 20940584 4 08:13:13 07:06:01 5822348 31407288 822332 2.50 460728 24245228 2230668 6.58 4478768 20940584 8 08:13:13 07:07:01 5822340 31407304 822276 2.50 460744 24245232 2230668 6.58 4478784 20940588 4 08:13:13 07:08:01 5822228 31407212 822332 2.50 460752 24245232 2230668 6.58 4478864 20940592 8 08:13:13 07:09:02 5822368 31407368 822108 2.50 460780 24245236 2230668 6.58 4478808 20940596 4 08:13:13 07:10:01 5822068 31407104 822332 2.50 460800 24245240 2230668 6.58 4478836 20940600 28 08:13:13 07:11:01 5822488 31407548 822056 2.50 460820 24245240 2230668 6.58 4478872 20940600 8 08:13:13 07:12:01 5822472 31407560 822032 2.50 460832 24245248 2230668 6.58 4478876 20940604 8 08:13:13 07:13:01 5822236 31407464 822052 2.50 460860 24245384 2230668 6.58 4478948 20940728 40 08:13:13 07:14:01 5822116 31407344 822208 2.50 460872 24245384 2230668 6.58 4479272 20940744 160 08:13:13 07:15:01 5822392 31407624 822016 2.50 460892 24245388 2230668 6.58 4479228 20940748 8 08:13:13 07:16:01 5822596 31407848 821860 2.50 460920 24245380 2230668 6.58 4478952 20940748 4 08:13:13 07:17:01 5822524 31407816 821868 2.50 460932 24245392 2230668 6.58 4478980 20940752 8 08:13:13 07:18:01 5821696 31407020 822584 2.50 460956 24245396 2230668 6.58 4480128 20940756 8 08:13:13 07:19:01 5821592 31406940 822628 2.50 460972 24245396 2214380 6.53 4480132 20940756 4 08:13:13 07:20:01 5820504 31405872 823652 2.51 460976 24245400 2230504 6.58 4480148 20940760 28 08:13:13 07:21:01 5820488 31405980 823464 2.51 461000 24245524 2230504 6.58 4480168 20940880 8 08:13:13 07:22:01 5820720 31406224 823404 2.50 461016 24245536 2230504 6.58 4480168 20940892 8 08:13:13 07:23:01 5821704 31407256 822360 2.50 461020 24245540 2230504 6.58 4479340 20940900 156 08:13:13 07:24:01 5821964 31407524 822088 2.50 461024 24245540 2230504 6.58 4478944 20940904 8 08:13:13 07:25:01 5822320 31407888 821828 2.50 461048 24245544 2230504 6.58 4478948 20940904 28 08:13:13 07:26:01 5822068 31407664 822068 2.50 461060 24245544 2230504 6.58 4478972 20940908 28 08:13:13 07:27:01 5821508 31407116 822572 2.50 461084 24245548 2230504 6.58 4479288 20940908 8 08:13:13 07:28:01 5821516 31407160 822504 2.50 461096 24245556 2230504 6.58 4479100 20940916 44 08:13:13 07:29:01 5821500 31407156 822440 2.50 461116 24245556 2230504 6.58 4479052 20940916 4 08:13:13 07:30:01 5820664 31406340 823184 2.50 461136 24245560 2230504 6.58 4479584 20940920 216 08:13:13 07:31:01 5820948 31406628 822860 2.50 461180 24245556 2214132 6.53 4479256 20940916 8 08:13:13 07:32:01 5821368 31407088 822564 2.50 461200 24245568 2214132 6.53 4479480 20940920 12 08:13:13 07:33:01 5821196 31406952 822688 2.50 461212 24245572 2214132 6.53 4479560 20940924 8 08:13:13 07:34:01 5821400 31407176 822392 2.50 461236 24245576 2214132 6.53 4479256 20940928 8 08:13:13 07:35:01 5821344 31407144 822372 2.50 461252 24245576 2214132 6.53 4479560 20940928 4 08:13:13 07:36:01 5821336 31407160 822300 2.50 461276 24245568 2214132 6.53 4479552 20940932 36 08:13:13 07:37:01 5821256 31407112 822292 2.50 461292 24245580 2214132 6.53 4479828 20940932 12 08:13:13 07:38:01 5821352 31407220 822316 2.50 461316 24245584 2198064 6.48 4479692 20940936 28 08:13:13 07:39:01 5821116 31407012 822496 2.50 461340 24245588 2198064 6.48 4479352 20940940 8 08:13:13 07:40:01 5821352 31407276 822332 2.50 461352 24245588 2198064 6.48 4479376 20940940 8 08:13:13 07:41:01 5821304 31407252 822304 2.50 461380 24245580 2214108 6.53 4479404 20940948 4 08:13:13 07:42:01 5821708 31407676 822008 2.50 461404 24245596 2214108 6.53 4479408 20940948 12 08:13:13 07:43:01 5821376 31407380 822284 2.50 461432 24245600 2214108 6.53 4479564 20940952 8 08:13:13 07:44:01 5821328 31407368 822236 2.50 461460 24245604 2214108 6.53 4479536 20940956 8 08:13:13 07:45:01 5821312 31407284 822264 2.50 461480 24245608 2214108 6.53 4479584 20940956 8 08:13:13 07:46:01 5821060 31407056 822464 2.50 461504 24245612 2214108 6.53 4479592 20940960 4 08:13:13 07:47:01 5821200 31407224 822228 2.50 461528 24245616 2214108 6.53 4479616 20940964 8 08:13:13 07:48:01 5820616 31406644 822740 2.50 461536 24245616 2214108 6.53 4479676 20940964 8 08:13:13 07:49:01 5820820 31406888 822452 2.50 461552 24245624 2214108 6.53 4479652 20940972 24 08:13:13 07:50:01 5820488 31406556 822696 2.50 461556 24245624 2214108 6.53 4479908 20940972 12 08:13:13 07:51:01 5820496 31406588 822620 2.50 461588 24245616 2214108 6.53 4479668 20940976 8 08:13:13 07:52:01 5820388 31406488 822828 2.50 461612 24245632 2214108 6.53 4479900 20940984 32 08:13:13 07:53:01 5820348 31406504 822804 2.50 461624 24245632 2214108 6.53 4480060 20940984 16 08:13:13 07:54:01 5820576 31406736 822504 2.50 461648 24245636 2214108 6.53 4479732 20940988 24 08:13:13 07:55:01 5820504 31406700 822488 2.50 461660 24245636 2214108 6.53 4480040 20940988 8 08:13:13 07:56:01 5819856 31406228 822928 2.50 461692 24245768 2214108 6.53 4480152 20941120 64 08:13:13 07:57:01 5820456 31406840 822316 2.50 461696 24245772 2214108 6.53 4479816 20941124 8 08:13:13 07:58:01 5820332 31406720 822564 2.50 461728 24245772 2214108 6.53 4479888 20941124 4 08:13:13 07:59:01 5820276 31406704 822536 2.50 461744 24245780 2214108 6.53 4480076 20941132 16 08:13:13 08:00:01 5820452 31406900 822508 2.50 461756 24245784 2214108 6.53 4480136 20941136 16 08:13:13 08:01:01 5820460 31406920 822468 2.50 461776 24245784 2214108 6.53 4479880 20941136 4 08:13:13 08:02:01 5820420 31406908 822404 2.50 461796 24245792 2230156 6.57 4480196 20941144 52 08:13:13 08:03:01 5820436 31406944 822504 2.50 461828 24245792 2230156 6.57 4480232 20941144 16 08:13:13 08:04:01 5820412 31407088 822332 2.50 461856 24245924 2230156 6.57 4479956 20941276 28 08:13:13 08:05:01 5820120 31406832 822536 2.50 461872 24245928 2230156 6.57 4480492 20941280 16 08:13:13 08:06:01 5820064 31406792 822492 2.50 461912 24245928 2230156 6.57 4480228 20941280 44 08:13:13 08:07:01 5819764 31406560 822692 2.50 461944 24245936 2230156 6.57 4480352 20941288 12 08:13:13 08:08:01 5820308 31407108 822380 2.50 461964 24245936 2230156 6.57 4480152 20941292 8 08:13:13 08:09:01 5820444 31407300 822284 2.50 461988 24245940 2230156 6.57 4480140 20941300 8 08:13:13 08:10:01 5820352 31407240 822516 2.50 462008 24245944 2230156 6.57 4480168 20941296 16 08:13:13 08:11:01 5820612 31407500 822236 2.50 462032 24245940 2230156 6.57 4480156 20941296 8 08:13:13 08:12:01 5820304 31407220 822492 2.50 462060 24245948 2230156 6.57 4480280 20941300 28 08:13:13 08:13:01 5365472 31366272 862744 2.62 470116 24625868 2349588 6.93 4524444 21319400 381192 08:13:13 Average: 6061233 31390230 840262 2.56 454318 24006967 2278255 6.72 4458900 20733745 17834 08:13:13 08:13:13 02:12:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:13:13 02:13:01 docker0 590.67 574.14 40.98 2986.21 0.00 0.00 0.00 0.00 08:13:13 02:13:01 lo 4.70 4.70 0.46 0.46 0.00 0.00 0.00 0.00 08:13:13 02:13:01 ens3 1502.30 1263.77 13716.45 199.82 0.00 0.00 0.00 0.00 08:13:13 02:14:01 docker0 189.20 238.99 16.49 1647.66 0.00 0.00 0.00 0.00 08:13:13 02:14:01 veth0aa9e7e 0.05 0.18 0.00 0.02 0.00 0.00 0.00 0.00 08:13:13 02:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:14:01 ens3 280.90 214.65 1686.07 36.09 0.00 0.00 0.00 0.00 08:13:13 02:15:01 docker0 1.43 1.43 0.11 0.13 0.00 0.00 0.00 0.00 08:13:13 02:15:01 veth0aa9e7e 1.43 1.45 0.13 0.13 0.00 0.00 0.00 0.00 08:13:13 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:15:01 ens3 38.17 23.84 34.58 14.90 0.00 0.00 0.00 0.00 08:13:13 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:16:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 08:13:13 02:16:01 ens3 99.32 62.93 2220.06 19.09 0.00 0.00 0.00 0.00 08:13:13 02:17:01 veth02007e1 0.05 0.58 0.00 0.03 0.00 0.00 0.00 0.00 08:13:13 02:17:01 veth031e7e8 0.05 0.57 0.00 0.03 0.00 0.00 0.00 0.00 08:13:13 02:17:01 vethe6c31b2 0.05 0.47 0.00 0.02 0.00 0.00 0.00 0.00 08:13:13 02:17:01 vethad3dc76 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 08:13:13 02:17:01 veth48b9806 0.05 0.45 0.00 0.02 0.00 0.00 0.00 0.00 08:13:13 02:17:01 vetheda9156 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 08:13:13 02:17:01 vethfc9b6a6 0.05 0.52 0.00 0.03 0.00 0.00 0.00 0.00 08:13:13 02:17:01 veth76f22d5 0.05 0.52 0.00 0.03 0.00 0.00 0.00 0.00 08:13:13 02:17:01 docker0 535.25 939.24 45.59 8829.71 0.00 0.00 0.00 0.00 08:13:13 02:17:01 lo 1.00 1.00 0.10 0.10 0.00 0.00 0.00 0.00 08:13:13 02:17:01 veth4d0f077 0.02 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:17:01 ens3 1050.30 590.25 10325.50 75.03 0.00 0.00 0.00 0.00 08:13:13 02:17:01 veth7ede1cd 0.05 0.58 0.00 0.03 0.00 0.00 0.00 0.00 08:13:13 02:17:01 veth32cbc78 0.45 3.88 0.04 0.29 0.00 0.00 0.00 0.00 08:13:13 02:17:01 veth322322a 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 08:13:13 02:17:01 veth6d41d8e 0.05 0.52 0.00 0.03 0.00 0.00 0.00 0.00 08:13:13 02:18:01 veth02007e1 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 08:13:13 02:18:01 veth031e7e8 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 08:13:13 02:18:01 vethe6c31b2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:13:13 02:18:01 vethad3dc76 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 08:13:13 02:18:01 veth48b9806 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:13:13 02:18:01 vetheda9156 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 08:13:13 02:18:01 vethfc9b6a6 0.05 0.17 0.00 0.01 0.00 0.00 0.00 0.00 08:13:13 02:18:01 veth76f22d5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:13:13 02:18:01 docker0 0.27 0.22 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:18:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 08:13:13 02:18:01 veth4d0f077 0.03 0.15 0.00 0.01 0.00 0.00 0.00 0.00 08:13:13 02:18:01 ens3 196.27 144.90 2433.39 14.05 0.00 0.00 0.00 0.00 08:13:13 02:18:01 veth7ede1cd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:13:13 02:18:01 veth32cbc78 0.13 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:18:01 veth322322a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:13:13 02:18:01 veth6d41d8e 0.05 0.15 0.00 0.01 0.00 0.00 0.00 0.00 08:13:13 02:19:01 veth02007e1 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:19:01 vethe6c31b2 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:19:01 veth48b9806 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:19:01 vetheda9156 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:19:01 vethfc9b6a6 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:19:01 veth76f22d5 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:19:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:19:01 veth4d0f077 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:19:01 ens3 5.65 4.22 4.54 2.67 0.00 0.00 0.00 0.00 08:13:13 02:19:01 veth7ede1cd 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:19:01 veth32cbc78 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:19:01 veth322322a 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:19:01 veth6d41d8e 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:20:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:20:01 lo 15.99 15.99 1.56 1.56 0.00 0.00 0.00 0.00 08:13:13 02:20:01 ens3 212.58 240.37 96.94 839.99 0.00 0.00 0.00 0.00 08:13:13 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:21:01 lo 38.59 38.59 3.78 3.78 0.00 0.00 0.00 0.00 08:13:13 02:21:01 ens3 455.96 472.25 195.59 2717.60 0.00 0.00 0.00 0.00 08:13:13 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:22:01 lo 15.20 15.20 1.48 1.48 0.00 0.00 0.00 0.00 08:13:13 02:22:01 ens3 161.69 153.86 94.23 793.19 0.00 0.00 0.00 0.00 08:13:13 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:23:01 ens3 0.72 0.28 0.49 0.26 0.00 0.00 0.00 0.00 08:13:13 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:24:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:25:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:26:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:27:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:28:01 ens3 1.08 0.82 0.89 0.46 0.00 0.00 0.00 0.00 08:13:13 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:29:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:29:01 ens3 5.27 3.87 3.76 4.69 0.00 0.00 0.00 0.00 08:13:13 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:30:01 ens3 1.77 1.48 0.98 1.22 0.00 0.00 0.00 0.00 08:13:13 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:32:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:33:01 ens3 0.27 0.12 0.14 0.07 0.00 0.00 0.00 0.00 08:13:13 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:34:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:35:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:36:01 ens3 0.57 0.40 0.27 0.22 0.00 0.00 0.00 0.00 08:13:13 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:38:01 ens3 0.45 0.33 0.15 0.09 0.00 0.00 0.00 0.00 08:13:13 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:39:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:40:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:41:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:42:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:43:01 ens3 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:44:01 ens3 0.22 0.18 0.07 0.01 0.00 0.00 0.00 0.00 08:13:13 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:45:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:46:01 ens3 0.12 0.13 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:47:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:48:01 ens3 0.32 0.28 0.09 0.08 0.00 0.00 0.00 0.00 08:13:13 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:49:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:50:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 08:13:13 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:51:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:52:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:53:01 ens3 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 08:13:13 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:54:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:55:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:56:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:57:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 02:58:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 02:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 02:59:01 ens3 0.18 0.15 0.12 0.01 0.00 0.00 0.00 0.00 08:13:13 03:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:00:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:01:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:02:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:03:01 ens3 0.97 0.32 0.43 0.26 0.00 0.00 0.00 0.00 08:13:13 03:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:04:01 ens3 0.47 0.10 0.05 0.01 0.00 0.00 0.00 0.00 08:13:13 03:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:05:01 ens3 0.35 0.25 0.26 0.21 0.00 0.00 0.00 0.00 08:13:13 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:06:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:07:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:08:01 ens3 0.32 0.22 0.09 0.07 0.00 0.00 0.00 0.00 08:13:13 03:09:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:09:02 ens3 0.15 0.02 0.06 0.00 0.00 0.00 0.00 0.00 08:13:13 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:10:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:11:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:12:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:13:01 ens3 0.13 0.13 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:14:01 ens3 0.23 0.17 0.07 0.01 0.00 0.00 0.00 0.00 08:13:13 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:15:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:16:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:17:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:18:01 ens3 0.25 0.23 0.08 0.08 0.00 0.00 0.00 0.00 08:13:13 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:19:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:20:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:21:01 ens3 0.13 0.08 0.06 0.00 0.00 0.00 0.00 0.00 08:13:13 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:22:01 ens3 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:23:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:24:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:25:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:26:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:27:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:28:01 ens3 0.33 0.20 0.14 0.07 0.00 0.00 0.00 0.00 08:13:13 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:29:01 ens3 0.30 0.23 0.16 0.25 0.00 0.00 0.00 0.00 08:13:13 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:30:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 08:13:13 03:30:01 ens3 4.08 3.55 2.28 5.09 0.00 0.00 0.00 0.00 08:13:13 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:32:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:33:01 ens3 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 08:13:13 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:34:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 08:13:13 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:35:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:36:01 ens3 0.58 0.62 0.31 0.23 0.00 0.00 0.00 0.00 08:13:13 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:38:01 ens3 0.25 0.23 0.08 0.08 0.00 0.00 0.00 0.00 08:13:13 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:39:01 ens3 0.17 0.07 0.06 0.00 0.00 0.00 0.00 0.00 08:13:13 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:40:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:41:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:42:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:43:01 ens3 0.27 0.13 0.14 0.07 0.00 0.00 0.00 0.00 08:13:13 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:44:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:45:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:46:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:47:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:48:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:49:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 08:13:13 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:50:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:51:01 ens3 0.12 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:52:01 ens3 0.58 0.08 0.06 0.01 0.00 0.00 0.00 0.00 08:13:13 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:53:01 ens3 0.65 0.50 0.39 0.28 0.00 0.00 0.00 0.00 08:13:13 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:54:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:55:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:56:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:57:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 03:58:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 03:59:01 ens3 0.15 0.08 0.06 0.00 0.00 0.00 0.00 0.00 08:13:13 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:00:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:01:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:02:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:03:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 04:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:04:01 ens3 0.62 0.13 0.11 0.01 0.00 0.00 0.00 0.00 08:13:13 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:05:01 ens3 0.42 0.32 0.26 0.21 0.00 0.00 0.00 0.00 08:13:13 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:06:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:07:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:08:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:09:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:10:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 08:13:13 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:11:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:12:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:13:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:14:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:15:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:16:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:17:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:18:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:19:01 ens3 0.17 0.05 0.12 0.00 0.00 0.00 0.00 0.00 08:13:13 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:20:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:21:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:22:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:23:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:24:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:25:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:26:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:27:01 ens3 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:28:01 ens3 0.38 0.22 0.20 0.07 0.00 0.00 0.00 0.00 08:13:13 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:29:01 ens3 0.23 0.20 0.10 0.25 0.00 0.00 0.00 0.00 08:13:13 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:30:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 08:13:13 04:30:01 ens3 2.53 1.85 1.45 3.86 0.00 0.00 0.00 0.00 08:13:13 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:31:01 ens3 1.32 0.65 0.78 1.05 0.00 0.00 0.00 0.00 08:13:13 04:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:32:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:33:01 ens3 0.13 0.10 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 04:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:34:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:35:02 ens3 0.13 0.03 0.06 0.00 0.00 0.00 0.00 0.00 08:13:13 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:36:01 ens3 0.56 0.44 0.27 0.22 0.00 0.00 0.00 0.00 08:13:13 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:38:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:39:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 08:13:13 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:40:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:41:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:42:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:43:01 ens3 0.27 0.15 0.14 0.07 0.00 0.00 0.00 0.00 08:13:13 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:44:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:45:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:46:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:47:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:48:01 ens3 0.25 0.23 0.08 0.08 0.00 0.00 0.00 0.00 08:13:13 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:49:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:50:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:51:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:52:01 ens3 0.22 0.17 0.07 0.01 0.00 0.00 0.00 0.00 08:13:13 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:53:01 ens3 0.23 0.25 0.13 0.08 0.00 0.00 0.00 0.00 08:13:13 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:54:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:55:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:56:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:57:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 04:58:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 04:59:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:00:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:01:01 ens3 0.13 0.07 0.06 0.00 0.00 0.00 0.00 0.00 08:13:13 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:02:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:03:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:04:01 ens3 0.40 0.00 0.05 0.00 0.00 0.00 0.00 0.00 08:13:13 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:05:01 ens3 0.58 0.45 0.32 0.22 0.00 0.00 0.00 0.00 08:13:13 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:06:01 ens3 0.48 0.50 0.03 10.29 0.00 0.00 0.00 0.00 08:13:13 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:07:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:08:01 ens3 2.40 2.28 0.27 6.74 0.00 0.00 0.00 0.00 08:13:13 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:09:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:12:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:13:01 ens3 3.52 5.52 0.35 7.25 0.00 0.00 0.00 0.00 08:13:13 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:14:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:17:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:18:01 ens3 3.28 5.50 0.28 7.28 0.00 0.00 0.00 0.00 08:13:13 05:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:19:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:20:01 ens3 0.15 0.07 0.06 0.00 0.00 0.00 0.00 0.00 08:13:13 05:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:21:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:23:01 ens3 4.02 6.70 0.38 7.36 0.00 0.00 0.00 0.00 08:13:13 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:24:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:25:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:27:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:28:01 ens3 2.95 4.63 0.31 7.22 0.00 0.00 0.00 0.00 08:13:13 05:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:29:01 ens3 6.07 11.43 0.48 14.70 0.00 0.00 0.00 0.00 08:13:13 05:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:30:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:30:01 ens3 11.55 17.45 2.03 21.11 0.00 0.00 0.00 0.00 08:13:13 05:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:31:01 ens3 1.45 0.85 0.79 1.09 0.00 0.00 0.00 0.00 08:13:13 05:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:32:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:33:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 05:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:34:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:35:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:36:01 ens3 0.47 0.33 0.26 0.21 0.00 0.00 0.00 0.00 08:13:13 05:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:37:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 08:13:13 05:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:38:01 ens3 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:39:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:40:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 08:13:13 05:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:41:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:42:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:43:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 05:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:44:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 08:13:13 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:47:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:48:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:49:01 ens3 0.25 0.22 0.07 0.02 0.00 0.00 0.00 0.00 08:13:13 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:52:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:53:01 ens3 0.23 0.23 0.08 0.08 0.00 0.00 0.00 0.00 08:13:13 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:54:01 ens3 0.13 0.10 0.06 0.01 0.00 0.00 0.00 0.00 08:13:13 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:55:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:57:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:58:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 05:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 05:59:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:00:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:00:02 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:01:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:02:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 08:13:13 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:03:01 ens3 0.22 0.23 0.08 0.08 0.00 0.00 0.00 0.00 08:13:13 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:04:01 ens3 0.38 0.00 0.04 0.00 0.00 0.00 0.00 0.00 08:13:13 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:05:01 ens3 0.62 0.40 0.33 0.22 0.00 0.00 0.00 0.00 08:13:13 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:07:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:08:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:09:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 08:13:13 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:11:01 ens3 0.15 0.15 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:12:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:13:01 ens3 0.37 0.23 0.14 0.07 0.00 0.00 0.00 0.00 08:13:13 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:14:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:15:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:17:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:18:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:19:01 ens3 0.23 0.13 0.07 0.01 0.00 0.00 0.00 0.00 08:13:13 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:20:01 ens3 0.30 0.00 0.04 0.00 0.00 0.00 0.00 0.00 08:13:13 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:21:01 ens3 0.73 0.52 0.36 0.29 0.00 0.00 0.00 0.00 08:13:13 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:22:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:23:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:25:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:27:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:28:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:29:01 ens3 0.50 0.32 0.22 0.26 0.00 0.00 0.00 0.00 08:13:13 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:30:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:30:01 ens3 2.68 2.23 1.45 3.93 0.00 0.00 0.00 0.00 08:13:13 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:31:01 ens3 1.52 1.33 0.79 1.16 0.00 0.00 0.00 0.00 08:13:13 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:32:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:33:01 ens3 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:34:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:35:01 ens3 0.23 0.12 0.07 0.01 0.00 0.00 0.00 0.00 08:13:13 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:36:01 ens3 0.47 0.33 0.26 0.21 0.00 0.00 0.00 0.00 08:13:13 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:37:01 ens3 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:38:01 ens3 0.25 0.17 0.13 0.07 0.00 0.00 0.00 0.00 08:13:13 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:39:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:41:01 ens3 0.52 0.10 0.05 0.01 0.00 0.00 0.00 0.00 08:13:13 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:42:01 ens3 0.72 0.38 0.36 0.28 0.00 0.00 0.00 0.00 08:13:13 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:43:01 ens3 0.85 0.22 0.19 0.07 0.00 0.00 0.00 0.00 08:13:13 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:44:01 ens3 0.60 0.48 0.35 0.29 0.00 0.00 0.00 0.00 08:13:13 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:45:01 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:46:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:47:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:48:01 ens3 0.90 0.52 0.38 0.29 0.00 0.00 0.00 0.00 08:13:13 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:49:01 ens3 0.22 0.15 0.07 0.01 0.00 0.00 0.00 0.00 08:13:13 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:50:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:51:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:52:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:53:01 ens3 0.23 0.23 0.08 0.08 0.00 0.00 0.00 0.00 08:13:13 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:54:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 08:13:13 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:55:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:56:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:57:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:58:01 ens3 0.33 0.27 0.14 0.08 0.00 0.00 0.00 0.00 08:13:13 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 06:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 06:59:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:00:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:13:13 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:01:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:02:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:03:01 ens3 0.23 0.23 0.08 0.08 0.00 0.00 0.00 0.00 08:13:13 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:04:01 ens3 0.92 0.47 0.37 0.22 0.00 0.00 0.00 0.00 08:13:13 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:05:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:07:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:08:01 ens3 0.18 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 07:09:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:09:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:09:02 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:12:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:13:01 ens3 0.23 0.23 0.08 0.08 0.00 0.00 0.00 0.00 08:13:13 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:14:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:17:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:18:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:18:01 ens3 0.70 0.53 0.55 0.18 0.00 0.00 0.00 0.00 08:13:13 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:19:01 ens3 0.15 0.15 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:20:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:22:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 08:13:13 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:23:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:24:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:25:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:27:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 08:13:13 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:28:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:29:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:30:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:30:01 ens3 1.50 1.23 0.77 3.17 0.00 0.00 0.00 0.00 08:13:13 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:31:01 ens3 2.98 2.72 1.63 2.16 0.00 0.00 0.00 0.00 08:13:13 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:32:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:33:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:34:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:35:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:36:01 ens3 0.58 0.37 0.32 0.22 0.00 0.00 0.00 0.00 08:13:13 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:37:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:38:01 ens3 0.32 0.15 0.14 0.07 0.00 0.00 0.00 0.00 08:13:13 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:39:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:41:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:42:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:43:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:44:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:46:01 ens3 0.13 0.03 0.06 0.00 0.00 0.00 0.00 0.00 08:13:13 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:47:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:48:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:49:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 08:13:13 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:51:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:52:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:53:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:54:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:55:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:56:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 08:13:13 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:57:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:58:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 08:13:13 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 07:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 07:59:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 08:01:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:02:01 ens3 0.17 0.07 0.06 0.00 0.00 0.00 0.00 0.00 08:13:13 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 08:03:01 ens3 0.33 0.30 0.14 0.08 0.00 0.00 0.00 0.00 08:13:13 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:04:01 ens3 0.40 0.00 0.05 0.00 0.00 0.00 0.00 0.00 08:13:13 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 08:05:01 ens3 0.42 0.43 0.26 0.22 0.00 0.00 0.00 0.00 08:13:13 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:06:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 08:07:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:08:01 ens3 0.28 0.18 0.14 0.08 0.00 0.00 0.00 0.00 08:13:13 08:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 08:09:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 08:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:13:13 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:12:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:13:13 08:13:01 lo 0.93 0.93 0.08 0.08 0.00 0.00 0.00 0.00 08:13:13 08:13:01 ens3 89.74 52.32 2515.23 8.25 0.00 0.00 0.00 0.00 08:13:13 Average: docker0 3.65 4.86 0.29 37.30 0.00 0.00 0.00 0.00 08:13:13 Average: lo 0.32 0.32 0.03 0.03 0.00 0.00 0.00 0.00 08:13:13 Average: ens3 11.65 9.23 92.42 13.41 0.00 0.00 0.00 0.00 08:13:13 08:13:13 08:13:13 ---> sar -P ALL: 08:13:13 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-6226) 08/04/25 _x86_64_ (8 CPU) 08:13:13 08:13:13 02:11:49 LINUX RESTART (8 CPU) 08:13:13 08:13:13 02:12:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 02:13:01 all 10.82 0.00 3.26 2.11 0.07 83.74 08:13:13 02:13:01 0 13.52 0.00 2.64 1.04 0.05 82.75 08:13:13 02:13:01 1 10.79 0.00 2.25 1.41 0.07 85.48 08:13:13 02:13:01 2 16.35 0.00 2.72 0.92 0.07 79.94 08:13:13 02:13:01 3 12.57 0.00 3.74 6.02 0.07 77.60 08:13:13 02:13:01 4 9.25 0.00 5.19 4.97 0.07 80.52 08:13:13 02:13:01 5 9.37 0.00 3.74 0.40 0.07 86.42 08:13:13 02:13:01 6 9.19 0.00 3.28 1.12 0.08 86.33 08:13:13 02:13:01 7 5.46 0.00 2.53 1.08 0.05 90.88 08:13:13 02:14:01 all 36.34 0.00 6.35 0.75 0.09 56.46 08:13:13 02:14:01 0 35.16 0.00 5.98 0.84 0.10 57.92 08:13:13 02:14:01 1 35.87 0.00 7.01 1.23 0.08 55.80 08:13:13 02:14:01 2 35.63 0.00 6.21 2.76 0.08 55.32 08:13:13 02:14:01 3 35.75 0.00 6.17 0.32 0.10 57.66 08:13:13 02:14:01 4 37.97 0.00 5.81 0.42 0.08 55.71 08:13:13 02:14:01 5 36.31 0.00 6.06 0.25 0.10 57.28 08:13:13 02:14:01 6 36.70 0.00 6.50 0.13 0.08 56.57 08:13:13 02:14:01 7 37.34 0.00 7.06 0.08 0.08 55.43 08:13:13 02:15:01 all 50.04 0.00 5.85 0.39 0.09 43.63 08:13:13 02:15:01 0 49.62 0.00 5.96 0.03 0.07 44.33 08:13:13 02:15:01 1 48.90 0.00 5.66 0.05 0.08 45.31 08:13:13 02:15:01 2 49.59 0.00 5.60 0.00 0.10 44.71 08:13:13 02:15:01 3 49.36 0.00 6.58 0.00 0.08 43.98 08:13:13 02:15:01 4 49.86 0.00 5.77 2.00 0.07 42.31 08:13:13 02:15:01 5 50.40 0.00 5.84 0.00 0.08 43.68 08:13:13 02:15:01 6 52.13 0.00 5.74 1.00 0.10 41.02 08:13:13 02:15:01 7 50.47 0.00 5.70 0.00 0.10 43.74 08:13:13 02:16:01 all 38.05 0.00 6.65 0.58 0.09 54.63 08:13:13 02:16:01 0 38.72 0.00 6.52 0.10 0.12 54.54 08:13:13 02:16:01 1 36.62 0.00 8.05 0.94 0.10 54.29 08:13:13 02:16:01 2 38.03 0.00 6.76 0.00 0.08 55.13 08:13:13 02:16:01 3 40.15 0.00 7.40 3.51 0.08 48.86 08:13:13 02:16:01 4 35.98 0.00 5.80 0.02 0.10 58.10 08:13:13 02:16:01 5 37.52 0.00 6.13 0.03 0.08 56.23 08:13:13 02:16:01 6 38.65 0.00 6.23 0.00 0.08 55.04 08:13:13 02:16:01 7 38.69 0.00 6.34 0.02 0.08 54.87 08:13:13 02:17:01 all 27.01 0.00 13.24 13.58 0.11 46.06 08:13:13 02:17:01 0 27.17 0.00 13.05 8.85 0.10 50.83 08:13:13 02:17:01 1 26.48 0.00 12.22 10.21 0.10 51.00 08:13:13 02:17:01 2 27.21 0.00 13.27 21.57 0.12 37.83 08:13:13 02:17:01 3 26.43 0.00 13.82 18.99 0.12 40.64 08:13:13 02:17:01 4 26.12 0.00 14.82 18.48 0.12 40.47 08:13:13 02:17:01 5 27.78 0.00 12.92 10.69 0.12 48.49 08:13:13 02:17:01 6 26.39 0.00 13.94 12.44 0.14 47.09 08:13:13 02:17:01 7 28.47 0.00 11.88 7.48 0.10 52.06 08:13:13 02:18:01 all 89.00 0.00 10.88 0.00 0.11 0.01 08:13:13 02:18:01 0 89.37 0.00 10.53 0.00 0.10 0.00 08:13:13 02:18:01 1 89.77 0.00 10.08 0.02 0.10 0.03 08:13:13 02:18:01 2 88.61 0.00 11.29 0.00 0.10 0.00 08:13:13 02:18:01 3 88.07 0.00 11.83 0.00 0.10 0.00 08:13:13 02:18:01 4 88.89 0.00 11.00 0.00 0.12 0.00 08:13:13 02:18:01 5 88.84 0.00 11.05 0.00 0.12 0.00 08:13:13 02:18:01 6 89.20 0.00 10.65 0.00 0.10 0.05 08:13:13 02:18:01 7 89.26 0.00 10.59 0.00 0.12 0.03 08:13:13 02:19:01 all 91.22 0.00 8.67 0.00 0.11 0.00 08:13:13 02:19:01 0 91.74 0.00 8.15 0.00 0.12 0.00 08:13:13 02:19:01 1 91.50 0.00 8.40 0.00 0.10 0.00 08:13:13 02:19:01 2 91.60 0.00 8.30 0.00 0.10 0.00 08:13:13 02:19:01 3 89.92 0.00 9.96 0.00 0.12 0.00 08:13:13 02:19:01 4 90.12 0.00 9.78 0.00 0.10 0.00 08:13:13 02:19:01 5 91.95 0.00 7.95 0.00 0.10 0.00 08:13:13 02:19:01 6 91.43 0.00 8.47 0.00 0.10 0.00 08:13:13 02:19:01 7 91.49 0.00 8.40 0.00 0.12 0.00 08:13:13 02:20:01 all 43.54 0.00 5.90 2.52 0.10 47.93 08:13:13 02:20:01 0 43.64 0.00 5.69 1.27 0.10 49.30 08:13:13 02:20:01 1 43.65 0.00 5.71 1.54 0.10 49.00 08:13:13 02:20:01 2 42.89 0.00 6.03 5.54 0.12 45.42 08:13:13 02:20:01 3 44.27 0.00 5.08 1.49 0.12 49.05 08:13:13 02:20:01 4 42.39 0.00 6.86 2.31 0.10 48.34 08:13:13 02:20:01 5 42.16 0.00 6.08 1.49 0.12 50.15 08:13:13 02:20:01 6 43.08 0.00 5.98 2.32 0.10 48.51 08:13:13 02:20:01 7 46.26 0.00 5.77 4.24 0.08 43.65 08:13:13 02:21:01 all 10.46 0.00 0.92 0.10 0.07 88.45 08:13:13 02:21:01 0 7.34 0.00 0.93 0.05 0.05 91.63 08:13:13 02:21:01 1 11.29 0.00 0.78 0.18 0.07 87.68 08:13:13 02:21:01 2 9.64 0.00 1.24 0.02 0.07 89.04 08:13:13 02:21:01 3 10.54 0.00 1.07 0.03 0.05 88.31 08:13:13 02:21:01 4 13.10 0.00 0.70 0.28 0.08 85.83 08:13:13 02:21:01 5 7.98 0.00 0.69 0.17 0.07 91.11 08:13:13 02:21:01 6 11.82 0.00 1.07 0.02 0.08 87.01 08:13:13 02:21:01 7 11.98 0.00 0.89 0.07 0.08 86.98 08:13:13 02:22:01 all 3.73 0.00 0.39 0.06 0.04 95.79 08:13:13 02:22:01 0 2.83 0.00 0.42 0.03 0.03 96.68 08:13:13 02:22:01 1 5.33 0.00 0.38 0.00 0.05 94.23 08:13:13 02:22:01 2 4.43 0.00 0.35 0.03 0.02 95.17 08:13:13 02:22:01 3 1.55 0.00 0.35 0.00 0.02 98.08 08:13:13 02:22:01 4 4.99 0.00 0.37 0.33 0.05 94.25 08:13:13 02:22:01 5 4.59 0.00 0.35 0.00 0.03 95.03 08:13:13 02:22:01 6 2.25 0.00 0.32 0.05 0.05 97.33 08:13:13 02:22:01 7 3.82 0.00 0.57 0.02 0.07 95.53 08:13:13 02:23:01 all 0.04 0.00 0.01 0.02 0.01 99.91 08:13:13 02:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 02:23:01 1 0.10 0.00 0.07 0.00 0.03 99.80 08:13:13 02:23:01 2 0.02 0.00 0.02 0.02 0.02 99.93 08:13:13 02:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 02:23:01 4 0.00 0.00 0.00 0.13 0.00 99.87 08:13:13 02:23:01 5 0.10 0.00 0.02 0.00 0.02 99.87 08:13:13 02:23:01 6 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 02:23:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 08:13:13 02:23:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 02:24:01 all 0.04 0.00 0.02 0.01 0.01 99.92 08:13:13 02:24:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 02:24:01 1 0.03 0.00 0.03 0.00 0.05 99.88 08:13:13 02:24:01 2 0.00 0.00 0.03 0.02 0.00 99.95 08:13:13 02:24:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 02:24:01 4 0.00 0.00 0.00 0.03 0.00 99.97 08:13:13 02:24:01 5 0.13 0.00 0.03 0.00 0.02 99.82 08:13:13 02:24:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 02:24:01 7 0.10 0.00 0.05 0.00 0.02 99.83 08:13:13 02:25:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 02:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:25:01 1 0.03 0.00 0.03 0.00 0.03 99.90 08:13:13 02:25:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 02:25:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 02:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 02:25:01 5 0.07 0.00 0.02 0.00 0.02 99.90 08:13:13 02:25:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 02:25:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 02:26:01 all 0.04 0.00 0.02 0.00 0.01 99.93 08:13:13 02:26:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 02:26:01 1 0.15 0.00 0.03 0.00 0.02 99.80 08:13:13 02:26:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 02:26:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 02:26:01 4 0.03 0.00 0.03 0.02 0.02 99.90 08:13:13 02:26:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 02:26:01 6 0.02 0.00 0.02 0.02 0.02 99.93 08:13:13 02:26:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:13:13 02:27:01 all 0.02 0.00 0.03 0.01 0.01 99.94 08:13:13 02:27:01 0 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 02:27:01 1 0.03 0.00 0.03 0.00 0.02 99.92 08:13:13 02:27:01 2 0.02 0.00 0.03 0.00 0.00 99.95 08:13:13 02:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:27:01 4 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 02:27:01 5 0.02 0.00 0.05 0.00 0.00 99.93 08:13:13 02:27:01 6 0.05 0.00 0.05 0.02 0.02 99.87 08:13:13 02:27:01 7 0.03 0.00 0.05 0.00 0.02 99.90 08:13:13 02:28:01 all 0.08 0.00 0.02 0.01 0.01 99.88 08:13:13 02:28:01 0 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 02:28:01 1 0.18 0.00 0.03 0.00 0.02 99.77 08:13:13 02:28:01 2 0.07 0.00 0.02 0.00 0.02 99.90 08:13:13 02:28:01 3 0.08 0.00 0.00 0.00 0.03 99.88 08:13:13 02:28:01 4 0.07 0.00 0.02 0.02 0.02 99.88 08:13:13 02:28:01 5 0.15 0.00 0.02 0.02 0.02 99.80 08:13:13 02:28:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 02:28:01 7 0.08 0.00 0.03 0.00 0.02 99.87 08:13:13 02:29:01 all 0.20 0.00 0.03 0.01 0.01 99.76 08:13:13 02:29:01 0 0.13 0.00 0.03 0.00 0.00 99.83 08:13:13 02:29:01 1 0.70 0.00 0.02 0.00 0.02 99.27 08:13:13 02:29:01 2 0.12 0.00 0.00 0.02 0.00 99.87 08:13:13 02:29:01 3 0.10 0.00 0.07 0.00 0.02 99.82 08:13:13 02:29:01 4 0.13 0.00 0.05 0.02 0.02 99.78 08:13:13 02:29:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 02:29:01 6 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 02:29:01 7 0.32 0.00 0.03 0.03 0.02 99.60 08:13:13 02:30:01 all 0.17 0.00 0.03 0.00 0.01 99.79 08:13:13 02:30:01 0 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 02:30:01 1 0.20 0.00 0.03 0.00 0.02 99.75 08:13:13 02:30:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 02:30:01 3 0.07 0.00 0.05 0.00 0.03 99.85 08:13:13 02:30:01 4 0.98 0.00 0.08 0.00 0.02 98.92 08:13:13 02:30:01 5 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 02:30:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 02:30:01 7 0.05 0.00 0.03 0.00 0.02 99.90 08:13:13 02:31:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:13:13 02:31:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 02:31:01 1 0.05 0.00 0.00 0.00 0.00 99.95 08:13:13 02:31:01 2 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 02:31:01 3 0.02 0.00 0.03 0.00 0.03 99.92 08:13:13 02:31:01 4 0.03 0.00 0.00 0.02 0.02 99.93 08:13:13 02:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 02:31:01 6 0.07 0.00 0.02 0.00 0.02 99.90 08:13:13 02:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:32:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:13:13 02:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:32:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 02:32:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 02:32:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 02:32:01 4 0.07 0.00 0.00 0.00 0.02 99.92 08:13:13 02:32:01 5 0.08 0.00 0.00 0.00 0.00 99.92 08:13:13 02:32:01 6 0.05 0.00 0.05 0.00 0.02 99.88 08:13:13 02:32:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 02:33:01 all 0.02 0.00 0.01 0.00 0.02 99.95 08:13:13 02:33:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 02:33:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 02:33:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 02:33:01 3 0.03 0.00 0.02 0.00 0.03 99.92 08:13:13 02:33:01 4 0.03 0.00 0.02 0.02 0.02 99.92 08:13:13 02:33:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 02:33:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 02:33:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 02:34:01 all 0.04 0.00 0.01 0.00 0.01 99.94 08:13:13 02:34:01 0 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 02:34:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 02:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 02:34:01 3 0.05 0.00 0.05 0.00 0.02 99.88 08:13:13 02:34:01 4 0.08 0.00 0.00 0.00 0.00 99.92 08:13:13 02:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:34:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 02:34:01 7 0.07 0.00 0.02 0.00 0.02 99.90 08:13:13 08:13:13 02:34:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 02:35:01 all 0.01 0.00 0.02 0.01 0.01 99.96 08:13:13 02:35:01 0 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 02:35:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 02:35:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 02:35:01 3 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 02:35:01 4 0.02 0.00 0.00 0.03 0.02 99.93 08:13:13 02:35:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:35:01 6 0.02 0.00 0.03 0.00 0.00 99.95 08:13:13 02:35:01 7 0.02 0.00 0.03 0.00 0.00 99.95 08:13:13 02:36:01 all 0.04 0.00 0.01 0.00 0.01 99.94 08:13:13 02:36:01 0 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 02:36:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 02:36:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 02:36:01 3 0.05 0.00 0.03 0.00 0.02 99.90 08:13:13 02:36:01 4 0.03 0.00 0.02 0.02 0.00 99.93 08:13:13 02:36:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 02:36:01 6 0.07 0.00 0.02 0.00 0.02 99.90 08:13:13 02:36:01 7 0.05 0.00 0.05 0.00 0.02 99.88 08:13:13 02:37:01 all 0.19 0.00 0.02 0.00 0.01 99.78 08:13:13 02:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:37:01 1 1.35 0.00 0.03 0.00 0.02 98.60 08:13:13 02:37:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 02:37:01 3 0.03 0.00 0.03 0.00 0.03 99.90 08:13:13 02:37:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 02:37:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 02:37:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 02:37:01 7 0.08 0.00 0.05 0.00 0.02 99.85 08:13:13 02:38:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:13:13 02:38:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 02:38:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 02:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:38:01 3 0.07 0.00 0.00 0.00 0.02 99.92 08:13:13 02:38:01 4 0.03 0.00 0.02 0.02 0.00 99.93 08:13:13 02:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:38:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 02:38:01 7 0.05 0.00 0.03 0.00 0.00 99.92 08:13:13 02:39:01 all 0.01 0.00 0.02 0.00 0.01 99.96 08:13:13 02:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:39:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 02:39:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 02:39:01 3 0.03 0.00 0.03 0.00 0.02 99.92 08:13:13 02:39:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 02:39:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 02:39:01 6 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 02:39:01 7 0.05 0.00 0.02 0.00 0.03 99.90 08:13:13 02:40:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:13:13 02:40:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 02:40:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 02:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:40:01 3 0.07 0.00 0.05 0.00 0.02 99.87 08:13:13 02:40:01 4 0.05 0.00 0.00 0.02 0.02 99.92 08:13:13 02:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:40:01 6 0.05 0.00 0.03 0.02 0.00 99.90 08:13:13 02:40:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 02:41:01 all 0.06 0.00 0.02 0.00 0.01 99.92 08:13:13 02:41:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:41:01 1 0.35 0.00 0.03 0.00 0.02 99.60 08:13:13 02:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:41:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 02:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:41:01 6 0.02 0.00 0.07 0.00 0.02 99.90 08:13:13 02:41:01 7 0.07 0.00 0.03 0.00 0.02 99.88 08:13:13 02:42:01 all 0.06 0.00 0.01 0.01 0.01 99.90 08:13:13 02:42:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 02:42:01 1 0.32 0.00 0.03 0.00 0.02 99.63 08:13:13 02:42:01 2 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 02:42:01 3 0.03 0.00 0.02 0.02 0.02 99.92 08:13:13 02:42:01 4 0.05 0.00 0.00 0.02 0.00 99.93 08:13:13 02:42:01 5 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 02:42:01 6 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 02:42:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 02:43:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 02:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:43:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 02:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 02:43:01 3 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 02:43:01 4 0.02 0.00 0.00 0.02 0.00 99.97 08:13:13 02:43:01 5 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 02:43:01 6 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 02:43:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 02:44:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:13:13 02:44:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 02:44:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 02:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 02:44:01 3 0.08 0.00 0.02 0.00 0.03 99.87 08:13:13 02:44:01 4 0.05 0.00 0.02 0.02 0.00 99.92 08:13:13 02:44:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 02:44:01 6 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 02:44:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 02:45:01 all 0.01 0.00 0.02 0.00 0.01 99.96 08:13:13 02:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:45:01 1 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 02:45:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 02:45:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 02:45:01 4 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 02:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 02:45:01 6 0.00 0.00 0.03 0.02 0.00 99.95 08:13:13 02:45:01 7 0.05 0.00 0.05 0.00 0.02 99.88 08:13:13 08:13:13 02:45:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 02:46:01 all 0.03 0.00 0.02 0.00 0.01 99.94 08:13:13 02:46:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 02:46:01 1 0.10 0.00 0.02 0.00 0.02 99.87 08:13:13 02:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:46:01 3 0.03 0.00 0.03 0.00 0.02 99.92 08:13:13 02:46:01 4 0.02 0.00 0.00 0.02 0.00 99.97 08:13:13 02:46:01 5 0.03 0.00 0.03 0.00 0.02 99.92 08:13:13 02:46:01 6 0.03 0.00 0.02 0.02 0.02 99.92 08:13:13 02:46:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 02:47:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:13:13 02:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:47:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 02:47:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 02:47:01 3 0.07 0.00 0.02 0.00 0.00 99.92 08:13:13 02:47:01 4 0.02 0.00 0.02 0.02 0.00 99.95 08:13:13 02:47:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 02:47:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 02:47:01 7 0.07 0.00 0.03 0.00 0.02 99.88 08:13:13 02:48:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:13:13 02:48:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:48:01 1 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 02:48:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 02:48:01 3 0.07 0.00 0.05 0.00 0.02 99.87 08:13:13 02:48:01 4 0.07 0.00 0.02 0.00 0.00 99.92 08:13:13 02:48:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 02:48:01 6 0.02 0.00 0.00 0.02 0.00 99.97 08:13:13 02:48:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 02:49:01 all 0.04 0.00 0.02 0.00 0.01 99.94 08:13:13 02:49:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 02:49:01 1 0.07 0.00 0.00 0.00 0.00 99.93 08:13:13 02:49:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 02:49:01 3 0.07 0.00 0.03 0.00 0.02 99.88 08:13:13 02:49:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 02:49:01 5 0.03 0.00 0.03 0.00 0.00 99.93 08:13:13 02:49:01 6 0.03 0.00 0.03 0.02 0.00 99.92 08:13:13 02:49:01 7 0.08 0.00 0.02 0.00 0.00 99.90 08:13:13 02:50:01 all 0.07 0.00 0.02 0.00 0.01 99.90 08:13:13 02:50:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 02:50:01 1 0.20 0.00 0.02 0.00 0.02 99.77 08:13:13 02:50:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 02:50:01 3 0.20 0.00 0.07 0.00 0.02 99.72 08:13:13 02:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 02:50:01 5 0.10 0.00 0.03 0.00 0.02 99.85 08:13:13 02:50:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 02:50:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 02:51:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 02:51:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:51:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 02:51:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 02:51:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 02:51:01 4 0.02 0.00 0.00 0.02 0.00 99.97 08:13:13 02:51:01 5 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 02:51:01 6 0.02 0.00 0.02 0.02 0.02 99.93 08:13:13 02:51:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 02:52:01 all 0.04 0.00 0.01 0.00 0.01 99.94 08:13:13 02:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:52:01 1 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 02:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:52:01 3 0.07 0.00 0.02 0.00 0.02 99.90 08:13:13 02:52:01 4 0.02 0.00 0.00 0.02 0.00 99.97 08:13:13 02:52:01 5 0.00 0.00 0.03 0.00 0.02 99.95 08:13:13 02:52:01 6 0.12 0.00 0.02 0.00 0.00 99.87 08:13:13 02:52:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 02:53:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:13:13 02:53:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 02:53:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 02:53:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 02:53:01 3 0.03 0.00 0.03 0.00 0.02 99.92 08:13:13 02:53:01 4 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 02:53:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 02:53:01 6 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 02:53:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 02:54:01 all 0.06 0.00 0.01 0.00 0.01 99.92 08:13:13 02:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:54:01 1 0.20 0.00 0.00 0.00 0.02 99.78 08:13:13 02:54:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 02:54:01 3 0.13 0.00 0.03 0.00 0.02 99.82 08:13:13 02:54:01 4 0.05 0.00 0.02 0.02 0.00 99.92 08:13:13 02:54:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 02:54:01 6 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 02:54:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 02:55:01 all 0.02 0.00 0.01 0.02 0.01 99.94 08:13:13 02:55:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 02:55:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 02:55:01 2 0.02 0.00 0.00 0.17 0.00 99.82 08:13:13 02:55:01 3 0.03 0.00 0.05 0.00 0.02 99.90 08:13:13 02:55:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 02:55:01 5 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 02:55:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 02:55:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 02:56:01 all 0.03 0.00 0.02 0.00 0.01 99.94 08:13:13 02:56:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:56:01 1 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 02:56:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 02:56:01 3 0.03 0.00 0.05 0.00 0.02 99.90 08:13:13 02:56:01 4 0.05 0.00 0.00 0.02 0.02 99.92 08:13:13 02:56:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 02:56:01 6 0.07 0.00 0.03 0.00 0.02 99.88 08:13:13 02:56:01 7 0.05 0.00 0.03 0.00 0.00 99.92 08:13:13 08:13:13 02:56:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 02:57:01 all 0.02 0.00 0.02 0.00 0.01 99.95 08:13:13 02:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 02:57:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 02:57:01 2 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 02:57:01 3 0.03 0.00 0.08 0.00 0.02 99.87 08:13:13 02:57:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 02:57:01 5 0.03 0.00 0.03 0.00 0.00 99.93 08:13:13 02:57:01 6 0.05 0.00 0.00 0.00 0.00 99.95 08:13:13 02:57:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 02:58:01 all 0.04 0.00 0.02 0.00 0.01 99.93 08:13:13 02:58:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 02:58:01 1 0.07 0.00 0.02 0.00 0.00 99.92 08:13:13 02:58:01 2 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 02:58:01 3 0.08 0.00 0.05 0.00 0.02 99.85 08:13:13 02:58:01 4 0.03 0.00 0.02 0.02 0.00 99.93 08:13:13 02:58:01 5 0.03 0.00 0.03 0.00 0.00 99.93 08:13:13 02:58:01 6 0.10 0.00 0.03 0.00 0.02 99.85 08:13:13 02:58:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 02:59:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:13:13 02:59:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:59:01 1 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 02:59:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 02:59:01 3 0.08 0.00 0.02 0.00 0.02 99.88 08:13:13 02:59:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 02:59:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 02:59:01 6 0.08 0.00 0.02 0.00 0.02 99.88 08:13:13 02:59:01 7 0.00 0.00 0.03 0.00 0.00 99.97 08:13:13 03:00:01 all 0.04 0.00 0.01 0.00 0.01 99.93 08:13:13 03:00:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 03:00:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 03:00:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 03:00:01 3 0.10 0.00 0.03 0.00 0.02 99.85 08:13:13 03:00:01 4 0.10 0.00 0.00 0.02 0.02 99.87 08:13:13 03:00:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 03:00:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 03:00:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 03:01:01 all 0.02 0.00 0.02 0.00 0.01 99.95 08:13:13 03:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:01:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 03:01:01 2 0.00 0.00 0.03 0.02 0.02 99.93 08:13:13 03:01:01 3 0.03 0.00 0.03 0.00 0.02 99.92 08:13:13 03:01:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 03:01:01 5 0.02 0.00 0.03 0.00 0.00 99.95 08:13:13 03:01:01 6 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 03:01:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 03:02:01 all 0.04 0.00 0.02 0.00 0.01 99.93 08:13:13 03:02:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:02:01 1 0.07 0.00 0.02 0.00 0.00 99.92 08:13:13 03:02:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 03:02:01 3 0.03 0.00 0.03 0.00 0.03 99.90 08:13:13 03:02:01 4 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 03:02:01 5 0.07 0.00 0.03 0.00 0.02 99.88 08:13:13 03:02:01 6 0.08 0.00 0.02 0.00 0.02 99.88 08:13:13 03:02:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 03:03:01 all 0.03 0.00 0.02 0.00 0.01 99.94 08:13:13 03:03:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:03:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 03:03:01 2 0.02 0.00 0.03 0.02 0.00 99.93 08:13:13 03:03:01 3 0.03 0.00 0.07 0.00 0.02 99.88 08:13:13 03:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:03:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 03:03:01 6 0.13 0.00 0.02 0.00 0.00 99.85 08:13:13 03:03:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:04:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:13:13 03:04:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:04:01 1 0.07 0.00 0.02 0.00 0.00 99.92 08:13:13 03:04:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 03:04:01 3 0.07 0.00 0.02 0.02 0.02 99.88 08:13:13 03:04:01 4 0.08 0.00 0.02 0.00 0.03 99.87 08:13:13 03:04:01 5 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 03:04:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 03:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:05:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:13:13 03:05:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:05:01 1 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 03:05:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 03:05:01 3 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 03:05:01 4 0.05 0.00 0.05 0.00 0.03 99.87 08:13:13 03:05:01 5 0.00 0.00 0.03 0.00 0.02 99.95 08:13:13 03:05:01 6 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 03:05:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:06:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:13:13 03:06:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:06:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 03:06:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:06:01 3 0.03 0.00 0.00 0.02 0.00 99.95 08:13:13 03:06:01 4 0.10 0.00 0.00 0.00 0.03 99.87 08:13:13 03:06:01 5 0.07 0.00 0.00 0.00 0.00 99.93 08:13:13 03:06:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:06:01 7 0.02 0.00 0.03 0.00 0.00 99.95 08:13:13 03:07:01 all 0.02 0.00 0.02 0.00 0.01 99.95 08:13:13 03:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 03:07:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 03:07:01 2 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 03:07:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:07:01 4 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 03:07:01 5 0.03 0.00 0.03 0.00 0.02 99.92 08:13:13 03:07:01 6 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 03:07:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 08:13:13 03:07:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 03:08:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:13:13 03:08:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 03:08:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 03:08:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:08:01 3 0.05 0.00 0.02 0.02 0.00 99.92 08:13:13 03:08:01 4 0.07 0.00 0.02 0.00 0.02 99.90 08:13:13 03:08:01 5 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 03:08:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:08:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 03:09:02 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 03:09:02 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:09:02 1 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:09:02 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 03:09:02 3 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:09:02 4 0.02 0.00 0.05 0.00 0.03 99.90 08:13:13 03:09:02 5 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 03:09:02 6 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:09:02 7 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:10:01 all 0.14 0.00 0.02 0.00 0.01 99.83 08:13:13 03:10:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:10:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 03:10:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 03:10:01 3 0.03 0.00 0.02 0.02 0.02 99.92 08:13:13 03:10:01 4 0.07 0.00 0.07 0.00 0.02 99.85 08:13:13 03:10:01 5 0.08 0.00 0.02 0.00 0.00 99.90 08:13:13 03:10:01 6 0.86 0.00 0.02 0.00 0.00 99.12 08:13:13 03:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 03:11:01 all 0.21 0.00 0.01 0.00 0.01 99.77 08:13:13 03:11:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:11:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 03:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 03:11:01 4 0.05 0.00 0.03 0.00 0.03 99.88 08:13:13 03:11:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 03:11:01 6 1.52 0.00 0.02 0.00 0.02 98.45 08:13:13 03:11:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:13:13 03:12:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:13:13 03:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:12:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 03:12:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 03:12:01 3 0.03 0.00 0.02 0.02 0.00 99.93 08:13:13 03:12:01 4 0.05 0.00 0.03 0.00 0.03 99.88 08:13:13 03:12:01 5 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 03:12:01 6 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 03:12:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:13:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:13:13 03:13:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:13:01 2 0.00 0.00 0.03 0.00 0.00 99.97 08:13:13 03:13:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 03:13:01 4 0.05 0.00 0.03 0.00 0.03 99.88 08:13:13 03:13:01 5 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 03:13:01 6 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 03:13:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 03:14:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:13:13 03:14:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 03:14:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:14:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 03:14:01 3 0.03 0.00 0.02 0.02 0.02 99.92 08:13:13 03:14:01 4 0.03 0.00 0.03 0.00 0.02 99.92 08:13:13 03:14:01 5 0.05 0.00 0.03 0.00 0.02 99.90 08:13:13 03:14:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 03:15:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 03:15:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:15:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 03:15:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:15:01 3 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 03:15:01 4 0.07 0.00 0.03 0.00 0.03 99.87 08:13:13 03:15:01 5 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 03:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:16:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:13:13 03:16:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:16:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 03:16:01 2 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 03:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:16:01 4 0.07 0.00 0.03 0.00 0.02 99.88 08:13:13 03:16:01 5 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 03:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 03:16:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 03:17:01 all 0.08 0.00 0.02 0.00 0.01 99.88 08:13:13 03:17:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 03:17:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:17:01 3 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 03:17:01 4 0.03 0.00 0.05 0.00 0.03 99.88 08:13:13 03:17:01 5 0.05 0.00 0.03 0.00 0.00 99.92 08:13:13 03:17:01 6 0.53 0.00 0.03 0.00 0.02 99.42 08:13:13 03:17:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:18:01 all 0.04 0.00 0.01 0.00 0.01 99.93 08:13:13 03:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:18:01 1 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 03:18:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 03:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:18:01 4 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 03:18:01 5 0.08 0.00 0.03 0.00 0.05 99.83 08:13:13 03:18:01 6 0.12 0.00 0.00 0.00 0.00 99.88 08:13:13 03:18:01 7 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 08:13:13 03:18:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 03:19:01 all 0.22 0.00 0.01 0.00 0.01 99.75 08:13:13 03:19:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:19:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 03:19:01 2 0.00 0.00 0.05 0.02 0.00 99.93 08:13:13 03:19:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 03:19:01 4 0.02 0.00 0.03 0.00 0.00 99.95 08:13:13 03:19:01 5 0.08 0.00 0.03 0.00 0.03 99.85 08:13:13 03:19:01 6 1.56 0.00 0.00 0.00 0.03 98.40 08:13:13 03:19:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:20:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:13:13 03:20:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 03:20:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:20:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:20:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 03:20:01 4 0.07 0.00 0.03 0.00 0.00 99.90 08:13:13 03:20:01 5 0.15 0.00 0.03 0.00 0.02 99.80 08:13:13 03:20:01 6 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 03:20:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:21:01 all 0.16 0.00 0.01 0.00 0.01 99.81 08:13:13 03:21:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:21:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:21:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 03:21:01 3 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 03:21:01 4 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 03:21:01 5 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 03:21:01 6 1.19 0.00 0.03 0.00 0.02 98.76 08:13:13 03:21:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 03:22:01 all 0.28 0.00 0.02 0.00 0.01 99.69 08:13:13 03:22:01 0 0.00 0.00 0.02 0.00 0.03 99.95 08:13:13 03:22:01 1 0.07 0.00 0.00 0.00 0.02 99.92 08:13:13 03:22:01 2 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 03:22:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 03:22:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:22:01 5 0.12 0.00 0.03 0.00 0.00 99.85 08:13:13 03:22:01 6 1.99 0.00 0.00 0.00 0.00 98.01 08:13:13 03:22:01 7 0.00 0.00 0.03 0.00 0.00 99.97 08:13:13 03:23:01 all 0.08 0.00 0.01 0.00 0.01 99.89 08:13:13 03:23:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 03:23:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 03:23:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 03:23:01 3 0.02 0.00 0.02 0.02 0.00 99.95 08:13:13 03:23:01 4 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 03:23:01 5 0.08 0.00 0.02 0.00 0.03 99.87 08:13:13 03:23:01 6 0.48 0.00 0.03 0.00 0.02 99.47 08:13:13 03:23:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:24:01 all 0.06 0.00 0.01 0.00 0.00 99.92 08:13:13 03:24:01 0 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 03:24:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 03:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:24:01 3 0.05 0.00 0.00 0.02 0.00 99.93 08:13:13 03:24:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:24:01 5 0.08 0.00 0.03 0.00 0.00 99.88 08:13:13 03:24:01 6 0.30 0.00 0.00 0.00 0.00 99.70 08:13:13 03:24:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 03:25:01 all 0.20 0.00 0.01 0.00 0.01 99.78 08:13:13 03:25:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 03:25:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:25:01 2 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 03:25:01 3 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 03:25:01 4 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:25:01 5 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 03:25:01 6 1.50 0.00 0.00 0.00 0.00 98.50 08:13:13 03:25:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 03:26:01 all 0.03 0.00 0.01 0.04 0.01 99.91 08:13:13 03:26:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 03:26:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:26:01 2 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 03:26:01 3 0.02 0.00 0.00 0.33 0.00 99.65 08:13:13 03:26:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 03:26:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 03:26:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 03:26:01 7 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 03:27:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 03:27:01 0 0.03 0.00 0.02 0.00 0.03 99.92 08:13:13 03:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:27:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 03:27:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 03:27:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:27:01 5 0.05 0.00 0.03 0.00 0.02 99.90 08:13:13 03:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:27:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 03:28:01 all 0.03 0.00 0.01 0.01 0.01 99.94 08:13:13 03:28:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 03:28:01 1 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 03:28:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 03:28:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 03:28:01 4 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 03:28:01 5 0.05 0.00 0.03 0.02 0.00 99.90 08:13:13 03:28:01 6 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 03:28:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:29:01 all 0.05 0.00 0.01 0.00 0.01 99.93 08:13:13 03:29:01 0 0.03 0.00 0.02 0.00 0.03 99.92 08:13:13 03:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:29:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:29:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 03:29:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 03:29:01 5 0.07 0.00 0.03 0.00 0.02 99.88 08:13:13 03:29:01 6 0.28 0.00 0.02 0.00 0.00 99.70 08:13:13 03:29:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 08:13:13 03:29:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 03:30:01 all 0.11 0.00 0.03 0.00 0.01 99.85 08:13:13 03:30:01 0 0.03 0.00 0.03 0.00 0.02 99.92 08:13:13 03:30:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:30:01 2 0.07 0.00 0.02 0.02 0.00 99.90 08:13:13 03:30:01 3 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 03:30:01 4 0.20 0.00 0.07 0.00 0.00 99.73 08:13:13 03:30:01 5 0.37 0.00 0.00 0.00 0.02 99.62 08:13:13 03:30:01 6 0.08 0.00 0.03 0.00 0.02 99.87 08:13:13 03:30:01 7 0.07 0.00 0.03 0.00 0.02 99.88 08:13:13 03:31:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 03:31:01 0 0.02 0.00 0.03 0.00 0.03 99.92 08:13:13 03:31:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 03:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:31:01 3 0.02 0.00 0.00 0.02 0.00 99.97 08:13:13 03:31:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 03:31:01 5 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 03:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:31:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:32:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 03:32:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:32:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:32:01 2 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 03:32:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 03:32:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 03:32:01 5 0.05 0.00 0.03 0.00 0.02 99.90 08:13:13 03:32:01 6 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 03:32:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:33:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 03:33:01 0 0.03 0.00 0.03 0.00 0.03 99.90 08:13:13 03:33:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:33:01 2 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 03:33:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 03:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:33:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 03:33:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 03:33:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:34:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:13:13 03:34:01 0 0.00 0.00 0.03 0.00 0.02 99.95 08:13:13 03:34:01 1 0.07 0.00 0.02 0.00 0.02 99.90 08:13:13 03:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:34:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 03:34:01 4 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 03:34:01 5 0.07 0.00 0.03 0.00 0.02 99.88 08:13:13 03:34:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:34:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 03:35:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 03:35:01 0 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 03:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:35:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 03:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 03:35:01 4 0.02 0.00 0.03 0.00 0.00 99.95 08:13:13 03:35:01 5 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 03:35:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:35:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 03:36:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:13:13 03:36:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 03:36:01 1 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 03:36:01 2 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 03:36:01 3 0.05 0.00 0.02 0.02 0.02 99.90 08:13:13 03:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 03:36:01 5 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 03:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 03:36:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:37:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 03:37:01 0 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 03:37:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:37:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:37:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 03:37:01 5 0.03 0.00 0.03 0.00 0.00 99.93 08:13:13 03:37:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:37:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:38:01 all 0.03 0.00 0.01 0.00 0.01 99.96 08:13:13 03:38:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:38:01 1 0.05 0.00 0.00 0.00 0.00 99.95 08:13:13 03:38:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:38:01 3 0.02 0.00 0.00 0.02 0.00 99.97 08:13:13 03:38:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 03:38:01 5 0.07 0.00 0.03 0.00 0.02 99.88 08:13:13 03:38:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:38:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:39:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 03:39:01 0 0.00 0.00 0.03 0.00 0.02 99.95 08:13:13 03:39:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:39:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 03:39:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:39:01 5 0.05 0.00 0.03 0.00 0.02 99.90 08:13:13 03:39:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:39:01 7 0.02 0.00 0.02 0.02 0.02 99.93 08:13:13 03:40:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:13:13 03:40:01 0 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 03:40:01 1 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 03:40:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 03:40:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:40:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 03:40:01 5 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 03:40:01 6 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 03:40:01 7 0.02 0.00 0.03 0.00 0.00 99.95 08:13:13 08:13:13 03:40:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 03:41:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 03:41:01 0 0.00 0.00 0.03 0.00 0.02 99.95 08:13:13 03:41:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 03:41:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 03:41:01 3 0.02 0.00 0.02 0.02 0.00 99.95 08:13:13 03:41:01 4 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:41:01 5 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 03:41:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:41:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:42:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:13:13 03:42:01 0 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 03:42:01 1 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 03:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:42:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 03:42:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 03:42:01 5 0.03 0.00 0.03 0.00 0.02 99.92 08:13:13 03:42:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:42:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 03:43:01 all 0.01 0.00 0.01 0.00 0.00 99.97 08:13:13 03:43:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 03:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:43:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 03:43:01 4 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 03:43:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 03:43:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 03:43:01 7 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 03:44:01 all 0.03 0.00 0.02 0.00 0.01 99.94 08:13:13 03:44:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 03:44:01 1 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 03:44:01 2 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 03:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:44:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 03:44:01 5 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 03:44:01 6 0.08 0.00 0.00 0.00 0.02 99.90 08:13:13 03:44:01 7 0.05 0.00 0.03 0.00 0.02 99.90 08:13:13 03:45:01 all 0.19 0.00 0.01 0.00 0.01 99.79 08:13:13 03:45:01 0 0.03 0.00 0.03 0.00 0.03 99.90 08:13:13 03:45:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:45:01 3 0.02 0.00 0.02 0.02 0.00 99.95 08:13:13 03:45:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 03:45:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 03:45:01 6 1.37 0.00 0.02 0.00 0.00 98.62 08:13:13 03:45:01 7 0.05 0.00 0.03 0.00 0.00 99.92 08:13:13 03:46:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:13:13 03:46:01 0 0.00 0.00 0.03 0.00 0.02 99.95 08:13:13 03:46:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 03:46:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 03:46:01 3 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 03:46:01 4 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 03:46:01 5 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 03:46:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 03:46:01 7 0.07 0.00 0.03 0.00 0.02 99.88 08:13:13 03:47:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 03:47:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 03:47:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:47:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:47:01 3 0.02 0.00 0.02 0.02 0.00 99.95 08:13:13 03:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:47:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 03:47:01 6 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 03:47:01 7 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 03:48:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 03:48:01 0 0.00 0.00 0.03 0.00 0.03 99.93 08:13:13 03:48:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 03:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:48:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 03:48:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 03:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:48:01 7 0.03 0.00 0.02 0.02 0.02 99.92 08:13:13 03:49:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:13:13 03:49:01 0 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 03:49:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:49:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 03:49:01 3 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 03:49:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 03:49:01 5 0.10 0.00 0.02 0.00 0.02 99.87 08:13:13 03:49:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:49:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 03:50:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 03:50:01 0 0.00 0.00 0.00 0.00 0.03 99.97 08:13:13 03:50:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 03:50:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:50:01 3 0.05 0.00 0.00 0.00 0.00 99.95 08:13:13 03:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 03:50:01 5 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 03:50:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 03:50:01 7 0.02 0.00 0.03 0.00 0.00 99.95 08:13:13 03:51:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 03:51:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 03:51:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:51:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 03:51:01 3 0.02 0.00 0.00 0.02 0.00 99.97 08:13:13 03:51:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 03:51:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 03:51:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:51:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 08:13:13 03:51:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 03:52:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:13:13 03:52:01 0 0.03 0.00 0.02 0.00 0.03 99.92 08:13:13 03:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:52:01 2 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 03:52:01 3 0.07 0.00 0.00 0.00 0.02 99.92 08:13:13 03:52:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 03:52:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 03:52:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 03:52:01 7 0.03 0.00 0.03 0.00 0.00 99.93 08:13:13 03:53:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:13:13 03:53:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 03:53:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:53:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:53:01 3 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 03:53:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:53:01 5 0.08 0.00 0.00 0.00 0.00 99.92 08:13:13 03:53:01 6 0.07 0.00 0.02 0.00 0.00 99.92 08:13:13 03:53:01 7 0.05 0.00 0.03 0.00 0.02 99.90 08:13:13 03:54:01 all 0.27 0.00 0.01 0.00 0.01 99.72 08:13:13 03:54:01 0 0.00 0.00 0.03 0.00 0.03 99.93 08:13:13 03:54:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 03:54:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 03:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:54:01 4 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:54:01 5 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 03:54:01 6 1.97 0.00 0.00 0.00 0.02 98.02 08:13:13 03:54:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 03:55:01 all 0.19 0.00 0.01 0.00 0.01 99.79 08:13:13 03:55:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:55:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 03:55:01 2 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 03:55:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 03:55:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 03:55:01 6 1.35 0.00 0.02 0.00 0.00 98.63 08:13:13 03:55:01 7 0.05 0.00 0.03 0.00 0.02 99.90 08:13:13 03:56:01 all 0.28 0.00 0.02 0.00 0.01 99.70 08:13:13 03:56:01 0 0.02 0.00 0.03 0.00 0.03 99.92 08:13:13 03:56:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 03:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:56:01 3 0.07 0.00 0.02 0.00 0.02 99.90 08:13:13 03:56:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:56:01 5 0.07 0.00 0.02 0.00 0.02 99.90 08:13:13 03:56:01 6 1.94 0.00 0.00 0.00 0.00 98.06 08:13:13 03:56:01 7 0.05 0.00 0.03 0.00 0.00 99.92 08:13:13 03:57:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 03:57:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 03:57:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:57:01 2 0.02 0.00 0.02 0.02 0.02 99.93 08:13:13 03:57:01 3 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 03:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:57:01 5 0.07 0.00 0.00 0.00 0.00 99.93 08:13:13 03:57:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:57:01 7 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 03:58:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 03:58:01 0 0.02 0.00 0.00 0.00 0.03 99.95 08:13:13 03:58:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 03:58:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 03:58:01 3 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 03:58:01 4 0.03 0.00 0.03 0.00 0.00 99.93 08:13:13 03:58:01 5 0.05 0.00 0.03 0.00 0.00 99.92 08:13:13 03:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:58:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 03:59:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 03:59:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 03:59:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 03:59:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 03:59:01 3 0.02 0.00 0.02 0.02 0.02 99.93 08:13:13 03:59:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 03:59:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:59:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 03:59:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 04:00:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 04:00:01 0 0.02 0.00 0.03 0.00 0.03 99.92 08:13:13 04:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:00:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 04:00:01 3 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 04:00:01 4 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 04:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:00:01 7 0.07 0.00 0.02 0.00 0.00 99.92 08:13:13 04:01:01 all 0.02 0.00 0.01 0.00 0.00 99.97 08:13:13 04:01:01 0 0.03 0.00 0.03 0.00 0.02 99.92 08:13:13 04:01:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 04:01:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 04:01:01 3 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 04:01:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:01:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:01:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:01:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 04:02:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:13:13 04:02:01 0 0.00 0.00 0.02 0.00 0.03 99.95 08:13:13 04:02:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 04:02:01 2 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 04:02:01 3 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 04:02:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 04:02:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:02:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 04:02:01 7 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 08:13:13 04:02:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 04:03:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 04:03:01 0 0.02 0.00 0.00 0.00 0.03 99.95 08:13:13 04:03:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:03:01 3 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 04:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:03:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 04:03:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 04:03:01 7 0.03 0.00 0.03 0.00 0.00 99.93 08:13:13 04:04:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:13:13 04:04:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 04:04:01 1 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 04:04:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:04:01 3 0.03 0.00 0.02 0.02 0.00 99.93 08:13:13 04:04:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 04:04:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 04:04:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 04:04:01 7 0.00 0.00 0.03 0.00 0.02 99.95 08:13:13 04:05:01 all 0.12 0.00 0.01 0.00 0.01 99.86 08:13:13 04:05:01 0 0.00 0.00 0.00 0.00 0.03 99.97 08:13:13 04:05:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 04:05:01 2 0.05 0.00 0.00 0.02 0.00 99.93 08:13:13 04:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:05:01 4 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 04:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:05:01 6 0.89 0.00 0.02 0.00 0.00 99.09 08:13:13 04:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:06:01 all 0.07 0.00 0.02 0.00 0.01 99.90 08:13:13 04:06:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 04:06:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 04:06:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:06:01 3 0.05 0.00 0.00 0.02 0.02 99.92 08:13:13 04:06:01 4 0.05 0.00 0.00 0.00 0.00 99.95 08:13:13 04:06:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:06:01 6 0.38 0.00 0.12 0.00 0.00 99.50 08:13:13 04:06:01 7 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 04:07:01 all 0.01 0.00 0.00 0.00 0.01 99.97 08:13:13 04:07:01 0 0.02 0.00 0.00 0.00 0.03 99.95 08:13:13 04:07:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:07:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 04:07:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:07:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 04:07:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:07:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:07:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 04:08:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:13:13 04:08:01 0 0.03 0.00 0.02 0.00 0.03 99.92 08:13:13 04:08:01 1 0.05 0.00 0.03 0.00 0.02 99.90 08:13:13 04:08:01 2 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 04:08:01 3 0.03 0.00 0.02 0.02 0.00 99.93 08:13:13 04:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:08:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 04:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:08:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 04:09:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 04:09:01 0 0.03 0.00 0.03 0.00 0.03 99.90 08:13:13 04:09:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:09:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 04:09:01 3 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 04:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:09:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 04:09:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:09:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 04:10:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:13:13 04:10:01 0 0.03 0.00 0.02 0.00 0.03 99.92 08:13:13 04:10:01 1 0.07 0.00 0.00 0.00 0.02 99.92 08:13:13 04:10:01 2 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 04:10:01 3 0.03 0.00 0.00 0.02 0.02 99.93 08:13:13 04:10:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 04:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:10:01 7 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 04:11:01 all 0.00 0.00 0.01 0.00 0.01 99.98 08:13:13 04:11:01 0 0.00 0.00 0.02 0.00 0.03 99.95 08:13:13 04:11:01 1 0.00 0.00 0.03 0.00 0.02 99.95 08:13:13 04:11:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 04:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 04:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:11:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 04:11:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:12:01 all 0.01 0.00 0.01 0.00 0.02 99.95 08:13:13 04:12:01 0 0.05 0.00 0.02 0.00 0.03 99.90 08:13:13 04:12:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 04:12:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 04:12:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 04:12:01 4 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 04:12:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 04:12:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 04:12:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 04:13:01 all 0.01 0.00 0.01 0.01 0.01 99.97 08:13:13 04:13:01 0 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 04:13:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 04:13:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 04:13:01 3 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 04:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:13:01 5 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 04:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:13:01 7 0.02 0.00 0.03 0.00 0.00 99.95 08:13:13 08:13:13 04:13:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 04:14:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 04:14:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 04:14:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:14:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 04:14:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 04:14:01 4 0.02 0.00 0.03 0.00 0.03 99.92 08:13:13 04:14:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 04:14:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:14:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:15:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 04:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:15:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 04:15:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:15:01 3 0.02 0.00 0.03 0.02 0.03 99.90 08:13:13 04:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:15:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:15:01 7 0.05 0.00 0.03 0.00 0.00 99.92 08:13:13 04:16:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:13:13 04:16:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 04:16:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:16:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 04:16:01 3 0.03 0.00 0.05 0.02 0.03 99.87 08:13:13 04:16:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 04:16:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 04:16:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:16:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 04:17:01 all 0.08 0.00 0.01 0.01 0.01 99.89 08:13:13 04:17:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:17:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:17:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 04:17:01 3 0.00 0.00 0.02 0.03 0.03 99.92 08:13:13 04:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:17:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 04:17:01 6 0.58 0.00 0.05 0.00 0.00 99.37 08:13:13 04:17:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 04:18:01 all 0.27 0.00 0.01 0.00 0.01 99.71 08:13:13 04:18:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 04:18:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:18:01 3 0.03 0.00 0.02 0.00 0.03 99.92 08:13:13 04:18:01 4 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 04:18:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:18:01 6 1.97 0.00 0.00 0.00 0.02 98.01 08:13:13 04:18:01 7 0.00 0.00 0.03 0.02 0.02 99.93 08:13:13 04:19:01 all 0.26 0.00 0.01 0.00 0.01 99.71 08:13:13 04:19:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:19:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 04:19:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:19:01 3 0.02 0.00 0.03 0.02 0.03 99.90 08:13:13 04:19:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:19:01 5 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 04:19:01 6 1.97 0.00 0.00 0.00 0.00 98.03 08:13:13 04:19:01 7 0.03 0.00 0.03 0.02 0.00 99.92 08:13:13 04:20:01 all 0.04 0.00 0.02 0.00 0.01 99.93 08:13:13 04:20:01 0 0.00 0.00 0.03 0.00 0.00 99.97 08:13:13 04:20:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 04:20:01 2 0.02 0.00 0.02 0.02 0.00 99.95 08:13:13 04:20:01 3 0.00 0.00 0.02 0.02 0.03 99.93 08:13:13 04:20:01 4 0.00 0.00 0.03 0.00 0.00 99.97 08:13:13 04:20:01 5 0.07 0.00 0.02 0.00 0.02 99.90 08:13:13 04:20:01 6 0.15 0.00 0.00 0.00 0.02 99.83 08:13:13 04:20:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 04:21:01 all 0.01 0.00 0.00 0.00 0.01 99.96 08:13:13 04:21:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:21:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 04:21:01 3 0.03 0.00 0.02 0.02 0.05 99.88 08:13:13 04:21:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:21:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 04:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:21:01 7 0.05 0.00 0.00 0.00 0.00 99.95 08:13:13 04:22:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:13:13 04:22:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 04:22:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 04:22:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 04:22:01 3 0.03 0.00 0.03 0.02 0.03 99.88 08:13:13 04:22:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 04:22:01 5 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 04:22:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:22:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:13:13 04:23:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 04:23:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:23:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:23:01 3 0.02 0.00 0.03 0.02 0.03 99.90 08:13:13 04:23:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 04:23:01 5 0.00 0.00 0.05 0.00 0.00 99.95 08:13:13 04:23:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:23:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 04:24:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:13:13 04:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:24:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 04:24:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 04:24:01 3 0.03 0.00 0.03 0.02 0.03 99.88 08:13:13 04:24:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:24:01 5 0.08 0.00 0.02 0.00 0.02 99.88 08:13:13 04:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:24:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 08:13:13 04:24:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 04:25:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 04:25:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:25:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:25:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 04:25:01 3 0.00 0.00 0.02 0.00 0.03 99.95 08:13:13 04:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:25:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:25:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:25:01 7 0.03 0.00 0.03 0.00 0.00 99.93 08:13:13 04:26:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 04:26:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 04:26:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 04:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:26:01 3 0.02 0.00 0.02 0.03 0.03 99.90 08:13:13 04:26:01 4 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 04:26:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 04:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:26:01 7 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 04:27:01 all 0.01 0.00 0.00 0.00 0.02 99.97 08:13:13 04:27:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:27:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:27:01 2 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 04:27:01 3 0.02 0.00 0.00 0.00 0.03 99.95 08:13:13 04:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:27:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:27:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 04:27:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:28:01 all 0.02 0.00 0.02 0.00 0.00 99.96 08:13:13 04:28:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 04:28:01 1 0.05 0.00 0.00 0.00 0.00 99.95 08:13:13 04:28:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 04:28:01 3 0.02 0.00 0.03 0.02 0.03 99.90 08:13:13 04:28:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 04:28:01 5 0.02 0.00 0.03 0.00 0.00 99.95 08:13:13 04:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:28:01 7 0.02 0.00 0.03 0.00 0.00 99.95 08:13:13 04:29:01 all 0.16 0.00 0.01 0.00 0.02 99.81 08:13:13 04:29:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:29:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 04:29:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:29:01 3 0.00 0.00 0.03 0.02 0.03 99.92 08:13:13 04:29:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:29:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:29:01 6 1.19 0.00 0.00 0.00 0.02 98.79 08:13:13 04:29:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 04:30:01 all 0.19 0.00 0.02 0.02 0.01 99.76 08:13:13 04:30:01 0 0.17 0.00 0.00 0.00 0.02 99.82 08:13:13 04:30:01 1 0.07 0.00 0.00 0.00 0.02 99.92 08:13:13 04:30:01 2 0.05 0.00 0.00 0.18 0.00 99.77 08:13:13 04:30:01 3 0.08 0.00 0.03 0.02 0.03 99.83 08:13:13 04:30:01 4 0.07 0.00 0.02 0.00 0.00 99.92 08:13:13 04:30:01 5 0.10 0.00 0.05 0.00 0.00 99.85 08:13:13 04:30:01 6 0.91 0.00 0.02 0.00 0.02 99.06 08:13:13 04:30:01 7 0.05 0.00 0.05 0.00 0.00 99.90 08:13:13 04:31:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 04:31:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 04:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:31:01 2 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 04:31:01 3 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 04:31:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 04:31:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:31:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 04:32:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:13:13 04:32:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:32:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 04:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:32:01 3 0.03 0.00 0.02 0.02 0.03 99.90 08:13:13 04:32:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 04:32:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 04:32:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:32:01 7 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 04:33:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 04:33:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:33:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 04:33:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 04:33:01 3 0.00 0.00 0.00 0.02 0.03 99.95 08:13:13 04:33:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:33:01 5 0.02 0.00 0.03 0.00 0.00 99.95 08:13:13 04:33:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 04:33:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 04:34:01 all 0.03 0.00 0.01 0.03 0.01 99.92 08:13:13 04:34:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:34:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:34:01 2 0.00 0.00 0.02 0.10 0.00 99.88 08:13:13 04:34:01 3 0.02 0.00 0.05 0.12 0.03 99.78 08:13:13 04:34:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:34:01 5 0.07 0.00 0.00 0.00 0.02 99.92 08:13:13 04:34:01 6 0.07 0.00 0.02 0.00 0.00 99.92 08:13:13 04:34:01 7 0.07 0.00 0.00 0.00 0.00 99.93 08:13:13 04:35:02 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 04:35:02 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:35:02 1 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:35:02 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:35:02 3 0.05 0.00 0.02 0.02 0.03 99.88 08:13:13 04:35:02 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 04:35:02 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:35:02 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:35:02 7 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 08:13:13 04:35:02 CPU %user %nice %system %iowait %steal %idle 08:13:13 04:36:01 all 0.03 0.00 0.00 0.00 0.01 99.96 08:13:13 04:36:01 0 0.07 0.00 0.00 0.00 0.00 99.93 08:13:13 04:36:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 04:36:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 04:36:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:36:01 4 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:36:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 04:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:36:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 04:37:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 04:37:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:37:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:37:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 04:37:01 3 0.02 0.00 0.02 0.02 0.03 99.92 08:13:13 04:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:37:01 5 0.02 0.00 0.03 0.00 0.00 99.95 08:13:13 04:37:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 04:37:01 7 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 04:38:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:13:13 04:38:01 0 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 04:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:38:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 04:38:01 3 0.07 0.00 0.00 0.02 0.03 99.88 08:13:13 04:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:38:01 5 0.03 0.00 0.03 0.00 0.02 99.92 08:13:13 04:38:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:38:01 7 0.03 0.00 0.03 0.00 0.00 99.93 08:13:13 04:39:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 04:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 04:39:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:39:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 04:39:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 04:39:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 04:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:39:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 04:40:01 all 0.02 0.00 0.00 0.00 0.01 99.96 08:13:13 04:40:01 0 0.00 0.00 0.00 0.00 0.03 99.97 08:13:13 04:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:40:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 04:40:01 3 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 04:40:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 04:40:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 04:40:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 04:40:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 04:41:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 04:41:01 0 0.00 0.00 0.02 0.00 0.05 99.93 08:13:13 04:41:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 04:41:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 04:41:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 04:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:42:01 all 0.07 0.00 0.01 0.00 0.01 99.90 08:13:13 04:42:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 04:42:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:42:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 04:42:01 3 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 04:42:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 04:42:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 04:42:01 6 0.43 0.00 0.02 0.00 0.02 99.53 08:13:13 04:42:01 7 0.03 0.00 0.03 0.00 0.00 99.93 08:13:13 04:43:01 all 0.05 0.00 0.01 0.00 0.01 99.93 08:13:13 04:43:01 0 0.03 0.00 0.02 0.00 0.03 99.92 08:13:13 04:43:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:43:01 2 0.02 0.00 0.00 0.02 0.00 99.97 08:13:13 04:43:01 3 0.02 0.00 0.00 0.02 0.00 99.97 08:13:13 04:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:43:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 04:43:01 6 0.27 0.00 0.02 0.00 0.00 99.72 08:13:13 04:43:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 04:44:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:13:13 04:44:01 0 0.03 0.00 0.02 0.00 0.03 99.92 08:13:13 04:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:44:01 2 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 04:44:01 3 0.03 0.00 0.03 0.00 0.02 99.92 08:13:13 04:44:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:44:01 5 0.08 0.00 0.02 0.00 0.00 99.90 08:13:13 04:44:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:44:01 7 0.02 0.00 0.03 0.00 0.00 99.95 08:13:13 04:45:01 all 0.02 0.00 0.00 0.00 0.01 99.96 08:13:13 04:45:01 0 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 04:45:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:45:01 2 0.02 0.00 0.00 0.02 0.00 99.97 08:13:13 04:45:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 04:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:45:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:45:01 6 0.10 0.00 0.00 0.00 0.02 99.88 08:13:13 04:45:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 04:46:01 all 0.25 0.00 0.01 0.00 0.01 99.73 08:13:13 04:46:01 0 0.03 0.00 0.02 0.00 0.03 99.92 08:13:13 04:46:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:46:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 04:46:01 3 0.05 0.00 0.00 0.00 0.00 99.95 08:13:13 04:46:01 4 0.00 0.00 0.03 0.00 0.00 99.97 08:13:13 04:46:01 5 0.08 0.00 0.02 0.00 0.00 99.90 08:13:13 04:46:01 6 1.81 0.00 0.02 0.00 0.00 98.18 08:13:13 04:46:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 08:13:13 04:46:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 04:47:01 all 0.06 0.00 0.00 0.00 0.01 99.92 08:13:13 04:47:01 0 0.02 0.00 0.00 0.00 0.03 99.95 08:13:13 04:47:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 04:47:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 04:47:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 04:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:47:01 6 0.45 0.00 0.00 0.00 0.00 99.55 08:13:13 04:47:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:48:01 all 0.03 0.00 0.00 0.00 0.01 99.96 08:13:13 04:48:01 0 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 04:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:48:01 3 0.07 0.00 0.00 0.02 0.00 99.92 08:13:13 04:48:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 04:48:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:48:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 04:48:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 04:49:01 all 0.01 0.00 0.02 0.00 0.01 99.96 08:13:13 04:49:01 0 0.02 0.00 0.02 0.00 0.05 99.92 08:13:13 04:49:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:49:01 2 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 04:49:01 3 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 04:49:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 04:49:01 5 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 04:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:49:01 7 0.03 0.00 0.05 0.00 0.00 99.92 08:13:13 04:50:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 04:50:01 0 0.02 0.00 0.03 0.00 0.03 99.92 08:13:13 04:50:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:50:01 3 0.03 0.00 0.00 0.02 0.02 99.93 08:13:13 04:50:01 4 0.05 0.00 0.00 0.00 0.00 99.95 08:13:13 04:50:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:50:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 04:50:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 04:51:01 all 0.19 0.00 0.01 0.00 0.01 99.79 08:13:13 04:51:01 0 0.02 0.00 0.03 0.00 0.03 99.92 08:13:13 04:51:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:51:01 2 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 04:51:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 04:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:51:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 04:51:01 6 1.40 0.00 0.00 0.00 0.00 98.60 08:13:13 04:51:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 04:52:01 all 0.27 0.00 0.01 0.00 0.01 99.71 08:13:13 04:52:01 0 0.05 0.00 0.02 0.00 0.03 99.90 08:13:13 04:52:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:52:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 04:52:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:52:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 04:52:01 6 1.97 0.00 0.00 0.00 0.02 98.01 08:13:13 04:52:01 7 0.03 0.00 0.07 0.00 0.02 99.88 08:13:13 04:53:01 all 0.26 0.00 0.01 0.00 0.01 99.72 08:13:13 04:53:01 0 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 04:53:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:53:01 2 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 04:53:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 04:53:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 04:53:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:53:01 6 1.97 0.00 0.00 0.00 0.00 98.03 08:13:13 04:53:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 04:54:01 all 0.09 0.00 0.01 0.01 0.01 99.89 08:13:13 04:54:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 04:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:54:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 04:54:01 3 0.03 0.00 0.02 0.02 0.00 99.93 08:13:13 04:54:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 04:54:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:54:01 6 0.60 0.00 0.00 0.02 0.02 99.37 08:13:13 04:54:01 7 0.05 0.00 0.03 0.00 0.00 99.92 08:13:13 04:55:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 04:55:01 0 0.00 0.00 0.03 0.00 0.03 99.93 08:13:13 04:55:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 04:55:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:55:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 04:55:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 04:55:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 04:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:55:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 04:56:01 all 0.03 0.00 0.01 0.00 0.01 99.96 08:13:13 04:56:01 0 0.00 0.00 0.03 0.00 0.03 99.93 08:13:13 04:56:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 04:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:56:01 3 0.07 0.00 0.00 0.00 0.00 99.93 08:13:13 04:56:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 04:56:01 5 0.05 0.00 0.00 0.00 0.00 99.95 08:13:13 04:56:01 6 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 04:56:01 7 0.03 0.00 0.03 0.00 0.00 99.93 08:13:13 04:57:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 04:57:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 04:57:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 04:57:01 3 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 04:57:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 04:57:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 04:57:01 6 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 04:57:01 7 0.03 0.00 0.03 0.00 0.00 99.93 08:13:13 08:13:13 04:57:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 04:58:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:13:13 04:58:01 0 0.00 0.00 0.02 0.00 0.03 99.95 08:13:13 04:58:01 1 0.10 0.00 0.02 0.00 0.00 99.88 08:13:13 04:58:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 04:58:01 3 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 04:58:01 4 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 04:58:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 04:58:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 04:58:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 04:59:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 04:59:01 0 0.03 0.00 0.00 0.00 0.03 99.93 08:13:13 04:59:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 04:59:01 2 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 04:59:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 04:59:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 04:59:01 5 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 04:59:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 04:59:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:00:01 all 0.06 0.00 0.01 0.00 0.01 99.91 08:13:13 05:00:01 0 0.03 0.00 0.02 0.00 0.03 99.92 08:13:13 05:00:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 05:00:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:00:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 05:00:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:00:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 05:00:01 6 0.40 0.00 0.00 0.00 0.02 99.58 08:13:13 05:00:01 7 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 05:01:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 05:01:01 0 0.03 0.00 0.03 0.00 0.03 99.90 08:13:13 05:01:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:01:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 05:01:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 05:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:01:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:01:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 05:02:01 all 0.21 0.00 0.01 0.00 0.01 99.76 08:13:13 05:02:01 0 0.00 0.00 0.03 0.00 0.03 99.93 08:13:13 05:02:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 05:02:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 05:02:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 05:02:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 05:02:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 05:02:01 6 1.58 0.00 0.00 0.00 0.00 98.42 08:13:13 05:02:01 7 0.02 0.00 0.03 0.00 0.00 99.95 08:13:13 05:03:01 all 0.27 0.00 0.01 0.00 0.01 99.70 08:13:13 05:03:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 05:03:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:03:01 2 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 05:03:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 05:03:01 4 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:03:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 05:03:01 6 1.97 0.00 0.00 0.00 0.02 98.01 08:13:13 05:03:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 05:04:01 all 0.06 0.00 0.01 0.00 0.01 99.92 08:13:13 05:04:01 0 0.07 0.00 0.02 0.00 0.03 99.88 08:13:13 05:04:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 05:04:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 05:04:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:04:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:04:01 6 0.30 0.00 0.00 0.00 0.02 99.68 08:13:13 05:04:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 05:05:01 all 0.10 0.00 0.02 0.00 0.01 99.87 08:13:13 05:05:01 0 0.00 0.00 0.03 0.00 0.03 99.93 08:13:13 05:05:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:05:01 2 0.15 0.00 0.02 0.02 0.02 99.80 08:13:13 05:05:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 05:05:01 4 0.03 0.00 0.03 0.00 0.00 99.93 08:13:13 05:05:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 05:05:01 6 0.55 0.00 0.02 0.00 0.00 99.44 08:13:13 05:05:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 05:06:01 all 0.05 0.00 0.01 0.00 0.01 99.92 08:13:13 05:06:01 0 0.08 0.00 0.02 0.00 0.03 99.87 08:13:13 05:06:01 1 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 05:06:01 2 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 05:06:01 3 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 05:06:01 4 0.18 0.00 0.02 0.00 0.00 99.80 08:13:13 05:06:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:06:01 6 0.07 0.00 0.00 0.00 0.00 99.93 08:13:13 05:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:07:01 all 0.01 0.00 0.01 0.00 0.01 99.98 08:13:13 05:07:01 0 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 05:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:07:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 05:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:07:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:07:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:13:13 05:08:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:13:13 05:08:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 05:08:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 05:08:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 05:08:01 3 0.05 0.00 0.00 0.02 0.02 99.92 08:13:13 05:08:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 05:08:01 5 0.07 0.00 0.02 0.00 0.02 99.90 08:13:13 05:08:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 05:08:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 08:13:13 05:08:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 05:09:01 all 0.00 0.00 0.01 0.00 0.01 99.97 08:13:13 05:09:01 0 0.00 0.00 0.03 0.02 0.05 99.90 08:13:13 05:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 05:09:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:09:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:09:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:10:01 all 0.01 0.00 0.01 0.00 0.01 99.95 08:13:13 05:10:01 0 0.05 0.00 0.03 0.00 0.03 99.88 08:13:13 05:10:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:10:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 05:10:01 3 0.03 0.00 0.02 0.02 0.02 99.92 08:13:13 05:10:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:10:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:10:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 05:11:01 all 0.01 0.00 0.01 0.00 0.01 99.98 08:13:13 05:11:01 0 0.03 0.00 0.02 0.00 0.03 99.92 08:13:13 05:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:11:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:11:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:11:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 05:12:01 all 0.02 0.00 0.00 0.00 0.01 99.96 08:13:13 05:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:12:01 1 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 05:12:01 2 0.00 0.00 0.00 0.02 0.03 99.95 08:13:13 05:12:01 3 0.02 0.00 0.02 0.02 0.00 99.95 08:13:13 05:12:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 05:12:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 05:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:12:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:13:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 05:13:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:13:01 2 0.03 0.00 0.02 0.02 0.02 99.92 08:13:13 05:13:01 3 0.02 0.00 0.02 0.02 0.02 99.93 08:13:13 05:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:13:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 05:13:01 6 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 05:13:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 05:14:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 05:14:01 0 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 05:14:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:14:01 2 0.00 0.00 0.03 0.00 0.03 99.93 08:13:13 05:14:01 3 0.02 0.00 0.00 0.02 0.00 99.97 08:13:13 05:14:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:14:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:14:01 7 0.02 0.00 0.03 0.00 0.00 99.95 08:13:13 05:15:01 all 0.01 0.00 0.01 0.01 0.01 99.97 08:13:13 05:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:15:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:15:01 2 0.02 0.00 0.03 0.05 0.03 99.87 08:13:13 05:15:01 3 0.02 0.00 0.02 0.02 0.02 99.93 08:13:13 05:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:15:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 05:16:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 05:16:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:16:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 05:16:01 2 0.02 0.00 0.02 0.02 0.03 99.92 08:13:13 05:16:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 05:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:16:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 05:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:16:01 7 0.05 0.00 0.00 0.00 0.00 99.95 08:13:13 05:17:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 05:17:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:17:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:17:01 2 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 05:17:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 05:17:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:17:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:17:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 05:18:01 all 0.02 0.00 0.01 0.00 0.00 99.96 08:13:13 05:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 05:18:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:18:01 2 0.03 0.00 0.03 0.02 0.02 99.90 08:13:13 05:18:01 3 0.03 0.00 0.02 0.02 0.00 99.93 08:13:13 05:18:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:18:01 5 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 05:18:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 05:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:19:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 05:19:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:19:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:19:01 2 0.02 0.00 0.03 0.02 0.02 99.92 08:13:13 05:19:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 05:19:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:19:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 05:19:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:19:01 7 0.00 0.00 0.03 0.00 0.02 99.95 08:13:13 08:13:13 05:19:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 05:20:01 all 0.03 0.00 0.01 0.00 0.00 99.96 08:13:13 05:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 05:20:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:20:01 2 0.07 0.00 0.00 0.02 0.03 99.88 08:13:13 05:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:20:01 4 0.05 0.00 0.00 0.00 0.00 99.95 08:13:13 05:20:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 05:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:20:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 05:21:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 05:21:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:21:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:21:01 2 0.00 0.00 0.03 0.02 0.03 99.92 08:13:13 05:21:01 3 0.02 0.00 0.00 0.02 0.00 99.97 08:13:13 05:21:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:21:01 5 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 05:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:22:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 05:22:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:22:01 2 0.00 0.00 0.03 0.02 0.03 99.92 08:13:13 05:22:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 05:22:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 05:22:01 5 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 05:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:22:01 7 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 05:23:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 05:23:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:23:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:23:01 2 0.00 0.00 0.03 0.02 0.03 99.92 08:13:13 05:23:01 3 0.00 0.00 0.03 0.02 0.00 99.95 08:13:13 05:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:23:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 05:23:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:23:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 05:24:01 all 0.02 0.00 0.00 0.00 0.00 99.97 08:13:13 05:24:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:24:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 05:24:01 2 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 05:24:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 05:24:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:24:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 05:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:24:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:25:01 all 0.01 0.00 0.01 0.00 0.02 99.96 08:13:13 05:25:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:25:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 05:25:01 2 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 05:25:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:25:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:25:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:25:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:25:01 7 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 05:26:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 05:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:26:01 1 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 05:26:01 2 0.02 0.00 0.05 0.02 0.03 99.88 08:13:13 05:26:01 3 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 05:26:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 05:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:26:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 05:27:01 all 0.00 0.00 0.01 0.00 0.01 99.98 08:13:13 05:27:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:27:01 2 0.02 0.00 0.02 0.02 0.03 99.92 08:13:13 05:27:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:27:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:27:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:28:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:13:13 05:28:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:28:01 1 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 05:28:01 2 0.02 0.00 0.00 0.02 0.03 99.93 08:13:13 05:28:01 3 0.03 0.00 0.00 0.02 0.02 99.93 08:13:13 05:28:01 4 0.07 0.00 0.02 0.00 0.00 99.92 08:13:13 05:28:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:28:01 6 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 05:28:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 05:29:01 all 0.03 0.00 0.01 0.00 0.00 99.96 08:13:13 05:29:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:29:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:29:01 2 0.13 0.00 0.02 0.00 0.02 99.83 08:13:13 05:29:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 05:29:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 05:29:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 05:29:01 6 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 05:29:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:30:01 all 0.19 0.00 0.02 0.01 0.02 99.76 08:13:13 05:30:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 05:30:01 1 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 05:30:01 2 0.07 0.00 0.00 0.08 0.02 99.83 08:13:13 05:30:01 3 0.05 0.00 0.00 0.02 0.02 99.92 08:13:13 05:30:01 4 0.12 0.00 0.03 0.00 0.00 99.85 08:13:13 05:30:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 05:30:01 6 0.10 0.00 0.07 0.00 0.03 99.80 08:13:13 05:30:01 7 1.11 0.00 0.00 0.00 0.02 98.88 08:13:13 08:13:13 05:30:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 05:31:01 all 0.26 0.00 0.00 0.00 0.01 99.72 08:13:13 05:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:31:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:31:01 3 0.02 0.00 0.02 0.02 0.02 99.93 08:13:13 05:31:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:31:01 6 0.02 0.00 0.00 0.00 0.03 99.95 08:13:13 05:31:01 7 1.99 0.00 0.02 0.00 0.02 97.98 08:13:13 05:32:01 all 0.05 0.00 0.01 0.00 0.01 99.92 08:13:13 05:32:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:32:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 05:32:01 2 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 05:32:01 3 0.05 0.00 0.03 0.00 0.00 99.92 08:13:13 05:32:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:32:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:32:01 6 0.03 0.00 0.02 0.00 0.03 99.92 08:13:13 05:32:01 7 0.30 0.00 0.00 0.00 0.02 99.68 08:13:13 05:33:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 05:33:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:33:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:33:01 2 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 05:33:01 3 0.02 0.00 0.02 0.02 0.02 99.93 08:13:13 05:33:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:33:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 05:33:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:33:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 05:34:01 all 0.02 0.00 0.01 0.01 0.01 99.95 08:13:13 05:34:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:34:01 1 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 05:34:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:34:01 3 0.03 0.00 0.00 0.07 0.00 99.90 08:13:13 05:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:34:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:34:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 05:34:01 7 0.07 0.00 0.05 0.00 0.02 99.87 08:13:13 05:35:01 all 0.00 0.00 0.01 0.00 0.02 99.96 08:13:13 05:35:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:35:01 1 0.00 0.00 0.05 0.00 0.02 99.93 08:13:13 05:35:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 05:35:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 05:35:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:35:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:35:01 6 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 05:35:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:36:01 all 0.08 0.00 0.00 0.00 0.01 99.90 08:13:13 05:36:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:36:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:36:01 2 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 05:36:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 05:36:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 05:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:36:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:36:01 7 0.55 0.00 0.00 0.00 0.02 99.43 08:13:13 05:37:01 all 0.26 0.00 0.01 0.00 0.01 99.72 08:13:13 05:37:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:37:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:37:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:37:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 05:37:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:37:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:37:01 6 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 05:37:01 7 1.99 0.00 0.03 0.00 0.00 97.98 08:13:13 05:38:01 all 0.11 0.00 0.01 0.00 0.01 99.86 08:13:13 05:38:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:38:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 05:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:38:01 3 0.03 0.00 0.02 0.02 0.02 99.92 08:13:13 05:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:38:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:38:01 6 0.03 0.00 0.02 0.02 0.03 99.90 08:13:13 05:38:01 7 0.80 0.00 0.03 0.00 0.02 99.15 08:13:13 05:39:01 all 0.03 0.00 0.02 0.00 0.01 99.94 08:13:13 05:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:39:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:39:01 2 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 05:39:01 3 0.03 0.00 0.03 0.02 0.02 99.90 08:13:13 05:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:39:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 05:39:01 6 0.00 0.00 0.03 0.00 0.02 99.95 08:13:13 05:39:01 7 0.15 0.00 0.02 0.00 0.02 99.82 08:13:13 05:40:01 all 0.02 0.00 0.00 0.00 0.01 99.96 08:13:13 05:40:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:40:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 05:40:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 05:40:01 3 0.03 0.00 0.00 0.02 0.00 99.95 08:13:13 05:40:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 05:40:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:40:01 6 0.03 0.00 0.00 0.00 0.03 99.93 08:13:13 05:40:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 05:41:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 05:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:41:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 05:41:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:41:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:41:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:41:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:41:01 6 0.00 0.00 0.03 0.00 0.02 99.95 08:13:13 05:41:01 7 0.05 0.00 0.00 0.00 0.00 99.95 08:13:13 08:13:13 05:41:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 05:42:01 all 0.02 0.00 0.00 0.00 0.01 99.96 08:13:13 05:42:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 05:42:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:42:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 05:42:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 05:42:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:42:01 5 0.08 0.00 0.00 0.00 0.00 99.92 08:13:13 05:42:01 6 0.02 0.00 0.03 0.00 0.03 99.92 08:13:13 05:42:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:43:01 all 0.21 0.00 0.02 0.00 0.01 99.76 08:13:13 05:43:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:43:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 05:43:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:43:01 3 0.02 0.00 0.02 0.02 0.00 99.95 08:13:13 05:43:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:43:01 5 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 05:43:01 6 0.03 0.00 0.00 0.02 0.03 99.92 08:13:13 05:43:01 7 1.55 0.00 0.03 0.00 0.02 98.40 08:13:13 05:44:01 all 0.27 0.00 0.01 0.00 0.01 99.71 08:13:13 05:44:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:44:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 05:44:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:44:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 05:44:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 05:44:01 5 0.05 0.00 0.00 0.00 0.00 99.95 08:13:13 05:44:01 6 0.02 0.00 0.02 0.02 0.03 99.92 08:13:13 05:44:01 7 1.99 0.00 0.02 0.00 0.00 98.00 08:13:13 05:45:01 all 0.26 0.00 0.01 0.00 0.02 99.71 08:13:13 05:45:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:45:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:45:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:45:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:45:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:45:01 5 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 05:45:01 6 0.02 0.00 0.03 0.00 0.03 99.92 08:13:13 05:45:01 7 1.99 0.00 0.00 0.00 0.02 98.00 08:13:13 05:46:01 all 0.05 0.00 0.01 0.00 0.01 99.92 08:13:13 05:46:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 05:46:01 1 0.00 0.00 0.03 0.00 0.02 99.95 08:13:13 05:46:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:46:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 05:46:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 05:46:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:46:01 6 0.00 0.00 0.02 0.02 0.03 99.93 08:13:13 05:46:01 7 0.30 0.00 0.03 0.00 0.02 99.65 08:13:13 05:47:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 05:47:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 05:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:47:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:47:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:47:01 6 0.03 0.00 0.02 0.00 0.03 99.92 08:13:13 05:47:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:48:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 05:48:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 05:48:01 1 0.00 0.00 0.03 0.00 0.02 99.95 08:13:13 05:48:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:48:01 3 0.03 0.00 0.00 0.02 0.02 99.93 08:13:13 05:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:48:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 05:48:01 6 0.00 0.00 0.02 0.02 0.03 99.93 08:13:13 05:48:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 05:49:01 all 0.07 0.00 0.01 0.04 0.01 99.87 08:13:13 05:49:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 05:49:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:49:01 3 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 05:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:49:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 05:49:01 6 0.00 0.00 0.03 0.32 0.02 99.63 08:13:13 05:49:01 7 0.50 0.00 0.00 0.00 0.02 99.48 08:13:13 05:50:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:13:13 05:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 05:50:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 05:50:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:50:01 3 0.05 0.00 0.00 0.02 0.02 99.92 08:13:13 05:50:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:50:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:50:01 6 0.02 0.00 0.02 0.02 0.03 99.92 08:13:13 05:50:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 05:51:01 all 0.01 0.00 0.01 0.01 0.01 99.97 08:13:13 05:51:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:51:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 05:51:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:51:01 3 0.00 0.00 0.02 0.03 0.00 99.95 08:13:13 05:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:51:01 6 0.02 0.00 0.00 0.02 0.03 99.93 08:13:13 05:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:52:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 05:52:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 05:52:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 05:52:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:52:01 3 0.02 0.00 0.02 0.02 0.00 99.95 08:13:13 05:52:01 4 0.05 0.00 0.00 0.00 0.00 99.95 08:13:13 05:52:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 05:52:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 05:52:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 08:13:13 05:52:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 05:53:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 05:53:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:53:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 05:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:53:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:53:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:53:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 05:53:01 6 0.00 0.00 0.02 0.02 0.05 99.92 08:13:13 05:53:01 7 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 05:54:01 all 0.02 0.00 0.02 0.00 0.01 99.95 08:13:13 05:54:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:54:01 1 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 05:54:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:54:01 3 0.02 0.00 0.02 0.02 0.02 99.93 08:13:13 05:54:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 05:54:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 05:54:01 6 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 05:54:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 05:55:01 all 0.26 0.00 0.01 0.00 0.01 99.71 08:13:13 05:55:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:55:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 05:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:55:01 3 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 05:55:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:55:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 05:55:01 6 0.00 0.00 0.02 0.02 0.05 99.92 08:13:13 05:55:01 7 1.99 0.00 0.00 0.00 0.02 98.00 08:13:13 05:56:01 all 0.23 0.00 0.01 0.00 0.01 99.75 08:13:13 05:56:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 05:56:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 05:56:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:56:01 3 0.03 0.00 0.02 0.02 0.02 99.92 08:13:13 05:56:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:56:01 5 0.05 0.00 0.00 0.00 0.00 99.95 08:13:13 05:56:01 6 0.00 0.00 0.02 0.02 0.03 99.93 08:13:13 05:56:01 7 1.68 0.00 0.00 0.00 0.00 98.32 08:13:13 05:57:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 05:57:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:57:01 1 0.02 0.00 0.03 0.00 0.00 99.95 08:13:13 05:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:57:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:57:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 05:57:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 05:57:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 05:58:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:13:13 05:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 05:58:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 05:58:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:58:01 3 0.05 0.00 0.02 0.02 0.00 99.92 08:13:13 05:58:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 05:58:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 05:58:01 6 0.03 0.00 0.02 0.02 0.03 99.90 08:13:13 05:58:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 05:59:01 all 0.18 0.00 0.01 0.00 0.01 99.80 08:13:13 05:59:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 05:59:01 1 0.02 0.00 0.03 0.00 0.00 99.95 08:13:13 05:59:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 05:59:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 05:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 05:59:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 05:59:01 6 0.02 0.00 0.00 0.02 0.03 99.93 08:13:13 05:59:01 7 1.31 0.00 0.00 0.00 0.00 98.69 08:13:13 06:00:02 all 0.16 0.00 0.01 0.00 0.01 99.81 08:13:13 06:00:02 0 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 06:00:02 1 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 06:00:02 2 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:00:02 3 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 06:00:02 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:00:02 5 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:00:02 6 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 06:00:02 7 1.19 0.00 0.00 0.00 0.02 98.79 08:13:13 06:01:01 all 0.01 0.00 0.01 0.01 0.01 99.97 08:13:13 06:01:01 0 0.00 0.00 0.02 0.03 0.02 99.93 08:13:13 06:01:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:01:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:01:01 3 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 06:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:01:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 06:01:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 06:02:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 06:02:01 0 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 06:02:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:02:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:02:01 3 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 06:02:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:02:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:02:01 6 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 06:02:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 06:03:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 06:03:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:03:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 06:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:03:01 3 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 06:03:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:03:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 06:03:01 6 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 06:03:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 08:13:13 06:03:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 06:04:01 all 0.04 0.00 0.01 0.00 0.01 99.93 08:13:13 06:04:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:04:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 06:04:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 06:04:01 3 0.05 0.00 0.00 0.02 0.00 99.93 08:13:13 06:04:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 06:04:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:04:01 6 0.03 0.00 0.02 0.02 0.03 99.90 08:13:13 06:04:01 7 0.20 0.00 0.02 0.00 0.02 99.77 08:13:13 06:05:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 06:05:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:05:01 1 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 06:05:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:05:01 3 0.02 0.00 0.02 0.03 0.02 99.92 08:13:13 06:05:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:05:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:05:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 06:05:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:06:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 06:06:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:06:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:06:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:06:01 3 0.03 0.00 0.00 0.02 0.02 99.93 08:13:13 06:06:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:06:01 5 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 06:06:01 6 0.02 0.00 0.02 0.02 0.03 99.92 08:13:13 06:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:07:01 all 0.16 0.00 0.01 0.00 0.01 99.81 08:13:13 06:07:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:07:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 06:07:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:07:01 3 0.00 0.00 0.03 0.02 0.02 99.93 08:13:13 06:07:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:07:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 06:07:01 6 0.00 0.00 0.03 0.02 0.03 99.92 08:13:13 06:07:01 7 1.22 0.00 0.02 0.00 0.02 98.75 08:13:13 06:08:01 all 0.06 0.00 0.01 0.00 0.01 99.92 08:13:13 06:08:01 0 0.03 0.00 0.02 0.02 0.00 99.93 08:13:13 06:08:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 06:08:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 06:08:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 06:08:01 4 0.05 0.00 0.00 0.00 0.00 99.95 08:13:13 06:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:08:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:08:01 7 0.37 0.00 0.02 0.00 0.00 99.62 08:13:13 06:09:01 all 0.25 0.00 0.01 0.00 0.01 99.72 08:13:13 06:09:01 0 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 06:09:01 1 0.02 0.00 0.03 0.00 0.00 99.95 08:13:13 06:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:09:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:09:01 5 0.03 0.00 0.03 0.00 0.02 99.92 08:13:13 06:09:01 6 0.03 0.00 0.00 0.00 0.03 99.93 08:13:13 06:09:01 7 1.90 0.00 0.02 0.00 0.02 98.06 08:13:13 06:10:01 all 0.09 0.00 0.01 0.00 0.01 99.88 08:13:13 06:10:01 0 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 06:10:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 06:10:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 06:10:01 3 0.02 0.00 0.02 0.02 0.00 99.95 08:13:13 06:10:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 06:10:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 06:10:01 6 0.02 0.00 0.03 0.00 0.03 99.92 08:13:13 06:10:01 7 0.58 0.00 0.00 0.00 0.00 99.42 08:13:13 06:11:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 06:11:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:11:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:11:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:11:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 06:11:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:11:01 6 0.02 0.00 0.03 0.02 0.03 99.90 08:13:13 06:11:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 06:12:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:13:13 06:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:12:01 1 0.05 0.00 0.03 0.00 0.02 99.90 08:13:13 06:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:12:01 3 0.02 0.00 0.02 0.02 0.02 99.93 08:13:13 06:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:12:01 5 0.07 0.00 0.00 0.00 0.02 99.92 08:13:13 06:12:01 6 0.02 0.00 0.02 0.02 0.02 99.93 08:13:13 06:12:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 06:13:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 06:13:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:13:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 06:13:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:13:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 06:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:13:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:13:01 6 0.00 0.00 0.02 0.00 0.03 99.95 08:13:13 06:13:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:14:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 06:14:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 06:14:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:14:01 3 0.03 0.00 0.03 0.02 0.00 99.92 08:13:13 06:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:14:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:14:01 6 0.02 0.00 0.02 0.02 0.03 99.92 08:13:13 06:14:01 7 0.07 0.00 0.02 0.00 0.00 99.92 08:13:13 08:13:13 06:14:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 06:15:01 all 0.13 0.00 0.01 0.00 0.01 99.84 08:13:13 06:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 06:15:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 06:15:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 06:15:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 06:15:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:15:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:15:01 6 0.02 0.00 0.05 0.00 0.02 99.92 08:13:13 06:15:01 7 0.91 0.00 0.02 0.00 0.02 99.06 08:13:13 06:16:01 all 0.05 0.00 0.02 0.00 0.01 99.92 08:13:13 06:16:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 06:16:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 06:16:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:16:01 3 0.02 0.00 0.02 0.02 0.00 99.95 08:13:13 06:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:16:01 5 0.07 0.00 0.02 0.00 0.00 99.92 08:13:13 06:16:01 6 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 06:16:01 7 0.27 0.00 0.07 0.00 0.00 99.67 08:13:13 06:17:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 06:17:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:17:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 06:17:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:17:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 06:17:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:17:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:17:01 6 0.02 0.00 0.05 0.00 0.03 99.90 08:13:13 06:17:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:18:01 all 0.03 0.00 0.00 0.00 0.01 99.95 08:13:13 06:18:01 0 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 06:18:01 1 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 06:18:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 06:18:01 3 0.03 0.00 0.00 0.02 0.00 99.95 08:13:13 06:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:18:01 5 0.07 0.00 0.00 0.00 0.02 99.92 08:13:13 06:18:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:18:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:19:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 06:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:19:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:19:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:19:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 06:19:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 06:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:19:01 6 0.02 0.00 0.02 0.02 0.03 99.92 08:13:13 06:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:20:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 06:20:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 06:20:01 1 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 06:20:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:20:01 3 0.03 0.00 0.00 0.02 0.02 99.93 08:13:13 06:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:20:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:20:01 6 0.02 0.00 0.02 0.02 0.03 99.92 08:13:13 06:20:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:21:01 all 0.18 0.00 0.02 0.00 0.01 99.79 08:13:13 06:21:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:21:01 1 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 06:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:21:01 4 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 06:21:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 06:21:01 6 0.00 0.00 0.03 0.02 0.03 99.92 08:13:13 06:21:01 7 1.39 0.00 0.03 0.00 0.00 98.58 08:13:13 06:22:01 all 0.27 0.00 0.01 0.00 0.01 99.72 08:13:13 06:22:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 06:22:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:22:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:22:01 3 0.05 0.00 0.00 0.02 0.00 99.93 08:13:13 06:22:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:22:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 06:22:01 6 0.02 0.00 0.03 0.02 0.02 99.92 08:13:13 06:22:01 7 1.98 0.00 0.00 0.00 0.02 98.00 08:13:13 06:23:01 all 0.25 0.00 0.01 0.00 0.01 99.72 08:13:13 06:23:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 06:23:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 06:23:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:23:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 06:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:23:01 6 0.02 0.00 0.02 0.02 0.03 99.92 08:13:13 06:23:01 7 1.97 0.00 0.00 0.00 0.02 98.01 08:13:13 06:24:01 all 0.10 0.00 0.01 0.00 0.01 99.88 08:13:13 06:24:01 0 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 06:24:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 06:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:24:01 3 0.00 0.00 0.03 0.02 0.02 99.93 08:13:13 06:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:24:01 5 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 06:24:01 6 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 06:24:01 7 0.61 0.00 0.00 0.00 0.00 99.39 08:13:13 06:25:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 06:25:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:25:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:25:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 06:25:01 3 0.03 0.00 0.02 0.02 0.00 99.93 08:13:13 06:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:25:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 06:25:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:25:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 08:13:13 06:25:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 06:26:01 all 0.03 0.00 0.02 0.01 0.01 99.92 08:13:13 06:26:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 06:26:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 06:26:01 2 0.02 0.00 0.02 0.02 0.00 99.95 08:13:13 06:26:01 3 0.03 0.00 0.02 0.02 0.02 99.92 08:13:13 06:26:01 4 0.00 0.00 0.03 0.05 0.00 99.92 08:13:13 06:26:01 5 0.12 0.00 0.02 0.02 0.02 99.83 08:13:13 06:26:01 6 0.03 0.00 0.05 0.02 0.03 99.87 08:13:13 06:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 06:27:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 06:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:27:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 06:27:01 2 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 06:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:27:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:27:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 06:27:01 6 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 06:27:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:28:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:13:13 06:28:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:28:01 1 0.03 0.00 0.05 0.00 0.02 99.90 08:13:13 06:28:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 06:28:01 3 0.02 0.00 0.02 0.02 0.02 99.93 08:13:13 06:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:28:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 06:28:01 6 0.02 0.00 0.00 0.02 0.03 99.93 08:13:13 06:28:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:29:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 06:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:29:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 06:29:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 06:29:01 3 0.02 0.00 0.00 0.02 0.00 99.97 08:13:13 06:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:29:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:29:01 6 0.02 0.00 0.02 0.02 0.03 99.92 08:13:13 06:29:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 06:30:01 all 0.05 0.00 0.03 0.00 0.01 99.91 08:13:13 06:30:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 06:30:01 1 0.03 0.00 0.03 0.00 0.02 99.92 08:13:13 06:30:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 06:30:01 3 0.07 0.00 0.03 0.02 0.02 99.87 08:13:13 06:30:01 4 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 06:30:01 5 0.13 0.00 0.03 0.00 0.00 99.83 08:13:13 06:30:01 6 0.03 0.00 0.02 0.00 0.03 99.92 08:13:13 06:30:01 7 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 06:31:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 06:31:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:31:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:31:01 3 0.03 0.00 0.03 0.02 0.00 99.92 08:13:13 06:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:31:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 06:31:01 6 0.00 0.00 0.03 0.02 0.03 99.92 08:13:13 06:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:32:01 all 0.04 0.00 0.00 0.00 0.01 99.94 08:13:13 06:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:32:01 1 0.07 0.00 0.02 0.00 0.02 99.90 08:13:13 06:32:01 2 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 06:32:01 3 0.03 0.00 0.02 0.02 0.02 99.92 08:13:13 06:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:32:01 6 0.05 0.00 0.00 0.02 0.03 99.90 08:13:13 06:32:01 7 0.10 0.00 0.00 0.00 0.02 99.88 08:13:13 06:33:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 06:33:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 06:33:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:33:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:33:01 3 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 06:33:01 4 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:33:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:33:01 6 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 06:33:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:34:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 06:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:34:01 1 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 06:34:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 06:34:01 3 0.03 0.00 0.02 0.02 0.02 99.92 08:13:13 06:34:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:34:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:34:01 6 0.02 0.00 0.02 0.02 0.02 99.93 08:13:13 06:34:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:35:01 all 0.00 0.00 0.01 0.00 0.01 99.98 08:13:13 06:35:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:35:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:35:01 2 0.02 0.00 0.02 0.02 0.02 99.93 08:13:13 06:35:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 06:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:35:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:35:01 6 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 06:35:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:36:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 06:36:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:36:01 1 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 06:36:01 2 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 06:36:01 3 0.02 0.00 0.02 0.02 0.02 99.93 08:13:13 06:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:36:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 06:36:01 6 0.00 0.00 0.02 0.02 0.03 99.93 08:13:13 06:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 08:13:13 06:36:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 06:37:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 06:37:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:37:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:37:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:37:01 3 0.02 0.00 0.02 0.02 0.02 99.93 08:13:13 06:37:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:37:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 06:37:01 6 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 06:37:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 06:38:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 06:38:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:38:01 1 0.05 0.00 0.05 0.00 0.02 99.88 08:13:13 06:38:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 06:38:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 06:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:38:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 06:38:01 6 0.02 0.00 0.02 0.02 0.02 99.93 08:13:13 06:38:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:39:01 all 0.01 0.00 0.00 0.00 0.01 99.97 08:13:13 06:39:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:39:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:39:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 06:39:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 06:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:39:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 06:39:01 6 0.02 0.00 0.00 0.00 0.03 99.95 08:13:13 06:39:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 06:40:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 06:40:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:13:13 06:40:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 06:40:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:40:01 3 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 06:40:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:40:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 06:40:01 6 0.02 0.00 0.02 0.02 0.03 99.92 08:13:13 06:40:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:41:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 06:41:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 06:41:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 06:41:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 06:41:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 06:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:41:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:41:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 06:41:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 06:42:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 06:42:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:42:01 1 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 06:42:01 2 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 06:42:01 3 0.02 0.00 0.02 0.02 0.00 99.95 08:13:13 06:42:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:42:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:42:01 6 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 06:42:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:43:01 all 0.01 0.00 0.00 0.01 0.01 99.97 08:13:13 06:43:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:43:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:43:01 2 0.02 0.00 0.00 0.02 0.00 99.97 08:13:13 06:43:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 06:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:43:01 6 0.00 0.00 0.02 0.02 0.03 99.93 08:13:13 06:43:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 06:44:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 06:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:44:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 06:44:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:44:01 3 0.05 0.00 0.00 0.02 0.00 99.93 08:13:13 06:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:44:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 06:44:01 6 0.02 0.00 0.02 0.02 0.02 99.93 08:13:13 06:44:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 06:45:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 06:45:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 06:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:45:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 06:45:01 3 0.02 0.00 0.02 0.02 0.02 99.93 08:13:13 06:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:45:01 6 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 06:45:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:46:01 all 0.01 0.00 0.00 0.00 0.01 99.96 08:13:13 06:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:46:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 06:46:01 2 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 06:46:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 06:46:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:46:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:46:01 6 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 06:46:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:47:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 06:47:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:47:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 06:47:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:47:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:47:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 06:47:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:47:01 6 0.03 0.00 0.03 0.03 0.03 99.87 08:13:13 06:47:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 08:13:13 06:47:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 06:48:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 06:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:48:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 06:48:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 06:48:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 06:48:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 06:48:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:48:01 6 0.02 0.00 0.03 0.00 0.03 99.92 08:13:13 06:48:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:49:01 all 0.00 0.00 0.00 0.00 0.01 99.98 08:13:13 06:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 06:49:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 06:49:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 06:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:49:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:49:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:49:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:50:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 06:50:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:50:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 06:50:01 2 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 06:50:01 3 0.02 0.00 0.02 0.02 0.02 99.93 08:13:13 06:50:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 06:50:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:50:01 6 0.00 0.00 0.03 0.00 0.03 99.93 08:13:13 06:50:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:51:01 all 0.01 0.00 0.01 0.39 0.01 99.58 08:13:13 06:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 06:51:01 2 0.00 0.00 0.03 0.02 0.02 99.93 08:13:13 06:51:01 3 0.02 0.00 0.02 3.13 0.00 96.83 08:13:13 06:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:51:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 06:51:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:51:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:52:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:13:13 06:52:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 06:52:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 06:52:01 2 0.03 0.00 0.02 0.02 0.00 99.93 08:13:13 06:52:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:52:01 4 0.05 0.00 0.00 0.00 0.00 99.95 08:13:13 06:52:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:52:01 6 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 06:52:01 7 0.07 0.00 0.03 0.00 0.00 99.90 08:13:13 06:53:01 all 0.15 0.00 0.02 0.00 0.01 99.82 08:13:13 06:53:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:53:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 06:53:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:53:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 06:53:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:53:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 06:53:01 6 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 06:53:01 7 1.16 0.00 0.07 0.00 0.02 98.76 08:13:13 06:54:01 all 0.01 0.00 0.00 0.01 0.01 99.96 08:13:13 06:54:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:54:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:54:01 2 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 06:54:01 3 0.03 0.00 0.02 0.05 0.02 99.88 08:13:13 06:54:01 4 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:54:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:54:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 06:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:55:01 all 0.22 0.00 0.01 0.00 0.00 99.76 08:13:13 06:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:55:01 1 0.05 0.00 0.03 0.00 0.00 99.92 08:13:13 06:55:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:55:01 3 0.03 0.00 0.00 0.02 0.00 99.95 08:13:13 06:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 06:55:01 6 0.03 0.00 0.02 0.00 0.03 99.92 08:13:13 06:55:01 7 1.63 0.00 0.00 0.00 0.00 98.37 08:13:13 06:56:01 all 0.09 0.00 0.01 0.00 0.01 99.88 08:13:13 06:56:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:56:01 1 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 06:56:01 2 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 06:56:01 3 0.03 0.00 0.02 0.02 0.02 99.92 08:13:13 06:56:01 4 0.05 0.00 0.00 0.00 0.00 99.95 08:13:13 06:56:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 06:56:01 6 0.00 0.00 0.03 0.00 0.02 99.95 08:13:13 06:56:01 7 0.55 0.00 0.02 0.00 0.02 99.42 08:13:13 06:57:01 all 0.01 0.00 0.00 0.00 0.01 99.97 08:13:13 06:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 06:57:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:57:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 06:57:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 06:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:57:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:57:01 6 0.03 0.00 0.00 0.00 0.03 99.93 08:13:13 06:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:58:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 06:58:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 06:58:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 06:58:01 2 0.05 0.00 0.00 0.02 0.00 99.93 08:13:13 06:58:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 06:58:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 06:58:01 5 0.05 0.00 0.00 0.00 0.00 99.95 08:13:13 06:58:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 06:58:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 08:13:13 06:58:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 06:59:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 06:59:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:59:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 06:59:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 06:59:01 3 0.02 0.00 0.02 0.02 0.02 99.93 08:13:13 06:59:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 06:59:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 06:59:01 6 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 06:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:00:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:13:13 07:00:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:00:01 1 0.07 0.00 0.00 0.00 0.02 99.92 08:13:13 07:00:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 07:00:01 3 0.05 0.00 0.02 0.02 0.00 99.92 08:13:13 07:00:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 07:00:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 07:00:01 6 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 07:00:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 07:01:01 all 0.00 0.00 0.00 0.00 0.01 99.98 08:13:13 07:01:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 07:01:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 07:01:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 07:01:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:01:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 07:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:02:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 07:02:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:02:01 1 0.07 0.00 0.02 0.00 0.02 99.90 08:13:13 07:02:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 07:02:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 07:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:02:01 5 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 07:02:01 6 0.00 0.00 0.00 0.00 0.03 99.97 08:13:13 07:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:03:01 all 0.14 0.00 0.01 0.00 0.01 99.85 08:13:13 07:03:01 0 1.04 0.00 0.00 0.00 0.02 98.94 08:13:13 07:03:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 07:03:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 07:03:01 3 0.02 0.00 0.00 0.02 0.00 99.97 08:13:13 07:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:03:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:03:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 07:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:04:01 all 0.09 0.00 0.01 0.00 0.01 99.89 08:13:13 07:04:01 0 0.55 0.00 0.03 0.00 0.02 99.40 08:13:13 07:04:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 07:04:01 2 0.07 0.00 0.02 0.02 0.02 99.88 08:13:13 07:04:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:04:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 07:04:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:04:01 6 0.02 0.00 0.00 0.00 0.03 99.95 08:13:13 07:04:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 07:05:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 07:05:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 07:05:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 07:05:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 07:05:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 07:05:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:05:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 07:05:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 07:05:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:06:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:13:13 07:06:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 07:06:01 1 0.03 0.00 0.03 0.00 0.00 99.93 08:13:13 07:06:01 2 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 07:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 07:06:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 07:06:01 5 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 07:06:01 6 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 07:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:07:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 07:07:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 07:07:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 07:07:01 2 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 07:07:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 07:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:07:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 07:07:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:08:01 all 0.02 0.00 0.00 0.00 0.01 99.96 08:13:13 07:08:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 07:08:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 07:08:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 07:08:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 07:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:08:01 5 0.05 0.00 0.00 0.00 0.00 99.95 08:13:13 07:08:01 6 0.03 0.00 0.00 0.00 0.03 99.93 08:13:13 07:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:09:02 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 07:09:02 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 07:09:02 1 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 07:09:02 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 07:09:02 3 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 07:09:02 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:09:02 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:09:02 6 0.00 0.00 0.00 0.02 0.03 99.95 08:13:13 07:09:02 7 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 08:13:13 07:09:02 CPU %user %nice %system %iowait %steal %idle 08:13:13 07:10:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 07:10:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 07:10:01 1 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 07:10:01 2 0.05 0.00 0.02 0.02 0.00 99.92 08:13:13 07:10:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 07:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:10:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 07:10:01 6 0.00 0.00 0.03 0.00 0.02 99.95 08:13:13 07:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:11:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 07:11:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 07:11:01 1 0.02 0.00 0.00 0.02 0.00 99.97 08:13:13 07:11:01 2 0.00 0.00 0.03 0.00 0.02 99.95 08:13:13 07:11:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 07:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:11:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 07:11:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 07:12:01 all 0.10 0.00 0.01 0.01 0.01 99.87 08:13:13 07:12:01 0 0.70 0.00 0.02 0.00 0.02 99.27 08:13:13 07:12:01 1 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 07:12:01 2 0.05 0.00 0.02 0.02 0.02 99.90 08:13:13 07:12:01 3 0.02 0.00 0.00 0.03 0.00 99.95 08:13:13 07:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:12:01 6 0.02 0.00 0.03 0.00 0.03 99.92 08:13:13 07:12:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:13:01 all 0.08 0.00 0.01 0.00 0.01 99.90 08:13:13 07:13:01 0 0.53 0.00 0.02 0.00 0.02 99.43 08:13:13 07:13:01 1 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 07:13:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 07:13:01 3 0.02 0.00 0.00 0.02 0.00 99.97 08:13:13 07:13:01 4 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 07:13:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:13:01 6 0.02 0.00 0.03 0.00 0.03 99.92 08:13:13 07:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:14:01 all 0.02 0.00 0.02 0.00 0.01 99.96 08:13:13 07:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:14:01 1 0.03 0.00 0.03 0.00 0.02 99.92 08:13:13 07:14:01 2 0.03 0.00 0.03 0.02 0.00 99.92 08:13:13 07:14:01 3 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 07:14:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:14:01 5 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 07:14:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:15:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 07:15:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 07:15:01 1 0.05 0.00 0.03 0.00 0.03 99.88 08:13:13 07:15:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 07:15:01 3 0.02 0.00 0.00 0.02 0.00 99.97 08:13:13 07:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:15:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:15:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 07:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:16:01 all 0.06 0.00 0.01 0.00 0.01 99.91 08:13:13 07:16:01 0 0.40 0.00 0.00 0.00 0.02 99.58 08:13:13 07:16:01 1 0.02 0.00 0.07 0.00 0.03 99.88 08:13:13 07:16:01 2 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 07:16:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 07:16:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 07:16:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:16:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:16:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:17:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 07:17:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 07:17:01 1 0.02 0.00 0.03 0.00 0.03 99.92 08:13:13 07:17:01 2 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 07:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 07:17:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:17:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 07:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:18:01 all 0.03 0.00 0.01 0.01 0.01 99.94 08:13:13 07:18:01 0 0.07 0.00 0.02 0.02 0.02 99.88 08:13:13 07:18:01 1 0.05 0.00 0.07 0.00 0.03 99.85 08:13:13 07:18:01 2 0.02 0.00 0.00 0.02 0.00 99.97 08:13:13 07:18:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 07:18:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:18:01 5 0.07 0.00 0.02 0.00 0.00 99.92 08:13:13 07:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:19:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 07:19:01 0 0.02 0.00 0.00 0.00 0.03 99.95 08:13:13 07:19:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 07:19:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 07:19:01 3 0.02 0.00 0.02 0.02 0.00 99.95 08:13:13 07:19:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:19:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:20:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 07:20:01 0 0.03 0.00 0.02 0.00 0.03 99.92 08:13:13 07:20:01 1 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 07:20:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 07:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:20:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:20:01 5 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 07:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:20:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 08:13:13 07:20:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 07:21:01 all 0.00 0.00 0.01 0.00 0.01 99.97 08:13:13 07:21:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 07:21:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 07:21:01 2 0.00 0.00 0.02 0.02 0.03 99.93 08:13:13 07:21:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 07:21:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 07:21:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:21:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:22:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 07:22:01 0 0.02 0.00 0.03 0.00 0.03 99.92 08:13:13 07:22:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 07:22:01 2 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 07:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:22:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 07:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 07:23:01 all 0.14 0.00 0.02 0.00 0.01 99.83 08:13:13 07:23:01 0 0.02 0.00 0.05 0.00 0.02 99.92 08:13:13 07:23:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 07:23:01 2 1.03 0.00 0.03 0.02 0.02 98.91 08:13:13 07:23:01 3 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 07:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:23:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 07:23:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:23:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:24:01 all 0.03 0.00 0.01 0.00 0.01 99.96 08:13:13 07:24:01 0 0.03 0.00 0.03 0.00 0.02 99.92 08:13:13 07:24:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 07:24:01 2 0.07 0.00 0.00 0.02 0.02 99.90 08:13:13 07:24:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 07:24:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 07:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:24:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:25:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 07:25:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 07:25:01 1 0.00 0.00 0.03 0.00 0.02 99.95 08:13:13 07:25:01 2 0.03 0.00 0.03 0.00 0.03 99.90 08:13:13 07:25:01 3 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 07:25:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:25:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 07:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:26:01 all 0.09 0.00 0.01 0.00 0.01 99.90 08:13:13 07:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:26:01 2 0.63 0.00 0.02 0.00 0.03 99.32 08:13:13 07:26:01 3 0.02 0.00 0.02 0.02 0.00 99.95 08:13:13 07:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:26:01 5 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 07:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:26:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:27:01 all 0.25 0.00 0.01 0.00 0.01 99.72 08:13:13 07:27:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 07:27:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 07:27:01 2 1.97 0.00 0.03 0.02 0.05 97.93 08:13:13 07:27:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 07:27:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:27:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 07:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:28:01 all 0.22 0.00 0.01 0.00 0.01 99.76 08:13:13 07:28:01 0 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 07:28:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 07:28:01 2 1.63 0.00 0.02 0.02 0.03 98.30 08:13:13 07:28:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 07:28:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:28:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 07:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:29:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 07:29:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:13:13 07:29:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 07:29:01 2 0.00 0.00 0.02 0.00 0.03 99.95 08:13:13 07:29:01 3 0.00 0.00 0.02 0.03 0.00 99.95 08:13:13 07:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:29:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 07:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:30:01 all 0.06 0.00 0.01 0.01 0.02 99.90 08:13:13 07:30:01 0 0.10 0.00 0.00 0.00 0.02 99.88 08:13:13 07:30:01 1 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 07:30:01 2 0.10 0.00 0.02 0.00 0.05 99.83 08:13:13 07:30:01 3 0.03 0.00 0.00 0.05 0.02 99.90 08:13:13 07:30:01 4 0.10 0.00 0.03 0.00 0.02 99.85 08:13:13 07:30:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 07:30:01 6 0.07 0.00 0.02 0.05 0.00 99.87 08:13:13 07:30:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 07:31:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:13:13 07:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:31:01 1 0.03 0.00 0.03 0.00 0.02 99.92 08:13:13 07:31:01 2 0.03 0.00 0.02 0.00 0.03 99.92 08:13:13 07:31:01 3 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 07:31:01 4 0.07 0.00 0.03 0.00 0.00 99.90 08:13:13 07:31:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 07:31:01 6 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 07:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 08:13:13 07:31:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 07:32:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 07:32:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 07:32:01 1 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 07:32:01 2 0.03 0.00 0.02 0.02 0.03 99.90 08:13:13 07:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:32:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:32:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 07:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:32:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 07:33:01 all 0.01 0.00 0.01 0.01 0.01 99.96 08:13:13 07:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:33:01 1 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 07:33:01 2 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 07:33:01 3 0.00 0.00 0.02 0.05 0.00 99.93 08:13:13 07:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:33:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 07:33:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 07:33:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 07:34:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 07:34:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 07:34:01 1 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 07:34:01 2 0.02 0.00 0.03 0.00 0.03 99.92 08:13:13 07:34:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 07:34:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 07:34:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 07:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:34:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:35:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 07:35:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:35:01 1 0.05 0.00 0.02 0.00 0.02 99.92 08:13:13 07:35:01 2 0.00 0.00 0.03 0.02 0.03 99.92 08:13:13 07:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:35:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:35:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:35:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:36:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:13:13 07:36:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 07:36:01 1 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 07:36:01 2 0.05 0.00 0.02 0.00 0.05 99.88 08:13:13 07:36:01 3 0.02 0.00 0.02 0.02 0.00 99.95 08:13:13 07:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:36:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 07:36:01 6 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 07:36:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 07:37:01 all 0.00 0.00 0.01 0.00 0.01 99.97 08:13:13 07:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:37:01 1 0.02 0.00 0.03 0.00 0.02 99.93 08:13:13 07:37:01 2 0.00 0.00 0.02 0.00 0.03 99.95 08:13:13 07:37:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 07:37:01 4 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 07:37:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:37:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 07:37:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:38:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 07:38:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 07:38:01 1 0.03 0.00 0.03 0.00 0.02 99.92 08:13:13 07:38:01 2 0.05 0.00 0.02 0.00 0.03 99.90 08:13:13 07:38:01 3 0.02 0.00 0.00 0.02 0.00 99.97 08:13:13 07:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:38:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 07:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:39:01 all 0.00 0.00 0.01 0.00 0.01 99.97 08:13:13 07:39:01 0 0.03 0.00 0.03 0.00 0.05 99.88 08:13:13 07:39:01 1 0.00 0.00 0.03 0.00 0.02 99.95 08:13:13 07:39:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 07:39:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:39:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:39:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 07:39:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 07:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:40:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 07:40:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 07:40:01 1 0.03 0.00 0.02 0.00 0.03 99.92 08:13:13 07:40:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 07:40:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 07:40:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 07:40:01 5 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 07:40:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 07:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:41:01 all 0.01 0.00 0.01 0.01 0.01 99.96 08:13:13 07:41:01 0 0.03 0.00 0.03 0.00 0.03 99.90 08:13:13 07:41:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 07:41:01 2 0.00 0.00 0.00 0.07 0.02 99.92 08:13:13 07:41:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:13:13 07:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:41:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:41:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 07:41:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 07:42:01 all 0.01 0.00 0.01 0.01 0.01 99.96 08:13:13 07:42:01 0 0.02 0.00 0.03 0.00 0.03 99.92 08:13:13 07:42:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 07:42:01 2 0.03 0.00 0.02 0.03 0.02 99.90 08:13:13 07:42:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 07:42:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 07:42:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 07:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 08:13:13 07:42:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 07:43:01 all 0.01 0.00 0.01 0.01 0.00 99.96 08:13:13 07:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:43:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 07:43:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 07:43:01 3 0.03 0.00 0.00 0.12 0.02 99.83 08:13:13 07:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:43:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 07:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:44:01 all 0.22 0.00 0.01 0.00 0.01 99.75 08:13:13 07:44:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 07:44:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 07:44:01 2 1.70 0.00 0.05 0.02 0.02 98.22 08:13:13 07:44:01 3 0.00 0.00 0.03 0.02 0.03 99.92 08:13:13 07:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:45:01 all 0.26 0.00 0.01 0.00 0.01 99.72 08:13:13 07:45:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:45:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 07:45:01 2 1.95 0.00 0.00 0.02 0.02 98.01 08:13:13 07:45:01 3 0.03 0.00 0.02 0.02 0.03 99.90 08:13:13 07:45:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:45:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:46:01 all 0.27 0.00 0.01 0.00 0.01 99.71 08:13:13 07:46:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 07:46:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 07:46:01 2 2.02 0.00 0.00 0.00 0.02 97.96 08:13:13 07:46:01 3 0.00 0.00 0.03 0.00 0.03 99.93 08:13:13 07:46:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 07:46:01 5 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 07:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:47:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 07:47:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:47:01 1 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 07:47:01 2 0.07 0.00 0.00 0.02 0.02 99.90 08:13:13 07:47:01 3 0.03 0.00 0.02 0.02 0.03 99.90 08:13:13 07:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:47:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 07:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:47:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:48:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 07:48:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 07:48:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 07:48:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 07:48:01 3 0.00 0.00 0.02 0.02 0.03 99.93 08:13:13 07:48:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 07:48:01 5 0.02 0.00 0.03 0.00 0.00 99.95 08:13:13 07:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:48:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 07:49:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 07:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 07:49:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 07:49:01 2 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 07:49:01 3 0.03 0.00 0.02 0.02 0.03 99.90 08:13:13 07:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:49:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 07:49:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 07:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:50:01 all 0.02 0.00 0.01 0.09 0.00 99.89 08:13:13 07:50:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:50:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 07:50:01 2 0.00 0.00 0.00 0.42 0.02 99.57 08:13:13 07:50:01 3 0.03 0.00 0.02 0.28 0.02 99.65 08:13:13 07:50:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 07:50:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 07:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:51:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 07:51:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 07:51:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 07:51:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 07:51:01 3 0.02 0.00 0.02 0.02 0.03 99.92 08:13:13 07:51:01 4 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 07:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:51:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 07:51:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 07:52:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 07:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:52:01 1 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 07:52:01 2 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 07:52:01 3 0.03 0.00 0.03 0.00 0.03 99.90 08:13:13 07:52:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 07:52:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 07:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:52:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:53:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 07:53:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 07:53:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 07:53:01 2 0.05 0.00 0.05 0.02 0.03 99.85 08:13:13 07:53:01 3 0.00 0.00 0.02 0.02 0.02 99.95 08:13:13 07:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:53:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:53:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 08:13:13 07:53:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 07:54:01 all 0.02 0.00 0.01 0.00 0.01 99.97 08:13:13 07:54:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:54:01 1 0.03 0.00 0.02 0.00 0.03 99.92 08:13:13 07:54:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:13:13 07:54:01 3 0.03 0.00 0.02 0.02 0.02 99.92 08:13:13 07:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:55:01 all 0.01 0.00 0.00 0.01 0.02 99.96 08:13:13 07:55:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 07:55:01 1 0.03 0.00 0.00 0.00 0.03 99.93 08:13:13 07:55:01 2 0.02 0.00 0.00 0.02 0.03 99.93 08:13:13 07:55:01 3 0.00 0.00 0.02 0.03 0.02 99.93 08:13:13 07:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:55:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 07:55:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 07:56:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:13:13 07:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 07:56:01 1 0.05 0.00 0.03 0.00 0.03 99.88 08:13:13 07:56:01 2 0.12 0.00 0.00 0.00 0.02 99.87 08:13:13 07:56:01 3 0.03 0.00 0.00 0.02 0.00 99.95 08:13:13 07:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:56:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 07:56:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 07:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:57:01 all 0.20 0.00 0.00 0.00 0.01 99.78 08:13:13 07:57:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 07:57:01 1 0.02 0.00 0.02 0.00 0.03 99.93 08:13:13 07:57:01 2 1.52 0.00 0.00 0.00 0.03 98.45 08:13:13 07:57:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 07:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:57:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 07:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 07:58:01 all 0.05 0.00 0.01 0.01 0.01 99.92 08:13:13 07:58:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 07:58:01 1 0.05 0.00 0.02 0.00 0.05 99.88 08:13:13 07:58:01 2 0.18 0.00 0.03 0.00 0.02 99.77 08:13:13 07:58:01 3 0.02 0.00 0.02 0.03 0.00 99.93 08:13:13 07:58:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:58:01 5 0.07 0.00 0.00 0.00 0.00 99.93 08:13:13 07:58:01 6 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 07:58:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:59:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 07:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 07:59:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 07:59:01 2 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 07:59:01 3 0.00 0.00 0.03 0.00 0.02 99.95 08:13:13 07:59:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 07:59:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 07:59:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 07:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 08:00:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 08:00:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 08:00:01 1 0.05 0.00 0.02 0.00 0.03 99.90 08:13:13 08:00:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:13:13 08:00:01 3 0.05 0.00 0.02 0.02 0.00 99.92 08:13:13 08:00:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 08:00:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 08:00:01 6 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 08:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 08:01:01 all 0.01 0.00 0.01 0.00 0.01 99.98 08:13:13 08:01:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 08:01:01 1 0.05 0.00 0.02 0.00 0.03 99.90 08:13:13 08:01:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 08:01:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 08:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 08:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 08:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 08:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 08:02:01 all 0.05 0.00 0.01 0.00 0.01 99.92 08:13:13 08:02:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 08:02:01 1 0.03 0.00 0.03 0.00 0.03 99.90 08:13:13 08:02:01 2 0.27 0.00 0.00 0.00 0.02 99.72 08:13:13 08:02:01 3 0.03 0.00 0.02 0.02 0.00 99.93 08:13:13 08:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 08:02:01 5 0.07 0.00 0.00 0.00 0.02 99.92 08:13:13 08:02:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 08:02:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 08:03:01 all 0.05 0.00 0.00 0.00 0.01 99.93 08:13:13 08:03:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 08:03:01 1 0.02 0.00 0.00 0.00 0.03 99.95 08:13:13 08:03:01 2 0.35 0.00 0.00 0.00 0.02 99.63 08:13:13 08:03:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:13:13 08:03:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 08:03:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 08:03:01 6 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 08:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 08:04:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 08:04:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:13:13 08:04:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:13:13 08:04:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:13:13 08:04:01 3 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 08:04:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 08:04:01 5 0.05 0.00 0.03 0.00 0.02 99.90 08:13:13 08:04:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 08:04:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 08:13:13 08:04:01 CPU %user %nice %system %iowait %steal %idle 08:13:13 08:05:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 08:05:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 08:05:01 1 0.02 0.00 0.03 0.00 0.03 99.92 08:13:13 08:05:01 2 0.02 0.00 0.00 0.00 0.03 99.95 08:13:13 08:05:01 3 0.02 0.00 0.02 0.02 0.02 99.93 08:13:13 08:05:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 08:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 08:05:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 08:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 08:06:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 08:06:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:13:13 08:06:01 1 0.08 0.00 0.03 0.00 0.03 99.85 08:13:13 08:06:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 08:06:01 3 0.00 0.00 0.03 0.02 0.00 99.95 08:13:13 08:06:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 08:06:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 08:06:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 08:06:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 08:07:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 08:07:01 0 0.00 0.00 0.03 0.00 0.00 99.97 08:13:13 08:07:01 1 0.00 0.00 0.02 0.00 0.03 99.95 08:13:13 08:07:01 2 0.07 0.00 0.00 0.00 0.02 99.92 08:13:13 08:07:01 3 0.00 0.00 0.03 0.02 0.00 99.95 08:13:13 08:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 08:07:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 08:07:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 08:07:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 08:08:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:13:13 08:08:01 0 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 08:08:01 1 0.02 0.00 0.03 0.00 0.03 99.92 08:13:13 08:08:01 2 0.03 0.00 0.00 0.00 0.02 99.95 08:13:13 08:08:01 3 0.07 0.00 0.00 0.02 0.02 99.90 08:13:13 08:08:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 08:08:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 08:08:01 6 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 08:08:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 08:09:01 all 0.01 0.00 0.01 0.00 0.00 99.97 08:13:13 08:09:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 08:09:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:13:13 08:09:01 2 0.05 0.00 0.03 0.00 0.02 99.90 08:13:13 08:09:01 3 0.00 0.00 0.02 0.02 0.00 99.97 08:13:13 08:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 08:09:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:13:13 08:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 08:09:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 08:10:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:13:13 08:10:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 08:10:01 1 0.03 0.00 0.03 0.00 0.03 99.90 08:13:13 08:10:01 2 0.05 0.00 0.00 0.00 0.02 99.93 08:13:13 08:10:01 3 0.07 0.00 0.02 0.00 0.02 99.90 08:13:13 08:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 08:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 08:10:01 6 0.00 0.00 0.00 0.02 0.02 99.97 08:13:13 08:10:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 08:11:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:13:13 08:11:01 0 0.03 0.00 0.05 0.00 0.02 99.90 08:13:13 08:11:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 08:11:01 2 0.03 0.00 0.02 0.00 0.03 99.92 08:13:13 08:11:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 08:11:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 08:11:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 08:11:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 08:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 08:12:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:13:13 08:12:01 0 0.05 0.00 0.03 0.00 0.03 99.88 08:13:13 08:12:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 08:12:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:13:13 08:12:01 3 0.03 0.00 0.00 0.02 0.02 99.93 08:13:13 08:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:13:13 08:12:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:13:13 08:12:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:13:13 08:12:01 7 0.00 0.00 0.00 0.02 0.00 99.98 08:13:13 08:13:01 all 1.45 0.00 0.57 0.05 0.02 97.92 08:13:13 08:13:01 0 1.48 0.00 0.75 0.00 0.00 97.77 08:13:13 08:13:01 1 1.37 0.00 0.80 0.02 0.02 97.79 08:13:13 08:13:01 2 0.76 0.00 0.42 0.20 0.03 98.59 08:13:13 08:13:01 3 2.04 0.00 0.37 0.15 0.02 97.43 08:13:13 08:13:01 4 0.67 0.00 0.27 0.00 0.02 99.05 08:13:13 08:13:01 5 1.49 0.00 0.57 0.00 0.02 97.93 08:13:13 08:13:01 6 1.42 0.00 0.48 0.03 0.02 98.04 08:13:13 08:13:01 7 2.34 0.00 0.87 0.02 0.02 96.75 08:13:13 Average: all 1.16 0.00 0.18 0.06 0.01 98.59 08:13:13 Average: 0 1.13 0.00 0.18 0.03 0.02 98.64 08:13:13 Average: 1 1.14 0.00 0.18 0.04 0.02 98.62 08:13:13 Average: 2 1.16 0.00 0.18 0.09 0.01 98.55 08:13:13 Average: 3 1.13 0.00 0.19 0.10 0.01 98.56 08:13:13 Average: 4 1.12 0.00 0.19 0.08 0.01 98.60 08:13:13 Average: 5 1.13 0.00 0.18 0.04 0.01 98.65 08:13:13 Average: 6 1.23 0.00 0.18 0.05 0.02 98.52 08:13:13 Average: 7 1.23 0.00 0.18 0.04 0.01 98.54 08:13:13 08:13:13 08:13:13