Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from fa9291b4267d8cf249f54b4b348df68d64af3156 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-ssh13402385910817272697.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-ssh3260303708940937570.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-ssh3592686775522461316.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-ssh17657683089930824983.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-ssh5212757057226093910.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-8740 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/972 [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/972 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision fa9291b4267d8cf249f54b4b348df68d64af3156 (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fa9291b4267d8cf249f54b4b348df68d64af3156 # timeout=10 Commit message: "Merge pull request #5398 from sagargaikwad-eaton/sagargaikwad-eatonGet_device_using_UUID" > git rev-list --no-walk c8bb3daad451036c109a6c0c2441962ccd95d7c6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:49:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:49:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:49:49 ========================================================= 07:49:49 EdgeX Global Pipelines Version Info 07:49:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:49:51 ------------------- 07:49:51 stable info: 07:49:51 ------------------- 07:49:51 Commited By: Cherry Wang cherry@iotechsys.com 07:49:51 Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 07:49:51 Message: update stable to v1.0.278 07:49:51 ------------------- 07:49:51 experimental info: 07:49:51 ------------------- 07:49:51 Commited By: **** collab-it+edgex@linuxfoundation.org 07:49:51 Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 07:49:51 Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:49:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:49:51 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fa9291b [Pipeline] echo 07:49:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:49:52 provisioning config files... 07:49:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/972@tmp/config4819238454451776217tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:49:53 ---> ****-login.sh 07:49:53 nexus3.edgexfoundry.org:10001 07:49:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:53 07:49:53 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 07:49:53 Configure a credential helper to remove this warning. See 07:49:53 https://docs.****.com/go/credential-store/ 07:49:53 07:49:53 Login Succeeded 07:49:53 nexus3.edgexfoundry.org:10002 07:49:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:53 07:49:53 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 07:49:53 Configure a credential helper to remove this warning. See 07:49:53 https://docs.****.com/go/credential-store/ 07:49:53 07:49:53 Login Succeeded 07:49:53 nexus3.edgexfoundry.org:10003 07:49:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:53 07:49:53 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 07:49:53 Configure a credential helper to remove this warning. See 07:49:53 https://docs.****.com/go/credential-store/ 07:49:53 07:49:53 Login Succeeded 07:49:53 nexus3.edgexfoundry.org:10004 07:49:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:53 07:49:53 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 07:49:53 Configure a credential helper to remove this warning. See 07:49:53 https://docs.****.com/go/credential-store/ 07:49:53 07:49:53 Login Succeeded 07:49:53 ****.io 07:49:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:53 07:49:53 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 07:49:53 Configure a credential helper to remove this warning. See 07:49:53 https://docs.****.com/go/credential-store/ 07:49:53 07:49:53 Login Succeeded 07:49:53 ---> ****-login.sh ends [Pipeline] } 07:49:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:49:54 + 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:49:54 + dirname cmd/core-command/Dockerfile 07:49:54 + cut -d/ -f2 07:49:54 + echo core-command,cmd/core-command/Dockerfile 07:49:54 + dirname cmd/core-common-config-bootstrapper/Dockerfile 07:49:54 + cut -d/ -f2 07:49:54 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 07:49:54 + dirname cmd/core-data/Dockerfile 07:49:54 + cut -d/ -f2 07:49:54 + echo core-data,cmd/core-data/Dockerfile 07:49:54 + + cut -d/ -f2 07:49:54 dirname cmd/core-keeper/Dockerfile 07:49:54 + echo core-keeper,cmd/core-keeper/Dockerfile 07:49:54 + dirname cmd/core-metadata/Dockerfile 07:49:54 + cut -d/ -f2 07:49:54 + echo core-metadata,cmd/core-metadata/Dockerfile 07:49:54 + dirname cmd/security-bootstrapper/Dockerfile 07:49:54 + cut -d/ -f2 07:49:54 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:49:54 + dirname cmd/security-proxy-auth/Dockerfile 07:49:54 + cut -d/ -f2 07:49:54 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 07:49:54 + dirname cmd/security-proxy-setup/Dockerfile 07:49:54 + cut -d/ -f2 07:49:54 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:49:54 + dirname cmd/security-secretstore-setup/Dockerfile 07:49:54 + cut -d/ -f2 07:49:54 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:49:54 + dirname cmd/security-spiffe-token-provider/Dockerfile 07:49:54 + cut -d/ -f2 07:49:54 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 07:49:54 + + cut -d/ -f2 07:49:54 dirname cmd/security-spire-agent/Dockerfile 07:49:54 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 07:49:54 + dirname cmd/security-spire-config/Dockerfile 07:49:54 + cut -d/ -f2 07:49:54 + echo security-spire-config,cmd/security-spire-config/Dockerfile 07:49:54 + dirname cmd/security-spire-server/Dockerfile 07:49:54 + cut -d/ -f2 07:49:54 + echo security-spire-server,cmd/security-spire-server/Dockerfile 07:49:54 + dirname cmd/support-notifications/Dockerfile 07:49:54 + cut -d/ -f2 07:49:54 + echo support-notifications,cmd/support-notifications/Dockerfile 07:49:54 + dirname cmd/support-scheduler/Dockerfile 07:49:54 + cut -d/ -f2 07:49:54 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 07:49:54 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:49:54 + git rev-list -1 --merges fa9291b4267d8cf249f54b4b348df68d64af3156~1..fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo 07:49:54 -----------> git rev-list -1 --merges fa9291b4267d8cf249f54b4b348df68d64af3156~1..fa9291b4267d8cf249f54b4b348df68d64af3156 fa9291b4267d8cf249f54b4b348df68d64af3156 07:49:54 fa9291b4267d8cf249f54b4b348df68d64af3156 [false] [Pipeline] sh 07:49:54 + git log --format=format:%s -1 fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo 07:49:54 ========================================================= 07:49:54 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:49:54 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 07:49:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:49:55 + grep -v github /etc/ssh/ssh_known_hosts 07:49:55 + [ -e /tmp/ssh_known_hosts ] 07:49:55 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:49:55 + + sudoecho tee github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= -a 07:49:55 /etc/ssh/ssh_known_hosts 07:49:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:49:55 07:49:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:49:56 0.1.4: Pulling from edgex-devops/py-git-semver 07:49:56 3dae71ba6b94: Pulling fs layer 07:49:56 6bf1a483ea7c: Pulling fs layer 07:49:56 f5dfc541a4d3: Pulling fs layer 07:49:56 461d9e800cba: Pulling fs layer 07:49:56 80192f66455f: Pulling fs layer 07:49:56 2e8e34ca0e6c: Pulling fs layer 07:49:56 a29436f7fd5d: Pulling fs layer 07:49:56 923cac83aea3: Pulling fs layer 07:49:56 80192f66455f: Waiting 07:49:56 2e8e34ca0e6c: Waiting 07:49:56 a29436f7fd5d: Waiting 07:49:56 923cac83aea3: Waiting 07:49:56 25ad8b0a4227: Pulling fs layer 07:49:56 db01528c6b51: Pulling fs layer 07:49:56 28988de357af: Pulling fs layer 07:49:56 25ad8b0a4227: Waiting 07:49:56 db01528c6b51: Waiting 07:49:56 461d9e800cba: Waiting 07:49:56 28988de357af: Waiting 07:49:56 6bf1a483ea7c: Verifying Checksum 07:49:56 6bf1a483ea7c: Download complete 07:49:56 461d9e800cba: Verifying Checksum 07:49:56 461d9e800cba: Download complete 07:49:56 80192f66455f: Verifying Checksum 07:49:56 80192f66455f: Download complete 07:49:56 f5dfc541a4d3: Download complete 07:49:56 3dae71ba6b94: Verifying Checksum 07:49:56 3dae71ba6b94: Download complete 07:49:56 923cac83aea3: Verifying Checksum 07:49:56 923cac83aea3: Download complete 07:49:56 25ad8b0a4227: Verifying Checksum 07:49:56 25ad8b0a4227: Download complete 07:49:56 db01528c6b51: Verifying Checksum 07:49:56 db01528c6b51: Download complete 07:49:56 a29436f7fd5d: Verifying Checksum 07:49:56 a29436f7fd5d: Download complete 07:49:57 2e8e34ca0e6c: Verifying Checksum 07:49:57 2e8e34ca0e6c: Download complete 07:49:57 3dae71ba6b94: Pull complete 07:49:58 6bf1a483ea7c: Pull complete 07:49:59 f5dfc541a4d3: Pull complete 07:49:59 461d9e800cba: Pull complete 07:49:59 80192f66455f: Pull complete 07:50:03 2e8e34ca0e6c: Pull complete 07:50:03 a29436f7fd5d: Pull complete 07:50:03 923cac83aea3: Pull complete 07:50:03 25ad8b0a4227: Pull complete 07:50:03 db01528c6b51: Pull complete 07:50:03 28988de357af: Pull complete 07:50:03 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 07:50:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:50:03 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:50:03 prd-ubuntu20.04-docker-8c-8g-8740 does not seem to be running inside a container 07:50:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/972 -v /w/workspace/edgex-go/972:/w/workspace/edgex-go/972:rw,z -v /w/workspace/edgex-go/972@tmp:/w/workspace/edgex-go/972@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:50:05 $ docker top 509e0be13da756cedca052a226bcf4d56713700af55149b5cf9ea954f0ff6145 -eo pid,comm 07:50:05 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:50:05 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:50:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:50:05 [ssh-agent] Looking for ssh-agent implementation... 07:50:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:50:05 $ docker exec 509e0be13da756cedca052a226bcf4d56713700af55149b5cf9ea954f0ff6145 ssh-agent 07:50:05 SSH_AUTH_SOCK=/tmp/ssh-K3KfMzi6sJ3K/agent.31 07:50:05 SSH_AGENT_PID=37 07:50:05 Running ssh-add (command line suppressed) 07:50:06 Identity added: /w/workspace/edgex-go/972@tmp/private_key_1341137860901672456.key (/w/workspace/edgex-go/972@tmp/private_key_1341137860901672456.key) 07:50:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:50:06 + git config --global --add safe.directory /w/workspace/edgex-go/972 [Pipeline] sh 07:50:06 + git tag --points-at HEAD [Pipeline] } 07:50:06 $ docker exec --env ******** --env ******** 509e0be13da756cedca052a226bcf4d56713700af55149b5cf9ea954f0ff6145 ssh-agent -k 07:50:06 unset SSH_AUTH_SOCK; 07:50:06 unset SSH_AGENT_PID; 07:50:06 echo Agent pid 37 killed; 07:50:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:50:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:50:06 [ssh-agent] Looking for ssh-agent implementation... 07:50:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:50:06 $ docker exec 509e0be13da756cedca052a226bcf4d56713700af55149b5cf9ea954f0ff6145 ssh-agent 07:50:07 SSH_AUTH_SOCK=/tmp/ssh-yGkdAKLl6TMs/agent.84 07:50:07 SSH_AGENT_PID=90 07:50:07 Running ssh-add (command line suppressed) 07:50:07 Identity added: /w/workspace/edgex-go/972@tmp/private_key_11873212691240913589.key (/w/workspace/edgex-go/972@tmp/private_key_11873212691240913589.key) 07:50:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:50:07 + git semver init 07:50:07 2026-05-06 07:50:07,685 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 07:50:07 2026-05-06 07:50:07,689 [run_init] DEBUG init version:0.0.0 force:False 07:50:07 2026-05-06 07:50:07,691 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/972/.semver 07:50:07 2026-05-06 07:50:07,691 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/972/.semver 07:50:07 2026-05-06 07:50:07,691 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/972/.semver'], cwd=/w/workspace/edgex-go/972, stdin=None, shell=False, universal_newlines=False) 07:50:12 2026-05-06 07:50:12,334 [append_file] DEBUG append to file:/w/workspace/edgex-go/972/.git/info/exclude 07:50:12 2026-05-06 07:50:12,334 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/972/.semver/main with force:False 07:50:12 2026-05-06 07:50:12,334 [read_version] DEBUG read version from /w/workspace/edgex-go/972/.semver/main 07:50:12 2026-05-06 07:50:12,334 [read_version] DEBUG read version from /w/workspace/edgex-go/972/.semver/main 07:50:12 4.1.0-dev.112 [Pipeline] } 07:50:13 $ docker exec --env ******** --env ******** 509e0be13da756cedca052a226bcf4d56713700af55149b5cf9ea954f0ff6145 ssh-agent -k 07:50:13 unset SSH_AUTH_SOCK; 07:50:13 unset SSH_AGENT_PID; 07:50:13 echo Agent pid 90 killed; 07:50:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:50:13 + git semver [Pipeline] } 07:50:13 $ docker stop --time=1 509e0be13da756cedca052a226bcf4d56713700af55149b5cf9ea954f0ff6145 07:50:15 $ docker rm -f --volumes 509e0be13da756cedca052a226bcf4d56713700af55149b5cf9ea954f0ff6145 [Pipeline] // withDockerContainer [Pipeline] sh 07:50:15 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:50:15 Stashed 1 file(s) [Pipeline] echo 07:50:15 [edgeXSemver]: initialized semver on version 4.1.0-dev.112 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:50:16 + git config --global --add safe.directory /w/workspace/edgex-go/972 [Pipeline] echo 07:50:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:50:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:50:16 ========================================================= 07:50:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] 07:50:16 ========================================================= [Pipeline] fileExists [Pipeline] sh 07:50:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 07:50:16 1.25-alpine: Pulling from edgex-devops/edgex-golang-base 07:50:16 2d35ebdb57d9: Pulling fs layer 07:50:16 c35fb4624d26: Pulling fs layer 07:50:16 4e2aec7ef170: Pulling fs layer 07:50:16 333b49ad6fbf: Pulling fs layer 07:50:16 4f4fb700ef54: Pulling fs layer 07:50:16 c3e65509a76b: Pulling fs layer 07:50:16 7cf9ebb963bd: Pulling fs layer 07:50:16 bb34ca984cfb: Pulling fs layer 07:50:16 151cf03bc807: Pulling fs layer 07:50:16 c3e65509a76b: Waiting 07:50:16 333b49ad6fbf: Waiting 07:50:16 7cf9ebb963bd: Waiting 07:50:16 4f4fb700ef54: Waiting 07:50:16 151cf03bc807: Waiting 07:50:16 c35fb4624d26: Verifying Checksum 07:50:16 c35fb4624d26: Download complete 07:50:16 333b49ad6fbf: Download complete 07:50:16 4f4fb700ef54: Verifying Checksum 07:50:16 4f4fb700ef54: Download complete 07:50:16 c3e65509a76b: Verifying Checksum 07:50:16 c3e65509a76b: Download complete 07:50:16 2d35ebdb57d9: Download complete 07:50:16 2d35ebdb57d9: Pull complete 07:50:16 7cf9ebb963bd: Verifying Checksum 07:50:16 7cf9ebb963bd: Download complete 07:50:16 c35fb4624d26: Pull complete 07:50:17 4e2aec7ef170: Verifying Checksum 07:50:17 4e2aec7ef170: Download complete 07:50:17 151cf03bc807: Verifying Checksum 07:50:17 151cf03bc807: Download complete 07:50:17 bb34ca984cfb: Verifying Checksum 07:50:17 bb34ca984cfb: Download complete 07:50:22 4e2aec7ef170: Pull complete 07:50:22 333b49ad6fbf: Pull complete 07:50:22 4f4fb700ef54: Pull complete 07:50:22 c3e65509a76b: Pull complete 07:50:22 7cf9ebb963bd: Pull complete 07:50:25 bb34ca984cfb: Pull complete 07:50:25 151cf03bc807: Pull complete 07:50:25 Digest: sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 07:50:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 07:50:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [Pipeline] fileExists [Pipeline] sh 07:50:26 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 07:50:26 WORKDIR /edgex 07:50:26 COPY go.mod . 07:50:26 RUN go mod download 07:50:26 + docker build -t ci-base-image-x86_64 -f - . 07:50:26 #0 building with "default" instance using docker driver 07:50:26 07:50:26 #1 [internal] load build definition from Dockerfile 07:50:26 #1 transferring dockerfile: 164B done 07:50:26 #1 DONE 0.0s 07:50:26 07:50:26 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 07:50:26 #2 DONE 0.0s 07:50:26 07:50:26 #3 [internal] load .dockerignore 07:50:26 #3 transferring context: 50B done 07:50:26 #3 DONE 0.0s 07:50:26 07:50:26 #4 [internal] load build context 07:50:26 #4 transferring context: 6.99kB done 07:50:26 #4 DONE 0.0s 07:50:26 07:50:26 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 07:50:26 #5 DONE 0.1s 07:50:26 07:50:26 #6 [2/4] WORKDIR /edgex 07:50:28 #6 DONE 1.9s 07:50:28 07:50:28 #7 [3/4] COPY go.mod . 07:50:28 #7 DONE 0.0s 07:50:28 07:50:28 #8 [4/4] RUN go mod download 07:50:30 Still waiting to schedule task 07:50:30 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 07:50:40 #8 DONE 11.6s 07:50:40 07:50:40 #9 exporting to image 07:50:40 #9 exporting layers 07:50:43 #9 exporting layers 3.3s done 07:50:43 #9 writing image sha256:8030b304013a6b576de9ea8b1062f9a588ccd0a8ef0fbb6d2bca529c56d5e008 done 07:50:43 #9 naming to docker.io/library/ci-base-image-x86_64 done 07:50:43 #9 DONE 3.3s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:50:43 + docker inspect -f . ci-base-image-x86_64 07:50:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:50:43 prd-ubuntu20.04-docker-8c-8g-8740 does not seem to be running inside a container 07:50:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/972 -v /w/workspace/edgex-go/972:/w/workspace/edgex-go/972:rw,z -v /w/workspace/edgex-go/972@tmp:/w/workspace/edgex-go/972@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:50:44 $ docker top bbfdc21528fa867de555e2f50b6e0e77f14d582bd42d77bd02ac6d53f83195b2 -eo pid,comm [Pipeline] { [Pipeline] sh 07:50:44 + go version 07:50:44 go version go1.25.2 linux/amd64 [Pipeline] } 07:50:44 $ docker stop --time=1 bbfdc21528fa867de555e2f50b6e0e77f14d582bd42d77bd02ac6d53f83195b2 07:50:45 $ docker rm -f --volumes bbfdc21528fa867de555e2f50b6e0e77f14d582bd42d77bd02ac6d53f83195b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:50:46 + docker inspect -f . ci-base-image-x86_64 07:50:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:50:46 prd-ubuntu20.04-docker-8c-8g-8740 does not seem to be running inside a container 07:50:46 $ 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/972 -v /w/workspace/edgex-go/972:/w/workspace/edgex-go/972:rw,z -v /w/workspace/edgex-go/972@tmp:/w/workspace/edgex-go/972@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:50:46 $ docker top dfcd56a0d985160f251800f3cee83d1170bed89d01d0940a61325cc9a29a9b31 -eo pid,comm [Pipeline] { [Pipeline] echo 07:50:46 ========================================================= 07:50:46 [edgeXBuildGoParallel] Running Tests and Build... 07:50:46 ========================================================= [Pipeline] sh 07:50:46 + git config --global --add safe.directory /w/workspace/edgex-go/972 [Pipeline] fileExists [Pipeline] sh 07:50:47 + make test 07:50:47 go test -race -coverprofile=coverage.out ./... 07:50:55 ? github.com/edgexfoundry/edgex-go [no test files] 07:51:27 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 07:51:27 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 07:51:27 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 07:51:27 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 07:51:27 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 07:51:27 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 07:51:27 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 07:51:27 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 07:51:27 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 07:51:27 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 07:51:27 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 07:51:27 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 07:51:27 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 07:51:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:51:27 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 07:51:27 github.com/edgexfoundry/edgex-go/internal/core/command/application coverage: 0.0% of statements 07:51:27 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 07:51:27 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 07:51:29 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.055s coverage: 97.0% of statements 07:51:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.051s coverage: 69.4% of statements 07:51:32 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 07:51:32 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.021s coverage: 4.8% of statements 07:51:32 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 07:51:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.075s coverage: 57.3% of statements 07:51:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.026s coverage: 86.5% of statements 07:51:32 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 07:51:32 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 07:51:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.863s coverage: 94.2% of statements 07:51:33 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 07:51:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 07:51:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 07:51:33 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:51:33 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 07:51:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] 07:51:33 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 07:51:33 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 07:51:33 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 07:51:33 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 07:51:33 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 07:51:33 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.056s coverage: 90.7% of statements 07:51:33 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 07:51:33 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 07:51:33 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:51:33 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/registry 1.035s coverage: 0.0% of statements 07:51:33 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 07:51:33 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 07:51:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.042s coverage: 11.1% of statements 07:51:34 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 07:51:34 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 07:51:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.458s coverage: 97.7% of statements 07:51:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 07:51:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 07:51:36 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:51:36 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 07:51:36 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 07:51:36 ok github.com/edgexfoundry/edgex-go/internal/io 1.033s coverage: 72.2% of statements 07:51:36 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 07:51:36 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 07:51:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:51:36 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 07:51:36 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 07:51:36 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 07:51:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:51:36 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 07:51:36 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 07:51:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] 07:51:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.053s coverage: 3.5% of statements 07:51:39 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/mocks coverage: 0.0% of statements 07:51:39 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 07:51:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.072s coverage: 1.0% of statements 07:51:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 07:51:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.040s coverage: 38.2% of statements 07:51:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.032s coverage: 68.8% of statements 07:51:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 07:51:39 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 07:51:39 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 07:51:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.020s coverage: 40.0% of statements 07:51:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.025s coverage: 87.1% of statements 07:51:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.020s coverage: 89.5% of statements 07:51:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.035s coverage: 93.1% of statements 07:51:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.019s coverage: 87.5% of statements 07:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.041s coverage: 94.4% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.044s coverage: 92.9% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.022s coverage: 68.8% of statements 07:52:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.032s coverage: 62.3% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.028s coverage: 47.4% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.026s coverage: 87.2% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.021s coverage: 15.5% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.018s coverage: 100.0% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.068s coverage: 81.8% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.045s coverage: 82.1% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.020s coverage: 86.0% of statements 07:52:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.033s coverage: 6.8% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.027s coverage: 33.3% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.030s coverage: 100.0% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.154s coverage: 54.8% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.023s coverage: 89.6% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.022s coverage: 73.7% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.022s coverage: 100.0% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth 1.035s coverage: 20.0% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.026s coverage: 88.6% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.033s coverage: 96.8% of statements 07:52:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 07:52:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.019s coverage: 100.0% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.131s coverage: 29.2% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.043s coverage: 93.8% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 07:52:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.023s coverage: 3.1% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.018s coverage: 76.2% of statements 07:52:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.020s coverage: 54.0% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 07:52:01 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 07:52:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.049s coverage: 17.1% of statements 07:52:05 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 07:52:05 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 07:52:05 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 07:52:05 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 07:52:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.116s coverage: 94.9% of statements 07:52:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 07:52:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 07:52:05 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:52:05 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 07:52:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.024s coverage: 9.0% of statements 07:52:05 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 07:52:05 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 07:52:05 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 07:52:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.067s coverage: 97.7% of statements 07:52:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 07:52:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.031s coverage: 47.1% of statements 07:52:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 07:52:05 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:52:05 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:52:05 running golangci-lint 07:52:05 golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z 07:52:05 go version go1.25.2 linux/amd64 07:52:05 level=info msg="golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z" 07:52:05 level=info msg="[config_reader] Used config file .golangci.yml" 07:52:05 level=info msg="[config_reader] Module name \"github.com/edgexfoundry/edgex-go\"" 07:52:05 level=info msg="maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined" 07:52:05 level=info msg="[goenv] Read go env for 4.733581ms: map[string]string{\"GOCACHE\":\"/root/.cache/go-build\", \"GOROOT\":\"/usr/local/go\"}" 07:52:05 level=info msg="[lintersdb] Active 6 linters: [errcheck gosec govet ineffassign staticcheck unused]" 07:52:08 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8741 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 07:52:08 Running in /w/workspace/edgex-go/972 [Pipeline] { [Pipeline] checkout 07:52:11 The recommended git tool is: git 07:52:16 using credential edgex-jenkins-ssh 07:52:16 Cloning the remote Git repository 07:52:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:52:16 > git init /w/workspace/edgex-go/972 # timeout=10 07:52:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:52:16 > git --version # timeout=10 07:52:16 > git --version # 'git version 2.25.1' 07:52:16 using GIT_SSH to set credentials SSH Credentials for GitHub 07:52:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:52:27 level=info msg="[loader] Go packages loading at mode 8767 (imports|types_sizes|deps|exports_file|name|compiled_files|files) took 20.831494927s" 07:52:27 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 39.536431ms" 07:52:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:52:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:52:36 Avoid second fetch 07:52:36 Checking out Revision fa9291b4267d8cf249f54b4b348df68d64af3156 (main) 07:52:36 Commit message: "Merge pull request #5398 from sagargaikwad-eaton/sagargaikwad-eatonGet_device_using_UUID" 07:52:37 level=info msg="[linters_context/goanalysis] analyzers took 1m39.737520391s with top 10 stages: buildir: 52.694226059s, gosec: 2.705463352s, inspect: 2.349072901s, fact_deprecated: 2.331445293s, printf: 2.002505324s, fact_purity: 1.40926148s, ctrlflow: 1.279164111s, nilness: 1.138684902s, S1038: 1.04605438s, QF1004: 891.828941ms" 07:52:37 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"third_party$\"" 07:52:37 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"builtin$\"" 07:52:37 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"examples$\"" 07:52:37 level=info msg="[runner] Issues before processing: 35, after processing: 0" 07:52:37 level=info msg="[runner] Processors filtering stat (in/out): path_relativity: 35/35, exclusion_rules: 22/21, path_absoluter: 35/35, invalid_issue: 35/35, generated_file_filter: 35/22, nolint_filter: 21/0, cgo: 35/35, filename_unadjuster: 35/35, exclusion_paths: 35/35" 07:52:37 level=info msg="[runner] processing took 12.277187ms with stages: nolint_filter: 11.348378ms, generated_file_filter: 654.496µs, exclusion_rules: 120.921µs, exclusion_paths: 99.832µs, path_relativity: 33.13µs, path_absoluter: 4.52µs, cgo: 3.93µs, invalid_issue: 2.69µs, sort_results: 2.56µs, max_same_issues: 1.56µs, filename_unadjuster: 1.02µs, fixer: 760ns, diff: 690ns, uniq_by_line: 510ns, source_code: 490ns, path_prettifier: 470ns, max_from_linter: 390ns, max_per_file_from_linter: 320ns, path_shortener: 300ns, severity-rules: 220ns" 07:52:37 level=info msg="[runner] linters took 11.130447788s with stages: goanalysis_metalinter: 11.118043s" 07:52:37 0 issues. 07:52:37 level=info msg="File cache stats: 0 entries of total size 0B" 07:52:37 level=info msg="Memory: 322 samples, avg is 340.5MB, max is 1400.0MB" 07:52:37 level=info msg="Execution took 32.009077665s" 07:52:37 go vet ./... 07:52:36 > git config core.sparsecheckout # timeout=10 07:52:36 > git checkout -f fa9291b4267d8cf249f54b4b348df68d64af3156 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:52:41 provisioning config files... 07:52:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/972@tmp/config8007286057471744563tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:52:41 ---> ****-login.sh 07:52:41 nexus3.edgexfoundry.org:10001 07:52:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:52:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:52:42 Configure a credential helper to remove this warning. See 07:52:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:52:42 07:52:42 Login Succeeded 07:52:42 nexus3.edgexfoundry.org:10002 07:52:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:52:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:52:42 Configure a credential helper to remove this warning. See 07:52:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:52:42 07:52:42 Login Succeeded 07:52:42 nexus3.edgexfoundry.org:10003 07:52:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:52:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:52:43 Configure a credential helper to remove this warning. See 07:52:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:52:43 07:52:43 Login Succeeded 07:52:43 nexus3.edgexfoundry.org:10004 07:52:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:52:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:52:43 Configure a credential helper to remove this warning. See 07:52:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:52:43 07:52:43 Login Succeeded 07:52:43 ****.io 07:52:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:52:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:52:44 Configure a credential helper to remove this warning. See 07:52:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:52:44 07:52:44 Login Succeeded 07:52:44 ---> ****-login.sh ends [Pipeline] } 07:52:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 07:52:44 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:52:44 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] sh 07:52:44 ./bin/test-attribution-txt.sh 07:52:44 + git config --global --add safe.directory /w/workspace/edgex-go/972 [Pipeline] echo 07:52:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:52:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:52:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:52:44 ========================================================= 07:52:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] 07:52:44 ========================================================= [Pipeline] fileExists [Pipeline] sh [Pipeline] sh 07:52:45 + ls -al . 07:52:45 total 1396 07:52:45 drwxrwxr-x 11 1001 1001 4096 May 6 07:50 . 07:52:45 drwxr-xr-x 4 root root 4096 May 6 07:50 .. 07:52:45 drwxrwxr-x 2 1001 1001 4096 May 6 07:49 .blubracket 07:52:45 -rw-rw-r-- 1 1001 1001 10 May 6 07:49 .dockerignore 07:52:45 drwxrwxr-x 8 1001 1001 4096 May 6 07:52 .git 07:52:45 drwxrwxr-x 3 1001 1001 4096 May 6 07:49 .github 07:52:45 -rw-rw-r-- 1 1001 1001 909 May 6 07:49 .gitignore 07:52:45 -rw-rw-r-- 1 1001 1001 359 May 6 07:49 .golangci.yml 07:52:45 -rw-rw-r-- 1 1001 1001 100 May 6 07:49 .hadolint.yml 07:52:45 drwxr-xr-x 3 1001 1001 4096 May 6 07:50 .semver 07:52:45 -rw-rw-r-- 1 1001 1001 155 May 6 07:49 .sonarcloud.properties 07:52:45 -rw-rw-r-- 1 1001 1001 1171 May 6 07:49 ADOPTERS.md 07:52:45 -rw-rw-r-- 1 1001 1001 20149 May 6 07:49 Attribution.txt 07:52:45 -rw-rw-r-- 1 1001 1001 108018 May 6 07:49 CHANGELOG.md 07:52:45 -rw-rw-r-- 1 1001 1001 3804 May 6 07:49 CONTRIBUTING.md 07:52:45 -rw-rw-r-- 1 1001 1001 677 May 6 07:49 GOVERNANCE.md 07:52:45 -rw-rw-r-- 1 1001 1001 886 May 6 07:49 Jenkinsfile 07:52:45 -rw-rw-r-- 1 1001 1001 10775 May 6 07:49 LICENSE 07:52:45 -rw-rw-r-- 1 1001 1001 16743 May 6 07:49 Makefile 07:52:45 -rw-rw-r-- 1 1001 1001 582 May 6 07:49 OWNERS.md 07:52:45 -rw-rw-r-- 1 1001 1001 9932 May 6 07:49 README.md 07:52:45 -rw-rw-r-- 1 1001 1001 789 May 6 07:49 SECURITY.md 07:52:45 -rw-rw-r-- 1 1001 1001 13 May 6 07:50 VERSION 07:52:45 drwxrwxr-x 2 1001 1001 4096 May 6 07:49 bin 07:52:45 drwxrwxr-x 19 1001 1001 4096 May 6 07:49 cmd 07:52:45 -rw-r--r-- 1 root root 1047357 May 6 07:52 coverage.out 07:52:45 drwxrwxr-x 2 1001 1001 4096 May 6 07:49 fuzz_test 07:52:45 -rw-rw-r-- 1 1001 1001 6951 May 6 07:49 go.mod 07:52:45 -rw-rw-r-- 1 1001 1001 90838 May 6 07:49 go.sum 07:52:45 drwxrwxr-x 7 1001 1001 4096 May 6 07:49 internal 07:52:45 drwxrwxr-x 2 1001 1001 4096 May 6 07:49 openapi 07:52:45 -rw-rw-r-- 1 1001 1001 584 May 6 07:49 security.txt 07:52:45 -rw-rw-r-- 1 1001 1001 204 May 6 07:49 version.go [Pipeline] sh 07:52:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 07:52:45 + '[' -e coverage.out ] 07:52:45 + chown 1001:1001 coverage.out [Pipeline] stash 07:52:45 Stashed 1 file(s) [Pipeline] sh 07:52:45 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:52:45 6b59a28fa201: Pulling fs layer 07:52:45 d32bb0dddca7: Pulling fs layer 07:52:45 5dab1238d3d9: Pulling fs layer 07:52:45 196fd7d83e7d: Pulling fs layer 07:52:45 4f4fb700ef54: Pulling fs layer 07:52:45 8ba94037c8f0: Pulling fs layer 07:52:45 deaec5988b04: Pulling fs layer 07:52:45 9f65657bb879: Pulling fs layer 07:52:45 196fd7d83e7d: Waiting 07:52:45 4f4fb700ef54: Waiting 07:52:45 8ba94037c8f0: Waiting 07:52:45 deaec5988b04: Waiting 07:52:45 9f65657bb879: Waiting 07:52:45 d32bb0dddca7: Verifying Checksum 07:52:45 d32bb0dddca7: Download complete 07:52:45 196fd7d83e7d: Verifying Checksum 07:52:45 196fd7d83e7d: Download complete 07:52:45 4f4fb700ef54: Verifying Checksum 07:52:45 4f4fb700ef54: Download complete 07:52:45 8ba94037c8f0: Verifying Checksum 07:52:45 8ba94037c8f0: Download complete 07:52:45 6b59a28fa201: Verifying Checksum 07:52:45 6b59a28fa201: Download complete 07:52:45 + make build 07:52:45 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 07:52:46 9f65657bb879: Verifying Checksum 07:52:46 9f65657bb879: Download complete 07:52:46 6b59a28fa201: Pull complete 07:52:47 5dab1238d3d9: Verifying Checksum 07:52:47 5dab1238d3d9: Download complete 07:52:47 d32bb0dddca7: Pull complete 07:52:49 deaec5988b04: Verifying Checksum 07:52:49 deaec5988b04: Download complete 07:53:01 5dab1238d3d9: Pull complete 07:53:01 196fd7d83e7d: Pull complete 07:53:01 4f4fb700ef54: Pull complete 07:53:01 8ba94037c8f0: Pull complete 07:53:07 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:53:09 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 07:53:10 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:53:11 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 07:53:12 deaec5988b04: Pull complete 07:53:13 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:53:14 9f65657bb879: Pull complete 07:53:14 Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 07:53:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 07:53:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [Pipeline] fileExists [Pipeline] sh 07:53:14 + docker build -t ci-base-image-arm64 -f - . 07:53:14 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 07:53:14 WORKDIR /edgex 07:53:14 COPY go.mod . 07:53:14 RUN go mod download 07:53:15 Sending build context to Docker daemon 3.907MB 07:53:15 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 07:53:15 ---> 334268110677 07:53:15 Step 2/4 : WORKDIR /edgex 07:53:17 ---> Running in 62ca1a2e8aa0 07:53:17 Removing intermediate container 62ca1a2e8aa0 07:53:17 ---> 64f370128b4c 07:53:17 Step 3/4 : COPY go.mod . 07:53:18 ---> 863813a923c2 07:53:18 Step 4/4 : RUN go mod download 07:53:18 ---> Running in 758d12014543 07:53:18 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:53:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 07:53:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:53:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:53:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 07:53:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:53:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 07:53:31 $ docker stop --time=1 dfcd56a0d985160f251800f3cee83d1170bed89d01d0940a61325cc9a29a9b31 07:53:34 $ docker rm -f --volumes dfcd56a0d985160f251800f3cee83d1170bed89d01d0940a61325cc9a29a9b31 [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:53:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:53:35 07:53:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:53:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:53:36 latest: Pulling from edgex-devops/edgex-compose 07:53:36 91d30c5bc195: Pulling fs layer 07:53:36 2e9b0aa3be6d: Pulling fs layer 07:53:36 9c61dcf015f6: Pulling fs layer 07:53:36 4698f68db338: Pulling fs layer 07:53:36 2a2f49069b9e: Pulling fs layer 07:53:36 e0025b399a48: Pulling fs layer 07:53:36 4698f68db338: Waiting 07:53:36 2a2f49069b9e: Waiting 07:53:36 e0025b399a48: Waiting 07:53:36 91d30c5bc195: Verifying Checksum 07:53:36 91d30c5bc195: Download complete 07:53:36 4698f68db338: Verifying Checksum 07:53:36 4698f68db338: Download complete 07:53:36 2e9b0aa3be6d: Verifying Checksum 07:53:36 2e9b0aa3be6d: Download complete 07:53:36 91d30c5bc195: Pull complete 07:53:36 e0025b399a48: Verifying Checksum 07:53:36 e0025b399a48: Download complete 07:53:36 2a2f49069b9e: Verifying Checksum 07:53:36 2a2f49069b9e: Download complete 07:53:36 2e9b0aa3be6d: Pull complete 07:53:37 9c61dcf015f6: Verifying Checksum 07:53:37 9c61dcf015f6: Download complete 07:53:40 9c61dcf015f6: Pull complete 07:53:40 4698f68db338: Pull complete 07:53:40 2a2f49069b9e: Pull complete 07:53:40 e0025b399a48: Pull complete 07:53:40 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 07:53:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:53:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:53:41 prd-ubuntu20.04-docker-8c-8g-8740 does not seem to be running inside a container 07:53:41 $ 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/972 -v /w/workspace/edgex-go/972:/w/workspace/edgex-go/972:rw,z -v /w/workspace/edgex-go/972@tmp:/w/workspace/edgex-go/972@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:53:42 $ docker top 233a8187bcd4771a54441680fa7e10584017e0dc994bcaab83e7649586212162 -eo pid,comm [Pipeline] { [Pipeline] sh 07:53:42 + docker compose -f ./docker-compose-build.yml build --parallel 07:53:42 #1 [security-spire-config internal] load build definition from Dockerfile 07:53:42 #1 transferring dockerfile: 1.69kB done 07:53:42 #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 07:53:42 #1 DONE 0.2s 07:53:42 07:53:42 #2 [core-metadata internal] load build definition from Dockerfile 07:53:42 #2 transferring dockerfile: 2.10kB done 07:53:42 #2 DONE 0.1s 07:53:42 07:53:42 #3 [core-command internal] load build definition from Dockerfile 07:53:42 #3 transferring dockerfile: 1.94kB done 07:53:42 #3 DONE 0.2s 07:53:42 07:53:42 #4 [core-keeper internal] load build definition from Dockerfile 07:53:42 #4 transferring dockerfile: 2.07kB done 07:53:42 #4 DONE 0.2s 07:53:42 07:53:42 #5 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:53:42 #5 DONE 0.0s 07:53:42 07:53:42 #6 [security-spiffe-token-provider internal] load build definition from Dockerfile 07:53:42 #6 transferring dockerfile: 1.89kB done 07:53:42 #6 DONE 0.2s 07:53:42 07:53:42 #7 [core-keeper internal] load metadata for docker.io/library/alpine:3.22 07:53:43 #7 ... 07:53:43 07:53:43 #8 [core-common-config-bootstrapper internal] load build definition from Dockerfile 07:53:43 #8 transferring dockerfile: 2.23kB done 07:53:43 #8 DONE 0.2s 07:53:43 07:53:43 #9 [security-proxy-setup internal] load build definition from Dockerfile 07:53:43 #9 transferring dockerfile: 2.50kB done 07:53:43 #9 DONE 0.2s 07:53:43 07:53:43 #10 [support-scheduler internal] load build definition from Dockerfile 07:53:43 #10 transferring dockerfile: 1.83kB done 07:53:43 #10 DONE 0.2s 07:53:43 07:53:43 #11 [security-secretstore-setup internal] load build definition from Dockerfile 07:53:43 #11 transferring dockerfile: 2.49kB done 07:53:43 #11 DONE 0.2s 07:53:43 07:53:43 #12 [support-notifications internal] load build definition from Dockerfile 07:53:43 #12 transferring dockerfile: 2.02kB done 07:53:43 #12 DONE 0.2s 07:53:43 07:53:43 #13 [core-data internal] load build definition from Dockerfile 07:53:43 #13 transferring dockerfile: 2.04kB done 07:53:43 #13 DONE 0.2s 07:53:43 07:53:43 #14 [security-spire-agent internal] load build definition from Dockerfile 07:53:43 #14 transferring dockerfile: 1.81kB done 07:53:43 #14 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 07:53:43 #14 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 07:53:43 #14 DONE 0.2s 07:53:43 07:53:43 #15 [security-proxy-auth internal] load build definition from Dockerfile 07:53:43 #15 transferring dockerfile: 2.14kB done 07:53:43 #15 DONE 0.2s 07:53:43 07:53:43 #16 [security-spire-server internal] load build definition from Dockerfile 07:53:43 #16 transferring dockerfile: 1.70kB done 07:53:43 #16 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 07:53:43 #16 DONE 0.2s 07:53:43 07:53:43 #17 [security-bootstrapper internal] load build definition from Dockerfile 07:53:43 #17 transferring dockerfile: 3.02kB done 07:53:43 #17 DONE 0.2s 07:53:43 07:53:43 #5 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:53:43 #5 DONE 0.0s 07:53:43 07:53:43 #7 [security-spire-server internal] load metadata for docker.io/library/alpine:3.22 07:53:43 #7 DONE 0.6s 07:53:43 07:53:43 #18 [core-command internal] load .dockerignore 07:53:43 #18 transferring context: 07:53:43 #18 transferring context: 50B done 07:53:43 #18 DONE 0.0s 07:53:43 07:53:43 #19 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 07:53:43 #19 DONE 0.7s 07:53:43 07:53:43 #20 [security-spire-config internal] load .dockerignore 07:53:43 #20 ... 07:53:43 07:53:43 #21 [core-metadata internal] load .dockerignore 07:53:43 #21 transferring context: 50B done 07:53:43 #21 DONE 0.1s 07:53:43 07:53:43 #22 [security-proxy-auth internal] load .dockerignore 07:53:43 #22 transferring context: 50B done 07:53:43 #22 DONE 0.2s 07:53:43 07:53:43 #23 [core-common-config-bootstrapper internal] load .dockerignore 07:53:43 #23 transferring context: 50B done 07:53:43 #23 DONE 0.2s 07:53:43 07:53:43 #24 [core-data internal] load .dockerignore 07:53:43 #24 transferring context: 50B done 07:53:43 #24 DONE 0.2s 07:53:43 07:53:43 #25 [security-spiffe-token-provider internal] load .dockerignore 07:53:43 #25 transferring context: 50B done 07:53:43 #25 DONE 0.2s 07:53:43 07:53:43 #26 [support-scheduler internal] load .dockerignore 07:53:43 #26 transferring context: 50B done 07:53:43 #26 DONE 0.2s 07:53:43 07:53:43 #27 [core-keeper internal] load .dockerignore 07:53:43 #27 transferring context: 50B done 07:53:43 #27 DONE 0.2s 07:53:43 07:53:43 #28 [security-secretstore-setup internal] load .dockerignore 07:53:43 #28 transferring context: 50B done 07:53:43 #28 DONE 0.2s 07:53:43 07:53:43 #29 [support-scheduler internal] load build context 07:53:43 #29 DONE 0.0s 07:53:43 07:53:43 #30 [support-notifications internal] load .dockerignore 07:53:43 #30 transferring context: 50B done 07:53:43 #30 DONE 0.2s 07:53:43 07:53:43 #31 [security-bootstrapper internal] load .dockerignore 07:53:43 #31 transferring context: 50B done 07:53:43 #31 DONE 0.2s 07:53:43 07:53:43 #32 [security-proxy-setup internal] load .dockerignore 07:53:43 #32 transferring context: 50B done 07:53:43 #32 DONE 0.2s 07:53:43 07:53:43 #33 [security-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 07:53:43 #33 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.1s done 07:53:43 #33 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done 07:53:43 #33 sha256:2039be0c5ec6ce8566809626a252c930216a92109c043f282504accb5ee3c0c6 1.02kB / 1.02kB done 07:53:43 #33 sha256:9292219a28ffaeaa2dc461905c5c2d773bf49671f9c927c338c6f28ce08ac61b 611B / 611B done 07:53:43 #33 sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 0B / 3.81MB 0.2s 07:53:43 #33 sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 3.81MB / 3.81MB 0.3s 07:53:43 #33 sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 3.81MB / 3.81MB 0.3s done 07:53:43 #33 extracting sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 07:53:44 #33 ... 07:53:44 07:53:44 #34 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 07:53:44 #34 DONE 0.5s 07:53:44 07:53:44 #35 [security-spire-server internal] load .dockerignore 07:53:44 #35 transferring context: 50B 0.0s done 07:53:44 #35 DONE 0.5s 07:53:44 07:53:44 #20 [security-spire-config internal] load .dockerignore 07:53:44 #20 transferring context: 50B done 07:53:44 #20 DONE 0.5s 07:53:44 07:53:44 #33 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 07:53:44 #33 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.1s done 07:53:44 #33 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done 07:53:44 #33 sha256:2039be0c5ec6ce8566809626a252c930216a92109c043f282504accb5ee3c0c6 1.02kB / 1.02kB done 07:53:44 #33 sha256:9292219a28ffaeaa2dc461905c5c2d773bf49671f9c927c338c6f28ce08ac61b 611B / 611B done 07:53:44 #33 sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 3.81MB / 3.81MB 0.3s done 07:53:44 #33 ... 07:53:44 07:53:44 #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 07:53:44 #36 DONE 1.1s 07:53:44 07:53:44 #33 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 07:53:44 #33 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.1s done 07:53:44 #33 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done 07:53:44 #33 sha256:2039be0c5ec6ce8566809626a252c930216a92109c043f282504accb5ee3c0c6 1.02kB / 1.02kB done 07:53:44 #33 sha256:9292219a28ffaeaa2dc461905c5c2d773bf49671f9c927c338c6f28ce08ac61b 611B / 611B done 07:53:44 #33 sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 3.81MB / 3.81MB 0.3s done 07:53:44 #33 extracting sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 0.4s done 07:53:46 #33 ... 07:53:46 07:53:46 #37 [security-spire-server internal] load build context 07:53:46 #37 transferring context: 26.58kB 0.0s done 07:53:46 #37 DONE 1.7s 07:53:46 07:53:46 #38 [core-keeper internal] load build context 07:53:46 #38 ... 07:53:46 07:53:46 #39 [core-metadata builder 2/7] WORKDIR /edgex-go 07:53:46 #39 DONE 2.8s 07:53:46 07:53:46 #40 [security-spire-agent internal] load .dockerignore 07:53:46 #40 transferring context: 50B 0.0s done 07:53:46 #40 DONE 2.7s 07:53:46 07:53:46 #38 [core-keeper internal] load build context 07:53:46 #38 ... 07:53:46 07:53:46 #41 [security-spire-config internal] load build context 07:53:46 #41 transferring context: 24.83kB 0.0s done 07:53:46 #41 DONE 2.8s 07:53:46 07:53:46 #38 [core-keeper internal] load build context 07:53:46 #38 ... 07:53:46 07:53:46 #33 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 07:53:46 #33 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.1s done 07:53:46 #33 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done 07:53:46 #33 sha256:2039be0c5ec6ce8566809626a252c930216a92109c043f282504accb5ee3c0c6 1.02kB / 1.02kB done 07:53:46 #33 sha256:9292219a28ffaeaa2dc461905c5c2d773bf49671f9c927c338c6f28ce08ac61b 611B / 611B done 07:53:46 #33 sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 3.81MB / 3.81MB 0.3s done 07:53:46 #33 extracting sha256:84f5eff04246b56d48d1ed6cbd82d6bc7e53f7e790db6a467f92571c69f3289e 0.4s done 07:53:46 #33 DONE 3.5s 07:53:46 07:53:46 #38 [core-keeper internal] load build context 07:53:46 #38 ... 07:53:46 07:53:46 #42 [security-spire-agent internal] load build context 07:53:46 #42 transferring context: 26.11kB 0.0s done 07:53:46 #42 DONE 0.3s 07:53:46 07:53:46 #38 [core-keeper internal] load build context 07:53:52 #38 transferring context: 386.85MB 8.3s 07:53:52 #38 ... 07:53:52 07:53:52 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:53:52 #43 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 2.7s done 07:53:52 #43 sha256:9f8a255617307da6b53c9d6487246bf5b49d3512bb30f5b733ea11aa6c9ca192 1.05kB / 1.05kB done 07:53:52 #43 sha256:310211bc494e8d41e03aed8667c76bf95c9be121e0a59409aa32f7da7c671a50 1.74kB / 1.74kB done 07:53:52 #43 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.6s done 07:53:52 #43 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.2s done 07:53:52 #43 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.5s done 07:53:52 #43 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done 07:53:52 #43 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 3.0s done 07:53:52 #43 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done 07:53:52 #43 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 0.0s done 07:53:52 #43 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 done 07:53:52 #43 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 0.6s 07:53:53 #43 ... 07:53:53 07:53:53 #44 [core-command internal] load build context 07:53:53 #44 ... 07:53:53 07:53:53 #45 [security-spiffe-token-provider internal] load build context 07:53:53 #45 ... 07:53:53 07:53:53 #46 [security-secretstore-setup internal] load build context 07:53:53 #46 ... 07:53:53 07:53:53 #47 [security-bootstrapper internal] load build context 07:53:54 #47 ... 07:53:54 07:53:54 #48 [security-proxy-auth internal] load build context 07:53:54 #48 ... 07:53:54 07:53:54 #49 [core-metadata internal] load build context 07:53:54 #49 ... 07:53:54 07:53:54 #50 [core-common-config-bootstrapper internal] load build context 07:53:54 #50 ... 07:53:54 07:53:54 #51 [support-notifications internal] load build context 07:53:54 #51 ... 07:53:54 07:53:54 #52 [core-data internal] load build context 07:53:54 #52 ... 07:53:54 07:53:54 #53 [security-proxy-setup internal] load build context 07:53:54 #53 ... 07:53:54 07:53:54 #29 [support-scheduler internal] load build context 07:53:54 #29 ... 07:53:54 07:53:54 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:53:54 #43 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 3.0s done 07:53:56 #43 ... 07:53:56 07:53:56 #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:53:56 #0 0.732 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:53:56 #0 0.900 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:53:56 #0 1.311 v3.22.4-50-g5bd6b05364a [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 07:53:56 #0 1.311 v3.22.4-44-g62979ab6f4c [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 07:53:56 #0 1.311 OK: 26342 distinct packages available 07:53:56 #0 1.364 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:53:56 #0 1.439 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:53:56 #0 1.750 OK: 265 MiB in 60 packages 07:53:57 #54 ... 07:53:57 07:53:57 #55 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 07:53:57 #0 0.752 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:53:57 #0 0.890 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:53:57 #0 1.359 OK: 265 MiB in 60 packages 07:53:57 #55 ... 07:53:57 07:53:57 #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 07:53:57 #0 3.937 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:53:57 #0 4.016 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:53:57 #0 4.339 (1/1) Installing dumb-init (1.2.5-r3) 07:53:57 #0 4.343 Executing busybox-1.37.0-r20.trigger 07:53:57 #0 4.361 OK: 7 MiB in 17 packages 07:53:58 #56 ... 07:53:58 07:53:58 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 07:53:58 #57 ... 07:53:58 07:53:58 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:53:58 #0 4.875 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:53:58 #0 4.956 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:53:58 #0 5.361 v3.22.4-50-g5bd6b05364a [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 07:53:58 #0 5.361 v3.22.4-44-g62979ab6f4c [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 07:53:58 #0 5.361 OK: 26324 distinct packages available 07:53:58 #0 5.437 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:53:58 #0 5.517 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:53:58 #0 5.819 (1/13) Installing brotli-libs (1.1.0-r2) 07:53:58 #0 5.844 (2/13) Installing c-ares (1.34.6-r0) 07:53:58 #0 5.850 (3/13) Installing libunistring (1.3-r0) 07:53:58 #0 5.871 (4/13) Installing libidn2 (2.3.7-r0) 07:53:58 #0 5.879 (5/13) Installing nghttp2-libs (1.69.0-r0) 07:53:58 #0 5.882 (6/13) Installing libpsl (0.21.5-r3) 07:53:58 #0 5.887 (7/13) Installing zstd-libs (1.5.7-r0) 07:53:58 #0 5.900 (8/13) Installing libcurl (8.14.1-r2) 07:53:58 #0 5.910 (9/13) Installing curl (8.14.1-r2) 07:53:58 #0 5.914 (10/13) Installing dumb-init (1.2.5-r3) 07:53:58 #0 5.920 (11/13) Installing musl-obstack (1.2.3-r2) 07:53:58 #0 5.921 (12/13) Installing libucontext (1.3.2-r0) 07:53:58 #0 5.924 (13/13) Installing gcompat (1.1.0-r4) 07:53:58 #0 5.928 Executing busybox-1.37.0-r20.trigger 07:53:58 #0 5.933 OK: 13 MiB in 29 packages 07:53:58 #58 ... 07:53:58 07:53:58 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:53:58 #0 0.987 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:53:58 #0 1.083 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:53:58 #0 1.435 v3.22.4-50-g5bd6b05364a [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 07:53:58 #0 1.435 v3.22.4-44-g62979ab6f4c [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 07:53:58 #0 1.435 OK: 26324 distinct packages available 07:53:58 #0 1.515 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:53:58 #0 1.597 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:53:58 #0 1.962 (1/4) Installing dumb-init (1.2.5-r3) 07:53:58 #0 1.967 (2/4) Installing musl-obstack (1.2.3-r2) 07:53:58 #0 1.970 (3/4) Installing libucontext (1.3.2-r0) 07:53:58 #0 1.976 (4/4) Installing gcompat (1.1.0-r4) 07:53:58 #0 1.984 Executing busybox-1.37.0-r20.trigger 07:53:58 #0 1.991 OK: 8 MiB in 20 packages 07:53:58 #59 ... 07:53:58 07:53:58 #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 07:53:58 #60 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.5s done 07:53:58 #60 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done 07:53:58 #60 sha256:f3f75cbd8e89aaeaf217da4f23120881d5cf2db177a9095099ab1c09bcacbbff 1.05kB / 1.05kB done 07:53:58 #60 sha256:85fdd50c7a5e4921364e1448e85c8bf3593e78ec983c9336afa844644b6f45d1 1.72kB / 1.72kB done 07:53:58 #60 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.0s done 07:53:58 #60 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B done 07:53:58 #60 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.1s done 07:53:58 #60 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 19.17MB / 19.17MB 1.5s done 07:53:58 #60 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 0.0s done 07:53:58 #60 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a done 07:53:58 #60 extracting sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 3.3s done 07:53:58 #60 ... 07:53:58 07:53:58 #61 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init 07:53:58 #0 2.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:53:58 #0 2.981 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:53:58 #0 3.299 (1/1) Installing dumb-init (1.2.5-r3) 07:53:58 #0 3.304 Executing busybox-1.37.0-r20.trigger 07:53:58 #0 3.316 OK: 7 MiB in 17 packages 07:53:58 #61 ... 07:53:58 07:53:58 #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 07:53:58 #0 0.685 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:53:58 #0 0.883 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:53:58 #0 1.288 OK: 265 MiB in 60 packages 07:53:58 #62 ... 07:53:58 07:53:58 #63 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:53:58 #0 3.186 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:53:58 #0 3.287 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:53:58 #0 3.611 v3.22.4-50-g5bd6b05364a [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 07:53:58 #0 3.611 v3.22.4-44-g62979ab6f4c [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 07:53:58 #0 3.611 OK: 26324 distinct packages available 07:53:58 #0 3.679 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:53:58 #0 3.758 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:53:58 #0 4.069 (1/5) Installing dumb-init (1.2.5-r3) 07:53:58 #0 4.070 (2/5) Installing musl-obstack (1.2.3-r2) 07:53:58 #0 4.072 (3/5) Installing libucontext (1.3.2-r0) 07:53:58 #0 4.208 (4/5) Installing gcompat (1.1.0-r4) 07:53:58 #0 4.208 (5/5) Installing openssl (3.5.6-r0) 07:53:58 #0 4.224 Executing busybox-1.37.0-r20.trigger 07:53:58 #0 4.233 OK: 8 MiB in 21 packages 07:53:58 #63 ... 07:53:58 07:53:58 #64 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:58 #64 ... 07:53:58 07:53:58 #65 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:53:59 #65 ... 07:53:59 07:53:59 #66 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 07:53:59 #66 ... 07:53:59 07:53:59 #67 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:59 #67 ... 07:53:59 07:53:59 #68 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 07:53:59 #0 3.459 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:53:59 #0 3.545 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:53:59 #0 3.884 OK: 265 MiB in 60 packages 07:53:59 #68 ... 07:53:59 07:53:59 #69 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:53:59 #69 ... 07:53:59 07:53:59 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:53:59 #0 2.853 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:53:59 #0 2.933 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:53:59 #0 3.378 OK: 265 MiB in 60 packages 07:53:59 #70 ... 07:53:59 07:53:59 #71 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:53:59 #71 ... 07:53:59 07:53:59 #44 [core-command internal] load build context 07:53:59 #44 transferring context: 598.49MB 16.2s 07:53:59 #44 transferring context: 640.18MB 16.3s done 07:54:02 #44 ... 07:54:02 07:54:02 #38 [core-keeper internal] load build context 07:54:02 #38 transferring context: 640.18MB 14.5s done 07:54:02 #38 ... 07:54:02 07:54:02 #45 [security-spiffe-token-provider internal] load build context 07:54:02 #45 transferring context: 640.18MB 16.0s done 07:54:04 #45 ... 07:54:04 07:54:04 #46 [security-secretstore-setup internal] load build context 07:54:04 #46 transferring context: 640.18MB 15.4s done 07:54:04 #46 ... 07:54:04 07:54:04 #48 [security-proxy-auth internal] load build context 07:54:04 #48 transferring context: 640.18MB 15.5s done 07:54:04 #48 ... 07:54:04 07:54:04 #49 [core-metadata internal] load build context 07:54:04 #49 transferring context: 640.18MB 14.5s done 07:54:04 #49 ... 07:54:04 07:54:04 #50 [core-common-config-bootstrapper internal] load build context 07:54:04 #50 transferring context: 640.18MB 15.3s done 07:54:04 #50 ... 07:54:04 07:54:04 #47 [security-bootstrapper internal] load build context 07:54:04 #47 transferring context: 640.18MB 14.2s done 07:54:04 #47 ... 07:54:04 07:54:04 #51 [support-notifications internal] load build context 07:54:04 #51 transferring context: 640.18MB 15.8s done 07:54:04 #51 ... 07:54:04 07:54:04 #29 [support-scheduler internal] load build context 07:54:04 #29 transferring context: 640.18MB 14.6s done 07:54:04 #29 ... 07:54:04 07:54:04 #53 [security-proxy-setup internal] load build context 07:54:04 #53 transferring context: 640.18MB 15.7s done 07:54:05 #53 ... 07:54:05 07:54:05 #52 [core-data internal] load build context 07:54:05 #52 transferring context: 640.18MB 14.4s done 07:54:11 #52 ... 07:54:11 07:54:11 #47 [security-bootstrapper internal] load build context 07:54:11 #47 DONE 27.0s 07:54:11 07:54:11 #64 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:54:11 #64 DONE 23.9s 07:54:11 07:54:11 #61 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 07:54:11 #61 DONE 23.7s 07:54:11 07:54:11 #67 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:54:11 #67 DONE 23.7s 07:54:11 07:54:11 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:54:11 #59 DONE 23.7s 07:54:11 07:54:11 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:54:11 #58 DONE 23.7s 07:54:11 07:54:11 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:54:11 #70 DONE 23.9s 07:54:11 07:54:11 #72 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 07:54:11 #72 ... 07:54:11 07:54:11 #68 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 07:54:11 #68 DONE 23.9s 07:54:11 07:54:11 #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 07:54:11 #62 DONE 24.0s 07:54:11 07:54:11 #55 [core-data builder 3/7] RUN apk add --update --no-cache make git 07:54:11 #55 DONE 24.0s 07:54:11 07:54:11 #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:54:11 #54 DONE 24.0s 07:54:11 07:54:11 #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 07:54:11 #56 DONE 23.8s 07:54:11 07:54:11 #52 [core-data internal] load build context 07:54:11 #52 DONE 27.1s 07:54:11 07:54:11 #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:54:11 #63 DONE 23.8s 07:54:11 07:54:11 #49 [core-metadata internal] load build context 07:54:11 #49 DONE 27.2s 07:54:11 07:54:11 #38 [core-keeper internal] load build context 07:54:11 #38 DONE 27.1s 07:54:11 07:54:11 #29 [support-scheduler internal] load build context 07:54:11 #29 DONE 27.2s 07:54:11 07:54:11 #50 [core-common-config-bootstrapper internal] load build context 07:54:11 #50 DONE 27.2s 07:54:11 07:54:11 #48 [security-proxy-auth internal] load build context 07:54:11 #48 DONE 27.2s 07:54:11 07:54:11 #46 [security-secretstore-setup internal] load build context 07:54:11 #46 DONE 27.2s 07:54:11 07:54:11 #53 [security-proxy-setup internal] load build context 07:54:11 #53 DONE 27.1s 07:54:11 07:54:11 #51 [support-notifications internal] load build context 07:54:11 #51 DONE 27.2s 07:54:11 07:54:11 #45 [security-spiffe-token-provider internal] load build context 07:54:11 #45 DONE 27.2s 07:54:11 07:54:11 #44 [core-command internal] load build context 07:54:11 #44 DONE 27.4s 07:54:11 07:54:11 #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ 07:54:11 #73 DONE 0.2s 07:54:11 07:54:11 #74 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 07:54:11 #74 DONE 0.3s 07:54:11 07:54:11 #75 [core-command builder 4/7] COPY go.mod vendor* ./ 07:54:11 #75 DONE 0.3s 07:54:11 07:54:11 #76 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 07:54:11 #76 DONE 0.2s 07:54:11 07:54:11 #77 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 07:54:11 #77 DONE 0.2s 07:54:11 07:54:11 #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 07:54:11 #60 DONE 24.4s 07:54:11 07:54:11 #78 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:54:11 #78 ... 07:54:11 07:54:11 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:54:11 #43 DONE 27.2s 07:54:11 07:54:11 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 07:54:11 #57 24.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:54:11 #57 24.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:54:12 #57 24.97 (1/2) Installing dumb-init (1.2.5-r3) 07:54:12 #57 24.97 (2/2) Installing su-exec (0.2-r3) 07:54:12 #57 24.97 Executing busybox-1.37.0-r20.trigger 07:54:12 #57 24.98 OK: 7 MiB in 18 packages 07:54:12 #57 DONE 25.3s 07:54:12 07:54:12 #65 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:54:12 #65 24.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:54:12 #65 24.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:54:12 #65 24.94 (1/3) Installing ca-certificates (20260413-r0) 07:54:12 #65 24.96 (2/3) Installing dumb-init (1.2.5-r3) 07:54:12 #65 24.97 (3/3) Installing tzdata (2026b-r0) 07:54:12 #65 25.01 Executing busybox-1.37.0-r20.trigger 07:54:12 #65 25.02 Executing ca-certificates-20260413-r0.trigger 07:54:12 #65 25.07 OK: 8 MiB in 19 packages 07:54:12 #65 DONE 25.3s 07:54:12 07:54:12 #66 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 07:54:12 #66 24.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:54:12 #66 24.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:54:12 #66 24.92 (1/7) Installing ca-certificates (20260413-r0) 07:54:12 #66 24.94 (2/7) Installing dumb-init (1.2.5-r3) 07:54:12 #66 24.94 (3/7) Installing libgcc (14.2.0-r6) 07:54:12 #66 24.95 (4/7) Installing libsodium (1.0.20-r1) 07:54:12 #66 24.95 (5/7) Installing libstdc++ (14.2.0-r6) 07:54:12 #66 24.98 (6/7) Installing libzmq (4.3.5-r2) 07:54:12 #66 24.99 (7/7) Installing zeromq (4.3.5-r2) 07:54:12 #66 25.00 Executing busybox-1.37.0-r20.trigger 07:54:12 #66 25.01 Executing ca-certificates-20260413-r0.trigger 07:54:12 #66 25.06 OK: 12 MiB in 23 packages 07:54:12 #66 DONE 25.3s 07:54:12 07:54:12 #69 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:54:12 #69 24.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:54:12 #69 24.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:54:12 #69 24.94 (1/4) Installing dumb-init (1.2.5-r3) 07:54:12 #69 24.94 (2/4) Installing openssl (3.5.6-r0) 07:54:12 #69 25.04 (3/4) Installing su-exec (0.2-r3) 07:54:12 #69 25.05 (4/4) Installing yq-go (4.47.2-r3) 07:54:12 #69 25.18 Executing busybox-1.37.0-r20.trigger 07:54:12 #69 25.20 OK: 20 MiB in 20 packages 07:54:12 #69 DONE 25.3s 07:54:12 07:54:12 #71 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:54:12 #71 24.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:54:12 #71 24.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:54:12 #71 24.91 (1/4) Installing ca-certificates (20260413-r0) 07:54:12 #71 24.93 (2/4) Installing dumb-init (1.2.5-r3) 07:54:12 #71 24.94 (3/4) Installing su-exec (0.2-r3) 07:54:12 #71 24.94 (4/4) Installing yq-go (4.47.2-r3) 07:54:12 #71 25.13 Executing busybox-1.37.0-r20.trigger 07:54:12 #71 25.14 Executing ca-certificates-20260413-r0.trigger 07:54:12 #71 25.23 OK: 20 MiB in 20 packages 07:54:12 #71 DONE 25.4s 07:54:12 07:54:12 #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:54:12 #79 ... 07:54:12 07:54:12 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 07:54:12 #0 1.303 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:54:12 #0 1.380 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:54:12 #0 1.714 OK: 7 MiB in 17 packages 07:54:12 #80 DONE 1.9s 07:54:12 07:54:12 #81 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:54:12 #0 1.314 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:54:12 #0 1.428 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:54:12 #0 1.763 OK: 13 MiB in 29 packages 07:54:12 #81 DONE 1.9s 07:54:12 07:54:12 #72 [core-command stage-1 3/8] RUN apk --no-cache upgrade 07:54:12 #72 1.341 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:54:12 #72 1.423 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:54:12 #72 1.776 OK: 7 MiB in 17 packages 07:54:12 #72 DONE 2.0s 07:54:12 07:54:12 #82 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:54:12 #0 1.439 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:54:12 #0 1.519 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:54:12 #0 1.845 OK: 8 MiB in 20 packages 07:54:12 #82 DONE 2.0s 07:54:12 07:54:12 #83 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:54:13 #83 DONE 0.8s 07:54:13 07:54:13 #84 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:54:13 #0 1.338 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:54:13 #0 1.825 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:54:13 #0 2.388 (1/1) Installing dumb-init (1.2.5-r3) 07:54:13 #0 2.525 Executing busybox-1.37.0-r20.trigger 07:54:13 #0 2.534 OK: 7 MiB in 17 packages 07:54:13 #84 DONE 2.8s 07:54:13 07:54:13 #85 [security-spire-config stage-2 5/10] COPY Attribution.txt / 07:54:13 #85 DONE 0.1s 07:54:13 07:54:13 #86 [security-spire-config stage-2 6/10] COPY security.txt / 07:54:13 #86 DONE 0.1s 07:54:13 07:54:13 #87 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 07:54:13 #87 DONE 0.1s 07:54:13 07:54:13 #88 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:54:13 #0 1.368 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:54:13 #0 1.849 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:54:13 #0 2.990 OK: 265 MiB in 60 packages 07:54:13 #88 DONE 3.2s 07:54:13 07:54:13 #89 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 07:54:13 #89 DONE 0.1s 07:54:13 07:54:13 #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ 07:54:14 #90 DONE 0.1s 07:54:14 07:54:14 #91 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 07:54:14 #91 DONE 0.1s 07:54:14 07:54:14 #92 [security-spire-config] exporting to image 07:54:14 #92 exporting layers 07:54:14 Removing intermediate container 758d12014543 07:54:14 ---> 98cd05a8dc58 07:54:14 Successfully built 98cd05a8dc58 07:54:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:54:14 #92 ... 07:54:14 07:54:14 #93 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 07:54:14 #0 2.783 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:54:14 #0 2.882 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:54:14 #0 3.272 OK: 8 MiB in 21 packages 07:54:14 #93 DONE 3.5s 07:54:14 07:54:14 #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:54:14 #79 1.986 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:54:14 #79 2.079 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:54:14 #79 2.471 OK: 20 MiB in 20 packages 07:54:14 + docker inspect -f . ci-base-image-arm64 07:54:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:54:14 prd-ubuntu20.04-docker-arm64-4c-16g-8741 does not seem to be running inside a container 07:54:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/972 -v /w/workspace/edgex-go/972:/w/workspace/edgex-go/972:rw,z -v /w/workspace/edgex-go/972@tmp:/w/workspace/edgex-go/972@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:54:15 #79 DONE 3.2s 07:54:15 07:54:15 #94 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 07:54:15 #0 2.178 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:54:15 #0 2.281 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:54:15 #0 2.752 OK: 20 MiB in 20 packages 07:54:15 #94 DONE 3.1s 07:54:15 07:54:15 #95 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:54:15 #0 1.879 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:54:15 #0 1.964 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:54:15 #0 2.403 OK: 8 MiB in 19 packages 07:54:15 #95 DONE 3.2s 07:54:15 07:54:15 #96 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 07:54:15 #96 DONE 1.2s 07:54:15 07:54:15 #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:54:15 #97 DONE 1.2s 07:54:15 07:54:15 #92 [security-spire-config] exporting to image 07:54:15 #92 exporting layers 1.6s done 07:54:15 #92 writing image sha256:f87443d06dd3e49f17a7bcea402018605fbd329b91eac09dc522053080b93def 0.0s done 07:54:15 #92 naming to docker.io/library/security-spire-config 07:54:15 #92 naming to docker.io/library/security-spire-config 0.1s done 07:54:16 #92 DONE 2.4s 07:54:16 07:54:16 #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / 07:54:17 $ docker top 0c793aba7e2dd72bb42622fb4a072494e7e634fb4896e4c40e3bc23468ea703a -eo pid,comm [Pipeline] { [Pipeline] sh 07:54:18 + go version 07:54:18 go version go1.25.3 linux/arm64 [Pipeline] } 07:54:18 $ docker stop --time=1 0c793aba7e2dd72bb42622fb4a072494e7e634fb4896e4c40e3bc23468ea703a 07:54:19 $ docker rm -f --volumes 0c793aba7e2dd72bb42622fb4a072494e7e634fb4896e4c40e3bc23468ea703a [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:54:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:54:20 07:54:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:54:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:54:20 latest: Pulling from edgex-devops/edgex-compose-arm64 07:54:20 547446be3368: Pulling fs layer 07:54:20 d125d8839a47: Pulling fs layer 07:54:20 3e85d5ac6304: Pulling fs layer 07:54:20 c3105a71a48b: Pulling fs layer 07:54:20 0f093f025ec4: Pulling fs layer 07:54:20 c3106fc0e877: Pulling fs layer 07:54:20 c3105a71a48b: Waiting 07:54:20 0f093f025ec4: Waiting 07:54:20 c3106fc0e877: Waiting 07:54:21 547446be3368: Download complete 07:54:21 c3105a71a48b: Verifying Checksum 07:54:21 c3105a71a48b: Download complete 07:54:21 d125d8839a47: Verifying Checksum 07:54:21 d125d8839a47: Download complete 07:54:21 c3106fc0e877: Verifying Checksum 07:54:21 c3106fc0e877: Download complete 07:54:21 0f093f025ec4: Verifying Checksum 07:54:21 0f093f025ec4: Download complete 07:54:21 547446be3368: Pull complete 07:54:21 #98 ... 07:54:21 07:54:21 #99 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:54:21 #99 ... 07:54:21 07:54:21 #100 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:54:21 #100 ... 07:54:21 07:54:21 #101 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:54:21 #101 ... 07:54:21 07:54:21 #102 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:54:21 #102 ... 07:54:21 07:54:21 #103 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 07:54:21 #0 3.155 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:54:21 #0 3.290 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:54:21 #0 3.644 OK: 12 MiB in 23 packages 07:54:22 #103 ... 07:54:22 07:54:22 #104 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 07:54:22 #0 3.204 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 07:54:22 #0 3.316 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 07:54:22 #0 3.670 OK: 7 MiB in 18 packages 07:54:23 d125d8839a47: Pull complete 07:54:23 3e85d5ac6304: Verifying Checksum 07:54:23 3e85d5ac6304: Download complete 07:54:24 #104 ... 07:54:24 07:54:24 #105 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:54:24 #105 ... 07:54:24 07:54:24 #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:54:25 #106 ... 07:54:25 07:54:25 #107 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 07:54:33 3e85d5ac6304: Pull complete 07:54:33 c3105a71a48b: Pull complete 07:54:33 #107 DONE 17.2s 07:54:33 07:54:33 #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:54:34 #106 ... 07:54:34 07:54:34 #103 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 07:54:34 #103 DONE 21.7s 07:54:34 07:54:34 #104 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 07:54:34 #104 DONE 21.7s 07:54:34 07:54:34 #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / 07:54:34 #98 DONE 18.4s 07:54:34 07:54:34 #99 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:54:34 #99 DONE 22.9s 07:54:34 07:54:34 #78 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:54:34 #78 DONE 22.9s 07:54:34 07:54:34 #105 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:54:34 #105 DONE 20.0s 07:54:34 07:54:34 #100 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:54:34 #100 DONE 22.9s 07:54:34 07:54:34 #101 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:54:34 #101 DONE 22.9s 07:54:34 07:54:34 #108 [security-bootstrapper builder 6/7] COPY . . 07:54:34 #108 ... 07:54:34 07:54:34 #102 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:54:34 #102 DONE 22.9s 07:54:34 07:54:34 #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:54:34 #106 DONE 18.5s 07:54:34 07:54:34 #108 [security-secretstore-setup builder 6/7] COPY . . 07:54:34 0f093f025ec4: Pull complete 07:54:34 c3106fc0e877: Pull complete 07:54:34 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 07:54:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:54:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:54:34 prd-ubuntu20.04-docker-arm64-4c-16g-8741 does not seem to be running inside a container 07:54:35 $ 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/972 -v /w/workspace/edgex-go/972:/w/workspace/edgex-go/972:rw,z -v /w/workspace/edgex-go/972@tmp:/w/workspace/edgex-go/972@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:54:35 #108 ... 07:54:35 07:54:35 #109 [security-spire-server stage-2 6/9] COPY security.txt / 07:54:35 #109 DONE 1.2s 07:54:35 07:54:35 #110 [core-metadata builder 6/7] COPY . . 07:54:37 $ docker top 00576fd0ea792364156046241176aedbd85d52b24ede4bf4209fb0eaf046da25 -eo pid,comm [Pipeline] { [Pipeline] sh 07:54:37 + docker compose -f ./docker-compose-build.yml build --parallel 07:54:45 #110 ... 07:54:45 07:54:45 #111 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 07:54:45 #111 ... 07:54:45 07:54:45 #112 [security-spiffe-token-provider builder 6/7] COPY . . 07:54:45 #112 ... 07:54:45 07:54:45 #113 [core-keeper builder 7/8] COPY . . 07:54:45 #113 ... 07:54:45 07:54:45 #114 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 07:54:45 #114 ... 07:54:45 07:54:45 #115 [support-scheduler builder 6/7] COPY . . 07:54:45 #115 ... 07:54:45 07:54:45 #116 [support-notifications builder 6/7] COPY . . 07:54:45 #116 ... 07:54:45 07:54:45 #117 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:54:45 #117 ... 07:54:45 07:54:45 #113 [core-keeper builder 7/8] COPY . . 07:54:45 #113 DONE 11.2s 07:54:45 07:54:45 #112 [security-spiffe-token-provider builder 6/7] COPY . . 07:54:45 #112 DONE 11.2s 07:54:45 07:54:45 #114 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 07:54:45 #114 DONE 11.3s 07:54:45 07:54:45 #110 [core-data builder 6/7] COPY . . 07:54:45 #110 DONE 11.3s 07:54:45 07:54:45 #118 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:54:45 #118 CACHED 07:54:45 07:54:45 #119 [security-proxy-auth builder 6/7] COPY . . 07:54:45 #119 CACHED 07:54:45 07:54:45 #120 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 07:54:45 #120 CACHED 07:54:45 07:54:45 #121 [core-command builder 6/7] COPY . . 07:54:45 #121 CACHED 07:54:45 07:54:45 #122 [core-command builder 4/7] COPY go.mod vendor* ./ 07:54:45 #122 CACHED 07:54:45 07:54:45 #123 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:54:45 #123 CACHED 07:54:45 07:54:45 #124 [core-metadata builder 6/7] COPY . . 07:54:45 #124 CACHED 07:54:45 07:54:45 #125 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:54:45 #125 CACHED 07:54:45 07:54:45 #126 [core-metadata builder 4/7] COPY go.mod vendor* ./ 07:54:45 #126 CACHED 07:54:45 07:54:45 #127 [core-common-config-bootstrapper builder 6/7] COPY . . 07:54:45 #127 CACHED 07:54:45 07:54:45 #128 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 07:54:45 #128 CACHED 07:54:45 07:54:45 #129 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:54:45 #129 CACHED 07:54:45 07:54:45 #108 [security-secretstore-setup builder 6/7] COPY . . 07:54:45 #108 DONE 11.2s 07:54:45 07:54:45 #116 [support-notifications builder 6/7] COPY . . 07:54:45 #116 DONE 11.3s 07:54:45 07:54:45 #130 [security-proxy-setup builder 6/7] COPY . . 07:54:45 #130 CACHED 07:54:45 07:54:45 #131 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 07:54:45 #131 CACHED 07:54:45 07:54:45 #132 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:54:45 #132 CACHED 07:54:45 07:54:45 #133 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:54:45 #133 CACHED 07:54:45 07:54:45 #134 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 07:54:45 #134 CACHED 07:54:45 07:54:45 #135 [security-secretstore-setup builder 6/7] COPY . . 07:54:45 #135 CACHED 07:54:45 07:54:45 #111 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 07:54:45 #111 DONE 11.2s 07:54:45 07:54:45 #115 [support-scheduler builder 6/7] COPY . . 07:54:45 #115 DONE 11.3s 07:54:45 07:54:45 #117 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:54:45 #117 DONE 9.0s 07:54:45 07:54:45 #136 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 07:54:45 #136 DONE 0.3s 07:54:45 07:54:45 #137 [security-spire-agent stage-3 7/10] COPY security.txt / 07:54:45 #137 DONE 0.3s 07:54:45 07:54:45 #138 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 07:54:45 #138 DONE 0.3s 07:54:45 07:54:45 #139 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:54:45 #139 DONE 0.1s 07:54:45 07:54:45 #140 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 07:54:45 #140 DONE 0.1s 07:54:45 07:54:45 #141 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 07:54:45 #141 DONE 0.1s 07:54:45 07:54:45 #142 [security-spire-server] exporting to image 07:54:45 #142 exporting layers 07:54:45 #142 ... 07:54:45 07:54:45 #143 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 07:54:45 #143 DONE 0.1s 07:54:46 07:54:46 #144 [security-spire-agent] exporting to image 07:54:46 #144 ... 07:54:46 07:54:46 #142 [security-spire-server] exporting to image 07:54:46 #142 exporting layers 0.9s done 07:54:46 #142 writing image sha256:e5b7560d88cbe0e3674797f8809a4e679598784e1504b305e221df46f8892d90 0.0s done 07:54:46 #142 naming to docker.io/library/security-spire-server 0.0s done 07:54:46 #142 DONE 1.1s 07:54:46 07:54:46 #144 [security-spire-agent] exporting to image 07:54:46 #144 exporting layers 1.0s done 07:54:47 #144 writing image sha256:a014db57df8855419931b6ee1795ecfbac5e8a00ab1a7bf10633b36a1325d552 done 07:54:47 #144 naming to docker.io/library/security-spire-agent done 07:54:47 #144 DONE 1.4s 07:54:47 07:54:47 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:54:47 #0 1.130 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:54:47 #1 [security-spire-server internal] load build definition from Dockerfile 07:54:47 #1 transferring dockerfile: 1.70kB done 07:54:47 #1 DONE 0.1s 07:54:47 07:54:47 #2 [support-scheduler internal] load build definition from Dockerfile 07:54:47 #2 transferring dockerfile: 1.83kB done 07:54:47 #2 DONE 0.0s 07:54:47 07:54:47 #3 [security-proxy-setup internal] load build definition from Dockerfile 07:54:47 #3 transferring dockerfile: 2.50kB done 07:54:47 #3 DONE 0.0s 07:54:47 07:54:47 #4 [security-spire-agent internal] load build definition from Dockerfile 07:54:47 #4 transferring dockerfile: 1.81kB done 07:54:47 #4 DONE 0.0s 07:54:47 07:54:47 #5 [support-notifications internal] load build definition from Dockerfile 07:54:47 #5 transferring dockerfile: 2.02kB done 07:54:47 #5 DONE 0.1s 07:54:47 07:54:47 #6 [security-proxy-auth internal] load build definition from Dockerfile 07:54:47 #6 transferring dockerfile: 2.14kB 0.0s done 07:54:47 #6 DONE 0.1s 07:54:47 07:54:47 #7 [security-spire-config internal] load build definition from Dockerfile 07:54:47 #7 transferring dockerfile: 1.69kB 0.0s done 07:54:47 #7 DONE 0.1s 07:54:47 07:54:47 #8 [security-spiffe-token-provider internal] load build definition from Dockerfile 07:54:48 #8 transferring dockerfile: 1.89kB done 07:54:48 #8 DONE 0.1s 07:54:48 07:54:48 #9 [core-data internal] load build definition from Dockerfile 07:54:48 #9 transferring dockerfile: 2.04kB done 07:54:48 #9 DONE 0.1s 07:54:48 07:54:48 #10 [security-bootstrapper internal] load build definition from Dockerfile 07:54:48 #10 transferring dockerfile: 3.02kB done 07:54:48 #10 DONE 0.1s 07:54:48 07:54:48 #11 [core-metadata internal] load build definition from Dockerfile 07:54:48 #11 transferring dockerfile: 2.10kB done 07:54:48 #11 DONE 0.1s 07:54:48 07:54:48 #12 [core-keeper internal] load build definition from Dockerfile 07:54:48 #12 transferring dockerfile: 2.07kB done 07:54:48 #12 DONE 0.1s 07:54:48 07:54:48 #13 [security-secretstore-setup internal] load build definition from Dockerfile 07:54:48 #13 transferring dockerfile: 2.49kB done 07:54:48 #13 DONE 0.1s 07:54:48 07:54:48 #14 [core-command internal] load build definition from Dockerfile 07:54:48 #14 transferring dockerfile: 1.94kB done 07:54:48 #14 DONE 0.1s 07:54:48 07:54:48 #15 [core-common-config-bootstrapper internal] load build definition from Dockerfile 07:54:48 #15 transferring dockerfile: 2.23kB done 07:54:48 #15 DONE 0.1s 07:54:48 07:54:48 #16 [security-spire-server internal] load .dockerignore 07:54:48 #16 transferring context: 50B 0.0s done 07:54:48 #16 DONE 0.0s 07:54:49 07:54:49 #17 [support-scheduler internal] load .dockerignore 07:54:49 #17 transferring context: 50B 0.0s done 07:54:49 #17 DONE 0.1s 07:54:49 07:54:49 #18 [security-proxy-setup internal] load .dockerignore 07:54:49 #18 transferring context: 50B 0.0s done 07:54:49 #18 DONE 0.1s 07:54:49 07:54:49 #19 [security-spire-agent internal] load .dockerignore 07:54:49 #19 transferring context: 50B 0.0s done 07:54:49 #19 DONE 0.1s 07:54:49 07:54:49 #20 [support-notifications internal] load .dockerignore 07:54:49 #20 transferring context: 50B done 07:54:49 #20 DONE 0.1s 07:54:49 07:54:49 #21 [security-proxy-auth internal] load .dockerignore 07:54:49 #21 transferring context: 50B done 07:54:49 #21 DONE 0.1s 07:54:49 07:54:49 #22 [security-spire-config internal] load .dockerignore 07:54:49 #22 transferring context: 50B done 07:54:49 #22 DONE 0.1s 07:54:49 07:54:49 #23 [security-spiffe-token-provider internal] load .dockerignore 07:54:49 #23 transferring context: 50B 0.0s done 07:54:49 #23 DONE 0.1s 07:54:49 07:54:49 #24 [core-data internal] load .dockerignore 07:54:49 #24 transferring context: 50B 0.0s done 07:54:49 #24 DONE 0.1s 07:54:49 07:54:49 #25 [security-bootstrapper internal] load .dockerignore 07:54:49 #25 transferring context: 50B done 07:54:49 #25 DONE 0.1s 07:54:49 07:54:49 #26 [core-metadata internal] load .dockerignore 07:54:49 #26 transferring context: 50B done 07:54:49 #26 DONE 0.1s 07:54:49 07:54:49 #27 [core-keeper internal] load .dockerignore 07:54:49 #27 transferring context: 50B done 07:54:49 #27 DONE 0.0s 07:54:49 07:54:49 #28 [security-secretstore-setup internal] load .dockerignore 07:54:49 #28 transferring context: 50B done 07:54:49 #28 DONE 0.1s 07:54:49 07:54:49 #29 [core-command internal] load .dockerignore 07:54:49 #29 transferring context: 50B 0.0s done 07:54:49 #29 DONE 0.1s 07:54:49 07:54:49 #30 [core-common-config-bootstrapper internal] load .dockerignore 07:54:50 #30 transferring context: 50B done 07:54:50 #30 DONE 0.1s 07:54:50 07:54:50 #31 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 07:54:50 #31 ... 07:54:50 07:54:50 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.22 07:54:50 #32 DONE 0.5s 07:54:50 07:54:50 #31 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 07:54:50 #31 DONE 0.8s 07:54:50 07:54:50 #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:54:50 #33 DONE 0.0s 07:54:50 07:54:50 #34 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 07:54:50 #34 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 07:54:51 #34 ... 07:54:51 07:54:51 #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:54:51 #33 DONE 0.0s 07:54:51 07:54:51 #34 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 07:54:51 #34 ... 07:54:51 07:54:51 #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:54:51 #33 DONE 0.0s 07:54:51 07:54:51 #34 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 07:54:51 #34 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.1s done 07:54:51 #34 sha256:a46b5c913cad8b1038883ec9aff6003b4a11fdae3229a8e9e3a68f757d724cef 1.02kB / 1.02kB done 07:54:51 #34 sha256:6a2735c23ff3a1a7c2afe285f58e1ef43d3c7d21886ec231aa16dba29be71826 627B / 627B done 07:54:51 #34 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done 07:54:51 #34 ... 07:54:51 07:54:51 #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:54:51 #33 DONE 0.0s 07:54:51 07:54:51 #35 [security-spire-server internal] load build context 07:54:51 #35 transferring context: 26.58kB 0.0s done 07:54:51 #35 DONE 0.4s 07:54:51 07:54:51 #34 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 07:54:51 #34 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.1s done 07:54:51 #34 sha256:a46b5c913cad8b1038883ec9aff6003b4a11fdae3229a8e9e3a68f757d724cef 1.02kB / 1.02kB done 07:54:51 #34 sha256:6a2735c23ff3a1a7c2afe285f58e1ef43d3c7d21886ec231aa16dba29be71826 627B / 627B done 07:54:51 #34 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done 07:54:51 #34 ... 07:54:51 07:54:51 #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:54:51 #33 DONE 0.0s 07:54:51 07:54:51 #31 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 07:54:51 #31 DONE 0.8s 07:54:51 07:54:51 #34 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 07:54:51 #34 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.1s done 07:54:51 #34 sha256:a46b5c913cad8b1038883ec9aff6003b4a11fdae3229a8e9e3a68f757d724cef 1.02kB / 1.02kB done 07:54:51 #34 sha256:6a2735c23ff3a1a7c2afe285f58e1ef43d3c7d21886ec231aa16dba29be71826 627B / 627B done 07:54:51 #34 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done 07:54:51 #34 ... 07:54:51 07:54:51 #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:54:51 #33 DONE 0.0s 07:54:51 07:54:51 #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:54:51 #33 DONE 0.0s 07:54:51 07:54:51 #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:54:51 #36 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.1s done 07:54:51 #36 sha256:ced6f785f25e808285239e1b330e8c366d2ae62fa852094f1d3fd326b1132165 1.05kB / 1.05kB done 07:54:51 #36 sha256:8a58b3969bfd5b13870680e9e86bf50468e927db3e6261cf8014eefe02e15b75 1.74kB / 1.74kB done 07:54:51 #36 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done 07:54:51 #36 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.3s done 07:54:51 #36 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.3s done 07:54:51 #36 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.4s done 07:54:51 #36 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.1s done 07:54:51 #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 0B / 37.02MB 0.6s 07:54:52 #36 ... 07:54:52 07:54:52 #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:54:52 #33 DONE 0.0s 07:54:52 07:54:52 #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:54:52 #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 2.10MB / 37.02MB 0.8s 07:54:52 #36 ... 07:54:52 07:54:52 #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:54:52 #33 DONE 0.0s 07:54:52 07:54:52 #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:54:52 #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 4.19MB / 37.02MB 1.0s 07:54:52 #36 ... 07:54:52 07:54:52 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.22 07:54:52 #32 DONE 1.3s 07:54:52 07:54:52 #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 07:54:52 #37 DONE 1.5s 07:54:52 07:54:52 #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:54:52 #36 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 07:54:52 #36 ... 07:54:52 07:54:52 #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:54:52 #33 DONE 0.0s 07:54:52 07:54:52 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:54:52 #36 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.1s done 07:54:52 #36 sha256:ced6f785f25e808285239e1b330e8c366d2ae62fa852094f1d3fd326b1132165 1.05kB / 1.05kB done 07:54:52 #36 sha256:8a58b3969bfd5b13870680e9e86bf50468e927db3e6261cf8014eefe02e15b75 1.74kB / 1.74kB done 07:54:52 #36 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done 07:54:52 #36 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.3s done 07:54:52 #36 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.3s done 07:54:52 #36 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.4s done 07:54:52 #36 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.1s done 07:54:52 #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 8.39MB / 37.02MB 1.2s 07:54:52 #36 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 07:54:52 #36 ... 07:54:52 07:54:52 #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:54:52 #33 DONE 0.0s 07:54:52 07:54:52 #38 [security-spire-config internal] load build context 07:54:52 #38 transferring context: 24.83kB 0.1s done 07:54:52 #38 DONE 1.3s 07:54:52 07:54:52 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 07:54:52 #39 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.2s done 07:54:52 #39 DONE 0.2s 07:54:52 07:54:52 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:54:52 #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 10.49MB / 37.02MB 1.4s 07:54:52 #36 ... 07:54:52 07:54:52 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.22 07:54:52 #32 DONE 1.7s 07:54:52 07:54:52 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:54:52 #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 13.63MB / 37.02MB 1.7s 07:54:52 #36 ... 07:54:52 07:54:52 #40 [security-proxy-setup internal] load build context 07:54:52 #40 transferring context: 3.41MB 1.2s done 07:54:52 #40 DONE 2.1s 07:54:52 07:54:52 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:54:53 #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 15.73MB / 37.02MB 1.9s 07:54:53 #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 18.87MB / 37.02MB 2.2s 07:54:53 #36 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0.0s done 07:54:53 #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 20.97MB / 37.02MB 2.4s 07:54:53 #36 ... 07:54:53 07:54:53 #41 [support-scheduler internal] load build context 07:54:53 #41 transferring context: 3.41MB 1.9s done 07:54:53 #41 DONE 2.9s 07:54:53 07:54:53 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:54:53 #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 23.07MB / 37.02MB 2.7s 07:54:54 #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 25.17MB / 37.02MB 3.2s 07:54:54 #36 ... 07:54:54 07:54:54 #42 [security-spire-agent internal] load build context 07:54:54 #42 transferring context: 26.11kB 0.2s done 07:54:54 #42 DONE 2.4s 07:54:54 07:54:54 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:54:54 #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 27.26MB / 37.02MB 3.6s 07:54:55 #145 ... 07:54:55 07:54:55 #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 07:54:55 #0 1.128 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:54:55 #146 ... 07:54:55 07:54:55 #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:54:55 #0 0.766 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:54:55 #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 29.36MB / 37.02MB 4.2s 07:54:55 #147 ... 07:54:55 07:54:55 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:54:55 #0 1.203 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 07:54:55 #148 ... 07:54:55 07:54:55 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:54:55 #0 1.218 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:54:55 #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 31.46MB / 37.02MB 4.7s 07:54:55 #149 ... 07:54:55 07:54:55 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:54:55 #0 1.201 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:54:55 #150 ... 07:54:55 07:54:55 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:54:55 #0 1.125 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 07:54:56 #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 33.55MB / 37.02MB 5.0s 07:54:56 #151 ... 07:54:56 07:54:56 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:54:56 #0 0.767 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 07:54:56 #152 ... 07:54:56 07:54:56 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:54:56 #0 0.621 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 07:54:56 #36 ... 07:54:56 07:54:56 #43 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 07:54:56 #43 DONE 5.8s 07:54:56 07:54:56 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:54:56 #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 36.70MB / 37.02MB 5.1s 07:54:56 #153 ... 07:54:56 07:54:56 #154 [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:54:56 #0 1.219 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:54:56 #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 5.3s done 07:54:56 #36 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 5.3s done 07:54:56 #154 ... 07:54:56 07:54:56 #155 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 07:54:56 #0 0.423 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 07:54:56 #155 ... 07:54:56 07:54:56 #156 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:54:56 #0 0.607 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 07:54:56 #36 ... 07:54:56 07:54:56 #44 [security-proxy-auth internal] load build context 07:54:56 #44 transferring context: 3.41MB 3.5s done 07:54:56 #44 DONE 5.6s 07:54:56 07:54:56 #45 [security-spiffe-token-provider internal] load build context 07:54:56 #45 transferring context: 3.41MB 3.6s done 07:54:56 #45 DONE 5.1s 07:54:56 07:54:56 #34 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 07:54:56 #34 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.1s done 07:54:56 #34 sha256:a46b5c913cad8b1038883ec9aff6003b4a11fdae3229a8e9e3a68f757d724cef 1.02kB / 1.02kB done 07:54:56 #34 sha256:6a2735c23ff3a1a7c2afe285f58e1ef43d3c7d21886ec231aa16dba29be71826 627B / 627B done 07:54:56 #34 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done 07:54:56 #34 sha256:58e777220c395c319866c5d73ea32a5ea574bbd12f4eb289b392f584d0cd953e 4.14MB / 4.14MB 1.2s done 07:54:56 #34 extracting sha256:58e777220c395c319866c5d73ea32a5ea574bbd12f4eb289b392f584d0cd953e 4.4s done 07:54:57 #34 ... 07:54:57 07:54:57 #46 [support-notifications internal] load build context 07:54:57 #46 transferring context: 3.41MB 3.8s done 07:54:57 #46 DONE 6.3s 07:54:57 07:54:57 #47 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 07:54:57 #47 ... 07:54:57 07:54:57 #48 [core-data internal] load build context 07:54:57 #48 transferring context: 3.41MB 3.7s done 07:54:57 #48 DONE 5.8s 07:54:58 07:54:58 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:54:58 #36 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 0.6s 07:54:58 #36 ... 07:54:58 07:54:58 #49 [core-metadata internal] load build context 07:54:58 #49 transferring context: 3.41MB 3.7s done 07:54:58 #49 DONE 5.7s 07:54:58 07:54:58 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:54:58 #36 ... 07:54:58 07:54:58 #50 [security-secretstore-setup internal] load build context 07:54:58 #50 transferring context: 3.41MB 3.7s done 07:54:58 #50 DONE 5.8s 07:54:58 07:54:58 #51 [core-keeper internal] load build context 07:54:58 #51 transferring context: 3.41MB 3.9s done 07:54:58 #51 DONE 5.9s 07:54:58 07:54:58 #52 [security-bootstrapper internal] load build context 07:54:58 #52 transferring context: 3.41MB 5.0s done 07:54:58 #52 DONE 6.3s 07:54:58 07:54:58 #34 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 07:54:58 #34 DONE 8.2s 07:54:58 07:54:58 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:54:58 #36 ... 07:54:58 07:54:58 #53 [core-command internal] load build context 07:54:58 #53 transferring context: 3.41MB 2.2s done 07:54:58 #53 DONE 5.4s 07:54:58 07:54:58 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:54:58 #36 ... 07:54:58 07:54:58 #54 [core-common-config-bootstrapper internal] load build context 07:54:58 #54 transferring context: 3.41MB 2.3s done 07:54:58 #54 DONE 5.4s 07:54:58 07:54:58 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:54:58 #36 ... 07:54:58 07:54:58 #47 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 07:54:58 #47 DONE 2.1s 07:54:58 07:54:58 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:55:03 #36 ... 07:55:03 07:55:03 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 07:55:03 #39 sha256:5e54a974612164920e65f185ec25fe1cca508e77b756a468d4f5f5adcf30deb0 1.72kB / 1.72kB done 07:55:03 #39 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done 07:55:03 #39 sha256:6aa7068b88c14fccece3eddd5cf3f031d84f4d6dc184b3aac222cb195ca19d73 1.05kB / 1.05kB done 07:55:03 #39 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB done 07:55:03 #39 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B done 07:55:03 #39 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 07:55:03 #39 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 17.33MB / 17.33MB 3.8s done 07:55:03 #39 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 1.0s done 07:55:03 #39 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 0.1s done 07:55:03 #39 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 6.0s 07:55:03 #39 ... 07:55:03 07:55:03 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:55:03 #36 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 5.8s 07:55:08 #36 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 10.6s 07:55:08 #36 ... 07:55:08 07:55:08 #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:55:08 #0 7.686 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:08 #0 8.300 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:08 #55 ... 07:55:08 07:55:08 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:55:08 #36 ... 07:55:08 07:55:08 #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:55:08 #56 ... 07:55:08 07:55:08 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 07:55:08 #39 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 11.2s done 07:55:08 #39 DONE 16.1s 07:55:08 07:55:08 #57 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 07:55:08 #0 9.287 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:08 #57 ... 07:55:08 07:55:08 #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 07:55:08 #0 8.288 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:08 #0 9.198 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:08 #58 ... 07:55:08 07:55:08 #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:55:09 #59 ... 07:55:09 07:55:09 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:55:09 #0 9.239 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:09 #60 ... 07:55:09 07:55:09 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 07:55:09 #0 10.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:09 #61 ... 07:55:09 07:55:09 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:55:09 #0 7.794 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:09 #0 8.416 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:09 #62 ... 07:55:09 07:55:09 #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 07:55:09 #0 9.854 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:09 #63 ... 07:55:09 07:55:09 #64 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:55:09 #64 ... 07:55:09 07:55:09 #65 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:55:09 #65 DONE 11.2s 07:55:09 07:55:09 #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:55:09 #0 10.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:09 #66 ... 07:55:09 07:55:09 #67 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 07:55:10 #67 ... 07:55:10 07:55:10 #68 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 07:55:10 #68 11.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:10 #68 ... 07:55:10 07:55:10 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 07:55:10 #69 11.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:10 #69 ... 07:55:10 07:55:10 #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:55:10 #0 11.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:10 #70 ... 07:55:10 07:55:10 #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:55:10 #0 8.109 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:10 #0 8.694 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:10 #71 ... 07:55:10 07:55:10 #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 07:55:10 #63 12.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:11 #63 ... 07:55:11 07:55:11 #64 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:55:11 #64 DONE 12.4s 07:55:11 07:55:11 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:55:13 #36 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 16.0s 07:55:15 #36 ... 07:55:15 07:55:15 #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:55:15 #55 17.12 (1/4) Installing ca-certificates (20260413-r0) 07:55:15 #55 17.58 (2/4) Installing dumb-init (1.2.5-r3) 07:55:15 #55 17.60 (3/4) Installing su-exec (0.2-r3) 07:55:15 #55 17.63 (4/4) Installing yq-go (4.47.2-r3) 07:55:17 #55 19.12 Executing busybox-1.37.0-r20.trigger 07:55:17 #55 19.35 Executing ca-certificates-20260413-r0.trigger 07:55:18 #55 ... 07:55:18 07:55:18 #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 07:55:18 #36 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 20.8s done 07:55:18 #36 DONE 28.0s 07:55:18 07:55:18 #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 07:55:18 #58 18.73 (1/1) Installing dumb-init (1.2.5-r3) 07:55:18 #58 18.85 Executing busybox-1.37.0-r20.trigger 07:55:18 #58 18.98 OK: 8 MiB in 17 packages 07:55:19 #58 ... 07:55:19 07:55:19 #57 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 07:55:19 #57 10.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:19 #57 ... 07:55:19 07:55:19 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:55:19 #60 10.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:19 #60 ... 07:55:19 07:55:19 #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:55:19 #55 21.04 OK: 20 MiB in 20 packages 07:55:19 #55 ... 07:55:19 07:55:19 #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:55:19 #59 11.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:19 #59 13.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:19 #59 ... 07:55:19 07:55:19 #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 07:55:19 #58 DONE 21.3s 07:55:19 07:55:19 #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:55:19 #0 3.978 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:19 #0 6.271 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:20 #72 ... 07:55:20 07:55:20 #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:55:20 #56 11.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:20 #56 13.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:20 #56 ... 07:55:20 07:55:20 #67 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 07:55:20 #67 11.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:20 #67 14.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:20 #67 ... 07:55:20 07:55:20 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 07:55:20 #61 11.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:20 #61 ... 07:55:20 07:55:20 #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:55:20 #71 19.59 (1/3) Installing ca-certificates (20260413-r0) 07:55:20 #71 20.19 (2/3) Installing dumb-init (1.2.5-r3) 07:55:20 #71 20.25 (3/3) Installing tzdata (2026b-r0) 07:55:20 #71 21.92 Executing busybox-1.37.0-r20.trigger 07:55:20 #71 22.20 Executing ca-certificates-20260413-r0.trigger 07:55:20 #71 ... 07:55:20 07:55:20 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:55:20 #62 17.11 (1/4) Installing dumb-init (1.2.5-r3) 07:55:20 #62 17.13 (2/4) Installing openssl (3.5.6-r0) 07:55:20 #62 17.23 (3/4) Installing su-exec (0.2-r3) 07:55:20 #62 17.27 (4/4) Installing yq-go (4.47.2-r3) 07:55:20 #62 19.21 Executing busybox-1.37.0-r20.trigger 07:55:20 #62 19.32 OK: 20 MiB in 20 packages 07:55:20 #62 DONE 22.2s 07:55:21 07:55:21 #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:55:21 #73 ... 07:55:21 07:55:21 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:55:21 #0 3.841 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:21 #0 5.608 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:21 #74 ... 07:55:21 07:55:21 #57 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 07:55:21 #57 22.58 (1/1) Installing dumb-init (1.2.5-r3) 07:55:21 #57 22.68 Executing busybox-1.37.0-r20.trigger 07:55:21 #57 22.91 OK: 8 MiB in 17 packages 07:55:21 #57 ... 07:55:21 07:55:21 #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:55:21 #66 13.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:21 #66 ... 07:55:21 07:55:21 #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:55:21 #55 DONE 23.7s 07:55:21 07:55:21 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:55:21 #60 22.44 v3.22.4-50-g5bd6b05364a [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 07:55:21 #60 22.44 v3.22.4-44-g62979ab6f4c [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 07:55:21 #60 22.44 OK: 26165 distinct packages available 07:55:22 #60 ... 07:55:22 07:55:22 #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:55:22 #70 13.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:22 #70 ... 07:55:22 07:55:22 #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:55:22 #71 23.84 OK: 9 MiB in 19 packages 07:55:22 #71 ... 07:55:22 07:55:22 #68 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 07:55:22 #68 14.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:22 #68 ... 07:55:22 07:55:22 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 07:55:22 #69 14.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:22 #69 ... 07:55:22 07:55:22 #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:55:22 #56 24.43 v3.22.4-50-g5bd6b05364a [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 07:55:22 #56 24.43 v3.22.4-44-g62979ab6f4c [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 07:55:22 #56 24.43 OK: 26165 distinct packages available 07:55:25 #56 25.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:26 #56 26.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:26 #56 ... 07:55:26 07:55:26 #57 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 07:55:26 #57 DONE 28.1s 07:55:26 07:55:26 #67 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 07:55:26 #67 23.76 OK: 255 MiB in 60 packages 07:55:26 #67 DONE 28.1s 07:55:26 07:55:26 #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:55:26 #71 DONE 28.0s 07:55:26 07:55:26 #75 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 07:55:27 #75 ... 07:55:27 07:55:27 #76 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 07:55:27 #76 DONE 1.1s 07:55:27 07:55:27 #77 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:55:28 #77 ... 07:55:28 07:55:28 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:55:28 #74 14.29 (1/1) Installing dumb-init (1.2.5-r3) 07:55:28 #74 15.26 Executing busybox-1.37.0-r20.trigger 07:55:28 #74 15.49 OK: 8 MiB in 17 packages 07:55:28 #74 DONE 18.0s 07:55:29 07:55:29 #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:55:29 #72 16.50 OK: 255 MiB in 60 packages 07:55:29 #72 DONE 19.2s 07:55:29 07:55:29 #78 [core-keeper builder 5/8] COPY go.mod vendor* ./ 07:55:29 #78 ... 07:55:29 07:55:29 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 07:55:29 #69 27.71 OK: 255 MiB in 60 packages 07:55:29 #69 DONE 31.1s 07:55:29 07:55:29 #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ 07:55:30 #79 ... 07:55:30 07:55:30 #68 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 07:55:30 #68 27.69 OK: 255 MiB in 60 packages 07:55:30 #68 DONE 31.6s 07:55:30 07:55:30 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 07:55:30 #0 7.498 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:30 #0 9.980 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:30 #80 ... 07:55:30 07:55:30 #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:55:30 #66 27.69 OK: 255 MiB in 60 packages 07:55:30 #66 DONE 31.5s 07:55:30 07:55:30 #81 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 07:55:30 #81 ... 07:55:30 07:55:30 #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 07:55:30 #63 24.92 (1/2) Installing dumb-init (1.2.5-r3) 07:55:30 #63 27.60 (2/2) Installing su-exec (0.2-r3) 07:55:30 #63 27.63 Executing busybox-1.37.0-r20.trigger 07:55:30 #63 27.80 OK: 8 MiB in 18 packages 07:55:30 #63 DONE 31.7s 07:55:30 07:55:30 #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:55:30 #56 31.13 (1/13) Installing brotli-libs (1.1.0-r2) 07:55:30 #56 31.32 (2/13) Installing c-ares (1.34.6-r0) 07:55:30 #56 31.37 (3/13) Installing libunistring (1.3-r0) 07:55:30 #56 31.50 (4/13) Installing libidn2 (2.3.7-r0) 07:55:30 #56 31.52 (5/13) Installing nghttp2-libs (1.69.0-r0) 07:55:30 #56 31.55 (6/13) Installing libpsl (0.21.5-r3) 07:55:30 #56 31.59 (7/13) Installing zstd-libs (1.5.7-r0) 07:55:30 #56 31.68 (8/13) Installing libcurl (8.14.1-r2) 07:55:30 #56 31.77 (9/13) Installing curl (8.14.1-r2) 07:55:30 #56 31.81 (10/13) Installing dumb-init (1.2.5-r3) 07:55:30 #56 31.81 (11/13) Installing musl-obstack (1.2.3-r2) 07:55:30 #56 31.83 (12/13) Installing libucontext (1.3.2-r0) 07:55:30 #56 31.86 (13/13) Installing gcompat (1.1.0-r4) 07:55:30 #56 31.88 Executing busybox-1.37.0-r20.trigger 07:55:30 #56 32.09 OK: 13 MiB in 29 packages 07:55:31 #56 ... 07:55:31 07:55:31 #78 [core-keeper builder 5/8] COPY go.mod vendor* ./ 07:55:31 #78 DONE 2.3s 07:55:31 07:55:31 #82 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:55:31 #82 ... 07:55:31 07:55:31 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 07:55:31 #61 24.17 (1/7) Installing ca-certificates (20260413-r0) 07:55:31 #61 24.63 (2/7) Installing dumb-init (1.2.5-r3) 07:55:31 #61 24.71 (3/7) Installing libgcc (14.2.0-r6) 07:55:31 #61 24.73 (4/7) Installing libsodium (1.0.20-r1) 07:55:31 #61 24.77 (5/7) Installing libstdc++ (14.2.0-r6) 07:55:31 #61 27.79 (6/7) Installing libzmq (4.3.5-r2) 07:55:31 #61 27.88 (7/7) Installing zeromq (4.3.5-r2) 07:55:31 #61 27.94 Executing busybox-1.37.0-r20.trigger 07:55:31 #61 28.09 Executing ca-certificates-20260413-r0.trigger 07:55:31 #61 30.61 OK: 12 MiB in 23 packages 07:55:31 #61 DONE 33.1s 07:55:31 07:55:31 #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:55:31 #70 24.73 v3.22.4-50-g5bd6b05364a [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 07:55:31 #70 24.75 v3.22.4-44-g62979ab6f4c [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 07:55:31 #70 24.75 OK: 26165 distinct packages available 07:55:31 #70 25.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:31 #70 26.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:31 #70 32.27 (1/4) Installing dumb-init (1.2.5-r3) 07:55:31 #70 32.32 (2/4) Installing musl-obstack (1.2.3-r2) 07:55:31 #70 32.32 (3/4) Installing libucontext (1.3.2-r0) 07:55:31 #70 32.33 (4/4) Installing gcompat (1.1.0-r4) 07:55:31 #70 32.40 Executing busybox-1.37.0-r20.trigger 07:55:31 #70 32.56 OK: 8 MiB in 20 packages 07:55:32 #70 ... 07:55:32 07:55:32 #83 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 07:55:32 #83 ... 07:55:32 07:55:32 #84 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 07:55:32 #84 ... 07:55:32 07:55:32 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:55:32 #60 24.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:32 #60 25.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:32 #60 29.17 (1/5) Installing dumb-init (1.2.5-r3) 07:55:32 #60 29.24 (2/5) Installing musl-obstack (1.2.3-r2) 07:55:32 #60 29.28 (3/5) Installing libucontext (1.3.2-r0) 07:55:32 #60 29.32 (4/5) Installing gcompat (1.1.0-r4) 07:55:32 #60 29.40 (5/5) Installing openssl (3.5.6-r0) 07:55:32 #60 29.60 Executing busybox-1.37.0-r20.trigger 07:55:32 #60 29.75 OK: 9 MiB in 21 packages 07:55:32 #60 DONE 34.6s 07:55:32 07:55:32 #85 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 07:55:32 #85 ... 07:55:32 07:55:32 #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:55:32 #56 DONE 34.2s 07:55:32 07:55:32 #81 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 07:55:32 #81 DONE 2.6s 07:55:32 07:55:32 #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:55:32 #70 DONE 34.2s 07:55:32 07:55:32 #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ 07:55:32 #79 DONE 3.1s 07:55:32 07:55:32 #86 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:55:33 #86 ... 07:55:33 07:55:33 #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:55:33 #59 25.58 v3.22.4-50-g5bd6b05364a [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 07:55:33 #59 25.58 v3.22.4-44-g62979ab6f4c [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 07:55:33 #59 25.58 OK: 26183 distinct packages available 07:55:33 #59 26.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:33 #59 26.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:33 #59 33.51 OK: 255 MiB in 60 packages 07:55:33 #59 DONE 35.0s 07:55:33 07:55:33 #87 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 07:55:33 #87 DONE 3.7s 07:55:33 07:55:33 #88 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 07:55:34 #88 ... 07:55:34 07:55:34 #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:55:34 #73 6.073 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:34 #73 8.315 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:34 #73 13.15 OK: 20 MiB in 20 packages 07:55:34 #73 DONE 13.8s 07:55:34 07:55:34 #89 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 07:55:35 #89 ... 07:55:35 07:55:35 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 07:55:35 #80 14.37 OK: 8 MiB in 17 packages 07:55:35 #80 DONE 15.0s 07:55:35 07:55:35 #88 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 07:55:35 #88 DONE 1.3s 07:55:35 07:55:35 #89 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 07:55:35 #89 DONE 0.6s 07:55:35 07:55:35 #90 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:55:37 #90 ... 07:55:37 07:55:37 #91 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:55:37 #91 ... 07:55:37 07:55:37 #83 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 07:55:37 #83 14.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:37 #83 14.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:38 #83 16.98 OK: 20 MiB in 20 packages 07:55:40 #83 DONE 18.6s 07:55:40 07:55:40 #92 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 07:55:40 #92 ... 07:55:40 07:55:40 #93 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:55:40 #93 ... 07:55:40 07:55:40 #91 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:55:40 #91 14.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:41 #91 15.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:42 #91 ... 07:55:42 07:55:42 #94 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:55:42 #0 8.481 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:42 #0 9.576 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:42 #94 ... 07:55:42 07:55:42 #95 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:55:43 #95 ... 07:55:43 07:55:43 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:55:43 #0 8.141 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:43 #0 9.575 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:43 #96 ... 07:55:43 07:55:43 #85 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 07:55:43 #85 9.542 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:43 #85 10.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:48 #85 ... 07:55:48 07:55:48 #91 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:55:48 #91 20.97 OK: 9 MiB in 19 packages 07:55:48 #91 DONE 22.1s 07:55:48 07:55:48 #94 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:55:48 #94 15.54 OK: 13 MiB in 29 packages 07:55:48 #94 ... 07:55:48 07:55:48 #92 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 07:55:48 #92 10.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:48 #92 11.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:48 #92 17.46 OK: 8 MiB in 18 packages 07:55:48 #92 DONE 18.7s 07:55:49 07:55:49 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:55:49 #96 16.33 OK: 8 MiB in 20 packages 07:55:49 #96 ... 07:55:49 07:55:49 #84 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 07:55:49 #84 9.238 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:49 #84 10.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:49 #84 16.22 OK: 12 MiB in 23 packages 07:55:49 #84 DONE 17.7s 07:55:49 07:55:49 #97 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 07:55:50 #97 ... 07:55:50 07:55:50 #94 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:55:50 #94 DONE 17.4s 07:55:50 07:55:50 #85 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 07:55:50 #85 17.11 OK: 9 MiB in 21 packages 07:55:50 #85 ... 07:55:50 07:55:50 #75 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 07:55:50 #75 14.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 07:55:50 #75 16.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 07:55:50 #75 22.52 OK: 8 MiB in 17 packages 07:55:50 #75 DONE 24.5s 07:55:50 07:55:50 #95 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:55:51 #95 ... 07:55:51 07:55:51 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:55:51 #96 DONE 18.5s 07:55:51 07:55:51 #85 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 07:55:51 #85 DONE 19.5s 07:55:51 07:55:51 #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 07:55:53 #98 ... 07:55:53 07:55:53 #97 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 07:55:53 #97 DONE 4.3s 07:55:53 07:55:53 #99 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 07:55:53 #99 ... 07:55:53 07:55:53 #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 07:55:53 #98 DONE 2.5s 07:55:53 07:55:53 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:55:53 #100 ... 07:55:53 07:55:53 #99 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 07:55:53 #99 DONE 0.5s 07:55:53 07:55:53 #101 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:55:53 #101 DONE 2.7s 07:55:53 07:55:53 #102 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:55:53 #102 DONE 2.7s 07:55:54 07:55:54 #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / 07:55:54 #103 DONE 0.2s 07:55:54 07:55:54 #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / 07:55:54 #104 DONE 0.3s 07:55:54 07:55:54 #105 [security-spire-server stage-2 6/9] COPY security.txt / 07:55:54 #105 ... 07:55:54 07:55:54 #106 [security-spire-config stage-2 6/10] COPY security.txt / 07:55:54 #106 DONE 0.3s 07:55:54 07:55:54 #105 [security-spire-server stage-2 6/9] COPY security.txt / 07:55:54 #105 DONE 0.4s 07:55:54 07:55:54 #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:55:54 #107 ... 07:55:54 07:55:54 #108 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 07:55:54 #108 DONE 0.3s 07:55:54 07:55:54 #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:55:54 #107 DONE 0.3s 07:55:54 07:55:54 #109 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 07:55:55 #109 DONE 0.3s 07:55:55 07:55:55 #110 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 07:55:55 #110 ... 07:55:55 07:55:55 #111 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 07:55:55 #111 DONE 0.2s 07:55:55 07:55:55 #110 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 07:55:55 #110 DONE 0.3s 07:55:55 07:55:55 #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:55:55 #112 DONE 0.3s 07:55:55 07:55:55 #113 [security-spire-server] exporting to image 07:55:55 #113 exporting layers 07:55:56 #113 ... 07:55:56 07:55:56 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:55:56 #100 DONE 3.0s 07:55:57 07:55:57 #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 07:55:57 #114 DONE 0.2s 07:55:57 07:55:57 #77 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:55:57 #77 ... 07:55:57 07:55:57 #115 [security-spire-agent stage-3 7/10] COPY security.txt / 07:55:57 #115 DONE 0.5s 07:55:57 07:55:57 #93 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:55:57 #93 ... 07:55:57 07:55:57 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 07:55:57 #116 DONE 0.3s 07:55:57 07:55:57 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 07:55:58 #117 DONE 0.3s 07:55:58 07:55:58 #82 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:55:58 #82 ... 07:55:58 07:55:58 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 07:55:58 #118 DONE 0.3s 07:55:58 07:55:58 #113 [security-spire-agent] exporting to image 07:56:01 #113 exporting layers 5.3s done 07:56:01 #113 exporting layers 5.2s done 07:56:01 #113 writing image sha256:fb738fdde7ac9386a2719b3f9101894a3f32fff2d843865d576b1d5f3dd01afb 0.0s done 07:56:01 #113 naming to docker.io/library/security-spire-config-arm64 0.0s done 07:56:01 #113 writing image sha256:1664d9383c86ef9d178e697e7c17ddc31e8a8a50cbe325f8a7421fbf8b41d349 0.0s done 07:56:01 #113 naming to docker.io/library/security-spire-server-arm64 0.0s done 07:56:01 #113 exporting layers 3.1s done 07:56:01 #113 writing image sha256:c3a66a841bb984854ae2bf4cee3c2bf9c4ebc1dde7c1196d98ba1db93a8fd088 0.0s done 07:56:01 #113 naming to docker.io/library/security-spire-agent-arm64 0.0s done 07:56:01 #113 DONE 6.3s 07:56:01 07:56:01 #93 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:56:18 #156 ... 07:56:18 07:56:18 #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:56:18 #147 DONE 89.2s 07:56:18 07:56:18 #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:56:18 #157 DONE 0.0s 07:56:18 07:56:18 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:56:18 #148 ... 07:56:18 07:56:18 #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:56:18 #158 DONE 0.0s 07:56:18 07:56:18 #159 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 07:56:18 #159 DONE 0.1s 07:56:18 07:56:18 #160 [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:56:18 #160 DONE 0.1s 07:56:18 07:56:18 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:56:18 #152 ... 07:56:18 07:56:18 #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 07:56:18 #161 DONE 0.1s 07:56:18 07:56:18 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:56:18 #162 DONE 0.9s 07:56:18 07:56:18 #163 [core-common-config-bootstrapper] exporting to image 07:56:18 #163 exporting layers 07:56:18 #163 exporting layers 0.2s done 07:56:18 #163 writing image sha256:6d41b5affd27e0464281cce80c284891116cb69775969d6f34c846ce605e8f7a done 07:56:18 #163 naming to docker.io/library/core-common-config-bootstrapper done 07:56:18 #163 DONE 0.2s 07:56:18 07:56:18 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:56:18 #149 ... 07:56:18 07:56:18 #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 07:56:18 #146 DONE 91.6s 07:56:18 07:56:18 #164 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 07:56:18 #164 DONE 0.1s 07:56:18 07:56:18 #165 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 07:56:18 #165 DONE 1.2s 07:56:18 07:56:18 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:56:18 #152 ... 07:56:18 07:56:18 #166 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 07:56:18 #166 DONE 0.1s 07:56:18 07:56:18 #167 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 07:56:18 #167 DONE 0.1s 07:56:18 07:56:18 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:56:18 #150 ... 07:56:18 07:56:18 #168 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:56:18 #168 DONE 0.1s 07:56:18 07:56:18 #169 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 07:56:18 #169 DONE 0.0s 07:56:18 07:56:18 #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:56:18 #170 DONE 0.0s 07:56:18 07:56:18 #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:56:18 #171 DONE 0.0s 07:56:18 07:56:18 #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:56:18 #172 DONE 0.2s 07:56:18 07:56:18 #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:56:18 #173 DONE 0.2s 07:56:18 07:56:18 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:56:19 #153 ... 07:56:19 07:56:19 #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 07:56:20 #174 DONE 1.0s 07:56:20 07:56:20 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:56:20 #151 ... 07:56:20 07:56:20 #175 [security-bootstrapper] exporting to image 07:56:20 #175 exporting layers 0.4s done 07:56:20 #175 writing image sha256:7ed82d8761df7b04d936296b2d2cfe01bbc2186eaef764e3d1ef40cd75acf51f done 07:56:20 #175 naming to docker.io/library/security-bootstrapper done 07:56:20 #175 DONE 0.4s 07:56:20 07:56:20 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:57:28 #151 ... 07:57:28 07:57:28 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:57:28 #152 DONE 159.4s 07:57:28 07:57:28 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:57:28 #153 ... 07:57:28 07:57:28 #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 07:57:28 #176 DONE 0.0s 07:57:28 07:57:28 #177 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 07:57:28 #177 DONE 0.0s 07:57:28 07:57:28 #178 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:57:28 #178 DONE 0.2s 07:57:28 07:57:28 #179 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 07:57:28 #179 DONE 0.1s 07:57:28 07:57:28 #180 [core-command] exporting to image 07:57:28 #180 exporting layers 0.1s done 07:57:28 #180 writing image sha256:66a5c22b9c8e4aedeac9c8589b217be756b06425a13708a995842c846c148170 07:57:28 #180 writing image sha256:66a5c22b9c8e4aedeac9c8589b217be756b06425a13708a995842c846c148170 done 07:57:28 #180 naming to docker.io/library/core-command done 07:57:28 #180 DONE 0.1s 07:57:28 07:57:28 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:57:28 #153 ... 07:57:28 07:57:28 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:57:28 #148 DONE 161.2s 07:57:28 07:57:28 #181 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 07:57:28 #181 DONE 0.1s 07:57:28 07:57:28 #182 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 07:57:28 #182 DONE 0.1s 07:57:28 07:57:28 #154 [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:57:28 #154 161.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:57:28 #154 ... 07:57:28 07:57:28 #183 [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:57:28 #183 DONE 0.1s 07:57:28 07:57:28 #156 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:57:28 #156 DONE 161.6s 07:57:28 07:57:28 #184 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 07:57:28 #184 DONE 0.1s 07:57:28 07:57:28 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:57:28 #153 ... 07:57:28 07:57:28 #185 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:57:28 #185 ... 07:57:28 07:57:28 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:57:28 #153 DONE 162.2s 07:57:28 07:57:28 #186 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:57:28 #186 DONE 0.5s 07:57:28 07:57:28 #185 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:57:28 #185 DONE 0.5s 07:57:28 07:57:28 #187 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:57:28 #187 DONE 0.1s 07:57:28 07:57:28 #188 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 07:57:28 #188 DONE 0.1s 07:57:28 07:57:28 #189 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 07:57:28 #189 DONE 0.3s 07:57:28 07:57:28 #190 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:57:28 #190 DONE 0.2s 07:57:28 07:57:28 #155 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 07:57:28 #155 DONE 162.6s 07:57:28 07:57:28 #191 [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:57:28 #191 DONE 0.4s 07:57:28 07:57:28 #192 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:57:28 #192 DONE 0.4s 07:57:28 07:57:28 #193 [security-spiffe-token-provider] exporting to image 07:57:28 #193 ... 07:57:28 07:57:28 #194 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 07:57:28 #194 DONE 0.4s 07:57:28 07:57:28 #195 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:57:28 #195 DONE 0.4s 07:57:28 07:57:28 #196 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 07:57:28 #196 ... 07:57:28 07:57:28 #197 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:57:28 #197 DONE 1.0s 07:57:28 07:57:28 #196 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 07:57:28 #196 DONE 0.3s 07:57:28 07:57:28 #198 [security-proxy-setup] exporting to image 07:57:28 #198 ... 07:57:28 07:57:28 #199 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 07:57:28 #199 DONE 0.5s 07:57:28 07:57:28 #193 [security-spiffe-token-provider] exporting to image 07:57:28 #193 exporting layers 0.6s done 07:57:28 #193 writing image sha256:7c48a1353b657ce5ac26adf6b23ca04c8efc9ef626f57260def4431ea224e8af 0.0s done 07:57:28 #193 naming to docker.io/library/security-spiffe-token-provider done 07:57:28 #193 DONE 0.7s 07:57:28 07:57:28 #200 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 07:57:28 #200 DONE 0.1s 07:57:29 07:57:29 #201 [core-keeper] exporting to image 07:57:29 #201 exporting layers 0.2s done 07:57:29 #201 writing image sha256:a84e6bf4ff30a54639670c9a44d0867ac210fac2eea6035d389f724741d7e76d done 07:57:29 #201 naming to docker.io/library/core-keeper done 07:57:29 #201 DONE 0.2s 07:57:29 07:57:29 #202 [core-data] exporting to image 07:57:29 #202 exporting layers 0.3s done 07:57:29 #202 writing image sha256:a85f85a965339153de9b59606e23e8d73e559a44b4185f994554e1e27a357217 done 07:57:29 #202 naming to docker.io/library/core-data done 07:57:29 #202 DONE 0.3s 07:57:29 07:57:29 #198 [security-proxy-setup] exporting to image 07:57:29 #198 exporting layers 0.6s done 07:57:29 #198 writing image sha256:80853509791392bd614be62d4055c48eb772894356ea56a24dfaaf69e6b3045a done 07:57:29 #198 naming to docker.io/library/security-proxy-setup done 07:57:29 #198 DONE 0.6s 07:57:29 07:57:29 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:57:29 #149 ... 07:57:29 07:57:29 #154 [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:57:29 #154 DONE 164.3s 07:57:29 07:57:29 #203 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 07:57:29 #203 DONE 0.0s 07:57:29 07:57:29 #204 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 07:57:29 #204 DONE 0.0s 07:57:29 07:57:29 #205 [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:57:29 #205 DONE 0.0s 07:57:29 07:57:29 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:57:29 #149 ... 07:57:29 07:57:29 #206 [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:57:30 #206 DONE 0.4s 07:57:30 07:57:30 #207 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 07:57:30 #207 DONE 0.1s 07:57:30 07:57:30 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:57:30 #151 DONE 165.0s 07:57:30 07:57:30 #208 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:57:30 #208 DONE 0.2s 07:57:30 07:57:30 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:57:30 #149 ... 07:57:30 07:57:30 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:57:30 #150 DONE 165.3s 07:57:30 07:57:30 #209 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:57:30 #209 DONE 0.1s 07:57:30 07:57:30 #210 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:57:30 #210 DONE 0.2s 07:57:30 07:57:30 #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:57:30 #209 DONE 0.1s 07:57:30 07:57:30 #211 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:57:30 #211 DONE 0.3s 07:57:30 07:57:30 #212 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:57:30 #212 CACHED 07:57:30 07:57:30 #213 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:57:30 #213 CACHED 07:57:30 07:57:30 #214 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:57:30 #214 DONE 0.1s 07:57:30 07:57:30 #215 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:57:31 #215 DONE 0.4s 07:57:31 07:57:31 #216 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 07:57:31 #216 DONE 0.4s 07:57:31 07:57:31 #217 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 07:57:31 #217 DONE 0.1s 07:57:31 07:57:31 #218 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 07:57:31 #218 DONE 0.1s 07:57:31 07:57:31 #219 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 07:57:31 #219 DONE 0.0s 07:57:31 07:57:31 #220 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 07:57:31 #220 DONE 0.1s 07:57:31 07:57:31 #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:57:31 #221 DONE 0.5s 07:57:31 07:57:31 #222 [core-metadata] exporting to image 07:57:31 #222 exporting layers 0.2s done 07:57:31 #222 writing image sha256:f6de8588987a46643e0af87f26dc345a42d1c56745c5547d4b8f8b3649f8da0f done 07:57:31 #222 naming to docker.io/library/core-metadata done 07:57:31 #222 DONE 0.2s 07:57:31 07:57:31 #223 [security-secretstore-setup] exporting to image 07:57:31 #223 exporting layers 0.3s done 07:57:31 #223 writing image sha256:2d75f6e6f9b6f4e264421371154f38b94bc68b91403c68bb7790bdc72641d00e done 07:57:31 #223 naming to docker.io/library/security-secretstore-setup done 07:57:31 #223 DONE 0.3s 07:57:31 07:57:31 #224 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:57:31 #224 DONE 0.4s 07:57:31 07:57:31 #225 [security-proxy-auth] exporting to image 07:57:32 #225 exporting layers 0.5s done 07:57:32 #225 writing image sha256:29ab287c54788468a9307ba86571683f79f2e8312755bf7ae4cb88c59ced25cc done 07:57:32 #225 naming to docker.io/library/security-proxy-auth done 07:57:32 #225 DONE 0.5s 07:57:32 07:57:32 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:57:32 #149 ... 07:57:32 07:57:32 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:57:32 #145 DONE 167.8s 07:57:33 07:57:33 #226 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:57:33 #226 DONE 0.0s 07:57:33 07:57:33 #227 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:57:33 #227 DONE 0.1s 07:57:33 07:57:33 #228 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:57:33 #228 DONE 0.2s 07:57:33 07:57:33 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:57:33 #149 DONE 168.2s 07:57:33 07:57:33 #229 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 07:57:33 #229 DONE 0.0s 07:57:33 07:57:33 #230 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:57:33 #230 DONE 0.0s 07:57:33 07:57:33 #231 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:57:33 #231 DONE 0.0s 07:57:33 07:57:33 #232 [support-scheduler] exporting to image 07:57:33 #232 ... 07:57:33 07:57:33 #233 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:57:33 #233 DONE 0.2s 07:57:33 07:57:33 #234 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 07:57:33 #234 DONE 0.0s 07:57:33 07:57:33 #235 [support-notifications] exporting to image 07:57:33 #235 ... 07:57:33 07:57:33 #232 [support-scheduler] exporting to image 07:57:33 #232 exporting layers 0.5s done 07:57:33 #232 writing image sha256:c3de6bf9481a6853fa33b755ff73c5c33bd998f6fc655fabc0538374af35206a done 07:57:33 #232 naming to docker.io/library/support-scheduler done 07:57:33 #232 DONE 0.5s 07:57:33 07:57:33 #235 [support-notifications] exporting to image 07:57:33 #235 exporting layers 0.3s done 07:57:34 #235 writing image sha256:d19d412e0eecaf9fe04763d17a8279ca8dd8afa97b53a6750b67f713c31deea8 done 07:57:34 #235 naming to docker.io/library/support-notifications done 07:57:34 #235 DONE 0.3s 07:57:34 time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:57:34 time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:57:34 time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:57:34 time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:57:34 time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:57:34 time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:57:34 time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:57:34 time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:57:34 time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:57:34 time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:57:34 time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:57:34 time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:57:34 time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:57:34 time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:57:34 time="2026-05-06T07:53:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 07:57:34 $ docker stop --time=1 233a8187bcd4771a54441680fa7e10584017e0dc994bcaab83e7649586212162 07:57:35 $ docker rm -f --volumes 233a8187bcd4771a54441680fa7e10584017e0dc994bcaab83e7649586212162 [Pipeline] // withDockerContainer [Pipeline] sh 07:57:35 + docker images 07:57:35 REPOSITORY TAG IMAGE ID CREATED SIZE 07:57:35 support-notifications latest d19d412e0eec 2 seconds ago 57.8MB 07:57:35 support-scheduler latest c3de6bf9481a 2 seconds ago 54.2MB 07:57:35 security-proxy-auth latest 29ab287c5478 4 seconds ago 49MB 07:57:35 security-secretstore-setup latest 2d75f6e6f9b6 4 seconds ago 89.2MB 07:57:35 core-metadata latest f6de8588987a 4 seconds ago 50.1MB 07:57:35 core-keeper latest a84e6bf4ff30 7 seconds ago 49.7MB 07:57:35 security-proxy-setup latest 808535097913 7 seconds ago 54.7MB 07:57:35 security-spiffe-token-provider latest 7c48a1353b65 7 seconds ago 53MB 07:57:35 core-data latest a85f85a96533 7 seconds ago 49.9MB 07:57:35 core-command latest 66a5c22b9c8e 10 seconds ago 44.1MB 07:57:35 security-bootstrapper latest 7ed82d8761df About a minute ago 21.6MB 07:57:35 core-common-config-bootstrapper latest 6d41b5affd27 About a minute ago 20.5MB 07:57:35 security-spire-server latest e5b7560d88cb 2 minutes ago 178MB 07:57:35 security-spire-agent latest a014db57df88 2 minutes ago 237MB 07:57:35 security-spire-config latest f87443d06dd3 3 minutes ago 177MB 07:57:35 ci-base-image-x86_64 latest 8030b304013a 6 minutes ago 970MB 07:57:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.25-alpine 2caa029a6df7 6 months ago 636MB 07:57:35 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 11 months ago 573MB 07:57:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:57:35 provisioning config files... 07:57:35 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/972@tmp/config7976947850760741223tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:57:36 ---> ****-login.sh 07:57:36 nexus3.edgexfoundry.org:10001 07:57:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:57:36 Login Succeeded 07:57:36 nexus3.edgexfoundry.org:10002 07:57:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:57:36 Login Succeeded 07:57:36 nexus3.edgexfoundry.org:10003 07:57:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:57:36 Login Succeeded 07:57:36 nexus3.edgexfoundry.org:10004 07:57:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:57:36 Login Succeeded 07:57:36 ****.io 07:57:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:57:36 Login Succeeded 07:57:36 ---> ****-login.sh ends [Pipeline] } 07:57:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:57:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:57:36 [edgeXDocker.push] Tagging docker image core-command with the following tags: 07:57:36 fa9291b4267d8cf249f54b4b348df68d64af3156 07:57:36 latest 07:57:36 4.1.0-dev.112 07:57:36 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:57:36 main 07:57:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:37 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:37 + docker push nexus3.edgexfoundry.org:10004/core-command:fa9291b4267d8cf249f54b4b348df68d64af3156 07:57:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:57:37 544c43e1bd15: Preparing 07:57:37 05da50e3cd4a: Preparing 07:57:37 8d3ee15335b1: Preparing 07:57:37 613851182f8f: Preparing 07:57:37 d0af94775e0f: Preparing 07:57:37 c41558668cb1: Preparing 07:57:37 0854555d70ac: Preparing 07:57:37 c41558668cb1: Waiting 07:57:37 0854555d70ac: Waiting 07:57:37 8d3ee15335b1: Pushed 07:57:37 d0af94775e0f: Pushed 07:57:37 613851182f8f: Pushed 07:57:37 544c43e1bd15: Pushed 07:57:37 0854555d70ac: Layer already exists 07:57:37 c41558668cb1: Pushed 07:57:38 #93 DONE 109.4s 07:57:38 07:57:38 #82 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:57:38 #82 DONE 112.1s 07:57:38 07:57:38 #95 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:57:38 #95 DONE 110.6s 07:57:38 07:57:38 #86 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:57:38 #86 DONE 110.6s 07:57:38 07:57:38 #119 [support-notifications builder 6/7] COPY . . 07:57:38 #119 ... 07:57:38 07:57:38 #90 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:57:38 #90 DONE 108.4s 07:57:38 07:57:38 #77 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:57:38 #77 DONE 115.9s 07:57:38 07:57:38 #120 [security-proxy-auth builder 6/7] COPY . . 07:57:38 #120 DONE 1.8s 07:57:38 07:57:38 #121 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:57:38 #121 CACHED 07:57:38 07:57:38 #122 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 07:57:38 #122 CACHED 07:57:38 07:57:38 #123 [core-common-config-bootstrapper builder 6/7] COPY . . 07:57:38 #123 CACHED 07:57:38 07:57:38 #124 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 07:57:38 #124 CACHED 07:57:38 07:57:38 #125 [security-secretstore-setup builder 6/7] COPY . . 07:57:38 #125 CACHED 07:57:38 07:57:38 #126 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:57:38 #126 CACHED 07:57:38 07:57:38 #127 [core-command builder 6/7] COPY . . 07:57:38 #127 CACHED 07:57:38 07:57:38 #128 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:57:38 #128 CACHED 07:57:38 07:57:38 #129 [core-command builder 4/7] COPY go.mod vendor* ./ 07:57:38 #129 CACHED 07:57:38 07:57:38 #130 [core-keeper builder 7/8] COPY . . 07:57:38 #130 DONE 2.0s 07:57:38 07:57:38 #131 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:57:38 #131 CACHED 07:57:38 07:57:38 #132 [security-bootstrapper builder 6/7] COPY . . 07:57:38 #132 CACHED 07:57:38 07:57:38 #133 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 07:57:38 #133 CACHED 07:57:38 07:57:38 #134 [core-metadata builder 4/7] COPY go.mod vendor* ./ 07:57:38 #134 CACHED 07:57:38 07:57:38 #135 [core-metadata builder 6/7] COPY . . 07:57:38 #135 CACHED 07:57:38 07:57:38 #136 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:57:38 #136 CACHED 07:57:38 07:57:38 #137 [core-data builder 6/7] COPY . . 07:57:38 #137 CACHED 07:57:38 07:57:38 #138 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:57:38 #138 CACHED 07:57:38 07:57:38 #139 [core-data builder 4/7] COPY go.mod vendor* ./ 07:57:38 #139 CACHED 07:57:38 07:57:38 #140 [security-proxy-setup builder 6/7] COPY . . 07:57:38 #140 DONE 2.0s 07:57:38 07:57:38 #141 [support-scheduler builder 6/7] COPY . . 07:57:38 #141 DONE 2.0s 07:57:38 07:57:38 #119 [support-notifications builder 6/7] COPY . . 07:57:38 #119 DONE 2.0s 07:57:38 07:57:38 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:57:38 #142 ... 07:57:38 07:57:38 #143 [security-spiffe-token-provider builder 6/7] COPY . . 07:57:38 #143 DONE 2.0s 07:57:38 07:57:38 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:57:38 #144 ... 07:57:38 07:57:38 #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:57:38 #0 5.190 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 07:57:38 #145 ... 07:57:38 07:57:38 #146 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 07:57:38 #0 5.784 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 07:57:38 #146 ... 07:57:38 07:57:38 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:57:38 #144 5.947 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 07:57:38 #144 ... 07:57:38 07:57:38 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:57:38 #0 5.854 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:57:38 #147 ... 07:57:38 07:57:38 #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:57:38 #0 5.808 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:57:38 #148 ... 07:57:38 07:57:38 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:57:38 #0 5.866 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 07:57:38 #149 ... 07:57:38 07:57:38 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:57:38 #0 5.054 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:57:38 #150 ... 07:57:38 07:57:38 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 07:57:38 #0 4.801 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:57:38 #151 ... 07:57:38 07:57:38 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:57:38 #0 4.216 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 07:57:38 #152 ... 07:57:38 07:57:38 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:57:38 #0 5.916 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 07:57:38 #153 ... 07:57:38 07:57:38 #154 [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:57:38 #0 4.726 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:57:38 #154 ... 07:57:38 07:57:38 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:57:38 #142 5.962 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:57:41 05da50e3cd4a: Pushed 07:57:41 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:01c00561b10a48370cef134ca1aa0566c08aa476144a5930c9910fe3a86f7cc1 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:41 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:41 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 07:57:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:57:41 544c43e1bd15: Preparing 07:57:41 05da50e3cd4a: Preparing 07:57:41 8d3ee15335b1: Preparing 07:57:41 613851182f8f: Preparing 07:57:41 d0af94775e0f: Preparing 07:57:41 c41558668cb1: Preparing 07:57:41 0854555d70ac: Preparing 07:57:41 0854555d70ac: Waiting 07:57:41 c41558668cb1: Waiting 07:57:41 613851182f8f: Layer already exists 07:57:41 8d3ee15335b1: Layer already exists 07:57:41 05da50e3cd4a: Layer already exists 07:57:41 d0af94775e0f: Layer already exists 07:57:41 544c43e1bd15: Layer already exists 07:57:41 0854555d70ac: Layer already exists 07:57:41 c41558668cb1: Layer already exists 07:57:41 latest: digest: sha256:01c00561b10a48370cef134ca1aa0566c08aa476144a5930c9910fe3a86f7cc1 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:42 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:42 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.112 07:57:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:57:42 544c43e1bd15: Preparing 07:57:42 05da50e3cd4a: Preparing 07:57:42 8d3ee15335b1: Preparing 07:57:42 613851182f8f: Preparing 07:57:42 d0af94775e0f: Preparing 07:57:42 c41558668cb1: Preparing 07:57:42 0854555d70ac: Preparing 07:57:42 c41558668cb1: Waiting 07:57:42 0854555d70ac: Waiting 07:57:42 d0af94775e0f: Layer already exists 07:57:42 544c43e1bd15: Layer already exists 07:57:42 8d3ee15335b1: Layer already exists 07:57:42 05da50e3cd4a: Layer already exists 07:57:42 613851182f8f: Layer already exists 07:57:42 c41558668cb1: Layer already exists 07:57:42 0854555d70ac: Layer already exists 07:57:42 4.1.0-dev.112: digest: sha256:01c00561b10a48370cef134ca1aa0566c08aa476144a5930c9910fe3a86f7cc1 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:42 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:43 + docker push nexus3.edgexfoundry.org:10004/core-command:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:57:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:57:43 544c43e1bd15: Preparing 07:57:43 05da50e3cd4a: Preparing 07:57:43 8d3ee15335b1: Preparing 07:57:43 613851182f8f: Preparing 07:57:43 d0af94775e0f: Preparing 07:57:43 c41558668cb1: Preparing 07:57:43 0854555d70ac: Preparing 07:57:43 c41558668cb1: Waiting 07:57:43 0854555d70ac: Waiting 07:57:43 05da50e3cd4a: Layer already exists 07:57:43 544c43e1bd15: Layer already exists 07:57:43 8d3ee15335b1: Layer already exists 07:57:43 d0af94775e0f: Layer already exists 07:57:43 613851182f8f: Layer already exists 07:57:43 0854555d70ac: Layer already exists 07:57:43 c41558668cb1: Layer already exists 07:57:43 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:01c00561b10a48370cef134ca1aa0566c08aa476144a5930c9910fe3a86f7cc1 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:43 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:43 + docker push nexus3.edgexfoundry.org:10004/core-command:main 07:57:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:57:43 544c43e1bd15: Preparing 07:57:43 05da50e3cd4a: Preparing 07:57:43 8d3ee15335b1: Preparing 07:57:43 613851182f8f: Preparing 07:57:43 d0af94775e0f: Preparing 07:57:43 c41558668cb1: Preparing 07:57:43 0854555d70ac: Preparing 07:57:43 c41558668cb1: Waiting 07:57:43 0854555d70ac: Waiting 07:57:43 613851182f8f: Layer already exists 07:57:43 8d3ee15335b1: Layer already exists 07:57:43 d0af94775e0f: Layer already exists 07:57:43 05da50e3cd4a: Layer already exists 07:57:43 544c43e1bd15: Layer already exists 07:57:43 0854555d70ac: Layer already exists 07:57:43 c41558668cb1: Layer already exists 07:57:43 main: digest: sha256:01c00561b10a48370cef134ca1aa0566c08aa476144a5930c9910fe3a86f7cc1 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:57:44 ===================================================== [Pipeline] echo 07:57:44 taggedImages: 07:57:44 - nexus3.edgexfoundry.org:10004/core-command:fa9291b4267d8cf249f54b4b348df68d64af3156 07:57:44 - nexus3.edgexfoundry.org:10004/core-command:latest 07:57:44 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.112 07:57:44 - nexus3.edgexfoundry.org:10004/core-command:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:57:44 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 07:57:44 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 07:57:44 fa9291b4267d8cf249f54b4b348df68d64af3156 07:57:44 latest 07:57:44 4.1.0-dev.112 07:57:44 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:57:44 main 07:57:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:44 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:44 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156 07:57:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:57:44 460aad1d6c7a: Preparing 07:57:44 2d63df6df4c6: Preparing 07:57:44 81f1ce5bcf1b: Preparing 07:57:44 4fc64b59c218: Preparing 07:57:44 8d3ee15335b1: Preparing 07:57:44 613851182f8f: Preparing 07:57:44 d0af94775e0f: Preparing 07:57:44 c41558668cb1: Preparing 07:57:44 0854555d70ac: Preparing 07:57:44 c41558668cb1: Waiting 07:57:44 0854555d70ac: Waiting 07:57:44 613851182f8f: Waiting 07:57:44 d0af94775e0f: Waiting 07:57:44 8d3ee15335b1: Layer already exists 07:57:44 613851182f8f: Layer already exists 07:57:44 d0af94775e0f: Layer already exists 07:57:44 c41558668cb1: Layer already exists 07:57:44 0854555d70ac: Layer already exists 07:57:44 460aad1d6c7a: Pushed 07:57:44 2d63df6df4c6: Pushed 07:57:44 81f1ce5bcf1b: Pushed 07:57:46 4fc64b59c218: Pushed 07:57:46 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:e2bba1c2c49ccef14cb2ea71b00dc0404f8a7dfddbd205c89ed06247e2fdbe12 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:46 + 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:57:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:57:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:57:46 460aad1d6c7a: Preparing 07:57:46 2d63df6df4c6: Preparing 07:57:46 81f1ce5bcf1b: Preparing 07:57:46 4fc64b59c218: Preparing 07:57:46 8d3ee15335b1: Preparing 07:57:46 613851182f8f: Preparing 07:57:46 d0af94775e0f: Preparing 07:57:46 c41558668cb1: Preparing 07:57:46 0854555d70ac: Preparing 07:57:46 613851182f8f: Waiting 07:57:46 d0af94775e0f: Waiting 07:57:46 c41558668cb1: Waiting 07:57:46 0854555d70ac: Waiting 07:57:46 8d3ee15335b1: Layer already exists 07:57:46 2d63df6df4c6: Layer already exists 07:57:46 81f1ce5bcf1b: Layer already exists 07:57:46 4fc64b59c218: Layer already exists 07:57:46 460aad1d6c7a: Layer already exists 07:57:46 613851182f8f: Layer already exists 07:57:46 c41558668cb1: Layer already exists 07:57:46 d0af94775e0f: Layer already exists 07:57:46 0854555d70ac: Layer already exists 07:57:46 latest: digest: sha256:e2bba1c2c49ccef14cb2ea71b00dc0404f8a7dfddbd205c89ed06247e2fdbe12 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:47 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:47 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.112 07:57:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:57:47 460aad1d6c7a: Preparing 07:57:47 2d63df6df4c6: Preparing 07:57:47 81f1ce5bcf1b: Preparing 07:57:47 4fc64b59c218: Preparing 07:57:47 8d3ee15335b1: Preparing 07:57:47 613851182f8f: Preparing 07:57:47 d0af94775e0f: Preparing 07:57:47 c41558668cb1: Preparing 07:57:47 0854555d70ac: Preparing 07:57:47 613851182f8f: Waiting 07:57:47 d0af94775e0f: Waiting 07:57:47 c41558668cb1: Waiting 07:57:47 0854555d70ac: Waiting 07:57:47 4fc64b59c218: Layer already exists 07:57:47 460aad1d6c7a: Layer already exists 07:57:47 2d63df6df4c6: Layer already exists 07:57:47 81f1ce5bcf1b: Layer already exists 07:57:47 8d3ee15335b1: Layer already exists 07:57:47 613851182f8f: Layer already exists 07:57:47 d0af94775e0f: Layer already exists 07:57:47 c41558668cb1: Layer already exists 07:57:47 0854555d70ac: Layer already exists 07:57:47 4.1.0-dev.112: digest: sha256:e2bba1c2c49ccef14cb2ea71b00dc0404f8a7dfddbd205c89ed06247e2fdbe12 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:47 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:48 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:57:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:57:48 460aad1d6c7a: Preparing 07:57:48 2d63df6df4c6: Preparing 07:57:48 81f1ce5bcf1b: Preparing 07:57:48 4fc64b59c218: Preparing 07:57:48 8d3ee15335b1: Preparing 07:57:48 613851182f8f: Preparing 07:57:48 d0af94775e0f: Preparing 07:57:48 c41558668cb1: Preparing 07:57:48 0854555d70ac: Preparing 07:57:48 c41558668cb1: Waiting 07:57:48 613851182f8f: Waiting 07:57:48 d0af94775e0f: Waiting 07:57:48 0854555d70ac: Waiting 07:57:48 460aad1d6c7a: Layer already exists 07:57:48 2d63df6df4c6: Layer already exists 07:57:48 4fc64b59c218: Layer already exists 07:57:48 8d3ee15335b1: Layer already exists 07:57:48 81f1ce5bcf1b: Layer already exists 07:57:48 c41558668cb1: Layer already exists 07:57:48 d0af94775e0f: Layer already exists 07:57:48 613851182f8f: Layer already exists 07:57:48 0854555d70ac: Layer already exists 07:57:48 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:e2bba1c2c49ccef14cb2ea71b00dc0404f8a7dfddbd205c89ed06247e2fdbe12 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:48 + 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:57:48 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 07:57:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:57:48 460aad1d6c7a: Preparing 07:57:48 2d63df6df4c6: Preparing 07:57:48 81f1ce5bcf1b: Preparing 07:57:48 4fc64b59c218: Preparing 07:57:48 8d3ee15335b1: Preparing 07:57:48 613851182f8f: Preparing 07:57:48 d0af94775e0f: Preparing 07:57:48 c41558668cb1: Preparing 07:57:48 0854555d70ac: Preparing 07:57:48 d0af94775e0f: Waiting 07:57:48 c41558668cb1: Waiting 07:57:48 0854555d70ac: Waiting 07:57:48 613851182f8f: Waiting 07:57:48 2d63df6df4c6: Layer already exists 07:57:48 460aad1d6c7a: Layer already exists 07:57:48 8d3ee15335b1: Layer already exists 07:57:48 4fc64b59c218: Layer already exists 07:57:48 81f1ce5bcf1b: Layer already exists 07:57:48 c41558668cb1: Layer already exists 07:57:48 613851182f8f: Layer already exists 07:57:48 d0af94775e0f: Layer already exists 07:57:48 0854555d70ac: Layer already exists 07:57:48 main: digest: sha256:e2bba1c2c49ccef14cb2ea71b00dc0404f8a7dfddbd205c89ed06247e2fdbe12 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:57:48 ===================================================== [Pipeline] echo 07:57:48 taggedImages: 07:57:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156 07:57:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:57:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.112 07:57:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:57:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 07:57:48 [edgeXDocker.push] Tagging docker image core-data with the following tags: 07:57:48 fa9291b4267d8cf249f54b4b348df68d64af3156 07:57:48 latest 07:57:48 4.1.0-dev.112 07:57:48 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:57:48 main 07:57:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:49 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:49 + docker push nexus3.edgexfoundry.org:10004/core-data:fa9291b4267d8cf249f54b4b348df68d64af3156 07:57:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:57:49 994d2cbc007f: Preparing 07:57:49 0df63a7fd6fd: Preparing 07:57:49 8d3ee15335b1: Preparing 07:57:49 613851182f8f: Preparing 07:57:49 d0af94775e0f: Preparing 07:57:49 361aba0d2f79: Preparing 07:57:49 0854555d70ac: Preparing 07:57:49 361aba0d2f79: Waiting 07:57:49 0854555d70ac: Waiting 07:57:49 613851182f8f: Layer already exists 07:57:49 d0af94775e0f: Layer already exists 07:57:49 8d3ee15335b1: Layer already exists 07:57:49 0854555d70ac: Layer already exists 07:57:49 994d2cbc007f: Pushed 07:57:49 361aba0d2f79: Pushed 07:57:53 0df63a7fd6fd: Pushed 07:57:53 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:32e4391b4b0b32fcb2bef4fe2906f0cccf57bd4f933d9337aa9671f2d6828f22 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:54 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:54 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 07:57:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:57:54 994d2cbc007f: Preparing 07:57:54 0df63a7fd6fd: Preparing 07:57:54 8d3ee15335b1: Preparing 07:57:54 613851182f8f: Preparing 07:57:54 d0af94775e0f: Preparing 07:57:54 361aba0d2f79: Preparing 07:57:54 0854555d70ac: Preparing 07:57:54 361aba0d2f79: Waiting 07:57:54 0854555d70ac: Waiting 07:57:54 d0af94775e0f: Layer already exists 07:57:54 0df63a7fd6fd: Layer already exists 07:57:54 613851182f8f: Layer already exists 07:57:54 8d3ee15335b1: Layer already exists 07:57:54 994d2cbc007f: Layer already exists 07:57:54 0854555d70ac: Layer already exists 07:57:54 361aba0d2f79: Layer already exists 07:57:54 latest: digest: sha256:32e4391b4b0b32fcb2bef4fe2906f0cccf57bd4f933d9337aa9671f2d6828f22 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:54 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:55 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.112 07:57:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:57:55 994d2cbc007f: Preparing 07:57:55 0df63a7fd6fd: Preparing 07:57:55 8d3ee15335b1: Preparing 07:57:55 613851182f8f: Preparing 07:57:55 d0af94775e0f: Preparing 07:57:55 361aba0d2f79: Preparing 07:57:55 0854555d70ac: Preparing 07:57:55 361aba0d2f79: Waiting 07:57:55 0854555d70ac: Waiting 07:57:55 8d3ee15335b1: Layer already exists 07:57:55 0df63a7fd6fd: Layer already exists 07:57:55 613851182f8f: Layer already exists 07:57:55 d0af94775e0f: Layer already exists 07:57:55 994d2cbc007f: Layer already exists 07:57:55 361aba0d2f79: Layer already exists 07:57:55 0854555d70ac: Layer already exists 07:57:55 4.1.0-dev.112: digest: sha256:32e4391b4b0b32fcb2bef4fe2906f0cccf57bd4f933d9337aa9671f2d6828f22 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:55 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:55 + docker push nexus3.edgexfoundry.org:10004/core-data:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:57:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:57:55 994d2cbc007f: Preparing 07:57:55 0df63a7fd6fd: Preparing 07:57:55 8d3ee15335b1: Preparing 07:57:55 613851182f8f: Preparing 07:57:55 d0af94775e0f: Preparing 07:57:55 361aba0d2f79: Preparing 07:57:55 0854555d70ac: Preparing 07:57:55 361aba0d2f79: Waiting 07:57:55 0854555d70ac: Waiting 07:57:55 613851182f8f: Layer already exists 07:57:55 d0af94775e0f: Layer already exists 07:57:55 0df63a7fd6fd: Layer already exists 07:57:55 994d2cbc007f: Layer already exists 07:57:55 8d3ee15335b1: Layer already exists 07:57:55 0854555d70ac: Layer already exists 07:57:55 361aba0d2f79: Layer already exists 07:57:55 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:32e4391b4b0b32fcb2bef4fe2906f0cccf57bd4f933d9337aa9671f2d6828f22 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:56 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:56 + docker push nexus3.edgexfoundry.org:10004/core-data:main 07:57:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:57:56 994d2cbc007f: Preparing 07:57:56 0df63a7fd6fd: Preparing 07:57:56 8d3ee15335b1: Preparing 07:57:56 613851182f8f: Preparing 07:57:56 d0af94775e0f: Preparing 07:57:56 361aba0d2f79: Preparing 07:57:56 0854555d70ac: Preparing 07:57:56 361aba0d2f79: Waiting 07:57:56 0854555d70ac: Waiting 07:57:56 994d2cbc007f: Layer already exists 07:57:56 613851182f8f: Layer already exists 07:57:56 8d3ee15335b1: Layer already exists 07:57:56 d0af94775e0f: Layer already exists 07:57:56 0df63a7fd6fd: Layer already exists 07:57:56 361aba0d2f79: Layer already exists 07:57:56 0854555d70ac: Layer already exists 07:57:56 main: digest: sha256:32e4391b4b0b32fcb2bef4fe2906f0cccf57bd4f933d9337aa9671f2d6828f22 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:57:56 ===================================================== [Pipeline] echo 07:57:56 taggedImages: 07:57:56 - nexus3.edgexfoundry.org:10004/core-data:fa9291b4267d8cf249f54b4b348df68d64af3156 07:57:56 - nexus3.edgexfoundry.org:10004/core-data:latest 07:57:56 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.112 07:57:56 - nexus3.edgexfoundry.org:10004/core-data:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:57:56 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 07:57:56 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 07:57:56 fa9291b4267d8cf249f54b4b348df68d64af3156 07:57:56 latest 07:57:56 4.1.0-dev.112 07:57:56 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:57:56 main 07:57:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:56 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:57 + docker push nexus3.edgexfoundry.org:10004/core-keeper:fa9291b4267d8cf249f54b4b348df68d64af3156 07:57:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:57:57 924dde64872e: Preparing 07:57:57 d53faf8097c5: Preparing 07:57:57 613851182f8f: Preparing 07:57:57 0aae256b1c7b: Preparing 07:57:57 afaa261dd4c5: Preparing 07:57:57 0854555d70ac: Preparing 07:57:57 0854555d70ac: Waiting 07:57:57 613851182f8f: Layer already exists 07:57:57 0854555d70ac: Layer already exists 07:57:57 924dde64872e: Pushed 07:57:57 afaa261dd4c5: Pushed 07:57:57 0aae256b1c7b: Pushed 07:58:01 d53faf8097c5: Pushed 07:58:01 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:a76f3c29cb52e33ccaf27ad068756d1f3eec904a87a4550518c6dc454d71c0fe size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:01 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:02 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 07:58:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:58:02 924dde64872e: Preparing 07:58:02 d53faf8097c5: Preparing 07:58:02 613851182f8f: Preparing 07:58:02 0aae256b1c7b: Preparing 07:58:02 afaa261dd4c5: Preparing 07:58:02 0854555d70ac: Preparing 07:58:02 0854555d70ac: Waiting 07:58:02 d53faf8097c5: Layer already exists 07:58:02 afaa261dd4c5: Layer already exists 07:58:02 0aae256b1c7b: Layer already exists 07:58:02 924dde64872e: Layer already exists 07:58:02 613851182f8f: Layer already exists 07:58:02 0854555d70ac: Layer already exists 07:58:02 latest: digest: sha256:a76f3c29cb52e33ccaf27ad068756d1f3eec904a87a4550518c6dc454d71c0fe size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:02 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:02 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.112 07:58:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:58:02 924dde64872e: Preparing 07:58:02 d53faf8097c5: Preparing 07:58:02 613851182f8f: Preparing 07:58:02 0aae256b1c7b: Preparing 07:58:02 afaa261dd4c5: Preparing 07:58:02 0854555d70ac: Preparing 07:58:02 0854555d70ac: Waiting 07:58:02 0aae256b1c7b: Layer already exists 07:58:02 d53faf8097c5: Layer already exists 07:58:02 924dde64872e: Layer already exists 07:58:02 613851182f8f: Layer already exists 07:58:02 afaa261dd4c5: Layer already exists 07:58:02 0854555d70ac: Layer already exists 07:58:02 4.1.0-dev.112: digest: sha256:a76f3c29cb52e33ccaf27ad068756d1f3eec904a87a4550518c6dc454d71c0fe size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:03 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:03 + docker push nexus3.edgexfoundry.org:10004/core-keeper:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:58:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:58:03 924dde64872e: Preparing 07:58:03 d53faf8097c5: Preparing 07:58:03 613851182f8f: Preparing 07:58:03 0aae256b1c7b: Preparing 07:58:03 afaa261dd4c5: Preparing 07:58:03 0854555d70ac: Preparing 07:58:03 0854555d70ac: Waiting 07:58:03 afaa261dd4c5: Layer already exists 07:58:03 0aae256b1c7b: Layer already exists 07:58:03 613851182f8f: Layer already exists 07:58:03 d53faf8097c5: Layer already exists 07:58:03 924dde64872e: Layer already exists 07:58:03 0854555d70ac: Layer already exists 07:58:03 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:a76f3c29cb52e33ccaf27ad068756d1f3eec904a87a4550518c6dc454d71c0fe size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:03 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:04 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 07:58:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:58:04 924dde64872e: Preparing 07:58:04 d53faf8097c5: Preparing 07:58:04 613851182f8f: Preparing 07:58:04 0aae256b1c7b: Preparing 07:58:04 afaa261dd4c5: Preparing 07:58:04 0854555d70ac: Preparing 07:58:04 0854555d70ac: Waiting 07:58:04 613851182f8f: Layer already exists 07:58:04 924dde64872e: Layer already exists 07:58:04 d53faf8097c5: Layer already exists 07:58:04 afaa261dd4c5: Layer already exists 07:58:04 0aae256b1c7b: Layer already exists 07:58:04 0854555d70ac: Layer already exists 07:58:04 main: digest: sha256:a76f3c29cb52e33ccaf27ad068756d1f3eec904a87a4550518c6dc454d71c0fe size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:58:04 ===================================================== [Pipeline] echo 07:58:04 taggedImages: 07:58:04 - nexus3.edgexfoundry.org:10004/core-keeper:fa9291b4267d8cf249f54b4b348df68d64af3156 07:58:04 - nexus3.edgexfoundry.org:10004/core-keeper:latest 07:58:04 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.112 07:58:04 - nexus3.edgexfoundry.org:10004/core-keeper:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:58:04 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 07:58:04 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 07:58:04 fa9291b4267d8cf249f54b4b348df68d64af3156 07:58:04 latest 07:58:04 4.1.0-dev.112 07:58:04 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:58:04 main 07:58:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:04 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:04 + docker push nexus3.edgexfoundry.org:10004/core-metadata:fa9291b4267d8cf249f54b4b348df68d64af3156 07:58:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:58:04 015d62cede9a: Preparing 07:58:04 1a5e5de4dc73: Preparing 07:58:04 5bd08246760c: Preparing 07:58:04 8d3ee15335b1: Preparing 07:58:04 613851182f8f: Preparing 07:58:04 d0af94775e0f: Preparing 07:58:04 c41558668cb1: Preparing 07:58:04 0854555d70ac: Preparing 07:58:04 d0af94775e0f: Waiting 07:58:04 c41558668cb1: Waiting 07:58:04 0854555d70ac: Waiting 07:58:04 8d3ee15335b1: Layer already exists 07:58:04 613851182f8f: Layer already exists 07:58:04 d0af94775e0f: Layer already exists 07:58:04 c41558668cb1: Layer already exists 07:58:04 0854555d70ac: Layer already exists 07:58:04 1a5e5de4dc73: Pushed 07:58:04 015d62cede9a: Pushed 07:58:09 5bd08246760c: Pushed 07:58:09 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:d84d409423a016cc41fadb1610f12d1f9375a2f5849a222d22cc91599dea9111 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:09 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 07:58:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:58:09 015d62cede9a: Preparing 07:58:09 1a5e5de4dc73: Preparing 07:58:09 5bd08246760c: Preparing 07:58:09 8d3ee15335b1: Preparing 07:58:09 613851182f8f: Preparing 07:58:09 d0af94775e0f: Preparing 07:58:09 c41558668cb1: Preparing 07:58:09 0854555d70ac: Preparing 07:58:09 d0af94775e0f: Waiting 07:58:09 c41558668cb1: Waiting 07:58:09 0854555d70ac: Waiting 07:58:09 613851182f8f: Layer already exists 07:58:09 5bd08246760c: Layer already exists 07:58:09 1a5e5de4dc73: Layer already exists 07:58:09 015d62cede9a: Layer already exists 07:58:09 8d3ee15335b1: Layer already exists 07:58:09 d0af94775e0f: Layer already exists 07:58:09 c41558668cb1: Layer already exists 07:58:09 0854555d70ac: Layer already exists 07:58:09 latest: digest: sha256:d84d409423a016cc41fadb1610f12d1f9375a2f5849a222d22cc91599dea9111 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:10 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.112 07:58:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:58:10 015d62cede9a: Preparing 07:58:10 1a5e5de4dc73: Preparing 07:58:10 5bd08246760c: Preparing 07:58:10 8d3ee15335b1: Preparing 07:58:10 613851182f8f: Preparing 07:58:10 d0af94775e0f: Preparing 07:58:10 c41558668cb1: Preparing 07:58:10 0854555d70ac: Preparing 07:58:10 d0af94775e0f: Waiting 07:58:10 c41558668cb1: Waiting 07:58:10 0854555d70ac: Waiting 07:58:10 8d3ee15335b1: Layer already exists 07:58:10 015d62cede9a: Layer already exists 07:58:10 1a5e5de4dc73: Layer already exists 07:58:10 5bd08246760c: Layer already exists 07:58:10 613851182f8f: Layer already exists 07:58:10 0854555d70ac: Layer already exists 07:58:10 c41558668cb1: Layer already exists 07:58:10 d0af94775e0f: Layer already exists 07:58:10 4.1.0-dev.112: digest: sha256:d84d409423a016cc41fadb1610f12d1f9375a2f5849a222d22cc91599dea9111 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:10 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:11 + docker push nexus3.edgexfoundry.org:10004/core-metadata:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:58:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:58:11 015d62cede9a: Preparing 07:58:11 1a5e5de4dc73: Preparing 07:58:11 5bd08246760c: Preparing 07:58:11 8d3ee15335b1: Preparing 07:58:11 613851182f8f: Preparing 07:58:11 d0af94775e0f: Preparing 07:58:11 c41558668cb1: Preparing 07:58:11 0854555d70ac: Preparing 07:58:11 d0af94775e0f: Waiting 07:58:11 c41558668cb1: Waiting 07:58:11 0854555d70ac: Waiting 07:58:11 1a5e5de4dc73: Layer already exists 07:58:11 613851182f8f: Layer already exists 07:58:11 015d62cede9a: Layer already exists 07:58:11 8d3ee15335b1: Layer already exists 07:58:11 5bd08246760c: Layer already exists 07:58:11 0854555d70ac: Layer already exists 07:58:11 d0af94775e0f: Layer already exists 07:58:11 c41558668cb1: Layer already exists 07:58:11 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:d84d409423a016cc41fadb1610f12d1f9375a2f5849a222d22cc91599dea9111 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:11 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:11 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 07:58:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:58:11 015d62cede9a: Preparing 07:58:11 1a5e5de4dc73: Preparing 07:58:11 5bd08246760c: Preparing 07:58:11 8d3ee15335b1: Preparing 07:58:11 613851182f8f: Preparing 07:58:11 d0af94775e0f: Preparing 07:58:11 c41558668cb1: Preparing 07:58:11 0854555d70ac: Preparing 07:58:11 d0af94775e0f: Waiting 07:58:11 c41558668cb1: Waiting 07:58:11 0854555d70ac: Waiting 07:58:11 1a5e5de4dc73: Layer already exists 07:58:11 5bd08246760c: Layer already exists 07:58:11 8d3ee15335b1: Layer already exists 07:58:11 015d62cede9a: Layer already exists 07:58:11 613851182f8f: Layer already exists 07:58:11 c41558668cb1: Layer already exists 07:58:11 d0af94775e0f: Layer already exists 07:58:11 0854555d70ac: Layer already exists 07:58:11 main: digest: sha256:d84d409423a016cc41fadb1610f12d1f9375a2f5849a222d22cc91599dea9111 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:58:11 ===================================================== [Pipeline] echo 07:58:11 taggedImages: 07:58:11 - nexus3.edgexfoundry.org:10004/core-metadata:fa9291b4267d8cf249f54b4b348df68d64af3156 07:58:11 - nexus3.edgexfoundry.org:10004/core-metadata:latest 07:58:11 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.112 07:58:11 - nexus3.edgexfoundry.org:10004/core-metadata:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:58:11 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 07:58:11 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 07:58:11 fa9291b4267d8cf249f54b4b348df68d64af3156 07:58:11 latest 07:58:11 4.1.0-dev.112 07:58:11 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:58:11 main 07:58:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:12 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:12 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156 07:58:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:58:12 5c8b33e339be: Preparing 07:58:12 47315138a5a0: Preparing 07:58:12 fa0170c82675: Preparing 07:58:12 0b7959cbeea0: Preparing 07:58:12 8f8f37e26f99: Preparing 07:58:12 58b0b086a9e1: Preparing 07:58:12 a9873b891f32: Preparing 07:58:12 8d3ee15335b1: Preparing 07:58:12 613851182f8f: Preparing 07:58:12 b03deb0264ea: Preparing 07:58:12 3284a4cbc477: Preparing 07:58:12 5f70bf18a086: Preparing 07:58:12 b3701cea92ae: Preparing 07:58:12 01b56969a64a: Preparing 07:58:12 b1276a92c4a9: Preparing 07:58:12 0854555d70ac: Preparing 07:58:12 5f70bf18a086: Waiting 07:58:12 58b0b086a9e1: Waiting 07:58:12 b3701cea92ae: Waiting 07:58:12 01b56969a64a: Waiting 07:58:12 b1276a92c4a9: Waiting 07:58:12 0854555d70ac: Waiting 07:58:12 a9873b891f32: Waiting 07:58:12 8d3ee15335b1: Waiting 07:58:12 613851182f8f: Waiting 07:58:12 b03deb0264ea: Waiting 07:58:12 3284a4cbc477: Waiting 07:58:12 fa0170c82675: Pushed 07:58:12 0b7959cbeea0: Pushed 07:58:12 8f8f37e26f99: Pushed 07:58:12 5c8b33e339be: Pushed 07:58:12 47315138a5a0: Pushed 07:58:12 8d3ee15335b1: Layer already exists 07:58:12 613851182f8f: Layer already exists 07:58:12 5f70bf18a086: Layer already exists 07:58:13 58b0b086a9e1: Pushed 07:58:13 3284a4cbc477: Pushed 07:58:13 b03deb0264ea: Pushed 07:58:13 b3701cea92ae: Pushed 07:58:13 0854555d70ac: Layer already exists 07:58:13 01b56969a64a: Pushed 07:58:13 b1276a92c4a9: Pushed 07:58:15 a9873b891f32: Pushed 07:58:15 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:55f086c653187247328a20e36b27d7f45b430677e97c63ba59c4100a6861661e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:15 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:58:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:58:16 5c8b33e339be: Preparing 07:58:16 47315138a5a0: Preparing 07:58:16 fa0170c82675: Preparing 07:58:16 0b7959cbeea0: Preparing 07:58:16 8f8f37e26f99: Preparing 07:58:16 58b0b086a9e1: Preparing 07:58:16 a9873b891f32: Preparing 07:58:16 8d3ee15335b1: Preparing 07:58:16 613851182f8f: Preparing 07:58:16 b03deb0264ea: Preparing 07:58:16 3284a4cbc477: Preparing 07:58:16 5f70bf18a086: Preparing 07:58:16 b3701cea92ae: Preparing 07:58:16 01b56969a64a: Preparing 07:58:16 b1276a92c4a9: Preparing 07:58:16 0854555d70ac: Preparing 07:58:16 58b0b086a9e1: Waiting 07:58:16 3284a4cbc477: Waiting 07:58:16 5f70bf18a086: Waiting 07:58:16 b3701cea92ae: Waiting 07:58:16 a9873b891f32: Waiting 07:58:16 8d3ee15335b1: Waiting 07:58:16 613851182f8f: Waiting 07:58:16 01b56969a64a: Waiting 07:58:16 b1276a92c4a9: Waiting 07:58:16 b03deb0264ea: Waiting 07:58:16 0854555d70ac: Waiting 07:58:16 fa0170c82675: Layer already exists 07:58:16 47315138a5a0: Layer already exists 07:58:16 8f8f37e26f99: Layer already exists 07:58:16 5c8b33e339be: Layer already exists 07:58:16 0b7959cbeea0: Layer already exists 07:58:16 8d3ee15335b1: Layer already exists 07:58:16 58b0b086a9e1: Layer already exists 07:58:16 a9873b891f32: Layer already exists 07:58:16 b03deb0264ea: Layer already exists 07:58:16 613851182f8f: Layer already exists 07:58:16 3284a4cbc477: Layer already exists 07:58:16 01b56969a64a: Layer already exists 07:58:16 b3701cea92ae: Layer already exists 07:58:16 5f70bf18a086: Layer already exists 07:58:16 b1276a92c4a9: Layer already exists 07:58:16 0854555d70ac: Layer already exists 07:58:16 latest: digest: sha256:55f086c653187247328a20e36b27d7f45b430677e97c63ba59c4100a6861661e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:16 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.112 07:58:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:58:16 5c8b33e339be: Preparing 07:58:16 47315138a5a0: Preparing 07:58:16 fa0170c82675: Preparing 07:58:16 0b7959cbeea0: Preparing 07:58:16 8f8f37e26f99: Preparing 07:58:16 58b0b086a9e1: Preparing 07:58:16 a9873b891f32: Preparing 07:58:16 8d3ee15335b1: Preparing 07:58:16 613851182f8f: Preparing 07:58:16 b03deb0264ea: Preparing 07:58:16 3284a4cbc477: Preparing 07:58:16 5f70bf18a086: Preparing 07:58:16 b3701cea92ae: Preparing 07:58:16 01b56969a64a: Preparing 07:58:16 b1276a92c4a9: Preparing 07:58:16 0854555d70ac: Preparing 07:58:16 b03deb0264ea: Waiting 07:58:16 01b56969a64a: Waiting 07:58:16 3284a4cbc477: Waiting 07:58:16 b1276a92c4a9: Waiting 07:58:16 0854555d70ac: Waiting 07:58:16 5f70bf18a086: Waiting 07:58:16 b3701cea92ae: Waiting 07:58:16 58b0b086a9e1: Waiting 07:58:16 8d3ee15335b1: Waiting 07:58:16 613851182f8f: Waiting 07:58:16 a9873b891f32: Waiting 07:58:16 fa0170c82675: Layer already exists 07:58:16 5c8b33e339be: Layer already exists 07:58:16 0b7959cbeea0: Layer already exists 07:58:16 8f8f37e26f99: Layer already exists 07:58:16 47315138a5a0: Layer already exists 07:58:16 58b0b086a9e1: Layer already exists 07:58:16 8d3ee15335b1: Layer already exists 07:58:16 613851182f8f: Layer already exists 07:58:16 a9873b891f32: Layer already exists 07:58:16 b03deb0264ea: Layer already exists 07:58:16 3284a4cbc477: Layer already exists 07:58:16 01b56969a64a: Layer already exists 07:58:16 b1276a92c4a9: Layer already exists 07:58:16 5f70bf18a086: Layer already exists 07:58:16 b3701cea92ae: Layer already exists 07:58:16 0854555d70ac: Layer already exists 07:58:16 4.1.0-dev.112: digest: sha256:55f086c653187247328a20e36b27d7f45b430677e97c63ba59c4100a6861661e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:16 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:17 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:58:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:58:17 5c8b33e339be: Preparing 07:58:17 47315138a5a0: Preparing 07:58:17 fa0170c82675: Preparing 07:58:17 0b7959cbeea0: Preparing 07:58:17 8f8f37e26f99: Preparing 07:58:17 58b0b086a9e1: Preparing 07:58:17 a9873b891f32: Preparing 07:58:17 8d3ee15335b1: Preparing 07:58:17 613851182f8f: Preparing 07:58:17 b03deb0264ea: Preparing 07:58:17 3284a4cbc477: Preparing 07:58:17 5f70bf18a086: Preparing 07:58:17 b3701cea92ae: Preparing 07:58:17 01b56969a64a: Preparing 07:58:17 b1276a92c4a9: Preparing 07:58:17 0854555d70ac: Preparing 07:58:17 b03deb0264ea: Waiting 07:58:17 01b56969a64a: Waiting 07:58:17 b1276a92c4a9: Waiting 07:58:17 0854555d70ac: Waiting 07:58:17 3284a4cbc477: Waiting 07:58:17 5f70bf18a086: Waiting 07:58:17 b3701cea92ae: Waiting 07:58:17 a9873b891f32: Waiting 07:58:17 8d3ee15335b1: Waiting 07:58:17 613851182f8f: Waiting 07:58:17 58b0b086a9e1: Waiting 07:58:17 5c8b33e339be: Layer already exists 07:58:17 47315138a5a0: Layer already exists 07:58:17 fa0170c82675: Layer already exists 07:58:17 0b7959cbeea0: Layer already exists 07:58:17 8f8f37e26f99: Layer already exists 07:58:17 a9873b891f32: Layer already exists 07:58:17 58b0b086a9e1: Layer already exists 07:58:17 8d3ee15335b1: Layer already exists 07:58:17 613851182f8f: Layer already exists 07:58:17 b03deb0264ea: Layer already exists 07:58:17 3284a4cbc477: Layer already exists 07:58:17 5f70bf18a086: Layer already exists 07:58:17 b3701cea92ae: Layer already exists 07:58:17 01b56969a64a: Layer already exists 07:58:17 0854555d70ac: Layer already exists 07:58:17 b1276a92c4a9: Layer already exists 07:58:17 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:55f086c653187247328a20e36b27d7f45b430677e97c63ba59c4100a6861661e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:17 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:17 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 07:58:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:58:17 5c8b33e339be: Preparing 07:58:17 47315138a5a0: Preparing 07:58:17 fa0170c82675: Preparing 07:58:17 0b7959cbeea0: Preparing 07:58:17 8f8f37e26f99: Preparing 07:58:17 58b0b086a9e1: Preparing 07:58:17 a9873b891f32: Preparing 07:58:17 8d3ee15335b1: Preparing 07:58:17 613851182f8f: Preparing 07:58:17 b03deb0264ea: Preparing 07:58:17 3284a4cbc477: Preparing 07:58:17 5f70bf18a086: Preparing 07:58:17 b3701cea92ae: Preparing 07:58:17 01b56969a64a: Preparing 07:58:17 b1276a92c4a9: Preparing 07:58:17 0854555d70ac: Preparing 07:58:17 b03deb0264ea: Waiting 07:58:17 3284a4cbc477: Waiting 07:58:17 5f70bf18a086: Waiting 07:58:17 b3701cea92ae: Waiting 07:58:17 01b56969a64a: Waiting 07:58:17 b1276a92c4a9: Waiting 07:58:17 0854555d70ac: Waiting 07:58:17 58b0b086a9e1: Waiting 07:58:17 a9873b891f32: Waiting 07:58:17 8d3ee15335b1: Waiting 07:58:17 613851182f8f: Waiting 07:58:17 47315138a5a0: Layer already exists 07:58:17 0b7959cbeea0: Layer already exists 07:58:17 fa0170c82675: Layer already exists 07:58:17 5c8b33e339be: Layer already exists 07:58:17 8f8f37e26f99: Layer already exists 07:58:17 58b0b086a9e1: Layer already exists 07:58:17 8d3ee15335b1: Layer already exists 07:58:17 a9873b891f32: Layer already exists 07:58:17 613851182f8f: Layer already exists 07:58:17 b03deb0264ea: Layer already exists 07:58:17 3284a4cbc477: Layer already exists 07:58:17 5f70bf18a086: Layer already exists 07:58:17 b3701cea92ae: Layer already exists 07:58:17 01b56969a64a: Layer already exists 07:58:17 b1276a92c4a9: Layer already exists 07:58:17 0854555d70ac: Layer already exists 07:58:17 main: digest: sha256:55f086c653187247328a20e36b27d7f45b430677e97c63ba59c4100a6861661e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:58:18 ===================================================== [Pipeline] echo 07:58:18 taggedImages: 07:58:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156 07:58:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:58:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.112 07:58:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:58:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 07:58:18 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 07:58:18 fa9291b4267d8cf249f54b4b348df68d64af3156 07:58:18 latest 07:58:18 4.1.0-dev.112 07:58:18 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:58:18 main 07:58:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:18 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:fa9291b4267d8cf249f54b4b348df68d64af3156 07:58:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:58:18 44d5d2dee495: Preparing 07:58:18 a354cbd0151f: Preparing 07:58:18 213d3ee1c7f7: Preparing 07:58:18 8c2c85df0c27: Preparing 07:58:18 8d3ee15335b1: Preparing 07:58:18 613851182f8f: Preparing 07:58:18 d0af94775e0f: Preparing 07:58:18 c41558668cb1: Preparing 07:58:18 0854555d70ac: Preparing 07:58:18 d0af94775e0f: Waiting 07:58:18 c41558668cb1: Waiting 07:58:18 0854555d70ac: Waiting 07:58:18 613851182f8f: Waiting 07:58:18 8d3ee15335b1: Layer already exists 07:58:18 613851182f8f: Layer already exists 07:58:18 d0af94775e0f: Layer already exists 07:58:18 c41558668cb1: Layer already exists 07:58:18 0854555d70ac: Layer already exists 07:58:18 a354cbd0151f: Pushed 07:58:18 213d3ee1c7f7: Pushed 07:58:18 44d5d2dee495: Pushed 07:58:22 8c2c85df0c27: Pushed 07:58:22 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:7ba7101d46b481cd8888553cb5ad2279241fd9a0e8552c5da6eb4b3950ad270c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:23 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:58:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:58:23 44d5d2dee495: Preparing 07:58:23 a354cbd0151f: Preparing 07:58:23 213d3ee1c7f7: Preparing 07:58:23 8c2c85df0c27: Preparing 07:58:23 8d3ee15335b1: Preparing 07:58:23 613851182f8f: Preparing 07:58:23 d0af94775e0f: Preparing 07:58:23 c41558668cb1: Preparing 07:58:23 0854555d70ac: Preparing 07:58:23 d0af94775e0f: Waiting 07:58:23 c41558668cb1: Waiting 07:58:23 0854555d70ac: Waiting 07:58:23 613851182f8f: Waiting 07:58:23 a354cbd0151f: Layer already exists 07:58:23 44d5d2dee495: Layer already exists 07:58:23 8c2c85df0c27: Layer already exists 07:58:23 213d3ee1c7f7: Layer already exists 07:58:23 8d3ee15335b1: Layer already exists 07:58:23 c41558668cb1: Layer already exists 07:58:23 613851182f8f: Layer already exists 07:58:23 d0af94775e0f: Layer already exists 07:58:23 0854555d70ac: Layer already exists 07:58:23 latest: digest: sha256:7ba7101d46b481cd8888553cb5ad2279241fd9a0e8552c5da6eb4b3950ad270c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:23 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.112 07:58:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:58:24 44d5d2dee495: Preparing 07:58:24 a354cbd0151f: Preparing 07:58:24 213d3ee1c7f7: Preparing 07:58:24 8c2c85df0c27: Preparing 07:58:24 8d3ee15335b1: Preparing 07:58:24 613851182f8f: Preparing 07:58:24 d0af94775e0f: Preparing 07:58:24 c41558668cb1: Preparing 07:58:24 0854555d70ac: Preparing 07:58:24 613851182f8f: Waiting 07:58:24 d0af94775e0f: Waiting 07:58:24 c41558668cb1: Waiting 07:58:24 0854555d70ac: Waiting 07:58:24 44d5d2dee495: Layer already exists 07:58:24 213d3ee1c7f7: Layer already exists 07:58:24 a354cbd0151f: Layer already exists 07:58:24 8c2c85df0c27: Layer already exists 07:58:24 8d3ee15335b1: Layer already exists 07:58:24 613851182f8f: Layer already exists 07:58:24 d0af94775e0f: Layer already exists 07:58:24 c41558668cb1: Layer already exists 07:58:24 0854555d70ac: Layer already exists 07:58:24 4.1.0-dev.112: digest: sha256:7ba7101d46b481cd8888553cb5ad2279241fd9a0e8552c5da6eb4b3950ad270c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:24 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:58:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:58:24 44d5d2dee495: Preparing 07:58:24 a354cbd0151f: Preparing 07:58:24 213d3ee1c7f7: Preparing 07:58:24 8c2c85df0c27: Preparing 07:58:24 8d3ee15335b1: Preparing 07:58:24 613851182f8f: Preparing 07:58:24 d0af94775e0f: Preparing 07:58:24 c41558668cb1: Preparing 07:58:24 0854555d70ac: Preparing 07:58:24 613851182f8f: Waiting 07:58:24 d0af94775e0f: Waiting 07:58:24 c41558668cb1: Waiting 07:58:24 0854555d70ac: Waiting 07:58:24 44d5d2dee495: Layer already exists 07:58:24 8d3ee15335b1: Layer already exists 07:58:24 8c2c85df0c27: Layer already exists 07:58:24 213d3ee1c7f7: Layer already exists 07:58:24 a354cbd0151f: Layer already exists 07:58:24 c41558668cb1: Layer already exists 07:58:24 d0af94775e0f: Layer already exists 07:58:24 613851182f8f: Layer already exists 07:58:24 0854555d70ac: Layer already exists 07:58:24 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:7ba7101d46b481cd8888553cb5ad2279241fd9a0e8552c5da6eb4b3950ad270c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:25 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 07:58:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:58:25 44d5d2dee495: Preparing 07:58:25 a354cbd0151f: Preparing 07:58:25 213d3ee1c7f7: Preparing 07:58:25 8c2c85df0c27: Preparing 07:58:25 8d3ee15335b1: Preparing 07:58:25 613851182f8f: Preparing 07:58:25 d0af94775e0f: Preparing 07:58:25 c41558668cb1: Preparing 07:58:25 0854555d70ac: Preparing 07:58:25 613851182f8f: Waiting 07:58:25 d0af94775e0f: Waiting 07:58:25 c41558668cb1: Waiting 07:58:25 0854555d70ac: Waiting 07:58:25 213d3ee1c7f7: Layer already exists 07:58:25 44d5d2dee495: Layer already exists 07:58:25 8c2c85df0c27: Layer already exists 07:58:25 a354cbd0151f: Layer already exists 07:58:25 8d3ee15335b1: Layer already exists 07:58:25 d0af94775e0f: Layer already exists 07:58:25 613851182f8f: Layer already exists 07:58:25 c41558668cb1: Layer already exists 07:58:25 0854555d70ac: Layer already exists 07:58:25 main: digest: sha256:7ba7101d46b481cd8888553cb5ad2279241fd9a0e8552c5da6eb4b3950ad270c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:58:25 ===================================================== [Pipeline] echo 07:58:25 taggedImages: 07:58:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth:fa9291b4267d8cf249f54b4b348df68d64af3156 07:58:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:58:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.112 07:58:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:58:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 07:58:25 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 07:58:25 fa9291b4267d8cf249f54b4b348df68d64af3156 07:58:25 latest 07:58:25 4.1.0-dev.112 07:58:25 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:58:25 main 07:58:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:26 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:fa9291b4267d8cf249f54b4b348df68d64af3156 07:58:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:58:26 7f21f0540dce: Preparing 07:58:26 f0ec62b56fd8: Preparing 07:58:26 d725ce95b0bb: Preparing 07:58:26 df687bbe9f20: Preparing 07:58:26 b89be197b94c: Preparing 07:58:26 8d3ee15335b1: Preparing 07:58:26 613851182f8f: Preparing 07:58:26 25b117d56a88: Preparing 07:58:26 cd548e8a260f: Preparing 07:58:26 4362873aefb1: Preparing 07:58:26 0854555d70ac: Preparing 07:58:26 8d3ee15335b1: Waiting 07:58:26 cd548e8a260f: Waiting 07:58:26 4362873aefb1: Waiting 07:58:26 613851182f8f: Waiting 07:58:26 0854555d70ac: Waiting 07:58:26 25b117d56a88: Waiting 07:58:26 df687bbe9f20: Pushed 07:58:26 f0ec62b56fd8: Pushed 07:58:26 8d3ee15335b1: Layer already exists 07:58:26 7f21f0540dce: Pushed 07:58:26 b89be197b94c: Pushed 07:58:26 613851182f8f: Layer already exists 07:58:26 0854555d70ac: Layer already exists 07:58:26 cd548e8a260f: Pushed 07:58:26 25b117d56a88: Pushed 07:58:27 4362873aefb1: Pushed 07:58:28 d725ce95b0bb: Pushed 07:58:29 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:2545bc35ef23740c9c2d6e7ae96cc16d811f4c21795c764fc3b6bdfd359a61b0 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:29 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:58:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:58:29 7f21f0540dce: Preparing 07:58:29 f0ec62b56fd8: Preparing 07:58:29 d725ce95b0bb: Preparing 07:58:29 df687bbe9f20: Preparing 07:58:29 b89be197b94c: Preparing 07:58:29 8d3ee15335b1: Preparing 07:58:29 613851182f8f: Preparing 07:58:29 25b117d56a88: Preparing 07:58:29 cd548e8a260f: Preparing 07:58:29 4362873aefb1: Preparing 07:58:29 0854555d70ac: Preparing 07:58:29 8d3ee15335b1: Waiting 07:58:29 613851182f8f: Waiting 07:58:29 25b117d56a88: Waiting 07:58:29 cd548e8a260f: Waiting 07:58:29 4362873aefb1: Waiting 07:58:29 0854555d70ac: Waiting 07:58:29 7f21f0540dce: Layer already exists 07:58:29 df687bbe9f20: Layer already exists 07:58:29 b89be197b94c: Layer already exists 07:58:29 f0ec62b56fd8: Layer already exists 07:58:29 d725ce95b0bb: Layer already exists 07:58:29 8d3ee15335b1: Layer already exists 07:58:29 613851182f8f: Layer already exists 07:58:29 cd548e8a260f: Layer already exists 07:58:29 25b117d56a88: Layer already exists 07:58:29 0854555d70ac: Layer already exists 07:58:29 4362873aefb1: Layer already exists 07:58:29 latest: digest: sha256:2545bc35ef23740c9c2d6e7ae96cc16d811f4c21795c764fc3b6bdfd359a61b0 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:30 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.112 07:58:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:58:30 7f21f0540dce: Preparing 07:58:30 f0ec62b56fd8: Preparing 07:58:30 d725ce95b0bb: Preparing 07:58:30 df687bbe9f20: Preparing 07:58:30 b89be197b94c: Preparing 07:58:30 8d3ee15335b1: Preparing 07:58:30 613851182f8f: Preparing 07:58:30 25b117d56a88: Preparing 07:58:30 cd548e8a260f: Preparing 07:58:30 4362873aefb1: Preparing 07:58:30 0854555d70ac: Preparing 07:58:30 25b117d56a88: Waiting 07:58:30 cd548e8a260f: Waiting 07:58:30 4362873aefb1: Waiting 07:58:30 0854555d70ac: Waiting 07:58:30 8d3ee15335b1: Waiting 07:58:30 613851182f8f: Waiting 07:58:30 7f21f0540dce: Layer already exists 07:58:30 d725ce95b0bb: Layer already exists 07:58:30 f0ec62b56fd8: Layer already exists 07:58:30 b89be197b94c: Layer already exists 07:58:30 df687bbe9f20: Layer already exists 07:58:30 613851182f8f: Layer already exists 07:58:30 8d3ee15335b1: Layer already exists 07:58:30 25b117d56a88: Layer already exists 07:58:30 cd548e8a260f: Layer already exists 07:58:30 4362873aefb1: Layer already exists 07:58:30 0854555d70ac: Layer already exists 07:58:30 4.1.0-dev.112: digest: sha256:2545bc35ef23740c9c2d6e7ae96cc16d811f4c21795c764fc3b6bdfd359a61b0 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:30 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:58:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:58:31 7f21f0540dce: Preparing 07:58:31 f0ec62b56fd8: Preparing 07:58:31 d725ce95b0bb: Preparing 07:58:31 df687bbe9f20: Preparing 07:58:31 b89be197b94c: Preparing 07:58:31 8d3ee15335b1: Preparing 07:58:31 613851182f8f: Preparing 07:58:31 25b117d56a88: Preparing 07:58:31 cd548e8a260f: Preparing 07:58:31 4362873aefb1: Preparing 07:58:31 0854555d70ac: Preparing 07:58:31 8d3ee15335b1: Waiting 07:58:31 613851182f8f: Waiting 07:58:31 25b117d56a88: Waiting 07:58:31 cd548e8a260f: Waiting 07:58:31 4362873aefb1: Waiting 07:58:31 0854555d70ac: Waiting 07:58:31 df687bbe9f20: Layer already exists 07:58:31 d725ce95b0bb: Layer already exists 07:58:31 b89be197b94c: Layer already exists 07:58:31 7f21f0540dce: Layer already exists 07:58:31 f0ec62b56fd8: Layer already exists 07:58:31 8d3ee15335b1: Layer already exists 07:58:31 25b117d56a88: Layer already exists 07:58:31 cd548e8a260f: Layer already exists 07:58:31 613851182f8f: Layer already exists 07:58:31 4362873aefb1: Layer already exists 07:58:31 0854555d70ac: Layer already exists 07:58:31 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:2545bc35ef23740c9c2d6e7ae96cc16d811f4c21795c764fc3b6bdfd359a61b0 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:31 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 07:58:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:58:31 7f21f0540dce: Preparing 07:58:31 f0ec62b56fd8: Preparing 07:58:31 d725ce95b0bb: Preparing 07:58:31 df687bbe9f20: Preparing 07:58:31 b89be197b94c: Preparing 07:58:31 8d3ee15335b1: Preparing 07:58:31 613851182f8f: Preparing 07:58:31 25b117d56a88: Preparing 07:58:31 cd548e8a260f: Preparing 07:58:31 4362873aefb1: Preparing 07:58:31 0854555d70ac: Preparing 07:58:31 8d3ee15335b1: Waiting 07:58:31 613851182f8f: Waiting 07:58:31 25b117d56a88: Waiting 07:58:31 cd548e8a260f: Waiting 07:58:31 4362873aefb1: Waiting 07:58:31 0854555d70ac: Waiting 07:58:31 b89be197b94c: Layer already exists 07:58:31 7f21f0540dce: Layer already exists 07:58:31 d725ce95b0bb: Layer already exists 07:58:31 df687bbe9f20: Layer already exists 07:58:31 f0ec62b56fd8: Layer already exists 07:58:31 613851182f8f: Layer already exists 07:58:31 8d3ee15335b1: Layer already exists 07:58:31 cd548e8a260f: Layer already exists 07:58:31 4362873aefb1: Layer already exists 07:58:31 25b117d56a88: Layer already exists 07:58:31 0854555d70ac: Layer already exists 07:58:31 main: digest: sha256:2545bc35ef23740c9c2d6e7ae96cc16d811f4c21795c764fc3b6bdfd359a61b0 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:58:31 ===================================================== [Pipeline] echo 07:58:31 taggedImages: 07:58:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:fa9291b4267d8cf249f54b4b348df68d64af3156 07:58:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:58:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.112 07:58:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:58:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 07:58:31 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 07:58:31 fa9291b4267d8cf249f54b4b348df68d64af3156 07:58:31 latest 07:58:31 4.1.0-dev.112 07:58:31 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:58:31 main 07:58:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:32 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:fa9291b4267d8cf249f54b4b348df68d64af3156 07:58:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:58:32 0fbdfbb2eb4f: Preparing 07:58:32 d49732625a0c: Preparing 07:58:32 8e77f35e9dbe: Preparing 07:58:32 92904506d7d2: Preparing 07:58:32 8a602958494d: Preparing 07:58:32 617bcda01db5: Preparing 07:58:32 0b76e9bc95bc: Preparing 07:58:32 8d3ee15335b1: Preparing 07:58:32 613851182f8f: Preparing 07:58:32 8bf4ce3363b6: Preparing 07:58:32 e467ae579298: Preparing 07:58:32 0854555d70ac: Preparing 07:58:32 617bcda01db5: Waiting 07:58:32 0b76e9bc95bc: Waiting 07:58:32 8d3ee15335b1: Waiting 07:58:32 613851182f8f: Waiting 07:58:32 8bf4ce3363b6: Waiting 07:58:32 e467ae579298: Waiting 07:58:32 0854555d70ac: Waiting 07:58:32 0fbdfbb2eb4f: Pushed 07:58:32 d49732625a0c: Pushed 07:58:32 8a602958494d: Pushed 07:58:32 8d3ee15335b1: Layer already exists 07:58:32 613851182f8f: Layer already exists 07:58:32 617bcda01db5: Pushed 07:58:32 0b76e9bc95bc: Pushed 07:58:32 0854555d70ac: Layer already exists 07:58:32 8bf4ce3363b6: Pushed 07:58:34 e467ae579298: Pushed 07:58:35 92904506d7d2: Pushed 07:58:35 8e77f35e9dbe: Pushed 07:58:35 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:59b2acf9056c656d7f89a6ed5b579fd4bea1940a6c9ba5e1e6c6ab52ecb81817 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:35 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:36 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:58:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:58:36 0fbdfbb2eb4f: Preparing 07:58:36 d49732625a0c: Preparing 07:58:36 8e77f35e9dbe: Preparing 07:58:36 92904506d7d2: Preparing 07:58:36 8a602958494d: Preparing 07:58:36 617bcda01db5: Preparing 07:58:36 0b76e9bc95bc: Preparing 07:58:36 8d3ee15335b1: Preparing 07:58:36 613851182f8f: Preparing 07:58:36 8bf4ce3363b6: Preparing 07:58:36 e467ae579298: Preparing 07:58:36 0854555d70ac: Preparing 07:58:36 617bcda01db5: Waiting 07:58:36 0b76e9bc95bc: Waiting 07:58:36 8d3ee15335b1: Waiting 07:58:36 613851182f8f: Waiting 07:58:36 8bf4ce3363b6: Waiting 07:58:36 e467ae579298: Waiting 07:58:36 0854555d70ac: Waiting 07:58:36 0fbdfbb2eb4f: Layer already exists 07:58:36 8e77f35e9dbe: Layer already exists 07:58:36 8a602958494d: Layer already exists 07:58:36 92904506d7d2: Layer already exists 07:58:36 d49732625a0c: Layer already exists 07:58:36 8d3ee15335b1: Layer already exists 07:58:36 0b76e9bc95bc: Layer already exists 07:58:36 617bcda01db5: Layer already exists 07:58:36 8bf4ce3363b6: Layer already exists 07:58:36 613851182f8f: Layer already exists 07:58:36 0854555d70ac: Layer already exists 07:58:36 e467ae579298: Layer already exists 07:58:36 latest: digest: sha256:59b2acf9056c656d7f89a6ed5b579fd4bea1940a6c9ba5e1e6c6ab52ecb81817 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:36 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:36 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.112 07:58:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:58:36 0fbdfbb2eb4f: Preparing 07:58:36 d49732625a0c: Preparing 07:58:36 8e77f35e9dbe: Preparing 07:58:36 92904506d7d2: Preparing 07:58:36 8a602958494d: Preparing 07:58:36 617bcda01db5: Preparing 07:58:36 0b76e9bc95bc: Preparing 07:58:36 8d3ee15335b1: Preparing 07:58:36 613851182f8f: Preparing 07:58:36 8bf4ce3363b6: Preparing 07:58:36 e467ae579298: Preparing 07:58:36 0854555d70ac: Preparing 07:58:36 617bcda01db5: Waiting 07:58:36 0b76e9bc95bc: Waiting 07:58:36 8d3ee15335b1: Waiting 07:58:36 e467ae579298: Waiting 07:58:36 613851182f8f: Waiting 07:58:36 0854555d70ac: Waiting 07:58:36 8bf4ce3363b6: Waiting 07:58:36 8a602958494d: Layer already exists 07:58:36 0fbdfbb2eb4f: Layer already exists 07:58:36 d49732625a0c: Layer already exists 07:58:36 8e77f35e9dbe: Layer already exists 07:58:36 92904506d7d2: Layer already exists 07:58:36 0b76e9bc95bc: Layer already exists 07:58:36 617bcda01db5: Layer already exists 07:58:36 8bf4ce3363b6: Layer already exists 07:58:36 8d3ee15335b1: Layer already exists 07:58:36 613851182f8f: Layer already exists 07:58:36 e467ae579298: Layer already exists 07:58:36 0854555d70ac: Layer already exists 07:58:36 4.1.0-dev.112: digest: sha256:59b2acf9056c656d7f89a6ed5b579fd4bea1940a6c9ba5e1e6c6ab52ecb81817 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:37 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:37 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:58:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:58:37 0fbdfbb2eb4f: Preparing 07:58:37 d49732625a0c: Preparing 07:58:37 8e77f35e9dbe: Preparing 07:58:37 92904506d7d2: Preparing 07:58:37 8a602958494d: Preparing 07:58:37 617bcda01db5: Preparing 07:58:37 0b76e9bc95bc: Preparing 07:58:37 8d3ee15335b1: Preparing 07:58:37 613851182f8f: Preparing 07:58:37 8bf4ce3363b6: Preparing 07:58:37 e467ae579298: Preparing 07:58:37 0854555d70ac: Preparing 07:58:37 617bcda01db5: Waiting 07:58:37 613851182f8f: Waiting 07:58:37 8bf4ce3363b6: Waiting 07:58:37 0b76e9bc95bc: Waiting 07:58:37 8d3ee15335b1: Waiting 07:58:37 e467ae579298: Waiting 07:58:37 0854555d70ac: Waiting 07:58:37 8a602958494d: Layer already exists 07:58:37 8e77f35e9dbe: Layer already exists 07:58:37 0fbdfbb2eb4f: Layer already exists 07:58:37 92904506d7d2: Layer already exists 07:58:37 d49732625a0c: Layer already exists 07:58:37 617bcda01db5: Layer already exists 07:58:37 8d3ee15335b1: Layer already exists 07:58:37 0b76e9bc95bc: Layer already exists 07:58:37 613851182f8f: Layer already exists 07:58:37 8bf4ce3363b6: Layer already exists 07:58:37 e467ae579298: Layer already exists 07:58:37 0854555d70ac: Layer already exists 07:58:37 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:59b2acf9056c656d7f89a6ed5b579fd4bea1940a6c9ba5e1e6c6ab52ecb81817 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:37 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:38 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 07:58:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:58:38 0fbdfbb2eb4f: Preparing 07:58:38 d49732625a0c: Preparing 07:58:38 8e77f35e9dbe: Preparing 07:58:38 92904506d7d2: Preparing 07:58:38 8a602958494d: Preparing 07:58:38 617bcda01db5: Preparing 07:58:38 0b76e9bc95bc: Preparing 07:58:38 8d3ee15335b1: Preparing 07:58:38 613851182f8f: Preparing 07:58:38 8bf4ce3363b6: Preparing 07:58:38 e467ae579298: Preparing 07:58:38 0854555d70ac: Preparing 07:58:38 0b76e9bc95bc: Waiting 07:58:38 8d3ee15335b1: Waiting 07:58:38 613851182f8f: Waiting 07:58:38 8bf4ce3363b6: Waiting 07:58:38 e467ae579298: Waiting 07:58:38 0854555d70ac: Waiting 07:58:38 617bcda01db5: Waiting 07:58:38 8e77f35e9dbe: Layer already exists 07:58:38 d49732625a0c: Layer already exists 07:58:38 0fbdfbb2eb4f: Layer already exists 07:58:38 8a602958494d: Layer already exists 07:58:38 92904506d7d2: Layer already exists 07:58:38 0b76e9bc95bc: Layer already exists 07:58:38 617bcda01db5: Layer already exists 07:58:38 8d3ee15335b1: Layer already exists 07:58:38 613851182f8f: Layer already exists 07:58:38 8bf4ce3363b6: Layer already exists 07:58:38 e467ae579298: Layer already exists 07:58:38 0854555d70ac: Layer already exists 07:58:38 main: digest: sha256:59b2acf9056c656d7f89a6ed5b579fd4bea1940a6c9ba5e1e6c6ab52ecb81817 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:58:38 ===================================================== [Pipeline] echo 07:58:38 taggedImages: 07:58:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:fa9291b4267d8cf249f54b4b348df68d64af3156 07:58:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:58:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.112 07:58:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:58:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 07:58:38 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 07:58:38 fa9291b4267d8cf249f54b4b348df68d64af3156 07:58:38 latest 07:58:38 4.1.0-dev.112 07:58:38 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:58:38 main 07:58:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:38 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fa9291b4267d8cf249f54b4b348df68d64af3156 07:58:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:58:39 e3728219a277: Preparing 07:58:39 637f8703fa09: Preparing 07:58:39 8d3ee15335b1: Preparing 07:58:39 613851182f8f: Preparing 07:58:39 061110b2e110: Preparing 07:58:39 bdad3b7061a4: Preparing 07:58:39 0854555d70ac: Preparing 07:58:39 bdad3b7061a4: Waiting 07:58:39 0854555d70ac: Waiting 07:58:39 8d3ee15335b1: Layer already exists 07:58:39 613851182f8f: Layer already exists 07:58:39 0854555d70ac: Layer already exists 07:58:39 061110b2e110: Pushed 07:58:39 e3728219a277: Pushed 07:58:40 bdad3b7061a4: Pushed 07:58:42 637f8703fa09: Pushed 07:58:42 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:c357a793251e7051b8a96b4d157155840b0eeba59764507d989b9ef1e7148166 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:42 + 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:58:43 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:58:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:58:43 e3728219a277: Preparing 07:58:43 637f8703fa09: Preparing 07:58:43 8d3ee15335b1: Preparing 07:58:43 613851182f8f: Preparing 07:58:43 061110b2e110: Preparing 07:58:43 bdad3b7061a4: Preparing 07:58:43 0854555d70ac: Preparing 07:58:43 bdad3b7061a4: Waiting 07:58:43 0854555d70ac: Waiting 07:58:43 8d3ee15335b1: Layer already exists 07:58:43 613851182f8f: Layer already exists 07:58:43 e3728219a277: Layer already exists 07:58:43 061110b2e110: Layer already exists 07:58:43 637f8703fa09: Layer already exists 07:58:43 bdad3b7061a4: Layer already exists 07:58:43 0854555d70ac: Layer already exists 07:58:43 latest: digest: sha256:c357a793251e7051b8a96b4d157155840b0eeba59764507d989b9ef1e7148166 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:43 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:43 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.112 07:58:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:58:43 e3728219a277: Preparing 07:58:43 637f8703fa09: Preparing 07:58:43 8d3ee15335b1: Preparing 07:58:43 613851182f8f: Preparing 07:58:43 061110b2e110: Preparing 07:58:43 bdad3b7061a4: Preparing 07:58:43 0854555d70ac: Preparing 07:58:43 bdad3b7061a4: Waiting 07:58:43 0854555d70ac: Waiting 07:58:43 e3728219a277: Layer already exists 07:58:43 061110b2e110: Layer already exists 07:58:43 637f8703fa09: Layer already exists 07:58:43 8d3ee15335b1: Layer already exists 07:58:43 613851182f8f: Layer already exists 07:58:43 0854555d70ac: Layer already exists 07:58:43 bdad3b7061a4: Layer already exists 07:58:43 4.1.0-dev.112: digest: sha256:c357a793251e7051b8a96b4d157155840b0eeba59764507d989b9ef1e7148166 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:44 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:44 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:58:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:58:44 e3728219a277: Preparing 07:58:44 637f8703fa09: Preparing 07:58:44 8d3ee15335b1: Preparing 07:58:44 613851182f8f: Preparing 07:58:44 061110b2e110: Preparing 07:58:44 bdad3b7061a4: Preparing 07:58:44 0854555d70ac: Preparing 07:58:44 bdad3b7061a4: Waiting 07:58:44 0854555d70ac: Waiting 07:58:44 e3728219a277: Layer already exists 07:58:44 8d3ee15335b1: Layer already exists 07:58:44 061110b2e110: Layer already exists 07:58:44 637f8703fa09: Layer already exists 07:58:44 613851182f8f: Layer already exists 07:58:44 0854555d70ac: Layer already exists 07:58:44 bdad3b7061a4: Layer already exists 07:58:44 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:c357a793251e7051b8a96b4d157155840b0eeba59764507d989b9ef1e7148166 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:44 + 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:58:45 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 07:58:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:58:45 e3728219a277: Preparing 07:58:45 637f8703fa09: Preparing 07:58:45 8d3ee15335b1: Preparing 07:58:45 613851182f8f: Preparing 07:58:45 061110b2e110: Preparing 07:58:45 bdad3b7061a4: Preparing 07:58:45 0854555d70ac: Preparing 07:58:45 bdad3b7061a4: Waiting 07:58:45 0854555d70ac: Waiting 07:58:45 061110b2e110: Layer already exists 07:58:45 8d3ee15335b1: Layer already exists 07:58:45 637f8703fa09: Layer already exists 07:58:45 613851182f8f: Layer already exists 07:58:45 e3728219a277: Layer already exists 07:58:45 0854555d70ac: Layer already exists 07:58:45 bdad3b7061a4: Layer already exists 07:58:45 main: digest: sha256:c357a793251e7051b8a96b4d157155840b0eeba59764507d989b9ef1e7148166 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:58:45 ===================================================== [Pipeline] echo 07:58:45 taggedImages: 07:58:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fa9291b4267d8cf249f54b4b348df68d64af3156 07:58:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:58:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.112 07:58:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:58:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 07:58:45 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 07:58:45 fa9291b4267d8cf249f54b4b348df68d64af3156 07:58:45 latest 07:58:45 4.1.0-dev.112 07:58:45 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:58:45 main 07:58:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:45 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:58:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:fa9291b4267d8cf249f54b4b348df68d64af3156 07:58:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:58:46 386dc6d7539b: Preparing 07:58:46 438aa974d493: Preparing 07:58:46 52c0566bf93b: Preparing 07:58:46 8d3ee15335b1: Preparing 07:58:46 613851182f8f: Preparing 07:58:46 77d0ed40e292: Preparing 07:58:46 7023089c72fc: Preparing 07:58:46 85bc8cbaceca: Preparing 07:58:46 7a39bbbe77e1: Preparing 07:58:46 0854555d70ac: Preparing 07:58:46 77d0ed40e292: Waiting 07:58:46 85bc8cbaceca: Waiting 07:58:46 7023089c72fc: Waiting 07:58:46 7a39bbbe77e1: Waiting 07:58:46 0854555d70ac: Waiting 07:58:46 613851182f8f: Layer already exists 07:58:46 8d3ee15335b1: Layer already exists 07:58:46 438aa974d493: Pushed 07:58:46 386dc6d7539b: Pushed 07:58:46 52c0566bf93b: Pushed 07:58:46 0854555d70ac: Layer already exists 07:58:46 85bc8cbaceca: Pushed 07:58:46 7a39bbbe77e1: Pushed 07:58:52 7023089c72fc: Pushed 07:59:00 77d0ed40e292: Pushed 07:59:00 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:91254f75e8ceeee90f45280df3a95a5cbc73622b241422b5db841d7049985f5f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:00 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:59:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:59:00 386dc6d7539b: Preparing 07:59:00 438aa974d493: Preparing 07:59:00 52c0566bf93b: Preparing 07:59:00 8d3ee15335b1: Preparing 07:59:00 613851182f8f: Preparing 07:59:00 77d0ed40e292: Preparing 07:59:00 7023089c72fc: Preparing 07:59:00 85bc8cbaceca: Preparing 07:59:00 7a39bbbe77e1: Preparing 07:59:00 0854555d70ac: Preparing 07:59:00 7023089c72fc: Waiting 07:59:00 85bc8cbaceca: Waiting 07:59:00 7a39bbbe77e1: Waiting 07:59:00 77d0ed40e292: Waiting 07:59:00 0854555d70ac: Waiting 07:59:00 52c0566bf93b: Layer already exists 07:59:00 8d3ee15335b1: Layer already exists 07:59:00 613851182f8f: Layer already exists 07:59:00 438aa974d493: Layer already exists 07:59:00 386dc6d7539b: Layer already exists 07:59:00 7023089c72fc: Layer already exists 07:59:00 7a39bbbe77e1: Layer already exists 07:59:00 85bc8cbaceca: Layer already exists 07:59:00 77d0ed40e292: Layer already exists 07:59:00 0854555d70ac: Layer already exists 07:59:00 latest: digest: sha256:91254f75e8ceeee90f45280df3a95a5cbc73622b241422b5db841d7049985f5f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:01 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.112 07:59:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:59:01 386dc6d7539b: Preparing 07:59:01 438aa974d493: Preparing 07:59:01 52c0566bf93b: Preparing 07:59:01 8d3ee15335b1: Preparing 07:59:01 613851182f8f: Preparing 07:59:01 77d0ed40e292: Preparing 07:59:01 7023089c72fc: Preparing 07:59:01 85bc8cbaceca: Preparing 07:59:01 7a39bbbe77e1: Preparing 07:59:01 0854555d70ac: Preparing 07:59:01 85bc8cbaceca: Waiting 07:59:01 7023089c72fc: Waiting 07:59:01 7a39bbbe77e1: Waiting 07:59:01 77d0ed40e292: Waiting 07:59:01 0854555d70ac: Waiting 07:59:01 8d3ee15335b1: Layer already exists 07:59:01 613851182f8f: Layer already exists 07:59:01 438aa974d493: Layer already exists 07:59:01 386dc6d7539b: Layer already exists 07:59:01 52c0566bf93b: Layer already exists 07:59:01 77d0ed40e292: Layer already exists 07:59:01 85bc8cbaceca: Layer already exists 07:59:01 7023089c72fc: Layer already exists 07:59:01 7a39bbbe77e1: Layer already exists 07:59:01 0854555d70ac: Layer already exists 07:59:01 4.1.0-dev.112: digest: sha256:91254f75e8ceeee90f45280df3a95a5cbc73622b241422b5db841d7049985f5f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:01 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:59:02 386dc6d7539b: Preparing 07:59:02 438aa974d493: Preparing 07:59:02 52c0566bf93b: Preparing 07:59:02 8d3ee15335b1: Preparing 07:59:02 613851182f8f: Preparing 07:59:02 77d0ed40e292: Preparing 07:59:02 7023089c72fc: Preparing 07:59:02 85bc8cbaceca: Preparing 07:59:02 7a39bbbe77e1: Preparing 07:59:02 0854555d70ac: Preparing 07:59:02 7023089c72fc: Waiting 07:59:02 77d0ed40e292: Waiting 07:59:02 85bc8cbaceca: Waiting 07:59:02 7a39bbbe77e1: Waiting 07:59:02 0854555d70ac: Waiting 07:59:02 8d3ee15335b1: Layer already exists 07:59:02 613851182f8f: Layer already exists 07:59:02 52c0566bf93b: Layer already exists 07:59:02 386dc6d7539b: Layer already exists 07:59:02 438aa974d493: Layer already exists 07:59:02 7023089c72fc: Layer already exists 07:59:02 77d0ed40e292: Layer already exists 07:59:02 7a39bbbe77e1: Layer already exists 07:59:02 85bc8cbaceca: Layer already exists 07:59:02 0854555d70ac: Layer already exists 07:59:02 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:91254f75e8ceeee90f45280df3a95a5cbc73622b241422b5db841d7049985f5f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:02 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 07:59:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:59:02 386dc6d7539b: Preparing 07:59:02 438aa974d493: Preparing 07:59:02 52c0566bf93b: Preparing 07:59:02 8d3ee15335b1: Preparing 07:59:02 613851182f8f: Preparing 07:59:02 77d0ed40e292: Preparing 07:59:02 7023089c72fc: Preparing 07:59:02 85bc8cbaceca: Preparing 07:59:02 7a39bbbe77e1: Preparing 07:59:02 0854555d70ac: Preparing 07:59:02 77d0ed40e292: Waiting 07:59:02 7023089c72fc: Waiting 07:59:02 85bc8cbaceca: Waiting 07:59:02 0854555d70ac: Waiting 07:59:02 7a39bbbe77e1: Waiting 07:59:02 613851182f8f: Layer already exists 07:59:02 8d3ee15335b1: Layer already exists 07:59:02 438aa974d493: Layer already exists 07:59:02 386dc6d7539b: Layer already exists 07:59:02 52c0566bf93b: Layer already exists 07:59:02 85bc8cbaceca: Layer already exists 07:59:02 7a39bbbe77e1: Layer already exists 07:59:02 77d0ed40e292: Layer already exists 07:59:02 7023089c72fc: Layer already exists 07:59:02 0854555d70ac: Layer already exists 07:59:02 main: digest: sha256:91254f75e8ceeee90f45280df3a95a5cbc73622b241422b5db841d7049985f5f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:59:02 ===================================================== [Pipeline] echo 07:59:02 taggedImages: 07:59:02 - nexus3.edgexfoundry.org:10004/security-spire-agent:fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:02 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:59:02 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.112 07:59:02 - nexus3.edgexfoundry.org:10004/security-spire-agent:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:02 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 07:59:02 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 07:59:02 fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:02 latest 07:59:02 4.1.0-dev.112 07:59:02 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:02 main 07:59:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:03 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:59:03 e6e00a965141: Preparing 07:59:03 f06a825c4d10: Preparing 07:59:03 d5d2258d8457: Preparing 07:59:03 8d3ee15335b1: Preparing 07:59:03 613851182f8f: Preparing 07:59:03 e5f8e408e1c1: Preparing 07:59:03 24d15b18a33e: Preparing 07:59:03 865d1ff85a5e: Preparing 07:59:03 0854555d70ac: Preparing 07:59:03 24d15b18a33e: Waiting 07:59:03 e5f8e408e1c1: Waiting 07:59:03 865d1ff85a5e: Waiting 07:59:03 0854555d70ac: Waiting 07:59:03 8d3ee15335b1: Layer already exists 07:59:03 613851182f8f: Layer already exists 07:59:03 e6e00a965141: Pushed 07:59:03 f06a825c4d10: Pushed 07:59:03 d5d2258d8457: Pushed 07:59:03 24d15b18a33e: Pushed 07:59:03 0854555d70ac: Layer already exists 07:59:03 865d1ff85a5e: Pushed 07:59:16 e5f8e408e1c1: Pushed 07:59:16 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:fd075f1d589abb8fa9b61d8a76088d1e467e073574acc60467f69b339145f9e4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:16 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:59:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:59:17 e6e00a965141: Preparing 07:59:17 f06a825c4d10: Preparing 07:59:17 d5d2258d8457: Preparing 07:59:17 8d3ee15335b1: Preparing 07:59:17 613851182f8f: Preparing 07:59:17 e5f8e408e1c1: Preparing 07:59:17 24d15b18a33e: Preparing 07:59:17 865d1ff85a5e: Preparing 07:59:17 0854555d70ac: Preparing 07:59:17 e5f8e408e1c1: Waiting 07:59:17 24d15b18a33e: Waiting 07:59:17 865d1ff85a5e: Waiting 07:59:17 0854555d70ac: Waiting 07:59:17 d5d2258d8457: Layer already exists 07:59:17 e6e00a965141: Layer already exists 07:59:17 f06a825c4d10: Layer already exists 07:59:17 8d3ee15335b1: Layer already exists 07:59:17 613851182f8f: Layer already exists 07:59:17 24d15b18a33e: Layer already exists 07:59:17 e5f8e408e1c1: Layer already exists 07:59:17 865d1ff85a5e: Layer already exists 07:59:17 0854555d70ac: Layer already exists 07:59:17 latest: digest: sha256:fd075f1d589abb8fa9b61d8a76088d1e467e073574acc60467f69b339145f9e4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:17 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.112 07:59:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:59:17 e6e00a965141: Preparing 07:59:17 f06a825c4d10: Preparing 07:59:17 d5d2258d8457: Preparing 07:59:17 8d3ee15335b1: Preparing 07:59:17 613851182f8f: Preparing 07:59:17 e5f8e408e1c1: Preparing 07:59:17 e5f8e408e1c1: Waiting 07:59:17 24d15b18a33e: Preparing 07:59:17 865d1ff85a5e: Preparing 07:59:17 0854555d70ac: Preparing 07:59:17 24d15b18a33e: Waiting 07:59:17 865d1ff85a5e: Waiting 07:59:17 0854555d70ac: Waiting 07:59:17 613851182f8f: Layer already exists 07:59:17 d5d2258d8457: Layer already exists 07:59:17 f06a825c4d10: Layer already exists 07:59:17 8d3ee15335b1: Layer already exists 07:59:17 e6e00a965141: Layer already exists 07:59:17 e5f8e408e1c1: Layer already exists 07:59:17 0854555d70ac: Layer already exists 07:59:17 24d15b18a33e: Layer already exists 07:59:17 865d1ff85a5e: Layer already exists 07:59:17 4.1.0-dev.112: digest: sha256:fd075f1d589abb8fa9b61d8a76088d1e467e073574acc60467f69b339145f9e4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:18 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:59:18 e6e00a965141: Preparing 07:59:18 f06a825c4d10: Preparing 07:59:18 d5d2258d8457: Preparing 07:59:18 8d3ee15335b1: Preparing 07:59:18 613851182f8f: Preparing 07:59:18 e5f8e408e1c1: Preparing 07:59:18 24d15b18a33e: Preparing 07:59:18 865d1ff85a5e: Preparing 07:59:18 0854555d70ac: Preparing 07:59:18 e5f8e408e1c1: Waiting 07:59:18 24d15b18a33e: Waiting 07:59:18 865d1ff85a5e: Waiting 07:59:18 0854555d70ac: Waiting 07:59:18 8d3ee15335b1: Layer already exists 07:59:18 613851182f8f: Layer already exists 07:59:18 d5d2258d8457: Layer already exists 07:59:18 e6e00a965141: Layer already exists 07:59:18 f06a825c4d10: Layer already exists 07:59:18 24d15b18a33e: Layer already exists 07:59:18 e5f8e408e1c1: Layer already exists 07:59:18 865d1ff85a5e: Layer already exists 07:59:18 0854555d70ac: Layer already exists 07:59:18 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:fd075f1d589abb8fa9b61d8a76088d1e467e073574acc60467f69b339145f9e4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:18 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 07:59:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:59:19 e6e00a965141: Preparing 07:59:19 f06a825c4d10: Preparing 07:59:19 d5d2258d8457: Preparing 07:59:19 8d3ee15335b1: Preparing 07:59:19 613851182f8f: Preparing 07:59:19 e5f8e408e1c1: Preparing 07:59:19 24d15b18a33e: Preparing 07:59:19 865d1ff85a5e: Preparing 07:59:19 0854555d70ac: Preparing 07:59:19 e5f8e408e1c1: Waiting 07:59:19 24d15b18a33e: Waiting 07:59:19 865d1ff85a5e: Waiting 07:59:19 0854555d70ac: Waiting 07:59:19 d5d2258d8457: Layer already exists 07:59:19 e6e00a965141: Layer already exists 07:59:19 8d3ee15335b1: Layer already exists 07:59:19 613851182f8f: Layer already exists 07:59:19 f06a825c4d10: Layer already exists 07:59:19 e5f8e408e1c1: Layer already exists 07:59:19 24d15b18a33e: Layer already exists 07:59:19 0854555d70ac: Layer already exists 07:59:19 865d1ff85a5e: Layer already exists 07:59:19 main: digest: sha256:fd075f1d589abb8fa9b61d8a76088d1e467e073574acc60467f69b339145f9e4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:59:19 ===================================================== [Pipeline] echo 07:59:19 taggedImages: 07:59:19 - nexus3.edgexfoundry.org:10004/security-spire-config:fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:19 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:59:19 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.112 07:59:19 - nexus3.edgexfoundry.org:10004/security-spire-config:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:19 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 07:59:19 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 07:59:19 fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:19 latest 07:59:19 4.1.0-dev.112 07:59:19 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:19 main 07:59:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:19 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:59:19 386dc6d7539b: Preparing 07:59:19 56637400a80e: Preparing 07:59:19 a7321451ae33: Preparing 07:59:19 8d3ee15335b1: Preparing 07:59:19 613851182f8f: Preparing 07:59:19 b04e78a3624d: Preparing 07:59:19 85bc8cbaceca: Preparing 07:59:19 7a39bbbe77e1: Preparing 07:59:19 0854555d70ac: Preparing 07:59:19 b04e78a3624d: Waiting 07:59:19 0854555d70ac: Waiting 07:59:19 7a39bbbe77e1: Waiting 07:59:19 85bc8cbaceca: Waiting 07:59:19 8d3ee15335b1: Layer already exists 07:59:19 386dc6d7539b: Layer already exists 07:59:19 613851182f8f: Layer already exists 07:59:19 85bc8cbaceca: Layer already exists 07:59:19 7a39bbbe77e1: Layer already exists 07:59:19 0854555d70ac: Layer already exists 07:59:19 56637400a80e: Pushed 07:59:19 a7321451ae33: Pushed 07:59:34 b04e78a3624d: Pushed 07:59:34 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:5cad1d782d885dd39887c05a9c2f37afeb2ebd8044db0fdccce5cb6c4106aefc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:35 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:59:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:59:35 386dc6d7539b: Preparing 07:59:35 56637400a80e: Preparing 07:59:35 a7321451ae33: Preparing 07:59:35 8d3ee15335b1: Preparing 07:59:35 613851182f8f: Preparing 07:59:35 b04e78a3624d: Preparing 07:59:35 85bc8cbaceca: Preparing 07:59:35 7a39bbbe77e1: Preparing 07:59:35 0854555d70ac: Preparing 07:59:35 85bc8cbaceca: Waiting 07:59:35 7a39bbbe77e1: Waiting 07:59:35 0854555d70ac: Waiting 07:59:35 8d3ee15335b1: Layer already exists 07:59:35 56637400a80e: Layer already exists 07:59:35 386dc6d7539b: Layer already exists 07:59:35 613851182f8f: Layer already exists 07:59:35 a7321451ae33: Layer already exists 07:59:35 b04e78a3624d: Layer already exists 07:59:35 0854555d70ac: Layer already exists 07:59:35 7a39bbbe77e1: Layer already exists 07:59:35 85bc8cbaceca: Layer already exists 07:59:35 latest: digest: sha256:5cad1d782d885dd39887c05a9c2f37afeb2ebd8044db0fdccce5cb6c4106aefc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:35 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.112 07:59:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:59:36 386dc6d7539b: Preparing 07:59:36 56637400a80e: Preparing 07:59:36 a7321451ae33: Preparing 07:59:36 8d3ee15335b1: Preparing 07:59:36 613851182f8f: Preparing 07:59:36 b04e78a3624d: Preparing 07:59:36 85bc8cbaceca: Preparing 07:59:36 7a39bbbe77e1: Preparing 07:59:36 0854555d70ac: Preparing 07:59:36 b04e78a3624d: Waiting 07:59:36 7a39bbbe77e1: Waiting 07:59:36 0854555d70ac: Waiting 07:59:36 613851182f8f: Layer already exists 07:59:36 386dc6d7539b: Layer already exists 07:59:36 8d3ee15335b1: Layer already exists 07:59:36 a7321451ae33: Layer already exists 07:59:36 56637400a80e: Layer already exists 07:59:36 85bc8cbaceca: Layer already exists 07:59:36 7a39bbbe77e1: Layer already exists 07:59:36 b04e78a3624d: Layer already exists 07:59:36 0854555d70ac: Layer already exists 07:59:36 4.1.0-dev.112: digest: sha256:5cad1d782d885dd39887c05a9c2f37afeb2ebd8044db0fdccce5cb6c4106aefc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:36 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:59:36 386dc6d7539b: Preparing 07:59:36 56637400a80e: Preparing 07:59:36 a7321451ae33: Preparing 07:59:36 8d3ee15335b1: Preparing 07:59:36 613851182f8f: Preparing 07:59:36 b04e78a3624d: Preparing 07:59:36 85bc8cbaceca: Preparing 07:59:36 7a39bbbe77e1: Preparing 07:59:36 0854555d70ac: Preparing 07:59:36 85bc8cbaceca: Waiting 07:59:36 7a39bbbe77e1: Waiting 07:59:36 0854555d70ac: Waiting 07:59:36 b04e78a3624d: Waiting 07:59:36 a7321451ae33: Layer already exists 07:59:36 56637400a80e: Layer already exists 07:59:36 386dc6d7539b: Layer already exists 07:59:36 8d3ee15335b1: Layer already exists 07:59:36 613851182f8f: Layer already exists 07:59:36 b04e78a3624d: Layer already exists 07:59:36 0854555d70ac: Layer already exists 07:59:36 85bc8cbaceca: Layer already exists 07:59:36 7a39bbbe77e1: Layer already exists 07:59:36 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:5cad1d782d885dd39887c05a9c2f37afeb2ebd8044db0fdccce5cb6c4106aefc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:37 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 07:59:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:59:37 386dc6d7539b: Preparing 07:59:37 56637400a80e: Preparing 07:59:37 a7321451ae33: Preparing 07:59:37 8d3ee15335b1: Preparing 07:59:37 613851182f8f: Preparing 07:59:37 b04e78a3624d: Preparing 07:59:37 85bc8cbaceca: Preparing 07:59:37 7a39bbbe77e1: Preparing 07:59:37 0854555d70ac: Preparing 07:59:37 b04e78a3624d: Waiting 07:59:37 85bc8cbaceca: Waiting 07:59:37 7a39bbbe77e1: Waiting 07:59:37 0854555d70ac: Waiting 07:59:37 8d3ee15335b1: Layer already exists 07:59:37 386dc6d7539b: Layer already exists 07:59:37 56637400a80e: Layer already exists 07:59:37 613851182f8f: Layer already exists 07:59:37 a7321451ae33: Layer already exists 07:59:37 85bc8cbaceca: Layer already exists 07:59:37 b04e78a3624d: Layer already exists 07:59:37 7a39bbbe77e1: Layer already exists 07:59:37 0854555d70ac: Layer already exists 07:59:37 main: digest: sha256:5cad1d782d885dd39887c05a9c2f37afeb2ebd8044db0fdccce5cb6c4106aefc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:59:37 ===================================================== [Pipeline] echo 07:59:37 taggedImages: 07:59:37 - nexus3.edgexfoundry.org:10004/security-spire-server:fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:37 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:59:37 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.112 07:59:37 - nexus3.edgexfoundry.org:10004/security-spire-server:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:37 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 07:59:37 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 07:59:37 fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:37 latest 07:59:37 4.1.0-dev.112 07:59:37 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:37 main 07:59:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:37 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:38 + docker push nexus3.edgexfoundry.org:10004/support-notifications:fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:59:38 bd32692fb46d: Preparing 07:59:38 f2e932c7b2be: Preparing 07:59:38 8d3ee15335b1: Preparing 07:59:38 613851182f8f: Preparing 07:59:38 4abc12816202: Preparing 07:59:38 d0b0db09f03a: Preparing 07:59:38 0854555d70ac: Preparing 07:59:38 d0b0db09f03a: Waiting 07:59:38 0854555d70ac: Waiting 07:59:38 613851182f8f: Layer already exists 07:59:38 8d3ee15335b1: Layer already exists 07:59:38 0854555d70ac: Layer already exists 07:59:38 4abc12816202: Pushed 07:59:38 bd32692fb46d: Pushed 07:59:38 d0b0db09f03a: Pushed 07:59:42 f2e932c7b2be: Pushed 07:59:42 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:48e0db734a933ea9559e3e86b941f7b40f26656bbcf42fa64bccb1e0b0c9e35c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:42 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 07:59:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:59:42 bd32692fb46d: Preparing 07:59:42 f2e932c7b2be: Preparing 07:59:42 8d3ee15335b1: Preparing 07:59:42 613851182f8f: Preparing 07:59:42 4abc12816202: Preparing 07:59:42 d0b0db09f03a: Preparing 07:59:42 0854555d70ac: Preparing 07:59:42 d0b0db09f03a: Waiting 07:59:42 0854555d70ac: Waiting 07:59:42 8d3ee15335b1: Layer already exists 07:59:42 4abc12816202: Layer already exists 07:59:42 f2e932c7b2be: Layer already exists 07:59:42 bd32692fb46d: Layer already exists 07:59:42 613851182f8f: Layer already exists 07:59:42 d0b0db09f03a: Layer already exists 07:59:42 0854555d70ac: Layer already exists 07:59:42 latest: digest: sha256:48e0db734a933ea9559e3e86b941f7b40f26656bbcf42fa64bccb1e0b0c9e35c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:43 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.112 07:59:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:59:43 bd32692fb46d: Preparing 07:59:43 f2e932c7b2be: Preparing 07:59:43 8d3ee15335b1: Preparing 07:59:43 613851182f8f: Preparing 07:59:43 4abc12816202: Preparing 07:59:43 d0b0db09f03a: Preparing 07:59:43 0854555d70ac: Preparing 07:59:43 0854555d70ac: Waiting 07:59:43 d0b0db09f03a: Waiting 07:59:43 613851182f8f: Layer already exists 07:59:43 8d3ee15335b1: Layer already exists 07:59:43 4abc12816202: Layer already exists 07:59:43 f2e932c7b2be: Layer already exists 07:59:43 bd32692fb46d: Layer already exists 07:59:43 0854555d70ac: Layer already exists 07:59:43 d0b0db09f03a: Layer already exists 07:59:43 4.1.0-dev.112: digest: sha256:48e0db734a933ea9559e3e86b941f7b40f26656bbcf42fa64bccb1e0b0c9e35c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:43 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:59:44 bd32692fb46d: Preparing 07:59:44 f2e932c7b2be: Preparing 07:59:44 8d3ee15335b1: Preparing 07:59:44 613851182f8f: Preparing 07:59:44 4abc12816202: Preparing 07:59:44 d0b0db09f03a: Preparing 07:59:44 0854555d70ac: Preparing 07:59:44 d0b0db09f03a: Waiting 07:59:44 0854555d70ac: Waiting 07:59:44 f2e932c7b2be: Layer already exists 07:59:44 8d3ee15335b1: Layer already exists 07:59:44 613851182f8f: Layer already exists 07:59:44 4abc12816202: Layer already exists 07:59:44 bd32692fb46d: Layer already exists 07:59:44 0854555d70ac: Layer already exists 07:59:44 d0b0db09f03a: Layer already exists 07:59:44 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:48e0db734a933ea9559e3e86b941f7b40f26656bbcf42fa64bccb1e0b0c9e35c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:44 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 07:59:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:59:44 bd32692fb46d: Preparing 07:59:44 f2e932c7b2be: Preparing 07:59:44 8d3ee15335b1: Preparing 07:59:44 613851182f8f: Preparing 07:59:44 4abc12816202: Preparing 07:59:44 d0b0db09f03a: Preparing 07:59:44 0854555d70ac: Preparing 07:59:44 d0b0db09f03a: Waiting 07:59:44 0854555d70ac: Waiting 07:59:44 613851182f8f: Layer already exists 07:59:44 8d3ee15335b1: Layer already exists 07:59:44 4abc12816202: Layer already exists 07:59:44 bd32692fb46d: Layer already exists 07:59:44 f2e932c7b2be: Layer already exists 07:59:44 d0b0db09f03a: Layer already exists 07:59:44 0854555d70ac: Layer already exists 07:59:44 main: digest: sha256:48e0db734a933ea9559e3e86b941f7b40f26656bbcf42fa64bccb1e0b0c9e35c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:59:45 ===================================================== [Pipeline] echo 07:59:45 taggedImages: 07:59:45 - nexus3.edgexfoundry.org:10004/support-notifications:fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:45 - nexus3.edgexfoundry.org:10004/support-notifications:latest 07:59:45 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.112 07:59:45 - nexus3.edgexfoundry.org:10004/support-notifications:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:45 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 07:59:45 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 07:59:45 fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:45 latest 07:59:45 4.1.0-dev.112 07:59:45 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:45 main 07:59:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:45 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:45 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:59:45 f36455b17250: Preparing 07:59:45 a6163789d0ed: Preparing 07:59:45 8d3ee15335b1: Preparing 07:59:45 613851182f8f: Preparing 07:59:45 bb835f6dec10: Preparing 07:59:45 86ce6321bd33: Preparing 07:59:45 0854555d70ac: Preparing 07:59:45 86ce6321bd33: Waiting 07:59:45 0854555d70ac: Waiting 07:59:45 8d3ee15335b1: Layer already exists 07:59:45 613851182f8f: Layer already exists 07:59:45 0854555d70ac: Layer already exists 07:59:45 f36455b17250: Pushed 07:59:45 bb835f6dec10: Pushed 07:59:45 86ce6321bd33: Pushed 07:59:50 a6163789d0ed: Pushed 07:59:50 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:a8e968b2449c463e4851f947c054892c68858f367ea9891f062a1b50c8488421 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:50 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:59:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:59:50 f36455b17250: Preparing 07:59:50 a6163789d0ed: Preparing 07:59:50 8d3ee15335b1: Preparing 07:59:50 613851182f8f: Preparing 07:59:50 bb835f6dec10: Preparing 07:59:50 86ce6321bd33: Preparing 07:59:50 0854555d70ac: Preparing 07:59:50 86ce6321bd33: Waiting 07:59:50 0854555d70ac: Waiting 07:59:50 bb835f6dec10: Layer already exists 07:59:50 a6163789d0ed: Layer already exists 07:59:50 f36455b17250: Layer already exists 07:59:50 613851182f8f: Layer already exists 07:59:50 8d3ee15335b1: Layer already exists 07:59:50 86ce6321bd33: Layer already exists 07:59:50 0854555d70ac: Layer already exists 07:59:50 latest: digest: sha256:a8e968b2449c463e4851f947c054892c68858f367ea9891f062a1b50c8488421 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:51 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:51 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.112 07:59:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:59:51 f36455b17250: Preparing 07:59:51 a6163789d0ed: Preparing 07:59:51 8d3ee15335b1: Preparing 07:59:51 613851182f8f: Preparing 07:59:51 bb835f6dec10: Preparing 07:59:51 86ce6321bd33: Preparing 07:59:51 0854555d70ac: Preparing 07:59:51 86ce6321bd33: Waiting 07:59:51 0854555d70ac: Waiting 07:59:51 f36455b17250: Layer already exists 07:59:51 bb835f6dec10: Layer already exists 07:59:51 613851182f8f: Layer already exists 07:59:51 a6163789d0ed: Layer already exists 07:59:51 8d3ee15335b1: Layer already exists 07:59:51 86ce6321bd33: Layer already exists 07:59:51 0854555d70ac: Layer already exists 07:59:51 4.1.0-dev.112: digest: sha256:a8e968b2449c463e4851f947c054892c68858f367ea9891f062a1b50c8488421 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:51 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:52 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:59:52 f36455b17250: Preparing 07:59:52 a6163789d0ed: Preparing 07:59:52 8d3ee15335b1: Preparing 07:59:52 613851182f8f: Preparing 07:59:52 bb835f6dec10: Preparing 07:59:52 86ce6321bd33: Preparing 07:59:52 0854555d70ac: Preparing 07:59:52 86ce6321bd33: Waiting 07:59:52 0854555d70ac: Waiting 07:59:52 a6163789d0ed: Layer already exists 07:59:52 f36455b17250: Layer already exists 07:59:52 8d3ee15335b1: Layer already exists 07:59:52 613851182f8f: Layer already exists 07:59:52 bb835f6dec10: Layer already exists 07:59:52 86ce6321bd33: Layer already exists 07:59:52 0854555d70ac: Layer already exists 07:59:52 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:a8e968b2449c463e4851f947c054892c68858f367ea9891f062a1b50c8488421 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:52 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:59:52 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 07:59:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:59:52 f36455b17250: Preparing 07:59:52 a6163789d0ed: Preparing 07:59:52 8d3ee15335b1: Preparing 07:59:52 613851182f8f: Preparing 07:59:52 bb835f6dec10: Preparing 07:59:52 86ce6321bd33: Preparing 07:59:52 0854555d70ac: Preparing 07:59:52 86ce6321bd33: Waiting 07:59:52 0854555d70ac: Waiting 07:59:52 a6163789d0ed: Layer already exists 07:59:52 f36455b17250: Layer already exists 07:59:52 8d3ee15335b1: Layer already exists 07:59:52 bb835f6dec10: Layer already exists 07:59:52 613851182f8f: Layer already exists 07:59:52 86ce6321bd33: Layer already exists 07:59:52 0854555d70ac: Layer already exists 07:59:52 main: digest: sha256:a8e968b2449c463e4851f947c054892c68858f367ea9891f062a1b50c8488421 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:59:52 ===================================================== [Pipeline] echo 07:59:52 taggedImages: 07:59:52 - nexus3.edgexfoundry.org:10004/support-scheduler:fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:52 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:59:52 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.112 07:59:52 - nexus3.edgexfoundry.org:10004/support-scheduler:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:52 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 07:59:53 ========================================================= 07:59:53 [edgeXBuildMultiArch] RAW Config: 07:59:53 images: 07:59:53 - nexus3.edgexfoundry.org:10004/core-command:fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:53 - nexus3.edgexfoundry.org:10004/core-command:latest 07:59:53 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/core-command:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/core-command:main 07:59:53 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:53 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:59:53 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 07:59:53 - nexus3.edgexfoundry.org:10004/core-data:fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:53 - nexus3.edgexfoundry.org:10004/core-data:latest 07:59:53 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/core-data:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/core-data:main 07:59:53 - nexus3.edgexfoundry.org:10004/core-keeper:fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:53 - nexus3.edgexfoundry.org:10004/core-keeper:latest 07:59:53 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/core-keeper:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/core-keeper:main 07:59:53 - nexus3.edgexfoundry.org:10004/core-metadata:fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:53 - nexus3.edgexfoundry.org:10004/core-metadata:latest 07:59:53 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/core-metadata:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/core-metadata:main 07:59:53 - nexus3.edgexfoundry.org:10004/security-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:53 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:59:53 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/security-bootstrapper:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 07:59:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:59:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 07:59:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:59:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 07:59:53 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:53 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:59:53 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 07:59:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:59:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 07:59:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:59:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 07:59:53 - nexus3.edgexfoundry.org:10004/security-spire-config:fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:53 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:59:53 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/security-spire-config:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/security-spire-config:main 07:59:53 - nexus3.edgexfoundry.org:10004/security-spire-server:fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:53 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:59:53 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/security-spire-server:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/security-spire-server:main 07:59:53 - nexus3.edgexfoundry.org:10004/support-notifications:fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:53 - nexus3.edgexfoundry.org:10004/support-notifications:latest 07:59:53 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/support-notifications:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/support-notifications:main 07:59:53 - nexus3.edgexfoundry.org:10004/support-scheduler:fa9291b4267d8cf249f54b4b348df68d64af3156 07:59:53 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:59:53 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/support-scheduler:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 07:59:53 - nexus3.edgexfoundry.org:10004/support-scheduler:main 07:59:53 settingsFile: 07:59:53 edgex-go-settings 07:59:53 ========================================================= [Pipeline] node 08:00:08 Still waiting to schedule task 08:00:08 All nodes of label ‘centos7-docker-4c-2g’ are offline 08:01:06 Running on prd-centos7-docker-4c-2g-8742 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:01:06 provisioning config files... 08:01:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config4330998288424600996tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:01:08 ---> ****-login.sh 08:01:08 nexus3.edgexfoundry.org:10001 08:17:16 #142 ... 08:17:16 08:17:16 #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 08:17:16 #148 DONE 1188.6s 08:17:16 08:17:16 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:17:16 #142 ... 08:17:16 08:17:16 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:17:16 #155 DONE 0.2s 08:17:16 08:17:16 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:17:16 #156 DONE 0.1s 08:17:16 08:17:16 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 08:17:16 #157 DONE 0.3s 08:17:16 08:17:16 #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 08:17:16 #158 DONE 0.1s 08:17:16 08:17:16 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 08:17:16 #159 DONE 0.1s 08:17:16 08:17:16 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:17:18 #160 DONE 2.4s 08:17:18 08:17:18 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 08:17:18 #149 ... 08:17:18 08:17:18 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 08:17:18 #151 DONE 1192.5s 08:17:18 08:17:18 #113 [core-common-config-bootstrapper] exporting to image 08:17:18 #113 exporting layers 08:17:19 #113 ... 08:17:19 08:17:19 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 08:17:19 #161 DONE 0.5s 08:17:19 08:17:19 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 08:17:20 #162 ... 08:17:20 08:17:20 #113 [core-common-config-bootstrapper] exporting to image 08:17:20 #113 exporting layers 1.9s done 08:17:20 #113 writing image sha256:510538e242aa6448a4fe619d7c866b64e11a4b172fd0fba3e4ef8dc5a638229d done 08:17:20 #113 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 08:17:20 #113 DONE 8.2s 08:17:20 08:17:20 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:17:21 #153 ... 08:17:21 08:17:21 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 08:17:21 #162 DONE 2.6s 08:17:21 08:17:21 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 08:17:21 #163 DONE 0.2s 08:17:21 08:17:21 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:17:21 #153 ... 08:17:21 08:17:21 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 08:17:22 #164 DONE 0.2s 08:17:22 08:17:22 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:17:22 #150 ... 08:17:22 08:17:22 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:17:22 #165 DONE 0.3s 08:17:22 08:17:22 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 08:17:22 #166 DONE 0.1s 08:17:22 08:17:22 #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 08:17:22 #145 ... 08:17:22 08:17:22 #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/ 08:17:22 #167 DONE 0.1s 08:17:22 08:17:22 #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/ 08:17:22 #168 DONE 0.1s 08:17:22 08:17:22 #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/ 08:17:22 #169 DONE 0.1s 08:17:22 08:17:22 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:17:22 #170 DONE 0.1s 08:17:22 08:17:22 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 08:17:28 #171 DONE 4.4s 08:17:28 08:17:28 #113 [security-bootstrapper] exporting to image 08:17:28 #113 exporting layers 08:17:28 #113 exporting layers 0.9s done 08:17:28 #113 writing image sha256:384585fec79b76e43b17df588d9c6de7de98112487ac6cead1b3c77f5596db3a done 08:17:28 #113 naming to docker.io/library/security-bootstrapper-arm64 done 08:17:28 #113 DONE 9.2s 08:17:28 08:17:28 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:34:37 #144 ... 08:34:37 08:34:37 #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 08:34:37 #145 DONE 2231.4s 08:34:37 08:34:37 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:34:40 #144 ... 08:34:40 08:34:40 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 08:34:40 #172 DONE 0.1s 08:34:40 08:34:40 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:34:40 #144 ... 08:34:40 08:34:40 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 08:34:40 #173 DONE 0.1s 08:34:40 08:34:40 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:34:41 #174 DONE 0.4s 08:34:41 08:34:41 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:34:41 #142 ... 08:34:41 08:34:41 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 08:34:41 #175 DONE 0.1s 08:34:41 08:34:41 #113 [core-command] exporting to image 08:34:41 #113 exporting layers 08:34:41 #113 exporting layers 0.5s done 08:34:41 #113 writing image sha256:50aab4b3db64fe70d82b46d46c01a65bf799690ed6ba0476697acc03dbd9f8c1 done 08:34:41 #113 naming to docker.io/library/core-command-arm64 done 08:34:41 #113 DONE 9.7s 08:34:41 08:34:41 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:34:59 #150 ... 08:34:59 08:34:59 #154 [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:34:59 #154 2252.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.112 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:35:05 #154 ... 08:35:05 08:35:05 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 08:35:05 #149 DONE 2259.7s 08:35:05 08:35:05 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:35:05 #153 ... 08:35:05 08:35:05 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 08:35:05 #176 DONE 0.3s 08:35:05 08:35:05 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:35:06 #150 ... 08:35:06 08:35:06 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 08:35:06 #177 DONE 0.2s 08:35:06 08:35:06 #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:35:06 #178 DONE 0.2s 08:35:06 08:35:06 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 08:35:06 #179 DONE 0.2s 08:35:06 08:35:06 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:35:06 #180 DONE 0.5s 08:35:06 08:35:06 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:35:07 #147 ... 08:35:07 08:35:07 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 08:35:07 #181 DONE 0.2s 08:35:07 08:35:07 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:35:09 #182 DONE 2.2s 08:35:09 08:35:09 #113 [security-proxy-setup] exporting to image 08:35:09 #113 exporting layers 08:35:10 #113 exporting layers 1.1s done 08:35:10 #113 writing image sha256:6b62d6a2f0d881a471117f9893e5cf288e2e5ea0e55bba7df6905a9d1ec90f4d done 08:35:10 #113 naming to docker.io/library/security-proxy-setup-arm64 done 08:35:10 #113 DONE 10.7s 08:35:10 08:35:10 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:35:32 #153 ... 08:35:32 08:35:32 #154 [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:35:32 #154 DONE 2287.5s 08:35:33 08:35:33 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:35:33 #150 ... 08:35:33 08:35:33 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 08:35:33 #183 DONE 0.3s 08:35:33 08:35:33 #146 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 08:35:33 #146 ... 08:35:33 08:35:33 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 08:35:34 #184 DONE 0.2s 08:35:34 08:35:34 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:35:34 #150 ... 08:35:34 08:35:34 #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:35:34 #185 DONE 0.2s 08:35:34 08:35:34 #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:35:34 #186 DONE 0.1s 08:35:34 08:35:34 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 08:35:34 #187 DONE 0.1s 08:35:34 08:35:34 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:35:35 #188 DONE 0.5s 08:35:35 08:35:35 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:35:35 #150 ... 08:35:35 08:35:35 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:35:35 #189 DONE 0.5s 08:35:35 08:35:35 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:35:35 #190 DONE 0.2s 08:35:35 08:35:35 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:35:37 #191 DONE 1.9s 08:35:37 08:35:37 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:35:37 #150 ... 08:35:37 08:35:37 #113 [security-secretstore-setup] exporting to image 08:35:37 #113 exporting layers 08:35:39 #113 exporting layers 1.6s done 08:35:39 #113 writing image sha256:1c9c6f811e2ad75e8820ef81025a4861087fb3d1a13abbc6d5a30c8a69d3d626 done 08:35:39 #113 naming to docker.io/library/security-secretstore-setup-arm64 done 08:35:39 #113 DONE 12.3s 08:35:39 08:35:39 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:36:37 #142 ... 08:36:37 08:36:37 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:36:37 #144 DONE 2346.5s 08:36:37 08:36:37 #146 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 08:36:37 #146 ... 08:36:37 08:36:37 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:36:37 #192 DONE 0.2s 08:36:37 08:36:37 #146 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 08:36:37 #146 ... 08:36:37 08:36:37 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:36:37 #193 DONE 0.1s 08:36:37 08:36:37 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 08:36:37 #194 DONE 0.5s 08:36:37 08:36:37 #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:36:37 #195 DONE 0.1s 08:36:37 08:36:37 #146 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 08:36:37 #146 ... 08:36:37 08:36:37 #113 [security-spiffe-token-provider] exporting to image 08:36:37 #113 exporting layers 08:36:37 #113 exporting layers 0.6s done 08:36:37 #113 writing image sha256:eb254483ba59c86346c49a9a7102fedc8f100db8cb775283d25eb0d428fce342 done 08:36:37 #113 naming to docker.io/library/security-spiffe-token-provider-arm64 done 08:36:37 #113 DONE 12.9s 08:36:37 08:36:37 #146 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 08:37:16 #146 ... 08:37:16 08:37:16 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:37:16 #152 DONE 2388.8s 08:37:16 08:37:16 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:37:16 #142 ... 08:37:16 08:37:16 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:37:16 #196 DONE 0.2s 08:37:16 08:37:16 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:37:16 #197 DONE 0.1s 08:37:16 08:37:16 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 08:37:16 #198 DONE 0.6s 08:37:16 08:37:16 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 08:37:16 #199 DONE 0.1s 08:37:16 08:37:16 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 08:37:16 #200 DONE 0.1s 08:37:16 08:37:16 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:37:18 #201 DONE 1.9s 08:37:18 08:37:18 #113 [security-proxy-auth] exporting to image 08:37:18 #113 exporting layers 08:37:18 #113 exporting layers 0.8s done 08:37:18 #113 writing image sha256:a724f4472ac6ed3cb1dfeae4cf338990b1af9a6cd045ffb72e5c86ca6c84f18e done 08:37:18 #113 naming to docker.io/library/security-proxy-auth-arm64 done 08:37:18 #113 DONE 13.8s 08:37:18 08:37:18 #146 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 08:37:23 #146 DONE 2397.8s 08:37:23 08:37:23 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:37:24 #147 ... 08:37:24 08:37:24 #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 08:37:24 #202 DONE 0.2s 08:37:24 08:37:24 #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 08:37:26 #203 DONE 2.3s 08:37:26 08:37:26 #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 08:37:26 #204 DONE 0.2s 08:37:26 08:37:26 #113 [core-keeper] exporting to image 08:37:26 #113 exporting layers 08:37:27 #113 exporting layers 0.7s done 08:37:27 #113 writing image sha256:920c3c6b0af1f7f45e7298df5094ec4625f87d9c428253e5fe6f058819fe2a72 done 08:37:27 #113 naming to docker.io/library/core-keeper-arm64 done 08:37:27 #113 DONE 14.5s 08:37:27 08:37:27 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:37:28 #150 ... 08:37:28 08:37:28 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:37:28 #153 DONE 2403.1s 08:37:28 08:37:28 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:37:28 #150 ... 08:37:28 08:37:28 #205 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:37:29 #205 DONE 0.2s 08:37:29 08:37:29 #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:37:29 #206 DONE 0.2s 08:37:29 08:37:29 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:37:29 #150 ... 08:37:29 08:37:29 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:37:29 #147 DONE 2404.0s 08:37:29 08:37:29 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:37:29 #142 ... 08:37:29 08:37:29 #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:37:30 #207 DONE 0.6s 08:37:30 08:37:30 #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 08:37:30 #208 DONE 0.2s 08:37:30 08:37:30 #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:37:30 #209 DONE 0.2s 08:37:30 08:37:30 #113 [core-data] exporting to image 08:37:31 #113 ... 08:37:31 08:37:31 #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:37:31 #210 DONE 0.3s 08:37:31 08:37:31 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:37:31 #211 DONE 0.9s 08:37:31 08:37:31 #113 [core-data] exporting to image 08:37:31 #113 exporting layers 1.1s done 08:37:31 #113 writing image sha256:2192e970b57894547fc77143bae10677513235c9aeeb732f8199fca4840096da done 08:37:31 #113 naming to docker.io/library/core-data-arm64 done 08:37:31 #113 DONE 15.6s 08:37:31 08:37:31 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 08:37:31 #212 DONE 0.2s 08:37:31 08:37:31 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 08:37:31 #213 DONE 0.1s 08:37:31 08:37:31 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:37:31 #150 ... 08:37:31 08:37:31 #113 [core-metadata] exporting to image 08:37:32 #113 exporting layers 0.6s done 08:37:32 #113 writing image sha256:68e100a7b30d645e7c2b6f60411710fdb174811bf4616667fa5d25d4a2f170ef done 08:37:32 #113 naming to docker.io/library/core-metadata-arm64 done 08:37:32 #113 DONE 16.2s 08:37:32 08:37:32 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:37:59 #142 ... 08:37:59 08:37:59 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:37:59 #150 DONE 2433.7s 08:37:59 08:37:59 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:38:00 #142 ... 08:38:00 08:38:00 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:38:00 #214 DONE 0.2s 08:38:00 08:38:00 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:38:00 #215 DONE 0.1s 08:38:00 08:38:00 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:38:00 #216 DONE 0.5s 08:38:00 08:38:00 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 08:38:00 #217 DONE 0.1s 08:38:00 08:38:00 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:38:00 #142 ... 08:38:00 08:38:00 #113 [support-scheduler] exporting to image 08:38:00 #113 exporting layers 08:38:01 #113 exporting layers 1.1s done 08:38:01 #113 writing image sha256:8013669d05b184e8426ab05a04c4580b37628c67a47142390981022076fe2b15 done 08:38:01 #113 naming to docker.io/library/support-scheduler-arm64 done 08:38:01 #113 DONE 17.3s 08:38:01 08:38:01 #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:38:08 #142 DONE 2443.1s 08:38:08 08:38:08 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:38:08 #218 DONE 0.1s 08:38:08 08:38:08 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:38:09 #219 DONE 0.1s 08:38:09 08:38:09 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:38:09 #220 DONE 0.5s 08:38:09 08:38:09 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 08:38:09 #221 DONE 0.1s 08:38:09 08:38:09 #113 [support-notifications] exporting to image 08:38:09 #113 exporting layers 08:38:10 #113 exporting layers 0.6s done 08:38:10 #113 writing image sha256:7e7c7fbedad3ddeac4197ee63dfbc9bb498f229cf41de5a23093debe71d9f2b8 done 08:38:10 #113 naming to docker.io/library/support-notifications-arm64 done 08:38:10 #113 DONE 17.9s 08:38:10 time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:38:10 time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:38:10 time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:38:10 time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:38:10 time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:38:10 time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:38:10 time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:38:10 time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:38:10 time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:38:10 time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:38:10 time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:38:10 time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:38:10 time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:38:10 time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:38:10 time="2026-05-06T07:54:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 08:38:10 $ docker stop --time=1 00576fd0ea792364156046241176aedbd85d52b24ede4bf4209fb0eaf046da25 08:38:11 $ docker rm -f --volumes 00576fd0ea792364156046241176aedbd85d52b24ede4bf4209fb0eaf046da25 [Pipeline] // withDockerContainer [Pipeline] sh 08:38:12 + docker images 08:38:12 REPOSITORY TAG IMAGE ID CREATED SIZE 08:38:12 support-notifications-arm64 latest 7e7c7fbedad3 3 seconds ago 56.1MB 08:38:12 support-scheduler-arm64 latest 8013669d05b1 12 seconds ago 52.2MB 08:38:12 core-metadata-arm64 latest 68e100a7b30d 41 seconds ago 48.2MB 08:38:12 core-data-arm64 latest 2192e970b578 42 seconds ago 48.1MB 08:38:12 core-keeper-arm64 latest 920c3c6b0af1 46 seconds ago 47.8MB 08:38:12 security-proxy-auth-arm64 latest a724f4472ac6 55 seconds ago 47.3MB 08:38:12 security-spiffe-token-provider-arm64 latest eb254483ba59 About a minute ago 51.9MB 08:38:12 security-secretstore-setup-arm64 latest 1c9c6f811e2a 2 minutes ago 85.8MB 08:38:12 security-proxy-setup-arm64 latest 6b62d6a2f0d8 3 minutes ago 52.9MB 08:38:12 core-command-arm64 latest 50aab4b3db64 3 minutes ago 42.6MB 08:38:12 security-bootstrapper-arm64 latest 384585fec79b 20 minutes ago 21.3MB 08:38:12 core-common-config-bootstrapper-arm64 latest 510538e242aa 20 minutes ago 20.2MB 08:38:12 security-spire-agent-arm64 latest c3a66a841bb9 42 minutes ago 219MB 08:38:12 security-spire-server-arm64 latest 1664d9383c86 42 minutes ago 163MB 08:38:12 security-spire-config-arm64 latest fb738fdde7ac 42 minutes ago 162MB 08:38:12 ci-base-image-arm64 latest 98cd05a8dc58 44 minutes ago 898MB 08:38:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.25-alpine 334268110677 6 months ago 564MB 08:38:12 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:38:12 provisioning config files... 08:38:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/972@tmp/config7026271384287183068tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:38:12 ---> ****-login.sh 08:38:12 nexus3.edgexfoundry.org:10001 08:38:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:38:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:38:13 Configure a credential helper to remove this warning. See 08:38:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:38:13 08:38:13 Login Succeeded 08:38:13 nexus3.edgexfoundry.org:10002 08:38:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:38:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:38:13 Configure a credential helper to remove this warning. See 08:38:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:38:13 08:38:13 Login Succeeded 08:38:13 nexus3.edgexfoundry.org:10003 08:38:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:38:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:38:14 Configure a credential helper to remove this warning. See 08:38:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:38:14 08:38:14 Login Succeeded 08:38:14 nexus3.edgexfoundry.org:10004 08:38:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:38:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:38:14 Configure a credential helper to remove this warning. See 08:38:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:38:14 08:38:14 Login Succeeded 08:38:14 ****.io 08:38:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:38:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:38:14 Configure a credential helper to remove this warning. See 08:38:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:38:14 08:38:14 Login Succeeded 08:38:14 ---> ****-login.sh ends [Pipeline] } 08:38:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:38:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 08:38:15 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 08:38:15 fa9291b4267d8cf249f54b4b348df68d64af3156 08:38:15 latest 08:38:15 4.1.0-dev.112 08:38:15 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:38:15 main 08:38:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:15 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:15 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:38:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:38:15 08e84f8c161f: Preparing 08:38:15 91f4cf011e6b: Preparing 08:38:15 a8bb31501736: Preparing 08:38:15 b63f02ccd02e: Preparing 08:38:15 20332a1d0266: Preparing 08:38:15 06d1afb509d9: Preparing 08:38:15 eeaa73608b53: Preparing 08:38:15 eeaa73608b53: Waiting 08:38:15 06d1afb509d9: Waiting 08:38:16 b63f02ccd02e: Pushed 08:38:16 08e84f8c161f: Pushed 08:38:16 20332a1d0266: Pushed 08:38:16 a8bb31501736: Pushed 08:38:16 eeaa73608b53: Layer already exists 08:38:16 06d1afb509d9: Pushed 08:38:24 91f4cf011e6b: Pushed 08:38:24 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:841d9b51769ebd8467223ec50ead31c5169fd5959f630c1d628a605f760f3c9b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:24 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:25 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 08:38:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:38:25 08e84f8c161f: Preparing 08:38:25 91f4cf011e6b: Preparing 08:38:25 a8bb31501736: Preparing 08:38:25 b63f02ccd02e: Preparing 08:38:25 20332a1d0266: Preparing 08:38:25 06d1afb509d9: Preparing 08:38:25 eeaa73608b53: Preparing 08:38:25 06d1afb509d9: Waiting 08:38:25 eeaa73608b53: Waiting 08:38:25 08e84f8c161f: Layer already exists 08:38:25 a8bb31501736: Layer already exists 08:38:25 20332a1d0266: Layer already exists 08:38:25 91f4cf011e6b: Layer already exists 08:38:25 b63f02ccd02e: Layer already exists 08:38:25 06d1afb509d9: Layer already exists 08:38:25 eeaa73608b53: Layer already exists 08:38:25 latest: digest: sha256:841d9b51769ebd8467223ec50ead31c5169fd5959f630c1d628a605f760f3c9b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:25 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:26 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.112 08:38:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:38:26 08e84f8c161f: Preparing 08:38:26 91f4cf011e6b: Preparing 08:38:26 a8bb31501736: Preparing 08:38:26 b63f02ccd02e: Preparing 08:38:26 20332a1d0266: Preparing 08:38:26 06d1afb509d9: Preparing 08:38:26 eeaa73608b53: Preparing 08:38:26 06d1afb509d9: Waiting 08:38:26 eeaa73608b53: Waiting 08:38:26 08e84f8c161f: Layer already exists 08:38:26 91f4cf011e6b: Layer already exists 08:38:26 b63f02ccd02e: Layer already exists 08:38:26 20332a1d0266: Layer already exists 08:38:26 a8bb31501736: Layer already exists 08:38:26 eeaa73608b53: Layer already exists 08:38:26 06d1afb509d9: Layer already exists 08:38:26 4.1.0-dev.112: digest: sha256:841d9b51769ebd8467223ec50ead31c5169fd5959f630c1d628a605f760f3c9b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:26 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:27 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:38:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:38:27 08e84f8c161f: Preparing 08:38:27 91f4cf011e6b: Preparing 08:38:27 a8bb31501736: Preparing 08:38:27 b63f02ccd02e: Preparing 08:38:27 20332a1d0266: Preparing 08:38:27 06d1afb509d9: Preparing 08:38:27 eeaa73608b53: Preparing 08:38:27 06d1afb509d9: Waiting 08:38:27 eeaa73608b53: Waiting 08:38:27 91f4cf011e6b: Layer already exists 08:38:27 08e84f8c161f: Layer already exists 08:38:27 a8bb31501736: Layer already exists 08:38:27 20332a1d0266: Layer already exists 08:38:27 b63f02ccd02e: Layer already exists 08:38:27 eeaa73608b53: Layer already exists 08:38:27 06d1afb509d9: Layer already exists 08:38:27 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:841d9b51769ebd8467223ec50ead31c5169fd5959f630c1d628a605f760f3c9b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:27 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:28 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 08:38:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:38:28 08e84f8c161f: Preparing 08:38:28 91f4cf011e6b: Preparing 08:38:28 a8bb31501736: Preparing 08:38:28 b63f02ccd02e: Preparing 08:38:28 20332a1d0266: Preparing 08:38:28 06d1afb509d9: Preparing 08:38:28 eeaa73608b53: Preparing 08:38:28 06d1afb509d9: Waiting 08:38:28 eeaa73608b53: Waiting 08:38:28 b63f02ccd02e: Layer already exists 08:38:28 a8bb31501736: Layer already exists 08:38:28 20332a1d0266: Layer already exists 08:38:28 91f4cf011e6b: Layer already exists 08:38:28 08e84f8c161f: Layer already exists 08:38:28 06d1afb509d9: Layer already exists 08:38:28 eeaa73608b53: Layer already exists 08:38:28 main: digest: sha256:841d9b51769ebd8467223ec50ead31c5169fd5959f630c1d628a605f760f3c9b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:38:28 ===================================================== [Pipeline] echo 08:38:28 taggedImages: 08:38:28 - nexus3.edgexfoundry.org:10004/core-command-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:38:28 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 08:38:28 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.112 08:38:28 - nexus3.edgexfoundry.org:10004/core-command-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:38:28 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 08:38:28 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 08:38:28 fa9291b4267d8cf249f54b4b348df68d64af3156 08:38:28 latest 08:38:28 4.1.0-dev.112 08:38:28 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:38:28 main 08:38:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:28 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:29 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:38:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:38:29 7b5620d286a3: Preparing 08:38:29 1edc2402578c: Preparing 08:38:29 35c6b849a13f: Preparing 08:38:29 f7500d1aa262: Preparing 08:38:29 a8bb31501736: Preparing 08:38:29 b63f02ccd02e: Preparing 08:38:29 20332a1d0266: Preparing 08:38:29 06d1afb509d9: Preparing 08:38:29 eeaa73608b53: Preparing 08:38:29 b63f02ccd02e: Waiting 08:38:29 20332a1d0266: Waiting 08:38:29 06d1afb509d9: Waiting 08:38:29 eeaa73608b53: Waiting 08:38:29 a8bb31501736: Layer already exists 08:38:29 b63f02ccd02e: Layer already exists 08:38:29 20332a1d0266: Layer already exists 08:38:29 1edc2402578c: Pushed 08:38:29 35c6b849a13f: Pushed 08:38:29 06d1afb509d9: Layer already exists 08:38:29 7b5620d286a3: Pushed 08:38:29 eeaa73608b53: Layer already exists 08:38:32 f7500d1aa262: Pushed 08:38:32 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:81d65b3947ab95562300d5571fbeaccdffcfc966e10b99e628285c12c76b7842 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:33 + 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:38:36 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 08:38:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:38:36 7b5620d286a3: Preparing 08:38:36 1edc2402578c: Preparing 08:38:36 35c6b849a13f: Preparing 08:38:36 f7500d1aa262: Preparing 08:38:36 a8bb31501736: Preparing 08:38:36 b63f02ccd02e: Preparing 08:38:36 20332a1d0266: Preparing 08:38:36 06d1afb509d9: Preparing 08:38:36 eeaa73608b53: Preparing 08:38:36 20332a1d0266: Waiting 08:38:36 06d1afb509d9: Waiting 08:38:36 b63f02ccd02e: Waiting 08:38:36 eeaa73608b53: Waiting 08:38:36 1edc2402578c: Layer already exists 08:38:36 35c6b849a13f: Layer already exists 08:38:36 f7500d1aa262: Layer already exists 08:38:36 7b5620d286a3: Layer already exists 08:38:36 a8bb31501736: Layer already exists 08:38:36 20332a1d0266: Layer already exists 08:38:36 b63f02ccd02e: Layer already exists 08:38:36 06d1afb509d9: Layer already exists 08:38:36 eeaa73608b53: Layer already exists 08:38:36 latest: digest: sha256:81d65b3947ab95562300d5571fbeaccdffcfc966e10b99e628285c12c76b7842 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:36 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:37 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.112 08:38:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:38:37 7b5620d286a3: Preparing 08:38:37 1edc2402578c: Preparing 08:38:37 35c6b849a13f: Preparing 08:38:37 f7500d1aa262: Preparing 08:38:37 a8bb31501736: Preparing 08:38:37 b63f02ccd02e: Preparing 08:38:37 20332a1d0266: Preparing 08:38:37 06d1afb509d9: Preparing 08:38:37 eeaa73608b53: Preparing 08:38:37 b63f02ccd02e: Waiting 08:38:37 20332a1d0266: Waiting 08:38:37 06d1afb509d9: Waiting 08:38:37 eeaa73608b53: Waiting 08:38:37 f7500d1aa262: Layer already exists 08:38:37 a8bb31501736: Layer already exists 08:38:37 7b5620d286a3: Layer already exists 08:38:37 35c6b849a13f: Layer already exists 08:38:37 1edc2402578c: Layer already exists 08:38:37 20332a1d0266: Layer already exists 08:38:37 06d1afb509d9: Layer already exists 08:38:37 eeaa73608b53: Layer already exists 08:38:37 b63f02ccd02e: Layer already exists 08:38:37 4.1.0-dev.112: digest: sha256:81d65b3947ab95562300d5571fbeaccdffcfc966e10b99e628285c12c76b7842 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:37 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:38 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:38:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:38:38 7b5620d286a3: Preparing 08:38:38 1edc2402578c: Preparing 08:38:38 35c6b849a13f: Preparing 08:38:38 f7500d1aa262: Preparing 08:38:38 a8bb31501736: Preparing 08:38:38 b63f02ccd02e: Preparing 08:38:38 20332a1d0266: Preparing 08:38:38 06d1afb509d9: Preparing 08:38:38 eeaa73608b53: Preparing 08:38:38 b63f02ccd02e: Waiting 08:38:38 06d1afb509d9: Waiting 08:38:38 eeaa73608b53: Waiting 08:38:38 20332a1d0266: Waiting 08:38:38 a8bb31501736: Layer already exists 08:38:38 1edc2402578c: Layer already exists 08:38:38 7b5620d286a3: Layer already exists 08:38:38 35c6b849a13f: Layer already exists 08:38:38 f7500d1aa262: Layer already exists 08:38:38 b63f02ccd02e: Layer already exists 08:38:38 20332a1d0266: Layer already exists 08:38:38 06d1afb509d9: Layer already exists 08:38:38 eeaa73608b53: Layer already exists 08:38:38 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:81d65b3947ab95562300d5571fbeaccdffcfc966e10b99e628285c12c76b7842 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38: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:38:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 08:38:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:38:39 7b5620d286a3: Preparing 08:38:39 1edc2402578c: Preparing 08:38:39 35c6b849a13f: Preparing 08:38:39 f7500d1aa262: Preparing 08:38:39 a8bb31501736: Preparing 08:38:39 b63f02ccd02e: Preparing 08:38:39 20332a1d0266: Preparing 08:38:39 06d1afb509d9: Preparing 08:38:39 eeaa73608b53: Preparing 08:38:39 20332a1d0266: Waiting 08:38:39 06d1afb509d9: Waiting 08:38:39 b63f02ccd02e: Waiting 08:38:39 eeaa73608b53: Waiting 08:38:39 a8bb31501736: Layer already exists 08:38:39 35c6b849a13f: Layer already exists 08:38:39 7b5620d286a3: Layer already exists 08:38:39 f7500d1aa262: Layer already exists 08:38:39 1edc2402578c: Layer already exists 08:38:39 06d1afb509d9: Layer already exists 08:38:39 20332a1d0266: Layer already exists 08:38:39 b63f02ccd02e: Layer already exists 08:38:39 eeaa73608b53: Layer already exists 08:38:39 main: digest: sha256:81d65b3947ab95562300d5571fbeaccdffcfc966e10b99e628285c12c76b7842 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:38:39 ===================================================== [Pipeline] echo 08:38:39 taggedImages: 08:38:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:38:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 08:38:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.112 08:38:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:38:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 08:38:39 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 08:38:39 fa9291b4267d8cf249f54b4b348df68d64af3156 08:38:39 latest 08:38:39 4.1.0-dev.112 08:38:39 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:38:39 main 08:38:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:40 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:40 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:38:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:38:40 1f4974f9f269: Preparing 08:38:40 ff0e1e72301f: Preparing 08:38:40 a8bb31501736: Preparing 08:38:40 b63f02ccd02e: Preparing 08:38:40 799a3838c486: Preparing 08:38:40 9c5a7c24ed8c: Preparing 08:38:40 eeaa73608b53: Preparing 08:38:40 9c5a7c24ed8c: Waiting 08:38:40 eeaa73608b53: Waiting 08:38:40 b63f02ccd02e: Layer already exists 08:38:40 a8bb31501736: Layer already exists 08:38:40 eeaa73608b53: Layer already exists 08:38:40 1f4974f9f269: Pushed 08:38:40 799a3838c486: Pushed 08:38:40 9c5a7c24ed8c: Pushed 08:38:49 ff0e1e72301f: Pushed 08:38:49 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:5bfd2c0052a0a5908494d44205088e986356b79c57e9f31f1c69a8df7bd3805b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:50 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:51 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 08:38:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:38:51 1f4974f9f269: Preparing 08:38:51 ff0e1e72301f: Preparing 08:38:51 a8bb31501736: Preparing 08:38:51 b63f02ccd02e: Preparing 08:38:51 799a3838c486: Preparing 08:38:51 9c5a7c24ed8c: Preparing 08:38:51 eeaa73608b53: Preparing 08:38:51 9c5a7c24ed8c: Waiting 08:38:51 eeaa73608b53: Waiting 08:38:51 a8bb31501736: Layer already exists 08:38:51 b63f02ccd02e: Layer already exists 08:38:51 1f4974f9f269: Layer already exists 08:38:51 ff0e1e72301f: Layer already exists 08:38:51 799a3838c486: Layer already exists 08:38:51 eeaa73608b53: Layer already exists 08:38:51 9c5a7c24ed8c: Layer already exists 08:38:51 latest: digest: sha256:5bfd2c0052a0a5908494d44205088e986356b79c57e9f31f1c69a8df7bd3805b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:51 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:52 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.112 08:38:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:38:52 1f4974f9f269: Preparing 08:38:52 ff0e1e72301f: Preparing 08:38:52 a8bb31501736: Preparing 08:38:52 b63f02ccd02e: Preparing 08:38:52 799a3838c486: Preparing 08:38:52 9c5a7c24ed8c: Preparing 08:38:52 eeaa73608b53: Preparing 08:38:52 9c5a7c24ed8c: Waiting 08:38:52 eeaa73608b53: Waiting 08:38:52 1f4974f9f269: Layer already exists 08:38:52 b63f02ccd02e: Layer already exists 08:38:52 ff0e1e72301f: Layer already exists 08:38:52 799a3838c486: Layer already exists 08:38:52 a8bb31501736: Layer already exists 08:38:52 eeaa73608b53: Layer already exists 08:38:52 9c5a7c24ed8c: Layer already exists 08:38:52 4.1.0-dev.112: digest: sha256:5bfd2c0052a0a5908494d44205088e986356b79c57e9f31f1c69a8df7bd3805b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:52 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:53 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:38:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:38:53 1f4974f9f269: Preparing 08:38:53 ff0e1e72301f: Preparing 08:38:53 a8bb31501736: Preparing 08:38:53 b63f02ccd02e: Preparing 08:38:53 799a3838c486: Preparing 08:38:53 9c5a7c24ed8c: Preparing 08:38:53 eeaa73608b53: Preparing 08:38:53 9c5a7c24ed8c: Waiting 08:38:53 eeaa73608b53: Waiting 08:38:53 799a3838c486: Layer already exists 08:38:53 a8bb31501736: Layer already exists 08:38:53 ff0e1e72301f: Layer already exists 08:38:53 b63f02ccd02e: Layer already exists 08:38:53 1f4974f9f269: Layer already exists 08:38:53 9c5a7c24ed8c: Layer already exists 08:38:53 eeaa73608b53: Layer already exists 08:38:53 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:5bfd2c0052a0a5908494d44205088e986356b79c57e9f31f1c69a8df7bd3805b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:53 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:54 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 08:38:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:38:54 1f4974f9f269: Preparing 08:38:54 ff0e1e72301f: Preparing 08:38:54 a8bb31501736: Preparing 08:38:54 b63f02ccd02e: Preparing 08:38:54 799a3838c486: Preparing 08:38:54 9c5a7c24ed8c: Preparing 08:38:54 eeaa73608b53: Preparing 08:38:54 9c5a7c24ed8c: Waiting 08:38:54 eeaa73608b53: Waiting 08:38:54 1f4974f9f269: Layer already exists 08:38:54 799a3838c486: Layer already exists 08:38:54 ff0e1e72301f: Layer already exists 08:38:54 a8bb31501736: Layer already exists 08:38:54 b63f02ccd02e: Layer already exists 08:38:54 9c5a7c24ed8c: Layer already exists 08:38:54 eeaa73608b53: Layer already exists 08:38:54 main: digest: sha256:5bfd2c0052a0a5908494d44205088e986356b79c57e9f31f1c69a8df7bd3805b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:38:54 ===================================================== [Pipeline] echo 08:38:54 taggedImages: 08:38:54 - nexus3.edgexfoundry.org:10004/core-data-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:38:54 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 08:38:54 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.112 08:38:54 - nexus3.edgexfoundry.org:10004/core-data-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:38:54 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 08:38:54 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 08:38:54 fa9291b4267d8cf249f54b4b348df68d64af3156 08:38:54 latest 08:38:54 4.1.0-dev.112 08:38:54 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:38:54 main 08:38:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:54 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:55 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:38:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 08:38:55 2f9faf825ef3: Preparing 08:38:55 b099929ffe1e: Preparing 08:38:55 b63f02ccd02e: Preparing 08:38:55 05f518d41029: Preparing 08:38:55 0ce7244de248: Preparing 08:38:55 eeaa73608b53: Preparing 08:38:55 eeaa73608b53: Waiting 08:38:55 b63f02ccd02e: Layer already exists 08:38:55 eeaa73608b53: Layer already exists 08:38:55 0ce7244de248: Pushed 08:38:55 2f9faf825ef3: Pushed 08:38:55 05f518d41029: Pushed 08:39:07 b099929ffe1e: Pushed 08:39:07 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:4491bd40fe975fde29e4b9a78b1bd49b21d079f3dcafb5b5242cce6f31733d5c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:08 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:08 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 08:39:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 08:39:08 2f9faf825ef3: Preparing 08:39:08 b099929ffe1e: Preparing 08:39:08 b63f02ccd02e: Preparing 08:39:08 05f518d41029: Preparing 08:39:08 0ce7244de248: Preparing 08:39:08 eeaa73608b53: Preparing 08:39:08 eeaa73608b53: Waiting 08:39:08 2f9faf825ef3: Layer already exists 08:39:08 b099929ffe1e: Layer already exists 08:39:08 0ce7244de248: Layer already exists 08:39:08 b63f02ccd02e: Layer already exists 08:39:08 05f518d41029: Layer already exists 08:39:08 eeaa73608b53: Layer already exists 08:39:10 latest: digest: sha256:4491bd40fe975fde29e4b9a78b1bd49b21d079f3dcafb5b5242cce6f31733d5c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:10 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:10 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.112 08:39:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 08:39:10 2f9faf825ef3: Preparing 08:39:10 b099929ffe1e: Preparing 08:39:10 b63f02ccd02e: Preparing 08:39:10 05f518d41029: Preparing 08:39:10 0ce7244de248: Preparing 08:39:10 eeaa73608b53: Preparing 08:39:10 eeaa73608b53: Waiting 08:39:10 2f9faf825ef3: Layer already exists 08:39:10 0ce7244de248: Layer already exists 08:39:10 b63f02ccd02e: Layer already exists 08:39:10 05f518d41029: Layer already exists 08:39:10 b099929ffe1e: Layer already exists 08:39:10 eeaa73608b53: Layer already exists 08:39:10 4.1.0-dev.112: digest: sha256:4491bd40fe975fde29e4b9a78b1bd49b21d079f3dcafb5b5242cce6f31733d5c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:11 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:11 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:39:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 08:39:11 2f9faf825ef3: Preparing 08:39:11 b099929ffe1e: Preparing 08:39:11 b63f02ccd02e: Preparing 08:39:11 05f518d41029: Preparing 08:39:11 0ce7244de248: Preparing 08:39:11 eeaa73608b53: Preparing 08:39:11 0ce7244de248: Layer already exists 08:39:11 05f518d41029: Layer already exists 08:39:11 2f9faf825ef3: Layer already exists 08:39:11 b63f02ccd02e: Layer already exists 08:39:11 b099929ffe1e: Layer already exists 08:39:11 eeaa73608b53: Layer already exists 08:39:11 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:4491bd40fe975fde29e4b9a78b1bd49b21d079f3dcafb5b5242cce6f31733d5c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:12 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:12 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 08:39:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 08:39:12 2f9faf825ef3: Preparing 08:39:12 b099929ffe1e: Preparing 08:39:12 b63f02ccd02e: Preparing 08:39:12 05f518d41029: Preparing 08:39:12 0ce7244de248: Preparing 08:39:12 eeaa73608b53: Preparing 08:39:12 eeaa73608b53: Waiting 08:39:12 05f518d41029: Layer already exists 08:39:12 2f9faf825ef3: Layer already exists 08:39:12 0ce7244de248: Layer already exists 08:39:12 b63f02ccd02e: Layer already exists 08:39:12 b099929ffe1e: Layer already exists 08:39:12 eeaa73608b53: Layer already exists 08:39:12 main: digest: sha256:4491bd40fe975fde29e4b9a78b1bd49b21d079f3dcafb5b5242cce6f31733d5c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:39:13 ===================================================== [Pipeline] echo 08:39:13 taggedImages: 08:39:13 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:39:13 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 08:39:13 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.112 08:39:13 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:39:13 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 08:39:13 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 08:39:13 fa9291b4267d8cf249f54b4b348df68d64af3156 08:39:13 latest 08:39:13 4.1.0-dev.112 08:39:13 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:39:13 main 08:39:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:13 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:39:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:39:14 4a271c597509: Preparing 08:39:14 b7ebc1f4e1d2: Preparing 08:39:14 00ee9a9724ac: Preparing 08:39:14 a8bb31501736: Preparing 08:39:14 b63f02ccd02e: Preparing 08:39:14 20332a1d0266: Preparing 08:39:14 06d1afb509d9: Preparing 08:39:14 eeaa73608b53: Preparing 08:39:14 06d1afb509d9: Waiting 08:39:14 eeaa73608b53: Waiting 08:39:14 20332a1d0266: Waiting 08:39:14 b63f02ccd02e: Layer already exists 08:39:14 a8bb31501736: Layer already exists 08:39:14 20332a1d0266: Layer already exists 08:39:14 06d1afb509d9: Layer already exists 08:39:14 b7ebc1f4e1d2: Pushed 08:39:14 eeaa73608b53: Layer already exists 08:39:14 4a271c597509: Pushed 08:39:23 00ee9a9724ac: Pushed 08:39:23 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:6d7ae7346fe077b2f05422ef31d43f7ba0c763e833c8cd55f5a0f63b1045eb34 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:23 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:23 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 08:39:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:39:23 4a271c597509: Preparing 08:39:23 b7ebc1f4e1d2: Preparing 08:39:23 00ee9a9724ac: Preparing 08:39:23 a8bb31501736: Preparing 08:39:23 b63f02ccd02e: Preparing 08:39:23 20332a1d0266: Preparing 08:39:23 06d1afb509d9: Preparing 08:39:23 eeaa73608b53: Preparing 08:39:23 20332a1d0266: Waiting 08:39:23 06d1afb509d9: Waiting 08:39:23 eeaa73608b53: Waiting 08:39:23 00ee9a9724ac: Layer already exists 08:39:23 a8bb31501736: Layer already exists 08:39:23 b63f02ccd02e: Layer already exists 08:39:23 b7ebc1f4e1d2: Layer already exists 08:39:23 4a271c597509: Layer already exists 08:39:23 20332a1d0266: Layer already exists 08:39:23 eeaa73608b53: Layer already exists 08:39:23 06d1afb509d9: Layer already exists 08:39:24 latest: digest: sha256:6d7ae7346fe077b2f05422ef31d43f7ba0c763e833c8cd55f5a0f63b1045eb34 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:24 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:24 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.112 08:39:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:39:24 4a271c597509: Preparing 08:39:24 b7ebc1f4e1d2: Preparing 08:39:24 00ee9a9724ac: Preparing 08:39:24 a8bb31501736: Preparing 08:39:24 b63f02ccd02e: Preparing 08:39:24 20332a1d0266: Preparing 08:39:24 06d1afb509d9: Preparing 08:39:24 20332a1d0266: Waiting 08:39:24 eeaa73608b53: Preparing 08:39:24 06d1afb509d9: Waiting 08:39:24 eeaa73608b53: Waiting 08:39:24 b63f02ccd02e: Layer already exists 08:39:24 4a271c597509: Layer already exists 08:39:24 b7ebc1f4e1d2: Layer already exists 08:39:24 00ee9a9724ac: Layer already exists 08:39:24 a8bb31501736: Layer already exists 08:39:24 06d1afb509d9: Layer already exists 08:39:24 20332a1d0266: Layer already exists 08:39:24 eeaa73608b53: Layer already exists 08:39:24 4.1.0-dev.112: digest: sha256:6d7ae7346fe077b2f05422ef31d43f7ba0c763e833c8cd55f5a0f63b1045eb34 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:25 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:25 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:39:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:39:25 4a271c597509: Preparing 08:39:25 b7ebc1f4e1d2: Preparing 08:39:25 00ee9a9724ac: Preparing 08:39:25 a8bb31501736: Preparing 08:39:25 b63f02ccd02e: Preparing 08:39:25 20332a1d0266: Preparing 08:39:25 06d1afb509d9: Preparing 08:39:25 eeaa73608b53: Preparing 08:39:25 20332a1d0266: Waiting 08:39:25 eeaa73608b53: Waiting 08:39:25 06d1afb509d9: Waiting 08:39:25 b7ebc1f4e1d2: Layer already exists 08:39:25 4a271c597509: Layer already exists 08:39:25 a8bb31501736: Layer already exists 08:39:25 b63f02ccd02e: Layer already exists 08:39:25 00ee9a9724ac: Layer already exists 08:39:25 20332a1d0266: Layer already exists 08:39:25 06d1afb509d9: Layer already exists 08:39:25 eeaa73608b53: Layer already exists 08:39:25 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:6d7ae7346fe077b2f05422ef31d43f7ba0c763e833c8cd55f5a0f63b1045eb34 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:26 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:26 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 08:39:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:39:26 4a271c597509: Preparing 08:39:26 b7ebc1f4e1d2: Preparing 08:39:26 00ee9a9724ac: Preparing 08:39:26 a8bb31501736: Preparing 08:39:26 b63f02ccd02e: Preparing 08:39:26 20332a1d0266: Preparing 08:39:26 06d1afb509d9: Preparing 08:39:26 eeaa73608b53: Preparing 08:39:26 20332a1d0266: Waiting 08:39:26 06d1afb509d9: Waiting 08:39:26 b63f02ccd02e: Layer already exists 08:39:26 4a271c597509: Layer already exists 08:39:26 a8bb31501736: Layer already exists 08:39:26 00ee9a9724ac: Layer already exists 08:39:26 b7ebc1f4e1d2: Layer already exists 08:39:26 06d1afb509d9: Layer already exists 08:39:26 20332a1d0266: Layer already exists 08:39:26 eeaa73608b53: Layer already exists 08:39:26 main: digest: sha256:6d7ae7346fe077b2f05422ef31d43f7ba0c763e833c8cd55f5a0f63b1045eb34 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:39:27 ===================================================== [Pipeline] echo 08:39:27 taggedImages: 08:39:27 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:39:27 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 08:39:27 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.112 08:39:27 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:39:27 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 08:39:27 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 08:39:27 fa9291b4267d8cf249f54b4b348df68d64af3156 08:39:27 latest 08:39:27 4.1.0-dev.112 08:39:27 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:39:27 main 08:39:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:27 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:27 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:39:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:39:27 3f9f7121379d: Preparing 08:39:27 75884dbfe733: Preparing 08:39:27 6e5a00e9f4b2: Preparing 08:39:27 7debc434036e: Preparing 08:39:27 d526b118a0a2: Preparing 08:39:27 137bf3aa8df2: Preparing 08:39:27 5966d18290e7: Preparing 08:39:27 a8bb31501736: Preparing 08:39:27 b63f02ccd02e: Preparing 08:39:27 e3a1f8a4582c: Preparing 08:39:27 b2f5cb076f13: Preparing 08:39:27 5f70bf18a086: Preparing 08:39:27 14de3c5a1fd2: Preparing 08:39:27 a78071090c9b: Preparing 08:39:27 93d4541858f9: Preparing 08:39:27 eeaa73608b53: Preparing 08:39:27 e3a1f8a4582c: Waiting 08:39:27 b2f5cb076f13: Waiting 08:39:27 5f70bf18a086: Waiting 08:39:27 14de3c5a1fd2: Waiting 08:39:27 a78071090c9b: Waiting 08:39:27 137bf3aa8df2: Waiting 08:39:27 93d4541858f9: Waiting 08:39:27 eeaa73608b53: Waiting 08:39:27 5966d18290e7: Waiting 08:39:27 a8bb31501736: Waiting 08:39:27 b63f02ccd02e: Waiting 08:39:28 6e5a00e9f4b2: Pushed 08:39:28 d526b118a0a2: Pushed 08:39:28 75884dbfe733: Pushed 08:39:28 3f9f7121379d: Pushed 08:39:28 7debc434036e: Pushed 08:39:28 b63f02ccd02e: Layer already exists 08:39:28 a8bb31501736: Layer already exists 08:39:28 5f70bf18a086: Layer already exists 08:39:28 137bf3aa8df2: Pushed 08:39:28 e3a1f8a4582c: Pushed 08:39:28 b2f5cb076f13: Pushed 08:39:28 14de3c5a1fd2: Pushed 08:39:28 eeaa73608b53: Layer already exists 08:39:28 a78071090c9b: Pushed 08:39:28 93d4541858f9: Pushed 08:39:31 5966d18290e7: Pushed 08:39:31 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:1e1ea8be46c43b0997a791ff61b55f2bf76c2e7328d74f6ad53ec2b7be005804 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:32 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:32 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 08:39:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:39:32 3f9f7121379d: Preparing 08:39:32 75884dbfe733: Preparing 08:39:32 6e5a00e9f4b2: Preparing 08:39:32 7debc434036e: Preparing 08:39:32 d526b118a0a2: Preparing 08:39:32 137bf3aa8df2: Preparing 08:39:32 5966d18290e7: Preparing 08:39:32 a8bb31501736: Preparing 08:39:32 b63f02ccd02e: Preparing 08:39:32 e3a1f8a4582c: Preparing 08:39:32 b2f5cb076f13: Preparing 08:39:32 5f70bf18a086: Preparing 08:39:32 14de3c5a1fd2: Preparing 08:39:32 a78071090c9b: Preparing 08:39:32 93d4541858f9: Preparing 08:39:32 eeaa73608b53: Preparing 08:39:32 e3a1f8a4582c: Waiting 08:39:32 b2f5cb076f13: Waiting 08:39:32 5f70bf18a086: Waiting 08:39:32 14de3c5a1fd2: Waiting 08:39:32 a78071090c9b: Waiting 08:39:32 93d4541858f9: Waiting 08:39:32 eeaa73608b53: Waiting 08:39:32 a8bb31501736: Waiting 08:39:32 5966d18290e7: Waiting 08:39:32 b63f02ccd02e: Waiting 08:39:32 137bf3aa8df2: Waiting 08:39:32 3f9f7121379d: Layer already exists 08:39:32 75884dbfe733: Layer already exists 08:39:32 7debc434036e: Layer already exists 08:39:32 6e5a00e9f4b2: Layer already exists 08:39:32 d526b118a0a2: Layer already exists 08:39:32 a8bb31501736: Layer already exists 08:39:32 137bf3aa8df2: Layer already exists 08:39:32 5966d18290e7: Layer already exists 08:39:32 b63f02ccd02e: Layer already exists 08:39:32 e3a1f8a4582c: Layer already exists 08:39:32 b2f5cb076f13: Layer already exists 08:39:32 5f70bf18a086: Layer already exists 08:39:32 a78071090c9b: Layer already exists 08:39:32 14de3c5a1fd2: Layer already exists 08:39:32 93d4541858f9: Layer already exists 08:39:32 eeaa73608b53: Layer already exists 08:39:33 latest: digest: sha256:1e1ea8be46c43b0997a791ff61b55f2bf76c2e7328d74f6ad53ec2b7be005804 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:33 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:33 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.112 08:39:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:39:33 3f9f7121379d: Preparing 08:39:33 75884dbfe733: Preparing 08:39:33 6e5a00e9f4b2: Preparing 08:39:33 7debc434036e: Preparing 08:39:33 d526b118a0a2: Preparing 08:39:33 137bf3aa8df2: Preparing 08:39:33 5966d18290e7: Preparing 08:39:33 a8bb31501736: Preparing 08:39:33 b63f02ccd02e: Preparing 08:39:33 e3a1f8a4582c: Preparing 08:39:33 b2f5cb076f13: Preparing 08:39:33 5f70bf18a086: Preparing 08:39:33 14de3c5a1fd2: Preparing 08:39:33 a78071090c9b: Preparing 08:39:33 93d4541858f9: Preparing 08:39:33 eeaa73608b53: Preparing 08:39:33 e3a1f8a4582c: Waiting 08:39:33 b2f5cb076f13: Waiting 08:39:33 5f70bf18a086: Waiting 08:39:33 14de3c5a1fd2: Waiting 08:39:33 a78071090c9b: Waiting 08:39:33 93d4541858f9: Waiting 08:39:33 eeaa73608b53: Waiting 08:39:33 5966d18290e7: Waiting 08:39:33 a8bb31501736: Waiting 08:39:33 137bf3aa8df2: Waiting 08:39:33 b63f02ccd02e: Waiting 08:39:33 7debc434036e: Layer already exists 08:39:33 d526b118a0a2: Layer already exists 08:39:33 3f9f7121379d: Layer already exists 08:39:33 75884dbfe733: Layer already exists 08:39:33 6e5a00e9f4b2: Layer already exists 08:39:33 a8bb31501736: Layer already exists 08:39:33 137bf3aa8df2: Layer already exists 08:39:33 5966d18290e7: Layer already exists 08:39:33 e3a1f8a4582c: Layer already exists 08:39:33 b63f02ccd02e: Layer already exists 08:39:33 14de3c5a1fd2: Layer already exists 08:39:33 93d4541858f9: Layer already exists 08:39:33 b2f5cb076f13: Layer already exists 08:39:33 a78071090c9b: Layer already exists 08:39:33 5f70bf18a086: Layer already exists 08:39:33 eeaa73608b53: Layer already exists 08:39:34 4.1.0-dev.112: digest: sha256:1e1ea8be46c43b0997a791ff61b55f2bf76c2e7328d74f6ad53ec2b7be005804 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:34 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:34 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:39:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:39:34 3f9f7121379d: Preparing 08:39:34 75884dbfe733: Preparing 08:39:34 6e5a00e9f4b2: Preparing 08:39:34 7debc434036e: Preparing 08:39:34 d526b118a0a2: Preparing 08:39:34 137bf3aa8df2: Preparing 08:39:34 5966d18290e7: Preparing 08:39:34 a8bb31501736: Preparing 08:39:34 b63f02ccd02e: Preparing 08:39:34 e3a1f8a4582c: Preparing 08:39:34 b2f5cb076f13: Preparing 08:39:34 5f70bf18a086: Preparing 08:39:34 14de3c5a1fd2: Preparing 08:39:34 a78071090c9b: Preparing 08:39:34 93d4541858f9: Preparing 08:39:34 eeaa73608b53: Preparing 08:39:34 e3a1f8a4582c: Waiting 08:39:34 b2f5cb076f13: Waiting 08:39:34 5f70bf18a086: Waiting 08:39:34 14de3c5a1fd2: Waiting 08:39:34 a78071090c9b: Waiting 08:39:34 93d4541858f9: Waiting 08:39:34 eeaa73608b53: Waiting 08:39:34 5966d18290e7: Waiting 08:39:34 a8bb31501736: Waiting 08:39:34 b63f02ccd02e: Waiting 08:39:34 137bf3aa8df2: Waiting 08:39:34 7debc434036e: Layer already exists 08:39:34 6e5a00e9f4b2: Layer already exists 08:39:34 d526b118a0a2: Layer already exists 08:39:34 3f9f7121379d: Layer already exists 08:39:34 75884dbfe733: Layer already exists 08:39:34 5966d18290e7: Layer already exists 08:39:34 137bf3aa8df2: Layer already exists 08:39:34 b63f02ccd02e: Layer already exists 08:39:34 a8bb31501736: Layer already exists 08:39:34 e3a1f8a4582c: Layer already exists 08:39:34 b2f5cb076f13: Layer already exists 08:39:34 5f70bf18a086: Layer already exists 08:39:34 14de3c5a1fd2: Layer already exists 08:39:34 93d4541858f9: Layer already exists 08:39:34 a78071090c9b: Layer already exists 08:39:34 eeaa73608b53: Layer already exists 08:39:35 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:1e1ea8be46c43b0997a791ff61b55f2bf76c2e7328d74f6ad53ec2b7be005804 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:35 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:35 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 08:39:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:39:35 3f9f7121379d: Preparing 08:39:35 75884dbfe733: Preparing 08:39:35 6e5a00e9f4b2: Preparing 08:39:35 7debc434036e: Preparing 08:39:35 d526b118a0a2: Preparing 08:39:35 137bf3aa8df2: Preparing 08:39:35 5966d18290e7: Preparing 08:39:35 a8bb31501736: Preparing 08:39:35 b63f02ccd02e: Preparing 08:39:35 e3a1f8a4582c: Preparing 08:39:35 b2f5cb076f13: Preparing 08:39:35 5f70bf18a086: Preparing 08:39:35 14de3c5a1fd2: Preparing 08:39:35 a78071090c9b: Preparing 08:39:35 93d4541858f9: Preparing 08:39:35 eeaa73608b53: Preparing 08:39:35 e3a1f8a4582c: Waiting 08:39:35 b2f5cb076f13: Waiting 08:39:35 5f70bf18a086: Waiting 08:39:35 14de3c5a1fd2: Waiting 08:39:35 a78071090c9b: Waiting 08:39:35 93d4541858f9: Waiting 08:39:35 eeaa73608b53: Waiting 08:39:35 137bf3aa8df2: Waiting 08:39:35 5966d18290e7: Waiting 08:39:35 a8bb31501736: Waiting 08:39:35 b63f02ccd02e: Waiting 08:39:35 6e5a00e9f4b2: Layer already exists 08:39:35 d526b118a0a2: Layer already exists 08:39:35 3f9f7121379d: Layer already exists 08:39:35 7debc434036e: Layer already exists 08:39:35 75884dbfe733: Layer already exists 08:39:35 b63f02ccd02e: Layer already exists 08:39:35 137bf3aa8df2: Layer already exists 08:39:35 e3a1f8a4582c: Layer already exists 08:39:35 a8bb31501736: Layer already exists 08:39:35 5966d18290e7: Layer already exists 08:39:35 b2f5cb076f13: Layer already exists 08:39:35 5f70bf18a086: Layer already exists 08:39:35 a78071090c9b: Layer already exists 08:39:35 14de3c5a1fd2: Layer already exists 08:39:35 93d4541858f9: Layer already exists 08:39:35 eeaa73608b53: Layer already exists 08:39:36 main: digest: sha256:1e1ea8be46c43b0997a791ff61b55f2bf76c2e7328d74f6ad53ec2b7be005804 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:39:36 ===================================================== [Pipeline] echo 08:39:36 taggedImages: 08:39:36 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:39:36 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 08:39:36 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.112 08:39:36 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:39:36 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 08:39:36 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 08:39:36 fa9291b4267d8cf249f54b4b348df68d64af3156 08:39:36 latest 08:39:36 4.1.0-dev.112 08:39:36 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:39:36 main 08:39:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:36 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:39:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:39:37 0c7c06c48988: Preparing 08:39:37 891a87924952: Preparing 08:39:37 e367e2d63a7f: Preparing 08:39:37 ff189b11da49: Preparing 08:39:37 a8bb31501736: Preparing 08:39:37 b63f02ccd02e: Preparing 08:39:37 20332a1d0266: Preparing 08:39:37 06d1afb509d9: Preparing 08:39:37 eeaa73608b53: Preparing 08:39:37 20332a1d0266: Waiting 08:39:37 06d1afb509d9: Waiting 08:39:37 eeaa73608b53: Waiting 08:39:37 b63f02ccd02e: Waiting 08:39:37 a8bb31501736: Layer already exists 08:39:37 b63f02ccd02e: Layer already exists 08:39:37 20332a1d0266: Layer already exists 08:39:37 e367e2d63a7f: Pushed 08:39:37 891a87924952: Pushed 08:39:37 06d1afb509d9: Layer already exists 08:39:37 0c7c06c48988: Pushed 08:39:37 eeaa73608b53: Layer already exists 08:39:45 ff189b11da49: Pushed 08:39:47 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:6886ed8cf4cfa446ee6e44245b7b6a0292c8978abf6e7469c25a12b438d4ee5c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:47 + 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:39:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 08:39:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:39:48 0c7c06c48988: Preparing 08:39:48 891a87924952: Preparing 08:39:48 e367e2d63a7f: Preparing 08:39:48 ff189b11da49: Preparing 08:39:48 a8bb31501736: Preparing 08:39:48 b63f02ccd02e: Preparing 08:39:48 20332a1d0266: Preparing 08:39:48 06d1afb509d9: Preparing 08:39:48 eeaa73608b53: Preparing 08:39:48 b63f02ccd02e: Waiting 08:39:48 20332a1d0266: Waiting 08:39:48 06d1afb509d9: Waiting 08:39:48 eeaa73608b53: Waiting 08:39:48 e367e2d63a7f: Layer already exists 08:39:48 0c7c06c48988: Layer already exists 08:39:48 ff189b11da49: Layer already exists 08:39:48 891a87924952: Layer already exists 08:39:48 a8bb31501736: Layer already exists 08:39:48 eeaa73608b53: Layer already exists 08:39:48 b63f02ccd02e: Layer already exists 08:39:48 06d1afb509d9: Layer already exists 08:39:48 20332a1d0266: Layer already exists 08:39:48 latest: digest: sha256:6886ed8cf4cfa446ee6e44245b7b6a0292c8978abf6e7469c25a12b438d4ee5c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:48 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.112 08:39:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:39:49 0c7c06c48988: Preparing 08:39:49 891a87924952: Preparing 08:39:49 e367e2d63a7f: Preparing 08:39:49 ff189b11da49: Preparing 08:39:49 a8bb31501736: Preparing 08:39:49 b63f02ccd02e: Preparing 08:39:49 20332a1d0266: Preparing 08:39:49 06d1afb509d9: Preparing 08:39:49 b63f02ccd02e: Waiting 08:39:49 eeaa73608b53: Preparing 08:39:49 06d1afb509d9: Waiting 08:39:49 a8bb31501736: Layer already exists 08:39:49 0c7c06c48988: Layer already exists 08:39:49 e367e2d63a7f: Layer already exists 08:39:49 ff189b11da49: Layer already exists 08:39:49 891a87924952: Layer already exists 08:39:49 b63f02ccd02e: Layer already exists 08:39:49 20332a1d0266: Layer already exists 08:39:49 eeaa73608b53: Layer already exists 08:39:49 06d1afb509d9: Layer already exists 08:39:49 4.1.0-dev.112: digest: sha256:6886ed8cf4cfa446ee6e44245b7b6a0292c8978abf6e7469c25a12b438d4ee5c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:49 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:39:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:39:50 0c7c06c48988: Preparing 08:39:50 891a87924952: Preparing 08:39:50 e367e2d63a7f: Preparing 08:39:50 ff189b11da49: Preparing 08:39:50 a8bb31501736: Preparing 08:39:50 b63f02ccd02e: Preparing 08:39:50 20332a1d0266: Preparing 08:39:50 06d1afb509d9: Preparing 08:39:50 eeaa73608b53: Preparing 08:39:50 b63f02ccd02e: Waiting 08:39:50 20332a1d0266: Waiting 08:39:50 06d1afb509d9: Waiting 08:39:50 eeaa73608b53: Waiting 08:39:50 0c7c06c48988: Layer already exists 08:39:50 ff189b11da49: Layer already exists 08:39:50 e367e2d63a7f: Layer already exists 08:39:50 891a87924952: Layer already exists 08:39:50 a8bb31501736: Layer already exists 08:39:50 06d1afb509d9: Layer already exists 08:39:50 20332a1d0266: Layer already exists 08:39:50 b63f02ccd02e: Layer already exists 08:39:50 eeaa73608b53: Layer already exists 08:39:50 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:6886ed8cf4cfa446ee6e44245b7b6a0292c8978abf6e7469c25a12b438d4ee5c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:50 + 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:39:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 08:39:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:39:51 0c7c06c48988: Preparing 08:39:51 891a87924952: Preparing 08:39:51 e367e2d63a7f: Preparing 08:39:51 ff189b11da49: Preparing 08:39:51 a8bb31501736: Preparing 08:39:51 b63f02ccd02e: Preparing 08:39:51 20332a1d0266: Preparing 08:39:51 06d1afb509d9: Preparing 08:39:51 eeaa73608b53: Preparing 08:39:51 20332a1d0266: Waiting 08:39:51 06d1afb509d9: Waiting 08:39:51 eeaa73608b53: Waiting 08:39:51 b63f02ccd02e: Waiting 08:39:51 a8bb31501736: Layer already exists 08:39:51 0c7c06c48988: Layer already exists 08:39:51 ff189b11da49: Layer already exists 08:39:51 e367e2d63a7f: Layer already exists 08:39:51 891a87924952: Layer already exists 08:39:51 06d1afb509d9: Layer already exists 08:39:51 eeaa73608b53: Layer already exists 08:39:51 b63f02ccd02e: Layer already exists 08:39:51 20332a1d0266: Layer already exists 08:39:51 main: digest: sha256:6886ed8cf4cfa446ee6e44245b7b6a0292c8978abf6e7469c25a12b438d4ee5c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:39:51 ===================================================== [Pipeline] echo 08:39:51 taggedImages: 08:39:51 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:39:51 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 08:39:51 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.112 08:39:51 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:39:51 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 08:39:51 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 08:39:51 fa9291b4267d8cf249f54b4b348df68d64af3156 08:39:51 latest 08:39:51 4.1.0-dev.112 08:39:51 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:39:51 main 08:39:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:51 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:39:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:39:52 8205488a681d: Preparing 08:39:52 75cc91d25785: Preparing 08:39:52 efd375d0bbd1: Preparing 08:39:52 23f4e643d86d: Preparing 08:39:52 1b291bcc6530: Preparing 08:39:52 a8bb31501736: Preparing 08:39:52 b63f02ccd02e: Preparing 08:39:52 4eff91be9982: Preparing 08:39:52 57ec99f51239: Preparing 08:39:52 9a1d79558426: Preparing 08:39:52 eeaa73608b53: Preparing 08:39:52 a8bb31501736: Waiting 08:39:52 b63f02ccd02e: Waiting 08:39:52 4eff91be9982: Waiting 08:39:52 57ec99f51239: Waiting 08:39:52 9a1d79558426: Waiting 08:39:52 eeaa73608b53: Waiting 08:39:52 23f4e643d86d: Pushed 08:39:52 75cc91d25785: Pushed 08:39:52 1b291bcc6530: Pushed 08:39:52 8205488a681d: Pushed 08:39:52 a8bb31501736: Layer already exists 08:39:52 b63f02ccd02e: Layer already exists 08:39:52 eeaa73608b53: Layer already exists 08:39:52 4eff91be9982: Pushed 08:39:52 57ec99f51239: Pushed 08:40:00 efd375d0bbd1: Pushed 08:40:00 9a1d79558426: Pushed 08:40:01 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:753645c08c7c19171f2acd5eec18ecf9aee8f59bd5c547210745c839708b25ae size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:01 + 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:40:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 08:40:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:40:02 8205488a681d: Preparing 08:40:02 75cc91d25785: Preparing 08:40:02 efd375d0bbd1: Preparing 08:40:02 23f4e643d86d: Preparing 08:40:02 1b291bcc6530: Preparing 08:40:02 a8bb31501736: Preparing 08:40:02 b63f02ccd02e: Preparing 08:40:02 4eff91be9982: Preparing 08:40:02 57ec99f51239: Preparing 08:40:02 9a1d79558426: Preparing 08:40:02 eeaa73608b53: Preparing 08:40:02 4eff91be9982: Waiting 08:40:02 9a1d79558426: Waiting 08:40:02 57ec99f51239: Waiting 08:40:02 a8bb31501736: Waiting 08:40:02 b63f02ccd02e: Waiting 08:40:02 75cc91d25785: Layer already exists 08:40:02 1b291bcc6530: Layer already exists 08:40:02 23f4e643d86d: Layer already exists 08:40:02 8205488a681d: Layer already exists 08:40:02 efd375d0bbd1: Layer already exists 08:40:02 57ec99f51239: Layer already exists 08:40:02 a8bb31501736: Layer already exists 08:40:02 b63f02ccd02e: Layer already exists 08:40:02 4eff91be9982: Layer already exists 08:40:02 9a1d79558426: Layer already exists 08:40:02 eeaa73608b53: Layer already exists 08:40:02 latest: digest: sha256:753645c08c7c19171f2acd5eec18ecf9aee8f59bd5c547210745c839708b25ae size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:02 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.112 08:40:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:40:03 8205488a681d: Preparing 08:40:03 75cc91d25785: Preparing 08:40:03 efd375d0bbd1: Preparing 08:40:03 23f4e643d86d: Preparing 08:40:03 1b291bcc6530: Preparing 08:40:03 a8bb31501736: Preparing 08:40:03 b63f02ccd02e: Preparing 08:40:03 a8bb31501736: Waiting 08:40:03 4eff91be9982: Preparing 08:40:03 b63f02ccd02e: Waiting 08:40:03 57ec99f51239: Preparing 08:40:03 9a1d79558426: Preparing 08:40:03 57ec99f51239: Waiting 08:40:03 eeaa73608b53: Preparing 08:40:03 9a1d79558426: Waiting 08:40:03 23f4e643d86d: Layer already exists 08:40:03 8205488a681d: Layer already exists 08:40:03 75cc91d25785: Layer already exists 08:40:03 1b291bcc6530: Layer already exists 08:40:03 efd375d0bbd1: Layer already exists 08:40:03 57ec99f51239: Layer already exists 08:40:03 a8bb31501736: Layer already exists 08:40:03 9a1d79558426: Layer already exists 08:40:03 b63f02ccd02e: Layer already exists 08:40:03 4eff91be9982: Layer already exists 08:40:03 eeaa73608b53: Layer already exists 08:40:03 4.1.0-dev.112: digest: sha256:753645c08c7c19171f2acd5eec18ecf9aee8f59bd5c547210745c839708b25ae size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:03 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:40:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:40:04 8205488a681d: Preparing 08:40:04 75cc91d25785: Preparing 08:40:04 efd375d0bbd1: Preparing 08:40:04 23f4e643d86d: Preparing 08:40:04 1b291bcc6530: Preparing 08:40:04 a8bb31501736: Preparing 08:40:04 b63f02ccd02e: Preparing 08:40:04 4eff91be9982: Preparing 08:40:04 57ec99f51239: Preparing 08:40:04 9a1d79558426: Preparing 08:40:04 eeaa73608b53: Preparing 08:40:04 a8bb31501736: Waiting 08:40:04 b63f02ccd02e: Waiting 08:40:04 4eff91be9982: Waiting 08:40:04 57ec99f51239: Waiting 08:40:04 9a1d79558426: Waiting 08:40:04 eeaa73608b53: Waiting 08:40:04 1b291bcc6530: Layer already exists 08:40:04 efd375d0bbd1: Layer already exists 08:40:04 23f4e643d86d: Layer already exists 08:40:04 8205488a681d: Layer already exists 08:40:04 75cc91d25785: Layer already exists 08:40:04 a8bb31501736: Layer already exists 08:40:04 57ec99f51239: Layer already exists 08:40:04 b63f02ccd02e: Layer already exists 08:40:04 4eff91be9982: Layer already exists 08:40:04 9a1d79558426: Layer already exists 08:40:04 eeaa73608b53: Layer already exists 08:40:04 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:753645c08c7c19171f2acd5eec18ecf9aee8f59bd5c547210745c839708b25ae size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:04 + 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:40:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 08:40:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:40:05 8205488a681d: Preparing 08:40:05 75cc91d25785: Preparing 08:40:05 efd375d0bbd1: Preparing 08:40:05 23f4e643d86d: Preparing 08:40:05 1b291bcc6530: Preparing 08:40:05 a8bb31501736: Preparing 08:40:05 b63f02ccd02e: Preparing 08:40:05 a8bb31501736: Waiting 08:40:05 4eff91be9982: Preparing 08:40:05 b63f02ccd02e: Waiting 08:40:05 57ec99f51239: Preparing 08:40:05 4eff91be9982: Waiting 08:40:05 9a1d79558426: Preparing 08:40:05 57ec99f51239: Waiting 08:40:05 eeaa73608b53: Preparing 08:40:05 9a1d79558426: Waiting 08:40:05 eeaa73608b53: Waiting 08:40:05 23f4e643d86d: Layer already exists 08:40:05 75cc91d25785: Layer already exists 08:40:05 1b291bcc6530: Layer already exists 08:40:05 8205488a681d: Layer already exists 08:40:05 efd375d0bbd1: Layer already exists 08:40:05 4eff91be9982: Layer already exists 08:40:05 b63f02ccd02e: Layer already exists 08:40:05 a8bb31501736: Layer already exists 08:40:05 57ec99f51239: Layer already exists 08:40:05 9a1d79558426: Layer already exists 08:40:05 eeaa73608b53: Layer already exists 08:40:05 main: digest: sha256:753645c08c7c19171f2acd5eec18ecf9aee8f59bd5c547210745c839708b25ae size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:40:05 ===================================================== [Pipeline] echo 08:40:05 taggedImages: 08:40:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:40:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 08:40:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.112 08:40:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:40:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 08:40:05 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 08:40:05 fa9291b4267d8cf249f54b4b348df68d64af3156 08:40:05 latest 08:40:05 4.1.0-dev.112 08:40:05 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:40:05 main 08:40:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:05 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:06 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:40:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:40:06 bdc911a9eb93: Preparing 08:40:06 75af40e6790b: Preparing 08:40:06 202658ffc7cf: Preparing 08:40:06 8d63b23b73cc: Preparing 08:40:06 003f2c479b3a: Preparing 08:40:06 92f8c0032c53: Preparing 08:40:06 52470bef0d25: Preparing 08:40:06 a8bb31501736: Preparing 08:40:06 b63f02ccd02e: Preparing 08:40:06 05863635ec2a: Preparing 08:40:06 96e05246a728: Preparing 08:40:06 eeaa73608b53: Preparing 08:40:06 05863635ec2a: Waiting 08:40:06 92f8c0032c53: Waiting 08:40:06 96e05246a728: Waiting 08:40:06 eeaa73608b53: Waiting 08:40:06 b63f02ccd02e: Waiting 08:40:06 a8bb31501736: Waiting 08:40:06 003f2c479b3a: Pushed 08:40:06 75af40e6790b: Pushed 08:40:06 bdc911a9eb93: Pushed 08:40:06 a8bb31501736: Layer already exists 08:40:06 b63f02ccd02e: Layer already exists 08:40:06 92f8c0032c53: Pushed 08:40:06 52470bef0d25: Pushed 08:40:06 eeaa73608b53: Layer already exists 08:40:06 05863635ec2a: Pushed 08:40:10 96e05246a728: Pushed 08:40:13 8d63b23b73cc: Pushed 08:40:13 202658ffc7cf: Pushed 08:40:14 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:31cd0dbc3a552e16424518d62ae33320d1a9cb20a4b432fb985fea4ca4256e51 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:14 + 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:40:14 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 08:40:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:40:14 bdc911a9eb93: Preparing 08:40:14 75af40e6790b: Preparing 08:40:14 202658ffc7cf: Preparing 08:40:14 8d63b23b73cc: Preparing 08:40:14 003f2c479b3a: Preparing 08:40:14 92f8c0032c53: Preparing 08:40:14 52470bef0d25: Preparing 08:40:14 a8bb31501736: Preparing 08:40:14 b63f02ccd02e: Preparing 08:40:14 05863635ec2a: Preparing 08:40:14 96e05246a728: Preparing 08:40:14 eeaa73608b53: Preparing 08:40:14 b63f02ccd02e: Waiting 08:40:14 92f8c0032c53: Waiting 08:40:14 05863635ec2a: Waiting 08:40:14 52470bef0d25: Waiting 08:40:14 a8bb31501736: Waiting 08:40:14 96e05246a728: Waiting 08:40:14 eeaa73608b53: Waiting 08:40:14 bdc911a9eb93: Layer already exists 08:40:14 8d63b23b73cc: Layer already exists 08:40:14 202658ffc7cf: Layer already exists 08:40:14 75af40e6790b: Layer already exists 08:40:14 003f2c479b3a: Layer already exists 08:40:14 52470bef0d25: Layer already exists 08:40:14 92f8c0032c53: Layer already exists 08:40:14 a8bb31501736: Layer already exists 08:40:14 05863635ec2a: Layer already exists 08:40:14 b63f02ccd02e: Layer already exists 08:40:14 96e05246a728: Layer already exists 08:40:14 eeaa73608b53: Layer already exists 08:40:15 latest: digest: sha256:31cd0dbc3a552e16424518d62ae33320d1a9cb20a4b432fb985fea4ca4256e51 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:15 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:15 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.112 08:40:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:40:15 bdc911a9eb93: Preparing 08:40:15 75af40e6790b: Preparing 08:40:15 202658ffc7cf: Preparing 08:40:15 8d63b23b73cc: Preparing 08:40:15 003f2c479b3a: Preparing 08:40:15 92f8c0032c53: Preparing 08:40:15 52470bef0d25: Preparing 08:40:15 a8bb31501736: Preparing 08:40:15 b63f02ccd02e: Preparing 08:40:15 05863635ec2a: Preparing 08:40:15 96e05246a728: Preparing 08:40:15 eeaa73608b53: Preparing 08:40:15 a8bb31501736: Waiting 08:40:15 b63f02ccd02e: Waiting 08:40:15 92f8c0032c53: Waiting 08:40:15 05863635ec2a: Waiting 08:40:15 96e05246a728: Waiting 08:40:15 eeaa73608b53: Waiting 08:40:15 52470bef0d25: Waiting 08:40:15 003f2c479b3a: Layer already exists 08:40:15 202658ffc7cf: Layer already exists 08:40:15 bdc911a9eb93: Layer already exists 08:40:15 8d63b23b73cc: Layer already exists 08:40:15 75af40e6790b: Layer already exists 08:40:15 52470bef0d25: Layer already exists 08:40:15 92f8c0032c53: Layer already exists 08:40:15 b63f02ccd02e: Layer already exists 08:40:15 05863635ec2a: Layer already exists 08:40:15 a8bb31501736: Layer already exists 08:40:15 eeaa73608b53: Layer already exists 08:40:15 96e05246a728: Layer already exists 08:40:15 4.1.0-dev.112: digest: sha256:31cd0dbc3a552e16424518d62ae33320d1a9cb20a4b432fb985fea4ca4256e51 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:16 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:16 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:40:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:40:16 bdc911a9eb93: Preparing 08:40:16 75af40e6790b: Preparing 08:40:16 202658ffc7cf: Preparing 08:40:16 8d63b23b73cc: Preparing 08:40:16 003f2c479b3a: Preparing 08:40:16 92f8c0032c53: Preparing 08:40:16 52470bef0d25: Preparing 08:40:16 a8bb31501736: Preparing 08:40:16 b63f02ccd02e: Preparing 08:40:16 05863635ec2a: Preparing 08:40:16 96e05246a728: Preparing 08:40:16 eeaa73608b53: Preparing 08:40:16 a8bb31501736: Waiting 08:40:16 b63f02ccd02e: Waiting 08:40:16 05863635ec2a: Waiting 08:40:16 96e05246a728: Waiting 08:40:16 eeaa73608b53: Waiting 08:40:16 92f8c0032c53: Waiting 08:40:16 52470bef0d25: Waiting 08:40:16 8d63b23b73cc: Layer already exists 08:40:16 202658ffc7cf: Layer already exists 08:40:16 003f2c479b3a: Layer already exists 08:40:16 bdc911a9eb93: Layer already exists 08:40:16 75af40e6790b: Layer already exists 08:40:16 b63f02ccd02e: Layer already exists 08:40:16 92f8c0032c53: Layer already exists 08:40:16 52470bef0d25: Layer already exists 08:40:16 a8bb31501736: Layer already exists 08:40:16 05863635ec2a: Layer already exists 08:40:16 eeaa73608b53: Layer already exists 08:40:16 96e05246a728: Layer already exists 08:40:16 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:31cd0dbc3a552e16424518d62ae33320d1a9cb20a4b432fb985fea4ca4256e51 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:17 + 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:40:17 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 08:40:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:40:17 bdc911a9eb93: Preparing 08:40:17 75af40e6790b: Preparing 08:40:17 202658ffc7cf: Preparing 08:40:17 8d63b23b73cc: Preparing 08:40:17 003f2c479b3a: Preparing 08:40:17 92f8c0032c53: Preparing 08:40:17 52470bef0d25: Preparing 08:40:17 a8bb31501736: Preparing 08:40:17 b63f02ccd02e: Preparing 08:40:17 05863635ec2a: Preparing 08:40:17 96e05246a728: Preparing 08:40:17 eeaa73608b53: Preparing 08:40:17 92f8c0032c53: Waiting 08:40:17 52470bef0d25: Waiting 08:40:17 b63f02ccd02e: Waiting 08:40:17 05863635ec2a: Waiting 08:40:17 96e05246a728: Waiting 08:40:17 eeaa73608b53: Waiting 08:40:17 003f2c479b3a: Layer already exists 08:40:17 8d63b23b73cc: Layer already exists 08:40:17 bdc911a9eb93: Layer already exists 08:40:17 202658ffc7cf: Layer already exists 08:40:17 75af40e6790b: Layer already exists 08:40:17 92f8c0032c53: Layer already exists 08:40:17 52470bef0d25: Layer already exists 08:40:17 a8bb31501736: Layer already exists 08:40:17 05863635ec2a: Layer already exists 08:40:17 b63f02ccd02e: Layer already exists 08:40:17 96e05246a728: Layer already exists 08:40:17 eeaa73608b53: Layer already exists 08:40:17 main: digest: sha256:31cd0dbc3a552e16424518d62ae33320d1a9cb20a4b432fb985fea4ca4256e51 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:40:17 ===================================================== [Pipeline] echo 08:40:18 taggedImages: 08:40:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:40:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 08:40:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.112 08:40:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:40:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 08:40:18 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 08:40:18 fa9291b4267d8cf249f54b4b348df68d64af3156 08:40:18 latest 08:40:18 4.1.0-dev.112 08:40:18 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:40:18 main 08:40:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:18 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:40:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:40:18 a8d0148b301b: Preparing 08:40:18 f59b8862c687: Preparing 08:40:18 a8bb31501736: Preparing 08:40:18 b63f02ccd02e: Preparing 08:40:18 b4bc51760d9a: Preparing 08:40:18 ea68530beb86: Preparing 08:40:18 eeaa73608b53: Preparing 08:40:18 ea68530beb86: Waiting 08:40:18 eeaa73608b53: Waiting 08:40:18 a8bb31501736: Layer already exists 08:40:18 b63f02ccd02e: Layer already exists 08:40:19 eeaa73608b53: Layer already exists 08:40:19 b4bc51760d9a: Pushed 08:40:19 a8d0148b301b: Pushed 08:40:20 ea68530beb86: Pushed 08:40:26 f59b8862c687: Pushed 08:40:26 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:2ee9ddbcd93369268a83dbbd0d94f8433f182e3983d710ad6f0577578b75f674 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:26 + 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:40:27 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 08:40:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:40:27 a8d0148b301b: Preparing 08:40:27 f59b8862c687: Preparing 08:40:27 a8bb31501736: Preparing 08:40:27 b63f02ccd02e: Preparing 08:40:27 b4bc51760d9a: Preparing 08:40:27 ea68530beb86: Preparing 08:40:27 eeaa73608b53: Preparing 08:40:27 ea68530beb86: Waiting 08:40:27 eeaa73608b53: Waiting 08:40:27 f59b8862c687: Layer already exists 08:40:27 a8bb31501736: Layer already exists 08:40:27 a8d0148b301b: Layer already exists 08:40:27 b4bc51760d9a: Layer already exists 08:40:27 b63f02ccd02e: Layer already exists 08:40:27 ea68530beb86: Layer already exists 08:40:27 eeaa73608b53: Layer already exists 08:40:27 latest: digest: sha256:2ee9ddbcd93369268a83dbbd0d94f8433f182e3983d710ad6f0577578b75f674 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:27 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:28 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.112 08:40:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:40:28 a8d0148b301b: Preparing 08:40:28 f59b8862c687: Preparing 08:40:28 a8bb31501736: Preparing 08:40:28 b63f02ccd02e: Preparing 08:40:28 b4bc51760d9a: Preparing 08:40:28 ea68530beb86: Preparing 08:40:28 eeaa73608b53: Preparing 08:40:28 ea68530beb86: Waiting 08:40:28 eeaa73608b53: Waiting 08:40:28 a8d0148b301b: Layer already exists 08:40:28 a8bb31501736: Layer already exists 08:40:28 f59b8862c687: Layer already exists 08:40:28 b4bc51760d9a: Layer already exists 08:40:28 b63f02ccd02e: Layer already exists 08:40:28 ea68530beb86: Layer already exists 08:40:28 eeaa73608b53: Layer already exists 08:40:28 4.1.0-dev.112: digest: sha256:2ee9ddbcd93369268a83dbbd0d94f8433f182e3983d710ad6f0577578b75f674 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:28 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:29 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:40:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:40:29 a8d0148b301b: Preparing 08:40:29 f59b8862c687: Preparing 08:40:29 a8bb31501736: Preparing 08:40:29 b63f02ccd02e: Preparing 08:40:29 b4bc51760d9a: Preparing 08:40:29 ea68530beb86: Preparing 08:40:29 eeaa73608b53: Preparing 08:40:29 ea68530beb86: Waiting 08:40:29 eeaa73608b53: Waiting 08:40:29 f59b8862c687: Layer already exists 08:40:29 a8d0148b301b: Layer already exists 08:40:29 a8bb31501736: Layer already exists 08:40:29 b63f02ccd02e: Layer already exists 08:40:29 b4bc51760d9a: Layer already exists 08:40:29 eeaa73608b53: Layer already exists 08:40:29 ea68530beb86: Layer already exists 08:40:29 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:2ee9ddbcd93369268a83dbbd0d94f8433f182e3983d710ad6f0577578b75f674 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:29 + 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:40:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 08:40:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:40:30 a8d0148b301b: Preparing 08:40:30 f59b8862c687: Preparing 08:40:30 a8bb31501736: Preparing 08:40:30 b63f02ccd02e: Preparing 08:40:30 b4bc51760d9a: Preparing 08:40:30 ea68530beb86: Preparing 08:40:30 eeaa73608b53: Preparing 08:40:30 ea68530beb86: Waiting 08:40:30 eeaa73608b53: Waiting 08:40:30 f59b8862c687: Layer already exists 08:40:30 b63f02ccd02e: Layer already exists 08:40:30 a8d0148b301b: Layer already exists 08:40:30 a8bb31501736: Layer already exists 08:40:30 b4bc51760d9a: Layer already exists 08:40:30 eeaa73608b53: Layer already exists 08:40:30 ea68530beb86: Layer already exists 08:40:30 main: digest: sha256:2ee9ddbcd93369268a83dbbd0d94f8433f182e3983d710ad6f0577578b75f674 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:40:30 ===================================================== [Pipeline] echo 08:40:30 taggedImages: 08:40:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:40:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 08:40:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.112 08:40:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:40:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 08:40:30 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 08:40:30 fa9291b4267d8cf249f54b4b348df68d64af3156 08:40:30 latest 08:40:30 4.1.0-dev.112 08:40:30 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:40:30 main 08:40:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:30 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:40:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:40:31 7d660814f95b: Preparing 08:40:31 6bc283a50c68: Preparing 08:40:31 d4831f8d4d41: Preparing 08:40:31 a8bb31501736: Preparing 08:40:31 b63f02ccd02e: Preparing 08:40:31 10501b69dcf5: Preparing 08:40:31 a1763250dfdd: Preparing 08:40:31 394751d071ef: Preparing 08:40:31 d5281ca57831: Preparing 08:40:31 eeaa73608b53: Preparing 08:40:31 394751d071ef: Waiting 08:40:31 d5281ca57831: Waiting 08:40:31 eeaa73608b53: Waiting 08:40:31 10501b69dcf5: Waiting 08:40:31 a1763250dfdd: Waiting 08:40:31 a8bb31501736: Layer already exists 08:40:31 b63f02ccd02e: Layer already exists 08:40:31 6bc283a50c68: Pushed 08:40:31 d4831f8d4d41: Pushed 08:40:31 7d660814f95b: Pushed 08:40:31 eeaa73608b53: Layer already exists 08:40:31 394751d071ef: Pushed 08:40:32 d5281ca57831: Pushed 08:40:44 a1763250dfdd: Pushed 08:40:59 10501b69dcf5: Pushed 08:40:59 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:570d3464cca450882459641284c730279d8a5e4ef8eabbbd09929bfae1d5b535 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:00 + 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:41:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 08:41:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:41:00 7d660814f95b: Preparing 08:41:00 6bc283a50c68: Preparing 08:41:00 d4831f8d4d41: Preparing 08:41:00 a8bb31501736: Preparing 08:41:00 b63f02ccd02e: Preparing 08:41:00 10501b69dcf5: Preparing 08:41:00 a1763250dfdd: Preparing 08:41:00 10501b69dcf5: Waiting 08:41:00 394751d071ef: Preparing 08:41:00 a1763250dfdd: Waiting 08:41:00 d5281ca57831: Preparing 08:41:00 394751d071ef: Waiting 08:41:00 d5281ca57831: Waiting 08:41:00 eeaa73608b53: Preparing 08:41:00 7d660814f95b: Layer already exists 08:41:00 6bc283a50c68: Layer already exists 08:41:00 b63f02ccd02e: Layer already exists 08:41:00 d4831f8d4d41: Layer already exists 08:41:00 a8bb31501736: Layer already exists 08:41:00 394751d071ef: Layer already exists 08:41:00 a1763250dfdd: Layer already exists 08:41:00 10501b69dcf5: Layer already exists 08:41:00 d5281ca57831: Layer already exists 08:41:00 eeaa73608b53: Layer already exists 08:41:00 latest: digest: sha256:570d3464cca450882459641284c730279d8a5e4ef8eabbbd09929bfae1d5b535 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:01 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.112 08:41:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:41:01 7d660814f95b: Preparing 08:41:01 6bc283a50c68: Preparing 08:41:01 d4831f8d4d41: Preparing 08:41:01 a8bb31501736: Preparing 08:41:01 b63f02ccd02e: Preparing 08:41:01 10501b69dcf5: Preparing 08:41:01 a1763250dfdd: Preparing 08:41:01 394751d071ef: Preparing 08:41:01 d5281ca57831: Preparing 08:41:01 eeaa73608b53: Preparing 08:41:01 394751d071ef: Waiting 08:41:01 d5281ca57831: Waiting 08:41:01 eeaa73608b53: Waiting 08:41:01 10501b69dcf5: Waiting 08:41:01 a1763250dfdd: Waiting 08:41:01 d4831f8d4d41: Layer already exists 08:41:01 b63f02ccd02e: Layer already exists 08:41:01 a8bb31501736: Layer already exists 08:41:01 6bc283a50c68: Layer already exists 08:41:01 7d660814f95b: Layer already exists 08:41:01 10501b69dcf5: Layer already exists 08:41:01 a1763250dfdd: Layer already exists 08:41:01 d5281ca57831: Layer already exists 08:41:01 394751d071ef: Layer already exists 08:41:01 eeaa73608b53: Layer already exists 08:41:01 4.1.0-dev.112: digest: sha256:570d3464cca450882459641284c730279d8a5e4ef8eabbbd09929bfae1d5b535 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:01 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:41:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:41:02 7d660814f95b: Preparing 08:41:02 6bc283a50c68: Preparing 08:41:02 d4831f8d4d41: Preparing 08:41:02 a8bb31501736: Preparing 08:41:02 b63f02ccd02e: Preparing 08:41:02 10501b69dcf5: Preparing 08:41:02 a1763250dfdd: Preparing 08:41:02 394751d071ef: Preparing 08:41:02 d5281ca57831: Preparing 08:41:02 eeaa73608b53: Preparing 08:41:02 10501b69dcf5: Waiting 08:41:02 a1763250dfdd: Waiting 08:41:02 394751d071ef: Waiting 08:41:02 d5281ca57831: Waiting 08:41:02 eeaa73608b53: Waiting 08:41:02 7d660814f95b: Layer already exists 08:41:02 b63f02ccd02e: Layer already exists 08:41:02 6bc283a50c68: Layer already exists 08:41:02 d4831f8d4d41: Layer already exists 08:41:02 a8bb31501736: Layer already exists 08:41:02 394751d071ef: Layer already exists 08:41:02 10501b69dcf5: Layer already exists 08:41:02 a1763250dfdd: Layer already exists 08:41:02 d5281ca57831: Layer already exists 08:41:02 eeaa73608b53: Layer already exists 08:41:02 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:570d3464cca450882459641284c730279d8a5e4ef8eabbbd09929bfae1d5b535 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:02 + 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:41:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 08:41:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:41:06 7d660814f95b: Preparing 08:41:06 6bc283a50c68: Preparing 08:41:06 d4831f8d4d41: Preparing 08:41:06 a8bb31501736: Preparing 08:41:06 b63f02ccd02e: Preparing 08:41:06 10501b69dcf5: Preparing 08:41:06 a1763250dfdd: Preparing 08:41:06 394751d071ef: Preparing 08:41:06 d5281ca57831: Preparing 08:41:06 eeaa73608b53: Preparing 08:41:06 a1763250dfdd: Waiting 08:41:06 394751d071ef: Waiting 08:41:06 d5281ca57831: Waiting 08:41:06 10501b69dcf5: Waiting 08:41:06 eeaa73608b53: Waiting 08:41:06 a8bb31501736: Layer already exists 08:41:06 d4831f8d4d41: Layer already exists 08:41:06 b63f02ccd02e: Layer already exists 08:41:06 6bc283a50c68: Layer already exists 08:41:06 7d660814f95b: Layer already exists 08:41:06 10501b69dcf5: Layer already exists 08:41:06 a1763250dfdd: Layer already exists 08:41:06 394751d071ef: Layer already exists 08:41:06 eeaa73608b53: Layer already exists 08:41:06 d5281ca57831: Layer already exists 08:41:06 main: digest: sha256:570d3464cca450882459641284c730279d8a5e4ef8eabbbd09929bfae1d5b535 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:41:06 ===================================================== [Pipeline] echo 08:41:06 taggedImages: 08:41:06 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:41:06 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 08:41:06 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.112 08:41:06 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:41:06 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 08:41:07 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 08:41:07 fa9291b4267d8cf249f54b4b348df68d64af3156 08:41:07 latest 08:41:07 4.1.0-dev.112 08:41:07 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:41:07 main 08:41:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:07 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:41:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:41:07 69719cf1b91c: Preparing 08:41:07 8d4b95d8ec74: Preparing 08:41:07 0275271dad32: Preparing 08:41:07 a8bb31501736: Preparing 08:41:07 b63f02ccd02e: Preparing 08:41:07 b33a5fde5adf: Preparing 08:41:07 96c884ee4ecf: Preparing 08:41:07 d98b3bd1503b: Preparing 08:41:07 eeaa73608b53: Preparing 08:41:07 96c884ee4ecf: Waiting 08:41:07 d98b3bd1503b: Waiting 08:41:07 b33a5fde5adf: Waiting 08:41:07 eeaa73608b53: Waiting 08:41:07 b63f02ccd02e: Layer already exists 08:41:07 a8bb31501736: Layer already exists 08:41:07 0275271dad32: Pushed 08:41:07 8d4b95d8ec74: Pushed 08:41:07 69719cf1b91c: Pushed 08:41:07 eeaa73608b53: Layer already exists 08:41:07 96c884ee4ecf: Pushed 08:41:08 d98b3bd1503b: Pushed 08:41:40 b33a5fde5adf: Pushed 08:41:40 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:fc934b49fd7529e315fccc6e6febdcc7eeb3ee805d7842b34197a253e2392117 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:41 + 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:41:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 08:41:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:41:41 69719cf1b91c: Preparing 08:41:41 8d4b95d8ec74: Preparing 08:41:41 0275271dad32: Preparing 08:41:41 a8bb31501736: Preparing 08:41:41 b63f02ccd02e: Preparing 08:41:41 b33a5fde5adf: Preparing 08:41:41 96c884ee4ecf: Preparing 08:41:41 d98b3bd1503b: Preparing 08:41:41 eeaa73608b53: Preparing 08:41:41 b33a5fde5adf: Waiting 08:41:41 96c884ee4ecf: Waiting 08:41:41 d98b3bd1503b: Waiting 08:41:41 eeaa73608b53: Waiting 08:41:41 8d4b95d8ec74: Layer already exists 08:41:41 a8bb31501736: Layer already exists 08:41:41 0275271dad32: Layer already exists 08:41:41 69719cf1b91c: Layer already exists 08:41:41 b63f02ccd02e: Layer already exists 08:41:41 b33a5fde5adf: Layer already exists 08:41:41 eeaa73608b53: Layer already exists 08:41:41 d98b3bd1503b: Layer already exists 08:41:41 96c884ee4ecf: Layer already exists 08:41:41 latest: digest: sha256:fc934b49fd7529e315fccc6e6febdcc7eeb3ee805d7842b34197a253e2392117 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:42 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.112 08:41:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:41:42 69719cf1b91c: Preparing 08:41:42 8d4b95d8ec74: Preparing 08:41:42 0275271dad32: Preparing 08:41:42 a8bb31501736: Preparing 08:41:42 b63f02ccd02e: Preparing 08:41:42 b33a5fde5adf: Preparing 08:41:42 96c884ee4ecf: Preparing 08:41:42 d98b3bd1503b: Preparing 08:41:42 eeaa73608b53: Preparing 08:41:42 96c884ee4ecf: Waiting 08:41:42 eeaa73608b53: Waiting 08:41:42 d98b3bd1503b: Waiting 08:41:42 b33a5fde5adf: Waiting 08:41:42 8d4b95d8ec74: Layer already exists 08:41:42 0275271dad32: Layer already exists 08:41:42 a8bb31501736: Layer already exists 08:41:42 69719cf1b91c: Layer already exists 08:41:42 b63f02ccd02e: Layer already exists 08:41:42 d98b3bd1503b: Layer already exists 08:41:42 96c884ee4ecf: Layer already exists 08:41:42 eeaa73608b53: Layer already exists 08:41:42 b33a5fde5adf: Layer already exists 08:41:42 4.1.0-dev.112: digest: sha256:fc934b49fd7529e315fccc6e6febdcc7eeb3ee805d7842b34197a253e2392117 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:43 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:41:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:41:43 69719cf1b91c: Preparing 08:41:43 8d4b95d8ec74: Preparing 08:41:43 0275271dad32: Preparing 08:41:43 a8bb31501736: Preparing 08:41:43 b63f02ccd02e: Preparing 08:41:43 b33a5fde5adf: Preparing 08:41:43 96c884ee4ecf: Preparing 08:41:43 d98b3bd1503b: Preparing 08:41:43 eeaa73608b53: Preparing 08:41:43 96c884ee4ecf: Waiting 08:41:43 d98b3bd1503b: Waiting 08:41:43 eeaa73608b53: Waiting 08:41:43 b33a5fde5adf: Waiting 08:41:43 a8bb31501736: Layer already exists 08:41:43 0275271dad32: Layer already exists 08:41:43 69719cf1b91c: Layer already exists 08:41:43 8d4b95d8ec74: Layer already exists 08:41:43 b63f02ccd02e: Layer already exists 08:41:43 96c884ee4ecf: Layer already exists 08:41:43 d98b3bd1503b: Layer already exists 08:41:43 b33a5fde5adf: Layer already exists 08:41:43 eeaa73608b53: Layer already exists 08:41:43 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:fc934b49fd7529e315fccc6e6febdcc7eeb3ee805d7842b34197a253e2392117 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:44 + 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:41:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 08:41:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:41:44 69719cf1b91c: Preparing 08:41:44 8d4b95d8ec74: Preparing 08:41:44 0275271dad32: Preparing 08:41:44 a8bb31501736: Preparing 08:41:44 b63f02ccd02e: Preparing 08:41:44 b33a5fde5adf: Preparing 08:41:44 96c884ee4ecf: Preparing 08:41:44 b33a5fde5adf: Waiting 08:41:44 d98b3bd1503b: Preparing 08:41:44 96c884ee4ecf: Waiting 08:41:44 eeaa73608b53: Preparing 08:41:44 d98b3bd1503b: Waiting 08:41:44 eeaa73608b53: Waiting 08:41:44 69719cf1b91c: Layer already exists 08:41:44 8d4b95d8ec74: Layer already exists 08:41:44 0275271dad32: Layer already exists 08:41:44 a8bb31501736: Layer already exists 08:41:44 b63f02ccd02e: Layer already exists 08:41:44 d98b3bd1503b: Layer already exists 08:41:44 96c884ee4ecf: Layer already exists 08:41:44 b33a5fde5adf: Layer already exists 08:41:44 eeaa73608b53: Layer already exists 08:41:44 main: digest: sha256:fc934b49fd7529e315fccc6e6febdcc7eeb3ee805d7842b34197a253e2392117 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:41:44 ===================================================== [Pipeline] echo 08:41:44 taggedImages: 08:41:44 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:41:44 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 08:41:44 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.112 08:41:44 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:41:44 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 08:41:44 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 08:41:44 fa9291b4267d8cf249f54b4b348df68d64af3156 08:41:44 latest 08:41:44 4.1.0-dev.112 08:41:44 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:41:44 main 08:41:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:45 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:41:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:41:45 1f9e64f85158: Preparing 08:41:45 74d212d89071: Preparing 08:41:45 0f3e2d56780b: Preparing 08:41:45 a8bb31501736: Preparing 08:41:45 b63f02ccd02e: Preparing 08:41:45 b33a5fde5adf: Preparing 08:41:45 394751d071ef: Preparing 08:41:45 d5281ca57831: Preparing 08:41:45 eeaa73608b53: Preparing 08:41:45 394751d071ef: Waiting 08:41:45 d5281ca57831: Waiting 08:41:45 eeaa73608b53: Waiting 08:41:45 b33a5fde5adf: Waiting 08:41:45 a8bb31501736: Layer already exists 08:41:45 74d212d89071: Pushed 08:41:45 0f3e2d56780b: Pushed 08:41:49 b63f02ccd02e: Layer already exists 08:41:49 b33a5fde5adf: Layer already exists 08:41:49 394751d071ef: Layer already exists 08:41:49 d5281ca57831: Layer already exists 08:41:49 eeaa73608b53: Layer already exists 08:41:49 1f9e64f85158: Pushed 08:41:49 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:c62b1737776231fc19a4953431c522a55874ebe51eb90a71c7529fdfafc17cf5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:49 + 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:41:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 08:41:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:41:50 1f9e64f85158: Preparing 08:41:50 74d212d89071: Preparing 08:41:50 0f3e2d56780b: Preparing 08:41:50 a8bb31501736: Preparing 08:41:50 b63f02ccd02e: Preparing 08:41:50 b33a5fde5adf: Preparing 08:41:50 394751d071ef: Preparing 08:41:50 d5281ca57831: Preparing 08:41:50 eeaa73608b53: Preparing 08:41:50 394751d071ef: Waiting 08:41:50 d5281ca57831: Waiting 08:41:50 eeaa73608b53: Waiting 08:41:50 b33a5fde5adf: Waiting 08:41:50 0f3e2d56780b: Layer already exists 08:41:50 a8bb31501736: Layer already exists 08:41:50 1f9e64f85158: Layer already exists 08:41:50 b63f02ccd02e: Layer already exists 08:41:50 74d212d89071: Layer already exists 08:41:50 394751d071ef: Layer already exists 08:41:50 b33a5fde5adf: Layer already exists 08:41:50 d5281ca57831: Layer already exists 08:41:50 eeaa73608b53: Layer already exists 08:41:50 latest: digest: sha256:c62b1737776231fc19a4953431c522a55874ebe51eb90a71c7529fdfafc17cf5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:50 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.112 08:41:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:41:51 1f9e64f85158: Preparing 08:41:51 74d212d89071: Preparing 08:41:51 0f3e2d56780b: Preparing 08:41:51 a8bb31501736: Preparing 08:41:51 b63f02ccd02e: Preparing 08:41:51 b33a5fde5adf: Preparing 08:41:51 394751d071ef: Preparing 08:41:51 d5281ca57831: Preparing 08:41:51 eeaa73608b53: Preparing 08:41:51 b33a5fde5adf: Waiting 08:41:51 394751d071ef: Waiting 08:41:51 eeaa73608b53: Waiting 08:41:51 d5281ca57831: Waiting 08:41:51 1f9e64f85158: Layer already exists 08:41:51 a8bb31501736: Layer already exists 08:41:51 b63f02ccd02e: Layer already exists 08:41:51 74d212d89071: Layer already exists 08:41:51 0f3e2d56780b: Layer already exists 08:41:51 394751d071ef: Layer already exists 08:41:51 b33a5fde5adf: Layer already exists 08:41:51 d5281ca57831: Layer already exists 08:41:51 eeaa73608b53: Layer already exists 08:41:51 4.1.0-dev.112: digest: sha256:c62b1737776231fc19a4953431c522a55874ebe51eb90a71c7529fdfafc17cf5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:51 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:41:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:41:52 1f9e64f85158: Preparing 08:41:52 74d212d89071: Preparing 08:41:52 0f3e2d56780b: Preparing 08:41:52 a8bb31501736: Preparing 08:41:52 b63f02ccd02e: Preparing 08:41:52 b33a5fde5adf: Preparing 08:41:52 394751d071ef: Preparing 08:41:52 d5281ca57831: Preparing 08:41:52 eeaa73608b53: Preparing 08:41:52 394751d071ef: Waiting 08:41:52 d5281ca57831: Waiting 08:41:52 eeaa73608b53: Waiting 08:41:52 b33a5fde5adf: Waiting 08:41:52 1f9e64f85158: Layer already exists 08:41:52 b63f02ccd02e: Layer already exists 08:41:52 a8bb31501736: Layer already exists 08:41:52 74d212d89071: Layer already exists 08:41:52 0f3e2d56780b: Layer already exists 08:41:52 eeaa73608b53: Layer already exists 08:41:52 b33a5fde5adf: Layer already exists 08:41:52 394751d071ef: Layer already exists 08:41:52 d5281ca57831: Layer already exists 08:41:52 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:c62b1737776231fc19a4953431c522a55874ebe51eb90a71c7529fdfafc17cf5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:52 + 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:41:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 08:41:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:41:52 1f9e64f85158: Preparing 08:41:52 74d212d89071: Preparing 08:41:52 0f3e2d56780b: Preparing 08:41:52 a8bb31501736: Preparing 08:41:52 b63f02ccd02e: Preparing 08:41:52 b33a5fde5adf: Preparing 08:41:52 394751d071ef: Preparing 08:41:52 d5281ca57831: Preparing 08:41:52 eeaa73608b53: Preparing 08:41:52 b33a5fde5adf: Waiting 08:41:52 394751d071ef: Waiting 08:41:52 d5281ca57831: Waiting 08:41:52 eeaa73608b53: Waiting 08:41:52 74d212d89071: Layer already exists 08:41:52 0f3e2d56780b: Layer already exists 08:41:52 1f9e64f85158: Layer already exists 08:41:52 b63f02ccd02e: Layer already exists 08:41:52 a8bb31501736: Layer already exists 08:41:52 d5281ca57831: Layer already exists 08:41:52 394751d071ef: Layer already exists 08:41:52 b33a5fde5adf: Layer already exists 08:41:52 eeaa73608b53: Layer already exists 08:41:52 main: digest: sha256:c62b1737776231fc19a4953431c522a55874ebe51eb90a71c7529fdfafc17cf5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:41:53 ===================================================== [Pipeline] echo 08:41:53 taggedImages: 08:41:53 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:41:53 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 08:41:53 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.112 08:41:53 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:41:53 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 08:41:53 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 08:41:53 fa9291b4267d8cf249f54b4b348df68d64af3156 08:41:53 latest 08:41:53 4.1.0-dev.112 08:41:53 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:41:53 main 08:41:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:53 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:41:53 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:41:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:41:53 f3f6fd62790e: Preparing 08:41:53 9574b2f35738: Preparing 08:41:53 a8bb31501736: Preparing 08:41:53 b63f02ccd02e: Preparing 08:41:53 ca42ff89d711: Preparing 08:41:53 40fb997d8b38: Preparing 08:41:53 eeaa73608b53: Preparing 08:41:53 40fb997d8b38: Waiting 08:41:53 eeaa73608b53: Waiting 08:41:53 b63f02ccd02e: Layer already exists 08:41:54 a8bb31501736: Layer already exists 08:41:54 eeaa73608b53: Layer already exists 08:41:54 ca42ff89d711: Pushed 08:41:54 f3f6fd62790e: Pushed 08:41:55 40fb997d8b38: Pushed 08:42:03 9574b2f35738: Pushed 08:42:03 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:49b89dc32cca8af947cb2fe14881549a9beb589a489a4da2b6ca06d05824ab00 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:42:04 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:42:04 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 08:42:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:42:04 f3f6fd62790e: Preparing 08:42:04 9574b2f35738: Preparing 08:42:04 a8bb31501736: Preparing 08:42:04 b63f02ccd02e: Preparing 08:42:04 ca42ff89d711: Preparing 08:42:04 40fb997d8b38: Preparing 08:42:04 eeaa73608b53: Preparing 08:42:04 40fb997d8b38: Waiting 08:42:04 eeaa73608b53: Waiting 08:42:04 f3f6fd62790e: Layer already exists 08:42:04 9574b2f35738: Layer already exists 08:42:04 b63f02ccd02e: Layer already exists 08:42:04 a8bb31501736: Layer already exists 08:42:04 ca42ff89d711: Layer already exists 08:42:04 40fb997d8b38: Layer already exists 08:42:04 eeaa73608b53: Layer already exists 08:42:04 latest: digest: sha256:49b89dc32cca8af947cb2fe14881549a9beb589a489a4da2b6ca06d05824ab00 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:42:04 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:42:05 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.112 08:42:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:42:05 f3f6fd62790e: Preparing 08:42:05 9574b2f35738: Preparing 08:42:05 a8bb31501736: Preparing 08:42:05 b63f02ccd02e: Preparing 08:42:05 ca42ff89d711: Preparing 08:42:05 40fb997d8b38: Preparing 08:42:05 eeaa73608b53: Preparing 08:42:05 40fb997d8b38: Waiting 08:42:05 eeaa73608b53: Waiting 08:42:05 9574b2f35738: Layer already exists 08:42:05 ca42ff89d711: Layer already exists 08:42:05 f3f6fd62790e: Layer already exists 08:42:05 a8bb31501736: Layer already exists 08:42:05 b63f02ccd02e: Layer already exists 08:42:05 40fb997d8b38: Layer already exists 08:42:05 eeaa73608b53: Layer already exists 08:42:05 4.1.0-dev.112: digest: sha256:49b89dc32cca8af947cb2fe14881549a9beb589a489a4da2b6ca06d05824ab00 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:42:05 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:42:06 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:42:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:42:06 f3f6fd62790e: Preparing 08:42:06 9574b2f35738: Preparing 08:42:06 a8bb31501736: Preparing 08:42:06 b63f02ccd02e: Preparing 08:42:06 ca42ff89d711: Preparing 08:42:06 40fb997d8b38: Preparing 08:42:06 eeaa73608b53: Preparing 08:42:06 40fb997d8b38: Waiting 08:42:06 eeaa73608b53: Waiting 08:42:06 b63f02ccd02e: Layer already exists 08:42:06 f3f6fd62790e: Layer already exists 08:42:06 a8bb31501736: Layer already exists 08:42:06 ca42ff89d711: Layer already exists 08:42:06 9574b2f35738: Layer already exists 08:42:06 eeaa73608b53: Layer already exists 08:42:06 40fb997d8b38: Layer already exists 08:42:06 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:49b89dc32cca8af947cb2fe14881549a9beb589a489a4da2b6ca06d05824ab00 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:42:06 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:42:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 08:42:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:42:07 f3f6fd62790e: Preparing 08:42:07 9574b2f35738: Preparing 08:42:07 a8bb31501736: Preparing 08:42:07 b63f02ccd02e: Preparing 08:42:07 ca42ff89d711: Preparing 08:42:07 40fb997d8b38: Preparing 08:42:07 eeaa73608b53: Preparing 08:42:07 40fb997d8b38: Waiting 08:42:07 eeaa73608b53: Waiting 08:42:07 a8bb31501736: Layer already exists 08:42:07 f3f6fd62790e: Layer already exists 08:42:07 ca42ff89d711: Layer already exists 08:42:07 b63f02ccd02e: Layer already exists 08:42:07 9574b2f35738: Layer already exists 08:42:07 40fb997d8b38: Layer already exists 08:42:07 eeaa73608b53: Layer already exists 08:42:07 main: digest: sha256:49b89dc32cca8af947cb2fe14881549a9beb589a489a4da2b6ca06d05824ab00 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:42:07 ===================================================== [Pipeline] echo 08:42:07 taggedImages: 08:42:07 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:42:07 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 08:42:07 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.112 08:42:07 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:42:07 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 08:42:07 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 08:42:07 fa9291b4267d8cf249f54b4b348df68d64af3156 08:42:07 latest 08:42:07 4.1.0-dev.112 08:42:07 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:42:07 main 08:42:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:42:07 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:42:08 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:42:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:42:08 2efdd26cef2a: Preparing 08:42:08 d233f342fadd: Preparing 08:42:08 a8bb31501736: Preparing 08:42:08 b63f02ccd02e: Preparing 08:42:08 3f97918e36f5: Preparing 08:42:08 3e4b6419d2d6: Preparing 08:42:08 eeaa73608b53: Preparing 08:42:08 3e4b6419d2d6: Waiting 08:42:08 eeaa73608b53: Waiting 08:42:08 b63f02ccd02e: Layer already exists 08:42:08 a8bb31501736: Layer already exists 08:42:08 eeaa73608b53: Layer already exists 08:42:08 3f97918e36f5: Pushed 08:42:08 2efdd26cef2a: Pushed 08:42:09 3e4b6419d2d6: Pushed 08:42:17 d233f342fadd: Pushed 08:42:17 fa9291b4267d8cf249f54b4b348df68d64af3156: digest: sha256:530dab32314982248acf7eb6ebcab049f26ec6a60865417863c025aecc83aeb5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:42:18 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:42:18 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 08:42:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:42:18 2efdd26cef2a: Preparing 08:42:18 d233f342fadd: Preparing 08:42:18 a8bb31501736: Preparing 08:42:18 b63f02ccd02e: Preparing 08:42:18 3f97918e36f5: Preparing 08:42:18 3e4b6419d2d6: Preparing 08:42:18 eeaa73608b53: Preparing 08:42:18 3e4b6419d2d6: Waiting 08:42:18 eeaa73608b53: Waiting 08:42:18 a8bb31501736: Layer already exists 08:42:18 3f97918e36f5: Layer already exists 08:42:18 b63f02ccd02e: Layer already exists 08:42:18 2efdd26cef2a: Layer already exists 08:42:18 d233f342fadd: Layer already exists 08:42:18 3e4b6419d2d6: Layer already exists 08:42:18 eeaa73608b53: Layer already exists 08:42:18 latest: digest: sha256:530dab32314982248acf7eb6ebcab049f26ec6a60865417863c025aecc83aeb5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:42:19 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:42:19 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.112 08:42:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:42:19 2efdd26cef2a: Preparing 08:42:19 d233f342fadd: Preparing 08:42:19 a8bb31501736: Preparing 08:42:19 b63f02ccd02e: Preparing 08:42:19 3f97918e36f5: Preparing 08:42:19 3e4b6419d2d6: Preparing 08:42:19 eeaa73608b53: Preparing 08:42:19 3e4b6419d2d6: Waiting 08:42:19 eeaa73608b53: Waiting 08:42:19 b63f02ccd02e: Layer already exists 08:42:19 a8bb31501736: Layer already exists 08:42:19 3f97918e36f5: Layer already exists 08:42:19 d233f342fadd: Layer already exists 08:42:19 2efdd26cef2a: Layer already exists 08:42:19 eeaa73608b53: Layer already exists 08:42:19 3e4b6419d2d6: Layer already exists 08:42:19 4.1.0-dev.112: digest: sha256:530dab32314982248acf7eb6ebcab049f26ec6a60865417863c025aecc83aeb5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:42:20 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:42:20 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:42:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:42:20 2efdd26cef2a: Preparing 08:42:20 d233f342fadd: Preparing 08:42:20 a8bb31501736: Preparing 08:42:20 b63f02ccd02e: Preparing 08:42:20 3f97918e36f5: Preparing 08:42:20 3e4b6419d2d6: Preparing 08:42:20 eeaa73608b53: Preparing 08:42:20 3e4b6419d2d6: Waiting 08:42:20 eeaa73608b53: Waiting 08:42:20 b63f02ccd02e: Layer already exists 08:42:20 2efdd26cef2a: Layer already exists 08:42:20 d233f342fadd: Layer already exists 08:42:20 3f97918e36f5: Layer already exists 08:42:20 a8bb31501736: Layer already exists 08:42:20 3e4b6419d2d6: Layer already exists 08:42:20 eeaa73608b53: Layer already exists 08:42:20 fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112: digest: sha256:530dab32314982248acf7eb6ebcab049f26ec6a60865417863c025aecc83aeb5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:42:20 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:42:21 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 08:42:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:42:21 2efdd26cef2a: Preparing 08:42:21 d233f342fadd: Preparing 08:42:21 a8bb31501736: Preparing 08:42:21 b63f02ccd02e: Preparing 08:42:21 3f97918e36f5: Preparing 08:42:21 3e4b6419d2d6: Preparing 08:42:21 eeaa73608b53: Preparing 08:42:21 3e4b6419d2d6: Waiting 08:42:21 eeaa73608b53: Waiting 08:42:21 2efdd26cef2a: Layer already exists 08:42:21 3f97918e36f5: Layer already exists 08:42:21 d233f342fadd: Layer already exists 08:42:21 b63f02ccd02e: Layer already exists 08:42:21 a8bb31501736: Layer already exists 08:42:21 3e4b6419d2d6: Layer already exists 08:42:21 eeaa73608b53: Layer already exists 08:42:21 main: digest: sha256:530dab32314982248acf7eb6ebcab049f26ec6a60865417863c025aecc83aeb5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:42:21 ===================================================== [Pipeline] echo 08:42:21 taggedImages: 08:42:21 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 08:42:21 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 08:42:21 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.112 08:42:21 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 08:42:21 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.112 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.112 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.112 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.112 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.112 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.112 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.112 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.112 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.112 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.112 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.112 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo 08:42:21 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 08:42:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.112 [Pipeline] echo 08:42:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo 08:42:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 08:42:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo 08:42:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 08:42:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.112 [Pipeline] echo 08:42:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo 08:42:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 08:42:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo 08:42:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 08:42:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.112 [Pipeline] echo 08:42:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo 08:42:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 08:42:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156 [Pipeline] echo 08:42:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 08:42:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.112 [Pipeline] echo 08:42:22 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fa9291b4267d8cf249f54b4b348df68d64af3156-4.1.0-dev.112 [Pipeline] echo 08:42:22 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:42:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:42:22 08:42:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:42:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:42:23 arm64: Pulling from edgex-lftools-log-publisher 08:42:23 8998bd30e6a1: Pulling fs layer 08:42:23 04944245beec: Pulling fs layer 08:42:23 699f458cf7ca: Pulling fs layer 08:42:23 765212b225bb: Pulling fs layer 08:42:23 f23df028b6ca: Pulling fs layer 08:42:23 765212b225bb: Waiting 08:42:23 f23df028b6ca: Waiting 08:42:23 d65c8cfc05b1: Pulling fs layer 08:42:23 2437ff75d9bd: Pulling fs layer 08:42:23 d65c8cfc05b1: Waiting 08:42:23 04944245beec: Verifying Checksum 08:42:23 04944245beec: Download complete 08:42:23 765212b225bb: Verifying Checksum 08:42:23 765212b225bb: Download complete 08:42:23 f23df028b6ca: Verifying Checksum 08:42:23 f23df028b6ca: Download complete 08:42:23 d65c8cfc05b1: Verifying Checksum 08:42:23 d65c8cfc05b1: Download complete 08:42:23 699f458cf7ca: Verifying Checksum 08:42:23 699f458cf7ca: Download complete 08:42:23 8998bd30e6a1: Download complete 08:42:26 2437ff75d9bd: Verifying Checksum 08:42:26 2437ff75d9bd: Download complete 08:42:28 8998bd30e6a1: Pull complete 08:42:30 04944245beec: Pull complete 08:42:31 699f458cf7ca: Pull complete 08:42:32 765212b225bb: Pull complete 08:42:32 f23df028b6ca: Pull complete 08:42:33 d65c8cfc05b1: Pull complete 08:42:51 2437ff75d9bd: Pull complete 08:42:51 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 08:42:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:42:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:42:51 prd-ubuntu20.04-docker-arm64-4c-16g-8741 does not seem to be running inside a container 08:42:51 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/972 -v /w/workspace/edgex-go/972:/w/workspace/edgex-go/972:rw,z -v /w/workspace/edgex-go/972@tmp:/w/workspace/edgex-go/972@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:42:54 $ docker top 3a3361c758edb98f5d713a2d7cc95f2c949ae69dc0c100dd8dba9fbed476545a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:42:55 ---> job-cost.sh 08:42:55 lf-activate-venv: SKIPPING 08:42:55 INFO: No Stack... 08:42:55 INFO: Retrieving Pricing Info for: v3-standard-4 08:42:56 INFO: Archiving Costs [Pipeline] sh 08:42:57 + cat /w/workspace/edgex-go/972/archives/cost.csv 08:42:57 + cut -d, -f6 [Pipeline] lock 08:42:57 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-972-stack-cost] 08:42:57 Resource [jenkins-edgexfoundry-edgex-go-main-972-stack-cost] did not exist. Created. 08:42:57 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-972-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:42:57 + echo total: 0.10999999940395355 [Pipeline] stash 08:42:58 Stashed 1 file(s) [Pipeline] } 08:42:58 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-972-stack-cost] [Pipeline] // lock [Pipeline] } 08:42:58 $ docker stop --time=1 3a3361c758edb98f5d713a2d7cc95f2c949ae69dc0c100dd8dba9fbed476545a 08:42:59 $ docker rm -f --volumes 3a3361c758edb98f5d713a2d7cc95f2c949ae69dc0c100dd8dba9fbed476545a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 13:49:49 Cancelling nested steps due to timeout 13:49:49 Sending interrupt signal to process 13:49:51 script returned exit code 143 [Pipeline] } 13:49:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 13:49:51 + '[' -d /w/workspace/edgex-go/972/archives ']' [Pipeline] libraryResource [Pipeline] sh 13:49:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:49:52 ---> package-listing.sh 13:49:52 ++ facter osfamily 13:49:52 ++ tr '[:upper:]' '[:lower:]' 13:49:52 + OS_FAMILY=redhat 13:49:52 + workspace=/w/workspace/edgex-go/972 13:49:52 + START_PACKAGES=/tmp/packages_start.txt 13:49:52 + END_PACKAGES=/tmp/packages_end.txt 13:49:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:49:52 + PACKAGES=/tmp/packages_start.txt 13:49:52 + '[' /w/workspace/edgex-go/972 ']' 13:49:52 + PACKAGES=/tmp/packages_end.txt 13:49:52 + case "${OS_FAMILY}" in 13:49:52 + rpm -qa 13:49:52 + sort 13:49:53 + '[' -f /tmp/packages_start.txt ']' 13:49:53 + '[' -f /tmp/packages_end.txt ']' 13:49:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:49:53 + '[' /w/workspace/edgex-go/972 ']' 13:49:53 + mkdir -p /w/workspace/edgex-go/972/archives/ 13:49:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/972/archives/ [Pipeline] echo 13:49:53 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/972/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:49:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:49:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:49:54 13:49:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:49:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:49:54 latest: Pulling from edgex-lftools-log-publisher 13:49:54 5eb5b503b376: Pulling fs layer 13:49:54 5c69ac0246d0: Pulling fs layer 13:49:54 ec43610c2a17: Pulling fs layer 13:49:54 3a2ae6a8a46f: Pulling fs layer 13:49:54 33b1e0a273af: Pulling fs layer 13:49:54 5d3b04190fa2: Pulling fs layer 13:49:54 2f39f015ded8: Pulling fs layer 13:49:54 33b1e0a273af: Waiting 13:49:54 5d3b04190fa2: Waiting 13:49:54 2f39f015ded8: Waiting 13:49:54 3a2ae6a8a46f: Waiting 13:49:54 5c69ac0246d0: Verifying Checksum 13:49:54 5c69ac0246d0: Download complete 13:49:54 3a2ae6a8a46f: Verifying Checksum 13:49:54 3a2ae6a8a46f: Download complete 13:49:54 ec43610c2a17: Verifying Checksum 13:49:54 ec43610c2a17: Download complete 13:49:54 33b1e0a273af: Verifying Checksum 13:49:54 33b1e0a273af: Download complete 13:49:54 5d3b04190fa2: Verifying Checksum 13:49:54 5d3b04190fa2: Download complete 13:49:54 5eb5b503b376: Download complete 13:49:55 2f39f015ded8: Verifying Checksum 13:49:55 2f39f015ded8: Download complete 13:49:56 5eb5b503b376: Pull complete 13:49:56 5c69ac0246d0: Pull complete 13:49:56 ec43610c2a17: Pull complete 13:49:56 3a2ae6a8a46f: Pull complete 13:49:57 33b1e0a273af: Pull complete 13:49:57 5d3b04190fa2: Pull complete 13:50:01 2f39f015ded8: Pull complete 13:50:01 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 13:50:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:50:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:50:01 prd-centos7-docker-4c-2g-8742 does not seem to be running inside a container 13:50:01 $ 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/972/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:50:05 $ docker top 6ed0c44a715b00a1d4de1030e2591a7eec1940ea729a2aa653ef41e024e8c9bb -eo pid,comm [Pipeline] { [Pipeline] sh 13:50:05 + touch /tmp/pre-build-complete [Pipeline] sh 13:50:05 + mkdir -p /var/log/sysstat [Pipeline] sh 13:50:06 + ls /var/log/sa-host 13:50:06 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:50:06 provisioning config files... 13:50:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config3669594259851801009tmp [Pipeline] { [Pipeline] echo 13:50:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:50:06 ---> create-netrc.sh [Pipeline] } 13:50:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:50:07 ---> python-tools-install.sh [Pipeline] echo 13:50:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:50:07 ---> sudo-logs.sh 13:50:07 Archiving 'sudo' log.. 13:50:07 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:50:07 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 13:50:07 $ docker stop --time=1 6ed0c44a715b00a1d4de1030e2591a7eec1940ea729a2aa653ef41e024e8c9bb 13:50:08 $ docker rm -f --volumes 6ed0c44a715b00a1d4de1030e2591a7eec1940ea729a2aa653ef41e024e8c9bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 13:50:08 [WS-CLEANUP] Deleting project workspace... 13:50:08 [WS-CLEANUP] Deferred wipeout is used... 13:50:08 [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:50:09 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:50:09 + [ -d /w/workspace/edgex-go/972/archives ] [Pipeline] libraryResource [Pipeline] sh 13:50:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:50:11 ---> package-listing.sh 13:50:11 ++ facter osfamily 13:50:11 ++ tr '[:upper:]' '[:lower:]' 13:50:11 + OS_FAMILY=debian 13:50:11 + workspace=/w/workspace/edgex-go/972 13:50:11 + START_PACKAGES=/tmp/packages_start.txt 13:50:11 + END_PACKAGES=/tmp/packages_end.txt 13:50:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:50:11 + PACKAGES=/tmp/packages_start.txt 13:50:11 + '[' /w/workspace/edgex-go/972 ']' 13:50:11 + PACKAGES=/tmp/packages_end.txt 13:50:11 + case "${OS_FAMILY}" in 13:50:11 + dpkg -l 13:50:11 + grep '^ii' 13:50:11 + '[' -f /tmp/packages_start.txt ']' 13:50:11 + '[' -f /tmp/packages_end.txt ']' 13:50:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:50:11 + '[' /w/workspace/edgex-go/972 ']' 13:50:11 + mkdir -p /w/workspace/edgex-go/972/archives/ 13:50:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/972/archives/ [Pipeline] echo 13:50:11 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/972/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:50:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:50:12 13:50:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:50:12 latest: Pulling from edgex-lftools-log-publisher 13:50:12 5eb5b503b376: Pulling fs layer 13:50:12 5c69ac0246d0: Pulling fs layer 13:50:12 ec43610c2a17: Pulling fs layer 13:50:12 3a2ae6a8a46f: Pulling fs layer 13:50:12 3a2ae6a8a46f: Waiting 13:50:12 33b1e0a273af: Pulling fs layer 13:50:12 5d3b04190fa2: Pulling fs layer 13:50:12 2f39f015ded8: Pulling fs layer 13:50:12 33b1e0a273af: Waiting 13:50:12 5d3b04190fa2: Waiting 13:50:12 2f39f015ded8: Waiting 13:50:12 5c69ac0246d0: Verifying Checksum 13:50:12 5c69ac0246d0: Download complete 13:50:12 3a2ae6a8a46f: Verifying Checksum 13:50:12 3a2ae6a8a46f: Download complete 13:50:12 33b1e0a273af: Verifying Checksum 13:50:12 33b1e0a273af: Download complete 13:50:12 ec43610c2a17: Verifying Checksum 13:50:12 ec43610c2a17: Download complete 13:50:12 5d3b04190fa2: Download complete 13:50:12 5eb5b503b376: Verifying Checksum 13:50:12 5eb5b503b376: Download complete 13:50:13 2f39f015ded8: Download complete 13:50:14 5eb5b503b376: Pull complete 13:50:14 5c69ac0246d0: Pull complete 13:50:15 ec43610c2a17: Pull complete 13:50:15 3a2ae6a8a46f: Pull complete 13:50:15 33b1e0a273af: Pull complete 13:50:15 5d3b04190fa2: Pull complete 13:50:22 2f39f015ded8: Pull complete 13:50:22 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 13:50:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:50:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:50:22 prd-ubuntu20.04-docker-8c-8g-8740 does not seem to be running inside a container 13:50:22 $ 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/972/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/972 -v /w/workspace/edgex-go/972:/w/workspace/edgex-go/972:rw,z -v /w/workspace/edgex-go/972@tmp:/w/workspace/edgex-go/972@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:50:25 $ docker top 7ee3c6c15e080100d55c417402bcbfc2ebc05b3a9f051ee98a6f1915ad449e55 -eo pid,comm [Pipeline] { [Pipeline] sh 13:50:25 + touch /tmp/pre-build-complete [Pipeline] sh 13:50:26 + mkdir -p /var/log/sysstat [Pipeline] sh 13:50:26 + ls /var/log/sa-host 13:50:26 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:50:26 provisioning config files... 13:50:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/972@tmp/config3990598853677155420tmp [Pipeline] { [Pipeline] echo 13:50:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:50:26 ---> create-netrc.sh [Pipeline] } 13:50:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:50:27 ---> python-tools-install.sh [Pipeline] echo 13:50:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:50:27 ---> sudo-logs.sh 13:50:27 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:50:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:50:27 ---> job-cost.sh 13:50:27 lf-activate-venv: SKIPPING 13:50:27 DEBUG: total: 0.10999999940395355 13:50:27 INFO: Retrieving Stack Cost... 13:50:28 INFO: Retrieving Pricing Info for: v3-standard-8 13:50:28 INFO: Archiving Costs [Pipeline] echo 13:50:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:50:28 ---> logs-deploy.sh 13:50:28 lf-activate-venv: SKIPPING 13:50:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/972 13:50:28 INFO: archiving workspace using pattern(s): 13:50:29 Archives upload complete. 13:50:30 INFO: archiving logs to Nexus 13:50:31 ---> uname -a: 13:50:31 Linux prd-ubuntu20-04-docker-8c-8g-8740 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 13:50:31 13:50:31 13:50:31 ---> lscpu: 13:50:31 Architecture: x86_64 13:50:31 CPU op-mode(s): 32-bit, 64-bit 13:50:31 Byte Order: Little Endian 13:50:31 Address sizes: 40 bits physical, 48 bits virtual 13:50:31 CPU(s): 8 13:50:31 On-line CPU(s) list: 0-7 13:50:31 Thread(s) per core: 1 13:50:31 Core(s) per socket: 1 13:50:31 Socket(s): 8 13:50:31 NUMA node(s): 1 13:50:31 Vendor ID: AuthenticAMD 13:50:31 CPU family: 23 13:50:31 Model: 49 13:50:31 Model name: AMD EPYC-Rome Processor 13:50:31 Stepping: 0 13:50:31 CPU MHz: 2799.998 13:50:31 BogoMIPS: 5599.99 13:50:31 Virtualization: AMD-V 13:50:31 Hypervisor vendor: KVM 13:50:31 Virtualization type: full 13:50:31 L1d cache: 256 KiB 13:50:31 L1i cache: 256 KiB 13:50:31 L2 cache: 4 MiB 13:50:31 L3 cache: 128 MiB 13:50:31 NUMA node0 CPU(s): 0-7 13:50:31 Vulnerability Gather data sampling: Not affected 13:50:31 Vulnerability Itlb multihit: Not affected 13:50:31 Vulnerability L1tf: Not affected 13:50:31 Vulnerability Mds: Not affected 13:50:31 Vulnerability Meltdown: Not affected 13:50:31 Vulnerability Mmio stale data: Not affected 13:50:31 Vulnerability Retbleed: Vulnerable 13:50:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:50:31 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 13:50:31 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 13:50:31 Vulnerability Srbds: Not affected 13:50:31 Vulnerability Tsx async abort: Not affected 13:50:31 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:50:31 13:50:31 13:50:31 ---> nproc: 13:50:31 8 13:50:31 13:50:31 13:50:31 ---> df -h: 13:50:31 Filesystem Size Used Avail Use% Mounted on 13:50:31 overlay 155G 33G 123G 22% / 13:50:31 tmpfs 64M 0 64M 0% /dev 13:50:31 tmpfs 16G 0 16G 0% /sys/fs/cgroup 13:50:31 shm 64M 0 64M 0% /dev/shm 13:50:31 /dev/vda1 155G 33G 123G 22% /facter-os 13:50:31 13:50:31 13:50:31 ---> sar -b -r -n DEV: 13:50:31 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-8740) 05/06/26 _x86_64_ (8 CPU) 13:50:31 13:50:31 07:49:06 LINUX RESTART (8 CPU) 13:50:31 13:50:31 07:50:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:50:31 07:51:01 216.10 13.79 202.30 0.00 2202.75 67491.34 0.00 13:50:31 07:52:01 44.78 0.03 44.74 0.00 0.27 40371.95 0.00 13:50:31 07:53:01 51.36 0.17 51.19 0.00 2.27 20516.45 0.00 13:50:31 07:54:01 281.57 0.13 281.44 0.00 14.26 218469.59 0.00 13:50:31 07:55:01 1090.70 30.82 1059.88 0.00 532.22 381853.12 0.00 13:50:31 07:56:01 168.44 0.18 168.26 0.00 1.47 62689.10 0.00 13:50:31 07:57:01 327.28 0.35 326.93 0.00 19.72 101010.09 0.00 13:50:31 07:58:01 925.33 47.01 878.32 0.00 2372.40 184600.97 0.00 13:50:31 07:59:01 30.94 1.10 29.85 0.00 133.04 809.60 0.00 13:50:31 08:00:01 20.11 0.65 19.46 0.00 96.25 472.19 0.00 13:50:31 08:01:01 1.30 0.00 1.30 0.00 0.00 17.20 0.00 13:50:31 08:02:01 1.52 0.00 1.52 0.00 0.00 16.79 0.00 13:50:31 08:03:01 1.03 0.00 1.03 0.00 0.00 10.93 0.00 13:50:31 08:04:01 3.85 2.32 1.53 0.00 21.06 17.86 0.00 13:50:31 08:05:01 1.72 0.00 1.72 0.00 0.00 21.85 0.00 13:50:31 08:06:01 1.85 0.00 1.85 0.00 0.00 19.86 0.00 13:50:31 08:07:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 13:50:31 08:08:01 1.55 0.00 1.55 0.00 0.00 17.60 0.00 13:50:31 08:09:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 13:50:31 08:10:01 1.25 0.00 1.25 0.00 0.00 15.06 0.00 13:50:31 08:11:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 13:50:31 08:12:01 1.28 0.00 1.28 0.00 0.00 15.73 0.00 13:50:31 08:13:01 0.92 0.00 0.92 0.00 0.00 10.13 0.00 13:50:31 08:14:01 1.82 0.00 1.82 0.00 0.00 20.80 0.00 13:50:31 08:15:01 1.05 0.00 1.05 0.00 0.00 11.46 0.00 13:50:31 08:16:01 1.27 0.00 1.27 0.00 0.00 15.33 0.00 13:50:31 08:17:01 0.92 0.00 0.92 0.00 0.00 9.47 0.00 13:50:31 08:18:01 1.80 0.05 1.75 0.00 1.07 19.32 0.00 13:50:31 08:19:01 1.08 0.00 1.08 0.00 0.00 12.53 0.00 13:50:31 08:20:01 1.40 0.00 1.40 0.00 0.00 15.99 0.00 13:50:31 08:21:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 13:50:31 08:22:01 1.30 0.00 1.30 0.00 0.00 15.33 0.00 13:50:31 08:23:01 0.92 0.00 0.92 0.00 0.00 10.66 0.00 13:50:31 08:24:01 1.45 0.00 1.45 0.00 0.00 17.33 0.00 13:50:31 08:25:01 0.98 0.00 0.98 0.00 0.00 10.80 0.00 13:50:31 08:26:01 1.43 0.00 1.43 0.00 0.00 16.53 0.00 13:50:31 08:27:01 0.92 0.00 0.92 0.00 0.00 9.47 0.00 13:50:31 08:28:01 1.28 0.00 1.28 0.00 0.00 15.19 0.00 13:50:31 08:29:01 1.02 0.00 1.02 0.00 0.00 11.86 0.00 13:50:31 08:30:01 1.80 0.00 1.80 0.00 0.00 20.93 0.00 13:50:31 08:31:01 1.10 0.00 1.10 0.00 0.00 13.60 0.00 13:50:31 08:32:01 1.32 0.00 1.32 0.00 0.00 16.26 0.00 13:50:31 08:33:01 0.98 0.00 0.98 0.00 0.00 11.46 0.00 13:50:31 08:34:01 1.32 0.00 1.32 0.00 0.00 16.39 0.00 13:50:31 08:35:01 1.32 0.32 1.00 0.00 16.93 11.73 0.00 13:50:31 08:36:01 1.33 0.00 1.33 0.00 0.00 16.39 0.00 13:50:31 08:37:01 2.33 1.38 0.95 0.00 28.26 12.13 0.00 13:50:31 08:38:01 1.57 0.02 1.55 0.00 0.67 18.39 0.00 13:50:31 08:39:01 1.07 0.00 1.07 0.00 0.00 12.13 0.00 13:50:31 08:40:01 1.45 0.00 1.45 0.00 0.00 17.46 0.00 13:50:31 08:41:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 13:50:31 08:42:01 1.53 0.00 1.53 0.00 0.00 17.46 0.00 13:50:31 08:43:01 1.07 0.00 1.07 0.00 0.00 12.39 0.00 13:50:31 08:44:01 1.42 0.00 1.42 0.00 0.00 17.19 0.00 13:50:31 08:45:02 1.02 0.00 1.02 0.00 0.00 11.06 0.00 13:50:31 08:46:01 1.36 0.00 1.36 0.00 0.00 16.13 0.00 13:50:31 08:47:01 0.97 0.00 0.97 0.00 0.00 10.13 0.00 13:50:31 08:48:01 1.48 0.00 1.48 0.00 0.00 19.33 0.00 13:50:31 08:49:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 13:50:31 08:50:01 1.60 0.00 1.60 0.00 0.00 18.13 0.00 13:50:31 08:51:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 13:50:31 08:52:01 1.68 0.00 1.68 0.00 0.00 18.26 0.00 13:50:31 08:53:01 0.95 0.00 0.95 0.00 0.00 10.40 0.00 13:50:31 08:54:01 1.63 0.00 1.63 0.00 0.00 18.79 0.00 13:50:31 08:55:01 1.05 0.00 1.05 0.00 0.00 11.33 0.00 13:50:31 08:56:01 1.78 0.00 1.78 0.00 0.00 19.73 0.00 13:50:31 08:57:01 1.07 0.00 1.07 0.00 0.00 11.19 0.00 13:50:31 08:58:01 1.43 0.00 1.43 0.00 0.00 17.46 0.00 13:50:31 08:59:01 0.92 0.00 0.92 0.00 0.00 9.73 0.00 13:50:31 09:00:01 1.77 0.00 1.77 0.00 0.00 19.86 0.00 13:50:31 09:01:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 13:50:31 09:02:01 1.40 0.00 1.40 0.00 0.00 15.59 0.00 13:50:31 09:03:01 0.97 0.00 0.97 0.00 0.00 11.19 0.00 13:50:31 09:04:01 1.35 0.00 1.35 0.00 0.00 15.59 0.00 13:50:31 09:05:01 1.20 0.00 1.20 0.00 0.00 13.86 0.00 13:50:31 09:06:01 1.33 0.00 1.33 0.00 0.00 15.99 0.00 13:50:31 09:07:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 13:50:31 09:08:01 1.35 0.00 1.35 0.00 0.00 16.13 0.00 13:50:31 09:09:01 0.98 0.00 0.98 0.00 0.00 10.53 0.00 13:50:31 09:10:01 1.40 0.00 1.40 0.00 0.00 17.73 0.00 13:50:31 09:11:01 0.98 0.00 0.98 0.00 0.00 10.66 0.00 13:50:31 09:12:01 1.42 0.00 1.42 0.00 0.00 15.86 0.00 13:50:31 09:13:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 13:50:31 09:14:01 1.42 0.00 1.42 0.00 0.00 15.86 0.00 13:50:31 09:15:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 13:50:31 09:16:01 1.20 0.00 1.20 0.00 0.00 15.33 0.00 13:50:31 09:17:01 1.07 0.00 1.07 0.00 0.00 11.06 0.00 13:50:31 09:18:01 1.35 0.00 1.35 0.00 0.00 16.26 0.00 13:50:31 09:19:01 1.05 0.00 1.05 0.00 0.00 11.06 0.00 13:50:31 09:20:01 1.32 0.00 1.32 0.00 0.00 17.86 0.00 13:50:31 09:21:01 1.25 0.00 1.25 0.00 0.00 13.86 0.00 13:50:31 09:22:01 1.25 0.00 1.25 0.00 0.00 14.93 0.00 13:50:31 09:23:01 0.95 0.00 0.95 0.00 0.00 10.80 0.00 13:50:31 09:24:01 1.38 0.00 1.38 0.00 0.00 15.73 0.00 13:50:31 09:25:01 1.15 0.00 1.15 0.00 0.00 13.33 0.00 13:50:31 09:26:01 1.32 0.00 1.32 0.00 0.00 16.93 0.00 13:50:31 09:27:01 1.00 0.00 1.00 0.00 0.00 10.40 0.00 13:50:31 09:28:01 1.22 0.00 1.22 0.00 0.00 14.93 0.00 13:50:31 09:29:01 1.02 0.00 1.02 0.00 0.00 10.80 0.00 13:50:31 09:30:01 1.23 0.00 1.23 0.00 0.00 15.19 0.00 13:50:31 09:31:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 13:50:31 09:32:01 1.18 0.00 1.18 0.00 0.00 14.26 0.00 13:50:31 09:33:01 0.90 0.00 0.90 0.00 0.00 10.13 0.00 13:50:31 09:34:01 1.37 0.00 1.37 0.00 0.00 16.13 0.00 13:50:31 09:35:01 1.13 0.00 1.13 0.00 0.00 13.20 0.00 13:50:31 09:36:01 1.43 0.00 1.43 0.00 0.00 17.20 0.00 13:50:31 09:37:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 13:50:31 09:38:01 1.37 0.00 1.37 0.00 0.00 17.06 0.00 13:50:31 09:39:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 13:50:31 09:40:01 1.37 0.00 1.37 0.00 0.00 17.33 0.00 13:50:31 09:41:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 13:50:31 09:42:01 1.40 0.00 1.40 0.00 0.00 16.26 0.00 13:50:31 09:43:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 13:50:31 09:44:01 1.33 0.00 1.33 0.00 0.00 15.86 0.00 13:50:31 09:45:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 13:50:31 09:46:01 1.53 0.00 1.53 0.00 0.00 18.13 0.00 13:50:31 09:47:01 0.95 0.00 0.95 0.00 0.00 10.26 0.00 13:50:31 09:48:02 1.45 0.00 1.45 0.00 0.00 16.80 0.00 13:50:31 09:49:01 1.05 0.00 1.05 0.00 0.00 10.98 0.00 13:50:31 09:50:01 1.82 0.00 1.82 0.00 0.00 20.26 0.00 13:50:31 09:51:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 13:50:31 09:52:01 1.67 0.00 1.67 0.00 0.00 19.19 0.00 13:50:31 09:53:01 1.02 0.00 1.02 0.00 0.00 10.53 0.00 13:50:31 09:54:01 1.43 0.00 1.43 0.00 0.00 16.93 0.00 13:50:31 09:55:01 2.03 0.32 1.72 0.00 58.79 20.66 0.00 13:50:31 09:56:01 1.53 0.00 1.53 0.00 0.00 18.26 0.00 13:50:31 09:57:01 1.07 0.00 1.07 0.00 0.00 10.93 0.00 13:50:31 09:58:01 1.40 0.00 1.40 0.00 0.00 16.26 0.00 13:50:31 09:59:01 1.02 0.00 1.02 0.00 0.00 10.53 0.00 13:50:31 10:00:01 1.35 0.00 1.35 0.00 0.00 16.80 0.00 13:50:31 10:01:01 1.17 0.00 1.17 0.00 0.00 12.40 0.00 13:50:31 10:02:01 1.47 0.00 1.47 0.00 0.00 17.86 0.00 13:50:31 10:03:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 13:50:31 10:04:01 1.65 0.00 1.65 0.00 0.00 18.40 0.00 13:50:31 10:05:01 1.12 0.00 1.12 0.00 0.00 12.00 0.00 13:50:31 10:06:01 1.63 0.00 1.63 0.00 0.00 18.26 0.00 13:50:31 10:07:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 13:50:31 10:08:01 1.37 0.00 1.37 0.00 0.00 16.13 0.00 13:50:31 10:09:01 1.05 0.00 1.05 0.00 0.00 10.80 0.00 13:50:31 10:10:01 1.45 0.00 1.45 0.00 0.00 17.86 0.00 13:50:31 10:11:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 13:50:31 10:12:01 1.43 0.00 1.43 0.00 0.00 16.53 0.00 13:50:31 10:13:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 13:50:31 10:14:01 1.37 0.00 1.37 0.00 0.00 15.60 0.00 13:50:31 10:15:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 13:50:31 10:16:01 1.92 0.00 1.92 0.00 0.00 21.06 0.00 13:50:31 10:17:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 13:50:31 10:18:01 1.88 0.00 1.88 0.00 0.00 20.39 0.00 13:50:31 10:19:01 1.03 0.00 1.03 0.00 0.00 10.66 0.00 13:50:31 10:20:01 1.50 0.00 1.50 0.00 0.00 18.13 0.00 13:50:31 10:21:01 1.25 0.00 1.25 0.00 0.00 13.46 0.00 13:50:31 10:22:01 1.55 0.00 1.55 0.00 0.00 18.53 0.00 13:50:31 10:23:01 1.00 0.00 1.00 0.00 0.00 10.53 0.00 13:50:31 10:24:01 1.30 0.00 1.30 0.00 0.00 15.19 0.00 13:50:31 10:25:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 13:50:31 10:26:01 1.38 0.00 1.38 0.00 0.00 16.53 0.00 13:50:31 10:27:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 13:50:31 10:28:01 1.43 0.00 1.43 0.00 0.00 17.06 0.00 13:50:31 10:29:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 13:50:31 10:30:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 13:50:31 10:31:01 1.07 0.00 1.07 0.00 0.00 11.20 0.00 13:50:31 10:32:01 1.45 0.00 1.45 0.00 0.00 16.93 0.00 13:50:31 10:33:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 13:50:31 10:34:01 1.37 0.00 1.37 0.00 0.00 15.59 0.00 13:50:31 10:35:01 1.15 0.00 1.15 0.00 0.00 12.40 0.00 13:50:31 10:36:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 13:50:31 10:37:01 1.07 0.00 1.07 0.00 0.00 12.13 0.00 13:50:31 10:38:01 1.50 0.00 1.50 0.00 0.00 17.86 0.00 13:50:31 10:39:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 13:50:31 10:40:01 1.50 0.00 1.50 0.00 0.00 17.99 0.00 13:50:31 10:41:01 1.00 0.00 1.00 0.00 0.00 10.00 0.00 13:50:31 10:42:01 1.28 0.00 1.28 0.00 0.00 15.19 0.00 13:50:31 10:43:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 13:50:31 10:44:01 1.50 0.00 1.50 0.00 0.00 17.19 0.00 13:50:31 10:45:01 1.08 0.00 1.08 0.00 0.00 12.13 0.00 13:50:31 10:46:01 1.52 0.00 1.52 0.00 0.00 17.59 0.00 13:50:31 10:47:02 1.02 0.00 1.02 0.00 0.00 11.06 0.00 13:50:31 10:48:01 1.49 0.00 1.49 0.00 0.00 18.03 0.00 13:50:31 10:49:01 0.98 0.00 0.98 0.00 0.00 10.53 0.00 13:50:31 10:50:01 1.43 0.00 1.43 0.00 0.00 17.73 0.00 13:50:31 10:51:01 2.35 0.40 1.95 0.00 31.59 22.66 0.00 13:50:31 10:52:01 1.83 0.00 1.83 0.00 0.00 21.46 0.00 13:50:31 10:53:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 13:50:31 10:54:01 1.80 0.00 1.80 0.00 0.00 19.60 0.00 13:50:31 10:55:01 0.95 0.00 0.95 0.00 0.00 11.46 0.00 13:50:31 10:56:01 1.60 0.00 1.60 0.00 0.00 18.13 0.00 13:50:31 10:57:01 1.22 0.00 1.22 0.00 0.00 13.86 0.00 13:50:31 10:58:01 1.38 0.00 1.38 0.00 0.00 16.79 0.00 13:50:31 10:59:01 1.08 0.00 1.08 0.00 0.00 11.33 0.00 13:50:31 11:00:01 1.50 0.00 1.50 0.00 0.00 18.79 0.00 13:50:31 11:01:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 13:50:31 11:02:01 1.52 0.00 1.52 0.00 0.00 18.39 0.00 13:50:31 11:03:01 0.98 0.00 0.98 0.00 0.00 10.40 0.00 13:50:31 11:04:01 1.32 0.00 1.32 0.00 0.00 17.06 0.00 13:50:31 11:05:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 13:50:31 11:06:01 1.47 0.00 1.47 0.00 0.00 16.53 0.00 13:50:31 11:07:01 0.93 0.00 0.93 0.00 0.00 10.66 0.00 13:50:31 11:08:01 1.55 0.00 1.55 0.00 0.00 18.13 0.00 13:50:31 11:09:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 13:50:31 11:10:01 1.50 0.00 1.50 0.00 0.00 17.73 0.00 13:50:31 11:11:01 1.02 0.00 1.02 0.00 0.00 10.80 0.00 13:50:31 11:12:01 1.82 0.00 1.82 0.00 0.00 20.40 0.00 13:50:31 11:13:01 1.13 0.00 1.13 0.00 0.00 12.00 0.00 13:50:31 11:14:01 1.57 0.00 1.57 0.00 0.00 19.06 0.00 13:50:31 11:15:01 1.08 0.00 1.08 0.00 0.00 12.13 0.00 13:50:31 11:16:01 1.32 0.00 1.32 0.00 0.00 16.79 0.00 13:50:31 11:17:01 1.27 0.00 1.27 0.00 0.00 14.26 0.00 13:50:31 11:18:01 1.73 0.00 1.73 0.00 0.00 19.46 0.00 13:50:31 11:19:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 13:50:31 11:20:01 1.43 0.00 1.43 0.00 0.00 17.19 0.00 13:50:31 11:21:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 13:50:31 11:22:01 1.42 0.00 1.42 0.00 0.00 17.33 0.00 13:50:31 11:23:01 1.13 0.00 1.13 0.00 0.00 12.93 0.00 13:50:31 11:24:01 1.40 0.00 1.40 0.00 0.00 16.66 0.00 13:50:31 11:25:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 13:50:31 11:26:01 1.35 0.00 1.35 0.00 0.00 15.86 0.00 13:50:31 11:27:01 0.98 0.00 0.98 0.00 0.00 10.80 0.00 13:50:31 11:28:01 1.27 0.00 1.27 0.00 0.00 15.06 0.00 13:50:31 11:29:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 13:50:31 11:30:01 1.35 0.00 1.35 0.00 0.00 16.80 0.00 13:50:31 11:31:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 13:50:31 11:32:01 1.77 0.00 1.77 0.00 0.00 22.13 0.00 13:50:31 11:33:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 13:50:31 11:34:01 1.37 0.00 1.37 0.00 0.00 16.53 0.00 13:50:31 11:35:01 0.98 0.00 0.98 0.00 0.00 11.60 0.00 13:50:31 11:36:01 1.42 0.00 1.42 0.00 0.00 16.39 0.00 13:50:31 11:37:01 1.18 0.00 1.18 0.00 0.00 14.00 0.00 13:50:31 11:38:01 1.42 0.00 1.42 0.00 0.00 16.79 0.00 13:50:31 11:39:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 13:50:31 11:40:01 1.52 0.00 1.52 0.00 0.00 18.13 0.00 13:50:31 11:41:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 13:50:31 11:42:01 1.52 0.05 1.47 0.00 0.53 18.00 0.00 13:50:31 11:43:01 1.15 0.00 1.15 0.00 0.00 12.00 0.00 13:50:31 11:44:01 1.48 0.00 1.48 0.00 0.00 18.13 0.00 13:50:31 11:45:01 1.10 0.00 1.10 0.00 0.00 12.40 0.00 13:50:31 11:46:01 1.68 0.00 1.68 0.00 0.00 18.93 0.00 13:50:31 11:47:02 1.12 0.00 1.12 0.00 0.00 12.80 0.00 13:50:31 11:48:01 1.59 0.00 1.59 0.00 0.00 18.17 0.00 13:50:31 11:49:01 1.17 0.00 1.17 0.00 0.00 12.80 0.00 13:50:31 11:50:01 1.83 0.00 1.83 0.00 0.00 21.46 0.00 13:50:31 11:51:01 1.08 0.02 1.07 0.00 1.60 11.06 0.00 13:50:31 11:52:01 1.33 0.00 1.33 0.00 0.00 16.26 0.00 13:50:31 11:53:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 13:50:31 11:54:01 1.52 0.00 1.52 0.00 0.00 18.40 0.00 13:50:31 11:55:01 1.05 0.00 1.05 0.00 0.00 12.40 0.00 13:50:31 11:56:01 1.65 0.00 1.65 0.00 0.00 18.53 0.00 13:50:31 11:57:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 13:50:31 11:58:01 1.50 0.00 1.50 0.00 0.00 17.73 0.00 13:50:31 11:59:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 13:50:31 12:00:01 1.47 0.00 1.47 0.00 0.00 17.33 0.00 13:50:31 12:01:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 13:50:31 12:02:01 1.22 0.00 1.22 0.00 0.00 15.33 0.00 13:50:31 12:03:01 1.18 0.00 1.18 0.00 0.00 11.99 0.00 13:50:31 12:04:01 1.58 0.00 1.58 0.00 0.00 18.13 0.00 13:50:31 12:05:01 1.08 0.00 1.08 0.00 0.00 11.46 0.00 13:50:31 12:06:01 1.42 0.00 1.42 0.00 0.00 17.59 0.00 13:50:31 12:07:01 1.23 0.00 1.23 0.00 0.00 13.60 0.00 13:50:31 12:08:01 1.82 0.00 1.82 0.00 0.00 20.79 0.00 13:50:31 12:09:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 13:50:31 12:10:01 1.77 0.00 1.77 0.00 0.00 19.46 0.00 13:50:31 12:11:01 1.13 0.00 1.13 0.00 0.00 12.26 0.00 13:50:31 12:12:01 1.38 0.00 1.38 0.00 0.00 16.53 0.00 13:50:31 12:13:01 1.07 0.00 1.07 0.00 0.00 11.33 0.00 13:50:31 12:14:01 1.60 0.00 1.60 0.00 0.00 18.53 0.00 13:50:31 12:15:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 13:50:31 12:16:01 1.63 0.00 1.63 0.00 0.00 19.06 0.00 13:50:31 12:17:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 13:50:31 12:18:01 1.95 0.00 1.95 0.00 0.00 22.13 0.00 13:50:31 12:19:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 13:50:31 12:20:01 1.65 0.00 1.65 0.00 0.00 18.93 0.00 13:50:31 12:21:01 1.12 0.00 1.12 0.00 0.00 13.46 0.00 13:50:31 12:22:01 1.78 0.00 1.78 0.00 0.00 20.13 0.00 13:50:31 12:23:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 13:50:31 12:24:01 1.63 0.00 1.63 0.00 0.00 18.39 0.00 13:50:31 12:25:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 13:50:31 12:26:01 1.87 0.00 1.87 0.00 0.00 21.60 0.00 13:50:31 12:27:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 13:50:31 12:28:01 1.53 0.00 1.53 0.00 0.00 17.06 0.00 13:50:31 12:29:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 13:50:31 12:30:01 1.55 0.00 1.55 0.00 0.00 17.33 0.00 13:50:31 12:31:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 13:50:31 12:32:01 1.32 0.00 1.32 0.00 0.00 16.66 0.00 13:50:31 12:33:01 1.25 0.00 1.25 0.00 0.00 13.20 0.00 13:50:31 12:34:01 1.37 0.00 1.37 0.00 0.00 16.39 0.00 13:50:31 12:35:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 13:50:31 12:36:01 1.32 0.00 1.32 0.00 0.00 16.93 0.00 13:50:31 12:37:01 1.17 0.00 1.17 0.00 0.00 12.66 0.00 13:50:31 12:38:01 1.40 0.00 1.40 0.00 0.00 17.59 0.00 13:50:31 12:39:01 1.18 0.00 1.18 0.00 0.00 13.20 0.00 13:50:31 12:40:01 1.85 0.00 1.85 0.00 0.00 20.39 0.00 13:50:31 12:41:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 13:50:31 12:42:01 1.50 0.00 1.50 0.00 0.00 17.73 0.00 13:50:31 12:43:01 1.12 0.00 1.12 0.00 0.00 11.33 0.00 13:50:31 12:44:01 1.37 0.00 1.37 0.00 0.00 16.13 0.00 13:50:31 12:45:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 13:50:31 12:46:01 1.23 0.00 1.23 0.00 0.00 15.46 0.00 13:50:31 12:47:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 13:50:31 12:48:01 1.53 0.00 1.53 0.00 0.00 18.40 0.00 13:50:31 12:49:01 1.10 0.00 1.10 0.00 0.00 11.73 0.00 13:50:31 12:50:01 1.33 0.00 1.33 0.00 0.00 15.60 0.00 13:50:31 12:51:01 1.22 0.00 1.22 0.00 0.00 13.20 0.00 13:50:31 12:52:01 1.33 0.00 1.33 0.00 0.00 15.73 0.00 13:50:31 12:53:01 1.30 0.00 1.30 0.00 0.00 13.60 0.00 13:50:31 12:54:02 1.73 0.00 1.73 0.00 0.00 19.59 0.00 13:50:31 12:55:01 1.24 0.00 1.24 0.00 0.00 13.56 0.00 13:50:31 12:56:01 1.30 0.00 1.30 0.00 0.00 15.60 0.00 13:50:31 12:57:01 1.18 0.00 1.18 0.00 0.00 12.80 0.00 13:50:31 12:58:01 1.47 0.00 1.47 0.00 0.00 16.26 0.00 13:50:31 12:59:01 1.13 0.00 1.13 0.00 0.00 13.06 0.00 13:50:31 13:00:01 1.45 0.00 1.45 0.00 0.00 16.53 0.00 13:50:31 13:01:01 1.05 0.00 1.05 0.00 0.00 11.33 0.00 13:50:31 13:02:01 1.75 0.00 1.75 0.00 0.00 19.06 0.00 13:50:31 13:03:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 13:50:31 13:04:01 1.75 0.00 1.75 0.00 0.00 20.66 0.00 13:50:31 13:05:01 1.13 0.00 1.13 0.00 0.00 12.40 0.00 13:50:31 13:06:01 1.82 0.00 1.82 0.00 0.00 20.53 0.00 13:50:31 13:07:01 1.02 0.00 1.02 0.00 0.00 10.53 0.00 13:50:31 13:08:01 1.53 0.00 1.53 0.00 0.00 17.60 0.00 13:50:31 13:09:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 13:50:31 13:10:01 1.40 0.00 1.40 0.00 0.00 16.80 0.00 13:50:31 13:11:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 13:50:31 13:12:01 1.33 0.00 1.33 0.00 0.00 15.73 0.00 13:50:31 13:13:01 1.08 0.00 1.08 0.00 0.00 11.46 0.00 13:50:31 13:14:01 1.38 0.00 1.38 0.00 0.00 16.79 0.00 13:50:31 13:15:01 1.20 0.00 1.20 0.00 0.00 12.40 0.00 13:50:31 13:16:01 1.42 0.00 1.42 0.00 0.00 16.79 0.00 13:50:31 13:17:01 1.00 0.00 1.00 0.00 0.00 10.40 0.00 13:50:31 13:18:01 1.48 0.00 1.48 0.00 0.00 17.06 0.00 13:50:31 13:19:01 1.28 0.00 1.28 0.00 0.00 13.86 0.00 13:50:31 13:20:01 1.70 0.00 1.70 0.00 0.00 18.79 0.00 13:50:31 13:21:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 13:50:31 13:22:01 1.43 0.00 1.43 0.00 0.00 16.66 0.00 13:50:31 13:23:01 1.10 0.00 1.10 0.00 0.00 11.73 0.00 13:50:31 13:24:01 1.77 0.00 1.77 0.00 0.00 20.13 0.00 13:50:31 13:25:01 1.07 0.00 1.07 0.00 0.00 11.20 0.00 13:50:31 13:26:01 1.63 0.00 1.63 0.00 0.00 18.53 0.00 13:50:31 13:27:01 1.13 0.00 1.13 0.00 0.00 11.86 0.00 13:50:31 13:28:01 1.15 0.00 1.15 0.00 0.00 14.13 0.00 13:50:31 13:29:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 13:50:31 13:30:01 1.28 0.00 1.28 0.00 0.00 15.46 0.00 13:50:31 13:31:01 1.22 0.00 1.22 0.00 0.00 12.93 0.00 13:50:31 13:32:01 1.52 0.00 1.52 0.00 0.00 16.93 0.00 13:50:31 13:33:01 1.12 0.00 1.12 0.00 0.00 12.00 0.00 13:50:31 13:34:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 13:50:31 13:35:01 1.10 0.00 1.10 0.00 0.00 11.06 0.00 13:50:31 13:36:01 1.65 0.00 1.65 0.00 0.00 19.59 0.00 13:50:31 13:37:01 1.15 0.00 1.15 0.00 0.00 11.46 0.00 13:50:31 13:38:01 1.48 0.00 1.48 0.00 0.00 18.13 0.00 13:50:31 13:39:01 1.38 0.00 1.38 0.00 0.00 15.19 0.00 13:50:31 13:40:01 16.68 2.48 14.20 0.00 1983.14 2632.36 0.00 13:50:31 13:41:01 1.68 0.00 1.68 0.00 0.00 17.33 0.00 13:50:31 13:42:01 1.55 0.00 1.55 0.00 0.00 16.66 0.00 13:50:31 13:43:01 1.20 0.00 1.20 0.00 0.00 12.53 0.00 13:50:31 13:44:01 1.40 0.00 1.40 0.00 0.00 16.66 0.00 13:50:31 13:45:01 1.42 0.00 1.42 0.00 0.00 20.13 0.00 13:50:31 13:46:01 1.38 0.00 1.38 0.00 0.00 16.53 0.00 13:50:31 13:47:01 1.20 0.00 1.20 0.00 0.00 11.60 0.00 13:50:31 13:48:01 1.37 0.00 1.37 0.00 0.00 15.73 0.00 13:50:31 13:49:01 1.17 0.00 1.17 0.00 0.00 11.73 0.00 13:50:31 13:50:01 1.55 0.00 1.55 0.00 0.00 17.20 0.00 13:50:31 Average: 10.07 0.28 9.79 0.00 20.79 3014.63 0.00 13:50:31 13:50:31 07:50:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:50:31 07:51:01 26893728 31240108 1040800 3.17 122628 4386924 2277308 6.71 1810804 3643364 438944 13:50:31 07:52:01 26056640 31350680 928044 2.82 128408 5274844 1986452 5.86 2187636 4049116 159640 13:50:31 07:53:01 25439496 31261428 1015204 3.09 135736 5748292 1984548 5.85 2079232 4731876 645808 13:50:31 07:54:01 18468100 31285072 978084 2.98 149824 12562520 3068424 9.05 2292416 11293756 2580532 13:50:31 07:55:01 6759792 28720704 3449828 10.50 405744 20659172 8653876 25.51 5913172 18473664 407440 13:50:31 07:56:01 2690044 27703168 4461384 13.57 426132 23536520 11261180 33.20 8328380 19951172 1567464 13:50:31 07:57:01 772612 28993668 3177784 9.67 440396 26617776 8997780 26.53 8443864 21661048 2227060 13:50:31 07:58:01 6261880 31338896 895444 2.72 435376 23729628 2194100 6.47 3663188 21287608 484 13:50:31 07:59:01 6253236 31335996 897432 2.73 436752 23734080 2199268 6.48 4137236 20822832 272 13:50:31 08:00:01 6251996 31338256 895144 2.72 437364 23737120 2168848 6.39 4552652 20407208 232 13:50:31 08:01:01 6252020 31338284 895068 2.72 437396 23737124 2168848 6.39 4552516 20407208 56 13:50:31 08:02:01 6256468 31342780 891172 2.71 437416 23737124 2168848 6.39 4548448 20407208 12 13:50:31 08:03:01 6259952 31346292 887940 2.70 437432 23737128 2168848 6.39 4546112 20407212 8 13:50:31 08:04:01 6279300 31366464 867680 2.64 437900 23737448 2195068 6.47 4529196 20405564 140 13:50:31 08:05:01 6279472 31366620 867408 2.64 437944 23737424 2195068 6.47 4528784 20405540 64 13:50:31 08:06:01 6279856 31367096 866908 2.64 437976 23737428 2195068 6.47 4528688 20405544 4 13:50:31 08:07:01 6279532 31366792 867188 2.64 438008 23737424 2195068 6.47 4528772 20405544 4 13:50:31 08:08:01 6279104 31366460 867456 2.64 438036 23737432 2195068 6.47 4528828 20405548 16 13:50:31 08:09:01 6278852 31366340 867472 2.64 438072 23737548 2195068 6.47 4528808 20405676 8 13:50:31 08:10:01 6279016 31366584 867100 2.64 438096 23737564 2195068 6.47 4528464 20405680 8 13:50:31 08:11:01 6278936 31366524 867080 2.64 438132 23737568 2195068 6.47 4528420 20405684 4 13:50:31 08:12:01 6279140 31366796 866752 2.64 438160 23737572 2195068 6.47 4528540 20405688 8 13:50:31 08:13:01 6278792 31366476 866996 2.64 438180 23737576 2195068 6.47 4528840 20405692 192 13:50:31 08:14:01 6278784 31366480 866980 2.64 438212 23737568 2195068 6.47 4528528 20405696 8 13:50:31 08:15:01 6278768 31366520 866900 2.64 438240 23737584 2195068 6.47 4528820 20405700 8 13:50:31 08:16:01 6279044 31366808 866540 2.64 438260 23737588 2195068 6.47 4528616 20405704 8 13:50:31 08:17:01 6278704 31366480 866800 2.64 438280 23737588 2195068 6.47 4528904 20405704 8 13:50:31 08:18:01 6278268 31366152 866988 2.64 438300 23737620 2195068 6.47 4528660 20405720 12 13:50:31 08:19:01 6278520 31366424 866640 2.64 438328 23737616 2195068 6.47 4528692 20405724 32 13:50:31 08:20:01 6278140 31366088 866952 2.64 438344 23737624 2195068 6.47 4528784 20405724 8 13:50:31 08:21:01 6278244 31366200 866984 2.64 438356 23737632 2195068 6.47 4528908 20405728 36 13:50:31 08:22:01 6278260 31366244 866920 2.64 438376 23737632 2195068 6.47 4528852 20405728 8 13:50:31 08:23:01 6278464 31366456 866620 2.64 438408 23737636 2195068 6.47 4528772 20405736 24 13:50:31 08:24:01 6278672 31366708 866544 2.64 438436 23737632 2195068 6.47 4528812 20405740 8 13:50:31 08:25:01 6278896 31366932 866488 2.64 438464 23737640 2195068 6.47 4528876 20405740 12 13:50:31 08:26:01 6278852 31366964 866700 2.64 438488 23737644 2195068 6.47 4528932 20405744 20 13:50:31 08:27:01 6278560 31366672 866932 2.64 438516 23737644 2195068 6.47 4528892 20405744 8 13:50:31 08:28:01 6278568 31366716 866896 2.64 438540 23737648 2211212 6.52 4528920 20405748 4 13:50:31 08:29:01 6278416 31366716 866836 2.64 438564 23737772 2211212 6.52 4528956 20405880 8 13:50:31 08:30:01 6277660 31366000 867500 2.64 438608 23737784 2211212 6.52 4529764 20405880 20 13:50:31 08:31:01 6277708 31366100 867364 2.64 438628 23737792 2211212 6.52 4529424 20405884 12 13:50:31 08:32:01 6278172 31366592 866856 2.64 438656 23737792 2211212 6.52 4529404 20405884 16 13:50:31 08:33:01 6277904 31366348 867084 2.64 438676 23737796 2211212 6.52 4529108 20405896 32 13:50:31 08:34:01 6277888 31366336 867012 2.64 438708 23737792 2211212 6.52 4529104 20405900 8 13:50:31 08:35:01 6276476 31365504 867852 2.64 438748 23738304 2211212 6.52 4532220 20406232 24 13:50:31 08:36:01 6275744 31364804 868492 2.64 438772 23738308 2211212 6.52 4532172 20406212 8 13:50:31 08:37:01 6269784 31361036 872340 2.65 438808 23739160 2227264 6.57 4536420 20406248 52 13:50:31 08:38:01 6269588 31360876 872440 2.65 438828 23739184 2227264 6.57 4536692 20406244 12 13:50:31 08:39:01 6269296 31360608 872708 2.65 438836 23739180 2227264 6.57 4536596 20406248 16 13:50:31 08:40:01 6268396 31359708 873552 2.66 438864 23739192 2227264 6.57 4536736 20406220 8 13:50:31 08:41:01 6268344 31359708 873732 2.66 438880 23739196 2227264 6.57 4536576 20406228 4 13:50:31 08:42:01 6268368 31359764 873640 2.66 438904 23739196 2227264 6.57 4536616 20406232 8 13:50:31 08:43:01 6268344 31359752 873592 2.66 438932 23739192 2227264 6.57 4536628 20406232 28 13:50:31 08:44:01 6268060 31359520 873796 2.66 438964 23739192 2227264 6.57 4536688 20406240 8 13:50:31 08:45:02 6268076 31359536 873692 2.66 438980 23739204 2227264 6.57 4536732 20406240 4 13:50:31 08:46:01 6268288 31359788 873388 2.66 439004 23739208 2227264 6.57 4536720 20406244 8 13:50:31 08:47:01 6268668 31360208 873140 2.66 439028 23739208 2227264 6.57 4536760 20406248 12 13:50:31 08:48:01 6268272 31359820 873476 2.66 439048 23739220 2227264 6.57 4536744 20406256 8 13:50:31 08:49:01 6268256 31359840 873400 2.66 439076 23739224 2227264 6.57 4536788 20406264 8 13:50:31 08:50:01 6268424 31360052 873348 2.66 439116 23739224 2227264 6.57 4536892 20406268 8 13:50:31 08:51:01 6268156 31359788 873568 2.66 439132 23739228 2227264 6.57 4536824 20406272 12 13:50:31 08:52:01 6268392 31360064 873248 2.66 439156 23739228 2227264 6.57 4536868 20406272 8 13:50:31 08:53:01 6268376 31360096 873224 2.66 439172 23739232 2227264 6.57 4536908 20406280 8 13:50:31 08:54:01 6268328 31360184 873056 2.66 439192 23739364 2227264 6.57 4536896 20406412 12 13:50:31 08:55:01 6267736 31359624 873568 2.66 439216 23739356 2227264 6.57 4536996 20406416 16 13:50:31 08:56:01 6267728 31359664 873464 2.66 439256 23739368 2227264 6.57 4536976 20406424 12 13:50:31 08:57:01 6267892 31359872 873192 2.66 439288 23739368 2227264 6.57 4537284 20406428 188 13:50:31 08:58:01 6267796 31359780 873236 2.66 439308 23739376 2227264 6.57 4537004 20406432 8 13:50:31 08:59:01 6267488 31359508 873456 2.66 439320 23739376 2243316 6.61 4537448 20406408 180 13:50:31 09:00:01 6267392 31359456 873360 2.66 439352 23739376 2227168 6.57 4537144 20406412 8 13:50:31 09:01:01 6267716 31359788 873016 2.66 439360 23739384 2227168 6.57 4537068 20406416 28 13:50:31 09:02:01 6266684 31358864 874008 2.66 439396 23739384 2243408 6.61 4537120 20406416 8 13:50:31 09:03:01 6266976 31359208 873676 2.66 439412 23739384 2243408 6.61 4537160 20406424 28 13:50:31 09:04:01 6267332 31359584 873456 2.66 439436 23739388 2243408 6.61 4537576 20406420 12 13:50:31 09:05:01 6267372 31359632 873368 2.66 439452 23739392 2243408 6.61 4537364 20406428 4 13:50:31 09:06:01 6267364 31359656 873288 2.66 439472 23739400 2243408 6.61 4537252 20406432 28 13:50:31 09:07:01 6267516 31359812 873264 2.66 439492 23739404 2226696 6.56 4537236 20406436 16 13:50:31 09:08:01 6267144 31359488 873688 2.66 439516 23739408 2226696 6.56 4537304 20406440 4 13:50:31 09:09:01 6267136 31359496 873632 2.66 439528 23739408 2226696 6.56 4537320 20406440 8 13:50:31 09:10:01 6266624 31359008 874088 2.66 439544 23739404 2226696 6.56 4537396 20406444 4 13:50:31 09:11:01 6266876 31359280 873768 2.66 439556 23739416 2226696 6.56 4537360 20406448 24 13:50:31 09:12:01 6267168 31359592 873408 2.66 439588 23739408 2226696 6.56 4537380 20406448 8 13:50:31 09:13:01 6267120 31359552 873464 2.66 439612 23739420 2226696 6.56 4537372 20406452 28 13:50:31 09:14:01 6266316 31358804 874188 2.66 439640 23739420 2226696 6.56 4537444 20406452 8 13:50:31 09:15:01 6266740 31359264 873684 2.66 439660 23739424 2226696 6.56 4537536 20406456 4 13:50:31 09:16:01 6266204 31358756 874144 2.66 439684 23739432 2226696 6.56 4537496 20406464 40 13:50:31 09:17:01 6266372 31358924 874116 2.66 439700 23739432 2226696 6.56 4537480 20406464 4 13:50:31 09:18:01 6266592 31359188 873816 2.66 439708 23739436 2226696 6.56 4537540 20406452 28 13:50:31 09:19:01 6266308 31358904 874048 2.66 439724 23739436 2226696 6.56 4537524 20406452 8 13:50:31 09:20:01 6266480 31359112 873792 2.66 439752 23739432 2226696 6.56 4537628 20406460 44 13:50:31 09:21:01 6266708 31359380 873520 2.66 439764 23739448 2226696 6.56 4537848 20406468 8 13:50:31 09:22:01 6266196 31358880 873952 2.66 439784 23739448 2226696 6.56 4537616 20406464 8 13:50:31 09:23:01 6266148 31358836 873912 2.66 439808 23739452 2226696 6.56 4537600 20406468 28 13:50:31 09:24:01 6266284 31359004 873908 2.66 439832 23739452 2226696 6.56 4537648 20406468 8 13:50:31 09:25:01 6266552 31359312 873596 2.66 439860 23739436 2226696 6.56 4537740 20406472 4 13:50:31 09:26:01 6266220 31359028 873808 2.66 439888 23739464 2226696 6.56 4537716 20406480 40 13:50:31 09:27:01 6266204 31359032 873752 2.66 439900 23739464 2226696 6.56 4537736 20406480 4 13:50:31 09:28:01 6266408 31359380 873328 2.66 439924 23739596 2226696 6.56 4537744 20406612 20 13:50:31 09:29:01 6266100 31359104 873544 2.66 439948 23739596 2226696 6.56 4537776 20406612 16 13:50:31 09:30:01 6266052 31359084 873508 2.66 439968 23739600 2226696 6.56 4537860 20406616 12 13:50:31 09:31:01 6266448 31359484 873344 2.66 439972 23739604 2242740 6.61 4537800 20406620 4 13:50:31 09:32:01 6266084 31359136 873648 2.66 439988 23739604 2242740 6.61 4538132 20406620 12 13:50:31 09:33:01 6266092 31359176 873552 2.66 440000 23739608 2242740 6.61 4538144 20406624 24 13:50:31 09:34:01 6265264 31358400 874228 2.66 440016 23739612 2242740 6.61 4537868 20406624 4 13:50:31 09:35:01 6265548 31358716 873920 2.66 440040 23739608 2242740 6.61 4537948 20406632 12 13:50:31 09:36:01 6265708 31358916 873920 2.66 440064 23739620 2242740 6.61 4537944 20406636 8 13:50:31 09:37:01 6265084 31358344 874460 2.66 440080 23739624 2258856 6.66 4539612 20405756 4 13:50:31 09:38:01 6265360 31358648 874140 2.66 440104 23739628 2258856 6.66 4539076 20405760 8 13:50:31 09:39:01 6265320 31358632 874160 2.66 440116 23739628 2258856 6.66 4539096 20405760 8 13:50:31 09:40:01 6265268 31358604 874336 2.66 440152 23739624 2258856 6.66 4539128 20405764 28 13:50:31 09:41:01 6265244 31358616 874292 2.66 440176 23739636 2258856 6.66 4539100 20405768 24 13:50:31 09:42:01 6264920 31358320 874520 2.66 440196 23739636 2258856 6.66 4539128 20405768 12 13:50:31 09:43:01 6265148 31358564 874236 2.66 440204 23739640 2258856 6.66 4539140 20405772 24 13:50:31 09:44:01 6265100 31358524 874208 2.66 440224 23739644 2242112 6.61 4539152 20405772 8 13:50:31 09:45:01 6265772 31359232 873700 2.66 440244 23739648 2242112 6.61 4539240 20405780 28 13:50:31 09:46:01 6265024 31358516 874388 2.66 440268 23739652 2242112 6.61 4539208 20405784 8 13:50:31 09:47:01 6265464 31359080 873748 2.66 440292 23739780 2242112 6.61 4539220 20405896 12 13:50:31 09:48:02 6264660 31358340 874464 2.66 440312 23739784 2242112 6.61 4539324 20405916 8 13:50:31 09:49:01 6265172 31358852 873924 2.66 440336 23739784 2242112 6.61 4539272 20405916 12 13:50:31 09:50:01 6264084 31357816 874884 2.66 440368 23739788 2242112 6.61 4539368 20405924 8 13:50:31 09:51:01 6264540 31358292 874456 2.66 440380 23739792 2242112 6.61 4539328 20405924 12 13:50:31 09:52:01 6264924 31358724 873976 2.66 440400 23739796 2242112 6.61 4539340 20405928 8 13:50:31 09:53:01 6264640 31358444 874208 2.66 440416 23739800 2225612 6.56 4539324 20405932 8 13:50:31 09:54:01 6264876 31358720 873908 2.66 440428 23739804 2225612 6.56 4539368 20405936 8 13:50:31 09:55:01 6281748 31377220 856872 2.61 440452 23741568 2150164 6.34 4534156 20395580 16 13:50:31 09:56:01 6281696 31377196 857116 2.61 440476 23741564 2150164 6.34 4534120 20395584 8 13:50:31 09:57:01 6281404 31376908 857384 2.61 440488 23741572 2150164 6.34 4534396 20395584 8 13:50:31 09:58:01 6282116 31377664 856800 2.61 440512 23741576 2150164 6.34 4534192 20395588 28 13:50:31 09:59:01 6282620 31378168 856276 2.60 440520 23741576 2150164 6.34 4534176 20395588 12 13:50:31 10:00:01 6282588 31378164 856304 2.61 440528 23741580 2150164 6.34 4534156 20395592 8 13:50:31 10:01:01 6282532 31378108 856436 2.61 440556 23741568 2150164 6.34 4534072 20395592 4 13:50:31 10:02:01 6282556 31378188 856316 2.61 440576 23741588 2150164 6.34 4534136 20395596 8 13:50:31 10:03:01 6282540 31378188 856296 2.61 440600 23741584 2150164 6.34 4534144 20395604 4 13:50:31 10:04:01 6282532 31378204 856272 2.60 440616 23741592 2150164 6.34 4534412 20395604 8 13:50:31 10:05:01 6282248 31377940 856500 2.61 440628 23741596 2150164 6.34 4534280 20395608 12 13:50:31 10:06:01 6282136 31377860 856440 2.61 440672 23741596 2166236 6.39 4534248 20395608 40 13:50:31 10:07:01 6282144 31377920 856360 2.61 440700 23741592 2166236 6.39 4534292 20395616 24 13:50:31 10:08:01 6281772 31377608 856572 2.61 440720 23741604 2182364 6.43 4534316 20395616 8 13:50:31 10:09:01 6281780 31377632 856512 2.61 440740 23741604 2182364 6.43 4534300 20395616 8 13:50:31 10:10:01 6281692 31377596 856488 2.61 440752 23741616 2182364 6.43 4534416 20395624 44 13:50:31 10:11:01 6281700 31377740 856344 2.61 440768 23741736 2182364 6.43 4534360 20395756 24 13:50:31 10:12:01 6281644 31377704 856332 2.61 440780 23741748 2182364 6.43 4534376 20395760 56 13:50:31 10:13:01 6282308 31378384 855812 2.60 440788 23741752 2182364 6.43 4534388 20395764 20 13:50:31 10:14:01 6281292 31377388 856792 2.61 440800 23741752 2182364 6.43 4534664 20395764 160 13:50:31 10:15:01 6281048 31377152 857012 2.61 440820 23741756 2182364 6.43 4534468 20395768 8 13:50:31 10:16:01 6281324 31377460 856704 2.61 440860 23741748 2182364 6.43 4534444 20395768 8 13:50:31 10:17:01 6281088 31377272 856900 2.61 440876 23741760 2182364 6.43 4534484 20395776 32 13:50:31 10:18:01 6281552 31377768 856336 2.61 440892 23741764 2182364 6.43 4534500 20395776 8 13:50:31 10:19:01 6281520 31377740 856316 2.61 440904 23741764 2182364 6.43 4534484 20395776 8 13:50:31 10:20:01 6280368 31376624 857380 2.61 440920 23741772 2182364 6.43 4534592 20395784 8 13:50:31 10:21:01 6280256 31376512 857412 2.61 440948 23741764 2182364 6.43 4534712 20395784 12 13:50:31 10:22:01 6280984 31377280 856860 2.61 440960 23741768 2182364 6.43 4534572 20395792 28 13:50:31 10:23:01 6280968 31377268 856820 2.61 440976 23741780 2182364 6.43 4534568 20395796 24 13:50:31 10:24:01 6280912 31377260 856800 2.61 440992 23741780 2182364 6.43 4534640 20395792 12 13:50:31 10:25:01 6280848 31377236 856752 2.61 441000 23741784 2182364 6.43 4534700 20395796 40 13:50:31 10:26:01 6280864 31377268 856676 2.61 441020 23741780 2182364 6.43 4534680 20395800 32 13:50:31 10:27:01 6280848 31377256 856648 2.61 441036 23741792 2182364 6.43 4534960 20395804 28 13:50:31 10:28:01 6280688 31377132 856720 2.61 441044 23741796 2182364 6.43 4534716 20395808 8 13:50:31 10:29:01 6281460 31377916 855876 2.60 441052 23741800 2182364 6.43 4534728 20395812 8 13:50:31 10:30:01 6281244 31377736 855916 2.60 441060 23741804 2182364 6.43 4534780 20395816 28 13:50:31 10:31:01 6281216 31377728 856076 2.60 441068 23741804 2182364 6.43 4534752 20395816 12 13:50:31 10:32:01 6280680 31377200 856552 2.61 441080 23741808 2182364 6.43 4534736 20395820 8 13:50:31 10:33:01 6280932 31377456 856284 2.60 441080 23741812 2182364 6.43 4534736 20395824 24 13:50:31 10:34:01 6281024 31377568 856064 2.60 441096 23741812 2182364 6.43 4534776 20395824 8 13:50:31 10:35:01 6280260 31376812 856768 2.61 441104 23741816 2182364 6.43 4535144 20395828 16 13:50:31 10:36:01 6279456 31376012 857532 2.61 441116 23741812 2182364 6.43 4535080 20395828 12 13:50:31 10:37:01 6278200 31374988 858512 2.61 441136 23741820 2182564 6.43 4538068 20395832 24 13:50:31 10:38:01 6278696 31375488 857932 2.61 441152 23741828 2166388 6.39 4537532 20395836 8 13:50:31 10:39:01 6278720 31375544 857824 2.61 441160 23741828 2166388 6.39 4537648 20395840 20 13:50:31 10:40:01 6278664 31375500 857928 2.61 441172 23741832 2166388 6.39 4537660 20395844 32 13:50:31 10:41:01 6277812 31374648 858756 2.61 441172 23741832 2182452 6.43 4537584 20395844 8 13:50:31 10:42:01 6277836 31374796 858540 2.61 441176 23741964 2182452 6.43 4537592 20395968 28 13:50:31 10:43:01 6277788 31374768 858520 2.61 441180 23741972 2182452 6.43 4537620 20395976 20 13:50:31 10:44:01 6277268 31374276 859000 2.61 441204 23741972 2182452 6.43 4537640 20395984 4 13:50:31 10:45:01 6277216 31374228 859240 2.61 441212 23741976 2182452 6.43 4537688 20395988 4 13:50:31 10:46:01 6276924 31373952 859608 2.62 441240 23741964 2182452 6.43 4537672 20395988 8 13:50:31 10:47:02 6276420 31373460 860076 2.62 441252 23741980 2182452 6.43 4537656 20395992 8 13:50:31 10:48:01 6276624 31373708 859796 2.62 441264 23741988 2182452 6.43 4537704 20395996 8 13:50:31 10:49:01 6276576 31373660 859780 2.62 441272 23741988 2182452 6.43 4537700 20395996 12 13:50:31 10:50:01 6276560 31373672 860028 2.62 441280 23741988 2182452 6.43 4537808 20396004 4 13:50:31 10:51:01 6275576 31373896 859896 2.62 441432 23742820 2194852 6.47 4538368 20396356 8 13:50:31 10:52:01 6275536 31373892 859860 2.62 441456 23742824 2194852 6.47 4538404 20396360 4 13:50:31 10:53:01 6275520 31373880 859808 2.62 441468 23742828 2194852 6.47 4538388 20396364 28 13:50:31 10:54:01 6275648 31374036 859816 2.62 441480 23742828 2194852 6.47 4538432 20396368 4 13:50:31 10:55:01 6275420 31373812 860004 2.62 441496 23742832 2177888 6.42 4538768 20396372 28 13:50:31 10:56:01 6275624 31374048 859716 2.62 441516 23742836 2177888 6.42 4538460 20396380 8 13:50:31 10:57:01 6276112 31374556 859204 2.61 441520 23742840 2177888 6.42 4538484 20396376 4 13:50:31 10:58:01 6276000 31374448 859232 2.61 441540 23742844 2177888 6.42 4538476 20396380 28 13:50:31 10:59:01 6275440 31373920 859708 2.62 441560 23742844 2177888 6.42 4538516 20396384 4 13:50:31 11:00:01 6275496 31373988 859672 2.62 441576 23742852 2177888 6.42 4538568 20396392 4 13:50:31 11:01:01 6275700 31374224 859404 2.61 441592 23742848 2177888 6.42 4538552 20396392 12 13:50:31 11:02:01 6275620 31374148 859456 2.61 441600 23742852 2177888 6.42 4538544 20396396 4 13:50:31 11:03:01 6275304 31373860 859732 2.62 441612 23742856 2177888 6.42 4538584 20396396 8 13:50:31 11:04:01 6275020 31373612 859932 2.62 441632 23742864 2177888 6.42 4538928 20396400 40 13:50:31 11:05:01 6274940 31373540 859948 2.62 441632 23742868 2177888 6.42 4538704 20396404 24 13:50:31 11:06:01 6274892 31373492 859928 2.62 441640 23742868 2177888 6.42 4538620 20396404 8 13:50:31 11:07:01 6275044 31373648 859904 2.62 441656 23742872 2177888 6.42 4538624 20396408 28 13:50:31 11:08:01 6275020 31373648 859912 2.62 441672 23742872 2177888 6.42 4538660 20396408 4 13:50:31 11:09:01 6275272 31373936 859604 2.62 441688 23742876 2177888 6.42 4538700 20396416 8 13:50:31 11:10:01 6275480 31374168 859512 2.61 441720 23742880 2193932 6.47 4538780 20396416 8 13:50:31 11:11:01 6275444 31374148 859696 2.62 441740 23742880 2193932 6.47 4538740 20396416 8 13:50:31 11:12:01 6274748 31373476 860228 2.62 441760 23742884 2193932 6.47 4539032 20396420 12 13:50:31 11:13:01 6274756 31373528 860196 2.62 441784 23742884 2193932 6.47 4538816 20396424 8 13:50:31 11:14:01 6274928 31373720 859840 2.62 441820 23742892 2177512 6.42 4538836 20396424 4 13:50:31 11:15:01 6274668 31373468 860068 2.62 441832 23742896 2177512 6.42 4538880 20396432 8 13:50:31 11:16:01 6274312 31373156 860372 2.62 441864 23742900 2177512 6.42 4538876 20396436 60 13:50:31 11:17:01 6275100 31373980 859564 2.61 441896 23742888 2177512 6.42 4538908 20396440 28 13:50:31 11:18:01 6274860 31373764 859624 2.62 441920 23742904 2177512 6.42 4538956 20396440 16 13:50:31 11:19:01 6274852 31373760 859580 2.62 441948 23742900 2177512 6.42 4538940 20396444 24 13:50:31 11:20:01 6274480 31373504 859796 2.62 441964 23742976 2177512 6.42 4539068 20396512 8 13:50:31 11:21:01 6274268 31373308 859944 2.62 441984 23742976 2161248 6.37 4539412 20396512 12 13:50:31 11:22:01 6274244 31373320 859860 2.62 442008 23742984 2161248 6.37 4539060 20396520 36 13:50:31 11:23:01 6274448 31373524 859588 2.62 442016 23742984 2161248 6.37 4539044 20396520 8 13:50:31 11:24:01 6276812 31375920 857328 2.61 442024 23742988 2161248 6.37 4536720 20396524 28 13:50:31 11:25:01 6276948 31376060 857368 2.61 442032 23742992 2161248 6.37 4536764 20396528 24 13:50:31 11:26:01 6276712 31375844 857560 2.61 442048 23742992 2161248 6.37 4536740 20396528 20 13:50:31 11:27:01 6276940 31376088 857304 2.61 442052 23742996 2161248 6.37 4536752 20396532 4 13:50:31 11:28:01 6276900 31376056 857284 2.61 442060 23742996 2161248 6.37 4536764 20396532 12 13:50:31 11:29:01 6276828 31376120 857148 2.61 442072 23743128 2161248 6.37 4536748 20396664 4 13:50:31 11:30:01 6276308 31375624 857596 2.61 442080 23743132 2161248 6.37 4537144 20396668 4 13:50:31 11:31:01 6276276 31375600 857576 2.61 442088 23743132 2161248 6.37 4536796 20396668 12 13:50:31 11:32:01 6276520 31375864 857248 2.61 442116 23743144 2161248 6.37 4536808 20396680 32 13:50:31 11:33:01 6276496 31375840 857220 2.61 442124 23743144 2161248 6.37 4536792 20396680 12 13:50:31 11:34:01 6276188 31375572 857460 2.61 442128 23743148 2161248 6.37 4536852 20396684 4 13:50:31 11:35:01 6276324 31375712 857468 2.61 442128 23743152 2161248 6.37 4536896 20396688 8 13:50:31 11:36:01 6276520 31375912 857348 2.61 442132 23743152 2161248 6.37 4537340 20396568 12 13:50:31 11:37:01 6276120 31375492 857720 2.61 442152 23743156 2177316 6.42 4537500 20396524 20 13:50:31 11:38:01 6276876 31376376 856816 2.61 442172 23743284 2177316 6.42 4537256 20396644 20 13:50:31 11:39:01 6276276 31375792 857372 2.61 442172 23743288 2177316 6.42 4537236 20396656 40 13:50:31 11:40:01 6276292 31375832 857288 2.61 442180 23743296 2177316 6.42 4537284 20396660 16 13:50:31 11:41:01 6276276 31375820 857272 2.61 442184 23743296 2177316 6.42 4537216 20396660 4 13:50:31 11:42:01 6275708 31375272 857780 2.61 442200 23743296 2177316 6.42 4537232 20396676 28 13:50:31 11:43:01 6276164 31375728 857316 2.61 442204 23743300 2177316 6.42 4537224 20396672 8 13:50:31 11:44:01 6275888 31375472 857536 2.61 442216 23743300 2177316 6.42 4537256 20396676 60 13:50:31 11:45:01 6275400 31374992 857936 2.61 442232 23743308 2177316 6.42 4537320 20396680 12 13:50:31 11:46:01 6275936 31375572 857368 2.61 442252 23743308 2177316 6.42 4537660 20396680 40 13:50:31 11:47:02 6276448 31376092 856836 2.61 442264 23743312 2177316 6.42 4537320 20396684 8 13:50:31 11:48:01 6276160 31375816 857300 2.61 442268 23743312 2177316 6.42 4537332 20396684 48 13:50:31 11:49:01 6275908 31375568 857524 2.61 442276 23743320 2177316 6.42 4537320 20396688 8 13:50:31 11:50:01 6275868 31375544 857584 2.61 442292 23743328 2177316 6.42 4537408 20396692 8 13:50:31 11:51:01 6275756 31375432 857588 2.61 442300 23743376 2177316 6.42 4537332 20396692 4 13:50:31 11:52:01 6275836 31375548 857636 2.61 442316 23743380 2177316 6.42 4537380 20396696 28 13:50:31 11:53:01 6275828 31375552 857624 2.61 442324 23743380 2177316 6.42 4537388 20396696 8 13:50:31 11:54:01 6275324 31375064 858080 2.61 442340 23743380 2193360 6.47 4537400 20396700 60 13:50:31 11:55:01 6275332 31375076 858024 2.61 442340 23743388 2193360 6.47 4537444 20396704 12 13:50:31 11:56:01 6275544 31375308 857820 2.61 442360 23743388 2193360 6.47 4537420 20396704 12 13:50:31 11:57:01 6275728 31375496 857804 2.61 442364 23743392 2193360 6.47 4537404 20396708 28 13:50:31 11:58:01 6275420 31375208 858084 2.61 442372 23743388 2193360 6.47 4537444 20396708 12 13:50:31 11:59:01 6275876 31375672 857564 2.61 442380 23743396 2193360 6.47 4537448 20396712 24 13:50:31 12:00:01 6275576 31375384 857816 2.61 442384 23743400 2193360 6.47 4537520 20396712 4 13:50:31 12:01:01 6276024 31375848 857336 2.61 442396 23743404 2193360 6.47 4537464 20396728 12 13:50:31 12:02:01 6275520 31375372 857772 2.61 442416 23743408 2176828 6.42 4537484 20396732 60 13:50:31 12:03:01 6276276 31376140 856976 2.61 442424 23743408 2176828 6.42 4537496 20396732 12 13:50:31 12:04:01 6275804 31375700 857412 2.61 442448 23743412 2176828 6.42 4537516 20396736 8 13:50:31 12:05:01 6275284 31375184 857856 2.61 442464 23743412 2176828 6.42 4537688 20396736 12 13:50:31 12:06:01 6275212 31375164 857832 2.61 442484 23743420 2176828 6.42 4537552 20396744 76 13:50:31 12:07:01 6275164 31375120 857812 2.61 442488 23743424 2176828 6.42 4537536 20396748 8 13:50:31 12:08:01 6275336 31375320 857544 2.61 442500 23743428 2176828 6.42 4537576 20396752 32 13:50:31 12:09:01 6276040 31376032 857008 2.61 442516 23743432 2176828 6.42 4537596 20396756 8 13:50:31 12:10:01 6275252 31375280 857768 2.61 442532 23743432 2192900 6.47 4537708 20396756 8 13:50:31 12:11:01 6275964 31376000 857200 2.61 442544 23743436 2176544 6.42 4537652 20396760 4 13:50:31 12:12:01 6275668 31375864 857532 2.61 442580 23743568 2176544 6.42 4537684 20396892 28 13:50:31 12:13:01 6275408 31375604 857752 2.61 442592 23743568 2176544 6.42 4537668 20396892 4 13:50:31 12:14:01 6275400 31375640 857688 2.61 442608 23743572 2176544 6.42 4537724 20396896 40 13:50:31 12:15:01 6275564 31375812 857468 2.61 442616 23743572 2176544 6.42 4537792 20396896 12 13:50:31 12:16:01 6275792 31376056 857188 2.61 442620 23743576 2176544 6.42 4537744 20396900 8 13:50:31 12:17:01 6275216 31375492 857984 2.61 442632 23743580 2176544 6.42 4538020 20396904 8 13:50:31 12:18:01 6275164 31375484 857944 2.61 442660 23743572 2176544 6.42 4537764 20396908 4 13:50:31 12:19:01 6275164 31375488 857924 2.61 442664 23743588 2176544 6.42 4537748 20396912 8 13:50:31 12:20:01 6275140 31375500 857912 2.61 442676 23743588 2176544 6.42 4537860 20396912 4 13:50:31 12:21:01 6275912 31376324 857112 2.61 442680 23743596 2176544 6.42 4537980 20396964 4 13:50:31 12:22:01 6275588 31376024 857348 2.61 442696 23743600 2176544 6.42 4537816 20396972 8 13:50:31 12:23:01 6276108 31376544 857080 2.61 442704 23743600 2176544 6.42 4537800 20396972 8 13:50:31 12:24:01 6276228 31376680 856916 2.61 442704 23743604 2176544 6.42 4537828 20396976 40 13:50:31 12:25:01 6275952 31376404 857172 2.61 442704 23743604 2176544 6.42 4537872 20396976 12 13:50:31 12:26:01 6275596 31376060 857448 2.61 442728 23743608 2176544 6.42 4537836 20396980 8 13:50:31 12:27:01 6275288 31375772 857712 2.61 442736 23743616 2176544 6.42 4537852 20396984 24 13:50:31 12:28:01 6275564 31376060 857360 2.61 442752 23743616 2192740 6.46 4537924 20396984 8 13:50:31 12:29:01 6275516 31376016 857324 2.61 442772 23743620 2192740 6.46 4537848 20396988 28 13:50:31 12:30:01 6275248 31375788 857552 2.61 442792 23743620 2192740 6.46 4537960 20396988 4 13:50:31 12:31:01 6275216 31375764 857524 2.61 442800 23743624 2192740 6.46 4537884 20396992 8 13:50:31 12:32:01 6275452 31376036 857204 2.61 442824 23743628 2192740 6.46 4537928 20396996 60 13:50:31 12:33:01 6276140 31376744 856680 2.61 442832 23743628 2192740 6.46 4537948 20396996 8 13:50:31 12:34:01 6276100 31376732 856672 2.61 442864 23743632 2192740 6.46 4538268 20397000 28 13:50:31 12:35:01 6275660 31376300 857268 2.61 442872 23743632 2192740 6.46 4538020 20397000 8 13:50:31 12:36:01 6275416 31376084 857476 2.61 442884 23743640 2192740 6.46 4538068 20397004 40 13:50:31 12:37:01 6275304 31375976 857428 2.61 442892 23743644 2192740 6.46 4538408 20397008 20 13:50:31 12:38:01 6275368 31376080 857336 2.61 442896 23743648 2188172 6.45 4538424 20397016 24 13:50:31 12:39:01 6275288 31376020 857432 2.61 442916 23743652 2188172 6.45 4538244 20397020 28 13:50:31 12:40:01 6275680 31376432 857076 2.61 442936 23743648 2188172 6.45 4538224 20397020 4 13:50:31 12:41:01 6275160 31375932 857556 2.61 442948 23743656 2188172 6.45 4538164 20397024 4 13:50:31 12:42:01 6275096 31375892 857552 2.61 442960 23743660 2188172 6.45 4538476 20397028 44 13:50:31 12:43:01 6275600 31376400 856984 2.61 442976 23743660 2188172 6.45 4538188 20397028 4 13:50:31 12:44:01 6275592 31376424 856956 2.61 443000 23743664 2188172 6.45 4538216 20397032 28 13:50:31 12:45:01 6275008 31375852 857508 2.61 443020 23743668 2188172 6.45 4538288 20397032 4 13:50:31 12:46:01 6275268 31376140 857196 2.61 443028 23743672 2188172 6.45 4538252 20397036 60 13:50:31 12:47:01 6275228 31376104 857164 2.61 443044 23743676 2188172 6.45 4538236 20397040 28 13:50:31 12:48:01 6275212 31376192 857036 2.61 443048 23743756 2188172 6.45 4538272 20397124 44 13:50:31 12:49:01 6274944 31375928 857272 2.61 443056 23743764 2188172 6.45 4538256 20397128 8 13:50:31 12:50:01 6274896 31375892 857256 2.61 443060 23743764 2188172 6.45 4538344 20397128 44 13:50:31 12:51:01 6275136 31376140 857192 2.61 443068 23743768 2188172 6.45 4538288 20397132 8 13:50:31 12:52:01 6275044 31376060 857464 2.61 443084 23743772 2188172 6.45 4538296 20397136 60 13:50:31 12:53:01 6274280 31375312 858204 2.61 443104 23743764 2188172 6.45 4538608 20397136 12 13:50:31 12:54:02 6275060 31376128 857368 2.61 443120 23743780 2188172 6.45 4538344 20397140 8 13:50:31 12:55:01 6275068 31376152 857296 2.61 443144 23743784 2188172 6.45 4538420 20397140 8 13:50:31 12:56:01 6274760 31376008 857396 2.61 443160 23743916 2188172 6.45 4538404 20397272 60 13:50:31 12:57:01 6274500 31375752 857580 2.61 443172 23743920 2188172 6.45 4538388 20397276 12 13:50:31 12:58:01 6274452 31375724 857552 2.61 443188 23743920 2188172 6.45 4538424 20397276 4 13:50:31 12:59:01 6274404 31375692 857504 2.61 443220 23743920 2171908 6.40 4538436 20397280 24 13:50:31 13:00:01 6274268 31375600 857572 2.61 443232 23743924 2171908 6.40 4538540 20397280 44 13:50:31 13:01:01 6274188 31375524 857568 2.61 443252 23743928 2171908 6.40 4538472 20397284 24 13:50:31 13:02:01 6274132 31375496 857540 2.61 443272 23743928 2171908 6.40 4538512 20397284 4 13:50:31 13:03:01 6274344 31375716 857240 2.61 443292 23743932 2171908 6.40 4538496 20397288 24 13:50:31 13:04:01 6273792 31375228 857772 2.61 443332 23743940 2155492 6.35 4538928 20397292 44 13:50:31 13:05:01 6274040 31375636 857548 2.61 443352 23744068 2155492 6.35 4538672 20397420 12 13:50:31 13:06:01 6274000 31375620 857536 2.61 443384 23744072 2155492 6.35 4538912 20397424 8 13:50:31 13:07:01 6273920 31375584 857572 2.61 443412 23744072 2155492 6.35 4538952 20397428 12 13:50:31 13:08:01 6273912 31375608 857512 2.61 443432 23744076 2155492 6.35 4538672 20397428 8 13:50:31 13:09:01 6274112 31375828 857484 2.61 443456 23744080 2155492 6.35 4538688 20397432 28 13:50:31 13:10:01 6273640 31375384 857940 2.61 443464 23744080 2171748 6.40 4538776 20397432 44 13:50:31 13:11:01 6273876 31375624 857664 2.61 443480 23744088 2171748 6.40 4538700 20397436 36 13:50:31 13:12:01 6273796 31375568 857652 2.61 443496 23744092 2171748 6.40 4539000 20397436 52 13:50:31 13:13:01 6273512 31375300 857920 2.61 443508 23744096 2171748 6.40 4538752 20397440 20 13:50:31 13:14:01 6273804 31375612 857672 2.61 443520 23744100 2171748 6.40 4538768 20397444 60 13:50:31 13:15:01 6273996 31375808 857652 2.61 443528 23744100 2171748 6.40 4538812 20397444 4 13:50:31 13:16:01 6273900 31375752 857700 2.61 443548 23744104 2171748 6.40 4539108 20397448 180 13:50:31 13:17:01 6274544 31376448 856964 2.61 443560 23744104 2171748 6.40 4539156 20397472 236 13:50:31 13:18:01 6273576 31375488 857904 2.61 443580 23744108 2171748 6.40 4539108 20397476 60 13:50:31 13:19:01 6274072 31376012 857372 2.61 443600 23744104 2171748 6.40 4538840 20397480 8 13:50:31 13:20:01 6273868 31375808 857528 2.61 443608 23744112 2171748 6.40 4538884 20397480 4 13:50:31 13:21:01 6273520 31375492 857820 2.61 443620 23744116 2187840 6.45 4539184 20397484 8 13:50:31 13:22:01 6273172 31375184 858052 2.61 443644 23744120 2187840 6.45 4539312 20397488 204 13:50:31 13:23:01 6273960 31375980 857532 2.61 443664 23744124 2187840 6.45 4538904 20397492 8 13:50:31 13:24:01 6273648 31375672 857836 2.61 443688 23744112 2187840 6.45 4538888 20397496 12 13:50:31 13:25:01 6273624 31375684 857824 2.61 443704 23744128 2187840 6.45 4538992 20397496 8 13:50:31 13:26:01 6274052 31376160 857548 2.61 443720 23744132 2187840 6.45 4538972 20397504 44 13:50:31 13:27:01 6274020 31376132 857524 2.61 443732 23744136 2187840 6.45 4538956 20397504 4 13:50:31 13:28:01 6274264 31376384 857212 2.61 443736 23744140 2187840 6.45 4538956 20397512 60 13:50:31 13:29:01 6273996 31376140 857444 2.61 443752 23744144 2187840 6.45 4538984 20397516 28 13:50:31 13:30:01 6273916 31376060 857456 2.61 443756 23744148 2187840 6.45 4539036 20397516 52 13:50:31 13:31:01 6273892 31376064 857424 2.61 443784 23744152 2187840 6.45 4539300 20397524 24 13:50:31 13:32:01 6274128 31376332 857152 2.61 443788 23744152 2187840 6.45 4539044 20397520 40 13:50:31 13:33:01 6273860 31376068 857384 2.61 443804 23744156 2187840 6.45 4539028 20397524 8 13:50:31 13:34:01 6273380 31375616 857812 2.61 443808 23744160 2187840 6.45 4539356 20397528 60 13:50:31 13:35:01 6273316 31375552 857868 2.61 443816 23744160 2187840 6.45 4539108 20397528 12 13:50:31 13:36:01 6273332 31375588 857812 2.61 443836 23744164 2187840 6.45 4539140 20397532 44 13:50:31 13:37:01 6273744 31376016 857548 2.61 443848 23744164 2187840 6.45 4539100 20397532 12 13:50:31 13:38:01 6272968 31375024 858528 2.61 443868 23744168 2187840 6.45 4539452 20397536 24 13:50:31 13:39:01 6273276 31375348 858148 2.61 443888 23744168 2187840 6.45 4539260 20397540 20 13:50:31 13:40:01 6133684 31367432 864652 2.63 445712 23870348 2191276 6.46 4612900 20455680 236 13:50:31 13:41:01 6134268 31368020 863996 2.63 445728 23870352 2191276 6.46 4612812 20455684 4 13:50:31 13:42:01 6133960 31367728 864284 2.63 445728 23870352 2191276 6.46 4612844 20455684 40 13:50:31 13:43:01 6134716 31368488 863476 2.63 445732 23870356 2191276 6.46 4612844 20455688 8 13:50:31 13:44:01 6135684 31369484 862436 2.62 445748 23870364 2191276 6.46 4611260 20455696 76 13:50:31 13:45:01 6137692 31371628 860232 2.62 445764 23870476 2191276 6.46 4609620 20455808 40 13:50:31 13:46:01 6137456 31371404 860436 2.62 445772 23870484 2191276 6.46 4609560 20455812 72 13:50:31 13:47:01 6137368 31371332 860456 2.62 445776 23870484 2191276 6.46 4609600 20455816 12 13:50:31 13:48:01 6137360 31371332 860392 2.62 445784 23870488 2191276 6.46 4609604 20455820 60 13:50:31 13:49:01 6137092 31371068 860584 2.62 445796 23870492 2191276 6.46 4609588 20455824 28 13:50:31 13:50:01 6137092 31371096 860756 2.62 445816 23870492 2191276 6.46 4609464 20455824 44 13:50:31 Average: 6445314 31345338 887921 2.70 437750 23558290 2256565 6.65 4533634 20241326 22322 13:50:31 13:50:31 07:50:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:50:31 07:51:01 docker0 687.38 761.13 50.84 4627.43 0.00 0.00 0.00 0.00 13:50:31 07:51:01 lo 1.08 1.08 0.11 0.11 0.00 0.00 0.00 0.00 13:50:31 07:51:01 ens3 955.74 812.35 8093.25 124.59 0.00 0.00 0.00 0.00 13:50:31 07:51:01 veth4c61768 0.05 0.17 0.00 0.01 0.00 0.00 0.00 0.00 13:50:31 07:52:01 docker0 1.37 1.37 0.10 0.12 0.00 0.00 0.00 0.00 13:50:31 07:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 07:52:01 ens3 22.06 13.68 17.51 8.70 0.00 0.00 0.00 0.00 13:50:31 07:52:01 veth4c61768 1.37 1.40 0.12 0.13 0.00 0.00 0.00 0.00 13:50:31 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:53:01 ens3 22.80 13.01 19.64 11.19 0.00 0.00 0.00 0.00 13:50:31 07:53:01 veth4c61768 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:54:01 vethecaa719 3.48 1.32 43.16 0.12 0.00 0.00 0.00 0.00 13:50:31 07:54:01 veth4e731b7 3.55 7.08 0.31 86.47 0.00 0.00 0.00 0.01 13:50:31 07:54:01 veth9868fdb 0.05 0.57 0.00 0.03 0.00 0.00 0.00 0.00 13:50:31 07:54:01 vethe2008a1 0.57 0.05 0.03 0.00 0.00 0.00 0.00 0.00 13:50:31 07:54:01 vethdcb1607 1.32 3.48 0.12 43.16 0.00 0.00 0.00 0.00 13:50:31 07:54:01 veth9e445d2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:54:01 veth8253ac0 1.63 3.45 0.14 42.59 0.00 0.00 0.00 0.00 13:50:31 07:54:01 veth005a717 2.92 6.93 0.26 85.18 0.00 0.00 0.00 0.01 13:50:31 07:54:01 docker0 24.85 45.03 1.81 645.26 0.00 0.00 0.00 0.00 13:50:31 07:54:01 vethcebab77 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:54:01 vethbb12048 6.93 2.92 85.18 0.26 0.00 0.00 0.00 0.00 13:50:31 07:54:01 veth09f4c83 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:54:01 vetha487ad3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:54:01 vethab9c838 0.40 1.15 0.04 0.17 0.00 0.00 0.00 0.00 13:50:31 07:54:01 vethe8137d7 1.52 3.35 0.13 42.58 0.00 0.00 0.00 0.00 13:50:31 07:54:01 vetha55696d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:54:01 vethb4f9e41 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:54:01 veth161e671 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:54:01 veth0152e90 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:54:01 vethd14ad1f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:54:01 veth4c701a9 5.22 9.47 0.45 125.08 0.00 0.00 0.00 0.01 13:50:31 07:54:01 lo 1.73 1.73 0.16 0.16 0.00 0.00 0.00 0.00 13:50:31 07:54:01 veth9532105 1.27 3.43 0.11 42.58 0.00 0.00 0.00 0.00 13:50:31 07:54:01 veth0f686e6 4.13 7.15 0.35 92.06 0.00 0.00 0.00 0.01 13:50:31 07:54:01 veth66f3165 1.63 3.73 0.14 43.19 0.00 0.00 0.00 0.00 13:50:31 07:54:01 veth8156545 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:54:01 ens3 195.55 110.40 3930.67 25.88 0.00 0.00 0.00 0.00 13:50:31 07:54:01 vethc4fde9a 1.20 3.40 0.11 42.58 0.00 0.00 0.00 0.00 13:50:31 07:55:01 veth2cc0fde 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 13:50:31 07:55:01 veth36557c0 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 13:50:31 07:55:01 veth6d9ce63 0.05 0.53 0.00 0.03 0.00 0.00 0.00 0.00 13:50:31 07:55:01 veth2c7e842 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 13:50:31 07:55:01 veth7e2195b 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 13:50:31 07:55:01 veth9719012 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 13:50:31 07:55:01 veth9ea9ea4 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 13:50:31 07:55:01 docker0 533.17 940.97 49.73 8790.80 0.00 0.00 0.00 0.00 13:50:31 07:55:01 vethab9c838 0.07 2.42 0.00 0.10 0.00 0.00 0.00 0.00 13:50:31 07:55:01 veth63890e2 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 13:50:31 07:55:01 vethddf23d5 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 13:50:31 07:55:01 vethcffbf03 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 13:50:31 07:55:01 lo 0.47 0.47 0.05 0.05 0.00 0.00 0.00 0.00 13:50:31 07:55:01 vethff287e8 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 13:50:31 07:55:01 vetheed9fa8 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 13:50:31 07:55:01 ens3 1007.06 572.21 9667.39 73.84 0.00 0.00 0.00 0.00 13:50:31 07:56:01 veth2cc0fde 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:56:01 veth36557c0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:56:01 veth6d9ce63 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:56:01 veth2c7e842 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:56:01 veth7e2195b 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:56:01 veth9719012 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:56:01 veth9ea9ea4 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:56:01 docker0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:56:01 vethab9c838 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:56:01 veth63890e2 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:56:01 vethddf23d5 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:56:01 vethcffbf03 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 07:56:01 vethff287e8 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:56:01 vetheed9fa8 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:56:01 ens3 3.65 1.93 2.96 1.56 0.00 0.00 0.00 0.00 13:50:31 07:57:01 veth2cc0fde 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:57:01 veth36557c0 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:57:01 veth6d9ce63 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:57:01 veth7e2195b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:57:01 veth9719012 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:57:01 veth9ea9ea4 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:57:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:57:01 vethab9c838 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:57:01 veth63890e2 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:57:01 vethddf23d5 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:57:01 vethcffbf03 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:57:01 vethff287e8 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:57:01 ens3 8.43 6.09 6.85 3.96 0.00 0.00 0.00 0.00 13:50:31 07:58:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:58:01 lo 14.73 14.73 1.44 1.44 0.00 0.00 0.00 0.00 13:50:31 07:58:01 ens3 197.87 215.66 91.25 873.50 0.00 0.00 0.00 0.00 13:50:31 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 07:59:01 lo 35.79 35.79 3.50 3.50 0.00 0.00 0.00 0.00 13:50:31 07:59:01 ens3 436.83 450.49 190.48 2626.69 0.00 0.00 0.00 0.00 13:50:31 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:00:01 lo 18.60 18.60 1.81 1.81 0.00 0.00 0.00 0.00 13:50:31 08:00:01 ens3 281.04 286.47 114.87 1926.28 0.00 0.00 0.00 0.00 13:50:31 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:01:01 ens3 0.60 0.10 0.26 0.01 0.00 0.00 0.00 0.00 13:50:31 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:02:01 ens3 0.58 0.48 0.28 0.22 0.00 0.00 0.00 0.00 13:50:31 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:03:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:04:01 ens3 0.97 0.40 0.32 0.22 0.00 0.00 0.00 0.00 13:50:31 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:05:01 ens3 0.35 0.22 0.15 0.07 0.00 0.00 0.00 0.00 13:50:31 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:06:01 ens3 0.20 0.12 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:07:01 ens3 0.10 0.02 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:08:01 ens3 0.13 0.12 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 08:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:09:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:10:01 ens3 0.35 0.30 0.15 0.08 0.00 0.00 0.00 0.00 13:50:31 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:11:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:12:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:13:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:14:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:15:01 ens3 0.22 0.17 0.09 0.07 0.00 0.00 0.00 0.00 13:50:31 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:16:01 ens3 0.23 0.17 0.07 0.01 0.00 0.00 0.00 0.00 13:50:31 08:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:17:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:18:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:19:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:20:01 ens3 0.35 0.22 0.15 0.07 0.00 0.00 0.00 0.00 13:50:31 08:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:21:01 ens3 0.50 0.32 0.27 0.21 0.00 0.00 0.00 0.00 13:50:31 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:22:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:23:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:24:01 ens3 0.17 0.12 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 08:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:25:01 ens3 0.20 0.12 0.09 0.07 0.00 0.00 0.00 0.00 13:50:31 08:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:26:01 ens3 0.28 0.15 0.08 0.01 0.00 0.00 0.00 0.00 13:50:31 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:27:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:28:01 ens3 0.13 0.12 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:29:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:30:01 ens3 3.77 0.78 1.00 0.49 0.00 0.00 0.00 0.00 13:50:31 08:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:31:01 ens3 6.20 0.75 1.38 0.62 0.00 0.00 0.00 0.00 13:50:31 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:32:01 ens3 2.83 1.02 1.04 0.70 0.00 0.00 0.00 0.00 13:50:31 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:33:01 ens3 0.35 0.00 0.03 0.00 0.00 0.00 0.00 0.00 13:50:31 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:34:01 ens3 0.28 0.10 0.03 0.01 0.00 0.00 0.00 0.00 13:50:31 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:35:01 ens3 1.47 0.95 0.93 0.47 0.00 0.00 0.00 0.00 13:50:31 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:36:01 ens3 0.32 0.12 0.08 0.01 0.00 0.00 0.00 0.00 13:50:31 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:37:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:37:01 ens3 4.47 3.60 3.01 3.97 0.00 0.00 0.00 0.00 13:50:31 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:38:01 ens3 0.37 0.20 0.12 0.07 0.00 0.00 0.00 0.00 13:50:31 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:39:01 ens3 0.75 0.27 0.26 0.11 0.00 0.00 0.00 0.00 13:50:31 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:40:01 ens3 1.95 1.33 0.90 1.17 0.00 0.00 0.00 0.00 13:50:31 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:41:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:42:01 ens3 0.35 0.10 0.03 0.01 0.00 0.00 0.00 0.00 13:50:31 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:43:01 ens3 0.17 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:44:01 ens3 0.33 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 08:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:45:02 ens3 0.68 0.13 0.19 0.07 0.00 0.00 0.00 0.00 13:50:31 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:46:01 ens3 0.47 0.08 0.03 0.01 0.00 0.00 0.00 0.00 13:50:31 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:47:01 ens3 0.40 0.00 0.03 0.00 0.00 0.00 0.00 0.00 13:50:31 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:48:01 ens3 0.45 0.10 0.03 0.01 0.00 0.00 0.00 0.00 13:50:31 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:49:01 ens3 0.27 0.00 0.02 0.00 0.00 0.00 0.00 0.00 13:50:31 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:50:01 ens3 0.58 0.22 0.16 0.08 0.00 0.00 0.00 0.00 13:50:31 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:51:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:52:01 ens3 0.20 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:53:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:54:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:55:01 ens3 0.32 0.18 0.15 0.07 0.00 0.00 0.00 0.00 13:50:31 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:56:01 ens3 0.17 0.07 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:57:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 08:58:01 ens3 0.15 0.12 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 08:59:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:00:01 ens3 0.45 0.32 0.15 0.08 0.00 0.00 0.00 0.00 13:50:31 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:01:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:02:01 ens3 0.22 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:03:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:04:01 ens3 0.83 0.40 0.31 0.21 0.00 0.00 0.00 0.00 13:50:31 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:05:01 ens3 0.28 0.18 0.14 0.07 0.00 0.00 0.00 0.00 13:50:31 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:06:01 ens3 0.22 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:07:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:08:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:09:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:10:01 ens3 0.85 0.20 0.17 0.07 0.00 0.00 0.00 0.00 13:50:31 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:11:01 ens3 0.97 0.00 0.05 0.00 0.00 0.00 0.00 0.00 13:50:31 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:12:01 ens3 0.50 0.10 0.03 0.01 0.00 0.00 0.00 0.00 13:50:31 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:13:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:14:01 ens3 0.22 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:15:01 ens3 0.32 0.12 0.15 0.07 0.00 0.00 0.00 0.00 13:50:31 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:16:01 ens3 0.18 0.08 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:17:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:18:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:19:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:20:01 ens3 0.45 0.22 0.15 0.07 0.00 0.00 0.00 0.00 13:50:31 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:21:01 ens3 0.38 0.30 0.26 0.21 0.00 0.00 0.00 0.00 13:50:31 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:22:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:23:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:24:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:25:01 ens3 0.28 0.13 0.14 0.07 0.00 0.00 0.00 0.00 13:50:31 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:26:01 ens3 0.20 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:27:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:28:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:29:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:30:01 ens3 0.48 0.22 0.16 0.07 0.00 0.00 0.00 0.00 13:50:31 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:31:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:32:01 ens3 0.22 0.12 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:33:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:34:01 ens3 0.20 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:35:01 ens3 0.45 0.27 0.19 0.31 0.00 0.00 0.00 0.00 13:50:31 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:36:01 ens3 0.25 0.12 0.08 0.01 0.00 0.00 0.00 0.00 13:50:31 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:37:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:37:01 ens3 3.08 2.65 1.53 3.95 0.00 0.00 0.00 0.00 13:50:31 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:38:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:39:01 ens3 1.50 1.25 0.79 1.15 0.00 0.00 0.00 0.00 13:50:31 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:40:01 ens3 0.33 0.22 0.15 0.07 0.00 0.00 0.00 0.00 13:50:31 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:41:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:42:01 ens3 0.20 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:43:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:44:01 ens3 0.23 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:45:01 ens3 0.28 0.13 0.14 0.07 0.00 0.00 0.00 0.00 13:50:31 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:46:01 ens3 0.23 0.08 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:47:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 09:48:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:48:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:48:02 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:49:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:50:01 ens3 0.42 0.20 0.15 0.07 0.00 0.00 0.00 0.00 13:50:31 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:51:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:52:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:53:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:54:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:55:01 ens3 0.28 0.18 0.14 0.07 0.00 0.00 0.00 0.00 13:50:31 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:56:01 ens3 0.17 0.08 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:57:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 09:58:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 09:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 09:59:01 ens3 0.03 0.02 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:00:01 ens3 0.40 0.20 0.15 0.07 0.00 0.00 0.00 0.00 13:50:31 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:01:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:02:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:03:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:04:01 ens3 0.98 0.43 0.32 0.22 0.00 0.00 0.00 0.00 13:50:31 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:05:01 ens3 0.35 0.20 0.15 0.07 0.00 0.00 0.00 0.00 13:50:31 10:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:06:01 ens3 0.22 0.12 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 10:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:07:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 10:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:08:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 10:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:09:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:10:01 ens3 0.40 0.30 0.15 0.08 0.00 0.00 0.00 0.00 13:50:31 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:11:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:12:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:13:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:14:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:15:01 ens3 0.32 0.23 0.15 0.07 0.00 0.00 0.00 0.00 13:50:31 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:16:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:17:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:18:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:19:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:20:01 ens3 0.38 0.22 0.15 0.07 0.00 0.00 0.00 0.00 13:50:31 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:21:01 ens3 0.43 0.25 0.27 0.20 0.00 0.00 0.00 0.00 13:50:31 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:22:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:23:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:24:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:25:01 ens3 0.28 0.13 0.14 0.07 0.00 0.00 0.00 0.00 13:50:31 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:26:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:27:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:28:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:29:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:30:01 ens3 0.32 0.22 0.09 0.08 0.00 0.00 0.00 0.00 13:50:31 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:31:01 ens3 0.17 0.12 0.07 0.01 0.00 0.00 0.00 0.00 13:50:31 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:32:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 10:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:33:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:34:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:35:01 ens3 0.53 0.42 0.24 0.32 0.00 0.00 0.00 0.00 13:50:31 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:36:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:37:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:37:01 ens3 19.34 29.34 2.54 76.85 0.00 0.00 0.00 0.00 13:50:31 10:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:38:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 10:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:39:01 ens3 2.63 3.92 0.87 12.39 0.00 0.00 0.00 0.00 13:50:31 10:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:40:01 ens3 0.30 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:50:31 10:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:41:01 ens3 0.17 0.05 0.07 0.00 0.00 0.00 0.00 0.00 13:50:31 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:42:01 ens3 0.20 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:43:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:44:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:45:01 ens3 0.22 0.12 0.09 0.07 0.00 0.00 0.00 0.00 13:50:31 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:46:01 ens3 0.27 0.12 0.08 0.01 0.00 0.00 0.00 0.00 13:50:31 10:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:47:02 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:48:01 ens3 0.14 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:49:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:50:01 ens3 0.43 0.22 0.15 0.07 0.00 0.00 0.00 0.00 13:50:31 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:51:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:51:01 ens3 0.20 0.23 0.09 0.03 0.00 0.00 0.00 0.00 13:50:31 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:52:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:53:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:54:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:55:01 ens3 0.27 0.12 0.14 0.07 0.00 0.00 0.00 0.00 13:50:31 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:56:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:57:01 ens3 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 10:58:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 10:59:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:00:01 ens3 0.37 0.20 0.15 0.07 0.00 0.00 0.00 0.00 13:50:31 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:01:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:02:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:03:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:04:01 ens3 0.87 0.35 0.32 0.21 0.00 0.00 0.00 0.00 13:50:31 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:05:01 ens3 0.32 0.13 0.15 0.07 0.00 0.00 0.00 0.00 13:50:31 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:06:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:07:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:08:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:09:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:10:01 ens3 0.30 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:50:31 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:11:01 ens3 0.17 0.05 0.07 0.00 0.00 0.00 0.00 0.00 13:50:31 11:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:12:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 11:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:13:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 11:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:14:01 ens3 0.18 0.12 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 11:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:15:01 ens3 0.30 0.13 0.14 0.07 0.00 0.00 0.00 0.00 13:50:31 11:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:16:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 11:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:17:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 11:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:18:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 11:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:19:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 11:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:20:01 ens3 0.42 0.22 0.15 0.07 0.00 0.00 0.00 0.00 13:50:31 11:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:21:01 ens3 0.50 0.47 0.27 0.22 0.00 0.00 0.00 0.00 13:50:31 11:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:22:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 11:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:23:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 11:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:24:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 11:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:25:01 ens3 0.30 0.22 0.14 0.07 0.00 0.00 0.00 0.00 13:50:31 11:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:26:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 11:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:27:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 11:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:28:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 11:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:29:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 11:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:30:01 ens3 0.45 0.27 0.15 0.08 0.00 0.00 0.00 0.00 13:50:31 11:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:31:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 11:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:32:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 11:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:33:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 11:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:34:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 11:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:35:01 ens3 0.22 0.10 0.09 0.07 0.00 0.00 0.00 0.00 13:50:31 11:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:36:01 ens3 0.38 0.22 0.17 0.25 0.00 0.00 0.00 0.00 13:50:31 11:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:37:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:37:01 ens3 2.65 2.33 1.46 3.93 0.00 0.00 0.00 0.00 13:50:31 11:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:38:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:39:01 ens3 1.50 1.22 0.79 1.15 0.00 0.00 0.00 0.00 13:50:31 11:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:40:01 ens3 0.33 0.27 0.15 0.08 0.00 0.00 0.00 0.00 13:50:31 11:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:41:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 11:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:42:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 11:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:43:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 11:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:44:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 11:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:45:01 ens3 0.57 0.50 0.38 0.22 0.00 0.00 0.00 0.00 13:50:31 11:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:46:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 11:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:47:02 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 11:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:48:01 ens3 0.15 0.12 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 11:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:49:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 11:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:50:01 ens3 0.35 0.30 0.15 0.08 0.00 0.00 0.00 0.00 13:50:31 11:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:51:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 11:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:52:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 11:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:53:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 11:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:54:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 11:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:55:01 ens3 0.27 0.23 0.14 0.07 0.00 0.00 0.00 0.00 13:50:31 11:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:56:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 11:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:57:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 11:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 11:58:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 11:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 11:59:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 12:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:00:01 ens3 0.35 0.22 0.15 0.07 0.00 0.00 0.00 0.00 13:50:31 12:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:01:01 ens3 0.03 0.02 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 12:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:02:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 12:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:03:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 12:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:04:01 ens3 0.53 0.10 0.06 0.01 0.00 0.00 0.00 0.00 13:50:31 12:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:05:01 ens3 0.80 0.50 0.44 0.35 0.00 0.00 0.00 0.00 13:50:31 12:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:06:01 ens3 0.30 0.20 0.08 0.01 0.00 0.00 0.00 0.00 13:50:31 12:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:07:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 12:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:08:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 12:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:09:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 12:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:10:01 ens3 0.42 0.33 0.15 0.08 0.00 0.00 0.00 0.00 13:50:31 12:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:11:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 12:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:12:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 12:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:13:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 12:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:14:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 12:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:15:01 ens3 0.23 0.17 0.09 0.07 0.00 0.00 0.00 0.00 13:50:31 12:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:16:01 ens3 0.23 0.17 0.07 0.01 0.00 0.00 0.00 0.00 13:50:31 12:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:17:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 12:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:18:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 12:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:19:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 12:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:20:01 ens3 0.38 0.22 0.15 0.07 0.00 0.00 0.00 0.00 13:50:31 12:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:21:01 ens3 0.50 0.47 0.27 0.22 0.00 0.00 0.00 0.00 13:50:31 12:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:22:01 ens3 0.18 0.12 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 12:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:23:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 12:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:24:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 12:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:25:01 ens3 0.22 0.17 0.09 0.07 0.00 0.00 0.00 0.00 13:50:31 12:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:26:01 ens3 0.25 0.17 0.08 0.01 0.00 0.00 0.00 0.00 13:50:31 12:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:27:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 12:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:28:01 ens3 0.28 0.27 0.13 0.08 0.00 0.00 0.00 0.00 13:50:31 12:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:29:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 12:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:30:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:50:31 12:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:31:01 ens3 0.17 0.05 0.07 0.00 0.00 0.00 0.00 0.00 13:50:31 12:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:32:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 12:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:33:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 12:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:34:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 12:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:35:01 ens3 0.20 0.12 0.09 0.07 0.00 0.00 0.00 0.00 13:50:31 12:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:36:01 ens3 0.32 0.23 0.11 0.25 0.00 0.00 0.00 0.00 13:50:31 12:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:37:01 ens3 1.10 0.78 0.61 2.82 0.00 0.00 0.00 0.00 13:50:31 12:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:38:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 13:50:31 12:38:01 ens3 1.85 1.65 0.93 1.10 0.00 0.00 0.00 0.00 13:50:31 12:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:39:01 ens3 1.52 1.27 0.79 1.15 0.00 0.00 0.00 0.00 13:50:31 12:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:40:01 ens3 0.32 0.20 0.15 0.07 0.00 0.00 0.00 0.00 13:50:31 12:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:41:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 12:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:42:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 12:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:43:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 12:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:44:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 12:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:45:01 ens3 0.28 0.13 0.14 0.07 0.00 0.00 0.00 0.00 13:50:31 12:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:46:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 12:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:47:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 12:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:48:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 12:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:49:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 12:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:50:01 ens3 0.28 0.20 0.09 0.07 0.00 0.00 0.00 0.00 13:50:31 12:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:51:01 ens3 0.17 0.10 0.07 0.01 0.00 0.00 0.00 0.00 13:50:31 12:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:52:01 ens3 0.15 0.08 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 12:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:53:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 12:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:54:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:54:02 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 12:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:55:01 ens3 0.22 0.17 0.09 0.07 0.00 0.00 0.00 0.00 13:50:31 12:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:56:01 ens3 0.27 0.18 0.08 0.01 0.00 0.00 0.00 0.00 13:50:31 12:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:57:01 ens3 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 12:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 12:58:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 12:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 12:59:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 13:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:00:01 ens3 0.28 0.20 0.09 0.07 0.00 0.00 0.00 0.00 13:50:31 13:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:01:01 ens3 0.17 0.07 0.07 0.00 0.00 0.00 0.00 0.00 13:50:31 13:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:02:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 13:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:03:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 13:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:04:01 ens3 0.87 0.57 0.32 0.23 0.00 0.00 0.00 0.00 13:50:31 13:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:05:01 ens3 0.23 0.15 0.09 0.07 0.00 0.00 0.00 0.00 13:50:31 13:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:06:01 ens3 0.27 0.17 0.08 0.01 0.00 0.00 0.00 0.00 13:50:31 13:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:07:01 ens3 0.10 0.02 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 13:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:08:01 ens3 0.20 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 13:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:09:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 13:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:10:01 ens3 0.38 0.22 0.15 0.07 0.00 0.00 0.00 0.00 13:50:31 13:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:11:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 13:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:12:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 13:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:13:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 13:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:14:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 13:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:15:01 ens3 0.28 0.20 0.14 0.07 0.00 0.00 0.00 0.00 13:50:31 13:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:16:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 13:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:17:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 13:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:18:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 13:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:19:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 13:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:20:01 ens3 0.37 0.32 0.15 0.08 0.00 0.00 0.00 0.00 13:50:31 13:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:21:01 ens3 0.47 0.48 0.27 0.22 0.00 0.00 0.00 0.00 13:50:31 13:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:22:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 13:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:23:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 13:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:24:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 13:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:25:01 ens3 0.22 0.13 0.09 0.07 0.00 0.00 0.00 0.00 13:50:31 13:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:26:01 ens3 0.22 0.17 0.07 0.01 0.00 0.00 0.00 0.00 13:50:31 13:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:27:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 13:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:28:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 13:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:29:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 13:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:30:01 ens3 0.37 0.30 0.15 0.08 0.00 0.00 0.00 0.00 13:50:31 13:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:31:01 ens3 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 13:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:32:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 13:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:33:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 13:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:34:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 13:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:35:01 ens3 0.32 0.18 0.15 0.07 0.00 0.00 0.00 0.00 13:50:31 13:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:36:01 ens3 0.32 0.25 0.11 0.25 0.00 0.00 0.00 0.00 13:50:31 13:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:37:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 13:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:38:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 13:50:31 13:38:01 ens3 2.75 2.48 1.47 3.92 0.00 0.00 0.00 0.00 13:50:31 13:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:39:01 ens3 1.45 0.78 0.79 1.08 0.00 0.00 0.00 0.00 13:50:31 13:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:40:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 13:50:31 13:40:01 ens3 69.87 48.96 717.61 3.44 0.00 0.00 0.00 0.00 13:50:31 13:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:41:01 ens3 0.18 0.13 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 13:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:42:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:43:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 13:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:44:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 13:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:45:01 ens3 0.32 0.15 0.15 0.07 0.00 0.00 0.00 0.00 13:50:31 13:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:46:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 13:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:47:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 13:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:48:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:50:31 13:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:49:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:50:31 13:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:50:31 13:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:50:31 13:50:01 ens3 0.33 0.20 0.15 0.07 0.00 0.00 0.00 0.00 13:50:31 Average: docker0 3.43 4.82 0.28 38.86 0.00 0.00 0.00 0.00 13:50:31 Average: lo 0.30 0.30 0.03 0.03 0.00 0.00 0.00 0.00 13:50:31 Average: ens3 9.20 7.25 63.23 16.13 0.00 0.00 0.00 0.00 13:50:31 13:50:31 13:50:31 ---> sar -P ALL: 13:50:31 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-8740) 05/06/26 _x86_64_ (8 CPU) 13:50:31 13:50:31 07:49:06 LINUX RESTART (8 CPU) 13:50:31 13:50:31 07:50:02 CPU %user %nice %system %iowait %steal %idle 13:50:31 07:51:01 all 20.57 0.00 4.55 1.33 0.08 73.47 13:50:31 07:51:01 0 23.72 0.00 5.06 1.82 0.07 69.33 13:50:31 07:51:01 1 20.27 0.00 5.00 0.98 0.07 73.68 13:50:31 07:51:01 2 20.04 0.00 4.86 3.51 0.09 71.50 13:50:31 07:51:01 3 20.42 0.00 4.01 2.72 0.09 72.76 13:50:31 07:51:01 4 20.41 0.00 4.15 0.12 0.09 75.23 13:50:31 07:51:01 5 19.10 0.00 4.25 0.79 0.09 75.77 13:50:31 07:51:01 6 20.40 0.00 4.18 0.21 0.09 75.14 13:50:31 07:51:01 7 20.15 0.00 4.87 0.50 0.09 74.39 13:50:31 07:52:01 all 41.53 0.00 8.21 0.46 0.11 49.69 13:50:31 07:52:01 0 40.12 0.00 8.21 0.30 0.10 51.26 13:50:31 07:52:01 1 41.64 0.00 8.36 0.02 0.10 49.88 13:50:31 07:52:01 2 42.66 0.00 8.12 3.08 0.10 46.03 13:50:31 07:52:01 3 40.28 0.00 8.04 0.08 0.12 51.48 13:50:31 07:52:01 4 42.26 0.00 7.77 0.05 0.10 49.82 13:50:31 07:52:01 5 40.76 0.00 8.00 0.05 0.10 51.09 13:50:31 07:52:01 6 44.79 0.00 8.49 0.03 0.12 46.56 13:50:31 07:52:01 7 39.68 0.00 8.70 0.08 0.12 51.42 13:50:31 07:53:01 all 66.10 0.00 8.06 0.08 0.10 25.66 13:50:31 07:53:01 0 65.72 0.00 8.06 0.08 0.08 26.05 13:50:31 07:53:01 1 67.08 0.00 8.23 0.00 0.10 24.59 13:50:31 07:53:01 2 66.91 0.00 8.28 0.12 0.12 24.57 13:50:31 07:53:01 3 66.02 0.00 7.92 0.37 0.10 25.60 13:50:31 07:53:01 4 66.27 0.00 7.69 0.00 0.10 25.94 13:50:31 07:53:01 5 65.80 0.00 8.15 0.03 0.12 25.89 13:50:31 07:53:01 6 65.64 0.00 7.94 0.02 0.10 26.30 13:50:31 07:53:01 7 65.36 0.00 8.18 0.03 0.10 26.33 13:50:31 07:54:01 all 27.81 0.00 8.18 5.87 0.09 58.05 13:50:31 07:54:01 0 26.35 0.00 8.40 4.73 0.08 60.44 13:50:31 07:54:01 1 28.29 0.00 8.63 4.39 0.08 58.60 13:50:31 07:54:01 2 27.15 0.00 8.04 4.26 0.08 60.47 13:50:31 07:54:01 3 28.62 0.00 7.68 3.94 0.10 59.66 13:50:31 07:54:01 4 27.27 0.00 7.84 2.44 0.10 62.35 13:50:31 07:54:01 5 29.15 0.00 9.26 15.87 0.10 45.62 13:50:31 07:54:01 6 28.07 0.00 7.35 3.16 0.08 61.33 13:50:31 07:54:01 7 27.58 0.00 8.26 8.26 0.10 55.79 13:50:31 07:55:01 all 31.46 0.00 9.95 20.16 0.09 38.33 13:50:31 07:55:01 0 31.41 0.00 9.94 8.32 0.08 50.24 13:50:31 07:55:01 1 30.47 0.00 10.25 16.31 0.08 42.89 13:50:31 07:55:01 2 31.97 0.00 9.62 20.75 0.10 37.56 13:50:31 07:55:01 3 31.25 0.00 10.57 23.63 0.08 34.47 13:50:31 07:55:01 4 31.29 0.00 9.39 13.69 0.08 45.55 13:50:31 07:55:01 5 31.73 0.00 9.75 24.10 0.08 34.34 13:50:31 07:55:01 6 32.00 0.00 9.18 16.75 0.10 41.97 13:50:31 07:55:01 7 31.59 0.00 10.92 37.87 0.08 19.53 13:50:31 07:56:01 all 90.28 0.00 9.57 0.00 0.15 0.00 13:50:31 07:56:01 0 89.87 0.00 9.97 0.00 0.17 0.00 13:50:31 07:56:01 1 90.13 0.00 9.72 0.00 0.15 0.00 13:50:31 07:56:01 2 90.45 0.00 9.40 0.00 0.15 0.00 13:50:31 07:56:01 3 89.37 0.00 10.46 0.00 0.17 0.00 13:50:31 07:56:01 4 90.54 0.00 9.31 0.00 0.15 0.00 13:50:31 07:56:01 5 90.47 0.00 9.40 0.00 0.13 0.00 13:50:31 07:56:01 6 90.75 0.00 9.10 0.00 0.15 0.00 13:50:31 07:56:01 7 90.62 0.00 9.21 0.00 0.17 0.00 13:50:31 07:57:01 all 91.20 0.00 8.65 0.00 0.16 0.00 13:50:31 07:57:01 0 91.26 0.00 8.59 0.00 0.15 0.00 13:50:31 07:57:01 1 91.43 0.00 8.41 0.00 0.17 0.00 13:50:31 07:57:01 2 90.37 0.00 9.48 0.00 0.15 0.00 13:50:31 07:57:01 3 90.89 0.00 8.96 0.00 0.15 0.00 13:50:31 07:57:01 4 91.05 0.00 8.80 0.00 0.15 0.00 13:50:31 07:57:01 5 90.86 0.00 8.98 0.00 0.17 0.00 13:50:31 07:57:01 6 91.87 0.00 7.98 0.00 0.15 0.00 13:50:31 07:57:01 7 91.84 0.00 7.99 0.00 0.17 0.00 13:50:31 07:58:01 all 47.95 0.00 5.74 0.99 0.09 45.23 13:50:31 07:58:01 0 49.58 0.00 5.36 1.02 0.10 43.94 13:50:31 07:58:01 1 47.42 0.00 6.03 0.70 0.07 45.79 13:50:31 07:58:01 2 48.43 0.00 6.65 1.04 0.12 43.76 13:50:31 07:58:01 3 48.06 0.00 5.57 0.65 0.08 45.64 13:50:31 07:58:01 4 46.64 0.00 6.16 1.35 0.08 45.77 13:50:31 07:58:01 5 47.41 0.00 5.96 0.57 0.10 45.97 13:50:31 07:58:01 6 48.70 0.00 5.37 2.01 0.10 43.82 13:50:31 07:58:01 7 47.36 0.00 4.84 0.60 0.08 47.12 13:50:31 07:59:01 all 10.18 0.00 0.99 0.11 0.08 88.64 13:50:31 07:59:01 0 10.35 0.00 0.97 0.02 0.05 88.61 13:50:31 07:59:01 1 9.39 0.00 1.00 0.02 0.07 89.52 13:50:31 07:59:01 2 10.10 0.00 0.91 0.03 0.05 88.91 13:50:31 07:59:01 3 11.66 0.00 0.97 0.10 0.07 87.19 13:50:31 07:59:01 4 6.66 0.00 0.95 0.02 0.07 92.31 13:50:31 07:59:01 5 10.52 0.00 0.87 0.12 0.13 88.35 13:50:31 07:59:01 6 8.13 0.00 1.23 0.03 0.08 90.52 13:50:31 07:59:01 7 14.68 0.00 1.05 0.52 0.10 83.64 13:50:31 08:00:01 all 7.85 0.00 0.60 0.06 0.06 91.43 13:50:31 08:00:01 0 2.58 0.00 0.50 0.02 0.03 96.87 13:50:31 08:00:01 1 8.82 0.00 0.63 0.02 0.07 90.46 13:50:31 08:00:01 2 8.15 0.00 0.70 0.00 0.07 91.08 13:50:31 08:00:01 3 10.06 0.00 0.60 0.07 0.07 89.20 13:50:31 08:00:01 4 6.29 0.00 0.57 0.02 0.07 93.06 13:50:31 08:00:01 5 12.85 0.00 0.70 0.32 0.07 86.06 13:50:31 08:00:01 6 8.31 0.00 0.67 0.02 0.05 90.96 13:50:31 08:00:01 7 5.76 0.00 0.43 0.02 0.03 93.76 13:50:31 08:01:01 all 0.11 0.00 0.01 0.00 0.01 99.86 13:50:31 08:01:01 0 0.75 0.00 0.03 0.00 0.03 99.18 13:50:31 08:01:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:01:01 2 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 08:01:01 3 0.05 0.00 0.02 0.02 0.03 99.88 13:50:31 08:01:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:01:01 5 0.02 0.00 0.02 0.02 0.00 99.95 13:50:31 08:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:01:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 13:50:31 08:01:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 08:02:01 all 0.25 0.00 0.01 0.00 0.01 99.72 13:50:31 08:02:01 0 1.68 0.00 0.00 0.00 0.02 98.30 13:50:31 08:02:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:02:01 2 0.05 0.00 0.03 0.00 0.02 99.90 13:50:31 08:02:01 3 0.05 0.00 0.02 0.02 0.02 99.90 13:50:31 08:02:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 08:02:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:50:31 08:02:01 6 0.10 0.00 0.02 0.00 0.02 99.87 13:50:31 08:02:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:03:01 all 0.20 0.00 0.02 0.00 0.01 99.77 13:50:31 08:03:01 0 1.45 0.00 0.02 0.00 0.02 98.51 13:50:31 08:03:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 08:03:01 2 0.07 0.00 0.02 0.00 0.02 99.90 13:50:31 08:03:01 3 0.05 0.00 0.03 0.02 0.00 99.90 13:50:31 08:03:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:03:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:03:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:03:01 7 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 08:04:01 all 0.15 0.00 0.03 0.01 0.01 99.80 13:50:31 08:04:01 0 0.96 0.00 0.03 0.00 0.03 98.97 13:50:31 08:04:01 1 0.05 0.00 0.05 0.00 0.00 99.90 13:50:31 08:04:01 2 0.05 0.00 0.05 0.00 0.03 99.87 13:50:31 08:04:01 3 0.05 0.00 0.03 0.00 0.02 99.90 13:50:31 08:04:01 4 0.03 0.00 0.02 0.02 0.00 99.93 13:50:31 08:04:01 5 0.02 0.00 0.02 0.07 0.00 99.90 13:50:31 08:04:01 6 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 08:04:01 7 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 08:05:01 all 0.12 0.00 0.03 0.02 0.01 99.83 13:50:31 08:05:01 0 0.80 0.00 0.05 0.00 0.02 99.14 13:50:31 08:05:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:05:01 2 0.03 0.00 0.07 0.00 0.00 99.90 13:50:31 08:05:01 3 0.08 0.00 0.05 0.02 0.03 99.82 13:50:31 08:05:01 4 0.02 0.00 0.03 0.07 0.00 99.88 13:50:31 08:05:01 5 0.02 0.00 0.02 0.07 0.00 99.90 13:50:31 08:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:06:01 all 0.24 0.00 0.03 0.01 0.01 99.71 13:50:31 08:06:01 0 1.59 0.00 0.02 0.00 0.02 98.38 13:50:31 08:06:01 1 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 08:06:01 2 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 08:06:01 3 0.15 0.00 0.08 0.05 0.03 99.68 13:50:31 08:06:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 08:06:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:50:31 08:06:01 6 0.10 0.00 0.02 0.00 0.02 99.87 13:50:31 08:06:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:07:01 all 0.19 0.00 0.01 0.00 0.01 99.79 13:50:31 08:07:01 0 1.36 0.00 0.02 0.00 0.02 98.61 13:50:31 08:07:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:07:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 08:07:01 3 0.08 0.00 0.07 0.00 0.03 99.82 13:50:31 08:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:07:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 08:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:07:01 7 0.00 0.00 0.00 0.02 0.02 99.97 13:50:31 08:08:01 all 0.09 0.00 0.02 0.02 0.01 99.87 13:50:31 08:08:01 0 0.12 0.00 0.02 0.00 0.03 99.83 13:50:31 08:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 08:08:01 2 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 08:08:01 3 0.53 0.00 0.03 0.12 0.02 99.30 13:50:31 08:08:01 4 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 08:08:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 08:08:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 08:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:09:01 all 0.07 0.00 0.01 0.00 0.01 99.90 13:50:31 08:09:01 0 0.07 0.00 0.05 0.00 0.02 99.87 13:50:31 08:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:09:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:09:01 3 0.47 0.00 0.05 0.00 0.03 99.45 13:50:31 08:09:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:09:01 7 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 08:10:01 all 0.05 0.00 0.02 0.00 0.01 99.91 13:50:31 08:10:01 0 0.13 0.00 0.03 0.00 0.02 99.82 13:50:31 08:10:01 1 0.12 0.00 0.02 0.00 0.02 99.85 13:50:31 08:10:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 08:10:01 3 0.10 0.00 0.05 0.00 0.03 99.82 13:50:31 08:10:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 08:10:01 5 0.02 0.00 0.02 0.02 0.00 99.95 13:50:31 08:10:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:11:01 all 0.21 0.00 0.02 0.00 0.01 99.77 13:50:31 08:11:01 0 0.07 0.00 0.03 0.02 0.02 99.87 13:50:31 08:11:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 08:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:11:01 3 1.47 0.00 0.05 0.00 0.03 98.45 13:50:31 08:11:01 4 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 08:11:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:11:01 6 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 08:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:12:01 all 0.30 0.00 0.01 0.00 0.01 99.68 13:50:31 08:12:01 0 0.08 0.00 0.03 0.02 0.03 99.83 13:50:31 08:12:01 1 0.07 0.00 0.02 0.00 0.02 99.90 13:50:31 08:12:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 08:12:01 3 2.02 0.00 0.02 0.00 0.02 97.95 13:50:31 08:12:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 08:12:01 5 0.02 0.00 0.02 0.02 0.00 99.95 13:50:31 08:12:01 6 0.08 0.00 0.00 0.00 0.00 99.92 13:50:31 08:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:50:31 08:12:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 08:13:01 all 0.21 0.00 0.02 0.00 0.01 99.76 13:50:31 08:13:01 0 0.08 0.00 0.03 0.00 0.02 99.87 13:50:31 08:13:01 1 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 08:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:13:01 3 1.54 0.00 0.05 0.00 0.05 98.37 13:50:31 08:13:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 08:13:01 5 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 08:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:13:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 08:14:01 all 0.06 0.00 0.02 0.01 0.01 99.90 13:50:31 08:14:01 0 0.13 0.00 0.05 0.10 0.02 99.70 13:50:31 08:14:01 1 0.08 0.00 0.00 0.00 0.02 99.90 13:50:31 08:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:14:01 3 0.07 0.00 0.03 0.00 0.02 99.88 13:50:31 08:14:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 08:14:01 5 0.03 0.00 0.02 0.02 0.00 99.93 13:50:31 08:14:01 6 0.08 0.00 0.02 0.00 0.00 99.90 13:50:31 08:14:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:15:01 all 0.04 0.00 0.01 0.00 0.01 99.94 13:50:31 08:15:01 0 0.17 0.00 0.02 0.02 0.00 99.80 13:50:31 08:15:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:15:01 2 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 08:15:01 3 0.07 0.00 0.03 0.00 0.02 99.88 13:50:31 08:15:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 08:15:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 08:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:16:01 all 0.29 0.00 0.02 0.01 0.01 99.67 13:50:31 08:16:01 0 0.10 0.00 0.05 0.02 0.02 99.82 13:50:31 08:16:01 1 0.07 0.00 0.03 0.00 0.02 99.88 13:50:31 08:16:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 08:16:01 3 1.99 0.00 0.03 0.00 0.03 97.95 13:50:31 08:16:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 08:16:01 5 0.03 0.00 0.03 0.05 0.00 99.88 13:50:31 08:16:01 6 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 08:16:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:17:01 all 0.22 0.00 0.02 0.01 0.01 99.73 13:50:31 08:17:01 0 0.03 0.00 0.07 0.12 0.02 99.77 13:50:31 08:17:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:17:01 3 1.71 0.00 0.03 0.00 0.02 98.24 13:50:31 08:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:17:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:17:01 6 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 08:17:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:18:01 all 0.18 0.00 0.02 0.01 0.01 99.78 13:50:31 08:18:01 0 0.12 0.00 0.03 0.03 0.02 99.80 13:50:31 08:18:01 1 0.12 0.00 0.05 0.00 0.00 99.83 13:50:31 08:18:01 2 0.02 0.00 0.03 0.00 0.02 99.93 13:50:31 08:18:01 3 1.14 0.00 0.05 0.00 0.03 98.77 13:50:31 08:18:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:18:01 5 0.03 0.00 0.00 0.02 0.00 99.95 13:50:31 08:18:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:19:01 all 0.24 0.00 0.02 0.00 0.01 99.74 13:50:31 08:19:01 0 0.07 0.00 0.03 0.00 0.02 99.88 13:50:31 08:19:01 1 0.00 0.00 0.03 0.00 0.02 99.95 13:50:31 08:19:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:19:01 3 1.76 0.00 0.03 0.00 0.02 98.19 13:50:31 08:19:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 08:19:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:20:01 all 0.29 0.00 0.02 0.00 0.00 99.68 13:50:31 08:20:01 0 0.08 0.00 0.03 0.02 0.02 99.85 13:50:31 08:20:01 1 0.10 0.00 0.02 0.00 0.00 99.88 13:50:31 08:20:01 2 0.03 0.00 0.03 0.00 0.00 99.93 13:50:31 08:20:01 3 2.00 0.00 0.03 0.00 0.02 97.95 13:50:31 08:20:01 4 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 08:20:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:50:31 08:20:01 6 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 08:20:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:21:01 all 0.04 0.00 0.02 0.00 0.01 99.93 13:50:31 08:21:01 0 0.10 0.00 0.03 0.02 0.02 99.83 13:50:31 08:21:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:21:01 2 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 08:21:01 3 0.15 0.00 0.05 0.00 0.03 99.77 13:50:31 08:21:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 08:21:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:22:01 all 0.04 0.00 0.01 0.00 0.01 99.93 13:50:31 08:22:01 0 0.13 0.00 0.07 0.00 0.02 99.78 13:50:31 08:22:01 1 0.08 0.00 0.00 0.00 0.02 99.90 13:50:31 08:22:01 2 0.08 0.00 0.00 0.00 0.02 99.90 13:50:31 08:22:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 08:22:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 08:22:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:50:31 08:22:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:23:01 all 0.02 0.00 0.02 0.00 0.00 99.96 13:50:31 08:23:01 0 0.05 0.00 0.03 0.02 0.00 99.90 13:50:31 08:23:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:23:01 3 0.03 0.00 0.05 0.00 0.02 99.90 13:50:31 08:23:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 08:23:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:50:31 08:23:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 08:24:01 all 0.05 0.00 0.02 0.00 0.01 99.92 13:50:31 08:24:01 0 0.10 0.00 0.02 0.00 0.02 99.87 13:50:31 08:24:01 1 0.08 0.00 0.02 0.00 0.00 99.90 13:50:31 08:24:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 08:24:01 3 0.05 0.00 0.03 0.00 0.02 99.90 13:50:31 08:24:01 4 0.07 0.00 0.03 0.00 0.02 99.88 13:50:31 08:24:01 5 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 08:24:01 6 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 08:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:25:01 all 0.11 0.00 0.01 0.00 0.01 99.86 13:50:31 08:25:01 0 0.08 0.00 0.02 0.02 0.02 99.87 13:50:31 08:25:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 08:25:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 08:25:01 3 0.75 0.00 0.03 0.00 0.02 99.20 13:50:31 08:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:25:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 08:25:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:25:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 08:26:01 all 0.30 0.00 0.01 0.00 0.01 99.68 13:50:31 08:26:01 0 0.12 0.00 0.03 0.00 0.02 99.83 13:50:31 08:26:01 1 0.08 0.00 0.02 0.00 0.00 99.90 13:50:31 08:26:01 2 0.02 0.00 0.03 0.00 0.02 99.93 13:50:31 08:26:01 3 1.97 0.00 0.02 0.00 0.02 98.00 13:50:31 08:26:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 08:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:26:01 6 0.10 0.00 0.00 0.00 0.00 99.90 13:50:31 08:26:01 7 0.02 0.00 0.00 0.02 0.00 99.97 13:50:31 08:27:01 all 0.24 0.00 0.02 0.00 0.00 99.73 13:50:31 08:27:01 0 0.07 0.00 0.03 0.02 0.02 99.87 13:50:31 08:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:27:01 2 0.03 0.00 0.05 0.00 0.00 99.92 13:50:31 08:27:01 3 1.68 0.00 0.07 0.00 0.02 98.24 13:50:31 08:27:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 08:27:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 08:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:27:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:28:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:50:31 08:28:01 0 0.12 0.00 0.00 0.00 0.02 99.87 13:50:31 08:28:01 1 0.05 0.00 0.00 0.00 0.02 99.93 13:50:31 08:28:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:28:01 3 0.00 0.00 0.00 0.00 0.03 99.97 13:50:31 08:28:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 08:28:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:28:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 08:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:29:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:50:31 08:29:01 0 0.07 0.00 0.08 0.00 0.02 99.83 13:50:31 08:29:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 08:29:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 08:29:01 3 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 08:29:01 4 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 08:29:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:50:31 08:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:30:01 all 0.06 0.00 0.02 0.00 0.01 99.90 13:50:31 08:30:01 0 0.10 0.00 0.02 0.00 0.03 99.85 13:50:31 08:30:01 1 0.10 0.00 0.03 0.00 0.02 99.85 13:50:31 08:30:01 2 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 08:30:01 3 0.08 0.00 0.05 0.00 0.02 99.85 13:50:31 08:30:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 08:30:01 5 0.03 0.00 0.03 0.02 0.00 99.92 13:50:31 08:30:01 6 0.10 0.00 0.02 0.00 0.00 99.88 13:50:31 08:30:01 7 0.02 0.00 0.00 0.02 0.02 99.95 13:50:31 08:31:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:50:31 08:31:01 0 0.08 0.00 0.02 0.00 0.02 99.88 13:50:31 08:31:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:31:01 2 0.03 0.00 0.05 0.00 0.00 99.92 13:50:31 08:31:01 3 0.02 0.00 0.03 0.00 0.02 99.93 13:50:31 08:31:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 08:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:31:01 6 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 08:31:01 7 0.00 0.00 0.02 0.02 0.00 99.97 13:50:31 08:32:01 all 0.06 0.00 0.02 0.01 0.01 99.90 13:50:31 08:32:01 0 0.17 0.00 0.03 0.00 0.02 99.78 13:50:31 08:32:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 08:32:01 2 0.07 0.00 0.03 0.00 0.00 99.90 13:50:31 08:32:01 3 0.10 0.00 0.02 0.00 0.02 99.87 13:50:31 08:32:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 08:32:01 5 0.03 0.00 0.03 0.02 0.00 99.92 13:50:31 08:32:01 6 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 08:32:01 7 0.02 0.00 0.02 0.07 0.00 99.90 13:50:31 08:33:01 all 0.05 0.00 0.03 0.00 0.01 99.91 13:50:31 08:33:01 0 0.08 0.00 0.03 0.00 0.02 99.87 13:50:31 08:33:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 08:33:01 2 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 08:33:01 3 0.22 0.00 0.10 0.00 0.03 99.65 13:50:31 08:33:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:33:01 5 0.00 0.00 0.00 0.02 0.02 99.97 13:50:31 08:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:33:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:34:01 all 0.16 0.00 0.02 0.00 0.01 99.80 13:50:31 08:34:01 0 0.15 0.00 0.02 0.00 0.02 99.82 13:50:31 08:34:01 1 0.07 0.00 0.00 0.00 0.00 99.93 13:50:31 08:34:01 2 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 08:34:01 3 1.01 0.00 0.07 0.00 0.03 98.89 13:50:31 08:34:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:34:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:34:01 6 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 08:34:01 7 0.02 0.00 0.02 0.02 0.02 99.93 13:50:31 13:50:31 08:34:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 08:35:01 all 0.09 0.00 0.03 0.04 0.01 99.84 13:50:31 08:35:01 0 0.12 0.00 0.03 0.00 0.02 99.83 13:50:31 08:35:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 08:35:01 2 0.05 0.00 0.05 0.00 0.02 99.88 13:50:31 08:35:01 3 0.05 0.00 0.05 0.00 0.03 99.87 13:50:31 08:35:01 4 0.12 0.00 0.03 0.23 0.02 99.60 13:50:31 08:35:01 5 0.12 0.00 0.00 0.00 0.00 99.88 13:50:31 08:35:01 6 0.18 0.00 0.00 0.00 0.00 99.82 13:50:31 08:35:01 7 0.03 0.00 0.02 0.08 0.00 99.87 13:50:31 08:36:01 all 0.05 0.00 0.01 0.03 0.00 99.90 13:50:31 08:36:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 08:36:01 1 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 08:36:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 08:36:01 3 0.08 0.00 0.02 0.00 0.02 99.88 13:50:31 08:36:01 4 0.07 0.00 0.00 0.17 0.00 99.77 13:50:31 08:36:01 5 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 08:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:36:01 7 0.12 0.00 0.00 0.08 0.00 99.80 13:50:31 08:37:01 all 0.26 0.00 0.05 0.01 0.01 99.67 13:50:31 08:37:01 0 0.12 0.00 0.07 0.02 0.00 99.80 13:50:31 08:37:01 1 0.03 0.00 0.03 0.00 0.00 99.93 13:50:31 08:37:01 2 0.28 0.00 0.03 0.00 0.02 99.67 13:50:31 08:37:01 3 0.53 0.00 0.07 0.00 0.02 99.38 13:50:31 08:37:01 4 0.27 0.00 0.10 0.07 0.00 99.57 13:50:31 08:37:01 5 0.17 0.00 0.03 0.00 0.00 99.80 13:50:31 08:37:01 6 0.58 0.00 0.02 0.00 0.00 99.40 13:50:31 08:37:01 7 0.10 0.00 0.03 0.00 0.02 99.85 13:50:31 08:38:01 all 0.26 0.00 0.02 0.01 0.01 99.70 13:50:31 08:38:01 0 0.07 0.00 0.05 0.02 0.02 99.85 13:50:31 08:38:01 1 0.07 0.00 0.00 0.00 0.02 99.92 13:50:31 08:38:01 2 0.07 0.00 0.03 0.00 0.02 99.88 13:50:31 08:38:01 3 1.68 0.00 0.03 0.00 0.02 98.27 13:50:31 08:38:01 4 0.00 0.00 0.02 0.03 0.02 99.93 13:50:31 08:38:01 5 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 08:38:01 6 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 08:38:01 7 0.07 0.00 0.00 0.02 0.00 99.92 13:50:31 08:39:01 all 0.09 0.00 0.02 0.00 0.00 99.89 13:50:31 08:39:01 0 0.08 0.00 0.02 0.00 0.00 99.90 13:50:31 08:39:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:39:01 2 0.03 0.00 0.03 0.00 0.00 99.93 13:50:31 08:39:01 3 0.53 0.00 0.07 0.00 0.02 99.38 13:50:31 08:39:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 08:39:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:39:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:39:01 7 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 08:40:01 all 0.31 0.00 0.01 0.00 0.01 99.66 13:50:31 08:40:01 0 0.12 0.00 0.02 0.02 0.02 99.83 13:50:31 08:40:01 1 0.07 0.00 0.02 0.02 0.02 99.88 13:50:31 08:40:01 2 0.07 0.00 0.03 0.00 0.02 99.88 13:50:31 08:40:01 3 1.97 0.00 0.02 0.00 0.02 98.00 13:50:31 08:40:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 08:40:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 08:40:01 6 0.17 0.00 0.02 0.00 0.00 99.82 13:50:31 08:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:41:01 all 0.20 0.00 0.01 0.00 0.01 99.78 13:50:31 08:41:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 08:41:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 08:41:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 08:41:01 3 1.52 0.00 0.00 0.00 0.00 98.48 13:50:31 08:41:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 08:41:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:42:01 all 0.11 0.00 0.02 0.01 0.01 99.85 13:50:31 08:42:01 0 0.03 0.00 0.03 0.05 0.02 99.87 13:50:31 08:42:01 1 0.15 0.00 0.03 0.02 0.02 99.78 13:50:31 08:42:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 08:42:01 3 0.58 0.00 0.03 0.00 0.02 99.37 13:50:31 08:42:01 4 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 08:42:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 08:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:42:01 7 0.00 0.00 0.03 0.02 0.00 99.95 13:50:31 08:43:01 all 0.03 0.00 0.01 0.00 0.00 99.96 13:50:31 08:43:01 0 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 08:43:01 1 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 08:43:01 2 0.05 0.00 0.07 0.00 0.00 99.88 13:50:31 08:43:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 08:43:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:43:01 6 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 08:43:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 08:44:01 all 0.04 0.00 0.03 0.00 0.01 99.92 13:50:31 08:44:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 08:44:01 1 0.10 0.00 0.08 0.02 0.02 99.78 13:50:31 08:44:01 2 0.07 0.00 0.02 0.00 0.02 99.90 13:50:31 08:44:01 3 0.07 0.00 0.02 0.00 0.02 99.90 13:50:31 08:44:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 08:44:01 5 0.03 0.00 0.05 0.00 0.00 99.92 13:50:31 08:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:45:02 all 0.03 0.00 0.01 0.00 0.01 99.95 13:50:31 08:45:02 0 0.07 0.00 0.00 0.00 0.02 99.92 13:50:31 08:45:02 1 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 08:45:02 2 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:45:02 3 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 08:45:02 4 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 08:45:02 5 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 08:45:02 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:45:02 7 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 13:50:31 08:45:02 CPU %user %nice %system %iowait %steal %idle 13:50:31 08:46:01 all 0.03 0.00 0.02 0.00 0.01 99.93 13:50:31 08:46:01 0 0.07 0.00 0.03 0.00 0.00 99.90 13:50:31 08:46:01 1 0.07 0.00 0.02 0.00 0.03 99.88 13:50:31 08:46:01 2 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 08:46:01 3 0.09 0.00 0.02 0.00 0.00 99.90 13:50:31 08:46:01 4 0.02 0.00 0.03 0.00 0.02 99.93 13:50:31 08:46:01 5 0.00 0.00 0.05 0.00 0.00 99.95 13:50:31 08:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:47:01 all 0.03 0.00 0.02 0.00 0.01 99.95 13:50:31 08:47:01 0 0.05 0.00 0.03 0.00 0.02 99.90 13:50:31 08:47:01 1 0.03 0.00 0.05 0.02 0.02 99.88 13:50:31 08:47:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 08:47:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 08:47:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 08:47:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:47:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:48:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:50:31 08:48:01 0 0.05 0.00 0.02 0.02 0.00 99.92 13:50:31 08:48:01 1 0.08 0.00 0.02 0.00 0.02 99.88 13:50:31 08:48:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:48:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 08:48:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 08:48:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:48:01 6 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 08:48:01 7 0.03 0.00 0.00 0.02 0.02 99.93 13:50:31 08:49:01 all 0.05 0.00 0.02 0.00 0.01 99.92 13:50:31 08:49:01 0 0.02 0.00 0.03 0.00 0.02 99.93 13:50:31 08:49:01 1 0.07 0.00 0.03 0.02 0.03 99.85 13:50:31 08:49:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 08:49:01 3 0.25 0.00 0.03 0.00 0.02 99.70 13:50:31 08:49:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:49:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:49:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:50:01 all 0.05 0.00 0.03 0.00 0.01 99.91 13:50:31 08:50:01 0 0.07 0.00 0.03 0.02 0.00 99.88 13:50:31 08:50:01 1 0.12 0.00 0.08 0.00 0.02 99.78 13:50:31 08:50:01 2 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 08:50:01 3 0.13 0.00 0.02 0.02 0.02 99.82 13:50:31 08:50:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:50:01 5 0.03 0.00 0.03 0.00 0.00 99.93 13:50:31 08:50:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 08:50:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:51:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:50:31 08:51:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 08:51:01 1 0.08 0.00 0.03 0.02 0.02 99.85 13:50:31 08:51:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 08:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:51:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 08:51:01 5 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 08:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:52:01 all 0.04 0.00 0.01 0.01 0.01 99.93 13:50:31 08:52:01 0 0.08 0.00 0.00 0.08 0.02 99.82 13:50:31 08:52:01 1 0.05 0.00 0.03 0.00 0.03 99.88 13:50:31 08:52:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:52:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 08:52:01 4 0.03 0.00 0.03 0.00 0.00 99.93 13:50:31 08:52:01 5 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 08:52:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 08:52:01 7 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 08:53:01 all 0.19 0.00 0.02 0.00 0.01 99.78 13:50:31 08:53:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 08:53:01 1 0.05 0.00 0.03 0.02 0.02 99.88 13:50:31 08:53:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 08:53:01 3 1.37 0.00 0.03 0.00 0.02 98.58 13:50:31 08:53:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 08:53:01 5 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 08:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:54:01 all 0.12 0.00 0.02 0.00 0.01 99.84 13:50:31 08:54:01 0 0.03 0.00 0.03 0.02 0.02 99.90 13:50:31 08:54:01 1 0.08 0.00 0.03 0.00 0.03 99.85 13:50:31 08:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:54:01 3 0.80 0.00 0.03 0.00 0.00 99.17 13:50:31 08:54:01 4 0.03 0.00 0.07 0.00 0.00 99.90 13:50:31 08:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:54:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 08:54:01 7 0.00 0.00 0.02 0.02 0.02 99.95 13:50:31 08:55:01 all 0.15 0.00 0.02 0.00 0.01 99.82 13:50:31 08:55:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 08:55:01 1 0.07 0.00 0.07 0.02 0.02 99.83 13:50:31 08:55:01 2 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 08:55:01 3 1.03 0.00 0.00 0.00 0.02 98.96 13:50:31 08:55:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 08:55:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:55:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:56:01 all 0.05 0.00 0.01 0.00 0.01 99.92 13:50:31 08:56:01 0 0.13 0.00 0.00 0.00 0.02 99.85 13:50:31 08:56:01 1 0.15 0.00 0.03 0.00 0.02 99.80 13:50:31 08:56:01 2 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 08:56:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 08:56:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:56:01 5 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 08:56:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 08:56:01 7 0.02 0.00 0.00 0.02 0.00 99.97 13:50:31 13:50:31 08:56:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 08:57:01 all 0.11 0.00 0.02 0.00 0.01 99.85 13:50:31 08:57:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 08:57:01 1 0.07 0.00 0.07 0.02 0.03 99.82 13:50:31 08:57:01 2 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 08:57:01 3 0.71 0.00 0.05 0.00 0.02 99.22 13:50:31 08:57:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:57:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:57:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 08:58:01 all 0.13 0.00 0.02 0.01 0.01 99.83 13:50:31 08:58:01 0 0.07 0.00 0.00 0.02 0.00 99.92 13:50:31 08:58:01 1 0.10 0.00 0.03 0.07 0.02 99.78 13:50:31 08:58:01 2 0.05 0.00 0.05 0.00 0.00 99.90 13:50:31 08:58:01 3 0.71 0.00 0.02 0.00 0.00 99.27 13:50:31 08:58:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 08:58:01 5 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 08:58:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 08:58:01 7 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 08:59:01 all 0.14 0.00 0.01 0.00 0.01 99.83 13:50:31 08:59:01 0 0.02 0.00 0.02 0.02 0.02 99.93 13:50:31 08:59:01 1 0.02 0.00 0.05 0.00 0.02 99.92 13:50:31 08:59:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 08:59:01 3 1.01 0.00 0.03 0.00 0.02 98.94 13:50:31 08:59:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 08:59:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 08:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 08:59:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 09:00:01 all 0.06 0.00 0.03 0.11 0.01 99.79 13:50:31 09:00:01 0 0.13 0.00 0.03 0.33 0.02 99.48 13:50:31 09:00:01 1 0.08 0.00 0.03 0.58 0.02 99.28 13:50:31 09:00:01 2 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 09:00:01 3 0.22 0.00 0.02 0.00 0.00 99.76 13:50:31 09:00:01 4 0.02 0.00 0.05 0.00 0.00 99.93 13:50:31 09:00:01 5 0.00 0.00 0.05 0.00 0.00 99.95 13:50:31 09:00:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 09:00:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 09:01:01 all 0.26 0.00 0.02 0.00 0.01 99.70 13:50:31 09:01:01 0 0.02 0.00 0.03 0.02 0.02 99.92 13:50:31 09:01:01 1 0.02 0.00 0.05 0.00 0.03 99.90 13:50:31 09:01:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 09:01:01 3 1.97 0.00 0.02 0.00 0.02 98.00 13:50:31 09:01:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 09:01:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 09:01:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 09:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:02:01 all 0.15 0.00 0.01 0.01 0.01 99.81 13:50:31 09:02:01 0 0.05 0.00 0.00 0.05 0.02 99.88 13:50:31 09:02:01 1 0.12 0.00 0.05 0.02 0.03 99.78 13:50:31 09:02:01 2 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 09:02:01 3 0.86 0.00 0.02 0.00 0.02 99.10 13:50:31 09:02:01 4 0.08 0.00 0.00 0.00 0.02 99.90 13:50:31 09:02:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:02:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:02:01 7 0.07 0.00 0.00 0.00 0.00 99.93 13:50:31 09:03:01 all 0.04 0.00 0.02 0.00 0.00 99.94 13:50:31 09:03:01 0 0.02 0.00 0.02 0.02 0.00 99.95 13:50:31 09:03:01 1 0.07 0.00 0.03 0.02 0.02 99.87 13:50:31 09:03:01 2 0.08 0.00 0.05 0.00 0.00 99.87 13:50:31 09:03:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:03:01 4 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 09:03:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 09:03:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 09:03:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:04:01 all 0.04 0.00 0.02 0.00 0.01 99.94 13:50:31 09:04:01 0 0.02 0.00 0.02 0.02 0.02 99.93 13:50:31 09:04:01 1 0.10 0.00 0.03 0.00 0.02 99.85 13:50:31 09:04:01 2 0.02 0.00 0.03 0.00 0.02 99.93 13:50:31 09:04:01 3 0.05 0.00 0.00 0.00 0.02 99.93 13:50:31 09:04:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 09:04:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:04:01 6 0.07 0.00 0.00 0.00 0.00 99.93 13:50:31 09:04:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 09:05:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:50:31 09:05:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 09:05:01 1 0.03 0.00 0.05 0.02 0.00 99.90 13:50:31 09:05:01 2 0.02 0.00 0.03 0.00 0.02 99.93 13:50:31 09:05:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 09:05:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 09:05:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 09:05:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 09:05:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 09:06:01 all 0.02 0.00 0.02 0.01 0.01 99.95 13:50:31 09:06:01 0 0.05 0.00 0.00 0.03 0.02 99.90 13:50:31 09:06:01 1 0.03 0.00 0.02 0.02 0.02 99.92 13:50:31 09:06:01 2 0.00 0.00 0.03 0.00 0.02 99.95 13:50:31 09:06:01 3 0.00 0.00 0.03 0.00 0.02 99.95 13:50:31 09:06:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:06:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 09:06:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 09:06:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 09:07:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:50:31 09:07:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 09:07:01 1 0.07 0.00 0.02 0.02 0.00 99.90 13:50:31 09:07:01 2 0.00 0.00 0.05 0.00 0.02 99.93 13:50:31 09:07:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:07:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:07:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:07:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 09:07:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 13:50:31 09:07:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 09:08:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:50:31 09:08:01 0 0.05 0.00 0.02 0.02 0.02 99.90 13:50:31 09:08:01 1 0.05 0.00 0.02 0.02 0.02 99.90 13:50:31 09:08:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 09:08:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 09:08:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 09:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:08:01 6 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 09:08:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 09:09:01 all 0.01 0.00 0.02 0.00 0.01 99.96 13:50:31 09:09:01 0 0.00 0.00 0.02 0.02 0.00 99.97 13:50:31 09:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:09:01 2 0.03 0.00 0.07 0.00 0.02 99.88 13:50:31 09:09:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 09:09:01 4 0.03 0.00 0.03 0.00 0.00 99.93 13:50:31 09:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:09:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 09:09:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 09:10:01 all 0.05 0.00 0.01 0.01 0.02 99.91 13:50:31 09:10:01 0 0.03 0.00 0.02 0.02 0.02 99.92 13:50:31 09:10:01 1 0.03 0.00 0.03 0.07 0.02 99.85 13:50:31 09:10:01 2 0.03 0.00 0.02 0.02 0.02 99.92 13:50:31 09:10:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 09:10:01 4 0.03 0.00 0.02 0.02 0.02 99.92 13:50:31 09:10:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 09:10:01 6 0.10 0.00 0.02 0.00 0.02 99.87 13:50:31 09:10:01 7 0.10 0.00 0.02 0.00 0.03 99.85 13:50:31 09:11:01 all 0.01 0.00 0.01 0.00 0.00 99.97 13:50:31 09:11:01 0 0.02 0.00 0.00 0.02 0.00 99.97 13:50:31 09:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 09:11:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:11:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 09:11:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 09:11:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:11:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 09:12:01 all 0.04 0.00 0.01 0.00 0.01 99.94 13:50:31 09:12:01 0 0.02 0.00 0.00 0.02 0.02 99.95 13:50:31 09:12:01 1 0.07 0.00 0.03 0.02 0.02 99.87 13:50:31 09:12:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 09:12:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 09:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:12:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:12:01 6 0.12 0.00 0.00 0.00 0.00 99.88 13:50:31 09:12:01 7 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 09:13:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:50:31 09:13:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 09:13:01 1 0.02 0.00 0.00 0.02 0.00 99.97 13:50:31 09:13:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 09:13:01 3 0.00 0.00 0.03 0.00 0.02 99.95 13:50:31 09:13:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 09:13:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:13:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 09:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:14:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:50:31 09:14:01 0 0.07 0.00 0.02 0.02 0.00 99.90 13:50:31 09:14:01 1 0.07 0.00 0.02 0.02 0.02 99.88 13:50:31 09:14:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:14:01 3 0.00 0.00 0.02 0.00 0.03 99.95 13:50:31 09:14:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 09:14:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:15:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:50:31 09:15:01 0 0.03 0.00 0.02 0.02 0.02 99.92 13:50:31 09:15:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:15:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 09:15:01 3 0.02 0.00 0.02 0.00 0.03 99.93 13:50:31 09:15:01 4 0.03 0.00 0.03 0.00 0.00 99.93 13:50:31 09:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:16:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:50:31 09:16:01 0 0.07 0.00 0.00 0.02 0.02 99.90 13:50:31 09:16:01 1 0.05 0.00 0.02 0.02 0.02 99.90 13:50:31 09:16:01 2 0.02 0.00 0.03 0.00 0.02 99.93 13:50:31 09:16:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 09:16:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 09:16:01 5 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 09:16:01 6 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 09:16:01 7 0.07 0.00 0.00 0.00 0.00 99.93 13:50:31 09:17:01 all 0.01 0.00 0.01 0.00 0.00 99.96 13:50:31 09:17:01 0 0.03 0.00 0.02 0.02 0.00 99.93 13:50:31 09:17:01 1 0.00 0.00 0.02 0.02 0.00 99.97 13:50:31 09:17:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 09:17:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 09:17:01 4 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 09:17:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:17:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:17:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:18:01 all 0.14 0.00 0.01 0.00 0.01 99.84 13:50:31 09:18:01 0 0.03 0.00 0.00 0.02 0.02 99.93 13:50:31 09:18:01 1 0.07 0.00 0.02 0.00 0.02 99.90 13:50:31 09:18:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 09:18:01 3 0.85 0.00 0.02 0.00 0.03 99.10 13:50:31 09:18:01 4 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 09:18:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:18:01 7 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 13:50:31 09:18:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 09:19:01 all 0.25 0.00 0.01 0.02 0.01 99.72 13:50:31 09:19:01 0 0.00 0.00 0.00 0.02 0.02 99.97 13:50:31 09:19:01 1 0.00 0.00 0.02 0.12 0.00 99.87 13:50:31 09:19:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:19:01 3 1.99 0.00 0.02 0.00 0.02 97.98 13:50:31 09:19:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 09:19:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:20:01 all 0.27 0.00 0.01 0.00 0.01 99.71 13:50:31 09:20:01 0 0.03 0.00 0.02 0.02 0.02 99.92 13:50:31 09:20:01 1 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 09:20:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:20:01 3 1.94 0.00 0.02 0.00 0.02 98.03 13:50:31 09:20:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 09:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:20:01 6 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 09:20:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 09:21:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:50:31 09:21:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:21:01 1 0.03 0.00 0.03 0.02 0.00 99.92 13:50:31 09:21:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 09:21:01 3 0.08 0.00 0.03 0.00 0.03 99.85 13:50:31 09:21:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 09:21:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 09:21:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 09:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:22:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:50:31 09:22:01 0 0.05 0.00 0.02 0.02 0.02 99.90 13:50:31 09:22:01 1 0.03 0.00 0.02 0.02 0.02 99.92 13:50:31 09:22:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 09:22:01 3 0.05 0.00 0.00 0.00 0.03 99.92 13:50:31 09:22:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 09:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:22:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:23:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:50:31 09:23:01 0 0.02 0.00 0.02 0.02 0.00 99.95 13:50:31 09:23:01 1 0.05 0.00 0.02 0.02 0.02 99.90 13:50:31 09:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:23:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 09:23:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:23:01 5 0.00 0.00 0.03 0.00 0.02 99.95 13:50:31 09:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:24:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:50:31 09:24:01 0 0.07 0.00 0.00 0.02 0.02 99.90 13:50:31 09:24:01 1 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 09:24:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 09:24:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 09:24:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:24:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 09:24:01 7 0.05 0.00 0.00 0.00 0.02 99.93 13:50:31 09:25:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:50:31 09:25:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 09:25:01 1 0.03 0.00 0.00 0.02 0.02 99.93 13:50:31 09:25:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:25:01 3 0.02 0.00 0.03 0.00 0.03 99.92 13:50:31 09:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:26:01 all 0.04 0.00 0.02 0.00 0.01 99.93 13:50:31 09:26:01 0 0.08 0.00 0.00 0.02 0.02 99.88 13:50:31 09:26:01 1 0.07 0.00 0.03 0.02 0.02 99.87 13:50:31 09:26:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 09:26:01 3 0.00 0.00 0.03 0.00 0.02 99.95 13:50:31 09:26:01 4 0.02 0.00 0.05 0.00 0.02 99.92 13:50:31 09:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:26:01 6 0.07 0.00 0.00 0.00 0.00 99.93 13:50:31 09:26:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 09:27:01 all 0.02 0.00 0.01 0.00 0.00 99.97 13:50:31 09:27:01 0 0.02 0.00 0.00 0.02 0.00 99.97 13:50:31 09:27:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 09:27:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 09:27:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 09:27:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 09:27:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 09:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:28:01 all 0.03 0.00 0.01 0.00 0.01 99.96 13:50:31 09:28:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 09:28:01 1 0.03 0.00 0.02 0.02 0.02 99.92 13:50:31 09:28:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 09:28:01 3 0.03 0.00 0.02 0.00 0.03 99.92 13:50:31 09:28:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:28:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 09:28:01 7 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 09:29:01 all 0.16 0.00 0.01 0.00 0.01 99.82 13:50:31 09:29:01 0 0.02 0.00 0.03 0.02 0.02 99.92 13:50:31 09:29:01 1 0.03 0.00 0.02 0.02 0.00 99.93 13:50:31 09:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:29:01 3 1.19 0.00 0.00 0.00 0.02 98.79 13:50:31 09:29:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 09:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:29:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:29:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:50:31 09:29:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 09:30:01 all 0.28 0.00 0.02 0.00 0.01 99.69 13:50:31 09:30:01 0 0.02 0.00 0.02 0.02 0.02 99.93 13:50:31 09:30:01 1 0.05 0.00 0.05 0.00 0.02 99.88 13:50:31 09:30:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 09:30:01 3 2.04 0.00 0.03 0.00 0.02 97.91 13:50:31 09:30:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 09:30:01 5 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 09:30:01 6 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 09:30:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:31:01 all 0.11 0.00 0.01 0.00 0.01 99.87 13:50:31 09:31:01 0 0.03 0.00 0.02 0.02 0.02 99.92 13:50:31 09:31:01 1 0.02 0.00 0.00 0.02 0.02 99.95 13:50:31 09:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:31:01 3 0.83 0.00 0.02 0.00 0.02 99.14 13:50:31 09:31:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:31:01 7 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 09:32:01 all 0.02 0.00 0.01 0.01 0.01 99.95 13:50:31 09:32:01 0 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 09:32:01 1 0.02 0.00 0.07 0.05 0.00 99.87 13:50:31 09:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:32:01 3 0.00 0.00 0.02 0.00 0.03 99.95 13:50:31 09:32:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 09:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:32:01 6 0.05 0.00 0.00 0.00 0.02 99.93 13:50:31 09:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:33:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:50:31 09:33:01 0 0.03 0.00 0.00 0.02 0.02 99.93 13:50:31 09:33:01 1 0.00 0.00 0.03 0.02 0.02 99.93 13:50:31 09:33:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 09:33:01 3 0.03 0.00 0.03 0.00 0.03 99.90 13:50:31 09:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:33:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:34:01 all 0.03 0.00 0.01 0.03 0.00 99.93 13:50:31 09:34:01 0 0.03 0.00 0.03 0.02 0.00 99.92 13:50:31 09:34:01 1 0.02 0.00 0.03 0.20 0.02 99.73 13:50:31 09:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:34:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 09:34:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 09:34:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 09:34:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 09:34:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 09:35:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:50:31 09:35:01 0 0.05 0.00 0.02 0.02 0.02 99.90 13:50:31 09:35:01 1 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 09:35:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:35:01 3 0.05 0.00 0.03 0.00 0.02 99.90 13:50:31 09:35:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 09:35:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:35:01 6 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 09:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:36:01 all 0.03 0.00 0.01 0.00 0.00 99.95 13:50:31 09:36:01 0 0.03 0.00 0.00 0.02 0.00 99.95 13:50:31 09:36:01 1 0.03 0.00 0.05 0.02 0.02 99.88 13:50:31 09:36:01 2 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 09:36:01 3 0.08 0.00 0.00 0.00 0.02 99.90 13:50:31 09:36:01 4 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 09:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:36:01 6 0.07 0.00 0.00 0.00 0.00 99.93 13:50:31 09:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:37:01 all 0.10 0.00 0.03 0.00 0.01 99.86 13:50:31 09:37:01 0 0.18 0.00 0.05 0.00 0.02 99.75 13:50:31 09:37:01 1 0.12 0.00 0.07 0.02 0.00 99.80 13:50:31 09:37:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 09:37:01 3 0.08 0.00 0.03 0.00 0.02 99.87 13:50:31 09:37:01 4 0.13 0.00 0.02 0.00 0.00 99.85 13:50:31 09:37:01 5 0.12 0.00 0.02 0.00 0.02 99.85 13:50:31 09:37:01 6 0.08 0.00 0.00 0.00 0.00 99.92 13:50:31 09:37:01 7 0.02 0.00 0.00 0.02 0.02 99.95 13:50:31 09:38:01 all 0.19 0.00 0.02 0.14 0.01 99.65 13:50:31 09:38:01 0 0.03 0.00 0.02 0.18 0.00 99.77 13:50:31 09:38:01 1 0.07 0.00 0.03 0.73 0.02 99.15 13:50:31 09:38:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:38:01 3 1.36 0.00 0.05 0.20 0.02 98.38 13:50:31 09:38:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 09:38:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:39:01 all 0.16 0.00 0.01 0.03 0.01 99.79 13:50:31 09:39:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 09:39:01 1 0.02 0.00 0.02 0.27 0.00 99.70 13:50:31 09:39:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:39:01 3 1.16 0.00 0.03 0.00 0.03 98.77 13:50:31 09:39:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 09:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:39:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 09:40:01 all 0.02 0.00 0.01 0.01 0.01 99.94 13:50:31 09:40:01 0 0.03 0.00 0.02 0.02 0.00 99.93 13:50:31 09:40:01 1 0.05 0.00 0.03 0.08 0.00 99.83 13:50:31 09:40:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 09:40:01 3 0.02 0.00 0.02 0.00 0.03 99.93 13:50:31 09:40:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:50:31 09:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:50:31 09:40:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 09:41:01 all 0.03 0.00 0.01 0.00 0.01 99.96 13:50:31 09:41:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 09:41:01 1 0.02 0.00 0.02 0.02 0.00 99.95 13:50:31 09:41:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 09:41:01 3 0.07 0.00 0.00 0.00 0.02 99.92 13:50:31 09:41:01 4 0.05 0.00 0.03 0.00 0.00 99.92 13:50:31 09:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:41:01 7 0.05 0.00 0.00 0.02 0.00 99.93 13:50:31 09:42:01 all 0.22 0.00 0.02 0.03 0.00 99.73 13:50:31 09:42:01 0 0.05 0.00 0.02 0.25 0.00 99.68 13:50:31 09:42:01 1 0.02 0.00 0.03 0.00 0.02 99.93 13:50:31 09:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 09:42:01 3 1.57 0.00 0.02 0.00 0.00 98.42 13:50:31 09:42:01 4 0.05 0.00 0.03 0.00 0.00 99.92 13:50:31 09:42:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:42:01 6 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 09:42:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:43:01 all 0.27 0.00 0.01 0.00 0.01 99.71 13:50:31 09:43:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 09:43:01 1 0.05 0.00 0.02 0.02 0.00 99.92 13:50:31 09:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:43:01 3 1.96 0.00 0.02 0.00 0.03 98.00 13:50:31 09:43:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 09:43:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:43:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:43:01 7 0.05 0.00 0.00 0.02 0.00 99.93 13:50:31 09:44:01 all 0.11 0.00 0.02 0.00 0.00 99.86 13:50:31 09:44:01 0 0.03 0.00 0.02 0.02 0.00 99.93 13:50:31 09:44:01 1 0.03 0.00 0.02 0.02 0.00 99.93 13:50:31 09:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:44:01 3 0.76 0.00 0.10 0.00 0.02 99.12 13:50:31 09:44:01 4 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 09:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:44:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 09:45:01 all 0.03 0.00 0.02 0.02 0.00 99.93 13:50:31 09:45:01 0 0.05 0.00 0.00 0.02 0.00 99.93 13:50:31 09:45:01 1 0.03 0.00 0.07 0.12 0.02 99.77 13:50:31 09:45:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 09:45:01 3 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 09:45:01 4 0.03 0.00 0.03 0.03 0.00 99.90 13:50:31 09:45:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:46:01 all 0.01 0.00 0.01 0.01 0.01 99.96 13:50:31 09:46:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 09:46:01 1 0.03 0.00 0.03 0.05 0.02 99.87 13:50:31 09:46:01 2 0.00 0.00 0.02 0.02 0.00 99.97 13:50:31 09:46:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 09:46:01 4 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 09:46:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:46:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:47:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:50:31 09:47:01 0 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 09:47:01 1 0.05 0.00 0.05 0.02 0.03 99.85 13:50:31 09:47:01 2 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 09:47:01 3 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 09:47:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 09:47:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:47:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 09:47:01 7 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 09:48:02 all 0.07 0.00 0.02 0.00 0.01 99.89 13:50:31 09:48:02 0 0.03 0.00 0.02 0.02 0.02 99.92 13:50:31 09:48:02 1 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 09:48:02 2 0.00 0.00 0.05 0.00 0.02 99.93 13:50:31 09:48:02 3 0.45 0.00 0.00 0.00 0.02 99.53 13:50:31 09:48:02 4 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 09:48:02 5 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 09:48:02 6 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 09:48:02 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:49:01 all 0.03 0.00 0.02 0.01 0.00 99.94 13:50:31 09:49:01 0 0.03 0.00 0.02 0.02 0.00 99.93 13:50:31 09:49:01 1 0.05 0.00 0.05 0.07 0.00 99.83 13:50:31 09:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 09:49:01 4 0.07 0.00 0.05 0.00 0.00 99.88 13:50:31 09:49:01 5 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 09:49:01 6 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 09:49:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 09:50:01 all 0.03 0.00 0.02 0.03 0.01 99.92 13:50:31 09:50:01 0 0.02 0.00 0.00 0.18 0.00 99.80 13:50:31 09:50:01 1 0.05 0.00 0.07 0.03 0.03 99.82 13:50:31 09:50:01 2 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 09:50:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 09:50:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:50:31 09:50:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:50:01 6 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 09:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:51:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:50:31 09:51:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 09:51:01 1 0.07 0.00 0.07 0.02 0.02 99.83 13:50:31 09:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:51:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:51:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 09:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:51:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 09:51:01 7 0.02 0.00 0.00 0.02 0.02 99.95 13:50:31 13:50:31 09:51:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 09:52:01 all 0.03 0.00 0.02 0.06 0.01 99.89 13:50:31 09:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 09:52:01 1 0.07 0.00 0.07 0.33 0.02 99.52 13:50:31 09:52:01 2 0.00 0.00 0.03 0.03 0.02 99.92 13:50:31 09:52:01 3 0.07 0.00 0.03 0.00 0.02 99.88 13:50:31 09:52:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 09:52:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:52:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:52:01 7 0.00 0.00 0.02 0.08 0.00 99.90 13:50:31 09:53:01 all 0.03 0.00 0.01 0.01 0.00 99.94 13:50:31 09:53:01 0 0.05 0.00 0.00 0.07 0.00 99.88 13:50:31 09:53:01 1 0.07 0.00 0.03 0.00 0.02 99.88 13:50:31 09:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:53:01 3 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 09:53:01 4 0.05 0.00 0.05 0.00 0.02 99.88 13:50:31 09:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:53:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 09:53:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 09:54:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:50:31 09:54:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 09:54:01 1 0.08 0.00 0.07 0.02 0.02 99.82 13:50:31 09:54:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:54:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 09:54:01 4 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 09:54:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 09:54:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 09:54:01 7 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 09:55:01 all 0.20 0.00 0.02 0.01 0.01 99.76 13:50:31 09:55:01 0 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 09:55:01 1 0.05 0.00 0.07 0.02 0.02 99.85 13:50:31 09:55:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 09:55:01 3 1.29 0.00 0.02 0.07 0.00 98.63 13:50:31 09:55:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 09:55:01 5 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 09:55:01 6 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 09:55:01 7 0.07 0.00 0.00 0.02 0.00 99.92 13:50:31 09:56:01 all 0.07 0.00 0.01 0.00 0.01 99.91 13:50:31 09:56:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 09:56:01 1 0.07 0.00 0.03 0.00 0.02 99.88 13:50:31 09:56:01 2 0.02 0.00 0.03 0.02 0.00 99.93 13:50:31 09:56:01 3 0.42 0.00 0.00 0.00 0.02 99.57 13:50:31 09:56:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 09:56:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:56:01 6 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 09:56:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 09:57:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:50:31 09:57:01 0 0.07 0.00 0.03 0.00 0.00 99.90 13:50:31 09:57:01 1 0.05 0.00 0.03 0.02 0.02 99.88 13:50:31 09:57:01 2 0.02 0.00 0.00 0.02 0.02 99.95 13:50:31 09:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 09:57:01 4 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 09:57:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:57:01 6 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 09:57:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 09:58:01 all 0.01 0.00 0.01 0.00 0.00 99.97 13:50:31 09:58:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:58:01 1 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 09:58:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 09:58:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 09:58:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 09:58:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:58:01 6 0.03 0.00 0.03 0.00 0.00 99.93 13:50:31 09:58:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:59:01 all 0.14 0.00 0.02 0.00 0.01 99.82 13:50:31 09:59:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 09:59:01 1 0.08 0.00 0.03 0.02 0.02 99.85 13:50:31 09:59:01 2 0.00 0.00 0.02 0.02 0.02 99.95 13:50:31 09:59:01 3 0.93 0.00 0.05 0.00 0.02 99.01 13:50:31 09:59:01 4 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 09:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 09:59:01 6 0.12 0.00 0.03 0.00 0.00 99.85 13:50:31 09:59:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 10:00:01 all 0.01 0.00 0.01 0.00 0.00 99.97 13:50:31 10:00:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 10:00:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 10:00:01 2 0.02 0.00 0.00 0.02 0.00 99.97 13:50:31 10:00:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:00:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 10:00:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:00:01 6 0.03 0.00 0.03 0.00 0.00 99.93 13:50:31 10:00:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:01:01 all 0.12 0.00 0.02 0.00 0.00 99.86 13:50:31 10:01:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:01:01 1 0.08 0.00 0.03 0.02 0.00 99.87 13:50:31 10:01:01 2 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 10:01:01 3 0.63 0.00 0.02 0.00 0.00 99.35 13:50:31 10:01:01 4 0.05 0.00 0.00 0.00 0.02 99.93 13:50:31 10:01:01 5 0.05 0.00 0.03 0.00 0.02 99.90 13:50:31 10:01:01 6 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 10:01:01 7 0.07 0.00 0.00 0.00 0.00 99.93 13:50:31 10:02:01 all 0.01 0.00 0.02 0.00 0.01 99.96 13:50:31 10:02:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 10:02:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 10:02:01 2 0.00 0.00 0.00 0.02 0.02 99.97 13:50:31 10:02:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 10:02:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:02:01 5 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 10:02:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 10:02:01 7 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 13:50:31 10:02:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 10:03:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:50:31 10:03:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 10:03:01 1 0.07 0.00 0.00 0.02 0.02 99.90 13:50:31 10:03:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 10:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 10:03:01 4 0.02 0.00 0.05 0.00 0.00 99.93 13:50:31 10:03:01 5 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 10:03:01 6 0.07 0.00 0.00 0.00 0.02 99.92 13:50:31 10:03:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:04:01 all 0.02 0.00 0.02 0.00 0.01 99.96 13:50:31 10:04:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:04:01 1 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 10:04:01 2 0.00 0.00 0.02 0.02 0.00 99.97 13:50:31 10:04:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 10:04:01 4 0.03 0.00 0.03 0.00 0.00 99.93 13:50:31 10:04:01 5 0.03 0.00 0.03 0.00 0.03 99.90 13:50:31 10:04:01 6 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 10:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:05:01 all 0.05 0.00 0.02 0.00 0.01 99.92 13:50:31 10:05:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 10:05:01 1 0.02 0.00 0.03 0.02 0.02 99.92 13:50:31 10:05:01 2 0.02 0.00 0.00 0.02 0.02 99.95 13:50:31 10:05:01 3 0.22 0.00 0.02 0.00 0.00 99.77 13:50:31 10:05:01 4 0.02 0.00 0.03 0.00 0.02 99.93 13:50:31 10:05:01 5 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 10:05:01 6 0.07 0.00 0.00 0.00 0.00 99.93 13:50:31 10:05:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 10:06:01 all 0.27 0.00 0.01 0.00 0.00 99.71 13:50:31 10:06:01 0 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 10:06:01 1 0.03 0.00 0.03 0.02 0.02 99.90 13:50:31 10:06:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 10:06:01 3 1.97 0.00 0.00 0.00 0.00 98.03 13:50:31 10:06:01 4 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 10:06:01 5 0.02 0.00 0.03 0.00 0.02 99.93 13:50:31 10:06:01 6 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 10:06:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:07:01 all 0.27 0.00 0.01 0.00 0.01 99.71 13:50:31 10:07:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 10:07:01 1 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 10:07:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 10:07:01 3 1.89 0.00 0.02 0.00 0.02 98.08 13:50:31 10:07:01 4 0.03 0.00 0.03 0.00 0.00 99.93 13:50:31 10:07:01 5 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 10:07:01 6 0.07 0.00 0.00 0.00 0.02 99.92 13:50:31 10:07:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 10:08:01 all 0.01 0.00 0.02 0.00 0.00 99.97 13:50:31 10:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 10:08:01 1 0.00 0.00 0.02 0.02 0.02 99.95 13:50:31 10:08:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 10:08:01 3 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 10:08:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 10:08:01 5 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 10:08:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 10:08:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:09:01 all 0.03 0.00 0.02 0.00 0.00 99.94 13:50:31 10:09:01 0 0.02 0.00 0.02 0.02 0.00 99.95 13:50:31 10:09:01 1 0.03 0.00 0.05 0.00 0.00 99.92 13:50:31 10:09:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 10:09:01 3 0.07 0.00 0.00 0.00 0.02 99.92 13:50:31 10:09:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:09:01 5 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 10:09:01 6 0.08 0.00 0.03 0.00 0.00 99.88 13:50:31 10:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:10:01 all 0.02 0.00 0.00 0.00 0.01 99.97 13:50:31 10:10:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 10:10:01 1 0.05 0.00 0.00 0.02 0.00 99.93 13:50:31 10:10:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 10:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:10:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 10:10:01 5 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 10:10:01 6 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 10:10:01 7 0.00 0.00 0.00 0.02 0.02 99.97 13:50:31 10:11:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:50:31 10:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 10:11:01 1 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 10:11:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 10:11:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 10:11:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:50:31 10:11:01 5 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 10:11:01 6 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 10:11:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 10:12:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:50:31 10:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:12:01 1 0.02 0.00 0.03 0.02 0.00 99.93 13:50:31 10:12:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 10:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:12:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 10:12:01 5 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 10:12:01 6 0.05 0.00 0.00 0.00 0.02 99.93 13:50:31 10:12:01 7 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 10:13:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:50:31 10:13:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 10:13:01 1 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 10:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:13:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 10:13:01 4 0.00 0.00 0.05 0.00 0.02 99.93 13:50:31 10:13:01 5 0.02 0.00 0.03 0.00 0.02 99.93 13:50:31 10:13:01 6 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 10:13:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 13:50:31 10:13:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 10:14:01 all 0.02 0.00 0.01 0.00 0.00 99.97 13:50:31 10:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:14:01 1 0.03 0.00 0.02 0.02 0.00 99.93 13:50:31 10:14:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 10:14:01 3 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 10:14:01 4 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 10:14:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:14:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 10:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:15:01 all 0.28 0.00 0.01 0.00 0.01 99.70 13:50:31 10:15:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 10:15:01 1 0.08 0.00 0.02 0.00 0.02 99.88 13:50:31 10:15:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 10:15:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 10:15:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 10:15:01 5 1.99 0.00 0.03 0.00 0.03 97.95 13:50:31 10:15:01 6 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 10:15:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:16:01 all 0.10 0.00 0.02 0.01 0.00 99.87 13:50:31 10:16:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:16:01 1 0.03 0.00 0.02 0.02 0.00 99.93 13:50:31 10:16:01 2 0.00 0.00 0.02 0.03 0.00 99.95 13:50:31 10:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:16:01 4 0.03 0.00 0.03 0.00 0.00 99.93 13:50:31 10:16:01 5 0.75 0.00 0.08 0.00 0.02 99.15 13:50:31 10:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:17:01 all 0.03 0.00 0.02 0.01 0.01 99.93 13:50:31 10:17:01 0 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 10:17:01 1 0.10 0.00 0.03 0.02 0.02 99.83 13:50:31 10:17:01 2 0.00 0.00 0.00 0.10 0.00 99.90 13:50:31 10:17:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:17:01 4 0.02 0.00 0.03 0.00 0.02 99.93 13:50:31 10:17:01 5 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 10:17:01 6 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 10:17:01 7 0.07 0.00 0.02 0.00 0.02 99.90 13:50:31 10:18:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:50:31 10:18:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 10:18:01 1 0.05 0.00 0.03 0.02 0.02 99.88 13:50:31 10:18:01 2 0.02 0.00 0.00 0.02 0.02 99.95 13:50:31 10:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 10:18:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 10:18:01 5 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 10:18:01 6 0.05 0.00 0.00 0.00 0.02 99.93 13:50:31 10:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:19:01 all 0.03 0.00 0.02 0.00 0.01 99.95 13:50:31 10:19:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 10:19:01 1 0.05 0.00 0.07 0.00 0.00 99.88 13:50:31 10:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:19:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 10:19:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:19:01 5 0.02 0.00 0.03 0.00 0.02 99.93 13:50:31 10:19:01 6 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 10:19:01 7 0.05 0.00 0.00 0.02 0.00 99.93 13:50:31 10:20:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:50:31 10:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:20:01 1 0.07 0.00 0.02 0.02 0.02 99.88 13:50:31 10:20:01 2 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 10:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:20:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 10:20:01 5 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 10:20:01 6 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 10:20:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:21:01 all 0.04 0.00 0.02 0.00 0.01 99.93 13:50:31 10:21:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 10:21:01 1 0.03 0.00 0.02 0.02 0.00 99.93 13:50:31 10:21:01 2 0.00 0.00 0.03 0.00 0.02 99.95 13:50:31 10:21:01 3 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 10:21:01 4 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 10:21:01 5 0.05 0.00 0.03 0.00 0.02 99.90 13:50:31 10:21:01 6 0.10 0.00 0.00 0.00 0.02 99.88 13:50:31 10:21:01 7 0.05 0.00 0.02 0.02 0.00 99.92 13:50:31 10:22:01 all 0.04 0.00 0.01 0.00 0.01 99.94 13:50:31 10:22:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 10:22:01 1 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 10:22:01 2 0.03 0.00 0.05 0.02 0.00 99.90 13:50:31 10:22:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 10:22:01 4 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 10:22:01 5 0.07 0.00 0.00 0.00 0.02 99.92 13:50:31 10:22:01 6 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 10:22:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:23:01 all 0.03 0.00 0.02 0.00 0.00 99.94 13:50:31 10:23:01 0 0.07 0.00 0.02 0.02 0.00 99.90 13:50:31 10:23:01 1 0.03 0.00 0.02 0.02 0.00 99.93 13:50:31 10:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 10:23:01 4 0.02 0.00 0.03 0.00 0.02 99.93 13:50:31 10:23:01 5 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 10:23:01 6 0.05 0.00 0.03 0.00 0.00 99.92 13:50:31 10:23:01 7 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 10:24:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:50:31 10:24:01 0 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 10:24:01 1 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 10:24:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 10:24:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:24:01 4 0.05 0.00 0.05 0.00 0.00 99.90 13:50:31 10:24:01 5 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 10:24:01 6 0.05 0.00 0.03 0.00 0.00 99.92 13:50:31 10:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:50:31 10:24:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 10:25:01 all 0.04 0.00 0.02 0.00 0.01 99.93 13:50:31 10:25:01 0 0.07 0.00 0.00 0.00 0.02 99.92 13:50:31 10:25:01 1 0.12 0.00 0.03 0.02 0.00 99.83 13:50:31 10:25:01 2 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 10:25:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 10:25:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:25:01 5 0.08 0.00 0.03 0.00 0.00 99.88 13:50:31 10:25:01 6 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 10:25:01 7 0.00 0.00 0.00 0.02 0.02 99.97 13:50:31 10:26:01 all 0.08 0.00 0.01 0.00 0.00 99.90 13:50:31 10:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:26:01 1 0.03 0.00 0.00 0.02 0.02 99.93 13:50:31 10:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:26:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 10:26:01 5 0.53 0.00 0.03 0.00 0.02 99.42 13:50:31 10:26:01 6 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 10:26:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:27:01 all 0.22 0.00 0.02 0.00 0.01 99.75 13:50:31 10:27:01 0 0.00 0.00 0.05 0.00 0.02 99.93 13:50:31 10:27:01 1 0.05 0.00 0.03 0.00 0.00 99.92 13:50:31 10:27:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 10:27:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:27:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 10:27:01 5 1.58 0.00 0.05 0.00 0.02 98.35 13:50:31 10:27:01 6 0.08 0.00 0.00 0.00 0.00 99.92 13:50:31 10:27:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:28:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:50:31 10:28:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 10:28:01 1 0.00 0.00 0.03 0.00 0.02 99.95 13:50:31 10:28:01 2 0.00 0.00 0.00 0.02 0.02 99.97 13:50:31 10:28:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 10:28:01 4 0.03 0.00 0.03 0.00 0.00 99.93 13:50:31 10:28:01 5 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 10:28:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 10:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:29:01 all 0.05 0.00 0.01 0.00 0.01 99.93 13:50:31 10:29:01 0 0.13 0.00 0.00 0.00 0.02 99.85 13:50:31 10:29:01 1 0.02 0.00 0.02 0.02 0.00 99.95 13:50:31 10:29:01 2 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 10:29:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:29:01 4 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 10:29:01 5 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 10:29:01 6 0.12 0.00 0.00 0.00 0.02 99.87 13:50:31 10:29:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:30:01 all 0.02 0.00 0.02 0.00 0.01 99.94 13:50:31 10:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:30:01 1 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 10:30:01 2 0.00 0.00 0.03 0.02 0.02 99.93 13:50:31 10:30:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 10:30:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 10:30:01 5 0.02 0.00 0.03 0.00 0.02 99.93 13:50:31 10:30:01 6 0.02 0.00 0.08 0.00 0.00 99.90 13:50:31 10:30:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 10:31:01 all 0.05 0.00 0.01 0.00 0.01 99.93 13:50:31 10:31:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 10:31:01 1 0.08 0.00 0.05 0.00 0.02 99.85 13:50:31 10:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:31:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:31:01 5 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 10:31:01 6 0.27 0.00 0.02 0.00 0.00 99.72 13:50:31 10:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:32:01 all 0.21 0.00 0.02 0.00 0.00 99.76 13:50:31 10:32:01 0 0.00 0.00 0.03 0.02 0.00 99.95 13:50:31 10:32:01 1 0.02 0.00 0.02 0.02 0.00 99.95 13:50:31 10:32:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:32:01 4 0.05 0.00 0.03 0.00 0.00 99.92 13:50:31 10:32:01 5 1.45 0.00 0.03 0.00 0.02 98.50 13:50:31 10:32:01 6 0.08 0.00 0.08 0.00 0.02 99.82 13:50:31 10:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:33:01 all 0.23 0.00 0.02 0.00 0.01 99.74 13:50:31 10:33:01 0 0.07 0.00 0.02 0.00 0.02 99.90 13:50:31 10:33:01 1 0.00 0.00 0.03 0.02 0.00 99.95 13:50:31 10:33:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 10:33:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:33:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 10:33:01 5 1.58 0.00 0.07 0.00 0.02 98.33 13:50:31 10:33:01 6 0.12 0.00 0.00 0.00 0.00 99.88 13:50:31 10:33:01 7 0.02 0.00 0.00 0.02 0.02 99.95 13:50:31 10:34:01 all 0.03 0.00 0.02 0.02 0.01 99.92 13:50:31 10:34:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 10:34:01 1 0.03 0.00 0.02 0.02 0.02 99.92 13:50:31 10:34:01 2 0.00 0.00 0.02 0.17 0.00 99.82 13:50:31 10:34:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 10:34:01 4 0.03 0.00 0.05 0.00 0.00 99.92 13:50:31 10:34:01 5 0.03 0.00 0.03 0.00 0.00 99.93 13:50:31 10:34:01 6 0.08 0.00 0.03 0.00 0.02 99.87 13:50:31 10:34:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 10:35:01 all 0.04 0.00 0.02 0.01 0.00 99.93 13:50:31 10:35:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:35:01 1 0.05 0.00 0.03 0.07 0.02 99.83 13:50:31 10:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:35:01 3 0.03 0.00 0.03 0.00 0.00 99.93 13:50:31 10:35:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 10:35:01 5 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 10:35:01 6 0.10 0.00 0.02 0.00 0.00 99.88 13:50:31 10:35:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 13:50:31 10:35:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 10:36:01 all 0.14 0.00 0.02 0.01 0.01 99.83 13:50:31 10:36:01 0 0.02 0.00 0.03 0.02 0.02 99.92 13:50:31 10:36:01 1 0.00 0.00 0.00 0.03 0.00 99.97 13:50:31 10:36:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 10:36:01 3 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 10:36:01 4 0.03 0.00 0.03 0.00 0.00 99.93 13:50:31 10:36:01 5 0.93 0.00 0.02 0.00 0.02 99.04 13:50:31 10:36:01 6 0.08 0.00 0.03 0.00 0.00 99.88 13:50:31 10:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:37:01 all 0.27 0.00 0.05 0.00 0.01 99.67 13:50:31 10:37:01 0 0.17 0.00 0.10 0.02 0.00 99.72 13:50:31 10:37:01 1 0.07 0.00 0.08 0.00 0.00 99.85 13:50:31 10:37:01 2 0.10 0.00 0.05 0.00 0.00 99.85 13:50:31 10:37:01 3 0.22 0.00 0.03 0.00 0.02 99.73 13:50:31 10:37:01 4 0.07 0.00 0.05 0.00 0.02 99.87 13:50:31 10:37:01 5 1.19 0.00 0.05 0.00 0.02 98.74 13:50:31 10:37:01 6 0.22 0.00 0.02 0.00 0.00 99.77 13:50:31 10:37:01 7 0.13 0.00 0.03 0.00 0.00 99.83 13:50:31 10:38:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:50:31 10:38:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 10:38:01 1 0.02 0.00 0.00 0.02 0.00 99.97 13:50:31 10:38:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:38:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:38:01 4 0.07 0.00 0.03 0.00 0.02 99.88 13:50:31 10:38:01 5 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 10:38:01 6 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 10:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:39:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:50:31 10:39:01 0 0.10 0.00 0.00 0.02 0.00 99.88 13:50:31 10:39:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 10:39:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 10:39:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 10:39:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 10:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:39:01 6 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 10:39:01 7 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 10:40:01 all 0.04 0.00 0.01 0.00 0.00 99.94 13:50:31 10:40:01 0 0.10 0.00 0.00 0.02 0.02 99.87 13:50:31 10:40:01 1 0.05 0.00 0.02 0.02 0.00 99.92 13:50:31 10:40:01 2 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 10:40:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:40:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:50:31 10:40:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:40:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 10:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:41:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:50:31 10:41:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 10:41:01 1 0.07 0.00 0.02 0.02 0.00 99.90 13:50:31 10:41:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:41:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 10:41:01 4 0.07 0.00 0.02 0.00 0.02 99.90 13:50:31 10:41:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:41:01 6 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 10:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:42:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:50:31 10:42:01 0 0.02 0.00 0.00 0.02 0.00 99.97 13:50:31 10:42:01 1 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 10:42:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 10:42:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:42:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:50:31 10:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:42:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 10:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:43:01 all 0.17 0.00 0.02 0.00 0.01 99.80 13:50:31 10:43:01 0 1.14 0.00 0.05 0.02 0.02 98.78 13:50:31 10:43:01 1 0.07 0.00 0.03 0.02 0.00 99.88 13:50:31 10:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:43:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:43:01 4 0.05 0.00 0.00 0.00 0.02 99.93 13:50:31 10:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:43:01 6 0.08 0.00 0.02 0.00 0.02 99.88 13:50:31 10:43:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 10:44:01 all 0.15 0.00 0.02 0.00 0.01 99.82 13:50:31 10:44:01 0 1.13 0.00 0.00 0.02 0.02 98.84 13:50:31 10:44:01 1 0.00 0.00 0.02 0.02 0.02 99.95 13:50:31 10:44:01 2 0.00 0.00 0.03 0.00 0.02 99.95 13:50:31 10:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:44:01 4 0.03 0.00 0.05 0.00 0.02 99.90 13:50:31 10:44:01 5 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 10:44:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 10:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:45:01 all 0.04 0.00 0.01 0.00 0.01 99.94 13:50:31 10:45:01 0 0.13 0.00 0.02 0.00 0.02 99.83 13:50:31 10:45:01 1 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 10:45:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:45:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 10:45:01 4 0.03 0.00 0.02 0.00 0.03 99.92 13:50:31 10:45:01 5 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 10:45:01 6 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 10:45:01 7 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 10:46:01 all 0.01 0.00 0.01 0.03 0.00 99.95 13:50:31 10:46:01 0 0.00 0.00 0.00 0.18 0.02 99.80 13:50:31 10:46:01 1 0.00 0.00 0.02 0.02 0.00 99.97 13:50:31 10:46:01 2 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 10:46:01 3 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 10:46:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 10:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:46:01 6 0.02 0.00 0.02 0.02 0.00 99.95 13:50:31 10:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:50:31 10:46:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 10:47:02 all 0.03 0.00 0.01 0.00 0.01 99.95 13:50:31 10:47:02 0 0.02 0.00 0.02 0.02 0.02 99.93 13:50:31 10:47:02 1 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 10:47:02 2 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 10:47:02 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:47:02 4 0.07 0.00 0.03 0.00 0.02 99.88 13:50:31 10:47:02 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:47:02 6 0.10 0.00 0.00 0.00 0.02 99.88 13:50:31 10:47:02 7 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 10:48:01 all 0.08 0.00 0.01 0.00 0.01 99.90 13:50:31 10:48:01 0 0.54 0.00 0.00 0.00 0.02 99.44 13:50:31 10:48:01 1 0.02 0.00 0.02 0.02 0.00 99.95 13:50:31 10:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:48:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 10:48:01 4 0.02 0.00 0.05 0.00 0.03 99.90 13:50:31 10:48:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:48:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 10:48:01 7 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 10:49:01 all 0.10 0.00 0.01 0.00 0.01 99.88 13:50:31 10:49:01 0 0.60 0.00 0.03 0.00 0.02 99.35 13:50:31 10:49:01 1 0.05 0.00 0.00 0.00 0.02 99.93 13:50:31 10:49:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 10:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:49:01 4 0.07 0.00 0.03 0.00 0.02 99.88 13:50:31 10:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:49:01 6 0.07 0.00 0.00 0.00 0.02 99.92 13:50:31 10:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:50:01 all 0.06 0.00 0.01 0.00 0.00 99.92 13:50:31 10:50:01 0 0.38 0.00 0.02 0.00 0.02 99.58 13:50:31 10:50:01 1 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 10:50:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 10:50:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 10:50:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:50:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:50:01 7 0.02 0.00 0.02 0.02 0.00 99.95 13:50:31 10:51:01 all 0.19 0.00 0.09 0.01 0.01 99.71 13:50:31 10:51:01 0 0.68 0.00 0.07 0.02 0.02 99.22 13:50:31 10:51:01 1 0.58 0.00 0.13 0.02 0.02 99.25 13:50:31 10:51:01 2 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 10:51:01 3 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 10:51:01 4 0.07 0.00 0.08 0.00 0.02 99.83 13:50:31 10:51:01 5 0.02 0.00 0.03 0.02 0.00 99.93 13:50:31 10:51:01 6 0.07 0.00 0.27 0.00 0.02 99.65 13:50:31 10:51:01 7 0.02 0.00 0.05 0.00 0.02 99.92 13:50:31 10:52:01 all 0.09 0.00 0.01 0.00 0.01 99.90 13:50:31 10:52:01 0 0.58 0.00 0.00 0.00 0.02 99.40 13:50:31 10:52:01 1 0.03 0.00 0.00 0.03 0.00 99.93 13:50:31 10:52:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 10:52:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:52:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 10:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:52:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 10:52:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 10:53:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:50:31 10:53:01 0 0.03 0.00 0.02 0.02 0.03 99.90 13:50:31 10:53:01 1 0.07 0.00 0.03 0.02 0.02 99.87 13:50:31 10:53:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:53:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:53:01 4 0.05 0.00 0.02 0.00 0.03 99.90 13:50:31 10:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:53:01 6 0.07 0.00 0.02 0.00 0.02 99.90 13:50:31 10:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:54:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:50:31 10:54:01 0 0.07 0.00 0.03 0.03 0.02 99.85 13:50:31 10:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:54:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 10:54:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 10:54:01 4 0.05 0.00 0.00 0.00 0.02 99.93 13:50:31 10:54:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:54:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:54:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 10:55:01 all 0.05 0.00 0.02 0.00 0.01 99.92 13:50:31 10:55:01 0 0.12 0.00 0.02 0.00 0.02 99.85 13:50:31 10:55:01 1 0.03 0.00 0.00 0.02 0.02 99.93 13:50:31 10:55:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:55:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 10:55:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 10:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:55:01 6 0.15 0.00 0.05 0.00 0.02 99.78 13:50:31 10:55:01 7 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 10:56:01 all 0.26 0.00 0.01 0.00 0.00 99.72 13:50:31 10:56:01 0 0.00 0.00 0.02 0.02 0.00 99.97 13:50:31 10:56:01 1 0.03 0.00 0.00 0.02 0.00 99.95 13:50:31 10:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:56:01 3 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 10:56:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 10:56:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:56:01 6 1.97 0.00 0.03 0.00 0.02 97.98 13:50:31 10:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:57:01 all 0.12 0.00 0.01 0.00 0.01 99.86 13:50:31 10:57:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 10:57:01 1 0.07 0.00 0.03 0.02 0.02 99.87 13:50:31 10:57:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 10:57:01 3 0.03 0.00 0.02 0.00 0.03 99.92 13:50:31 10:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 10:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:57:01 6 0.76 0.00 0.05 0.00 0.00 99.19 13:50:31 10:57:01 7 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 13:50:31 10:57:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 10:58:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:50:31 10:58:01 0 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 10:58:01 1 0.03 0.00 0.00 0.02 0.02 99.93 13:50:31 10:58:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:58:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 10:58:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:58:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:58:01 6 0.23 0.00 0.03 0.00 0.02 99.72 13:50:31 10:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:59:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:50:31 10:59:01 0 0.02 0.00 0.02 0.02 0.02 99.93 13:50:31 10:59:01 1 0.12 0.00 0.03 0.00 0.02 99.83 13:50:31 10:59:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 10:59:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 10:59:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 10:59:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 10:59:01 6 0.08 0.00 0.00 0.00 0.02 99.90 13:50:31 10:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:00:01 all 0.02 0.00 0.02 0.00 0.01 99.94 13:50:31 11:00:01 0 0.02 0.00 0.02 0.02 0.02 99.93 13:50:31 11:00:01 1 0.07 0.00 0.03 0.02 0.00 99.88 13:50:31 11:00:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:00:01 3 0.03 0.00 0.07 0.00 0.03 99.87 13:50:31 11:00:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:00:01 5 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 11:00:01 6 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 11:00:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 11:01:01 all 0.04 0.00 0.01 0.00 0.01 99.94 13:50:31 11:01:01 0 0.12 0.00 0.00 0.02 0.02 99.85 13:50:31 11:01:01 1 0.02 0.00 0.02 0.02 0.02 99.93 13:50:31 11:01:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:01:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 11:01:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 11:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:01:01 6 0.18 0.00 0.00 0.00 0.02 99.80 13:50:31 11:01:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:02:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:50:31 11:02:01 0 0.00 0.00 0.00 0.02 0.02 99.97 13:50:31 11:02:01 1 0.03 0.00 0.03 0.02 0.02 99.90 13:50:31 11:02:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 11:02:01 3 0.02 0.00 0.05 0.00 0.03 99.90 13:50:31 11:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:02:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:02:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:03:01 all 0.10 0.00 0.02 0.00 0.00 99.88 13:50:31 11:03:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:03:01 1 0.10 0.00 0.02 0.00 0.00 99.88 13:50:31 11:03:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:03:01 3 0.07 0.00 0.03 0.00 0.02 99.88 13:50:31 11:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:03:01 6 0.60 0.00 0.05 0.00 0.02 99.33 13:50:31 11:03:01 7 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 11:04:01 all 0.20 0.00 0.02 0.00 0.01 99.77 13:50:31 11:04:01 0 0.02 0.00 0.00 0.02 0.02 99.95 13:50:31 11:04:01 1 0.05 0.00 0.03 0.02 0.02 99.88 13:50:31 11:04:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 11:04:01 3 0.05 0.00 0.05 0.00 0.03 99.87 13:50:31 11:04:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 11:04:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 11:04:01 6 1.32 0.00 0.00 0.00 0.00 98.68 13:50:31 11:04:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 11:05:01 all 0.29 0.00 0.01 0.00 0.01 99.68 13:50:31 11:05:01 0 0.03 0.00 0.00 0.02 0.00 99.95 13:50:31 11:05:01 1 0.15 0.00 0.03 0.02 0.02 99.78 13:50:31 11:05:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:05:01 3 0.08 0.00 0.03 0.00 0.02 99.87 13:50:31 11:05:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:05:01 6 2.02 0.00 0.00 0.00 0.02 97.97 13:50:31 11:05:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 11:06:01 all 0.04 0.00 0.02 0.00 0.01 99.94 13:50:31 11:06:01 0 0.00 0.00 0.03 0.00 0.02 99.95 13:50:31 11:06:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 11:06:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 11:06:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 11:06:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:06:01 5 0.00 0.00 0.05 0.00 0.00 99.95 13:50:31 11:06:01 6 0.20 0.00 0.02 0.00 0.02 99.77 13:50:31 11:06:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:07:01 all 0.03 0.00 0.01 0.01 0.00 99.95 13:50:31 11:07:01 0 0.02 0.00 0.02 0.02 0.00 99.95 13:50:31 11:07:01 1 0.10 0.00 0.02 0.02 0.00 99.87 13:50:31 11:07:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 11:07:01 3 0.07 0.00 0.02 0.03 0.00 99.88 13:50:31 11:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:07:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:07:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 11:07:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:08:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:50:31 11:08:01 0 0.02 0.00 0.00 0.02 0.00 99.97 13:50:31 11:08:01 1 0.05 0.00 0.03 0.00 0.02 99.90 13:50:31 11:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:08:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:08:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:08:01 6 0.02 0.00 0.03 0.00 0.03 99.92 13:50:31 11:08:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 13:50:31 11:08:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 11:09:01 all 0.02 0.00 0.00 0.00 0.00 99.97 13:50:31 11:09:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 11:09:01 1 0.07 0.00 0.00 0.02 0.00 99.92 13:50:31 11:09:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:09:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 11:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:09:01 7 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 11:10:01 all 0.02 0.00 0.01 0.01 0.00 99.96 13:50:31 11:10:01 0 0.05 0.00 0.02 0.05 0.02 99.87 13:50:31 11:10:01 1 0.05 0.00 0.00 0.02 0.00 99.93 13:50:31 11:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:10:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 11:10:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:10:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 11:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:11:01 all 0.03 0.00 0.02 0.01 0.01 99.95 13:50:31 11:11:01 0 0.05 0.00 0.03 0.00 0.02 99.90 13:50:31 11:11:01 1 0.07 0.00 0.03 0.03 0.02 99.85 13:50:31 11:11:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:11:01 3 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 11:11:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:11:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:11:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:11:01 7 0.00 0.00 0.02 0.02 0.00 99.97 13:50:31 11:12:01 all 0.02 0.00 0.02 0.02 0.01 99.93 13:50:31 11:12:01 0 0.03 0.00 0.03 0.02 0.02 99.90 13:50:31 11:12:01 1 0.07 0.00 0.02 0.07 0.00 99.85 13:50:31 11:12:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 11:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:12:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 11:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:12:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 11:12:01 7 0.02 0.00 0.03 0.08 0.02 99.85 13:50:31 11:13:01 all 0.03 0.00 0.01 0.02 0.01 99.94 13:50:31 11:13:01 0 0.03 0.00 0.03 0.03 0.02 99.88 13:50:31 11:13:01 1 0.08 0.00 0.02 0.12 0.02 99.77 13:50:31 11:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:13:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 11:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:13:01 6 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 11:13:01 7 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 11:14:01 all 0.03 0.00 0.01 0.00 0.00 99.96 13:50:31 11:14:01 0 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 11:14:01 1 0.03 0.00 0.02 0.02 0.00 99.93 13:50:31 11:14:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:14:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:14:01 6 0.08 0.00 0.02 0.00 0.00 99.90 13:50:31 11:14:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:15:01 all 0.15 0.00 0.01 0.01 0.01 99.82 13:50:31 11:15:01 0 0.08 0.00 0.02 0.02 0.02 99.87 13:50:31 11:15:01 1 0.05 0.00 0.03 0.05 0.02 99.85 13:50:31 11:15:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 11:15:01 3 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 11:15:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:15:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:15:01 6 0.98 0.00 0.02 0.00 0.02 98.99 13:50:31 11:15:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:16:01 all 0.01 0.00 0.01 0.00 0.00 99.97 13:50:31 11:16:01 0 0.02 0.00 0.07 0.00 0.02 99.90 13:50:31 11:16:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:16:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 11:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:16:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:16:01 7 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 11:17:01 all 0.03 0.00 0.01 0.01 0.01 99.95 13:50:31 11:17:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 11:17:01 1 0.08 0.00 0.00 0.07 0.00 99.85 13:50:31 11:17:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 11:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:17:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 11:17:01 7 0.03 0.00 0.02 0.02 0.02 99.92 13:50:31 11:18:01 all 0.02 0.00 0.01 0.01 0.01 99.96 13:50:31 11:18:01 0 0.05 0.00 0.02 0.03 0.02 99.88 13:50:31 11:18:01 1 0.03 0.00 0.03 0.02 0.02 99.90 13:50:31 11:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:18:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 11:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:18:01 5 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 11:18:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:18:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:19:01 all 0.03 0.00 0.01 0.06 0.01 99.90 13:50:31 11:19:01 0 0.07 0.00 0.00 0.15 0.00 99.78 13:50:31 11:19:01 1 0.03 0.00 0.07 0.30 0.02 99.58 13:50:31 11:19:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 11:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:19:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:19:01 6 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 11:19:01 7 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 13:50:31 11:19:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 11:20:01 all 0.01 0.00 0.01 0.01 0.00 99.96 13:50:31 11:20:01 0 0.00 0.00 0.02 0.02 0.02 99.95 13:50:31 11:20:01 1 0.03 0.00 0.02 0.08 0.00 99.87 13:50:31 11:20:01 2 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 11:20:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 11:20:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:20:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:20:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:20:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:21:01 all 0.03 0.00 0.01 0.02 0.00 99.93 13:50:31 11:21:01 0 0.05 0.00 0.02 0.15 0.00 99.78 13:50:31 11:21:01 1 0.05 0.00 0.07 0.02 0.02 99.85 13:50:31 11:21:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:21:01 3 0.10 0.00 0.02 0.00 0.00 99.88 13:50:31 11:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:21:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:22:01 all 0.01 0.00 0.01 0.03 0.01 99.94 13:50:31 11:22:01 0 0.02 0.00 0.02 0.02 0.00 99.95 13:50:31 11:22:01 1 0.05 0.00 0.05 0.20 0.03 99.67 13:50:31 11:22:01 2 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 11:22:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 11:22:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:22:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:22:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:23:01 all 0.02 0.00 0.01 0.02 0.00 99.94 13:50:31 11:23:01 0 0.00 0.00 0.00 0.05 0.00 99.95 13:50:31 11:23:01 1 0.08 0.00 0.03 0.08 0.00 99.80 13:50:31 11:23:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 11:23:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 11:23:01 4 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 11:23:01 5 0.00 0.00 0.00 0.03 0.00 99.97 13:50:31 11:23:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 11:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:24:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:50:31 11:24:01 0 0.02 0.00 0.02 0.02 0.02 99.93 13:50:31 11:24:01 1 0.08 0.00 0.05 0.02 0.02 99.83 13:50:31 11:24:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 11:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:24:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:24:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:24:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:25:01 all 0.03 0.00 0.01 0.01 0.00 99.95 13:50:31 11:25:01 0 0.05 0.00 0.00 0.08 0.00 99.87 13:50:31 11:25:01 1 0.07 0.00 0.02 0.02 0.02 99.88 13:50:31 11:25:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:25:01 3 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 11:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:26:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:50:31 11:26:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:26:01 1 0.07 0.00 0.07 0.02 0.02 99.83 13:50:31 11:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:26:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 11:26:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 11:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:26:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:27:01 all 0.04 0.00 0.02 0.00 0.01 99.93 13:50:31 11:27:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 11:27:01 1 0.17 0.00 0.05 0.00 0.02 99.77 13:50:31 11:27:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:27:01 3 0.03 0.00 0.02 0.02 0.00 99.93 13:50:31 11:27:01 4 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 11:27:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:27:01 6 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 11:27:01 7 0.00 0.00 0.02 0.02 0.02 99.95 13:50:31 11:28:01 all 0.02 0.00 0.01 0.00 0.01 99.97 13:50:31 11:28:01 0 0.03 0.00 0.02 0.02 0.02 99.92 13:50:31 11:28:01 1 0.07 0.00 0.02 0.02 0.02 99.88 13:50:31 11:28:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 11:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:28:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:29:01 all 0.04 0.00 0.01 0.00 0.01 99.95 13:50:31 11:29:01 0 0.10 0.00 0.02 0.00 0.00 99.88 13:50:31 11:29:01 1 0.10 0.00 0.03 0.00 0.02 99.85 13:50:31 11:29:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:29:01 3 0.07 0.00 0.00 0.00 0.02 99.92 13:50:31 11:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:29:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:29:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 11:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:30:01 all 0.10 0.00 0.01 0.00 0.00 99.88 13:50:31 11:30:01 0 0.05 0.00 0.02 0.00 0.03 99.90 13:50:31 11:30:01 1 0.03 0.00 0.03 0.02 0.00 99.92 13:50:31 11:30:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:30:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:30:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:30:01 6 0.71 0.00 0.00 0.00 0.00 99.29 13:50:31 11:30:01 7 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 13:50:31 11:30:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 11:31:01 all 0.25 0.00 0.01 0.00 0.01 99.72 13:50:31 11:31:01 0 0.08 0.00 0.05 0.02 0.02 99.83 13:50:31 11:31:01 1 0.00 0.00 0.02 0.02 0.02 99.95 13:50:31 11:31:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 11:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:31:01 4 0.07 0.00 0.00 0.00 0.00 99.93 13:50:31 11:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:31:01 6 1.84 0.00 0.02 0.00 0.00 98.14 13:50:31 11:31:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 11:32:01 all 0.12 0.00 0.02 0.01 0.01 99.84 13:50:31 11:32:01 0 0.03 0.00 0.05 0.00 0.03 99.88 13:50:31 11:32:01 1 0.10 0.00 0.05 0.05 0.00 99.80 13:50:31 11:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:32:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 11:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:32:01 6 0.76 0.00 0.05 0.00 0.02 99.17 13:50:31 11:32:01 7 0.00 0.00 0.03 0.02 0.00 99.95 13:50:31 11:33:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:50:31 11:33:01 0 0.07 0.00 0.02 0.02 0.03 99.87 13:50:31 11:33:01 1 0.07 0.00 0.00 0.02 0.02 99.90 13:50:31 11:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:33:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:33:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:33:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:33:01 6 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 11:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:34:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:50:31 11:34:01 0 0.03 0.00 0.02 0.00 0.03 99.92 13:50:31 11:34:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 11:34:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 11:34:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 11:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:34:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:35:01 all 0.03 0.00 0.01 0.00 0.00 99.95 13:50:31 11:35:01 0 0.02 0.00 0.03 0.02 0.02 99.92 13:50:31 11:35:01 1 0.08 0.00 0.02 0.02 0.02 99.87 13:50:31 11:35:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:35:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 11:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:35:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:35:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:35:01 7 0.07 0.00 0.00 0.00 0.00 99.93 13:50:31 11:36:01 all 0.04 0.00 0.01 0.00 0.01 99.93 13:50:31 11:36:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 11:36:01 1 0.05 0.00 0.03 0.02 0.00 99.90 13:50:31 11:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:36:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 11:36:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 11:36:01 5 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 11:36:01 6 0.15 0.00 0.02 0.00 0.02 99.82 13:50:31 11:36:01 7 0.00 0.00 0.02 0.02 0.02 99.95 13:50:31 11:37:01 all 0.16 0.00 0.03 0.00 0.00 99.80 13:50:31 11:37:01 0 0.10 0.00 0.05 0.00 0.02 99.83 13:50:31 11:37:01 1 0.17 0.00 0.03 0.02 0.00 99.78 13:50:31 11:37:01 2 0.03 0.00 0.08 0.00 0.00 99.88 13:50:31 11:37:01 3 0.17 0.00 0.00 0.00 0.00 99.83 13:50:31 11:37:01 4 0.05 0.00 0.05 0.00 0.02 99.88 13:50:31 11:37:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:37:01 6 0.72 0.00 0.02 0.00 0.00 99.27 13:50:31 11:37:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:38:01 all 0.26 0.00 0.01 0.00 0.01 99.72 13:50:31 11:38:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 11:38:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 11:38:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 11:38:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 11:38:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:38:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:38:01 6 1.97 0.00 0.02 0.00 0.00 98.01 13:50:31 11:38:01 7 0.02 0.00 0.00 0.02 0.00 99.97 13:50:31 11:39:01 all 0.27 0.00 0.03 0.00 0.01 99.69 13:50:31 11:39:01 0 0.07 0.00 0.02 0.00 0.02 99.90 13:50:31 11:39:01 1 0.18 0.00 0.05 0.02 0.00 99.75 13:50:31 11:39:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:39:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 11:39:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:39:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:39:01 6 1.82 0.00 0.07 0.00 0.02 98.09 13:50:31 11:39:01 7 0.02 0.00 0.02 0.00 0.03 99.93 13:50:31 11:40:01 all 0.03 0.00 0.01 0.00 0.00 99.95 13:50:31 11:40:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:40:01 1 0.07 0.00 0.02 0.00 0.02 99.90 13:50:31 11:40:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:40:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:40:01 6 0.12 0.00 0.05 0.00 0.00 99.83 13:50:31 11:40:01 7 0.03 0.00 0.02 0.02 0.02 99.92 13:50:31 11:41:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:50:31 11:41:01 0 0.00 0.00 0.00 0.02 0.02 99.97 13:50:31 11:41:01 1 0.10 0.00 0.05 0.00 0.00 99.85 13:50:31 11:41:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:41:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 11:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:41:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 11:41:01 7 0.07 0.00 0.03 0.00 0.02 99.88 13:50:31 13:50:31 11:41:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 11:42:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:50:31 11:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:42:01 1 0.05 0.00 0.00 0.02 0.02 99.92 13:50:31 11:42:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 11:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:42:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:42:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 11:42:01 7 0.00 0.00 0.02 0.02 0.02 99.95 13:50:31 11:43:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:50:31 11:43:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 11:43:01 1 0.08 0.00 0.02 0.02 0.00 99.88 13:50:31 11:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:43:01 3 0.08 0.00 0.02 0.00 0.02 99.88 13:50:31 11:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:43:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:43:01 7 0.03 0.00 0.02 0.02 0.03 99.90 13:50:31 11:44:01 all 0.01 0.00 0.02 0.00 0.00 99.97 13:50:31 11:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 11:44:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 11:44:01 2 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 11:44:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:44:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:44:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:44:01 7 0.00 0.00 0.03 0.02 0.00 99.95 13:50:31 11:45:01 all 0.04 0.00 0.01 0.00 0.01 99.94 13:50:31 11:45:01 0 0.07 0.00 0.00 0.00 0.00 99.93 13:50:31 11:45:01 1 0.10 0.00 0.02 0.02 0.00 99.87 13:50:31 11:45:01 2 0.05 0.00 0.00 0.00 0.02 99.93 13:50:31 11:45:01 3 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 11:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:45:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 11:45:01 7 0.02 0.00 0.03 0.00 0.03 99.92 13:50:31 11:46:01 all 0.01 0.00 0.01 0.01 0.00 99.97 13:50:31 11:46:01 0 0.00 0.00 0.00 0.02 0.02 99.97 13:50:31 11:46:01 1 0.05 0.00 0.03 0.02 0.00 99.90 13:50:31 11:46:01 2 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 11:46:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:46:01 6 0.02 0.00 0.02 0.02 0.00 99.95 13:50:31 11:46:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 11:47:02 all 0.04 0.00 0.01 0.00 0.01 99.95 13:50:31 11:47:02 0 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 11:47:02 1 0.07 0.00 0.02 0.00 0.02 99.90 13:50:31 11:47:02 2 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 11:47:02 3 0.07 0.00 0.00 0.00 0.00 99.93 13:50:31 11:47:02 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:47:02 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:47:02 6 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 11:47:02 7 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 11:48:01 all 0.01 0.00 0.01 0.01 0.00 99.97 13:50:31 11:48:01 0 0.02 0.00 0.02 0.03 0.02 99.92 13:50:31 11:48:01 1 0.05 0.00 0.02 0.02 0.00 99.92 13:50:31 11:48:01 2 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 11:48:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 11:48:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:49:01 all 0.03 0.00 0.01 0.00 0.00 99.95 13:50:31 11:49:01 0 0.05 0.00 0.03 0.00 0.00 99.92 13:50:31 11:49:01 1 0.07 0.00 0.03 0.00 0.02 99.88 13:50:31 11:49:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 11:49:01 3 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 11:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:49:01 6 0.03 0.00 0.02 0.02 0.00 99.93 13:50:31 11:49:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 11:50:01 all 0.02 0.00 0.02 0.01 0.01 99.95 13:50:31 11:50:01 0 0.02 0.00 0.03 0.03 0.02 99.90 13:50:31 11:50:01 1 0.02 0.00 0.05 0.02 0.00 99.92 13:50:31 11:50:01 2 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 11:50:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 11:50:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 11:50:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:50:01 6 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 11:50:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:51:01 all 0.03 0.00 0.00 0.00 0.01 99.96 13:50:31 11:51:01 0 0.07 0.00 0.02 0.00 0.03 99.88 13:50:31 11:51:01 1 0.08 0.00 0.00 0.00 0.02 99.90 13:50:31 11:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:51:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:51:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 11:51:01 7 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 11:52:01 all 0.02 0.00 0.01 0.01 0.01 99.95 13:50:31 11:52:01 0 0.07 0.00 0.03 0.02 0.02 99.87 13:50:31 11:52:01 1 0.03 0.00 0.02 0.03 0.00 99.92 13:50:31 11:52:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 11:52:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 11:52:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:52:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:52:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:52:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 13:50:31 11:52:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 11:53:01 all 0.03 0.00 0.00 0.00 0.01 99.96 13:50:31 11:53:01 0 0.07 0.00 0.02 0.00 0.02 99.90 13:50:31 11:53:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 11:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:53:01 3 0.07 0.00 0.00 0.00 0.00 99.93 13:50:31 11:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:53:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 11:53:01 7 0.05 0.00 0.00 0.00 0.02 99.93 13:50:31 11:54:01 all 0.21 0.00 0.02 0.00 0.00 99.76 13:50:31 11:54:01 0 0.05 0.00 0.05 0.02 0.02 99.87 13:50:31 11:54:01 1 0.03 0.00 0.02 0.02 0.00 99.93 13:50:31 11:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:54:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:54:01 5 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 11:54:01 6 1.55 0.00 0.00 0.00 0.00 98.45 13:50:31 11:54:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 11:55:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:50:31 11:55:01 0 0.07 0.00 0.05 0.00 0.02 99.87 13:50:31 11:55:01 1 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 11:55:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 11:55:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 11:55:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:55:01 6 0.10 0.00 0.00 0.00 0.00 99.90 13:50:31 11:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:56:01 all 0.03 0.00 0.01 0.00 0.00 99.96 13:50:31 11:56:01 0 0.07 0.00 0.03 0.02 0.00 99.88 13:50:31 11:56:01 1 0.03 0.00 0.00 0.02 0.00 99.95 13:50:31 11:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:56:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:56:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:56:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 11:56:01 7 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 11:57:01 all 0.11 0.00 0.01 0.00 0.01 99.87 13:50:31 11:57:01 0 0.12 0.00 0.03 0.02 0.02 99.82 13:50:31 11:57:01 1 0.05 0.00 0.03 0.00 0.02 99.90 13:50:31 11:57:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:57:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:57:01 6 0.58 0.00 0.00 0.00 0.00 99.42 13:50:31 11:57:01 7 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 11:58:01 all 0.09 0.00 0.01 0.00 0.01 99.89 13:50:31 11:58:01 0 0.07 0.00 0.03 0.02 0.03 99.85 13:50:31 11:58:01 1 0.02 0.00 0.02 0.02 0.00 99.95 13:50:31 11:58:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 11:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:58:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:58:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:58:01 6 0.58 0.00 0.00 0.00 0.02 99.40 13:50:31 11:58:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 11:59:01 all 0.06 0.00 0.01 0.00 0.00 99.92 13:50:31 11:59:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 11:59:01 1 0.13 0.00 0.02 0.00 0.00 99.85 13:50:31 11:59:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 11:59:01 3 0.28 0.00 0.03 0.00 0.02 99.67 13:50:31 11:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 11:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 11:59:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 12:00:01 all 0.02 0.00 0.01 0.01 0.01 99.95 13:50:31 12:00:01 0 0.05 0.00 0.03 0.07 0.02 99.83 13:50:31 12:00:01 1 0.03 0.00 0.02 0.02 0.02 99.92 13:50:31 12:00:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 12:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:00:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:00:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:00:01 7 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 12:01:01 all 0.04 0.00 0.01 0.00 0.00 99.95 13:50:31 12:01:01 0 0.07 0.00 0.02 0.02 0.02 99.88 13:50:31 12:01:01 1 0.10 0.00 0.02 0.00 0.00 99.88 13:50:31 12:01:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:01:01 3 0.07 0.00 0.00 0.00 0.00 99.93 13:50:31 12:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:01:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 12:01:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:02:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:50:31 12:02:01 0 0.05 0.00 0.05 0.02 0.02 99.87 13:50:31 12:02:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 12:02:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:02:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 12:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:02:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:02:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 12:02:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 12:03:01 all 0.04 0.00 0.02 0.00 0.01 99.93 13:50:31 12:03:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 12:03:01 1 0.10 0.00 0.05 0.02 0.02 99.82 13:50:31 12:03:01 2 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 12:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:03:01 6 0.08 0.00 0.05 0.00 0.02 99.85 13:50:31 12:03:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 13:50:31 12:03:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 12:04:01 all 0.02 0.00 0.02 0.00 0.00 99.95 13:50:31 12:04:01 0 0.02 0.00 0.03 0.02 0.00 99.93 13:50:31 12:04:01 1 0.05 0.00 0.03 0.02 0.00 99.90 13:50:31 12:04:01 2 0.00 0.00 0.03 0.00 0.02 99.95 13:50:31 12:04:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:04:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:04:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:04:01 6 0.07 0.00 0.02 0.00 0.02 99.90 13:50:31 12:04:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:05:01 all 0.03 0.00 0.01 0.00 0.00 99.96 13:50:31 12:05:01 0 0.07 0.00 0.00 0.02 0.02 99.90 13:50:31 12:05:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:05:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 12:05:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 12:05:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:05:01 5 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 12:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:05:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 12:06:01 all 0.02 0.00 0.00 0.00 0.01 99.97 13:50:31 12:06:01 0 0.02 0.00 0.00 0.02 0.00 99.97 13:50:31 12:06:01 1 0.05 0.00 0.00 0.02 0.00 99.93 13:50:31 12:06:01 2 0.02 0.00 0.02 0.00 0.03 99.93 13:50:31 12:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:06:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:06:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 12:06:01 7 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 12:07:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:50:31 12:07:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 12:07:01 1 0.07 0.00 0.02 0.00 0.02 99.90 13:50:31 12:07:01 2 0.05 0.00 0.05 0.00 0.02 99.88 13:50:31 12:07:01 3 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 12:07:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:07:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:07:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:07:01 7 0.03 0.00 0.03 0.02 0.00 99.92 13:50:31 12:08:01 all 0.03 0.00 0.03 0.01 0.01 99.93 13:50:31 12:08:01 0 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 12:08:01 1 0.03 0.00 0.05 0.03 0.00 99.88 13:50:31 12:08:01 2 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 12:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:08:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 12:08:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:08:01 6 0.12 0.00 0.07 0.00 0.00 99.82 13:50:31 12:08:01 7 0.02 0.00 0.02 0.02 0.02 99.93 13:50:31 12:09:01 all 0.04 0.00 0.01 0.00 0.00 99.94 13:50:31 12:09:01 0 0.02 0.00 0.03 0.02 0.02 99.92 13:50:31 12:09:01 1 0.08 0.00 0.03 0.02 0.00 99.87 13:50:31 12:09:01 2 0.07 0.00 0.03 0.00 0.02 99.88 13:50:31 12:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:09:01 6 0.07 0.00 0.00 0.00 0.00 99.93 13:50:31 12:09:01 7 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 12:10:01 all 0.06 0.00 0.02 0.01 0.01 99.90 13:50:31 12:10:01 0 0.07 0.00 0.03 0.02 0.02 99.87 13:50:31 12:10:01 1 0.05 0.00 0.02 0.03 0.00 99.90 13:50:31 12:10:01 2 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 12:10:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:10:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:10:01 6 0.32 0.00 0.03 0.00 0.02 99.63 13:50:31 12:10:01 7 0.05 0.00 0.03 0.00 0.02 99.90 13:50:31 12:11:01 all 0.27 0.00 0.01 0.00 0.00 99.72 13:50:31 12:11:01 0 0.05 0.00 0.05 0.00 0.02 99.88 13:50:31 12:11:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 12:11:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 12:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:11:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:11:01 6 1.99 0.00 0.00 0.00 0.00 98.01 13:50:31 12:11:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:12:01 all 0.09 0.00 0.02 0.01 0.01 99.88 13:50:31 12:12:01 0 0.05 0.00 0.07 0.02 0.02 99.85 13:50:31 12:12:01 1 0.03 0.00 0.02 0.02 0.00 99.93 13:50:31 12:12:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:12:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 12:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:12:01 6 0.56 0.00 0.02 0.00 0.02 99.40 13:50:31 12:12:01 7 0.05 0.00 0.02 0.02 0.00 99.92 13:50:31 12:13:01 all 0.03 0.00 0.01 0.00 0.01 99.96 13:50:31 12:13:01 0 0.05 0.00 0.00 0.00 0.03 99.92 13:50:31 12:13:01 1 0.05 0.00 0.02 0.02 0.00 99.92 13:50:31 12:13:01 2 0.05 0.00 0.00 0.00 0.02 99.93 13:50:31 12:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:13:01 4 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 12:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:13:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 12:14:01 all 0.00 0.00 0.01 0.01 0.00 99.97 13:50:31 12:14:01 0 0.02 0.00 0.05 0.05 0.02 99.87 13:50:31 12:14:01 1 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 12:14:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:14:01 5 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 12:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:50:31 12:14:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 12:15:01 all 0.05 0.00 0.01 0.00 0.00 99.93 13:50:31 12:15:01 0 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 12:15:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 12:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:15:01 3 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 12:15:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:15:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:15:01 6 0.22 0.00 0.02 0.00 0.02 99.75 13:50:31 12:15:01 7 0.03 0.00 0.03 0.02 0.00 99.92 13:50:31 12:16:01 all 0.08 0.00 0.01 0.00 0.01 99.90 13:50:31 12:16:01 0 0.00 0.00 0.00 0.02 0.02 99.97 13:50:31 12:16:01 1 0.05 0.00 0.02 0.02 0.00 99.92 13:50:31 12:16:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 12:16:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 12:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:16:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:16:01 6 0.56 0.00 0.00 0.00 0.00 99.44 13:50:31 12:16:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 12:17:01 all 0.23 0.00 0.01 0.00 0.01 99.75 13:50:31 12:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:17:01 1 0.07 0.00 0.00 0.00 0.02 99.92 13:50:31 12:17:01 2 0.07 0.00 0.03 0.00 0.02 99.88 13:50:31 12:17:01 3 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 12:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:17:01 6 1.60 0.00 0.03 0.00 0.00 98.37 13:50:31 12:17:01 7 0.03 0.00 0.00 0.02 0.00 99.95 13:50:31 12:18:01 all 0.26 0.00 0.01 0.00 0.01 99.72 13:50:31 12:18:01 0 0.05 0.00 0.02 0.00 0.03 99.90 13:50:31 12:18:01 1 0.00 0.00 0.03 0.02 0.00 99.95 13:50:31 12:18:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:18:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:18:01 6 1.99 0.00 0.00 0.00 0.02 98.00 13:50:31 12:18:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:19:01 all 0.03 0.00 0.01 0.00 0.01 99.96 13:50:31 12:19:01 0 0.05 0.00 0.03 0.02 0.02 99.88 13:50:31 12:19:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:19:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 12:19:01 3 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 12:19:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:19:01 6 0.08 0.00 0.00 0.00 0.00 99.92 13:50:31 12:19:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 12:20:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:50:31 12:20:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 12:20:01 1 0.03 0.00 0.03 0.02 0.00 99.92 13:50:31 12:20:01 2 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 12:20:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 12:20:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 12:20:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:20:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:20:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:21:01 all 0.03 0.00 0.01 0.00 0.01 99.96 13:50:31 12:21:01 0 0.05 0.00 0.03 0.02 0.02 99.88 13:50:31 12:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:21:01 2 0.07 0.00 0.00 0.00 0.00 99.93 13:50:31 12:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:21:01 6 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 12:21:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 12:22:01 all 0.01 0.00 0.01 0.01 0.01 99.96 13:50:31 12:22:01 0 0.05 0.00 0.00 0.02 0.02 99.92 13:50:31 12:22:01 1 0.02 0.00 0.02 0.02 0.02 99.93 13:50:31 12:22:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 12:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:22:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:22:01 7 0.03 0.00 0.02 0.02 0.00 99.93 13:50:31 12:23:01 all 0.02 0.00 0.01 0.00 0.00 99.96 13:50:31 12:23:01 0 0.00 0.00 0.03 0.00 0.03 99.93 13:50:31 12:23:01 1 0.05 0.00 0.00 0.02 0.00 99.93 13:50:31 12:23:01 2 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 12:23:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:23:01 4 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 12:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:23:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 12:24:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:50:31 12:24:01 0 0.02 0.00 0.03 0.03 0.02 99.90 13:50:31 12:24:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:24:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 12:24:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 12:24:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:24:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 12:25:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:50:31 12:25:01 0 0.03 0.00 0.00 0.02 0.02 99.93 13:50:31 12:25:01 1 0.07 0.00 0.02 0.02 0.02 99.88 13:50:31 12:25:01 2 0.08 0.00 0.00 0.00 0.00 99.92 13:50:31 12:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:25:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:25:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 12:25:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 13:50:31 12:25:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 12:26:01 all 0.01 0.00 0.01 0.01 0.00 99.96 13:50:31 12:26:01 0 0.02 0.00 0.03 0.00 0.02 99.93 13:50:31 12:26:01 1 0.00 0.00 0.02 0.12 0.00 99.87 13:50:31 12:26:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:26:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:26:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 12:27:01 all 0.05 0.00 0.02 0.00 0.01 99.92 13:50:31 12:27:01 0 0.03 0.00 0.05 0.02 0.03 99.87 13:50:31 12:27:01 1 0.05 0.00 0.05 0.02 0.00 99.88 13:50:31 12:27:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:27:01 3 0.07 0.00 0.00 0.00 0.02 99.92 13:50:31 12:27:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 12:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:27:01 6 0.18 0.00 0.02 0.00 0.00 99.80 13:50:31 12:27:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 12:28:01 all 0.27 0.00 0.02 0.01 0.01 99.69 13:50:31 12:28:01 0 0.02 0.00 0.03 0.02 0.03 99.90 13:50:31 12:28:01 1 0.03 0.00 0.02 0.02 0.02 99.92 13:50:31 12:28:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 12:28:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:28:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 12:28:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:28:01 6 1.98 0.00 0.00 0.00 0.00 98.02 13:50:31 12:28:01 7 0.02 0.00 0.02 0.08 0.00 99.88 13:50:31 12:29:01 all 0.29 0.00 0.01 0.00 0.00 99.69 13:50:31 12:29:01 0 0.13 0.00 0.02 0.00 0.02 99.83 13:50:31 12:29:01 1 0.05 0.00 0.02 0.02 0.00 99.92 13:50:31 12:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:29:01 4 0.13 0.00 0.00 0.00 0.00 99.87 13:50:31 12:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:29:01 6 1.95 0.00 0.00 0.00 0.00 98.05 13:50:31 12:29:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 12:30:01 all 0.20 0.00 0.02 0.00 0.01 99.76 13:50:31 12:30:01 0 0.00 0.00 0.07 0.00 0.03 99.90 13:50:31 12:30:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 12:30:01 2 0.00 0.00 0.03 0.00 0.02 99.95 13:50:31 12:30:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 12:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:30:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:30:01 6 1.52 0.00 0.05 0.00 0.02 98.42 13:50:31 12:30:01 7 0.02 0.00 0.00 0.02 0.00 99.97 13:50:31 12:31:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:50:31 12:31:01 0 0.03 0.00 0.02 0.00 0.03 99.92 13:50:31 12:31:01 1 0.08 0.00 0.02 0.02 0.00 99.88 13:50:31 12:31:01 2 0.07 0.00 0.00 0.00 0.00 99.93 13:50:31 12:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:31:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 12:32:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:50:31 12:32:01 0 0.07 0.00 0.03 0.00 0.02 99.88 13:50:31 12:32:01 1 0.03 0.00 0.02 0.02 0.02 99.92 13:50:31 12:32:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:32:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:32:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:32:01 5 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 12:32:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:32:01 7 0.05 0.00 0.00 0.02 0.00 99.93 13:50:31 12:33:01 all 0.17 0.00 0.01 0.00 0.02 99.80 13:50:31 12:33:01 0 0.07 0.00 0.02 0.00 0.02 99.90 13:50:31 12:33:01 1 0.08 0.00 0.05 0.02 0.03 99.82 13:50:31 12:33:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 12:33:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 12:33:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 12:33:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:33:01 6 1.13 0.00 0.00 0.00 0.02 98.86 13:50:31 12:33:01 7 0.02 0.00 0.03 0.00 0.02 99.93 13:50:31 12:34:01 all 0.22 0.00 0.02 0.00 0.00 99.75 13:50:31 12:34:01 0 0.05 0.00 0.03 0.00 0.00 99.92 13:50:31 12:34:01 1 0.05 0.00 0.05 0.00 0.02 99.88 13:50:31 12:34:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:34:01 3 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 12:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:34:01 6 1.60 0.00 0.00 0.00 0.00 98.40 13:50:31 12:34:01 7 0.03 0.00 0.03 0.02 0.02 99.90 13:50:31 12:35:01 all 0.03 0.00 0.00 0.00 0.00 99.96 13:50:31 12:35:01 0 0.08 0.00 0.00 0.00 0.00 99.92 13:50:31 12:35:01 1 0.07 0.00 0.02 0.02 0.02 99.88 13:50:31 12:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:35:01 3 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 12:35:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:35:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:35:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:35:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 12:36:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:50:31 12:36:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 12:36:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 12:36:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 12:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:36:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:36:01 6 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 12:36:01 7 0.03 0.00 0.02 0.02 0.00 99.93 13:50:31 13:50:31 12:36:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 12:37:01 all 0.04 0.00 0.02 0.00 0.01 99.93 13:50:31 12:37:01 0 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 12:37:01 1 0.03 0.00 0.02 0.02 0.02 99.92 13:50:31 12:37:01 2 0.10 0.00 0.02 0.00 0.00 99.88 13:50:31 12:37:01 3 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 12:37:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 12:37:01 5 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 12:37:01 6 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 12:37:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 12:38:01 all 0.04 0.00 0.03 0.00 0.01 99.92 13:50:31 12:38:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 12:38:01 1 0.12 0.00 0.07 0.00 0.02 99.80 13:50:31 12:38:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 12:38:01 3 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 12:38:01 4 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 12:38:01 5 0.03 0.00 0.08 0.00 0.00 99.88 13:50:31 12:38:01 6 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 12:38:01 7 0.03 0.00 0.03 0.02 0.00 99.92 13:50:31 12:39:01 all 0.19 0.00 0.01 0.00 0.00 99.79 13:50:31 12:39:01 0 0.05 0.00 0.02 0.02 0.00 99.92 13:50:31 12:39:01 1 0.05 0.00 0.03 0.02 0.02 99.88 13:50:31 12:39:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:39:01 3 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 12:39:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:39:01 6 1.21 0.00 0.00 0.00 0.00 98.79 13:50:31 12:39:01 7 0.07 0.00 0.03 0.00 0.02 99.88 13:50:31 12:40:01 all 0.26 0.00 0.01 0.00 0.01 99.71 13:50:31 12:40:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 12:40:01 1 0.02 0.00 0.05 0.02 0.02 99.90 13:50:31 12:40:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 12:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:40:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:40:01 6 1.97 0.00 0.00 0.00 0.02 98.01 13:50:31 12:40:01 7 0.03 0.00 0.00 0.02 0.00 99.95 13:50:31 12:41:01 all 0.14 0.00 0.01 0.00 0.01 99.85 13:50:31 12:41:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 12:41:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:41:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 12:41:01 3 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 12:41:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 12:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:41:01 6 0.94 0.00 0.00 0.00 0.00 99.06 13:50:31 12:41:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:42:01 all 0.04 0.00 0.01 0.01 0.01 99.93 13:50:31 12:42:01 0 0.05 0.00 0.05 0.07 0.03 99.80 13:50:31 12:42:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 12:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:42:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:42:01 6 0.18 0.00 0.00 0.00 0.02 99.80 13:50:31 12:42:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 12:43:01 all 0.02 0.00 0.01 0.00 0.00 99.96 13:50:31 12:43:01 0 0.07 0.00 0.00 0.02 0.02 99.90 13:50:31 12:43:01 1 0.02 0.00 0.05 0.02 0.00 99.92 13:50:31 12:43:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 12:43:01 3 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 12:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:43:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:44:01 all 0.01 0.00 0.01 0.00 0.00 99.97 13:50:31 12:44:01 0 0.03 0.00 0.03 0.02 0.02 99.90 13:50:31 12:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:44:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:44:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:44:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 12:45:01 all 0.03 0.00 0.01 0.01 0.01 99.94 13:50:31 12:45:01 0 0.05 0.00 0.00 0.02 0.02 99.92 13:50:31 12:45:01 1 0.02 0.00 0.02 0.05 0.02 99.90 13:50:31 12:45:01 2 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 12:45:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 12:45:01 4 0.07 0.00 0.00 0.00 0.02 99.92 13:50:31 12:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:45:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 12:45:01 7 0.03 0.00 0.03 0.00 0.00 99.93 13:50:31 12:46:01 all 0.01 0.00 0.01 0.00 0.00 99.98 13:50:31 12:46:01 0 0.00 0.00 0.03 0.00 0.02 99.95 13:50:31 12:46:01 1 0.03 0.00 0.02 0.03 0.00 99.92 13:50:31 12:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:46:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:46:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 12:47:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:50:31 12:47:01 0 0.02 0.00 0.02 0.02 0.03 99.92 13:50:31 12:47:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:47:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 12:47:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 12:47:01 4 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 12:47:01 5 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 12:47:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 12:47:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:50:31 12:47:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 12:48:01 all 0.26 0.00 0.02 0.00 0.00 99.72 13:50:31 12:48:01 0 0.03 0.00 0.08 0.00 0.02 99.87 13:50:31 12:48:01 1 0.02 0.00 0.00 0.02 0.02 99.95 13:50:31 12:48:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:48:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:48:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:48:01 6 1.92 0.00 0.00 0.00 0.00 98.08 13:50:31 12:48:01 7 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 12:49:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:50:31 12:49:01 0 0.12 0.00 0.02 0.02 0.03 99.82 13:50:31 12:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:49:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 12:49:01 3 0.05 0.00 0.00 0.00 0.02 99.93 13:50:31 12:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:49:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:49:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 12:49:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:50:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:50:31 12:50:01 0 0.05 0.00 0.07 0.02 0.02 99.85 13:50:31 12:50:01 1 0.02 0.00 0.02 0.02 0.00 99.95 13:50:31 12:50:01 2 0.03 0.00 0.03 0.00 0.00 99.93 13:50:31 12:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:50:01 5 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 12:50:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 12:50:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 12:51:01 all 0.12 0.00 0.02 0.03 0.01 99.82 13:50:31 12:51:01 0 0.10 0.00 0.03 0.03 0.03 99.80 13:50:31 12:51:01 1 0.00 0.00 0.00 0.20 0.02 99.78 13:50:31 12:51:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 12:51:01 3 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 12:51:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:51:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:51:01 6 0.75 0.00 0.03 0.00 0.00 99.22 13:50:31 12:51:01 7 0.05 0.00 0.03 0.00 0.00 99.92 13:50:31 12:52:01 all 0.26 0.00 0.01 0.03 0.01 99.69 13:50:31 12:52:01 0 0.03 0.00 0.03 0.02 0.03 99.88 13:50:31 12:52:01 1 0.02 0.00 0.00 0.23 0.00 99.75 13:50:31 12:52:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:52:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:52:01 6 1.97 0.00 0.00 0.00 0.00 98.03 13:50:31 12:52:01 7 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 12:53:01 all 0.06 0.00 0.01 0.00 0.01 99.92 13:50:31 12:53:01 0 0.08 0.00 0.02 0.00 0.02 99.88 13:50:31 12:53:01 1 0.03 0.00 0.03 0.02 0.00 99.92 13:50:31 12:53:01 2 0.07 0.00 0.00 0.00 0.02 99.92 13:50:31 12:53:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 12:53:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:53:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:53:01 6 0.20 0.00 0.00 0.00 0.00 99.80 13:50:31 12:53:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 12:54:02 all 0.01 0.00 0.01 0.00 0.01 99.97 13:50:31 12:54:02 0 0.02 0.00 0.05 0.02 0.03 99.88 13:50:31 12:54:02 1 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 12:54:02 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:54:02 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:54:02 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:54:02 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:54:02 6 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 12:54:02 7 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 12:55:01 all 0.03 0.00 0.01 0.03 0.01 99.92 13:50:31 12:55:01 0 0.05 0.00 0.02 0.07 0.03 99.83 13:50:31 12:55:01 1 0.02 0.00 0.02 0.17 0.00 99.80 13:50:31 12:55:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 12:55:01 3 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 12:55:01 4 0.07 0.00 0.00 0.00 0.02 99.92 13:50:31 12:55:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:55:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 12:56:01 all 0.06 0.00 0.01 0.00 0.01 99.92 13:50:31 12:56:01 0 0.05 0.00 0.02 0.02 0.00 99.92 13:50:31 12:56:01 1 0.00 0.00 0.02 0.02 0.00 99.97 13:50:31 12:56:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 12:56:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 12:56:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:56:01 6 0.35 0.00 0.00 0.00 0.02 99.63 13:50:31 12:56:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 12:57:01 all 0.14 0.00 0.01 0.01 0.00 99.83 13:50:31 12:57:01 0 0.00 0.00 0.02 0.02 0.02 99.95 13:50:31 12:57:01 1 0.02 0.00 0.00 0.10 0.00 99.88 13:50:31 12:57:01 2 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 12:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:57:01 4 0.07 0.00 0.00 0.00 0.00 99.93 13:50:31 12:57:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 12:57:01 6 0.85 0.00 0.00 0.00 0.00 99.15 13:50:31 12:57:01 7 0.08 0.00 0.05 0.00 0.02 99.85 13:50:31 12:58:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:50:31 12:58:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 12:58:01 1 0.00 0.00 0.00 0.02 0.02 99.97 13:50:31 12:58:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 12:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:58:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:58:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 12:58:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 12:58:01 7 0.05 0.00 0.03 0.00 0.03 99.88 13:50:31 13:50:31 12:58:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 12:59:01 all 0.03 0.00 0.01 0.01 0.01 99.95 13:50:31 12:59:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 12:59:01 1 0.02 0.00 0.00 0.02 0.00 99.97 13:50:31 12:59:01 2 0.02 0.00 0.02 0.02 0.00 99.95 13:50:31 12:59:01 3 0.08 0.00 0.02 0.02 0.02 99.87 13:50:31 12:59:01 4 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 12:59:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 12:59:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 12:59:01 7 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 13:00:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:50:31 13:00:01 0 0.02 0.00 0.02 0.02 0.02 99.93 13:50:31 13:00:01 1 0.02 0.00 0.03 0.00 0.02 99.93 13:50:31 13:00:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 13:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:00:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:00:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 13:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:00:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:01:01 all 0.03 0.00 0.01 0.00 0.00 99.95 13:50:31 13:01:01 0 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 13:01:01 1 0.05 0.00 0.05 0.03 0.02 99.85 13:50:31 13:01:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:01:01 4 0.07 0.00 0.00 0.00 0.00 99.93 13:50:31 13:01:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:01:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 13:02:01 all 0.01 0.00 0.01 0.01 0.00 99.96 13:50:31 13:02:01 0 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 13:02:01 1 0.03 0.00 0.03 0.03 0.02 99.88 13:50:31 13:02:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 13:02:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 13:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:02:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:02:01 7 0.03 0.00 0.00 0.02 0.00 99.95 13:50:31 13:03:01 all 0.03 0.00 0.01 0.01 0.01 99.94 13:50:31 13:03:01 0 0.10 0.00 0.03 0.05 0.02 99.80 13:50:31 13:03:01 1 0.05 0.00 0.03 0.03 0.00 99.88 13:50:31 13:03:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 13:03:01 3 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 13:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:03:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:03:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 13:03:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 13:04:01 all 0.03 0.00 0.01 0.01 0.00 99.95 13:50:31 13:04:01 0 0.05 0.00 0.02 0.02 0.02 99.90 13:50:31 13:04:01 1 0.03 0.00 0.02 0.03 0.00 99.92 13:50:31 13:04:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:04:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:04:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:04:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:04:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:04:01 7 0.10 0.00 0.00 0.00 0.02 99.88 13:50:31 13:05:01 all 0.22 0.00 0.02 0.00 0.01 99.75 13:50:31 13:05:01 0 0.05 0.00 0.03 0.00 0.02 99.90 13:50:31 13:05:01 1 0.00 0.00 0.00 0.02 0.02 99.97 13:50:31 13:05:01 2 0.07 0.00 0.02 0.00 0.02 99.90 13:50:31 13:05:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:05:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:05:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 13:05:01 6 1.52 0.00 0.02 0.00 0.00 98.47 13:50:31 13:05:01 7 0.07 0.00 0.05 0.00 0.02 99.87 13:50:31 13:06:01 all 0.14 0.00 0.01 0.00 0.01 99.84 13:50:31 13:06:01 0 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 13:06:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 13:06:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:06:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 13:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:06:01 6 1.08 0.00 0.00 0.00 0.02 98.91 13:50:31 13:06:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 13:07:01 all 0.03 0.00 0.01 0.00 0.01 99.96 13:50:31 13:07:01 0 0.03 0.00 0.00 0.02 0.02 99.93 13:50:31 13:07:01 1 0.03 0.00 0.00 0.02 0.00 99.95 13:50:31 13:07:01 2 0.05 0.00 0.00 0.00 0.02 99.93 13:50:31 13:07:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:07:01 7 0.10 0.00 0.03 0.00 0.02 99.85 13:50:31 13:08:01 all 0.01 0.00 0.01 0.00 0.00 99.97 13:50:31 13:08:01 0 0.02 0.00 0.03 0.02 0.00 99.93 13:50:31 13:08:01 1 0.02 0.00 0.02 0.02 0.00 99.95 13:50:31 13:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:08:01 7 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 13:09:01 all 0.01 0.00 0.01 0.00 0.00 99.97 13:50:31 13:09:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 13:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:09:01 2 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 13:09:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 13:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:09:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 13:50:31 13:09:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 13:10:01 all 0.17 0.00 0.01 0.00 0.01 99.80 13:50:31 13:10:01 0 0.03 0.00 0.02 0.02 0.00 99.93 13:50:31 13:10:01 1 0.07 0.00 0.00 0.02 0.02 99.90 13:50:31 13:10:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 13:10:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 13:10:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 13:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:10:01 6 1.13 0.00 0.02 0.00 0.02 98.84 13:50:31 13:10:01 7 0.08 0.00 0.02 0.00 0.03 99.87 13:50:31 13:11:01 all 0.28 0.00 0.01 0.00 0.00 99.70 13:50:31 13:11:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 13:11:01 1 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 13:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:11:01 3 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 13:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:11:01 6 1.97 0.00 0.00 0.00 0.00 98.03 13:50:31 13:11:01 7 0.13 0.00 0.03 0.00 0.02 99.82 13:50:31 13:12:01 all 0.26 0.00 0.01 0.00 0.00 99.72 13:50:31 13:12:01 0 0.03 0.00 0.05 0.02 0.02 99.88 13:50:31 13:12:01 1 0.02 0.00 0.00 0.02 0.00 99.97 13:50:31 13:12:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:12:01 5 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 13:12:01 6 1.97 0.00 0.02 0.00 0.00 98.01 13:50:31 13:12:01 7 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 13:13:01 all 0.04 0.00 0.02 0.02 0.01 99.91 13:50:31 13:13:01 0 0.05 0.00 0.02 0.12 0.03 99.78 13:50:31 13:13:01 1 0.02 0.00 0.02 0.07 0.00 99.90 13:50:31 13:13:01 2 0.07 0.00 0.02 0.00 0.02 99.90 13:50:31 13:13:01 3 0.00 0.00 0.03 0.00 0.02 99.95 13:50:31 13:13:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:13:01 6 0.13 0.00 0.07 0.00 0.02 99.78 13:50:31 13:13:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 13:14:01 all 0.02 0.00 0.01 0.00 0.00 99.96 13:50:31 13:14:01 0 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 13:14:01 1 0.02 0.00 0.02 0.02 0.02 99.93 13:50:31 13:14:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 13:14:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:14:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:14:01 7 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 13:15:01 all 0.04 0.00 0.01 0.00 0.01 99.94 13:50:31 13:15:01 0 0.03 0.00 0.03 0.02 0.02 99.90 13:50:31 13:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:15:01 2 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 13:15:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 13:15:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:15:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:15:01 6 0.13 0.00 0.02 0.00 0.02 99.83 13:50:31 13:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:16:01 all 0.05 0.00 0.02 0.00 0.01 99.92 13:50:31 13:16:01 0 0.03 0.00 0.05 0.00 0.03 99.88 13:50:31 13:16:01 1 0.03 0.00 0.03 0.02 0.00 99.92 13:50:31 13:16:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 13:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:16:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:16:01 6 0.30 0.00 0.02 0.00 0.00 99.68 13:50:31 13:16:01 7 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 13:17:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:50:31 13:17:01 0 0.08 0.00 0.03 0.00 0.03 99.85 13:50:31 13:17:01 1 0.02 0.00 0.05 0.02 0.00 99.92 13:50:31 13:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 13:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 13:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:17:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:17:01 6 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 13:17:01 7 0.10 0.00 0.00 0.02 0.02 99.87 13:50:31 13:18:01 all 0.02 0.00 0.00 0.00 0.01 99.97 13:50:31 13:18:01 0 0.05 0.00 0.02 0.02 0.02 99.90 13:50:31 13:18:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:18:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:18:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 13:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:18:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 13:18:01 7 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 13:19:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:50:31 13:19:01 0 0.08 0.00 0.02 0.00 0.02 99.88 13:50:31 13:19:01 1 0.03 0.00 0.02 0.02 0.02 99.92 13:50:31 13:19:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 13:19:01 3 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 13:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:19:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 13:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:19:01 7 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 13:20:01 all 0.01 0.00 0.01 0.00 0.00 99.96 13:50:31 13:20:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 13:20:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 13:20:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 13:20:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:20:01 4 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 13:20:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 13:20:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 13:20:01 7 0.02 0.00 0.00 0.02 0.02 99.95 13:50:31 13:50:31 13:20:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 13:21:01 all 0.04 0.00 0.01 0.00 0.01 99.93 13:50:31 13:21:01 0 0.13 0.00 0.05 0.00 0.03 99.78 13:50:31 13:21:01 1 0.02 0.00 0.00 0.02 0.00 99.97 13:50:31 13:21:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:21:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 13:21:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:21:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:21:01 6 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 13:21:01 7 0.12 0.00 0.03 0.00 0.02 99.83 13:50:31 13:22:01 all 0.01 0.00 0.01 0.00 0.00 99.97 13:50:31 13:22:01 0 0.03 0.00 0.05 0.02 0.02 99.88 13:50:31 13:22:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:22:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 13:22:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 13:22:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 13:23:01 all 0.04 0.00 0.01 0.00 0.01 99.95 13:50:31 13:23:01 0 0.10 0.00 0.03 0.02 0.02 99.83 13:50:31 13:23:01 1 0.02 0.00 0.03 0.02 0.00 99.93 13:50:31 13:23:01 2 0.07 0.00 0.00 0.00 0.02 99.92 13:50:31 13:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:23:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:23:01 7 0.07 0.00 0.00 0.00 0.02 99.92 13:50:31 13:24:01 all 0.08 0.00 0.01 0.00 0.01 99.89 13:50:31 13:24:01 0 0.03 0.00 0.03 0.02 0.03 99.88 13:50:31 13:24:01 1 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 13:24:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:24:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 13:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:24:01 5 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 13:24:01 6 0.55 0.00 0.00 0.00 0.02 99.44 13:50:31 13:24:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 13:25:01 all 0.04 0.00 0.01 0.00 0.01 99.94 13:50:31 13:25:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 13:25:01 1 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 13:25:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 13:25:01 3 0.07 0.00 0.00 0.00 0.00 99.93 13:50:31 13:25:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 13:25:01 5 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 13:25:01 6 0.08 0.00 0.02 0.00 0.00 99.90 13:50:31 13:25:01 7 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 13:26:01 all 0.13 0.00 0.01 0.00 0.01 99.85 13:50:31 13:26:01 0 0.03 0.00 0.03 0.02 0.03 99.88 13:50:31 13:26:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 13:26:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 13:26:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:26:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:26:01 6 0.85 0.00 0.02 0.00 0.02 99.12 13:50:31 13:26:01 7 0.05 0.00 0.00 0.00 0.02 99.93 13:50:31 13:27:01 all 0.28 0.00 0.01 0.00 0.01 99.70 13:50:31 13:27:01 0 0.05 0.00 0.03 0.02 0.03 99.87 13:50:31 13:27:01 1 0.00 0.00 0.02 0.02 0.00 99.97 13:50:31 13:27:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 13:27:01 3 0.05 0.00 0.00 0.00 0.02 99.93 13:50:31 13:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:27:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:27:01 6 1.97 0.00 0.00 0.00 0.00 98.03 13:50:31 13:27:01 7 0.12 0.00 0.00 0.00 0.00 99.88 13:50:31 13:28:01 all 0.24 0.00 0.02 0.00 0.01 99.73 13:50:31 13:28:01 0 0.05 0.00 0.03 0.02 0.03 99.87 13:50:31 13:28:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 13:28:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 13:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:28:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:28:01 6 1.76 0.00 0.05 0.00 0.02 98.18 13:50:31 13:28:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 13:29:01 all 0.05 0.00 0.01 0.00 0.01 99.93 13:50:31 13:29:01 0 0.12 0.00 0.05 0.00 0.03 99.80 13:50:31 13:29:01 1 0.00 0.00 0.00 0.03 0.02 99.95 13:50:31 13:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:29:01 3 0.08 0.00 0.02 0.00 0.02 99.88 13:50:31 13:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:29:01 5 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 13:29:01 6 0.08 0.00 0.00 0.00 0.00 99.92 13:50:31 13:29:01 7 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 13:30:01 all 0.23 0.00 0.02 0.00 0.01 99.74 13:50:31 13:30:01 0 0.05 0.00 0.03 0.02 0.03 99.87 13:50:31 13:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:30:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 13:30:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 13:30:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:30:01 5 0.00 0.00 0.03 0.00 0.00 99.97 13:50:31 13:30:01 6 1.66 0.00 0.02 0.00 0.02 98.31 13:50:31 13:30:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 13:31:01 all 0.23 0.00 0.01 0.00 0.01 99.75 13:50:31 13:31:01 0 0.07 0.00 0.05 0.00 0.02 99.87 13:50:31 13:31:01 1 0.03 0.00 0.02 0.02 0.00 99.93 13:50:31 13:31:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 13:31:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 13:31:01 4 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 13:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:31:01 6 1.55 0.00 0.00 0.00 0.00 98.45 13:50:31 13:31:01 7 0.12 0.00 0.02 0.00 0.00 99.87 13:50:31 13:50:31 13:31:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 13:32:01 all 0.02 0.00 0.01 0.01 0.00 99.96 13:50:31 13:32:01 0 0.02 0.00 0.03 0.05 0.02 99.88 13:50:31 13:32:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 13:32:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 13:32:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 13:32:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:32:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 13:32:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 13:33:01 all 0.23 0.00 0.01 0.01 0.01 99.74 13:50:31 13:33:01 0 0.15 0.00 0.02 0.03 0.03 99.77 13:50:31 13:33:01 1 0.02 0.00 0.03 0.02 0.00 99.93 13:50:31 13:33:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 13:33:01 3 0.10 0.00 0.00 0.00 0.00 99.90 13:50:31 13:33:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:33:01 5 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 13:33:01 6 1.50 0.00 0.00 0.00 0.00 98.50 13:50:31 13:33:01 7 0.03 0.00 0.03 0.00 0.00 99.93 13:50:31 13:34:01 all 0.09 0.00 0.01 0.00 0.01 99.89 13:50:31 13:34:01 0 0.05 0.00 0.02 0.00 0.03 99.90 13:50:31 13:34:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 13:34:01 2 0.03 0.00 0.03 0.00 0.00 99.93 13:50:31 13:34:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 13:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:34:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:34:01 6 0.57 0.00 0.00 0.00 0.00 99.43 13:50:31 13:34:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:50:31 13:35:01 all 0.08 0.00 0.01 0.00 0.01 99.90 13:50:31 13:35:01 0 0.13 0.00 0.03 0.02 0.03 99.78 13:50:31 13:35:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 13:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:35:01 3 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 13:35:01 4 0.07 0.00 0.00 0.00 0.00 99.93 13:50:31 13:35:01 5 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 13:35:01 6 0.27 0.00 0.00 0.00 0.02 99.72 13:50:31 13:35:01 7 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 13:36:01 all 0.04 0.00 0.02 0.00 0.01 99.93 13:50:31 13:36:01 0 0.02 0.00 0.03 0.02 0.02 99.92 13:50:31 13:36:01 1 0.00 0.00 0.02 0.02 0.00 99.97 13:50:31 13:36:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 13:36:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:36:01 4 0.00 0.00 0.03 0.00 0.02 99.95 13:50:31 13:36:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 13:36:01 6 0.18 0.00 0.00 0.00 0.00 99.82 13:50:31 13:36:01 7 0.03 0.00 0.05 0.00 0.02 99.90 13:50:31 13:37:01 all 0.03 0.00 0.00 0.00 0.00 99.96 13:50:31 13:37:01 0 0.10 0.00 0.02 0.00 0.02 99.87 13:50:31 13:37:01 1 0.03 0.00 0.00 0.02 0.00 99.95 13:50:31 13:37:01 2 0.07 0.00 0.00 0.00 0.00 99.93 13:50:31 13:37:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 13:37:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:37:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:38:01 all 0.05 0.00 0.03 0.00 0.00 99.91 13:50:31 13:38:01 0 0.05 0.00 0.07 0.02 0.03 99.83 13:50:31 13:38:01 1 0.07 0.00 0.10 0.00 0.00 99.83 13:50:31 13:38:01 2 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 13:38:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 13:38:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:38:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 13:38:01 6 0.07 0.00 0.00 0.00 0.00 99.93 13:50:31 13:38:01 7 0.07 0.00 0.03 0.00 0.00 99.90 13:50:31 13:39:01 all 0.03 0.00 0.01 0.00 0.00 99.95 13:50:31 13:39:01 0 0.05 0.00 0.05 0.02 0.02 99.87 13:50:31 13:39:01 1 0.02 0.00 0.02 0.02 0.00 99.95 13:50:31 13:39:01 2 0.07 0.00 0.00 0.00 0.00 99.93 13:50:31 13:39:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 13:39:01 4 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 13:39:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 13:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:39:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:40:01 all 0.41 0.00 0.20 0.11 0.02 99.26 13:50:31 13:40:01 0 0.18 0.00 0.15 0.05 0.03 99.58 13:50:31 13:40:01 1 0.52 0.00 0.23 0.67 0.02 98.57 13:50:31 13:40:01 2 0.40 0.00 0.12 0.02 0.02 99.45 13:50:31 13:40:01 3 0.40 0.00 0.15 0.00 0.02 99.43 13:50:31 13:40:01 4 0.03 0.00 0.05 0.00 0.00 99.92 13:50:31 13:40:01 5 1.17 0.00 0.37 0.03 0.02 98.42 13:50:31 13:40:01 6 0.23 0.00 0.42 0.10 0.02 99.23 13:50:31 13:40:01 7 0.35 0.00 0.13 0.00 0.02 99.50 13:50:31 13:41:01 all 0.05 0.00 0.01 0.03 0.00 99.90 13:50:31 13:41:01 0 0.07 0.00 0.03 0.00 0.02 99.88 13:50:31 13:41:01 1 0.02 0.00 0.02 0.22 0.00 99.75 13:50:31 13:41:01 2 0.02 0.00 0.03 0.00 0.00 99.95 13:50:31 13:41:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 13:41:01 4 0.03 0.00 0.00 0.02 0.00 99.95 13:50:31 13:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:41:01 7 0.23 0.00 0.02 0.00 0.02 99.73 13:50:31 13:42:01 all 0.15 0.00 0.00 0.00 0.00 99.84 13:50:31 13:42:01 0 0.07 0.00 0.02 0.00 0.02 99.90 13:50:31 13:42:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:42:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:42:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 13:42:01 4 0.00 0.00 0.00 0.02 0.00 99.98 13:50:31 13:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:42:01 7 1.08 0.00 0.00 0.00 0.00 98.92 13:50:31 13:50:31 13:42:01 CPU %user %nice %system %iowait %steal %idle 13:50:31 13:43:01 all 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 13:43:01 0 0.07 0.00 0.05 0.00 0.02 99.87 13:50:31 13:43:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 13:43:01 2 0.07 0.00 0.02 0.00 0.00 99.92 13:50:31 13:43:01 3 0.02 0.00 0.02 0.02 0.00 99.95 13:50:31 13:43:01 4 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 13:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:43:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 13:44:01 all 0.01 0.00 0.01 0.01 0.01 99.96 13:50:31 13:44:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 13:44:01 1 0.02 0.00 0.03 0.08 0.00 99.87 13:50:31 13:44:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:44:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:44:01 4 0.02 0.00 0.00 0.02 0.02 99.95 13:50:31 13:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:44:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 13:44:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 13:45:01 all 0.09 0.00 0.01 0.01 0.00 99.90 13:50:31 13:45:01 0 0.08 0.00 0.00 0.00 0.00 99.92 13:50:31 13:45:01 1 0.02 0.00 0.02 0.03 0.00 99.93 13:50:31 13:45:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 13:45:01 4 0.07 0.00 0.00 0.02 0.00 99.92 13:50:31 13:45:01 5 0.03 0.00 0.03 0.00 0.00 99.93 13:50:31 13:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:45:01 7 0.48 0.00 0.00 0.00 0.00 99.52 13:50:31 13:46:01 all 0.11 0.00 0.02 0.01 0.01 99.86 13:50:31 13:46:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 13:46:01 1 0.02 0.00 0.02 0.02 0.00 99.95 13:50:31 13:46:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:50:31 13:46:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 13:46:01 4 0.00 0.00 0.00 0.05 0.00 99.95 13:50:31 13:46:01 5 0.03 0.00 0.07 0.00 0.02 99.88 13:50:31 13:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:46:01 7 0.75 0.00 0.07 0.00 0.00 99.19 13:50:31 13:47:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:50:31 13:47:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:50:31 13:47:01 1 0.03 0.00 0.00 0.02 0.00 99.95 13:50:31 13:47:01 2 0.05 0.00 0.02 0.00 0.00 99.93 13:50:31 13:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:47:01 4 0.05 0.00 0.00 0.00 0.00 99.95 13:50:31 13:47:01 5 0.03 0.00 0.03 0.00 0.02 99.92 13:50:31 13:47:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:50:31 13:47:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:50:31 13:48:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:50:31 13:48:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 13:48:01 1 0.00 0.00 0.02 0.02 0.02 99.95 13:50:31 13:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:48:01 4 0.02 0.00 0.00 0.02 0.02 99.95 13:50:31 13:48:01 5 0.05 0.00 0.02 0.00 0.02 99.92 13:50:31 13:48:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:50:31 13:48:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:50:31 13:49:01 all 0.08 0.00 0.01 0.00 0.00 99.90 13:50:31 13:49:01 0 0.08 0.00 0.02 0.00 0.02 99.88 13:50:31 13:49:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 13:49:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:50:31 13:49:01 3 0.00 0.00 0.02 0.02 0.00 99.97 13:50:31 13:49:01 4 0.03 0.00 0.00 0.02 0.00 99.95 13:50:31 13:49:01 5 0.02 0.00 0.02 0.00 0.02 99.95 13:50:31 13:49:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:49:01 7 0.43 0.00 0.03 0.00 0.00 99.53 13:50:31 13:50:01 all 0.03 0.00 0.01 0.02 0.00 99.93 13:50:31 13:50:01 0 0.03 0.00 0.03 0.00 0.00 99.93 13:50:31 13:50:01 1 0.03 0.00 0.02 0.08 0.00 99.87 13:50:31 13:50:01 2 0.00 0.00 0.02 0.02 0.00 99.97 13:50:31 13:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:50:31 13:50:01 4 0.00 0.00 0.02 0.07 0.00 99.92 13:50:31 13:50:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:50:31 13:50:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:50:31 13:50:01 7 0.15 0.00 0.02 0.00 0.02 99.82 13:50:31 Average: all 1.28 0.00 0.19 0.09 0.01 98.43 13:50:31 Average: 0 1.27 0.00 0.20 0.06 0.02 98.45 13:50:31 Average: 1 1.25 0.00 0.21 0.09 0.01 98.45 13:50:31 Average: 2 1.22 0.00 0.20 0.09 0.01 98.48 13:50:31 Average: 3 1.40 0.00 0.19 0.09 0.01 98.31 13:50:31 Average: 4 1.21 0.00 0.19 0.05 0.01 98.55 13:50:31 Average: 5 1.25 0.00 0.19 0.12 0.01 98.43 13:50:31 Average: 6 1.42 0.00 0.18 0.06 0.01 98.33 13:50:31 Average: 7 1.23 0.00 0.19 0.14 0.01 98.44 13:50:31 13:50:31 13:50:31