Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 32b54d096708f46b0b2348d0dcbc77c27003877e 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-ssh1064250389708662850.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh15437797410686853029.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15117982476917154462.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 67d2f908f88f8156fbe481f59f373e57362cafe7 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 67d2f908f88f8156fbe481f59f373e57362cafe7 # timeout=10 Commit message: "Merge pull request #476 from cherrycl/issue-475" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh15684198559780729444.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-ssh7476978530257204724.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi], goVersion:1.25] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.25 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-775639 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/942 [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/942 # 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 > 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 Avoid second fetch Checking out Revision 32b54d096708f46b0b2348d0dcbc77c27003877e (main) Commit message: "Merge pull request #5332 from remo-lab/fix/event-purge-timer-leak" > git config core.sparsecheckout # timeout=10 > git checkout -f 32b54d096708f46b0b2348d0dcbc77c27003877e # timeout=10 > git rev-list --no-walk 5813055f9e30257d60d6d76ee7b1f3dc05d296c4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:22:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:22:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:22:44 ========================================================= 07:22:44 EdgeX Global Pipelines Version Info 07:22:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:22:46 ------------------- 07:22:46 stable info: 07:22:46 ------------------- 07:22:46 Commited By: Cherry Wang cherry@iotechsys.com 07:22:46 Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 07:22:46 Message: update stable to v1.0.278 07:22:46 ------------------- 07:22:46 experimental info: 07:22:46 ------------------- 07:22:46 Commited By: **** collab-it+edgex@linuxfoundation.org 07:22:46 Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 07:22:46 Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 07:22:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 07:22:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 07:22:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 07:22:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo 07:22:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 32b54d0 [Pipeline] echo 07:22:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:22:47 provisioning config files... 07:22:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/942@tmp/config2845005270319781507tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:22:47 ---> ****-login.sh 07:22:47 nexus3.edgexfoundry.org:10001 07:22:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:47 07:22:47 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 07:22:47 Configure a credential helper to remove this warning. See 07:22:47 https://docs.****.com/go/credential-store/ 07:22:47 07:22:47 Login Succeeded 07:22:47 nexus3.edgexfoundry.org:10002 07:22:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:47 07:22:47 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 07:22:47 Configure a credential helper to remove this warning. See 07:22:47 https://docs.****.com/go/credential-store/ 07:22:47 07:22:47 Login Succeeded 07:22:47 nexus3.edgexfoundry.org:10003 07:22:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:48 07:22:48 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 07:22:48 Configure a credential helper to remove this warning. See 07:22:48 https://docs.****.com/go/credential-store/ 07:22:48 07:22:48 Login Succeeded 07:22:48 nexus3.edgexfoundry.org:10004 07:22:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:48 07:22:48 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 07:22:48 Configure a credential helper to remove this warning. See 07:22:48 https://docs.****.com/go/credential-store/ 07:22:48 07:22:48 Login Succeeded 07:22:48 ****.io 07:22:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:48 07:22:48 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 07:22:48 Configure a credential helper to remove this warning. See 07:22:48 https://docs.****.com/go/credential-store/ 07:22:48 07:22:48 Login Succeeded 07:22:48 ---> ****-login.sh ends [Pipeline] } 07:22:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:22:48 + 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 07:22:48 + dirname cmd/core-command/Dockerfile 07:22:48 + cut -d/ -f2 07:22:48 + echo core-command,cmd/core-command/Dockerfile 07:22:48 + dirname cmd/core-common-config-bootstrapper/Dockerfile 07:22:48 + cut -d/ -f2 07:22:48 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 07:22:48 + dirname cmd/core-data/Dockerfile 07:22:48 + cut -d/ -f2 07:22:48 + echo core-data,cmd/core-data/Dockerfile 07:22:48 + dirname cmd/core-keeper/Dockerfile 07:22:48 + cut -d/ -f2 07:22:48 + echo core-keeper,cmd/core-keeper/Dockerfile 07:22:48 + dirname cmd/core-metadata/Dockerfile 07:22:48 + cut -d/ -f2 07:22:48 + echo core-metadata,cmd/core-metadata/Dockerfile 07:22:48 + dirname cmd/security-bootstrapper/Dockerfile 07:22:48 + cut -d/ -f2 07:22:48 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:22:48 + dirname cmd/security-proxy-auth/Dockerfile 07:22:48 + cut -d/ -f2 07:22:48 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 07:22:48 + dirname cmd/security-proxy-setup/Dockerfile 07:22:48 + cut -d/ -f2 07:22:48 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:22:48 + dirname cmd/security-secretstore-setup/Dockerfile 07:22:48 + cut -d/ -f2 07:22:48 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:22:48 + dirname cmd/security-spiffe-token-provider/Dockerfile 07:22:48 + cut -d/ -f2 07:22:48 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 07:22:48 + dirname cmd/security-spire-agent/Dockerfile 07:22:48 + cut -d/ -f2 07:22:48 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 07:22:48 + dirname cmd/security-spire-config/Dockerfile 07:22:48 + cut -d/ -f2 07:22:48 + echo security-spire-config,cmd/security-spire-config/Dockerfile 07:22:48 + dirname cmd/security-spire-server/Dockerfile 07:22:48 + cut -d/ -f2 07:22:48 + echo security-spire-server,cmd/security-spire-server/Dockerfile 07:22:48 + dirname cmd/support-notifications/Dockerfile 07:22:48 + cut -d/ -f2 07:22:48 + echo support-notifications,cmd/support-notifications/Dockerfile 07:22:48 + dirname cmd/support-scheduler/Dockerfile 07:22:48 + cut -d/ -f2 07:22:48 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 07:22:48 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 07:22:49 + git rev-list -1 --merges 32b54d096708f46b0b2348d0dcbc77c27003877e~1..32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo 07:22:49 -----------> git rev-list -1 --merges 32b54d096708f46b0b2348d0dcbc77c27003877e~1..32b54d096708f46b0b2348d0dcbc77c27003877e 32b54d096708f46b0b2348d0dcbc77c27003877e 07:22:49 32b54d096708f46b0b2348d0dcbc77c27003877e [false] [Pipeline] sh 07:22:49 + git log --format=format:%s -1 32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo 07:22:49 ========================================================= 07:22:49 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:22:49 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 07:22:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:22:49 + grep -v github /etc/ssh/ssh_known_hosts 07:22:49 + [ -e /tmp/ssh_known_hosts ] 07:22:49 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:22:49 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 07:22:49 + sudo tee -a /etc/ssh/ssh_known_hosts 07:22:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:22:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:22:50 07:22:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:22:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:22:50 0.1.4: Pulling from edgex-devops/py-git-semver 07:22:50 3dae71ba6b94: Pulling fs layer 07:22:50 6bf1a483ea7c: Pulling fs layer 07:22:50 f5dfc541a4d3: Pulling fs layer 07:22:50 461d9e800cba: Pulling fs layer 07:22:50 80192f66455f: Pulling fs layer 07:22:50 2e8e34ca0e6c: Pulling fs layer 07:22:50 a29436f7fd5d: Pulling fs layer 07:22:50 923cac83aea3: Pulling fs layer 07:22:50 25ad8b0a4227: Pulling fs layer 07:22:50 db01528c6b51: Pulling fs layer 07:22:50 28988de357af: Pulling fs layer 07:22:50 80192f66455f: Waiting 07:22:50 2e8e34ca0e6c: Waiting 07:22:50 a29436f7fd5d: Waiting 07:22:50 923cac83aea3: Waiting 07:22:50 25ad8b0a4227: Waiting 07:22:50 28988de357af: Waiting 07:22:50 db01528c6b51: Waiting 07:22:50 461d9e800cba: Waiting 07:22:50 6bf1a483ea7c: Verifying Checksum 07:22:50 6bf1a483ea7c: Download complete 07:22:50 461d9e800cba: Verifying Checksum 07:22:50 461d9e800cba: Download complete 07:22:50 80192f66455f: Download complete 07:22:50 f5dfc541a4d3: Verifying Checksum 07:22:50 f5dfc541a4d3: Download complete 07:22:50 3dae71ba6b94: Verifying Checksum 07:22:50 3dae71ba6b94: Download complete 07:22:50 923cac83aea3: Verifying Checksum 07:22:50 923cac83aea3: Download complete 07:22:50 25ad8b0a4227: Download complete 07:22:50 db01528c6b51: Download complete 07:22:50 28988de357af: Verifying Checksum 07:22:50 28988de357af: Download complete 07:22:51 a29436f7fd5d: Verifying Checksum 07:22:51 a29436f7fd5d: Download complete 07:22:51 2e8e34ca0e6c: Verifying Checksum 07:22:51 2e8e34ca0e6c: Download complete 07:22:52 3dae71ba6b94: Pull complete 07:22:52 6bf1a483ea7c: Pull complete 07:22:53 f5dfc541a4d3: Pull complete 07:22:53 461d9e800cba: Pull complete 07:22:53 80192f66455f: Pull complete 07:22:58 2e8e34ca0e6c: Pull complete 07:22:58 a29436f7fd5d: Pull complete 07:22:58 923cac83aea3: Pull complete 07:22:58 25ad8b0a4227: Pull complete 07:22:58 db01528c6b51: Pull complete 07:22:58 28988de357af: Pull complete 07:22:58 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 07:22:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:22:58 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:22:58 prd-ubuntu20.04-docker-8c-8g-775639 does not seem to be running inside a container 07:22:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/942 -v /w/workspace/edgex-go/942:/w/workspace/edgex-go/942:rw,z -v /w/workspace/edgex-go/942@tmp:/w/workspace/edgex-go/942@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 07:23:00 $ docker top 712a70a9efd139f3f2eaefaac5a86c42a4ee63d22ef168e57c4f96b0e6da3620 -eo pid,comm 07:23:00 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). 07:23:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:23:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:23:00 [ssh-agent] Looking for ssh-agent implementation... 07:23:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:23:00 $ docker exec 712a70a9efd139f3f2eaefaac5a86c42a4ee63d22ef168e57c4f96b0e6da3620 ssh-agent 07:23:01 SSH_AUTH_SOCK=/tmp/ssh-oB8Fu8c5V8ff/agent.32 07:23:01 SSH_AGENT_PID=38 07:23:01 Running ssh-add (command line suppressed) 07:23:01 Identity added: /w/workspace/edgex-go/942@tmp/private_key_13358869548830362358.key (/w/workspace/edgex-go/942@tmp/private_key_13358869548830362358.key) 07:23:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:23:01 + git config --global --add safe.directory /w/workspace/edgex-go/942 [Pipeline] sh 07:23:01 + git tag --points-at HEAD [Pipeline] } 07:23:01 $ docker exec --env ******** --env ******** 712a70a9efd139f3f2eaefaac5a86c42a4ee63d22ef168e57c4f96b0e6da3620 ssh-agent -k 07:23:01 unset SSH_AUTH_SOCK; 07:23:01 unset SSH_AGENT_PID; 07:23:01 echo Agent pid 38 killed; 07:23:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:23:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:23:01 [ssh-agent] Looking for ssh-agent implementation... 07:23:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:23:02 $ docker exec 712a70a9efd139f3f2eaefaac5a86c42a4ee63d22ef168e57c4f96b0e6da3620 ssh-agent 07:23:02 SSH_AUTH_SOCK=/tmp/ssh-dKTKLwbn7Y8N/agent.85 07:23:02 SSH_AGENT_PID=91 07:23:02 Running ssh-add (command line suppressed) 07:23:02 Identity added: /w/workspace/edgex-go/942@tmp/private_key_14390501229355585288.key (/w/workspace/edgex-go/942@tmp/private_key_14390501229355585288.key) 07:23:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:23:02 + git semver init 07:23:02 2025-12-24 07:23:02,711 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 07:23:02 2025-12-24 07:23:02,715 [run_init] DEBUG init version:0.0.0 force:False 07:23:02 2025-12-24 07:23:02,716 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/942/.semver 07:23:02 2025-12-24 07:23:02,716 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/942/.semver 07:23:02 2025-12-24 07:23:02,716 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/942/.semver'], cwd=/w/workspace/edgex-go/942, stdin=None, shell=False, universal_newlines=False) 07:23:10 2025-12-24 07:23:10,045 [append_file] DEBUG append to file:/w/workspace/edgex-go/942/.git/info/exclude 07:23:10 2025-12-24 07:23:10,046 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/942/.semver/main with force:False 07:23:10 2025-12-24 07:23:10,046 [read_version] DEBUG read version from /w/workspace/edgex-go/942/.semver/main 07:23:10 2025-12-24 07:23:10,046 [read_version] DEBUG read version from /w/workspace/edgex-go/942/.semver/main 07:23:10 4.1.0-dev.88 [Pipeline] } 07:23:10 $ docker exec --env ******** --env ******** 712a70a9efd139f3f2eaefaac5a86c42a4ee63d22ef168e57c4f96b0e6da3620 ssh-agent -k 07:23:10 unset SSH_AUTH_SOCK; 07:23:10 unset SSH_AGENT_PID; 07:23:10 echo Agent pid 91 killed; 07:23:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:23:11 + git semver [Pipeline] } 07:23:11 $ docker stop --time=1 712a70a9efd139f3f2eaefaac5a86c42a4ee63d22ef168e57c4f96b0e6da3620 07:23:12 $ docker rm -f --volumes 712a70a9efd139f3f2eaefaac5a86c42a4ee63d22ef168e57c4f96b0e6da3620 [Pipeline] // withDockerContainer [Pipeline] sh 07:23:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:23:13 Stashed 1 file(s) [Pipeline] echo 07:23:13 [edgeXSemver]: initialized semver on version 4.1.0-dev.88 [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 07:23:14 + git config --global --add safe.directory /w/workspace/edgex-go/942 [Pipeline] echo 07:23:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:23:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:23:14 ========================================================= 07:23:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] 07:23:14 ========================================================= [Pipeline] fileExists [Pipeline] sh 07:23:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 07:23:14 1.25-alpine: Pulling from edgex-devops/edgex-golang-base 07:23:14 2d35ebdb57d9: Pulling fs layer 07:23:14 c35fb4624d26: Pulling fs layer 07:23:14 4e2aec7ef170: Pulling fs layer 07:23:14 333b49ad6fbf: Pulling fs layer 07:23:14 4f4fb700ef54: Pulling fs layer 07:23:14 c3e65509a76b: Pulling fs layer 07:23:14 7cf9ebb963bd: Pulling fs layer 07:23:14 bb34ca984cfb: Pulling fs layer 07:23:14 151cf03bc807: Pulling fs layer 07:23:14 4f4fb700ef54: Waiting 07:23:14 c3e65509a76b: Waiting 07:23:14 333b49ad6fbf: Waiting 07:23:14 7cf9ebb963bd: Waiting 07:23:14 bb34ca984cfb: Waiting 07:23:14 151cf03bc807: Waiting 07:23:14 c35fb4624d26: Verifying Checksum 07:23:14 c35fb4624d26: Download complete 07:23:14 333b49ad6fbf: Verifying Checksum 07:23:14 333b49ad6fbf: Download complete 07:23:14 4f4fb700ef54: Download complete 07:23:14 c3e65509a76b: Verifying Checksum 07:23:14 c3e65509a76b: Download complete 07:23:14 2d35ebdb57d9: Download complete 07:23:14 2d35ebdb57d9: Pull complete 07:23:14 7cf9ebb963bd: Verifying Checksum 07:23:14 7cf9ebb963bd: Download complete 07:23:14 c35fb4624d26: Pull complete 07:23:14 151cf03bc807: Verifying Checksum 07:23:14 151cf03bc807: Download complete 07:23:14 4e2aec7ef170: Verifying Checksum 07:23:14 4e2aec7ef170: Download complete 07:23:15 bb34ca984cfb: Download complete 07:23:19 4e2aec7ef170: Pull complete 07:23:19 333b49ad6fbf: Pull complete 07:23:19 4f4fb700ef54: Pull complete 07:23:19 c3e65509a76b: Pull complete 07:23:19 7cf9ebb963bd: Pull complete 07:23:22 bb34ca984cfb: Pull complete 07:23:23 151cf03bc807: Pull complete 07:23:23 Digest: sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 07:23:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 07:23:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [Pipeline] fileExists [Pipeline] sh 07:23:23 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 07:23:23 WORKDIR /edgex 07:23:23 COPY go.mod . 07:23:23 RUN go mod download 07:23:23 + docker build -t ci-base-image-x86_64 -f - . 07:23:24 #0 building with "default" instance using docker driver 07:23:24 07:23:24 #1 [internal] load build definition from Dockerfile 07:23:24 #1 transferring dockerfile: 164B done 07:23:24 #1 DONE 0.0s 07:23:24 07:23:24 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 07:23:24 #2 DONE 0.0s 07:23:24 07:23:24 #3 [internal] load .dockerignore 07:23:24 #3 transferring context: 50B done 07:23:24 #3 DONE 0.0s 07:23:24 07:23:24 #4 [internal] load build context 07:23:24 #4 transferring context: 7.11kB done 07:23:24 #4 DONE 0.1s 07:23:24 07:23:24 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 07:23:24 #5 DONE 0.1s 07:23:24 07:23:24 #6 [2/4] WORKDIR /edgex 07:23:26 #6 DONE 1.6s 07:23:26 07:23:26 #7 [3/4] COPY go.mod . 07:23:26 #7 DONE 0.0s 07:23:26 07:23:26 #8 [4/4] RUN go mod download 07:23:28 Still waiting to schedule task 07:23:28 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 07:23:41 #8 DONE 13.4s 07:23:41 07:23:41 #9 exporting to image 07:23:41 #9 exporting layers 07:23:43 #9 exporting layers 3.5s done 07:23:43 #9 writing image sha256:fc7c1346e5f17ad47d1a30be7c14d104f4495c79152244863bd276eb753aede0 07:23:43 #9 writing image sha256:fc7c1346e5f17ad47d1a30be7c14d104f4495c79152244863bd276eb753aede0 done 07:23:43 #9 naming to docker.io/library/ci-base-image-x86_64 done 07:23:43 #9 DONE 3.5s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:23:43 + docker inspect -f . ci-base-image-x86_64 07:23:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:23:43 prd-ubuntu20.04-docker-8c-8g-775639 does not seem to be running inside a container 07:23:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/942 -v /w/workspace/edgex-go/942:/w/workspace/edgex-go/942:rw,z -v /w/workspace/edgex-go/942@tmp:/w/workspace/edgex-go/942@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 07:23:43 $ docker top 4dd7fa96d61f4770d7c9fe1e2a6b1bb40d27d0e1b6e695176acc46e8ca64999b -eo pid,comm [Pipeline] { [Pipeline] sh 07:23:44 + go version 07:23:44 go version go1.25.2 linux/amd64 [Pipeline] } 07:23:44 $ docker stop --time=1 4dd7fa96d61f4770d7c9fe1e2a6b1bb40d27d0e1b6e695176acc46e8ca64999b 07:23:45 $ docker rm -f --volumes 4dd7fa96d61f4770d7c9fe1e2a6b1bb40d27d0e1b6e695176acc46e8ca64999b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:23:45 + docker inspect -f . ci-base-image-x86_64 07:23:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:23:45 prd-ubuntu20.04-docker-8c-8g-775639 does not seem to be running inside a container 07:23:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/942 -v /w/workspace/edgex-go/942:/w/workspace/edgex-go/942:rw,z -v /w/workspace/edgex-go/942@tmp:/w/workspace/edgex-go/942@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 07:23:46 $ docker top c6b8bfbc1f17519f41dd3fd8a16165d27b493bb56eeb834da6b77d8a9fa7aef0 -eo pid,comm [Pipeline] { [Pipeline] echo 07:23:46 ========================================================= 07:23:46 [edgeXBuildGoParallel] Running Tests and Build... 07:23:46 ========================================================= [Pipeline] sh 07:23:46 + git config --global --add safe.directory /w/workspace/edgex-go/942 [Pipeline] fileExists [Pipeline] sh 07:23:46 + make test 07:23:46 go test -race -coverprofile=coverage.out ./... 07:23:56 ? github.com/edgexfoundry/edgex-go [no test files] 07:24:23 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 07:24:23 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 07:24:23 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 07:24:23 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 07:24:23 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 07:24:23 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 07:24:23 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 07:24:23 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 07:24:24 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 07:24:24 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 07:24:24 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 07:24:24 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 07:24:24 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 07:24:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:24:24 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 07:24:24 github.com/edgexfoundry/edgex-go/internal/core/command/application coverage: 0.0% of statements 07:24:24 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 07:24:24 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 07:24:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.053s coverage: 97.0% of statements 07:24:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.054s coverage: 69.4% of statements 07:24:31 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 07:24:31 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.020s coverage: 4.8% of statements 07:24:31 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 07:24:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.076s coverage: 57.6% of statements 07:24:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.026s coverage: 86.5% of statements 07:24:31 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 07:24:31 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 07:24:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.525s coverage: 94.2% of statements 07:24:32 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 07:24:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 07:24:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 07:24:32 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:24:32 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 07:24:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] 07:24:32 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 07:24:32 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 07:24:32 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 07:24:32 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 07:24:32 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 07:24:32 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.089s coverage: 90.7% of statements 07:24:32 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 07:24:32 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 07:24:32 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:24:32 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/registry 1.039s coverage: 0.0% of statements 07:24:32 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 07:24:32 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 07:24:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.040s coverage: 8.3% of statements 07:24:33 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 07:24:33 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 07:24:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.432s coverage: 95.9% of statements 07:24:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 07:24:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 07:24:35 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:24:35 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 07:24:35 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 07:24:35 ok github.com/edgexfoundry/edgex-go/internal/io 1.039s coverage: 72.2% of statements 07:24:35 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 07:24:35 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 07:24:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:24:35 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 07:24:35 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 07:24:35 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 07:24:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:24:35 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 07:24:35 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 07:24:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] 07:24:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.049s coverage: 3.5% of statements 07:24:37 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/mocks coverage: 0.0% of statements 07:24:37 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 07:24:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.038s coverage: 1.0% of statements 07:24:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 07:24:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.025s coverage: 38.2% of statements 07:24:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.024s coverage: 68.8% of statements 07:24:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 07:24:37 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 07:24:37 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 07:24:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.021s coverage: 40.0% of statements 07:24:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.024s coverage: 87.1% of statements 07:24:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.020s coverage: 89.5% of statements 07:24:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.034s coverage: 93.1% of statements 07:24:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.020s coverage: 87.5% of statements 07:24:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.031s coverage: 94.4% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.057s coverage: 92.9% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.032s coverage: 68.8% of statements 07:25:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.034s coverage: 62.3% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.030s coverage: 47.4% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.026s coverage: 87.2% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.021s coverage: 15.5% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.021s coverage: 100.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.058s coverage: 81.8% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.058s coverage: 82.1% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.025s coverage: 86.0% of statements 07:25:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.034s coverage: 6.8% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.036s coverage: 33.3% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.036s coverage: 100.0% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.160s coverage: 54.8% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.6% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.027s coverage: 73.7% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.018s coverage: 100.0% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth 1.045s coverage: 20.0% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.026s coverage: 88.6% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.028s coverage: 96.8% of statements 07:25:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 07:25:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.017s coverage: 100.0% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.135s coverage: 29.2% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.018s coverage: 93.8% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 07:25:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.025s coverage: 3.1% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.025s coverage: 76.2% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.021s coverage: 54.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.060s coverage: 17.1% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.122s coverage: 94.9% of statements 07:25:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 07:25:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 07:25:03 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.027s coverage: 9.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 07:25:03 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.054s coverage: 97.7% of statements 07:25:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 07:25:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.028s coverage: 43.6% of statements 07:25:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 07:25:03 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:25:03 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 07:25:04 running golangci-lint 07:25:04 golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z 07:25:04 go version go1.25.2 linux/amd64 07:25:04 level=info msg="golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z" 07:25:04 level=info msg="[config_reader] Used config file .golangci.yml" 07:25:04 level=info msg="[config_reader] Module name \"github.com/edgexfoundry/edgex-go\"" 07:25:04 level=info msg="maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined" 07:25:04 level=info msg="[goenv] Read go env for 4.41173ms: map[string]string{\"GOCACHE\":\"/root/.cache/go-build\", \"GOROOT\":\"/usr/local/go\"}" 07:25:04 level=info msg="[lintersdb] Active 6 linters: [errcheck gosec govet ineffassign staticcheck unused]" 07:25:05 Running on prd-ubuntu20.04-docker-arm64-4c-16g-775640 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 07:25:05 Running in /w/workspace/edgex-go/942 [Pipeline] { [Pipeline] checkout 07:25:06 The recommended git tool is: git 07:25:10 using credential edgex-jenkins-ssh 07:25:10 Cloning the remote Git repository 07:25:11 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:25:11 > git init /w/workspace/edgex-go/942 # timeout=10 07:25:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:25:11 > git --version # timeout=10 07:25:11 > git --version # 'git version 2.25.1' 07:25:11 using GIT_SSH to set credentials SSH Credentials for GitHub 07:25:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:25:29 Avoid second fetch 07:25:29 Checking out Revision 32b54d096708f46b0b2348d0dcbc77c27003877e (main) 07:25:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:25:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:25:29 > git config core.sparsecheckout # timeout=10 07:25:29 > git checkout -f 32b54d096708f46b0b2348d0dcbc77c27003877e # timeout=10 07:25:30 Commit message: "Merge pull request #5332 from remo-lab/fix/event-purge-timer-leak" 07:25:30 level=info msg="[loader] Go packages loading at mode 8767 (imports|compiled_files|deps|name|types_sizes|exports_file|files) took 22.328718409s" 07:25:30 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 51.268189ms" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:25:34 provisioning config files... 07:25:35 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/942@tmp/config7660975429103947664tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:25:35 ---> ****-login.sh 07:25:35 nexus3.edgexfoundry.org:10001 07:25:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:25:36 Configure a credential helper to remove this warning. See 07:25:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:25:36 07:25:36 Login Succeeded 07:25:36 nexus3.edgexfoundry.org:10002 07:25:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:25:36 Configure a credential helper to remove this warning. See 07:25:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:25:36 07:25:36 Login Succeeded 07:25:36 nexus3.edgexfoundry.org:10003 07:25:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:25:36 Configure a credential helper to remove this warning. See 07:25:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:25:36 07:25:36 Login Succeeded 07:25:37 nexus3.edgexfoundry.org:10004 07:25:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:25:37 Configure a credential helper to remove this warning. See 07:25:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:25:37 07:25:37 Login Succeeded 07:25:37 ****.io 07:25:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:25:37 Configure a credential helper to remove this warning. See 07:25:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:25:37 07:25:37 Login Succeeded 07:25:37 ---> ****-login.sh ends [Pipeline] } 07:25:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 07:25:38 + git config --global --add safe.directory /w/workspace/edgex-go/942 [Pipeline] echo 07:25:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:25:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:25:38 ========================================================= 07:25:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] 07:25:38 ========================================================= [Pipeline] fileExists [Pipeline] sh 07:25:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 07:25:38 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:25:39 6b59a28fa201: Pulling fs layer 07:25:39 d32bb0dddca7: Pulling fs layer 07:25:39 5dab1238d3d9: Pulling fs layer 07:25:39 196fd7d83e7d: Pulling fs layer 07:25:39 4f4fb700ef54: Pulling fs layer 07:25:39 8ba94037c8f0: Pulling fs layer 07:25:39 deaec5988b04: Pulling fs layer 07:25:39 9f65657bb879: Pulling fs layer 07:25:39 196fd7d83e7d: Waiting 07:25:39 4f4fb700ef54: Waiting 07:25:39 8ba94037c8f0: Waiting 07:25:39 9f65657bb879: Waiting 07:25:39 deaec5988b04: Waiting 07:25:39 d32bb0dddca7: Verifying Checksum 07:25:39 d32bb0dddca7: Download complete 07:25:39 196fd7d83e7d: Verifying Checksum 07:25:39 196fd7d83e7d: Download complete 07:25:39 4f4fb700ef54: Verifying Checksum 07:25:39 4f4fb700ef54: Download complete 07:25:39 8ba94037c8f0: Verifying Checksum 07:25:39 8ba94037c8f0: Download complete 07:25:39 6b59a28fa201: Download complete 07:25:39 9f65657bb879: Verifying Checksum 07:25:39 9f65657bb879: Download complete 07:25:40 6b59a28fa201: Pull complete 07:25:40 d32bb0dddca7: Pull complete 07:25:40 5dab1238d3d9: Verifying Checksum 07:25:40 5dab1238d3d9: Download complete 07:25:42 deaec5988b04: Download complete 07:25:43 level=info msg="[linters_context/goanalysis] analyzers took 2m7.37285419s with top 10 stages: buildir: 1m8.701144504s, gosec: 3.730300455s, inspect: 2.591165162s, fact_deprecated: 2.261585902s, ctrlflow: 1.690977076s, fact_purity: 1.677245549s, printf: 1.507515865s, nilness: 1.444842525s, S1038: 1.296648242s, QF1004: 1.138167886s" 07:25:43 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"third_party$\"" 07:25:43 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"builtin$\"" 07:25:43 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"examples$\"" 07:25:43 level=info msg="[runner] Issues before processing: 35, after processing: 0" 07:25:43 level=info msg="[runner] Processors filtering stat (in/out): path_absoluter: 35/35, exclusion_paths: 35/35, invalid_issue: 35/35, path_relativity: 35/35, generated_file_filter: 35/22, exclusion_rules: 22/21, nolint_filter: 21/0, cgo: 35/35, filename_unadjuster: 35/35" 07:25:43 level=info msg="[runner] processing took 8.673465ms with stages: nolint_filter: 7.625447ms, generated_file_filter: 827.548µs, exclusion_rules: 123.391µs, exclusion_paths: 44.915µs, path_relativity: 35.563µs, cgo: 3.85µs, path_absoluter: 3.8µs, sort_results: 2.34µs, invalid_issue: 1.74µs, filename_unadjuster: 1.361µs, max_same_issues: 650ns, fixer: 570ns, diff: 520ns, uniq_by_line: 420ns, path_shortener: 380ns, path_prettifier: 280ns, severity-rules: 220ns, max_from_linter: 180ns, source_code: 150ns, max_per_file_from_linter: 140ns" 07:25:43 level=info msg="[runner] linters took 14.309271141s with stages: goanalysis_metalinter: 14.300518439s" 07:25:43 0 issues. 07:25:43 level=info msg="File cache stats: 0 entries of total size 0B" 07:25:43 level=info msg="Memory: 368 samples, avg is 363.9MB, max is 1350.7MB" 07:25:43 level=info msg="Execution took 36.696503745s" 07:25:43 go vet ./... 07:25:48 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:25:48 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:25:48 ./bin/test-attribution-txt.sh [Pipeline] echo 07:25:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 07:25:49 + ls -al . 07:25:49 total 1392 07:25:49 drwxrwxr-x 11 1001 1001 4096 Dec 24 07:23 . 07:25:49 drwxr-xr-x 4 root root 4096 Dec 24 07:23 .. 07:25:49 drwxrwxr-x 2 1001 1001 4096 Dec 24 07:22 .blubracket 07:25:49 -rw-rw-r-- 1 1001 1001 10 Dec 24 07:22 .dockerignore 07:25:49 drwxrwxr-x 8 1001 1001 4096 Dec 24 07:25 .git 07:25:49 drwxrwxr-x 3 1001 1001 4096 Dec 24 07:22 .github 07:25:49 -rw-rw-r-- 1 1001 1001 909 Dec 24 07:22 .gitignore 07:25:49 -rw-rw-r-- 1 1001 1001 359 Dec 24 07:22 .golangci.yml 07:25:49 -rw-rw-r-- 1 1001 1001 100 Dec 24 07:22 .hadolint.yml 07:25:49 drwxr-xr-x 3 1001 1001 4096 Dec 24 07:23 .semver 07:25:49 -rw-rw-r-- 1 1001 1001 155 Dec 24 07:22 .sonarcloud.properties 07:25:49 -rw-rw-r-- 1 1001 1001 1171 Dec 24 07:22 ADOPTERS.md 07:25:49 -rw-rw-r-- 1 1001 1001 20017 Dec 24 07:22 Attribution.txt 07:25:49 -rw-rw-r-- 1 1001 1001 108018 Dec 24 07:22 CHANGELOG.md 07:25:49 -rw-rw-r-- 1 1001 1001 3804 Dec 24 07:22 CONTRIBUTING.md 07:25:49 -rw-rw-r-- 1 1001 1001 677 Dec 24 07:22 GOVERNANCE.md 07:25:49 -rw-rw-r-- 1 1001 1001 886 Dec 24 07:22 Jenkinsfile 07:25:49 -rw-rw-r-- 1 1001 1001 10775 Dec 24 07:22 LICENSE 07:25:49 -rw-rw-r-- 1 1001 1001 16739 Dec 24 07:22 Makefile 07:25:49 -rw-rw-r-- 1 1001 1001 582 Dec 24 07:22 OWNERS.md 07:25:49 -rw-rw-r-- 1 1001 1001 9932 Dec 24 07:22 README.md 07:25:49 -rw-rw-r-- 1 1001 1001 789 Dec 24 07:22 SECURITY.md 07:25:49 -rw-rw-r-- 1 1001 1001 12 Dec 24 07:23 VERSION 07:25:49 drwxrwxr-x 2 1001 1001 4096 Dec 24 07:22 bin 07:25:49 drwxrwxr-x 19 1001 1001 4096 Dec 24 07:22 cmd 07:25:49 -rw-r--r-- 1 root root 1043597 Dec 24 07:25 coverage.out 07:25:49 drwxrwxr-x 2 1001 1001 4096 Dec 24 07:22 fuzz_test 07:25:49 -rw-rw-r-- 1 1001 1001 7070 Dec 24 07:22 go.mod 07:25:49 -rw-rw-r-- 1 1001 1001 90674 Dec 24 07:22 go.sum 07:25:49 drwxrwxr-x 7 1001 1001 4096 Dec 24 07:22 internal 07:25:49 drwxrwxr-x 2 1001 1001 4096 Dec 24 07:22 openapi 07:25:49 -rw-rw-r-- 1 1001 1001 584 Dec 24 07:22 security.txt 07:25:49 -rw-rw-r-- 1 1001 1001 204 Dec 24 07:22 version.go [Pipeline] sh 07:25:49 + '[' -e coverage.out ] 07:25:49 + chown 1001:1001 coverage.out [Pipeline] stash 07:25:49 Stashed 1 file(s) [Pipeline] sh 07:25:49 + make build 07:25:49 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 07:25:54 5dab1238d3d9: Pull complete 07:25:54 196fd7d83e7d: Pull complete 07:25:54 4f4fb700ef54: Pull complete 07:25:54 8ba94037c8f0: Pull complete 07:26:05 deaec5988b04: Pull complete 07:26:05 9f65657bb879: Pull complete 07:26:05 Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 07:26:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 07:26:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [Pipeline] fileExists [Pipeline] sh 07:26:05 + docker build -t ci-base-image-arm64 -f - . 07:26:05 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 07:26:05 WORKDIR /edgex 07:26:05 COPY go.mod . 07:26:05 RUN go mod download 07:26:06 Sending build context to Docker daemon 3.887MB 07:26:06 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 07:26:06 ---> 334268110677 07:26:06 Step 2/4 : WORKDIR /edgex 07:26:08 ---> Running in 03673b7e9666 07:26:08 Removing intermediate container 03673b7e9666 07:26:08 ---> 94618e41bd28 07:26:08 Step 3/4 : COPY go.mod . 07:26:09 ---> 659bf9aa4381 07:26:09 Step 4/4 : RUN go mod download 07:26:09 ---> Running in df699f428084 07:26:16 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:26:17 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 07:26:19 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:26:19 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 07:26:21 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:26:27 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:26:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 07:26:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:26:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:26:36 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 07:26:38 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:26:38 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 07:26:40 $ docker stop --time=1 c6b8bfbc1f17519f41dd3fd8a16165d27b493bb56eeb834da6b77d8a9fa7aef0 07:26:43 $ docker rm -f --volumes c6b8bfbc1f17519f41dd3fd8a16165d27b493bb56eeb834da6b77d8a9fa7aef0 [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 07:26:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:26:44 07:26:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:26:45 latest: Pulling from edgex-devops/edgex-compose 07:26:45 91d30c5bc195: Pulling fs layer 07:26:45 2e9b0aa3be6d: Pulling fs layer 07:26:45 9c61dcf015f6: Pulling fs layer 07:26:45 4698f68db338: Pulling fs layer 07:26:45 2a2f49069b9e: Pulling fs layer 07:26:45 e0025b399a48: Pulling fs layer 07:26:45 2a2f49069b9e: Waiting 07:26:45 e0025b399a48: Waiting 07:26:45 4698f68db338: Waiting 07:26:45 91d30c5bc195: Download complete 07:26:45 4698f68db338: Verifying Checksum 07:26:45 4698f68db338: Download complete 07:26:45 2e9b0aa3be6d: Verifying Checksum 07:26:45 2e9b0aa3be6d: Download complete 07:26:45 91d30c5bc195: Pull complete 07:26:45 e0025b399a48: Verifying Checksum 07:26:45 e0025b399a48: Download complete 07:26:45 2a2f49069b9e: Verifying Checksum 07:26:45 2a2f49069b9e: Download complete 07:26:45 2e9b0aa3be6d: Pull complete 07:26:46 9c61dcf015f6: Verifying Checksum 07:26:46 9c61dcf015f6: Download complete 07:26:50 9c61dcf015f6: Pull complete 07:26:50 4698f68db338: Pull complete 07:26:50 2a2f49069b9e: Pull complete 07:26:50 e0025b399a48: Pull complete 07:26:50 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 07:26:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:26:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:26:50 prd-ubuntu20.04-docker-8c-8g-775639 does not seem to be running inside a container 07:26:50 $ 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/942 -v /w/workspace/edgex-go/942:/w/workspace/edgex-go/942:rw,z -v /w/workspace/edgex-go/942@tmp:/w/workspace/edgex-go/942@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 07:26:51 $ docker top e8b5f1ddf9a357c7695f686337971b6a8d0450349ccd355c50ea0d0ea3f556dd -eo pid,comm [Pipeline] { [Pipeline] sh 07:26:52 + docker compose -f ./docker-compose-build.yml build --parallel 07:26:52 #1 [security-spire-agent internal] load build definition from Dockerfile 07:26:52 #1 transferring dockerfile: 1.81kB done 07:26:52 #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 07:26:52 #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 07:26:52 #1 DONE 0.1s 07:26:52 07:26:52 #2 [core-data internal] load build definition from Dockerfile 07:26:52 #2 transferring dockerfile: 2.04kB done 07:26:52 #2 DONE 0.2s 07:26:52 07:26:52 #3 [security-spiffe-token-provider internal] load build definition from Dockerfile 07:26:52 #3 transferring dockerfile: 1.89kB done 07:26:52 #3 DONE 0.1s 07:26:52 07:26:52 #4 [security-spire-config internal] load build definition from Dockerfile 07:26:52 #4 transferring dockerfile: 1.69kB done 07:26:52 #4 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 07:26:52 #4 DONE 0.1s 07:26:52 07:26:52 #5 [security-bootstrapper internal] load build definition from Dockerfile 07:26:52 #5 transferring dockerfile: 3.02kB done 07:26:52 #5 DONE 0.1s 07:26:52 07:26:52 #6 [core-keeper internal] load build definition from Dockerfile 07:26:52 #6 transferring dockerfile: 2.01kB done 07:26:52 #6 DONE 0.2s 07:26:52 07:26:52 #7 [support-notifications internal] load build definition from Dockerfile 07:26:52 #7 transferring dockerfile: 2.02kB done 07:26:52 #7 DONE 0.2s 07:26:52 07:26:52 #8 [security-spire-server internal] load build definition from Dockerfile 07:26:52 #8 transferring dockerfile: 1.70kB done 07:26:52 #8 DONE 0.2s 07:26:52 07:26:52 #9 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:26:52 #9 DONE 0.0s 07:26:52 07:26:52 #10 [security-proxy-auth internal] load build definition from Dockerfile 07:26:52 #10 transferring dockerfile: 2.14kB done 07:26:52 #10 DONE 0.2s 07:26:52 07:26:52 #11 [core-metadata internal] load build definition from Dockerfile 07:26:52 #11 transferring dockerfile: 2.10kB done 07:26:52 #11 DONE 0.2s 07:26:52 07:26:52 #12 [core-command internal] load build definition from Dockerfile 07:26:52 #12 transferring dockerfile: 1.94kB done 07:26:52 #12 DONE 0.2s 07:26:52 07:26:52 #13 [core-keeper internal] load .dockerignore 07:26:52 #13 transferring context: 50B done 07:26:52 #13 DONE 0.1s 07:26:52 07:26:52 #14 [security-secretstore-setup internal] load build definition from Dockerfile 07:26:52 #14 transferring dockerfile: 2.49kB done 07:26:52 #14 DONE 0.2s 07:26:52 07:26:52 #15 [security-proxy-setup internal] load build definition from Dockerfile 07:26:52 #15 transferring dockerfile: 2.50kB done 07:26:52 #15 DONE 0.2s 07:26:52 07:26:52 #16 [core-common-config-bootstrapper internal] load build definition from Dockerfile 07:26:52 #16 transferring dockerfile: 2.23kB done 07:26:52 #16 DONE 0.2s 07:26:52 07:26:52 #17 [support-scheduler internal] load build definition from Dockerfile 07:26:52 #17 transferring dockerfile: 1.83kB done 07:26:52 #17 DONE 0.2s 07:26:52 07:26:52 #9 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:26:52 #9 DONE 0.0s 07:26:52 07:26:52 #18 [security-spiffe-token-provider internal] load .dockerignore 07:26:52 #18 transferring context: 50B done 07:26:52 #18 DONE 0.1s 07:26:52 07:26:52 #19 [security-bootstrapper internal] load .dockerignore 07:26:52 #19 transferring context: 50B done 07:26:52 #19 DONE 0.1s 07:26:52 07:26:52 #20 [core-data internal] load .dockerignore 07:26:52 #20 transferring context: 50B done 07:26:52 #20 DONE 0.1s 07:26:52 07:26:52 #21 [support-scheduler internal] load metadata for docker.io/library/alpine:3.22 07:26:52 #21 DONE 0.2s 07:26:52 07:26:52 #22 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 07:26:52 #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 07:26:52 #22 ... 07:26:52 07:26:52 #23 [core-command internal] load .dockerignore 07:26:52 #23 transferring context: 50B done 07:26:52 #23 DONE 0.1s 07:26:52 07:26:52 #24 [support-notifications internal] load .dockerignore 07:26:52 #24 transferring context: 50B done 07:26:52 #24 DONE 0.1s 07:26:52 07:26:52 #25 [core-metadata internal] load .dockerignore 07:26:52 #25 transferring context: 50B done 07:26:52 #25 DONE 0.1s 07:26:52 07:26:52 #26 [security-proxy-auth internal] load .dockerignore 07:26:52 #26 transferring context: 50B done 07:26:52 #26 DONE 0.1s 07:26:52 07:26:52 #22 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 07:26:52 #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 07:26:52 #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 07:26:52 #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 07:26:52 #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 07:26:52 #22 ... 07:26:52 07:26:52 #27 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 07:26:52 #27 DONE 0.6s 07:26:52 07:26:52 #28 [core-common-config-bootstrapper internal] load .dockerignore 07:26:52 #28 transferring context: 50B done 07:26:52 #28 DONE 0.4s 07:26:52 07:26:52 #29 [security-secretstore-setup internal] load .dockerignore 07:26:52 #29 transferring context: 50B 0.0s done 07:26:52 #29 DONE 0.4s 07:26:53 07:26:53 #30 [support-scheduler internal] load .dockerignore 07:26:53 #30 transferring context: 50B done 07:26:53 #30 DONE 0.5s 07:26:53 07:26:53 #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 07:26:53 #31 DONE 0.7s 07:26:53 07:26:53 #32 [security-proxy-setup internal] load .dockerignore 07:26:53 #32 transferring context: 50B done 07:26:53 #32 DONE 0.5s 07:26:53 07:26:53 #22 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 07:26:53 #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 07:26:53 #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 07:26:53 #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 07:26:53 #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 07:26:53 #22 ... 07:26:53 07:26:53 #33 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 07:26:53 #33 DONE 0.8s 07:26:53 07:26:53 #34 [security-spire-config internal] load .dockerignore 07:26:53 #34 transferring context: 50B 0.0s done 07:26:53 #34 DONE 0.5s 07:26:53 07:26:53 #35 [core-keeper builder 2/7] WORKDIR /edgex-go 07:26:53 #35 ... 07:26:53 07:26:53 #36 [security-spire-agent internal] load .dockerignore 07:26:53 #36 transferring context: 50B done 07:26:53 #36 DONE 0.6s 07:26:53 07:26:53 #37 [security-secretstore-setup internal] load build context 07:26:54 #37 ... 07:26:54 07:26:54 #38 [security-spire-server internal] load .dockerignore 07:26:54 #38 transferring context: 50B 0.0s done 07:26:54 #38 DONE 1.4s 07:26:54 07:26:54 #37 [security-secretstore-setup internal] load build context 07:26:56 #37 ... 07:26:56 07:26:56 #35 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 07:26:56 #35 DONE 2.5s 07:26:56 07:26:56 #37 [security-secretstore-setup internal] load build context 07:26:58 #37 transferring context: 170.91MB 5.3s 07:27:01 #37 ... 07:27:01 07:27:01 #39 [core-keeper internal] load build context 07:27:01 #39 ... 07:27:01 07:27:01 #37 [security-secretstore-setup internal] load build context 07:27:02 #37 ... 07:27:02 07:27:02 #40 [core-data internal] load build context 07:27:02 #40 ... 07:27:02 07:27:02 #41 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 07:27:02 #0 1.603 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:02 #0 1.697 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:02 #0 2.026 (1/1) Installing dumb-init (1.2.5-r3) 07:27:02 #0 2.030 Executing busybox-1.37.0-r19.trigger 07:27:02 #0 2.036 OK: 7 MiB in 17 packages 07:27:02 #41 ... 07:27:02 07:27:02 #42 [security-proxy-auth internal] load build context 07:27:02 #42 ... 07:27:02 07:27:02 #43 [security-spiffe-token-provider internal] load build context 07:27:02 #43 ... 07:27:02 07:27:02 #44 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 07:27:02 #0 1.180 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:02 #0 1.258 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:02 #0 1.573 (1/2) Installing dumb-init (1.2.5-r3) 07:27:02 #0 1.581 (2/2) Installing su-exec (0.2-r3) 07:27:02 #0 1.669 Executing busybox-1.37.0-r19.trigger 07:27:02 #0 1.677 OK: 7 MiB in 18 packages 07:27:02 #44 ... 07:27:02 07:27:02 #45 [security-proxy-setup internal] load build context 07:27:03 #45 ... 07:27:03 07:27:03 #46 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:27:03 #46 ... 07:27:03 07:27:03 #47 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:03 #47 ... 07:27:03 07:27:03 #48 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:27:03 #48 ... 07:27:03 07:27:03 #49 [core-command internal] load build context 07:27:03 #49 transferring context: 555.12MB 10.8s 07:27:03 #49 ... 07:27:03 07:27:03 #50 [support-notifications internal] load build context 07:27:03 #50 ... 07:27:03 07:27:03 #51 [core-common-config-bootstrapper internal] load build context 07:27:03 #51 ... 07:27:03 07:27:03 #52 [support-scheduler internal] load build context 07:27:04 #52 ... 07:27:04 07:27:04 #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 07:27:04 #0 0.595 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:04 #0 0.818 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:04 #0 1.240 (1/7) Installing ca-certificates (20250911-r0) 07:27:04 #0 1.255 (2/7) Installing dumb-init (1.2.5-r3) 07:27:04 #0 1.283 (3/7) Installing libgcc (14.2.0-r6) 07:27:04 #0 1.291 (4/7) Installing libsodium (1.0.20-r0) 07:27:04 #0 1.292 (5/7) Installing libstdc++ (14.2.0-r6) 07:27:04 #0 1.311 (6/7) Installing libzmq (4.3.5-r2) 07:27:04 #0 1.321 (7/7) Installing zeromq (4.3.5-r2) 07:27:04 #0 1.327 Executing busybox-1.37.0-r19.trigger 07:27:04 #0 1.347 Executing ca-certificates-20250911-r0.trigger 07:27:04 #0 1.515 OK: 12 MiB in 23 packages 07:27:04 #53 ... 07:27:04 07:27:04 #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:27:04 #54 ... 07:27:04 07:27:04 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:27:04 #0 0.667 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:04 #0 0.797 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:04 #0 1.230 v3.22.2-316-gf6f93a78dea [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 07:27:04 #0 1.230 v3.22.2-315-g6ed2819aa4e [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 07:27:04 #0 1.230 OK: 26327 distinct packages available 07:27:04 #0 1.305 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:04 #0 1.381 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:04 #0 1.677 (1/13) Installing brotli-libs (1.1.0-r2) 07:27:04 #0 1.694 (2/13) Installing c-ares (1.34.6-r0) 07:27:04 #0 1.702 (3/13) Installing libunistring (1.3-r0) 07:27:04 #0 1.724 (4/13) Installing libidn2 (2.3.7-r0) 07:27:04 #0 1.727 (5/13) Installing nghttp2-libs (1.65.0-r0) 07:27:04 #0 1.731 (6/13) Installing libpsl (0.21.5-r3) 07:27:04 #0 1.738 (7/13) Installing zstd-libs (1.5.7-r0) 07:27:04 #0 1.745 (8/13) Installing libcurl (8.14.1-r2) 07:27:04 #0 1.756 (9/13) Installing curl (8.14.1-r2) 07:27:04 #0 1.882 (10/13) Installing dumb-init (1.2.5-r3) 07:27:04 #0 1.882 (11/13) Installing musl-obstack (1.2.3-r2) 07:27:04 #0 1.882 (12/13) Installing libucontext (1.3.2-r0) 07:27:04 #0 1.882 (13/13) Installing gcompat (1.1.0-r4) 07:27:04 #0 1.887 Executing busybox-1.37.0-r19.trigger 07:27:04 #0 1.898 OK: 13 MiB in 29 packages 07:27:04 #55 ... 07:27:04 07:27:04 #56 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 07:27:04 #0 1.353 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:04 #0 1.425 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:04 #0 1.739 (1/1) Installing dumb-init (1.2.5-r3) 07:27:04 #0 1.739 Executing busybox-1.37.0-r19.trigger 07:27:04 #0 1.751 OK: 7 MiB in 17 packages 07:27:04 #56 ... 07:27:04 07:27:04 #57 [security-bootstrapper internal] load build context 07:27:04 #57 ... 07:27:04 07:27:04 #58 [core-metadata internal] load build context 07:27:04 #58 ... 07:27:04 07:27:04 #42 [security-proxy-auth internal] load build context 07:27:05 #42 ... 07:27:05 07:27:05 #59 [security-spire-config internal] load build context 07:27:05 #59 transferring context: 24.70kB 0.0s done 07:27:05 #59 ... 07:27:05 07:27:05 #22 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 07:27:05 #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 07:27:05 #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 07:27:05 #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 07:27:05 #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 07:27:05 #22 ... 07:27:05 07:27:05 #60 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:05 #60 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 7.2s done 07:27:05 Removing intermediate container df699f428084 07:27:05 ---> 434b04b8846d 07:27:05 Successfully built 434b04b8846d 07:27:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:27:05 + docker inspect -f . ci-base-image-arm64 07:27:05 . [Pipeline] } 07:27:05 #60 ... 07:27:05 07:27:05 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:27:05 #61 ... 07:27:05 07:27:05 #50 [support-notifications internal] load build context [Pipeline] // withEnv [Pipeline] withDockerContainer 07:27:06 prd-ubuntu20.04-docker-arm64-4c-16g-775640 does not seem to be running inside a container 07:27:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/942 -v /w/workspace/edgex-go/942:/w/workspace/edgex-go/942:rw,z -v /w/workspace/edgex-go/942@tmp:/w/workspace/edgex-go/942@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 07:27:06 #50 transferring context: 518.14MB 13.2s 07:27:06 #50 ... 07:27:06 07:27:06 #62 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:27:06 #62 ... 07:27:06 07:27:06 #63 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:06 #63 ... 07:27:06 07:27:06 #64 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:27:06 #64 ... 07:27:06 07:27:06 #65 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 07:27:06 #65 ... 07:27:06 07:27:06 #66 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 07:27:06 #66 ... 07:27:06 07:27:06 #67 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 07:27:06 #67 ... 07:27:06 07:27:06 #50 [support-notifications internal] load build context 07:27:06 #50 transferring context: 608.32MB 14.0s done 07:27:07 $ docker top 8de25ace174c2410abba5e826d460315bf6dc5ba664909c6d3c058b3f2515a00 -eo pid,comm [Pipeline] { [Pipeline] sh 07:27:08 + go version 07:27:08 go version go1.25.3 linux/arm64 [Pipeline] } 07:27:08 $ docker stop --time=1 8de25ace174c2410abba5e826d460315bf6dc5ba664909c6d3c058b3f2515a00 07:27:09 $ docker rm -f --volumes 8de25ace174c2410abba5e826d460315bf6dc5ba664909c6d3c058b3f2515a00 [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 07:27:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:27:10 07:27:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:27:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:27:10 latest: Pulling from edgex-devops/edgex-compose-arm64 07:27:10 547446be3368: Pulling fs layer 07:27:10 d125d8839a47: Pulling fs layer 07:27:10 3e85d5ac6304: Pulling fs layer 07:27:10 c3105a71a48b: Pulling fs layer 07:27:10 0f093f025ec4: Pulling fs layer 07:27:10 c3106fc0e877: Pulling fs layer 07:27:10 c3105a71a48b: Waiting 07:27:10 c3106fc0e877: Waiting 07:27:10 0f093f025ec4: Waiting 07:27:11 #50 ... 07:27:11 07:27:11 #59 [security-spire-config internal] load build context 07:27:11 #59 DONE 15.9s 07:27:11 07:27:11 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:27:11 #55 DONE 18.5s 07:27:11 07:27:11 #49 [core-command internal] load build context 07:27:11 #49 transferring context: 608.32MB 11.7s done 07:27:11 #49 DONE 18.6s 07:27:11 07:27:11 #56 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 07:27:11 #56 DONE 18.5s 07:27:11 07:27:11 #41 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 07:27:11 #41 DONE 18.5s 07:27:11 547446be3368: Verifying Checksum 07:27:11 547446be3368: Download complete 07:27:11 c3105a71a48b: Verifying Checksum 07:27:11 c3105a71a48b: Download complete 07:27:11 07:27:11 #44 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 07:27:11 #44 DONE 18.6s 07:27:11 07:27:11 #47 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:11 #47 DONE 18.6s 07:27:11 07:27:11 #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 07:27:11 #53 DONE 18.6s 07:27:11 07:27:11 #57 [security-bootstrapper internal] load build context 07:27:11 #57 transferring context: 608.32MB 12.2s done 07:27:11 #57 DONE 18.7s 07:27:11 07:27:11 #40 [core-data internal] load build context 07:27:11 #40 transferring context: 608.32MB 12.5s done 07:27:11 #40 DONE 18.7s 07:27:11 07:27:11 #43 [security-spiffe-token-provider internal] load build context 07:27:11 #43 transferring context: 608.32MB 12.6s done 07:27:11 #43 DONE 18.8s 07:27:11 07:27:11 #22 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 07:27:11 #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 07:27:11 #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 07:27:11 #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 07:27:11 #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 07:27:11 #22 ... 07:27:11 07:27:11 #42 [security-proxy-auth internal] load build context 07:27:11 #42 transferring context: 608.32MB 12.5s done 07:27:11 #42 DONE 18.7s 07:27:11 07:27:11 #52 [support-scheduler internal] load build context 07:27:11 #52 transferring context: 608.32MB 12.2s done 07:27:11 #52 DONE 18.3s 07:27:11 07:27:11 #51 [core-common-config-bootstrapper internal] load build context 07:27:11 #51 transferring context: 608.32MB 12.9s done 07:27:11 #51 DONE 18.3s 07:27:11 07:27:11 #37 [security-secretstore-setup internal] load build context 07:27:11 #37 transferring context: 608.32MB 13.2s done 07:27:11 #37 DONE 18.3s 07:27:11 07:27:11 #50 [support-notifications internal] load build context 07:27:11 #50 DONE 18.8s 07:27:11 07:27:11 #58 [core-metadata internal] load build context 07:27:11 #58 transferring context: 608.32MB 14.0s done 07:27:11 #58 DONE 18.8s 07:27:11 07:27:11 #45 [security-proxy-setup internal] load build context 07:27:11 #45 transferring context: 608.32MB 13.6s done 07:27:11 #45 DONE 18.3s 07:27:11 07:27:11 #39 [core-keeper internal] load build context 07:27:11 #39 transferring context: 608.32MB 14.3s done 07:27:11 #39 DONE 18.8s 07:27:11 d125d8839a47: Verifying Checksum 07:27:11 d125d8839a47: Download complete 07:27:11 c3106fc0e877: Verifying Checksum 07:27:11 c3106fc0e877: Download complete 07:27:11 07:27:11 #68 [security-spire-agent internal] load build context 07:27:11 #68 transferring context: 25.98kB done 07:27:11 #68 DONE 0.4s 07:27:11 07:27:11 #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 07:27:11 #69 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.1s done 07:27:11 #69 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done 07:27:11 #69 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.1s done 07:27:11 #69 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.1s done 07:27:11 #69 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done 07:27:11 #69 sha256:f3f75cbd8e89aaeaf217da4f23120881d5cf2db177a9095099ab1c09bcacbbff 1.05kB / 1.05kB done 07:27:11 #69 sha256:85fdd50c7a5e4921364e1448e85c8bf3593e78ec983c9336afa844644b6f45d1 1.72kB / 1.72kB done 07:27:11 #69 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a done 07:27:11 #69 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.2s done 07:27:11 #69 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 2.10MB / 19.17MB 0.3s 07:27:11 #69 ... 07:27:11 07:27:11 #70 [security-spire-server internal] load build context 07:27:11 #70 transferring context: 26.44kB 0.0s done 07:27:11 #70 DONE 0.5s 07:27:11 07:27:11 #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 07:27:11 #69 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 6.29MB / 19.17MB 0.4s 07:27:11 #69 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 15.73MB / 19.17MB 0.6s 07:27:11 0f093f025ec4: Verifying Checksum 07:27:11 0f093f025ec4: Download complete 07:27:11 547446be3368: Pull complete 07:27:11 #69 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 19.17MB / 19.17MB 0.7s 07:27:11 #69 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 19.17MB / 19.17MB 0.7s done 07:27:11 #69 extracting sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 07:27:12 #69 ... 07:27:12 07:27:12 #48 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:27:12 #48 18.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:12 #48 18.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:12 #48 18.76 (1/3) Installing ca-certificates (20250911-r0) 07:27:12 #48 18.78 (2/3) Installing dumb-init (1.2.5-r3) 07:27:12 #48 18.78 (3/3) Installing tzdata (2025c-r0) 07:27:12 #48 18.82 Executing busybox-1.37.0-r19.trigger 07:27:12 #48 18.82 Executing ca-certificates-20250911-r0.trigger 07:27:12 #48 18.88 OK: 8 MiB in 19 packages 07:27:12 #48 DONE 19.5s 07:27:12 07:27:12 #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 07:27:12 #69 ... 07:27:12 07:27:12 #46 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:27:12 #46 18.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:12 #46 18.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:12 #46 18.87 (1/4) Installing dumb-init (1.2.5-r3) 07:27:12 #46 18.88 (2/4) Installing openssl (3.5.4-r0) 07:27:12 #46 18.89 (3/4) Installing su-exec (0.2-r3) 07:27:12 #46 18.90 (4/4) Installing yq-go (4.47.2-r2) 07:27:12 #46 18.97 Executing busybox-1.37.0-r19.trigger 07:27:12 #46 18.99 OK: 20 MiB in 20 packages 07:27:12 #46 DONE 19.6s 07:27:12 07:27:12 #64 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:27:12 #64 15.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:12 #64 15.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:12 #64 15.85 OK: 265 MiB in 60 packages 07:27:12 #64 DONE 16.6s 07:27:12 07:27:12 #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:27:12 #54 18.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:12 #54 18.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:12 #54 19.04 (1/4) Installing ca-certificates (20250911-r0) 07:27:12 #54 19.07 (2/4) Installing dumb-init (1.2.5-r3) 07:27:12 #54 19.07 (3/4) Installing su-exec (0.2-r3) 07:27:12 #54 19.08 (4/4) Installing yq-go (4.47.2-r2) 07:27:12 #54 19.15 Executing busybox-1.37.0-r19.trigger 07:27:12 #54 19.17 Executing ca-certificates-20250911-r0.trigger 07:27:12 #54 19.27 OK: 20 MiB in 20 packages 07:27:12 #54 DONE 19.6s 07:27:12 07:27:12 #60 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:12 #60 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 7.2s done 07:27:12 #60 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done 07:27:12 #60 sha256:9f8a255617307da6b53c9d6487246bf5b49d3512bb30f5b733ea11aa6c9ca192 1.05kB / 1.05kB done 07:27:12 #60 sha256:310211bc494e8d41e03aed8667c76bf95c9be121e0a59409aa32f7da7c671a50 1.74kB / 1.74kB done 07:27:12 #60 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.1s done 07:27:12 #60 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.2s done 07:27:12 #60 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.1s done 07:27:12 #60 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done 07:27:12 #60 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 0.8s done 07:27:12 #60 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 07:27:12 #60 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 done 07:27:12 #60 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 0.9s 07:27:13 #60 ... 07:27:13 07:27:13 #63 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:13 #63 DONE 17.0s 07:27:13 07:27:13 #60 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:13 #60 ... 07:27:13 07:27:13 #62 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:27:13 #62 15.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:13 #62 15.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:13 #62 16.14 v3.22.2-316-gf6f93a78dea [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 07:27:13 #62 16.14 v3.22.2-315-g6ed2819aa4e [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 07:27:13 #62 16.14 OK: 26329 distinct packages available 07:27:13 #62 16.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:13 #62 16.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:13 #62 16.70 OK: 265 MiB in 60 packages 07:27:13 #62 DONE 17.0s 07:27:13 07:27:13 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:27:13 #61 16.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:13 #61 16.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:13 #61 16.84 v3.22.2-316-gf6f93a78dea [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 07:27:13 #61 16.84 v3.22.2-315-g6ed2819aa4e [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 07:27:13 #61 16.84 OK: 26327 distinct packages available 07:27:13 #61 16.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:13 #61 17.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:13 #61 17.42 (1/4) Installing dumb-init (1.2.5-r3) 07:27:13 #61 17.43 (2/4) Installing musl-obstack (1.2.3-r2) 07:27:13 #61 17.43 (3/4) Installing libucontext (1.3.2-r0) 07:27:13 #61 17.43 (4/4) Installing gcompat (1.1.0-r4) 07:27:13 #61 17.44 Executing busybox-1.37.0-r19.trigger 07:27:13 #61 17.45 OK: 8 MiB in 20 packages 07:27:13 #61 DONE 17.9s 07:27:13 07:27:13 #71 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 07:27:13 #71 DONE 0.5s 07:27:13 07:27:13 #60 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:13 #60 ... 07:27:13 07:27:13 #72 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 07:27:13 #0 1.216 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:13 #0 1.282 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:13 #0 1.711 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 07:27:13 #0 1.732 Executing busybox-1.37.0-r20.post-upgrade 07:27:13 #0 1.875 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 07:27:13 #0 1.879 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 07:27:13 #0 1.880 Executing busybox-1.37.0-r20.trigger 07:27:13 #0 1.884 OK: 12 MiB in 23 packages 07:27:13 #72 DONE 2.2s 07:27:13 07:27:13 #66 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 07:27:13 #66 16.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:13 #66 16.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:13 #66 17.02 OK: 265 MiB in 60 packages 07:27:13 #66 DONE 17.3s 07:27:13 07:27:13 #60 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:13 #60 ... 07:27:13 07:27:13 #67 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 07:27:13 #67 16.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:13 #67 16.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:13 #67 17.08 OK: 265 MiB in 60 packages 07:27:13 #67 DONE 17.3s 07:27:13 07:27:13 #73 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 07:27:13 #73 DONE 0.3s 07:27:13 07:27:13 #60 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:13 #60 ... 07:27:13 07:27:13 #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 07:27:13 #69 extracting sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 1.2s done 07:27:13 #69 DONE 2.4s 07:27:13 07:27:13 #60 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:13 #60 ... 07:27:13 07:27:13 #65 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 07:27:13 #65 16.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:13 #65 16.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:13 #65 17.21 OK: 265 MiB in 60 packages 07:27:13 #65 DONE 17.6s 07:27:13 07:27:13 #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade 07:27:13 #0 1.581 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:13 #0 1.662 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:13 #0 2.110 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 07:27:13 #0 2.121 Executing busybox-1.37.0-r20.post-upgrade 07:27:13 #0 2.228 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 07:27:13 #0 2.233 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 07:27:13 #0 2.237 Executing busybox-1.37.0-r20.trigger 07:27:13 #0 2.244 OK: 7 MiB in 17 packages 07:27:13 #74 DONE 2.5s 07:27:13 07:27:13 #75 [core-command builder 4/7] COPY go.mod vendor* ./ 07:27:13 #75 DONE 0.3s 07:27:13 07:27:13 #60 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:13 3e85d5ac6304: Download complete 07:27:14 #60 ... 07:27:14 07:27:14 #76 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 07:27:14 #76 DONE 0.5s 07:27:14 07:27:14 #60 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:14 #60 ... 07:27:14 07:27:14 #77 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:27:14 #0 1.687 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:14 #0 1.777 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:14 #0 2.135 v3.22.2-316-gf6f93a78dea [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 07:27:14 #0 2.135 v3.22.2-315-g6ed2819aa4e [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 07:27:14 #0 2.135 OK: 26327 distinct packages available 07:27:14 #0 2.203 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:14 #0 2.267 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:14 #0 2.658 (1/5) Installing dumb-init (1.2.5-r3) 07:27:14 #0 2.663 (2/5) Installing musl-obstack (1.2.3-r2) 07:27:14 #0 2.666 (3/5) Installing libucontext (1.3.2-r0) 07:27:14 #0 2.669 (4/5) Installing gcompat (1.1.0-r4) 07:27:14 #0 2.673 (5/5) Installing openssl (3.5.4-r0) 07:27:14 #0 2.687 Executing busybox-1.37.0-r19.trigger 07:27:14 #0 2.696 OK: 8 MiB in 21 packages 07:27:14 #77 DONE 3.0s 07:27:14 07:27:14 #78 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:27:14 #0 1.395 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:14 #0 1.827 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:14 #0 2.419 (1/1) Installing dumb-init (1.2.5-r3) 07:27:14 #0 2.593 Executing busybox-1.37.0-r19.trigger 07:27:14 #0 2.603 OK: 7 MiB in 17 packages 07:27:14 #78 DONE 2.9s 07:27:14 07:27:14 #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ 07:27:14 #79 DONE 0.4s 07:27:14 07:27:14 #60 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:14 d125d8839a47: Pull complete 07:27:14 #60 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 2.6s done 07:27:14 #60 DONE 19.4s 07:27:14 07:27:14 #80 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:27:15 #80 ... 07:27:15 07:27:15 #81 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 07:27:15 #0 2.927 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:15 #0 3.075 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:15 #0 3.458 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 07:27:15 #0 3.469 Executing busybox-1.37.0-r20.post-upgrade 07:27:15 #0 3.535 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 07:27:15 #0 3.536 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 07:27:15 #0 3.552 Executing busybox-1.37.0-r20.trigger 07:27:15 #0 3.555 OK: 7 MiB in 17 packages 07:27:15 #81 DONE 4.0s 07:27:15 07:27:15 #82 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 07:27:15 #0 3.069 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:15 #0 3.149 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:15 #0 3.574 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 07:27:15 #0 3.590 Executing busybox-1.37.0-r20.post-upgrade 07:27:15 #0 3.662 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 07:27:15 #0 3.662 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 07:27:15 #0 3.669 Executing busybox-1.37.0-r20.trigger 07:27:15 #0 3.681 OK: 7 MiB in 18 packages 07:27:15 #82 DONE 4.0s 07:27:15 07:27:15 #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:27:15 #0 3.242 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:15 #0 3.314 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:15 #0 3.697 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 07:27:15 #0 3.750 Executing busybox-1.37.0-r20.post-upgrade 07:27:15 #0 4.016 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 07:27:15 #0 4.017 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 07:27:15 #0 4.020 Executing busybox-1.37.0-r20.trigger 07:27:15 #0 4.034 OK: 13 MiB in 29 packages 07:27:15 #83 DONE 4.2s 07:27:15 07:27:15 #84 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 07:27:15 #84 ... 07:27:15 07:27:15 #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 07:27:15 #0 2.466 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:15 #0 2.539 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:15 #0 2.857 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 07:27:15 #0 2.873 Executing busybox-1.37.0-r20.post-upgrade 07:27:15 #0 2.914 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 07:27:15 #0 2.917 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 07:27:15 #0 2.921 Executing busybox-1.37.0-r20.trigger 07:27:15 #0 2.936 OK: 20 MiB in 20 packages 07:27:15 #85 DONE 3.1s 07:27:15 07:27:15 #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:27:15 #0 2.514 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:15 #0 2.583 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:15 #0 2.927 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 07:27:15 #0 2.943 Executing busybox-1.37.0-r20.post-upgrade 07:27:15 #0 2.984 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 07:27:15 #0 2.986 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 07:27:15 #0 2.989 Executing busybox-1.37.0-r20.trigger 07:27:15 #0 2.998 OK: 20 MiB in 20 packages 07:27:15 #86 DONE 3.2s 07:27:15 07:27:15 #87 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:27:15 #0 2.528 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:15 #0 2.605 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:15 #0 2.942 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 07:27:15 #0 2.957 Executing busybox-1.37.0-r20.post-upgrade 07:27:15 #0 3.008 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 07:27:15 #0 3.012 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 07:27:15 #0 3.015 Executing busybox-1.37.0-r20.trigger 07:27:15 #0 3.025 OK: 8 MiB in 19 packages 07:27:15 #87 DONE 3.2s 07:27:15 07:27:15 #88 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 07:27:15 #88 DONE 0.0s 07:27:16 07:27:16 #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:27:16 #89 ... 07:27:16 07:27:16 #84 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 07:27:16 #84 DONE 1.4s 07:27:16 07:27:16 #90 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 07:27:16 #90 DONE 0.0s 07:27:16 07:27:16 #91 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 07:27:16 #0 2.158 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:16 #0 2.235 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:16 #0 2.563 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 07:27:16 #0 2.576 Executing busybox-1.37.0-r20.post-upgrade 07:27:16 #0 2.638 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 07:27:16 #0 2.642 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 07:27:16 #0 2.649 Executing busybox-1.37.0-r20.trigger 07:27:16 #0 2.656 OK: 8 MiB in 21 packages 07:27:16 #91 DONE 2.9s 07:27:16 07:27:16 #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:27:16 #0 3.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:16 #0 3.191 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:16 #0 3.585 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 07:27:16 #0 3.602 Executing busybox-1.37.0-r20.post-upgrade 07:27:16 #0 3.664 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 07:27:16 #0 3.668 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 07:27:16 #0 3.671 Executing busybox-1.37.0-r20.trigger 07:27:16 #0 3.679 OK: 8 MiB in 20 packages 07:27:16 #92 DONE 3.8s 07:27:16 07:27:16 #93 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 07:27:18 #93 DONE 1.7s 07:27:18 07:27:18 #94 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:27:18 #0 3.190 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:27:18 #0 3.462 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:27:18 #0 4.197 OK: 265 MiB in 60 packages 07:27:18 #94 DONE 5.6s 07:27:18 07:27:18 #95 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:27:18 #95 DONE 1.7s 07:27:18 07:27:18 #96 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:27:18 #96 DONE 1.7s 07:27:18 07:27:18 #97 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:27:18 #97 ... 07:27:18 07:27:18 #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / 07:27:18 #98 DONE 0.1s 07:27:18 07:27:18 #99 [core-keeper builder 5/8] COPY go.mod vendor* ./ 07:27:18 #99 DONE 0.1s 07:27:18 07:27:18 #100 [security-spire-config stage-2 5/10] COPY Attribution.txt / 07:27:18 #100 DONE 0.1s 07:27:19 07:27:19 #101 [security-spire-config stage-2 6/10] COPY security.txt / 07:27:19 #101 ... 07:27:19 07:27:19 #102 [security-spire-server stage-2 6/9] COPY security.txt / 07:27:19 #102 DONE 0.8s 07:27:19 07:27:19 #97 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:27:19 #97 DONE 1.0s 07:27:19 07:27:19 #101 [security-spire-config stage-2 6/10] COPY security.txt / 07:27:19 #101 DONE 0.9s 07:27:19 07:27:19 #103 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 07:27:19 #103 DONE 0.1s 07:27:19 07:27:19 #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:27:19 #104 DONE 0.2s 07:27:19 07:27:19 #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 07:27:19 #105 DONE 0.2s 07:27:19 07:27:19 #106 [security-spire-agent stage-3 7/10] COPY security.txt / 07:27:19 #106 DONE 0.2s 07:27:19 07:27:19 #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 07:27:19 #107 DONE 0.1s 07:27:19 07:27:19 #108 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 07:27:19 #108 DONE 0.2s 07:27:19 07:27:19 #109 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:27:20 #109 DONE 0.1s 07:27:20 07:27:20 #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 07:27:20 #110 DONE 0.1s 07:27:20 07:27:20 #111 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 07:27:20 #111 DONE 0.1s 07:27:20 07:27:20 #112 [security-spire-config] exporting to image 07:27:20 #112 exporting layers 07:27:22 #112 ... 07:27:22 07:27:22 #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 07:27:22 #113 DONE 1.6s 07:27:22 07:27:22 #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 07:27:23 #114 ... 07:27:23 07:27:23 #115 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:27:23 #115 ... 07:27:23 07:27:23 #116 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:27:23 #116 ... 07:27:23 07:27:23 #117 [security-spire-server] exporting to image 07:27:24 3e85d5ac6304: Pull complete 07:27:24 c3105a71a48b: Pull complete 07:27:24 #117 ... 07:27:24 07:27:24 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:27:24 #118 ... 07:27:24 07:27:24 #119 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:27:25 0f093f025ec4: Pull complete 07:27:26 #119 ... 07:27:26 07:27:26 #117 [security-spire-server] exporting to image 07:27:26 #117 exporting layers 6.5s done 07:27:26 #117 writing image sha256:2e863d6bc7bd808558f7647685e84499fbe3b330fec73ca798be01a76dd13055 07:27:26 #117 writing image sha256:2e863d6bc7bd808558f7647685e84499fbe3b330fec73ca798be01a76dd13055 0.3s done 07:27:26 #117 naming to docker.io/library/security-spire-server 07:27:27 c3106fc0e877: Pull complete 07:27:27 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 07:27:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:27:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:27:27 prd-ubuntu20.04-docker-arm64-4c-16g-775640 does not seem to be running inside a container 07:27:27 $ 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/942 -v /w/workspace/edgex-go/942:/w/workspace/edgex-go/942:rw,z -v /w/workspace/edgex-go/942@tmp:/w/workspace/edgex-go/942@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 07:27:27 #117 naming to docker.io/library/security-spire-server 0.5s done 07:27:28 #117 DONE 8.5s 07:27:28 07:27:28 #112 [security-spire-config] exporting to image 07:27:28 #112 exporting layers 6.7s done 07:27:28 #112 writing image sha256:ff3e1bad5b83428c39d4f11ae3106acd02464af5b693cd62d4f0dabb747b7cd8 0.2s done 07:27:28 #112 naming to docker.io/library/security-spire-config 0.3s done 07:27:28 #112 DONE 8.5s 07:27:28 07:27:28 #22 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 07:27:29 $ docker top 20b2f46a8048768ebd341a631be6a4bbbe25c119f4019fb5d2536a06df54cbee -eo pid,comm [Pipeline] { [Pipeline] sh 07:27:30 + docker compose -f ./docker-compose-build.yml build --parallel 07:27:31 #22 ... 07:27:31 07:27:31 #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 07:27:31 #114 DONE 10.4s 07:27:32 07:27:32 #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:27:32 #89 ... 07:27:32 07:27:32 #120 [security-spire-agent] exporting to image 07:27:32 #120 exporting layers 07:27:39 #120 ... 07:27:39 07:27:39 #89 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:27:39 #89 DONE 25.1s 07:27:39 07:27:39 #116 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:27:39 #116 DONE 25.5s 07:27:39 07:27:39 #115 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:27:39 #115 DONE 25.8s 07:27:39 07:27:39 #119 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:27:39 #119 DONE 20.2s 07:27:39 07:27:39 #80 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:27:39 #80 DONE 25.3s 07:27:39 07:27:39 #120 [security-spire-agent] exporting to image 07:27:39 #120 exporting layers 6.7s done 07:27:39 #120 ... 07:27:39 07:27:39 #121 [core-common-config-bootstrapper builder 6/7] COPY . . 07:27:39 #121 ... 07:27:39 07:27:39 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:27:39 #118 DONE 24.9s 07:27:39 07:27:39 #120 [security-spire-agent] exporting to image 07:27:39 #120 writing image sha256:a062622616c25e2dd3b09e5d0b6feb6452308e6fe3de711698eeedb9bf0c88ad done 07:27:39 #120 naming to docker.io/library/security-spire-agent done 07:27:39 #120 DONE 6.8s 07:27:39 07:27:39 #121 [security-proxy-auth builder 6/7] COPY . . 07:27:40 #1 [support-scheduler internal] load build definition from Dockerfile 07:27:40 #1 transferring dockerfile: 1.83kB done 07:27:40 #1 DONE 0.1s 07:27:40 07:27:40 #2 [security-proxy-auth internal] load build definition from Dockerfile 07:27:40 #2 ... 07:27:40 07:27:40 #3 [core-metadata internal] load build definition from Dockerfile 07:27:40 #3 transferring dockerfile: 2.10kB done 07:27:40 #3 DONE 0.7s 07:27:40 07:27:40 #4 [security-spire-agent internal] load build definition from Dockerfile 07:27:40 #4 transferring dockerfile: 1.81kB 0.0s done 07:27:40 #4 DONE 0.7s 07:27:40 07:27:40 #2 [security-proxy-auth internal] load build definition from Dockerfile 07:27:40 #2 transferring dockerfile: 2.14kB done 07:27:40 #2 DONE 0.8s 07:27:40 07:27:40 #5 [security-spiffe-token-provider internal] load build definition from Dockerfile 07:27:40 #5 ... 07:27:40 07:27:40 #6 [security-spire-config internal] load build definition from Dockerfile 07:27:40 #6 transferring dockerfile: 1.69kB done 07:27:40 #6 DONE 0.8s 07:27:40 07:27:40 #7 [core-common-config-bootstrapper internal] load build definition from Dockerfile 07:27:40 #7 transferring dockerfile: 2.23kB done 07:27:40 #7 DONE 0.8s 07:27:40 07:27:40 #5 [security-spiffe-token-provider internal] load build definition from Dockerfile 07:27:40 #5 transferring dockerfile: 1.89kB 0.0s done 07:27:40 #5 ... 07:27:40 07:27:40 #8 [security-proxy-setup internal] load build definition from Dockerfile 07:27:40 #8 transferring dockerfile: 2.50kB 0.0s done 07:27:40 #8 DONE 0.8s 07:27:40 07:27:40 #9 [core-keeper internal] load build definition from Dockerfile 07:27:40 #9 transferring dockerfile: 2.01kB 0.0s done 07:27:40 #9 DONE 0.9s 07:27:40 07:27:40 #10 [core-command internal] load build definition from Dockerfile 07:27:40 #10 transferring dockerfile: 1.94kB 0.0s done 07:27:40 #10 DONE 0.8s 07:27:40 07:27:40 #11 [support-notifications internal] load build definition from Dockerfile 07:27:40 #11 transferring dockerfile: 2.02kB 0.0s done 07:27:40 #11 DONE 0.7s 07:27:40 07:27:40 #12 [security-bootstrapper internal] load build definition from Dockerfile 07:27:40 #12 transferring dockerfile: 3.02kB 0.0s done 07:27:40 #12 DONE 0.7s 07:27:40 07:27:40 #13 [security-secretstore-setup internal] load build definition from Dockerfile 07:27:40 #13 transferring dockerfile: 2.49kB 0.0s done 07:27:40 #13 DONE 0.7s 07:27:40 07:27:40 #14 [support-scheduler internal] load .dockerignore 07:27:40 #14 transferring context: 50B 0.0s done 07:27:40 #14 DONE 0.6s 07:27:40 07:27:40 #15 [core-data internal] load build definition from Dockerfile 07:27:40 #15 transferring dockerfile: 2.04kB 0.0s done 07:27:40 #15 DONE 1.0s 07:27:40 07:27:40 #5 [security-spiffe-token-provider internal] load build definition from Dockerfile 07:27:40 #5 DONE 0.7s 07:27:40 07:27:40 #16 [security-spire-server internal] load build definition from Dockerfile 07:27:40 #16 transferring dockerfile: 1.70kB 0.0s done 07:27:40 #16 DONE 1.0s 07:27:41 07:27:41 #17 [core-metadata internal] load .dockerignore 07:27:41 #17 transferring context: 50B done 07:27:41 #17 DONE 0.1s 07:27:41 07:27:41 #18 [security-spire-agent internal] load .dockerignore 07:27:41 #18 transferring context: 50B 0.0s done 07:27:41 #18 DONE 0.1s 07:27:41 07:27:41 #19 [security-proxy-auth internal] load .dockerignore 07:27:41 #19 transferring context: 50B done 07:27:41 #19 DONE 0.0s 07:27:41 07:27:41 #20 [security-spire-config internal] load .dockerignore 07:27:41 #20 transferring context: 50B done 07:27:41 #20 DONE 0.0s 07:27:41 07:27:41 #21 [core-common-config-bootstrapper internal] load .dockerignore 07:27:41 #21 transferring context: 50B 0.0s done 07:27:41 #21 DONE 0.1s 07:27:41 07:27:41 #22 [core-keeper internal] load .dockerignore 07:27:41 #22 transferring context: 50B done 07:27:41 #22 DONE 0.1s 07:27:41 07:27:41 #23 [security-proxy-setup internal] load .dockerignore 07:27:41 #23 transferring context: 50B done 07:27:41 #23 DONE 0.0s 07:27:41 07:27:41 #24 [core-data internal] load .dockerignore 07:27:41 #24 transferring context: 50B done 07:27:41 #24 DONE 0.1s 07:27:41 07:27:41 #25 [security-spire-server internal] load .dockerignore 07:27:41 #25 transferring context: 50B done 07:27:41 #25 DONE 0.1s 07:27:41 07:27:41 #26 [core-command internal] load .dockerignore 07:27:41 #26 transferring context: 50B 0.0s done 07:27:41 #26 DONE 0.1s 07:27:41 07:27:41 #27 [support-notifications internal] load .dockerignore 07:27:41 #27 transferring context: 50B 0.0s done 07:27:42 #27 DONE 0.1s 07:27:42 07:27:42 #28 [security-bootstrapper internal] load .dockerignore 07:27:42 #28 transferring context: 50B done 07:27:42 #28 DONE 0.1s 07:27:42 07:27:42 #29 [security-secretstore-setup internal] load .dockerignore 07:27:42 #29 transferring context: 50B 0.0s done 07:27:42 #29 DONE 0.1s 07:27:42 07:27:42 #30 [security-spiffe-token-provider internal] load .dockerignore 07:27:42 #30 transferring context: 50B done 07:27:42 #30 DONE 0.1s 07:27:42 07:27:42 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:27:42 #31 DONE 0.0s 07:27:42 07:27:42 #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.22 07:27:42 #32 ... 07:27:42 07:27:42 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:27:42 #31 DONE 0.0s 07:27:42 07:27:42 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.22 07:27:42 #32 ... 07:27:42 07:27:42 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:27:42 #31 DONE 0.0s 07:27:42 07:27:42 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.22 07:27:42 #32 DONE 0.8s 07:27:42 07:27:42 #33 [security-proxy-auth internal] load build context 07:27:42 #33 DONE 0.0s 07:27:42 07:27:42 #34 [core-common-config-bootstrapper internal] load build context 07:27:42 #34 DONE 0.0s 07:27:42 07:27:42 #35 [support-scheduler internal] load build context 07:27:42 #35 DONE 0.0s 07:27:42 07:27:42 #36 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 07:27:42 #36 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 07:27:43 #36 ... 07:27:43 07:27:43 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:27:43 #31 DONE 0.0s 07:27:43 07:27:43 #36 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 07:27:43 #36 ... 07:27:43 07:27:43 #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.22 07:27:43 #32 DONE 0.8s 07:27:43 07:27:43 #36 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 07:27:43 #36 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 07:27:43 #36 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 07:27:43 #36 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 07:27:43 #36 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 07:27:43 #36 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 07:27:43 #36 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 07:27:43 #36 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 07:27:43 #36 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 07:27:43 #36 ... 07:27:43 07:27:43 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:27:43 #31 DONE 0.0s 07:27:43 07:27:43 #37 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 07:27:43 #37 ... 07:27:43 07:27:43 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:27:43 #31 DONE 0.0s 07:27:43 07:27:43 #38 [core-keeper internal] load build context 07:27:44 #38 ... 07:27:44 07:27:44 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:27:44 #31 DONE 0.0s 07:27:44 07:27:44 #38 [core-keeper internal] load build context 07:27:44 #38 ... 07:27:44 07:27:44 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:27:44 #31 DONE 0.0s 07:27:44 07:27:44 #38 [core-keeper internal] load build context 07:27:44 #38 ... 07:27:44 07:27:44 #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.22 07:27:44 #32 DONE 1.5s 07:27:44 07:27:44 #36 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 07:27:44 #36 DONE 2.0s 07:27:44 #121 ... 07:27:44 07:27:44 #122 [security-secretstore-setup builder 6/7] COPY . . 07:27:44 07:27:44 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:27:44 #31 DONE 0.0s 07:27:44 07:27:44 #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.22 07:27:44 #32 ... 07:27:44 07:27:44 #39 [support-notifications internal] load build context 07:27:44 #39 DONE 0.0s 07:27:44 07:27:44 #40 [security-secretstore-setup internal] load build context 07:27:44 #40 DONE 0.0s 07:27:44 07:27:44 #41 [security-bootstrapper internal] load build context 07:27:44 #41 DONE 0.0s 07:27:44 07:27:44 #36 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 07:27:44 #36 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 07:27:44 #36 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 07:27:44 #36 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 07:27:44 #36 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 07:27:44 #36 DONE 2.0s 07:27:44 07:27:44 #37 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 07:27:44 #37 ... 07:27:44 07:27:44 #36 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 07:27:44 #36 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 07:27:44 #36 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 07:27:44 #36 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 07:27:44 #36 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 07:27:44 #36 DONE 2.0s 07:27:44 07:27:44 #42 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 07:27:44 #42 DONE 2.2s 07:27:44 07:27:44 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:44 #43 DONE 0.0s 07:27:45 07:27:45 #36 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 07:27:45 #36 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 07:27:45 #36 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 07:27:45 #36 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 07:27:45 #36 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 07:27:45 #36 DONE 2.0s 07:27:45 07:27:45 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:45 #43 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:45 #43 ... 07:27:45 07:27:45 #36 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 07:27:45 #36 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 07:27:45 #36 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 07:27:45 #36 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 07:27:45 #36 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 07:27:45 #36 DONE 2.0s 07:27:45 07:27:45 #44 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 07:27:45 #44 DONE 2.4s 07:27:45 07:27:45 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:46 #43 ... 07:27:46 07:27:46 #45 [core-metadata internal] load build context 07:27:46 #45 transferring context: 3.39MB 2.2s done 07:27:46 #45 DONE 2.8s 07:27:46 07:27:46 #33 [security-proxy-auth internal] load build context 07:27:46 #33 transferring context: 3.39MB 2.1s done 07:27:46 #33 DONE 2.8s 07:27:46 07:27:46 #38 [core-keeper internal] load build context 07:27:46 #38 transferring context: 3.39MB 2.1s done 07:27:46 #38 DONE 2.7s 07:27:46 07:27:46 #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.22 07:27:46 #32 DONE 3.0s 07:27:46 07:27:46 #46 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:27:46 #46 ... 07:27:46 07:27:46 #36 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 07:27:46 #36 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 07:27:46 #36 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 07:27:46 #36 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 07:27:46 #36 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 07:27:46 #36 DONE 2.0s 07:27:46 07:27:46 #34 [core-common-config-bootstrapper internal] load build context 07:27:46 #34 transferring context: 3.39MB 2.3s done 07:27:46 #34 DONE 3.0s 07:27:46 07:27:46 #35 [support-scheduler internal] load build context 07:27:46 #35 transferring context: 3.39MB 2.4s done 07:27:46 #35 DONE 3.1s 07:27:46 07:27:46 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:46 #43 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.1s done 07:27:46 #43 DONE 1.1s 07:27:46 07:27:46 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 07:27:46 #47 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.9s done 07:27:46 #47 DONE 0.9s 07:27:46 07:27:46 #48 [security-proxy-setup internal] load build context 07:27:46 #48 transferring context: 3.39MB 1.6s done 07:27:47 #48 ... 07:27:47 07:27:47 #49 [core-data internal] load build context 07:27:47 #49 transferring context: 3.39MB 1.6s done 07:27:47 #49 DONE 4.1s 07:27:47 07:27:47 #48 [security-proxy-setup internal] load build context 07:27:47 #48 DONE 4.2s 07:27:47 07:27:47 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:47 #43 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done 07:27:47 #43 sha256:ced6f785f25e808285239e1b330e8c366d2ae62fa852094f1d3fd326b1132165 1.05kB / 1.05kB done 07:27:47 #43 sha256:8a58b3969bfd5b13870680e9e86bf50468e927db3e6261cf8014eefe02e15b75 1.74kB / 1.74kB done 07:27:47 #43 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.4s done 07:27:47 #43 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.4s 07:27:47 #43 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.5s 07:27:47 #43 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.0s done 07:27:48 #43 ... 07:27:48 07:27:48 #50 [security-spire-config internal] load build context 07:27:48 #50 transferring context: 24.70kB 0.2s done 07:27:48 #50 DONE 2.8s 07:27:48 07:27:48 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:48 #43 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.5s done 07:27:48 #43 ... 07:27:48 07:27:48 #51 [security-spire-server internal] load build context 07:27:48 #51 transferring context: 26.44kB 0.2s done 07:27:48 #51 DONE 3.0s 07:27:48 07:27:48 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:48 #43 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 1.1s done 07:27:48 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 0B / 37.02MB 1.3s 07:27:48 #43 ... 07:27:48 07:27:48 #52 [security-spire-agent internal] load build context 07:27:48 #52 transferring context: 25.98kB 0.2s done 07:27:48 #52 DONE 3.0s 07:27:48 07:27:48 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:48 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 3.15MB / 37.02MB 2.0s 07:27:49 #43 ... 07:27:49 07:27:49 #41 [security-bootstrapper internal] load build context 07:27:49 #41 transferring context: 3.39MB 2.4s done 07:27:49 #41 DONE 4.4s 07:27:49 07:27:49 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:49 #43 ... 07:27:49 07:27:49 #53 [core-command internal] load build context 07:27:49 #53 transferring context: 3.39MB 2.8s done 07:27:49 #53 DONE 4.7s 07:27:49 07:27:49 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:49 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 5.20MB / 37.02MB 2.4s 07:27:49 #43 ... 07:27:49 07:27:49 #39 [support-notifications internal] load build context 07:27:49 #39 transferring context: 3.39MB 2.9s done 07:27:49 #39 DONE 4.7s 07:27:49 07:27:49 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:49 #43 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 07:27:49 #43 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 07:27:49 #122 ... 07:27:49 07:27:49 #123 [support-notifications builder 6/7] COPY . . 07:27:49 #123 ... 07:27:49 07:27:49 #124 [support-scheduler builder 6/7] COPY . . 07:27:49 #124 ... 07:27:49 07:27:49 #125 [security-spiffe-token-provider builder 6/7] COPY . . 07:27:49 #125 ... 07:27:49 07:27:49 #126 [core-keeper builder 7/8] COPY . . 07:27:49 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 8.39MB / 37.02MB 3.0s 07:27:50 #43 ... 07:27:50 07:27:50 #40 [security-secretstore-setup internal] load build context 07:27:50 #40 transferring context: 3.39MB 3.2s done 07:27:50 #40 DONE 5.4s 07:27:50 07:27:50 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:50 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 11.10MB / 37.02MB 3.3s 07:27:50 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 13.02MB / 37.02MB 3.8s 07:27:51 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 15.73MB / 37.02MB 4.5s 07:27:51 #43 ... 07:27:51 07:27:51 #37 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 07:27:51 #37 DONE 9.2s 07:27:51 07:27:51 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:51 #126 ... 07:27:51 07:27:51 #121 [core-metadata builder 6/7] COPY . . 07:27:51 #121 DONE 12.7s 07:27:51 07:27:51 #125 [security-spiffe-token-provider builder 6/7] COPY . . 07:27:51 #125 DONE 12.8s 07:27:51 07:27:51 #122 [security-proxy-setup builder 6/7] COPY . . 07:27:51 #122 DONE 12.8s 07:27:51 07:27:51 #127 [core-metadata builder 6/7] COPY . . 07:27:51 #127 CACHED 07:27:51 07:27:51 #128 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:27:51 #128 CACHED 07:27:51 07:27:51 #129 [core-metadata builder 4/7] COPY go.mod vendor* ./ 07:27:51 #129 CACHED 07:27:51 07:27:51 #130 [core-command builder 6/7] COPY . . 07:27:51 #130 CACHED 07:27:51 07:27:51 #131 [core-command builder 4/7] COPY go.mod vendor* ./ 07:27:51 #131 CACHED 07:27:51 07:27:51 #132 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:27:51 #132 CACHED 07:27:51 07:27:51 #133 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 07:27:51 #133 CACHED 07:27:51 07:27:51 #134 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:27:51 #134 CACHED 07:27:51 07:27:51 #135 [security-proxy-auth builder 6/7] COPY . . 07:27:51 #135 CACHED 07:27:51 07:27:51 #136 [core-common-config-bootstrapper builder 6/7] COPY . . 07:27:51 #136 CACHED 07:27:51 07:27:51 #137 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:27:51 #137 CACHED 07:27:51 07:27:51 #138 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 07:27:51 #138 CACHED 07:27:51 07:27:51 #124 [support-scheduler builder 6/7] COPY . . 07:27:51 #124 DONE 12.8s 07:27:51 07:27:51 #139 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 07:27:51 #139 CACHED 07:27:51 07:27:51 #140 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:27:51 #140 CACHED 07:27:51 07:27:51 #141 [security-proxy-setup builder 6/7] COPY . . 07:27:51 #141 CACHED 07:27:51 07:27:51 #142 [security-secretstore-setup builder 6/7] COPY . . 07:27:51 #142 CACHED 07:27:51 07:27:51 #143 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:27:51 #143 CACHED 07:27:51 07:27:51 #144 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 07:27:51 #144 CACHED 07:27:51 07:27:51 #123 [support-notifications builder 6/7] COPY . . 07:27:51 #123 DONE 12.8s 07:27:51 07:27:51 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:27:51 #145 ... 07:27:51 07:27:51 #126 [core-keeper builder 7/8] COPY . . 07:27:51 #126 DONE 12.8s 07:27:52 07:27:52 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:27:52 #43 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0.1s done 07:27:52 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 18.79MB / 37.02MB 5.7s 07:27:52 #43 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0.1s done 07:27:52 #146 0.982 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 07:27:53 #43 ... 07:27:53 07:27:53 #54 [support-scheduler builder 2/7] WORKDIR /edgex-go 07:27:53 #54 DONE 2.1s 07:27:53 07:27:53 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:53 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 22.02MB / 37.02MB 6.1s 07:27:53 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 23.99MB / 37.02MB 6.9s 07:27:54 #43 ... 07:27:54 07:27:54 #55 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 07:27:54 #0 7.224 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:27:54 #0 7.769 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:27:54 #55 ... 07:27:54 07:27:54 #56 [security-spiffe-token-provider internal] load build context 07:27:54 #56 transferring context: 3.39MB 3.9s done 07:27:54 #56 DONE 8.5s 07:27:54 07:27:54 #55 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 07:27:54 #55 10.17 (1/1) Installing dumb-init (1.2.5-r3) 07:27:54 #55 10.19 Executing busybox-1.37.0-r19.trigger 07:27:54 #55 ... 07:27:54 07:27:54 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:54 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 25.86MB / 37.02MB 7.8s 07:27:54 #43 ... 07:27:54 07:27:54 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:27:54 #0 8.537 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:27:54 #0 9.165 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:27:54 #57 ... 07:27:54 07:27:54 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:54 #43 ... 07:27:54 07:27:54 #58 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:55 #58 ... 07:27:55 07:27:55 #59 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 07:27:55 #59 ... 07:27:55 07:27:55 #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:27:55 #60 ... 07:27:55 07:27:55 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:55 #43 ... 07:27:55 07:27:55 #58 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:55 #58 DONE 10.8s 07:27:55 07:27:55 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:55 #43 ... 07:27:55 07:27:55 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 07:27:55 #61 ... 07:27:55 07:27:55 #55 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 07:27:55 #55 10.27 OK: 8 MiB in 17 packages 07:27:55 #55 DONE 11.5s 07:27:55 07:27:55 #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 07:27:55 #62 ... 07:27:55 07:27:55 #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:27:56 #63 ... 07:27:56 07:27:56 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 07:27:56 #47 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done 07:27:56 #47 sha256:6aa7068b88c14fccece3eddd5cf3f031d84f4d6dc184b3aac222cb195ca19d73 1.05kB / 1.05kB done 07:27:56 #47 sha256:5e54a974612164920e65f185ec25fe1cca508e77b756a468d4f5f5adcf30deb0 1.72kB / 1.72kB done 07:27:56 #47 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.3s done 07:27:56 #47 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.4s done 07:27:56 #47 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 1.5s done 07:27:56 #47 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 17.33MB / 17.33MB 5.8s done 07:27:56 #47 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 07:27:56 #47 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a done 07:27:56 #47 ... 07:27:56 07:27:56 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:27:56 #64 ... 07:27:56 07:27:56 #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:27:56 #65 ... 07:27:56 07:27:56 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:56 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 27.99MB / 37.02MB 10.0s 07:27:58 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 29.86MB / 37.02MB 11.5s 07:27:58 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 32.51MB / 37.02MB 11.8s 07:27:59 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 34.60MB / 37.02MB 12.1s 07:27:59 #43 ... 07:27:59 07:27:59 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:27:59 #57 11.50 (1/3) Installing ca-certificates (20250911-r0) 07:27:59 #57 11.86 (2/3) Installing dumb-init (1.2.5-r3) 07:27:59 #57 11.87 (3/3) Installing tzdata (2025c-r0) 07:27:59 #57 12.62 Executing busybox-1.37.0-r19.trigger 07:27:59 #57 12.71 Executing ca-certificates-20250911-r0.trigger 07:27:59 #57 13.40 OK: 8 MiB in 19 packages 07:27:59 #57 DONE 14.8s 07:27:59 07:27:59 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:27:59 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 36.70MB / 37.02MB 13.1s 07:28:00 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 13.5s done 07:28:02 #146 ... 07:28:02 07:28:02 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:28:02 #0 0.954 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:28:02 #147 ... 07:28:02 07:28:02 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:28:02 #0 0.932 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 07:28:02 #148 ... 07:28:02 07:28:02 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 07:28:02 #0 0.968 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:28:02 #149 ... 07:28:02 07:28:02 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:28:02 #0 0.927 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:28:02 #150 ... 07:28:02 07:28:02 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:28:02 #0 0.921 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 07:28:02 #151 ... 07:28:02 07:28:02 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:28:02 #0 0.632 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 07:28:02 #152 ... 07:28:02 07:28:02 #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:28:02 #0 1.003 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:28:02 #153 ... 07:28:02 07:28:02 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:28:02 #0 0.986 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 07:28:02 #154 ... 07:28:02 07:28:02 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:28:02 #0 0.426 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 07:28:03 #43 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 07:28:03 #43 ... 07:28:03 07:28:03 #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:28:03 #66 ... 07:28:03 07:28:03 #67 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 07:28:03 #155 ... 07:28:03 07:28:03 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:28:03 #145 0.966 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:28:03 #145 ... 07:28:03 07:28:03 #156 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:28:03 #0 0.981 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:28:03 #67 ... 07:28:03 07:28:03 #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:03 #68 ... 07:28:03 07:28:03 #69 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 07:28:03 #69 ... 07:28:03 07:28:03 #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 07:28:03 #70 ... 07:28:03 07:28:03 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:28:03 #71 ... 07:28:03 07:28:03 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:28:05 #43 ... 07:28:05 07:28:05 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:28:05 #72 ... 07:28:05 07:28:05 #59 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 07:28:05 #59 11.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:05 #59 11.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:05 #59 17.40 (1/1) Installing dumb-init (1.2.5-r3) 07:28:05 #59 17.44 Executing busybox-1.37.0-r19.trigger 07:28:05 #59 17.56 OK: 8 MiB in 17 packages 07:28:06 #59 ... 07:28:06 07:28:06 #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade 07:28:06 #73 ... 07:28:06 07:28:06 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:28:06 #43 ... 07:28:06 07:28:06 #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:28:06 #60 11.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:06 #60 11.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:06 #60 16.80 (1/4) Installing dumb-init (1.2.5-r3) 07:28:06 #60 16.82 (2/4) Installing openssl (3.5.4-r0) 07:28:06 #60 16.89 (3/4) Installing su-exec (0.2-r3) 07:28:06 #60 17.03 (4/4) Installing yq-go (4.47.2-r2) 07:28:06 #60 18.28 Executing busybox-1.37.0-r19.trigger 07:28:06 #60 18.59 OK: 20 MiB in 20 packages 07:28:06 #60 DONE 21.4s 07:28:06 07:28:06 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 07:28:06 #47 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 8.5s 07:28:06 #47 ... 07:28:06 07:28:06 #59 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 07:28:06 #59 DONE 21.8s 07:28:06 07:28:06 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 07:28:06 #47 ... 07:28:06 07:28:06 #74 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 07:28:07 #74 ... 07:28:07 07:28:07 #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:07 #68 DONE 14.5s 07:28:07 07:28:07 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 07:28:08 #47 ... 07:28:08 07:28:08 #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:28:08 #63 12.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:08 #63 13.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:08 #63 20.07 (1/4) Installing ca-certificates (20250911-r0) 07:28:08 #63 20.53 (2/4) Installing dumb-init (1.2.5-r3) 07:28:08 #63 20.59 (3/4) Installing su-exec (0.2-r3) 07:28:08 #63 20.62 (4/4) Installing yq-go (4.47.2-r2) 07:28:08 #63 ... 07:28:08 07:28:08 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 07:28:08 #47 ... 07:28:08 07:28:08 #46 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:28:08 #46 12.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:08 #46 13.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:08 #46 ... 07:28:08 07:28:08 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 07:28:09 #47 ... 07:28:09 07:28:09 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:28:09 #64 13.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:09 #64 14.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:09 #64 ... 07:28:09 07:28:09 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 07:28:09 #47 ... 07:28:09 07:28:09 #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:28:09 #0 8.304 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:09 #75 ... 07:28:09 07:28:09 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 07:28:10 #47 ... 07:28:10 07:28:10 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 07:28:10 #61 14.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:10 #61 16.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:10 #61 ... 07:28:10 07:28:10 #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 07:28:10 #62 14.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:10 #62 16.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:10 #62 ... 07:28:10 07:28:10 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:28:10 #43 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 7.9s 07:28:11 #43 ... 07:28:11 07:28:11 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 07:28:11 #47 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 12.8s done 07:28:11 #47 DONE 26.3s 07:28:11 07:28:11 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:28:12 #43 ... 07:28:12 07:28:12 #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:28:12 #65 15.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:12 #65 17.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:12 #65 ... 07:28:12 07:28:12 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:28:13 #43 ... 07:28:13 07:28:13 #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:28:13 #63 23.01 Executing busybox-1.37.0-r19.trigger 07:28:13 #63 23.31 Executing ca-certificates-20250911-r0.trigger 07:28:13 #63 25.18 OK: 19 MiB in 20 packages 07:28:13 #63 DONE 28.2s 07:28:13 07:28:13 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:28:13 #43 ... 07:28:13 07:28:13 #67 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 07:28:13 #67 11.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:13 #67 12.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:14 #67 ... 07:28:14 07:28:14 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 07:28:14 #61 27.88 (1/7) Installing ca-certificates (20250911-r0) 07:28:14 #61 28.35 (2/7) Installing dumb-init (1.2.5-r3) 07:28:14 #61 28.36 (3/7) Installing libgcc (14.2.0-r6) 07:28:14 #61 28.38 (4/7) Installing libsodium (1.0.20-r0) 07:28:14 #61 28.40 (5/7) Installing libstdc++ (14.2.0-r6) 07:28:14 #61 28.75 (6/7) Installing libzmq (4.3.5-r2) 07:28:14 #61 28.88 (7/7) Installing zeromq (4.3.5-r2) 07:28:14 #61 ... 07:28:14 07:28:14 #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:28:14 #66 11.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:14 #66 15.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:14 #66 ... 07:28:14 07:28:14 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:28:14 #71 11.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:14 #71 13.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:14 #71 ... 07:28:14 07:28:14 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:28:15 #43 ... 07:28:15 07:28:15 #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 07:28:15 #62 26.71 (1/2) Installing dumb-init (1.2.5-r3) 07:28:15 #62 26.75 (2/2) Installing su-exec (0.2-r3) 07:28:15 #62 26.77 Executing busybox-1.37.0-r19.trigger 07:28:15 #62 27.07 OK: 8 MiB in 18 packages 07:28:15 #62 DONE 30.1s 07:28:15 07:28:15 #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 07:28:15 #70 12.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:15 #70 14.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:16 #70 ... 07:28:16 07:28:16 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:28:16 #43 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 13.0s 07:28:16 #43 ... 07:28:16 07:28:16 #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:28:16 #0 6.939 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:16 #0 8.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:16 #76 ... 07:28:16 07:28:16 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:28:17 #43 ... 07:28:17 07:28:17 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:28:17 #0 5.475 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:17 #0 7.804 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:17 #77 ... 07:28:17 07:28:17 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:28:17 #43 ... 07:28:17 07:28:17 #69 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 07:28:17 #69 14.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:17 #69 17.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:17 #69 ... 07:28:17 07:28:17 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:28:17 #72 12.09 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:18 #72 14.39 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:18 #72 ... 07:28:18 07:28:18 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:28:18 #43 ... 07:28:18 07:28:18 #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade 07:28:18 #73 12.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:18 #73 13.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:18 #73 ... 07:28:18 07:28:18 #67 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 07:28:18 #67 24.80 OK: 255 MiB in 60 packages 07:28:19 #67 DONE 26.7s 07:28:19 07:28:19 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:28:19 #43 ... 07:28:19 07:28:19 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 07:28:19 #61 28.98 Executing busybox-1.37.0-r19.trigger 07:28:19 #61 29.21 Executing ca-certificates-20250911-r0.trigger 07:28:19 #61 31.31 OK: 12 MiB in 23 packages 07:28:19 #61 DONE 34.0s 07:28:19 07:28:19 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:28:19 #43 ... 07:28:19 07:28:19 #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:28:19 #75 10.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:19 #75 20.06 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 07:28:19 #75 20.36 Executing busybox-1.37.0-r20.post-upgrade 07:28:19 #75 ... 07:28:19 07:28:19 #46 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:28:19 #46 24.10 v3.22.2-316-gf6f93a78dea [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 07:28:19 #46 24.10 v3.22.2-315-g6ed2819aa4e [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 07:28:19 #46 24.10 OK: 26168 distinct packages available 07:28:19 #46 27.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:19 #46 29.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:20 #46 ... 07:28:20 07:28:20 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 07:28:20 #78 ... 07:28:20 07:28:20 #79 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 07:28:20 #79 DONE 1.0s 07:28:20 07:28:20 #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:28:20 #75 21.30 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 07:28:20 #75 21.32 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 07:28:20 #75 21.45 Executing busybox-1.37.0-r20.trigger 07:28:21 #75 21.69 OK: 8 MiB in 19 packages 07:28:21 #75 ... 07:28:21 07:28:21 #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 07:28:21 #70 26.21 OK: 255 MiB in 60 packages 07:28:21 #70 DONE 28.9s 07:28:21 07:28:21 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:28:21 #64 25.97 v3.22.2-316-gf6f93a78dea [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 07:28:21 #64 25.97 v3.22.2-315-g6ed2819aa4e [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 07:28:21 #64 25.97 OK: 26168 distinct packages available 07:28:21 #64 28.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:21 #64 31.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:22 #64 ... 07:28:22 07:28:22 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:28:22 #43 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 19.1s 07:28:23 #43 ... 07:28:23 07:28:23 #80 [support-notifications builder 4/7] COPY go.mod vendor* ./ 07:28:23 #80 DONE 1.0s 07:28:23 07:28:23 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:28:23 #43 ... 07:28:23 07:28:23 #74 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 07:28:23 #74 6.554 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:23 #74 8.529 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:23 #74 ... 07:28:23 07:28:23 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:28:23 #43 ... 07:28:23 07:28:23 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 07:28:23 #0 3.958 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:23 #0 6.026 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:24 #81 ... 07:28:24 07:28:24 #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:28:24 #75 DONE 24.7s 07:28:24 07:28:24 #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade 07:28:24 #73 28.07 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 07:28:24 #73 ... 07:28:24 07:28:24 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:28:24 #71 28.29 OK: 255 MiB in 60 packages 07:28:24 #71 DONE 31.4s 07:28:24 07:28:24 #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade 07:28:24 #73 28.48 Executing busybox-1.37.0-r20.post-upgrade 07:28:25 #73 ... 07:28:25 07:28:25 #82 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 07:28:25 #82 DONE 0.9s 07:28:25 07:28:25 #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:28:25 #65 28.88 v3.22.2-316-gf6f93a78dea [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 07:28:25 #65 28.88 v3.22.2-315-g6ed2819aa4e [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 07:28:25 #65 28.88 OK: 26168 distinct packages available 07:28:25 #65 31.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:25 #65 33.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:25 #65 ... 07:28:25 07:28:25 #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade 07:28:25 #73 29.34 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 07:28:25 #73 29.36 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 07:28:25 #73 29.36 Executing busybox-1.37.0-r20.trigger 07:28:25 #73 29.52 OK: 8 MiB in 17 packages 07:28:25 #73 ... 07:28:25 07:28:25 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:28:25 #43 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 22.4s done 07:28:25 #43 DONE 40.8s 07:28:25 07:28:25 #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 07:28:25 #0 4.651 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:25 #0 6.680 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:26 #83 ... 07:28:26 07:28:26 #84 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:28:26 #84 ... 07:28:26 07:28:26 #69 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 07:28:26 #69 31.15 OK: 255 MiB in 60 packages 07:28:26 #69 DONE 33.2s 07:28:26 07:28:26 #85 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 07:28:26 #85 DONE 0.6s 07:28:26 07:28:26 #86 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:28:27 #86 ... 07:28:27 07:28:27 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:28:27 #72 27.31 (1/1) Installing dumb-init (1.2.5-r3) 07:28:27 #72 27.81 Executing busybox-1.37.0-r19.trigger 07:28:27 #72 28.10 OK: 8 MiB in 17 packages 07:28:27 #72 DONE 31.2s 07:28:27 07:28:27 #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:28:27 #66 28.77 v3.22.2-316-gf6f93a78dea [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 07:28:27 #66 28.77 v3.22.2-315-g6ed2819aa4e [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 07:28:27 #66 28.77 OK: 26170 distinct packages available 07:28:27 #66 31.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:27 #66 33.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:28 #66 ... 07:28:28 07:28:28 #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:28:28 #76 21.32 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 07:28:28 #76 21.43 Executing busybox-1.37.0-r20.post-upgrade 07:28:28 #76 ... 07:28:28 07:28:28 #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade 07:28:28 #73 DONE 32.6s 07:28:28 07:28:28 #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:28:28 #76 22.05 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 07:28:28 #76 22.09 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 07:28:28 #76 22.16 Executing busybox-1.37.0-r20.trigger 07:28:29 #76 22.28 OK: 20 MiB in 20 packages 07:28:30 #76 ... 07:28:30 07:28:30 #87 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:28:30 #87 ... 07:28:30 07:28:30 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:28:30 #64 44.77 (1/4) Installing dumb-init (1.2.5-r3) 07:28:30 #64 44.78 (2/4) Installing musl-obstack (1.2.3-r2) 07:28:30 #64 44.79 (3/4) Installing libucontext (1.3.2-r0) 07:28:30 #64 44.81 (4/4) Installing gcompat (1.1.0-r4) 07:28:30 #64 44.83 Executing busybox-1.37.0-r19.trigger 07:28:30 #64 44.96 OK: 8 MiB in 20 packages 07:28:31 #64 ... 07:28:31 07:28:31 #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:28:31 #76 DONE 24.7s 07:28:31 07:28:31 #46 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:28:31 #46 43.11 (1/5) Installing dumb-init (1.2.5-r3) 07:28:31 #46 43.16 (2/5) Installing musl-obstack (1.2.3-r2) 07:28:31 #46 43.23 (3/5) Installing libucontext (1.3.2-r0) 07:28:31 #46 43.24 (4/5) Installing gcompat (1.1.0-r4) 07:28:31 #46 43.30 (5/5) Installing openssl (3.5.4-r0) 07:28:31 #46 43.42 Executing busybox-1.37.0-r19.trigger 07:28:31 #46 43.57 OK: 9 MiB in 21 packages 07:28:31 #46 DONE 45.6s 07:28:31 07:28:31 #74 [core-command stage-1 3/9] RUN apk --no-cache upgrade 07:28:31 #74 21.53 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 07:28:31 #74 21.74 Executing busybox-1.37.0-r20.post-upgrade 07:28:31 #74 22.48 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 07:28:31 #74 22.49 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 07:28:31 #74 22.50 Executing busybox-1.37.0-r20.trigger 07:28:31 #74 22.65 OK: 8 MiB in 17 packages 07:28:31 #74 DONE 24.8s 07:28:31 07:28:31 #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 07:28:31 #88 ... 07:28:31 07:28:31 #89 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 07:28:31 #89 DONE 0.3s 07:28:31 07:28:31 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:28:31 #77 22.94 OK: 255 MiB in 60 packages 07:28:31 #77 DONE 24.6s 07:28:31 07:28:31 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 07:28:31 #78 5.139 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:31 #78 7.511 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:32 #78 ... 07:28:32 07:28:32 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 07:28:32 #81 18.07 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 07:28:32 #81 18.27 Executing busybox-1.37.0-r20.post-upgrade 07:28:32 #81 ... 07:28:32 07:28:32 #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ 07:28:32 #90 DONE 0.8s 07:28:33 07:28:33 #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:28:33 #65 45.68 (1/13) Installing brotli-libs (1.1.0-r2) 07:28:33 #65 45.89 (2/13) Installing c-ares (1.34.6-r0) 07:28:33 #65 45.97 (3/13) Installing libunistring (1.3-r0) 07:28:33 #65 46.27 (4/13) Installing libidn2 (2.3.7-r0) 07:28:33 #65 46.30 (5/13) Installing nghttp2-libs (1.65.0-r0) 07:28:33 #65 46.32 (6/13) Installing libpsl (0.21.5-r3) 07:28:33 #65 46.34 (7/13) Installing zstd-libs (1.5.7-r0) 07:28:33 #65 46.40 (8/13) Installing libcurl (8.14.1-r2) 07:28:33 #65 46.52 (9/13) Installing curl (8.14.1-r2) 07:28:33 #65 46.59 (10/13) Installing dumb-init (1.2.5-r3) 07:28:33 #65 46.63 (11/13) Installing musl-obstack (1.2.3-r2) 07:28:33 #65 ... 07:28:33 07:28:33 #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:28:33 #91 ... 07:28:33 07:28:33 #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:28:33 #65 46.66 (12/13) Installing libucontext (1.3.2-r0) 07:28:33 #65 46.68 (13/13) Installing gcompat (1.1.0-r4) 07:28:33 #65 46.70 Executing busybox-1.37.0-r19.trigger 07:28:33 #65 46.92 OK: 13 MiB in 29 packages 07:28:33 #65 ... 07:28:33 07:28:33 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:28:33 #64 DONE 47.7s 07:28:33 07:28:33 #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:28:35 #92 ... 07:28:35 07:28:35 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 07:28:35 #81 18.99 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 07:28:35 #81 18.99 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 07:28:35 #81 19.02 Executing busybox-1.37.0-r20.trigger 07:28:35 #81 19.17 OK: 19 MiB in 20 packages 07:28:35 #81 DONE 21.4s 07:28:35 07:28:35 #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:28:35 #65 DONE 49.0s 07:28:35 07:28:35 #93 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:28:36 #93 ... 07:28:36 07:28:36 #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 07:28:36 #83 17.45 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 07:28:36 #83 17.65 Executing busybox-1.37.0-r20.post-upgrade 07:28:36 #83 18.25 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 07:28:36 #83 18.26 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 07:28:36 #83 18.27 Executing busybox-1.37.0-r20.trigger 07:28:36 #83 18.38 OK: 8 MiB in 18 packages 07:28:36 #83 DONE 20.3s 07:28:36 07:28:36 #94 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 07:28:37 #94 ... 07:28:37 07:28:37 #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:28:37 #66 43.69 OK: 255 MiB in 60 packages 07:28:37 #66 DONE 44.9s 07:28:37 07:28:37 #95 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 07:28:38 #95 ... 07:28:38 07:28:38 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 07:28:38 #78 15.99 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 07:28:38 #78 16.14 Executing busybox-1.37.0-r20.post-upgrade 07:28:38 #78 16.72 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 07:28:38 #78 16.73 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 07:28:38 #78 16.74 Executing busybox-1.37.0-r20.trigger 07:28:38 #78 16.86 OK: 12 MiB in 23 packages 07:28:38 #78 DONE 18.4s 07:28:38 07:28:38 #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:28:38 #92 4.577 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:38 #92 ... 07:28:38 07:28:38 #95 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 07:28:38 #95 DONE 1.0s 07:28:39 07:28:39 #96 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:28:40 #96 ... 07:28:40 07:28:40 #94 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 07:28:40 #94 DONE 4.2s 07:28:40 07:28:40 #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 07:28:40 #97 DONE 0.2s 07:28:40 07:28:40 #93 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:28:40 #93 3.727 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:40 #93 5.088 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:42 #93 ... 07:28:42 07:28:42 #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:28:42 #98 ... 07:28:42 07:28:42 #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:28:42 #92 5.969 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:44 #92 10.78 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 07:28:44 #92 10.89 Executing busybox-1.37.0-r20.post-upgrade 07:28:44 #92 11.22 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 07:28:44 #92 11.22 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 07:28:44 #92 11.25 Executing busybox-1.37.0-r20.trigger 07:28:44 #92 11.30 OK: 8 MiB in 20 packages 07:28:44 #92 ... 07:28:44 07:28:44 #93 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:28:44 #93 9.357 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 07:28:44 #93 9.464 Executing busybox-1.37.0-r20.post-upgrade 07:28:45 #93 ... 07:28:45 07:28:45 #88 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 07:28:45 #88 4.485 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:28:45 #88 6.251 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:28:45 #88 12.06 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 07:28:45 #88 12.22 Executing busybox-1.37.0-r20.post-upgrade 07:28:45 #88 12.54 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 07:28:45 #88 12.55 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 07:28:45 #88 12.56 Executing busybox-1.37.0-r20.trigger 07:28:45 #88 12.60 OK: 9 MiB in 21 packages 07:28:45 #88 DONE 13.8s 07:28:45 07:28:45 #93 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:28:45 #93 9.862 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 07:28:45 #93 9.896 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 07:28:45 #93 9.910 Executing busybox-1.37.0-r20.trigger 07:28:45 #93 9.995 OK: 13 MiB in 29 packages 07:28:46 #93 ... 07:28:46 07:28:46 #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:28:46 #92 DONE 12.8s 07:28:46 07:28:46 #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 07:28:46 #99 DONE 1.4s 07:28:46 07:28:46 #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:28:47 #100 ... 07:28:47 07:28:47 #93 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:28:47 #93 DONE 11.7s 07:28:47 07:28:47 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:28:49 #101 ... 07:28:49 07:28:49 #102 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:28:49 #102 DONE 3.9s 07:28:49 07:28:49 #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:28:49 #100 DONE 2.8s 07:28:49 07:28:49 #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / 07:28:49 #103 ... 07:28:49 07:28:49 #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / 07:28:49 #104 DONE 0.4s 07:28:49 07:28:49 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:28:49 #101 DONE 2.6s 07:28:49 07:28:49 #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / 07:28:49 #103 DONE 0.4s 07:28:49 07:28:49 #105 [security-spire-config stage-2 6/10] COPY security.txt / 07:28:49 #105 ... 07:28:49 07:28:49 #106 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 07:28:49 #106 DONE 0.3s 07:28:49 07:28:49 #107 [security-spire-server stage-2 6/9] COPY security.txt / 07:28:49 #107 DONE 0.4s 07:28:50 07:28:50 #105 [security-spire-config stage-2 6/10] COPY security.txt / 07:28:50 #105 DONE 0.4s 07:28:50 07:28:50 #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:28:50 #108 ... 07:28:50 07:28:50 #109 [security-spire-agent stage-3 7/10] COPY security.txt / 07:28:50 #109 DONE 0.3s 07:28:50 07:28:50 #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 07:28:50 #110 DONE 0.2s 07:28:50 07:28:50 #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 07:28:50 #111 ... 07:28:50 07:28:50 #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:28:50 #108 DONE 0.6s 07:28:50 07:28:50 #112 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 07:28:50 #112 DONE 0.4s 07:28:50 07:28:50 #113 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 07:28:50 #113 DONE 0.3s 07:28:50 07:28:50 #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 07:28:50 #111 DONE 0.3s 07:28:50 07:28:50 #114 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 07:28:50 #114 DONE 0.3s 07:28:50 07:28:50 #115 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:28:51 #115 ... 07:28:51 07:28:51 #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 07:28:51 #116 DONE 0.3s 07:28:51 07:28:51 #115 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:28:51 #115 DONE 0.5s 07:28:51 07:28:51 #117 [security-spire-agent] exporting to image 07:28:51 #117 exporting layers 07:28:51 #117 ... 07:28:51 07:28:51 #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 07:28:51 #118 DONE 0.6s 07:28:51 07:28:51 #117 [security-spire-config] exporting to image 07:28:56 #117 exporting layers 4.8s done 07:28:56 #117 writing image sha256:c9d4597110c12cc1a6212b0f8c192d117d11d3de6775df14a181fc33490dab9b 0.1s done 07:28:56 #117 naming to docker.io/library/security-spire-agent-arm64 07:28:56 #117 exporting layers 4.7s done 07:28:56 #117 naming to docker.io/library/security-spire-agent-arm64 done 07:28:56 #117 exporting layers 4.8s done 07:28:56 #117 writing image sha256:bc13db159efe4f797307336649422cf85ced885c28bd9749c7729fe84c503a1e 0.0s done 07:28:56 #117 naming to docker.io/library/security-spire-config-arm64 done 07:28:56 #117 writing image sha256:79c87d06cd21df2cd1c8525d7f3559d9033afb76b2fee9df7876bfa02f333100 done 07:28:56 #117 naming to docker.io/library/security-spire-server-arm64 07:28:56 #117 naming to docker.io/library/security-spire-server-arm64 done 07:28:56 #117 DONE 5.1s 07:28:56 07:28:56 #86 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:29:39 #156 ... 07:29:39 07:29:39 #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:29:39 #153 DONE 106.2s 07:29:39 07:29:39 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 07:29:39 #149 DONE 106.2s 07:29:39 07:29:39 #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:29:39 #157 DONE 0.1s 07:29:39 07:29:39 #158 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 07:29:39 #158 DONE 0.1s 07:29:39 07:29:39 #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:29:39 #159 DONE 0.1s 07:29:39 07:29:39 #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 07:29:39 #160 ... 07:29:39 07:29:39 #161 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 07:29:39 #161 DONE 0.4s 07:29:39 07:29:39 #162 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 07:29:39 #162 DONE 0.2s 07:29:39 07:29:39 #163 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 07:29:39 #163 DONE 0.2s 07:29:39 07:29:39 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:29:39 #164 ... 07:29:39 07:29:39 #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 07:29:39 #160 DONE 1.1s 07:29:39 07:29:39 #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 07:29:39 #165 DONE 0.2s 07:29:39 07:29:39 #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 07:29:39 #166 DONE 0.2s 07:29:39 07:29:39 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:29:40 #151 ... 07:29:40 07:29:40 #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:29:40 #167 ... 07:29:40 07:29:40 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:29:40 #164 DONE 1.0s 07:29:40 07:29:40 #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:29:40 #167 DONE 0.3s 07:29:40 07:29:40 #168 [core-common-config-bootstrapper] exporting to image 07:29:40 #168 exporting layers 07:29:40 #168 ... 07:29:40 07:29:40 #169 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 07:29:40 #169 DONE 0.2s 07:29:40 07:29:40 #170 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 07:29:40 #170 DONE 0.2s 07:29:40 07:29:40 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:29:40 #145 ... 07:29:40 07:29:40 #168 [core-common-config-bootstrapper] exporting to image 07:29:40 #168 exporting layers 0.5s done 07:29:40 #168 writing image sha256:15edae5f2a624102d2a709131dfbd18980f0d49e0371a1cb9d181cbb1f1878ce done 07:29:40 #168 naming to docker.io/library/core-common-config-bootstrapper done 07:29:40 #168 DONE 0.7s 07:29:40 07:29:40 #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/ 07:29:40 #171 DONE 0.1s 07:29:40 07:29:40 #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/ 07:29:40 #172 DONE 0.2s 07:29:40 07:29:40 #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:29:41 #173 DONE 0.1s 07:29:41 07:29:41 #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 07:29:42 #174 DONE 1.2s 07:29:42 07:29:42 #175 [security-bootstrapper] exporting to image 07:29:42 #175 exporting layers 0.5s done 07:29:42 #175 writing image sha256:5ed86bd8ceefd741201da00f6db151f226d8bbff39876b9d1ffdbc89065d57ba done 07:29:42 #175 naming to docker.io/library/security-bootstrapper 0.1s done 07:29:42 #175 DONE 0.6s 07:29:42 07:29:42 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:30:48 #86 ... 07:30:48 07:30:48 #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:30:48 #91 DONE 131.1s 07:30:48 07:30:48 #96 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:30:48 #96 DONE 115.3s 07:30:48 07:30:48 #84 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:30:48 #84 DONE 128.8s 07:30:48 07:30:48 #119 [security-spiffe-token-provider builder 6/7] COPY . . 07:30:48 #119 ... 07:30:48 07:30:48 #87 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:30:48 #87 DONE 133.5s 07:30:48 07:30:48 #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:30:48 #98 DONE 121.4s 07:30:48 07:30:48 #86 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:30:48 #86 DONE 127.3s 07:30:48 07:30:48 #120 [security-proxy-setup builder 6/7] COPY . . 07:30:48 #120 ... 07:30:48 07:30:48 #121 [support-notifications builder 6/7] COPY . . 07:30:48 #121 DONE 2.8s 07:30:48 07:30:48 #122 [support-scheduler builder 6/7] COPY . . 07:30:48 #122 DONE 2.7s 07:30:48 07:30:48 #120 [security-proxy-setup builder 6/7] COPY . . 07:30:48 #120 DONE 2.7s 07:30:48 07:30:48 #123 [core-keeper builder 7/8] COPY . . 07:30:48 #123 DONE 2.8s 07:30:48 07:30:48 #124 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 07:30:48 #124 CACHED 07:30:48 07:30:48 #125 [security-bootstrapper builder 6/7] COPY . . 07:30:48 #125 CACHED 07:30:48 07:30:48 #126 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:30:48 #126 CACHED 07:30:48 07:30:48 #127 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:30:48 #127 CACHED 07:30:48 07:30:48 #128 [security-secretstore-setup builder 6/7] COPY . . 07:30:48 #128 CACHED 07:30:48 07:30:48 #129 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 07:30:48 #129 CACHED 07:30:48 07:30:48 #130 [security-proxy-auth builder 6/7] COPY . . 07:30:48 #130 DONE 2.8s 07:30:48 07:30:48 #131 [core-data builder 4/7] COPY go.mod vendor* ./ 07:30:48 #131 CACHED 07:30:48 07:30:48 #132 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:30:48 #132 CACHED 07:30:48 07:30:48 #133 [core-data builder 6/7] COPY . . 07:30:48 #133 CACHED 07:30:48 07:30:48 #134 [core-command builder 6/7] COPY . . 07:30:48 #134 CACHED 07:30:48 07:30:48 #135 [core-command builder 4/7] COPY go.mod vendor* ./ 07:30:48 #135 CACHED 07:30:48 07:30:48 #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:30:48 #136 CACHED 07:30:48 07:30:48 #137 [core-metadata builder 4/7] COPY go.mod vendor* ./ 07:30:48 #137 CACHED 07:30:48 07:30:48 #138 [core-metadata builder 6/7] COPY . . 07:30:48 #138 CACHED 07:30:48 07:30:48 #139 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:30:48 #139 CACHED 07:30:48 07:30:48 #140 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:30:48 #140 CACHED 07:30:48 07:30:48 #141 [core-common-config-bootstrapper builder 6/7] COPY . . 07:30:48 #141 CACHED 07:30:48 07:30:48 #142 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 07:30:48 #142 CACHED 07:30:48 07:30:48 #119 [security-spiffe-token-provider builder 6/7] COPY . . 07:30:48 #119 DONE 2.9s 07:30:48 07:30:48 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:30:48 #143 ... 07:30:48 07:30:48 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:30:48 #0 5.929 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:30:48 #144 ... 07:30:48 07:30:48 #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 07:30:48 #0 6.283 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:30:48 #145 ... 07:30:48 07:30:48 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:30:48 #0 8.239 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:30:48 #146 ... 07:30:48 07:30:48 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:30:48 #0 8.605 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 07:30:48 #147 ... 07:30:48 07:30:48 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:30:48 #143 8.868 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 07:30:48 #143 ... 07:30:48 07:30:48 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:30:48 #0 7.416 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:30:48 #148 ... 07:30:48 07:30:48 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:30:48 #0 9.091 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:30:48 #149 ... 07:30:48 07:30:48 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:30:48 #0 7.806 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 07:30:48 #150 ... 07:30:48 07:30:48 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:30:48 #0 8.764 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 07:30:48 #151 ... 07:30:48 07:30:48 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:30:48 #0 10.52 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 07:30:48 #152 ... 07:30:48 07:30:48 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:30:48 #0 8.863 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 07:30:48 #153 ... 07:30:48 07:30:48 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:30:48 #0 8.867 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:30:50 #146 ... 07:30:50 07:30:50 #156 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:30:50 #156 172.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:30:50 #156 ... 07:30:50 07:30:50 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:30:50 #152 DONE 177.1s 07:30:50 07:30:50 #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:30:50 #155 DONE 177.1s 07:30:50 07:30:50 #156 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:30:50 #156 DONE 177.1s 07:30:50 07:30:50 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:30:50 #151 DONE 177.1s 07:30:50 07:30:50 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 07:30:50 #176 DONE 0.3s 07:30:50 07:30:50 #177 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 07:30:50 #177 ... 07:30:50 07:30:50 #178 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 07:30:50 #178 DONE 0.2s 07:30:50 07:30:50 #179 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:30:50 #179 DONE 0.1s 07:30:50 07:30:50 #180 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 07:30:50 #180 DONE 0.2s 07:30:50 07:30:50 #181 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 07:30:50 #181 DONE 0.1s 07:30:50 07:30:50 #177 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 07:30:50 #177 DONE 0.4s 07:30:50 07:30:50 #182 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 07:30:50 #182 DONE 0.4s 07:30:50 07:30:50 #183 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:30:50 #183 DONE 0.3s 07:30:50 07:30:50 #184 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:30:50 #184 DONE 0.4s 07:30:50 07:30:50 #185 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 07:30:50 #185 DONE 0.4s 07:30:50 07:30:50 #186 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:30:50 #186 DONE 0.4s 07:30:50 07:30:50 #187 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 07:30:50 #187 DONE 0.4s 07:30:50 07:30:50 #188 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 07:30:50 #188 ... 07:30:50 07:30:50 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:30:50 #148 DONE 178.5s 07:30:50 07:30:50 #189 [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 07:30:50 #189 DONE 0.3s 07:30:50 07:30:50 #190 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 07:30:50 #190 DONE 0.3s 07:30:50 07:30:50 #188 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 07:30:50 #188 DONE 0.3s 07:30:50 07:30:50 #191 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:30:50 #191 DONE 0.3s 07:30:50 07:30:50 #192 [core-data] exporting to image 07:30:50 #192 exporting layers 07:30:50 #192 ... 07:30:50 07:30:50 #193 [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 07:30:50 #193 DONE 0.2s 07:30:50 07:30:50 #194 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 07:30:50 #194 DONE 0.2s 07:30:50 07:30:50 #195 [core-command] exporting to image 07:30:50 #195 exporting layers 0.2s done 07:30:50 #195 writing image sha256:d8073b8fa6e65352e1f8525799b56a1ffddd031168f8ddd4c9ee03f89559b9ba 0.0s done 07:30:50 #195 naming to docker.io/library/core-command done 07:30:50 #195 DONE 0.2s 07:30:50 07:30:50 #196 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:30:50 #196 DONE 0.2s 07:30:50 07:30:50 #192 [core-data] exporting to image 07:30:50 #192 exporting layers 0.2s done 07:30:50 #192 ... 07:30:50 07:30:50 #197 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 07:30:50 #197 DONE 0.2s 07:30:50 07:30:50 #192 [core-data] exporting to image 07:30:50 #192 writing image sha256:00029ce9acfba3ae326daa879bdf87bd2e9fbc6640ff3e5b179227f7db1b9314 0.1s done 07:30:50 #192 naming to docker.io/library/core-data 0.0s done 07:30:50 #192 DONE 0.3s 07:30:50 07:30:50 #198 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:30:50 #198 DONE 0.2s 07:30:50 07:30:50 #199 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 07:30:50 #199 ... 07:30:50 07:30:50 #200 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:30:50 #200 DONE 0.2s 07:30:51 07:30:51 #199 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 07:30:51 #199 DONE 0.4s 07:30:51 07:30:51 #201 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 07:30:51 #201 ... 07:30:51 07:30:51 #202 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:30:51 #202 DONE 0.7s 07:30:51 07:30:51 #201 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 07:30:51 #201 DONE 0.3s 07:30:51 07:30:51 #203 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:30:51 #203 DONE 0.5s 07:30:51 07:30:51 #204 [security-spiffe-token-provider] exporting to image 07:30:51 #204 ... 07:30:51 07:30:51 #205 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:30:51 #205 DONE 0.6s 07:30:52 07:30:52 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:30:52 #150 DONE 180.3s 07:30:52 07:30:52 #206 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:30:52 #206 ... 07:30:52 07:30:52 #207 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:30:52 #207 DONE 0.1s 07:30:52 07:30:52 #204 [security-spiffe-token-provider] exporting to image 07:30:52 #204 exporting layers 0.9s done 07:30:52 #204 writing image sha256:fb0b831ba2bdba70bef1cc13ec7c330627f06b621c113f1b40491649c3d54ddb 0.0s done 07:30:52 #204 naming to docker.io/library/security-spiffe-token-provider done 07:30:52 #204 DONE 0.9s 07:30:52 07:30:52 #208 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:30:52 #208 DONE 0.1s 07:30:52 07:30:52 #209 [security-proxy-setup] exporting to image 07:30:52 #209 exporting layers 1.1s done 07:30:52 #209 writing image sha256:799c97d83b70800ce15fc8666b473ae255e924f8f9732372dea0235219192386 done 07:30:52 #209 naming to docker.io/library/security-proxy-setup done 07:30:52 #209 DONE 1.1s 07:30:52 07:30:52 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:30:52 #146 DONE 180.6s 07:30:52 07:30:52 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:30:52 #154 DONE 180.7s 07:30:52 07:30:52 #210 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:30:52 #210 ... 07:30:52 07:30:52 #207 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:30:52 #207 DONE 0.1s 07:30:52 07:30:52 #208 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:30:52 #208 DONE 0.1s 07:30:52 07:30:52 #210 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:30:52 #210 DONE 0.3s 07:30:52 07:30:52 #211 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:30:52 #211 CACHED 07:30:52 07:30:52 #212 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:30:52 #212 CACHED 07:30:52 07:30:52 #213 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 07:30:52 #213 ... 07:30:52 07:30:52 #214 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 07:30:52 #214 DONE 0.1s 07:30:52 07:30:52 #206 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:30:52 #206 DONE 0.7s 07:30:52 07:30:52 #215 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 07:30:52 #215 DONE 0.2s 07:30:53 07:30:53 #213 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 07:30:53 #213 DONE 0.2s 07:30:53 07:30:53 #216 [security-secretstore-setup] exporting to image 07:30:53 #216 ... 07:30:53 07:30:53 #217 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 07:30:53 #217 DONE 0.2s 07:30:53 07:30:53 #218 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 07:30:53 #218 DONE 0.3s 07:30:53 07:30:53 #219 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 07:30:53 #219 DONE 0.2s 07:30:53 07:30:53 #220 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 07:30:53 #220 DONE 0.1s 07:30:53 07:30:53 #221 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 07:30:53 #221 DONE 0.1s 07:30:53 07:30:53 #222 [core-keeper] exporting to image 07:30:53 #222 ... 07:30:53 07:30:53 #223 [core-metadata] exporting to image 07:30:53 #223 exporting layers 0.2s done 07:30:53 #223 writing image sha256:dd6bd0faa2e5ccfbc6bcaee51bb56fe0a3a311db5534fddb1604539a4208ed0f done 07:30:53 #223 naming to docker.io/library/core-metadata done 07:30:53 #223 DONE 0.3s 07:30:53 07:30:53 #216 [security-secretstore-setup] exporting to image 07:30:53 #216 exporting layers 0.6s done 07:30:53 #216 writing image sha256:80511d9ddc0d33b4b413fd4444c1dcfcd87d8ec58bcea58f3072888491abe9bc done 07:30:53 #216 naming to docker.io/library/security-secretstore-setup done 07:30:53 #216 DONE 0.6s 07:30:53 07:30:53 #222 [core-keeper] exporting to image 07:30:53 #222 exporting layers 0.2s done 07:30:53 #222 writing image sha256:28f0e58b27ce401fe5e9ebc67e76d2333fb8445072a61038727fa86f439b0a82 0.0s done 07:30:53 #222 naming to docker.io/library/core-keeper 0.0s done 07:30:53 #222 DONE 0.2s 07:30:53 07:30:53 #224 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:30:53 #224 DONE 0.4s 07:30:53 07:30:53 #225 [security-proxy-auth] exporting to image 07:30:54 #225 exporting layers 0.7s done 07:30:54 #225 writing image sha256:42774831b14bbc2c7dcc2c2fa212fe1e6fd6c549323ef7b0c66f0ddc5a9cdb89 done 07:30:54 #225 naming to docker.io/library/security-proxy-auth done 07:30:54 #225 DONE 0.7s 07:30:54 07:30:54 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:30:55 #145 ... 07:30:55 07:30:55 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:30:55 #147 DONE 183.4s 07:30:55 07:30:55 #226 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:30:55 #226 DONE 0.0s 07:30:55 07:30:55 #227 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:30:55 #227 DONE 0.0s 07:30:55 07:30:55 #228 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:30:55 #228 ... 07:30:55 07:30:55 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:30:55 #145 DONE 183.9s 07:30:55 07:30:55 #228 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:30:55 #228 DONE 0.3s 07:30:55 07:30:55 #229 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 07:30:55 #229 DONE 0.1s 07:30:55 07:30:55 #230 [support-scheduler] exporting to image 07:30:55 #230 ... 07:30:55 07:30:55 #231 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:30:55 #231 DONE 0.0s 07:30:55 07:30:55 #232 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:30:55 #232 DONE 0.0s 07:30:56 07:30:56 #230 [support-scheduler] exporting to image 07:30:56 #230 exporting layers 0.2s done 07:30:56 #230 writing image sha256:37db7800c49aa12db64a5cd23bf1cfd5c1342f404cec9e89ba3f7322e6e64c84 done 07:30:56 #230 naming to docker.io/library/support-scheduler done 07:30:56 #230 DONE 0.4s 07:30:56 07:30:56 #233 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:30:56 #233 DONE 0.2s 07:30:56 07:30:56 #234 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 07:30:56 #234 DONE 0.1s 07:30:56 07:30:56 #235 [support-notifications] exporting to image 07:30:56 #235 exporting layers 0.2s done 07:30:56 #235 writing image sha256:e3a97b2a0d62b61c3fcd909aff6d795fe981eb807c1b36c33da867081560425c done 07:30:56 #235 naming to docker.io/library/support-notifications done 07:30:56 #235 DONE 0.2s 07:30:56 07:30:56 #22 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 07:30:56 time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:56 time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:56 time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:56 time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:56 time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:56 time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:56 time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:56 time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:56 time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:56 time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:56 time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:56 time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:56 time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:56 time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:30:56 time="2025-12-24T07:26:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 07:30:56 $ docker stop --time=1 e8b5f1ddf9a357c7695f686337971b6a8d0450349ccd355c50ea0d0ea3f556dd 07:30:57 $ docker rm -f --volumes e8b5f1ddf9a357c7695f686337971b6a8d0450349ccd355c50ea0d0ea3f556dd [Pipeline] // withDockerContainer [Pipeline] sh 07:30:58 + docker images 07:30:58 REPOSITORY TAG IMAGE ID CREATED SIZE 07:30:58 support-notifications latest e3a97b2a0d62 1 second ago 55.7MB 07:30:58 support-scheduler latest 37db7800c49a 2 seconds ago 52MB 07:30:58 security-proxy-auth latest 42774831b14b 4 seconds ago 47MB 07:30:58 core-metadata latest dd6bd0faa2e5 5 seconds ago 48MB 07:30:58 core-keeper latest 28f0e58b27ce 5 seconds ago 46.8MB 07:30:58 security-secretstore-setup latest 80511d9ddc0d 5 seconds ago 84.5MB 07:30:58 security-proxy-setup latest 799c97d83b70 6 seconds ago 52.8MB 07:30:58 security-spiffe-token-provider latest fb0b831ba2bd 6 seconds ago 51MB 07:30:58 core-data latest 00029ce9acfb 7 seconds ago 47.8MB 07:30:58 core-command latest d8073b8fa6e6 7 seconds ago 42.1MB 07:30:58 security-bootstrapper latest 5ed86bd8ceef About a minute ago 22.4MB 07:30:58 core-common-config-bootstrapper latest 15edae5f2a62 About a minute ago 21.3MB 07:30:58 security-spire-agent latest a062622616c2 3 minutes ago 238MB 07:30:58 security-spire-server latest 2e863d6bc7bd 3 minutes ago 178MB 07:30:58 security-spire-config latest ff3e1bad5b83 3 minutes ago 178MB 07:30:58 ci-base-image-x86_64 latest fc7c1346e5f1 7 minutes ago 999MB 07:30:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.25-alpine 2caa029a6df7 2 months ago 636MB 07:30:58 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 7 months ago 573MB 07:30:58 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 07:30:58 provisioning config files... 07:30:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/942@tmp/config18056890351024552647tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:30:58 ---> ****-login.sh 07:30:58 nexus3.edgexfoundry.org:10001 07:30:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:30:58 Login Succeeded 07:30:58 nexus3.edgexfoundry.org:10002 07:30:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:30:58 Login Succeeded 07:30:58 nexus3.edgexfoundry.org:10003 07:30:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:30:58 Login Succeeded 07:30:58 nexus3.edgexfoundry.org:10004 07:30:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:30:58 Login Succeeded 07:30:58 ****.io 07:30:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:30:58 Login Succeeded 07:30:58 ---> ****-login.sh ends [Pipeline] } 07:30:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:30:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:30:59 [edgeXDocker.push] Tagging docker image core-command with the following tags: 07:30:59 32b54d096708f46b0b2348d0dcbc77c27003877e 07:30:59 latest 07:30:59 4.1.0-dev.88 07:30:59 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:30:59 main 07:30:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:59 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:30:59 + docker push nexus3.edgexfoundry.org:10004/core-command:32b54d096708f46b0b2348d0dcbc77c27003877e 07:30:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:30:59 233fb9b84fa9: Preparing 07:30:59 d0ce093cb6ce: Preparing 07:30:59 0d27cca9697c: Preparing 07:30:59 524ba9aa76b5: Preparing 07:30:59 ca3051c1c9df: Preparing 07:30:59 ddbb3ea73ed3: Preparing 07:30:59 256f393e029f: Preparing 07:30:59 ddbb3ea73ed3: Waiting 07:30:59 524ba9aa76b5: Pushed 07:30:59 0d27cca9697c: Pushed 07:30:59 233fb9b84fa9: Pushed 07:30:59 256f393e029f: Layer already exists 07:30:59 ca3051c1c9df: Pushed 07:31:00 ddbb3ea73ed3: Pushed 07:31:04 d0ce093cb6ce: Pushed 07:31:04 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:373966d7c220563ff799892adece5dea337a1e9bf942b72aa837f9e533ef38f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:04 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:05 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 07:31:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:31:05 233fb9b84fa9: Preparing 07:31:05 d0ce093cb6ce: Preparing 07:31:05 0d27cca9697c: Preparing 07:31:05 524ba9aa76b5: Preparing 07:31:05 ca3051c1c9df: Preparing 07:31:05 ddbb3ea73ed3: Preparing 07:31:05 256f393e029f: Preparing 07:31:05 256f393e029f: Waiting 07:31:05 ddbb3ea73ed3: Waiting 07:31:05 524ba9aa76b5: Layer already exists 07:31:05 0d27cca9697c: Layer already exists 07:31:05 233fb9b84fa9: Layer already exists 07:31:05 d0ce093cb6ce: Layer already exists 07:31:05 ca3051c1c9df: Layer already exists 07:31:05 256f393e029f: Layer already exists 07:31:05 ddbb3ea73ed3: Layer already exists 07:31:05 latest: digest: sha256:373966d7c220563ff799892adece5dea337a1e9bf942b72aa837f9e533ef38f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:05 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:05 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88 07:31:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:31:05 233fb9b84fa9: Preparing 07:31:05 d0ce093cb6ce: Preparing 07:31:05 0d27cca9697c: Preparing 07:31:05 524ba9aa76b5: Preparing 07:31:05 ca3051c1c9df: Preparing 07:31:05 ddbb3ea73ed3: Preparing 07:31:05 256f393e029f: Preparing 07:31:05 256f393e029f: Waiting 07:31:05 ddbb3ea73ed3: Waiting 07:31:05 ca3051c1c9df: Layer already exists 07:31:05 0d27cca9697c: Layer already exists 07:31:05 524ba9aa76b5: Layer already exists 07:31:05 d0ce093cb6ce: Layer already exists 07:31:05 233fb9b84fa9: Layer already exists 07:31:05 ddbb3ea73ed3: Layer already exists 07:31:05 256f393e029f: Layer already exists 07:31:05 4.1.0-dev.88: digest: sha256:373966d7c220563ff799892adece5dea337a1e9bf942b72aa837f9e533ef38f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:06 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:06 + docker push nexus3.edgexfoundry.org:10004/core-command:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:31:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:31:06 233fb9b84fa9: Preparing 07:31:06 d0ce093cb6ce: Preparing 07:31:06 0d27cca9697c: Preparing 07:31:06 524ba9aa76b5: Preparing 07:31:06 ca3051c1c9df: Preparing 07:31:06 ddbb3ea73ed3: Preparing 07:31:06 256f393e029f: Preparing 07:31:06 ddbb3ea73ed3: Waiting 07:31:06 256f393e029f: Waiting 07:31:06 233fb9b84fa9: Layer already exists 07:31:06 0d27cca9697c: Layer already exists 07:31:06 ca3051c1c9df: Layer already exists 07:31:06 524ba9aa76b5: Layer already exists 07:31:06 d0ce093cb6ce: Layer already exists 07:31:06 ddbb3ea73ed3: Layer already exists 07:31:06 256f393e029f: Layer already exists 07:31:06 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:373966d7c220563ff799892adece5dea337a1e9bf942b72aa837f9e533ef38f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:06 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:07 + docker push nexus3.edgexfoundry.org:10004/core-command:main 07:31:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:31:07 233fb9b84fa9: Preparing 07:31:07 d0ce093cb6ce: Preparing 07:31:07 0d27cca9697c: Preparing 07:31:07 524ba9aa76b5: Preparing 07:31:07 ca3051c1c9df: Preparing 07:31:07 ddbb3ea73ed3: Preparing 07:31:07 256f393e029f: Preparing 07:31:07 256f393e029f: Waiting 07:31:07 ddbb3ea73ed3: Waiting 07:31:07 d0ce093cb6ce: Layer already exists 07:31:07 ca3051c1c9df: Layer already exists 07:31:07 233fb9b84fa9: Layer already exists 07:31:07 524ba9aa76b5: Layer already exists 07:31:07 0d27cca9697c: Layer already exists 07:31:07 ddbb3ea73ed3: Layer already exists 07:31:07 256f393e029f: Layer already exists 07:31:07 main: digest: sha256:373966d7c220563ff799892adece5dea337a1e9bf942b72aa837f9e533ef38f4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:31:07 ===================================================== [Pipeline] echo 07:31:07 taggedImages: 07:31:07 - nexus3.edgexfoundry.org:10004/core-command:32b54d096708f46b0b2348d0dcbc77c27003877e 07:31:07 - nexus3.edgexfoundry.org:10004/core-command:latest 07:31:07 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88 07:31:07 - nexus3.edgexfoundry.org:10004/core-command:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:31:07 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 07:31:07 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 07:31:07 32b54d096708f46b0b2348d0dcbc77c27003877e 07:31:07 latest 07:31:07 4.1.0-dev.88 07:31:07 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:31:07 main 07:31:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:07 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:07 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e 07:31:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:31:07 90bab7bd2ed7: Preparing 07:31:07 7eba1bc52f13: Preparing 07:31:07 887763d15a1c: Preparing 07:31:07 3df27abcd180: Preparing 07:31:07 0d27cca9697c: Preparing 07:31:07 524ba9aa76b5: Preparing 07:31:07 ca3051c1c9df: Preparing 07:31:07 ddbb3ea73ed3: Preparing 07:31:07 256f393e029f: Preparing 07:31:07 524ba9aa76b5: Waiting 07:31:07 ca3051c1c9df: Waiting 07:31:07 ddbb3ea73ed3: Waiting 07:31:07 256f393e029f: Waiting 07:31:07 0d27cca9697c: Layer already exists 07:31:07 524ba9aa76b5: Layer already exists 07:31:07 ca3051c1c9df: Layer already exists 07:31:07 ddbb3ea73ed3: Layer already exists 07:31:07 887763d15a1c: Pushed 07:31:07 256f393e029f: Layer already exists 07:31:07 90bab7bd2ed7: Pushed 07:31:07 7eba1bc52f13: Pushed 07:31:09 3df27abcd180: Pushed 07:31:09 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:4211ed906a6b4024d0275d7e9f514fc510f425df549bfb81c0527bf1e8ee2c7e size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:09 + 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 07:31:10 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:31:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:31:10 90bab7bd2ed7: Preparing 07:31:10 7eba1bc52f13: Preparing 07:31:10 887763d15a1c: Preparing 07:31:10 3df27abcd180: Preparing 07:31:10 0d27cca9697c: Preparing 07:31:10 524ba9aa76b5: Preparing 07:31:10 ca3051c1c9df: Preparing 07:31:10 ddbb3ea73ed3: Preparing 07:31:10 256f393e029f: Preparing 07:31:10 524ba9aa76b5: Waiting 07:31:10 ca3051c1c9df: Waiting 07:31:10 ddbb3ea73ed3: Waiting 07:31:10 256f393e029f: Waiting 07:31:10 0d27cca9697c: Layer already exists 07:31:10 887763d15a1c: Layer already exists 07:31:10 3df27abcd180: Layer already exists 07:31:10 7eba1bc52f13: Layer already exists 07:31:10 90bab7bd2ed7: Layer already exists 07:31:10 524ba9aa76b5: Layer already exists 07:31:10 ca3051c1c9df: Layer already exists 07:31:10 ddbb3ea73ed3: Layer already exists 07:31:10 256f393e029f: Layer already exists 07:31:10 latest: digest: sha256:4211ed906a6b4024d0275d7e9f514fc510f425df549bfb81c0527bf1e8ee2c7e size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:10 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:11 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88 07:31:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:31:11 90bab7bd2ed7: Preparing 07:31:11 7eba1bc52f13: Preparing 07:31:11 887763d15a1c: Preparing 07:31:11 3df27abcd180: Preparing 07:31:11 0d27cca9697c: Preparing 07:31:11 524ba9aa76b5: Preparing 07:31:11 ca3051c1c9df: Preparing 07:31:11 ddbb3ea73ed3: Preparing 07:31:11 256f393e029f: Preparing 07:31:11 524ba9aa76b5: Waiting 07:31:11 ca3051c1c9df: Waiting 07:31:11 ddbb3ea73ed3: Waiting 07:31:11 256f393e029f: Waiting 07:31:11 887763d15a1c: Layer already exists 07:31:11 7eba1bc52f13: Layer already exists 07:31:11 90bab7bd2ed7: Layer already exists 07:31:11 3df27abcd180: Layer already exists 07:31:11 0d27cca9697c: Layer already exists 07:31:11 ca3051c1c9df: Layer already exists 07:31:11 ddbb3ea73ed3: Layer already exists 07:31:11 524ba9aa76b5: Layer already exists 07:31:11 256f393e029f: Layer already exists 07:31:11 4.1.0-dev.88: digest: sha256:4211ed906a6b4024d0275d7e9f514fc510f425df549bfb81c0527bf1e8ee2c7e size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:11 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:11 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:31:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:31:11 90bab7bd2ed7: Preparing 07:31:11 7eba1bc52f13: Preparing 07:31:11 887763d15a1c: Preparing 07:31:11 3df27abcd180: Preparing 07:31:11 0d27cca9697c: Preparing 07:31:11 524ba9aa76b5: Preparing 07:31:11 ca3051c1c9df: Preparing 07:31:11 ddbb3ea73ed3: Preparing 07:31:11 256f393e029f: Preparing 07:31:11 524ba9aa76b5: Waiting 07:31:11 ca3051c1c9df: Waiting 07:31:11 ddbb3ea73ed3: Waiting 07:31:11 256f393e029f: Waiting 07:31:11 0d27cca9697c: Layer already exists 07:31:11 887763d15a1c: Layer already exists 07:31:11 7eba1bc52f13: Layer already exists 07:31:11 90bab7bd2ed7: Layer already exists 07:31:11 3df27abcd180: Layer already exists 07:31:11 256f393e029f: Layer already exists 07:31:11 ca3051c1c9df: Layer already exists 07:31:11 524ba9aa76b5: Layer already exists 07:31:11 ddbb3ea73ed3: Layer already exists 07:31:11 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:4211ed906a6b4024d0275d7e9f514fc510f425df549bfb81c0527bf1e8ee2c7e size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:12 + 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 07:31:12 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 07:31:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:31:12 90bab7bd2ed7: Preparing 07:31:12 7eba1bc52f13: Preparing 07:31:12 887763d15a1c: Preparing 07:31:12 3df27abcd180: Preparing 07:31:12 0d27cca9697c: Preparing 07:31:12 524ba9aa76b5: Preparing 07:31:12 ca3051c1c9df: Preparing 07:31:12 ddbb3ea73ed3: Preparing 07:31:12 256f393e029f: Preparing 07:31:12 ddbb3ea73ed3: Waiting 07:31:12 ca3051c1c9df: Waiting 07:31:12 256f393e029f: Waiting 07:31:12 524ba9aa76b5: Waiting 07:31:12 3df27abcd180: Layer already exists 07:31:12 0d27cca9697c: Layer already exists 07:31:12 887763d15a1c: Layer already exists 07:31:12 7eba1bc52f13: Layer already exists 07:31:12 90bab7bd2ed7: Layer already exists 07:31:12 524ba9aa76b5: Layer already exists 07:31:12 ca3051c1c9df: Layer already exists 07:31:12 ddbb3ea73ed3: Layer already exists 07:31:12 256f393e029f: Layer already exists 07:31:12 main: digest: sha256:4211ed906a6b4024d0275d7e9f514fc510f425df549bfb81c0527bf1e8ee2c7e size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:31:12 ===================================================== [Pipeline] echo 07:31:12 taggedImages: 07:31:12 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e 07:31:12 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:31:12 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88 07:31:12 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:31:12 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 07:31:12 [edgeXDocker.push] Tagging docker image core-data with the following tags: 07:31:12 32b54d096708f46b0b2348d0dcbc77c27003877e 07:31:12 latest 07:31:12 4.1.0-dev.88 07:31:12 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:31:12 main 07:31:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:12 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:13 + docker push nexus3.edgexfoundry.org:10004/core-data:32b54d096708f46b0b2348d0dcbc77c27003877e 07:31:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:31:13 0d62904bf7d8: Preparing 07:31:13 5b28d16ab325: Preparing 07:31:13 0d27cca9697c: Preparing 07:31:13 524ba9aa76b5: Preparing 07:31:13 3e39f4e3c8bb: Preparing 07:31:13 ddbb3ea73ed3: Preparing 07:31:13 256f393e029f: Preparing 07:31:13 ddbb3ea73ed3: Waiting 07:31:13 256f393e029f: Waiting 07:31:13 524ba9aa76b5: Layer already exists 07:31:13 0d27cca9697c: Layer already exists 07:31:13 ddbb3ea73ed3: Layer already exists 07:31:13 256f393e029f: Layer already exists 07:31:13 0d62904bf7d8: Pushed 07:31:13 3e39f4e3c8bb: Pushed 07:31:17 5b28d16ab325: Pushed 07:31:17 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:4c8293fedf9f25854e45e5edba83dd9bae7c965cbac98af1e1320df4aba5acfd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:17 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:18 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 07:31:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:31:18 0d62904bf7d8: Preparing 07:31:18 5b28d16ab325: Preparing 07:31:18 0d27cca9697c: Preparing 07:31:18 524ba9aa76b5: Preparing 07:31:18 3e39f4e3c8bb: Preparing 07:31:18 ddbb3ea73ed3: Preparing 07:31:18 256f393e029f: Preparing 07:31:18 ddbb3ea73ed3: Waiting 07:31:18 256f393e029f: Waiting 07:31:18 0d62904bf7d8: Layer already exists 07:31:18 5b28d16ab325: Layer already exists 07:31:18 3e39f4e3c8bb: Layer already exists 07:31:18 524ba9aa76b5: Layer already exists 07:31:18 0d27cca9697c: Layer already exists 07:31:18 ddbb3ea73ed3: Layer already exists 07:31:18 256f393e029f: Layer already exists 07:31:18 latest: digest: sha256:4c8293fedf9f25854e45e5edba83dd9bae7c965cbac98af1e1320df4aba5acfd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:18 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:18 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88 07:31:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:31:18 0d62904bf7d8: Preparing 07:31:18 5b28d16ab325: Preparing 07:31:18 0d27cca9697c: Preparing 07:31:18 524ba9aa76b5: Preparing 07:31:18 3e39f4e3c8bb: Preparing 07:31:18 ddbb3ea73ed3: Preparing 07:31:18 256f393e029f: Preparing 07:31:18 ddbb3ea73ed3: Waiting 07:31:18 256f393e029f: Waiting 07:31:18 0d62904bf7d8: Layer already exists 07:31:18 524ba9aa76b5: Layer already exists 07:31:18 5b28d16ab325: Layer already exists 07:31:18 3e39f4e3c8bb: Layer already exists 07:31:18 0d27cca9697c: Layer already exists 07:31:18 256f393e029f: Layer already exists 07:31:18 ddbb3ea73ed3: Layer already exists 07:31:18 4.1.0-dev.88: digest: sha256:4c8293fedf9f25854e45e5edba83dd9bae7c965cbac98af1e1320df4aba5acfd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:19 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:19 + docker push nexus3.edgexfoundry.org:10004/core-data:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:31:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:31:19 0d62904bf7d8: Preparing 07:31:19 5b28d16ab325: Preparing 07:31:19 0d27cca9697c: Preparing 07:31:19 524ba9aa76b5: Preparing 07:31:19 3e39f4e3c8bb: Preparing 07:31:19 ddbb3ea73ed3: Preparing 07:31:19 256f393e029f: Preparing 07:31:19 256f393e029f: Waiting 07:31:19 ddbb3ea73ed3: Waiting 07:31:19 0d27cca9697c: Layer already exists 07:31:19 0d62904bf7d8: Layer already exists 07:31:19 5b28d16ab325: Layer already exists 07:31:19 3e39f4e3c8bb: Layer already exists 07:31:19 524ba9aa76b5: Layer already exists 07:31:19 ddbb3ea73ed3: Layer already exists 07:31:19 256f393e029f: Layer already exists 07:31:19 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:4c8293fedf9f25854e45e5edba83dd9bae7c965cbac98af1e1320df4aba5acfd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:19 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:20 + docker push nexus3.edgexfoundry.org:10004/core-data:main 07:31:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:31:20 0d62904bf7d8: Preparing 07:31:20 5b28d16ab325: Preparing 07:31:20 0d27cca9697c: Preparing 07:31:20 524ba9aa76b5: Preparing 07:31:20 3e39f4e3c8bb: Preparing 07:31:20 ddbb3ea73ed3: Preparing 07:31:20 256f393e029f: Preparing 07:31:20 ddbb3ea73ed3: Waiting 07:31:20 256f393e029f: Waiting 07:31:20 5b28d16ab325: Layer already exists 07:31:20 0d27cca9697c: Layer already exists 07:31:20 524ba9aa76b5: Layer already exists 07:31:20 0d62904bf7d8: Layer already exists 07:31:20 3e39f4e3c8bb: Layer already exists 07:31:20 ddbb3ea73ed3: Layer already exists 07:31:20 256f393e029f: Layer already exists 07:31:20 main: digest: sha256:4c8293fedf9f25854e45e5edba83dd9bae7c965cbac98af1e1320df4aba5acfd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:31:20 ===================================================== [Pipeline] echo 07:31:20 taggedImages: 07:31:20 - nexus3.edgexfoundry.org:10004/core-data:32b54d096708f46b0b2348d0dcbc77c27003877e 07:31:20 - nexus3.edgexfoundry.org:10004/core-data:latest 07:31:20 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88 07:31:20 - nexus3.edgexfoundry.org:10004/core-data:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:31:20 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 07:31:20 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 07:31:20 32b54d096708f46b0b2348d0dcbc77c27003877e 07:31:20 latest 07:31:20 4.1.0-dev.88 07:31:20 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:31:20 main 07:31:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:21 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:21 + docker push nexus3.edgexfoundry.org:10004/core-keeper:32b54d096708f46b0b2348d0dcbc77c27003877e 07:31:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:31:21 daf71ab257e5: Preparing 07:31:21 7a103770b065: Preparing 07:31:21 524ba9aa76b5: Preparing 07:31:21 0d3a1b5b4878: Preparing 07:31:21 2e173f37009d: Preparing 07:31:21 256f393e029f: Preparing 07:31:21 256f393e029f: Waiting 07:31:21 524ba9aa76b5: Layer already exists 07:31:21 256f393e029f: Layer already exists 07:31:21 0d3a1b5b4878: Pushed 07:31:21 2e173f37009d: Pushed 07:31:21 daf71ab257e5: Pushed 07:31:25 7a103770b065: Pushed 07:31:25 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:2e92efb406085a844537e3646aca330452d299b75611d79f577fc8f32e959695 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:26 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:26 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 07:31:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:31:26 daf71ab257e5: Preparing 07:31:26 7a103770b065: Preparing 07:31:26 524ba9aa76b5: Preparing 07:31:26 0d3a1b5b4878: Preparing 07:31:26 2e173f37009d: Preparing 07:31:26 256f393e029f: Preparing 07:31:26 256f393e029f: Waiting 07:31:26 2e173f37009d: Layer already exists 07:31:26 524ba9aa76b5: Layer already exists 07:31:26 daf71ab257e5: Layer already exists 07:31:26 0d3a1b5b4878: Layer already exists 07:31:26 7a103770b065: Layer already exists 07:31:26 256f393e029f: Layer already exists 07:31:26 latest: digest: sha256:2e92efb406085a844537e3646aca330452d299b75611d79f577fc8f32e959695 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:26 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:27 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88 07:31:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:31:27 daf71ab257e5: Preparing 07:31:27 7a103770b065: Preparing 07:31:27 524ba9aa76b5: Preparing 07:31:27 0d3a1b5b4878: Preparing 07:31:27 2e173f37009d: Preparing 07:31:27 256f393e029f: Preparing 07:31:27 256f393e029f: Waiting 07:31:27 daf71ab257e5: Layer already exists 07:31:27 2e173f37009d: Layer already exists 07:31:27 0d3a1b5b4878: Layer already exists 07:31:27 7a103770b065: Layer already exists 07:31:27 524ba9aa76b5: Layer already exists 07:31:27 256f393e029f: Layer already exists 07:31:27 4.1.0-dev.88: digest: sha256:2e92efb406085a844537e3646aca330452d299b75611d79f577fc8f32e959695 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:27 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:27 + docker push nexus3.edgexfoundry.org:10004/core-keeper:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:31:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:31:27 daf71ab257e5: Preparing 07:31:27 7a103770b065: Preparing 07:31:27 524ba9aa76b5: Preparing 07:31:27 0d3a1b5b4878: Preparing 07:31:27 2e173f37009d: Preparing 07:31:27 256f393e029f: Preparing 07:31:27 256f393e029f: Waiting 07:31:27 524ba9aa76b5: Layer already exists 07:31:27 daf71ab257e5: Layer already exists 07:31:27 2e173f37009d: Layer already exists 07:31:27 7a103770b065: Layer already exists 07:31:27 0d3a1b5b4878: Layer already exists 07:31:27 256f393e029f: Layer already exists 07:31:27 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:2e92efb406085a844537e3646aca330452d299b75611d79f577fc8f32e959695 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:28 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:28 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 07:31:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:31:28 daf71ab257e5: Preparing 07:31:28 7a103770b065: Preparing 07:31:28 524ba9aa76b5: Preparing 07:31:28 0d3a1b5b4878: Preparing 07:31:28 2e173f37009d: Preparing 07:31:28 256f393e029f: Preparing 07:31:28 256f393e029f: Waiting 07:31:28 0d3a1b5b4878: Layer already exists 07:31:28 524ba9aa76b5: Layer already exists 07:31:28 7a103770b065: Layer already exists 07:31:28 2e173f37009d: Layer already exists 07:31:28 daf71ab257e5: Layer already exists 07:31:28 256f393e029f: Layer already exists 07:31:28 main: digest: sha256:2e92efb406085a844537e3646aca330452d299b75611d79f577fc8f32e959695 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:31:28 ===================================================== [Pipeline] echo 07:31:28 taggedImages: 07:31:28 - nexus3.edgexfoundry.org:10004/core-keeper:32b54d096708f46b0b2348d0dcbc77c27003877e 07:31:28 - nexus3.edgexfoundry.org:10004/core-keeper:latest 07:31:28 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88 07:31:28 - nexus3.edgexfoundry.org:10004/core-keeper:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:31:28 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 07:31:28 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 07:31:28 32b54d096708f46b0b2348d0dcbc77c27003877e 07:31:28 latest 07:31:28 4.1.0-dev.88 07:31:28 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:31:28 main 07:31:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:28 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:29 + docker push nexus3.edgexfoundry.org:10004/core-metadata:32b54d096708f46b0b2348d0dcbc77c27003877e 07:31:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:31:29 7560dbedbade: Preparing 07:31:29 9ec03ce440d9: Preparing 07:31:29 4921479eab41: Preparing 07:31:29 0d27cca9697c: Preparing 07:31:29 524ba9aa76b5: Preparing 07:31:29 ca3051c1c9df: Preparing 07:31:29 ddbb3ea73ed3: Preparing 07:31:29 256f393e029f: Preparing 07:31:29 256f393e029f: Waiting 07:31:29 ca3051c1c9df: Waiting 07:31:29 ddbb3ea73ed3: Waiting 07:31:29 524ba9aa76b5: Layer already exists 07:31:29 0d27cca9697c: Layer already exists 07:31:29 ca3051c1c9df: Layer already exists 07:31:29 ddbb3ea73ed3: Layer already exists 07:31:29 256f393e029f: Layer already exists 07:31:29 9ec03ce440d9: Pushed 07:31:29 7560dbedbade: Pushed 07:31:33 4921479eab41: Pushed 07:31:33 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:dd608c746de0e6d5b14e95b9a1d7f704fd78643ecc863fe267cc786a90836c27 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:33 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:34 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 07:31:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:31:34 7560dbedbade: Preparing 07:31:34 9ec03ce440d9: Preparing 07:31:34 4921479eab41: Preparing 07:31:34 0d27cca9697c: Preparing 07:31:34 524ba9aa76b5: Preparing 07:31:34 ca3051c1c9df: Preparing 07:31:34 ddbb3ea73ed3: Preparing 07:31:34 256f393e029f: Preparing 07:31:34 ca3051c1c9df: Waiting 07:31:34 ddbb3ea73ed3: Waiting 07:31:34 256f393e029f: Waiting 07:31:34 4921479eab41: Layer already exists 07:31:34 0d27cca9697c: Layer already exists 07:31:34 7560dbedbade: Layer already exists 07:31:34 9ec03ce440d9: Layer already exists 07:31:34 524ba9aa76b5: Layer already exists 07:31:34 256f393e029f: Layer already exists 07:31:34 ddbb3ea73ed3: Layer already exists 07:31:34 ca3051c1c9df: Layer already exists 07:31:34 latest: digest: sha256:dd608c746de0e6d5b14e95b9a1d7f704fd78643ecc863fe267cc786a90836c27 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:34 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:34 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88 07:31:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:31:34 7560dbedbade: Preparing 07:31:34 9ec03ce440d9: Preparing 07:31:34 4921479eab41: Preparing 07:31:34 0d27cca9697c: Preparing 07:31:34 524ba9aa76b5: Preparing 07:31:34 ca3051c1c9df: Preparing 07:31:34 ddbb3ea73ed3: Preparing 07:31:34 256f393e029f: Preparing 07:31:34 ca3051c1c9df: Waiting 07:31:34 ddbb3ea73ed3: Waiting 07:31:34 256f393e029f: Waiting 07:31:34 9ec03ce440d9: Layer already exists 07:31:34 524ba9aa76b5: Layer already exists 07:31:34 7560dbedbade: Layer already exists 07:31:34 0d27cca9697c: Layer already exists 07:31:34 4921479eab41: Layer already exists 07:31:34 ddbb3ea73ed3: Layer already exists 07:31:34 256f393e029f: Layer already exists 07:31:34 ca3051c1c9df: Layer already exists 07:31:34 4.1.0-dev.88: digest: sha256:dd608c746de0e6d5b14e95b9a1d7f704fd78643ecc863fe267cc786a90836c27 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:35 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:35 + docker push nexus3.edgexfoundry.org:10004/core-metadata:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:31:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:31:35 7560dbedbade: Preparing 07:31:35 9ec03ce440d9: Preparing 07:31:35 4921479eab41: Preparing 07:31:35 0d27cca9697c: Preparing 07:31:35 524ba9aa76b5: Preparing 07:31:35 ca3051c1c9df: Preparing 07:31:35 ddbb3ea73ed3: Preparing 07:31:35 256f393e029f: Preparing 07:31:35 ddbb3ea73ed3: Waiting 07:31:35 ca3051c1c9df: Waiting 07:31:35 256f393e029f: Waiting 07:31:35 7560dbedbade: Layer already exists 07:31:35 9ec03ce440d9: Layer already exists 07:31:35 0d27cca9697c: Layer already exists 07:31:35 524ba9aa76b5: Layer already exists 07:31:35 4921479eab41: Layer already exists 07:31:35 ca3051c1c9df: Layer already exists 07:31:35 256f393e029f: Layer already exists 07:31:35 ddbb3ea73ed3: Layer already exists 07:31:35 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:dd608c746de0e6d5b14e95b9a1d7f704fd78643ecc863fe267cc786a90836c27 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:35 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:36 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 07:31:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:31:36 7560dbedbade: Preparing 07:31:36 9ec03ce440d9: Preparing 07:31:36 4921479eab41: Preparing 07:31:36 0d27cca9697c: Preparing 07:31:36 524ba9aa76b5: Preparing 07:31:36 ca3051c1c9df: Preparing 07:31:36 ddbb3ea73ed3: Preparing 07:31:36 256f393e029f: Preparing 07:31:36 ca3051c1c9df: Waiting 07:31:36 ddbb3ea73ed3: Waiting 07:31:36 256f393e029f: Waiting 07:31:36 7560dbedbade: Layer already exists 07:31:36 524ba9aa76b5: Layer already exists 07:31:36 9ec03ce440d9: Layer already exists 07:31:36 0d27cca9697c: Layer already exists 07:31:36 4921479eab41: Layer already exists 07:31:36 ddbb3ea73ed3: Layer already exists 07:31:36 ca3051c1c9df: Layer already exists 07:31:36 256f393e029f: Layer already exists 07:31:36 main: digest: sha256:dd608c746de0e6d5b14e95b9a1d7f704fd78643ecc863fe267cc786a90836c27 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:31:36 ===================================================== [Pipeline] echo 07:31:36 taggedImages: 07:31:36 - nexus3.edgexfoundry.org:10004/core-metadata:32b54d096708f46b0b2348d0dcbc77c27003877e 07:31:36 - nexus3.edgexfoundry.org:10004/core-metadata:latest 07:31:36 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88 07:31:36 - nexus3.edgexfoundry.org:10004/core-metadata:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:31:36 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 07:31:36 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 07:31:36 32b54d096708f46b0b2348d0dcbc77c27003877e 07:31:36 latest 07:31:36 4.1.0-dev.88 07:31:36 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:31:36 main 07:31:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:36 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:36 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e 07:31:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:31:36 868b378eb4af: Preparing 07:31:36 99c24bd99fc5: Preparing 07:31:36 82c47b08abef: Preparing 07:31:36 f35f4c05f9b6: Preparing 07:31:36 9446c5192439: Preparing 07:31:36 8cd25695b9dc: Preparing 07:31:36 f1e030f4ddcf: Preparing 07:31:36 0d27cca9697c: Preparing 07:31:36 524ba9aa76b5: Preparing 07:31:36 cf5a14079569: Preparing 07:31:36 7ac9e715883d: Preparing 07:31:36 5f70bf18a086: Preparing 07:31:36 3a44500a6989: Preparing 07:31:36 4a1b3fb2b87b: Preparing 07:31:36 cfa6fedb5e77: Preparing 07:31:36 256f393e029f: Preparing 07:31:36 7ac9e715883d: Waiting 07:31:36 5f70bf18a086: Waiting 07:31:36 3a44500a6989: Waiting 07:31:36 4a1b3fb2b87b: Waiting 07:31:36 cfa6fedb5e77: Waiting 07:31:36 256f393e029f: Waiting 07:31:36 8cd25695b9dc: Waiting 07:31:36 0d27cca9697c: Waiting 07:31:36 f1e030f4ddcf: Waiting 07:31:36 524ba9aa76b5: Waiting 07:31:36 cf5a14079569: Waiting 07:31:36 82c47b08abef: Pushed 07:31:36 9446c5192439: Pushed 07:31:36 f35f4c05f9b6: Pushed 07:31:36 868b378eb4af: Pushed 07:31:36 99c24bd99fc5: Pushed 07:31:36 0d27cca9697c: Layer already exists 07:31:36 524ba9aa76b5: Layer already exists 07:31:36 5f70bf18a086: Layer already exists 07:31:36 8cd25695b9dc: Pushed 07:31:37 cf5a14079569: Pushed 07:31:37 7ac9e715883d: Pushed 07:31:37 256f393e029f: Layer already exists 07:31:37 3a44500a6989: Pushed 07:31:37 cfa6fedb5e77: Pushed 07:31:37 4a1b3fb2b87b: Pushed 07:31:38 f1e030f4ddcf: Pushed 07:31:38 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:d27730ca5a67014ae0f057cdd3b1f902a1ae88d6b42a3184cca534153160f8c7 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:38 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:39 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:31:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:31:39 868b378eb4af: Preparing 07:31:39 99c24bd99fc5: Preparing 07:31:39 82c47b08abef: Preparing 07:31:39 f35f4c05f9b6: Preparing 07:31:39 9446c5192439: Preparing 07:31:39 8cd25695b9dc: Preparing 07:31:39 f1e030f4ddcf: Preparing 07:31:39 0d27cca9697c: Preparing 07:31:39 524ba9aa76b5: Preparing 07:31:39 cf5a14079569: Preparing 07:31:39 7ac9e715883d: Preparing 07:31:39 5f70bf18a086: Preparing 07:31:39 3a44500a6989: Preparing 07:31:39 4a1b3fb2b87b: Preparing 07:31:39 cfa6fedb5e77: Preparing 07:31:39 256f393e029f: Preparing 07:31:39 8cd25695b9dc: Waiting 07:31:39 f1e030f4ddcf: Waiting 07:31:39 0d27cca9697c: Waiting 07:31:39 524ba9aa76b5: Waiting 07:31:39 4a1b3fb2b87b: Waiting 07:31:39 cfa6fedb5e77: Waiting 07:31:39 256f393e029f: Waiting 07:31:39 5f70bf18a086: Waiting 07:31:39 cf5a14079569: Waiting 07:31:39 3a44500a6989: Waiting 07:31:39 7ac9e715883d: Waiting 07:31:39 9446c5192439: Layer already exists 07:31:39 868b378eb4af: Layer already exists 07:31:39 82c47b08abef: Layer already exists 07:31:39 f35f4c05f9b6: Layer already exists 07:31:39 99c24bd99fc5: Layer already exists 07:31:39 8cd25695b9dc: Layer already exists 07:31:39 0d27cca9697c: Layer already exists 07:31:39 f1e030f4ddcf: Layer already exists 07:31:39 524ba9aa76b5: Layer already exists 07:31:39 cf5a14079569: Layer already exists 07:31:39 7ac9e715883d: Layer already exists 07:31:39 3a44500a6989: Layer already exists 07:31:39 5f70bf18a086: Layer already exists 07:31:39 4a1b3fb2b87b: Layer already exists 07:31:39 cfa6fedb5e77: Layer already exists 07:31:39 256f393e029f: Layer already exists 07:31:39 latest: digest: sha256:d27730ca5a67014ae0f057cdd3b1f902a1ae88d6b42a3184cca534153160f8c7 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:39 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:39 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88 07:31:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:31:39 868b378eb4af: Preparing 07:31:39 99c24bd99fc5: Preparing 07:31:39 82c47b08abef: Preparing 07:31:39 f35f4c05f9b6: Preparing 07:31:39 9446c5192439: Preparing 07:31:39 8cd25695b9dc: Preparing 07:31:39 f1e030f4ddcf: Preparing 07:31:39 0d27cca9697c: Preparing 07:31:39 524ba9aa76b5: Preparing 07:31:39 cf5a14079569: Preparing 07:31:39 7ac9e715883d: Preparing 07:31:39 5f70bf18a086: Preparing 07:31:39 3a44500a6989: Preparing 07:31:39 4a1b3fb2b87b: Preparing 07:31:39 cfa6fedb5e77: Preparing 07:31:39 256f393e029f: Preparing 07:31:39 cf5a14079569: Waiting 07:31:39 7ac9e715883d: Waiting 07:31:39 5f70bf18a086: Waiting 07:31:39 3a44500a6989: Waiting 07:31:39 4a1b3fb2b87b: Waiting 07:31:39 cfa6fedb5e77: Waiting 07:31:39 256f393e029f: Waiting 07:31:39 8cd25695b9dc: Waiting 07:31:39 f1e030f4ddcf: Waiting 07:31:39 0d27cca9697c: Waiting 07:31:39 524ba9aa76b5: Waiting 07:31:39 f35f4c05f9b6: Layer already exists 07:31:39 99c24bd99fc5: Layer already exists 07:31:39 9446c5192439: Layer already exists 07:31:39 868b378eb4af: Layer already exists 07:31:39 82c47b08abef: Layer already exists 07:31:39 cf5a14079569: Layer already exists 07:31:39 0d27cca9697c: Layer already exists 07:31:39 524ba9aa76b5: Layer already exists 07:31:39 f1e030f4ddcf: Layer already exists 07:31:39 8cd25695b9dc: Layer already exists 07:31:39 7ac9e715883d: Layer already exists 07:31:39 5f70bf18a086: Layer already exists 07:31:39 3a44500a6989: Layer already exists 07:31:39 cfa6fedb5e77: Layer already exists 07:31:39 4a1b3fb2b87b: Layer already exists 07:31:39 256f393e029f: Layer already exists 07:31:39 4.1.0-dev.88: digest: sha256:d27730ca5a67014ae0f057cdd3b1f902a1ae88d6b42a3184cca534153160f8c7 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:40 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:40 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:31:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:31:40 868b378eb4af: Preparing 07:31:40 99c24bd99fc5: Preparing 07:31:40 82c47b08abef: Preparing 07:31:40 f35f4c05f9b6: Preparing 07:31:40 9446c5192439: Preparing 07:31:40 8cd25695b9dc: Preparing 07:31:40 f1e030f4ddcf: Preparing 07:31:40 0d27cca9697c: Preparing 07:31:40 524ba9aa76b5: Preparing 07:31:40 cf5a14079569: Preparing 07:31:40 7ac9e715883d: Preparing 07:31:40 8cd25695b9dc: Waiting 07:31:40 f1e030f4ddcf: Waiting 07:31:40 5f70bf18a086: Preparing 07:31:40 0d27cca9697c: Waiting 07:31:40 3a44500a6989: Preparing 07:31:40 524ba9aa76b5: Waiting 07:31:40 4a1b3fb2b87b: Preparing 07:31:40 cf5a14079569: Waiting 07:31:40 7ac9e715883d: Waiting 07:31:40 5f70bf18a086: Waiting 07:31:40 cfa6fedb5e77: Preparing 07:31:40 3a44500a6989: Waiting 07:31:40 256f393e029f: Preparing 07:31:40 4a1b3fb2b87b: Waiting 07:31:40 cfa6fedb5e77: Waiting 07:31:40 256f393e029f: Waiting 07:31:40 9446c5192439: Layer already exists 07:31:40 868b378eb4af: Layer already exists 07:31:40 82c47b08abef: Layer already exists 07:31:40 99c24bd99fc5: Layer already exists 07:31:40 f35f4c05f9b6: Layer already exists 07:31:40 8cd25695b9dc: Layer already exists 07:31:40 f1e030f4ddcf: Layer already exists 07:31:40 524ba9aa76b5: Layer already exists 07:31:40 0d27cca9697c: Layer already exists 07:31:40 cf5a14079569: Layer already exists 07:31:40 7ac9e715883d: Layer already exists 07:31:40 5f70bf18a086: Layer already exists 07:31:40 3a44500a6989: Layer already exists 07:31:40 cfa6fedb5e77: Layer already exists 07:31:40 4a1b3fb2b87b: Layer already exists 07:31:40 256f393e029f: Layer already exists 07:31:40 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:d27730ca5a67014ae0f057cdd3b1f902a1ae88d6b42a3184cca534153160f8c7 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:40 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:41 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 07:31:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:31:41 868b378eb4af: Preparing 07:31:41 99c24bd99fc5: Preparing 07:31:41 82c47b08abef: Preparing 07:31:41 f35f4c05f9b6: Preparing 07:31:41 9446c5192439: Preparing 07:31:41 8cd25695b9dc: Preparing 07:31:41 f1e030f4ddcf: Preparing 07:31:41 0d27cca9697c: Preparing 07:31:41 524ba9aa76b5: Preparing 07:31:41 cf5a14079569: Preparing 07:31:41 7ac9e715883d: Preparing 07:31:41 5f70bf18a086: Preparing 07:31:41 3a44500a6989: Preparing 07:31:41 4a1b3fb2b87b: Preparing 07:31:41 cfa6fedb5e77: Preparing 07:31:41 256f393e029f: Preparing 07:31:41 f1e030f4ddcf: Waiting 07:31:41 4a1b3fb2b87b: Waiting 07:31:41 cfa6fedb5e77: Waiting 07:31:41 7ac9e715883d: Waiting 07:31:41 256f393e029f: Waiting 07:31:41 5f70bf18a086: Waiting 07:31:41 3a44500a6989: Waiting 07:31:41 cf5a14079569: Waiting 07:31:41 0d27cca9697c: Waiting 07:31:41 524ba9aa76b5: Waiting 07:31:41 8cd25695b9dc: Waiting 07:31:41 f35f4c05f9b6: Layer already exists 07:31:41 9446c5192439: Layer already exists 07:31:41 82c47b08abef: Layer already exists 07:31:41 868b378eb4af: Layer already exists 07:31:41 99c24bd99fc5: Layer already exists 07:31:41 8cd25695b9dc: Layer already exists 07:31:41 f1e030f4ddcf: Layer already exists 07:31:41 cf5a14079569: Layer already exists 07:31:41 0d27cca9697c: Layer already exists 07:31:41 524ba9aa76b5: Layer already exists 07:31:41 5f70bf18a086: Layer already exists 07:31:41 7ac9e715883d: Layer already exists 07:31:41 4a1b3fb2b87b: Layer already exists 07:31:41 3a44500a6989: Layer already exists 07:31:41 cfa6fedb5e77: Layer already exists 07:31:41 256f393e029f: Layer already exists 07:31:41 main: digest: sha256:d27730ca5a67014ae0f057cdd3b1f902a1ae88d6b42a3184cca534153160f8c7 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:31:41 ===================================================== [Pipeline] echo 07:31:41 taggedImages: 07:31:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e 07:31:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:31:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88 07:31:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:31:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 07:31:41 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 07:31:41 32b54d096708f46b0b2348d0dcbc77c27003877e 07:31:41 latest 07:31:41 4.1.0-dev.88 07:31:41 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:31:41 main 07:31:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:41 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:32b54d096708f46b0b2348d0dcbc77c27003877e 07:31:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:31:41 ed2b38713ec9: Preparing 07:31:41 b571dbe45a6d: Preparing 07:31:41 3110bc9fca0f: Preparing 07:31:41 a117ca603451: Preparing 07:31:41 0d27cca9697c: Preparing 07:31:41 524ba9aa76b5: Preparing 07:31:41 ca3051c1c9df: Preparing 07:31:41 ddbb3ea73ed3: Preparing 07:31:41 256f393e029f: Preparing 07:31:41 ca3051c1c9df: Waiting 07:31:41 256f393e029f: Waiting 07:31:41 ddbb3ea73ed3: Waiting 07:31:41 524ba9aa76b5: Waiting 07:31:41 0d27cca9697c: Layer already exists 07:31:41 524ba9aa76b5: Layer already exists 07:31:41 ca3051c1c9df: Layer already exists 07:31:41 ddbb3ea73ed3: Layer already exists 07:31:41 256f393e029f: Layer already exists 07:31:41 b571dbe45a6d: Pushed 07:31:41 ed2b38713ec9: Pushed 07:31:41 3110bc9fca0f: Pushed 07:31:46 a117ca603451: Pushed 07:31:46 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:fc8b0aae07a1e3110bd6c4337d63ffba8b807437991b6dc279bb77b040c776d0 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:46 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:31:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:31:46 ed2b38713ec9: Preparing 07:31:46 b571dbe45a6d: Preparing 07:31:46 3110bc9fca0f: Preparing 07:31:46 a117ca603451: Preparing 07:31:46 0d27cca9697c: Preparing 07:31:46 524ba9aa76b5: Preparing 07:31:46 ca3051c1c9df: Preparing 07:31:46 ddbb3ea73ed3: Preparing 07:31:46 256f393e029f: Preparing 07:31:46 524ba9aa76b5: Waiting 07:31:46 ddbb3ea73ed3: Waiting 07:31:46 ca3051c1c9df: Waiting 07:31:46 256f393e029f: Waiting 07:31:46 3110bc9fca0f: Layer already exists 07:31:46 b571dbe45a6d: Layer already exists 07:31:46 0d27cca9697c: Layer already exists 07:31:46 a117ca603451: Layer already exists 07:31:46 ed2b38713ec9: Layer already exists 07:31:46 524ba9aa76b5: Layer already exists 07:31:46 ddbb3ea73ed3: Layer already exists 07:31:46 ca3051c1c9df: Layer already exists 07:31:46 256f393e029f: Layer already exists 07:31:46 latest: digest: sha256:fc8b0aae07a1e3110bd6c4337d63ffba8b807437991b6dc279bb77b040c776d0 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:47 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88 07:31:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:31:47 ed2b38713ec9: Preparing 07:31:47 b571dbe45a6d: Preparing 07:31:47 3110bc9fca0f: Preparing 07:31:47 a117ca603451: Preparing 07:31:47 0d27cca9697c: Preparing 07:31:47 524ba9aa76b5: Preparing 07:31:47 ca3051c1c9df: Preparing 07:31:47 ddbb3ea73ed3: Preparing 07:31:47 256f393e029f: Preparing 07:31:47 524ba9aa76b5: Waiting 07:31:47 ca3051c1c9df: Waiting 07:31:47 ddbb3ea73ed3: Waiting 07:31:47 256f393e029f: Waiting 07:31:47 3110bc9fca0f: Layer already exists 07:31:47 0d27cca9697c: Layer already exists 07:31:47 a117ca603451: Layer already exists 07:31:47 ed2b38713ec9: Layer already exists 07:31:47 b571dbe45a6d: Layer already exists 07:31:47 524ba9aa76b5: Layer already exists 07:31:47 ca3051c1c9df: Layer already exists 07:31:47 ddbb3ea73ed3: Layer already exists 07:31:47 256f393e029f: Layer already exists 07:31:47 4.1.0-dev.88: digest: sha256:fc8b0aae07a1e3110bd6c4337d63ffba8b807437991b6dc279bb77b040c776d0 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:47 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:31:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:31:48 ed2b38713ec9: Preparing 07:31:48 b571dbe45a6d: Preparing 07:31:48 3110bc9fca0f: Preparing 07:31:48 a117ca603451: Preparing 07:31:48 0d27cca9697c: Preparing 07:31:48 524ba9aa76b5: Preparing 07:31:48 ca3051c1c9df: Preparing 07:31:48 ddbb3ea73ed3: Preparing 07:31:48 256f393e029f: Preparing 07:31:48 524ba9aa76b5: Waiting 07:31:48 ca3051c1c9df: Waiting 07:31:48 ddbb3ea73ed3: Waiting 07:31:48 256f393e029f: Waiting 07:31:48 3110bc9fca0f: Layer already exists 07:31:48 ed2b38713ec9: Layer already exists 07:31:48 0d27cca9697c: Layer already exists 07:31:48 a117ca603451: Layer already exists 07:31:48 b571dbe45a6d: Layer already exists 07:31:48 ca3051c1c9df: Layer already exists 07:31:48 ddbb3ea73ed3: Layer already exists 07:31:48 256f393e029f: Layer already exists 07:31:48 524ba9aa76b5: Layer already exists 07:31:48 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:fc8b0aae07a1e3110bd6c4337d63ffba8b807437991b6dc279bb77b040c776d0 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:48 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 07:31:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:31:48 ed2b38713ec9: Preparing 07:31:48 b571dbe45a6d: Preparing 07:31:48 3110bc9fca0f: Preparing 07:31:48 a117ca603451: Preparing 07:31:48 0d27cca9697c: Preparing 07:31:48 524ba9aa76b5: Preparing 07:31:48 ca3051c1c9df: Preparing 07:31:48 ddbb3ea73ed3: Preparing 07:31:48 256f393e029f: Preparing 07:31:48 524ba9aa76b5: Waiting 07:31:48 ca3051c1c9df: Waiting 07:31:48 ddbb3ea73ed3: Waiting 07:31:48 256f393e029f: Waiting 07:31:48 b571dbe45a6d: Layer already exists 07:31:48 0d27cca9697c: Layer already exists 07:31:48 3110bc9fca0f: Layer already exists 07:31:48 a117ca603451: Layer already exists 07:31:48 ed2b38713ec9: Layer already exists 07:31:48 ddbb3ea73ed3: Layer already exists 07:31:48 256f393e029f: Layer already exists 07:31:48 ca3051c1c9df: Layer already exists 07:31:48 524ba9aa76b5: Layer already exists 07:31:48 main: digest: sha256:fc8b0aae07a1e3110bd6c4337d63ffba8b807437991b6dc279bb77b040c776d0 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:31:48 ===================================================== [Pipeline] echo 07:31:48 taggedImages: 07:31:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:32b54d096708f46b0b2348d0dcbc77c27003877e 07:31:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:31:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88 07:31:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:31:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 07:31:48 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 07:31:48 32b54d096708f46b0b2348d0dcbc77c27003877e 07:31:48 latest 07:31:48 4.1.0-dev.88 07:31:48 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:31:48 main 07:31:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:49 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:32b54d096708f46b0b2348d0dcbc77c27003877e 07:31:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:31:49 34cea5b1c16a: Preparing 07:31:49 cd16ff9f048d: Preparing 07:31:49 dbf344c1f4da: Preparing 07:31:49 4ba67e292a02: Preparing 07:31:49 36e529fa8a91: Preparing 07:31:49 0d27cca9697c: Preparing 07:31:49 524ba9aa76b5: Preparing 07:31:49 d301cc4b0141: Preparing 07:31:49 eeb99c3d7bbf: Preparing 07:31:49 e9797d042b00: Preparing 07:31:49 256f393e029f: Preparing 07:31:49 0d27cca9697c: Waiting 07:31:49 524ba9aa76b5: Waiting 07:31:49 d301cc4b0141: Waiting 07:31:49 eeb99c3d7bbf: Waiting 07:31:49 e9797d042b00: Waiting 07:31:49 256f393e029f: Waiting 07:31:49 34cea5b1c16a: Pushed 07:31:49 36e529fa8a91: Pushed 07:31:49 cd16ff9f048d: Pushed 07:31:49 4ba67e292a02: Pushed 07:31:49 0d27cca9697c: Layer already exists 07:31:49 524ba9aa76b5: Layer already exists 07:31:49 256f393e029f: Layer already exists 07:31:49 d301cc4b0141: Pushed 07:31:50 eeb99c3d7bbf: Pushed 07:31:51 e9797d042b00: Pushed 07:31:52 dbf344c1f4da: Pushed 07:31:53 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:25bdfdf863c843d60ebb488e3d2ee280f7127ab09a729ba217ef70b8dc1759a7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:53 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:31:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:31:53 34cea5b1c16a: Preparing 07:31:53 cd16ff9f048d: Preparing 07:31:53 dbf344c1f4da: Preparing 07:31:53 4ba67e292a02: Preparing 07:31:53 36e529fa8a91: Preparing 07:31:53 0d27cca9697c: Preparing 07:31:53 524ba9aa76b5: Preparing 07:31:53 d301cc4b0141: Preparing 07:31:53 eeb99c3d7bbf: Preparing 07:31:53 e9797d042b00: Preparing 07:31:53 256f393e029f: Preparing 07:31:53 0d27cca9697c: Waiting 07:31:53 d301cc4b0141: Waiting 07:31:53 e9797d042b00: Waiting 07:31:53 256f393e029f: Waiting 07:31:53 524ba9aa76b5: Waiting 07:31:53 4ba67e292a02: Layer already exists 07:31:53 34cea5b1c16a: Layer already exists 07:31:53 36e529fa8a91: Layer already exists 07:31:53 cd16ff9f048d: Layer already exists 07:31:53 dbf344c1f4da: Layer already exists 07:31:53 0d27cca9697c: Layer already exists 07:31:53 e9797d042b00: Layer already exists 07:31:53 524ba9aa76b5: Layer already exists 07:31:53 eeb99c3d7bbf: Layer already exists 07:31:53 d301cc4b0141: Layer already exists 07:31:53 256f393e029f: Layer already exists 07:31:53 latest: digest: sha256:25bdfdf863c843d60ebb488e3d2ee280f7127ab09a729ba217ef70b8dc1759a7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:54 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88 07:31:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:31:54 34cea5b1c16a: Preparing 07:31:54 cd16ff9f048d: Preparing 07:31:54 dbf344c1f4da: Preparing 07:31:54 4ba67e292a02: Preparing 07:31:54 36e529fa8a91: Preparing 07:31:54 0d27cca9697c: Preparing 07:31:54 524ba9aa76b5: Preparing 07:31:54 d301cc4b0141: Preparing 07:31:54 eeb99c3d7bbf: Preparing 07:31:54 e9797d042b00: Preparing 07:31:54 256f393e029f: Preparing 07:31:54 eeb99c3d7bbf: Waiting 07:31:54 e9797d042b00: Waiting 07:31:54 524ba9aa76b5: Waiting 07:31:54 d301cc4b0141: Waiting 07:31:54 256f393e029f: Waiting 07:31:54 0d27cca9697c: Waiting 07:31:54 34cea5b1c16a: Layer already exists 07:31:54 4ba67e292a02: Layer already exists 07:31:54 36e529fa8a91: Layer already exists 07:31:54 dbf344c1f4da: Layer already exists 07:31:54 cd16ff9f048d: Layer already exists 07:31:54 0d27cca9697c: Layer already exists 07:31:54 524ba9aa76b5: Layer already exists 07:31:54 d301cc4b0141: Layer already exists 07:31:54 e9797d042b00: Layer already exists 07:31:54 eeb99c3d7bbf: Layer already exists 07:31:54 256f393e029f: Layer already exists 07:31:54 4.1.0-dev.88: digest: sha256:25bdfdf863c843d60ebb488e3d2ee280f7127ab09a729ba217ef70b8dc1759a7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:54 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:31:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:31:55 34cea5b1c16a: Preparing 07:31:55 cd16ff9f048d: Preparing 07:31:55 dbf344c1f4da: Preparing 07:31:55 4ba67e292a02: Preparing 07:31:55 36e529fa8a91: Preparing 07:31:55 0d27cca9697c: Preparing 07:31:55 524ba9aa76b5: Preparing 07:31:55 d301cc4b0141: Preparing 07:31:55 eeb99c3d7bbf: Preparing 07:31:55 e9797d042b00: Preparing 07:31:55 256f393e029f: Preparing 07:31:55 524ba9aa76b5: Waiting 07:31:55 d301cc4b0141: Waiting 07:31:55 eeb99c3d7bbf: Waiting 07:31:55 e9797d042b00: Waiting 07:31:55 256f393e029f: Waiting 07:31:55 0d27cca9697c: Waiting 07:31:55 dbf344c1f4da: Layer already exists 07:31:55 cd16ff9f048d: Layer already exists 07:31:55 4ba67e292a02: Layer already exists 07:31:55 36e529fa8a91: Layer already exists 07:31:55 34cea5b1c16a: Layer already exists 07:31:55 0d27cca9697c: Layer already exists 07:31:55 d301cc4b0141: Layer already exists 07:31:55 524ba9aa76b5: Layer already exists 07:31:55 eeb99c3d7bbf: Layer already exists 07:31:55 e9797d042b00: Layer already exists 07:31:55 256f393e029f: Layer already exists 07:31:55 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:25bdfdf863c843d60ebb488e3d2ee280f7127ab09a729ba217ef70b8dc1759a7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:55 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 07:31:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:31:55 34cea5b1c16a: Preparing 07:31:55 cd16ff9f048d: Preparing 07:31:55 dbf344c1f4da: Preparing 07:31:55 4ba67e292a02: Preparing 07:31:55 36e529fa8a91: Preparing 07:31:55 0d27cca9697c: Preparing 07:31:55 524ba9aa76b5: Preparing 07:31:55 d301cc4b0141: Preparing 07:31:55 eeb99c3d7bbf: Preparing 07:31:55 e9797d042b00: Preparing 07:31:55 256f393e029f: Preparing 07:31:55 eeb99c3d7bbf: Waiting 07:31:55 e9797d042b00: Waiting 07:31:55 256f393e029f: Waiting 07:31:55 d301cc4b0141: Waiting 07:31:55 524ba9aa76b5: Waiting 07:31:55 0d27cca9697c: Waiting 07:31:55 4ba67e292a02: Layer already exists 07:31:55 36e529fa8a91: Layer already exists 07:31:55 34cea5b1c16a: Layer already exists 07:31:55 dbf344c1f4da: Layer already exists 07:31:55 cd16ff9f048d: Layer already exists 07:31:55 524ba9aa76b5: Layer already exists 07:31:55 d301cc4b0141: Layer already exists 07:31:55 0d27cca9697c: Layer already exists 07:31:55 eeb99c3d7bbf: Layer already exists 07:31:55 e9797d042b00: Layer already exists 07:31:55 256f393e029f: Layer already exists 07:31:55 main: digest: sha256:25bdfdf863c843d60ebb488e3d2ee280f7127ab09a729ba217ef70b8dc1759a7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:31:55 ===================================================== [Pipeline] echo 07:31:55 taggedImages: 07:31:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:32b54d096708f46b0b2348d0dcbc77c27003877e 07:31:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:31:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88 07:31:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:31:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 07:31:55 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 07:31:55 32b54d096708f46b0b2348d0dcbc77c27003877e 07:31:55 latest 07:31:55 4.1.0-dev.88 07:31:55 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:31:55 main 07:31:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:56 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:56 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:32b54d096708f46b0b2348d0dcbc77c27003877e 07:31:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:31:56 497610e95090: Preparing 07:31:56 66fff3db8239: Preparing 07:31:56 6f885628a5ae: Preparing 07:31:56 26c1c348bf34: Preparing 07:31:56 0fa3e9f11d1f: Preparing 07:31:56 4f70d4f00f49: Preparing 07:31:56 cb0bf6ec3d89: Preparing 07:31:56 0d27cca9697c: Preparing 07:31:56 524ba9aa76b5: Preparing 07:31:56 abbdcc99449e: Preparing 07:31:56 b64867cf5d4e: Preparing 07:31:56 256f393e029f: Preparing 07:31:56 4f70d4f00f49: Waiting 07:31:56 cb0bf6ec3d89: Waiting 07:31:56 0d27cca9697c: Waiting 07:31:56 524ba9aa76b5: Waiting 07:31:56 b64867cf5d4e: Waiting 07:31:56 abbdcc99449e: Waiting 07:31:56 256f393e029f: Waiting 07:31:56 66fff3db8239: Pushed 07:31:56 497610e95090: Pushed 07:31:56 0fa3e9f11d1f: Pushed 07:31:56 0d27cca9697c: Layer already exists 07:31:56 524ba9aa76b5: Layer already exists 07:31:56 4f70d4f00f49: Pushed 07:31:56 cb0bf6ec3d89: Pushed 07:31:56 256f393e029f: Layer already exists 07:31:56 abbdcc99449e: Pushed 07:31:58 b64867cf5d4e: Pushed 07:31:59 26c1c348bf34: Pushed 07:31:59 6f885628a5ae: Pushed 07:31:59 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:d0e51cd5eced35ffb0011c24ac3e7159bcacffe98cc165a2e7e5a863c7e24f3f size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:00 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:00 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:32:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:32:00 497610e95090: Preparing 07:32:00 66fff3db8239: Preparing 07:32:00 6f885628a5ae: Preparing 07:32:00 26c1c348bf34: Preparing 07:32:00 0fa3e9f11d1f: Preparing 07:32:00 4f70d4f00f49: Preparing 07:32:00 cb0bf6ec3d89: Preparing 07:32:00 0d27cca9697c: Preparing 07:32:00 524ba9aa76b5: Preparing 07:32:00 abbdcc99449e: Preparing 07:32:00 b64867cf5d4e: Preparing 07:32:00 256f393e029f: Preparing 07:32:00 cb0bf6ec3d89: Waiting 07:32:00 0d27cca9697c: Waiting 07:32:00 524ba9aa76b5: Waiting 07:32:00 abbdcc99449e: Waiting 07:32:00 b64867cf5d4e: Waiting 07:32:00 256f393e029f: Waiting 07:32:00 4f70d4f00f49: Waiting 07:32:00 497610e95090: Layer already exists 07:32:00 0fa3e9f11d1f: Layer already exists 07:32:00 26c1c348bf34: Layer already exists 07:32:00 6f885628a5ae: Layer already exists 07:32:00 66fff3db8239: Layer already exists 07:32:00 4f70d4f00f49: Layer already exists 07:32:00 cb0bf6ec3d89: Layer already exists 07:32:00 524ba9aa76b5: Layer already exists 07:32:00 abbdcc99449e: Layer already exists 07:32:00 0d27cca9697c: Layer already exists 07:32:00 b64867cf5d4e: Layer already exists 07:32:00 256f393e029f: Layer already exists 07:32:00 latest: digest: sha256:d0e51cd5eced35ffb0011c24ac3e7159bcacffe98cc165a2e7e5a863c7e24f3f size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:01 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:01 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88 07:32:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:32:01 497610e95090: Preparing 07:32:01 66fff3db8239: Preparing 07:32:01 6f885628a5ae: Preparing 07:32:01 26c1c348bf34: Preparing 07:32:01 0fa3e9f11d1f: Preparing 07:32:01 4f70d4f00f49: Preparing 07:32:01 cb0bf6ec3d89: Preparing 07:32:01 0d27cca9697c: Preparing 07:32:01 524ba9aa76b5: Preparing 07:32:01 abbdcc99449e: Preparing 07:32:01 b64867cf5d4e: Preparing 07:32:01 256f393e029f: Preparing 07:32:01 0d27cca9697c: Waiting 07:32:01 524ba9aa76b5: Waiting 07:32:01 256f393e029f: Waiting 07:32:01 cb0bf6ec3d89: Waiting 07:32:01 abbdcc99449e: Waiting 07:32:01 b64867cf5d4e: Waiting 07:32:01 4f70d4f00f49: Waiting 07:32:01 0fa3e9f11d1f: Layer already exists 07:32:01 26c1c348bf34: Layer already exists 07:32:01 66fff3db8239: Layer already exists 07:32:01 497610e95090: Layer already exists 07:32:01 6f885628a5ae: Layer already exists 07:32:01 cb0bf6ec3d89: Layer already exists 07:32:01 abbdcc99449e: Layer already exists 07:32:01 4f70d4f00f49: Layer already exists 07:32:01 0d27cca9697c: Layer already exists 07:32:01 524ba9aa76b5: Layer already exists 07:32:01 256f393e029f: Layer already exists 07:32:01 b64867cf5d4e: Layer already exists 07:32:01 4.1.0-dev.88: digest: sha256:d0e51cd5eced35ffb0011c24ac3e7159bcacffe98cc165a2e7e5a863c7e24f3f size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:01 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:02 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:32:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:32:02 497610e95090: Preparing 07:32:02 66fff3db8239: Preparing 07:32:02 6f885628a5ae: Preparing 07:32:02 26c1c348bf34: Preparing 07:32:02 0fa3e9f11d1f: Preparing 07:32:02 4f70d4f00f49: Preparing 07:32:02 cb0bf6ec3d89: Preparing 07:32:02 0d27cca9697c: Preparing 07:32:02 524ba9aa76b5: Preparing 07:32:02 abbdcc99449e: Preparing 07:32:02 b64867cf5d4e: Preparing 07:32:02 256f393e029f: Preparing 07:32:02 cb0bf6ec3d89: Waiting 07:32:02 0d27cca9697c: Waiting 07:32:02 524ba9aa76b5: Waiting 07:32:02 abbdcc99449e: Waiting 07:32:02 b64867cf5d4e: Waiting 07:32:02 256f393e029f: Waiting 07:32:02 4f70d4f00f49: Waiting 07:32:02 66fff3db8239: Layer already exists 07:32:02 497610e95090: Layer already exists 07:32:02 0fa3e9f11d1f: Layer already exists 07:32:02 26c1c348bf34: Layer already exists 07:32:02 6f885628a5ae: Layer already exists 07:32:02 4f70d4f00f49: Layer already exists 07:32:02 cb0bf6ec3d89: Layer already exists 07:32:02 0d27cca9697c: Layer already exists 07:32:02 524ba9aa76b5: Layer already exists 07:32:02 abbdcc99449e: Layer already exists 07:32:02 b64867cf5d4e: Layer already exists 07:32:02 256f393e029f: Layer already exists 07:32:02 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:d0e51cd5eced35ffb0011c24ac3e7159bcacffe98cc165a2e7e5a863c7e24f3f size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:02 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:03 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 07:32:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:32:03 497610e95090: Preparing 07:32:03 66fff3db8239: Preparing 07:32:03 6f885628a5ae: Preparing 07:32:03 26c1c348bf34: Preparing 07:32:03 0fa3e9f11d1f: Preparing 07:32:03 4f70d4f00f49: Preparing 07:32:03 cb0bf6ec3d89: Preparing 07:32:03 0d27cca9697c: Preparing 07:32:03 524ba9aa76b5: Preparing 07:32:03 abbdcc99449e: Preparing 07:32:03 b64867cf5d4e: Preparing 07:32:03 256f393e029f: Preparing 07:32:03 4f70d4f00f49: Waiting 07:32:03 cb0bf6ec3d89: Waiting 07:32:03 0d27cca9697c: Waiting 07:32:03 524ba9aa76b5: Waiting 07:32:03 abbdcc99449e: Waiting 07:32:03 b64867cf5d4e: Waiting 07:32:03 256f393e029f: Waiting 07:32:03 26c1c348bf34: Layer already exists 07:32:03 497610e95090: Layer already exists 07:32:03 66fff3db8239: Layer already exists 07:32:03 6f885628a5ae: Layer already exists 07:32:03 0fa3e9f11d1f: Layer already exists 07:32:03 4f70d4f00f49: Layer already exists 07:32:03 0d27cca9697c: Layer already exists 07:32:03 cb0bf6ec3d89: Layer already exists 07:32:03 524ba9aa76b5: Layer already exists 07:32:03 abbdcc99449e: Layer already exists 07:32:03 b64867cf5d4e: Layer already exists 07:32:03 256f393e029f: Layer already exists 07:32:03 main: digest: sha256:d0e51cd5eced35ffb0011c24ac3e7159bcacffe98cc165a2e7e5a863c7e24f3f size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:32:03 ===================================================== [Pipeline] echo 07:32:03 taggedImages: 07:32:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:32b54d096708f46b0b2348d0dcbc77c27003877e 07:32:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:32:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88 07:32:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:32:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 07:32:03 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 07:32:03 32b54d096708f46b0b2348d0dcbc77c27003877e 07:32:03 latest 07:32:03 4.1.0-dev.88 07:32:03 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:32:03 main 07:32:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:04 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32b54d096708f46b0b2348d0dcbc77c27003877e 07:32:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:32:04 95370f7af209: Preparing 07:32:04 7e81f39efda4: Preparing 07:32:04 0d27cca9697c: Preparing 07:32:04 524ba9aa76b5: Preparing 07:32:04 77d08b301873: Preparing 07:32:04 53c2543c85d9: Preparing 07:32:04 256f393e029f: Preparing 07:32:04 256f393e029f: Waiting 07:32:04 53c2543c85d9: Waiting 07:32:04 0d27cca9697c: Layer already exists 07:32:04 524ba9aa76b5: Layer already exists 07:32:04 256f393e029f: Layer already exists 07:32:04 95370f7af209: Pushed 07:32:04 77d08b301873: Pushed 07:32:05 53c2543c85d9: Pushed 07:32:08 7e81f39efda4: Pushed 07:32:08 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:21247fafa7227ae5cd7cc8cdd5e82e2c8c82d04270a1498a3e93ac6dc92f1b98 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:08 + 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 07:32:08 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:32:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:32:08 95370f7af209: Preparing 07:32:08 7e81f39efda4: Preparing 07:32:08 0d27cca9697c: Preparing 07:32:08 524ba9aa76b5: Preparing 07:32:08 77d08b301873: Preparing 07:32:08 53c2543c85d9: Preparing 07:32:08 256f393e029f: Preparing 07:32:08 53c2543c85d9: Waiting 07:32:08 256f393e029f: Waiting 07:32:08 524ba9aa76b5: Layer already exists 07:32:08 7e81f39efda4: Layer already exists 07:32:08 77d08b301873: Layer already exists 07:32:08 95370f7af209: Layer already exists 07:32:08 0d27cca9697c: Layer already exists 07:32:08 53c2543c85d9: Layer already exists 07:32:08 256f393e029f: Layer already exists 07:32:08 latest: digest: sha256:21247fafa7227ae5cd7cc8cdd5e82e2c8c82d04270a1498a3e93ac6dc92f1b98 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:09 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:09 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88 07:32:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:32:09 95370f7af209: Preparing 07:32:09 7e81f39efda4: Preparing 07:32:09 0d27cca9697c: Preparing 07:32:09 524ba9aa76b5: Preparing 07:32:09 77d08b301873: Preparing 07:32:09 53c2543c85d9: Preparing 07:32:09 256f393e029f: Preparing 07:32:09 53c2543c85d9: Waiting 07:32:09 256f393e029f: Waiting 07:32:09 0d27cca9697c: Layer already exists 07:32:09 77d08b301873: Layer already exists 07:32:09 524ba9aa76b5: Layer already exists 07:32:09 7e81f39efda4: Layer already exists 07:32:09 95370f7af209: Layer already exists 07:32:09 256f393e029f: Layer already exists 07:32:09 53c2543c85d9: Layer already exists 07:32:09 4.1.0-dev.88: digest: sha256:21247fafa7227ae5cd7cc8cdd5e82e2c8c82d04270a1498a3e93ac6dc92f1b98 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:09 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:09 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:32:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:32:09 95370f7af209: Preparing 07:32:09 7e81f39efda4: Preparing 07:32:09 0d27cca9697c: Preparing 07:32:09 524ba9aa76b5: Preparing 07:32:09 77d08b301873: Preparing 07:32:09 53c2543c85d9: Preparing 07:32:09 256f393e029f: Preparing 07:32:09 53c2543c85d9: Waiting 07:32:09 256f393e029f: Waiting 07:32:09 0d27cca9697c: Layer already exists 07:32:09 524ba9aa76b5: Layer already exists 07:32:09 77d08b301873: Layer already exists 07:32:09 7e81f39efda4: Layer already exists 07:32:09 95370f7af209: Layer already exists 07:32:09 53c2543c85d9: Layer already exists 07:32:09 256f393e029f: Layer already exists 07:32:09 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:21247fafa7227ae5cd7cc8cdd5e82e2c8c82d04270a1498a3e93ac6dc92f1b98 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:11 + 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 07:32:11 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 07:32:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:32:11 95370f7af209: Preparing 07:32:11 7e81f39efda4: Preparing 07:32:11 0d27cca9697c: Preparing 07:32:11 524ba9aa76b5: Preparing 07:32:11 77d08b301873: Preparing 07:32:11 53c2543c85d9: Preparing 07:32:11 256f393e029f: Preparing 07:32:11 53c2543c85d9: Waiting 07:32:11 256f393e029f: Waiting 07:32:11 0d27cca9697c: Layer already exists 07:32:11 77d08b301873: Layer already exists 07:32:11 524ba9aa76b5: Layer already exists 07:32:11 7e81f39efda4: Layer already exists 07:32:11 95370f7af209: Layer already exists 07:32:11 53c2543c85d9: Layer already exists 07:32:11 256f393e029f: Layer already exists 07:32:11 main: digest: sha256:21247fafa7227ae5cd7cc8cdd5e82e2c8c82d04270a1498a3e93ac6dc92f1b98 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:32:11 ===================================================== [Pipeline] echo 07:32:11 taggedImages: 07:32:11 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32b54d096708f46b0b2348d0dcbc77c27003877e 07:32:11 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:32:11 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88 07:32:11 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:32:11 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 07:32:11 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 07:32:11 32b54d096708f46b0b2348d0dcbc77c27003877e 07:32:11 latest 07:32:11 4.1.0-dev.88 07:32:11 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:32:11 main 07:32:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:12 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:32b54d096708f46b0b2348d0dcbc77c27003877e 07:32:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:32:12 b4529e903e48: Preparing 07:32:12 c513be5d0535: Preparing 07:32:12 af105bc14245: Preparing 07:32:12 0d27cca9697c: Preparing 07:32:12 524ba9aa76b5: Preparing 07:32:12 7b48741300e1: Preparing 07:32:12 ce0710eed338: Preparing 07:32:12 684ef60e9723: Preparing 07:32:12 739a57985d6d: Preparing 07:32:12 256f393e029f: Preparing 07:32:12 7b48741300e1: Waiting 07:32:12 684ef60e9723: Waiting 07:32:12 ce0710eed338: Waiting 07:32:12 739a57985d6d: Waiting 07:32:12 256f393e029f: Waiting 07:32:12 0d27cca9697c: Layer already exists 07:32:12 524ba9aa76b5: Layer already exists 07:32:12 af105bc14245: Pushed 07:32:12 b4529e903e48: Pushed 07:32:12 c513be5d0535: Pushed 07:32:12 256f393e029f: Layer already exists 07:32:13 684ef60e9723: Pushed 07:32:13 739a57985d6d: Pushed 07:32:18 ce0710eed338: Pushed 07:32:26 7b48741300e1: Pushed 07:32:26 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:927de3b2d80fd3eaa2ce9717fb5d633e10e7371a4ea48df946c365e3ad5ba42d size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:27 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:32:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:32:27 b4529e903e48: Preparing 07:32:27 c513be5d0535: Preparing 07:32:27 af105bc14245: Preparing 07:32:27 0d27cca9697c: Preparing 07:32:27 524ba9aa76b5: Preparing 07:32:27 7b48741300e1: Preparing 07:32:27 ce0710eed338: Preparing 07:32:27 684ef60e9723: Preparing 07:32:27 739a57985d6d: Preparing 07:32:27 256f393e029f: Preparing 07:32:27 ce0710eed338: Waiting 07:32:27 684ef60e9723: Waiting 07:32:27 739a57985d6d: Waiting 07:32:27 256f393e029f: Waiting 07:32:27 7b48741300e1: Waiting 07:32:27 b4529e903e48: Layer already exists 07:32:27 c513be5d0535: Layer already exists 07:32:27 af105bc14245: Layer already exists 07:32:27 0d27cca9697c: Layer already exists 07:32:27 524ba9aa76b5: Layer already exists 07:32:27 ce0710eed338: Layer already exists 07:32:27 7b48741300e1: Layer already exists 07:32:27 684ef60e9723: Layer already exists 07:32:27 256f393e029f: Layer already exists 07:32:27 739a57985d6d: Layer already exists 07:32:27 latest: digest: sha256:927de3b2d80fd3eaa2ce9717fb5d633e10e7371a4ea48df946c365e3ad5ba42d size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:27 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88 07:32:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:32:28 b4529e903e48: Preparing 07:32:28 c513be5d0535: Preparing 07:32:28 af105bc14245: Preparing 07:32:28 0d27cca9697c: Preparing 07:32:28 524ba9aa76b5: Preparing 07:32:28 7b48741300e1: Preparing 07:32:28 ce0710eed338: Preparing 07:32:28 684ef60e9723: Preparing 07:32:28 7b48741300e1: Waiting 07:32:28 ce0710eed338: Waiting 07:32:28 739a57985d6d: Preparing 07:32:28 684ef60e9723: Waiting 07:32:28 739a57985d6d: Waiting 07:32:28 256f393e029f: Preparing 07:32:28 256f393e029f: Waiting 07:32:28 b4529e903e48: Layer already exists 07:32:28 af105bc14245: Layer already exists 07:32:28 524ba9aa76b5: Layer already exists 07:32:28 c513be5d0535: Layer already exists 07:32:28 0d27cca9697c: Layer already exists 07:32:28 684ef60e9723: Layer already exists 07:32:28 7b48741300e1: Layer already exists 07:32:28 ce0710eed338: Layer already exists 07:32:28 739a57985d6d: Layer already exists 07:32:28 256f393e029f: Layer already exists 07:32:28 4.1.0-dev.88: digest: sha256:927de3b2d80fd3eaa2ce9717fb5d633e10e7371a4ea48df946c365e3ad5ba42d size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:28 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:32:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:32:28 b4529e903e48: Preparing 07:32:28 c513be5d0535: Preparing 07:32:28 af105bc14245: Preparing 07:32:28 0d27cca9697c: Preparing 07:32:28 524ba9aa76b5: Preparing 07:32:28 7b48741300e1: Preparing 07:32:28 ce0710eed338: Preparing 07:32:28 684ef60e9723: Preparing 07:32:28 739a57985d6d: Preparing 07:32:28 256f393e029f: Preparing 07:32:28 ce0710eed338: Waiting 07:32:28 684ef60e9723: Waiting 07:32:28 256f393e029f: Waiting 07:32:28 739a57985d6d: Waiting 07:32:28 7b48741300e1: Waiting 07:32:28 524ba9aa76b5: Layer already exists 07:32:28 af105bc14245: Layer already exists 07:32:28 c513be5d0535: Layer already exists 07:32:28 b4529e903e48: Layer already exists 07:32:28 0d27cca9697c: Layer already exists 07:32:28 ce0710eed338: Layer already exists 07:32:28 7b48741300e1: Layer already exists 07:32:28 739a57985d6d: Layer already exists 07:32:28 256f393e029f: Layer already exists 07:32:28 684ef60e9723: Layer already exists 07:32:28 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:927de3b2d80fd3eaa2ce9717fb5d633e10e7371a4ea48df946c365e3ad5ba42d size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:29 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 07:32:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:32:29 b4529e903e48: Preparing 07:32:29 c513be5d0535: Preparing 07:32:29 af105bc14245: Preparing 07:32:29 0d27cca9697c: Preparing 07:32:29 524ba9aa76b5: Preparing 07:32:29 7b48741300e1: Preparing 07:32:29 ce0710eed338: Preparing 07:32:29 684ef60e9723: Preparing 07:32:29 739a57985d6d: Preparing 07:32:29 256f393e029f: Preparing 07:32:29 684ef60e9723: Waiting 07:32:29 739a57985d6d: Waiting 07:32:29 256f393e029f: Waiting 07:32:29 7b48741300e1: Waiting 07:32:29 ce0710eed338: Waiting 07:32:29 524ba9aa76b5: Layer already exists 07:32:29 af105bc14245: Layer already exists 07:32:29 b4529e903e48: Layer already exists 07:32:29 c513be5d0535: Layer already exists 07:32:29 0d27cca9697c: Layer already exists 07:32:29 7b48741300e1: Layer already exists 07:32:29 ce0710eed338: Layer already exists 07:32:29 684ef60e9723: Layer already exists 07:32:29 256f393e029f: Layer already exists 07:32:29 739a57985d6d: Layer already exists 07:32:29 main: digest: sha256:927de3b2d80fd3eaa2ce9717fb5d633e10e7371a4ea48df946c365e3ad5ba42d size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:32:29 ===================================================== [Pipeline] echo 07:32:29 taggedImages: 07:32:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:32b54d096708f46b0b2348d0dcbc77c27003877e 07:32:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:32:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88 07:32:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:32:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 07:32:29 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 07:32:29 32b54d096708f46b0b2348d0dcbc77c27003877e 07:32:29 latest 07:32:29 4.1.0-dev.88 07:32:29 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:32:29 main 07:32:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:29 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:32b54d096708f46b0b2348d0dcbc77c27003877e 07:32:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:32:30 d03379273c84: Preparing 07:32:30 d7d128edf59e: Preparing 07:32:30 cbb048da5a53: Preparing 07:32:30 0d27cca9697c: Preparing 07:32:30 524ba9aa76b5: Preparing 07:32:30 23f82010ef05: Preparing 07:32:30 773de39e55f6: Preparing 07:32:30 9feccdeac975: Preparing 07:32:30 256f393e029f: Preparing 07:32:30 773de39e55f6: Waiting 07:32:30 9feccdeac975: Waiting 07:32:30 256f393e029f: Waiting 07:32:30 23f82010ef05: Waiting 07:32:30 0d27cca9697c: Layer already exists 07:32:30 524ba9aa76b5: Layer already exists 07:32:30 cbb048da5a53: Pushed 07:32:30 d7d128edf59e: Pushed 07:32:30 d03379273c84: Pushed 07:32:30 256f393e029f: Layer already exists 07:32:30 773de39e55f6: Pushed 07:32:30 9feccdeac975: Pushed 07:32:45 23f82010ef05: Pushed 07:32:45 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:f0eaefe338c304a2d5f1f83a0472d4ba427b7b53428608666dc7ae4873b8a168 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:46 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:32:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:32:46 d03379273c84: Preparing 07:32:46 d7d128edf59e: Preparing 07:32:46 cbb048da5a53: Preparing 07:32:46 0d27cca9697c: Preparing 07:32:46 524ba9aa76b5: Preparing 07:32:46 23f82010ef05: Preparing 07:32:46 773de39e55f6: Preparing 07:32:46 9feccdeac975: Preparing 07:32:46 256f393e029f: Preparing 07:32:46 773de39e55f6: Waiting 07:32:46 23f82010ef05: Waiting 07:32:46 9feccdeac975: Waiting 07:32:46 256f393e029f: Waiting 07:32:46 524ba9aa76b5: Layer already exists 07:32:46 cbb048da5a53: Layer already exists 07:32:46 d7d128edf59e: Layer already exists 07:32:46 d03379273c84: Layer already exists 07:32:46 0d27cca9697c: Layer already exists 07:32:46 773de39e55f6: Layer already exists 07:32:46 23f82010ef05: Layer already exists 07:32:46 9feccdeac975: Layer already exists 07:32:46 256f393e029f: Layer already exists 07:32:46 latest: digest: sha256:f0eaefe338c304a2d5f1f83a0472d4ba427b7b53428608666dc7ae4873b8a168 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:46 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88 07:32:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:32:47 d03379273c84: Preparing 07:32:47 d7d128edf59e: Preparing 07:32:47 cbb048da5a53: Preparing 07:32:47 0d27cca9697c: Preparing 07:32:47 524ba9aa76b5: Preparing 07:32:47 23f82010ef05: Preparing 07:32:47 773de39e55f6: Preparing 07:32:47 9feccdeac975: Preparing 07:32:47 256f393e029f: Preparing 07:32:47 23f82010ef05: Waiting 07:32:47 773de39e55f6: Waiting 07:32:47 9feccdeac975: Waiting 07:32:47 256f393e029f: Waiting 07:32:47 524ba9aa76b5: Layer already exists 07:32:47 d7d128edf59e: Layer already exists 07:32:47 d03379273c84: Layer already exists 07:32:47 cbb048da5a53: Layer already exists 07:32:47 0d27cca9697c: Layer already exists 07:32:47 23f82010ef05: Layer already exists 07:32:47 773de39e55f6: Layer already exists 07:32:47 256f393e029f: Layer already exists 07:32:47 9feccdeac975: Layer already exists 07:32:47 4.1.0-dev.88: digest: sha256:f0eaefe338c304a2d5f1f83a0472d4ba427b7b53428608666dc7ae4873b8a168 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:47 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:32:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:32:47 d03379273c84: Preparing 07:32:47 d7d128edf59e: Preparing 07:32:47 cbb048da5a53: Preparing 07:32:47 0d27cca9697c: Preparing 07:32:47 524ba9aa76b5: Preparing 07:32:47 23f82010ef05: Preparing 07:32:47 773de39e55f6: Preparing 07:32:47 9feccdeac975: Preparing 07:32:47 256f393e029f: Preparing 07:32:47 23f82010ef05: Waiting 07:32:47 773de39e55f6: Waiting 07:32:47 9feccdeac975: Waiting 07:32:47 256f393e029f: Waiting 07:32:47 524ba9aa76b5: Layer already exists 07:32:47 0d27cca9697c: Layer already exists 07:32:47 cbb048da5a53: Layer already exists 07:32:47 d03379273c84: Layer already exists 07:32:47 d7d128edf59e: Layer already exists 07:32:47 773de39e55f6: Layer already exists 07:32:47 9feccdeac975: Layer already exists 07:32:47 23f82010ef05: Layer already exists 07:32:47 256f393e029f: Layer already exists 07:32:47 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:f0eaefe338c304a2d5f1f83a0472d4ba427b7b53428608666dc7ae4873b8a168 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:48 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 07:32:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:32:48 d03379273c84: Preparing 07:32:48 d7d128edf59e: Preparing 07:32:48 cbb048da5a53: Preparing 07:32:48 0d27cca9697c: Preparing 07:32:48 524ba9aa76b5: Preparing 07:32:48 23f82010ef05: Preparing 07:32:48 773de39e55f6: Preparing 07:32:48 9feccdeac975: Preparing 07:32:48 256f393e029f: Preparing 07:32:48 23f82010ef05: Waiting 07:32:48 9feccdeac975: Waiting 07:32:48 256f393e029f: Waiting 07:32:48 773de39e55f6: Waiting 07:32:48 cbb048da5a53: Layer already exists 07:32:48 d7d128edf59e: Layer already exists 07:32:48 0d27cca9697c: Layer already exists 07:32:48 524ba9aa76b5: Layer already exists 07:32:48 d03379273c84: Layer already exists 07:32:48 9feccdeac975: Layer already exists 07:32:48 773de39e55f6: Layer already exists 07:32:48 23f82010ef05: Layer already exists 07:32:48 256f393e029f: Layer already exists 07:32:48 main: digest: sha256:f0eaefe338c304a2d5f1f83a0472d4ba427b7b53428608666dc7ae4873b8a168 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:32:48 ===================================================== [Pipeline] echo 07:32:48 taggedImages: 07:32:48 - nexus3.edgexfoundry.org:10004/security-spire-config:32b54d096708f46b0b2348d0dcbc77c27003877e 07:32:48 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:32:48 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88 07:32:48 - nexus3.edgexfoundry.org:10004/security-spire-config:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:32:48 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 07:32:48 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 07:32:48 32b54d096708f46b0b2348d0dcbc77c27003877e 07:32:48 latest 07:32:48 4.1.0-dev.88 07:32:48 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:32:48 main 07:32:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:48 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:32b54d096708f46b0b2348d0dcbc77c27003877e 07:32:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:32:49 1f6d623222d9: Preparing 07:32:49 85f8c886f8b2: Preparing 07:32:49 322d842ef334: Preparing 07:32:49 0d27cca9697c: Preparing 07:32:49 524ba9aa76b5: Preparing 07:32:49 23f82010ef05: Preparing 07:32:49 684ef60e9723: Preparing 07:32:49 739a57985d6d: Preparing 07:32:49 256f393e029f: Preparing 07:32:49 684ef60e9723: Waiting 07:32:49 739a57985d6d: Waiting 07:32:49 256f393e029f: Waiting 07:32:49 23f82010ef05: Waiting 07:32:49 524ba9aa76b5: Layer already exists 07:32:49 0d27cca9697c: Layer already exists 07:32:49 23f82010ef05: Layer already exists 07:32:49 684ef60e9723: Layer already exists 07:32:49 739a57985d6d: Layer already exists 07:32:49 256f393e029f: Layer already exists 07:32:49 322d842ef334: Pushed 07:32:49 1f6d623222d9: Pushed 07:32:49 85f8c886f8b2: Pushed 07:32:49 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:9d957699d686f602cdc3550e5211971a326b12c384c0f5be18c6c5943d85ae7e size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:49 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:32:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:32:50 1f6d623222d9: Preparing 07:32:50 85f8c886f8b2: Preparing 07:32:50 322d842ef334: Preparing 07:32:50 0d27cca9697c: Preparing 07:32:50 524ba9aa76b5: Preparing 07:32:50 23f82010ef05: Preparing 07:32:50 684ef60e9723: Preparing 07:32:50 739a57985d6d: Preparing 07:32:50 256f393e029f: Preparing 07:32:50 23f82010ef05: Waiting 07:32:50 684ef60e9723: Waiting 07:32:50 739a57985d6d: Waiting 07:32:50 256f393e029f: Waiting 07:32:50 0d27cca9697c: Layer already exists 07:32:50 1f6d623222d9: Layer already exists 07:32:50 322d842ef334: Layer already exists 07:32:50 524ba9aa76b5: Layer already exists 07:32:50 85f8c886f8b2: Layer already exists 07:32:50 684ef60e9723: Layer already exists 07:32:50 739a57985d6d: Layer already exists 07:32:50 23f82010ef05: Layer already exists 07:32:50 256f393e029f: Layer already exists 07:32:50 latest: digest: sha256:9d957699d686f602cdc3550e5211971a326b12c384c0f5be18c6c5943d85ae7e size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:50 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88 07:32:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:32:50 1f6d623222d9: Preparing 07:32:50 85f8c886f8b2: Preparing 07:32:50 322d842ef334: Preparing 07:32:50 0d27cca9697c: Preparing 07:32:50 524ba9aa76b5: Preparing 07:32:50 23f82010ef05: Preparing 07:32:50 684ef60e9723: Preparing 07:32:50 739a57985d6d: Preparing 07:32:50 256f393e029f: Preparing 07:32:50 684ef60e9723: Waiting 07:32:50 739a57985d6d: Waiting 07:32:50 23f82010ef05: Waiting 07:32:50 256f393e029f: Waiting 07:32:50 1f6d623222d9: Layer already exists 07:32:50 85f8c886f8b2: Layer already exists 07:32:50 322d842ef334: Layer already exists 07:32:50 524ba9aa76b5: Layer already exists 07:32:50 0d27cca9697c: Layer already exists 07:32:50 684ef60e9723: Layer already exists 07:32:50 23f82010ef05: Layer already exists 07:32:50 256f393e029f: Layer already exists 07:32:50 739a57985d6d: Layer already exists 07:32:50 4.1.0-dev.88: digest: sha256:9d957699d686f602cdc3550e5211971a326b12c384c0f5be18c6c5943d85ae7e size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:51 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:32:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:32:51 1f6d623222d9: Preparing 07:32:51 85f8c886f8b2: Preparing 07:32:51 322d842ef334: Preparing 07:32:51 0d27cca9697c: Preparing 07:32:51 524ba9aa76b5: Preparing 07:32:51 23f82010ef05: Preparing 07:32:51 684ef60e9723: Preparing 07:32:51 739a57985d6d: Preparing 07:32:51 256f393e029f: Preparing 07:32:51 23f82010ef05: Waiting 07:32:51 739a57985d6d: Waiting 07:32:51 684ef60e9723: Waiting 07:32:51 256f393e029f: Waiting 07:32:51 1f6d623222d9: Layer already exists 07:32:51 0d27cca9697c: Layer already exists 07:32:51 322d842ef334: Layer already exists 07:32:51 85f8c886f8b2: Layer already exists 07:32:51 524ba9aa76b5: Layer already exists 07:32:51 23f82010ef05: Layer already exists 07:32:51 684ef60e9723: Layer already exists 07:32:51 739a57985d6d: Layer already exists 07:32:51 256f393e029f: Layer already exists 07:32:51 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:9d957699d686f602cdc3550e5211971a326b12c384c0f5be18c6c5943d85ae7e size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:51 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 07:32:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:32:52 1f6d623222d9: Preparing 07:32:52 85f8c886f8b2: Preparing 07:32:52 322d842ef334: Preparing 07:32:52 0d27cca9697c: Preparing 07:32:52 524ba9aa76b5: Preparing 07:32:52 23f82010ef05: Preparing 07:32:52 684ef60e9723: Preparing 07:32:52 739a57985d6d: Preparing 07:32:52 256f393e029f: Preparing 07:32:52 23f82010ef05: Waiting 07:32:52 684ef60e9723: Waiting 07:32:52 739a57985d6d: Waiting 07:32:52 256f393e029f: Waiting 07:32:52 524ba9aa76b5: Layer already exists 07:32:52 1f6d623222d9: Layer already exists 07:32:52 322d842ef334: Layer already exists 07:32:52 0d27cca9697c: Layer already exists 07:32:52 85f8c886f8b2: Layer already exists 07:32:52 684ef60e9723: Layer already exists 07:32:52 23f82010ef05: Layer already exists 07:32:52 739a57985d6d: Layer already exists 07:32:52 256f393e029f: Layer already exists 07:32:52 main: digest: sha256:9d957699d686f602cdc3550e5211971a326b12c384c0f5be18c6c5943d85ae7e size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:32:52 ===================================================== [Pipeline] echo 07:32:52 taggedImages: 07:32:52 - nexus3.edgexfoundry.org:10004/security-spire-server:32b54d096708f46b0b2348d0dcbc77c27003877e 07:32:52 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:32:52 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88 07:32:52 - nexus3.edgexfoundry.org:10004/security-spire-server:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:32:52 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 07:32:52 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 07:32:52 32b54d096708f46b0b2348d0dcbc77c27003877e 07:32:52 latest 07:32:52 4.1.0-dev.88 07:32:52 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:32:52 main 07:32:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:52 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:52 + docker push nexus3.edgexfoundry.org:10004/support-notifications:32b54d096708f46b0b2348d0dcbc77c27003877e 07:32:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:32:52 67746829c235: Preparing 07:32:52 fbeececc9ee7: Preparing 07:32:52 0d27cca9697c: Preparing 07:32:52 524ba9aa76b5: Preparing 07:32:52 81b5f5ae896a: Preparing 07:32:52 7617bd76ea13: Preparing 07:32:52 256f393e029f: Preparing 07:32:52 7617bd76ea13: Waiting 07:32:52 256f393e029f: Waiting 07:32:52 524ba9aa76b5: Layer already exists 07:32:52 0d27cca9697c: Layer already exists 07:32:52 256f393e029f: Layer already exists 07:32:52 67746829c235: Pushed 07:32:52 81b5f5ae896a: Pushed 07:32:53 7617bd76ea13: Pushed 07:32:57 fbeececc9ee7: Pushed 07:32:57 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:d83ef34a8e6f6522f043a566363d3d9b3ddad1d0daf2aac4da68f39b532e7e42 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:57 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:58 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 07:32:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:32:58 67746829c235: Preparing 07:32:58 fbeececc9ee7: Preparing 07:32:58 0d27cca9697c: Preparing 07:32:58 524ba9aa76b5: Preparing 07:32:58 81b5f5ae896a: Preparing 07:32:58 7617bd76ea13: Preparing 07:32:58 256f393e029f: Preparing 07:32:58 7617bd76ea13: Waiting 07:32:58 256f393e029f: Waiting 07:32:58 81b5f5ae896a: Layer already exists 07:32:58 fbeececc9ee7: Layer already exists 07:32:58 524ba9aa76b5: Layer already exists 07:32:58 0d27cca9697c: Layer already exists 07:32:58 67746829c235: Layer already exists 07:32:58 7617bd76ea13: Layer already exists 07:32:58 256f393e029f: Layer already exists 07:32:58 latest: digest: sha256:d83ef34a8e6f6522f043a566363d3d9b3ddad1d0daf2aac4da68f39b532e7e42 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:58 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:59 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88 07:32:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:32:59 67746829c235: Preparing 07:32:59 fbeececc9ee7: Preparing 07:32:59 0d27cca9697c: Preparing 07:32:59 524ba9aa76b5: Preparing 07:32:59 81b5f5ae896a: Preparing 07:32:59 7617bd76ea13: Preparing 07:32:59 256f393e029f: Preparing 07:32:59 7617bd76ea13: Waiting 07:32:59 256f393e029f: Waiting 07:32:59 524ba9aa76b5: Layer already exists 07:32:59 0d27cca9697c: Layer already exists 07:32:59 67746829c235: Layer already exists 07:32:59 81b5f5ae896a: Layer already exists 07:32:59 fbeececc9ee7: Layer already exists 07:32:59 256f393e029f: Layer already exists 07:32:59 7617bd76ea13: Layer already exists 07:32:59 4.1.0-dev.88: digest: sha256:d83ef34a8e6f6522f043a566363d3d9b3ddad1d0daf2aac4da68f39b532e7e42 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:59 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:59 + docker push nexus3.edgexfoundry.org:10004/support-notifications:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:32:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:32:59 67746829c235: Preparing 07:32:59 fbeececc9ee7: Preparing 07:32:59 0d27cca9697c: Preparing 07:32:59 524ba9aa76b5: Preparing 07:32:59 81b5f5ae896a: Preparing 07:32:59 7617bd76ea13: Preparing 07:32:59 256f393e029f: Preparing 07:32:59 256f393e029f: Waiting 07:32:59 7617bd76ea13: Waiting 07:32:59 524ba9aa76b5: Layer already exists 07:32:59 67746829c235: Layer already exists 07:32:59 fbeececc9ee7: Layer already exists 07:32:59 0d27cca9697c: Layer already exists 07:32:59 81b5f5ae896a: Layer already exists 07:32:59 7617bd76ea13: Layer already exists 07:32:59 256f393e029f: Layer already exists 07:32:59 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:d83ef34a8e6f6522f043a566363d3d9b3ddad1d0daf2aac4da68f39b532e7e42 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:00 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 07:33:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:33:00 67746829c235: Preparing 07:33:00 fbeececc9ee7: Preparing 07:33:00 0d27cca9697c: Preparing 07:33:00 524ba9aa76b5: Preparing 07:33:00 81b5f5ae896a: Preparing 07:33:00 7617bd76ea13: Preparing 07:33:00 256f393e029f: Preparing 07:33:00 256f393e029f: Waiting 07:33:00 7617bd76ea13: Waiting 07:33:00 524ba9aa76b5: Layer already exists 07:33:00 81b5f5ae896a: Layer already exists 07:33:00 fbeececc9ee7: Layer already exists 07:33:00 0d27cca9697c: Layer already exists 07:33:00 67746829c235: Layer already exists 07:33:00 7617bd76ea13: Layer already exists 07:33:00 256f393e029f: Layer already exists 07:33:00 main: digest: sha256:d83ef34a8e6f6522f043a566363d3d9b3ddad1d0daf2aac4da68f39b532e7e42 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:33:00 ===================================================== [Pipeline] echo 07:33:00 taggedImages: 07:33:00 - nexus3.edgexfoundry.org:10004/support-notifications:32b54d096708f46b0b2348d0dcbc77c27003877e 07:33:00 - nexus3.edgexfoundry.org:10004/support-notifications:latest 07:33:00 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88 07:33:00 - nexus3.edgexfoundry.org:10004/support-notifications:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:33:00 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 07:33:00 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 07:33:00 32b54d096708f46b0b2348d0dcbc77c27003877e 07:33:00 latest 07:33:00 4.1.0-dev.88 07:33:00 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:33:00 main 07:33:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:00 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:01 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:32b54d096708f46b0b2348d0dcbc77c27003877e 07:33:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:33:01 6771a1da0286: Preparing 07:33:01 d6b8a5c63d20: Preparing 07:33:01 0d27cca9697c: Preparing 07:33:01 524ba9aa76b5: Preparing 07:33:01 ed486a315a1d: Preparing 07:33:01 436a874b0018: Preparing 07:33:01 256f393e029f: Preparing 07:33:01 436a874b0018: Waiting 07:33:01 256f393e029f: Waiting 07:33:01 0d27cca9697c: Layer already exists 07:33:01 524ba9aa76b5: Layer already exists 07:33:01 256f393e029f: Layer already exists 07:33:01 6771a1da0286: Pushed 07:33:01 ed486a315a1d: Pushed 07:33:01 436a874b0018: Pushed 07:33:05 d6b8a5c63d20: Pushed 07:33:05 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:680b5f2f643dbea9ab5670830cdad4697f7773e7e4c5d812da82e5c1f02ea4c1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:06 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:06 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:33:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:33:06 6771a1da0286: Preparing 07:33:06 d6b8a5c63d20: Preparing 07:33:06 0d27cca9697c: Preparing 07:33:06 524ba9aa76b5: Preparing 07:33:06 ed486a315a1d: Preparing 07:33:06 436a874b0018: Preparing 07:33:06 256f393e029f: Preparing 07:33:06 436a874b0018: Waiting 07:33:06 256f393e029f: Waiting 07:33:06 6771a1da0286: Layer already exists 07:33:06 524ba9aa76b5: Layer already exists 07:33:06 d6b8a5c63d20: Layer already exists 07:33:06 ed486a315a1d: Layer already exists 07:33:06 0d27cca9697c: Layer already exists 07:33:06 436a874b0018: Layer already exists 07:33:06 256f393e029f: Layer already exists 07:33:06 latest: digest: sha256:680b5f2f643dbea9ab5670830cdad4697f7773e7e4c5d812da82e5c1f02ea4c1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:06 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:07 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88 07:33:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:33:07 6771a1da0286: Preparing 07:33:07 d6b8a5c63d20: Preparing 07:33:07 0d27cca9697c: Preparing 07:33:07 524ba9aa76b5: Preparing 07:33:07 ed486a315a1d: Preparing 07:33:07 436a874b0018: Preparing 07:33:07 256f393e029f: Preparing 07:33:07 436a874b0018: Waiting 07:33:07 256f393e029f: Waiting 07:33:07 ed486a315a1d: Layer already exists 07:33:07 d6b8a5c63d20: Layer already exists 07:33:07 524ba9aa76b5: Layer already exists 07:33:07 6771a1da0286: Layer already exists 07:33:07 0d27cca9697c: Layer already exists 07:33:07 256f393e029f: Layer already exists 07:33:07 436a874b0018: Layer already exists 07:33:07 4.1.0-dev.88: digest: sha256:680b5f2f643dbea9ab5670830cdad4697f7773e7e4c5d812da82e5c1f02ea4c1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:07 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:07 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:33:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:33:07 6771a1da0286: Preparing 07:33:07 d6b8a5c63d20: Preparing 07:33:07 0d27cca9697c: Preparing 07:33:07 524ba9aa76b5: Preparing 07:33:07 ed486a315a1d: Preparing 07:33:07 436a874b0018: Preparing 07:33:07 256f393e029f: Preparing 07:33:07 256f393e029f: Waiting 07:33:07 436a874b0018: Waiting 07:33:07 d6b8a5c63d20: Layer already exists 07:33:07 ed486a315a1d: Layer already exists 07:33:07 6771a1da0286: Layer already exists 07:33:07 524ba9aa76b5: Layer already exists 07:33:07 0d27cca9697c: Layer already exists 07:33:07 436a874b0018: Layer already exists 07:33:07 256f393e029f: Layer already exists 07:33:07 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:680b5f2f643dbea9ab5670830cdad4697f7773e7e4c5d812da82e5c1f02ea4c1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:07 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:08 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 07:33:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:33:08 6771a1da0286: Preparing 07:33:08 d6b8a5c63d20: Preparing 07:33:08 0d27cca9697c: Preparing 07:33:08 524ba9aa76b5: Preparing 07:33:08 ed486a315a1d: Preparing 07:33:08 436a874b0018: Preparing 07:33:08 256f393e029f: Preparing 07:33:08 256f393e029f: Waiting 07:33:08 436a874b0018: Waiting 07:33:08 ed486a315a1d: Layer already exists 07:33:08 d6b8a5c63d20: Layer already exists 07:33:08 524ba9aa76b5: Layer already exists 07:33:08 0d27cca9697c: Layer already exists 07:33:08 6771a1da0286: Layer already exists 07:33:08 436a874b0018: Layer already exists 07:33:08 256f393e029f: Layer already exists 07:33:08 main: digest: sha256:680b5f2f643dbea9ab5670830cdad4697f7773e7e4c5d812da82e5c1f02ea4c1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:33:08 ===================================================== [Pipeline] echo 07:33:08 taggedImages: 07:33:08 - nexus3.edgexfoundry.org:10004/support-scheduler:32b54d096708f46b0b2348d0dcbc77c27003877e 07:33:08 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:33:08 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/support-scheduler:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 07:33:08 ========================================================= 07:33:08 [edgeXBuildMultiArch] RAW Config: 07:33:08 images: 07:33:08 - nexus3.edgexfoundry.org:10004/core-command:32b54d096708f46b0b2348d0dcbc77c27003877e 07:33:08 - nexus3.edgexfoundry.org:10004/core-command:latest 07:33:08 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/core-command:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/core-command:main 07:33:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e 07:33:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:33:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 07:33:08 - nexus3.edgexfoundry.org:10004/core-data:32b54d096708f46b0b2348d0dcbc77c27003877e 07:33:08 - nexus3.edgexfoundry.org:10004/core-data:latest 07:33:08 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/core-data:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/core-data:main 07:33:08 - nexus3.edgexfoundry.org:10004/core-keeper:32b54d096708f46b0b2348d0dcbc77c27003877e 07:33:08 - nexus3.edgexfoundry.org:10004/core-keeper:latest 07:33:08 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/core-keeper:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/core-keeper:main 07:33:08 - nexus3.edgexfoundry.org:10004/core-metadata:32b54d096708f46b0b2348d0dcbc77c27003877e 07:33:08 - nexus3.edgexfoundry.org:10004/core-metadata:latest 07:33:08 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/core-metadata:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/core-metadata:main 07:33:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e 07:33:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:33:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 07:33:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:32b54d096708f46b0b2348d0dcbc77c27003877e 07:33:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:33:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 07:33:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:32b54d096708f46b0b2348d0dcbc77c27003877e 07:33:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:33:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 07:33:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:32b54d096708f46b0b2348d0dcbc77c27003877e 07:33:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:33:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 07:33:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32b54d096708f46b0b2348d0dcbc77c27003877e 07:33:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:33:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 07:33:08 - nexus3.edgexfoundry.org:10004/security-spire-agent:32b54d096708f46b0b2348d0dcbc77c27003877e 07:33:08 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:33:08 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/security-spire-agent:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 07:33:08 - nexus3.edgexfoundry.org:10004/security-spire-config:32b54d096708f46b0b2348d0dcbc77c27003877e 07:33:08 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:33:08 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/security-spire-config:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/security-spire-config:main 07:33:08 - nexus3.edgexfoundry.org:10004/security-spire-server:32b54d096708f46b0b2348d0dcbc77c27003877e 07:33:08 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:33:08 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/security-spire-server:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/security-spire-server:main 07:33:08 - nexus3.edgexfoundry.org:10004/support-notifications:32b54d096708f46b0b2348d0dcbc77c27003877e 07:33:08 - nexus3.edgexfoundry.org:10004/support-notifications:latest 07:33:08 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/support-notifications:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/support-notifications:main 07:33:08 - nexus3.edgexfoundry.org:10004/support-scheduler:32b54d096708f46b0b2348d0dcbc77c27003877e 07:33:08 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:33:08 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/support-scheduler:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 07:33:08 - nexus3.edgexfoundry.org:10004/support-scheduler:main 07:33:08 settingsFile: 07:33:08 edgex-go-settings 07:33:08 ========================================================= [Pipeline] node 07:33:23 Still waiting to schedule task 07:33:23 All nodes of label ‘centos7-docker-4c-2g’ are offline 07:33:48 Running on prd-centos7-docker-4c-2g-775641 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:33:48 provisioning config files... 07:33:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config6967879093848509856tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:33:49 ---> ****-login.sh 07:33:49 nexus3.edgexfoundry.org:10001 07:50:27 #154 DONE 1182.2s 07:50:27 07:50:27 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:50:27 #144 ... 07:50:27 07:50:27 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:50:27 #155 DONE 0.1s 07:50:27 07:50:27 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:50:27 #152 ... 07:50:27 07:50:27 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:50:27 #156 DONE 0.1s 07:50:27 07:50:27 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 07:50:27 #157 DONE 0.3s 07:50:27 07:50:27 #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 07:50:27 #158 DONE 0.1s 07:50:27 07:50:27 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 07:50:27 #159 DONE 0.1s 07:50:27 07:50:27 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:50:27 #160 DONE 2.3s 07:50:27 07:50:27 #117 [core-common-config-bootstrapper] exporting to image 07:50:27 #117 exporting layers 07:50:27 #117 exporting layers 0.8s done 07:50:27 #117 writing image sha256:9a82123ceebfbd89340819fd023ee5a498269a79dc1b9afffddbb06a94cc58a5 done 07:50:27 #117 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 07:50:27 #117 DONE 5.9s 07:50:27 07:50:27 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:50:31 #143 ... 07:50:31 07:50:31 #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 07:50:31 #145 DONE 1194.5s 07:50:31 07:50:31 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 07:50:31 #161 DONE 0.5s 07:50:31 07:50:31 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 07:50:34 #162 DONE 2.2s 07:50:34 07:50:34 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:50:34 #143 ... 07:50:34 07:50:34 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 07:50:34 #163 DONE 0.2s 07:50:34 07:50:34 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 07:50:34 #164 DONE 0.2s 07:50:34 07:50:34 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:50:35 #165 DONE 0.4s 07:50:35 07:50:35 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:50:35 #153 ... 07:50:35 07:50:35 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 07:50:35 #166 DONE 0.2s 07:50:35 07:50:35 #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/ 07:50:35 #167 DONE 0.1s 07:50:35 07:50:35 #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/ 07:50:35 #168 DONE 0.1s 07:50:35 07:50:35 #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/ 07:50:35 #169 DONE 0.1s 07:50:35 07:50:35 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:50:35 #144 ... 07:50:35 07:50:35 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:50:35 #170 DONE 0.1s 07:50:35 07:50:35 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 07:50:37 #171 DONE 2.1s 07:50:37 07:50:37 #117 [security-bootstrapper] exporting to image 07:50:37 #117 exporting layers 07:50:39 #117 exporting layers 1.1s done 07:50:39 #117 writing image sha256:ffb8038a99a9dc582914658fb1ef8b32a959c2d9bcb64c73f3da30b7a64dea68 done 07:50:39 #117 naming to docker.io/library/security-bootstrapper-arm64 0.0s done 07:50:39 #117 DONE 7.1s 07:50:39 07:50:39 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:06:47 #153 ... 08:06:47 08:06:47 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 08:06:47 #147 DONE 2166.5s 08:06:47 08:06:47 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:06:47 #153 ... 08:06:47 08:06:47 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 08:06:47 #172 DONE 0.2s 08:06:47 08:06:47 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 08:06:47 #173 DONE 0.2s 08:06:47 08:06:47 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:06:47 #152 ... 08:06:47 08:06:47 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:06:47 #174 DONE 0.5s 08:06:47 08:06:47 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 08:06:47 #175 DONE 0.2s 08:06:47 08:06:47 #117 [core-command] exporting to image 08:06:47 #117 exporting layers 08:06:47 #117 exporting layers 0.5s done 08:06:47 #117 writing image sha256:aa57f7a0a1c4efd2fa3c4cac65207b261bda1aea709796d0c49cab760eef822f 08:06:47 #117 writing image sha256:aa57f7a0a1c4efd2fa3c4cac65207b261bda1aea709796d0c49cab760eef822f 0.1s done 08:06:47 #117 naming to docker.io/library/core-command-arm64 done 08:06:47 #117 DONE 7.7s 08:06:47 08:06:47 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:07:14 #149 ... 08:07:14 08:07:14 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:07:14 #146 2195.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:07:15 #146 ... 08:07:15 08:07:15 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 08:07:15 #151 DONE 2198.5s 08:07:15 08:07:15 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:07:16 #144 ... 08:07:16 08:07:16 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 08:07:16 #176 DONE 0.2s 08:07:16 08:07:16 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 08:07:16 #177 DONE 0.1s 08:07:16 08:07:16 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:07:16 #143 ... 08:07:16 08:07:16 #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 08:07:16 #178 DONE 0.1s 08:07:16 08:07:16 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 08:07:17 #179 DONE 0.1s 08:07:17 08:07:17 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:07:17 #180 DONE 0.4s 08:07:17 08:07:17 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:07:17 #143 ... 08:07:17 08:07:17 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 08:07:17 #181 DONE 0.1s 08:07:17 08:07:17 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:07:19 #182 DONE 1.9s 08:07:19 08:07:19 #117 [security-proxy-setup] exporting to image 08:07:19 #117 exporting layers 08:07:20 #117 exporting layers 1.0s done 08:07:20 #117 writing image sha256:8f4e7c97a88855c511e40d01a55c5106860aab580e303508c911da708489e60c done 08:07:20 #117 naming to docker.io/library/security-proxy-setup-arm64 done 08:07:20 #117 DONE 8.7s 08:07:20 08:07:20 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:07:47 #153 ... 08:07:47 08:07:47 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:07:47 #146 DONE 2226.9s 08:07:47 08:07:47 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:07:47 #143 ... 08:07:47 08:07:47 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 08:07:47 #183 DONE 0.3s 08:07:47 08:07:47 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 08:07:47 #184 DONE 0.2s 08:07:47 08:07:47 #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 08:07:47 #185 DONE 0.1s 08:07:47 08:07:47 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:07:47 #153 ... 08:07:47 08:07:47 #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 08:07:47 #186 DONE 0.1s 08:07:47 08:07:47 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 08:07:47 #187 DONE 0.1s 08:07:47 08:07:47 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:07:47 #143 ... 08:07:47 08:07:47 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:07:47 #188 DONE 0.4s 08:07:47 08:07:47 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:07:47 #152 ... 08:07:47 08:07:47 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:07:47 #189 DONE 0.4s 08:07:47 08:07:47 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:07:47 #190 DONE 0.1s 08:07:47 08:07:47 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:07:48 #191 DONE 1.9s 08:07:48 08:07:48 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:07:48 #144 ... 08:07:48 08:07:48 #117 [security-secretstore-setup] exporting to image 08:07:48 #117 exporting layers 08:07:49 #117 exporting layers 1.5s done 08:07:49 #117 writing image sha256:1038eb712117bb6b9cb2ca1e42edccf2a8ef5c0362f6e6e913a9052cccfe96cb done 08:07:49 #117 naming to docker.io/library/security-secretstore-setup-arm64 done 08:07:49 #117 DONE 10.3s 08:07:49 08:07:49 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:08:49 #143 DONE 2287.4s 08:08:49 08:08:49 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:08:49 #153 ... 08:08:49 08:08:49 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:08:49 #192 DONE 0.2s 08:08:49 08:08:49 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:08:49 #193 DONE 0.2s 08:08:49 08:08:49 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:08:49 #149 ... 08:08:49 08:08:49 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 08:08:49 #194 DONE 0.5s 08:08:49 08:08:49 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:08:49 #152 ... 08:08:49 08:08:49 #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 08:08:49 #195 DONE 0.1s 08:08:49 08:08:49 #117 [security-spiffe-token-provider] exporting to image 08:08:49 #117 exporting layers 08:08:49 #117 exporting layers 0.6s done 08:08:49 #117 writing image sha256:6f575c125a0e2f31df9809c34573063a8071da061fbefaf72a0b90671b2ed2d6 done 08:08:49 #117 naming to docker.io/library/security-spiffe-token-provider-arm64 done 08:08:49 #117 DONE 10.8s 08:08:49 08:08:49 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:09:28 #152 ... 08:09:28 08:09:28 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:09:28 #153 DONE 2325.9s 08:09:28 08:09:28 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:09:28 #152 ... 08:09:28 08:09:28 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:09:28 #196 DONE 0.3s 08:09:28 08:09:28 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:09:28 #197 DONE 0.2s 08:09:28 08:09:28 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:09:28 #149 ... 08:09:28 08:09:28 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 08:09:28 #198 DONE 0.6s 08:09:28 08:09:28 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:09:28 #152 ... 08:09:28 08:09:28 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 08:09:28 #199 DONE 0.1s 08:09:28 08:09:28 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 08:09:28 #200 DONE 0.2s 08:09:28 08:09:28 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:09:28 #201 DONE 1.7s 08:09:28 08:09:28 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:09:28 #149 ... 08:09:28 08:09:28 #117 [security-proxy-auth] exporting to image 08:09:28 #117 exporting layers 08:09:28 #117 exporting layers 0.8s done 08:09:28 #117 writing image sha256:cac3e80d42969830fd42d57c9d695ee0a8641b4ad63f6fd59cb9fab4d2fd71c0 done 08:09:28 #117 naming to docker.io/library/security-proxy-auth-arm64 done 08:09:28 #117 DONE 11.6s 08:09:28 08:09:28 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:09:30 #149 ... 08:09:30 08:09:30 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 08:09:30 #150 DONE 2333.5s 08:09:30 08:09:30 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:09:31 #149 ... 08:09:31 08:09:31 #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 08:09:31 #202 DONE 0.2s 08:09:31 08:09:31 #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 08:09:32 #203 DONE 0.7s 08:09:32 08:09:32 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:09:32 #152 ... 08:09:32 08:09:32 #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 08:09:32 #204 DONE 0.3s 08:09:32 08:09:32 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:09:32 #152 ... 08:09:32 08:09:32 #117 [core-keeper] exporting to image 08:09:32 #117 exporting layers 08:09:33 #117 exporting layers 0.7s done 08:09:33 #117 writing image sha256:391523a17b508b720aa8d31a36b0a0081e33adcaab8c290577ae9820bd53e3c0 done 08:09:33 #117 naming to docker.io/library/core-keeper-arm64 done 08:09:33 #117 DONE 12.3s 08:09:33 08:09:33 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:09:35 #149 ... 08:09:35 08:09:35 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:09:35 #152 DONE 2338.0s 08:09:35 08:09:35 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:09:35 #149 ... 08:09:35 08:09:35 #205 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:09:35 #205 DONE 0.2s 08:09:35 08:09:35 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:09:35 #149 ... 08:09:35 08:09:35 #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:09:35 #206 DONE 0.1s 08:09:35 08:09:35 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:09:36 #149 ... 08:09:36 08:09:36 #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:09:36 #207 DONE 0.6s 08:09:36 08:09:36 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:09:36 #149 ... 08:09:36 08:09:36 #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 08:09:36 #208 DONE 0.1s 08:09:36 08:09:36 #117 [core-data] exporting to image 08:09:37 #117 exporting layers 0.9s done 08:09:37 #117 writing image sha256:f54b858706950861973111b5f7d1eb4a0bbe64499b096f8ce25735355ac696f3 0.0s done 08:09:37 #117 naming to docker.io/library/core-data-arm64 done 08:09:37 #117 DONE 13.3s 08:09:37 08:09:37 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:09:37 #149 DONE 2340.6s 08:09:37 08:09:37 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:09:38 #144 ... 08:09:38 08:09:38 #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:09:38 #209 DONE 0.1s 08:09:38 08:09:38 #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:09:38 #210 DONE 0.1s 08:09:38 08:09:38 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:09:38 #144 ... 08:09:38 08:09:38 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:09:39 #211 DONE 0.5s 08:09:39 08:09:39 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 08:09:39 #212 DONE 0.1s 08:09:39 08:09:39 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 08:09:39 #213 DONE 0.1s 08:09:39 08:09:39 #117 [core-metadata] exporting to image 08:09:40 #117 exporting layers 0.6s done 08:09:40 #117 writing image sha256:1a35a27276d583bae905db1e2ec34448c25d586e48714fbeb0fe79b670567ea5 done 08:09:40 #117 naming to docker.io/library/core-metadata-arm64 done 08:09:40 #117 DONE 13.9s 08:09:40 08:09:40 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:10:06 #144 DONE 2367.1s 08:10:06 08:10:06 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:10:06 #148 ... 08:10:06 08:10:06 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:10:06 #214 DONE 0.1s 08:10:06 08:10:06 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:10:06 #148 ... 08:10:06 08:10:06 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:10:06 #215 DONE 0.1s 08:10:06 08:10:06 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:10:06 #216 DONE 1.1s 08:10:06 08:10:06 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 08:10:06 #217 DONE 0.1s 08:10:06 08:10:06 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:10:06 #148 ... 08:10:06 08:10:06 #117 [support-scheduler] exporting to image 08:10:06 #117 exporting layers 08:10:06 #117 exporting layers 1.1s done 08:10:06 #117 writing image sha256:031956d60853d5d53ad9c9dc968a4d081a648ab09af3697951d918bcb9610d57 done 08:10:06 #117 naming to docker.io/library/support-scheduler-arm64 done 08:10:06 #117 DONE 15.0s 08:10:06 08:10:06 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:10:12 #148 DONE 2375.1s 08:10:12 08:10:12 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:10:12 #218 DONE 0.1s 08:10:12 08:10:12 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:10:12 #219 DONE 0.1s 08:10:12 08:10:12 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:10:12 #220 DONE 0.4s 08:10:12 08:10:12 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 08:10:12 #221 DONE 0.1s 08:10:12 08:10:12 #117 [support-notifications] exporting to image 08:10:12 #117 exporting layers 08:10:13 #117 exporting layers 0.6s done 08:10:13 #117 writing image sha256:a257a59c46e98783ebb4afcdfec4a21d2ccceb056fef7f53ea80b914e09a58fc done 08:10:13 #117 naming to docker.io/library/support-notifications-arm64 done 08:10:13 #117 DONE 15.6s 08:10:13 time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:13 time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:13 time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:13 time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:13 time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:13 time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:13 time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:13 time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:13 time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:13 time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:13 time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:13 time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:13 time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:13 time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:10:13 time="2025-12-24T07:27:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 08:10:13 $ docker stop --time=1 20b2f46a8048768ebd341a631be6a4bbbe25c119f4019fb5d2536a06df54cbee 08:10:15 $ docker rm -f --volumes 20b2f46a8048768ebd341a631be6a4bbbe25c119f4019fb5d2536a06df54cbee [Pipeline] // withDockerContainer [Pipeline] sh 08:10:15 + docker images 08:10:15 REPOSITORY TAG IMAGE ID CREATED SIZE 08:10:15 support-notifications-arm64 latest a257a59c46e9 3 seconds ago 54.3MB 08:10:15 support-scheduler-arm64 latest 031956d60853 10 seconds ago 50.4MB 08:10:15 core-metadata-arm64 latest 1a35a27276d5 36 seconds ago 46.3MB 08:10:15 core-data-arm64 latest f54b85870695 39 seconds ago 46.2MB 08:10:15 core-keeper-arm64 latest 391523a17b50 43 seconds ago 45.1MB 08:10:15 security-proxy-auth-arm64 latest cac3e80d4296 49 seconds ago 45.4MB 08:10:15 security-spiffe-token-provider-arm64 latest 6f575c125a0e About a minute ago 50.2MB 08:10:15 security-secretstore-setup-arm64 latest 1038eb712117 2 minutes ago 81.6MB 08:10:15 security-proxy-setup-arm64 latest 8f4e7c97a888 2 minutes ago 51.3MB 08:10:15 core-command-arm64 latest aa57f7a0a1c4 3 minutes ago 40.9MB 08:10:15 security-bootstrapper-arm64 latest ffb8038a99a9 19 minutes ago 22.2MB 08:10:15 core-common-config-bootstrapper-arm64 latest 9a82123ceebf 19 minutes ago 21.1MB 08:10:15 security-spire-server-arm64 latest 79c87d06cd21 41 minutes ago 164MB 08:10:15 security-spire-config-arm64 latest bc13db159efe 41 minutes ago 163MB 08:10:15 security-spire-agent-arm64 latest c9d4597110c1 41 minutes ago 220MB 08:10:15 ci-base-image-arm64 latest 434b04b8846d 43 minutes ago 927MB 08:10:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.25-alpine 334268110677 2 months ago 564MB 08:10:15 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 08:10:15 provisioning config files... 08:10:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/942@tmp/config10711570917388596840tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:10:16 ---> ****-login.sh 08:10:16 nexus3.edgexfoundry.org:10001 08:10:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:10:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:10:16 Configure a credential helper to remove this warning. See 08:10:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:10:16 08:10:16 Login Succeeded 08:10:16 nexus3.edgexfoundry.org:10002 08:10:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:10:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:10:17 Configure a credential helper to remove this warning. See 08:10:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:10:17 08:10:17 Login Succeeded 08:10:17 nexus3.edgexfoundry.org:10003 08:10:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:10:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:10:17 Configure a credential helper to remove this warning. See 08:10:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:10:17 08:10:17 Login Succeeded 08:10:17 nexus3.edgexfoundry.org:10004 08:10:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:10:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:10:17 Configure a credential helper to remove this warning. See 08:10:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:10:17 08:10:17 Login Succeeded 08:10:17 ****.io 08:10:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:10:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:10:18 Configure a credential helper to remove this warning. See 08:10:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:10:18 08:10:18 Login Succeeded 08:10:18 ---> ****-login.sh ends [Pipeline] } 08:10:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:10:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 08:10:18 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 08:10:18 32b54d096708f46b0b2348d0dcbc77c27003877e 08:10:18 latest 08:10:18 4.1.0-dev.88 08:10:18 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:10:18 main 08:10:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:18 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:18 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:10:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:10:18 d76f125a90db: Preparing 08:10:18 f7b0097b5b9c: Preparing 08:10:18 6d1a28e82a88: Preparing 08:10:18 0cfdd22f20e4: Preparing 08:10:18 228861e5d65d: Preparing 08:10:18 f8a3e289ffba: Preparing 08:10:18 0e64f2360a44: Preparing 08:10:18 f8a3e289ffba: Waiting 08:10:18 0e64f2360a44: Waiting 08:10:19 d76f125a90db: Pushed 08:10:19 0cfdd22f20e4: Pushed 08:10:19 6d1a28e82a88: Pushed 08:10:19 0e64f2360a44: Layer already exists 08:10:19 f8a3e289ffba: Pushed 08:10:19 228861e5d65d: Pushed 08:10:26 f7b0097b5b9c: Pushed 08:10:26 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:9ecba36ed9cd3b4c5e016c9b80bfa65ee7be1da7c4f03ad615aa8841d106772e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:26 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:26 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 08:10:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:10:26 d76f125a90db: Preparing 08:10:26 f7b0097b5b9c: Preparing 08:10:26 6d1a28e82a88: Preparing 08:10:26 0cfdd22f20e4: Preparing 08:10:26 228861e5d65d: Preparing 08:10:26 f8a3e289ffba: Preparing 08:10:26 0e64f2360a44: Preparing 08:10:26 d76f125a90db: Layer already exists 08:10:26 0cfdd22f20e4: Layer already exists 08:10:26 228861e5d65d: Layer already exists 08:10:26 6d1a28e82a88: Layer already exists 08:10:26 f7b0097b5b9c: Layer already exists 08:10:26 f8a3e289ffba: Layer already exists 08:10:26 0e64f2360a44: Layer already exists 08:10:27 latest: digest: sha256:9ecba36ed9cd3b4c5e016c9b80bfa65ee7be1da7c4f03ad615aa8841d106772e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:27 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:27 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.88 08:10:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:10:27 d76f125a90db: Preparing 08:10:27 f7b0097b5b9c: Preparing 08:10:27 6d1a28e82a88: Preparing 08:10:27 0cfdd22f20e4: Preparing 08:10:27 228861e5d65d: Preparing 08:10:27 f8a3e289ffba: Preparing 08:10:27 0e64f2360a44: Preparing 08:10:27 f8a3e289ffba: Waiting 08:10:27 0e64f2360a44: Waiting 08:10:27 f7b0097b5b9c: Layer already exists 08:10:27 0cfdd22f20e4: Layer already exists 08:10:27 228861e5d65d: Layer already exists 08:10:27 d76f125a90db: Layer already exists 08:10:27 6d1a28e82a88: Layer already exists 08:10:27 f8a3e289ffba: Layer already exists 08:10:27 0e64f2360a44: Layer already exists 08:10:28 4.1.0-dev.88: digest: sha256:9ecba36ed9cd3b4c5e016c9b80bfa65ee7be1da7c4f03ad615aa8841d106772e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:28 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:30 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:10:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:10:30 d76f125a90db: Preparing 08:10:30 f7b0097b5b9c: Preparing 08:10:30 6d1a28e82a88: Preparing 08:10:30 0cfdd22f20e4: Preparing 08:10:30 228861e5d65d: Preparing 08:10:30 f8a3e289ffba: Preparing 08:10:30 0e64f2360a44: Preparing 08:10:30 f8a3e289ffba: Waiting 08:10:30 0e64f2360a44: Waiting 08:10:30 6d1a28e82a88: Layer already exists 08:10:30 d76f125a90db: Layer already exists 08:10:30 f7b0097b5b9c: Layer already exists 08:10:30 0cfdd22f20e4: Layer already exists 08:10:30 228861e5d65d: Layer already exists 08:10:30 0e64f2360a44: Layer already exists 08:10:30 f8a3e289ffba: Layer already exists 08:10:30 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:9ecba36ed9cd3b4c5e016c9b80bfa65ee7be1da7c4f03ad615aa8841d106772e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:31 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:31 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 08:10:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:10:31 d76f125a90db: Preparing 08:10:31 f7b0097b5b9c: Preparing 08:10:31 6d1a28e82a88: Preparing 08:10:31 0cfdd22f20e4: Preparing 08:10:31 228861e5d65d: Preparing 08:10:31 f8a3e289ffba: Preparing 08:10:31 0e64f2360a44: Preparing 08:10:31 f8a3e289ffba: Waiting 08:10:31 0e64f2360a44: Waiting 08:10:31 0cfdd22f20e4: Layer already exists 08:10:31 d76f125a90db: Layer already exists 08:10:31 6d1a28e82a88: Layer already exists 08:10:31 228861e5d65d: Layer already exists 08:10:31 f7b0097b5b9c: Layer already exists 08:10:31 f8a3e289ffba: Layer already exists 08:10:31 0e64f2360a44: Layer already exists 08:10:31 main: digest: sha256:9ecba36ed9cd3b4c5e016c9b80bfa65ee7be1da7c4f03ad615aa8841d106772e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:10:31 ===================================================== [Pipeline] echo 08:10:31 taggedImages: 08:10:31 - nexus3.edgexfoundry.org:10004/core-command-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:10:31 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 08:10:31 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.88 08:10:31 - nexus3.edgexfoundry.org:10004/core-command-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:10:31 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 08:10:32 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 08:10:32 32b54d096708f46b0b2348d0dcbc77c27003877e 08:10:32 latest 08:10:32 4.1.0-dev.88 08:10:32 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:10:32 main 08:10:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:32 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:10:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:10:32 7f70c937c7e3: Preparing 08:10:32 d678273ce8d7: Preparing 08:10:32 17389522788b: Preparing 08:10:32 a11e6a8a3090: Preparing 08:10:32 6d1a28e82a88: Preparing 08:10:32 0cfdd22f20e4: Preparing 08:10:32 228861e5d65d: Preparing 08:10:32 f8a3e289ffba: Preparing 08:10:32 0e64f2360a44: Preparing 08:10:32 228861e5d65d: Waiting 08:10:32 f8a3e289ffba: Waiting 08:10:32 0e64f2360a44: Waiting 08:10:32 6d1a28e82a88: Layer already exists 08:10:33 d678273ce8d7: Pushed 08:10:33 0cfdd22f20e4: Layer already exists 08:10:33 17389522788b: Pushed 08:10:33 228861e5d65d: Layer already exists 08:10:33 f8a3e289ffba: Layer already exists 08:10:33 0e64f2360a44: Layer already exists 08:10:33 7f70c937c7e3: Pushed 08:10:35 a11e6a8a3090: Pushed 08:10:35 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:6999a77c6c7034026025db5dc496f80393956d8c290c0ea41763ef1140714329 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:36 + 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 08:10:36 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 08:10:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:10:36 7f70c937c7e3: Preparing 08:10:36 d678273ce8d7: Preparing 08:10:36 17389522788b: Preparing 08:10:36 a11e6a8a3090: Preparing 08:10:36 6d1a28e82a88: Preparing 08:10:36 0cfdd22f20e4: Preparing 08:10:36 228861e5d65d: Preparing 08:10:36 f8a3e289ffba: Preparing 08:10:36 0e64f2360a44: Preparing 08:10:36 f8a3e289ffba: Waiting 08:10:36 0e64f2360a44: Waiting 08:10:36 0cfdd22f20e4: Waiting 08:10:36 228861e5d65d: Waiting 08:10:36 a11e6a8a3090: Layer already exists 08:10:36 d678273ce8d7: Layer already exists 08:10:36 6d1a28e82a88: Layer already exists 08:10:36 17389522788b: Layer already exists 08:10:36 7f70c937c7e3: Layer already exists 08:10:36 0cfdd22f20e4: Layer already exists 08:10:36 228861e5d65d: Layer already exists 08:10:36 f8a3e289ffba: Layer already exists 08:10:36 0e64f2360a44: Layer already exists 08:10:36 latest: digest: sha256:6999a77c6c7034026025db5dc496f80393956d8c290c0ea41763ef1140714329 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:36 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:37 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.88 08:10:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:10:37 7f70c937c7e3: Preparing 08:10:37 d678273ce8d7: Preparing 08:10:37 17389522788b: Preparing 08:10:37 a11e6a8a3090: Preparing 08:10:37 6d1a28e82a88: Preparing 08:10:37 0cfdd22f20e4: Preparing 08:10:37 228861e5d65d: Preparing 08:10:37 f8a3e289ffba: Preparing 08:10:37 0e64f2360a44: Preparing 08:10:37 0cfdd22f20e4: Waiting 08:10:37 228861e5d65d: Waiting 08:10:37 f8a3e289ffba: Waiting 08:10:37 0e64f2360a44: Waiting 08:10:37 d678273ce8d7: Layer already exists 08:10:37 17389522788b: Layer already exists 08:10:37 7f70c937c7e3: Layer already exists 08:10:37 6d1a28e82a88: Layer already exists 08:10:37 a11e6a8a3090: Layer already exists 08:10:37 228861e5d65d: Layer already exists 08:10:37 0e64f2360a44: Layer already exists 08:10:37 f8a3e289ffba: Layer already exists 08:10:37 0cfdd22f20e4: Layer already exists 08:10:37 4.1.0-dev.88: digest: sha256:6999a77c6c7034026025db5dc496f80393956d8c290c0ea41763ef1140714329 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:37 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:38 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:10:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:10:38 7f70c937c7e3: Preparing 08:10:38 d678273ce8d7: Preparing 08:10:38 17389522788b: Preparing 08:10:38 a11e6a8a3090: Preparing 08:10:38 6d1a28e82a88: Preparing 08:10:38 0cfdd22f20e4: Preparing 08:10:38 228861e5d65d: Preparing 08:10:38 f8a3e289ffba: Preparing 08:10:38 0e64f2360a44: Preparing 08:10:38 f8a3e289ffba: Waiting 08:10:38 0e64f2360a44: Waiting 08:10:38 0cfdd22f20e4: Waiting 08:10:38 228861e5d65d: Waiting 08:10:38 a11e6a8a3090: Layer already exists 08:10:38 d678273ce8d7: Layer already exists 08:10:38 7f70c937c7e3: Layer already exists 08:10:38 17389522788b: Layer already exists 08:10:38 6d1a28e82a88: Layer already exists 08:10:38 0cfdd22f20e4: Layer already exists 08:10:38 0e64f2360a44: Layer already exists 08:10:38 228861e5d65d: Layer already exists 08:10:38 f8a3e289ffba: Layer already exists 08:10:38 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:6999a77c6c7034026025db5dc496f80393956d8c290c0ea41763ef1140714329 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:38 + 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 08:10:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 08:10:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:10:39 7f70c937c7e3: Preparing 08:10:39 d678273ce8d7: Preparing 08:10:39 17389522788b: Preparing 08:10:39 a11e6a8a3090: Preparing 08:10:39 6d1a28e82a88: Preparing 08:10:39 0cfdd22f20e4: Preparing 08:10:39 228861e5d65d: Preparing 08:10:39 f8a3e289ffba: Preparing 08:10:39 0e64f2360a44: Preparing 08:10:39 0cfdd22f20e4: Waiting 08:10:39 228861e5d65d: Waiting 08:10:39 f8a3e289ffba: Waiting 08:10:39 0e64f2360a44: Waiting 08:10:39 a11e6a8a3090: Layer already exists 08:10:39 6d1a28e82a88: Layer already exists 08:10:39 17389522788b: Layer already exists 08:10:39 d678273ce8d7: Layer already exists 08:10:39 7f70c937c7e3: Layer already exists 08:10:39 228861e5d65d: Layer already exists 08:10:39 0cfdd22f20e4: Layer already exists 08:10:39 0e64f2360a44: Layer already exists 08:10:39 f8a3e289ffba: Layer already exists 08:10:39 main: digest: sha256:6999a77c6c7034026025db5dc496f80393956d8c290c0ea41763ef1140714329 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:10:39 ===================================================== [Pipeline] echo 08:10:39 taggedImages: 08:10:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:10:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 08:10:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.88 08:10:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:10:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 08:10:39 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 08:10:39 32b54d096708f46b0b2348d0dcbc77c27003877e 08:10:39 latest 08:10:39 4.1.0-dev.88 08:10:39 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:10:39 main 08:10:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:40 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:40 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:10:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:10:40 a29fcc96de1f: Preparing 08:10:40 111e4c2e43e0: Preparing 08:10:40 6d1a28e82a88: Preparing 08:10:40 0cfdd22f20e4: Preparing 08:10:40 a8aa18daf196: Preparing 08:10:40 dd4afe2a264c: Preparing 08:10:40 0e64f2360a44: Preparing 08:10:40 dd4afe2a264c: Waiting 08:10:40 0e64f2360a44: Waiting 08:10:41 a8aa18daf196: Pushed 08:10:43 6d1a28e82a88: Layer already exists 08:10:43 0cfdd22f20e4: Layer already exists 08:10:43 0e64f2360a44: Layer already exists 08:10:43 a29fcc96de1f: Pushed 08:10:43 dd4afe2a264c: Pushed 08:10:48 111e4c2e43e0: Pushed 08:10:48 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:d7d1522de4013151167693c6289436c0f1b0de8a00a6469aeb70dce4b7e988a1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:48 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:49 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 08:10:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:10:49 a29fcc96de1f: Preparing 08:10:49 111e4c2e43e0: Preparing 08:10:49 6d1a28e82a88: Preparing 08:10:49 0cfdd22f20e4: Preparing 08:10:49 a8aa18daf196: Preparing 08:10:49 dd4afe2a264c: Preparing 08:10:49 0e64f2360a44: Preparing 08:10:49 dd4afe2a264c: Waiting 08:10:49 0e64f2360a44: Waiting 08:10:49 6d1a28e82a88: Layer already exists 08:10:49 a29fcc96de1f: Layer already exists 08:10:49 0cfdd22f20e4: Layer already exists 08:10:49 111e4c2e43e0: Layer already exists 08:10:49 a8aa18daf196: Layer already exists 08:10:49 0e64f2360a44: Layer already exists 08:10:49 dd4afe2a264c: Layer already exists 08:10:49 latest: digest: sha256:d7d1522de4013151167693c6289436c0f1b0de8a00a6469aeb70dce4b7e988a1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:49 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:50 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.88 08:10:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:10:50 a29fcc96de1f: Preparing 08:10:50 111e4c2e43e0: Preparing 08:10:50 6d1a28e82a88: Preparing 08:10:50 0cfdd22f20e4: Preparing 08:10:50 a8aa18daf196: Preparing 08:10:50 dd4afe2a264c: Preparing 08:10:50 0e64f2360a44: Preparing 08:10:50 dd4afe2a264c: Waiting 08:10:50 0e64f2360a44: Waiting 08:10:50 a8aa18daf196: Layer already exists 08:10:50 0cfdd22f20e4: Layer already exists 08:10:50 111e4c2e43e0: Layer already exists 08:10:50 a29fcc96de1f: Layer already exists 08:10:50 6d1a28e82a88: Layer already exists 08:10:50 0e64f2360a44: Layer already exists 08:10:50 dd4afe2a264c: Layer already exists 08:10:50 4.1.0-dev.88: digest: sha256:d7d1522de4013151167693c6289436c0f1b0de8a00a6469aeb70dce4b7e988a1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:50 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:51 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:10:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:10:51 a29fcc96de1f: Preparing 08:10:51 111e4c2e43e0: Preparing 08:10:51 6d1a28e82a88: Preparing 08:10:51 0cfdd22f20e4: Preparing 08:10:51 a8aa18daf196: Preparing 08:10:51 dd4afe2a264c: Preparing 08:10:51 0e64f2360a44: Preparing 08:10:51 dd4afe2a264c: Waiting 08:10:51 0e64f2360a44: Waiting 08:10:51 a8aa18daf196: Layer already exists 08:10:51 a29fcc96de1f: Layer already exists 08:10:51 0cfdd22f20e4: Layer already exists 08:10:51 6d1a28e82a88: Layer already exists 08:10:51 111e4c2e43e0: Layer already exists 08:10:51 0e64f2360a44: Layer already exists 08:10:51 dd4afe2a264c: Layer already exists 08:10:51 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:d7d1522de4013151167693c6289436c0f1b0de8a00a6469aeb70dce4b7e988a1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:51 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:52 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 08:10:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:10:52 a29fcc96de1f: Preparing 08:10:52 111e4c2e43e0: Preparing 08:10:52 6d1a28e82a88: Preparing 08:10:52 0cfdd22f20e4: Preparing 08:10:52 a8aa18daf196: Preparing 08:10:52 dd4afe2a264c: Preparing 08:10:52 0e64f2360a44: Preparing 08:10:52 dd4afe2a264c: Waiting 08:10:52 0e64f2360a44: Waiting 08:10:52 a29fcc96de1f: Layer already exists 08:10:52 a8aa18daf196: Layer already exists 08:10:52 0cfdd22f20e4: Layer already exists 08:10:52 111e4c2e43e0: Layer already exists 08:10:52 6d1a28e82a88: Layer already exists 08:10:52 dd4afe2a264c: Layer already exists 08:10:52 0e64f2360a44: Layer already exists 08:10:52 main: digest: sha256:d7d1522de4013151167693c6289436c0f1b0de8a00a6469aeb70dce4b7e988a1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:10:52 ===================================================== [Pipeline] echo 08:10:52 taggedImages: 08:10:52 - nexus3.edgexfoundry.org:10004/core-data-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:10:52 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 08:10:52 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.88 08:10:52 - nexus3.edgexfoundry.org:10004/core-data-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:10:52 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 08:10:52 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 08:10:52 32b54d096708f46b0b2348d0dcbc77c27003877e 08:10:52 latest 08:10:52 4.1.0-dev.88 08:10:52 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:10:52 main 08:10:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:52 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:10:53 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:10:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 08:10:53 2f3c852103c9: Preparing 08:10:53 513d14b0879f: Preparing 08:10:53 0cfdd22f20e4: Preparing 08:10:53 48727f7d9fef: Preparing 08:10:53 52e4753e21a8: Preparing 08:10:53 0e64f2360a44: Preparing 08:10:53 0e64f2360a44: Waiting 08:10:53 0cfdd22f20e4: Layer already exists 08:10:53 0e64f2360a44: Layer already exists 08:10:53 2f3c852103c9: Pushed 08:10:53 52e4753e21a8: Pushed 08:10:53 48727f7d9fef: Pushed 08:11:01 513d14b0879f: Pushed 08:11:01 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:2040bde38e991db6c354c1689b397659fcbbf1ed7d91c9e784dcc8116231ae27 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:01 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:02 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 08:11:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 08:11:02 2f3c852103c9: Preparing 08:11:02 513d14b0879f: Preparing 08:11:02 0cfdd22f20e4: Preparing 08:11:02 48727f7d9fef: Preparing 08:11:02 52e4753e21a8: Preparing 08:11:02 0e64f2360a44: Preparing 08:11:02 0e64f2360a44: Waiting 08:11:02 52e4753e21a8: Layer already exists 08:11:02 513d14b0879f: Layer already exists 08:11:02 2f3c852103c9: Layer already exists 08:11:02 48727f7d9fef: Layer already exists 08:11:02 0cfdd22f20e4: Layer already exists 08:11:02 0e64f2360a44: Layer already exists 08:11:02 latest: digest: sha256:2040bde38e991db6c354c1689b397659fcbbf1ed7d91c9e784dcc8116231ae27 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:02 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:03 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.88 08:11:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 08:11:03 2f3c852103c9: Preparing 08:11:03 513d14b0879f: Preparing 08:11:03 0cfdd22f20e4: Preparing 08:11:03 48727f7d9fef: Preparing 08:11:03 52e4753e21a8: Preparing 08:11:03 0e64f2360a44: Preparing 08:11:03 0e64f2360a44: Waiting 08:11:03 48727f7d9fef: Layer already exists 08:11:03 513d14b0879f: Layer already exists 08:11:03 0cfdd22f20e4: Layer already exists 08:11:03 2f3c852103c9: Layer already exists 08:11:03 52e4753e21a8: Layer already exists 08:11:03 0e64f2360a44: Layer already exists 08:11:03 4.1.0-dev.88: digest: sha256:2040bde38e991db6c354c1689b397659fcbbf1ed7d91c9e784dcc8116231ae27 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:03 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:04 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:11:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 08:11:04 2f3c852103c9: Preparing 08:11:04 513d14b0879f: Preparing 08:11:04 0cfdd22f20e4: Preparing 08:11:04 48727f7d9fef: Preparing 08:11:04 52e4753e21a8: Preparing 08:11:04 0e64f2360a44: Preparing 08:11:04 0e64f2360a44: Waiting 08:11:04 52e4753e21a8: Layer already exists 08:11:04 0cfdd22f20e4: Layer already exists 08:11:04 2f3c852103c9: Layer already exists 08:11:04 513d14b0879f: Layer already exists 08:11:04 48727f7d9fef: Layer already exists 08:11:04 0e64f2360a44: Layer already exists 08:11:04 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:2040bde38e991db6c354c1689b397659fcbbf1ed7d91c9e784dcc8116231ae27 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:04 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:04 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 08:11:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 08:11:04 2f3c852103c9: Preparing 08:11:04 513d14b0879f: Preparing 08:11:04 0cfdd22f20e4: Preparing 08:11:04 48727f7d9fef: Preparing 08:11:04 52e4753e21a8: Preparing 08:11:04 0e64f2360a44: Preparing 08:11:04 0e64f2360a44: Waiting 08:11:04 513d14b0879f: Layer already exists 08:11:04 52e4753e21a8: Layer already exists 08:11:04 0cfdd22f20e4: Layer already exists 08:11:04 2f3c852103c9: Layer already exists 08:11:04 48727f7d9fef: Layer already exists 08:11:04 0e64f2360a44: Layer already exists 08:11:04 main: digest: sha256:2040bde38e991db6c354c1689b397659fcbbf1ed7d91c9e784dcc8116231ae27 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:11:05 ===================================================== [Pipeline] echo 08:11:05 taggedImages: 08:11:05 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:11:05 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 08:11:05 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.88 08:11:05 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:11:05 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 08:11:05 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 08:11:05 32b54d096708f46b0b2348d0dcbc77c27003877e 08:11:05 latest 08:11:05 4.1.0-dev.88 08:11:05 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:11:05 main 08:11:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:05 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:05 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:11:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:11:05 50aee41c33fe: Preparing 08:11:05 b6715eeece96: Preparing 08:11:05 e0bfe1336cee: Preparing 08:11:05 6d1a28e82a88: Preparing 08:11:05 0cfdd22f20e4: Preparing 08:11:05 228861e5d65d: Preparing 08:11:05 f8a3e289ffba: Preparing 08:11:05 0e64f2360a44: Preparing 08:11:05 228861e5d65d: Waiting 08:11:05 0e64f2360a44: Waiting 08:11:05 f8a3e289ffba: Waiting 08:11:05 0cfdd22f20e4: Layer already exists 08:11:05 6d1a28e82a88: Layer already exists 08:11:06 228861e5d65d: Layer already exists 08:11:06 f8a3e289ffba: Layer already exists 08:11:06 b6715eeece96: Pushed 08:11:06 0e64f2360a44: Layer already exists 08:11:06 50aee41c33fe: Pushed 08:11:14 e0bfe1336cee: Pushed 08:11:14 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:cc180bc39723fe6f339422af40b5b5f68a166d435aa1bc6b86897d73592e1e90 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:14 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:15 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 08:11:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:11:15 50aee41c33fe: Preparing 08:11:15 b6715eeece96: Preparing 08:11:15 e0bfe1336cee: Preparing 08:11:15 6d1a28e82a88: Preparing 08:11:15 0cfdd22f20e4: Preparing 08:11:15 228861e5d65d: Preparing 08:11:15 f8a3e289ffba: Preparing 08:11:15 0e64f2360a44: Preparing 08:11:15 228861e5d65d: Waiting 08:11:15 f8a3e289ffba: Waiting 08:11:15 0e64f2360a44: Waiting 08:11:15 6d1a28e82a88: Layer already exists 08:11:15 b6715eeece96: Layer already exists 08:11:15 e0bfe1336cee: Layer already exists 08:11:15 0cfdd22f20e4: Layer already exists 08:11:15 50aee41c33fe: Layer already exists 08:11:15 228861e5d65d: Layer already exists 08:11:15 f8a3e289ffba: Layer already exists 08:11:15 0e64f2360a44: Layer already exists 08:11:15 latest: digest: sha256:cc180bc39723fe6f339422af40b5b5f68a166d435aa1bc6b86897d73592e1e90 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:15 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:16 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.88 08:11:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:11:16 50aee41c33fe: Preparing 08:11:16 b6715eeece96: Preparing 08:11:16 e0bfe1336cee: Preparing 08:11:16 6d1a28e82a88: Preparing 08:11:16 0cfdd22f20e4: Preparing 08:11:16 228861e5d65d: Preparing 08:11:16 f8a3e289ffba: Preparing 08:11:16 0e64f2360a44: Preparing 08:11:16 228861e5d65d: Waiting 08:11:16 f8a3e289ffba: Waiting 08:11:16 0e64f2360a44: Waiting 08:11:16 0cfdd22f20e4: Layer already exists 08:11:16 b6715eeece96: Layer already exists 08:11:16 6d1a28e82a88: Layer already exists 08:11:16 50aee41c33fe: Layer already exists 08:11:16 e0bfe1336cee: Layer already exists 08:11:16 228861e5d65d: Layer already exists 08:11:16 f8a3e289ffba: Layer already exists 08:11:16 0e64f2360a44: Layer already exists 08:11:16 4.1.0-dev.88: digest: sha256:cc180bc39723fe6f339422af40b5b5f68a166d435aa1bc6b86897d73592e1e90 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:16 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:17 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:11:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:11:17 50aee41c33fe: Preparing 08:11:17 b6715eeece96: Preparing 08:11:17 e0bfe1336cee: Preparing 08:11:17 6d1a28e82a88: Preparing 08:11:17 0cfdd22f20e4: Preparing 08:11:17 228861e5d65d: Preparing 08:11:17 f8a3e289ffba: Preparing 08:11:17 0e64f2360a44: Preparing 08:11:17 228861e5d65d: Waiting 08:11:17 0e64f2360a44: Waiting 08:11:17 f8a3e289ffba: Waiting 08:11:17 b6715eeece96: Layer already exists 08:11:17 0cfdd22f20e4: Layer already exists 08:11:17 6d1a28e82a88: Layer already exists 08:11:17 e0bfe1336cee: Layer already exists 08:11:17 50aee41c33fe: Layer already exists 08:11:17 228861e5d65d: Layer already exists 08:11:17 f8a3e289ffba: Layer already exists 08:11:17 0e64f2360a44: Layer already exists 08:11:17 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:cc180bc39723fe6f339422af40b5b5f68a166d435aa1bc6b86897d73592e1e90 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:17 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:18 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 08:11:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:11:18 50aee41c33fe: Preparing 08:11:18 b6715eeece96: Preparing 08:11:18 e0bfe1336cee: Preparing 08:11:18 6d1a28e82a88: Preparing 08:11:18 0cfdd22f20e4: Preparing 08:11:18 228861e5d65d: Preparing 08:11:18 f8a3e289ffba: Preparing 08:11:18 0e64f2360a44: Preparing 08:11:18 228861e5d65d: Waiting 08:11:18 f8a3e289ffba: Waiting 08:11:18 0e64f2360a44: Waiting 08:11:18 0cfdd22f20e4: Layer already exists 08:11:18 b6715eeece96: Layer already exists 08:11:18 50aee41c33fe: Layer already exists 08:11:18 e0bfe1336cee: Layer already exists 08:11:18 0e64f2360a44: Layer already exists 08:11:18 f8a3e289ffba: Layer already exists 08:11:18 228861e5d65d: Layer already exists 08:11:20 6d1a28e82a88: Layer already exists 08:11:20 main: digest: sha256:cc180bc39723fe6f339422af40b5b5f68a166d435aa1bc6b86897d73592e1e90 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:11:20 ===================================================== [Pipeline] echo 08:11:20 taggedImages: 08:11:20 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:11:20 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 08:11:20 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.88 08:11:20 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:11:20 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 08:11:20 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 08:11:20 32b54d096708f46b0b2348d0dcbc77c27003877e 08:11:20 latest 08:11:20 4.1.0-dev.88 08:11:20 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:11:20 main 08:11:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:21 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:21 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:11:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:11:21 cdc9cf50430e: Preparing 08:11:21 97c5b6b2cbb0: Preparing 08:11:21 3eeb07a2ef8f: Preparing 08:11:21 8bcbd9cf3908: Preparing 08:11:21 5a8efca25c1b: Preparing 08:11:21 3143fd93c0fe: Preparing 08:11:21 84fbe94b758a: Preparing 08:11:21 6d1a28e82a88: Preparing 08:11:21 0cfdd22f20e4: Preparing 08:11:21 0313f7163ea4: Preparing 08:11:21 cff44bba679a: Preparing 08:11:21 5f70bf18a086: Preparing 08:11:21 f6e84858762c: Preparing 08:11:21 f235924c524b: Preparing 08:11:21 cd15e6b8baf2: Preparing 08:11:21 0e64f2360a44: Preparing 08:11:21 3143fd93c0fe: Waiting 08:11:21 84fbe94b758a: Waiting 08:11:21 6d1a28e82a88: Waiting 08:11:21 0cfdd22f20e4: Waiting 08:11:21 0313f7163ea4: Waiting 08:11:21 cff44bba679a: Waiting 08:11:21 5f70bf18a086: Waiting 08:11:21 f6e84858762c: Waiting 08:11:21 f235924c524b: Waiting 08:11:21 cd15e6b8baf2: Waiting 08:11:21 0e64f2360a44: Waiting 08:11:21 5a8efca25c1b: Pushed 08:11:21 8bcbd9cf3908: Pushed 08:11:21 97c5b6b2cbb0: Pushed 08:11:21 cdc9cf50430e: Pushed 08:11:21 3eeb07a2ef8f: Pushed 08:11:21 6d1a28e82a88: Layer already exists 08:11:21 0cfdd22f20e4: Layer already exists 08:11:21 3143fd93c0fe: Pushed 08:11:21 5f70bf18a086: Layer already exists 08:11:22 0313f7163ea4: Pushed 08:11:22 cff44bba679a: Pushed 08:11:22 0e64f2360a44: Layer already exists 08:11:22 f6e84858762c: Pushed 08:11:22 cd15e6b8baf2: Pushed 08:11:22 f235924c524b: Pushed 08:11:24 84fbe94b758a: Pushed 08:11:24 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:cb6fde0b3faf9950890e4602b28df11e563c41a28b2ad393f3c09271fe9b447f size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:25 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:25 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 08:11:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:11:25 cdc9cf50430e: Preparing 08:11:25 97c5b6b2cbb0: Preparing 08:11:25 3eeb07a2ef8f: Preparing 08:11:25 8bcbd9cf3908: Preparing 08:11:25 5a8efca25c1b: Preparing 08:11:25 3143fd93c0fe: Preparing 08:11:25 84fbe94b758a: Preparing 08:11:25 6d1a28e82a88: Preparing 08:11:25 0cfdd22f20e4: Preparing 08:11:25 0313f7163ea4: Preparing 08:11:25 cff44bba679a: Preparing 08:11:25 5f70bf18a086: Preparing 08:11:25 f6e84858762c: Preparing 08:11:25 f235924c524b: Preparing 08:11:25 cd15e6b8baf2: Preparing 08:11:25 0e64f2360a44: Preparing 08:11:25 cff44bba679a: Waiting 08:11:25 3143fd93c0fe: Waiting 08:11:25 84fbe94b758a: Waiting 08:11:25 6d1a28e82a88: Waiting 08:11:25 0cfdd22f20e4: Waiting 08:11:25 0313f7163ea4: Waiting 08:11:25 f6e84858762c: Waiting 08:11:25 f235924c524b: Waiting 08:11:25 cd15e6b8baf2: Waiting 08:11:25 0e64f2360a44: Waiting 08:11:25 5f70bf18a086: Waiting 08:11:25 8bcbd9cf3908: Layer already exists 08:11:25 3eeb07a2ef8f: Layer already exists 08:11:25 cdc9cf50430e: Layer already exists 08:11:25 97c5b6b2cbb0: Layer already exists 08:11:25 5a8efca25c1b: Layer already exists 08:11:25 3143fd93c0fe: Layer already exists 08:11:25 84fbe94b758a: Layer already exists 08:11:25 0cfdd22f20e4: Layer already exists 08:11:25 0313f7163ea4: Layer already exists 08:11:25 6d1a28e82a88: Layer already exists 08:11:25 cff44bba679a: Layer already exists 08:11:25 5f70bf18a086: Layer already exists 08:11:25 f6e84858762c: Layer already exists 08:11:25 f235924c524b: Layer already exists 08:11:25 cd15e6b8baf2: Layer already exists 08:11:25 0e64f2360a44: Layer already exists 08:11:26 latest: digest: sha256:cb6fde0b3faf9950890e4602b28df11e563c41a28b2ad393f3c09271fe9b447f size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:26 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:26 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.88 08:11:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:11:26 cdc9cf50430e: Preparing 08:11:26 97c5b6b2cbb0: Preparing 08:11:26 3eeb07a2ef8f: Preparing 08:11:26 8bcbd9cf3908: Preparing 08:11:26 5a8efca25c1b: Preparing 08:11:26 3143fd93c0fe: Preparing 08:11:26 84fbe94b758a: Preparing 08:11:26 6d1a28e82a88: Preparing 08:11:26 0cfdd22f20e4: Preparing 08:11:26 0313f7163ea4: Preparing 08:11:26 cff44bba679a: Preparing 08:11:26 5f70bf18a086: Preparing 08:11:26 f6e84858762c: Preparing 08:11:26 f235924c524b: Preparing 08:11:26 cd15e6b8baf2: Preparing 08:11:26 0e64f2360a44: Preparing 08:11:26 0313f7163ea4: Waiting 08:11:26 cff44bba679a: Waiting 08:11:26 5f70bf18a086: Waiting 08:11:26 3143fd93c0fe: Waiting 08:11:26 f6e84858762c: Waiting 08:11:26 f235924c524b: Waiting 08:11:26 cd15e6b8baf2: Waiting 08:11:26 0e64f2360a44: Waiting 08:11:26 6d1a28e82a88: Waiting 08:11:26 84fbe94b758a: Waiting 08:11:26 0cfdd22f20e4: Waiting 08:11:26 8bcbd9cf3908: Layer already exists 08:11:26 3eeb07a2ef8f: Layer already exists 08:11:26 97c5b6b2cbb0: Layer already exists 08:11:26 5a8efca25c1b: Layer already exists 08:11:26 cdc9cf50430e: Layer already exists 08:11:26 3143fd93c0fe: Layer already exists 08:11:26 84fbe94b758a: Layer already exists 08:11:26 6d1a28e82a88: Layer already exists 08:11:26 0cfdd22f20e4: Layer already exists 08:11:26 0313f7163ea4: Layer already exists 08:11:26 cff44bba679a: Layer already exists 08:11:26 5f70bf18a086: Layer already exists 08:11:26 cd15e6b8baf2: Layer already exists 08:11:26 f235924c524b: Layer already exists 08:11:26 f6e84858762c: Layer already exists 08:11:26 0e64f2360a44: Layer already exists 08:11:27 4.1.0-dev.88: digest: sha256:cb6fde0b3faf9950890e4602b28df11e563c41a28b2ad393f3c09271fe9b447f size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:27 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:27 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:11:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:11:27 cdc9cf50430e: Preparing 08:11:27 97c5b6b2cbb0: Preparing 08:11:27 3eeb07a2ef8f: Preparing 08:11:27 8bcbd9cf3908: Preparing 08:11:27 5a8efca25c1b: Preparing 08:11:27 3143fd93c0fe: Preparing 08:11:27 84fbe94b758a: Preparing 08:11:27 3143fd93c0fe: Waiting 08:11:27 6d1a28e82a88: Preparing 08:11:27 84fbe94b758a: Waiting 08:11:27 0cfdd22f20e4: Preparing 08:11:27 6d1a28e82a88: Waiting 08:11:27 0313f7163ea4: Preparing 08:11:27 0cfdd22f20e4: Waiting 08:11:27 0313f7163ea4: Waiting 08:11:27 cff44bba679a: Preparing 08:11:27 5f70bf18a086: Preparing 08:11:27 f6e84858762c: Preparing 08:11:27 f235924c524b: Preparing 08:11:27 5f70bf18a086: Waiting 08:11:27 f6e84858762c: Waiting 08:11:27 cd15e6b8baf2: Preparing 08:11:27 f235924c524b: Waiting 08:11:27 0e64f2360a44: Preparing 08:11:27 0e64f2360a44: Waiting 08:11:27 cdc9cf50430e: Layer already exists 08:11:27 3eeb07a2ef8f: Layer already exists 08:11:27 8bcbd9cf3908: Layer already exists 08:11:27 97c5b6b2cbb0: Layer already exists 08:11:27 5a8efca25c1b: Layer already exists 08:11:27 0cfdd22f20e4: Layer already exists 08:11:27 84fbe94b758a: Layer already exists 08:11:27 0313f7163ea4: Layer already exists 08:11:27 6d1a28e82a88: Layer already exists 08:11:27 3143fd93c0fe: Layer already exists 08:11:27 5f70bf18a086: Layer already exists 08:11:27 cff44bba679a: Layer already exists 08:11:27 f6e84858762c: Layer already exists 08:11:27 cd15e6b8baf2: Layer already exists 08:11:27 f235924c524b: Layer already exists 08:11:27 0e64f2360a44: Layer already exists 08:11:28 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:cb6fde0b3faf9950890e4602b28df11e563c41a28b2ad393f3c09271fe9b447f size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:28 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:28 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 08:11:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:11:28 cdc9cf50430e: Preparing 08:11:28 97c5b6b2cbb0: Preparing 08:11:28 3eeb07a2ef8f: Preparing 08:11:28 8bcbd9cf3908: Preparing 08:11:28 5a8efca25c1b: Preparing 08:11:28 3143fd93c0fe: Preparing 08:11:28 84fbe94b758a: Preparing 08:11:28 6d1a28e82a88: Preparing 08:11:28 0cfdd22f20e4: Preparing 08:11:28 0313f7163ea4: Preparing 08:11:28 cff44bba679a: Preparing 08:11:28 5f70bf18a086: Preparing 08:11:28 f6e84858762c: Preparing 08:11:28 f235924c524b: Preparing 08:11:28 cd15e6b8baf2: Preparing 08:11:28 0e64f2360a44: Preparing 08:11:28 0313f7163ea4: Waiting 08:11:28 cff44bba679a: Waiting 08:11:28 5f70bf18a086: Waiting 08:11:28 f6e84858762c: Waiting 08:11:28 f235924c524b: Waiting 08:11:28 cd15e6b8baf2: Waiting 08:11:28 0e64f2360a44: Waiting 08:11:28 3143fd93c0fe: Waiting 08:11:28 84fbe94b758a: Waiting 08:11:28 6d1a28e82a88: Waiting 08:11:28 0cfdd22f20e4: Waiting 08:11:28 cdc9cf50430e: Layer already exists 08:11:28 3eeb07a2ef8f: Layer already exists 08:11:28 8bcbd9cf3908: Layer already exists 08:11:28 5a8efca25c1b: Layer already exists 08:11:28 97c5b6b2cbb0: Layer already exists 08:11:28 6d1a28e82a88: Layer already exists 08:11:28 3143fd93c0fe: Layer already exists 08:11:28 0313f7163ea4: Layer already exists 08:11:28 84fbe94b758a: Layer already exists 08:11:28 0cfdd22f20e4: Layer already exists 08:11:28 5f70bf18a086: Layer already exists 08:11:28 f235924c524b: Layer already exists 08:11:28 f6e84858762c: Layer already exists 08:11:28 cff44bba679a: Layer already exists 08:11:28 cd15e6b8baf2: Layer already exists 08:11:28 0e64f2360a44: Layer already exists 08:11:29 main: digest: sha256:cb6fde0b3faf9950890e4602b28df11e563c41a28b2ad393f3c09271fe9b447f size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:11:29 ===================================================== [Pipeline] echo 08:11:29 taggedImages: 08:11:29 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:11:29 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 08:11:29 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.88 08:11:29 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:11:29 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 08:11:29 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 08:11:29 32b54d096708f46b0b2348d0dcbc77c27003877e 08:11:29 latest 08:11:29 4.1.0-dev.88 08:11:29 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:11:29 main 08:11:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:29 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:11:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:11:29 0501b56d2823: Preparing 08:11:29 e284deafce2d: Preparing 08:11:29 4d065e4f94a3: Preparing 08:11:29 ee9ac8cd2661: Preparing 08:11:29 6d1a28e82a88: Preparing 08:11:29 0cfdd22f20e4: Preparing 08:11:29 228861e5d65d: Preparing 08:11:29 f8a3e289ffba: Preparing 08:11:29 0e64f2360a44: Preparing 08:11:29 228861e5d65d: Waiting 08:11:29 f8a3e289ffba: Waiting 08:11:29 0e64f2360a44: Waiting 08:11:29 0cfdd22f20e4: Waiting 08:11:29 6d1a28e82a88: Layer already exists 08:11:30 0cfdd22f20e4: Layer already exists 08:11:30 228861e5d65d: Layer already exists 08:11:30 4d065e4f94a3: Pushed 08:11:30 f8a3e289ffba: Layer already exists 08:11:30 e284deafce2d: Pushed 08:11:30 0501b56d2823: Pushed 08:11:30 0e64f2360a44: Layer already exists 08:11:38 ee9ac8cd2661: Pushed 08:11:38 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:547c3233a04962136e025d0f352c47ffbe8ce8089e871f04a261c845e1cd771b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:38 + 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 08:11:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 08:11:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:11:39 0501b56d2823: Preparing 08:11:39 e284deafce2d: Preparing 08:11:39 4d065e4f94a3: Preparing 08:11:39 ee9ac8cd2661: Preparing 08:11:39 6d1a28e82a88: Preparing 08:11:39 0cfdd22f20e4: Preparing 08:11:39 228861e5d65d: Preparing 08:11:39 f8a3e289ffba: Preparing 08:11:39 0e64f2360a44: Preparing 08:11:39 228861e5d65d: Waiting 08:11:39 f8a3e289ffba: Waiting 08:11:39 0e64f2360a44: Waiting 08:11:39 0cfdd22f20e4: Waiting 08:11:39 e284deafce2d: Layer already exists 08:11:39 ee9ac8cd2661: Layer already exists 08:11:39 0501b56d2823: Layer already exists 08:11:39 6d1a28e82a88: Layer already exists 08:11:39 4d065e4f94a3: Layer already exists 08:11:39 228861e5d65d: Layer already exists 08:11:39 f8a3e289ffba: Layer already exists 08:11:39 0cfdd22f20e4: Layer already exists 08:11:39 0e64f2360a44: Layer already exists 08:11:39 latest: digest: sha256:547c3233a04962136e025d0f352c47ffbe8ce8089e871f04a261c845e1cd771b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:39 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.88 08:11:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:11:40 0501b56d2823: Preparing 08:11:40 e284deafce2d: Preparing 08:11:40 4d065e4f94a3: Preparing 08:11:40 ee9ac8cd2661: Preparing 08:11:40 6d1a28e82a88: Preparing 08:11:40 0cfdd22f20e4: Preparing 08:11:40 228861e5d65d: Preparing 08:11:40 f8a3e289ffba: Preparing 08:11:40 0e64f2360a44: Preparing 08:11:40 228861e5d65d: Waiting 08:11:40 f8a3e289ffba: Waiting 08:11:40 0e64f2360a44: Waiting 08:11:40 0cfdd22f20e4: Waiting 08:11:40 0501b56d2823: Layer already exists 08:11:40 e284deafce2d: Layer already exists 08:11:40 4d065e4f94a3: Layer already exists 08:11:40 6d1a28e82a88: Layer already exists 08:11:40 ee9ac8cd2661: Layer already exists 08:11:40 f8a3e289ffba: Layer already exists 08:11:40 0cfdd22f20e4: Layer already exists 08:11:40 228861e5d65d: Layer already exists 08:11:40 0e64f2360a44: Layer already exists 08:11:40 4.1.0-dev.88: digest: sha256:547c3233a04962136e025d0f352c47ffbe8ce8089e871f04a261c845e1cd771b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:40 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:11:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:11:41 0501b56d2823: Preparing 08:11:41 e284deafce2d: Preparing 08:11:41 4d065e4f94a3: Preparing 08:11:41 ee9ac8cd2661: Preparing 08:11:41 6d1a28e82a88: Preparing 08:11:41 0cfdd22f20e4: Preparing 08:11:41 228861e5d65d: Preparing 08:11:41 0cfdd22f20e4: Waiting 08:11:41 f8a3e289ffba: Preparing 08:11:41 228861e5d65d: Waiting 08:11:41 0e64f2360a44: Preparing 08:11:41 f8a3e289ffba: Waiting 08:11:41 0e64f2360a44: Waiting 08:11:41 ee9ac8cd2661: Layer already exists 08:11:41 4d065e4f94a3: Layer already exists 08:11:41 e284deafce2d: Layer already exists 08:11:41 0501b56d2823: Layer already exists 08:11:41 6d1a28e82a88: Layer already exists 08:11:41 f8a3e289ffba: Layer already exists 08:11:41 0e64f2360a44: Layer already exists 08:11:41 0cfdd22f20e4: Layer already exists 08:11:41 228861e5d65d: Layer already exists 08:11:41 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:547c3233a04962136e025d0f352c47ffbe8ce8089e871f04a261c845e1cd771b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:41 + 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 08:11:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 08:11:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:11:41 0501b56d2823: Preparing 08:11:41 e284deafce2d: Preparing 08:11:41 4d065e4f94a3: Preparing 08:11:41 ee9ac8cd2661: Preparing 08:11:41 6d1a28e82a88: Preparing 08:11:41 0cfdd22f20e4: Preparing 08:11:41 228861e5d65d: Preparing 08:11:41 0cfdd22f20e4: Waiting 08:11:41 f8a3e289ffba: Preparing 08:11:41 228861e5d65d: Waiting 08:11:41 0e64f2360a44: Preparing 08:11:41 f8a3e289ffba: Waiting 08:11:41 0e64f2360a44: Waiting 08:11:41 e284deafce2d: Layer already exists 08:11:41 0501b56d2823: Layer already exists 08:11:41 6d1a28e82a88: Layer already exists 08:11:41 4d065e4f94a3: Layer already exists 08:11:41 ee9ac8cd2661: Layer already exists 08:11:41 0cfdd22f20e4: Layer already exists 08:11:41 f8a3e289ffba: Layer already exists 08:11:41 228861e5d65d: Layer already exists 08:11:41 0e64f2360a44: Layer already exists 08:11:42 main: digest: sha256:547c3233a04962136e025d0f352c47ffbe8ce8089e871f04a261c845e1cd771b size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:11:42 ===================================================== [Pipeline] echo 08:11:42 taggedImages: 08:11:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:11:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 08:11:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.88 08:11:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:11:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 08:11:42 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 08:11:42 32b54d096708f46b0b2348d0dcbc77c27003877e 08:11:42 latest 08:11:42 4.1.0-dev.88 08:11:42 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:11:42 main 08:11:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:42 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:11:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:11:43 f7d576d5cfeb: Preparing 08:11:43 98b15a34e2cf: Preparing 08:11:43 772e5794f140: Preparing 08:11:43 3d848a519cfc: Preparing 08:11:43 8945f50d82ea: Preparing 08:11:43 6d1a28e82a88: Preparing 08:11:43 0cfdd22f20e4: Preparing 08:11:43 be874df5575b: Preparing 08:11:43 3ee56c4b2c62: Preparing 08:11:43 35672b18d09b: Preparing 08:11:43 0e64f2360a44: Preparing 08:11:43 0cfdd22f20e4: Waiting 08:11:43 be874df5575b: Waiting 08:11:43 35672b18d09b: Waiting 08:11:43 0e64f2360a44: Waiting 08:11:43 3ee56c4b2c62: Waiting 08:11:43 6d1a28e82a88: Waiting 08:11:43 3d848a519cfc: Pushed 08:11:43 98b15a34e2cf: Pushed 08:11:43 6d1a28e82a88: Layer already exists 08:11:43 8945f50d82ea: Pushed 08:11:43 f7d576d5cfeb: Pushed 08:11:43 0cfdd22f20e4: Layer already exists 08:11:43 0e64f2360a44: Layer already exists 08:11:43 be874df5575b: Pushed 08:11:43 3ee56c4b2c62: Pushed 08:11:47 35672b18d09b: Pushed 08:11:49 772e5794f140: Pushed 08:11:49 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:11c2509586b6bb519ec98aaba744963e8fdcc5994571c4df9799d945a740f89b size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:50 + 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 08:11:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 08:11:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:11:50 f7d576d5cfeb: Preparing 08:11:50 98b15a34e2cf: Preparing 08:11:50 772e5794f140: Preparing 08:11:50 3d848a519cfc: Preparing 08:11:50 8945f50d82ea: Preparing 08:11:50 6d1a28e82a88: Preparing 08:11:50 0cfdd22f20e4: Preparing 08:11:50 be874df5575b: Preparing 08:11:50 3ee56c4b2c62: Preparing 08:11:50 35672b18d09b: Preparing 08:11:50 0e64f2360a44: Preparing 08:11:50 0cfdd22f20e4: Waiting 08:11:50 be874df5575b: Waiting 08:11:50 3ee56c4b2c62: Waiting 08:11:50 35672b18d09b: Waiting 08:11:50 0e64f2360a44: Waiting 08:11:50 6d1a28e82a88: Waiting 08:11:50 3d848a519cfc: Layer already exists 08:11:50 f7d576d5cfeb: Layer already exists 08:11:50 772e5794f140: Layer already exists 08:11:50 8945f50d82ea: Layer already exists 08:11:50 98b15a34e2cf: Layer already exists 08:11:50 0cfdd22f20e4: Layer already exists 08:11:50 6d1a28e82a88: Layer already exists 08:11:50 3ee56c4b2c62: Layer already exists 08:11:50 be874df5575b: Layer already exists 08:11:50 35672b18d09b: Layer already exists 08:11:50 0e64f2360a44: Layer already exists 08:11:50 latest: digest: sha256:11c2509586b6bb519ec98aaba744963e8fdcc5994571c4df9799d945a740f89b size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:51 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.88 08:11:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:11:51 f7d576d5cfeb: Preparing 08:11:51 98b15a34e2cf: Preparing 08:11:51 772e5794f140: Preparing 08:11:51 3d848a519cfc: Preparing 08:11:51 8945f50d82ea: Preparing 08:11:51 6d1a28e82a88: Preparing 08:11:51 0cfdd22f20e4: Preparing 08:11:51 6d1a28e82a88: Waiting 08:11:51 0cfdd22f20e4: Waiting 08:11:51 be874df5575b: Preparing 08:11:51 3ee56c4b2c62: Preparing 08:11:51 be874df5575b: Waiting 08:11:51 35672b18d09b: Preparing 08:11:51 3ee56c4b2c62: Waiting 08:11:51 35672b18d09b: Waiting 08:11:51 0e64f2360a44: Preparing 08:11:51 0e64f2360a44: Waiting 08:11:51 3d848a519cfc: Layer already exists 08:11:51 772e5794f140: Layer already exists 08:11:51 8945f50d82ea: Layer already exists 08:11:51 f7d576d5cfeb: Layer already exists 08:11:51 98b15a34e2cf: Layer already exists 08:11:51 be874df5575b: Layer already exists 08:11:51 0cfdd22f20e4: Layer already exists 08:11:51 6d1a28e82a88: Layer already exists 08:11:51 3ee56c4b2c62: Layer already exists 08:11:51 35672b18d09b: Layer already exists 08:11:51 0e64f2360a44: Layer already exists 08:11:51 4.1.0-dev.88: digest: sha256:11c2509586b6bb519ec98aaba744963e8fdcc5994571c4df9799d945a740f89b size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:52 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:11:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:11:52 f7d576d5cfeb: Preparing 08:11:52 98b15a34e2cf: Preparing 08:11:52 772e5794f140: Preparing 08:11:52 3d848a519cfc: Preparing 08:11:52 8945f50d82ea: Preparing 08:11:52 6d1a28e82a88: Preparing 08:11:52 0cfdd22f20e4: Preparing 08:11:52 6d1a28e82a88: Waiting 08:11:52 be874df5575b: Preparing 08:11:52 0cfdd22f20e4: Waiting 08:11:52 3ee56c4b2c62: Preparing 08:11:52 be874df5575b: Waiting 08:11:52 35672b18d09b: Preparing 08:11:52 0e64f2360a44: Preparing 08:11:52 35672b18d09b: Waiting 08:11:52 3ee56c4b2c62: Waiting 08:11:52 0e64f2360a44: Waiting 08:11:52 8945f50d82ea: Layer already exists 08:11:52 772e5794f140: Layer already exists 08:11:52 f7d576d5cfeb: Layer already exists 08:11:52 3d848a519cfc: Layer already exists 08:11:52 98b15a34e2cf: Layer already exists 08:11:52 6d1a28e82a88: Layer already exists 08:11:52 0cfdd22f20e4: Layer already exists 08:11:52 35672b18d09b: Layer already exists 08:11:52 be874df5575b: Layer already exists 08:11:52 3ee56c4b2c62: Layer already exists 08:11:52 0e64f2360a44: Layer already exists 08:11:52 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:11c2509586b6bb519ec98aaba744963e8fdcc5994571c4df9799d945a740f89b size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:53 + 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 08:11:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 08:11:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:11:53 f7d576d5cfeb: Preparing 08:11:53 98b15a34e2cf: Preparing 08:11:53 772e5794f140: Preparing 08:11:53 3d848a519cfc: Preparing 08:11:53 8945f50d82ea: Preparing 08:11:53 6d1a28e82a88: Preparing 08:11:53 0cfdd22f20e4: Preparing 08:11:53 be874df5575b: Preparing 08:11:53 3ee56c4b2c62: Preparing 08:11:53 35672b18d09b: Preparing 08:11:53 0e64f2360a44: Preparing 08:11:53 0cfdd22f20e4: Waiting 08:11:53 35672b18d09b: Waiting 08:11:53 0e64f2360a44: Waiting 08:11:53 be874df5575b: Waiting 08:11:53 3ee56c4b2c62: Waiting 08:11:53 6d1a28e82a88: Waiting 08:11:53 f7d576d5cfeb: Layer already exists 08:11:53 772e5794f140: Layer already exists 08:11:53 3d848a519cfc: Layer already exists 08:11:53 8945f50d82ea: Layer already exists 08:11:53 98b15a34e2cf: Layer already exists 08:11:53 be874df5575b: Layer already exists 08:11:53 6d1a28e82a88: Layer already exists 08:11:53 35672b18d09b: Layer already exists 08:11:53 0cfdd22f20e4: Layer already exists 08:11:53 3ee56c4b2c62: Layer already exists 08:11:53 0e64f2360a44: Layer already exists 08:11:53 main: digest: sha256:11c2509586b6bb519ec98aaba744963e8fdcc5994571c4df9799d945a740f89b size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:11:53 ===================================================== [Pipeline] echo 08:11:53 taggedImages: 08:11:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:11:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 08:11:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.88 08:11:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:11:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 08:11:54 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 08:11:54 32b54d096708f46b0b2348d0dcbc77c27003877e 08:11:54 latest 08:11:54 4.1.0-dev.88 08:11:54 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:11:54 main 08:11:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:54 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:11:54 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:11:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:11:54 2c68289376a6: Preparing 08:11:54 27f8f15bb0f1: Preparing 08:11:54 47f7ddee984a: Preparing 08:11:54 df91f8fd5ee0: Preparing 08:11:54 e24c72ddf79f: Preparing 08:11:54 255808d3bb5e: Preparing 08:11:54 640942cc98ab: Preparing 08:11:54 6d1a28e82a88: Preparing 08:11:54 0cfdd22f20e4: Preparing 08:11:54 25cdefa93a76: Preparing 08:11:54 35b80431df63: Preparing 08:11:54 0e64f2360a44: Preparing 08:11:54 0cfdd22f20e4: Waiting 08:11:54 25cdefa93a76: Waiting 08:11:54 35b80431df63: Waiting 08:11:54 255808d3bb5e: Waiting 08:11:54 0e64f2360a44: Waiting 08:11:54 640942cc98ab: Waiting 08:11:54 6d1a28e82a88: Waiting 08:11:55 27f8f15bb0f1: Pushed 08:11:55 e24c72ddf79f: Pushed 08:11:55 2c68289376a6: Pushed 08:11:55 6d1a28e82a88: Layer already exists 08:11:55 255808d3bb5e: Pushed 08:11:55 0cfdd22f20e4: Layer already exists 08:11:55 640942cc98ab: Pushed 08:11:55 0e64f2360a44: Layer already exists 08:11:55 25cdefa93a76: Pushed 08:11:58 35b80431df63: Pushed 08:12:01 df91f8fd5ee0: Pushed 08:12:01 47f7ddee984a: Pushed 08:12:01 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:3d60b960c5318d05f8ef83cfdf0000ccb669f8c49c072716870c8a07e5e69c4f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:02 + 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 08:12:02 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 08:12:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:12:02 2c68289376a6: Preparing 08:12:02 27f8f15bb0f1: Preparing 08:12:02 47f7ddee984a: Preparing 08:12:02 df91f8fd5ee0: Preparing 08:12:02 e24c72ddf79f: Preparing 08:12:02 255808d3bb5e: Preparing 08:12:02 640942cc98ab: Preparing 08:12:02 6d1a28e82a88: Preparing 08:12:02 0cfdd22f20e4: Preparing 08:12:02 25cdefa93a76: Preparing 08:12:02 35b80431df63: Preparing 08:12:02 0e64f2360a44: Preparing 08:12:02 255808d3bb5e: Waiting 08:12:02 0cfdd22f20e4: Waiting 08:12:02 6d1a28e82a88: Waiting 08:12:02 640942cc98ab: Waiting 08:12:02 25cdefa93a76: Waiting 08:12:02 0e64f2360a44: Waiting 08:12:02 35b80431df63: Waiting 08:12:02 27f8f15bb0f1: Layer already exists 08:12:02 47f7ddee984a: Layer already exists 08:12:02 2c68289376a6: Layer already exists 08:12:02 df91f8fd5ee0: Layer already exists 08:12:02 e24c72ddf79f: Layer already exists 08:12:02 640942cc98ab: Layer already exists 08:12:02 0cfdd22f20e4: Layer already exists 08:12:02 25cdefa93a76: Layer already exists 08:12:02 6d1a28e82a88: Layer already exists 08:12:02 255808d3bb5e: Layer already exists 08:12:02 35b80431df63: Layer already exists 08:12:02 0e64f2360a44: Layer already exists 08:12:02 latest: digest: sha256:3d60b960c5318d05f8ef83cfdf0000ccb669f8c49c072716870c8a07e5e69c4f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:03 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:03 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.88 08:12:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:12:03 2c68289376a6: Preparing 08:12:03 27f8f15bb0f1: Preparing 08:12:03 47f7ddee984a: Preparing 08:12:03 df91f8fd5ee0: Preparing 08:12:03 e24c72ddf79f: Preparing 08:12:03 255808d3bb5e: Preparing 08:12:03 640942cc98ab: Preparing 08:12:03 6d1a28e82a88: Preparing 08:12:03 0cfdd22f20e4: Preparing 08:12:03 25cdefa93a76: Preparing 08:12:03 35b80431df63: Preparing 08:12:03 0e64f2360a44: Preparing 08:12:03 255808d3bb5e: Waiting 08:12:03 640942cc98ab: Waiting 08:12:03 6d1a28e82a88: Waiting 08:12:03 0cfdd22f20e4: Waiting 08:12:03 35b80431df63: Waiting 08:12:03 25cdefa93a76: Waiting 08:12:03 0e64f2360a44: Waiting 08:12:03 47f7ddee984a: Layer already exists 08:12:03 27f8f15bb0f1: Layer already exists 08:12:03 df91f8fd5ee0: Layer already exists 08:12:03 e24c72ddf79f: Layer already exists 08:12:03 2c68289376a6: Layer already exists 08:12:03 640942cc98ab: Layer already exists 08:12:03 255808d3bb5e: Layer already exists 08:12:03 25cdefa93a76: Layer already exists 08:12:03 6d1a28e82a88: Layer already exists 08:12:03 0cfdd22f20e4: Layer already exists 08:12:03 0e64f2360a44: Layer already exists 08:12:03 35b80431df63: Layer already exists 08:12:03 4.1.0-dev.88: digest: sha256:3d60b960c5318d05f8ef83cfdf0000ccb669f8c49c072716870c8a07e5e69c4f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:04 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:04 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:12:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:12:04 2c68289376a6: Preparing 08:12:04 27f8f15bb0f1: Preparing 08:12:04 47f7ddee984a: Preparing 08:12:04 df91f8fd5ee0: Preparing 08:12:04 e24c72ddf79f: Preparing 08:12:04 255808d3bb5e: Preparing 08:12:04 640942cc98ab: Preparing 08:12:04 6d1a28e82a88: Preparing 08:12:04 0cfdd22f20e4: Preparing 08:12:04 25cdefa93a76: Preparing 08:12:04 35b80431df63: Preparing 08:12:04 0e64f2360a44: Preparing 08:12:04 255808d3bb5e: Waiting 08:12:04 640942cc98ab: Waiting 08:12:04 6d1a28e82a88: Waiting 08:12:04 0cfdd22f20e4: Waiting 08:12:04 25cdefa93a76: Waiting 08:12:04 35b80431df63: Waiting 08:12:04 0e64f2360a44: Waiting 08:12:04 47f7ddee984a: Layer already exists 08:12:04 27f8f15bb0f1: Layer already exists 08:12:04 2c68289376a6: Layer already exists 08:12:04 e24c72ddf79f: Layer already exists 08:12:04 df91f8fd5ee0: Layer already exists 08:12:04 640942cc98ab: Layer already exists 08:12:04 255808d3bb5e: Layer already exists 08:12:04 0cfdd22f20e4: Layer already exists 08:12:04 6d1a28e82a88: Layer already exists 08:12:04 25cdefa93a76: Layer already exists 08:12:04 35b80431df63: Layer already exists 08:12:04 0e64f2360a44: Layer already exists 08:12:04 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:3d60b960c5318d05f8ef83cfdf0000ccb669f8c49c072716870c8a07e5e69c4f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:04 + 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 08:12:05 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 08:12:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:12:05 2c68289376a6: Preparing 08:12:05 27f8f15bb0f1: Preparing 08:12:05 47f7ddee984a: Preparing 08:12:05 df91f8fd5ee0: Preparing 08:12:05 e24c72ddf79f: Preparing 08:12:05 255808d3bb5e: Preparing 08:12:05 640942cc98ab: Preparing 08:12:05 6d1a28e82a88: Preparing 08:12:05 0cfdd22f20e4: Preparing 08:12:05 25cdefa93a76: Preparing 08:12:05 35b80431df63: Preparing 08:12:05 0e64f2360a44: Preparing 08:12:05 0cfdd22f20e4: Waiting 08:12:05 25cdefa93a76: Waiting 08:12:05 35b80431df63: Waiting 08:12:05 0e64f2360a44: Waiting 08:12:05 255808d3bb5e: Waiting 08:12:05 640942cc98ab: Waiting 08:12:05 6d1a28e82a88: Waiting 08:12:05 df91f8fd5ee0: Layer already exists 08:12:05 27f8f15bb0f1: Layer already exists 08:12:05 2c68289376a6: Layer already exists 08:12:05 e24c72ddf79f: Layer already exists 08:12:05 47f7ddee984a: Layer already exists 08:12:05 640942cc98ab: Layer already exists 08:12:05 255808d3bb5e: Layer already exists 08:12:05 25cdefa93a76: Layer already exists 08:12:05 6d1a28e82a88: Layer already exists 08:12:05 0cfdd22f20e4: Layer already exists 08:12:05 35b80431df63: Layer already exists 08:12:05 0e64f2360a44: Layer already exists 08:12:05 main: digest: sha256:3d60b960c5318d05f8ef83cfdf0000ccb669f8c49c072716870c8a07e5e69c4f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:12:05 ===================================================== [Pipeline] echo 08:12:05 taggedImages: 08:12:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:12:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 08:12:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.88 08:12:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:12:05 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 08:12:05 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 08:12:05 32b54d096708f46b0b2348d0dcbc77c27003877e 08:12:05 latest 08:12:05 4.1.0-dev.88 08:12:05 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:12:05 main 08:12:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:06 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:12:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:12:06 681b6a52fac8: Preparing 08:12:06 11c20da53abf: Preparing 08:12:06 6d1a28e82a88: Preparing 08:12:06 0cfdd22f20e4: Preparing 08:12:06 fec3bbe34560: Preparing 08:12:06 cf715df75f9c: Preparing 08:12:06 0e64f2360a44: Preparing 08:12:06 cf715df75f9c: Waiting 08:12:06 0e64f2360a44: Waiting 08:12:06 6d1a28e82a88: Layer already exists 08:12:06 0cfdd22f20e4: Layer already exists 08:12:06 0e64f2360a44: Layer already exists 08:12:06 681b6a52fac8: Pushed 08:12:07 fec3bbe34560: Pushed 08:12:08 cf715df75f9c: Pushed 08:12:13 11c20da53abf: Pushed 08:12:13 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:d7cc0f8799cf7ef338717416a7563bff4d6452df8b01039de59f5c962e6462a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:14 + 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 08:12:14 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 08:12:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:12:14 681b6a52fac8: Preparing 08:12:14 11c20da53abf: Preparing 08:12:14 6d1a28e82a88: Preparing 08:12:14 0cfdd22f20e4: Preparing 08:12:14 fec3bbe34560: Preparing 08:12:14 cf715df75f9c: Preparing 08:12:14 0e64f2360a44: Preparing 08:12:14 cf715df75f9c: Waiting 08:12:14 0e64f2360a44: Waiting 08:12:14 6d1a28e82a88: Layer already exists 08:12:14 681b6a52fac8: Layer already exists 08:12:14 11c20da53abf: Layer already exists 08:12:14 0cfdd22f20e4: Layer already exists 08:12:14 fec3bbe34560: Layer already exists 08:12:14 0e64f2360a44: Layer already exists 08:12:14 cf715df75f9c: Layer already exists 08:12:14 latest: digest: sha256:d7cc0f8799cf7ef338717416a7563bff4d6452df8b01039de59f5c962e6462a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:15 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:15 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.88 08:12:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:12:15 681b6a52fac8: Preparing 08:12:15 11c20da53abf: Preparing 08:12:15 6d1a28e82a88: Preparing 08:12:15 0cfdd22f20e4: Preparing 08:12:15 fec3bbe34560: Preparing 08:12:15 cf715df75f9c: Preparing 08:12:15 0e64f2360a44: Preparing 08:12:15 0e64f2360a44: Waiting 08:12:15 cf715df75f9c: Waiting 08:12:15 0cfdd22f20e4: Layer already exists 08:12:15 fec3bbe34560: Layer already exists 08:12:15 681b6a52fac8: Layer already exists 08:12:15 6d1a28e82a88: Layer already exists 08:12:15 11c20da53abf: Layer already exists 08:12:15 0e64f2360a44: Layer already exists 08:12:15 cf715df75f9c: Layer already exists 08:12:15 4.1.0-dev.88: digest: sha256:d7cc0f8799cf7ef338717416a7563bff4d6452df8b01039de59f5c962e6462a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:16 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:16 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:12:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:12:16 681b6a52fac8: Preparing 08:12:16 11c20da53abf: Preparing 08:12:16 6d1a28e82a88: Preparing 08:12:16 0cfdd22f20e4: Preparing 08:12:16 fec3bbe34560: Preparing 08:12:16 cf715df75f9c: Preparing 08:12:16 0e64f2360a44: Preparing 08:12:16 cf715df75f9c: Waiting 08:12:16 0e64f2360a44: Waiting 08:12:16 681b6a52fac8: Layer already exists 08:12:16 0cfdd22f20e4: Layer already exists 08:12:16 11c20da53abf: Layer already exists 08:12:16 fec3bbe34560: Layer already exists 08:12:16 6d1a28e82a88: Layer already exists 08:12:16 0e64f2360a44: Layer already exists 08:12:16 cf715df75f9c: Layer already exists 08:12:16 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:d7cc0f8799cf7ef338717416a7563bff4d6452df8b01039de59f5c962e6462a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:16 + 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 08:12:17 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 08:12:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:12:17 681b6a52fac8: Preparing 08:12:17 11c20da53abf: Preparing 08:12:17 6d1a28e82a88: Preparing 08:12:17 0cfdd22f20e4: Preparing 08:12:17 fec3bbe34560: Preparing 08:12:17 cf715df75f9c: Preparing 08:12:17 0e64f2360a44: Preparing 08:12:17 cf715df75f9c: Waiting 08:12:17 0e64f2360a44: Waiting 08:12:17 0cfdd22f20e4: Layer already exists 08:12:17 681b6a52fac8: Layer already exists 08:12:17 11c20da53abf: Layer already exists 08:12:17 fec3bbe34560: Layer already exists 08:12:17 6d1a28e82a88: Layer already exists 08:12:17 cf715df75f9c: Layer already exists 08:12:17 0e64f2360a44: Layer already exists 08:12:17 main: digest: sha256:d7cc0f8799cf7ef338717416a7563bff4d6452df8b01039de59f5c962e6462a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:12:17 ===================================================== [Pipeline] echo 08:12:17 taggedImages: 08:12:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:12:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 08:12:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.88 08:12:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:12:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 08:12:17 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 08:12:17 32b54d096708f46b0b2348d0dcbc77c27003877e 08:12:17 latest 08:12:17 4.1.0-dev.88 08:12:17 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:12:17 main 08:12:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:17 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:12:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:12:18 62bd84638c22: Preparing 08:12:18 68a99ba468bd: Preparing 08:12:18 4a9427373225: Preparing 08:12:18 6d1a28e82a88: Preparing 08:12:18 0cfdd22f20e4: Preparing 08:12:18 fd9954d87931: Preparing 08:12:18 6d8a72411aa7: Preparing 08:12:18 1275a97e404a: Preparing 08:12:18 0bb1ffbfc0e4: Preparing 08:12:18 0e64f2360a44: Preparing 08:12:18 6d8a72411aa7: Waiting 08:12:18 1275a97e404a: Waiting 08:12:18 0bb1ffbfc0e4: Waiting 08:12:18 0e64f2360a44: Waiting 08:12:18 fd9954d87931: Waiting 08:12:18 6d1a28e82a88: Layer already exists 08:12:18 0cfdd22f20e4: Layer already exists 08:12:18 62bd84638c22: Pushed 08:12:18 68a99ba468bd: Pushed 08:12:18 4a9427373225: Pushed 08:12:18 0e64f2360a44: Layer already exists 08:12:18 1275a97e404a: Pushed 08:12:19 0bb1ffbfc0e4: Pushed 08:12:31 6d8a72411aa7: Pushed 08:12:46 fd9954d87931: Pushed 08:12:46 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:58399de8bbc6d66332c9be110a8de393c8647b047ba75bbe42f5e4b7f5393294 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:47 + 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 08:12:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 08:12:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:12:47 62bd84638c22: Preparing 08:12:47 68a99ba468bd: Preparing 08:12:47 4a9427373225: Preparing 08:12:47 6d1a28e82a88: Preparing 08:12:47 0cfdd22f20e4: Preparing 08:12:47 fd9954d87931: Preparing 08:12:47 6d8a72411aa7: Preparing 08:12:47 1275a97e404a: Preparing 08:12:47 0bb1ffbfc0e4: Preparing 08:12:47 0e64f2360a44: Preparing 08:12:47 0bb1ffbfc0e4: Waiting 08:12:47 1275a97e404a: Waiting 08:12:47 fd9954d87931: Waiting 08:12:47 0e64f2360a44: Waiting 08:12:47 6d8a72411aa7: Waiting 08:12:47 62bd84638c22: Layer already exists 08:12:47 4a9427373225: Layer already exists 08:12:47 0cfdd22f20e4: Layer already exists 08:12:47 6d1a28e82a88: Layer already exists 08:12:47 68a99ba468bd: Layer already exists 08:12:47 fd9954d87931: Layer already exists 08:12:47 1275a97e404a: Layer already exists 08:12:47 6d8a72411aa7: Layer already exists 08:12:47 0bb1ffbfc0e4: Layer already exists 08:12:47 0e64f2360a44: Layer already exists 08:12:48 latest: digest: sha256:58399de8bbc6d66332c9be110a8de393c8647b047ba75bbe42f5e4b7f5393294 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:48 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.88 08:12:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:12:48 62bd84638c22: Preparing 08:12:48 68a99ba468bd: Preparing 08:12:48 4a9427373225: Preparing 08:12:48 6d1a28e82a88: Preparing 08:12:48 0cfdd22f20e4: Preparing 08:12:48 fd9954d87931: Preparing 08:12:48 6d8a72411aa7: Preparing 08:12:48 1275a97e404a: Preparing 08:12:48 0bb1ffbfc0e4: Preparing 08:12:48 0e64f2360a44: Preparing 08:12:48 1275a97e404a: Waiting 08:12:48 0bb1ffbfc0e4: Waiting 08:12:48 0e64f2360a44: Waiting 08:12:48 6d8a72411aa7: Waiting 08:12:48 fd9954d87931: Waiting 08:12:48 6d1a28e82a88: Layer already exists 08:12:48 4a9427373225: Layer already exists 08:12:48 68a99ba468bd: Layer already exists 08:12:48 0cfdd22f20e4: Layer already exists 08:12:48 62bd84638c22: Layer already exists 08:12:48 6d8a72411aa7: Layer already exists 08:12:48 fd9954d87931: Layer already exists 08:12:48 0bb1ffbfc0e4: Layer already exists 08:12:48 0e64f2360a44: Layer already exists 08:12:48 1275a97e404a: Layer already exists 08:12:49 4.1.0-dev.88: digest: sha256:58399de8bbc6d66332c9be110a8de393c8647b047ba75bbe42f5e4b7f5393294 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:49 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:12:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:12:49 62bd84638c22: Preparing 08:12:49 68a99ba468bd: Preparing 08:12:49 4a9427373225: Preparing 08:12:49 6d1a28e82a88: Preparing 08:12:49 0cfdd22f20e4: Preparing 08:12:49 fd9954d87931: Preparing 08:12:49 6d8a72411aa7: Preparing 08:12:49 1275a97e404a: Preparing 08:12:49 0bb1ffbfc0e4: Preparing 08:12:49 0e64f2360a44: Preparing 08:12:49 6d8a72411aa7: Waiting 08:12:49 1275a97e404a: Waiting 08:12:49 0bb1ffbfc0e4: Waiting 08:12:49 0e64f2360a44: Waiting 08:12:49 fd9954d87931: Waiting 08:12:49 4a9427373225: Layer already exists 08:12:49 0cfdd22f20e4: Layer already exists 08:12:49 62bd84638c22: Layer already exists 08:12:49 68a99ba468bd: Layer already exists 08:12:49 6d1a28e82a88: Layer already exists 08:12:49 1275a97e404a: Layer already exists 08:12:49 fd9954d87931: Layer already exists 08:12:49 6d8a72411aa7: Layer already exists 08:12:49 0e64f2360a44: Layer already exists 08:12:49 0bb1ffbfc0e4: Layer already exists 08:12:49 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:58399de8bbc6d66332c9be110a8de393c8647b047ba75bbe42f5e4b7f5393294 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:50 + 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 08:12:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 08:12:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:12:50 62bd84638c22: Preparing 08:12:50 68a99ba468bd: Preparing 08:12:50 4a9427373225: Preparing 08:12:50 6d1a28e82a88: Preparing 08:12:50 0cfdd22f20e4: Preparing 08:12:50 fd9954d87931: Preparing 08:12:50 6d8a72411aa7: Preparing 08:12:50 1275a97e404a: Preparing 08:12:50 0bb1ffbfc0e4: Preparing 08:12:50 0e64f2360a44: Preparing 08:12:50 fd9954d87931: Waiting 08:12:50 6d8a72411aa7: Waiting 08:12:50 1275a97e404a: Waiting 08:12:50 0bb1ffbfc0e4: Waiting 08:12:50 0e64f2360a44: Waiting 08:12:50 0cfdd22f20e4: Layer already exists 08:12:50 62bd84638c22: Layer already exists 08:12:50 6d1a28e82a88: Layer already exists 08:12:50 4a9427373225: Layer already exists 08:12:50 68a99ba468bd: Layer already exists 08:12:50 6d8a72411aa7: Layer already exists 08:12:50 fd9954d87931: Layer already exists 08:12:50 1275a97e404a: Layer already exists 08:12:50 0bb1ffbfc0e4: Layer already exists 08:12:50 0e64f2360a44: Layer already exists 08:12:50 main: digest: sha256:58399de8bbc6d66332c9be110a8de393c8647b047ba75bbe42f5e4b7f5393294 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:12:50 ===================================================== [Pipeline] echo 08:12:50 taggedImages: 08:12:50 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:12:50 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 08:12:50 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.88 08:12:50 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:12:50 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 08:12:50 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 08:12:50 32b54d096708f46b0b2348d0dcbc77c27003877e 08:12:50 latest 08:12:50 4.1.0-dev.88 08:12:50 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:12:50 main 08:12:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:51 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:12:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:12:51 d2d4a2b41e70: Preparing 08:12:51 2a1e12c284e4: Preparing 08:12:51 1aa37a8f321b: Preparing 08:12:51 6d1a28e82a88: Preparing 08:12:51 0cfdd22f20e4: Preparing 08:12:51 fd9954d87931: Preparing 08:12:51 bb15d69fce60: Preparing 08:12:51 99fe426867a5: Preparing 08:12:51 0e64f2360a44: Preparing 08:12:51 99fe426867a5: Waiting 08:12:51 0e64f2360a44: Waiting 08:12:51 bb15d69fce60: Waiting 08:12:51 6d1a28e82a88: Layer already exists 08:12:51 0cfdd22f20e4: Layer already exists 08:12:51 fd9954d87931: Layer already exists 08:12:51 2a1e12c284e4: Pushed 08:12:51 1aa37a8f321b: Pushed 08:12:51 d2d4a2b41e70: Pushed 08:12:51 0e64f2360a44: Layer already exists 08:12:52 bb15d69fce60: Pushed 08:12:52 99fe426867a5: Pushed 08:12:52 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:2a0d69e8c021560e2206910fff1d7559706149787b4254ed39193aea0cab075f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:53 + 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 08:12:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 08:12:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:12:53 d2d4a2b41e70: Preparing 08:12:53 2a1e12c284e4: Preparing 08:12:53 1aa37a8f321b: Preparing 08:12:53 6d1a28e82a88: Preparing 08:12:53 0cfdd22f20e4: Preparing 08:12:53 fd9954d87931: Preparing 08:12:53 bb15d69fce60: Preparing 08:12:53 99fe426867a5: Preparing 08:12:53 0e64f2360a44: Preparing 08:12:53 bb15d69fce60: Waiting 08:12:53 99fe426867a5: Waiting 08:12:53 0e64f2360a44: Waiting 08:12:53 fd9954d87931: Waiting 08:12:53 0cfdd22f20e4: Layer already exists 08:12:53 2a1e12c284e4: Layer already exists 08:12:53 6d1a28e82a88: Layer already exists 08:12:53 1aa37a8f321b: Layer already exists 08:12:53 d2d4a2b41e70: Layer already exists 08:12:53 fd9954d87931: Layer already exists 08:12:53 bb15d69fce60: Layer already exists 08:12:53 99fe426867a5: Layer already exists 08:12:53 0e64f2360a44: Layer already exists 08:12:53 latest: digest: sha256:2a0d69e8c021560e2206910fff1d7559706149787b4254ed39193aea0cab075f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:54 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.88 08:12:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:12:54 d2d4a2b41e70: Preparing 08:12:54 2a1e12c284e4: Preparing 08:12:54 1aa37a8f321b: Preparing 08:12:54 6d1a28e82a88: Preparing 08:12:54 0cfdd22f20e4: Preparing 08:12:54 fd9954d87931: Preparing 08:12:54 bb15d69fce60: Preparing 08:12:54 99fe426867a5: Preparing 08:12:54 0e64f2360a44: Preparing 08:12:54 bb15d69fce60: Waiting 08:12:54 99fe426867a5: Waiting 08:12:54 0e64f2360a44: Waiting 08:12:54 fd9954d87931: Waiting 08:12:54 1aa37a8f321b: Layer already exists 08:12:54 6d1a28e82a88: Layer already exists 08:12:54 d2d4a2b41e70: Layer already exists 08:12:54 0cfdd22f20e4: Layer already exists 08:12:54 2a1e12c284e4: Layer already exists 08:12:54 fd9954d87931: Layer already exists 08:12:54 bb15d69fce60: Layer already exists 08:12:54 0e64f2360a44: Layer already exists 08:12:54 99fe426867a5: Layer already exists 08:12:54 4.1.0-dev.88: digest: sha256:2a0d69e8c021560e2206910fff1d7559706149787b4254ed39193aea0cab075f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:55 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:12:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:12:55 d2d4a2b41e70: Preparing 08:12:55 2a1e12c284e4: Preparing 08:12:55 1aa37a8f321b: Preparing 08:12:55 6d1a28e82a88: Preparing 08:12:55 0cfdd22f20e4: Preparing 08:12:55 fd9954d87931: Preparing 08:12:55 bb15d69fce60: Preparing 08:12:55 99fe426867a5: Preparing 08:12:55 0e64f2360a44: Preparing 08:12:55 bb15d69fce60: Waiting 08:12:55 99fe426867a5: Waiting 08:12:55 0e64f2360a44: Waiting 08:12:55 fd9954d87931: Waiting 08:12:55 0cfdd22f20e4: Layer already exists 08:12:55 1aa37a8f321b: Layer already exists 08:12:55 2a1e12c284e4: Layer already exists 08:12:55 d2d4a2b41e70: Layer already exists 08:12:55 6d1a28e82a88: Layer already exists 08:12:55 bb15d69fce60: Layer already exists 08:12:55 fd9954d87931: Layer already exists 08:12:55 99fe426867a5: Layer already exists 08:12:55 0e64f2360a44: Layer already exists 08:12:55 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:2a0d69e8c021560e2206910fff1d7559706149787b4254ed39193aea0cab075f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:56 + 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 08:12:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 08:12:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:12:56 d2d4a2b41e70: Preparing 08:12:56 2a1e12c284e4: Preparing 08:12:56 1aa37a8f321b: Preparing 08:12:56 6d1a28e82a88: Preparing 08:12:56 0cfdd22f20e4: Preparing 08:12:56 fd9954d87931: Preparing 08:12:56 bb15d69fce60: Preparing 08:12:56 99fe426867a5: Preparing 08:12:56 0e64f2360a44: Preparing 08:12:56 bb15d69fce60: Waiting 08:12:56 99fe426867a5: Waiting 08:12:56 0e64f2360a44: Waiting 08:12:56 0cfdd22f20e4: Layer already exists 08:12:56 d2d4a2b41e70: Layer already exists 08:12:56 1aa37a8f321b: Layer already exists 08:12:56 2a1e12c284e4: Layer already exists 08:12:56 6d1a28e82a88: Layer already exists 08:12:56 fd9954d87931: Layer already exists 08:12:56 bb15d69fce60: Layer already exists 08:12:56 99fe426867a5: Layer already exists 08:12:56 0e64f2360a44: Layer already exists 08:12:56 main: digest: sha256:2a0d69e8c021560e2206910fff1d7559706149787b4254ed39193aea0cab075f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:12:56 ===================================================== [Pipeline] echo 08:12:56 taggedImages: 08:12:56 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:12:56 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 08:12:56 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.88 08:12:56 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:12:56 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 08:12:56 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 08:12:56 32b54d096708f46b0b2348d0dcbc77c27003877e 08:12:56 latest 08:12:56 4.1.0-dev.88 08:12:56 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:12:56 main 08:12:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:57 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:12:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:12:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:12:57 62bd84638c22: Preparing 08:12:57 fceb14af3675: Preparing 08:12:57 d541a3cc3e2b: Preparing 08:12:57 6d1a28e82a88: Preparing 08:12:57 0cfdd22f20e4: Preparing 08:12:57 3cce32895108: Preparing 08:12:57 1275a97e404a: Preparing 08:12:57 0bb1ffbfc0e4: Preparing 08:12:57 0e64f2360a44: Preparing 08:12:57 3cce32895108: Waiting 08:12:57 1275a97e404a: Waiting 08:12:57 0bb1ffbfc0e4: Waiting 08:12:57 0e64f2360a44: Waiting 08:12:57 62bd84638c22: Layer already exists 08:12:57 0cfdd22f20e4: Layer already exists 08:12:57 6d1a28e82a88: Layer already exists 08:12:57 1275a97e404a: Layer already exists 08:12:57 0bb1ffbfc0e4: Layer already exists 08:12:57 d541a3cc3e2b: Pushed 08:12:57 fceb14af3675: Pushed 08:12:57 0e64f2360a44: Layer already exists 08:13:29 3cce32895108: Pushed 08:13:29 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:0ebcf4f76592c14c7bcbb32df12c10f4f36cc0ddec0d33c1b8fa7c0e589c5969 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:30 + 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 08:13:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 08:13:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:13:30 62bd84638c22: Preparing 08:13:30 fceb14af3675: Preparing 08:13:30 d541a3cc3e2b: Preparing 08:13:30 6d1a28e82a88: Preparing 08:13:30 0cfdd22f20e4: Preparing 08:13:30 3cce32895108: Preparing 08:13:30 1275a97e404a: Preparing 08:13:30 0bb1ffbfc0e4: Preparing 08:13:30 0e64f2360a44: Preparing 08:13:30 1275a97e404a: Waiting 08:13:30 0bb1ffbfc0e4: Waiting 08:13:30 0e64f2360a44: Waiting 08:13:30 3cce32895108: Waiting 08:13:30 fceb14af3675: Layer already exists 08:13:30 6d1a28e82a88: Layer already exists 08:13:30 62bd84638c22: Layer already exists 08:13:30 0cfdd22f20e4: Layer already exists 08:13:30 d541a3cc3e2b: Layer already exists 08:13:30 1275a97e404a: Layer already exists 08:13:30 3cce32895108: Layer already exists 08:13:30 0e64f2360a44: Layer already exists 08:13:30 0bb1ffbfc0e4: Layer already exists 08:13:30 latest: digest: sha256:0ebcf4f76592c14c7bcbb32df12c10f4f36cc0ddec0d33c1b8fa7c0e589c5969 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:31 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.88 08:13:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:13:31 62bd84638c22: Preparing 08:13:31 fceb14af3675: Preparing 08:13:31 d541a3cc3e2b: Preparing 08:13:31 6d1a28e82a88: Preparing 08:13:31 0cfdd22f20e4: Preparing 08:13:31 3cce32895108: Preparing 08:13:31 1275a97e404a: Preparing 08:13:31 0bb1ffbfc0e4: Preparing 08:13:31 0e64f2360a44: Preparing 08:13:31 1275a97e404a: Waiting 08:13:31 0bb1ffbfc0e4: Waiting 08:13:31 0e64f2360a44: Waiting 08:13:31 3cce32895108: Waiting 08:13:31 fceb14af3675: Layer already exists 08:13:31 62bd84638c22: Layer already exists 08:13:31 0cfdd22f20e4: Layer already exists 08:13:31 6d1a28e82a88: Layer already exists 08:13:31 d541a3cc3e2b: Layer already exists 08:13:31 0bb1ffbfc0e4: Layer already exists 08:13:31 3cce32895108: Layer already exists 08:13:31 0e64f2360a44: Layer already exists 08:13:31 1275a97e404a: Layer already exists 08:13:32 4.1.0-dev.88: digest: sha256:0ebcf4f76592c14c7bcbb32df12c10f4f36cc0ddec0d33c1b8fa7c0e589c5969 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:32 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:13:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:13:32 62bd84638c22: Preparing 08:13:32 fceb14af3675: Preparing 08:13:32 d541a3cc3e2b: Preparing 08:13:32 6d1a28e82a88: Preparing 08:13:32 0cfdd22f20e4: Preparing 08:13:32 3cce32895108: Preparing 08:13:32 1275a97e404a: Preparing 08:13:32 0bb1ffbfc0e4: Preparing 08:13:32 0e64f2360a44: Preparing 08:13:32 1275a97e404a: Waiting 08:13:32 3cce32895108: Waiting 08:13:32 0bb1ffbfc0e4: Waiting 08:13:32 0e64f2360a44: Waiting 08:13:32 6d1a28e82a88: Layer already exists 08:13:32 d541a3cc3e2b: Layer already exists 08:13:32 62bd84638c22: Layer already exists 08:13:32 fceb14af3675: Layer already exists 08:13:32 0cfdd22f20e4: Layer already exists 08:13:32 1275a97e404a: Layer already exists 08:13:32 3cce32895108: Layer already exists 08:13:32 0e64f2360a44: Layer already exists 08:13:32 0bb1ffbfc0e4: Layer already exists 08:13:32 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:0ebcf4f76592c14c7bcbb32df12c10f4f36cc0ddec0d33c1b8fa7c0e589c5969 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:33 + 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 08:13:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 08:13:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:13:33 62bd84638c22: Preparing 08:13:33 fceb14af3675: Preparing 08:13:33 d541a3cc3e2b: Preparing 08:13:33 6d1a28e82a88: Preparing 08:13:33 0cfdd22f20e4: Preparing 08:13:33 3cce32895108: Preparing 08:13:33 1275a97e404a: Preparing 08:13:33 0bb1ffbfc0e4: Preparing 08:13:33 0e64f2360a44: Preparing 08:13:33 3cce32895108: Waiting 08:13:33 1275a97e404a: Waiting 08:13:33 0bb1ffbfc0e4: Waiting 08:13:33 0e64f2360a44: Waiting 08:13:33 fceb14af3675: Layer already exists 08:13:33 d541a3cc3e2b: Layer already exists 08:13:33 0cfdd22f20e4: Layer already exists 08:13:33 62bd84638c22: Layer already exists 08:13:33 6d1a28e82a88: Layer already exists 08:13:33 1275a97e404a: Layer already exists 08:13:33 0bb1ffbfc0e4: Layer already exists 08:13:33 3cce32895108: Layer already exists 08:13:33 0e64f2360a44: Layer already exists 08:13:33 main: digest: sha256:0ebcf4f76592c14c7bcbb32df12c10f4f36cc0ddec0d33c1b8fa7c0e589c5969 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:13:34 ===================================================== [Pipeline] echo 08:13:34 taggedImages: 08:13:34 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:13:34 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 08:13:34 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.88 08:13:34 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:13:34 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 08:13:34 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 08:13:34 32b54d096708f46b0b2348d0dcbc77c27003877e 08:13:34 latest 08:13:34 4.1.0-dev.88 08:13:34 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:13:34 main 08:13:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:34 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:34 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:13:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:13:34 257ff0fc9863: Preparing 08:13:34 5ea55b2ced63: Preparing 08:13:34 6d1a28e82a88: Preparing 08:13:34 0cfdd22f20e4: Preparing 08:13:34 1ce745e4c613: Preparing 08:13:34 62814f4c4bb9: Preparing 08:13:34 0e64f2360a44: Preparing 08:13:34 62814f4c4bb9: Waiting 08:13:34 0e64f2360a44: Waiting 08:13:34 6d1a28e82a88: Layer already exists 08:13:34 0cfdd22f20e4: Layer already exists 08:13:35 0e64f2360a44: Layer already exists 08:13:35 257ff0fc9863: Pushed 08:13:35 1ce745e4c613: Pushed 08:13:38 62814f4c4bb9: Pushed 08:13:43 5ea55b2ced63: Pushed 08:13:43 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:9bc2251d39b973e23937a849db2f85380cb2e2cf94fb0b20b17d98203499b41e size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:44 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 08:13:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:13:44 257ff0fc9863: Preparing 08:13:44 5ea55b2ced63: Preparing 08:13:44 6d1a28e82a88: Preparing 08:13:44 0cfdd22f20e4: Preparing 08:13:44 1ce745e4c613: Preparing 08:13:44 62814f4c4bb9: Preparing 08:13:44 0e64f2360a44: Preparing 08:13:44 62814f4c4bb9: Waiting 08:13:44 0e64f2360a44: Waiting 08:13:44 5ea55b2ced63: Layer already exists 08:13:44 1ce745e4c613: Layer already exists 08:13:44 0cfdd22f20e4: Layer already exists 08:13:44 257ff0fc9863: Layer already exists 08:13:44 6d1a28e82a88: Layer already exists 08:13:44 62814f4c4bb9: Layer already exists 08:13:44 0e64f2360a44: Layer already exists 08:13:44 latest: digest: sha256:9bc2251d39b973e23937a849db2f85380cb2e2cf94fb0b20b17d98203499b41e size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:45 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.88 08:13:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:13:45 257ff0fc9863: Preparing 08:13:45 5ea55b2ced63: Preparing 08:13:45 6d1a28e82a88: Preparing 08:13:45 0cfdd22f20e4: Preparing 08:13:45 1ce745e4c613: Preparing 08:13:45 62814f4c4bb9: Preparing 08:13:45 0e64f2360a44: Preparing 08:13:45 62814f4c4bb9: Waiting 08:13:45 0e64f2360a44: Waiting 08:13:45 1ce745e4c613: Layer already exists 08:13:45 257ff0fc9863: Layer already exists 08:13:45 5ea55b2ced63: Layer already exists 08:13:45 0cfdd22f20e4: Layer already exists 08:13:45 6d1a28e82a88: Layer already exists 08:13:45 62814f4c4bb9: Layer already exists 08:13:45 0e64f2360a44: Layer already exists 08:13:45 4.1.0-dev.88: digest: sha256:9bc2251d39b973e23937a849db2f85380cb2e2cf94fb0b20b17d98203499b41e size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:46 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:13:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:13:46 257ff0fc9863: Preparing 08:13:46 5ea55b2ced63: Preparing 08:13:46 6d1a28e82a88: Preparing 08:13:46 0cfdd22f20e4: Preparing 08:13:46 1ce745e4c613: Preparing 08:13:46 62814f4c4bb9: Preparing 08:13:46 0e64f2360a44: Preparing 08:13:46 62814f4c4bb9: Waiting 08:13:46 0e64f2360a44: Waiting 08:13:46 1ce745e4c613: Layer already exists 08:13:46 6d1a28e82a88: Layer already exists 08:13:46 5ea55b2ced63: Layer already exists 08:13:46 0cfdd22f20e4: Layer already exists 08:13:46 257ff0fc9863: Layer already exists 08:13:46 62814f4c4bb9: Layer already exists 08:13:46 0e64f2360a44: Layer already exists 08:13:46 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:9bc2251d39b973e23937a849db2f85380cb2e2cf94fb0b20b17d98203499b41e size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:47 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 08:13:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:13:47 257ff0fc9863: Preparing 08:13:47 5ea55b2ced63: Preparing 08:13:47 6d1a28e82a88: Preparing 08:13:47 0cfdd22f20e4: Preparing 08:13:47 1ce745e4c613: Preparing 08:13:47 62814f4c4bb9: Preparing 08:13:47 0e64f2360a44: Preparing 08:13:47 62814f4c4bb9: Waiting 08:13:47 0e64f2360a44: Waiting 08:13:47 257ff0fc9863: Layer already exists 08:13:47 6d1a28e82a88: Layer already exists 08:13:47 5ea55b2ced63: Layer already exists 08:13:47 0cfdd22f20e4: Layer already exists 08:13:47 1ce745e4c613: Layer already exists 08:13:47 0e64f2360a44: Layer already exists 08:13:47 62814f4c4bb9: Layer already exists 08:13:47 main: digest: sha256:9bc2251d39b973e23937a849db2f85380cb2e2cf94fb0b20b17d98203499b41e size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:13:47 ===================================================== [Pipeline] echo 08:13:47 taggedImages: 08:13:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:13:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 08:13:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.88 08:13:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:13:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 08:13:47 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 08:13:47 32b54d096708f46b0b2348d0dcbc77c27003877e 08:13:47 latest 08:13:47 4.1.0-dev.88 08:13:47 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:13:47 main 08:13:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:48 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:13:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:13:48 690d4f4ca070: Preparing 08:13:48 b24dbaddb951: Preparing 08:13:48 6d1a28e82a88: Preparing 08:13:48 0cfdd22f20e4: Preparing 08:13:48 0ba90a9f2cd7: Preparing 08:13:48 22a8e7e8fe0f: Preparing 08:13:48 0e64f2360a44: Preparing 08:13:48 22a8e7e8fe0f: Waiting 08:13:48 0e64f2360a44: Waiting 08:13:49 0ba90a9f2cd7: Pushed 08:13:51 0cfdd22f20e4: Layer already exists 08:13:51 6d1a28e82a88: Layer already exists 08:13:51 0e64f2360a44: Layer already exists 08:13:51 690d4f4ca070: Pushed 08:13:51 22a8e7e8fe0f: Pushed 08:13:58 b24dbaddb951: Pushed 08:13:58 32b54d096708f46b0b2348d0dcbc77c27003877e: digest: sha256:04e26cc1af39e9af3a36629fe2da182409d7bc751eb941af24bdda6f14cd0d93 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:58 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 08:13:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:13:59 690d4f4ca070: Preparing 08:13:59 b24dbaddb951: Preparing 08:13:59 6d1a28e82a88: Preparing 08:13:59 0cfdd22f20e4: Preparing 08:13:59 0ba90a9f2cd7: Preparing 08:13:59 22a8e7e8fe0f: Preparing 08:13:59 0e64f2360a44: Preparing 08:13:59 22a8e7e8fe0f: Waiting 08:13:59 0e64f2360a44: Waiting 08:13:59 0cfdd22f20e4: Layer already exists 08:13:59 b24dbaddb951: Layer already exists 08:13:59 0ba90a9f2cd7: Layer already exists 08:13:59 690d4f4ca070: Layer already exists 08:13:59 6d1a28e82a88: Layer already exists 08:13:59 22a8e7e8fe0f: Layer already exists 08:13:59 0e64f2360a44: Layer already exists 08:13:59 latest: digest: sha256:04e26cc1af39e9af3a36629fe2da182409d7bc751eb941af24bdda6f14cd0d93 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:13:59 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.88 08:14:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:14:00 690d4f4ca070: Preparing 08:14:00 b24dbaddb951: Preparing 08:14:00 6d1a28e82a88: Preparing 08:14:00 0cfdd22f20e4: Preparing 08:14:00 0ba90a9f2cd7: Preparing 08:14:00 22a8e7e8fe0f: Preparing 08:14:00 0e64f2360a44: Preparing 08:14:00 22a8e7e8fe0f: Waiting 08:14:00 0e64f2360a44: Waiting 08:14:00 b24dbaddb951: Layer already exists 08:14:00 0cfdd22f20e4: Layer already exists 08:14:00 6d1a28e82a88: Layer already exists 08:14:00 690d4f4ca070: Layer already exists 08:14:00 0ba90a9f2cd7: Layer already exists 08:14:00 22a8e7e8fe0f: Layer already exists 08:14:00 0e64f2360a44: Layer already exists 08:14:00 4.1.0-dev.88: digest: sha256:04e26cc1af39e9af3a36629fe2da182409d7bc751eb941af24bdda6f14cd0d93 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:00 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:01 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:14:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:14:01 690d4f4ca070: Preparing 08:14:01 b24dbaddb951: Preparing 08:14:01 6d1a28e82a88: Preparing 08:14:01 0cfdd22f20e4: Preparing 08:14:01 0ba90a9f2cd7: Preparing 08:14:01 22a8e7e8fe0f: Preparing 08:14:01 0e64f2360a44: Preparing 08:14:01 22a8e7e8fe0f: Waiting 08:14:01 0e64f2360a44: Waiting 08:14:01 0cfdd22f20e4: Layer already exists 08:14:01 0ba90a9f2cd7: Layer already exists 08:14:01 b24dbaddb951: Layer already exists 08:14:01 690d4f4ca070: Layer already exists 08:14:01 6d1a28e82a88: Layer already exists 08:14:01 22a8e7e8fe0f: Layer already exists 08:14:01 0e64f2360a44: Layer already exists 08:14:01 32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88: digest: sha256:04e26cc1af39e9af3a36629fe2da182409d7bc751eb941af24bdda6f14cd0d93 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:01 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 08:14:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:14:02 690d4f4ca070: Preparing 08:14:02 b24dbaddb951: Preparing 08:14:02 6d1a28e82a88: Preparing 08:14:02 0cfdd22f20e4: Preparing 08:14:02 0ba90a9f2cd7: Preparing 08:14:02 22a8e7e8fe0f: Preparing 08:14:02 0e64f2360a44: Preparing 08:14:02 22a8e7e8fe0f: Waiting 08:14:02 0e64f2360a44: Waiting 08:14:02 0cfdd22f20e4: Layer already exists 08:14:02 690d4f4ca070: Layer already exists 08:14:02 6d1a28e82a88: Layer already exists 08:14:02 0ba90a9f2cd7: Layer already exists 08:14:02 b24dbaddb951: Layer already exists 08:14:02 22a8e7e8fe0f: Layer already exists 08:14:02 0e64f2360a44: Layer already exists 08:14:02 main: digest: sha256:04e26cc1af39e9af3a36629fe2da182409d7bc751eb941af24bdda6f14cd0d93 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:14:02 ===================================================== [Pipeline] echo 08:14:02 taggedImages: 08:14:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e 08:14:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 08:14:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.88 08:14:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 08:14:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.88 [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.88 [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.88 [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.88 [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.88 [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.88 [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.88 [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.88 [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.88 [Pipeline] echo 08:14:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.88 [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.88 [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.88 [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.88 [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.88 [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.88 [Pipeline] echo 08:14:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32b54d096708f46b0b2348d0dcbc77c27003877e-4.1.0-dev.88 [Pipeline] echo 08:14:03 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 08:14:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:14:03 08:14:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:14:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:14:04 arm64: Pulling from edgex-lftools-log-publisher 08:14:04 8998bd30e6a1: Pulling fs layer 08:14:04 04944245beec: Pulling fs layer 08:14:04 699f458cf7ca: Pulling fs layer 08:14:04 765212b225bb: Pulling fs layer 08:14:04 f23df028b6ca: Pulling fs layer 08:14:04 d65c8cfc05b1: Pulling fs layer 08:14:04 2437ff75d9bd: Pulling fs layer 08:14:04 f23df028b6ca: Waiting 08:14:04 2437ff75d9bd: Waiting 08:14:04 d65c8cfc05b1: Waiting 08:14:04 765212b225bb: Waiting 08:14:04 04944245beec: Verifying Checksum 08:14:04 04944245beec: Download complete 08:14:04 765212b225bb: Verifying Checksum 08:14:04 765212b225bb: Download complete 08:14:04 f23df028b6ca: Verifying Checksum 08:14:04 f23df028b6ca: Download complete 08:14:04 d65c8cfc05b1: Verifying Checksum 08:14:04 d65c8cfc05b1: Download complete 08:14:04 699f458cf7ca: Verifying Checksum 08:14:04 699f458cf7ca: Download complete 08:14:04 8998bd30e6a1: Verifying Checksum 08:14:04 8998bd30e6a1: Download complete 08:14:07 2437ff75d9bd: Verifying Checksum 08:14:07 2437ff75d9bd: Download complete 08:14:09 8998bd30e6a1: Pull complete 08:14:10 04944245beec: Pull complete 08:14:12 699f458cf7ca: Pull complete 08:14:12 765212b225bb: Pull complete 08:14:12 f23df028b6ca: Pull complete 08:14:12 d65c8cfc05b1: Pull complete 08:14:31 2437ff75d9bd: Pull complete 08:14:31 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 08:14:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:14:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:14:31 prd-ubuntu20.04-docker-arm64-4c-16g-775640 does not seem to be running inside a container 08:14:31 $ 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/942 -v /w/workspace/edgex-go/942:/w/workspace/edgex-go/942:rw,z -v /w/workspace/edgex-go/942@tmp:/w/workspace/edgex-go/942@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 08:14:34 $ docker top 2bfc24c897a79da608e4e22e3ab8adef9aa95f1fa582ecc008a3c58b01cdb03a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:14:34 ---> job-cost.sh 08:14:34 lf-activate-venv: SKIPPING 08:14:34 INFO: No Stack... 08:14:35 INFO: Retrieving Pricing Info for: v3-standard-4 08:14:36 INFO: Archiving Costs [Pipeline] sh 08:14:36 + cat /w/workspace/edgex-go/942/archives/cost.csv 08:14:36 + cut -d, -f6 [Pipeline] lock 08:14:36 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-942-stack-cost] 08:14:36 Resource [jenkins-edgexfoundry-edgex-go-main-942-stack-cost] did not exist. Created. 08:14:36 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-942-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:14:37 + echo total: 0.10999999940395355 [Pipeline] stash 08:14:38 Stashed 1 file(s) [Pipeline] } 08:14:38 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-942-stack-cost] [Pipeline] // lock [Pipeline] } 08:14:38 $ docker stop --time=1 2bfc24c897a79da608e4e22e3ab8adef9aa95f1fa582ecc008a3c58b01cdb03a 08:14:40 $ docker rm -f --volumes 2bfc24c897a79da608e4e22e3ab8adef9aa95f1fa582ecc008a3c58b01cdb03a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 13:22:44 Cancelling nested steps due to timeout 13:22:44 Sending interrupt signal to process 13:22:47 script returned exit code 143 [Pipeline] } 13:22:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 13:22:48 + '[' -d /w/workspace/edgex-go/942/archives ']' [Pipeline] libraryResource [Pipeline] sh 13:22:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:22:49 ---> package-listing.sh 13:22:49 ++ facter osfamily 13:22:49 ++ tr '[:upper:]' '[:lower:]' 13:22:49 + OS_FAMILY=redhat 13:22:49 + workspace=/w/workspace/edgex-go/942 13:22:49 + START_PACKAGES=/tmp/packages_start.txt 13:22:49 + END_PACKAGES=/tmp/packages_end.txt 13:22:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:22:49 + PACKAGES=/tmp/packages_start.txt 13:22:49 + '[' /w/workspace/edgex-go/942 ']' 13:22:49 + PACKAGES=/tmp/packages_end.txt 13:22:49 + case "${OS_FAMILY}" in 13:22:49 + rpm -qa 13:22:49 + sort 13:22:49 + '[' -f /tmp/packages_start.txt ']' 13:22:49 + '[' -f /tmp/packages_end.txt ']' 13:22:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:22:49 + '[' /w/workspace/edgex-go/942 ']' 13:22:49 + mkdir -p /w/workspace/edgex-go/942/archives/ 13:22:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/942/archives/ [Pipeline] echo 13:22:49 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/942/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:22:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:22:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:22:50 13:22:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:22:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:22:51 latest: Pulling from edgex-lftools-log-publisher 13:22:51 5eb5b503b376: Pulling fs layer 13:22:51 5c69ac0246d0: Pulling fs layer 13:22:51 ec43610c2a17: Pulling fs layer 13:22:51 3a2ae6a8a46f: Pulling fs layer 13:22:51 33b1e0a273af: Pulling fs layer 13:22:51 5d3b04190fa2: Pulling fs layer 13:22:51 2f39f015ded8: Pulling fs layer 13:22:51 33b1e0a273af: Waiting 13:22:51 5d3b04190fa2: Waiting 13:22:51 2f39f015ded8: Waiting 13:22:51 3a2ae6a8a46f: Waiting 13:22:51 5c69ac0246d0: Download complete 13:22:51 3a2ae6a8a46f: Verifying Checksum 13:22:51 3a2ae6a8a46f: Download complete 13:22:51 33b1e0a273af: Verifying Checksum 13:22:51 33b1e0a273af: Download complete 13:22:51 ec43610c2a17: Verifying Checksum 13:22:51 ec43610c2a17: Download complete 13:22:51 5d3b04190fa2: Verifying Checksum 13:22:51 5d3b04190fa2: Download complete 13:22:51 5eb5b503b376: Verifying Checksum 13:22:51 5eb5b503b376: Download complete 13:22:52 2f39f015ded8: Verifying Checksum 13:22:52 2f39f015ded8: Download complete 13:22:52 5eb5b503b376: Pull complete 13:22:52 5c69ac0246d0: Pull complete 13:22:53 ec43610c2a17: Pull complete 13:22:53 3a2ae6a8a46f: Pull complete 13:22:53 33b1e0a273af: Pull complete 13:22:53 5d3b04190fa2: Pull complete 13:22:58 2f39f015ded8: Pull complete 13:22:58 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 13:22:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:22:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:22:58 prd-centos7-docker-4c-2g-775641 does not seem to be running inside a container 13:22:58 $ 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/942/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 13:23:01 $ docker top f50c2d4e5ad71110928631efc4e2ff4edc9b8ef798b7f8834c7c678e4a6fc094 -eo pid,comm [Pipeline] { [Pipeline] sh 13:23:01 + touch /tmp/pre-build-complete [Pipeline] sh 13:23:02 + mkdir -p /var/log/sysstat [Pipeline] sh 13:23:02 + ls /var/log/sa-host 13:23:02 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:23:02 provisioning config files... 13:23:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config8162899665234901586tmp [Pipeline] { [Pipeline] echo 13:23:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:23:03 ---> create-netrc.sh [Pipeline] } 13:23:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:23:03 ---> python-tools-install.sh [Pipeline] echo 13:23:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:23:03 ---> sudo-logs.sh 13:23:03 Archiving 'sudo' log.. 13:23:03 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:23:03 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 13:23:03 $ docker stop --time=1 f50c2d4e5ad71110928631efc4e2ff4edc9b8ef798b7f8834c7c678e4a6fc094 13:23:04 $ docker rm -f --volumes f50c2d4e5ad71110928631efc4e2ff4edc9b8ef798b7f8834c7c678e4a6fc094 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 13:23:05 [WS-CLEANUP] Deleting project workspace... 13:23:05 [WS-CLEANUP] Deferred wipeout is used... 13:23:05 [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] } 13:23:05 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 13:23:06 + [ -d /w/workspace/edgex-go/942/archives ] [Pipeline] libraryResource [Pipeline] sh 13:23:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:23:07 ---> package-listing.sh 13:23:07 ++ facter osfamily 13:23:07 ++ tr '[:upper:]' '[:lower:]' 13:23:07 + OS_FAMILY=debian 13:23:07 + workspace=/w/workspace/edgex-go/942 13:23:07 + START_PACKAGES=/tmp/packages_start.txt 13:23:07 + END_PACKAGES=/tmp/packages_end.txt 13:23:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:23:07 + PACKAGES=/tmp/packages_start.txt 13:23:07 + '[' /w/workspace/edgex-go/942 ']' 13:23:07 + PACKAGES=/tmp/packages_end.txt 13:23:07 + case "${OS_FAMILY}" in 13:23:07 + dpkg -l 13:23:07 + grep '^ii' 13:23:07 + '[' -f /tmp/packages_start.txt ']' 13:23:07 + '[' -f /tmp/packages_end.txt ']' 13:23:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:23:07 + '[' /w/workspace/edgex-go/942 ']' 13:23:07 + mkdir -p /w/workspace/edgex-go/942/archives/ 13:23:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/942/archives/ [Pipeline] echo 13:23:07 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/942/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:23:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:23:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:23:08 13:23:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:23:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:23:08 latest: Pulling from edgex-lftools-log-publisher 13:23:08 5eb5b503b376: Pulling fs layer 13:23:08 5c69ac0246d0: Pulling fs layer 13:23:08 ec43610c2a17: Pulling fs layer 13:23:08 3a2ae6a8a46f: Pulling fs layer 13:23:08 33b1e0a273af: Pulling fs layer 13:23:08 5d3b04190fa2: Pulling fs layer 13:23:08 2f39f015ded8: Pulling fs layer 13:23:08 3a2ae6a8a46f: Waiting 13:23:08 33b1e0a273af: Waiting 13:23:08 2f39f015ded8: Waiting 13:23:08 5d3b04190fa2: Waiting 13:23:08 5c69ac0246d0: Verifying Checksum 13:23:08 5c69ac0246d0: Download complete 13:23:08 3a2ae6a8a46f: Download complete 13:23:08 33b1e0a273af: Verifying Checksum 13:23:08 33b1e0a273af: Download complete 13:23:08 5d3b04190fa2: Verifying Checksum 13:23:08 5d3b04190fa2: Download complete 13:23:08 ec43610c2a17: Verifying Checksum 13:23:08 ec43610c2a17: Download complete 13:23:09 5eb5b503b376: Verifying Checksum 13:23:09 5eb5b503b376: Download complete 13:23:10 5eb5b503b376: Pull complete 13:23:10 5c69ac0246d0: Pull complete 13:23:10 ec43610c2a17: Pull complete 13:23:10 3a2ae6a8a46f: Pull complete 13:23:11 33b1e0a273af: Pull complete 13:23:11 5d3b04190fa2: Pull complete 13:23:16 2f39f015ded8: Pull complete 13:23:16 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 13:23:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:23:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:23:16 prd-ubuntu20.04-docker-8c-8g-775639 does not seem to be running inside a container 13:23:16 $ 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/942/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/942 -v /w/workspace/edgex-go/942:/w/workspace/edgex-go/942:rw,z -v /w/workspace/edgex-go/942@tmp:/w/workspace/edgex-go/942@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 13:23:18 $ docker top c168355b91137d4bfe59ac6acd53f3bb81417d573d375adf0c5b3fb3f82ec2a8 -eo pid,comm [Pipeline] { [Pipeline] sh 13:23:19 + touch /tmp/pre-build-complete [Pipeline] sh 13:23:19 + mkdir -p /var/log/sysstat [Pipeline] sh 13:23:19 + ls /var/log/sa-host 13:23:19 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:23:19 provisioning config files... 13:23:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/942@tmp/config10431458248361146910tmp [Pipeline] { [Pipeline] echo 13:23:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:23:19 ---> create-netrc.sh [Pipeline] } 13:23:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:23:20 ---> python-tools-install.sh [Pipeline] echo 13:23:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:23:20 ---> sudo-logs.sh 13:23:20 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:23:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:23:20 ---> job-cost.sh 13:23:20 lf-activate-venv: SKIPPING 13:23:20 DEBUG: total: 0.10999999940395355 13:23:20 INFO: Retrieving Stack Cost... 13:23:21 INFO: Retrieving Pricing Info for: v3-standard-8 13:23:21 INFO: Archiving Costs [Pipeline] echo 13:23:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:23:22 ---> logs-deploy.sh 13:23:22 lf-activate-venv: SKIPPING 13:23:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/942 13:23:22 INFO: archiving workspace using pattern(s): 13:23:23 Archives upload complete. 13:23:23 INFO: archiving logs to Nexus 13:23:23 ---> uname -a: 13:23:23 Linux prd-ubuntu20-04-docker-8c-8g-775639 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 13:23:23 13:23:23 13:23:23 ---> lscpu: 13:23:23 Architecture: x86_64 13:23:23 CPU op-mode(s): 32-bit, 64-bit 13:23:23 Byte Order: Little Endian 13:23:23 Address sizes: 40 bits physical, 48 bits virtual 13:23:23 CPU(s): 8 13:23:23 On-line CPU(s) list: 0-7 13:23:23 Thread(s) per core: 1 13:23:23 Core(s) per socket: 1 13:23:23 Socket(s): 8 13:23:23 NUMA node(s): 1 13:23:23 Vendor ID: AuthenticAMD 13:23:23 CPU family: 23 13:23:23 Model: 49 13:23:23 Model name: AMD EPYC-Rome Processor 13:23:23 Stepping: 0 13:23:23 CPU MHz: 2800.000 13:23:23 BogoMIPS: 5600.00 13:23:23 Virtualization: AMD-V 13:23:23 Hypervisor vendor: KVM 13:23:23 Virtualization type: full 13:23:23 L1d cache: 256 KiB 13:23:23 L1i cache: 256 KiB 13:23:23 L2 cache: 4 MiB 13:23:23 L3 cache: 128 MiB 13:23:23 NUMA node0 CPU(s): 0-7 13:23:23 Vulnerability Gather data sampling: Not affected 13:23:23 Vulnerability Itlb multihit: Not affected 13:23:23 Vulnerability L1tf: Not affected 13:23:23 Vulnerability Mds: Not affected 13:23:23 Vulnerability Meltdown: Not affected 13:23:23 Vulnerability Mmio stale data: Not affected 13:23:23 Vulnerability Retbleed: Vulnerable 13:23:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:23:23 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 13:23:23 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 13:23:23 Vulnerability Srbds: Not affected 13:23:23 Vulnerability Tsx async abort: Not affected 13:23:23 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 13:23:23 13:23:23 13:23:23 ---> nproc: 13:23:23 8 13:23:23 13:23:23 13:23:23 ---> df -h: 13:23:23 Filesystem Size Used Avail Use% Mounted on 13:23:23 overlay 155G 32G 124G 21% / 13:23:23 tmpfs 64M 0 64M 0% /dev 13:23:23 tmpfs 16G 0 16G 0% /sys/fs/cgroup 13:23:23 shm 64M 0 64M 0% /dev/shm 13:23:23 /dev/vda1 155G 32G 124G 21% /facter-os 13:23:23 13:23:23 13:23:23 ---> sar -b -r -n DEV: 13:23:23 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-775639) 12/24/25 _x86_64_ (8 CPU) 13:23:23 13:23:23 07:22:00 LINUX RESTART (8 CPU) 13:23:23 13:23:23 07:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:23:23 07:24:01 176.75 9.87 166.89 0.00 1657.32 47097.62 0.00 13:23:23 07:25:01 44.67 0.05 44.62 0.00 0.40 38826.14 0.00 13:23:23 07:26:01 48.04 0.22 47.83 0.00 2.67 19913.35 0.00 13:23:23 07:27:01 257.59 0.23 257.36 0.00 16.13 172371.94 0.00 13:23:23 07:28:01 1235.06 24.88 1210.18 0.00 2520.32 419895.14 0.00 13:23:23 07:29:01 105.54 1.45 104.09 0.00 212.18 44971.31 0.00 13:23:23 07:30:01 370.09 0.12 369.98 0.00 0.93 102251.12 0.00 13:23:23 07:31:02 833.22 11.36 821.86 0.00 523.83 172975.54 0.00 13:23:23 07:32:01 35.47 1.05 34.42 0.00 45.69 904.39 0.00 13:23:23 07:33:01 26.91 2.52 24.40 0.00 84.92 600.83 0.00 13:23:23 07:34:01 5.65 0.00 5.65 0.00 0.00 116.49 0.00 13:23:23 07:35:01 1.80 0.00 1.80 0.00 0.00 23.86 0.00 13:23:23 07:36:01 1.25 0.00 1.25 0.00 0.00 13.86 0.00 13:23:23 07:37:01 1.67 0.00 1.67 0.00 0.00 19.06 0.00 13:23:23 07:38:01 2.62 0.52 2.10 0.00 6.66 26.92 0.00 13:23:23 07:39:01 1.68 0.00 1.68 0.00 0.00 18.80 0.00 13:23:23 07:40:01 0.95 0.00 0.95 0.00 0.00 10.53 0.00 13:23:23 07:41:01 1.60 0.00 1.60 0.00 0.00 18.13 0.00 13:23:23 07:42:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 13:23:23 07:43:01 1.53 0.00 1.53 0.00 0.00 17.06 0.00 13:23:23 07:44:01 0.93 0.00 0.93 0.00 0.00 10.13 0.00 13:23:23 07:45:01 1.28 0.00 1.28 0.00 0.00 15.46 0.00 13:23:23 07:46:01 0.97 0.00 0.97 0.00 0.00 10.66 0.00 13:23:23 07:47:01 1.35 0.00 1.35 0.00 0.00 15.86 0.00 13:23:23 07:48:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 13:23:23 07:49:01 1.22 0.00 1.22 0.00 0.00 13.86 0.00 13:23:23 07:50:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 13:23:23 07:51:01 1.20 0.00 1.20 0.00 0.00 14.00 0.00 13:23:23 07:52:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 13:23:23 07:53:01 1.37 0.00 1.37 0.00 0.00 16.40 0.00 13:23:23 07:54:01 0.97 0.00 0.97 0.00 0.00 10.66 0.00 13:23:23 07:55:01 1.28 0.00 1.28 0.00 0.00 16.13 0.00 13:23:23 07:56:01 0.85 0.00 0.85 0.00 0.00 9.46 0.00 13:23:23 07:57:01 1.30 0.00 1.30 0.00 0.00 16.13 0.00 13:23:23 07:58:01 1.07 0.00 1.07 0.00 0.00 12.13 0.00 13:23:23 07:59:01 1.38 0.00 1.38 0.00 0.00 15.33 0.00 13:23:23 08:00:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 13:23:23 08:01:01 1.18 0.00 1.18 0.00 0.00 14.40 0.00 13:23:23 08:02:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 13:23:23 08:03:01 1.23 0.00 1.23 0.00 0.00 16.26 0.00 13:23:23 08:04:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 13:23:23 08:05:01 1.25 0.00 1.25 0.00 0.00 15.60 0.00 13:23:23 08:06:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 13:23:23 08:07:01 1.38 0.00 1.38 0.00 0.00 17.46 0.00 13:23:23 08:08:01 1.23 0.00 1.23 0.00 0.00 13.46 0.00 13:23:23 08:09:01 1.30 0.00 1.30 0.00 0.00 15.86 0.00 13:23:23 08:10:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 13:23:23 08:11:01 1.27 0.00 1.27 0.00 0.00 15.60 0.00 13:23:23 08:12:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 13:23:23 08:13:01 1.42 0.00 1.42 0.00 0.00 17.99 0.00 13:23:23 08:14:01 0.95 0.00 0.95 0.00 0.00 10.80 0.00 13:23:23 08:15:01 1.35 0.00 1.35 0.00 0.00 16.13 0.00 13:23:23 08:16:01 0.92 0.00 0.92 0.00 0.00 9.73 0.00 13:23:23 08:17:01 1.38 0.05 1.33 0.00 1.07 17.73 0.00 13:23:23 08:18:01 1.25 0.00 1.25 0.00 0.00 14.40 0.00 13:23:23 08:19:01 1.30 0.00 1.30 0.00 0.00 15.86 0.00 13:23:23 08:20:01 0.93 0.00 0.93 0.00 0.00 10.53 0.00 13:23:23 08:21:01 1.25 0.00 1.25 0.00 0.00 16.66 0.00 13:23:23 08:22:01 1.18 0.00 1.18 0.00 0.00 13.06 0.00 13:23:23 08:23:01 1.25 0.00 1.25 0.00 0.00 16.80 0.00 13:23:23 08:24:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 13:23:23 08:25:01 1.28 0.00 1.28 0.00 0.00 16.26 0.00 13:23:23 08:26:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 13:23:23 08:27:01 1.42 0.00 1.42 0.00 0.00 18.80 0.00 13:23:23 08:28:01 1.17 0.00 1.17 0.00 0.00 12.80 0.00 13:23:23 08:29:01 1.30 0.00 1.30 0.00 0.00 16.13 0.00 13:23:23 08:30:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 13:23:23 08:31:01 1.33 0.00 1.33 0.00 0.00 16.26 0.00 13:23:23 08:32:01 1.15 0.00 1.15 0.00 0.00 13.73 0.00 13:23:23 08:33:01 1.50 0.00 1.50 0.00 0.00 18.13 0.00 13:23:23 08:34:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 13:23:23 08:35:01 1.27 0.00 1.27 0.00 0.00 15.59 0.00 13:23:23 08:36:01 0.98 0.00 0.98 0.00 0.00 10.80 0.00 13:23:23 08:37:01 1.38 0.00 1.38 0.00 0.00 17.33 0.00 13:23:23 08:38:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 13:23:23 08:39:01 1.27 0.00 1.27 0.00 0.00 16.26 0.00 13:23:23 08:40:01 1.02 0.00 1.02 0.00 0.00 11.46 0.00 13:23:23 08:41:01 1.23 0.00 1.23 0.00 0.00 14.53 0.00 13:23:23 08:42:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 13:23:23 08:43:01 1.43 0.00 1.43 0.00 0.00 17.46 0.00 13:23:23 08:44:02 1.03 0.00 1.03 0.00 0.00 10.93 0.00 13:23:23 08:45:01 1.24 0.00 1.24 0.00 0.00 15.18 0.00 13:23:23 08:46:01 1.05 0.00 1.05 0.00 0.00 10.93 0.00 13:23:23 08:47:01 1.25 0.00 1.25 0.00 0.00 14.93 0.00 13:23:23 08:48:01 1.25 0.00 1.25 0.00 0.00 14.26 0.00 13:23:23 08:49:01 1.28 0.00 1.28 0.00 0.00 16.39 0.00 13:23:23 08:50:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 13:23:23 08:51:01 1.30 0.00 1.30 0.00 0.00 14.93 0.00 13:23:23 08:52:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 13:23:23 08:53:01 1.40 0.00 1.40 0.00 0.00 15.60 0.00 13:23:23 08:54:01 1.10 0.00 1.10 0.00 0.00 12.13 0.00 13:23:23 08:55:01 1.18 0.00 1.18 0.00 0.00 14.80 0.00 13:23:23 08:56:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 13:23:23 08:57:01 1.30 0.00 1.30 0.00 0.00 16.26 0.00 13:23:23 08:58:01 0.98 0.00 0.98 0.00 0.00 10.13 0.00 13:23:23 08:59:01 1.28 0.00 1.28 0.00 0.00 15.73 0.00 13:23:23 09:00:01 0.92 0.00 0.92 0.00 0.00 10.13 0.00 13:23:23 09:01:01 1.25 0.00 1.25 0.00 0.00 14.66 0.00 13:23:23 09:02:01 0.85 0.00 0.85 0.00 0.00 10.13 0.00 13:23:23 09:03:01 1.38 0.00 1.38 0.00 0.00 16.80 0.00 13:23:23 09:04:01 1.08 0.00 1.08 0.00 0.00 12.53 0.00 13:23:23 09:05:01 1.42 0.00 1.42 0.00 0.00 17.20 0.00 13:23:23 09:06:01 0.98 0.00 0.98 0.00 0.00 10.40 0.00 13:23:23 09:07:01 1.18 0.00 1.18 0.00 0.00 15.33 0.00 13:23:23 09:08:01 1.20 0.00 1.20 0.00 0.00 12.93 0.00 13:23:23 09:09:01 1.35 0.00 1.35 0.00 0.00 16.80 0.00 13:23:23 09:10:01 1.13 0.00 1.13 0.00 0.00 12.26 0.00 13:23:23 09:11:01 1.25 0.00 1.25 0.00 0.00 14.53 0.00 13:23:23 09:12:01 1.13 0.00 1.13 0.00 0.00 12.93 0.00 13:23:23 09:13:01 1.38 0.00 1.38 0.00 0.00 17.06 0.00 13:23:23 09:14:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 13:23:23 09:15:01 1.37 0.00 1.37 0.00 0.00 16.66 0.00 13:23:23 09:16:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 13:23:23 09:17:01 1.22 0.00 1.22 0.00 0.00 14.93 0.00 13:23:23 09:18:01 1.18 0.00 1.18 0.00 0.00 12.40 0.00 13:23:23 09:19:01 1.43 0.00 1.43 0.00 0.00 17.73 0.00 13:23:23 09:20:01 0.97 0.00 0.97 0.00 0.00 11.73 0.00 13:23:23 09:21:01 1.25 0.00 1.25 0.00 0.00 15.60 0.00 13:23:23 09:22:01 0.97 0.00 0.97 0.00 0.00 11.33 0.00 13:23:23 09:23:01 1.47 0.00 1.47 0.00 0.00 18.13 0.00 13:23:23 09:24:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 13:23:23 09:25:01 1.25 0.00 1.25 0.00 0.00 16.00 0.00 13:23:23 09:26:01 1.17 0.00 1.17 0.00 0.00 12.40 0.00 13:23:23 09:27:01 1.22 0.00 1.22 0.00 0.00 15.46 0.00 13:23:23 09:28:01 1.18 0.00 1.18 0.00 0.00 13.06 0.00 13:23:23 09:29:01 1.28 0.00 1.28 0.00 0.00 16.26 0.00 13:23:23 09:30:01 1.20 0.00 1.20 0.00 0.00 13.06 0.00 13:23:23 09:31:01 1.32 0.00 1.32 0.00 0.00 15.46 0.00 13:23:23 09:32:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 13:23:23 09:33:01 1.53 0.00 1.53 0.00 0.00 19.33 0.00 13:23:23 09:34:01 1.08 0.00 1.08 0.00 0.00 12.53 0.00 13:23:23 09:35:01 1.33 0.00 1.33 0.00 0.00 17.06 0.00 13:23:23 09:36:01 1.15 0.00 1.15 0.00 0.00 12.26 0.00 13:23:23 09:37:01 1.35 0.00 1.35 0.00 0.00 16.53 0.00 13:23:23 09:38:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 13:23:23 09:39:01 1.43 0.00 1.43 0.00 0.00 17.19 0.00 13:23:23 09:40:01 0.92 0.00 0.92 0.00 0.00 10.93 0.00 13:23:23 09:41:01 1.27 0.00 1.27 0.00 0.00 15.46 0.00 13:23:23 09:42:01 0.95 0.00 0.95 0.00 0.00 11.06 0.00 13:23:23 09:43:01 1.42 0.00 1.42 0.00 0.00 18.00 0.00 13:23:23 09:44:01 1.10 0.00 1.10 0.00 0.00 12.80 0.00 13:23:23 09:45:01 1.30 0.00 1.30 0.00 0.00 15.86 0.00 13:23:23 09:46:01 1.08 0.00 1.08 0.00 0.00 11.20 0.00 13:23:23 09:47:01 1.27 0.00 1.27 0.00 0.00 15.86 0.00 13:23:23 09:48:01 1.12 0.00 1.12 0.00 0.00 11.60 0.00 13:23:23 09:49:01 1.28 0.00 1.28 0.00 0.00 15.86 0.00 13:23:23 09:50:01 1.18 0.00 1.18 0.00 0.00 12.80 0.00 13:23:23 09:51:01 1.25 0.00 1.25 0.00 0.00 15.06 0.00 13:23:23 09:52:01 1.13 0.00 1.13 0.00 0.00 13.20 0.00 13:23:23 09:53:01 1.43 0.00 1.43 0.00 0.00 17.06 0.00 13:23:23 09:54:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 13:23:23 09:55:01 1.40 0.00 1.40 0.00 0.00 16.13 0.00 13:23:23 09:56:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 13:23:23 09:57:01 1.33 0.00 1.33 0.00 0.00 16.26 0.00 13:23:23 09:58:01 1.15 0.00 1.15 0.00 0.00 12.80 0.00 13:23:23 09:59:02 1.40 0.00 1.40 0.00 0.00 16.93 0.00 13:23:23 10:00:01 1.19 0.00 1.19 0.00 0.00 12.88 0.00 13:23:23 10:01:01 1.30 0.00 1.30 0.00 0.00 16.26 0.00 13:23:23 10:02:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 13:23:23 10:03:01 1.38 0.00 1.38 0.00 0.00 16.53 0.00 13:23:23 10:04:01 1.17 0.00 1.17 0.00 0.00 13.73 0.00 13:23:23 10:05:01 1.48 0.00 1.48 0.00 0.00 17.60 0.00 13:23:23 10:06:01 1.10 0.00 1.10 0.00 0.00 12.13 0.00 13:23:23 10:07:01 1.27 0.00 1.27 0.00 0.00 15.86 0.00 13:23:23 10:08:01 1.08 0.00 1.08 0.00 0.00 11.33 0.00 13:23:23 10:09:01 1.42 0.00 1.42 0.00 0.00 17.73 0.00 13:23:23 10:10:01 1.17 0.00 1.17 0.00 0.00 12.66 0.00 13:23:23 10:11:01 1.28 0.00 1.28 0.00 0.00 15.73 0.00 13:23:23 10:12:01 0.90 0.00 0.90 0.00 0.00 10.40 0.00 13:23:23 10:13:01 1.33 0.00 1.33 0.00 0.00 16.00 0.00 13:23:23 10:14:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 13:23:23 10:15:01 1.47 0.00 1.47 0.00 0.00 16.40 0.00 13:23:23 10:16:01 0.93 0.00 0.93 0.00 0.00 11.20 0.00 13:23:23 10:17:01 1.57 0.00 1.57 0.00 0.00 19.46 0.00 13:23:23 10:18:01 7.85 6.17 1.68 0.00 368.07 66.79 0.00 13:23:23 10:19:01 3.05 0.00 3.05 0.00 0.00 48.79 0.00 13:23:23 10:20:01 1.23 0.00 1.23 0.00 0.00 12.93 0.00 13:23:23 10:21:01 1.53 0.00 1.53 0.00 0.00 17.86 0.00 13:23:23 10:22:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 13:23:23 10:23:01 1.38 0.00 1.38 0.00 0.00 16.26 0.00 13:23:23 10:24:01 1.27 0.00 1.27 0.00 0.00 14.40 0.00 13:23:23 10:25:01 1.43 0.00 1.43 0.00 0.00 16.79 0.00 13:23:23 10:26:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 13:23:23 10:27:01 1.42 0.00 1.42 0.00 0.00 16.79 0.00 13:23:23 10:28:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 13:23:23 10:29:01 1.50 0.00 1.50 0.00 0.00 18.53 0.00 13:23:23 10:30:01 1.15 0.00 1.15 0.00 0.00 12.00 0.00 13:23:23 10:31:01 1.58 0.00 1.58 0.00 0.00 19.73 0.00 13:23:23 10:32:01 1.03 0.00 1.03 0.00 0.00 12.53 0.00 13:23:23 10:33:01 1.45 0.00 1.45 0.00 0.00 16.80 0.00 13:23:23 10:34:01 1.00 0.00 1.00 0.00 0.00 11.73 0.00 13:23:23 10:35:01 1.45 0.00 1.45 0.00 0.00 17.73 0.00 13:23:23 10:36:01 1.07 0.00 1.07 0.00 0.00 12.53 0.00 13:23:23 10:37:01 1.47 0.00 1.47 0.00 0.00 17.59 0.00 13:23:23 10:38:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 13:23:23 10:39:01 1.53 0.00 1.53 0.00 0.00 18.80 0.00 13:23:23 10:40:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 13:23:23 10:41:01 1.33 0.00 1.33 0.00 0.00 16.66 0.00 13:23:23 10:42:01 1.17 0.00 1.17 0.00 0.00 12.80 0.00 13:23:23 10:43:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 13:23:23 10:44:01 1.30 0.00 1.30 0.00 0.00 14.66 0.00 13:23:23 10:45:01 1.45 0.00 1.45 0.00 0.00 16.80 0.00 13:23:23 10:46:01 1.13 0.00 1.13 0.00 0.00 12.26 0.00 13:23:23 10:47:01 1.37 0.00 1.37 0.00 0.00 16.53 0.00 13:23:23 10:48:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 13:23:23 10:49:01 1.60 0.00 1.60 0.00 0.00 19.20 0.00 13:23:23 10:50:01 1.08 0.00 1.08 0.00 0.00 11.46 0.00 13:23:23 10:51:01 1.52 0.00 1.52 0.00 0.00 18.40 0.00 13:23:23 10:52:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 13:23:23 10:53:01 1.38 0.00 1.38 0.00 0.00 16.93 0.00 13:23:23 10:54:01 1.28 0.00 1.28 0.00 0.00 14.40 0.00 13:23:23 10:55:01 1.38 0.00 1.38 0.00 0.00 16.26 0.00 13:23:23 10:56:01 1.10 0.00 1.10 0.00 0.00 12.13 0.00 13:23:23 10:57:01 1.32 0.00 1.32 0.00 0.00 15.86 0.00 13:23:23 10:58:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 13:23:23 10:59:01 1.57 0.00 1.57 0.00 0.00 19.73 0.00 13:23:23 11:00:01 1.20 0.00 1.20 0.00 0.00 12.40 0.00 13:23:23 11:01:01 1.32 0.00 1.32 0.00 0.00 16.40 0.00 13:23:23 11:02:01 1.07 0.00 1.07 0.00 0.00 11.33 0.00 13:23:23 11:03:01 1.53 0.00 1.53 0.00 0.00 18.00 0.00 13:23:23 11:04:01 1.08 0.00 1.08 0.00 0.00 12.93 0.00 13:23:23 11:05:01 1.47 0.00 1.47 0.00 0.00 17.60 0.00 13:23:23 11:06:01 1.10 0.00 1.10 0.00 0.00 11.73 0.00 13:23:23 11:07:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 13:23:23 11:08:01 0.95 0.00 0.95 0.00 0.00 11.06 0.00 13:23:23 11:09:01 1.60 0.00 1.60 0.00 0.00 18.00 0.00 13:23:23 11:10:01 0.93 0.00 0.93 0.00 0.00 10.00 0.00 13:23:23 11:11:01 1.47 0.00 1.47 0.00 0.00 16.93 0.00 13:23:23 11:12:01 1.02 0.00 1.02 0.00 0.00 10.66 0.00 13:23:23 11:13:01 1.53 0.00 1.53 0.00 0.00 18.80 0.00 13:23:23 11:14:01 1.15 0.00 1.15 0.00 0.00 12.13 0.00 13:23:23 11:15:01 1.39 0.00 1.39 0.00 0.00 15.99 0.00 13:23:23 11:16:01 1.12 0.00 1.12 0.00 0.00 11.86 0.00 13:23:23 11:17:01 1.33 0.00 1.33 0.00 0.00 15.86 0.00 13:23:23 11:18:01 1.33 0.00 1.33 0.00 0.00 14.40 0.00 13:23:23 11:19:01 1.40 0.00 1.40 0.00 0.00 16.93 0.00 13:23:23 11:20:01 1.17 0.00 1.17 0.00 0.00 12.80 0.00 13:23:23 11:21:01 1.80 0.00 1.80 0.00 0.00 20.40 0.00 13:23:23 11:22:01 1.05 0.00 1.05 0.00 0.00 10.93 0.00 13:23:23 11:23:01 1.45 0.00 1.45 0.00 0.00 17.06 0.00 13:23:23 11:24:01 1.20 0.00 1.20 0.00 0.00 12.80 0.00 13:23:23 11:25:01 1.68 0.00 1.68 0.00 0.00 19.73 0.00 13:23:23 11:26:01 1.22 0.00 1.22 0.00 0.00 12.80 0.00 13:23:23 11:27:01 1.33 0.00 1.33 0.00 0.00 15.46 0.00 13:23:23 11:28:01 1.20 0.00 1.20 0.00 0.00 14.00 0.00 13:23:23 11:29:01 1.42 0.00 1.42 0.00 0.00 16.93 0.00 13:23:23 11:30:01 1.20 0.00 1.20 0.00 0.00 13.06 0.00 13:23:23 11:31:01 1.60 0.00 1.60 0.00 0.00 18.13 0.00 13:23:23 11:32:01 1.03 0.00 1.03 0.00 0.00 10.93 0.00 13:23:23 11:33:01 1.60 0.00 1.60 0.00 0.00 18.53 0.00 13:23:23 11:34:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 13:23:23 11:35:01 1.35 0.00 1.35 0.00 0.00 16.80 0.00 13:23:23 11:36:01 1.20 0.00 1.20 0.00 0.00 13.33 0.00 13:23:23 11:37:01 1.47 0.00 1.47 0.00 0.00 17.06 0.00 13:23:23 11:38:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 13:23:23 11:39:01 1.47 0.00 1.47 0.00 0.00 17.20 0.00 13:23:23 11:40:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 13:23:23 11:41:01 1.62 0.00 1.62 0.00 0.00 18.53 0.00 13:23:23 11:42:01 0.95 0.00 0.95 0.00 0.00 9.73 0.00 13:23:23 11:43:01 1.78 0.00 1.78 0.00 0.00 20.93 0.00 13:23:23 11:44:01 1.18 0.00 1.18 0.00 0.00 12.40 0.00 13:23:23 11:45:01 1.45 0.00 1.45 0.00 0.00 16.40 0.00 13:23:23 11:46:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 13:23:23 11:47:01 1.50 0.00 1.50 0.00 0.00 16.39 0.00 13:23:23 11:48:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 13:23:23 11:49:01 1.55 0.00 1.55 0.00 0.00 18.13 0.00 13:23:23 11:50:01 0.98 0.00 0.98 0.00 0.00 10.00 0.00 13:23:23 11:51:01 1.37 0.00 1.37 0.00 0.00 16.00 0.00 13:23:23 11:52:01 1.03 0.00 1.03 0.00 0.00 10.40 0.00 13:23:23 11:53:01 1.30 0.00 1.30 0.00 0.00 16.53 0.00 13:23:23 11:54:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 13:23:23 11:55:01 1.47 0.00 1.47 0.00 0.00 17.60 0.00 13:23:23 11:56:01 1.15 0.00 1.15 0.00 0.00 12.13 0.00 13:23:23 11:57:01 1.48 0.00 1.48 0.00 0.00 16.26 0.00 13:23:23 11:58:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 13:23:23 11:59:01 1.45 0.00 1.45 0.00 0.00 16.53 0.00 13:23:23 12:00:01 1.10 0.00 1.10 0.00 0.00 12.66 0.00 13:23:23 12:01:01 1.52 0.00 1.52 0.00 0.00 17.86 0.00 13:23:23 12:02:01 1.05 0.00 1.05 0.00 0.00 10.93 0.00 13:23:23 12:03:01 1.58 0.00 1.58 0.00 0.00 18.53 0.00 13:23:23 12:04:01 1.08 0.00 1.08 0.00 0.00 11.46 0.00 13:23:23 12:05:01 1.80 0.00 1.80 0.00 0.00 20.80 0.00 13:23:23 12:06:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 13:23:23 12:07:01 1.48 0.00 1.48 0.00 0.00 16.80 0.00 13:23:23 12:08:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 13:23:23 12:09:01 1.55 0.00 1.55 0.00 0.00 17.73 0.00 13:23:23 12:10:01 1.17 0.00 1.17 0.00 0.00 13.60 0.00 13:23:23 12:11:01 1.73 0.00 1.73 0.00 0.00 19.73 0.00 13:23:23 12:12:01 0.98 0.00 0.98 0.00 0.00 10.26 0.00 13:23:23 12:13:01 1.45 0.00 1.45 0.00 0.00 17.19 0.00 13:23:23 12:14:01 1.07 0.00 1.07 0.00 0.00 11.33 0.00 13:23:23 12:15:01 1.65 0.00 1.65 0.00 0.00 19.33 0.00 13:23:23 12:16:01 1.12 0.00 1.12 0.00 0.00 12.00 0.00 13:23:23 12:17:01 1.47 0.00 1.47 0.00 0.00 16.26 0.00 13:23:23 12:18:01 1.38 0.05 1.33 0.00 12.26 16.26 0.00 13:23:23 12:19:01 1.70 0.00 1.70 0.00 0.00 20.39 0.00 13:23:23 12:20:01 1.17 0.00 1.17 0.00 0.00 12.93 0.00 13:23:23 12:21:01 1.72 0.00 1.72 0.00 0.00 19.33 0.00 13:23:23 12:22:01 0.98 0.00 0.98 0.00 0.00 10.26 0.00 13:23:23 12:23:01 1.57 0.00 1.57 0.00 0.00 18.13 0.00 13:23:23 12:24:01 1.07 0.00 1.07 0.00 0.00 11.33 0.00 13:23:23 12:25:01 1.62 0.00 1.62 0.00 0.00 19.20 0.00 13:23:23 12:26:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 13:23:23 12:27:01 1.50 0.00 1.50 0.00 0.00 16.53 0.00 13:23:23 12:28:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 13:23:23 12:29:01 1.48 0.00 1.48 0.00 0.00 17.60 0.00 13:23:23 12:30:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 13:23:23 12:31:01 1.82 0.00 1.82 0.00 0.00 20.53 0.00 13:23:23 12:32:01 1.00 0.00 1.00 0.00 0.00 10.40 0.00 13:23:23 12:33:01 1.48 0.00 1.48 0.00 0.00 17.60 0.00 13:23:23 12:34:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 13:23:23 12:35:01 1.90 0.00 1.90 0.00 0.00 21.28 0.00 13:23:23 12:36:01 1.37 0.25 1.12 0.00 19.33 13.06 0.00 13:23:23 12:37:01 2.97 0.00 2.97 0.00 0.00 37.06 0.00 13:23:23 12:38:01 1.12 0.00 1.12 0.00 0.00 12.13 0.00 13:23:23 12:39:01 1.48 0.00 1.48 0.00 0.00 16.79 0.00 13:23:23 12:40:01 1.10 0.00 1.10 0.00 0.00 12.00 0.00 13:23:23 12:41:01 1.85 0.00 1.85 0.00 0.00 21.59 0.00 13:23:23 12:42:01 1.13 0.00 1.13 0.00 0.00 12.00 0.00 13:23:23 12:43:01 1.83 0.00 1.83 0.00 0.00 21.46 0.00 13:23:23 12:44:01 1.05 0.00 1.05 0.00 0.00 10.80 0.00 13:23:23 12:45:01 1.53 0.00 1.53 0.00 0.00 17.99 0.00 13:23:23 12:46:01 0.98 0.00 0.98 0.00 0.00 10.80 0.00 13:23:23 12:47:01 1.47 0.00 1.47 0.00 0.00 16.40 0.00 13:23:23 12:48:01 0.92 0.00 0.92 0.00 0.00 10.66 0.00 13:23:23 12:49:01 1.45 0.00 1.45 0.00 0.00 16.66 0.00 13:23:23 12:50:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 13:23:23 12:51:01 1.67 0.00 1.67 0.00 0.00 19.86 0.00 13:23:23 12:52:01 1.03 0.00 1.03 0.00 0.00 10.53 0.00 13:23:23 12:53:01 1.52 0.00 1.52 0.00 0.00 18.13 0.00 13:23:23 12:54:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 13:23:23 12:55:01 1.50 0.00 1.50 0.00 0.00 17.46 0.00 13:23:23 12:56:01 1.13 0.00 1.13 0.00 0.00 12.40 0.00 13:23:23 12:57:01 1.75 0.00 1.75 0.00 0.00 19.60 0.00 13:23:23 12:58:01 1.20 0.00 1.20 0.00 0.00 13.86 0.00 13:23:23 12:59:01 1.45 0.00 1.45 0.00 0.00 16.53 0.00 13:23:23 13:00:01 1.15 0.00 1.15 0.00 0.00 12.40 0.00 13:23:23 13:01:01 1.50 0.00 1.50 0.00 0.00 17.33 0.00 13:23:23 13:02:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 13:23:23 13:03:01 1.38 0.00 1.38 0.00 0.00 17.20 0.00 13:23:23 13:04:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 13:23:23 13:05:01 1.30 0.00 1.30 0.00 0.00 16.13 0.00 13:23:23 13:06:01 1.13 0.00 1.13 0.00 0.00 12.40 0.00 13:23:23 13:07:01 1.43 0.00 1.43 0.00 0.00 17.06 0.00 13:23:23 13:08:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 13:23:23 13:09:01 1.32 0.00 1.32 0.00 0.00 15.73 0.00 13:23:23 13:10:01 1.12 0.00 1.12 0.00 0.00 14.13 0.00 13:23:23 13:11:01 1.52 0.00 1.52 0.00 0.00 16.66 0.00 13:23:23 13:12:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 13:23:23 13:13:01 1.53 0.00 1.53 0.00 0.00 18.00 0.00 13:23:23 13:14:01 1.12 0.00 1.12 0.00 0.00 11.20 0.00 13:23:23 13:15:01 1.65 0.00 1.65 0.00 0.00 18.79 0.00 13:23:23 13:16:01 1.15 0.00 1.15 0.00 0.00 12.13 0.00 13:23:23 13:17:01 1.65 0.00 1.65 0.00 0.00 18.26 0.00 13:23:23 13:18:01 1.18 0.00 1.18 0.00 0.00 12.93 0.00 13:23:23 13:19:01 1.57 0.00 1.57 0.00 0.00 17.20 0.00 13:23:23 13:20:01 1.12 0.00 1.12 0.00 0.00 11.60 0.00 13:23:23 13:21:01 1.72 0.00 1.72 0.00 0.00 19.46 0.00 13:23:23 13:22:01 1.25 0.00 1.25 0.00 0.00 12.80 0.00 13:23:23 13:23:01 1.53 0.00 1.53 0.00 0.00 17.46 0.00 13:23:23 Average: 9.98 0.16 9.81 0.00 15.20 2848.92 0.00 13:23:23 13:23:23 07:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:23:23 07:24:01 26811756 31186768 1090636 3.32 123504 4408384 2357584 6.95 1864604 3661208 427220 13:23:23 07:25:01 26149940 31405148 870132 2.65 129596 5229740 1940576 5.72 2094412 4042188 129196 13:23:23 07:26:01 25451444 31001652 1271472 3.87 137884 5479336 2443012 7.20 2222072 4573720 394592 13:23:23 07:27:01 21579656 31245320 1020976 3.11 153000 9492684 2965280 8.74 2201812 8361056 900336 13:23:23 07:28:01 8313352 29685960 2481472 7.55 413468 20073812 6830876 20.14 4953796 17892100 36820 13:23:23 07:29:01 3550752 27530480 4630976 14.09 438560 22520216 11731764 34.59 8312376 19138308 1246796 13:23:23 07:30:01 1389732 27947100 4219520 12.84 454416 24988356 10368880 30.57 8987160 20538892 1098564 13:23:23 07:31:02 5087672 31380016 849736 2.59 466636 24877168 2211764 6.52 3845540 22233576 472 13:23:23 07:32:01 5090004 31385452 843320 2.57 468036 24879012 2051668 6.05 4123492 21959172 728 13:23:23 07:33:01 5071536 31371492 856760 2.61 468704 24881908 2199428 6.48 4597860 21503744 628 13:23:23 07:34:01 5080576 31380432 847692 2.58 468820 24881936 2043812 6.03 4630200 21461092 16 13:23:23 07:35:01 5083392 31383272 845208 2.57 468832 24881940 2043812 6.03 4626792 21461076 16 13:23:23 07:36:01 5099324 31399208 829252 2.52 468864 24881944 2043812 6.03 4610288 21461080 4 13:23:23 07:37:01 5100704 31400636 828040 2.52 468884 24881948 2043812 6.03 4609484 21461080 40 13:23:23 07:38:01 5103716 31404028 824876 2.51 468944 24882240 2099224 6.19 4606588 21461188 8 13:23:23 07:39:01 5103620 31403960 824848 2.51 468960 24882240 2099224 6.19 4606428 21461188 12 13:23:23 07:40:01 5103796 31404160 824816 2.51 468972 24882244 2099224 6.19 4606424 21461192 8 13:23:23 07:41:01 5103652 31404068 824752 2.51 469012 24882248 2099224 6.19 4606700 21461196 8 13:23:23 07:42:01 5104652 31405128 823716 2.51 469032 24882248 2099224 6.19 4605400 21461200 8 13:23:23 07:43:01 5105108 31405588 823220 2.50 469048 24882252 2099224 6.19 4605484 21461204 12 13:23:23 07:44:01 5104840 31405320 823420 2.51 469056 24882252 2099224 6.19 4605424 21461204 12 13:23:23 07:45:01 5105044 31405556 823172 2.50 469072 24882260 2099224 6.19 4605460 21461204 4 13:23:23 07:46:01 5104736 31405252 823404 2.50 469084 24882264 2099224 6.19 4605460 21461208 24 13:23:23 07:47:01 5104980 31405528 823080 2.50 469104 24882264 2099224 6.19 4605488 21461212 8 13:23:23 07:48:01 5104964 31405516 823016 2.50 469120 24882268 2099224 6.19 4605564 21461216 8 13:23:23 07:49:01 5104948 31405536 823000 2.50 469136 24882268 2099224 6.19 4605540 21461216 12 13:23:23 07:50:01 5104900 31405492 822976 2.50 469144 24882272 2099224 6.19 4605540 21461220 4 13:23:23 07:51:01 5104536 31405132 823268 2.50 469152 24882276 2099224 6.19 4605540 21461224 8 13:23:23 07:52:01 5104708 31405308 823016 2.50 469180 24882268 2099224 6.19 4605540 21461228 4 13:23:23 07:53:01 5104868 31405532 822916 2.50 469208 24882284 2099224 6.19 4605660 21461236 12 13:23:23 07:54:01 5104576 31405240 823168 2.50 469220 24882284 2099224 6.19 4605604 21461236 32 13:23:23 07:55:01 5104244 31404984 823316 2.50 469240 24882292 2099224 6.19 4605664 21461248 4 13:23:23 07:56:01 5104740 31405480 822756 2.50 469248 24882292 2099224 6.19 4605956 21461248 8 13:23:23 07:57:01 5104984 31405732 822424 2.50 469280 24882284 2099224 6.19 4605680 21461252 28 13:23:23 07:58:01 5104868 31405660 822708 2.50 469304 24882300 2099224 6.19 4605788 21461248 32 13:23:23 07:59:01 5104592 31405536 822812 2.50 469324 24882428 2099224 6.19 4605752 21461376 8 13:23:23 08:00:01 5104800 31405772 822728 2.50 469340 24882432 2099224 6.19 4606068 21461380 4 13:23:23 08:01:01 5105052 31406024 822436 2.50 469364 24882432 2099224 6.19 4605776 21461380 12 13:23:23 08:02:01 5104540 31405580 822912 2.50 469384 24882436 2099224 6.19 4605832 21461388 4 13:23:23 08:03:01 5104308 31405388 822916 2.50 469396 24882444 2099224 6.19 4605896 21461392 36 13:23:23 08:04:01 5104780 31405908 822324 2.50 469416 24882444 2099224 6.19 4606120 21461392 8 13:23:23 08:05:01 5104164 31405316 822780 2.50 469440 24882448 2099224 6.19 4606192 21461396 28 13:23:23 08:06:01 5104124 31405276 822748 2.50 469460 24882448 2099224 6.19 4605872 21461396 4 13:23:23 08:07:01 5103980 31405184 822788 2.50 469496 24882456 2099224 6.19 4605920 21461400 48 13:23:23 08:08:01 5103868 31405140 822768 2.50 469528 24882460 2099224 6.19 4606068 21461412 8 13:23:23 08:09:01 5103820 31405092 822720 2.50 469564 24882460 2082900 6.14 4605984 21461412 12 13:23:23 08:10:01 5104064 31405340 822692 2.50 469580 24882464 2082900 6.14 4605984 21461416 8 13:23:23 08:11:01 5103688 31405020 822968 2.50 469616 24882464 2082900 6.14 4606068 21461412 12 13:23:23 08:12:01 5103920 31405320 822888 2.50 469652 24882468 2082900 6.14 4606108 21461420 48 13:23:23 08:13:01 5103256 31404724 823356 2.50 469676 24882476 2082900 6.14 4606220 21461424 4 13:23:23 08:14:01 5102892 31404364 823656 2.51 469684 24882476 2066564 6.09 4606140 21461424 8 13:23:23 08:15:01 5102812 31404304 823628 2.51 469712 24882480 2066564 6.09 4606608 21461428 176 13:23:23 08:16:01 5103364 31404860 823068 2.50 469732 24882480 2066564 6.09 4606176 21461428 12 13:23:23 08:17:01 5102652 31404252 823536 2.51 469764 24882488 2082608 6.14 4607316 21461444 36 13:23:23 08:18:01 5103204 31404832 822944 2.50 469776 24882516 2082608 6.14 4606360 21461456 32 13:23:23 08:19:01 5103180 31404836 822916 2.50 469804 24882516 2082608 6.14 4606292 21461456 12 13:23:23 08:20:01 5103140 31404832 822896 2.50 469812 24882520 2082608 6.14 4606320 21461460 28 13:23:23 08:21:01 5102744 31404564 823068 2.50 469844 24882652 2082608 6.14 4606340 21461588 24 13:23:23 08:22:01 5102728 31404616 822992 2.50 469872 24882656 2082608 6.14 4606376 21461600 4 13:23:23 08:23:01 5102744 31404644 822924 2.50 469900 24882664 2098796 6.19 4606748 21461600 48 13:23:23 08:24:01 5102500 31404432 823076 2.50 469924 24882664 2098796 6.19 4606436 21461604 4 13:23:23 08:25:01 5102452 31404388 823348 2.50 469932 24882668 2098796 6.19 4606436 21461608 28 13:23:23 08:26:01 5102620 31404556 823132 2.50 469948 24882668 2082632 6.14 4606436 21461608 4 13:23:23 08:27:01 5102564 31404552 823128 2.50 469984 24882664 2082632 6.14 4606504 21461612 28 13:23:23 08:28:01 5102264 31404256 823348 2.50 470000 24882676 2082632 6.14 4606552 21461616 8 13:23:23 08:29:01 5102216 31404260 823308 2.50 470028 24882676 2082632 6.14 4606536 21461616 12 13:23:23 08:30:01 5102168 31404216 823272 2.50 470048 24882680 2082632 6.14 4606572 21461620 28 13:23:23 08:31:01 5101932 31404044 823424 2.51 470068 24882684 2082632 6.14 4606608 21461628 24 13:23:23 08:32:01 5102092 31404208 823376 2.50 470108 24882688 2082632 6.14 4606916 21461468 48 13:23:23 08:33:01 5100884 31403216 824404 2.51 470120 24882692 2082632 6.14 4608784 21460588 184 13:23:23 08:34:01 5100836 31403168 824428 2.51 470136 24882692 2082632 6.14 4608080 21460588 8 13:23:23 08:35:01 5100820 31403160 824348 2.51 470164 24882696 2082632 6.14 4608024 21460592 28 13:23:23 08:36:01 5101128 31403528 823964 2.51 470180 24882696 2082632 6.14 4608268 21460596 8 13:23:23 08:37:01 5101080 31403484 823920 2.51 470212 24882696 2082632 6.14 4608080 21460600 28 13:23:23 08:38:01 5101292 31403724 823636 2.51 470224 24882704 2082632 6.14 4608164 21460600 28 13:23:23 08:39:01 5101420 31403860 823648 2.51 470232 24882712 2082632 6.14 4608096 21460608 40 13:23:23 08:40:01 5101644 31404088 823592 2.51 470240 24882716 2082632 6.14 4608116 21460612 28 13:23:23 08:41:01 5101628 31404072 823568 2.51 470252 24882716 2082632 6.14 4608096 21460612 12 13:23:23 08:42:01 5101580 31404032 823532 2.51 470276 24882712 2082632 6.14 4608096 21460616 28 13:23:23 08:43:01 5101728 31404244 823300 2.50 470288 24882724 2082632 6.14 4608560 21460624 184 13:23:23 08:44:02 5101176 31403692 823772 2.51 470308 24882724 2082632 6.14 4608544 21460624 176 13:23:23 08:45:01 5101136 31403656 823796 2.51 470320 24882728 2082632 6.14 4608160 21460628 28 13:23:23 08:46:01 5101332 31403912 823772 2.51 470340 24882728 2082632 6.14 4608216 21460632 4 13:23:23 08:47:01 5101324 31403916 823712 2.51 470356 24882732 2098696 6.19 4608252 21460628 28 13:23:23 08:48:01 5101544 31404144 823420 2.51 470380 24882736 2082240 6.14 4608660 21460632 220 13:23:23 08:49:01 5101268 31403936 823612 2.51 470408 24882740 2082240 6.14 4608724 21460632 196 13:23:23 08:50:01 5101324 31403996 823536 2.51 470416 24882744 2082240 6.14 4608308 21460636 24 13:23:23 08:51:01 5101340 31404016 823444 2.51 470432 24882744 2098408 6.19 4608324 21460640 8 13:23:23 08:52:01 5101040 31403744 823672 2.51 470440 24882748 2098408 6.19 4608332 21460644 28 13:23:23 08:53:01 5101252 31403964 823372 2.50 470468 24882748 2098408 6.19 4608404 21460644 8 13:23:23 08:54:01 5101380 31404124 823380 2.50 470488 24882748 2098408 6.19 4608388 21460648 28 13:23:23 08:55:01 5101136 31403904 823556 2.51 470512 24882760 2098408 6.19 4608656 21460652 204 13:23:23 08:56:01 5101336 31404268 823428 2.51 470524 24882888 2098408 6.19 4608424 21460780 28 13:23:23 08:57:01 5101288 31404228 823424 2.51 470540 24882896 2098408 6.19 4608436 21460788 20 13:23:23 08:58:01 5101264 31404236 823388 2.50 470552 24882896 2098408 6.19 4608488 21460788 8 13:23:23 08:59:01 5101252 31404260 823536 2.51 470568 24882900 2098408 6.19 4608752 21460792 12 13:23:23 09:00:01 5101188 31404204 823576 2.51 470576 24882904 2098408 6.19 4608480 21460800 24 13:23:23 09:01:01 5101440 31404456 823260 2.50 470596 24882904 2098408 6.19 4608476 21460800 4 13:23:23 09:02:01 5101156 31404180 823480 2.51 470608 24882908 2098408 6.19 4608488 21460804 28 13:23:23 09:03:01 5101132 31404216 823456 2.51 470636 24882892 2098408 6.19 4608584 21460808 12 13:23:23 09:04:01 5100468 31403556 824056 2.51 470656 24882912 2082088 6.14 4608764 21460812 36 13:23:23 09:05:01 5100648 31403804 823788 2.51 470676 24882916 2082088 6.14 4608872 21460820 8 13:23:23 09:06:01 5100816 31403976 823756 2.51 470692 24882916 2082088 6.14 4608872 21460820 4 13:23:23 09:07:01 5100768 31403952 823708 2.51 470708 24882924 2082088 6.14 4608580 21460824 36 13:23:23 09:08:01 5100920 31404144 823680 2.51 470736 24882924 2082088 6.14 4608708 21460820 8 13:23:23 09:09:01 5100700 31403988 823804 2.51 470780 24882928 2082088 6.14 4608688 21460828 28 13:23:23 09:10:01 5100652 31403956 823768 2.51 470800 24882932 2082088 6.14 4608704 21460828 4 13:23:23 09:11:01 5100604 31403928 823724 2.51 470832 24882932 2082088 6.14 4608740 21460828 12 13:23:23 09:12:01 5100288 31403616 823980 2.51 470848 24882940 2082088 6.14 4608724 21460832 8 13:23:23 09:13:01 5100352 31403732 823828 2.51 470884 24882932 2082088 6.14 4608852 21460836 12 13:23:23 09:14:01 5100732 31404152 823724 2.51 470900 24882944 2082088 6.14 4608812 21460840 24 13:23:23 09:15:01 5100000 31403424 824412 2.51 470924 24882948 2082088 6.14 4608812 21460844 8 13:23:23 09:16:01 5099952 31403380 824392 2.51 470932 24882952 2082088 6.14 4608828 21460848 24 13:23:23 09:17:01 5100076 31403572 824192 2.51 470948 24882956 2082088 6.14 4608936 21460852 28 13:23:23 09:18:01 5099996 31403496 824188 2.51 470956 24882956 2082088 6.14 4608968 21460836 8 13:23:23 09:19:01 5099956 31403468 824280 2.51 470960 24882960 2082088 6.14 4608896 21460840 4 13:23:23 09:20:01 5099940 31403456 824232 2.51 470968 24882964 2082088 6.14 4608896 21460844 28 13:23:23 09:21:01 5099640 31403156 824472 2.51 470976 24882964 2082088 6.14 4608916 21460844 12 13:23:23 09:22:01 5100096 31403616 824056 2.51 470984 24882968 2098136 6.19 4608900 21460848 24 13:23:23 09:23:01 5100296 31403816 824004 2.51 471000 24882968 2114196 6.23 4608960 21460848 4 13:23:23 09:24:01 5100256 31403832 824020 2.51 471016 24882972 2114196 6.23 4608980 21460852 24 13:23:23 09:25:01 5100232 31403776 824020 2.51 471028 24882980 2114196 6.23 4608960 21460856 36 13:23:23 09:26:01 5100384 31403952 824012 2.51 471048 24882980 2114196 6.23 4609396 21460860 192 13:23:23 09:27:01 5100920 31404496 823460 2.51 471064 24882984 2114196 6.23 4609000 21460864 28 13:23:23 09:28:01 5100944 31404572 823380 2.50 471096 24882988 2114196 6.23 4609392 21460864 4 13:23:23 09:29:01 5100928 31404576 823360 2.50 471112 24882992 2114196 6.23 4609076 21460868 28 13:23:23 09:30:01 5100912 31404568 823296 2.50 471128 24882996 2114196 6.23 4609092 21460876 4 13:23:23 09:31:01 5100800 31404456 823328 2.50 471148 24882996 2114196 6.23 4609076 21460876 12 13:23:23 09:32:01 5100436 31404156 823628 2.51 471168 24883000 2114196 6.23 4609212 21460884 8 13:23:23 09:33:01 5099972 31403736 823980 2.51 471216 24882988 2114196 6.23 4609672 21460884 16 13:23:23 09:34:01 5099468 31403260 824448 2.51 471228 24883008 2114196 6.23 4609440 21460888 36 13:23:23 09:35:01 5099704 31403532 824128 2.51 471248 24883012 2114196 6.23 4609484 21460892 28 13:23:23 09:36:01 5099808 31403656 824160 2.51 471268 24883012 2114196 6.23 4609756 21460892 8 13:23:23 09:37:01 5099792 31403644 824120 2.51 471296 24883012 2114196 6.23 4609424 21460896 28 13:23:23 09:38:01 5099524 31403404 824364 2.51 471300 24883016 2114196 6.23 4609492 21460896 8 13:23:23 09:39:01 5099696 31403584 824068 2.51 471328 24883020 2114196 6.23 4609436 21460900 4 13:23:23 09:40:01 5099584 31403476 824104 2.51 471340 24883024 2114196 6.23 4609456 21460904 28 13:23:23 09:41:01 5099568 31403564 823980 2.51 471356 24883088 2114196 6.23 4609476 21460968 8 13:23:23 09:42:01 5099268 31403268 824204 2.51 471368 24883092 2097412 6.18 4609476 21460972 28 13:23:23 09:43:01 5099120 31403148 824468 2.51 471404 24883096 2081340 6.14 4609584 21460972 48 13:23:23 09:44:01 5099320 31403420 824424 2.51 471428 24883104 2081340 6.14 4609560 21460988 40 13:23:23 09:45:01 5099336 31403436 824352 2.51 471440 24883108 2081340 6.14 4609840 21460992 188 13:23:23 09:46:01 5100108 31404208 823568 2.51 471448 24883108 2081340 6.14 4609580 21460992 8 13:23:23 09:47:01 5099800 31404052 823700 2.51 471468 24883240 2081340 6.14 4609604 21461120 28 13:23:23 09:48:01 5099752 31404004 823720 2.51 471488 24883240 2081340 6.14 4609664 21461120 4 13:23:23 09:49:01 5099752 31404008 823648 2.51 471504 24883244 2081340 6.14 4609584 21461124 28 13:23:23 09:50:01 5099460 31403780 823872 2.51 471532 24883248 2081340 6.14 4609940 21461132 168 13:23:23 09:51:01 5099760 31404080 823556 2.51 471548 24883248 2081340 6.14 4609668 21461132 12 13:23:23 09:52:01 5099744 31404072 823524 2.51 471560 24883256 2081340 6.14 4609696 21461140 4 13:23:23 09:53:01 5099728 31404124 823508 2.51 471580 24883252 2081340 6.14 4609816 21461136 8 13:23:23 09:54:01 5099932 31404336 823212 2.50 471604 24883260 2081340 6.14 4609764 21461140 28 13:23:23 09:55:01 5099696 31404164 823348 2.50 471640 24883260 2081340 6.14 4609844 21461144 12 13:23:23 09:56:01 5099104 31403576 823856 2.51 471660 24883264 2081340 6.14 4609824 21461148 8 13:23:23 09:57:01 5099288 31403912 823664 2.51 471668 24883396 2097396 6.18 4609872 21461276 8 13:23:23 09:58:01 5099256 31403888 823672 2.51 471692 24883384 2097396 6.18 4609948 21461276 8 13:23:23 09:59:02 5098680 31403316 824208 2.51 471716 24883400 2097396 6.18 4609892 21461280 28 13:23:23 10:00:01 5098672 31403356 824128 2.51 471740 24883404 2097500 6.18 4609924 21461280 8 13:23:23 10:01:01 5097544 31402264 825164 2.51 471760 24883412 2097500 6.18 4609976 21461288 8 13:23:23 10:02:01 5097716 31402464 824904 2.51 471780 24883416 2097500 6.18 4609996 21461296 28 13:23:23 10:03:01 5097496 31402264 825052 2.51 471804 24883416 2097500 6.18 4610372 21461296 8 13:23:23 10:04:01 5098544 31403316 823920 2.51 471844 24883412 2097500 6.18 4610020 21461300 24 13:23:23 10:05:01 5098064 31402896 824360 2.51 471868 24883420 2097500 6.18 4610400 21461304 12 13:23:23 10:06:01 5097980 31402864 824580 2.51 471888 24883424 2097500 6.18 4610356 21461304 8 13:23:23 10:07:01 5097964 31402852 824536 2.51 471916 24883428 2097500 6.18 4610412 21461308 28 13:23:23 10:08:01 5098168 31403060 824280 2.51 471936 24883428 2097500 6.18 4610472 21461308 8 13:23:23 10:09:01 5097884 31402840 824508 2.51 471964 24883424 2097500 6.18 4610204 21461316 28 13:23:23 10:10:01 5097884 31402868 824484 2.51 471976 24883436 2097500 6.18 4610212 21461316 4 13:23:23 10:11:01 5097572 31402584 824920 2.51 472000 24883440 2097500 6.18 4610540 21461320 192 13:23:23 10:12:01 5098092 31403120 824380 2.51 472016 24883444 2097500 6.18 4610272 21461324 24 13:23:23 10:13:01 5098344 31403372 824172 2.51 472044 24883444 2097500 6.18 4610640 21461324 8 13:23:23 10:14:01 5098596 31403628 823900 2.51 472060 24883440 2080660 6.13 4610280 21461328 24 13:23:23 10:15:01 5098320 31403416 824116 2.51 472076 24883448 2080660 6.13 4610320 21461332 4 13:23:23 10:16:01 5098280 31403384 824120 2.51 472088 24883452 2080660 6.13 4610320 21461336 28 13:23:23 10:17:01 5098524 31403768 823668 2.51 472100 24883588 2080660 6.13 4610344 21461472 4 13:23:23 10:18:01 5060676 31380296 843388 2.57 472536 24895920 2168036 6.39 4631952 21470560 972 13:23:23 10:19:01 5060408 31380032 843596 2.57 472564 24895908 2168036 6.39 4631884 21470564 60 13:23:23 10:20:01 5060928 31380584 843028 2.56 472580 24895924 2168036 6.39 4631900 21470564 12 13:23:23 10:21:01 5060912 31380572 842964 2.56 472596 24895928 2168036 6.39 4631908 21470568 8 13:23:23 10:22:01 5061368 31381068 842528 2.56 472616 24895936 2168036 6.39 4631836 21470576 4 13:23:23 10:23:01 5061280 31380980 842680 2.56 472644 24895936 2168036 6.39 4631912 21470576 12 13:23:23 10:24:01 5061020 31380784 842836 2.56 472692 24895940 2168036 6.39 4632180 21470584 32 13:23:23 10:25:01 5061004 31380828 842776 2.56 472716 24895940 2168036 6.39 4631972 21470588 12 13:23:23 10:26:01 5061744 31381580 841996 2.56 472736 24895944 2168036 6.39 4631996 21470596 8 13:23:23 10:27:01 5061664 31381520 842032 2.56 472756 24895948 2168036 6.39 4632000 21470600 8 13:23:23 10:28:01 5061428 31381284 842232 2.56 472776 24895948 2168036 6.39 4632068 21470600 8 13:23:23 10:29:01 5061380 31381284 842208 2.56 472800 24895940 2168036 6.39 4632076 21470592 28 13:23:23 10:30:01 5060612 31380548 843140 2.57 472828 24895948 2168036 6.39 4632080 21470592 8 13:23:23 10:31:01 5050740 31370848 853048 2.60 472852 24896080 2168036 6.39 4643208 21470728 4 13:23:23 10:32:01 5050732 31370844 852992 2.59 472880 24896096 2168036 6.39 4643384 21470732 68 13:23:23 10:33:01 5050432 31370588 853220 2.60 472892 24896096 2168036 6.39 4643428 21470728 8 13:23:23 10:34:01 5049424 31369548 854232 2.60 472916 24896100 2168036 6.39 4644120 21470740 28 13:23:23 10:35:01 5049220 31369364 854344 2.60 472944 24896100 2168036 6.39 4643772 21470740 8 13:23:23 10:36:01 5049208 31369392 854516 2.60 472956 24896104 2168036 6.39 4643852 21470744 40 13:23:23 10:37:01 5049444 31369656 854228 2.60 472980 24896108 2168036 6.39 4643700 21470748 12 13:23:23 10:38:01 5049428 31369644 854172 2.60 472992 24896108 2168036 6.39 4643804 21470748 8 13:23:23 10:39:01 5049000 31369232 854516 2.60 473024 24896100 2168036 6.39 4644008 21470752 20 13:23:23 10:40:01 5048952 31369220 854464 2.60 473048 24896112 2168036 6.39 4643792 21470752 8 13:23:23 10:41:01 5049124 31369400 854188 2.60 473080 24896120 2168036 6.39 4643776 21470756 36 13:23:23 10:42:01 5049328 31369668 853904 2.60 473096 24896124 2168036 6.39 4644124 21470764 4 13:23:23 10:43:01 5049336 31369680 853796 2.60 473128 24896124 2168036 6.39 4644208 21470768 12 13:23:23 10:44:01 5049540 31369948 853496 2.60 473164 24896120 2168036 6.39 4643916 21470776 4 13:23:23 10:45:01 5048680 31369124 854200 2.60 473196 24896128 2168036 6.39 4643896 21470776 12 13:23:23 10:46:01 5048664 31369168 854268 2.60 473228 24896132 2168036 6.39 4643960 21470772 4 13:23:23 10:47:01 5048388 31368932 854504 2.60 473244 24896136 2184180 6.44 4644020 21470776 32 13:23:23 10:48:01 5049104 31369664 853720 2.60 473256 24896136 2184180 6.44 4644100 21470776 8 13:23:23 10:49:01 5049072 31369656 853692 2.60 473272 24896148 2184180 6.44 4644052 21470788 4 13:23:23 10:50:01 5048300 31368900 854384 2.60 473300 24896148 2184180 6.44 4644048 21470788 12 13:23:23 10:51:01 5048368 31369036 854116 2.60 473324 24896152 2184180 6.44 4644460 21470792 200 13:23:23 10:52:01 5048636 31369344 853816 2.60 473348 24896152 2184180 6.44 4644140 21470796 4 13:23:23 10:53:01 5048856 31369568 853576 2.60 473364 24896156 2184180 6.44 4644524 21470800 8 13:23:23 10:54:01 5048456 31369220 854108 2.60 473396 24896152 2184180 6.44 4644472 21470800 4 13:23:23 10:55:01 5048432 31369232 854068 2.60 473416 24896160 2184180 6.44 4644224 21470800 12 13:23:23 10:56:01 5048668 31369492 853788 2.60 473436 24896164 2184180 6.44 4644248 21470804 4 13:23:23 10:57:01 5051480 31372324 850920 2.59 473456 24896164 2184180 6.44 4641720 21470804 8 13:23:23 10:58:01 5051380 31372248 851148 2.59 473476 24896172 2184180 6.44 4642088 21470808 196 13:23:23 10:59:01 5051616 31372508 850836 2.59 473512 24896176 2184180 6.44 4641772 21470812 56 13:23:23 11:00:01 5051592 31372544 850772 2.59 473540 24896176 2184180 6.44 4641820 21470816 8 13:23:23 11:01:01 5051048 31372012 851236 2.59 473552 24896180 2184180 6.44 4641832 21470816 28 13:23:23 11:02:01 5050992 31372100 851088 2.59 473568 24896308 2184180 6.44 4641928 21470948 36 13:23:23 11:03:01 5050952 31372064 851052 2.59 473588 24896304 2184180 6.44 4641912 21470952 4 13:23:23 11:04:01 5050676 31371792 851280 2.59 473620 24896304 2184180 6.44 4641948 21470956 28 13:23:23 11:05:01 5050508 31371688 851348 2.59 473640 24896320 2184180 6.44 4642076 21470960 24 13:23:23 11:06:01 5050460 31371644 851332 2.59 473640 24896324 2184180 6.44 4641956 21470964 24 13:23:23 11:07:01 5050728 31371948 851032 2.59 473648 24896328 2167576 6.39 4641972 21470964 4 13:23:23 11:08:01 5050368 31371604 851576 2.59 473660 24896332 2167576 6.39 4642340 21470972 216 13:23:23 11:09:01 5050644 31371884 851288 2.59 473668 24896336 2183632 6.44 4642004 21470976 4 13:23:23 11:10:01 5050864 31372124 851016 2.59 473676 24896336 2183632 6.44 4642008 21470976 12 13:23:23 11:11:01 5050304 31371580 851536 2.59 473692 24896340 2183632 6.44 4642036 21470980 4 13:23:23 11:12:01 5050512 31371804 851472 2.59 473712 24896340 2183632 6.44 4642280 21470980 12 13:23:23 11:13:01 5049952 31371280 851868 2.59 473736 24896344 2183632 6.44 4642052 21470984 8 13:23:23 11:14:01 5050188 31371588 851584 2.59 473764 24896348 2183632 6.44 4642036 21470992 4 13:23:23 11:15:01 5049596 31371004 852056 2.59 473784 24896348 2183632 6.44 4642072 21470988 12 13:23:23 11:16:01 5050100 31371528 851540 2.59 473792 24896352 2183632 6.44 4642068 21470992 4 13:23:23 11:17:01 5049848 31371276 851772 2.59 473808 24896356 2166956 6.39 4642088 21470992 24 13:23:23 11:18:01 5050156 31371616 851440 2.59 473820 24896360 2166956 6.39 4642180 21471000 8 13:23:23 11:19:01 5049352 31370828 852220 2.59 473840 24896364 2166956 6.39 4642420 21471004 28 13:23:23 11:20:01 5050116 31371596 851392 2.59 473856 24896364 2166956 6.39 4642132 21471004 8 13:23:23 11:21:01 5049352 31370840 852132 2.59 473864 24896372 2150652 6.34 4642132 21471012 16 13:23:23 11:22:01 5049556 31371092 851860 2.59 473872 24896372 2150652 6.34 4642156 21471012 4 13:23:23 11:23:01 5049368 31370916 852184 2.59 473892 24896376 2166704 6.39 4642544 21471016 32 13:23:23 11:24:01 5049888 31371440 851608 2.59 473912 24896380 2166704 6.39 4642204 21471020 4 13:23:23 11:25:01 5049344 31370936 852132 2.59 473920 24896384 2166704 6.39 4642244 21471020 24 13:23:23 11:26:01 5049296 31370900 852104 2.59 473936 24896388 2166704 6.39 4642232 21471024 4 13:23:23 11:27:01 5049532 31371152 851784 2.59 473960 24896388 2166704 6.39 4642268 21471024 12 13:23:23 11:28:01 5049256 31370904 852076 2.59 473984 24896392 2166704 6.39 4642332 21471028 12 13:23:23 11:29:01 5049248 31370908 852008 2.59 473992 24896396 2166704 6.39 4642276 21471032 28 13:23:23 11:30:01 5049168 31370864 852024 2.59 474008 24896384 2166704 6.39 4642324 21471032 12 13:23:23 11:31:01 5049412 31371144 851688 2.59 474020 24896400 2166704 6.39 4642332 21471040 8 13:23:23 11:32:01 5049272 31371016 851984 2.59 474024 24896400 2166704 6.39 4642412 21471040 12 13:23:23 11:33:01 5049272 31371024 851936 2.59 474044 24896404 2166704 6.39 4642444 21471044 8 13:23:23 11:34:01 5048748 31370760 852172 2.59 474068 24896404 2182928 6.44 4642792 21471040 4 13:23:23 11:35:01 5048772 31370948 851928 2.59 474084 24896540 2166264 6.39 4642640 21471172 24 13:23:23 11:36:01 5048692 31370884 851928 2.59 474100 24896544 2166264 6.39 4642636 21471176 4 13:23:23 11:37:01 5048608 31370832 852144 2.59 474120 24896548 2166264 6.39 4642576 21471180 8 13:23:23 11:38:01 5048584 31370820 852112 2.59 474136 24896552 2166264 6.39 4642628 21471184 28 13:23:23 11:39:01 5048768 31371040 852064 2.59 474152 24896556 2166264 6.39 4642668 21471188 4 13:23:23 11:40:01 5049236 31371512 851780 2.59 474168 24896552 2166264 6.39 4642620 21471188 12 13:23:23 11:41:01 5049008 31371288 851960 2.59 474188 24896560 2166264 6.39 4642636 21471192 4 13:23:23 11:42:01 5048960 31371276 851932 2.59 474204 24896560 2166264 6.39 4642672 21471192 8 13:23:23 11:43:01 5048596 31370920 852212 2.59 474216 24896568 2166264 6.39 4642752 21471196 24 13:23:23 11:44:01 5048612 31370968 852148 2.59 474244 24896572 2166264 6.39 4642700 21471200 8 13:23:23 11:45:01 5048784 31371144 851884 2.59 474272 24896572 2166264 6.39 4642760 21471200 4 13:23:23 11:46:01 5048888 31371316 851916 2.59 474284 24896576 2166264 6.39 4642772 21471208 28 13:23:23 11:47:01 5048904 31371344 851848 2.59 474308 24896576 2166264 6.39 4643060 21471208 8 13:23:23 11:48:01 5048636 31371112 852128 2.59 474328 24896580 2166264 6.39 4642852 21471212 8 13:23:23 11:49:01 5049124 31371624 851600 2.59 474356 24896576 2166264 6.39 4642828 21471216 28 13:23:23 11:50:01 5049612 31372112 851080 2.59 474364 24896584 2166264 6.39 4642812 21471216 12 13:23:23 11:51:01 5049564 31372068 851064 2.59 474368 24896588 2166264 6.39 4642832 21471220 28 13:23:23 11:52:01 5049816 31372360 850904 2.59 474384 24896588 2166264 6.39 4642852 21471220 8 13:23:23 11:53:01 5049492 31372044 851172 2.59 474396 24896596 2166264 6.39 4642912 21471224 32 13:23:23 11:54:01 5049456 31372012 851360 2.59 474416 24896600 2166264 6.39 4642868 21471228 24 13:23:23 11:55:01 5049408 31372044 851352 2.59 474444 24896604 2166264 6.39 4642964 21471232 52 13:23:23 11:56:01 5049100 31371744 851624 2.59 474456 24896608 2166264 6.39 4642928 21471236 28 13:23:23 11:57:01 5048800 31371468 851848 2.59 474476 24896608 2166264 6.39 4642960 21471240 12 13:23:23 11:58:01 5048580 31371272 851952 2.59 474492 24896612 2166264 6.39 4643024 21471244 28 13:23:23 11:59:01 5048532 31371244 851916 2.59 474512 24896612 2166264 6.39 4642984 21471244 8 13:23:23 12:00:01 5048768 31371508 851640 2.59 474536 24896608 2182308 6.43 4643024 21471248 28 13:23:23 12:01:01 5048500 31371244 851828 2.59 474540 24896624 2182308 6.43 4643004 21471252 8 13:23:23 12:02:01 5048500 31371276 851812 2.59 474552 24896624 2182308 6.43 4643032 21471252 12 13:23:23 12:03:01 5048444 31371248 851940 2.59 474564 24896628 2182308 6.43 4643188 21471256 8 13:23:23 12:04:01 5048932 31371760 851412 2.59 474588 24896628 2182308 6.43 4643156 21471256 12 13:23:23 12:05:01 5048860 31371700 851440 2.59 474616 24896624 2182308 6.43 4643348 21471264 12 13:23:23 12:06:01 5048592 31371468 851668 2.59 474624 24896636 2182308 6.43 4643128 21471268 24 13:23:23 12:07:01 5048576 31371460 851656 2.59 474636 24896636 2182308 6.43 4643408 21471268 4 13:23:23 12:08:01 5048776 31371684 851644 2.59 474644 24896640 2182308 6.43 4643416 21471272 8 13:23:23 12:09:01 5048556 31371464 851840 2.59 474668 24896640 2182308 6.43 4643160 21471272 8 13:23:23 12:10:01 5048516 31371452 851864 2.59 474676 24896648 2182308 6.43 4643164 21471276 40 13:23:23 12:11:01 5049044 31371996 851248 2.59 474704 24896656 2182308 6.43 4643172 21471280 4 13:23:23 12:12:01 5048932 31371912 851300 2.59 474716 24896656 2182308 6.43 4643220 21471280 8 13:23:23 12:13:01 5048664 31371660 851484 2.59 474748 24896660 2182308 6.43 4643272 21471284 4 13:23:23 12:14:01 5048832 31371860 851464 2.59 474768 24896660 2182308 6.43 4643244 21471284 12 13:23:23 12:15:01 5048240 31371296 852012 2.59 474796 24896656 2165316 6.38 4643580 21471288 4 13:23:23 12:16:01 5048484 31371576 851680 2.59 474820 24896668 2149028 6.34 4643308 21471292 28 13:23:23 12:17:01 5048404 31371520 851688 2.59 474844 24896668 2149028 6.34 4643320 21471292 8 13:23:23 12:18:01 5069352 31392432 834840 2.54 474876 24897036 2063236 6.08 4630472 21467176 208 13:23:23 12:19:01 5070400 31393560 833692 2.54 474888 24897104 2063236 6.08 4630424 21467240 24 13:23:23 12:20:01 5070592 31393760 833672 2.54 474904 24897096 2063236 6.08 4630400 21467244 8 13:23:23 12:21:01 5070576 31393748 833632 2.54 474924 24897112 2063236 6.08 4630400 21467248 12 13:23:23 12:22:01 5070308 31393516 833836 2.54 474932 24897112 2063236 6.08 4630456 21467248 8 13:23:23 12:23:01 5070260 31393544 833724 2.54 474960 24897180 2063236 6.08 4630516 21467320 4 13:23:23 12:24:01 5070724 31394044 833184 2.53 474984 24897180 2063236 6.08 4630472 21467320 12 13:23:23 12:25:01 5070676 31394024 833140 2.53 475024 24897172 2063236 6.08 4630496 21467324 8 13:23:23 12:26:01 5070628 31394020 833080 2.53 475052 24897192 2063236 6.08 4630556 21467328 44 13:23:23 12:27:01 5070580 31394000 833056 2.53 475064 24897192 2063236 6.08 4630564 21467328 8 13:23:23 12:28:01 5070436 31393872 833120 2.53 475080 24897196 2063236 6.08 4630636 21467332 8 13:23:23 12:29:01 5070420 31393876 833052 2.53 475096 24897200 2063236 6.08 4630612 21467332 4 13:23:23 12:30:01 5070152 31393628 833288 2.54 475112 24897200 2063236 6.08 4630608 21467336 24 13:23:23 12:31:01 5070156 31393788 833316 2.54 475128 24897336 2063236 6.08 4630624 21467468 12 13:23:23 12:32:01 5069832 31393468 833592 2.54 475152 24897336 2063236 6.08 4630644 21467468 8 13:23:23 12:33:01 5069748 31393428 833820 2.54 475160 24897340 2063236 6.08 4630728 21467472 8 13:23:23 12:34:01 5069376 31393116 834044 2.54 475176 24897340 2095696 6.18 4630928 21467476 12 13:23:23 12:35:01 5069872 31393616 833568 2.54 475200 24897344 2095696 6.18 4630800 21467480 16 13:23:23 12:36:01 5060956 31385772 839540 2.55 475236 24897932 2095652 6.18 4638736 21468024 192 13:23:23 12:37:01 5067752 31392324 834908 2.54 475260 24897928 2094720 6.18 4630884 21468016 28 13:23:23 12:38:01 5068044 31392632 834572 2.54 475268 24897932 2094720 6.18 4630932 21468020 8 13:23:23 12:39:01 5068468 31393184 833948 2.54 475280 24898060 2094720 6.18 4630892 21468148 8 13:23:23 12:40:01 5068248 31392988 834108 2.54 475292 24898064 2094720 6.18 4630892 21468152 8 13:23:23 12:41:01 5068240 31392996 834136 2.54 475324 24898060 2094720 6.18 4631108 21468156 16 13:23:23 12:42:01 5068436 31393232 833972 2.54 475340 24898072 2094720 6.18 4630964 21468156 24 13:23:23 12:43:01 5068364 31393172 833972 2.54 475356 24898076 2094720 6.18 4631252 21468160 12 13:23:23 12:44:01 5068308 31393132 833964 2.54 475368 24898076 2094720 6.18 4630972 21468160 8 13:23:23 12:45:01 5068236 31393080 833968 2.54 475372 24898084 2094720 6.18 4631000 21468168 4 13:23:23 12:46:01 5068188 31393040 833940 2.54 475384 24898088 2094720 6.18 4630988 21468172 24 13:23:23 12:47:01 5067856 31392720 834200 2.54 475396 24898088 2094720 6.18 4631000 21468172 4 13:23:23 12:48:01 5068056 31392944 834132 2.54 475412 24898092 2094720 6.18 4631320 21468180 28 13:23:23 12:49:01 5068292 31393200 833840 2.54 475436 24898092 2094720 6.18 4631028 21468180 8 13:23:23 12:50:01 5068600 31393516 833496 2.54 475448 24898096 2094720 6.18 4631028 21468184 8 13:23:23 12:51:01 5068728 31393684 833496 2.54 475476 24898096 2094720 6.18 4631076 21468188 8 13:23:23 12:52:01 5068428 31393420 833776 2.54 475484 24898100 2094720 6.18 4631092 21468188 8 13:23:23 12:53:01 5068460 31393464 833660 2.54 475504 24898104 2094720 6.18 4631160 21468192 8 13:23:23 12:54:01 5068160 31393184 833880 2.54 475520 24898108 2094720 6.18 4631132 21468192 20 13:23:23 12:55:01 5068048 31393096 833912 2.54 475532 24898112 2094720 6.18 4631136 21468196 4 13:23:23 12:56:01 5068504 31393564 833376 2.54 475564 24898100 2094720 6.18 4631148 21468196 8 13:23:23 12:57:01 5068204 31393316 833688 2.54 475568 24898116 2094720 6.18 4631188 21468204 8 13:23:23 12:58:01 5068380 31393504 833632 2.54 475572 24898124 2094720 6.18 4631504 21468208 4 13:23:23 12:59:01 5068340 31393468 833648 2.54 475580 24898124 2094720 6.18 4631368 21468208 12 13:23:23 13:00:01 5068292 31393436 833612 2.54 475604 24898128 2094720 6.18 4631200 21468216 4 13:23:23 13:01:01 5067960 31393128 833872 2.54 475628 24898120 2094720 6.18 4631512 21468216 8 13:23:23 13:02:01 5068116 31393316 833628 2.54 475636 24898132 2094720 6.18 4631244 21468220 8 13:23:23 13:03:01 5068360 31393572 833304 2.54 475648 24898140 2094720 6.18 4631316 21468224 36 13:23:23 13:04:01 5068028 31393256 833548 2.54 475660 24898140 2094720 6.18 4631424 21468228 28 13:23:23 13:05:01 5068156 31393392 833564 2.54 475672 24898144 2094720 6.18 4631284 21468232 32 13:23:23 13:06:01 5068148 31393388 833536 2.54 475700 24898128 2078200 6.13 4631264 21468232 8 13:23:23 13:07:01 5068132 31393428 833508 2.54 475708 24898148 2078200 6.13 4631316 21468236 28 13:23:23 13:08:01 5067832 31393148 833732 2.54 475712 24898152 2078200 6.13 4631404 21468240 4 13:23:23 13:09:01 5067816 31393136 833672 2.54 475728 24898152 2078200 6.13 4631612 21468240 12 13:23:23 13:10:01 5067744 31393084 833696 2.54 475728 24898156 2078200 6.13 4631348 21468244 28 13:23:23 13:11:01 5067716 31393056 833884 2.54 475740 24898156 2094244 6.17 4631348 21468244 4 13:23:23 13:12:01 5067448 31392808 834104 2.54 475760 24898160 2110300 6.22 4631380 21468248 28 13:23:23 13:13:01 5067400 31392788 834064 2.54 475776 24898168 2110300 6.22 4631732 21468252 36 13:23:23 13:14:01 5067092 31392484 834312 2.54 475784 24898168 2110300 6.22 4631400 21468256 8 13:23:23 13:15:01 5067536 31392960 834104 2.54 475804 24898176 2110300 6.22 4631684 21468264 4 13:23:23 13:16:01 5067496 31392940 834144 2.54 475808 24898172 2110300 6.22 4631424 21468264 12 13:23:23 13:17:01 5067756 31393204 833872 2.54 475812 24898180 2110300 6.22 4631424 21468268 4 13:23:23 13:18:01 5067692 31393160 833964 2.54 475820 24898184 2110300 6.22 4631980 21468272 220 13:23:23 13:19:01 5067724 31393192 833920 2.54 475832 24898184 2110300 6.22 4631436 21468272 4 13:23:23 13:20:01 5067708 31393196 833864 2.54 475848 24898188 2110300 6.22 4631472 21468276 24 13:23:23 13:21:01 5067172 31392740 834280 2.54 475884 24898240 2110300 6.22 4631468 21468340 8 13:23:23 13:22:01 5066652 31392256 834744 2.54 475900 24898260 2110300 6.22 4631496 21468344 4 13:23:23 13:23:01 5067048 31392688 834504 2.54 475908 24898264 2110300 6.22 4631600 21468352 24 13:23:23 Average: 5293534 31363787 862361 2.62 468456 24662310 2185099 6.44 4615682 21269236 11791 13:23:23 13:23:23 07:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:23:23 07:24:01 docker0 781.35 799.55 58.43 4680.70 0.00 0.00 0.00 0.00 13:23:23 07:24:01 ens3 974.57 889.67 8075.24 127.54 0.00 0.00 0.00 0.00 13:23:23 07:24:01 vethb6c4098 0.05 0.17 0.00 0.01 0.00 0.00 0.00 0.00 13:23:23 07:24:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 13:23:23 07:25:01 docker0 1.17 1.17 0.09 0.11 0.00 0.00 0.00 0.00 13:23:23 07:25:01 ens3 22.51 15.28 17.34 9.85 0.00 0.00 0.00 0.00 13:23:23 07:25:01 vethb6c4098 1.17 1.20 0.10 0.11 0.00 0.00 0.00 0.00 13:23:23 07:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:26:01 ens3 21.55 13.68 20.96 10.57 0.00 0.00 0.00 0.00 13:23:23 07:26:01 vethb6c4098 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:27:01 vethe69db14 1.67 3.95 0.14 43.19 0.00 0.00 0.00 0.00 13:23:23 07:27:01 veth55a1209 8.62 4.52 125.00 0.40 0.00 0.00 0.00 0.00 13:23:23 07:27:01 vethc376c2d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:27:01 vethdb7bcad 4.52 8.62 0.40 125.00 0.00 0.00 0.00 0.01 13:23:23 07:27:01 veth94bfb19 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:27:01 veth7ae2d59 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:27:01 docker0 12.51 22.98 0.93 324.59 0.00 0.00 0.00 0.00 13:23:23 07:27:01 veth2fede7d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:27:01 veth6c31fda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:27:01 veth58407e3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:27:01 ens3 124.15 77.92 2547.15 20.93 0.00 0.00 0.00 0.00 13:23:23 07:27:01 veth7f34637 3.95 1.67 43.19 0.14 0.00 0.00 0.00 0.00 13:23:23 07:27:01 veth99ef133 0.62 1.08 0.05 0.26 0.00 0.00 0.00 0.00 13:23:23 07:27:01 lo 1.40 1.40 0.14 0.14 0.00 0.00 0.00 0.00 13:23:23 07:28:01 veth2c23848 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 13:23:23 07:28:01 veth218c89e 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 13:23:23 07:28:01 vethc2d91a6 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 13:23:23 07:28:01 docker0 598.02 974.70 52.53 9176.94 0.00 0.00 0.00 0.00 13:23:23 07:28:01 vethc01d4a1 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 13:23:23 07:28:01 vethb962ab5 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 13:23:23 07:28:01 veth1161146 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 13:23:23 07:28:01 vetha660cc1 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 13:23:23 07:28:01 veth85d9a95 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 13:23:23 07:28:01 ens3 1221.60 716.44 12487.75 85.77 0.00 0.00 0.00 0.00 13:23:23 07:28:01 vethcf1db0a 0.05 0.50 0.00 0.03 0.00 0.00 0.00 0.00 13:23:23 07:28:01 veth99ef133 0.07 2.60 0.00 0.11 0.00 0.00 0.00 0.00 13:23:23 07:28:01 veth5f4dc58 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 13:23:23 07:28:01 veth24e2c72 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 13:23:23 07:28:01 veth20bb391 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 13:23:23 07:28:01 lo 0.80 0.80 0.08 0.08 0.00 0.00 0.00 0.00 13:23:23 07:29:01 veth2c23848 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:29:01 veth218c89e 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:29:01 vethc2d91a6 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:29:01 docker0 0.10 0.08 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:29:01 vethc01d4a1 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:29:01 vethb962ab5 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:29:01 veth1161146 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:29:01 vetha660cc1 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:29:01 veth85d9a95 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:29:01 ens3 7.12 4.29 5.75 3.08 0.00 0.00 0.00 0.00 13:23:23 07:29:01 vethcf1db0a 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:29:01 veth99ef133 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 07:29:01 veth5f4dc58 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:29:01 veth24e2c72 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:29:01 veth20bb391 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:29:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 13:23:23 07:30:01 veth2c23848 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:30:01 veth218c89e 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:30:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:30:01 vethc01d4a1 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:30:01 vethb962ab5 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:30:01 veth1161146 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:30:01 vetha660cc1 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:30:01 veth85d9a95 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:30:01 ens3 7.88 4.15 6.42 3.45 0.00 0.00 0.00 0.00 13:23:23 07:30:01 vethcf1db0a 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:30:01 veth99ef133 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:30:01 veth5f4dc58 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:30:01 veth20bb391 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:31:02 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:31:02 ens3 33.19 29.07 19.78 133.37 0.00 0.00 0.00 0.00 13:23:23 07:31:02 lo 2.80 2.80 0.28 0.28 0.00 0.00 0.00 0.00 13:23:23 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:32:01 ens3 417.52 435.76 207.87 1970.07 0.00 0.00 0.00 0.00 13:23:23 07:32:01 lo 39.65 39.65 3.88 3.88 0.00 0.00 0.00 0.00 13:23:23 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:33:01 ens3 386.95 385.24 150.94 2473.48 0.00 0.00 0.00 0.00 13:23:23 07:33:01 lo 24.60 24.60 2.40 2.40 0.00 0.00 0.00 0.00 13:23:23 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:34:01 ens3 46.37 42.44 22.88 238.61 0.00 0.00 0.00 0.00 13:23:23 07:34:01 lo 3.60 3.60 0.35 0.35 0.00 0.00 0.00 0.00 13:23:23 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:35:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 07:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:36:01 ens3 0.55 0.42 0.27 0.21 0.00 0.00 0.00 0.00 13:23:23 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:37:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 07:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:38:01 ens3 0.23 0.13 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:39:01 ens3 0.18 0.13 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 07:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:40:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:41:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 07:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:42:01 ens3 0.20 0.05 0.07 0.00 0.00 0.00 0.00 0.00 13:23:23 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:43:01 ens3 0.27 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 07:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:44:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:45:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 07:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:46:01 ens3 0.18 0.03 0.07 0.00 0.00 0.00 0.00 0.00 13:23:23 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:47:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 07:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:48:01 ens3 0.22 0.13 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:49:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 07:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:50:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:51:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 13:23:23 07:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:52:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:53:01 ens3 0.28 0.23 0.09 0.08 0.00 0.00 0.00 0.00 13:23:23 07:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:54:01 ens3 0.03 0.02 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 07:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:55:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 07:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:56:01 ens3 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 07:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:57:01 ens3 0.23 0.17 0.10 0.01 0.00 0.00 0.00 0.00 13:23:23 07:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:58:01 ens3 0.23 0.15 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 07:59:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 07:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:00:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:01:01 ens3 0.32 0.20 0.08 0.01 0.00 0.00 0.00 0.00 13:23:23 08:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:02:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:03:01 ens3 0.28 0.23 0.09 0.08 0.00 0.00 0.00 0.00 13:23:23 08:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:04:01 ens3 0.70 0.35 0.30 0.21 0.00 0.00 0.00 0.00 13:23:23 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:05:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 08:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:06:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:07:01 ens3 0.22 0.10 0.07 0.01 0.00 0.00 0.00 0.00 13:23:23 08:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:08:01 ens3 0.28 0.12 0.14 0.07 0.00 0.00 0.00 0.00 13:23:23 08:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:09:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 08:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:10:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 08:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:11:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 08:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:12:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 08:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:13:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 08:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:14:01 ens3 0.17 0.05 0.07 0.00 0.00 0.00 0.00 0.00 13:23:23 08:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:15:01 ens3 0.18 0.08 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 08:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:16:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 08:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:17:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 08:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:18:01 ens3 0.23 0.12 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 08:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:19:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:20:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:21:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 08:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:22:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:23:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 08:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:24:01 ens3 0.20 0.10 0.12 0.01 0.00 0.00 0.00 0.00 13:23:23 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:25:01 ens3 0.13 0.12 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 08:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:26:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 08:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:27:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 08:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:28:01 ens3 0.25 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:29:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 08:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:30:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 08:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:31:01 ens3 0.28 0.20 0.08 0.01 0.00 0.00 0.00 0.00 13:23:23 08:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:32:01 ens3 0.23 0.23 0.11 0.25 0.00 0.00 0.00 0.00 13:23:23 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:33:01 ens3 2.93 2.63 1.64 4.03 0.00 0.00 0.00 0.00 13:23:23 08:33:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 13:23:23 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:34:01 ens3 1.52 1.25 0.79 1.15 0.00 0.00 0.00 0.00 13:23:23 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:35:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:36:01 ens3 0.53 0.33 0.27 0.21 0.00 0.00 0.00 0.00 13:23:23 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:37:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:38:01 ens3 0.35 0.15 0.15 0.07 0.00 0.00 0.00 0.00 13:23:23 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:39:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:40:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:41:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 08:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:42:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:43:01 ens3 0.38 0.25 0.15 0.08 0.00 0.00 0.00 0.00 13:23:23 08:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:44:02 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 08:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:45:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 08:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:46:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:47:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 08:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:48:01 ens3 0.25 0.20 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:49:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:50:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:51:01 ens3 0.27 0.17 0.08 0.01 0.00 0.00 0.00 0.00 13:23:23 08:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:52:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:53:01 ens3 0.28 0.23 0.09 0.08 0.00 0.00 0.00 0.00 13:23:23 08:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:54:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:55:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 08:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:56:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:57:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 08:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:58:01 ens3 0.23 0.17 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 08:59:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 08:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:00:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 09:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:01:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 09:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:02:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:03:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 09:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:04:01 ens3 0.98 0.37 0.48 0.21 0.00 0.00 0.00 0.00 13:23:23 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:05:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 09:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:06:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:07:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 09:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:08:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:09:01 ens3 0.25 0.17 0.08 0.01 0.00 0.00 0.00 0.00 13:23:23 09:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:10:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:11:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 09:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:12:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:13:01 ens3 0.27 0.23 0.09 0.08 0.00 0.00 0.00 0.00 13:23:23 09:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:14:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:15:01 ens3 0.27 0.17 0.08 0.01 0.00 0.00 0.00 0.00 13:23:23 09:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:16:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 09:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:17:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 09:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:18:01 ens3 0.23 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 09:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:19:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 09:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:20:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:21:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 09:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:22:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 09:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:23:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 09:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:24:01 ens3 0.03 0.02 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:25:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 09:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:26:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 09:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:27:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 09:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:28:01 ens3 0.22 0.12 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 09:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:29:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 09:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:30:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 09:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:31:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 09:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:32:01 ens3 0.27 0.17 0.11 0.25 0.00 0.00 0.00 0.00 13:23:23 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:33:01 ens3 3.02 2.57 1.76 4.02 0.00 0.00 0.00 0.00 13:23:23 09:33:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 13:23:23 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:34:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:35:01 ens3 1.72 1.30 0.81 1.15 0.00 0.00 0.00 0.00 13:23:23 09:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:36:01 ens3 0.52 0.30 0.27 0.21 0.00 0.00 0.00 0.00 13:23:23 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:37:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:38:01 ens3 0.22 0.12 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:39:01 ens3 0.15 0.12 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 09:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:40:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:41:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 09:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:42:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:43:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 09:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:44:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 09:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:45:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 09:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:46:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 09:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:47:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 09:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:48:01 ens3 0.23 0.12 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:49:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:50:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:51:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 09:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:52:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:53:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 09:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:54:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 09:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:55:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 09:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:56:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:57:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 09:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:58:01 ens3 0.22 0.10 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 09:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:59:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 09:59:02 ens3 0.30 0.15 0.29 0.01 0.00 0.00 0.00 0.00 13:23:23 09:59:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:00:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:01:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 10:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:02:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:03:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 10:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:04:01 ens3 0.42 0.00 0.05 0.00 0.00 0.00 0.00 0.00 13:23:23 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:05:01 ens3 0.45 0.37 0.27 0.22 0.00 0.00 0.00 0.00 13:23:23 10:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:06:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 10:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:07:01 ens3 0.27 0.12 0.08 0.01 0.00 0.00 0.00 0.00 13:23:23 10:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:08:01 ens3 0.25 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 10:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:09:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 10:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:10:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 10:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:11:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 10:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:12:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 10:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:13:01 ens3 0.30 0.27 0.09 0.08 0.00 0.00 0.00 0.00 13:23:23 10:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:14:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 10:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:15:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 10:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:16:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:17:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 10:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:18:01 ens3 1.33 1.28 4.36 0.17 0.00 0.00 0.00 0.00 13:23:23 10:18:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:19:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:20:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:21:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 10:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:22:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 10:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:23:01 ens3 0.47 0.33 0.31 0.08 0.00 0.00 0.00 0.00 13:23:23 10:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:24:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 10:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:25:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 10:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:26:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 10:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:27:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 10:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:28:01 ens3 0.23 0.17 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 10:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:29:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 10:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:30:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 10:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:31:01 ens3 0.80 0.87 0.06 11.72 0.00 0.00 0.00 0.00 13:23:23 10:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:32:01 ens3 1.50 3.02 0.19 13.44 0.00 0.00 0.00 0.00 13:23:23 10:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:33:01 ens3 1.00 2.48 0.24 6.75 0.00 0.00 0.00 0.00 13:23:23 10:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:34:01 ens3 8.70 14.15 1.86 52.76 0.00 0.00 0.00 0.00 13:23:23 10:34:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:35:01 ens3 1.58 1.28 0.80 1.15 0.00 0.00 0.00 0.00 13:23:23 10:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:36:01 ens3 0.50 0.33 0.27 0.21 0.00 0.00 0.00 0.00 13:23:23 10:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:37:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:38:01 ens3 0.22 0.15 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 10:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:39:01 ens3 0.88 0.57 0.37 0.23 0.00 0.00 0.00 0.00 13:23:23 10:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:40:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 10:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:41:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 10:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:42:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 10:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:43:01 ens3 0.28 0.23 0.09 0.08 0.00 0.00 0.00 0.00 13:23:23 10:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:44:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 10:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:45:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 10:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:46:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 10:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:47:01 ens3 0.15 0.12 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 10:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:48:01 ens3 0.23 0.12 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 10:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:49:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 10:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:50:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:51:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 10:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:52:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:53:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 10:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:54:01 ens3 0.20 0.12 0.18 0.01 0.00 0.00 0.00 0.00 13:23:23 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:55:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 10:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:56:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:57:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 10:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:58:01 ens3 0.23 0.12 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 10:59:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 10:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:00:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:01:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 11:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:02:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:03:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 11:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:04:01 ens3 0.58 0.12 0.17 0.01 0.00 0.00 0.00 0.00 13:23:23 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:05:01 ens3 0.60 0.65 0.31 0.24 0.00 0.00 0.00 0.00 13:23:23 11:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:06:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 11:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:07:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 11:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:08:01 ens3 0.27 0.17 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 11:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:09:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 11:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:10:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 11:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:11:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 11:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:12:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 11:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:13:01 ens3 0.28 0.23 0.09 0.08 0.00 0.00 0.00 0.00 13:23:23 11:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:14:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 11:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:15:01 ens3 0.14 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 11:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:16:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 11:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:17:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 11:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:18:01 ens3 0.22 0.12 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 11:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:19:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 11:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:20:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 11:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:21:01 ens3 0.15 0.12 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 11:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:22:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 11:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:23:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 11:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:24:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 11:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:25:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 11:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:26:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 11:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:27:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 11:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:28:01 ens3 0.37 0.18 0.36 0.07 0.00 0.00 0.00 0.00 13:23:23 11:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:29:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 11:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:30:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 11:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:31:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 11:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:32:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 11:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:33:01 ens3 0.55 0.33 0.25 0.32 0.00 0.00 0.00 0.00 13:23:23 11:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:34:01 ens3 2.57 2.33 1.46 3.94 0.00 0.00 0.00 0.00 13:23:23 11:34:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:35:01 ens3 1.53 1.27 0.80 1.15 0.00 0.00 0.00 0.00 13:23:23 11:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:36:01 ens3 0.60 0.58 0.34 0.23 0.00 0.00 0.00 0.00 13:23:23 11:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:37:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:38:01 ens3 0.22 0.17 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 11:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:39:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 11:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:40:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 11:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:41:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 11:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:42:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 11:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:43:01 ens3 0.28 0.23 0.09 0.08 0.00 0.00 0.00 0.00 13:23:23 11:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:44:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 11:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:45:01 ens3 0.27 0.18 0.13 0.07 0.00 0.00 0.00 0.00 13:23:23 11:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:46:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 11:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:47:01 ens3 0.27 0.13 0.13 0.01 0.00 0.00 0.00 0.00 13:23:23 11:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:48:01 ens3 0.23 0.13 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 11:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:49:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:50:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 11:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:51:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 11:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:52:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 11:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:53:01 ens3 0.30 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 11:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:54:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 11:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:55:01 ens3 0.17 0.13 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 11:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:56:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 11:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:57:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 11:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:58:01 ens3 0.22 0.12 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 11:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 11:59:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 11:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:00:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 12:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:01:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 12:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:02:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 12:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:03:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 12:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:04:01 ens3 0.58 0.07 0.28 0.00 0.00 0.00 0.00 0.00 13:23:23 12:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:05:01 ens3 0.52 0.33 0.27 0.21 0.00 0.00 0.00 0.00 13:23:23 12:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:06:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 12:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:07:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 12:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:08:01 ens3 0.35 0.13 0.15 0.07 0.00 0.00 0.00 0.00 13:23:23 12:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:09:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 12:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:10:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 12:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:11:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 12:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:12:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 12:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:13:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 12:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:14:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 12:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:15:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 12:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:16:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 12:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:17:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 12:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:18:01 ens3 0.23 0.12 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 12:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:19:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 12:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:20:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 12:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:21:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 12:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:22:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 12:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:23:01 ens3 0.27 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 12:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:24:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 12:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:25:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 12:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:26:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 12:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:27:01 ens3 0.30 0.18 0.18 0.01 0.00 0.00 0.00 0.00 13:23:23 12:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:28:01 ens3 0.35 0.20 0.20 0.13 0.00 0.00 0.00 0.00 13:23:23 12:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:29:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 12:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:30:01 ens3 0.07 0.03 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 12:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:31:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 12:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:32:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 12:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:33:01 ens3 0.50 0.37 0.24 0.32 0.00 0.00 0.00 0.00 13:23:23 12:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:34:01 ens3 2.63 2.48 1.51 3.95 0.00 0.00 0.00 0.00 13:23:23 12:34:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:35:01 ens3 1.51 0.86 0.81 1.10 0.00 0.00 0.00 0.00 13:23:23 12:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:36:01 ens3 0.52 0.38 0.28 0.21 0.00 0.00 0.00 0.00 13:23:23 12:36:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:37:01 ens3 0.32 0.35 0.09 0.04 0.00 0.00 0.00 0.00 13:23:23 12:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:38:01 ens3 0.22 0.12 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 12:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:39:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 12:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:40:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 12:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:41:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 12:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:42:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 12:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:43:01 ens3 0.30 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 12:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:44:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 12:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:45:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 12:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:46:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 12:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:47:01 ens3 0.30 0.18 0.13 0.01 0.00 0.00 0.00 0.00 13:23:23 12:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:48:01 ens3 0.20 0.20 0.08 0.07 0.00 0.00 0.00 0.00 13:23:23 12:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:49:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 12:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:50:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 12:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:51:01 ens3 0.23 0.17 0.07 0.01 0.00 0.00 0.00 0.00 13:23:23 12:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:52:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 12:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:53:01 ens3 0.28 0.23 0.09 0.08 0.00 0.00 0.00 0.00 13:23:23 12:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:54:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 12:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:55:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 12:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:56:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 12:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:57:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 12:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 12:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:58:01 ens3 0.22 0.17 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 12:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 12:59:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 12:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 13:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:00:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 13:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:01:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 13:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 13:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:02:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 13:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:03:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 13:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 13:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:04:01 ens3 0.90 0.35 0.32 0.21 0.00 0.00 0.00 0.00 13:23:23 13:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:05:01 ens3 0.23 0.12 0.18 0.01 0.00 0.00 0.00 0.00 13:23:23 13:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 13:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:06:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 13:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:07:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 13:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 13:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:08:01 ens3 0.25 0.15 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 13:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:09:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 13:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 13:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:10:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 13:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:11:01 ens3 0.13 0.12 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 13:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 13:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:12:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 13:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:13:01 ens3 0.28 0.23 0.09 0.08 0.00 0.00 0.00 0.00 13:23:23 13:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 13:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:14:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 13:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:15:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 13:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 13:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:16:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 13:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:17:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 13:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 13:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:18:01 ens3 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 13:23:23 13:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:19:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 13:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 13:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:20:01 ens3 0.23 0.07 0.18 0.00 0.00 0.00 0.00 0.00 13:23:23 13:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:21:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:23:23 13:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 13:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:22:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:23:23 13:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:23:23 13:23:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:23:23 13:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:23:23 Average: docker0 3.87 5.00 0.31 39.41 0.00 0.00 0.00 0.00 13:23:23 Average: ens3 9.29 7.44 65.56 14.34 0.00 0.00 0.00 0.00 13:23:23 Average: lo 0.30 0.30 0.03 0.03 0.00 0.00 0.00 0.00 13:23:23 13:23:23 13:23:23 ---> sar -P ALL: 13:23:23 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-775639) 12/24/25 _x86_64_ (8 CPU) 13:23:23 13:23:23 07:22:00 LINUX RESTART (8 CPU) 13:23:23 13:23:23 07:23:01 CPU %user %nice %system %iowait %steal %idle 13:23:23 07:24:01 all 20.45 0.00 4.39 0.89 0.06 74.20 13:23:23 07:24:01 0 19.59 0.00 4.68 3.21 0.07 72.45 13:23:23 07:24:01 1 21.82 0.00 4.65 0.89 0.07 72.57 13:23:23 07:24:01 2 20.36 0.00 4.82 0.47 0.05 74.30 13:23:23 07:24:01 3 19.57 0.00 4.23 1.52 0.05 74.62 13:23:23 07:24:01 4 22.97 0.00 3.90 0.22 0.07 72.84 13:23:23 07:24:01 5 20.49 0.00 5.44 0.29 0.07 73.72 13:23:23 07:24:01 6 18.56 0.00 3.50 0.12 0.08 77.73 13:23:23 07:24:01 7 20.25 0.00 3.86 0.42 0.05 75.41 13:23:23 07:25:01 all 40.95 0.00 8.62 0.41 0.09 49.93 13:23:23 07:25:01 0 39.30 0.00 8.61 1.70 0.08 50.30 13:23:23 07:25:01 1 41.17 0.00 8.47 0.05 0.08 50.22 13:23:23 07:25:01 2 42.97 0.00 8.69 0.02 0.08 48.24 13:23:23 07:25:01 3 39.16 0.00 9.94 0.24 0.08 50.57 13:23:23 07:25:01 4 41.07 0.00 8.48 0.08 0.10 50.27 13:23:23 07:25:01 5 42.13 0.00 8.10 0.12 0.08 49.57 13:23:23 07:25:01 6 40.21 0.00 8.05 1.04 0.08 50.61 13:23:23 07:25:01 7 41.59 0.00 8.64 0.07 0.08 49.62 13:23:23 07:26:01 all 68.29 0.00 8.74 0.16 0.09 22.73 13:23:23 07:26:01 0 67.59 0.00 8.26 0.98 0.08 23.09 13:23:23 07:26:01 1 68.86 0.00 8.57 0.03 0.07 22.48 13:23:23 07:26:01 2 67.10 0.00 9.28 0.03 0.10 23.48 13:23:23 07:26:01 3 68.87 0.00 8.26 0.12 0.10 22.65 13:23:23 07:26:01 4 67.41 0.00 8.80 0.00 0.10 23.69 13:23:23 07:26:01 5 68.34 0.00 8.50 0.03 0.08 23.04 13:23:23 07:26:01 6 68.34 0.00 9.00 0.00 0.08 22.58 13:23:23 07:26:01 7 69.80 0.00 9.24 0.05 0.08 20.83 13:23:23 07:27:01 all 31.88 0.00 7.79 2.63 0.09 57.60 13:23:23 07:27:01 0 31.57 0.00 7.08 3.07 0.10 58.18 13:23:23 07:27:01 1 34.21 0.00 7.55 4.99 0.10 53.15 13:23:23 07:27:01 2 32.38 0.00 8.38 3.19 0.07 55.99 13:23:23 07:27:01 3 29.40 0.00 8.08 2.36 0.08 60.08 13:23:23 07:27:01 4 33.18 0.00 7.48 1.97 0.10 57.28 13:23:23 07:27:01 5 32.13 0.00 8.07 1.65 0.08 58.07 13:23:23 07:27:01 6 30.25 0.00 7.68 1.47 0.08 60.52 13:23:23 07:27:01 7 31.95 0.00 8.03 2.38 0.10 57.55 13:23:23 07:28:01 all 28.96 0.00 12.83 20.91 0.09 37.21 13:23:23 07:28:01 0 29.42 0.00 12.88 18.77 0.12 38.80 13:23:23 07:28:01 1 29.70 0.00 13.02 18.33 0.07 38.89 13:23:23 07:28:01 2 30.08 0.00 12.70 15.56 0.08 41.57 13:23:23 07:28:01 3 28.22 0.00 11.69 18.49 0.08 41.52 13:23:23 07:28:01 4 29.31 0.00 12.82 15.53 0.08 42.25 13:23:23 07:28:01 5 29.83 0.00 12.98 35.58 0.08 21.52 13:23:23 07:28:01 6 29.10 0.00 12.95 9.73 0.08 48.14 13:23:23 07:28:01 7 25.97 0.00 13.59 35.45 0.09 24.90 13:23:23 07:29:01 all 89.58 0.00 10.29 0.00 0.12 0.00 13:23:23 07:29:01 0 89.80 0.00 10.08 0.00 0.12 0.00 13:23:23 07:29:01 1 89.72 0.00 10.18 0.00 0.10 0.00 13:23:23 07:29:01 2 89.87 0.00 10.01 0.00 0.12 0.00 13:23:23 07:29:01 3 89.35 0.00 10.53 0.00 0.12 0.00 13:23:23 07:29:01 4 90.60 0.00 9.28 0.00 0.12 0.00 13:23:23 07:29:01 5 90.22 0.00 9.63 0.02 0.12 0.02 13:23:23 07:29:01 6 88.70 0.00 11.16 0.00 0.13 0.00 13:23:23 07:29:01 7 88.39 0.00 11.46 0.00 0.13 0.02 13:23:23 07:30:01 all 90.46 0.00 9.43 0.00 0.11 0.00 13:23:23 07:30:01 0 90.77 0.00 9.11 0.00 0.12 0.00 13:23:23 07:30:01 1 89.87 0.00 10.03 0.00 0.10 0.00 13:23:23 07:30:01 2 90.37 0.00 9.53 0.00 0.10 0.00 13:23:23 07:30:01 3 89.92 0.00 9.96 0.00 0.12 0.00 13:23:23 07:30:01 4 91.00 0.00 8.90 0.00 0.10 0.00 13:23:23 07:30:01 5 91.02 0.00 8.86 0.00 0.12 0.00 13:23:23 07:30:01 6 90.50 0.00 9.38 0.00 0.12 0.00 13:23:23 07:30:01 7 90.20 0.00 9.66 0.00 0.13 0.00 13:23:23 07:31:02 all 76.00 0.00 9.99 1.04 0.12 12.86 13:23:23 07:31:02 0 76.66 0.00 9.84 0.90 0.12 12.48 13:23:23 07:31:02 1 75.55 0.00 9.83 1.64 0.12 12.87 13:23:23 07:31:02 2 75.23 0.00 11.35 0.74 0.12 12.57 13:23:23 07:31:02 3 74.77 0.00 10.84 1.24 0.12 13.03 13:23:23 07:31:02 4 76.67 0.00 9.08 0.78 0.12 13.35 13:23:23 07:31:02 5 76.02 0.00 9.36 0.77 0.10 13.74 13:23:23 07:31:02 6 77.32 0.00 9.86 0.88 0.13 11.80 13:23:23 07:31:02 7 75.77 0.00 9.74 1.35 0.12 13.02 13:23:23 07:32:01 all 8.77 0.00 1.05 0.11 0.05 90.02 13:23:23 07:32:01 0 10.64 0.00 1.17 0.05 0.05 88.09 13:23:23 07:32:01 1 9.11 0.00 1.09 0.15 0.05 89.60 13:23:23 07:32:01 2 6.86 0.00 0.83 0.05 0.05 92.20 13:23:23 07:32:01 3 11.48 0.00 0.95 0.05 0.07 87.45 13:23:23 07:32:01 4 8.13 0.00 0.83 0.02 0.05 90.96 13:23:23 07:32:01 5 8.20 0.00 0.85 0.02 0.05 90.88 13:23:23 07:32:01 6 5.18 0.00 1.47 0.38 0.05 92.93 13:23:23 07:32:01 7 10.52 0.00 1.21 0.15 0.05 88.07 13:23:23 07:33:01 all 10.85 0.00 0.80 0.09 0.07 88.20 13:23:23 07:33:01 0 7.50 0.00 0.75 0.28 0.05 91.41 13:23:23 07:33:01 1 13.90 0.00 0.88 0.07 0.08 85.06 13:23:23 07:33:01 2 7.25 0.00 0.73 0.02 0.07 91.94 13:23:23 07:33:01 3 13.66 0.00 0.79 0.05 0.08 85.42 13:23:23 07:33:01 4 15.07 0.00 0.73 0.05 0.07 84.08 13:23:23 07:33:01 5 14.73 0.00 0.77 0.03 0.10 84.38 13:23:23 07:33:01 6 8.24 0.00 0.95 0.17 0.05 90.59 13:23:23 07:33:01 7 6.45 0.00 0.75 0.02 0.05 92.73 13:23:23 07:34:01 all 1.16 0.00 0.11 0.01 0.02 98.70 13:23:23 07:34:01 0 0.80 0.00 0.10 0.00 0.02 99.08 13:23:23 07:34:01 1 1.72 0.00 0.15 0.00 0.02 98.11 13:23:23 07:34:01 2 2.00 0.00 0.10 0.02 0.03 97.85 13:23:23 07:34:01 3 1.69 0.00 0.08 0.03 0.03 98.16 13:23:23 07:34:01 4 0.40 0.00 0.13 0.00 0.02 99.45 13:23:23 07:34:01 5 0.73 0.00 0.13 0.05 0.02 99.07 13:23:23 07:34:01 6 1.75 0.00 0.12 0.02 0.02 98.10 13:23:23 07:34:01 7 0.15 0.00 0.07 0.00 0.02 99.77 13:23:23 13:23:23 07:34:01 CPU %user %nice %system %iowait %steal %idle 13:23:23 07:35:01 all 0.04 0.00 0.01 0.01 0.01 99.93 13:23:23 07:35:01 0 0.15 0.00 0.02 0.00 0.02 99.82 13:23:23 07:35:01 1 0.00 0.00 0.00 0.02 0.00 99.98 13:23:23 07:35:01 2 0.03 0.00 0.03 0.00 0.02 99.92 13:23:23 07:35:01 3 0.10 0.00 0.03 0.00 0.02 99.85 13:23:23 07:35:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 07:35:01 5 0.00 0.00 0.00 0.03 0.02 99.95 13:23:23 07:35:01 6 0.03 0.00 0.00 0.00 0.02 99.95 13:23:23 07:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 07:36:01 all 0.03 0.00 0.02 0.00 0.01 99.93 13:23:23 07:36:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 07:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 07:36:01 2 0.07 0.00 0.03 0.00 0.03 99.87 13:23:23 07:36:01 3 0.02 0.00 0.03 0.02 0.02 99.92 13:23:23 07:36:01 4 0.05 0.00 0.00 0.00 0.02 99.93 13:23:23 07:36:01 5 0.03 0.00 0.03 0.02 0.02 99.90 13:23:23 07:36:01 6 0.03 0.00 0.05 0.00 0.02 99.90 13:23:23 07:36:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:23:23 07:37:01 all 0.02 0.00 0.01 0.01 0.01 99.94 13:23:23 07:37:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:23:23 07:37:01 1 0.02 0.00 0.00 0.02 0.00 99.97 13:23:23 07:37:01 2 0.02 0.00 0.02 0.00 0.03 99.93 13:23:23 07:37:01 3 0.05 0.00 0.02 0.00 0.02 99.92 13:23:23 07:37:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:23:23 07:37:01 5 0.03 0.00 0.02 0.02 0.02 99.92 13:23:23 07:37:01 6 0.03 0.00 0.00 0.00 0.02 99.95 13:23:23 07:37:01 7 0.02 0.00 0.03 0.02 0.00 99.93 13:23:23 07:38:01 all 0.10 0.00 0.03 0.01 0.01 99.85 13:23:23 07:38:01 0 0.50 0.00 0.03 0.02 0.02 99.43 13:23:23 07:38:01 1 0.00 0.00 0.03 0.03 0.02 99.92 13:23:23 07:38:01 2 0.08 0.00 0.05 0.00 0.03 99.83 13:23:23 07:38:01 3 0.05 0.00 0.02 0.00 0.02 99.92 13:23:23 07:38:01 4 0.08 0.00 0.02 0.00 0.02 99.88 13:23:23 07:38:01 5 0.03 0.00 0.03 0.02 0.00 99.92 13:23:23 07:38:01 6 0.02 0.00 0.03 0.00 0.02 99.93 13:23:23 07:38:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 07:39:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:23 07:39:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 07:39:01 1 0.07 0.00 0.00 0.00 0.02 99.92 13:23:23 07:39:01 2 0.05 0.00 0.03 0.00 0.03 99.88 13:23:23 07:39:01 3 0.02 0.00 0.03 0.02 0.02 99.92 13:23:23 07:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 07:39:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:23:23 07:39:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 07:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 07:40:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:23 07:40:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 07:40:01 1 0.07 0.00 0.00 0.00 0.02 99.92 13:23:23 07:40:01 2 0.02 0.00 0.03 0.00 0.02 99.93 13:23:23 07:40:01 3 0.00 0.00 0.00 0.02 0.00 99.98 13:23:23 07:40:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:23:23 07:40:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:23:23 07:40:01 6 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 07:40:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:23:23 07:41:01 all 0.03 0.00 0.01 0.01 0.01 99.94 13:23:23 07:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 07:41:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 07:41:01 2 0.02 0.00 0.02 0.00 0.03 99.93 13:23:23 07:41:01 3 0.05 0.00 0.03 0.00 0.02 99.90 13:23:23 07:41:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:23:23 07:41:01 5 0.00 0.00 0.02 0.03 0.00 99.95 13:23:23 07:41:01 6 0.03 0.00 0.00 0.02 0.02 99.93 13:23:23 07:41:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 07:42:01 all 0.23 0.00 0.01 0.00 0.01 99.74 13:23:23 07:42:01 0 1.53 0.00 0.02 0.00 0.02 98.43 13:23:23 07:42:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 07:42:01 2 0.05 0.00 0.05 0.00 0.03 99.87 13:23:23 07:42:01 3 0.10 0.00 0.00 0.00 0.00 99.90 13:23:23 07:42:01 4 0.05 0.00 0.02 0.00 0.00 99.93 13:23:23 07:42:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 07:42:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 07:42:01 7 0.05 0.00 0.00 0.02 0.00 99.93 13:23:23 07:43:01 all 0.25 0.00 0.02 0.00 0.01 99.72 13:23:23 07:43:01 0 1.81 0.00 0.02 0.00 0.02 98.16 13:23:23 07:43:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 07:43:01 2 0.03 0.00 0.03 0.00 0.03 99.90 13:23:23 07:43:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:23:23 07:43:01 4 0.02 0.00 0.03 0.00 0.02 99.93 13:23:23 07:43:01 5 0.02 0.00 0.03 0.02 0.00 99.93 13:23:23 07:43:01 6 0.03 0.00 0.02 0.02 0.02 99.92 13:23:23 07:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 07:44:01 all 0.21 0.00 0.01 0.00 0.01 99.76 13:23:23 07:44:01 0 1.52 0.00 0.00 0.00 0.02 98.47 13:23:23 07:44:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 07:44:01 2 0.07 0.00 0.05 0.00 0.02 99.87 13:23:23 07:44:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 07:44:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 07:44:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 07:44:01 6 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 07:44:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:23:23 07:45:01 all 0.05 0.00 0.01 0.00 0.01 99.92 13:23:23 07:45:01 0 0.12 0.00 0.00 0.00 0.02 99.87 13:23:23 07:45:01 1 0.03 0.00 0.02 0.02 0.02 99.92 13:23:23 07:45:01 2 0.05 0.00 0.05 0.00 0.03 99.87 13:23:23 07:45:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:23:23 07:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 07:45:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:23:23 07:45:01 6 0.10 0.00 0.02 0.00 0.00 99.88 13:23:23 07:45:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:23:23 13:23:23 07:45:01 CPU %user %nice %system %iowait %steal %idle 13:23:23 07:46:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:23:23 07:46:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 07:46:01 1 0.00 0.00 0.02 0.02 0.00 99.97 13:23:23 07:46:01 2 0.05 0.00 0.03 0.00 0.03 99.88 13:23:23 07:46:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 07:46:01 4 0.07 0.00 0.02 0.00 0.02 99.90 13:23:23 07:46:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:23:23 07:46:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 07:46:01 7 0.07 0.00 0.00 0.00 0.00 99.93 13:23:23 07:47:01 all 0.04 0.00 0.01 0.01 0.01 99.92 13:23:23 07:47:01 0 0.18 0.00 0.02 0.00 0.00 99.80 13:23:23 07:47:01 1 0.02 0.00 0.00 0.02 0.02 99.95 13:23:23 07:47:01 2 0.03 0.00 0.03 0.00 0.05 99.88 13:23:23 07:47:01 3 0.08 0.00 0.03 0.00 0.00 99.88 13:23:23 07:47:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 07:47:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:23:23 07:47:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 07:47:01 7 0.00 0.00 0.02 0.02 0.00 99.97 13:23:23 07:48:01 all 0.08 0.00 0.02 0.00 0.01 99.88 13:23:23 07:48:01 0 0.47 0.00 0.02 0.00 0.02 99.50 13:23:23 07:48:01 1 0.03 0.00 0.03 0.02 0.03 99.88 13:23:23 07:48:01 2 0.03 0.00 0.05 0.00 0.03 99.88 13:23:23 07:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 07:48:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:23:23 07:48:01 5 0.02 0.00 0.02 0.02 0.00 99.95 13:23:23 07:48:01 6 0.05 0.00 0.02 0.00 0.00 99.93 13:23:23 07:48:01 7 0.05 0.00 0.00 0.00 0.02 99.93 13:23:23 07:49:01 all 0.26 0.00 0.02 0.00 0.02 99.70 13:23:23 07:49:01 0 1.97 0.00 0.00 0.00 0.02 98.01 13:23:23 07:49:01 1 0.03 0.00 0.03 0.00 0.02 99.92 13:23:23 07:49:01 2 0.00 0.00 0.05 0.00 0.05 99.90 13:23:23 07:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 07:49:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:23:23 07:49:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:23:23 07:49:01 6 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 07:49:01 7 0.05 0.00 0.00 0.00 0.00 99.95 13:23:23 07:50:01 all 0.28 0.00 0.01 0.00 0.02 99.69 13:23:23 07:50:01 0 1.99 0.00 0.00 0.00 0.02 98.00 13:23:23 07:50:01 1 0.03 0.00 0.02 0.02 0.03 99.90 13:23:23 07:50:01 2 0.07 0.00 0.03 0.00 0.03 99.87 13:23:23 07:50:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 07:50:01 4 0.05 0.00 0.00 0.00 0.02 99.93 13:23:23 07:50:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 07:50:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 07:50:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:23:23 07:51:01 all 0.20 0.00 0.01 0.00 0.01 99.78 13:23:23 07:51:01 0 1.40 0.00 0.02 0.00 0.02 98.56 13:23:23 07:51:01 1 0.02 0.00 0.02 0.02 0.00 99.95 13:23:23 07:51:01 2 0.03 0.00 0.00 0.00 0.03 99.93 13:23:23 07:51:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 07:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 07:51:01 5 0.03 0.00 0.00 0.02 0.00 99.95 13:23:23 07:51:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 07:51:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:23:23 07:52:01 all 0.04 0.00 0.02 0.00 0.01 99.92 13:23:23 07:52:01 0 0.17 0.00 0.02 0.00 0.02 99.80 13:23:23 07:52:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 07:52:01 2 0.03 0.00 0.07 0.00 0.03 99.87 13:23:23 07:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 07:52:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 07:52:01 5 0.03 0.00 0.02 0.02 0.02 99.92 13:23:23 07:52:01 6 0.05 0.00 0.00 0.00 0.00 99.95 13:23:23 07:52:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 07:53:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:23:23 07:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 07:53:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 07:53:01 2 0.05 0.00 0.00 0.00 0.03 99.92 13:23:23 07:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 07:53:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:23:23 07:53:01 5 0.08 0.00 0.02 0.02 0.02 99.87 13:23:23 07:53:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:23:23 07:53:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 07:54:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:23:23 07:54:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:23:23 07:54:01 1 0.05 0.00 0.03 0.00 0.02 99.90 13:23:23 07:54:01 2 0.08 0.00 0.03 0.00 0.02 99.87 13:23:23 07:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:23:23 07:54:01 4 0.05 0.00 0.00 0.00 0.02 99.93 13:23:23 07:54:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:23 07:54:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 07:54:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 07:55:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:23:23 07:55:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 07:55:01 1 0.05 0.00 0.02 0.02 0.02 99.90 13:23:23 07:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 07:55:01 3 0.08 0.00 0.00 0.00 0.02 99.90 13:23:23 07:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 07:55:01 5 0.03 0.00 0.03 0.02 0.02 99.90 13:23:23 07:55:01 6 0.05 0.00 0.00 0.00 0.02 99.93 13:23:23 07:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 07:56:01 all 0.03 0.00 0.01 0.00 0.02 99.94 13:23:23 07:56:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 07:56:01 1 0.02 0.00 0.03 0.02 0.02 99.92 13:23:23 07:56:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 07:56:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:23:23 07:56:01 4 0.05 0.00 0.00 0.00 0.02 99.93 13:23:23 07:56:01 5 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 07:56:01 6 0.03 0.00 0.03 0.00 0.03 99.90 13:23:23 07:56:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 13:23:23 07:56:01 CPU %user %nice %system %iowait %steal %idle 13:23:23 07:57:01 all 0.01 0.00 0.01 0.01 0.01 99.95 13:23:23 07:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 07:57:01 1 0.08 0.00 0.03 0.00 0.02 99.87 13:23:23 07:57:01 2 0.00 0.00 0.03 0.00 0.02 99.95 13:23:23 07:57:01 3 0.00 0.00 0.00 0.02 0.00 99.98 13:23:23 07:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 07:57:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:23:23 07:57:01 6 0.02 0.00 0.03 0.02 0.05 99.88 13:23:23 07:57:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 07:58:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:23:23 07:58:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 07:58:01 1 0.03 0.00 0.02 0.02 0.02 99.92 13:23:23 07:58:01 2 0.05 0.00 0.00 0.00 0.00 99.95 13:23:23 07:58:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 07:58:01 4 0.05 0.00 0.00 0.00 0.02 99.93 13:23:23 07:58:01 5 0.05 0.00 0.02 0.00 0.02 99.92 13:23:23 07:58:01 6 0.02 0.00 0.05 0.00 0.03 99.90 13:23:23 07:58:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 07:59:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:23:23 07:59:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 07:59:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:23:23 07:59:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:23:23 07:59:01 3 0.05 0.00 0.02 0.00 0.00 99.93 13:23:23 07:59:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 07:59:01 5 0.05 0.00 0.02 0.02 0.00 99.92 13:23:23 07:59:01 6 0.03 0.00 0.02 0.02 0.02 99.92 13:23:23 07:59:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:00:01 all 0.02 0.00 0.02 0.00 0.02 99.94 13:23:23 08:00:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:00:01 1 0.05 0.00 0.03 0.00 0.02 99.90 13:23:23 08:00:01 2 0.05 0.00 0.03 0.00 0.00 99.92 13:23:23 08:00:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:00:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:00:01 5 0.00 0.00 0.00 0.02 0.02 99.97 13:23:23 08:00:01 6 0.00 0.00 0.05 0.02 0.03 99.90 13:23:23 08:00:01 7 0.05 0.00 0.02 0.00 0.02 99.92 13:23:23 08:01:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:23 08:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:01:01 1 0.05 0.00 0.03 0.00 0.02 99.90 13:23:23 08:01:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:01:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:01:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:23:23 08:01:01 5 0.02 0.00 0.02 0.02 0.00 99.95 13:23:23 08:01:01 6 0.02 0.00 0.03 0.02 0.03 99.90 13:23:23 08:01:01 7 0.05 0.00 0.02 0.00 0.02 99.92 13:23:23 08:02:01 all 0.03 0.00 0.01 0.00 0.02 99.94 13:23:23 08:02:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:02:01 1 0.02 0.00 0.02 0.02 0.03 99.92 13:23:23 08:02:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:02:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:02:01 4 0.12 0.00 0.00 0.00 0.02 99.87 13:23:23 08:02:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:23:23 08:02:01 6 0.02 0.00 0.02 0.00 0.03 99.93 13:23:23 08:02:01 7 0.03 0.00 0.05 0.00 0.02 99.90 13:23:23 08:03:01 all 0.19 0.00 0.02 0.00 0.01 99.78 13:23:23 08:03:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:03:01 1 0.03 0.00 0.05 0.00 0.03 99.88 13:23:23 08:03:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:23:23 08:03:01 3 1.42 0.00 0.00 0.00 0.02 98.57 13:23:23 08:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:03:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:23 08:03:01 6 0.00 0.00 0.03 0.00 0.02 99.95 13:23:23 08:03:01 7 0.02 0.00 0.03 0.00 0.02 99.93 13:23:23 08:04:01 all 0.27 0.00 0.01 0.00 0.01 99.70 13:23:23 08:04:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:04:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:04:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:04:01 3 2.04 0.00 0.00 0.00 0.02 97.95 13:23:23 08:04:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:23:23 08:04:01 5 0.03 0.00 0.03 0.02 0.02 99.90 13:23:23 08:04:01 6 0.00 0.00 0.02 0.02 0.03 99.93 13:23:23 08:04:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 08:05:01 all 0.20 0.00 0.02 0.00 0.01 99.76 13:23:23 08:05:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:05:01 1 0.03 0.00 0.07 0.00 0.02 99.88 13:23:23 08:05:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 08:05:01 3 1.48 0.00 0.03 0.00 0.00 98.48 13:23:23 08:05:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:05:01 5 0.02 0.00 0.02 0.02 0.00 99.95 13:23:23 08:05:01 6 0.03 0.00 0.02 0.02 0.03 99.90 13:23:23 08:05:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:06:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:23 08:06:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 08:06:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 08:06:01 2 0.05 0.00 0.02 0.00 0.00 99.93 13:23:23 08:06:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 08:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:06:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:23:23 08:06:01 6 0.02 0.00 0.02 0.02 0.03 99.92 13:23:23 08:06:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:23:23 08:07:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:23 08:07:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:07:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 08:07:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 08:07:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:23:23 08:07:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:23:23 08:07:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:23:23 08:07:01 6 0.03 0.00 0.02 0.02 0.02 99.92 13:23:23 08:07:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:23:23 13:23:23 08:07:01 CPU %user %nice %system %iowait %steal %idle 13:23:23 08:08:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:23 08:08:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:08:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:08:01 2 0.07 0.00 0.02 0.00 0.00 99.92 13:23:23 08:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:08:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:08:01 5 0.02 0.00 0.03 0.02 0.00 99.93 13:23:23 08:08:01 6 0.02 0.00 0.03 0.00 0.03 99.92 13:23:23 08:08:01 7 0.07 0.00 0.00 0.00 0.00 99.93 13:23:23 08:09:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:23 08:09:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:09:01 1 0.02 0.00 0.03 0.00 0.02 99.93 13:23:23 08:09:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:23:23 08:09:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:09:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 08:09:01 5 0.03 0.00 0.03 0.02 0.02 99.90 13:23:23 08:09:01 6 0.02 0.00 0.00 0.02 0.03 99.93 13:23:23 08:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 08:10:01 all 0.19 0.00 0.01 0.00 0.02 99.78 13:23:23 08:10:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:10:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:10:01 2 0.05 0.00 0.02 0.00 0.02 99.92 13:23:23 08:10:01 3 1.35 0.00 0.02 0.00 0.02 98.62 13:23:23 08:10:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:23:23 08:10:01 5 0.05 0.00 0.03 0.02 0.02 99.88 13:23:23 08:10:01 6 0.03 0.00 0.03 0.00 0.03 99.90 13:23:23 08:10:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:11:01 all 0.15 0.00 0.02 0.00 0.01 99.82 13:23:23 08:11:01 0 0.00 0.00 0.03 0.00 0.02 99.95 13:23:23 08:11:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:23 08:11:01 3 1.12 0.00 0.00 0.00 0.00 98.88 13:23:23 08:11:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:11:01 5 0.03 0.00 0.03 0.02 0.02 99.90 13:23:23 08:11:01 6 0.02 0.00 0.03 0.00 0.02 99.93 13:23:23 08:11:01 7 0.00 0.00 0.00 0.02 0.00 99.98 13:23:23 08:12:01 all 0.03 0.00 0.00 0.00 0.01 99.96 13:23:23 08:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 08:12:01 1 0.05 0.00 0.02 0.00 0.02 99.92 13:23:23 08:12:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:23:23 08:12:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 08:12:01 5 0.03 0.00 0.00 0.02 0.02 99.93 13:23:23 08:12:01 6 0.02 0.00 0.00 0.00 0.03 99.95 13:23:23 08:12:01 7 0.02 0.00 0.00 0.02 0.00 99.97 13:23:23 08:13:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:23:23 08:13:01 0 0.03 0.00 0.02 0.00 0.03 99.92 13:23:23 08:13:01 1 0.03 0.00 0.03 0.00 0.02 99.92 13:23:23 08:13:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:23 08:13:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:13:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:13:01 5 0.03 0.00 0.02 0.02 0.00 99.93 13:23:23 08:13:01 6 0.00 0.00 0.02 0.00 0.02 99.97 13:23:23 08:13:01 7 0.10 0.00 0.02 0.02 0.02 99.85 13:23:23 08:14:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:23:23 08:14:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 08:14:01 1 0.03 0.00 0.03 0.00 0.02 99.92 13:23:23 08:14:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:23:23 08:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:14:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:14:01 5 0.03 0.00 0.00 0.00 0.02 99.95 13:23:23 08:14:01 6 0.02 0.00 0.02 0.02 0.03 99.92 13:23:23 08:14:01 7 0.05 0.00 0.00 0.00 0.02 99.93 13:23:23 08:15:01 all 0.02 0.00 0.01 0.00 0.02 99.95 13:23:23 08:15:01 0 0.05 0.00 0.00 0.00 0.02 99.93 13:23:23 08:15:01 1 0.02 0.00 0.03 0.00 0.02 99.93 13:23:23 08:15:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 08:15:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:15:01 5 0.03 0.00 0.02 0.02 0.02 99.92 13:23:23 08:15:01 6 0.02 0.00 0.00 0.02 0.03 99.93 13:23:23 08:15:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:16:01 all 0.24 0.00 0.01 0.00 0.01 99.75 13:23:23 08:16:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 08:16:01 1 0.05 0.00 0.02 0.00 0.00 99.93 13:23:23 08:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 08:16:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:23:23 08:16:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:23:23 08:16:01 6 0.02 0.00 0.03 0.00 0.03 99.92 13:23:23 08:16:01 7 1.70 0.00 0.00 0.00 0.00 98.30 13:23:23 08:17:01 all 0.26 0.00 0.01 0.00 0.01 99.70 13:23:23 08:17:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:23:23 08:17:01 1 0.02 0.00 0.03 0.00 0.02 99.93 13:23:23 08:17:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:17:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 08:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:17:01 5 0.03 0.00 0.02 0.02 0.02 99.92 13:23:23 08:17:01 6 0.00 0.00 0.02 0.02 0.02 99.95 13:23:23 08:17:01 7 1.97 0.00 0.02 0.00 0.02 98.00 13:23:23 08:18:01 all 0.06 0.00 0.01 0.00 0.01 99.92 13:23:23 08:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:23:23 08:18:01 1 0.07 0.00 0.02 0.00 0.02 99.90 13:23:23 08:18:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:23 08:18:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:18:01 4 0.05 0.00 0.00 0.00 0.02 99.93 13:23:23 08:18:01 5 0.02 0.00 0.02 0.02 0.00 99.95 13:23:23 08:18:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:23:23 08:18:01 7 0.32 0.00 0.02 0.00 0.00 99.67 13:23:23 13:23:23 08:18:01 CPU %user %nice %system %iowait %steal %idle 13:23:23 08:19:01 all 0.21 0.00 0.01 0.00 0.01 99.75 13:23:23 08:19:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:23:23 08:19:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 08:19:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 08:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:19:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:23:23 08:19:01 6 0.02 0.00 0.02 0.02 0.03 99.92 13:23:23 08:19:01 7 1.58 0.00 0.05 0.00 0.02 98.35 13:23:23 08:20:01 all 0.05 0.00 0.03 0.00 0.01 99.91 13:23:23 08:20:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 08:20:01 1 0.07 0.00 0.03 0.00 0.02 99.88 13:23:23 08:20:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:20:01 4 0.05 0.00 0.00 0.00 0.00 99.95 13:23:23 08:20:01 5 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 08:20:01 6 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 08:20:01 7 0.20 0.00 0.12 0.00 0.02 99.67 13:23:23 08:21:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:23 08:21:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:23:23 08:21:01 1 0.05 0.00 0.05 0.00 0.03 99.87 13:23:23 08:21:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:21:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:21:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:23:23 08:21:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:23:23 08:21:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:22:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:23 08:22:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:22:01 1 0.05 0.00 0.05 0.00 0.03 99.87 13:23:23 08:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:22:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:22:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:23:23 08:22:01 5 0.00 0.00 0.00 0.02 0.02 99.97 13:23:23 08:22:01 6 0.02 0.00 0.02 0.02 0.02 99.93 13:23:23 08:22:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:23:23 08:23:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:23:23 08:23:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:23:23 08:23:01 1 0.03 0.00 0.03 0.00 0.03 99.90 13:23:23 08:23:01 2 0.03 0.00 0.03 0.00 0.00 99.93 13:23:23 08:23:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:23:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:23:01 5 0.05 0.00 0.03 0.02 0.00 99.90 13:23:23 08:23:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:23:23 08:23:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:23:23 08:24:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:23:23 08:24:01 0 0.02 0.00 0.03 0.02 0.02 99.92 13:23:23 08:24:01 1 0.05 0.00 0.02 0.00 0.03 99.90 13:23:23 08:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 08:24:01 3 0.07 0.00 0.00 0.00 0.00 99.93 13:23:23 08:24:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:23:23 08:24:01 5 0.02 0.00 0.03 0.02 0.00 99.93 13:23:23 08:24:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:24:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:23:23 08:25:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:23:23 08:25:01 0 0.03 0.00 0.03 0.02 0.02 99.90 13:23:23 08:25:01 1 0.08 0.00 0.05 0.00 0.03 99.83 13:23:23 08:25:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:23 08:25:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:25:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:25:01 5 0.00 0.00 0.00 0.02 0.02 99.97 13:23:23 08:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:25:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:26:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:23:23 08:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:26:01 1 0.07 0.00 0.07 0.00 0.03 99.83 13:23:23 08:26:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:26:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 08:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:26:01 5 0.03 0.00 0.02 0.02 0.00 99.93 13:23:23 08:26:01 6 0.03 0.00 0.00 0.02 0.00 99.95 13:23:23 08:26:01 7 0.07 0.00 0.02 0.00 0.02 99.90 13:23:23 08:27:01 all 0.01 0.00 0.01 0.01 0.01 99.96 13:23:23 08:27:01 0 0.00 0.00 0.00 0.02 0.02 99.97 13:23:23 08:27:01 1 0.03 0.00 0.03 0.00 0.03 99.90 13:23:23 08:27:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:23 08:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:27:01 4 0.00 0.00 0.00 0.02 0.00 99.98 13:23:23 08:27:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:23:23 08:27:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:27:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:28:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:23 08:28:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:28:01 1 0.05 0.00 0.03 0.00 0.03 99.88 13:23:23 08:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 08:28:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:28:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:23:23 08:28:01 5 0.02 0.00 0.03 0.02 0.02 99.92 13:23:23 08:28:01 6 0.03 0.00 0.02 0.00 0.00 99.95 13:23:23 08:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 08:29:01 all 0.24 0.00 0.01 0.00 0.01 99.73 13:23:23 08:29:01 0 0.00 0.00 0.02 0.02 0.00 99.97 13:23:23 08:29:01 1 0.03 0.00 0.02 0.00 0.03 99.92 13:23:23 08:29:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:23:23 08:29:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:23:23 08:29:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:29:01 5 1.79 0.00 0.03 0.02 0.02 98.14 13:23:23 08:29:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:29:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 13:23:23 08:29:01 CPU %user %nice %system %iowait %steal %idle 13:23:23 08:30:01 all 0.27 0.00 0.01 0.00 0.01 99.71 13:23:23 08:30:01 0 0.00 0.00 0.02 0.02 0.02 99.95 13:23:23 08:30:01 1 0.08 0.00 0.03 0.00 0.03 99.85 13:23:23 08:30:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:30:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:23:23 08:30:01 5 1.99 0.00 0.00 0.02 0.02 97.98 13:23:23 08:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:30:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:31:01 all 0.13 0.00 0.02 0.00 0.01 99.84 13:23:23 08:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:23:23 08:31:01 1 0.03 0.00 0.03 0.00 0.05 99.88 13:23:23 08:31:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:23:23 08:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:31:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:31:01 5 0.90 0.00 0.05 0.02 0.02 99.02 13:23:23 08:31:01 6 0.03 0.00 0.00 0.00 0.02 99.95 13:23:23 08:31:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:23:23 08:32:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:23:23 08:32:01 0 0.02 0.00 0.03 0.02 0.02 99.92 13:23:23 08:32:01 1 0.03 0.00 0.05 0.00 0.03 99.88 13:23:23 08:32:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:23:23 08:32:01 3 0.10 0.00 0.02 0.00 0.00 99.88 13:23:23 08:32:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:23:23 08:32:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:23:23 08:32:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:23:23 08:32:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:23:23 08:33:01 all 0.19 0.00 0.03 0.00 0.01 99.76 13:23:23 08:33:01 0 0.05 0.00 0.00 0.02 0.02 99.92 13:23:23 08:33:01 1 1.01 0.00 0.08 0.00 0.03 98.87 13:23:23 08:33:01 2 0.10 0.00 0.07 0.00 0.00 99.83 13:23:23 08:33:01 3 0.17 0.00 0.03 0.00 0.00 99.80 13:23:23 08:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:33:01 5 0.12 0.00 0.03 0.02 0.02 99.82 13:23:23 08:33:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:33:01 7 0.08 0.00 0.00 0.00 0.00 99.92 13:23:23 08:34:01 all 0.18 0.00 0.03 0.00 0.01 99.78 13:23:23 08:34:01 0 0.02 0.00 0.03 0.00 0.02 99.93 13:23:23 08:34:01 1 1.32 0.00 0.05 0.00 0.02 98.61 13:23:23 08:34:01 2 0.03 0.00 0.05 0.00 0.00 99.92 13:23:23 08:34:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:34:01 4 0.03 0.00 0.03 0.00 0.03 99.90 13:23:23 08:34:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:34:01 6 0.03 0.00 0.02 0.02 0.00 99.93 13:23:23 08:34:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 08:35:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:23 08:35:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:35:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:35:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 08:35:01 4 0.05 0.00 0.05 0.00 0.03 99.87 13:23:23 08:35:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:23:23 08:35:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:35:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:23:23 08:36:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:23:23 08:36:01 0 0.00 0.00 0.02 0.02 0.02 99.95 13:23:23 08:36:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:23:23 08:36:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:23:23 08:36:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:36:01 4 0.07 0.00 0.05 0.00 0.03 99.85 13:23:23 08:36:01 5 0.02 0.00 0.02 0.02 0.00 99.95 13:23:23 08:36:01 6 0.05 0.00 0.00 0.00 0.00 99.95 13:23:23 08:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:37:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:23 08:37:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:23:23 08:37:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 08:37:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:23 08:37:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:37:01 4 0.07 0.00 0.02 0.00 0.03 99.88 13:23:23 08:37:01 5 0.02 0.00 0.03 0.02 0.02 99.92 13:23:23 08:37:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:23:23 08:37:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:38:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:23:23 08:38:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:38:01 1 0.07 0.00 0.00 0.00 0.00 99.93 13:23:23 08:38:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 08:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:38:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 08:38:01 5 0.03 0.00 0.00 0.00 0.02 99.95 13:23:23 08:38:01 6 0.03 0.00 0.00 0.02 0.00 99.95 13:23:23 08:38:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:23:23 08:39:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:23:23 08:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:39:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 08:39:01 2 0.02 0.00 0.03 0.00 0.00 99.95 13:23:23 08:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:39:01 4 0.02 0.00 0.03 0.00 0.03 99.92 13:23:23 08:39:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:23:23 08:39:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:39:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:40:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:23 08:40:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:40:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 08:40:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:40:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:40:01 4 0.07 0.00 0.03 0.00 0.02 99.88 13:23:23 08:40:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:40:01 6 0.03 0.00 0.00 0.02 0.00 99.95 13:23:23 08:40:01 7 0.00 0.00 0.03 0.00 0.02 99.95 13:23:23 13:23:23 08:40:01 CPU %user %nice %system %iowait %steal %idle 13:23:23 08:41:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:23:23 08:41:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 08:41:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:23 08:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 08:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:41:01 5 0.02 0.00 0.02 0.02 0.00 99.95 13:23:23 08:41:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:23:23 08:41:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 08:42:01 all 0.02 0.00 0.02 0.01 0.01 99.94 13:23:23 08:42:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:42:01 1 0.05 0.00 0.03 0.00 0.00 99.92 13:23:23 08:42:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:42:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:23:23 08:42:01 5 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 08:42:01 6 0.02 0.00 0.00 0.05 0.02 99.92 13:23:23 08:42:01 7 0.03 0.00 0.05 0.00 0.03 99.88 13:23:23 08:43:01 all 0.01 0.00 0.01 0.01 0.01 99.96 13:23:23 08:43:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 08:43:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:43:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:43:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:23:23 08:43:01 6 0.02 0.00 0.02 0.03 0.00 99.93 13:23:23 08:43:01 7 0.07 0.00 0.03 0.00 0.03 99.87 13:23:23 08:44:02 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:23 08:44:02 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:44:02 1 0.05 0.00 0.00 0.00 0.00 99.95 13:23:23 08:44:02 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:44:02 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:44:02 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:44:02 5 0.00 0.00 0.02 0.02 0.00 99.97 13:23:23 08:44:02 6 0.03 0.00 0.00 0.00 0.02 99.95 13:23:23 08:44:02 7 0.07 0.00 0.03 0.00 0.03 99.87 13:23:23 08:45:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:23:23 08:45:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 08:45:01 1 0.07 0.00 0.03 0.00 0.02 99.88 13:23:23 08:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:45:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:45:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:45:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:23:23 08:45:01 6 0.00 0.00 0.02 0.02 0.00 99.97 13:23:23 08:45:01 7 0.08 0.00 0.05 0.00 0.03 99.83 13:23:23 08:46:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:23:23 08:46:01 0 0.02 0.00 0.03 0.00 0.02 99.93 13:23:23 08:46:01 1 0.05 0.00 0.00 0.00 0.00 99.95 13:23:23 08:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:46:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 08:46:01 4 0.05 0.00 0.02 0.00 0.00 99.93 13:23:23 08:46:01 5 0.02 0.00 0.03 0.02 0.00 99.93 13:23:23 08:46:01 6 0.03 0.00 0.00 0.02 0.00 99.95 13:23:23 08:46:01 7 0.07 0.00 0.07 0.00 0.03 99.83 13:23:23 08:47:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:23 08:47:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:47:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 08:47:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:47:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:47:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:23:23 08:47:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:23:23 08:47:01 7 0.07 0.00 0.05 0.00 0.03 99.85 13:23:23 08:48:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:23:23 08:48:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 08:48:01 1 0.05 0.00 0.00 0.00 0.02 99.93 13:23:23 08:48:01 2 0.00 0.00 0.02 0.02 0.00 99.97 13:23:23 08:48:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:48:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:48:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:23:23 08:48:01 6 0.05 0.00 0.00 0.00 0.00 99.95 13:23:23 08:48:01 7 0.08 0.00 0.03 0.00 0.03 99.85 13:23:23 08:49:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:23:23 08:49:01 0 0.02 0.00 0.03 0.00 0.02 99.93 13:23:23 08:49:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:23:23 08:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:23 08:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:23:23 08:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:49:01 5 0.03 0.00 0.02 0.02 0.00 99.93 13:23:23 08:49:01 6 0.00 0.00 0.02 0.02 0.00 99.97 13:23:23 08:49:01 7 0.05 0.00 0.02 0.00 0.03 99.90 13:23:23 08:50:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:23 08:50:01 0 0.03 0.00 0.03 0.00 0.03 99.90 13:23:23 08:50:01 1 0.07 0.00 0.00 0.00 0.02 99.92 13:23:23 08:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:50:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:50:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:23:23 08:50:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:23:23 08:50:01 7 0.05 0.00 0.02 0.00 0.02 99.92 13:23:23 08:51:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:23 08:51:01 0 0.03 0.00 0.02 0.00 0.05 99.90 13:23:23 08:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:23:23 08:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:23 08:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:51:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:51:01 5 0.03 0.00 0.05 0.02 0.02 99.88 13:23:23 08:51:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:23:23 08:51:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:23:23 13:23:23 08:51:01 CPU %user %nice %system %iowait %steal %idle 13:23:23 08:52:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:23 08:52:01 0 0.02 0.00 0.03 0.00 0.02 99.93 13:23:23 08:52:01 1 0.05 0.00 0.00 0.00 0.02 99.93 13:23:23 08:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:52:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:23:23 08:52:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:52:01 5 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 08:52:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:52:01 7 0.03 0.00 0.03 0.00 0.02 99.92 13:23:23 08:53:01 all 0.01 0.00 0.01 0.01 0.01 99.96 13:23:23 08:53:01 0 0.05 0.00 0.00 0.00 0.03 99.92 13:23:23 08:53:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 08:53:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:23:23 08:53:01 5 0.03 0.00 0.00 0.03 0.00 99.93 13:23:23 08:53:01 6 0.00 0.00 0.02 0.02 0.02 99.95 13:23:23 08:53:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:23:23 08:54:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:23 08:54:01 0 0.03 0.00 0.02 0.00 0.03 99.92 13:23:23 08:54:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:23:23 08:54:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:54:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:54:01 5 0.00 0.00 0.05 0.02 0.02 99.92 13:23:23 08:54:01 6 0.03 0.00 0.00 0.02 0.00 99.95 13:23:23 08:54:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:23:23 08:55:01 all 0.06 0.00 0.01 0.00 0.01 99.91 13:23:23 08:55:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 08:55:01 1 0.38 0.00 0.02 0.00 0.02 99.58 13:23:23 08:55:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 08:55:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:55:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 08:55:01 5 0.03 0.00 0.05 0.02 0.02 99.88 13:23:23 08:55:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:23:23 08:55:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:23:23 08:56:01 all 0.05 0.00 0.03 0.00 0.01 99.91 13:23:23 08:56:01 0 0.00 0.00 0.02 0.00 0.03 99.95 13:23:23 08:56:01 1 0.23 0.00 0.10 0.00 0.02 99.65 13:23:23 08:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:23 08:56:01 3 0.03 0.00 0.03 0.00 0.00 99.93 13:23:23 08:56:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 08:56:01 5 0.02 0.00 0.03 0.00 0.00 99.95 13:23:23 08:56:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:56:01 7 0.07 0.00 0.02 0.00 0.02 99.90 13:23:23 08:57:01 all 0.01 0.00 0.01 0.01 0.01 99.96 13:23:23 08:57:01 0 0.02 0.00 0.03 0.00 0.03 99.92 13:23:23 08:57:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 08:57:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:23:23 08:57:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:23:23 08:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 08:57:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:23:23 08:57:01 6 0.00 0.00 0.00 0.03 0.00 99.97 13:23:23 08:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 08:58:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:23 08:58:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 08:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 08:58:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:58:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:23:23 08:58:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:58:01 5 0.03 0.00 0.02 0.02 0.00 99.93 13:23:23 08:58:01 6 0.00 0.00 0.03 0.00 0.02 99.95 13:23:23 08:58:01 7 0.08 0.00 0.02 0.00 0.02 99.88 13:23:23 08:59:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:23:23 08:59:01 0 0.03 0.00 0.03 0.00 0.02 99.92 13:23:23 08:59:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 08:59:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 08:59:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 08:59:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 08:59:01 5 0.07 0.00 0.02 0.02 0.02 99.88 13:23:23 08:59:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:23:23 08:59:01 7 0.07 0.00 0.03 0.00 0.00 99.90 13:23:23 09:00:01 all 0.03 0.00 0.01 0.00 0.01 99.96 13:23:23 09:00:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:23:23 09:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 09:00:01 2 0.02 0.00 0.00 0.00 0.03 99.95 13:23:23 09:00:01 3 0.05 0.00 0.00 0.00 0.00 99.95 13:23:23 09:00:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 09:00:01 5 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 09:00:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:23:23 09:00:01 7 0.02 0.00 0.03 0.00 0.02 99.93 13:23:23 09:01:01 all 0.01 0.00 0.01 0.00 0.02 99.95 13:23:23 09:01:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:23:23 09:01:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 09:01:01 2 0.03 0.00 0.03 0.00 0.02 99.92 13:23:23 09:01:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 09:01:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:23:23 09:01:01 5 0.03 0.00 0.03 0.02 0.00 99.92 13:23:23 09:01:01 6 0.00 0.00 0.02 0.00 0.03 99.95 13:23:23 09:01:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 09:02:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:23 09:02:01 0 0.03 0.00 0.03 0.00 0.03 99.90 13:23:23 09:02:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:23:23 09:02:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 09:02:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 09:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 09:02:01 5 0.03 0.00 0.02 0.00 0.02 99.93 13:23:23 09:02:01 6 0.05 0.00 0.00 0.02 0.00 99.93 13:23:23 09:02:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:23:23 13:23:23 09:02:01 CPU %user %nice %system %iowait %steal %idle 13:23:23 09:03:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:23:23 09:03:01 0 0.03 0.00 0.03 0.00 0.03 99.90 13:23:23 09:03:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:23:23 09:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 09:03:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 09:03:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 09:03:01 5 0.03 0.00 0.05 0.02 0.02 99.88 13:23:23 09:03:01 6 0.00 0.00 0.02 0.02 0.02 99.95 13:23:23 09:03:01 7 0.00 0.00 0.03 0.00 0.00 99.97 13:23:23 09:04:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:23:23 09:04:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:23:23 09:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 09:04:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 09:04:01 3 0.05 0.00 0.03 0.00 0.03 99.88 13:23:23 09:04:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 09:04:01 5 0.02 0.00 0.03 0.02 0.00 99.93 13:23:23 09:04:01 6 0.02 0.00 0.00 0.02 0.02 99.95 13:23:23 09:04:01 7 0.07 0.00 0.02 0.00 0.02 99.90 13:23:23 09:05:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:23 09:05:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 09:05:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 09:05:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 09:05:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:23:23 09:05:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 09:05:01 5 0.03 0.00 0.02 0.02 0.02 99.92 13:23:23 09:05:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:23:23 09:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 09:06:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:23 09:06:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 09:06:01 1 0.07 0.00 0.00 0.00 0.00 99.93 13:23:23 09:06:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 09:06:01 3 0.05 0.00 0.03 0.00 0.02 99.90 13:23:23 09:06:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 09:06:01 5 0.03 0.00 0.03 0.02 0.03 99.88 13:23:23 09:06:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 09:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 09:07:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:23 09:07:01 0 0.00 0.00 0.03 0.00 0.00 99.97 13:23:23 09:07:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 09:07:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:23:23 09:07:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 09:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 09:07:01 5 0.05 0.00 0.00 0.00 0.02 99.93 13:23:23 09:07:01 6 0.02 0.00 0.02 0.02 0.02 99.93 13:23:23 09:07:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 09:08:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:23:23 09:08:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 09:08:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:23:23 09:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 09:08:01 3 0.05 0.00 0.02 0.00 0.02 99.92 13:23:23 09:08:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:23:23 09:08:01 5 0.03 0.00 0.05 0.02 0.03 99.87 13:23:23 09:08:01 6 0.00 0.00 0.02 0.02 0.00 99.97 13:23:23 09:08:01 7 0.05 0.00 0.00 0.00 0.00 99.95 13:23:23 09:09:01 all 0.02 0.00 0.01 0.01 0.01 99.96 13:23:23 09:09:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:23 09:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 09:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 09:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:23 09:09:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 09:09:01 5 0.02 0.00 0.05 0.03 0.02 99.88 13:23:23 09:09:01 6 0.03 0.00 0.02 0.02 0.02 99.92 13:23:23 09:09:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:23:23 09:10:01 all 0.20 0.00 0.02 0.00 0.01 99.76 13:23:23 09:10:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:23 09:10:01 1 0.05 0.00 0.02 0.00 0.00 99.93 13:23:23 09:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:23 09:10:01 3 0.02 0.00 0.03 0.00 0.00 99.95 13:23:23 09:10:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:23 09:10:01 5 0.03 0.00 0.03 0.02 0.03 99.88 13:23:24 09:10:01 6 1.48 0.00 0.02 0.02 0.02 98.47 13:23:24 09:10:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 09:11:01 all 0.06 0.00 0.01 0.00 0.01 99.91 13:23:24 09:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 09:11:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 09:11:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:11:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 09:11:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 09:11:01 5 0.03 0.00 0.03 0.02 0.02 99.90 13:23:24 09:11:01 6 0.37 0.00 0.02 0.02 0.02 99.58 13:23:24 09:11:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:12:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 09:12:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 09:12:01 1 0.05 0.00 0.02 0.00 0.00 99.93 13:23:24 09:12:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:12:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 09:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:12:01 5 0.05 0.00 0.00 0.00 0.03 99.92 13:23:24 09:12:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 09:12:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:13:01 all 0.04 0.00 0.02 0.01 0.01 99.92 13:23:24 09:13:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 09:13:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 09:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:13:01 3 0.05 0.00 0.02 0.00 0.00 99.93 13:23:24 09:13:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 09:13:01 5 0.07 0.00 0.03 0.03 0.03 99.83 13:23:24 09:13:01 6 0.08 0.00 0.00 0.02 0.03 99.87 13:23:24 09:13:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 13:23:24 09:13:01 CPU %user %nice %system %iowait %steal %idle 13:23:24 09:14:01 all 0.05 0.00 0.01 0.00 0.01 99.92 13:23:24 09:14:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 09:14:01 1 0.05 0.00 0.00 0.00 0.00 99.95 13:23:24 09:14:01 2 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 09:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:14:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:14:01 5 0.05 0.00 0.05 0.02 0.03 99.85 13:23:24 09:14:01 6 0.27 0.00 0.00 0.02 0.02 99.70 13:23:24 09:14:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 09:15:01 all 0.12 0.00 0.01 0.00 0.01 99.85 13:23:24 09:15:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 09:15:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 09:15:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:15:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 09:15:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 09:15:01 5 0.03 0.00 0.03 0.02 0.03 99.88 13:23:24 09:15:01 6 0.90 0.00 0.00 0.02 0.02 99.07 13:23:24 09:15:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:16:01 all 0.08 0.00 0.02 0.00 0.01 99.90 13:23:24 09:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 09:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:16:01 2 0.02 0.00 0.03 0.00 0.00 99.95 13:23:24 09:16:01 3 0.05 0.00 0.02 0.00 0.00 99.93 13:23:24 09:16:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:16:01 5 0.02 0.00 0.03 0.00 0.03 99.92 13:23:24 09:16:01 6 0.47 0.00 0.03 0.00 0.02 99.48 13:23:24 09:16:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 09:17:01 all 0.19 0.00 0.02 0.00 0.01 99.77 13:23:24 09:17:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 09:17:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 09:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:17:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 09:17:01 5 0.03 0.00 0.02 0.02 0.03 99.90 13:23:24 09:17:01 6 1.40 0.00 0.08 0.02 0.03 98.47 13:23:24 09:17:01 7 0.02 0.00 0.05 0.00 0.00 99.93 13:23:24 09:18:01 all 0.01 0.00 0.02 0.00 0.01 99.96 13:23:24 09:18:01 0 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 09:18:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:18:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:18:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 09:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:18:01 5 0.02 0.00 0.05 0.00 0.02 99.92 13:23:24 09:18:01 6 0.03 0.00 0.02 0.02 0.02 99.92 13:23:24 09:18:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:19:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 09:19:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 09:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 09:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:19:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 09:19:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:19:01 5 0.02 0.00 0.05 0.02 0.03 99.88 13:23:24 09:19:01 6 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 09:19:01 7 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 09:20:01 all 0.05 0.00 0.02 0.00 0.01 99.92 13:23:24 09:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 09:20:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 09:20:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:20:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 09:20:01 5 0.02 0.00 0.05 0.02 0.02 99.90 13:23:24 09:20:01 6 0.35 0.00 0.02 0.02 0.03 99.58 13:23:24 09:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:21:01 all 0.27 0.00 0.01 0.00 0.01 99.71 13:23:24 09:21:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 09:21:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 09:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:21:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 09:21:01 5 0.07 0.00 0.03 0.02 0.03 99.85 13:23:24 09:21:01 6 1.97 0.00 0.02 0.00 0.02 98.00 13:23:24 09:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:22:01 all 0.26 0.00 0.01 0.00 0.01 99.72 13:23:24 09:22:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 09:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 09:22:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:22:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 09:22:01 5 0.00 0.00 0.02 0.00 0.03 99.95 13:23:24 09:22:01 6 1.99 0.00 0.00 0.02 0.02 97.98 13:23:24 09:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 09:23:01 all 0.26 0.00 0.02 0.00 0.01 99.71 13:23:24 09:23:01 0 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 09:23:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:23:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 09:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:23:01 5 0.03 0.00 0.03 0.02 0.03 99.88 13:23:24 09:23:01 6 1.97 0.00 0.02 0.02 0.02 97.98 13:23:24 09:23:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 09:24:01 all 0.26 0.00 0.01 0.00 0.01 99.71 13:23:24 09:24:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 09:24:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 09:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:24:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 09:24:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 09:24:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:23:24 09:24:01 6 1.94 0.00 0.00 0.00 0.03 98.03 13:23:24 09:24:01 7 0.05 0.00 0.00 0.00 0.02 99.93 13:23:24 13:23:24 09:24:01 CPU %user %nice %system %iowait %steal %idle 13:23:24 09:25:01 all 0.13 0.00 0.02 0.00 0.01 99.84 13:23:24 09:25:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 09:25:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 09:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:25:01 4 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 09:25:01 5 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 09:25:01 6 0.93 0.00 0.03 0.02 0.02 99.00 13:23:24 09:25:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:26:01 all 0.05 0.00 0.02 0.00 0.01 99.92 13:23:24 09:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:26:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:26:01 3 0.05 0.00 0.02 0.00 0.00 99.93 13:23:24 09:26:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 09:26:01 5 0.02 0.00 0.03 0.02 0.03 99.90 13:23:24 09:26:01 6 0.30 0.00 0.02 0.02 0.02 99.65 13:23:24 09:26:01 7 0.00 0.00 0.03 0.00 0.00 99.97 13:23:24 09:27:01 all 0.02 0.00 0.01 0.01 0.01 99.95 13:23:24 09:27:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 09:27:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 09:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:27:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:27:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 09:27:01 5 0.05 0.00 0.03 0.02 0.02 99.88 13:23:24 09:27:01 6 0.00 0.00 0.00 0.03 0.03 99.93 13:23:24 09:27:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 09:28:01 all 0.04 0.00 0.01 0.00 0.01 99.94 13:23:24 09:28:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 09:28:01 1 0.05 0.00 0.00 0.00 0.02 99.93 13:23:24 09:28:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:28:01 3 0.17 0.00 0.02 0.00 0.00 99.82 13:23:24 09:28:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 09:28:01 5 0.03 0.00 0.03 0.02 0.03 99.88 13:23:24 09:28:01 6 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 09:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:29:01 all 0.06 0.00 0.02 0.00 0.01 99.90 13:23:24 09:29:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 09:29:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 09:29:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:29:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:29:01 5 0.03 0.00 0.03 0.02 0.03 99.88 13:23:24 09:29:01 6 0.43 0.00 0.02 0.02 0.02 99.52 13:23:24 09:29:01 7 0.02 0.00 0.03 0.00 0.00 99.95 13:23:24 09:30:01 all 0.25 0.00 0.01 0.00 0.01 99.73 13:23:24 09:30:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 09:30:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:30:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 09:30:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 09:30:01 5 0.03 0.00 0.03 0.02 0.03 99.88 13:23:24 09:30:01 6 1.81 0.00 0.02 0.00 0.02 98.16 13:23:24 09:30:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 09:31:01 all 0.26 0.00 0.01 0.01 0.01 99.72 13:23:24 09:31:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 09:31:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 09:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:31:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 09:31:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:23:24 09:31:01 6 1.95 0.00 0.00 0.03 0.02 98.00 13:23:24 09:31:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:32:01 all 0.27 0.00 0.01 0.00 0.01 99.70 13:23:24 09:32:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 09:32:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 09:32:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:32:01 3 0.05 0.00 0.00 0.00 0.00 99.95 13:23:24 09:32:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 09:32:01 5 0.03 0.00 0.02 0.00 0.03 99.92 13:23:24 09:32:01 6 1.97 0.00 0.02 0.02 0.03 97.96 13:23:24 09:32:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:33:01 all 0.33 0.00 0.05 0.00 0.01 99.61 13:23:24 09:33:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 09:33:01 1 0.15 0.00 0.05 0.00 0.00 99.80 13:23:24 09:33:01 2 0.08 0.00 0.10 0.00 0.02 99.80 13:23:24 09:33:01 3 0.10 0.00 0.03 0.00 0.00 99.87 13:23:24 09:33:01 4 0.08 0.00 0.03 0.00 0.02 99.87 13:23:24 09:33:01 5 0.20 0.00 0.00 0.03 0.02 99.75 13:23:24 09:33:01 6 1.92 0.00 0.12 0.00 0.02 97.95 13:23:24 09:33:01 7 0.07 0.00 0.02 0.00 0.02 99.90 13:23:24 09:34:01 all 0.03 0.00 0.02 0.00 0.01 99.93 13:23:24 09:34:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 09:34:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 09:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:34:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 09:34:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 09:34:01 5 0.03 0.00 0.05 0.02 0.03 99.87 13:23:24 09:34:01 6 0.13 0.00 0.05 0.02 0.03 99.77 13:23:24 09:34:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:35:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:23:24 09:35:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 09:35:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:35:01 2 0.00 0.00 0.03 0.00 0.00 99.97 13:23:24 09:35:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 09:35:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 09:35:01 5 0.05 0.00 0.02 0.02 0.03 99.88 13:23:24 09:35:01 6 0.03 0.00 0.02 0.02 0.02 99.92 13:23:24 09:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:23:24 09:35:01 CPU %user %nice %system %iowait %steal %idle 13:23:24 09:36:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:23:24 09:36:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 09:36:01 1 0.05 0.00 0.00 0.00 0.00 99.95 13:23:24 09:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:36:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 09:36:01 5 0.07 0.00 0.05 0.02 0.02 99.85 13:23:24 09:36:01 6 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 09:36:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 09:37:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:24 09:37:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 09:37:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 09:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:37:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 09:37:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:23:24 09:37:01 5 0.03 0.00 0.02 0.02 0.03 99.90 13:23:24 09:37:01 6 0.00 0.00 0.02 0.02 0.03 99.93 13:23:24 09:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:38:01 all 0.10 0.00 0.02 0.00 0.01 99.86 13:23:24 09:38:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 09:38:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 09:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:38:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 09:38:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 09:38:01 5 0.03 0.00 0.05 0.00 0.03 99.88 13:23:24 09:38:01 6 0.70 0.00 0.02 0.02 0.02 99.25 13:23:24 09:38:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 09:39:01 all 0.08 0.00 0.01 0.00 0.01 99.90 13:23:24 09:39:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 09:39:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:39:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:39:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 09:39:01 5 0.07 0.00 0.02 0.02 0.03 99.87 13:23:24 09:39:01 6 0.48 0.00 0.02 0.02 0.02 99.47 13:23:24 09:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:40:01 all 0.02 0.00 0.01 0.00 0.00 99.96 13:23:24 09:40:01 0 0.05 0.00 0.02 0.00 0.00 99.93 13:23:24 09:40:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 09:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:40:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 09:40:01 5 0.03 0.00 0.03 0.02 0.02 99.90 13:23:24 09:40:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 09:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:41:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:23:24 09:41:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 09:41:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 09:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:41:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 09:41:01 4 0.07 0.00 0.05 0.00 0.02 99.87 13:23:24 09:41:01 5 0.03 0.00 0.05 0.02 0.03 99.87 13:23:24 09:41:01 6 0.07 0.00 0.00 0.02 0.02 99.90 13:23:24 09:41:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:42:01 all 0.25 0.00 0.02 0.00 0.01 99.72 13:23:24 09:42:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 09:42:01 1 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 09:42:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:42:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 09:42:01 5 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 09:42:01 6 1.81 0.00 0.03 0.02 0.02 98.13 13:23:24 09:42:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 09:43:01 all 0.07 0.00 0.01 0.00 0.01 99.90 13:23:24 09:43:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 09:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:43:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 09:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:43:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 09:43:01 5 0.03 0.00 0.02 0.02 0.03 99.90 13:23:24 09:43:01 6 0.47 0.00 0.03 0.00 0.02 99.48 13:23:24 09:43:01 7 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 09:44:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 09:44:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 09:44:01 1 0.05 0.00 0.02 0.00 0.00 99.93 13:23:24 09:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:44:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 09:44:01 5 0.02 0.00 0.02 0.02 0.03 99.92 13:23:24 09:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:44:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 09:45:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:24 09:45:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 09:45:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 09:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 09:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:45:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 09:45:01 5 0.03 0.00 0.02 0.02 0.02 99.92 13:23:24 09:45:01 6 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 09:45:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:46:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 09:46:01 0 0.05 0.00 0.02 0.00 0.00 99.93 13:23:24 09:46:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 09:46:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:46:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:46:01 4 0.05 0.00 0.02 0.00 0.03 99.90 13:23:24 09:46:01 5 0.02 0.00 0.00 0.00 0.03 99.95 13:23:24 09:46:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 09:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:23:24 09:46:01 CPU %user %nice %system %iowait %steal %idle 13:23:24 09:47:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 09:47:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 09:47:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 09:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:47:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:47:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 09:47:01 5 0.02 0.00 0.03 0.02 0.02 99.92 13:23:24 09:47:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 09:47:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 09:48:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:24 09:48:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 09:48:01 1 0.05 0.00 0.00 0.00 0.02 99.93 13:23:24 09:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:48:01 4 0.02 0.00 0.02 0.00 0.03 99.93 13:23:24 09:48:01 5 0.03 0.00 0.05 0.02 0.03 99.87 13:23:24 09:48:01 6 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 09:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:49:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:23:24 09:49:01 0 0.00 0.00 0.03 0.00 0.00 99.97 13:23:24 09:49:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 09:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:49:01 4 0.07 0.00 0.02 0.00 0.02 99.90 13:23:24 09:49:01 5 0.05 0.00 0.05 0.02 0.03 99.85 13:23:24 09:49:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 09:49:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 09:50:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 09:50:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 09:50:01 1 0.05 0.00 0.00 0.00 0.00 99.95 13:23:24 09:50:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:50:01 4 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 09:50:01 5 0.03 0.00 0.00 0.02 0.02 99.93 13:23:24 09:50:01 6 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 09:50:01 7 0.02 0.00 0.02 0.02 0.00 99.95 13:23:24 09:51:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:23:24 09:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 09:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:51:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 09:51:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:23:24 09:51:01 5 0.02 0.00 0.03 0.00 0.03 99.92 13:23:24 09:51:01 6 0.15 0.00 0.02 0.00 0.02 99.82 13:23:24 09:51:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 09:52:01 all 0.12 0.00 0.02 0.00 0.01 99.85 13:23:24 09:52:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 09:52:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 09:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 09:52:01 4 0.05 0.00 0.07 0.00 0.03 99.85 13:23:24 09:52:01 5 0.02 0.00 0.03 0.02 0.02 99.92 13:23:24 09:52:01 6 0.81 0.00 0.02 0.02 0.02 99.14 13:23:24 09:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:53:01 all 0.27 0.00 0.01 0.00 0.01 99.70 13:23:24 09:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:53:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 09:53:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 09:53:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:53:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 09:53:01 5 0.03 0.00 0.03 0.02 0.03 99.88 13:23:24 09:53:01 6 1.97 0.00 0.00 0.00 0.00 98.03 13:23:24 09:53:01 7 0.05 0.00 0.02 0.02 0.02 99.90 13:23:24 09:54:01 all 0.27 0.00 0.01 0.00 0.01 99.70 13:23:24 09:54:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 09:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 09:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:54:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 09:54:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:23:24 09:54:01 6 2.00 0.00 0.00 0.00 0.02 97.98 13:23:24 09:54:01 7 0.03 0.00 0.05 0.02 0.02 99.88 13:23:24 09:55:01 all 0.26 0.00 0.01 0.00 0.01 99.71 13:23:24 09:55:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 09:55:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 09:55:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:55:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:23:24 09:55:01 5 0.02 0.00 0.02 0.02 0.03 99.92 13:23:24 09:55:01 6 1.97 0.00 0.00 0.00 0.02 98.01 13:23:24 09:55:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 09:56:01 all 0.21 0.00 0.01 0.00 0.01 99.76 13:23:24 09:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:56:01 1 0.05 0.00 0.00 0.00 0.00 99.95 13:23:24 09:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:56:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 09:56:01 4 0.03 0.00 0.05 0.00 0.02 99.90 13:23:24 09:56:01 5 0.03 0.00 0.03 0.02 0.02 99.90 13:23:24 09:56:01 6 1.50 0.00 0.02 0.00 0.00 98.48 13:23:24 09:56:01 7 0.02 0.00 0.02 0.02 0.02 99.93 13:23:24 09:57:01 all 0.05 0.00 0.02 0.00 0.01 99.91 13:23:24 09:57:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 09:57:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:57:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:57:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 09:57:01 4 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 09:57:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:23:24 09:57:01 6 0.38 0.00 0.02 0.00 0.02 99.58 13:23:24 09:57:01 7 0.00 0.00 0.03 0.02 0.02 99.93 13:23:24 13:23:24 09:57:01 CPU %user %nice %system %iowait %steal %idle 13:23:24 09:58:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:24 09:58:01 0 0.02 0.00 0.02 0.02 0.00 99.95 13:23:24 09:58:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 09:58:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:58:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 09:58:01 4 0.07 0.00 0.02 0.00 0.02 99.90 13:23:24 09:58:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:23:24 09:58:01 6 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 09:58:01 7 0.02 0.00 0.02 0.00 0.03 99.93 13:23:24 09:59:02 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 09:59:02 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 09:59:02 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 09:59:02 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 09:59:02 3 0.00 0.00 0.03 0.00 0.00 99.97 13:23:24 09:59:02 4 0.07 0.00 0.03 0.00 0.03 99.87 13:23:24 09:59:02 5 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 09:59:02 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 09:59:02 7 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 10:00:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:24 10:00:01 0 0.03 0.00 0.02 0.02 0.02 99.92 13:23:24 10:00:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 10:00:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 10:00:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 10:00:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 10:00:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 10:00:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 10:00:01 7 0.02 0.00 0.02 0.00 0.03 99.93 13:23:24 10:01:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:24 10:01:01 0 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 10:01:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 10:01:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:01:01 4 0.03 0.00 0.03 0.00 0.00 99.93 13:23:24 10:01:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 10:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:01:01 7 0.02 0.00 0.05 0.00 0.03 99.90 13:23:24 10:02:01 all 0.12 0.00 0.01 0.00 0.01 99.86 13:23:24 10:02:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 10:02:01 1 0.05 0.00 0.02 0.00 0.00 99.93 13:23:24 10:02:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:02:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 10:02:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 10:02:01 6 0.80 0.00 0.00 0.00 0.02 99.19 13:23:24 10:02:01 7 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 10:03:01 all 0.19 0.00 0.01 0.00 0.01 99.78 13:23:24 10:03:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 10:03:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 10:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:03:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 10:03:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 10:03:01 5 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 10:03:01 6 1.35 0.00 0.05 0.00 0.02 98.58 13:23:24 10:03:01 7 0.03 0.00 0.02 0.02 0.03 99.90 13:23:24 10:04:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:23:24 10:04:01 0 0.03 0.00 0.03 0.00 0.00 99.93 13:23:24 10:04:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 10:04:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 10:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 10:04:01 4 0.02 0.00 0.07 0.00 0.02 99.90 13:23:24 10:04:01 5 0.02 0.00 0.02 0.02 0.00 99.95 13:23:24 10:04:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 10:04:01 7 0.02 0.00 0.00 0.00 0.03 99.95 13:23:24 10:05:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:24 10:05:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 10:05:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 10:05:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 10:05:01 4 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 10:05:01 5 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 10:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:05:01 7 0.03 0.00 0.05 0.02 0.03 99.87 13:23:24 10:06:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 10:06:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 10:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:06:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:06:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 10:06:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 10:06:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 10:06:01 7 0.02 0.00 0.05 0.00 0.03 99.90 13:23:24 10:07:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 10:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 10:07:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 10:07:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:07:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 10:07:01 4 0.02 0.00 0.03 0.00 0.00 99.95 13:23:24 10:07:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 10:07:01 6 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 10:07:01 7 0.03 0.00 0.02 0.00 0.03 99.92 13:23:24 10:08:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:23:24 10:08:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:08:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 10:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:08:01 4 0.07 0.00 0.00 0.00 0.02 99.92 13:23:24 10:08:01 5 0.00 0.00 0.03 0.02 0.02 99.93 13:23:24 10:08:01 6 0.10 0.00 0.00 0.00 0.02 99.88 13:23:24 10:08:01 7 0.03 0.00 0.03 0.00 0.03 99.90 13:23:24 13:23:24 10:08:01 CPU %user %nice %system %iowait %steal %idle 13:23:24 10:09:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 10:09:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 10:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:09:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 10:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 10:09:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 10:09:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 10:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:09:01 7 0.05 0.00 0.05 0.00 0.02 99.88 13:23:24 10:10:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:23:24 10:10:01 0 0.03 0.00 0.00 0.02 0.02 99.93 13:23:24 10:10:01 1 0.08 0.00 0.00 0.00 0.00 99.92 13:23:24 10:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:10:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 10:10:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 10:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:10:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 10:10:01 7 0.05 0.00 0.02 0.00 0.05 99.88 13:23:24 10:11:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:23:24 10:11:01 0 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 10:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:11:01 4 0.00 0.00 0.03 0.00 0.02 99.95 13:23:24 10:11:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 10:11:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 10:11:01 7 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 10:12:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:23:24 10:12:01 0 0.05 0.00 0.00 0.00 0.02 99.93 13:23:24 10:12:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 10:12:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:12:01 3 0.00 0.00 0.03 0.00 0.00 99.97 13:23:24 10:12:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 10:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:12:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 10:12:01 7 0.05 0.00 0.05 0.00 0.03 99.87 13:23:24 10:13:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:23:24 10:13:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 10:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:13:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 10:13:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 10:13:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 10:13:01 7 0.03 0.00 0.05 0.00 0.03 99.88 13:23:24 10:14:01 all 0.09 0.00 0.02 0.00 0.01 99.88 13:23:24 10:14:01 0 0.05 0.00 0.02 0.00 0.00 99.93 13:23:24 10:14:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 10:14:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:14:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 10:14:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 10:14:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 10:14:01 6 0.58 0.00 0.00 0.00 0.02 99.40 13:23:24 10:14:01 7 0.03 0.00 0.07 0.00 0.03 99.87 13:23:24 10:15:01 all 0.02 0.00 0.00 0.00 0.01 99.96 13:23:24 10:15:01 0 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 10:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:15:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 10:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:15:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 10:15:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 10:15:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 10:15:01 7 0.07 0.00 0.00 0.00 0.03 99.90 13:23:24 10:16:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 10:16:01 0 0.07 0.00 0.00 0.00 0.02 99.92 13:23:24 10:16:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 10:16:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:16:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 10:16:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 10:16:01 7 0.03 0.00 0.05 0.00 0.03 99.88 13:23:24 10:17:01 all 0.06 0.00 0.01 0.00 0.01 99.91 13:23:24 10:17:01 0 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 10:17:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 10:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:17:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 10:17:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 10:17:01 6 0.32 0.00 0.02 0.02 0.02 99.63 13:23:24 10:17:01 7 0.08 0.00 0.02 0.00 0.03 99.87 13:23:24 10:18:01 all 0.40 0.00 0.09 0.03 0.01 99.46 13:23:24 10:18:01 0 0.10 0.00 0.12 0.03 0.02 99.73 13:23:24 10:18:01 1 0.03 0.00 0.08 0.00 0.02 99.87 13:23:24 10:18:01 2 0.65 0.00 0.15 0.13 0.02 99.05 13:23:24 10:18:01 3 0.10 0.00 0.05 0.02 0.00 99.83 13:23:24 10:18:01 4 0.03 0.00 0.05 0.00 0.02 99.90 13:23:24 10:18:01 5 0.22 0.00 0.12 0.03 0.02 99.62 13:23:24 10:18:01 6 2.02 0.00 0.03 0.00 0.00 97.95 13:23:24 10:18:01 7 0.05 0.00 0.13 0.02 0.03 99.77 13:23:24 10:19:01 all 0.26 0.00 0.02 0.01 0.01 99.70 13:23:24 10:19:01 0 0.02 0.00 0.02 0.03 0.02 99.92 13:23:24 10:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 10:19:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:19:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 10:19:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 10:19:01 5 0.02 0.00 0.03 0.03 0.02 99.90 13:23:24 10:19:01 6 1.97 0.00 0.00 0.00 0.02 98.01 13:23:24 10:19:01 7 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 13:23:24 10:19:01 CPU %user %nice %system %iowait %steal %idle 13:23:24 10:20:01 all 0.11 0.00 0.01 0.00 0.01 99.88 13:23:24 10:20:01 0 0.05 0.00 0.02 0.02 0.02 99.90 13:23:24 10:20:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 10:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:20:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:20:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 10:20:01 5 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 10:20:01 6 0.75 0.00 0.00 0.00 0.02 99.24 13:23:24 10:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:21:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:24 10:21:01 0 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 10:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:21:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 10:21:01 3 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 10:21:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:23:24 10:21:01 5 0.02 0.00 0.03 0.02 0.03 99.90 13:23:24 10:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:22:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 10:22:01 0 0.05 0.00 0.00 0.00 0.02 99.93 13:23:24 10:22:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 10:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:22:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 10:22:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 10:22:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:23:24 10:22:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 10:22:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 10:23:01 all 0.01 0.00 0.02 0.00 0.01 99.96 13:23:24 10:23:01 0 0.00 0.00 0.03 0.02 0.02 99.93 13:23:24 10:23:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 10:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:23:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:23:01 4 0.03 0.00 0.03 0.00 0.00 99.93 13:23:24 10:23:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:23:24 10:23:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 10:23:01 7 0.05 0.00 0.00 0.00 0.00 99.95 13:23:24 10:24:01 all 0.03 0.00 0.02 0.01 0.01 99.93 13:23:24 10:24:01 0 0.02 0.00 0.03 0.02 0.00 99.93 13:23:24 10:24:01 1 0.05 0.00 0.00 0.00 0.00 99.95 13:23:24 10:24:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:24:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 10:24:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 10:24:01 5 0.03 0.00 0.02 0.10 0.02 99.83 13:23:24 10:24:01 6 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 10:24:01 7 0.02 0.00 0.05 0.00 0.02 99.92 13:23:24 10:25:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:24 10:25:01 0 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 10:25:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 10:25:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:25:01 3 0.07 0.00 0.00 0.00 0.02 99.92 13:23:24 10:25:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 10:25:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:23:24 10:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:25:01 7 0.03 0.00 0.03 0.00 0.00 99.93 13:23:24 10:26:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:23:24 10:26:01 0 0.05 0.00 0.00 0.00 0.02 99.93 13:23:24 10:26:01 1 0.05 0.00 0.00 0.00 0.00 99.95 13:23:24 10:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:26:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:26:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 10:26:01 5 0.03 0.00 0.03 0.02 0.02 99.90 13:23:24 10:26:01 6 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 10:26:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 10:27:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:24 10:27:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 10:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 10:27:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 10:27:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 10:27:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 10:27:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:23:24 10:27:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 10:27:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 10:28:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 10:28:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 10:28:01 1 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 10:28:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:28:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 10:28:01 5 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 10:28:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 10:28:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 10:29:01 all 0.01 0.00 0.02 0.01 0.01 99.96 13:23:24 10:29:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:29:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:29:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:29:01 4 0.07 0.00 0.03 0.00 0.02 99.88 13:23:24 10:29:01 5 0.00 0.00 0.02 0.02 0.03 99.93 13:23:24 10:29:01 6 0.00 0.00 0.02 0.03 0.00 99.95 13:23:24 10:29:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 10:30:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 10:30:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 10:30:01 1 0.07 0.00 0.02 0.00 0.00 99.92 13:23:24 10:30:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:30:01 4 0.03 0.00 0.03 0.00 0.03 99.90 13:23:24 10:30:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:23:24 10:30:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 10:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:23:24 10:30:01 CPU %user %nice %system %iowait %steal %idle 13:23:24 10:31:01 all 0.03 0.00 0.03 0.00 0.01 99.92 13:23:24 10:31:01 0 0.07 0.00 0.10 0.00 0.02 99.82 13:23:24 10:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:31:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:31:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:31:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 10:31:01 5 0.10 0.00 0.08 0.02 0.00 99.80 13:23:24 10:31:01 6 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 10:31:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 10:32:01 all 0.04 0.00 0.02 0.00 0.01 99.92 13:23:24 10:32:01 0 0.10 0.00 0.05 0.00 0.02 99.83 13:23:24 10:32:01 1 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 10:32:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 10:32:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 10:32:01 4 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 10:32:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:23:24 10:32:01 6 0.05 0.00 0.00 0.02 0.02 99.92 13:23:24 10:32:01 7 0.03 0.00 0.05 0.00 0.02 99.90 13:23:24 10:33:01 all 0.01 0.00 0.01 0.00 0.00 99.97 13:23:24 10:33:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 10:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:33:01 2 0.00 0.00 0.03 0.00 0.00 99.97 13:23:24 10:33:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:33:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 10:33:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:33:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 10:33:01 7 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 10:34:01 all 0.30 0.00 0.04 0.00 0.01 99.65 13:23:24 10:34:01 0 0.07 0.00 0.03 0.02 0.02 99.87 13:23:24 10:34:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 10:34:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 10:34:01 3 1.87 0.00 0.02 0.00 0.02 98.09 13:23:24 10:34:01 4 0.13 0.00 0.03 0.00 0.02 99.82 13:23:24 10:34:01 5 0.08 0.00 0.03 0.02 0.00 99.87 13:23:24 10:34:01 6 0.10 0.00 0.10 0.00 0.02 99.78 13:23:24 10:34:01 7 0.07 0.00 0.05 0.00 0.03 99.85 13:23:24 10:35:01 all 0.10 0.00 0.01 0.00 0.01 99.88 13:23:24 10:35:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 10:35:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 10:35:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:35:01 3 0.73 0.00 0.02 0.00 0.00 99.25 13:23:24 10:35:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 10:35:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 10:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:35:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 10:36:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 10:36:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:36:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 10:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:36:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 10:36:01 4 0.07 0.00 0.00 0.00 0.02 99.92 13:23:24 10:36:01 5 0.02 0.00 0.02 0.02 0.00 99.95 13:23:24 10:36:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 10:36:01 7 0.00 0.00 0.03 0.00 0.02 99.95 13:23:24 10:37:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:24 10:37:01 0 0.02 0.00 0.02 0.02 0.02 99.93 13:23:24 10:37:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:37:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:37:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 10:37:01 5 0.03 0.00 0.02 0.02 0.02 99.92 13:23:24 10:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:37:01 7 0.02 0.00 0.02 0.00 0.03 99.93 13:23:24 10:38:01 all 0.01 0.00 0.02 0.00 0.01 99.96 13:23:24 10:38:01 0 0.05 0.00 0.03 0.00 0.02 99.90 13:23:24 10:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:38:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 10:38:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 10:38:01 4 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 10:38:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:38:01 7 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 10:39:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:24 10:39:01 0 0.07 0.00 0.02 0.02 0.02 99.88 13:23:24 10:39:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 10:39:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:39:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:39:01 4 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 10:39:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 10:39:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 10:39:01 7 0.00 0.00 0.00 0.00 0.03 99.97 13:23:24 10:40:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:23:24 10:40:01 0 0.03 0.00 0.00 0.02 0.00 99.95 13:23:24 10:40:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 10:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:40:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:40:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 10:40:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 10:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:40:01 7 0.00 0.00 0.05 0.00 0.03 99.92 13:23:24 10:41:01 all 0.07 0.00 0.02 0.00 0.01 99.90 13:23:24 10:41:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 10:41:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 10:41:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 10:41:01 3 0.50 0.00 0.00 0.00 0.00 99.50 13:23:24 10:41:01 4 0.02 0.00 0.03 0.00 0.03 99.92 13:23:24 10:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:41:01 6 0.00 0.00 0.05 0.00 0.00 99.95 13:23:24 10:41:01 7 0.00 0.00 0.03 0.00 0.02 99.95 13:23:24 13:23:24 10:41:01 CPU %user %nice %system %iowait %steal %idle 13:23:24 10:42:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:24 10:42:01 0 0.03 0.00 0.00 0.02 0.02 99.93 13:23:24 10:42:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 10:42:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 10:42:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 10:42:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:23:24 10:42:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 10:42:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 10:42:01 7 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 10:43:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:23:24 10:43:01 0 0.02 0.00 0.02 0.02 0.02 99.93 13:23:24 10:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:43:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 10:43:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 10:43:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 10:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:43:01 7 0.02 0.00 0.03 0.00 0.03 99.92 13:23:24 10:44:01 all 0.01 0.00 0.01 0.01 0.01 99.96 13:23:24 10:44:01 0 0.07 0.00 0.00 0.00 0.02 99.92 13:23:24 10:44:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 10:44:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 10:44:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:44:01 5 0.00 0.00 0.02 0.03 0.00 99.95 13:23:24 10:44:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 10:44:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 10:45:01 all 0.04 0.00 0.01 0.00 0.01 99.93 13:23:24 10:45:01 0 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 10:45:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 10:45:01 3 0.18 0.00 0.02 0.00 0.02 99.78 13:23:24 10:45:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 10:45:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:23:24 10:45:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 10:45:01 7 0.05 0.00 0.00 0.00 0.03 99.92 13:23:24 10:46:01 all 0.01 0.00 0.01 0.01 0.01 99.96 13:23:24 10:46:01 0 0.03 0.00 0.02 0.02 0.02 99.92 13:23:24 10:46:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 10:46:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:46:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 10:46:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 10:46:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 10:46:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 10:46:01 7 0.00 0.00 0.03 0.00 0.02 99.95 13:23:24 10:47:01 all 0.18 0.00 0.01 0.00 0.01 99.80 13:23:24 10:47:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 10:47:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:47:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:47:01 3 1.25 0.00 0.03 0.00 0.02 98.70 13:23:24 10:47:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 10:47:01 5 0.03 0.00 0.00 0.02 0.00 99.95 13:23:24 10:47:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:47:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 10:48:01 all 0.27 0.00 0.01 0.00 0.01 99.70 13:23:24 10:48:01 0 0.07 0.00 0.00 0.02 0.02 99.90 13:23:24 10:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:48:01 3 1.97 0.00 0.00 0.00 0.02 98.01 13:23:24 10:48:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:23:24 10:48:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 10:48:01 6 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 10:48:01 7 0.00 0.00 0.03 0.00 0.03 99.93 13:23:24 10:49:01 all 0.09 0.00 0.01 0.00 0.01 99.89 13:23:24 10:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:49:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 10:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:49:01 3 0.66 0.00 0.02 0.00 0.02 99.30 13:23:24 10:49:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 10:49:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 10:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:49:01 7 0.00 0.00 0.02 0.00 0.03 99.95 13:23:24 10:50:01 all 0.11 0.00 0.01 0.00 0.01 99.87 13:23:24 10:50:01 0 0.03 0.00 0.02 0.02 0.02 99.92 13:23:24 10:50:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 10:50:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 10:50:01 3 0.71 0.00 0.02 0.00 0.02 99.25 13:23:24 10:50:01 4 0.05 0.00 0.00 0.00 0.00 99.95 13:23:24 10:50:01 5 0.00 0.00 0.03 0.02 0.00 99.95 13:23:24 10:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:50:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 10:51:01 all 0.26 0.00 0.00 0.00 0.01 99.73 13:23:24 10:51:01 0 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 10:51:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:51:01 3 1.99 0.00 0.00 0.00 0.02 98.00 13:23:24 10:51:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 10:51:01 5 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 10:51:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 10:51:01 7 0.00 0.00 0.00 0.00 0.03 99.97 13:23:24 10:52:01 all 0.11 0.00 0.02 0.00 0.01 99.85 13:23:24 10:52:01 0 0.05 0.00 0.03 0.02 0.02 99.88 13:23:24 10:52:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 10:52:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:52:01 3 0.76 0.00 0.03 0.00 0.02 99.19 13:23:24 10:52:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 10:52:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:23:24 10:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:52:01 7 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 13:23:24 10:52:01 CPU %user %nice %system %iowait %steal %idle 13:23:24 10:53:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 10:53:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 10:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:53:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 10:53:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 10:53:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 10:53:01 5 0.03 0.00 0.00 0.02 0.00 99.95 13:23:24 10:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:53:01 7 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 10:54:01 all 0.04 0.00 0.01 0.01 0.01 99.92 13:23:24 10:54:01 0 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 10:54:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 10:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:54:01 3 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 10:54:01 4 0.18 0.00 0.03 0.00 0.02 99.77 13:23:24 10:54:01 5 0.02 0.00 0.00 0.03 0.00 99.95 13:23:24 10:54:01 6 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 10:54:01 7 0.03 0.00 0.02 0.00 0.03 99.92 13:23:24 10:55:01 all 0.15 0.00 0.02 0.00 0.00 99.82 13:23:24 10:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:55:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:55:01 3 0.00 0.00 0.05 0.00 0.00 99.95 13:23:24 10:55:01 4 1.14 0.00 0.08 0.00 0.02 98.76 13:23:24 10:55:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:55:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 10:55:01 7 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 10:56:01 all 0.26 0.00 0.01 0.00 0.01 99.72 13:23:24 10:56:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 10:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:56:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 10:56:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 10:56:01 4 1.99 0.00 0.00 0.00 0.02 98.00 13:23:24 10:56:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 10:56:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 10:56:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 10:57:01 all 0.26 0.00 0.01 0.00 0.01 99.72 13:23:24 10:57:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 10:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 10:57:01 4 1.95 0.00 0.02 0.00 0.02 98.01 13:23:24 10:57:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 10:57:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:57:01 7 0.02 0.00 0.07 0.00 0.03 99.88 13:23:24 10:58:01 all 0.26 0.00 0.01 0.00 0.01 99.72 13:23:24 10:58:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 10:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:58:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:58:01 4 1.97 0.00 0.02 0.00 0.03 97.98 13:23:24 10:58:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 10:58:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 10:58:01 7 0.02 0.00 0.03 0.00 0.03 99.92 13:23:24 10:59:01 all 0.26 0.00 0.01 0.01 0.01 99.72 13:23:24 10:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 10:59:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 10:59:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 10:59:01 4 1.95 0.00 0.03 0.02 0.02 97.98 13:23:24 10:59:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 10:59:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 10:59:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 11:00:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:23:24 11:00:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 11:00:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 11:00:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:00:01 4 0.17 0.00 0.02 0.00 0.02 99.80 13:23:24 11:00:01 5 0.02 0.00 0.05 0.02 0.00 99.92 13:23:24 11:00:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:00:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 11:01:01 all 0.17 0.00 0.02 0.00 0.01 99.79 13:23:24 11:01:01 0 0.02 0.00 0.05 0.00 0.02 99.92 13:23:24 11:01:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:01:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:01:01 4 1.29 0.00 0.02 0.00 0.03 98.66 13:23:24 11:01:01 5 0.02 0.00 0.03 0.02 0.02 99.92 13:23:24 11:01:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 11:01:01 7 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 11:02:01 all 0.08 0.00 0.01 0.00 0.01 99.90 13:23:24 11:02:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 11:02:01 1 0.05 0.00 0.00 0.00 0.00 99.95 13:23:24 11:02:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 11:02:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:02:01 4 0.55 0.00 0.03 0.00 0.02 99.40 13:23:24 11:02:01 5 0.03 0.00 0.00 0.02 0.00 99.95 13:23:24 11:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:02:01 7 0.02 0.00 0.02 0.00 0.03 99.93 13:23:24 11:03:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:23:24 11:03:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 11:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:03:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 11:03:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:03:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 11:03:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 11:03:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 11:03:01 7 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 13:23:24 11:03:01 CPU %user %nice %system %iowait %steal %idle 13:23:24 11:04:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:23:24 11:04:01 0 0.02 0.00 0.02 0.02 0.00 99.95 13:23:24 11:04:01 1 0.05 0.00 0.00 0.00 0.00 99.95 13:23:24 11:04:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:04:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 11:04:01 4 0.05 0.00 0.03 0.00 0.03 99.88 13:23:24 11:04:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:23:24 11:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:04:01 7 0.03 0.00 0.03 0.00 0.03 99.90 13:23:24 11:05:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 11:05:01 0 0.00 0.00 0.02 0.02 0.02 99.95 13:23:24 11:05:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:05:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:05:01 4 0.05 0.00 0.00 0.00 0.02 99.93 13:23:24 11:05:01 5 0.02 0.00 0.02 0.02 0.00 99.95 13:23:24 11:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:05:01 7 0.03 0.00 0.05 0.00 0.03 99.88 13:23:24 11:06:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:23:24 11:06:01 0 0.05 0.00 0.00 0.02 0.02 99.92 13:23:24 11:06:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 11:06:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:06:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 11:06:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 11:06:01 6 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 11:06:01 7 0.02 0.00 0.07 0.00 0.02 99.90 13:23:24 11:07:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:24 11:07:01 0 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 11:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:07:01 2 0.00 0.00 0.03 0.00 0.00 99.97 13:23:24 11:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 11:07:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 11:07:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 11:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:07:01 7 0.02 0.00 0.02 0.00 0.03 99.93 13:23:24 11:08:01 all 0.25 0.00 0.02 0.00 0.01 99.72 13:23:24 11:08:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 11:08:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 11:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:08:01 3 0.07 0.00 0.02 0.00 0.02 99.90 13:23:24 11:08:01 4 1.82 0.00 0.07 0.00 0.02 98.09 13:23:24 11:08:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:23:24 11:08:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 11:08:01 7 0.00 0.00 0.03 0.00 0.02 99.95 13:23:24 11:09:01 all 0.26 0.00 0.01 0.00 0.01 99.72 13:23:24 11:09:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 11:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 11:09:01 4 1.99 0.00 0.00 0.00 0.02 98.00 13:23:24 11:09:01 5 0.02 0.00 0.03 0.00 0.00 99.95 13:23:24 11:09:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 11:09:01 7 0.03 0.00 0.02 0.00 0.03 99.92 13:23:24 11:10:01 all 0.22 0.00 0.01 0.00 0.01 99.76 13:23:24 11:10:01 0 0.05 0.00 0.00 0.00 0.02 99.93 13:23:24 11:10:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:10:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:10:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 11:10:01 4 1.65 0.00 0.00 0.00 0.02 98.34 13:23:24 11:10:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 11:10:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 11:10:01 7 0.00 0.00 0.03 0.00 0.02 99.95 13:23:24 11:11:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:24 11:11:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:11:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 11:11:01 4 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 11:11:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 11:11:01 6 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 11:11:01 7 0.03 0.00 0.02 0.00 0.03 99.92 13:23:24 11:12:01 all 0.23 0.00 0.01 0.00 0.01 99.74 13:23:24 11:12:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 11:12:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 11:12:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 11:12:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 11:12:01 4 1.69 0.00 0.00 0.00 0.02 98.29 13:23:24 11:12:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:23:24 11:12:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 11:12:01 7 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 11:13:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:24 11:13:01 0 0.02 0.00 0.02 0.02 0.02 99.93 13:23:24 11:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:13:01 3 0.03 0.00 0.03 0.00 0.00 99.93 13:23:24 11:13:01 4 0.02 0.00 0.02 0.00 0.03 99.93 13:23:24 11:13:01 5 0.03 0.00 0.02 0.02 0.00 99.93 13:23:24 11:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:13:01 7 0.02 0.00 0.03 0.00 0.03 99.92 13:23:24 11:14:01 all 0.20 0.00 0.01 0.00 0.01 99.78 13:23:24 11:14:01 0 0.05 0.00 0.02 0.02 0.02 99.90 13:23:24 11:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:14:01 4 1.53 0.00 0.02 0.00 0.02 98.43 13:23:24 11:14:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 11:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:14:01 7 0.02 0.00 0.02 0.00 0.03 99.93 13:23:24 13:23:24 11:14:01 CPU %user %nice %system %iowait %steal %idle 13:23:24 11:15:01 all 0.26 0.00 0.01 0.00 0.01 99.72 13:23:24 11:15:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 11:15:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 11:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:15:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 11:15:01 4 1.97 0.00 0.02 0.00 0.00 98.01 13:23:24 11:15:01 5 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 11:15:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 11:15:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 11:16:01 all 0.12 0.00 0.02 0.00 0.01 99.85 13:23:24 11:16:01 0 0.00 0.00 0.03 0.00 0.02 99.95 13:23:24 11:16:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 11:16:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:16:01 3 0.02 0.00 0.03 0.00 0.00 99.95 13:23:24 11:16:01 4 0.90 0.00 0.03 0.00 0.02 99.06 13:23:24 11:16:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 11:16:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 11:16:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 11:17:01 all 0.18 0.00 0.02 0.00 0.01 99.79 13:23:24 11:17:01 0 0.02 0.00 0.02 0.02 0.00 99.95 13:23:24 11:17:01 1 0.00 0.00 0.03 0.00 0.00 99.97 13:23:24 11:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 11:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 11:17:01 4 1.32 0.00 0.02 0.00 0.00 98.66 13:23:24 11:17:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 11:17:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:17:01 7 0.03 0.00 0.02 0.00 0.03 99.92 13:23:24 11:18:01 all 0.10 0.00 0.01 0.00 0.01 99.88 13:23:24 11:18:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 11:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:18:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:18:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 11:18:01 4 0.73 0.00 0.00 0.00 0.02 99.25 13:23:24 11:18:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 11:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:18:01 7 0.05 0.00 0.03 0.00 0.03 99.88 13:23:24 11:19:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 11:19:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 11:19:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:19:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:19:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 11:19:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 11:19:01 5 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 11:19:01 6 0.00 0.00 0.02 0.02 0.02 99.95 13:23:24 11:19:01 7 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 11:20:01 all 0.02 0.00 0.00 0.00 0.01 99.96 13:23:24 11:20:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 11:20:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 11:20:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 11:20:01 3 0.03 0.00 0.00 0.02 0.00 99.95 13:23:24 11:20:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 11:20:01 5 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 11:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:20:01 7 0.03 0.00 0.00 0.00 0.03 99.93 13:23:24 11:21:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:24 11:21:01 0 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 11:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:21:01 2 0.00 0.00 0.03 0.00 0.00 99.97 13:23:24 11:21:01 3 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 11:21:01 4 0.07 0.00 0.00 0.00 0.02 99.92 13:23:24 11:21:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 11:21:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 11:21:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 11:22:01 all 0.13 0.00 0.01 0.00 0.01 99.85 13:23:24 11:22:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 11:22:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:22:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 11:22:01 4 0.88 0.00 0.02 0.00 0.02 99.09 13:23:24 11:22:01 5 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 11:22:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:22:01 7 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 11:23:01 all 0.26 0.00 0.01 0.00 0.01 99.72 13:23:24 11:23:01 0 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 11:23:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 11:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:23:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:23:01 4 1.97 0.00 0.00 0.00 0.00 98.03 13:23:24 11:23:01 5 0.03 0.00 0.02 0.02 0.00 99.93 13:23:24 11:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:23:01 7 0.02 0.00 0.02 0.00 0.03 99.93 13:23:24 11:24:01 all 0.27 0.00 0.01 0.00 0.01 99.70 13:23:24 11:24:01 0 0.05 0.00 0.02 0.02 0.02 99.90 13:23:24 11:24:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:24:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:24:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 11:24:01 4 1.97 0.00 0.00 0.00 0.02 98.01 13:23:24 11:24:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 11:24:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 11:24:01 7 0.03 0.00 0.03 0.00 0.03 99.90 13:23:24 11:25:01 all 0.25 0.00 0.01 0.01 0.01 99.72 13:23:24 11:25:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 11:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:25:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:25:01 4 1.89 0.00 0.02 0.00 0.02 98.08 13:23:24 11:25:01 5 0.02 0.00 0.03 0.02 0.00 99.93 13:23:24 11:25:01 6 0.00 0.00 0.00 0.03 0.00 99.97 13:23:24 11:25:01 7 0.05 0.00 0.02 0.00 0.03 99.90 13:23:24 13:23:24 11:25:01 CPU %user %nice %system %iowait %steal %idle 13:23:24 11:26:01 all 0.07 0.00 0.02 0.00 0.01 99.90 13:23:24 11:26:01 0 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 11:26:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 11:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 11:26:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 11:26:01 4 0.40 0.00 0.08 0.00 0.02 99.50 13:23:24 11:26:01 5 0.00 0.00 0.03 0.02 0.02 99.93 13:23:24 11:26:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 11:26:01 7 0.03 0.00 0.05 0.00 0.02 99.90 13:23:24 11:27:01 all 0.01 0.00 0.00 0.00 0.01 99.97 13:23:24 11:27:01 0 0.00 0.00 0.02 0.02 0.02 99.95 13:23:24 11:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:27:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 11:27:01 5 0.03 0.00 0.00 0.02 0.00 99.95 13:23:24 11:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:27:01 7 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 11:28:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 11:28:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 11:28:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 11:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:28:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:28:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 11:28:01 5 0.03 0.00 0.02 0.02 0.02 99.92 13:23:24 11:28:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:28:01 7 0.03 0.00 0.03 0.00 0.03 99.90 13:23:24 11:29:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 11:29:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 11:29:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 11:29:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 11:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:29:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 11:29:01 5 0.02 0.00 0.02 0.02 0.00 99.95 13:23:24 11:29:01 6 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 11:29:01 7 0.00 0.00 0.05 0.00 0.02 99.93 13:23:24 11:30:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:24 11:30:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 11:30:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 11:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:30:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 11:30:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 11:30:01 5 0.02 0.00 0.03 0.02 0.00 99.93 13:23:24 11:30:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 11:30:01 7 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 11:31:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:24 11:31:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 11:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:31:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:31:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 11:31:01 6 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 11:31:01 7 0.05 0.00 0.03 0.00 0.03 99.88 13:23:24 11:32:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 11:32:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 11:32:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 11:32:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:32:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:32:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 11:32:01 5 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 11:32:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:32:01 7 0.03 0.00 0.03 0.00 0.03 99.90 13:23:24 11:33:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:24 11:33:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 11:33:01 1 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 11:33:01 2 0.00 0.00 0.03 0.00 0.00 99.97 13:23:24 11:33:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 11:33:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 11:33:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 11:33:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 11:33:01 7 0.05 0.00 0.00 0.00 0.03 99.92 13:23:24 11:34:01 all 0.05 0.00 0.02 0.00 0.01 99.93 13:23:24 11:34:01 0 0.07 0.00 0.03 0.00 0.02 99.88 13:23:24 11:34:01 1 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 11:34:01 2 0.05 0.00 0.02 0.00 0.00 99.93 13:23:24 11:34:01 3 0.05 0.00 0.03 0.00 0.00 99.92 13:23:24 11:34:01 4 0.08 0.00 0.00 0.00 0.00 99.92 13:23:24 11:34:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 11:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:34:01 7 0.05 0.00 0.03 0.00 0.02 99.90 13:23:24 11:35:01 all 0.08 0.00 0.01 0.00 0.01 99.90 13:23:24 11:35:01 0 0.07 0.00 0.00 0.02 0.00 99.92 13:23:24 11:35:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 11:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:35:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:35:01 4 0.50 0.00 0.02 0.00 0.02 99.47 13:23:24 11:35:01 5 0.03 0.00 0.02 0.02 0.02 99.92 13:23:24 11:35:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:35:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 11:36:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:24 11:36:01 0 0.05 0.00 0.03 0.02 0.02 99.88 13:23:24 11:36:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 11:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:36:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 11:36:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 11:36:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 11:36:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 11:36:01 7 0.05 0.00 0.02 0.00 0.03 99.90 13:23:24 13:23:24 11:36:01 CPU %user %nice %system %iowait %steal %idle 13:23:24 11:37:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 11:37:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 11:37:01 1 0.05 0.00 0.02 0.00 0.00 99.93 13:23:24 11:37:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:37:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:37:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 11:37:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 11:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:37:01 7 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 11:38:01 all 0.17 0.00 0.01 0.00 0.01 99.81 13:23:24 11:38:01 0 0.05 0.00 0.00 0.02 0.02 99.92 13:23:24 11:38:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 11:38:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:38:01 4 1.24 0.00 0.02 0.00 0.02 98.73 13:23:24 11:38:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:38:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 11:38:01 7 0.02 0.00 0.00 0.00 0.03 99.95 13:23:24 11:39:01 all 0.26 0.00 0.01 0.00 0.01 99.72 13:23:24 11:39:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 11:39:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 11:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:39:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 11:39:01 4 1.98 0.00 0.00 0.00 0.02 98.00 13:23:24 11:39:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 11:39:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 11:39:01 7 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 11:40:01 all 0.26 0.00 0.02 0.00 0.01 99.71 13:23:24 11:40:01 0 0.07 0.00 0.02 0.00 0.02 99.90 13:23:24 11:40:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 11:40:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 11:40:01 3 0.05 0.00 0.00 0.00 0.00 99.95 13:23:24 11:40:01 4 1.82 0.00 0.00 0.00 0.00 98.18 13:23:24 11:40:01 5 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 11:40:01 6 0.00 0.00 0.02 0.02 0.02 99.95 13:23:24 11:40:01 7 0.05 0.00 0.05 0.00 0.03 99.87 13:23:24 11:41:01 all 0.11 0.00 0.01 0.00 0.01 99.87 13:23:24 11:41:01 0 0.76 0.00 0.00 0.00 0.02 99.22 13:23:24 11:41:01 1 0.03 0.00 0.03 0.00 0.00 99.93 13:23:24 11:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 11:41:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 11:41:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 11:41:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 11:41:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 11:41:01 7 0.00 0.00 0.02 0.00 0.03 99.95 13:23:24 11:42:01 all 0.09 0.00 0.01 0.00 0.01 99.90 13:23:24 11:42:01 0 0.52 0.00 0.00 0.00 0.02 99.47 13:23:24 11:42:01 1 0.07 0.00 0.02 0.00 0.02 99.90 13:23:24 11:42:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:42:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:42:01 5 0.05 0.00 0.00 0.00 0.02 99.93 13:23:24 11:42:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 11:42:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 11:43:01 all 0.03 0.00 0.01 0.01 0.00 99.95 13:23:24 11:43:01 0 0.15 0.00 0.00 0.00 0.00 99.85 13:23:24 11:43:01 1 0.03 0.00 0.03 0.00 0.00 99.93 13:23:24 11:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:43:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:43:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 11:43:01 6 0.00 0.00 0.00 0.03 0.00 99.97 13:23:24 11:43:01 7 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 11:44:01 all 0.09 0.00 0.01 0.01 0.01 99.88 13:23:24 11:44:01 0 0.62 0.00 0.03 0.00 0.02 99.34 13:23:24 11:44:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 11:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:44:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 11:44:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 11:44:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 11:44:01 6 0.00 0.00 0.00 0.03 0.02 99.95 13:23:24 11:44:01 7 0.02 0.00 0.02 0.00 0.03 99.93 13:23:24 11:45:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:24 11:45:01 0 0.03 0.00 0.02 0.00 0.03 99.92 13:23:24 11:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 11:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:45:01 5 0.02 0.00 0.02 0.02 0.00 99.95 13:23:24 11:45:01 6 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 11:45:01 7 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 11:46:01 all 0.09 0.00 0.01 0.00 0.01 99.89 13:23:24 11:46:01 0 0.60 0.00 0.00 0.00 0.02 99.39 13:23:24 11:46:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 11:46:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:46:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 11:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:46:01 5 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 11:46:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 11:46:01 7 0.02 0.00 0.05 0.00 0.03 99.90 13:23:24 11:47:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:24 11:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 11:47:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 11:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:47:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 11:47:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 11:47:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:23:24 11:47:01 6 0.00 0.00 0.02 0.02 0.02 99.95 13:23:24 11:47:01 7 0.02 0.00 0.02 0.00 0.03 99.93 13:23:24 13:23:24 11:47:01 CPU %user %nice %system %iowait %steal %idle 13:23:24 11:48:01 all 0.02 0.00 0.01 0.00 0.01 99.97 13:23:24 11:48:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 11:48:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 11:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 11:48:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 11:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:48:01 7 0.03 0.00 0.05 0.00 0.02 99.90 13:23:24 11:49:01 all 0.01 0.00 0.01 0.01 0.01 99.97 13:23:24 11:49:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 11:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:49:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:49:01 5 0.02 0.00 0.03 0.02 0.02 99.92 13:23:24 11:49:01 6 0.00 0.00 0.00 0.03 0.02 99.95 13:23:24 11:49:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 11:50:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:23:24 11:50:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 11:50:01 1 0.07 0.00 0.02 0.00 0.02 99.90 13:23:24 11:50:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 11:50:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 11:50:01 5 0.03 0.00 0.00 0.02 0.02 99.93 13:23:24 11:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:50:01 7 0.03 0.00 0.03 0.00 0.03 99.90 13:23:24 11:51:01 all 0.07 0.00 0.01 0.00 0.01 99.90 13:23:24 11:51:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 11:51:01 1 0.52 0.00 0.02 0.00 0.00 99.47 13:23:24 11:51:01 2 0.00 0.00 0.03 0.00 0.02 99.95 13:23:24 11:51:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:51:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 11:51:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 11:51:01 7 0.02 0.00 0.05 0.00 0.03 99.90 13:23:24 11:52:01 all 0.21 0.00 0.02 0.00 0.01 99.76 13:23:24 11:52:01 0 0.05 0.00 0.02 0.00 0.00 99.93 13:23:24 11:52:01 1 1.53 0.00 0.02 0.00 0.02 98.44 13:23:24 11:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:52:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:52:01 5 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 11:52:01 6 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 11:52:01 7 0.02 0.00 0.05 0.00 0.03 99.90 13:23:24 11:53:01 all 0.01 0.00 0.00 0.00 0.01 99.97 13:23:24 11:53:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 11:53:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:53:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:53:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 11:53:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 11:53:01 5 0.03 0.00 0.00 0.02 0.02 99.93 13:23:24 11:53:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 11:53:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 11:54:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 11:54:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 11:54:01 1 0.08 0.00 0.02 0.00 0.02 99.88 13:23:24 11:54:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:54:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 11:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:54:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 11:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:54:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 11:55:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:23:24 11:55:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 11:55:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 11:55:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 11:55:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:55:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 11:55:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 11:55:01 7 0.02 0.00 0.05 0.00 0.03 99.90 13:23:24 11:56:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 11:56:01 0 0.07 0.00 0.02 0.00 0.02 99.90 13:23:24 11:56:01 1 0.03 0.00 0.02 0.00 0.03 99.92 13:23:24 11:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:56:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 11:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:56:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:23:24 11:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:56:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 11:57:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:24 11:57:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 11:57:01 1 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 11:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:57:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 11:57:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 11:57:01 6 0.00 0.00 0.02 0.02 0.02 99.95 13:23:24 11:57:01 7 0.03 0.00 0.02 0.00 0.03 99.92 13:23:24 11:58:01 all 0.07 0.00 0.01 0.00 0.00 99.91 13:23:24 11:58:01 0 0.05 0.00 0.00 0.00 0.00 99.95 13:23:24 11:58:01 1 0.40 0.00 0.03 0.00 0.00 99.57 13:23:24 11:58:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:58:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:58:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 11:58:01 5 0.03 0.00 0.02 0.02 0.00 99.93 13:23:24 11:58:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 11:58:01 7 0.03 0.00 0.03 0.00 0.03 99.90 13:23:24 13:23:24 11:58:01 CPU %user %nice %system %iowait %steal %idle 13:23:24 11:59:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:23:24 11:59:01 0 0.00 0.00 0.02 0.00 0.03 99.95 13:23:24 11:59:01 1 0.20 0.00 0.05 0.00 0.02 99.73 13:23:24 11:59:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 11:59:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 11:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 11:59:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 11:59:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 11:59:01 7 0.02 0.00 0.05 0.00 0.02 99.92 13:23:24 12:00:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:23:24 12:00:01 0 0.05 0.00 0.00 0.00 0.00 99.95 13:23:24 12:00:01 1 0.07 0.00 0.03 0.00 0.02 99.88 13:23:24 12:00:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 12:00:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 12:00:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:00:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 12:00:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:00:01 7 0.05 0.00 0.00 0.00 0.02 99.93 13:23:24 12:01:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:24 12:01:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 12:01:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:01:01 2 0.05 0.00 0.02 0.00 0.03 99.90 13:23:24 12:01:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:01:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 12:01:01 5 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:01:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 12:01:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:02:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:24 12:02:01 0 0.07 0.00 0.03 0.00 0.02 99.88 13:23:24 12:02:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 12:02:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:02:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 12:02:01 5 0.03 0.00 0.00 0.02 0.00 99.95 13:23:24 12:02:01 6 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 12:02:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:03:01 all 0.04 0.00 0.02 0.00 0.01 99.93 13:23:24 12:03:01 0 0.07 0.00 0.02 0.00 0.02 99.90 13:23:24 12:03:01 1 0.15 0.00 0.03 0.00 0.02 99.80 13:23:24 12:03:01 2 0.02 0.00 0.02 0.00 0.03 99.93 13:23:24 12:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 12:03:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 12:03:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 12:03:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 12:03:01 7 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 12:04:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:23:24 12:04:01 0 0.12 0.00 0.03 0.00 0.02 99.83 13:23:24 12:04:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 12:04:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 12:04:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:04:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:04:01 5 0.03 0.00 0.00 0.02 0.00 99.95 13:23:24 12:04:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 12:04:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 12:05:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:24 12:05:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 12:05:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 12:05:01 2 0.00 0.00 0.03 0.00 0.03 99.93 13:23:24 12:05:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:05:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:05:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 12:05:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 12:05:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:06:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 12:06:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 12:06:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 12:06:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 12:06:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 12:06:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:06:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 12:06:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:06:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 12:07:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:23:24 12:07:01 0 0.03 0.00 0.02 0.02 0.02 99.92 13:23:24 12:07:01 1 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:07:01 2 0.02 0.00 0.02 0.00 0.03 99.93 13:23:24 12:07:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:07:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:07:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 12:08:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:23:24 12:08:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 12:08:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:08:01 2 0.02 0.00 0.02 0.00 0.03 99.93 13:23:24 12:08:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 12:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:08:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:08:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:08:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 12:09:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 12:09:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 12:09:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 12:09:01 2 0.07 0.00 0.02 0.00 0.02 99.90 13:23:24 12:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:09:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:09:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 12:09:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 12:09:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 13:23:24 12:09:01 CPU %user %nice %system %iowait %steal %idle 13:23:24 12:10:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:24 12:10:01 0 0.07 0.00 0.00 0.00 0.02 99.92 13:23:24 12:10:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 12:10:01 2 0.02 0.00 0.05 0.00 0.02 99.92 13:23:24 12:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 12:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:10:01 5 0.02 0.00 0.02 0.03 0.02 99.92 13:23:24 12:10:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:10:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 12:11:01 all 0.04 0.00 0.01 0.00 0.01 99.93 13:23:24 12:11:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 12:11:01 1 0.22 0.00 0.02 0.00 0.03 99.73 13:23:24 12:11:01 2 0.05 0.00 0.02 0.00 0.03 99.90 13:23:24 12:11:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:11:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 12:11:01 6 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 12:11:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 12:12:01 all 0.10 0.00 0.02 0.00 0.01 99.87 13:23:24 12:12:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 12:12:01 1 0.65 0.00 0.10 0.00 0.02 99.24 13:23:24 12:12:01 2 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 12:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:12:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:12:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:12:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 12:12:01 7 0.07 0.00 0.00 0.00 0.02 99.92 13:23:24 12:13:01 all 0.01 0.00 0.03 0.00 0.01 99.96 13:23:24 12:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 12:13:01 1 0.00 0.00 0.03 0.00 0.02 99.95 13:23:24 12:13:01 2 0.02 0.00 0.07 0.00 0.03 99.88 13:23:24 12:13:01 3 0.02 0.00 0.03 0.00 0.00 99.95 13:23:24 12:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:13:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 12:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:13:01 7 0.02 0.00 0.03 0.00 0.00 99.95 13:23:24 12:14:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 12:14:01 0 0.05 0.00 0.02 0.00 0.00 99.93 13:23:24 12:14:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 12:14:01 2 0.02 0.00 0.03 0.00 0.03 99.92 13:23:24 12:14:01 3 0.05 0.00 0.02 0.00 0.00 99.93 13:23:24 12:14:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:14:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 12:14:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 12:14:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 12:15:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:24 12:15:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 12:15:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 12:15:01 2 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 12:15:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:15:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 12:15:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 12:15:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:16:01 all 0.03 0.00 0.01 0.00 0.01 99.96 13:23:24 12:16:01 0 0.05 0.00 0.00 0.00 0.02 99.93 13:23:24 12:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:16:01 2 0.07 0.00 0.03 0.00 0.03 99.87 13:23:24 12:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:16:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:23:24 12:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:16:01 7 0.05 0.00 0.00 0.00 0.00 99.95 13:23:24 12:17:01 all 0.07 0.00 0.01 0.00 0.01 99.91 13:23:24 12:17:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 12:17:01 1 0.43 0.00 0.00 0.00 0.02 99.55 13:23:24 12:17:01 2 0.05 0.00 0.03 0.00 0.03 99.88 13:23:24 12:17:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 12:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:17:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 12:17:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 12:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:18:01 all 0.25 0.00 0.02 0.00 0.01 99.71 13:23:24 12:18:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 12:18:01 1 1.76 0.00 0.10 0.00 0.02 98.13 13:23:24 12:18:01 2 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 12:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:18:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 12:18:01 5 0.10 0.00 0.00 0.02 0.00 99.88 13:23:24 12:18:01 6 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:18:01 7 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 12:19:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 12:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:19:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 12:19:01 2 0.05 0.00 0.03 0.00 0.03 99.88 13:23:24 12:19:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:19:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 12:19:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 12:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:20:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:24 12:20:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 12:20:01 1 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:20:01 2 0.05 0.00 0.02 0.00 0.03 99.90 13:23:24 12:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:20:01 5 0.02 0.00 0.02 0.02 0.00 99.95 13:23:24 12:20:01 6 0.00 0.00 0.02 0.02 0.02 99.95 13:23:24 12:20:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 13:23:24 12:20:01 CPU %user %nice %system %iowait %steal %idle 13:23:24 12:21:01 all 0.02 0.00 0.00 0.00 0.01 99.97 13:23:24 12:21:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 12:21:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 12:21:01 2 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 12:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:21:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:21:01 5 0.03 0.00 0.00 0.02 0.02 99.93 13:23:24 12:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:22:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:24 12:22:01 0 0.05 0.00 0.00 0.00 0.00 99.95 13:23:24 12:22:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 12:22:01 2 0.03 0.00 0.05 0.00 0.02 99.90 13:23:24 12:22:01 3 0.02 0.00 0.03 0.00 0.00 99.95 13:23:24 12:22:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:22:01 5 0.05 0.00 0.00 0.00 0.00 99.95 13:23:24 12:22:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 12:22:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:23:01 all 0.01 0.00 0.01 0.01 0.01 99.97 13:23:24 12:23:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:23:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 12:23:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:23:01 5 0.00 0.00 0.00 0.03 0.00 99.97 13:23:24 12:23:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:23:01 7 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 12:24:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:24 12:24:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 12:24:01 1 0.05 0.00 0.00 0.00 0.02 99.93 13:23:24 12:24:01 2 0.03 0.00 0.02 0.00 0.03 99.92 13:23:24 12:24:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 12:24:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:24:01 5 0.02 0.00 0.02 0.02 0.00 99.95 13:23:24 12:24:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:24:01 7 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 12:25:01 all 0.26 0.00 0.01 0.00 0.01 99.73 13:23:24 12:25:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 12:25:01 1 1.97 0.00 0.00 0.00 0.00 98.03 13:23:24 12:25:01 2 0.02 0.00 0.03 0.00 0.03 99.92 13:23:24 12:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:25:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:25:01 6 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:26:01 all 0.25 0.00 0.01 0.00 0.01 99.73 13:23:24 12:26:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:26:01 1 1.79 0.00 0.02 0.00 0.02 98.18 13:23:24 12:26:01 2 0.03 0.00 0.05 0.00 0.02 99.90 13:23:24 12:26:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:26:01 5 0.05 0.00 0.02 0.02 0.02 99.90 13:23:24 12:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:26:01 7 0.05 0.00 0.00 0.02 0.00 99.93 13:23:24 12:27:01 all 0.25 0.00 0.01 0.00 0.01 99.72 13:23:24 12:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:27:01 1 1.97 0.00 0.02 0.00 0.00 98.01 13:23:24 12:27:01 2 0.00 0.00 0.05 0.00 0.03 99.92 13:23:24 12:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 12:27:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:27:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 12:27:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:27:01 7 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 12:28:01 all 0.27 0.00 0.01 0.00 0.01 99.71 13:23:24 12:28:01 0 0.05 0.00 0.00 0.00 0.02 99.93 13:23:24 12:28:01 1 1.95 0.00 0.00 0.00 0.02 98.03 13:23:24 12:28:01 2 0.05 0.00 0.05 0.00 0.03 99.87 13:23:24 12:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:28:01 5 0.02 0.00 0.02 0.02 0.00 99.95 13:23:24 12:28:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 12:28:01 7 0.07 0.00 0.00 0.00 0.00 99.93 13:23:24 12:29:01 all 0.25 0.00 0.01 0.00 0.01 99.73 13:23:24 12:29:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 12:29:01 1 1.86 0.00 0.03 0.00 0.00 98.11 13:23:24 12:29:01 2 0.02 0.00 0.03 0.00 0.03 99.92 13:23:24 12:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:29:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 12:29:01 6 0.02 0.00 0.02 0.02 0.00 99.95 13:23:24 12:29:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:30:01 all 0.04 0.00 0.01 0.00 0.01 99.94 13:23:24 12:30:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:30:01 1 0.18 0.00 0.02 0.00 0.02 99.78 13:23:24 12:30:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:30:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:30:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:30:01 5 0.05 0.00 0.00 0.02 0.03 99.90 13:23:24 12:30:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 12:30:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 12:31:01 all 0.01 0.00 0.02 0.00 0.00 99.96 13:23:24 12:31:01 0 0.00 0.00 0.03 0.00 0.00 99.97 13:23:24 12:31:01 1 0.08 0.00 0.00 0.00 0.00 99.92 13:23:24 12:31:01 2 0.00 0.00 0.03 0.00 0.00 99.97 13:23:24 12:31:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:31:01 5 0.00 0.00 0.05 0.02 0.02 99.92 13:23:24 12:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:31:01 7 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 13:23:24 12:31:01 CPU %user %nice %system %iowait %steal %idle 13:23:24 12:32:01 all 0.27 0.00 0.01 0.00 0.02 99.71 13:23:24 12:32:01 0 0.07 0.00 0.00 0.00 0.02 99.92 13:23:24 12:32:01 1 1.97 0.00 0.00 0.00 0.02 98.01 13:23:24 12:32:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:32:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:32:01 5 0.07 0.00 0.02 0.02 0.03 99.87 13:23:24 12:32:01 6 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:32:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:33:01 all 0.02 0.00 0.01 0.00 0.00 99.96 13:23:24 12:33:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:33:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:33:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 12:33:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 12:33:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:33:01 5 0.05 0.00 0.02 0.02 0.02 99.90 13:23:24 12:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:33:01 7 0.02 0.00 0.03 0.02 0.00 99.93 13:23:24 12:34:01 all 0.10 0.00 0.02 0.00 0.01 99.86 13:23:24 12:34:01 0 0.07 0.00 0.02 0.00 0.02 99.90 13:23:24 12:34:01 1 0.33 0.00 0.05 0.00 0.00 99.62 13:23:24 12:34:01 2 0.10 0.00 0.03 0.00 0.02 99.85 13:23:24 12:34:01 3 0.08 0.00 0.00 0.00 0.00 99.92 13:23:24 12:34:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 12:34:01 5 0.05 0.00 0.05 0.02 0.03 99.85 13:23:24 12:34:01 6 0.12 0.00 0.02 0.00 0.02 99.85 13:23:24 12:34:01 7 0.07 0.00 0.00 0.02 0.02 99.90 13:23:24 12:35:01 all 0.20 0.00 0.01 0.00 0.01 99.78 13:23:24 12:35:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 12:35:01 1 1.47 0.00 0.00 0.00 0.02 98.51 13:23:24 12:35:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 12:35:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 12:35:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:35:01 5 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:35:01 7 0.02 0.00 0.03 0.02 0.00 99.93 13:23:24 12:36:01 all 0.27 0.00 0.04 0.01 0.01 99.67 13:23:24 12:36:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 12:36:01 1 1.99 0.00 0.15 0.02 0.00 97.84 13:23:24 12:36:01 2 0.03 0.00 0.05 0.00 0.00 99.92 13:23:24 12:36:01 3 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 12:36:01 4 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 12:36:01 5 0.05 0.00 0.02 0.02 0.03 99.88 13:23:24 12:36:01 6 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 12:36:01 7 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 12:37:01 all 0.11 0.00 0.03 0.01 0.01 99.84 13:23:24 12:37:01 0 0.02 0.00 0.02 0.03 0.02 99.92 13:23:24 12:37:01 1 0.80 0.00 0.02 0.00 0.02 99.17 13:23:24 12:37:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:37:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 12:37:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 12:37:01 5 0.00 0.00 0.05 0.03 0.02 99.90 13:23:24 12:37:01 6 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 12:37:01 7 0.02 0.00 0.05 0.00 0.00 99.93 13:23:24 12:38:01 all 0.12 0.00 0.01 0.00 0.01 99.86 13:23:24 12:38:01 0 0.03 0.00 0.00 0.02 0.02 99.93 13:23:24 12:38:01 1 0.78 0.00 0.00 0.00 0.00 99.22 13:23:24 12:38:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:38:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:38:01 5 0.05 0.00 0.02 0.00 0.03 99.90 13:23:24 12:38:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 12:38:01 7 0.05 0.00 0.00 0.00 0.02 99.93 13:23:24 12:39:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:23:24 12:39:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:39:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 12:39:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:39:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:39:01 5 0.03 0.00 0.02 0.02 0.02 99.92 13:23:24 12:39:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 12:39:01 7 0.02 0.00 0.02 0.02 0.00 99.95 13:23:24 12:40:01 all 0.11 0.00 0.01 0.00 0.01 99.86 13:23:24 12:40:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 12:40:01 1 0.71 0.00 0.00 0.00 0.02 99.27 13:23:24 12:40:01 2 0.07 0.00 0.03 0.00 0.00 99.90 13:23:24 12:40:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:40:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:40:01 5 0.05 0.00 0.03 0.02 0.02 99.88 13:23:24 12:40:01 6 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 12:40:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:41:01 all 0.26 0.00 0.01 0.00 0.00 99.72 13:23:24 12:41:01 0 0.02 0.00 0.05 0.00 0.02 99.92 13:23:24 12:41:01 1 1.97 0.00 0.00 0.00 0.00 98.03 13:23:24 12:41:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 12:41:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:41:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 12:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:41:01 7 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 12:42:01 all 0.19 0.00 0.01 0.00 0.01 99.78 13:23:24 12:42:01 0 0.03 0.00 0.03 0.02 0.03 99.88 13:23:24 12:42:01 1 1.37 0.00 0.02 0.00 0.02 98.60 13:23:24 12:42:01 2 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 12:42:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:42:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 12:42:01 6 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 12:42:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 13:23:24 12:42:01 CPU %user %nice %system %iowait %steal %idle 13:23:24 12:43:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:23:24 12:43:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 12:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:43:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 12:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:43:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:43:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 12:43:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:44:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 12:44:01 0 0.00 0.00 0.03 0.00 0.03 99.93 13:23:24 12:44:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:44:01 2 0.02 0.00 0.03 0.00 0.00 99.95 13:23:24 12:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:44:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 12:44:01 6 0.05 0.00 0.02 0.00 0.00 99.93 13:23:24 12:44:01 7 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 12:45:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:24 12:45:01 0 0.05 0.00 0.03 0.00 0.03 99.88 13:23:24 12:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 12:45:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:45:01 3 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 12:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:45:01 5 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 12:45:01 6 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:45:01 7 0.02 0.00 0.02 0.02 0.00 99.95 13:23:24 12:46:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:23:24 12:46:01 0 0.02 0.00 0.03 0.02 0.02 99.92 13:23:24 12:46:01 1 0.07 0.00 0.02 0.00 0.00 99.92 13:23:24 12:46:01 2 0.05 0.00 0.00 0.00 0.02 99.93 13:23:24 12:46:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:46:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:46:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 12:46:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 12:46:01 7 0.07 0.00 0.02 0.00 0.00 99.92 13:23:24 12:47:01 all 0.01 0.00 0.01 0.00 0.00 99.97 13:23:24 12:47:01 0 0.03 0.00 0.00 0.02 0.02 99.93 13:23:24 12:47:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:47:01 2 0.00 0.00 0.03 0.00 0.00 99.97 13:23:24 12:47:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:47:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:47:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 12:47:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 12:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:48:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:24 12:48:01 0 0.05 0.00 0.02 0.00 0.03 99.90 13:23:24 12:48:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:48:01 2 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 12:48:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:48:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:48:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 12:48:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 12:49:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:24 12:49:01 0 0.03 0.00 0.02 0.02 0.03 99.90 13:23:24 12:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:49:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:49:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:49:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:49:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 12:49:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 12:49:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:50:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 12:50:01 0 0.07 0.00 0.02 0.00 0.03 99.88 13:23:24 12:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:50:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 12:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:50:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 12:50:01 6 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 12:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:51:01 all 0.01 0.00 0.02 0.01 0.01 99.96 13:23:24 12:51:01 0 0.03 0.00 0.08 0.02 0.03 99.83 13:23:24 12:51:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:51:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:51:01 5 0.00 0.00 0.02 0.03 0.00 99.95 13:23:24 12:51:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:51:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 12:52:01 all 0.07 0.00 0.01 0.00 0.01 99.91 13:23:24 12:52:01 0 0.07 0.00 0.00 0.00 0.02 99.92 13:23:24 12:52:01 1 0.42 0.00 0.02 0.00 0.02 99.55 13:23:24 12:52:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:52:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:52:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:52:01 5 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 12:52:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 12:52:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 12:53:01 all 0.26 0.00 0.01 0.00 0.01 99.72 13:23:24 12:53:01 0 0.02 0.00 0.03 0.02 0.03 99.90 13:23:24 12:53:01 1 1.97 0.00 0.00 0.00 0.00 98.03 13:23:24 12:53:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 12:53:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 12:53:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:53:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:23:24 12:53:01 6 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:53:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 13:23:24 12:53:01 CPU %user %nice %system %iowait %steal %idle 13:23:24 12:54:01 all 0.27 0.00 0.00 0.00 0.01 99.72 13:23:24 12:54:01 0 0.02 0.00 0.00 0.02 0.03 99.93 13:23:24 12:54:01 1 1.97 0.00 0.00 0.00 0.00 98.03 13:23:24 12:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 12:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:54:01 5 0.03 0.00 0.00 0.02 0.00 99.95 13:23:24 12:54:01 6 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 12:54:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 12:55:01 all 0.26 0.00 0.01 0.00 0.01 99.72 13:23:24 12:55:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 12:55:01 1 1.97 0.00 0.00 0.00 0.02 98.01 13:23:24 12:55:01 2 0.00 0.00 0.03 0.00 0.02 99.95 13:23:24 12:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:55:01 5 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 12:55:01 6 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:56:01 all 0.27 0.00 0.01 0.00 0.01 99.71 13:23:24 12:56:01 0 0.02 0.00 0.03 0.02 0.03 99.90 13:23:24 12:56:01 1 1.92 0.00 0.00 0.00 0.00 98.08 13:23:24 12:56:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 12:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:56:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:56:01 5 0.03 0.00 0.02 0.02 0.00 99.93 13:23:24 12:56:01 6 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 12:56:01 7 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 12:57:01 all 0.11 0.00 0.01 0.00 0.01 99.86 13:23:24 12:57:01 0 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 12:57:01 1 0.80 0.00 0.08 0.00 0.02 99.10 13:23:24 12:57:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:57:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:23:24 12:57:01 6 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 12:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:58:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 12:58:01 0 0.02 0.00 0.02 0.00 0.03 99.93 13:23:24 12:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 12:58:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 12:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 12:58:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 12:58:01 5 0.05 0.00 0.02 0.02 0.00 99.92 13:23:24 12:58:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 12:58:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 12:59:01 all 0.01 0.00 0.01 0.00 0.02 99.95 13:23:24 12:59:01 0 0.02 0.00 0.02 0.02 0.03 99.92 13:23:24 12:59:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:59:01 2 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 12:59:01 3 0.00 0.00 0.03 0.00 0.00 99.97 13:23:24 12:59:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 12:59:01 5 0.05 0.00 0.02 0.02 0.02 99.90 13:23:24 12:59:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 12:59:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 13:00:01 all 0.03 0.00 0.01 0.00 0.00 99.96 13:23:24 13:00:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 13:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 13:00:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 13:00:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 13:00:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:00:01 5 0.05 0.00 0.00 0.02 0.00 99.93 13:23:24 13:00:01 6 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 13:00:01 7 0.05 0.00 0.00 0.00 0.00 99.95 13:23:24 13:01:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:23:24 13:01:01 0 0.02 0.00 0.02 0.02 0.02 99.93 13:23:24 13:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:01:01 2 0.02 0.00 0.03 0.00 0.02 99.93 13:23:24 13:01:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 13:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:01:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 13:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:01:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 13:02:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 13:02:01 0 0.02 0.00 0.03 0.02 0.03 99.90 13:23:24 13:02:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 13:02:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:02:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 13:02:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 13:02:01 5 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 13:02:01 6 0.07 0.00 0.02 0.00 0.02 99.90 13:23:24 13:02:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 13:03:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:23:24 13:03:01 0 0.00 0.00 0.05 0.00 0.02 99.93 13:23:24 13:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 13:03:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 13:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:03:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 13:03:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 13:03:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 13:04:01 all 0.05 0.00 0.01 0.00 0.01 99.93 13:23:24 13:04:01 0 0.03 0.00 0.03 0.02 0.03 99.88 13:23:24 13:04:01 1 0.22 0.00 0.00 0.00 0.00 99.78 13:23:24 13:04:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 13:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:04:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:04:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 13:04:01 6 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 13:04:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 13:23:24 13:04:01 CPU %user %nice %system %iowait %steal %idle 13:23:24 13:05:01 all 0.07 0.00 0.02 0.00 0.01 99.89 13:23:24 13:05:01 0 0.02 0.00 0.02 0.02 0.03 99.92 13:23:24 13:05:01 1 0.50 0.00 0.02 0.00 0.00 99.49 13:23:24 13:05:01 2 0.00 0.00 0.03 0.00 0.02 99.95 13:23:24 13:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 13:05:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:05:01 5 0.02 0.00 0.02 0.02 0.00 99.95 13:23:24 13:05:01 6 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 13:05:01 7 0.02 0.00 0.03 0.00 0.00 99.95 13:23:24 13:06:01 all 0.02 0.00 0.00 0.00 0.01 99.97 13:23:24 13:06:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 13:06:01 1 0.05 0.00 0.00 0.00 0.02 99.93 13:23:24 13:06:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 13:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 13:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:06:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 13:06:01 6 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 13:06:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 13:07:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:23:24 13:07:01 0 0.02 0.00 0.02 0.02 0.03 99.92 13:23:24 13:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:07:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 13:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:07:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 13:07:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:23:24 13:07:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 13:07:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 13:08:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:23:24 13:08:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 13:08:01 1 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 13:08:01 2 0.03 0.00 0.03 0.00 0.02 99.92 13:23:24 13:08:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 13:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:08:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 13:08:01 6 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 13:08:01 7 0.02 0.00 0.03 0.00 0.00 99.95 13:23:24 13:09:01 all 0.01 0.00 0.01 0.00 0.00 99.97 13:23:24 13:09:01 0 0.02 0.00 0.02 0.02 0.02 99.93 13:23:24 13:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 13:09:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 13:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 13:09:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 13:09:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 13:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 13:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 13:10:01 all 0.02 0.00 0.01 0.00 0.02 99.95 13:23:24 13:10:01 0 0.02 0.00 0.03 0.00 0.03 99.92 13:23:24 13:10:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 13:10:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 13:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:10:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 13:10:01 5 0.05 0.00 0.02 0.02 0.02 99.90 13:23:24 13:10:01 6 0.07 0.00 0.00 0.00 0.02 99.92 13:23:24 13:10:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 13:11:01 all 0.01 0.00 0.01 0.00 0.01 99.98 13:23:24 13:11:01 0 0.00 0.00 0.00 0.02 0.02 99.97 13:23:24 13:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:11:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 13:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 13:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:11:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 13:11:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 13:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:12:01 all 0.02 0.00 0.00 0.00 0.01 99.96 13:23:24 13:12:01 0 0.02 0.00 0.00 0.00 0.03 99.95 13:23:24 13:12:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:12:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 13:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 13:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:12:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 13:12:01 6 0.05 0.00 0.00 0.02 0.00 99.93 13:23:24 13:12:01 7 0.05 0.00 0.02 0.00 0.00 99.93 13:23:24 13:13:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:23:24 13:13:01 0 0.00 0.00 0.02 0.00 0.03 99.95 13:23:24 13:13:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 13:13:01 2 0.00 0.00 0.03 0.00 0.02 99.95 13:23:24 13:13:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 13:13:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 13:13:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:23:24 13:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 13:13:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 13:14:01 all 0.24 0.00 0.01 0.00 0.01 99.74 13:23:24 13:14:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:23:24 13:14:01 1 1.78 0.00 0.00 0.00 0.02 98.21 13:23:24 13:14:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 13:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 13:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:14:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 13:14:01 6 0.03 0.00 0.02 0.02 0.02 99.92 13:23:24 13:14:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 13:15:01 all 0.20 0.00 0.02 0.00 0.01 99.76 13:23:24 13:15:01 0 0.03 0.00 0.03 0.00 0.03 99.90 13:23:24 13:15:01 1 1.48 0.00 0.08 0.00 0.02 98.42 13:23:24 13:15:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 13:15:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 13:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:15:01 5 0.02 0.00 0.02 0.02 0.00 99.95 13:23:24 13:15:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 13:15:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 13:23:24 13:15:01 CPU %user %nice %system %iowait %steal %idle 13:23:24 13:16:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:23:24 13:16:01 0 0.05 0.00 0.03 0.00 0.02 99.90 13:23:24 13:16:01 1 0.05 0.00 0.00 0.00 0.02 99.93 13:23:24 13:16:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 13:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 13:16:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 13:16:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 13:16:01 6 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 13:16:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 13:17:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:23:24 13:17:01 0 0.03 0.00 0.03 0.00 0.03 99.90 13:23:24 13:17:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 13:17:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:23:24 13:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 13:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:17:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 13:17:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 13:17:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:23:24 13:18:01 all 0.02 0.00 0.00 0.00 0.01 99.96 13:23:24 13:18:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 13:18:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 13:18:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 13:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 13:18:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 13:18:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:23:24 13:18:01 6 0.03 0.00 0.00 0.02 0.02 99.93 13:23:24 13:18:01 7 0.05 0.00 0.00 0.00 0.00 99.95 13:23:24 13:19:01 all 0.01 0.00 0.02 0.00 0.01 99.96 13:23:24 13:19:01 0 0.03 0.00 0.02 0.00 0.03 99.92 13:23:24 13:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 13:19:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 13:19:01 3 0.02 0.00 0.03 0.00 0.00 99.95 13:23:24 13:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:19:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 13:19:01 6 0.00 0.00 0.03 0.00 0.02 99.95 13:23:24 13:19:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:23:24 13:20:01 all 0.10 0.00 0.01 0.00 0.01 99.87 13:23:24 13:20:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 13:20:01 1 0.66 0.00 0.00 0.00 0.02 99.32 13:23:24 13:20:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:23:24 13:20:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 13:20:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 13:20:01 5 0.03 0.00 0.03 0.02 0.02 99.90 13:23:24 13:20:01 6 0.05 0.00 0.02 0.02 0.00 99.92 13:23:24 13:20:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:23:24 13:21:01 all 0.11 0.00 0.02 0.00 0.01 99.86 13:23:24 13:21:01 0 0.02 0.00 0.03 0.00 0.03 99.92 13:23:24 13:21:01 1 0.73 0.00 0.03 0.00 0.02 99.22 13:23:24 13:21:01 2 0.03 0.00 0.03 0.00 0.00 99.93 13:23:24 13:21:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 13:21:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 13:21:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:23:24 13:21:01 6 0.03 0.00 0.02 0.02 0.02 99.92 13:23:24 13:21:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 13:22:01 all 0.03 0.00 0.01 0.00 0.01 99.96 13:23:24 13:22:01 0 0.00 0.00 0.03 0.00 0.02 99.95 13:23:24 13:22:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:23:24 13:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:23:24 13:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:22:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:23:24 13:22:01 5 0.03 0.00 0.02 0.02 0.02 99.92 13:23:24 13:22:01 6 0.05 0.00 0.00 0.00 0.00 99.95 13:23:24 13:22:01 7 0.07 0.00 0.00 0.00 0.02 99.92 13:23:24 13:23:01 all 0.02 0.00 0.01 0.01 0.01 99.95 13:23:24 13:23:01 0 0.02 0.00 0.02 0.00 0.03 99.93 13:23:24 13:23:01 1 0.10 0.00 0.02 0.00 0.02 99.87 13:23:24 13:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:23:24 13:23:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:23:24 13:23:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:23:24 13:23:01 5 0.03 0.00 0.02 0.03 0.02 99.90 13:23:24 13:23:01 6 0.00 0.00 0.02 0.02 0.02 99.95 13:23:24 13:23:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:23:24 Average: all 1.37 0.00 0.22 0.08 0.01 98.33 13:23:24 Average: 0 1.34 0.00 0.21 0.08 0.02 98.34 13:23:24 Average: 1 1.46 0.00 0.22 0.07 0.01 98.24 13:23:24 Average: 2 1.30 0.00 0.22 0.06 0.01 98.41 13:23:24 Average: 3 1.35 0.00 0.22 0.07 0.01 98.36 13:23:24 Average: 4 1.44 0.00 0.21 0.05 0.01 98.30 13:23:24 Average: 5 1.34 0.00 0.22 0.12 0.01 98.31 13:23:24 Average: 6 1.40 0.00 0.21 0.05 0.01 98.33 13:23:24 Average: 7 1.31 0.00 0.23 0.11 0.02 98.33 13:23:24 13:23:24 13:23:24